01M0BJDPGXMCGMFMRPDXGVNK27: 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: 01M0BJE4Q5HH27XMTX4Q4DC0E8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T23:14:38.713Zjob assigned to worker 01M0BJE8J2GKQE4HRXZ3031830 [factory aws, i-0809540395fbeaba8] (queued for 46 s)
 
22026-08-18T23:14:45.413Zstarting task 0: "setup"
32026-08-18T23:14:45.419Z++ uname -s
42026-08-18T23:14:45.422Z+ kern=SunOS
52026-08-18T23:14:45.422Z+ build_user=build
62026-08-18T23:14:45.422Z+ build_uid=12345
72026-08-18T23:14:45.422Z+ work_dir=/work
82026-08-18T23:14:45.422Z+ input_dir=/input
92026-08-18T23:14:45.422Z+ [[ 0 == 12345 ]]
102026-08-18T23:14:45.422Z+ case "$kern" in
112026-08-18T23:14:45.422Z+ groupadd -g 12345 build
122026-08-18T23:14:45.450Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T23:14:47.427Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T23:14:47.577Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T23:14:47.580Z+ home_fs=zfs
162026-08-18T23:14:47.580Z+ [[ zfs == autofs ]]
172026-08-18T23:14:47.580Z+ mkdir -p /home/build
182026-08-18T23:14:47.580Z+ chown build:build /home/build /work
192026-08-18T23:14:49.581Z+ chmod 0700 /home/build /work
202026-08-18T23:14:49.585Zprocess exited: duration 4168 ms, exit code 0
 
212026-08-18T23:14:49.591Zstarting task 1: "rust-toolchain"
222026-08-18T23:14:49.595Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-18T23:14:49.595Z * rust toolchain channel = "1.97.1"
242026-08-18T23:14:49.595Z * rust toolchain profile = "default"
252026-08-18T23:14:49.595Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T23:14:49.595Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T23:14:49.595Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T23:14:49.598Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T23:14:49.598Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-18T23:14:49.689Zinfo: downloading installer
312026-08-18T23:14:51.191Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T23:14:51.191Zwarn: /home/build/.rustup/settings.toml
332026-08-18T23:14:51.191Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T23:14:51.191Zwarn: instead of the one inferred from the default host triple.
352026-08-18T23:14:51.203Zinfo: profile set to default
362026-08-18T23:14:51.203Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T23:14:51.206Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-18T23:14:51.352Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T23:14:51.355Zinfo: downloading 6 components
402026-08-18T23:15:06.497Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-18T23:15:06.497Z
422026-08-18T23:15:06.527Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T23:15:06.527Z
442026-08-18T23:15:06.527Z
452026-08-18T23:15:06.527ZRust is installed now. Great!
462026-08-18T23:15:06.527Z
472026-08-18T23:15:06.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T23:15:06.527Zenvironment variable. This has not been done automatically.
492026-08-18T23:15:06.527Z
502026-08-18T23:15:06.527ZTo configure your current shell, you need to source
512026-08-18T23:15:06.528Zthe corresponding env file under $HOME/.cargo.
522026-08-18T23:15:06.528Z
532026-08-18T23:15:06.528ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T23:15:06.534Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T23:15:06.534Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T23:15:06.534Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T23:15:06.534Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T23:15:06.534Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T23:15:06.534Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T23:15:06.534Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T23:15:06.534Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T23:15:06.617Z+ rustup --version
632026-08-18T23:15:06.625Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T23:15:06.631Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T23:15:06.646Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T23:15:06.652Z+ cargo --version
672026-08-18T23:15:06.665Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T23:15:06.668Z+ rustc --version
692026-08-18T23:15:06.686Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T23:15:06.689Zprocess exited: duration 17096 ms, exit code 0
 
712026-08-18T23:15:06.699Zstarting task 2: "authentication"
722026-08-18T23:15:06.715Zprocess exited: duration 17 ms, exit code 0
 
732026-08-18T23:15:06.725Zstarting task 3: "clone repository"
742026-08-18T23:15:06.728Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-18T23:15:06.732Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-18T23:15:06.755ZCloning into '/work/oxidecomputer/omicron'...
772026-08-18T23:15:26.897Z+ cd /work/oxidecomputer/omicron
782026-08-18T23:15:26.897Z+ git fetch origin 12dda4eba70c3ad2f9e51c17b979798487ea7522
792026-08-18T23:15:27.241ZFrom https://github.com/oxidecomputer/omicron
802026-08-18T23:15:27.241Z * branch 12dda4eba70c3ad2f9e51c17b979798487ea7522 -> FETCH_HEAD
812026-08-18T23:15:27.259Z+ [[ -n '' ]]
822026-08-18T23:15:27.259Z+ git reset --hard 12dda4eba70c3ad2f9e51c17b979798487ea7522
832026-08-18T23:15:27.465ZHEAD is now at 12dda4eba Update Maghemite dependency and RA status fields
842026-08-18T23:15:27.479Zprocess exited: duration 20735 ms, exit code 0
 
852026-08-18T23:15:27.492Zstarting task 4: "build"
862026-08-18T23:15:27.500Z+ source .github/buildomat/ci-env.sh
872026-08-18T23:15:27.500Z++ export CARGO_TERM_COLOR=always
882026-08-18T23:15:27.500Z++ CARGO_TERM_COLOR=always
892026-08-18T23:15:27.500Z+++ uname -s
902026-08-18T23:15:27.500Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-18T23:15:27.500Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-18T23:15:27.500Z+ cargo --version
932026-08-18T23:15:27.513Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-18T23:15:27.521Z+ rustc --version
952026-08-18T23:15:27.539Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-18T23:15:27.539Z+ source ./env.sh
972026-08-18T23:15:27.539Z++ OLD_SHELL_OPTS=ehxB
982026-08-18T23:15:27.539Z++ set -o xtrace
992026-08-18T23:15:27.539Z++++ dirname ./env.sh
1002026-08-18T23:15:27.539Z+++ readlink -f .
1012026-08-18T23:15:27.539Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-18T23:15:27.539Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-18T23:15:27.539Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-18T23:15:27.539Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-18T23:15:27.539Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-18T23:15:27.540Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-18T23:15:27.540Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-18T23:15:27.540Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-18T23:15:27.540Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-18T23:15:27.540Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-18T23:15:27.548Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-18T23:15:27.548Z++ case $OLD_SHELL_OPTS in
1132026-08-18T23:15:27.548Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-18T23:15:27.548Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1152026-08-18T23:15:27.548Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-18T23:15:27.548Z+ banner prerequisites
1172026-08-18T23:15:27.565Z
1182026-08-18T23:15:27.565Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-18T23:15:27.565Z # # # # # # # # # # # # # # #
1202026-08-18T23:15:27.565Z # # # # ##### # # ##### # # # # # #### #
1212026-08-18T23:15:27.565Z ##### ##### # ##### # # # # # # # # #
1222026-08-18T23:15:27.565Z # # # # # # # # # # # # # # #
1232026-08-18T23:15:27.565Z # # # ###### # # ###### ### # #### # #### #
1242026-08-18T23:15:27.565Z
1252026-08-18T23:15:27.565Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-18T23:15:33.171Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-18T23:15:33.237Z Startup: Caching catalogs ... Done
1282026-08-18T23:15:33.237ZPlanning: Solver setup ... Done (1.678s)
1292026-08-18T23:15:33.237ZPlanning: Running solver ... Done (0.053s)
1302026-08-18T23:15:33.237ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-18T23:15:33.237ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-18T23:15:33.237ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-18T23:15:33.238ZPlanning: Package planning ... Done (0.014s)
1342026-08-18T23:15:33.238ZPlanning: Merging actions ... Done (0.001s)
1352026-08-18T23:15:33.238ZPlanning: Checking for conflicting actions ... Done (0.160s)
1362026-08-18T23:15:33.238ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-18T23:15:33.238ZPlanning: Evaluating mediators ... Done (0.780s)
1382026-08-18T23:15:33.240ZPlanning: Planning completed in 2.83 seconds
1392026-08-18T23:15:33.240Z Packages to install: 2
1402026-08-18T23:15:33.240Z Estimated space available: 156.01 GB
1412026-08-18T23:15:33.240ZEstimated space to be consumed: 69.36 MB
1422026-08-18T23:15:33.240Z Create boot environment: No
1432026-08-18T23:15:33.240ZCreate backup boot environment: No
1442026-08-18T23:15:33.240Z Rebuild boot archive: No
1452026-08-18T23:15:33.240Z
1462026-08-18T23:15:33.240ZChanged packages:
1472026-08-18T23:15:33.240Zhelios
1482026-08-18T23:15:33.240Z developer/build-essential
1492026-08-18T23:15:33.241Z None -> 11-3.0
1502026-08-18T23:15:33.241Z library/libxmlsec1
1512026-08-18T23:15:33.241Z None -> 1.2.35-3.0
1522026-08-18T23:15:33.241Z
1532026-08-18T23:15:33.241ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-18T23:15:33.241ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1552026-08-18T23:15:33.241Z Actions: 1/268 actions (Installing new actions)
1562026-08-18T23:15:33.241Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-18T23:15:33.241ZFinalize: Updating package state database ... Done (0.030s)
1582026-08-18T23:15:33.241ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-18T23:15:33.241ZFinalize: Updating image state ... Done (0.076s)
1602026-08-18T23:15:35.317ZFinalize: Creating fast lookup database ... Done (2.385s)
1612026-08-18T23:15:35.384ZFinalize: Reading search index ... Done (0.012s)
1622026-08-18T23:15:35.387ZFinalize: Updating search index ... Done (0.000s)
1632026-08-18T23:15:35.466ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-18T23:15:35.834ZPlanning: Evaluating mediator changes ... Done
1652026-08-18T23:15:35.941ZPlanning: Checking for conflicting actions ... Done
1662026-08-18T23:15:35.944ZPlanning: Consolidating action changes ... Done
1672026-08-18T23:15:36.101ZPlanning: Evaluating mediators ... Done
1682026-08-18T23:15:36.107ZPlanning: Planning completed in 0.27 seconds
1692026-08-18T23:15:36.122Z Mediators to change: 2
1702026-08-18T23:15:36.122Z Create boot environment: No
1712026-08-18T23:15:36.126ZCreate backup boot environment: No
1722026-08-18T23:15:36.171ZFinalize: Updating package state database ... Done
1732026-08-18T23:15:36.171ZFinalize: Updating package cache ... Done
1742026-08-18T23:15:36.216ZFinalize: Updating image state ... Done
1752026-08-18T23:15:38.150ZFinalize: Creating fast lookup database ... Done
1762026-08-18T23:15:38.208ZFinalize: Reading search index ... Done
1772026-08-18T23:15:38.212ZFinalize: Updating search index ... Done
1782026-08-18T23:15:38.365ZFinalize: Updating package cache ... Done
1792026-08-18T23:15:38.652ZPlanning: Evaluating mediator changes ... Done
1802026-08-18T23:15:38.758ZPlanning: Checking for conflicting actions ... Done
1812026-08-18T23:15:38.762ZPlanning: Consolidating action changes ... Done
1822026-08-18T23:15:38.917ZPlanning: Evaluating mediators ... Done
1832026-08-18T23:15:38.921ZPlanning: Planning completed in 0.27 seconds
1842026-08-18T23:15:38.940Z Mediators to change: 1
1852026-08-18T23:15:38.940Z Create boot environment: No
1862026-08-18T23:15:38.940ZCreate backup boot environment: No
1872026-08-18T23:15:38.992ZFinalize: Updating package state database ... Done
1882026-08-18T23:15:38.996ZFinalize: Updating package cache ... Done
1892026-08-18T23:15:39.036ZFinalize: Updating image state ... Done
1902026-08-18T23:15:40.996ZFinalize: Creating fast lookup database ... Done
1912026-08-18T23:15:41.057ZFinalize: Reading search index ... Done
1922026-08-18T23:15:41.062ZFinalize: Updating search index ... Done
1932026-08-18T23:15:41.135ZFinalize: Updating package cache ... Done
1942026-08-18T23:15:41.446ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-18T23:15:41.446Zapache system 2.4 system
1962026-08-18T23:15:41.446Zclang system 15 system
1972026-08-18T23:15:41.447Zcsh system system illumos
1982026-08-18T23:15:41.447Zctags system system illumos
1992026-08-18T23:15:41.447Zfile vendor vendor darwinsys
2002026-08-18T23:15:41.447Zfile system system illumos
2012026-08-18T23:15:41.447Zgcc vendor 14 vendor
2022026-08-18T23:15:41.447Zgcc system 13 system
2032026-08-18T23:15:41.447Zgcc system 10 system
2042026-08-18T23:15:41.447Zgo system 1.25 system
2052026-08-18T23:15:41.447Zllvm system 15 system
2062026-08-18T23:15:41.447Zmariadb system 11.4 system
2072026-08-18T23:15:41.447Zmta vendor vendor dma
2082026-08-18T23:15:41.447Zopenjdk system 17 system
2092026-08-18T23:15:41.447Zopenjdk system 11 system
2102026-08-18T23:15:41.447Zopenssl vendor 3 vendor
2112026-08-18T23:15:41.447Zperl system 5.40 system
2122026-08-18T23:15:41.447Zpostgresql system 18 system
2132026-08-18T23:15:41.447Zpostgresql system 17 system
2142026-08-18T23:15:41.447Zpython vendor 3 vendor
2152026-08-18T23:15:41.447Zpython system 2 system
2162026-08-18T23:15:41.447Zpython3 vendor 3.13 vendor
2172026-08-18T23:15:41.447Zruby system 3.4 system
2182026-08-18T23:15:41.447Zruby system 3.0 system
2192026-08-18T23:15:41.448Zwords vendor vendor american-english
2202026-08-18T23:15:41.448Zwords system system australian-english
2212026-08-18T23:15:41.448Zwords system system british-english
2222026-08-18T23:15:41.448Zwords system system canadian-english
2232026-08-18T23:15:41.448Zwords system system french
2242026-08-18T23:15:41.448Zwords system system italian
2252026-08-18T23:15:41.449Zwords system system ngerman
2262026-08-18T23:15:41.449Zwords system system ogerman
2272026-08-18T23:15:41.449Zwords system system spanish
2282026-08-18T23:15:41.696ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-18T23:15:41.696Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-18T23:15:42.140ZFMRI IFO
2312026-08-18T23:15:42.140Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-18T23:15:42.140Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-18T23:15:42.140Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-18T23:15:42.140Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-18T23:15:42.140Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-18T23:15:42.140Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-18T23:15:42.141Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-18T23:15:42.141Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-18T23:15:42.141Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-18T23:15:42.459Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-18T23:15:42.815Z Updating crates.io index
2422026-08-18T23:15:42.819Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-18T23:15:43.329Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-18T23:15:43.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-18T23:15:44.815Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-18T23:15:45.353Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-18T23:15:47.056Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-18T23:15:48.059Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-18T23:15:48.353Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-18T23:15:48.705Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-18T23:15:50.026Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-18T23:15:50.314Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-18T23:15:50.698Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-18T23:15:50.975Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-18T23:15:51.511Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-18T23:15:51.807Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-18T23:15:52.099Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-18T23:15:52.347Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-18T23:15:52.673Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-18T23:15:53.138Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-18T23:15:53.516Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-18T23:15:54.007Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-18T23:15:54.331Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-18T23:15:54.907Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-18T23:15:55.233Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-18T23:15:55.511Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-18T23:15:55.983Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-18T23:15:56.273Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-18T23:15:56.694Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-18T23:15:57.026Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-18T23:15:57.303Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-18T23:15:57.625Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-18T23:15:58.000Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-18T23:15:58.577Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-18T23:15:59.190Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-18T23:15:59.464Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-18T23:15:59.765Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-18T23:16:00.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-18T23:16:00.639Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-18T23:16:00.947Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-18T23:16:01.338Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-18T23:16:01.632Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-18T23:16:01.926Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-18T23:16:04.807Z Downloading crates ...
2852026-08-18T23:16:04.870Z Downloaded colorchoice v1.0.4
2862026-08-18T23:16:04.950Z Downloaded anstream v1.0.0
2872026-08-18T23:16:04.950Z Downloaded clap_derive v4.6.1
2882026-08-18T23:16:04.950Z Downloaded cfg-if v1.0.4
2892026-08-18T23:16:04.950Z Downloaded clap_lex v1.0.0
2902026-08-18T23:16:04.950Z Downloaded heck v0.5.0
2912026-08-18T23:16:04.951Z Downloaded heck v0.4.1
2922026-08-18T23:16:04.951Z Downloaded zmij v1.0.21
2932026-08-18T23:16:04.951Z Downloaded is_terminal_polyfill v1.70.2
2942026-08-18T23:16:04.951Z Downloaded zerocopy-derive v0.7.35
2952026-08-18T23:16:04.951Z Downloaded equivalent v1.0.2
2962026-08-18T23:16:04.951Z Downloaded cargo-platform v0.3.2
2972026-08-18T23:16:04.951Z Downloaded cargo_metadata v0.23.1
2982026-08-18T23:16:04.951Z Downloaded zerocopy v0.7.35
2992026-08-18T23:16:04.998Z Downloaded memmap v0.7.0
3002026-08-18T23:16:04.998Z Downloaded dtrace-parser v0.2.0
3012026-08-18T23:16:04.998Z Downloaded block-buffer v0.10.4
3022026-08-18T23:16:04.998Z Downloaded cpufeatures v0.2.17
3032026-08-18T23:16:04.998Z Downloaded winnow v0.7.14
3042026-08-18T23:16:04.998Z Downloaded fastrand v2.3.0
3052026-08-18T23:16:04.998Z Downloaded errno v0.3.14
3062026-08-18T23:16:04.998Z Downloaded dof v0.3.0
3072026-08-18T23:16:04.998Z Downloaded fnv v1.0.7
3082026-08-18T23:16:04.998Z Downloaded macaddr v1.0.1
3092026-08-18T23:16:04.998Z Downloaded generic-array v0.14.7
3102026-08-18T23:16:04.999Z Downloaded autocfg v1.5.0
3112026-08-18T23:16:04.999Z Downloaded camino-tempfile v1.4.1
3122026-08-18T23:16:04.999Z Downloaded anstyle v1.0.14
3132026-08-18T23:16:04.999Z Downloaded anstyle-parse v1.0.0
3142026-08-18T23:16:04.999Z Downloaded camino v1.2.5
3152026-08-18T23:16:04.999Z Downloaded anstyle-query v1.1.5
3162026-08-18T23:16:04.999Z Downloaded itoa v1.0.17
3172026-08-18T23:16:04.999Z Downloaded crypto-common v0.1.7
3182026-08-18T23:16:04.999Z Downloaded thread-id v4.2.2
3192026-08-18T23:16:04.999Z Downloaded unicode-linebreak v0.1.5
3202026-08-18T23:16:04.999Z Downloaded usdt v0.5.0
3212026-08-18T23:16:05.000Z Downloaded plain v0.2.3
3222026-08-18T23:16:05.001Z Downloaded digest v0.10.7
3232026-08-18T23:16:05.001Z Downloaded pretty-hex v0.4.1
3242026-08-18T23:16:05.002Z Downloaded strsim v0.11.1
3252026-08-18T23:16:05.002Z Downloaded usdt-attr-macro v0.5.0
3262026-08-18T23:16:05.002Z Downloaded terminal_size v0.4.3
3272026-08-18T23:16:05.002Z Downloaded scroll_derive v0.12.1
3282026-08-18T23:16:05.002Z Downloaded serde_spanned v0.6.9
3292026-08-18T23:16:05.002Z Downloaded version_check v0.9.5
3302026-08-18T23:16:05.059Z Downloaded swrite v0.1.0
3312026-08-18T23:16:05.059Z Downloaded smawk v0.3.2
3322026-08-18T23:16:05.059Z Downloaded proc-macro-error-attr v1.0.4
3332026-08-18T23:16:05.059Z Downloaded tabled_derive v0.7.0
3342026-08-18T23:16:05.060Z Downloaded usdt-macro v0.5.0
3352026-08-18T23:16:05.061Z Downloaded utf8parse v0.2.2
3362026-08-18T23:16:05.061Z Downloaded fs-err v3.3.0
3372026-08-18T23:16:05.061Z Downloaded proc-macro-error v1.0.4
3382026-08-18T23:16:05.061Z Downloaded cargo_toml v0.21.0
3392026-08-18T23:16:05.061Z Downloaded bytecount v0.6.9
3402026-08-18T23:16:05.061Z Downloaded clap v4.6.1
3412026-08-18T23:16:05.061Z Downloaded getrandom v0.3.4
3422026-08-18T23:16:05.061Z Downloaded pest_derive v2.8.6
3432026-08-18T23:16:05.061Z Downloaded bitflags v2.11.0
3442026-08-18T23:16:05.061Z Downloaded thiserror-impl v1.0.69
3452026-08-18T23:16:05.061Z Downloaded toml_datetime v0.6.11
3462026-08-18T23:16:05.061Z Downloaded scroll v0.12.0
3472026-08-18T23:16:05.067Z Downloaded toml_write v0.1.2
3482026-08-18T23:16:05.067Z Downloaded thiserror v1.0.69
3492026-08-18T23:16:05.067Z Downloaded usdt-impl v0.5.0
3502026-08-18T23:16:05.067Z Downloaded byteorder v1.5.0
3512026-08-18T23:16:05.108Z Downloaded serde_tokenstream v0.2.3
3522026-08-18T23:16:05.108Z Downloaded thiserror-impl v2.0.18
3532026-08-18T23:16:05.108Z Downloaded thiserror v2.0.18
3542026-08-18T23:16:05.108Z Downloaded log v0.4.33
3552026-08-18T23:16:05.108Z Downloaded once_cell v1.21.3
3562026-08-18T23:16:05.108Z Downloaded anyhow v1.0.104
3572026-08-18T23:16:05.109Z Downloaded papergrid v0.11.0
3582026-08-18T23:16:05.109Z Downloaded quote v1.0.45
3592026-08-18T23:16:05.109Z Downloaded semver v1.0.28
3602026-08-18T23:16:05.109Z Downloaded toml v0.8.23
3612026-08-18T23:16:05.109Z Downloaded pest_generator v2.8.6
3622026-08-18T23:16:05.109Z Downloaded sha2 v0.10.9
3632026-08-18T23:16:05.109Z Downloaded tempfile v3.27.0
3642026-08-18T23:16:05.109Z Downloaded pest_meta v2.8.6
3652026-08-18T23:16:05.140Z Downloaded textwrap v0.16.2
3662026-08-18T23:16:05.140Z Downloaded unicode-ident v1.0.24
3672026-08-18T23:16:05.140Z Downloaded proc-macro2 v1.0.106
3682026-08-18T23:16:05.140Z Downloaded serde_derive v1.0.229
3692026-08-18T23:16:05.141Z Downloaded toml_edit v0.22.27
3702026-08-18T23:16:05.141Z Downloaded ucd-trie v0.1.7
3712026-08-18T23:16:05.151Z Downloaded serde_core v1.0.229
3722026-08-18T23:16:05.151Z Downloaded memchr v2.8.0
3732026-08-18T23:16:05.151Z Downloaded clap_builder v4.6.0
3742026-08-18T23:16:05.151Z Downloaded indexmap v2.14.0
3752026-08-18T23:16:05.151Z Downloaded serde v1.0.229
3762026-08-18T23:16:05.160Z Downloaded typenum v1.20.1
3772026-08-18T23:16:05.174Z Downloaded hashbrown v0.17.0
3782026-08-18T23:16:05.186Z Downloaded pest v2.8.6
3792026-08-18T23:16:05.205Z Downloaded serde_json v1.0.151
3802026-08-18T23:16:05.247Z Downloaded goblin v0.8.2
3812026-08-18T23:16:05.277Z Downloaded tabled v0.15.0
3822026-08-18T23:16:05.297Z Downloaded syn v1.0.109
3832026-08-18T23:16:05.297Z Downloaded unicode-width v0.1.14
3842026-08-18T23:16:05.297Z Downloaded unicode-width v0.2.0
3852026-08-18T23:16:05.297Z Downloaded syn v2.0.117
3862026-08-18T23:16:05.297Z Downloaded syn v3.0.3
3872026-08-18T23:16:05.310Z Downloaded rustix v1.1.4
3882026-08-18T23:16:05.352Z Downloaded libc v0.2.185
3892026-08-18T23:16:05.401Z Compiling proc-macro2 v1.0.106
3902026-08-18T23:16:05.401Z Compiling quote v1.0.45
3912026-08-18T23:16:05.401Z Compiling unicode-ident v1.0.24
3922026-08-18T23:16:05.401Z Compiling serde_core v1.0.229
3932026-08-18T23:16:05.413Z Compiling libc v0.2.185
3942026-08-18T23:16:05.413Z Compiling version_check v0.9.5
3952026-08-18T23:16:05.413Z Compiling memchr v2.8.0
3962026-08-18T23:16:05.413Z Compiling serde v1.0.229
3972026-08-18T23:16:05.711Z Compiling zmij v1.0.21
3982026-08-18T23:16:05.953Z Compiling thiserror v1.0.69
3992026-08-18T23:16:05.957Z Compiling itoa v1.0.17
4002026-08-18T23:16:05.984Z Compiling ucd-trie v0.1.7
4012026-08-18T23:16:06.233Z Compiling pest v2.8.6
4022026-08-18T23:16:06.281Z Compiling rustix v1.1.4
4032026-08-18T23:16:06.347Z Compiling byteorder v1.5.0
4042026-08-18T23:16:06.463Z Compiling errno v0.3.14
4052026-08-18T23:16:06.615Z Compiling serde_json v1.0.151
4062026-08-18T23:16:06.789Z Compiling syn v2.0.117
4072026-08-18T23:16:06.827Z Compiling syn v3.0.3
4082026-08-18T23:16:06.851Z Compiling bitflags v2.11.0
4092026-08-18T23:16:06.903Z Compiling thread-id v4.2.2
4102026-08-18T23:16:06.995Z Compiling proc-macro-error-attr v1.0.4
4112026-08-18T23:16:07.117Z Compiling usdt-impl v0.5.0
4122026-08-18T23:16:07.174Z Compiling syn v1.0.109
4132026-08-18T23:16:07.328Z Compiling pest_meta v2.8.6
4142026-08-18T23:16:07.474Z Compiling camino v1.2.5
4152026-08-18T23:16:07.704Z Compiling proc-macro-error v1.0.4
4162026-08-18T23:16:07.901Z Compiling log v0.4.33
4172026-08-18T23:16:07.942Z Compiling getrandom v0.3.4
4182026-08-18T23:16:08.086Z Compiling plain v0.2.3
4192026-08-18T23:16:08.169Z Compiling utf8parse v0.2.2
4202026-08-18T23:16:08.201Z Compiling hashbrown v0.17.0
4212026-08-18T23:16:08.372Z Compiling equivalent v1.0.2
4222026-08-18T23:16:08.469Z Compiling anstyle-parse v1.0.0
4232026-08-18T23:16:08.579Z Compiling terminal_size v0.4.3
4242026-08-18T23:16:08.725Z Compiling indexmap v2.14.0
4252026-08-18T23:16:08.956Z Compiling serde_derive v1.0.229
4262026-08-18T23:16:09.127Z Compiling pest_generator v2.8.6
4272026-08-18T23:16:09.145Z Compiling anstyle-query v1.1.5
4282026-08-18T23:16:09.161Z Compiling toml_write v0.1.2
4292026-08-18T23:16:09.257Z Compiling pretty-hex v0.4.1
4302026-08-18T23:16:09.288Z Compiling is_terminal_polyfill v1.70.2
4312026-08-18T23:16:09.348Z Compiling colorchoice v1.0.4
4322026-08-18T23:16:09.364Z Compiling cfg-if v1.0.4
4332026-08-18T23:16:09.386Z Compiling thiserror v2.0.18
4342026-08-18T23:16:09.403Z Compiling autocfg v1.5.0
4352026-08-18T23:16:09.437Z Compiling anstyle v1.0.14
4362026-08-18T23:16:09.466Z Compiling winnow v0.7.14
4372026-08-18T23:16:09.665Z Compiling anstream v1.0.0
4382026-08-18T23:16:09.830Z Compiling fs-err v3.3.0
4392026-08-18T23:16:10.001Z Compiling fastrand v2.3.0
4402026-08-18T23:16:10.017Z Compiling heck v0.4.1
4412026-08-18T23:16:10.084Z Compiling fnv v1.0.7
4422026-08-18T23:16:10.193Z Compiling strsim v0.11.1
4432026-08-18T23:16:10.221Z Compiling anyhow v1.0.104
4442026-08-18T23:16:10.238Z Compiling unicode-width v0.1.14
4452026-08-18T23:16:10.259Z Compiling heck v0.5.0
4462026-08-18T23:16:10.494Z Compiling once_cell v1.21.3
4472026-08-18T23:16:10.510Z Compiling clap_lex v1.0.0
4482026-08-18T23:16:10.526Z Compiling bytecount v0.6.9
4492026-08-18T23:16:10.630Z Compiling thiserror-impl v1.0.69
4502026-08-18T23:16:10.661Z Compiling zerocopy-derive v0.7.35
4512026-08-18T23:16:10.708Z Compiling pest_derive v2.8.6
4522026-08-18T23:16:10.730Z Compiling scroll_derive v0.12.1
4532026-08-18T23:16:10.754Z Compiling thiserror-impl v2.0.18
4542026-08-18T23:16:10.822Z Compiling tabled_derive v0.7.0
4552026-08-18T23:16:10.936Z Compiling tempfile v3.27.0
4562026-08-18T23:16:11.167Z Compiling clap_builder v4.6.0
4572026-08-18T23:16:11.377Z Compiling clap_derive v4.6.1
4582026-08-18T23:16:11.407Z Compiling scroll v0.12.0
4592026-08-18T23:16:11.574Z Compiling zerocopy v0.7.35
4602026-08-18T23:16:11.716Z Compiling goblin v0.8.2
4612026-08-18T23:16:11.754Z Compiling papergrid v0.11.0
4622026-08-18T23:16:12.104Z Compiling dtrace-parser v0.2.0
4632026-08-18T23:16:12.244Z Compiling serde_spanned v0.6.9
4642026-08-18T23:16:12.288Z Compiling toml_datetime v0.6.11
4652026-08-18T23:16:12.870Z Compiling dof v0.3.0
4662026-08-18T23:16:12.889Z Compiling serde_tokenstream v0.2.3
4672026-08-18T23:16:12.889Z Compiling toml_edit v0.22.27
4682026-08-18T23:16:12.903Z Compiling semver v1.0.28
4692026-08-18T23:16:12.903Z Compiling cargo-platform v0.3.2
4702026-08-18T23:16:13.113Z Compiling memmap v0.7.0
4712026-08-18T23:16:13.162Z Compiling unicode-width v0.2.0
4722026-08-18T23:16:13.162Z Compiling unicode-linebreak v0.1.5
4732026-08-18T23:16:13.234Z Compiling smawk v0.3.2
4742026-08-18T23:16:13.294Z Compiling clap v4.6.1
4752026-08-18T23:16:13.338Z Compiling cargo_metadata v0.23.1
4762026-08-18T23:16:13.407Z Compiling textwrap v0.16.2
4772026-08-18T23:16:13.450Z Compiling tabled v0.15.0
4782026-08-18T23:16:13.469Z Compiling usdt-attr-macro v0.5.0
4792026-08-18T23:16:13.675Z Compiling usdt-macro v0.5.0
4802026-08-18T23:16:13.858Z Compiling macaddr v1.0.1
4812026-08-18T23:16:14.139Z Compiling toml v0.8.23
4822026-08-18T23:16:14.181Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-18T23:16:14.296Z Compiling camino-tempfile v1.4.1
4842026-08-18T23:16:14.609Z Compiling cargo_toml v0.21.0
4852026-08-18T23:16:14.731Z Compiling swrite v0.1.0
4862026-08-18T23:16:14.924Z Compiling usdt v0.5.0
4872026-08-18T23:16:15.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-08-18T23:16:18.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.91s
4892026-08-18T23:16:18.413Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-08-18T23:16:18.927Z Downloading crates ...
4912026-08-18T23:16:18.986Z Downloaded backtrace-ext v0.2.1
4922026-08-18T23:16:18.990Z Downloaded bcrypt-pbkdf v0.11.0
4932026-08-18T23:16:18.994Z Downloaded adler2 v2.0.1
4942026-08-18T23:16:18.997Z Downloaded cfg_aliases v0.2.1
4952026-08-18T23:16:19.001Z Downloaded atty v0.2.14
4962026-08-18T23:16:19.001Z Downloaded block-padding v0.4.2
4972026-08-18T23:16:19.004Z Downloaded cobs v0.3.0
4982026-08-18T23:16:19.007Z Downloaded assert_matches v1.5.0
4992026-08-18T23:16:19.009Z Downloaded async-stream-impl v0.3.6
5002026-08-18T23:16:19.010Z Downloaded bitfield-struct v0.6.2
5012026-08-18T23:16:19.010Z Downloaded aead v0.6.1
5022026-08-18T23:16:19.010Z Downloaded argon2 v0.5.3
5032026-08-18T23:16:19.014Z Downloaded env_filter v2.0.0
5042026-08-18T23:16:19.014Z Downloaded foreign-types-shared v0.1.1
5052026-08-18T23:16:19.014Z Downloaded enum-as-inner v0.6.1
5062026-08-18T23:16:19.018Z Downloaded enum_dispatch v0.3.13
5072026-08-18T23:16:19.018Z Downloaded foreign-types v0.3.2
5082026-08-18T23:16:19.019Z Downloaded embedded-io v0.6.1
5092026-08-18T23:16:19.019Z Downloaded futures-io v0.3.32
5102026-08-18T23:16:19.019Z Downloaded base16ct v1.0.0
5112026-08-18T23:16:19.023Z Downloaded aead v0.5.2
5122026-08-18T23:16:19.023Z Downloaded base16ct v0.2.0
5132026-08-18T23:16:19.023Z Downloaded env_logger v0.11.11
5142026-08-18T23:16:19.023Z Downloaded foreign-types-shared v0.3.1
5152026-08-18T23:16:19.026Z Downloaded bitfield-macros v0.19.4
5162026-08-18T23:16:19.026Z Downloaded bs58 v0.5.1
5172026-08-18T23:16:19.026Z Downloaded camino-tempfile-ext v0.3.3
5182026-08-18T23:16:19.026Z Downloaded cipher v0.5.2
5192026-08-18T23:16:19.029Z Downloaded futures-task v0.3.32
5202026-08-18T23:16:19.029Z Downloaded fxhash v0.2.1
5212026-08-18T23:16:19.035Z Downloaded funty v2.0.0
5222026-08-18T23:16:19.035Z Downloaded block-buffer v0.12.1
5232026-08-18T23:16:19.035Z Downloaded ciborium-ll v0.2.2
5242026-08-18T23:16:19.035Z Downloaded endian-type v0.1.2
5252026-08-18T23:16:19.035Z Downloaded float-cmp v0.10.0
5262026-08-18T23:16:19.038Z Downloaded gethostname v0.5.0
5272026-08-18T23:16:19.038Z Downloaded futures-sink v0.3.32
5282026-08-18T23:16:19.041Z Downloaded async-stream v0.3.6
5292026-08-18T23:16:19.041Z Downloaded futures-core v0.3.32
5302026-08-18T23:16:19.041Z Downloaded async-recursion v1.1.1
5312026-08-18T23:16:19.044Z Downloaded atomicwrites v0.4.4
5322026-08-18T23:16:19.044Z Downloaded foreign-types v0.5.0
5332026-08-18T23:16:19.044Z Downloaded foreign-types-macros v0.2.3
5342026-08-18T23:16:19.047Z Downloaded futures-macro v0.3.32
5352026-08-18T23:16:19.047Z Downloaded bb8 v0.8.6
5362026-08-18T23:16:19.047Z Downloaded elliptic-curve v0.14.1
5372026-08-18T23:16:19.050Z Downloaded embedded-io v0.4.0
5382026-08-18T23:16:19.050Z Downloaded form_urlencoded v1.2.2
5392026-08-18T23:16:19.050Z Downloaded const-oid v0.10.2
5402026-08-18T23:16:19.052Z Downloaded float-ord v0.3.2
5412026-08-18T23:16:19.053Z Downloaded globwalk v0.9.1
5422026-08-18T23:16:19.055Z Downloaded async-trait v0.1.89
5432026-08-18T23:16:19.058Z Downloaded base64ct v1.8.3
5442026-08-18T23:16:19.058Z Downloaded bit-vec v0.8.0
5452026-08-18T23:16:19.061Z Downloaded fd-lock v4.0.4
5462026-08-18T23:16:19.061Z Downloaded fixedbitset v0.4.2
5472026-08-18T23:16:19.061Z Downloaded hash32 v0.3.1
5482026-08-18T23:16:19.064Z Downloaded atomic-waker v1.1.2
5492026-08-18T23:16:19.064Z Downloaded compression-core v0.4.31
5502026-08-18T23:16:19.064Z Downloaded cfg_aliases v0.1.1
5512026-08-18T23:16:19.064Z Downloaded array-init v0.0.4
5522026-08-18T23:16:19.064Z Downloaded bit-set v0.5.3
5532026-08-18T23:16:19.067Z Downloaded flagset v0.4.7
5542026-08-18T23:16:19.067Z Downloaded fs-err v2.11.0
5552026-08-18T23:16:19.069Z Downloaded ciborium-io v0.2.2
5562026-08-18T23:16:19.072Z Downloaded foldhash v0.1.5
5572026-08-18T23:16:19.075Z Downloaded fallible-iterator v0.2.0
5582026-08-18T23:16:19.078Z Downloaded foldhash v0.2.0
5592026-08-18T23:16:19.080Z Downloaded futures v0.3.32
5602026-08-18T23:16:19.083Z Downloaded hash32 v0.2.1
5612026-08-18T23:16:19.083Z Downloaded arrayref v0.3.9
5622026-08-18T23:16:19.086Z Downloaded home v0.5.12
5632026-08-18T23:16:19.089Z Downloaded nodrop v0.1.14
5642026-08-18T23:16:19.089Z Downloaded ascii-canvas v3.0.0
5652026-08-18T23:16:19.091Z Downloaded castaway v0.2.4
5662026-08-18T23:16:19.094Z Downloaded headers-core v0.3.0
5672026-08-18T23:16:19.094Z Downloaded http-body v1.0.1
5682026-08-18T23:16:19.098Z Downloaded hubpack v0.1.2
5692026-08-18T23:16:19.101Z Downloaded http-range v0.1.5
5702026-08-18T23:16:19.106Z Downloaded hostname v0.3.1
5712026-08-18T23:16:19.106Z Downloaded hubpack_derive v0.1.1
5722026-08-18T23:16:19.106Z Downloaded hex v0.4.3
5732026-08-18T23:16:19.111Z Downloaded hostname v0.4.2
5742026-08-18T23:16:19.111Z Downloaded bit-set v0.8.0
5752026-08-18T23:16:19.111Z Downloaded bitfield v0.19.4
5762026-08-18T23:16:19.111Z Downloaded backoff v0.4.0
5772026-08-18T23:16:19.115Z Downloaded bitflags v1.3.2
5782026-08-18T23:16:19.117Z Downloaded git-stub v1.0.0
5792026-08-18T23:16:19.117Z Downloaded ghash v0.6.0
5802026-08-18T23:16:19.121Z Downloaded httpdate v1.0.3
5812026-08-18T23:16:19.121Z Downloaded cbc v0.2.1
5822026-08-18T23:16:19.121Z Downloaded peg-runtime v0.8.5
5832026-08-18T23:16:19.121Z Downloaded parse-size v1.1.0
5842026-08-18T23:16:19.124Z Downloaded async-bb8-diesel v0.2.1
5852026-08-18T23:16:19.124Z Downloaded addr2line v0.25.1
5862026-08-18T23:16:19.124Z Downloaded ena v0.14.4
5872026-08-18T23:16:19.124Z Downloaded filetime v0.2.27
5882026-08-18T23:16:19.127Z Downloaded fs_extra v1.3.0
5892026-08-18T23:16:19.127Z Downloaded newline-converter v0.3.0
5902026-08-18T23:16:19.127Z Downloaded nibble_vec v0.1.0
5912026-08-18T23:16:19.127Z Downloaded normalize-line-endings v0.3.0
5922026-08-18T23:16:19.127Z Downloaded oso-derive v0.27.3
5932026-08-18T23:16:19.130Z Downloaded ff v0.13.1
5942026-08-18T23:16:19.130Z Downloaded group v0.14.0
5952026-08-18T23:16:19.130Z Downloaded http-body-util v0.1.3
5962026-08-18T23:16:19.132Z Downloaded bit-vec v0.6.3
5972026-08-18T23:16:19.133Z Downloaded num_threads v0.1.7
5982026-08-18T23:16:19.135Z Downloaded phf_shared v0.11.3
5992026-08-18T23:16:19.135Z Downloaded progenitor-client v0.14.0
6002026-08-18T23:16:19.138Z Downloaded progenitor-macro v0.14.0
6012026-08-18T23:16:19.140Z Downloaded futures-channel v0.3.32
6022026-08-18T23:16:19.143Z Downloaded httparse v1.10.1
6032026-08-18T23:16:19.146Z Downloaded progenitor-macro v0.13.0
6042026-08-18T23:16:19.146Z Downloaded recursive v0.1.1
6052026-08-18T23:16:19.146Z Downloaded rtoolbox v0.0.3
6062026-08-18T23:16:19.146Z Downloaded futures-executor v0.3.32
6072026-08-18T23:16:19.146Z Downloaded bcs v0.1.6
6082026-08-18T23:16:19.149Z Downloaded rfc6979 v0.4.0
6092026-08-18T23:16:19.149Z Downloaded rand_xorshift v0.4.0
6102026-08-18T23:16:19.151Z Downloaded blowfish v0.10.0
6112026-08-18T23:16:19.151Z Downloaded cassowary v0.3.0
6122026-08-18T23:16:19.151Z Downloaded radium v0.7.0
6132026-08-18T23:16:19.154Z Downloaded buf-list v1.1.2
6142026-08-18T23:16:19.155Z Downloaded anstream v0.6.21
6152026-08-18T23:16:19.160Z Downloaded rustc-hash v2.1.1
6162026-08-18T23:16:19.160Z Downloaded scheduled-thread-pool v0.2.7
6172026-08-18T23:16:19.160Z Downloaded rustc_version v0.1.7
6182026-08-18T23:16:19.160Z Downloaded serde-big-array v0.5.1
6192026-08-18T23:16:19.163Z Downloaded anstyle-parse v0.2.7
6202026-08-18T23:16:19.163Z Downloaded serde_spanned v1.1.1
6212026-08-18T23:16:19.166Z Downloaded hex-literal v1.1.0
6222026-08-18T23:16:19.166Z Downloaded ff v0.14.0
6232026-08-18T23:16:19.171Z Downloaded byte-wrapper v0.1.0
6242026-08-18T23:16:19.174Z Downloaded cmake v0.1.57
6252026-08-18T23:16:19.174Z Downloaded scopeguard v1.2.0
6262026-08-18T23:16:19.176Z Downloaded globset v0.4.18
6272026-08-18T23:16:19.176Z Downloaded group v0.13.0
6282026-08-18T23:16:19.176Z Downloaded highway v1.3.0
6292026-08-18T23:16:19.176Z Downloaded parse-display-derive v0.10.0
6302026-08-18T23:16:19.179Z Downloaded fixedbitset v0.5.7
6312026-08-18T23:16:19.179Z Downloaded signal-hook-mio v0.2.5
6322026-08-18T23:16:19.182Z Downloaded bzip2 v0.4.4
6332026-08-18T23:16:19.182Z Downloaded num_enum v0.5.11
6342026-08-18T23:16:19.184Z Downloaded arrayvec v0.7.6
6352026-08-18T23:16:19.187Z Downloaded glob v0.3.3
6362026-08-18T23:16:19.187Z Downloaded num-integer v0.1.46
6372026-08-18T23:16:19.187Z Downloaded colored v3.1.1
6382026-08-18T23:16:19.190Z Downloaded console v0.16.2
6392026-08-18T23:16:19.190Z Downloaded blake2 v0.11.0-rc.6
6402026-08-18T23:16:19.193Z Downloaded argon2 v0.6.0-rc.8
6412026-08-18T23:16:19.194Z Downloaded find-msvc-tools v0.1.9
6422026-08-18T23:16:19.194Z Downloaded sqlparser_derive v0.5.0
6432026-08-18T23:16:19.197Z Downloaded git-stub-vcs v0.1.0
6442026-08-18T23:16:19.197Z Downloaded slog-envlogger v2.2.0
6452026-08-18T23:16:19.199Z Downloaded stable_deref_trait v1.2.1
6462026-08-18T23:16:19.200Z Downloaded strum v0.27.2
6472026-08-18T23:16:19.200Z Downloaded compact_str v0.8.1
6482026-08-18T23:16:19.202Z Downloaded peg-macros v0.8.5
6492026-08-18T23:16:19.205Z Downloaded supports-hyperlinks v3.2.0
6502026-08-18T23:16:19.208Z Downloaded generic-array v1.4.3
6512026-08-18T23:16:19.210Z Downloaded pin-project-internal v1.1.11
6522026-08-18T23:16:19.210Z Downloaded rand_seeder v0.4.0
6532026-08-18T23:16:19.210Z Downloaded port-file v0.1.0
6542026-08-18T23:16:19.213Z Downloaded primeorder v0.13.6
6552026-08-18T23:16:19.213Z Downloaded proc-macro-error2 v2.0.1
6562026-08-18T23:16:19.216Z Downloaded structmeta v0.3.0
6572026-08-18T23:16:19.216Z Downloaded tap v1.0.1
6582026-08-18T23:16:19.216Z Downloaded thiserror-impl-no-std v2.0.2
6592026-08-18T23:16:19.219Z Downloaded unicode-xid v0.2.6
6602026-08-18T23:16:19.223Z Downloaded rand_core v0.6.4
6612026-08-18T23:16:19.226Z Downloaded universal-hash v0.5.1
6622026-08-18T23:16:19.226Z Downloaded resolv-conf v0.7.6
6632026-08-18T23:16:19.228Z Downloaded rustc-demangle v0.1.27
6642026-08-18T23:16:19.228Z Downloaded rusty-fork v0.3.1
6652026-08-18T23:16:19.232Z Downloaded cexpr v0.6.0
6662026-08-18T23:16:19.235Z Downloaded chacha20 v0.9.1
6672026-08-18T23:16:19.235Z Downloaded ciborium v0.2.2
6682026-08-18T23:16:19.237Z Downloaded chacha20 v0.10.0
6692026-08-18T23:16:19.237Z Downloaded clang-sys v1.8.1
6702026-08-18T23:16:19.240Z Downloaded ahash v0.8.12
6712026-08-18T23:16:19.240Z Downloaded cipher v0.4.4
6722026-08-18T23:16:19.240Z Downloaded usdt v0.6.0
6732026-08-18T23:16:19.243Z Downloaded usdt-attr-macro v0.6.0
6742026-08-18T23:16:19.243Z Downloaded bzip2 v0.6.1
6752026-08-18T23:16:19.243Z Downloaded cmov v0.5.4
6762026-08-18T23:16:19.243Z Downloaded compression-codecs v0.4.37
6772026-08-18T23:16:19.247Z Downloaded blake2 v0.10.6
6782026-08-18T23:16:19.249Z Downloaded colored v2.2.0
6792026-08-18T23:16:19.249Z Downloaded const-oid v0.9.6
6802026-08-18T23:16:19.249Z Downloaded getrandom v0.2.17
6812026-08-18T23:16:19.252Z Downloaded schemars_derive v0.8.22
6822026-08-18T23:16:19.256Z Downloaded hmac v0.12.1
6832026-08-18T23:16:19.258Z Downloaded cancel-safe-futures v0.1.5
6842026-08-18T23:16:19.262Z Downloaded erased-serde v0.3.31
6852026-08-18T23:16:19.265Z Downloaded cpubits v0.1.1
6862026-08-18T23:16:19.267Z Downloaded crucible-workspace-hack v0.1.0
6872026-08-18T23:16:19.267Z Downloaded darling_macro v0.13.4
6882026-08-18T23:16:19.267Z Downloaded fatfs v0.3.6
6892026-08-18T23:16:19.267Z Downloaded chacha20poly1305 v0.10.1
6902026-08-18T23:16:19.270Z Downloaded hmac v0.13.0
6912026-08-18T23:16:19.270Z Downloaded slog-term v2.9.2
6922026-08-18T23:16:19.273Z Downloaded spki v0.8.0
6932026-08-18T23:16:19.273Z Downloaded crypto-common v0.2.2
6942026-08-18T23:16:19.276Z Downloaded parking_lot v0.12.5
6952026-08-18T23:16:19.279Z Downloaded string_cache v0.8.9
6962026-08-18T23:16:19.283Z Downloaded postgres-protocol v0.6.10
6972026-08-18T23:16:19.285Z Downloaded postgres-types v0.2.12
6982026-08-18T23:16:19.288Z Downloaded scroll v0.13.0
6992026-08-18T23:16:19.288Z Downloaded subtle v2.6.1
7002026-08-18T23:16:19.291Z Downloaded dirs-next v2.0.0
7012026-08-18T23:16:19.294Z Downloaded ident_case v1.0.1
7022026-08-18T23:16:19.294Z Downloaded vergen-gitcl v1.0.8
7032026-08-18T23:16:19.297Z Downloaded is-terminal v0.4.17
7042026-08-18T23:16:19.297Z Downloaded dsl_auto_type v0.2.0
7052026-08-18T23:16:19.301Z Downloaded is_ci v1.2.0
7062026-08-18T23:16:19.305Z Downloaded termios v0.3.3
7072026-08-18T23:16:19.305Z Downloaded tinystr v0.8.2
7082026-08-18T23:16:19.305Z Downloaded kstat-rs v0.2.5
7092026-08-18T23:16:19.308Z Downloaded lru-slab v0.1.2
7102026-08-18T23:16:19.308Z Downloaded thiserror-no-std v2.0.2
7112026-08-18T23:16:19.308Z Downloaded toml_writer v1.1.1+spec-1.1.0
7122026-08-18T23:16:19.311Z Downloaded typify-macro v0.6.2
7132026-08-18T23:16:19.311Z Downloaded console v0.15.11
7142026-08-18T23:16:19.314Z Downloaded allocator-api2 v0.2.21
7152026-08-18T23:16:19.320Z Downloaded serde_with_macros v1.5.2
7162026-08-18T23:16:19.322Z Downloaded vsss-rs v3.3.4
7172026-08-18T23:16:19.322Z Downloaded wyz v0.5.1
7182026-08-18T23:16:19.326Z Downloaded new_debug_unreachable v1.0.6
7192026-08-18T23:16:19.326Z Downloaded getrandom v0.4.3
7202026-08-18T23:16:19.328Z Downloaded lzss v0.8.2
7212026-08-18T23:16:19.329Z Downloaded sha2 v0.11.0
7222026-08-18T23:16:19.331Z Downloaded zerovec-derive v0.11.2
7232026-08-18T23:16:19.331Z Downloaded zstd-safe v7.2.4
7242026-08-18T23:16:19.334Z Downloaded backon v1.6.0
7252026-08-18T23:16:19.334Z Downloaded half v1.8.3
7262026-08-18T23:16:19.337Z Downloaded lru-cache v0.1.2
7272026-08-18T23:16:19.340Z Downloaded corncobs v0.1.4
7282026-08-18T23:16:19.340Z Downloaded backtrace v0.3.76
7292026-08-18T23:16:19.342Z Downloaded darling v0.13.4
7302026-08-18T23:16:19.345Z Downloaded constant_time_eq v0.4.2
7312026-08-18T23:16:19.345Z Downloaded csv-core v0.1.13
7322026-08-18T23:16:19.345Z Downloaded defmt v1.0.1
7332026-08-18T23:16:19.348Z Downloaded num v0.4.3
7342026-08-18T23:16:19.348Z Downloaded openssl-macros v0.1.1
7352026-08-18T23:16:19.351Z Downloaded percent-encoding v2.3.2
7362026-08-18T23:16:19.354Z Downloaded oso v0.27.3
7372026-08-18T23:16:19.357Z Downloaded data-encoding v2.10.0
7382026-08-18T23:16:19.357Z Downloaded password-hash v0.6.1
7392026-08-18T23:16:19.360Z Downloaded prefix-trie v0.7.0
7402026-08-18T23:16:19.362Z Downloaded rcgen v0.12.1
7412026-08-18T23:16:19.362Z Downloaded tokio-native-tls v0.3.1
7422026-08-18T23:16:19.365Z Downloaded toml_parser v1.1.2+spec-1.1.0
7432026-08-18T23:16:19.365Z Downloaded twox-hash v2.1.2
7442026-08-18T23:16:19.368Z Downloaded dtrace-parser v0.3.0
7452026-08-18T23:16:19.370Z Downloaded ingot v0.2.1
7462026-08-18T23:16:19.370Z Downloaded keccak v0.2.0
7472026-08-18T23:16:19.373Z Downloaded document-features v0.2.12
7482026-08-18T23:16:19.373Z Downloaded ref-cast-impl v1.0.25
7492026-08-18T23:16:19.378Z Downloaded russh-util v0.52.0
7502026-08-18T23:16:19.380Z Downloaded rustc_version v0.4.1
7512026-08-18T23:16:19.380Z Downloaded rand_chacha v0.3.1
7522026-08-18T23:16:19.380Z Downloaded rfc6979 v0.6.0
7532026-08-18T23:16:19.380Z Downloaded secrecy v0.8.0
7542026-08-18T23:16:19.383Z Downloaded secrecy v0.10.3
7552026-08-18T23:16:19.386Z Downloaded r2d2 v0.8.10
7562026-08-18T23:16:19.389Z Downloaded tracing-attributes v0.1.31
7572026-08-18T23:16:19.392Z Downloaded serde_cbor v0.11.2
7582026-08-18T23:16:19.392Z Downloaded writeable v0.6.2
7592026-08-18T23:16:19.395Z Downloaded arc-swap v1.8.2
7602026-08-18T23:16:19.398Z Downloaded bytes v1.11.1
7612026-08-18T23:16:19.400Z Downloaded humantime v2.3.0
7622026-08-18T23:16:19.400Z Downloaded miette-derive v7.6.0
7632026-08-18T23:16:19.400Z Downloaded serde_with_macros v3.21.0
7642026-08-18T23:16:19.403Z Downloaded semver v0.1.20
7652026-08-18T23:16:19.406Z Downloaded sha1 v0.11.0
7662026-08-18T23:16:19.406Z Downloaded heapless v0.8.0
7672026-08-18T23:16:19.408Z Downloaded native-tls v0.2.18
7682026-08-18T23:16:19.413Z Downloaded bumpalo v3.20.2
7692026-08-18T23:16:19.415Z Downloaded chumsky v0.9.3
7702026-08-18T23:16:19.418Z Downloaded siphasher v1.0.2
7712026-08-18T23:16:19.418Z Downloaded heapless v0.7.17
7722026-08-18T23:16:19.421Z Downloaded signal-hook v0.3.18
7732026-08-18T23:16:19.421Z Downloaded darling v0.20.11
7742026-08-18T23:16:19.424Z Downloaded similar v2.7.0
7752026-08-18T23:16:19.427Z Downloaded crossbeam-epoch v0.9.18
7762026-08-18T23:16:19.430Z Downloaded num_enum v0.7.6
7772026-08-18T23:16:19.432Z Downloaded owo-colors v4.3.0
7782026-08-18T23:16:19.432Z Downloaded pkcs8 v0.10.2
7792026-08-18T23:16:19.435Z Downloaded strum v0.26.3
7802026-08-18T23:16:19.435Z Downloaded termtree v0.5.1
7812026-08-18T23:16:19.435Z Downloaded testing_table v0.3.0
7822026-08-18T23:16:19.435Z Downloaded half v2.7.1
7832026-08-18T23:16:19.438Z Downloaded flate2 v1.1.9
7842026-08-18T23:16:19.441Z Downloaded flume v0.11.1
7852026-08-18T23:16:19.441Z Downloaded base64 v0.22.1
7862026-08-18T23:16:19.443Z Downloaded diff v0.1.13
7872026-08-18T23:16:19.446Z Downloaded pkcs5 v0.8.1
7882026-08-18T23:16:19.449Z Downloaded oxnet v0.1.6
7892026-08-18T23:16:19.449Z Downloaded paste v1.0.15
7902026-08-18T23:16:19.449Z Downloaded progenitor-extras v0.2.0
7912026-08-18T23:16:19.452Z Downloaded parking_lot_core v0.8.6
7922026-08-18T23:16:19.452Z Downloaded primefield v0.14.0
7932026-08-18T23:16:19.452Z Downloaded toml v0.7.8
7942026-08-18T23:16:19.454Z Downloaded tower-layer v0.3.3
7952026-08-18T23:16:19.454Z Downloaded ingot-macros v0.2.0
7962026-08-18T23:16:19.455Z Downloaded strip-ansi-escapes v0.2.1
7972026-08-18T23:16:19.457Z Downloaded sync_wrapper v1.0.2
7982026-08-18T23:16:19.457Z Downloaded hybrid-array v0.4.13
7992026-08-18T23:16:19.457Z Downloaded convert_case v0.4.0
8002026-08-18T23:16:19.458Z Downloaded try-lock v0.2.5
8012026-08-18T23:16:19.460Z Downloaded unicode-truncate v1.1.0
8022026-08-18T23:16:19.460Z Downloaded universal-hash v0.6.1
8032026-08-18T23:16:19.460Z Downloaded untrusted v0.7.1
8042026-08-18T23:16:19.460Z Downloaded waitgroup v0.1.2
8052026-08-18T23:16:19.467Z Downloaded vte v0.14.1
8062026-08-18T23:16:19.470Z Downloaded ar_archive_writer v0.5.1
8072026-08-18T23:16:19.473Z Downloaded base64 v0.21.7
8082026-08-18T23:16:19.473Z Downloaded unicode-bidi v0.3.18
8092026-08-18T23:16:19.477Z Downloaded litemap v0.8.1
8102026-08-18T23:16:19.482Z Downloaded wnaf v0.14.0
8112026-08-18T23:16:19.487Z Downloaded crc v3.4.0
8122026-08-18T23:16:19.489Z Downloaded scrypt v0.12.0
8132026-08-18T23:16:19.492Z Downloaded downcast-rs v2.0.2
8142026-08-18T23:16:19.493Z Downloaded dof v0.4.0
8152026-08-18T23:16:19.493Z Downloaded slog-stdlog v4.1.1
8162026-08-18T23:16:19.493Z Downloaded crc8 v0.1.1
8172026-08-18T23:16:19.496Z Downloaded curve25519-dalek-derive v0.1.1
8182026-08-18T23:16:19.496Z Downloaded shell-words v1.1.1
8192026-08-18T23:16:19.496Z Downloaded async-compression v0.4.41
8202026-08-18T23:16:19.498Z Downloaded headers v0.4.1
8212026-08-18T23:16:19.501Z Downloaded cookie_store v0.22.1
8222026-08-18T23:16:19.501Z Downloaded hickory-resolver v0.25.2
8232026-08-18T23:16:19.504Z Downloaded shlex v1.3.0
8242026-08-18T23:16:19.504Z Downloaded spki v0.7.3
8252026-08-18T23:16:19.507Z Downloaded postcard v1.1.3
8262026-08-18T23:16:19.507Z Downloaded darling_macro v0.20.11
8272026-08-18T23:16:19.507Z Downloaded digest-io v0.1.0
8282026-08-18T23:16:19.509Z Downloaded idna_adapter v1.2.1
8292026-08-18T23:16:19.509Z Downloaded pkcs8 v0.11.0
8302026-08-18T23:16:19.509Z Downloaded slog-async v2.8.0
8312026-08-18T23:16:19.512Z Downloaded synstructure v0.13.2
8322026-08-18T23:16:19.512Z Downloaded instant v0.1.13
8332026-08-18T23:16:19.512Z Downloaded hickory-resolver v0.24.4
8342026-08-18T23:16:19.515Z Downloaded ignore v0.4.25
8352026-08-18T23:16:19.515Z Downloaded strum_macros v0.24.3
8362026-08-18T23:16:19.517Z Downloaded indent_write v2.2.0
8372026-08-18T23:16:19.522Z Downloaded p256 v0.14.0
8382026-08-18T23:16:19.526Z Downloaded derive-where v1.6.0
8392026-08-18T23:16:19.528Z Downloaded derive_more v0.99.20
8402026-08-18T23:16:19.531Z Downloaded hickory-server v0.25.2
8412026-08-18T23:16:19.534Z Downloaded managed v0.8.0
8422026-08-18T23:16:19.534Z Downloaded md-5 v0.10.6
8432026-08-18T23:16:19.537Z Downloaded md5 v0.8.0
8442026-08-18T23:16:19.537Z Downloaded newtype_derive v0.1.6
8452026-08-18T23:16:19.537Z Downloaded newtype-uuid-macros v0.1.0
8462026-08-18T23:16:19.537Z Downloaded num_enum_derive v0.5.11
8472026-08-18T23:16:19.537Z Downloaded openssl-probe v0.1.6
8482026-08-18T23:16:19.540Z Downloaded indexmap v1.9.3
8492026-08-18T23:16:19.540Z Downloaded psl-types v2.0.11
8502026-08-18T23:16:19.540Z Downloaded vergen-lib v0.1.6
8512026-08-18T23:16:19.540Z Downloaded multimap v0.10.1
8522026-08-18T23:16:19.542Z Downloaded num-conv v0.2.0
8532026-08-18T23:16:19.542Z Downloaded whoami v2.1.0
8542026-08-18T23:16:19.545Z Downloaded packed_struct_codegen v0.10.1
8552026-08-18T23:16:19.545Z Downloaded cc v1.2.56
8562026-08-18T23:16:19.548Z Downloaded phf_shared v0.13.1
8572026-08-18T23:16:19.548Z Downloaded tinyvec v1.10.0
8582026-08-18T23:16:19.551Z Downloaded zstd v0.13.3
8592026-08-18T23:16:19.570Z Downloaded oxide-update-engine-types v0.1.2
8602026-08-18T23:16:19.572Z Downloaded spin v0.9.8
8612026-08-18T23:16:19.575Z Downloaded daft v0.1.7
8622026-08-18T23:16:19.576Z Downloaded delegate v0.13.5
8632026-08-18T23:16:19.576Z Downloaded derive-ex v0.1.8
8642026-08-18T23:16:19.579Z Downloaded ecdsa v0.16.9
8652026-08-18T23:16:19.579Z Downloaded hyper-staticfile v0.10.1
8662026-08-18T23:16:19.581Z Downloaded sapling-renderdag v0.1.0
8672026-08-18T23:16:19.586Z Downloaded omicron-zone-package v0.12.3
8682026-08-18T23:16:19.589Z Downloaded thread-id v5.1.0
8692026-08-18T23:16:19.594Z Downloaded expectorate v1.2.0
8702026-08-18T23:16:19.596Z Downloaded tokio-postgres v0.7.16
8712026-08-18T23:16:19.601Z Downloaded progenitor-impl v0.13.0
8722026-08-18T23:16:19.603Z Downloaded ingot-types v0.2.0
8732026-08-18T23:16:19.603Z Downloaded linked-hash-map v0.5.6
8742026-08-18T23:16:19.606Z Downloaded jobserver v0.1.34
8752026-08-18T23:16:19.609Z Downloaded libefi-sys v0.1.0
8762026-08-18T23:16:19.609Z Downloaded strsim v0.10.0
8772026-08-18T23:16:19.609Z Downloaded sync-ptr v0.1.4
8782026-08-18T23:16:19.612Z Downloaded tabwriter v1.4.1
8792026-08-18T23:16:19.612Z Downloaded progenitor-impl v0.14.0
8802026-08-18T23:16:19.612Z Downloaded tokio-stream v0.1.18
8812026-08-18T23:16:19.615Z Downloaded knus-derive v3.4.0
8822026-08-18T23:16:19.617Z Downloaded tower-service v0.3.3
8832026-08-18T23:16:19.617Z Downloaded usdt-macro v0.6.0
8842026-08-18T23:16:19.617Z Downloaded tokio-test v0.4.5
8852026-08-18T23:16:19.620Z Downloaded xshell-macros v0.2.7
8862026-08-18T23:16:19.623Z Downloaded libsw v3.5.0
8872026-08-18T23:16:19.623Z Downloaded zeroize v1.9.0
8882026-08-18T23:16:19.623Z Downloaded yasna v0.5.2
8892026-08-18T23:16:19.626Z Downloaded topological-sort v0.2.2
8902026-08-18T23:16:19.626Z Downloaded want v0.3.1
8912026-08-18T23:16:19.629Z Downloaded icu_locale_core v2.1.1
8922026-08-18T23:16:19.631Z Downloaded schemars v0.8.22
8932026-08-18T23:16:19.636Z Downloaded url v2.5.8
8942026-08-18T23:16:19.639Z Downloaded miniz_oxide v0.8.9
8952026-08-18T23:16:19.641Z Downloaded zeroize_derive v1.5.0
8962026-08-18T23:16:19.644Z Downloaded phc v0.6.1
8972026-08-18T23:16:19.647Z Downloaded xattr v1.6.1
8982026-08-18T23:16:19.647Z Downloaded defmt-parser v1.0.0
8992026-08-18T23:16:19.650Z Downloaded progenitor v0.13.0
9002026-08-18T23:16:19.653Z Downloaded hyper-tls v0.6.0
9012026-08-18T23:16:19.657Z Downloaded dunce v1.0.5
9022026-08-18T23:16:19.657Z Downloaded dyn-clone v1.0.20
9032026-08-18T23:16:19.661Z Downloaded indoc v1.0.9
9042026-08-18T23:16:19.661Z Downloaded derive_builder v0.20.2
9052026-08-18T23:16:19.665Z Downloaded progenitor v0.14.0
9062026-08-18T23:16:19.665Z Downloaded hashbrown v0.12.3
9072026-08-18T23:16:19.668Z Downloaded ecdsa v0.17.0
9082026-08-18T23:16:19.668Z Downloaded rpassword v7.5.4
9092026-08-18T23:16:19.668Z Downloaded scroll_derive v0.13.1
9102026-08-18T23:16:19.668Z Downloaded signal-hook-registry v1.4.8
9112026-08-18T23:16:19.668Z Downloaded snafu-derive v0.8.9
9122026-08-18T23:16:19.671Z Downloaded sqlformat v0.3.5
9132026-08-18T23:16:19.676Z Downloaded maybe-uninit v2.0.0
9142026-08-18T23:16:19.679Z Downloaded mime v0.3.17
9152026-08-18T23:16:19.679Z Downloaded ed25519-dalek v2.2.0
9162026-08-18T23:16:19.682Z Downloaded slog-json v2.6.1
9172026-08-18T23:16:19.685Z Downloaded test-strategy v0.4.5
9182026-08-18T23:16:19.687Z Downloaded typify v0.6.2
9192026-08-18T23:16:19.690Z Downloaded derive_more v2.1.1
9202026-08-18T23:16:19.696Z Downloaded tokio-dtrace v0.1.1
9212026-08-18T23:16:19.698Z Downloaded nonempty v0.12.0
9222026-08-18T23:16:19.698Z Downloaded rayon-core v1.13.0
9232026-08-18T23:16:19.701Z Downloaded num-derive v0.4.2
9242026-08-18T23:16:19.701Z Downloaded aes-gcm v0.11.0
9252026-08-18T23:16:19.704Z Downloaded vergen-lib v9.1.0
9262026-08-18T23:16:19.707Z Downloaded zerocopy-derive v0.8.55
9272026-08-18T23:16:19.710Z Downloaded x509-cert v0.2.5
9282026-08-18T23:16:19.713Z Downloaded rustyline v14.0.0
9292026-08-18T23:16:19.716Z Downloaded poly1305 v0.8.0
9302026-08-18T23:16:19.719Z Downloaded poly1305 v0.9.0
9312026-08-18T23:16:19.719Z Downloaded crossbeam-utils v0.8.21
9322026-08-18T23:16:19.722Z Downloaded aes v0.9.1
9332026-08-18T23:16:19.724Z Downloaded xshell v0.2.7
9342026-08-18T23:16:19.727Z Downloaded num-bigint-dig v0.8.6
9352026-08-18T23:16:19.730Z Downloaded powerfmt v0.2.0
9362026-08-18T23:16:19.732Z Downloaded derive_builder_core v0.20.2
9372026-08-18T23:16:19.732Z Downloaded digest v0.11.3
9382026-08-18T23:16:19.736Z Downloaded http v1.4.2
9392026-08-18T23:16:19.742Z Downloaded hashbrown v0.13.2
9402026-08-18T23:16:19.752Z Downloaded ipnetwork v0.21.1
9412026-08-18T23:16:19.759Z Downloaded serde_bytes v0.11.19
9422026-08-18T23:16:19.762Z Downloaded libloading v0.8.9
9432026-08-18T23:16:19.763Z Downloaded snafu v0.8.9
9442026-08-18T23:16:19.765Z Downloaded utf-8 v0.7.6
9452026-08-18T23:16:19.768Z Downloaded hashbrown v0.14.5
9462026-08-18T23:16:19.771Z Downloaded take_mut v0.2.2
9472026-08-18T23:16:19.778Z Downloaded rsa v0.9.10
9482026-08-18T23:16:19.781Z Downloaded ml-kem v0.3.2
9492026-08-18T23:16:19.784Z Downloaded num-traits v0.2.19
9502026-08-18T23:16:19.784Z Downloaded unicase v2.9.0
9512026-08-18T23:16:19.787Z Downloaded unsafe-libyaml v0.2.11
9522026-08-18T23:16:19.787Z Downloaded multer v3.1.0
9532026-08-18T23:16:19.793Z Downloaded num-iter v0.1.45
9542026-08-18T23:16:19.794Z Downloaded tinyvec_macros v0.1.1
9552026-08-18T23:16:19.794Z Downloaded difflib v0.4.0
9562026-08-18T23:16:19.794Z Downloaded parking_lot v0.11.2
9572026-08-18T23:16:19.794Z Downloaded pem v3.0.6
9582026-08-18T23:16:19.794Z Downloaded zone v0.3.1
9592026-08-18T23:16:19.794Z Downloaded p521 v0.14.0
9602026-08-18T23:16:19.797Z Downloaded pin-project v1.1.11
9612026-08-18T23:16:19.800Z Downloaded ppv-lite86 v0.2.21
9622026-08-18T23:16:19.803Z Downloaded internal-russh-num-bigint v0.5.0
9632026-08-18T23:16:19.807Z Downloaded password-hash v0.5.0
9642026-08-18T23:16:19.807Z Downloaded oxide-tokio-rt v0.1.4
9652026-08-18T23:16:19.807Z Downloaded phf v0.13.1
9662026-08-18T23:16:19.807Z Downloaded papergrid v0.18.0
9672026-08-18T23:16:19.810Z Downloaded darling_macro v0.23.0
9682026-08-18T23:16:19.810Z Downloaded debug-ignore v1.0.5
9692026-08-18T23:16:19.813Z Downloaded cstr-argument v0.1.2
9702026-08-18T23:16:19.813Z Downloaded darling_core v0.23.0
9712026-08-18T23:16:19.816Z Downloaded crc32fast v1.5.0
9722026-08-18T23:16:19.817Z Downloaded cookie v0.18.1
9732026-08-18T23:16:19.819Z Downloaded proc-macro-error-attr2 v2.0.0
9742026-08-18T23:16:19.819Z Downloaded dropshot-api-manager-types v0.8.0
9752026-08-18T23:16:19.826Z Downloaded progenitor-client v0.13.0
9762026-08-18T23:16:19.826Z Downloaded illumos-nvpair-sys v0.2.0
9772026-08-18T23:16:19.826Z Downloaded keccak v0.1.6
9782026-08-18T23:16:19.826Z Downloaded iana-time-zone v0.1.65
9792026-08-18T23:16:19.829Z Downloaded maplit v1.0.2
9802026-08-18T23:16:19.829Z Downloaded serdect v0.4.3
9812026-08-18T23:16:19.832Z Downloaded num-bigint v0.4.6
9822026-08-18T23:16:19.832Z Downloaded slog v2.8.2
9832026-08-18T23:16:19.836Z Downloaded hashbrown v0.15.5
9842026-08-18T23:16:19.839Z Downloaded serde_repr v0.1.20
9852026-08-18T23:16:19.842Z Downloaded simd-adler32 v0.3.8
9862026-08-18T23:16:19.843Z Downloaded stringprep v0.1.5
9872026-08-18T23:16:19.843Z Downloaded thread_local v1.1.9
9882026-08-18T23:16:19.846Z Downloaded lazy_static v1.5.0
9892026-08-18T23:16:19.849Z Downloaded smallvec v0.6.14
9902026-08-18T23:16:19.849Z Downloaded ssh-encoding v0.3.0
9912026-08-18T23:16:19.857Z Downloaded support-bundle-viewer v0.1.2
9922026-08-18T23:16:19.858Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9932026-08-18T23:16:19.861Z Downloaded subprocess v0.2.15
9942026-08-18T23:16:19.861Z Downloaded der v0.8.0
9952026-08-18T23:16:19.864Z Downloaded lock_api v0.4.14
9962026-08-18T23:16:19.864Z Downloaded predicates-tree v1.0.13
9972026-08-18T23:16:19.864Z Downloaded prettyplease v0.2.37
9982026-08-18T23:16:19.867Z Downloaded futures-util v0.3.32
9992026-08-18T23:16:19.874Z Downloaded parse-display v0.10.0
10002026-08-18T23:16:19.877Z Downloaded itertools v0.10.5
10012026-08-18T23:16:19.877Z Downloaded tungstenite v0.21.0
10022026-08-18T23:16:19.880Z Downloaded walkdir v2.5.0
10032026-08-18T23:16:19.880Z Downloaded uuid v1.23.4
10042026-08-18T23:16:19.883Z Downloaded zone_cfg_derive v0.3.1
10052026-08-18T23:16:19.888Z Downloaded nom v7.1.3
10062026-08-18T23:16:19.891Z Downloaded crossbeam-deque v0.8.6
10072026-08-18T23:16:19.895Z Downloaded pretty_assertions v1.4.1
10082026-08-18T23:16:19.895Z Downloaded pkcs1 v0.8.0-rc.4
10092026-08-18T23:16:19.898Z Downloaded rustls-pemfile v2.2.0
10102026-08-18T23:16:19.898Z Downloaded signal-hook-tokio v0.3.1
10112026-08-18T23:16:19.901Z Downloaded slog-bunyan v2.5.0
10122026-08-18T23:16:19.901Z Downloaded structmeta-derive v0.3.0
10132026-08-18T23:16:19.916Z Downloaded inout v0.2.2
10142026-08-18T23:16:19.918Z Downloaded serde_urlencoded v0.7.1
10152026-08-18T23:16:19.919Z Downloaded tagptr v0.2.0
10162026-08-18T23:16:19.919Z Downloaded quinn-udp v0.5.14
10172026-08-18T23:16:19.919Z Downloaded scuffle v0.1.0
10182026-08-18T23:16:19.919Z Downloaded term v1.2.1
10192026-08-18T23:16:19.919Z Downloaded hashbrown v0.16.1
10202026-08-18T23:16:19.923Z Downloaded newtype-uuid v1.3.2
10212026-08-18T23:16:19.923Z Downloaded icu_collections v2.1.1
10222026-08-18T23:16:19.926Z Downloaded nanorand v0.7.0
10232026-08-18T23:16:19.926Z Downloaded oxide-update-engine-display v0.1.2
10242026-08-18T23:16:19.928Z Downloaded diesel_table_macro_syntax v0.3.0
10252026-08-18T23:16:19.928Z Downloaded slog-scope v4.4.1
10262026-08-18T23:16:19.931Z Downloaded tokio-rustls v0.26.4
10272026-08-18T23:16:19.935Z Downloaded unit-prefix v0.5.2
10282026-08-18T23:16:19.935Z Downloaded untrusted v0.9.0
10292026-08-18T23:16:19.937Z Downloaded toml_edit v0.19.15
10302026-08-18T23:16:19.945Z Downloaded crunchy v0.2.4
10312026-08-18T23:16:19.948Z Downloaded hkdf v0.13.0
10322026-08-18T23:16:19.948Z Downloaded libbz2-rs-sys v0.2.2
10332026-08-18T23:16:19.950Z Downloaded instability v0.3.11
10342026-08-18T23:16:19.951Z Downloaded match_cfg v0.1.0
10352026-08-18T23:16:19.951Z Downloaded rand v0.10.1
10362026-08-18T23:16:19.953Z Downloaded pin-project-lite v0.2.17
10372026-08-18T23:16:19.957Z Downloaded jiff-static v0.2.34
10382026-08-18T23:16:19.957Z Downloaded libscf-sys v1.2.0
10392026-08-18T23:16:19.957Z Downloaded opaque-debug v0.3.1
10402026-08-18T23:16:19.957Z Downloaded darling v0.21.3
10412026-08-18T23:16:19.962Z Downloaded pem-rfc7468 v0.7.0
10422026-08-18T23:16:19.962Z Downloaded same-file v1.0.6
10432026-08-18T23:16:19.967Z Downloaded rand_core v0.9.5
10442026-08-18T23:16:19.967Z Downloaded recursive-proc-macro-impl v0.1.1
10452026-08-18T23:16:19.967Z Downloaded mio v1.2.0
10462026-08-18T23:16:19.971Z Downloaded precomputed-hash v0.1.1
10472026-08-18T23:16:19.971Z Downloaded crypto-bigint v0.5.5
10482026-08-18T23:16:19.974Z Downloaded rand v0.8.6
10492026-08-18T23:16:19.976Z Downloaded ryu v1.0.23
10502026-08-18T23:16:19.976Z Downloaded drift v0.2.0
10512026-08-18T23:16:19.982Z Downloaded salsa20 v0.11.0
10522026-08-18T23:16:19.985Z Downloaded darling_core v0.13.4
10532026-08-18T23:16:19.988Z Downloaded darling_core v0.20.11
10542026-08-18T23:16:19.990Z Downloaded slog-dtrace v0.3.0
10552026-08-18T23:16:19.990Z Downloaded time-core v0.1.8
10562026-08-18T23:16:19.990Z Downloaded hyper-rustls v0.27.7
10572026-08-18T23:16:20.017Z Downloaded serde-hex v0.1.0
10582026-08-18T23:16:20.017Z Downloaded ref-cast v1.0.25
10592026-08-18T23:16:20.017Z Downloaded schemars v0.9.0
10602026-08-18T23:16:20.017Z Downloaded supports-unicode v3.0.0
10612026-08-18T23:16:20.017Z Downloaded serde_plain v1.0.2
10622026-08-18T23:16:20.017Z Downloaded sponge-cursor v0.1.0
10632026-08-18T23:16:20.017Z Downloaded indicatif v0.18.4
10642026-08-18T23:16:20.017Z Downloaded h2 v0.4.15
10652026-08-18T23:16:20.017Z Downloaded hkdf v0.12.4
10662026-08-18T23:16:20.018Z Downloaded rustls-webpki v0.103.13
10672026-08-18T23:16:20.018Z Downloaded const_format_proc_macros v0.2.34
10682026-08-18T23:16:20.018Z Downloaded convert_case v0.10.0
10692026-08-18T23:16:20.018Z Downloaded daft-derive v0.1.7
10702026-08-18T23:16:20.021Z Downloaded tiny-keccak v2.0.2
10712026-08-18T23:16:20.021Z Downloaded trait-variant v0.1.2
10722026-08-18T23:16:20.021Z Downloaded tls_codec v0.4.2
10732026-08-18T23:16:20.021Z Downloaded tls_codec_derive v0.4.2
10742026-08-18T23:16:20.021Z Downloaded wait-timeout v0.2.1
10752026-08-18T23:16:20.021Z Downloaded zerofrom v0.1.6
10762026-08-18T23:16:20.023Z Downloaded usdt-impl v0.6.0
10772026-08-18T23:16:20.024Z Downloaded derive_builder_macro v0.20.2
10782026-08-18T23:16:20.024Z Downloaded impl-trait-for-tuples v0.2.3
10792026-08-18T23:16:20.025Z Downloaded inout v0.1.4
10802026-08-18T23:16:20.028Z Downloaded num-complex v0.4.6
10812026-08-18T23:16:20.030Z Downloaded tracing-core v0.1.36
10822026-08-18T23:16:20.033Z Downloaded pkcs1 v0.7.5
10832026-08-18T23:16:20.033Z Downloaded either v1.15.0
10842026-08-18T23:16:20.036Z Downloaded display-error-chain v0.2.2
10852026-08-18T23:16:20.036Z Downloaded vergen v9.1.0
10862026-08-18T23:16:20.039Z Downloaded winnow v0.5.40
10872026-08-18T23:16:20.044Z Downloaded aws-lc-rs v1.16.3
10882026-08-18T23:16:20.049Z Downloaded typed-path v0.9.3
10892026-08-18T23:16:20.053Z Downloaded internet-checksum v0.2.1
10902026-08-18T23:16:20.056Z Downloaded path-slash v0.1.5
10912026-08-18T23:16:20.056Z Downloaded pbkdf2 v0.13.0
10922026-08-18T23:16:20.056Z Downloaded peg v0.8.5
10932026-08-18T23:16:20.059Z Downloaded aho-corasick v1.1.4
10942026-08-18T23:16:20.061Z Downloaded libxml v0.3.3
10952026-08-18T23:16:20.064Z Downloaded rand v0.9.2
10962026-08-18T23:16:20.067Z Downloaded rand_chacha v0.9.0
10972026-08-18T23:16:20.067Z Downloaded sec1 v0.7.3
10982026-08-18T23:16:20.069Z Downloaded icu_provider v2.1.1
10992026-08-18T23:16:20.070Z Downloaded quick-error v1.2.3
11002026-08-18T23:16:20.070Z Downloaded russh-cryptovec v0.62.0
11012026-08-18T23:16:20.072Z Downloaded sigpipe v0.1.3
11022026-08-18T23:16:20.072Z Downloaded utf8_iter v1.0.4
11032026-08-18T23:16:20.072Z Downloaded rsa v0.10.0-rc.18
11042026-08-18T23:16:20.075Z Downloaded serde_path_to_error v0.1.20
11052026-08-18T23:16:20.076Z Downloaded tui-tree-widget v0.23.1
11062026-08-18T23:16:20.078Z Downloaded schemars v1.2.1
11072026-08-18T23:16:20.085Z Downloaded tokio-tungstenite v0.23.1
11082026-08-18T23:16:20.088Z Downloaded zerofrom-derive v0.1.6
11092026-08-18T23:16:20.088Z Downloaded crc-catalog v2.4.0
11102026-08-18T23:16:20.088Z Downloaded diesel_derives v2.3.7
11112026-08-18T23:16:20.091Z Downloaded whoami v1.6.1
11122026-08-18T23:16:20.094Z Downloaded critical-section v1.2.0
11132026-08-18T23:16:20.094Z Downloaded ctr v0.10.1
11142026-08-18T23:16:20.094Z Downloaded lalrpop-util v0.19.12
11152026-08-18T23:16:20.097Z Downloaded openssl-probe v0.2.1
11162026-08-18T23:16:20.101Z Downloaded signature v2.2.0
11172026-08-18T23:16:20.103Z Downloaded signature v3.0.0
11182026-08-18T23:16:20.107Z Downloaded defmt-macros v1.0.1
11192026-08-18T23:16:20.110Z Downloaded hyper v1.10.1
11202026-08-18T23:16:20.114Z Downloaded p384 v0.14.0
11212026-08-18T23:16:20.117Z Downloaded zerocopy v0.6.6
11222026-08-18T23:16:20.120Z Downloaded sha1 v0.10.6
11232026-08-18T23:16:20.120Z Downloaded yansi v1.0.1
11242026-08-18T23:16:20.120Z Downloaded zip v0.6.6
11252026-08-18T23:16:20.123Z Downloaded libsw-core v0.3.2
11262026-08-18T23:16:20.127Z Downloaded ron v0.8.1
11272026-08-18T23:16:20.127Z Downloaded zip v4.6.1
11282026-08-18T23:16:20.130Z Downloaded litrs v1.0.0
11292026-08-18T23:16:20.132Z Downloaded module-lattice v0.2.3
11302026-08-18T23:16:20.132Z Downloaded rustls-pki-types v1.14.0
11312026-08-18T23:16:20.135Z Downloaded proc-macro-crate v1.3.1
11322026-08-18T23:16:20.135Z Downloaded dirs-sys-next v0.1.2
11332026-08-18T23:16:20.135Z Downloaded predicates v3.1.4
11342026-08-18T23:16:20.135Z Downloaded defmt v0.3.100
11352026-08-18T23:16:20.138Z Downloaded phf_shared v0.12.1
11362026-08-18T23:16:20.138Z Downloaded void v1.0.2
11372026-08-18T23:16:20.138Z Downloaded num-rational v0.4.2
11382026-08-18T23:16:20.138Z Downloaded pkg-config v0.3.32
11392026-08-18T23:16:20.138Z Downloaded illumos-nvpair v0.3.0
11402026-08-18T23:16:20.141Z Downloaded sec1 v0.8.1
11412026-08-18T23:16:20.141Z Downloaded tokio-tungstenite v0.21.0
11422026-08-18T23:16:20.144Z Downloaded predicates-core v1.0.10
11432026-08-18T23:16:20.144Z Downloaded seq-macro v0.3.6
11442026-08-18T23:16:20.147Z Downloaded ssh-key v0.7.0-rc.11
11452026-08-18T23:16:20.152Z Downloaded quinn v0.11.11
11462026-08-18T23:16:20.154Z Downloaded darling v0.23.0
11472026-08-18T23:16:20.157Z Downloaded ssh-cipher v0.3.0
11482026-08-18T23:16:20.160Z Downloaded stacker v0.1.23
11492026-08-18T23:16:20.160Z Downloaded memoffset v0.9.1
11502026-08-18T23:16:20.160Z Downloaded bindgen v0.71.1
11512026-08-18T23:16:20.163Z Downloaded unarray v0.1.4
11522026-08-18T23:16:20.166Z Downloaded cpufeatures v0.3.0
11532026-08-18T23:16:20.166Z Downloaded kem v0.3.0
11542026-08-18T23:16:20.175Z Downloaded tokio-util v0.7.18
11552026-08-18T23:16:20.180Z Downloaded diesel-dtrace v0.5.0
11562026-08-18T23:16:20.182Z Downloaded dropshot_endpoint v0.17.1
11572026-08-18T23:16:20.182Z Downloaded ed25519 v3.0.0
11582026-08-18T23:16:20.185Z Downloaded icu_properties v2.1.2
11592026-08-18T23:16:20.185Z Downloaded pem-rfc7468 v1.0.0
11602026-08-18T23:16:20.188Z Downloaded phf v0.12.1
11612026-08-18T23:16:20.188Z Downloaded darling_macro v0.21.3
11622026-08-18T23:16:20.191Z Downloaded blake3 v1.8.5
11632026-08-18T23:16:20.195Z Downloaded linear-map v1.2.0
11642026-08-18T23:16:20.198Z Downloaded proptest v1.11.0
11652026-08-18T23:16:20.207Z Downloaded yoke-derive v0.8.1
11662026-08-18T23:16:20.212Z Downloaded supports-color v3.0.2
11672026-08-18T23:16:20.215Z Downloaded zerotrie v0.2.3
11682026-08-18T23:16:20.215Z Downloaded polyval v0.7.1
11692026-08-18T23:16:20.217Z Downloaded smf v0.2.3
11702026-08-18T23:16:20.217Z Downloaded ipnet v2.12.0
11712026-08-18T23:16:20.226Z Downloaded hyper-util v0.1.20
11722026-08-18T23:16:20.229Z Downloaded socket2 v0.6.3
11732026-08-18T23:16:20.236Z Downloaded ctutils v0.4.2
11742026-08-18T23:16:20.239Z Downloaded primeorder v0.14.0
11752026-08-18T23:16:20.239Z Downloaded uzers v0.12.2
11762026-08-18T23:16:20.242Z Downloaded tokio-macros v2.7.0
11772026-08-18T23:16:20.242Z Downloaded rand_pcg v0.10.2
11782026-08-18T23:16:20.245Z Downloaded potential_utf v0.1.4
11792026-08-18T23:16:20.245Z Downloaded olpc-cjson v0.1.4
11802026-08-18T23:16:20.250Z Downloaded rand_core v0.10.0
11812026-08-18T23:16:20.252Z Downloaded rustversion v1.0.22
11822026-08-18T23:16:20.252Z Downloaded unicode-segmentation v1.12.0
11832026-08-18T23:16:20.255Z Downloaded oxide-update-engine v0.1.2
11842026-08-18T23:16:20.261Z Downloaded unicode-normalization v0.1.25
11852026-08-18T23:16:20.265Z Downloaded strum_macros v0.26.4
11862026-08-18T23:16:20.268Z Downloaded strum_macros v0.27.2
11872026-08-18T23:16:20.268Z Downloaded displaydoc v0.2.5
11882026-08-18T23:16:20.271Z Downloaded serde_derive_internals v0.29.1
11892026-08-18T23:16:20.271Z Downloaded slab v0.4.12
11902026-08-18T23:16:20.274Z Downloaded indoc v2.0.7
11912026-08-18T23:16:20.274Z Downloaded lru v0.12.5
11922026-08-18T23:16:20.277Z Downloaded memmap2 v0.9.10
11932026-08-18T23:16:20.280Z Downloaded derive_more-impl v2.1.1
11942026-08-18T23:16:20.283Z Downloaded psm v0.1.30
11952026-08-18T23:16:20.286Z Downloaded smallvec v1.15.1
11962026-08-18T23:16:20.288Z Downloaded steno v0.4.1
11972026-08-18T23:16:20.294Z Downloaded num_enum_derive v0.7.6
11982026-08-18T23:16:20.297Z Downloaded static_assertions v1.1.0
11992026-08-18T23:16:20.297Z Downloaded ed25519 v2.2.3
12002026-08-18T23:16:20.307Z Downloaded crossterm v0.28.1
12012026-08-18T23:16:20.311Z Downloaded packed_struct v0.10.1
12022026-08-18T23:16:20.314Z Downloaded der_derive v0.7.3
12032026-08-18T23:16:20.314Z Downloaded yoke v0.8.1
12042026-08-18T23:16:20.317Z Downloaded darling_core v0.21.3
12052026-08-18T23:16:20.319Z Downloaded toml v1.1.2+spec-1.1.0
12062026-08-18T23:16:20.319Z Downloaded deranged v0.5.8
12072026-08-18T23:16:20.322Z Downloaded iri-string v0.7.10
12082026-08-18T23:16:20.325Z Downloaded vergen-git2 v9.1.0
12092026-08-18T23:16:20.330Z Downloaded time-macros v0.2.27
12102026-08-18T23:16:20.330Z Downloaded mime_guess v2.0.5
12112026-08-18T23:16:20.330Z Downloaded des v0.9.0
12122026-08-18T23:16:20.333Z Downloaded chrono v0.4.45
12132026-08-18T23:16:20.336Z Downloaded openssl-sys v0.9.117
12142026-08-18T23:16:20.338Z Downloaded parking_lot_core v0.9.12
12152026-08-18T23:16:20.341Z Downloaded rustls-native-certs v0.8.3
12162026-08-18T23:16:20.341Z Downloaded unicode-properties v0.1.4
12172026-08-18T23:16:20.341Z Downloaded term v0.7.0
12182026-08-18T23:16:20.345Z Downloaded nu-ansi-term v0.50.3
12192026-08-18T23:16:20.345Z Downloaded tungstenite v0.23.0
12202026-08-18T23:16:20.347Z Downloaded publicsuffix v2.3.0
12212026-08-18T23:16:20.352Z Downloaded zopfli v0.8.3
12222026-08-18T23:16:20.358Z Downloaded crc-any v2.5.0
12232026-08-18T23:16:20.368Z Downloaded regex v1.12.3
12242026-08-18T23:16:20.371Z Downloaded socket2 v0.5.10
12252026-08-18T23:16:20.374Z Downloaded const_format v0.2.35
12262026-08-18T23:16:20.377Z Downloaded portable-atomic v1.13.1
12272026-08-18T23:16:20.380Z Downloaded serde_yaml v0.9.34+deprecated
12282026-08-18T23:16:20.386Z Downloaded jiff-core v0.1.0
12292026-08-18T23:16:20.388Z Downloaded zlib-rs v0.6.2
12302026-08-18T23:16:20.392Z Downloaded icu_properties_data v2.1.2
12312026-08-18T23:16:20.397Z Downloaded rayon v1.11.0
12322026-08-18T23:16:20.402Z Downloaded itertools v0.14.0
12332026-08-18T23:16:20.406Z Downloaded miette v7.6.0
12342026-08-18T23:16:20.408Z Downloaded icu_normalizer_data v2.1.1
12352026-08-18T23:16:20.411Z Downloaded der v0.7.10
12362026-08-18T23:16:20.414Z Downloaded tabled v0.21.0
12372026-08-18T23:16:20.424Z Downloaded icu_normalizer v2.1.1
12382026-08-18T23:16:20.427Z Downloaded elliptic-curve v0.13.8
12392026-08-18T23:16:20.430Z Downloaded qorb v0.4.1
12402026-08-18T23:16:20.433Z Downloaded samael v0.0.19
12412026-08-18T23:16:20.436Z Downloaded tar v0.4.46
12422026-08-18T23:16:20.439Z Downloaded reqwest v0.12.28
12432026-08-18T23:16:20.442Z Downloaded bitvec v1.0.1
12442026-08-18T23:16:20.449Z Downloaded serde_with v1.14.0
12452026-08-18T23:16:20.452Z Downloaded git2 v0.20.4
12462026-08-18T23:16:20.457Z Downloaded salty v0.3.0
12472026-08-18T23:16:20.460Z Downloaded knus v3.4.0
12482026-08-18T23:16:20.463Z Downloaded goblin v0.10.5
12492026-08-18T23:16:20.466Z Downloaded object v0.30.4
12502026-08-18T23:16:20.474Z Downloaded ed25519-dalek v3.0.0
12512026-08-18T23:16:20.477Z Downloaded lalrpop v0.19.12
12522026-08-18T23:16:20.482Z Downloaded dropshot-api-manager v0.8.0
12532026-08-18T23:16:20.485Z Downloaded serde_with v3.21.0
12542026-08-18T23:16:20.492Z Downloaded libm v0.2.16
12552026-08-18T23:16:20.498Z Downloaded tower-http v0.6.8
12562026-08-18T23:16:20.502Z Downloaded itertools v0.12.1
12572026-08-18T23:16:20.506Z Downloaded minimal-lexical v0.2.1
12582026-08-18T23:16:20.509Z Downloaded petname v2.0.2
12592026-08-18T23:16:20.512Z Downloaded radix_trie v0.2.1
12602026-08-18T23:16:20.515Z Downloaded unicode_categories v0.1.1
12612026-08-18T23:16:20.520Z Downloaded quick-xml v0.37.5
12622026-08-18T23:16:20.520Z Downloaded crossbeam-channel v0.5.15
12632026-08-18T23:16:20.523Z Downloaded crypto-primes v0.7.2
12642026-08-18T23:16:20.534Z Downloaded gimli v0.32.3
12652026-08-18T23:16:20.544Z Downloaded rawzip v0.4.4
12662026-08-18T23:16:20.547Z Downloaded sha3 v0.12.0
12672026-08-18T23:16:20.555Z Downloaded polar-core v0.27.3
12682026-08-18T23:16:20.559Z Downloaded idna v1.1.0
12692026-08-18T23:16:20.568Z Downloaded tower v0.5.3
12702026-08-18T23:16:20.573Z Downloaded smoltcp v0.9.1
12712026-08-18T23:16:20.579Z Downloaded winnow v0.6.26
12722026-08-18T23:16:20.593Z Downloaded reedline v0.40.0
12732026-08-18T23:16:20.598Z Downloaded rustls-platform-verifier v0.6.2
12742026-08-18T23:16:20.606Z Downloaded itertools v0.15.0
12752026-08-18T23:16:20.610Z Downloaded itertools v0.13.0
12762026-08-18T23:16:20.621Z Downloaded zerovec v0.11.5
12772026-08-18T23:16:20.626Z Downloaded object v0.37.3
12782026-08-18T23:16:20.635Z Downloaded bstr v1.12.1
12792026-08-18T23:16:20.640Z Downloaded moka v0.12.13
12802026-08-18T23:16:20.645Z Downloaded smoltcp v0.11.0
12812026-08-18T23:16:20.652Z Downloaded nom v8.0.0
12822026-08-18T23:16:20.655Z Downloaded tough v0.22.0
12832026-08-18T23:16:20.669Z Downloaded crossterm v0.29.0
12842026-08-18T23:16:20.672Z Downloaded vcpkg v0.2.15
12852026-08-18T23:16:20.697Z Downloaded openssl v0.10.80
12862026-08-18T23:16:20.702Z Downloaded reqwest v0.13.2
12872026-08-18T23:16:20.706Z Downloaded nix v0.27.1
12882026-08-18T23:16:20.712Z Downloaded iddqd v0.4.2
12892026-08-18T23:16:20.717Z Downloaded p384 v0.13.1
12902026-08-18T23:16:20.720Z Downloaded regress v0.10.5
12912026-08-18T23:16:20.725Z Downloaded quinn-proto v0.11.16
12922026-08-18T23:16:20.729Z Downloaded zerocopy v0.8.55
12932026-08-18T23:16:20.741Z Downloaded curve25519-dalek v5.0.0
12942026-08-18T23:16:20.747Z Downloaded winnow v1.0.3
12952026-08-18T23:16:20.752Z Downloaded hickory-proto v0.24.4
12962026-08-18T23:16:20.761Z Downloaded dropshot v0.17.1
12972026-08-18T23:16:20.781Z Downloaded time v0.3.47
12982026-08-18T23:16:20.787Z Downloaded russh v0.62.4
12992026-08-18T23:16:20.793Z Downloaded hickory-proto v0.25.2
13002026-08-18T23:16:20.801Z Downloaded crypto-bigint v0.7.5
13012026-08-18T23:16:20.811Z Downloaded rustix v0.38.44
13022026-08-18T23:16:20.825Z Downloaded regex-syntax v0.8.10
13032026-08-18T23:16:20.829Z Downloaded curve25519-dalek v4.1.3
13042026-08-18T23:16:20.833Z Downloaded rustls v0.23.41
13052026-08-18T23:16:20.840Z Downloaded nix v0.28.0
13062026-08-18T23:16:20.847Z Downloaded regex-syntax v0.6.29
13072026-08-18T23:16:20.851Z Downloaded openapiv3 v2.2.0
13082026-08-18T23:16:20.858Z Downloaded sqlparser v0.61.0
13092026-08-18T23:16:20.864Z Downloaded diesel v2.3.7
13102026-08-18T23:16:20.876Z Downloaded tracing v0.1.44
13112026-08-18T23:16:20.890Z Downloaded nix v0.31.2
13122026-08-18T23:16:20.897Z Downloaded sled v0.34.7
13132026-08-18T23:16:20.903Z Downloaded typify-impl v0.6.2
13142026-08-18T23:16:20.912Z Downloaded zerocopy-derive v0.6.6
13152026-08-18T23:16:20.918Z Downloaded regress v0.11.1
13162026-08-18T23:16:20.923Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-18T23:16:20.939Z Downloaded sha3 v0.11.0
13182026-08-18T23:16:20.963Z Downloaded petgraph v0.6.5
13192026-08-18T23:16:20.975Z Downloaded ratatui v0.29.0
13202026-08-18T23:16:20.986Z Downloaded regex-automata v0.4.14
13212026-08-18T23:16:20.996Z Downloaded jiff v0.2.34
13222026-08-18T23:16:21.007Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13232026-08-18T23:16:21.024Z Downloaded chrono-tz v0.10.4
13242026-08-18T23:16:21.034Z Downloaded petgraph v0.8.3
13252026-08-18T23:16:21.048Z Downloaded libz-sys v1.1.24
13262026-08-18T23:16:21.066Z Downloaded csv v1.4.0
13272026-08-18T23:16:21.102Z Downloaded tokio v1.52.1
13282026-08-18T23:16:21.132Z Downloaded sha3 v0.10.8
13292026-08-18T23:16:21.136Z Downloaded encoding_rs v0.8.35
13302026-08-18T23:16:21.145Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-08-18T23:16:21.175Z Downloaded ring v0.17.14
13322026-08-18T23:16:21.742Z Downloaded aws-lc-sys v0.40.0
13332026-08-18T23:16:22.003Z Compiling libc v0.2.185
13342026-08-18T23:16:22.003Z Compiling serde_core v1.0.229
13352026-08-18T23:16:22.003Z Compiling serde v1.0.229
13362026-08-18T23:16:22.007Z Compiling log v0.4.33
13372026-08-18T23:16:22.007Z Compiling smallvec v1.15.1
13382026-08-18T23:16:22.007Z Compiling find-msvc-tools v0.1.9
13392026-08-18T23:16:22.007Z Compiling shlex v1.3.0
13402026-08-18T23:16:22.143Z Compiling syn v2.0.117
13412026-08-18T23:16:22.353Z Compiling subtle v2.6.1
13422026-08-18T23:16:22.394Z Compiling scopeguard v1.2.0
13432026-08-18T23:16:22.418Z Compiling stable_deref_trait v1.2.1
13442026-08-18T23:16:22.432Z Compiling typenum v1.20.1
13452026-08-18T23:16:22.500Z Compiling lock_api v0.4.14
13462026-08-18T23:16:22.503Z Compiling zerocopy v0.8.55
13472026-08-18T23:16:22.525Z Compiling portable-atomic v1.13.1
13482026-08-18T23:16:22.528Z Compiling serde_json v1.0.151
13492026-08-18T23:16:22.738Z Compiling critical-section v1.2.0
13502026-08-18T23:16:22.772Z Compiling libm v0.2.16
13512026-08-18T23:16:22.848Z Compiling num-traits v0.2.19
13522026-08-18T23:16:22.924Z Compiling pkg-config v0.3.32
13532026-08-18T23:16:22.983Z Compiling errno v0.3.14
13542026-08-18T23:16:23.030Z Compiling jobserver v0.1.34
13552026-08-18T23:16:23.065Z Compiling getrandom v0.2.17
13562026-08-18T23:16:23.226Z Compiling rand_core v0.6.4
13572026-08-18T23:16:23.295Z Compiling cc v1.2.56
13582026-08-18T23:16:23.506Z Compiling generic-array v0.14.7
13592026-08-18T23:16:23.526Z Compiling once_cell v1.21.3
13602026-08-18T23:16:23.585Z Compiling pin-project-lite v0.2.17
13612026-08-18T23:16:23.615Z Compiling const-oid v0.9.6
13622026-08-18T23:16:23.682Z Compiling parking_lot_core v0.9.12
13632026-08-18T23:16:23.735Z Compiling getrandom v0.3.4
13642026-08-18T23:16:23.751Z Compiling signal-hook-registry v1.4.8
13652026-08-18T23:16:24.315Z Compiling bitflags v2.11.0
13662026-08-18T23:16:24.395Z Compiling futures-core v0.3.32
13672026-08-18T23:16:24.408Z Compiling litemap v0.8.1
13682026-08-18T23:16:24.543Z Compiling percent-encoding v2.3.2
13692026-08-18T23:16:24.558Z Compiling writeable v0.6.2
13702026-08-18T23:16:24.600Z Compiling semver v1.0.28
13712026-08-18T23:16:24.742Z Compiling bytes v1.11.1
13722026-08-18T23:16:24.757Z Compiling parking_lot v0.12.5
13732026-08-18T23:16:24.786Z Compiling mio v1.2.0
13742026-08-18T23:16:24.789Z Compiling icu_normalizer_data v2.1.1
13752026-08-18T23:16:24.878Z Compiling icu_properties_data v2.1.2
13762026-08-18T23:16:24.928Z Compiling socket2 v0.6.3
13772026-08-18T23:16:25.004Z Compiling synstructure v0.13.2
13782026-08-18T23:16:25.195Z Compiling getrandom v0.4.3
13792026-08-18T23:16:25.212Z Compiling rustix v1.1.4
13802026-08-18T23:16:25.234Z Compiling rand_core v0.10.0
13812026-08-18T23:16:25.319Z Compiling futures-sink v0.3.32
13822026-08-18T23:16:25.341Z Compiling indexmap v2.14.0
13832026-08-18T23:16:25.398Z Compiling futures-channel v0.3.32
13842026-08-18T23:16:25.426Z Compiling slab v0.4.12
13852026-08-18T23:16:25.480Z Compiling futures-task v0.3.32
13862026-08-18T23:16:25.576Z Compiling futures-io v0.3.32
13872026-08-18T23:16:25.594Z Compiling utf8_iter v1.0.4
13882026-08-18T23:16:25.615Z Compiling form_urlencoded v1.2.2
13892026-08-18T23:16:25.642Z Compiling rustversion v1.0.22
13902026-08-18T23:16:25.722Z Compiling iana-time-zone v0.1.65
13912026-08-18T23:16:25.738Z Compiling base64ct v1.8.3
13922026-08-18T23:16:25.767Z Compiling cmake v0.1.57
13932026-08-18T23:16:25.781Z Compiling dunce v1.0.5
13942026-08-18T23:16:25.876Z Compiling chrono v0.4.45
13952026-08-18T23:16:25.916Z Compiling regex-syntax v0.8.10
13962026-08-18T23:16:25.974Z Compiling pem-rfc7468 v0.7.0
13972026-08-18T23:16:26.013Z Compiling fs_extra v1.3.0
13982026-08-18T23:16:26.205Z Compiling flagset v0.4.7
13992026-08-18T23:16:26.307Z Compiling ident_case v1.0.1
14002026-08-18T23:16:26.321Z Compiling aws-lc-sys v0.40.0
14012026-08-18T23:16:26.335Z Compiling uuid v1.23.4
14022026-08-18T23:16:26.433Z Compiling rand_core v0.9.5
14032026-08-18T23:16:26.658Z Compiling base64 v0.22.1
14042026-08-18T23:16:26.711Z Compiling http v1.4.2
14052026-08-18T23:16:26.731Z Compiling zeroize_derive v1.5.0
14062026-08-18T23:16:26.960Z Compiling zerocopy-derive v0.8.55
14072026-08-18T23:16:26.986Z Compiling zerofrom-derive v0.1.6
14082026-08-18T23:16:27.026Z Compiling yoke-derive v0.8.1
14092026-08-18T23:16:27.335Z Compiling zerovec-derive v0.11.2
14102026-08-18T23:16:27.390Z Compiling zeroize v1.9.0
14112026-08-18T23:16:27.604Z Compiling displaydoc v0.2.5
14122026-08-18T23:16:28.202Z Compiling tokio-macros v2.7.0
14132026-08-18T23:16:28.219Z Compiling crypto-common v0.1.7
14142026-08-18T23:16:28.277Z Compiling block-buffer v0.10.4
14152026-08-18T23:16:28.357Z Compiling futures-macro v0.3.32
14162026-08-18T23:16:28.370Z Compiling thiserror-impl v2.0.18
14172026-08-18T23:16:28.392Z Compiling zerofrom v0.1.6
14182026-08-18T23:16:28.443Z Compiling digest v0.10.7
14192026-08-18T23:16:28.457Z Compiling der_derive v0.7.3
14202026-08-18T23:16:28.524Z Compiling yoke v0.8.1
14212026-08-18T23:16:28.690Z Compiling zerovec v0.11.5
14222026-08-18T23:16:28.705Z Compiling zerotrie v0.2.3
14232026-08-18T23:16:28.925Z Compiling tokio v1.52.1
14242026-08-18T23:16:28.995Z Compiling vcpkg v0.2.15
14252026-08-18T23:16:29.155Z Compiling tinystr v0.8.2
14262026-08-18T23:16:29.197Z Compiling potential_utf v0.1.4
14272026-08-18T23:16:29.356Z Compiling icu_locale_core v2.1.1
14282026-08-18T23:16:29.371Z Compiling icu_collections v2.1.1
14292026-08-18T23:16:29.407Z Compiling futures-util v0.3.32
14302026-08-18T23:16:29.697Z Compiling thiserror v2.0.18
14312026-08-18T23:16:29.713Z Compiling der v0.7.10
14322026-08-18T23:16:29.804Z Compiling syn v1.0.109
14332026-08-18T23:16:29.850Z Compiling openssl-sys v0.9.117
14342026-08-18T23:16:30.103Z Compiling icu_provider v2.1.1
14352026-08-18T23:16:30.271Z Compiling tracing-attributes v0.1.31
14362026-08-18T23:16:30.359Z Compiling icu_normalizer v2.1.1
14372026-08-18T23:16:30.397Z Compiling icu_properties v2.1.2
14382026-08-18T23:16:30.878Z Compiling spki v0.7.3
14392026-08-18T23:16:30.910Z Compiling serde_derive_internals v0.29.1
14402026-08-18T23:16:31.085Z Compiling rustc_version v0.4.1
14412026-08-18T23:16:31.467Z Compiling ppv-lite86 v0.2.21
14422026-08-18T23:16:31.483Z Compiling idna_adapter v1.2.1
14432026-08-18T23:16:31.519Z Compiling tracing-core v0.1.36
14442026-08-18T23:16:31.600Z Compiling idna v1.1.0
14452026-08-18T23:16:31.620Z Compiling cpufeatures v0.2.17
14462026-08-18T23:16:31.696Z Compiling schemars v0.8.22
14472026-08-18T23:16:31.734Z Compiling simd-adler32 v0.3.8
14482026-08-18T23:16:31.792Z Compiling rand_chacha v0.9.0
14492026-08-18T23:16:31.836Z Compiling aws-lc-rs v1.16.3
14502026-08-18T23:16:31.894Z Compiling url v2.5.8
14512026-08-18T23:16:31.983Z Compiling dyn-clone v1.0.20
14522026-08-18T23:16:32.079Z Compiling rand v0.9.2
14532026-08-18T23:16:32.131Z Compiling tracing v0.1.44
14542026-08-18T23:16:32.148Z Compiling schemars_derive v0.8.22
14552026-08-18T23:16:32.247Z Compiling pkcs8 v0.10.2
14562026-08-18T23:16:32.497Z Compiling rustls-pki-types v1.14.0
14572026-08-18T23:16:32.512Z Compiling http-body v1.0.1
14582026-08-18T23:16:32.659Z Compiling spin v0.9.8
14592026-08-18T23:16:32.683Z Compiling tinyvec_macros v0.1.1
14602026-08-18T23:16:32.752Z Compiling tokio-util v0.7.18
14612026-08-18T23:16:32.820Z Compiling cmov v0.5.4
14622026-08-18T23:16:32.867Z Compiling adler2 v2.0.1
14632026-08-18T23:16:32.935Z Compiling openssl-probe v0.2.1
14642026-08-18T23:16:32.994Z Compiling crc32fast v1.5.0
14652026-08-18T23:16:33.018Z Compiling httparse v1.10.1
14662026-08-18T23:16:33.105Z Compiling tempfile v3.27.0
14672026-08-18T23:16:33.297Z Compiling ctutils v0.4.2
14682026-08-18T23:16:33.388Z Compiling miniz_oxide v0.8.9
14692026-08-18T23:16:33.461Z Compiling tinyvec v1.10.0
14702026-08-18T23:16:33.527Z Compiling pest_generator v2.8.6
14712026-08-18T23:16:33.753Z Compiling sha2 v0.10.9
14722026-08-18T23:16:33.799Z Compiling terminal_size v0.4.3
14732026-08-18T23:16:33.934Z Compiling aho-corasick v1.1.4
14742026-08-18T23:16:33.964Z Compiling tower-layer v0.3.3
14752026-08-18T23:16:34.126Z Compiling atomic-waker v1.1.2
14762026-08-18T23:16:34.193Z Compiling try-lock v0.2.5
14772026-08-18T23:16:34.246Z Compiling radium v0.7.0
14782026-08-18T23:16:34.300Z Compiling untrusted v0.7.1
14792026-08-18T23:16:34.427Z Compiling tower-service v0.3.3
14802026-08-18T23:16:34.506Z Compiling want v0.3.1
14812026-08-18T23:16:34.525Z Compiling h2 v0.4.15
14822026-08-18T23:16:34.618Z Compiling pest_derive v2.8.6
14832026-08-18T23:16:34.665Z Compiling hybrid-array v0.4.13
14842026-08-18T23:16:34.994Z Compiling regex-automata v0.4.14
14852026-08-18T23:16:35.041Z Compiling scroll_derive v0.13.1
14862026-08-18T23:16:35.200Z Compiling darling_core v0.20.11
14872026-08-18T23:16:35.412Z Compiling ipnet v2.12.0
14882026-08-18T23:16:35.556Z Compiling maybe-uninit v2.0.0
14892026-08-18T23:16:35.818Z Compiling untrusted v0.9.0
14902026-08-18T23:16:35.832Z Compiling rustls v0.23.41
14912026-08-18T23:16:35.888Z Compiling httpdate v1.0.3
14922026-08-18T23:16:35.937Z Compiling openssl v0.10.80
14932026-08-18T23:16:35.996Z Compiling tap v1.0.1
14942026-08-18T23:16:36.132Z Compiling foreign-types-shared v0.1.1
14952026-08-18T23:16:36.168Z Compiling wyz v0.5.1
14962026-08-18T23:16:36.200Z Compiling scroll v0.13.0
14972026-08-18T23:16:36.215Z Compiling foreign-types v0.3.2
14982026-08-18T23:16:36.287Z Compiling unicode-normalization v0.1.25
14992026-08-18T23:16:36.465Z Compiling rand_chacha v0.3.1
15002026-08-18T23:16:36.479Z Compiling signature v2.2.0
15012026-08-18T23:16:36.658Z Compiling thiserror-impl v1.0.69
15022026-08-18T23:16:36.740Z Compiling openssl-macros v0.1.1
15032026-08-18T23:16:36.755Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-08-18T23:16:37.029Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15052026-08-18T23:16:37.140Z Compiling hex v0.4.3
15062026-08-18T23:16:37.238Z Compiling num-integer v0.1.46
15072026-08-18T23:16:37.407Z Compiling socket2 v0.5.10
15082026-08-18T23:16:37.421Z Compiling wait-timeout v0.2.1
15092026-08-18T23:16:37.515Z Compiling darling_macro v0.20.11
15102026-08-18T23:16:37.555Z Compiling ahash v0.8.12
15112026-08-18T23:16:37.677Z Compiling hyper v1.10.1
15122026-08-18T23:16:37.753Z Compiling bit-vec v0.8.0
15132026-08-18T23:16:37.793Z Compiling time-core v0.1.8
15142026-08-18T23:16:37.896Z Compiling powerfmt v0.2.0
15152026-08-18T23:16:37.935Z Compiling funty v2.0.0
15162026-08-18T23:16:37.980Z Compiling num-conv v0.2.0
15172026-08-18T23:16:37.997Z Compiling quick-error v1.2.3
15182026-08-18T23:16:38.095Z Compiling num-bigint-dig v0.8.6
15192026-08-18T23:16:38.107Z Compiling packed_struct v0.10.1
15202026-08-18T23:16:38.110Z Compiling native-tls v0.2.18
15212026-08-18T23:16:38.289Z Compiling bitvec v1.0.1
15222026-08-18T23:16:38.333Z Compiling time-macros v0.2.27
15232026-08-18T23:16:38.366Z Compiling rusty-fork v0.3.1
15242026-08-18T23:16:38.512Z Compiling deranged v0.5.8
15252026-08-18T23:16:38.602Z Compiling darling v0.20.11
15262026-08-18T23:16:38.672Z Compiling clap_builder v4.6.0
15272026-08-18T23:16:38.685Z Compiling bit-set v0.8.0
15282026-08-18T23:16:38.844Z Compiling hyper-util v0.1.20
15292026-08-18T23:16:39.046Z Compiling thiserror v1.0.69
15302026-08-18T23:16:39.193Z Compiling num-iter v0.1.45
15312026-08-18T23:16:39.445Z Compiling rand v0.8.6
15322026-08-18T23:16:39.700Z Compiling goblin v0.10.5
15332026-08-18T23:16:40.173Z Compiling packed_struct_codegen v0.10.1
15342026-08-18T23:16:40.208Z Compiling lazy_static v1.5.0
15352026-08-18T23:16:40.301Z Compiling hmac v0.12.1
15362026-08-18T23:16:40.458Z Compiling zerocopy-derive v0.6.6
15372026-08-18T23:16:40.530Z Compiling clap_derive v4.6.1
15382026-08-18T23:16:41.245Z Compiling bitfield-macros v0.19.4
15392026-08-18T23:16:41.289Z Compiling rand_xorshift v0.4.0
15402026-08-18T23:16:41.453Z Compiling serde_spanned v0.6.9
15412026-08-18T23:16:41.599Z Compiling toml_datetime v0.6.11
15422026-08-18T23:16:41.615Z Compiling sync_wrapper v1.0.2
15432026-08-18T23:16:41.725Z Compiling indexmap v1.9.3
15442026-08-18T23:16:41.853Z Compiling zlib-rs v0.6.2
15452026-08-18T23:16:41.913Z Compiling siphasher v1.0.2
15462026-08-18T23:16:41.952Z Compiling crc-catalog v2.4.0
15472026-08-18T23:16:42.046Z Compiling num_threads v0.1.7
15482026-08-18T23:16:42.099Z Compiling object v0.37.3
15492026-08-18T23:16:42.145Z Compiling crossbeam-utils v0.8.21
15502026-08-18T23:16:42.258Z Compiling nodrop v0.1.14
15512026-08-18T23:16:42.287Z Compiling paste v1.0.15
15522026-08-18T23:16:42.352Z Compiling usdt-impl v0.6.0
15532026-08-18T23:16:42.366Z Compiling unarray v0.1.4
15542026-08-18T23:16:42.424Z Compiling unicode-segmentation v1.12.0
15552026-08-18T23:16:42.470Z Compiling proptest v1.11.0
15562026-08-18T23:16:42.597Z Compiling dof v0.4.0
15572026-08-18T23:16:42.657Z Compiling array-init v0.0.4
15582026-08-18T23:16:42.798Z Compiling clap v4.6.1
15592026-08-18T23:16:42.899Z Compiling time v0.3.47
15602026-08-18T23:16:42.995Z Compiling crc v3.4.0
15612026-08-18T23:16:43.188Z Compiling bitfield v0.19.4
15622026-08-18T23:16:43.497Z Compiling tower v0.5.3
15632026-08-18T23:16:43.921Z Compiling zerocopy v0.6.6
15642026-08-18T23:16:44.230Z Compiling smallvec v0.6.14
15652026-08-18T23:16:44.476Z Compiling derive_builder_core v0.20.2
15662026-08-18T23:16:44.644Z Compiling dtrace-parser v0.3.0
15672026-08-18T23:16:45.026Z Compiling flate2 v1.1.9
15682026-08-18T23:16:45.201Z Compiling ipnetwork v0.21.1
15692026-08-18T23:16:45.299Z Compiling http-body-util v0.1.3
15702026-08-18T23:16:45.362Z Compiling pkcs1 v0.7.5
15712026-08-18T23:16:45.422Z Compiling heapless v0.7.17
15722026-08-18T23:16:45.539Z Compiling structmeta-derive v0.3.0
15732026-08-18T23:16:45.579Z Compiling scroll_derive v0.12.1
15742026-08-18T23:16:45.656Z Compiling slog v2.8.2
15752026-08-18T23:16:45.741Z Compiling darling_core v0.23.0
15762026-08-18T23:16:45.757Z Compiling thread-id v5.1.0
15772026-08-18T23:16:45.837Z Compiling env_filter v2.0.0
15782026-08-18T23:16:45.852Z Compiling cookie v0.18.1
15792026-08-18T23:16:46.034Z Compiling zstd-safe v7.2.4
15802026-08-18T23:16:46.175Z Compiling iri-string v0.7.10
15812026-08-18T23:16:46.247Z Compiling unicode-properties v0.1.4
15822026-08-18T23:16:46.262Z Compiling allocator-api2 v0.2.21
15832026-08-18T23:16:46.458Z Compiling hashbrown v0.12.3
15842026-08-18T23:16:46.587Z Compiling signal-hook v0.3.18
15852026-08-18T23:16:46.663Z Compiling winnow v0.5.40
15862026-08-18T23:16:46.756Z Compiling anyhow v1.0.104
15872026-08-18T23:16:46.938Z Compiling ryu v1.0.23
15882026-08-18T23:16:47.061Z Compiling unicode-bidi v0.3.18
15892026-08-18T23:16:47.123Z Compiling gimli v0.32.3
15902026-08-18T23:16:47.603Z Compiling base64 v0.21.7
15912026-08-18T23:16:47.711Z Compiling stringprep v0.1.5
15922026-08-18T23:16:47.941Z Compiling ron v0.8.1
15932026-08-18T23:16:48.100Z Compiling toml_edit v0.19.15
15942026-08-18T23:16:48.147Z Compiling tower-http v0.6.8
15952026-08-18T23:16:48.281Z Compiling darling_macro v0.23.0
15962026-08-18T23:16:48.533Z Compiling serde_urlencoded v0.7.1
15972026-08-18T23:16:48.785Z Compiling addr2line v0.25.1
15982026-08-18T23:16:48.997Z Compiling structmeta v0.3.0
15992026-08-18T23:16:49.062Z Compiling scroll v0.12.0
16002026-08-18T23:16:49.155Z Compiling env_logger v0.11.11
16012026-08-18T23:16:49.361Z Compiling rsa v0.9.10
16022026-08-18T23:16:49.376Z Compiling oxnet v0.1.6
16032026-08-18T23:16:49.379Z Compiling derive_builder_macro v0.20.2
16042026-08-18T23:16:49.493Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16052026-08-18T23:16:49.788Z Compiling newtype-uuid v1.3.2
16062026-08-18T23:16:49.791Z Compiling hashbrown v0.13.2
16072026-08-18T23:16:49.851Z Compiling bzip2 v0.4.4
16082026-08-18T23:16:50.059Z Compiling serde-hex v0.1.0
16092026-08-18T23:16:50.120Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16102026-08-18T23:16:50.275Z Compiling tokio-native-tls v0.3.1
16112026-08-18T23:16:50.305Z Compiling camino v1.2.5
16122026-08-18T23:16:50.449Z Compiling heck v0.4.1
16132026-08-18T23:16:51.199Z Compiling bstr v1.12.1
16142026-08-18T23:16:51.214Z Compiling block-padding v0.4.2
16152026-08-18T23:16:51.384Z Compiling crypto-common v0.2.2
16162026-08-18T23:16:51.797Z Compiling block-buffer v0.12.1
16172026-08-18T23:16:51.850Z Compiling rustls-native-certs v0.8.3
16182026-08-18T23:16:51.998Z Compiling curve25519-dalek v4.1.3
16192026-08-18T23:16:52.142Z Compiling x509-cert v0.2.5
16202026-08-18T23:16:52.332Z Compiling md-5 v0.10.6
16212026-08-18T23:16:52.425Z Compiling pin-project-internal v1.1.11
16222026-08-18T23:16:52.501Z Compiling async-trait v0.1.89
16232026-08-18T23:16:53.117Z Compiling zerocopy-derive v0.7.35
16242026-08-18T23:16:53.365Z Compiling daft-derive v0.1.7
16252026-08-18T23:16:53.490Z Compiling vergen-lib v9.1.0
16262026-08-18T23:16:53.505Z Compiling serde_tokenstream v0.2.3
16272026-08-18T23:16:53.508Z Compiling hash32 v0.2.1
16282026-08-18T23:16:53.665Z Compiling erased-serde v0.3.31
16292026-08-18T23:16:53.708Z Compiling memoffset v0.9.1
16302026-08-18T23:16:53.723Z Compiling encoding_rs v0.8.35
16312026-08-18T23:16:53.817Z Compiling psl-types v2.0.11
16322026-08-18T23:16:53.899Z Compiling ref-cast v1.0.25
16332026-08-18T23:16:53.939Z Compiling mime v0.3.17
16342026-08-18T23:16:53.971Z Compiling cfg_aliases v0.2.1
16352026-08-18T23:16:54.037Z Compiling fallible-iterator v0.2.0
16362026-08-18T23:16:54.050Z Compiling smoltcp v0.9.1
16372026-08-18T23:16:54.078Z Compiling rustix v0.38.44
16382026-08-18T23:16:54.141Z Compiling rustc-demangle v0.1.27
16392026-08-18T23:16:54.186Z Compiling owo-colors v4.3.0
16402026-08-18T23:16:54.189Z Compiling crc-any v2.5.0
16412026-08-18T23:16:54.343Z Compiling litrs v1.0.0
16422026-08-18T23:16:54.386Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-08-18T23:16:54.419Z Compiling backtrace v0.3.76
16442026-08-18T23:16:54.483Z Compiling postgres-protocol v0.6.10
16452026-08-18T23:16:54.542Z Compiling daft v0.1.7
16462026-08-18T23:16:54.815Z Compiling nix v0.31.2
16472026-08-18T23:16:54.831Z Compiling document-features v0.2.12
16482026-08-18T23:16:54.934Z Compiling zerocopy v0.7.35
16492026-08-18T23:16:55.002Z Compiling publicsuffix v2.3.0
16502026-08-18T23:16:55.212Z Compiling pin-project v1.1.11
16512026-08-18T23:16:55.307Z Compiling inout v0.2.2
16522026-08-18T23:16:55.331Z Compiling snafu-derive v0.8.9
16532026-08-18T23:16:55.404Z Compiling hyper-tls v0.6.0
16542026-08-18T23:16:55.477Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16552026-08-18T23:16:55.490Z Compiling object v0.30.4
16562026-08-18T23:16:55.540Z Compiling zip v0.6.6
16572026-08-18T23:16:55.611Z Compiling derive_builder v0.20.2
16582026-08-18T23:16:55.654Z Compiling toml v0.7.8
16592026-08-18T23:16:55.753Z Compiling goblin v0.8.2
16602026-08-18T23:16:55.939Z Compiling derive-ex v0.1.8
16612026-08-18T23:16:56.666Z Compiling darling v0.23.0
16622026-08-18T23:16:56.753Z Compiling phf_shared v0.13.1
16632026-08-18T23:16:56.889Z Compiling regex v1.12.3
16642026-08-18T23:16:56.995Z Compiling hubpack_derive v0.1.1
16652026-08-18T23:16:57.262Z Compiling futures-executor v0.3.32
16662026-08-18T23:16:57.319Z Compiling curve25519-dalek-derive v0.1.1
16672026-08-18T23:16:57.446Z Compiling ref-cast-impl v1.0.25
16682026-08-18T23:16:57.518Z Compiling strum_macros v0.27.2
16692026-08-18T23:16:57.639Z Compiling vergen v9.1.0
16702026-08-18T23:16:57.816Z Compiling cargo-platform v0.3.2
16712026-08-18T23:16:57.950Z Compiling ff v0.13.1
16722026-08-18T23:16:57.989Z Compiling fs-err v3.3.0
16732026-08-18T23:16:58.084Z Compiling managed v0.8.0
16742026-08-18T23:16:58.084Z Compiling libbz2-rs-sys v0.2.2
16752026-08-18T23:16:58.173Z Compiling foldhash v0.2.0
16762026-08-18T23:16:58.313Z Compiling jiff-core v0.1.0
16772026-08-18T23:16:58.347Z Compiling foldhash v0.1.5
16782026-08-18T23:16:58.386Z Compiling path-slash v0.1.5
16792026-08-18T23:16:58.513Z Compiling either v1.15.0
16802026-08-18T23:16:58.516Z Compiling bitflags v1.3.2
16812026-08-18T23:16:58.604Z Compiling is_ci v1.2.0
16822026-08-18T23:16:58.719Z Compiling bumpalo v3.20.2
16832026-08-18T23:16:58.734Z Compiling base16ct v0.2.0
16842026-08-18T23:16:58.747Z Compiling same-file v1.0.6
16852026-08-18T23:16:58.904Z Compiling walkdir v2.5.0
16862026-08-18T23:16:58.904Z Compiling sec1 v0.7.3
16872026-08-18T23:16:58.964Z Compiling zopfli v0.8.3
16882026-08-18T23:16:59.187Z Compiling jiff v0.2.34
16892026-08-18T23:16:59.202Z Compiling textwrap v0.16.2
16902026-08-18T23:16:59.219Z Compiling supports-color v3.0.2
16912026-08-18T23:16:59.389Z Compiling bzip2 v0.6.1
16922026-08-18T23:16:59.456Z Compiling strum v0.27.2
16932026-08-18T23:16:59.584Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16942026-08-18T23:16:59.602Z Compiling hashbrown v0.15.5
16952026-08-18T23:16:59.615Z Compiling hashbrown v0.16.1
16962026-08-18T23:16:59.741Z Compiling group v0.13.0
16972026-08-18T23:17:00.024Z Compiling cargo_metadata v0.23.1
16982026-08-18T23:17:00.150Z Compiling dof v0.3.0
16992026-08-18T23:17:00.215Z Compiling test-strategy v0.4.5
17002026-08-18T23:17:00.848Z Compiling hubpack v0.1.2
17012026-08-18T23:17:00.969Z Compiling futures v0.3.32
17022026-08-18T23:17:01.073Z Compiling snafu v0.8.9
17032026-08-18T23:17:01.092Z Compiling phf v0.13.1
17042026-08-18T23:17:01.397Z Compiling serde_with_macros v3.21.0
17052026-08-18T23:17:01.457Z Compiling signal-hook-mio v0.2.5
17062026-08-18T23:17:01.580Z Compiling cookie_store v0.22.1
17072026-08-18T23:17:01.627Z Compiling zstd v0.13.3
17082026-08-18T23:17:01.700Z Compiling reqwest v0.12.28
17092026-08-18T23:17:01.891Z Compiling cipher v0.5.2
17102026-08-18T23:17:02.269Z Compiling postgres-types v0.2.12
17112026-08-18T23:17:02.292Z Compiling backtrace-ext v0.2.1
17122026-08-18T23:17:02.746Z Compiling usdt-attr-macro v0.6.0
17132026-08-18T23:17:02.809Z Compiling usdt-macro v0.6.0
17142026-08-18T23:17:03.167Z Compiling globset v0.4.18
17152026-08-18T23:17:03.171Z Compiling phf_shared v0.11.3
17162026-08-18T23:17:03.365Z Compiling hkdf v0.12.4
17172026-08-18T23:17:03.407Z Compiling dtrace-parser v0.2.0
17182026-08-18T23:17:03.539Z Compiling byte-wrapper v0.1.0
17192026-08-18T23:17:03.549Z Compiling olpc-cjson v0.1.4
17202026-08-18T23:17:03.565Z Compiling ed25519 v2.2.3
17212026-08-18T23:17:03.612Z Compiling crypto-bigint v0.5.5
17222026-08-18T23:17:03.708Z Compiling pem v3.0.6
17232026-08-18T23:17:03.823Z Compiling miette-derive v7.6.0
17242026-08-18T23:17:03.856Z Compiling enum-as-inner v0.6.1
17252026-08-18T23:17:04.032Z Compiling strum_macros v0.26.4
17262026-08-18T23:17:04.142Z Compiling serde_repr v0.1.20
17272026-08-18T23:17:04.361Z Compiling async-recursion v1.1.1
17282026-08-18T23:17:04.450Z Compiling serde_plain v1.0.2
17292026-08-18T23:17:04.645Z Compiling serde-big-array v0.5.1
17302026-08-18T23:17:04.680Z Compiling float-cmp v0.10.0
17312026-08-18T23:17:04.792Z Compiling memmap2 v0.9.10
17322026-08-18T23:17:04.830Z Compiling thread-id v4.2.2
17332026-08-18T23:17:04.917Z Compiling difflib v0.4.0
17342026-08-18T23:17:04.979Z Compiling cpufeatures v0.3.0
17352026-08-18T23:17:05.005Z Compiling winnow v1.0.3
17362026-08-18T23:17:05.018Z Compiling typed-path v0.9.3
17372026-08-18T23:17:05.057Z Compiling static_assertions v1.1.0
17382026-08-18T23:17:05.134Z Compiling new_debug_unreachable v1.0.6
17392026-08-18T23:17:05.208Z Compiling normalize-line-endings v0.3.0
17402026-08-18T23:17:05.328Z Compiling supports-hyperlinks v3.2.0
17412026-08-18T23:17:05.429Z Compiling predicates-core v1.0.10
17422026-08-18T23:17:05.474Z Compiling fixedbitset v0.5.7
17432026-08-18T23:17:05.493Z Compiling const-oid v0.10.2
17442026-08-18T23:17:05.604Z Compiling data-encoding v2.10.0
17452026-08-18T23:17:05.690Z Compiling keccak v0.1.6
17462026-08-18T23:17:05.707Z Compiling fixedbitset v0.4.2
17472026-08-18T23:17:05.758Z Compiling supports-unicode v3.0.0
17482026-08-18T23:17:05.782Z Compiling precomputed-hash v0.1.1
17492026-08-18T23:17:05.870Z Compiling whoami v2.1.0
17502026-08-18T23:17:05.903Z Compiling toml_parser v1.1.2+spec-1.1.0
17512026-08-18T23:17:05.917Z Compiling hickory-proto v0.25.2
17522026-08-18T23:17:06.051Z Compiling string_cache v0.8.9
17532026-08-18T23:17:06.244Z Compiling tokio-postgres v0.7.16
17542026-08-18T23:17:06.271Z Compiling petgraph v0.6.5
17552026-08-18T23:17:06.319Z Compiling miette v7.6.0
17562026-08-18T23:17:06.343Z Compiling sha3 v0.10.8
17572026-08-18T23:17:06.453Z Compiling strum v0.26.3
17582026-08-18T23:17:06.553Z Compiling toml_edit v0.22.27
17592026-08-18T23:17:06.581Z Compiling petgraph v0.8.3
17602026-08-18T23:17:06.808Z Compiling digest v0.11.3
17612026-08-18T23:17:07.035Z Compiling predicates v3.1.4
17622026-08-18T23:17:07.498Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-18T23:17:07.686Z Compiling chacha20 v0.10.0
17642026-08-18T23:17:07.763Z Compiling usdt v0.6.0
17652026-08-18T23:17:08.022Z Compiling usdt-impl v0.5.0
17662026-08-18T23:17:08.048Z Compiling elliptic-curve v0.13.8
17672026-08-18T23:17:08.449Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17682026-08-18T23:17:08.467Z Compiling ed25519-dalek v2.2.0
17692026-08-18T23:17:08.516Z Compiling crossterm v0.28.1
17702026-08-18T23:17:08.586Z Compiling serde_with v3.21.0
17712026-08-18T23:17:09.327Z Compiling zip v4.6.1
17722026-08-18T23:17:09.954Z Compiling iddqd v0.4.2
17732026-08-18T23:17:10.263Z Compiling itertools v0.15.0
17742026-08-18T23:17:10.287Z Compiling itertools v0.13.0
17752026-08-18T23:17:10.375Z Compiling similar v2.7.0
17762026-08-18T23:17:10.550Z Compiling crossbeam-epoch v0.9.18
17772026-08-18T23:17:10.647Z Compiling tokio-stream v0.1.18
17782026-08-18T23:17:10.666Z Compiling buf-list v1.1.2
17792026-08-18T23:17:10.873Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17802026-08-18T23:17:10.925Z Compiling openapiv3 v2.2.0
17812026-08-18T23:17:11.105Z Compiling lalrpop-util v0.19.12
17822026-08-18T23:17:11.184Z Compiling peg-runtime v0.8.5
17832026-08-18T23:17:11.218Z Compiling thread_local v1.1.9
17842026-08-18T23:17:11.260Z Compiling slog-async v2.8.0
17852026-08-18T23:17:11.312Z Compiling crossbeam-channel v0.5.15
17862026-08-18T23:17:11.471Z Compiling filetime v0.2.27
17872026-08-18T23:17:11.499Z Compiling is-terminal v0.4.17
17882026-08-18T23:17:11.544Z Compiling xattr v1.6.1
17892026-08-18T23:17:11.560Z Compiling take_mut v0.2.2
17902026-08-18T23:17:11.578Z Compiling term v1.2.1
17912026-08-18T23:17:11.587Z Compiling camino-tempfile v1.4.1
17922026-08-18T23:17:11.717Z Compiling tar v0.4.46
17932026-08-18T23:17:12.095Z Compiling slog-term v2.9.2
17942026-08-18T23:17:17.965Z Compiling rustls-webpki v0.103.13
17952026-08-18T23:17:20.627Z Compiling tokio-rustls v0.26.4
17962026-08-18T23:17:20.627Z Compiling rustls-platform-verifier v0.6.2
17972026-08-18T23:17:20.627Z Compiling tough v0.22.0
17982026-08-18T23:17:20.834Z Compiling hyper-rustls v0.27.7
17992026-08-18T23:17:21.027Z Compiling reqwest v0.13.2
18002026-08-18T23:17:23.258Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-08-18T23:17:23.470Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-08-18T23:17:26.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18032026-08-18T23:17:26.569Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18042026-08-18T23:17:26.628ZAug 18 23:17:24.952 INFO Starting download, target: Cockroach
18052026-08-18T23:17:26.628ZAug 18 23:17:24.953 INFO Starting download, target: Clickhouse
18062026-08-18T23:17:26.629ZAug 18 23:17:24.953 INFO Starting download, target: Console
18072026-08-18T23:17:26.629ZAug 18 23:17:24.953 INFO Starting download, target: DendriteStub
18082026-08-18T23:17:26.629ZAug 18 23:17:24.953 INFO Starting download, target: MaghemiteMgd
18092026-08-18T23:17:26.687ZAug 18 23:17:24.953 INFO Starting download, target: MaghemiteDdmd
18102026-08-18T23:17:26.687ZAug 18 23:17:24.953 INFO Starting download, target: TransceiverControl
18112026-08-18T23:17:26.687ZAug 18 23:17:24.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18122026-08-18T23:17:26.687ZAug 18 23:17:24.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18132026-08-18T23:17:26.688ZAug 18 23:17:24.953 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18142026-08-18T23:17:26.688ZAug 18 23:17:24.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18152026-08-18T23:17:26.688ZAug 18 23:17:24.953 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18162026-08-18T23:17:26.688ZAug 18 23:17:24.953 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18172026-08-18T23:17:26.688ZAug 18 23:17:24.953 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-08-18T23:17:27.193ZAug 18 23:17:25.513 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18192026-08-18T23:17:27.406ZAug 18 23:17:25.728 INFO Download complete, target: TransceiverControl
18202026-08-18T23:17:28.632ZAug 18 23:17:26.953 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18212026-08-18T23:17:28.919ZAug 18 23:17:27.238 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18222026-08-18T23:17:28.933ZAug 18 23:17:27.253 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18232026-08-18T23:17:29.188ZAug 18 23:17:27.509 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-08-18T23:17:29.188ZAug 18 23:17:27.509 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-08-18T23:17:30.126ZAug 18 23:17:28.450 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18262026-08-18T23:17:30.629ZAug 18 23:17:28.954 INFO Download complete, target: MaghemiteDdmd
18272026-08-18T23:17:30.851ZAug 18 23:17:29.175 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-18T23:17:31.094ZAug 18 23:17:29.418 INFO Download complete, target: Console
18292026-08-18T23:17:31.545ZAug 18 23:17:29.868 INFO Download complete, target: MaghemiteMgd
18302026-08-18T23:17:32.539ZAug 18 23:17:30.865 INFO Download complete, target: DendriteStub
18312026-08-18T23:17:33.892ZAug 18 23:17:32.217 INFO Checking that binary works, target: Cockroach
18322026-08-18T23:17:34.008ZAug 18 23:17:32.333 INFO Download complete, target: Cockroach
18332026-08-18T23:17:35.661ZAug 18 23:17:33.986 INFO Checking that binary works, target: Clickhouse
18342026-08-18T23:17:35.798ZAug 18 23:17:34.123 INFO Download complete, target: Clickhouse
18352026-08-18T23:17:35.814ZAll builder prerequisites installed successfully, and PATH looks valid
18362026-08-18T23:17:35.818Z
18372026-08-18T23:17:35.818Zreal 2:08.270159707
18382026-08-18T23:17:35.819Zuser 7:16.128784490
18392026-08-18T23:17:35.819Zsys 1:26.488078695
18402026-08-18T23:17:35.819Ztrap 0.249436187
18412026-08-18T23:17:35.819Ztflt 0.498049459
18422026-08-18T23:17:35.819Zdflt 0.727755677
18432026-08-18T23:17:35.819Zkflt 0.024728014
18442026-08-18T23:17:35.820Zlock 27:11.432410386
18452026-08-18T23:17:35.820Zslp 21:58.976581547
18462026-08-18T23:17:35.820Zlat 49.233997036
18472026-08-18T23:17:35.820Zstop 2:44.566458785
18482026-08-18T23:17:35.820Z+ banner hack-check
18492026-08-18T23:17:35.820Z
18502026-08-18T23:17:35.820Z # # ## #### # # #### # # ###### #### # #
18512026-08-18T23:17:35.820Z # # # # # # # # # # # # # # # # #
18522026-08-18T23:17:35.821Z ###### # # # #### ##### # ###### ##### # ####
18532026-08-18T23:17:35.821Z # # ###### # # # # # # # # # #
18542026-08-18T23:17:35.821Z # # # # # # # # # # # # # # # # #
18552026-08-18T23:17:35.821Z # # # # #### # # #### # # ###### #### # #
18562026-08-18T23:17:35.821Z
18572026-08-18T23:17:35.821Z+ export CARGO_INCREMENTAL=0
18582026-08-18T23:17:35.821Z+ CARGO_INCREMENTAL=0
18592026-08-18T23:17:35.821Z+ ptime -m timeout 2h cargo xtask check-features --ci
18602026-08-18T23:17:36.296Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18612026-08-18T23:17:36.614Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18622026-08-18T23:17:38.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18632026-08-18T23:17:38.485Z Running `target/debug/xtask check-features --ci`
18642026-08-18T23:17:38.485Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18652026-08-18T23:17:38.485Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18662026-08-18T23:17:38.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18672026-08-18T23:17:38.906Z Running `target/debug/xtask download cargo-hack`
18682026-08-18T23:17:39.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18692026-08-18T23:17:39.991Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18702026-08-18T23:17:42.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
18712026-08-18T23:17:42.738Z Running `target/debug/xtask-downloader cargo-hack`
18722026-08-18T23:17:42.776ZAug 18 23:17:41.101 INFO Starting download, target: CargoHack
18732026-08-18T23:17:42.791ZAug 18 23:17:41.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18742026-08-18T23:17:43.135ZAug 18 23:17:41.460 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18752026-08-18T23:17:43.185ZAug 18 23:17:41.509 INFO Download complete, target: CargoHack
18762026-08-18T23:17:43.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"
18772026-08-18T23:17:43.200Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18782026-08-18T23:17:43.362Zinfo: running `cargo check --bins` on api_identity (1/337)
18792026-08-18T23:17:43.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-08-18T23:17:43.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-08-18T23:17:43.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-08-18T23:17:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18832026-08-18T23:17:43.928Z
18842026-08-18T23:17:43.928Zinfo: running `cargo check --bins` on bootstore (2/337)
18852026-08-18T23:17:44.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-08-18T23:17:44.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-08-18T23:17:44.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-08-18T23:17:44.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18892026-08-18T23:17:44.495Z
18902026-08-18T23:17:44.495Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18912026-08-18T23:17:44.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-08-18T23:17:44.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-08-18T23:17:44.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-08-18T23:17:44.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18952026-08-18T23:17:45.041Z
18962026-08-18T23:17:45.041Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
18972026-08-18T23:17:45.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-08-18T23:17:45.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-08-18T23:17:45.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-08-18T23:17:45.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19012026-08-18T23:17:45.585Z
19022026-08-18T23:17:45.585Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19032026-08-18T23:17:46.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-08-18T23:17:46.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-08-18T23:17:46.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-08-18T23:17:46.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19072026-08-18T23:17:46.123Z
19082026-08-18T23:17:46.123Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19092026-08-18T23:17:46.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-08-18T23:17:46.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-08-18T23:17:46.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-08-18T23:17:46.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19132026-08-18T23:17:46.686Z
19142026-08-18T23:17:46.686Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19152026-08-18T23:17:47.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-08-18T23:17:47.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-08-18T23:17:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-08-18T23:17:47.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19192026-08-18T23:17:47.236Z
19202026-08-18T23:17:47.236Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19212026-08-18T23:17:47.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-08-18T23:17:47.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-08-18T23:17:47.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-08-18T23:17:47.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19252026-08-18T23:17:47.797Z
19262026-08-18T23:17:47.797Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19272026-08-18T23:17:48.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-08-18T23:17:48.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-08-18T23:17:48.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-08-18T23:17:48.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19312026-08-18T23:17:48.220Z
19322026-08-18T23:17:48.220Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19332026-08-18T23:17:48.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-08-18T23:17:48.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-08-18T23:17:48.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-08-18T23:17:48.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19372026-08-18T23:17:48.619Z
19382026-08-18T23:17:48.620Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19392026-08-18T23:17:48.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-08-18T23:17:48.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-08-18T23:17:48.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-08-18T23:17:48.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19432026-08-18T23:17:49.047Z
19442026-08-18T23:17:49.047Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19452026-08-18T23:17:49.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-08-18T23:17:49.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-08-18T23:17:49.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-08-18T23:17:49.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19492026-08-18T23:17:49.451Z
19502026-08-18T23:17:49.452Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19512026-08-18T23:17:49.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-08-18T23:17:49.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-08-18T23:17:49.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-08-18T23:17:49.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19552026-08-18T23:17:49.875Z
19562026-08-18T23:17:49.875Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19572026-08-18T23:17:50.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-18T23:17:50.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-18T23:17:50.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-18T23:17:50.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19612026-08-18T23:17:50.276Z
19622026-08-18T23:17:50.276Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19632026-08-18T23:17:50.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-18T23:17:50.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-18T23:17:50.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-18T23:17:50.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19672026-08-18T23:17:50.691Z
19682026-08-18T23:17:50.691Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19692026-08-18T23:17:51.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-18T23:17:51.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-18T23:17:51.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-18T23:17:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19732026-08-18T23:17:51.150Z
19742026-08-18T23:17:51.150Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19752026-08-18T23:17:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-18T23:17:51.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-18T23:17:51.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-18T23:17:51.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19792026-08-18T23:17:51.528Z
19802026-08-18T23:17:51.528Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19812026-08-18T23:17:51.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-18T23:17:51.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-18T23:17:51.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-18T23:17:51.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19852026-08-18T23:17:51.941Z
19862026-08-18T23:17:51.941Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19872026-08-18T23:17:52.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-18T23:17:52.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-18T23:17:52.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-18T23:17:52.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19912026-08-18T23:17:52.359Z
19922026-08-18T23:17:52.359Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
19932026-08-18T23:17:52.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-18T23:17:52.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-18T23:17:52.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-18T23:17:52.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19972026-08-18T23:17:52.776Z
19982026-08-18T23:17:52.776Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
19992026-08-18T23:17:53.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-18T23:17:53.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-18T23:17:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-18T23:17:53.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20032026-08-18T23:17:53.198Z
20042026-08-18T23:17:53.198Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20052026-08-18T23:17:53.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-18T23:17:53.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-18T23:17:53.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-18T23:17:53.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20092026-08-18T23:17:53.633Z
20102026-08-18T23:17:53.633Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20112026-08-18T23:17:53.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-18T23:17:53.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-18T23:17:53.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-18T23:17:53.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20152026-08-18T23:17:54.037Z
20162026-08-18T23:17:54.037Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20172026-08-18T23:17:54.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-18T23:17:54.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-18T23:17:54.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-18T23:17:54.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20212026-08-18T23:17:54.452Z
20222026-08-18T23:17:54.452Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20232026-08-18T23:17:54.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-18T23:17:54.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-18T23:17:54.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-18T23:17:54.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20272026-08-18T23:17:54.873Z
20282026-08-18T23:17:54.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20292026-08-18T23:17:55.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-18T23:17:55.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-18T23:17:55.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-18T23:17:55.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20332026-08-18T23:17:55.294Z
20342026-08-18T23:17:55.294Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20352026-08-18T23:17:55.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-18T23:17:55.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-18T23:17:55.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-18T23:17:55.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20392026-08-18T23:17:55.711Z
20402026-08-18T23:17:55.711Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20412026-08-18T23:17:56.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-18T23:17:56.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-18T23:17:56.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-18T23:17:56.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20452026-08-18T23:17:56.129Z
20462026-08-18T23:17:56.129Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20472026-08-18T23:17:56.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-18T23:17:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-18T23:17:56.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-18T23:17:56.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20512026-08-18T23:17:56.547Z
20522026-08-18T23:17:56.547Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20532026-08-18T23:17:56.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-18T23:17:56.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-18T23:17:56.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-18T23:17:56.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20572026-08-18T23:17:56.960Z
20582026-08-18T23:17:56.960Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20592026-08-18T23:17:57.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-18T23:17:57.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-18T23:17:57.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-18T23:17:57.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-08-18T23:17:57.370Z
20642026-08-18T23:17:57.370Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20652026-08-18T23:17:57.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-18T23:17:57.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-18T23:17:57.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-18T23:17:57.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-08-18T23:17:57.780Z
20702026-08-18T23:17:57.780Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20712026-08-18T23:17:58.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-18T23:17:58.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-18T23:17:58.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-18T23:17:58.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20752026-08-18T23:17:58.195Z
20762026-08-18T23:17:58.195Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20772026-08-18T23:17:58.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-18T23:17:58.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-18T23:17:58.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-18T23:17:58.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20812026-08-18T23:17:58.612Z
20822026-08-18T23:17:58.612Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20832026-08-18T23:17:58.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-18T23:17:58.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-18T23:17:58.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-18T23:17:58.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20872026-08-18T23:17:59.026Z
20882026-08-18T23:17:59.026Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20892026-08-18T23:17:59.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-18T23:17:59.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-18T23:17:59.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-18T23:17:59.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20932026-08-18T23:17:59.439Z
20942026-08-18T23:17:59.439Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
20952026-08-18T23:17:59.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-18T23:17:59.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-18T23:17:59.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-18T23:17:59.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20992026-08-18T23:17:59.856Z
21002026-08-18T23:17:59.856Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21012026-08-18T23:18:00.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-18T23:18:00.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-18T23:18:00.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-18T23:18:00.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21052026-08-18T23:18:00.273Z
21062026-08-18T23:18:00.273Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21072026-08-18T23:18:00.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-18T23:18:00.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-18T23:18:00.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-18T23:18:00.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21112026-08-18T23:18:00.694Z
21122026-08-18T23:18:00.694Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21132026-08-18T23:18:01.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-18T23:18:01.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-18T23:18:01.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-18T23:18:01.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21172026-08-18T23:18:01.111Z
21182026-08-18T23:18:01.112Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21192026-08-18T23:18:01.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-18T23:18:01.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-18T23:18:01.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-18T23:18:01.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21232026-08-18T23:18:01.527Z
21242026-08-18T23:18:01.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21252026-08-18T23:18:01.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-18T23:18:01.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-18T23:18:01.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-18T23:18:01.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21292026-08-18T23:18:01.939Z
21302026-08-18T23:18:01.939Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21312026-08-18T23:18:02.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-18T23:18:02.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-18T23:18:02.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-18T23:18:02.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21352026-08-18T23:18:02.351Z
21362026-08-18T23:18:02.351Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21372026-08-18T23:18:02.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-18T23:18:02.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-18T23:18:02.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-18T23:18:02.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21412026-08-18T23:18:02.768Z
21422026-08-18T23:18:02.768Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21432026-08-18T23:18:03.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-18T23:18:03.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-18T23:18:03.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-18T23:18:03.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21472026-08-18T23:18:03.191Z
21482026-08-18T23:18:03.191Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21492026-08-18T23:18:03.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-18T23:18:03.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-18T23:18:03.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-18T23:18:03.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21532026-08-18T23:18:03.608Z
21542026-08-18T23:18:03.608Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21552026-08-18T23:18:03.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-18T23:18:03.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-18T23:18:03.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-18T23:18:03.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21592026-08-18T23:18:04.029Z
21602026-08-18T23:18:04.029Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21612026-08-18T23:18:04.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-18T23:18:04.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-18T23:18:04.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-18T23:18:04.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21652026-08-18T23:18:04.447Z
21662026-08-18T23:18:04.447Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21672026-08-18T23:18:04.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-18T23:18:04.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-18T23:18:04.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-18T23:18:04.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-08-18T23:18:05.039Z
21722026-08-18T23:18:05.039Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21732026-08-18T23:18:05.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-18T23:18:05.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-18T23:18:05.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-18T23:18:05.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21772026-08-18T23:18:05.648Z
21782026-08-18T23:18:05.648Zinfo: running `cargo check --bins` on nexus-config (51/337)
21792026-08-18T23:18:06.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-18T23:18:06.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-18T23:18:06.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-18T23:18:06.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21832026-08-18T23:18:06.230Z
21842026-08-18T23:18:06.230Zinfo: running `cargo check --bins` on nexus-types (52/337)
21852026-08-18T23:18:06.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-18T23:18:06.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-18T23:18:06.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-18T23:18:06.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21892026-08-18T23:18:06.839Z
21902026-08-18T23:18:06.839Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21912026-08-18T23:18:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-18T23:18:07.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-18T23:18:07.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-18T23:18:07.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21952026-08-18T23:18:07.392Z
21962026-08-18T23:18:07.392Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
21972026-08-18T23:18:08.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-18T23:18:08.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-18T23:18:08.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-18T23:18:08.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22012026-08-18T23:18:08.134Z
22022026-08-18T23:18:08.134Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22032026-08-18T23:18:08.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-18T23:18:08.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-18T23:18:08.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-18T23:18:08.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22072026-08-18T23:18:08.512Z
22082026-08-18T23:18:08.512Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22092026-08-18T23:18:08.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-18T23:18:09.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-18T23:18:09.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-18T23:18:09.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22132026-08-18T23:18:09.086Z
22142026-08-18T23:18:09.086Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22152026-08-18T23:18:09.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-18T23:18:09.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-18T23:18:09.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-18T23:18:09.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-08-18T23:18:09.654Z
22202026-08-18T23:18:09.654Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22212026-08-18T23:18:10.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-18T23:18:10.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-18T23:18:10.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-18T23:18:10.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22252026-08-18T23:18:10.236Z
22262026-08-18T23:18:10.236Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22272026-08-18T23:18:10.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-18T23:18:10.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-18T23:18:10.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-18T23:18:10.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22312026-08-18T23:18:10.782Z
22322026-08-18T23:18:10.782Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22332026-08-18T23:18:11.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-18T23:18:11.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-18T23:18:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-18T23:18:11.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22372026-08-18T23:18:11.594Z
22382026-08-18T23:18:11.594Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22392026-08-18T23:18:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-18T23:18:11.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-18T23:18:11.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-18T23:18:11.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-08-18T23:18:11.883Z
22442026-08-18T23:18:11.883Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22452026-08-18T23:18:12.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-18T23:18:12.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-18T23:18:12.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-18T23:18:12.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22492026-08-18T23:18:12.427Z
22502026-08-18T23:18:12.427Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22512026-08-18T23:18:12.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-18T23:18:12.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-18T23:18:12.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-18T23:18:12.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22552026-08-18T23:18:12.984Z
22562026-08-18T23:18:12.984Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22572026-08-18T23:18:13.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-18T23:18:13.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-18T23:18:13.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-18T23:18:13.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22612026-08-18T23:18:13.539Z
22622026-08-18T23:18:13.539Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22632026-08-18T23:18:14.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-18T23:18:14.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-18T23:18:14.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-18T23:18:14.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22672026-08-18T23:18:14.131Z
22682026-08-18T23:18:14.131Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22692026-08-18T23:18:14.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-18T23:18:14.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-18T23:18:14.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-18T23:18:14.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22732026-08-18T23:18:14.664Z
22742026-08-18T23:18:14.664Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22752026-08-18T23:18:15.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-18T23:18:15.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-18T23:18:15.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-18T23:18:15.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22792026-08-18T23:18:15.223Z
22802026-08-18T23:18:15.223Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22812026-08-18T23:18:15.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-18T23:18:15.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-18T23:18:15.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-18T23:18:15.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22852026-08-18T23:18:15.777Z
22862026-08-18T23:18:15.788Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22872026-08-18T23:18:16.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-18T23:18:16.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-18T23:18:16.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-18T23:18:16.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22912026-08-18T23:18:16.962Z
22922026-08-18T23:18:16.962Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
22932026-08-18T23:18:17.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-18T23:18:17.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-18T23:18:17.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-18T23:18:17.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22972026-08-18T23:18:17.052Z
22982026-08-18T23:18:17.052Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
22992026-08-18T23:18:17.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-18T23:18:17.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-18T23:18:17.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-18T23:18:17.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23032026-08-18T23:18:17.447Z
23042026-08-18T23:18:17.462Zinfo: running `cargo check --bins` on ereport-types (72/337)
23052026-08-18T23:18:17.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-18T23:18:17.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-18T23:18:17.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-18T23:18:17.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23092026-08-18T23:18:18.008Z
23102026-08-18T23:18:18.008Zinfo: running `cargo check --bins` on gateway-client (73/337)
23112026-08-18T23:18:21.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-18T23:18:21.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-18T23:18:21.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-18T23:18:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23152026-08-18T23:18:21.421Z
23162026-08-18T23:18:21.421Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23172026-08-18T23:18:21.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-18T23:18:21.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-18T23:18:21.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-18T23:18:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23212026-08-18T23:18:21.425Z
23222026-08-18T23:18:21.425Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23232026-08-18T23:18:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-18T23:18:21.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-18T23:18:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262026-08-18T23:18:21.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23272026-08-18T23:18:21.426Z
23282026-08-18T23:18:21.426Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23292026-08-18T23:18:21.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302026-08-18T23:18:21.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312026-08-18T23:18:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322026-08-18T23:18:21.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23332026-08-18T23:18:21.426Z
23342026-08-18T23:18:21.426Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23352026-08-18T23:18:21.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362026-08-18T23:18:21.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372026-08-18T23:18:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382026-08-18T23:18:21.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23392026-08-18T23:18:21.428Z
23402026-08-18T23:18:21.428Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23412026-08-18T23:18:21.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422026-08-18T23:18:21.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432026-08-18T23:18:21.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442026-08-18T23:18:21.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23452026-08-18T23:18:21.428Z
23462026-08-18T23:18:21.428Zinfo: running `cargo check --bins` on oxlog (79/337)
23472026-08-18T23:18:21.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482026-08-18T23:18:21.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492026-08-18T23:18:21.984Z Checking cfg-if v1.0.4
23502026-08-18T23:18:21.987Z Checking libc v0.2.185
23512026-08-18T23:18:22.088Z Checking serde_core v1.0.229
23522026-08-18T23:18:22.101Z Checking memchr v2.8.0
23532026-08-18T23:18:22.109Z Checking zeroize v1.9.0
23542026-08-18T23:18:22.119Z Checking smallvec v1.15.1
23552026-08-18T23:18:22.128Z Checking log v0.4.33
23562026-08-18T23:18:22.139Z Checking subtle v2.6.1
23572026-08-18T23:18:22.151Z Checking itoa v1.0.17
23582026-08-18T23:18:22.255Z Checking scopeguard v1.2.0
23592026-08-18T23:18:22.279Z Checking typenum v1.20.1
23602026-08-18T23:18:22.282Z Checking stable_deref_trait v1.2.1
23612026-08-18T23:18:22.303Z Checking zerofrom v0.1.6
23622026-08-18T23:18:22.317Z Checking portable-atomic v1.13.1
23632026-08-18T23:18:22.349Z Checking lock_api v0.4.14
23642026-08-18T23:18:22.362Z Checking zerocopy v0.8.55
23652026-08-18T23:18:22.414Z Checking yoke v0.8.1
23662026-08-18T23:18:22.472Z Checking critical-section v1.2.0
23672026-08-18T23:18:22.484Z Checking errno v0.3.14
23682026-08-18T23:18:22.547Z Checking getrandom v0.2.17
23692026-08-18T23:18:22.568Z Checking const-oid v0.9.6
23702026-08-18T23:18:22.579Z Checking zerovec v0.11.5
23712026-08-18T23:18:22.595Z Checking pin-project-lite v0.2.17
23722026-08-18T23:18:22.688Z Checking libm v0.2.16
23732026-08-18T23:18:22.697Z Checking rand_core v0.6.4
23742026-08-18T23:18:22.715Z Checking once_cell v1.21.3
23752026-08-18T23:18:22.864Z Checking zmij v1.0.21
23762026-08-18T23:18:22.887Z Checking signal-hook-registry v1.4.8
23772026-08-18T23:18:23.005Z Checking generic-array v0.14.7
23782026-08-18T23:18:23.011Z Checking tinystr v0.8.2
23792026-08-18T23:18:23.045Z Checking parking_lot_core v0.9.12
23802026-08-18T23:18:23.071Z Checking futures-core v0.3.32
23812026-08-18T23:18:23.188Z Checking percent-encoding v2.3.2
23822026-08-18T23:18:23.201Z Checking litemap v0.8.1
23832026-08-18T23:18:23.377Z Checking writeable v0.6.2
23842026-08-18T23:18:23.385Z Checking parking_lot v0.12.5
23852026-08-18T23:18:23.385Z Checking potential_utf v0.1.4
23862026-08-18T23:18:23.385Z Checking zerotrie v0.2.3
23872026-08-18T23:18:23.385Z Checking num-traits v0.2.19
23882026-08-18T23:18:23.396Z Checking icu_locale_core v2.1.1
23892026-08-18T23:18:23.426Z Checking mio v1.2.0
23902026-08-18T23:18:23.444Z Checking equivalent v1.0.2
23912026-08-18T23:18:23.458Z Checking icu_collections v2.1.1
23922026-08-18T23:18:23.525Z Checking getrandom v0.3.4
23932026-08-18T23:18:23.561Z Checking serde v1.0.229
23942026-08-18T23:18:23.631Z Checking bitflags v2.11.0
23952026-08-18T23:18:23.668Z Checking serde_json v1.0.151
23962026-08-18T23:18:23.703Z Checking socket2 v0.6.3
23972026-08-18T23:18:23.761Z Checking icu_properties_data v2.1.2
23982026-08-18T23:18:23.793Z Checking icu_normalizer_data v2.1.1
23992026-08-18T23:18:23.865Z Checking byteorder v1.5.0
24002026-08-18T23:18:23.887Z Checking block-buffer v0.10.4
24012026-08-18T23:18:23.929Z Checking crypto-common v0.1.7
24022026-08-18T23:18:23.942Z Checking icu_provider v2.1.1
24032026-08-18T23:18:23.943Z Checking rand_core v0.10.0
24042026-08-18T23:18:23.966Z Checking bytes v1.11.1
24052026-08-18T23:18:24.020Z Checking futures-sink v0.3.32
24062026-08-18T23:18:24.045Z Checking hashbrown v0.17.0
24072026-08-18T23:18:24.061Z Checking digest v0.10.7
24082026-08-18T23:18:24.087Z Checking getrandom v0.4.3
24092026-08-18T23:18:24.113Z Checking futures-channel v0.3.32
24102026-08-18T23:18:24.170Z Checking icu_normalizer v2.1.1
24112026-08-18T23:18:24.231Z Checking icu_properties v2.1.2
24122026-08-18T23:18:24.248Z Checking futures-io v0.3.32
24132026-08-18T23:18:24.301Z Checking utf8_iter v1.0.4
24142026-08-18T23:18:24.333Z Checking slab v0.4.12
24152026-08-18T23:18:24.360Z Checking futures-task v0.3.32
24162026-08-18T23:18:24.404Z Checking tokio v1.52.1
24172026-08-18T23:18:24.419Z Checking rustix v1.1.4
24182026-08-18T23:18:24.482Z Checking form_urlencoded v1.2.2
24192026-08-18T23:18:24.497Z Checking futures-util v0.3.32
24202026-08-18T23:18:24.513Z Checking fnv v1.0.7
24212026-08-18T23:18:24.526Z Checking indexmap v2.14.0
24222026-08-18T23:18:24.602Z Checking base64ct v1.8.3
24232026-08-18T23:18:24.617Z Checking flagset v0.4.7
24242026-08-18T23:18:24.736Z Checking iana-time-zone v0.1.65
24252026-08-18T23:18:24.834Z Checking pem-rfc7468 v0.7.0
24262026-08-18T23:18:24.848Z Checking chrono v0.4.45
24272026-08-18T23:18:24.990Z Checking der v0.7.10
24282026-08-18T23:18:25.079Z Checking idna_adapter v1.2.1
24292026-08-18T23:18:25.091Z Checking uuid v1.23.4
24302026-08-18T23:18:25.130Z Checking ppv-lite86 v0.2.21
24312026-08-18T23:18:25.196Z Checking idna v1.1.0
24322026-08-18T23:18:25.261Z Checking rand_core v0.9.5
24332026-08-18T23:18:25.399Z Checking regex-syntax v0.8.10
24342026-08-18T23:18:25.420Z Checking base64 v0.22.1
24352026-08-18T23:18:25.432Z Checking url v2.5.8
24362026-08-18T23:18:25.445Z Checking http v1.4.2
24372026-08-18T23:18:25.655Z Checking rand_chacha v0.9.0
24382026-08-18T23:18:25.682Z Checking tracing-core v0.1.36
24392026-08-18T23:18:25.704Z Checking spki v0.7.3
24402026-08-18T23:18:25.857Z Checking dyn-clone v1.0.20
24412026-08-18T23:18:25.870Z Checking simd-adler32 v0.3.8
24422026-08-18T23:18:25.873Z Checking cpufeatures v0.2.17
24432026-08-18T23:18:25.947Z Checking pkcs8 v0.10.2
24442026-08-18T23:18:25.961Z Checking rand v0.9.2
24452026-08-18T23:18:25.986Z Checking tracing v0.1.44
24462026-08-18T23:18:26.001Z Checking http-body v1.0.1
24472026-08-18T23:18:26.035Z Checking semver v1.0.28
24482026-08-18T23:18:26.098Z Checking spin v0.9.8
24492026-08-18T23:18:26.124Z Checking rustls-pki-types v1.14.0
24502026-08-18T23:18:26.186Z Checking anstyle v1.0.14
24512026-08-18T23:18:26.241Z Checking tinyvec_macros v0.1.1
24522026-08-18T23:18:26.272Z Checking cmov v0.5.4
24532026-08-18T23:18:26.307Z Checking openssl-probe v0.2.1
24542026-08-18T23:18:26.363Z Checking utf8parse v0.2.2
24552026-08-18T23:18:26.395Z Checking adler2 v2.0.1
24562026-08-18T23:18:26.410Z Checking tinyvec v1.10.0
24572026-08-18T23:18:26.410Z Checking schemars v0.8.22
24582026-08-18T23:18:26.433Z Checking sha2 v0.10.9
24592026-08-18T23:18:26.457Z Checking ctutils v0.4.2
24602026-08-18T23:18:26.457Z Checking anstyle-parse v1.0.0
24612026-08-18T23:18:26.497Z Checking miniz_oxide v0.8.9
24622026-08-18T23:18:26.614Z Checking terminal_size v0.4.3
24632026-08-18T23:18:26.665Z Checking aws-lc-sys v0.40.0
24642026-08-18T23:18:26.678Z Checking thiserror v2.0.18
24652026-08-18T23:18:26.695Z Checking colorchoice v1.0.4
24662026-08-18T23:18:26.721Z Checking fastrand v2.3.0
24672026-08-18T23:18:26.724Z Checking anstyle-query v1.1.5
24682026-08-18T23:18:26.770Z Checking untrusted v0.7.1
24692026-08-18T23:18:26.791Z Checking atomic-waker v1.1.2
24702026-08-18T23:18:26.820Z Checking is_terminal_polyfill v1.70.2
24712026-08-18T23:18:26.855Z Checking tower-layer v0.3.3
24722026-08-18T23:18:26.877Z Checking try-lock v0.2.5
24732026-08-18T23:18:26.890Z Checking tower-service v0.3.3
24742026-08-18T23:18:26.903Z Checking tempfile v3.27.0
24752026-08-18T23:18:26.912Z Checking anstream v1.0.0
24762026-08-18T23:18:26.972Z Checking want v0.3.1
24772026-08-18T23:18:26.984Z Checking hybrid-array v0.4.13
24782026-08-18T23:18:27.001Z Checking ipnet v2.12.0
24792026-08-18T23:18:27.050Z Checking crc32fast v1.5.0
24802026-08-18T23:18:27.090Z Checking httparse v1.10.1
24812026-08-18T23:18:27.093Z Checking aho-corasick v1.1.4
24822026-08-18T23:18:27.116Z Checking plain v0.2.3
24832026-08-18T23:18:27.156Z Checking aws-lc-rs v1.16.3
24842026-08-18T23:18:27.184Z Checking httpdate v1.0.3
24852026-08-18T23:18:27.212Z Checking foreign-types-shared v0.1.1
24862026-08-18T23:18:27.249Z Checking untrusted v0.9.0
24872026-08-18T23:18:27.293Z Checking tap v1.0.1
24882026-08-18T23:18:27.305Z Checking foreign-types v0.3.2
24892026-08-18T23:18:27.328Z Checking unicode-normalization v0.1.25
24902026-08-18T23:18:27.389Z Checking rand_chacha v0.3.1
24912026-08-18T23:18:27.396Z Checking radium v0.7.0
24922026-08-18T23:18:27.396Z Checking wyz v0.5.1
24932026-08-18T23:18:27.538Z Checking signature v2.2.0
24942026-08-18T23:18:27.556Z Checking hex v0.4.3
24952026-08-18T23:18:27.569Z Checking num-integer v0.1.46
24962026-08-18T23:18:27.637Z Checking tokio-util v0.7.18
24972026-08-18T23:18:27.665Z Checking openssl-sys v0.9.117
24982026-08-18T23:18:27.721Z Checking socket2 v0.5.10
24992026-08-18T23:18:27.722Z Checking wait-timeout v0.2.1
25002026-08-18T23:18:27.770Z Checking regex-automata v0.4.14
25012026-08-18T23:18:27.784Z Checking unicode-ident v1.0.24
25022026-08-18T23:18:27.784Z Checking funty v2.0.0
25032026-08-18T23:18:27.841Z Checking ucd-trie v0.1.7
25042026-08-18T23:18:27.888Z Checking strsim v0.11.1
25052026-08-18T23:18:27.971Z Checking clap_lex v1.0.0
25062026-08-18T23:18:27.983Z Checking quick-error v1.2.3
25072026-08-18T23:18:27.996Z Checking rustls-webpki v0.103.13
25082026-08-18T23:18:28.033Z Checking bit-vec v0.8.0
25092026-08-18T23:18:28.047Z Checking openssl v0.10.80
25102026-08-18T23:18:28.077Z Checking rusty-fork v0.3.1
25112026-08-18T23:18:28.117Z Checking bitvec v1.0.1
25122026-08-18T23:18:28.123Z Checking clap_builder v4.6.0
25132026-08-18T23:18:28.223Z Checking bit-set v0.8.0
25142026-08-18T23:18:28.247Z Checking h2 v0.4.15
25152026-08-18T23:18:28.247Z Checking pest v2.8.6
25162026-08-18T23:18:28.371Z Checking proc-macro2 v1.0.106
25172026-08-18T23:18:28.399Z Checking rustls v0.23.41
25182026-08-18T23:18:28.674Z Checking num-iter v0.1.45
25192026-08-18T23:18:28.785Z Checking rand v0.8.6
25202026-08-18T23:18:29.298Z Checking lazy_static v1.5.0
25212026-08-18T23:18:29.313Z Checking rand_xorshift v0.4.0
25222026-08-18T23:18:29.346Z Checking thiserror v1.0.69
25232026-08-18T23:18:29.385Z Checking maybe-uninit v2.0.0
25242026-08-18T23:18:29.433Z Checking hmac v0.12.1
25252026-08-18T23:18:29.449Z Checking serde_spanned v0.6.9
25262026-08-18T23:18:29.452Z Checking toml_datetime v0.6.11
25272026-08-18T23:18:29.472Z Checking sync_wrapper v1.0.2
25282026-08-18T23:18:29.567Z Checking unarray v0.1.4
25292026-08-18T23:18:29.567Z Checking siphasher v1.0.2
25302026-08-18T23:18:29.567Z Checking pretty-hex v0.4.1
25312026-08-18T23:18:29.602Z Checking nodrop v0.1.14
25322026-08-18T23:18:29.637Z Checking zlib-rs v0.6.2
25332026-08-18T23:18:29.686Z Checking crc-catalog v2.4.0
25342026-08-18T23:18:29.686Z Checking powerfmt v0.2.0
25352026-08-18T23:18:29.710Z Checking proptest v1.11.0
25362026-08-18T23:18:29.724Z Checking array-init v0.0.4
25372026-08-18T23:18:29.775Z Checking crc v3.4.0
25382026-08-18T23:18:29.847Z Checking deranged v0.5.8
25392026-08-18T23:18:29.948Z Checking tower v0.5.3
25402026-08-18T23:18:30.021Z Checking smallvec v0.6.14
25412026-08-18T23:18:30.072Z Checking native-tls v0.2.18
25422026-08-18T23:18:30.208Z Checking packed_struct v0.10.1
25432026-08-18T23:18:30.253Z Checking num-bigint-dig v0.8.6
25442026-08-18T23:18:30.333Z Checking clap v4.6.1
25452026-08-18T23:18:30.416Z Checking quote v1.0.45
25462026-08-18T23:18:30.522Z Checking flate2 v1.1.9
25472026-08-18T23:18:30.584Z Checking ipnetwork v0.21.1
25482026-08-18T23:18:30.685Z Checking http-body-util v0.1.3
25492026-08-18T23:18:30.772Z Checking pkcs1 v0.7.5
25502026-08-18T23:18:30.795Z Checking crossbeam-utils v0.8.21
25512026-08-18T23:18:30.808Z Checking bitfield v0.19.4
25522026-08-18T23:18:30.901Z Checking zerocopy v0.6.6
25532026-08-18T23:18:30.974Z Checking ahash v0.8.12
25542026-08-18T23:18:31.066Z Checking bzip2-sys v0.1.13+1.0.8
25552026-08-18T23:18:31.079Z Checking scroll v0.13.0
25562026-08-18T23:18:31.093Z Checking hyper v1.10.1
25572026-08-18T23:18:31.130Z Checking env_filter v2.0.0
25582026-08-18T23:18:31.148Z Checking unicode-properties v0.1.4
25592026-08-18T23:18:31.165Z Checking base64 v0.21.7
25602026-08-18T23:18:31.187Z Checking unicode-bidi v0.3.18
25612026-08-18T23:18:31.242Z Checking winnow v0.5.40
25622026-08-18T23:18:31.267Z Checking iri-string v0.7.10
25632026-08-18T23:18:31.304Z Checking hashbrown v0.12.3
25642026-08-18T23:18:31.333Z Checking num-conv v0.2.0
25652026-08-18T23:18:31.395Z Checking gimli v0.32.3
25662026-08-18T23:18:31.446Z Checking allocator-api2 v0.2.21
25672026-08-18T23:18:31.479Z Checking time-core v0.1.8
25682026-08-18T23:18:31.502Z Checking ryu v1.0.23
25692026-08-18T23:18:31.614Z Checking num_threads v0.1.7
25702026-08-18T23:18:31.640Z Checking serde_urlencoded v0.7.1
25712026-08-18T23:18:31.699Z Checking time v0.3.47
25722026-08-18T23:18:31.713Z Checking indexmap v1.9.3
25732026-08-18T23:18:31.723Z Checking newtype-uuid v1.3.2
25742026-08-18T23:18:31.842Z Checking stringprep v0.1.5
25752026-08-18T23:18:31.916Z Checking ron v0.8.1
25762026-08-18T23:18:31.994Z Checking goblin v0.10.5
25772026-08-18T23:18:32.021Z Checking env_logger v0.11.11
25782026-08-18T23:18:32.033Z Checking hyper-util v0.1.20
25792026-08-18T23:18:32.207Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-08-18T23:18:32.277Z Checking tower-http v0.6.8
25812026-08-18T23:18:32.388Z Checking toml_edit v0.19.15
25822026-08-18T23:18:32.428Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-08-18T23:18:32.556Z Checking hashbrown v0.13.2
25842026-08-18T23:18:32.584Z Checking bzip2 v0.4.4
25852026-08-18T23:18:32.747Z Checking crossbeam-epoch v0.9.18
25862026-08-18T23:18:32.821Z Checking rsa v0.9.10
25872026-08-18T23:18:33.004Z Checking addr2line v0.25.1
25882026-08-18T23:18:33.017Z Checking oxnet v0.1.6
25892026-08-18T23:18:33.017Z Checking syn v2.0.117
25902026-08-18T23:18:33.193Z Checking tokio-native-tls v0.3.1
25912026-08-18T23:18:33.221Z Checking serde-hex v0.1.0
25922026-08-18T23:18:33.272Z Checking bstr v1.12.1
25932026-08-18T23:18:33.289Z Checking block-padding v0.4.2
25942026-08-18T23:18:33.344Z Checking block-buffer v0.12.1
25952026-08-18T23:18:33.420Z Checking crypto-common v0.2.2
25962026-08-18T23:18:33.434Z Checking rustls-native-certs v0.8.3
25972026-08-18T23:18:33.513Z Checking x509-cert v0.2.5
25982026-08-18T23:18:33.560Z Checking scroll v0.12.0
25992026-08-18T23:18:33.659Z Checking object v0.37.3
26002026-08-18T23:18:33.785Z Checking zstd-sys v2.0.16+zstd.1.5.7
26012026-08-18T23:18:33.909Z Checking md-5 v0.10.6
26022026-08-18T23:18:33.998Z Checking hash32 v0.2.1
26032026-08-18T23:18:34.043Z Checking encoding_rs v0.8.35
26042026-08-18T23:18:34.155Z Checking mime v0.3.17
26052026-08-18T23:18:34.166Z Checking fallible-iterator v0.2.0
26062026-08-18T23:18:34.312Z Checking either v1.15.0
26072026-08-18T23:18:34.325Z Checking rustc-demangle v0.1.27
26082026-08-18T23:18:34.437Z Checking crc-any v2.5.0
26092026-08-18T23:18:34.518Z Checking psl-types v2.0.11
26102026-08-18T23:18:34.565Z Checking postgres-protocol v0.6.10
26112026-08-18T23:18:34.614Z Checking dof v0.4.0
26122026-08-18T23:18:34.632Z Checking publicsuffix v2.3.0
26132026-08-18T23:18:34.742Z Checking heapless v0.7.17
26142026-08-18T23:18:34.794Z Checking zstd-safe v7.2.4
26152026-08-18T23:18:34.886Z Checking goblin v0.8.2
26162026-08-18T23:18:34.957Z Checking inout v0.2.2
26172026-08-18T23:18:35.005Z Checking toml v0.7.8
26182026-08-18T23:18:35.106Z Checking hyper-tls v0.6.0
26192026-08-18T23:18:35.156Z Checking daft v0.1.7
26202026-08-18T23:18:35.249Z Checking object v0.30.4
26212026-08-18T23:18:35.263Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26222026-08-18T23:18:35.274Z Checking cookie v0.18.1
26232026-08-18T23:18:35.288Z Checking zip v0.6.6
26242026-08-18T23:18:35.312Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-08-18T23:18:35.404Z Checking tokio-rustls v0.26.4
26262026-08-18T23:18:35.471Z Checking phf_shared v0.13.1
26272026-08-18T23:18:35.499Z Checking dtrace-parser v0.3.0
26282026-08-18T23:18:35.609Z Checking zerocopy v0.7.35
26292026-08-18T23:18:35.628Z Checking pin-project v1.1.11
26302026-08-18T23:18:35.667Z Checking signal-hook v0.3.18
26312026-08-18T23:18:35.719Z Checking futures-executor v0.3.32
26322026-08-18T23:18:35.734Z Checking ff v0.13.1
26332026-08-18T23:18:35.853Z Checking thread-id v5.1.0
26342026-08-18T23:18:35.869Z Checking path-slash v0.1.5
26352026-08-18T23:18:35.881Z Checking foldhash v0.2.0
26362026-08-18T23:18:35.931Z Checking libbz2-rs-sys v0.2.2
26372026-08-18T23:18:35.960Z Checking foldhash v0.1.5
26382026-08-18T23:18:35.996Z Checking backtrace v0.3.76
26392026-08-18T23:18:36.028Z Checking bitflags v1.3.2
26402026-08-18T23:18:36.090Z Checking managed v0.8.0
26412026-08-18T23:18:36.094Z Checking jiff-core v0.1.0
26422026-08-18T23:18:36.115Z Checking unicode-width v0.2.0
26432026-08-18T23:18:36.224Z Checking same-file v1.0.6
26442026-08-18T23:18:36.275Z Checking bumpalo v3.20.2
26452026-08-18T23:18:36.286Z Compiling rayon-core v1.13.0
26462026-08-18T23:18:36.313Z Checking is_ci v1.2.0
26472026-08-18T23:18:36.342Z Checking unicode-linebreak v0.1.5
26482026-08-18T23:18:36.354Z Checking smawk v0.3.2
26492026-08-18T23:18:36.652Z Checking base16ct v0.2.0
26502026-08-18T23:18:36.658Z Checking zopfli v0.8.3
26512026-08-18T23:18:36.658Z Checking supports-color v3.0.2
26522026-08-18T23:18:36.658Z Checking walkdir v2.5.0
26532026-08-18T23:18:36.658Z Checking sec1 v0.7.3
26542026-08-18T23:18:36.658Z Checking textwrap v0.16.2
26552026-08-18T23:18:36.658Z Checking bzip2 v0.6.1
26562026-08-18T23:18:36.658Z Checking backtrace-ext v0.2.1
26572026-08-18T23:18:36.729Z Checking smoltcp v0.9.1
26582026-08-18T23:18:36.750Z Checking hashbrown v0.15.5
26592026-08-18T23:18:36.763Z Checking hashbrown v0.16.1
26602026-08-18T23:18:36.763Z Checking usdt-impl v0.6.0
26612026-08-18T23:18:36.832Z Checking jiff v0.2.34
26622026-08-18T23:18:36.835Z Checking dof v0.3.0
26632026-08-18T23:18:36.836Z Checking futures v0.3.32
26642026-08-18T23:18:36.885Z Checking signal-hook-mio v0.2.5
26652026-08-18T23:18:36.990Z Checking group v0.13.0
26662026-08-18T23:18:37.031Z Checking snafu v0.8.9
26672026-08-18T23:18:37.077Z Checking phf v0.13.1
26682026-08-18T23:18:37.134Z Checking hyper-rustls v0.27.7
26692026-08-18T23:18:37.204Z Checking cookie_store v0.22.1
26702026-08-18T23:18:37.226Z Checking reqwest v0.12.28
26712026-08-18T23:18:37.264Z Checking cipher v0.5.2
26722026-08-18T23:18:37.278Z Checking zstd v0.13.3
26732026-08-18T23:18:37.312Z Checking postgres-types v0.2.12
26742026-08-18T23:18:37.332Z Checking globset v0.4.18
26752026-08-18T23:18:37.345Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-08-18T23:18:37.456Z Checking rustls-platform-verifier v0.6.2
26772026-08-18T23:18:37.495Z Checking crossbeam-deque v0.8.6
26782026-08-18T23:18:37.532Z Checking phf_shared v0.11.3
26792026-08-18T23:18:37.582Z Checking regex v1.12.3
26802026-08-18T23:18:37.595Z Checking hkdf v0.12.4
26812026-08-18T23:18:37.617Z Checking dtrace-parser v0.2.0
26822026-08-18T23:18:37.666Z Checking ref-cast v1.0.25
26832026-08-18T23:18:37.679Z Checking curve25519-dalek v4.1.3
26842026-08-18T23:18:37.684Z Checking byte-wrapper v0.1.0
26852026-08-18T23:18:37.720Z Checking olpc-cjson v0.1.4
26862026-08-18T23:18:37.761Z Checking strum v0.27.2
26872026-08-18T23:18:37.847Z Checking hubpack v0.1.2
26882026-08-18T23:18:37.852Z Checking ed25519 v2.2.3
26892026-08-18T23:18:37.873Z Checking memoffset v0.9.1
26902026-08-18T23:18:37.878Z Checking owo-colors v4.3.0
26912026-08-18T23:18:37.896Z Checking rustix v0.38.44
26922026-08-18T23:18:37.948Z Checking pem v3.0.6
26932026-08-18T23:18:37.969Z Checking serde-big-array v0.5.1
26942026-08-18T23:18:38.006Z Checking erased-serde v0.3.31
26952026-08-18T23:18:38.035Z Checking serde_plain v1.0.2
26962026-08-18T23:18:38.095Z Checking float-cmp v0.10.0
26972026-08-18T23:18:38.107Z Checking crypto-bigint v0.5.5
26982026-08-18T23:18:38.177Z Checking memmap2 v0.9.10
26992026-08-18T23:18:38.220Z Checking thread-id v4.2.2
27002026-08-18T23:18:38.298Z Checking fixedbitset v0.5.7
27012026-08-18T23:18:38.332Z Checking whoami v2.1.0
27022026-08-18T23:18:38.380Z Checking keccak v0.1.6
27032026-08-18T23:18:38.431Z Checking precomputed-hash v0.1.1
27042026-08-18T23:18:38.444Z Checking unicode-width v0.1.14
27052026-08-18T23:18:38.488Z Checking fixedbitset v0.4.2
27062026-08-18T23:18:38.512Z Checking winnow v0.7.14
27072026-08-18T23:18:38.526Z Checking static_assertions v1.1.0
27082026-08-18T23:18:38.541Z Checking supports-unicode v3.0.0
27092026-08-18T23:18:38.590Z Checking typed-path v0.9.3
27102026-08-18T23:18:38.631Z Checking data-encoding v2.10.0
27112026-08-18T23:18:38.645Z Checking winnow v1.0.3
27122026-08-18T23:18:38.682Z Checking new_debug_unreachable v1.0.6
27132026-08-18T23:18:38.699Z Checking supports-hyperlinks v3.2.0
27142026-08-18T23:18:38.702Z Checking const-oid v0.10.2
27152026-08-18T23:18:38.748Z Checking toml_write v0.1.2
27162026-08-18T23:18:38.801Z Checking normalize-line-endings v0.3.0
27172026-08-18T23:18:38.860Z Checking cpufeatures v0.3.0
27182026-08-18T23:18:38.890Z Checking unicode-segmentation v1.12.0
27192026-08-18T23:18:38.902Z Checking difflib v0.4.0
27202026-08-18T23:18:38.912Z Checking predicates-core v1.0.10
27212026-08-18T23:18:38.927Z Checking chacha20 v0.10.0
27222026-08-18T23:18:39.019Z Checking elliptic-curve v0.13.8
27232026-08-18T23:18:39.032Z Checking hickory-proto v0.25.2
27242026-08-18T23:18:39.073Z Checking predicates v3.1.4
27252026-08-18T23:18:39.176Z Checking digest v0.11.3
27262026-08-18T23:18:39.190Z Checking similar v2.7.0
27272026-08-18T23:18:39.323Z Checking miette v7.6.0
27282026-08-18T23:18:39.350Z Checking string_cache v0.8.9
27292026-08-18T23:18:39.362Z Checking tough v0.22.0
27302026-08-18T23:18:39.377Z Checking zip v4.6.1
27312026-08-18T23:18:39.484Z Checking toml_parser v1.1.2+spec-1.1.0
27322026-08-18T23:18:39.524Z Checking crossterm v0.28.1
27332026-08-18T23:18:39.592Z Checking petgraph v0.6.5
27342026-08-18T23:18:39.723Z Checking toml_edit v0.22.27
27352026-08-18T23:18:39.812Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27362026-08-18T23:18:39.863Z Checking sha3 v0.10.8
27372026-08-18T23:18:39.982Z Checking tokio-postgres v0.7.16
27382026-08-18T23:18:40.066Z Checking petgraph v0.8.3
27392026-08-18T23:18:40.240Z Checking ed25519-dalek v2.2.0
27402026-08-18T23:18:40.474Z Checking slog v2.8.2
27412026-08-18T23:18:40.737Z Checking usdt v0.6.0
27422026-08-18T23:18:40.805Z Checking usdt-impl v0.5.0
27432026-08-18T23:18:40.836Z Checking nix v0.31.2
27442026-08-18T23:18:40.905Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27452026-08-18T23:18:41.078Z Checking iddqd v0.4.2
27462026-08-18T23:18:41.377Z Checking reqwest v0.13.2
27472026-08-18T23:18:41.488Z Checking itertools v0.13.0
27482026-08-18T23:18:41.566Z Checking itertools v0.15.0
27492026-08-18T23:18:41.623Z Checking strum v0.26.3
27502026-08-18T23:18:41.735Z Checking serde_with v3.21.0
27512026-08-18T23:18:41.820Z Checking fs-err v3.3.0
27522026-08-18T23:18:41.993Z Checking tokio-stream v0.1.18
27532026-08-18T23:18:42.007Z Checking buf-list v1.1.2
27542026-08-18T23:18:42.038Z Checking anyhow v1.0.104
27552026-08-18T23:18:42.113Z Checking camino v1.2.5
27562026-08-18T23:18:42.183Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-08-18T23:18:42.230Z Checking openapiv3 v2.2.0
27582026-08-18T23:18:42.243Z Checking peg-runtime v0.8.5
27592026-08-18T23:18:42.359Z Checking lalrpop-util v0.19.12
27602026-08-18T23:18:42.363Z Checking rayon v1.11.0
27612026-08-18T23:18:42.391Z Checking sigpipe v0.1.3
27622026-08-18T23:18:42.439Z Checking glob v0.3.3
27632026-08-18T23:18:43.382Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27642026-08-18T23:18:43.659Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27652026-08-18T23:18:43.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.55s
27662026-08-18T23:18:44.103Z
27672026-08-18T23:18:44.103Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27682026-08-18T23:18:44.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-18T23:18:44.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-18T23:18:44.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-18T23:18:44.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27722026-08-18T23:18:44.678Z
27732026-08-18T23:18:44.678Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27742026-08-18T23:18:45.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-18T23:18:45.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-18T23:18:45.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-18T23:18:45.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-18T23:18:45.248Z
27792026-08-18T23:18:45.248Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27802026-08-18T23:18:45.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-18T23:18:45.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-18T23:18:45.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-18T23:18:45.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27842026-08-18T23:18:45.826Z
27852026-08-18T23:18:45.827Zinfo: running `cargo check --bins` on oxql-types (83/337)
27862026-08-18T23:18:46.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-18T23:18:46.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-18T23:18:46.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-18T23:18:46.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27902026-08-18T23:18:46.394Z
27912026-08-18T23:18:46.394Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27922026-08-18T23:18:46.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-18T23:18:46.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-18T23:18:46.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-18T23:18:46.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-18T23:18:46.962Z
27972026-08-18T23:18:46.962Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
27982026-08-18T23:18:47.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-18T23:18:47.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-18T23:18:47.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-18T23:18:47.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-18T23:18:47.536Z
28032026-08-18T23:18:47.536Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28042026-08-18T23:18:48.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-18T23:18:48.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-18T23:18:48.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-18T23:18:48.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28082026-08-18T23:18:48.095Z
28092026-08-18T23:18:48.095Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28102026-08-18T23:18:48.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-18T23:18:48.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-18T23:18:48.783Z Compiling multer v3.1.0
28132026-08-18T23:18:48.896Z Compiling async-stream-impl v0.3.6
28142026-08-18T23:18:48.899Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28152026-08-18T23:18:48.911Z Compiling dropshot v0.17.1
28162026-08-18T23:18:48.923Z Compiling parse-display-derive v0.10.0
28172026-08-18T23:18:48.935Z Compiling dropshot_endpoint v0.17.1
28182026-08-18T23:18:48.935Z Compiling newtype-uuid-macros v0.1.0
28192026-08-18T23:18:48.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28202026-08-18T23:18:49.113Z Checking thread_local v1.1.9
28212026-08-18T23:18:49.133Z Checking match_cfg v0.1.0
28222026-08-18T23:18:49.229Z Checking compression-core v0.4.31
28232026-08-18T23:18:49.269Z Checking hostname v0.3.1
28242026-08-18T23:18:49.315Z Checking crossbeam-channel v0.5.15
28252026-08-18T23:18:49.354Z Checking compression-codecs v0.4.37
28262026-08-18T23:18:49.369Z Checking atomicwrites v0.4.4
28272026-08-18T23:18:49.384Z Checking slog-json v2.6.1
28282026-08-18T23:18:49.474Z Checking toml_datetime v1.1.1+spec-1.1.0
28292026-08-18T23:18:49.490Z Checking serde_spanned v1.1.1
28302026-08-18T23:18:49.524Z Checking is-terminal v0.4.17
28312026-08-18T23:18:49.555Z Checking term v1.2.1
28322026-08-18T23:18:49.616Z Checking take_mut v0.2.2
28332026-08-18T23:18:49.619Z Checking debug-ignore v1.0.5
28342026-08-18T23:18:49.671Z Checking toml_writer v1.1.1+spec-1.1.0
28352026-08-18T23:18:49.687Z Checking slog-bunyan v2.5.0
28362026-08-18T23:18:49.687Z Checking async-compression v0.4.41
28372026-08-18T23:18:49.718Z Checking slog-async v2.8.0
28382026-08-18T23:18:49.732Z Checking async-stream v0.3.6
28392026-08-18T23:18:49.787Z Checking slog-term v2.9.2
28402026-08-18T23:18:49.800Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28412026-08-18T23:18:49.850Z Checking toml v1.1.2+spec-1.1.0
28422026-08-18T23:18:49.866Z Checking progenitor-client v0.14.0
28432026-08-18T23:18:49.891Z Checking sha1 v0.11.0
28442026-08-18T23:18:49.935Z Checking waitgroup v0.1.2
28452026-08-18T23:18:50.035Z Checking rustls-pemfile v2.2.0
28462026-08-18T23:18:50.047Z Checking backon v1.6.0
28472026-08-18T23:18:50.074Z Checking serde_path_to_error v0.1.20
28482026-08-18T23:18:50.092Z Checking hostname v0.4.2
28492026-08-18T23:18:50.118Z Checking instant v0.1.13
28502026-08-18T23:18:50.203Z Checking backoff v0.4.0
28512026-08-18T23:18:50.208Z Checking progenitor-extras v0.2.0
28522026-08-18T23:18:50.352Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28532026-08-18T23:18:50.373Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28542026-08-18T23:18:50.386Z Checking regress v0.10.5
28552026-08-18T23:18:50.427Z Checking itertools v0.14.0
28562026-08-18T23:18:50.548Z Checking macaddr v1.0.1
28572026-08-18T23:18:50.594Z Checking parse-display v0.10.0
28582026-08-18T23:18:50.719Z Checking humantime v2.3.0
28592026-08-18T23:18:51.516Z Compiling prettyplease v0.2.37
28602026-08-18T23:18:51.779Z Checking num-rational v0.4.2
28612026-08-18T23:18:52.046Z Checking num-complex v0.4.6
28622026-08-18T23:18:52.561Z Compiling num v0.4.3
28632026-08-18T23:18:52.597Z Compiling usdt-attr-macro v0.5.0
28642026-08-18T23:18:52.637Z Compiling usdt-macro v0.5.0
28652026-08-18T23:18:52.652Z Checking memmap v0.7.0
28662026-08-18T23:18:52.664Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28672026-08-18T23:18:52.676Z Checking float-ord v0.3.2
28682026-08-18T23:18:52.776Z Compiling convert_case v0.4.0
28692026-08-18T23:18:53.086Z Checking newline-converter v0.3.0
28702026-08-18T23:18:53.154Z Compiling derive_more v0.99.20
28712026-08-18T23:18:53.197Z Checking console v0.15.11
28722026-08-18T23:18:53.357Z Compiling toml v0.8.23
28732026-08-18T23:18:53.377Z Checking usdt v0.5.0
28742026-08-18T23:18:53.479Z Checking linked-hash-map v0.5.6
28752026-08-18T23:18:53.544Z Compiling minimal-lexical v0.2.1
28762026-08-18T23:18:53.650Z Checking lru-cache v0.1.2
28772026-08-18T23:18:53.769Z Compiling nom v7.1.3
28782026-08-18T23:18:53.798Z Checking expectorate v1.2.0
28792026-08-18T23:18:54.015Z Checking camino-tempfile v1.4.1
28802026-08-18T23:18:54.179Z Checking hickory-proto v0.24.4
28812026-08-18T23:18:54.280Z Checking phf_shared v0.12.1
28822026-08-18T23:18:54.419Z Compiling slog-dtrace v0.3.0
28832026-08-18T23:18:54.474Z Compiling unicode-xid v0.2.6
28842026-08-18T23:18:54.650Z Checking heck v0.5.0
28852026-08-18T23:18:54.778Z Checking resolv-conf v0.7.6
28862026-08-18T23:18:54.860Z Compiling chrono-tz v0.10.4
28872026-08-18T23:18:55.016Z Compiling const_format_proc_macros v0.2.34
28882026-08-18T23:18:55.059Z Checking phf v0.12.1
28892026-08-18T23:18:55.153Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28902026-08-18T23:18:55.207Z Checking tokio-dtrace v0.1.1
28912026-08-18T23:18:55.401Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28922026-08-18T23:18:55.630Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-08-18T23:18:55.645Z Compiling derive-where v1.6.0
28942026-08-18T23:18:55.749Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28952026-08-18T23:18:55.836Z Checking highway v1.3.0
28962026-08-18T23:18:56.065Z Checking const_format v0.2.35
28972026-08-18T23:18:56.089Z Checking hickory-resolver v0.24.4
28982026-08-18T23:18:56.294Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28992026-08-18T23:18:56.806Z Checking oxide-tokio-rt v0.1.4
29002026-08-18T23:18:56.935Z Checking qorb v0.4.1
29012026-08-18T23:18:57.172Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022026-08-18T23:18:57.200Z Checking gethostname v0.5.0
29032026-08-18T23:18:57.213Z Checking bcs v0.1.6
29042026-08-18T23:18:57.229Z Checking termtree v0.5.1
29052026-08-18T23:18:57.264Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29062026-08-18T23:18:57.433Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29072026-08-18T23:18:57.436Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29082026-08-18T23:19:00.448Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29092026-08-18T23:19:03.713Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29102026-08-18T23:19:05.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s
29112026-08-18T23:19:06.136Z
29122026-08-18T23:19:06.136Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29132026-08-18T23:19:06.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-18T23:19:06.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-18T23:19:06.826Z Compiling ar_archive_writer v0.5.1
29162026-08-18T23:19:06.936Z Compiling stacker v0.1.23
29172026-08-18T23:19:06.943Z Compiling cfg_aliases v0.1.1
29182026-08-18T23:19:06.949Z Compiling convert_case v0.10.0
29192026-08-18T23:19:06.956Z Compiling proc-macro-error v1.0.4
29202026-08-18T23:19:06.967Z Checking fd-lock v4.0.4
29212026-08-18T23:19:06.971Z Checking nibble_vec v0.1.0
29222026-08-18T23:19:06.971Z Compiling recursive-proc-macro-impl v0.1.1
29232026-08-18T23:19:06.998Z Compiling nix v0.28.0
29242026-08-18T23:19:07.074Z Checking vte v0.14.1
29252026-08-18T23:19:07.089Z Checking endian-type v0.1.2
29262026-08-18T23:19:07.186Z Checking bytecount v0.6.9
29272026-08-18T23:19:07.210Z Checking radix_trie v0.2.1
29282026-08-18T23:19:07.222Z Checking strip-ansi-escapes v0.2.1
29292026-08-18T23:19:07.233Z Compiling derive_more-impl v2.1.1
29302026-08-18T23:19:07.247Z Compiling tabled_derive v0.7.0
29312026-08-18T23:19:07.283Z Checking papergrid v0.11.0
29322026-08-18T23:19:07.319Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-18T23:19:07.377Z Compiling peg-macros v0.8.5
29342026-08-18T23:19:07.428Z Checking winnow v0.6.26
29352026-08-18T23:19:07.744Z Compiling psm v0.1.30
29362026-08-18T23:19:07.778Z Compiling sqlparser_derive v0.5.0
29372026-08-18T23:19:07.883Z Checking nu-ansi-term v0.50.3
29382026-08-18T23:19:08.038Z Checking derive_more v2.1.1
29392026-08-18T23:19:08.092Z Checking home v0.5.12
29402026-08-18T23:19:08.116Z Checking unicode_categories v0.1.1
29412026-08-18T23:19:08.178Z Checking tabled v0.15.0
29422026-08-18T23:19:08.197Z Checking crossterm v0.29.0
29432026-08-18T23:19:08.270Z Checking reedline v0.40.0
29442026-08-18T23:19:08.294Z Checking rustyline v14.0.0
29452026-08-18T23:19:08.504Z Checking recursive v0.1.1
29462026-08-18T23:19:08.541Z Checking display-error-chain v0.2.2
29472026-08-18T23:19:08.578Z Checking sqlformat v0.3.5
29482026-08-18T23:19:08.595Z Checking sqlparser v0.61.0
29492026-08-18T23:19:08.727Z Checking peg v0.8.5
29502026-08-18T23:19:19.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
29512026-08-18T23:19:20.033Z
29522026-08-18T23:19:20.033Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29532026-08-18T23:19:20.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-18T23:19:20.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-18T23:19:20.710Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-18T23:19:24.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29572026-08-18T23:19:24.406Z
29582026-08-18T23:19:24.406Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29592026-08-18T23:19:24.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-18T23:19:24.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-18T23:19:25.097Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-18T23:19:27.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
29632026-08-18T23:19:27.785Z
29642026-08-18T23:19:27.785Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29652026-08-18T23:19:28.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-18T23:19:28.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-18T23:19:28.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-18T23:19:31.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29692026-08-18T23:19:31.967Z
29702026-08-18T23:19:31.967Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29712026-08-18T23:19:32.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-18T23:19:32.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-18T23:19:32.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-18T23:19:35.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29752026-08-18T23:19:36.167Z
29762026-08-18T23:19:36.167Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29772026-08-18T23:19:36.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-18T23:19:36.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-18T23:19:36.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-18T23:19:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29812026-08-18T23:19:39.681Z
29822026-08-18T23:19:39.681Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29832026-08-18T23:19:40.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-18T23:19:40.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-18T23:19:40.354Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-18T23:19:43.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29872026-08-18T23:19:43.223Z
29882026-08-18T23:19:43.224Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29892026-08-18T23:19:43.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-18T23:19:43.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-18T23:19:43.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-18T23:19:47.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29932026-08-18T23:19:47.576Z
29942026-08-18T23:19:47.576Zinfo: running `cargo check --bins` on oximeter (96/337)
29952026-08-18T23:19:48.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-18T23:19:48.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-18T23:19:48.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-18T23:19:48.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-18T23:19:48.145Z
30002026-08-18T23:19:48.145Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30012026-08-18T23:19:48.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-18T23:19:48.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-18T23:19:48.782Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30042026-08-18T23:19:49.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30052026-08-18T23:19:49.318Z
30062026-08-18T23:19:49.318Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30072026-08-18T23:19:49.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-18T23:19:49.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-18T23:19:49.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-18T23:19:49.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30112026-08-18T23:19:49.894Z
30122026-08-18T23:19:49.894Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30132026-08-18T23:19:50.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-18T23:19:50.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-18T23:19:50.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-18T23:19:50.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30172026-08-18T23:19:50.491Z
30182026-08-18T23:19:50.491Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30192026-08-18T23:19:50.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-18T23:19:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-18T23:19:50.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-18T23:19:50.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30232026-08-18T23:19:51.059Z
30242026-08-18T23:19:51.060Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30252026-08-18T23:19:51.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-18T23:19:51.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-18T23:19:51.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-18T23:19:51.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-18T23:19:51.632Z
30302026-08-18T23:19:51.632Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30312026-08-18T23:19:52.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-18T23:19:52.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-18T23:19:52.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-18T23:19:52.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-18T23:19:52.205Z
30362026-08-18T23:19:52.205Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30372026-08-18T23:19:52.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-18T23:19:52.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-18T23:19:52.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-18T23:19:52.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-18T23:19:52.783Z
30422026-08-18T23:19:52.783Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30432026-08-18T23:19:53.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-18T23:19:53.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-18T23:19:53.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-18T23:19:53.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-18T23:19:53.355Z
30482026-08-18T23:19:53.356Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30492026-08-18T23:19:53.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-18T23:19:53.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-18T23:19:54.172Z Compiling regress v0.11.1
30522026-08-18T23:19:54.172Z Checking secrecy v0.10.3
30532026-08-18T23:19:54.172Z Compiling crucible-workspace-hack v0.1.0
30542026-08-18T23:19:54.175Z Compiling proc-macro-crate v1.3.1
30552026-08-18T23:19:54.175Z Checking half v2.7.1
30562026-08-18T23:19:54.175Z Checking ciborium-io v0.2.2
30572026-08-18T23:19:54.175Z Checking inout v0.1.4
30582026-08-18T23:19:54.175Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30592026-08-18T23:19:54.426Z Checking cipher v0.4.4
30602026-08-18T23:19:54.470Z Checking universal-hash v0.5.1
30612026-08-18T23:19:54.552Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30622026-08-18T23:19:54.568Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30632026-08-18T23:19:54.582Z Checking ciborium-ll v0.2.2
30642026-08-18T23:19:54.596Z Compiling thiserror-impl-no-std v2.0.2
30652026-08-18T23:19:54.622Z Checking opaque-debug v0.3.1
30662026-08-18T23:19:54.691Z Checking poly1305 v0.8.0
30672026-08-18T23:19:54.745Z Checking chacha20 v0.9.1
30682026-08-18T23:19:54.759Z Checking ciborium v0.2.2
30692026-08-18T23:19:54.782Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30702026-08-18T23:19:54.932Z Checking password-hash v0.5.0
30712026-08-18T23:19:54.952Z Checking blake2 v0.10.6
30722026-08-18T23:19:54.968Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30732026-08-18T23:19:55.063Z Checking aead v0.5.2
30742026-08-18T23:19:55.155Z Compiling unsafe-libyaml v0.2.11
30752026-08-18T23:19:55.169Z Checking indent_write v2.2.0
30762026-08-18T23:19:55.183Z Checking argon2 v0.5.3
30772026-08-18T23:19:55.200Z Checking chacha20poly1305 v0.10.1
30782026-08-18T23:19:55.295Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30792026-08-18T23:19:55.325Z Compiling num_enum_derive v0.7.6
30802026-08-18T23:19:55.525Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-08-18T23:19:55.731Z Compiling serde_yaml v0.9.34+deprecated
30822026-08-18T23:19:55.746Z Checking thiserror-no-std v2.0.2
30832026-08-18T23:19:55.835Z Checking vsss-rs v3.3.4
30842026-08-18T23:19:55.877Z Checking typify-impl v0.6.2
30852026-08-18T23:19:55.913Z Compiling heapless v0.8.0
30862026-08-18T23:19:56.371Z Compiling ingot-macros v0.2.0
30872026-08-18T23:19:56.415Z Checking num_enum v0.7.6
30882026-08-18T23:19:56.533Z Checking hash32 v0.3.1
30892026-08-18T23:19:56.581Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-18T23:19:56.662Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-08-18T23:19:56.680Z Compiling smoltcp v0.11.0
30922026-08-18T23:19:57.475Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30932026-08-18T23:19:57.505Z Checking tabwriter v1.4.1
30942026-08-18T23:19:57.505Z Checking cobs v0.3.0
30952026-08-18T23:19:57.505Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30962026-08-18T23:19:57.505Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30972026-08-18T23:19:57.505Z Checking postcard v1.1.3
30982026-08-18T23:19:57.505Z Compiling foreign-types-macros v0.2.3
30992026-08-18T23:19:57.505Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31002026-08-18T23:19:57.517Z Checking foreign-types-shared v0.3.1
31012026-08-18T23:19:57.529Z Checking colored v3.1.1
31022026-08-18T23:19:57.575Z Checking swrite v0.1.0
31032026-08-18T23:19:57.773Z Compiling num_enum_derive v0.5.11
31042026-08-18T23:19:57.778Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-08-18T23:19:57.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31062026-08-18T23:19:57.947Z Checking foreign-types v0.5.0
31072026-08-18T23:19:58.028Z Checking cstr-argument v0.1.2
31082026-08-18T23:19:58.049Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31092026-08-18T23:19:58.154Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31102026-08-18T23:19:58.180Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31112026-08-18T23:19:58.224Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-08-18T23:19:58.288Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31132026-08-18T23:19:58.361Z Checking rand v0.10.1
31142026-08-18T23:19:58.393Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-08-18T23:19:58.438Z Compiling zone_cfg_derive v0.3.1
31162026-08-18T23:19:58.453Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-08-18T23:19:58.563Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31182026-08-18T23:19:58.725Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31192026-08-18T23:19:58.764Z Checking num_enum v0.5.11
31202026-08-18T23:19:58.876Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31212026-08-18T23:19:58.894Z Checking itertools v0.12.1
31222026-08-18T23:19:59.058Z Compiling num-derive v0.4.2
31232026-08-18T23:19:59.098Z Compiling semver v0.1.20
31242026-08-18T23:19:59.193Z Checking ingot-types v0.2.0
31252026-08-18T23:19:59.389Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-08-18T23:19:59.583Z Checking ingot v0.2.1
31272026-08-18T23:19:59.661Z Compiling rustc_version v0.1.7
31282026-08-18T23:19:59.831Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31292026-08-18T23:19:59.891Z Checking smf v0.2.3
31302026-08-18T23:19:59.940Z Checking zone v0.3.1
31312026-08-18T23:19:59.995Z Checking nom v8.0.0
31322026-08-18T23:20:00.052Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31332026-08-18T23:20:00.133Z Checking csv-core v0.1.13
31342026-08-18T23:20:00.183Z Checking whoami v1.6.1
31352026-08-18T23:20:00.275Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
31362026-08-18T23:20:00.309Z Compiling newtype_derive v0.1.6
31372026-08-18T23:20:00.325Z Checking csv v1.4.0
31382026-08-18T23:20:00.362Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31392026-08-18T23:20:00.376Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31402026-08-18T23:20:00.459Z Compiling typify-macro v0.6.2
31412026-08-18T23:20:00.492Z Compiling cancel-safe-futures v0.1.5
31422026-08-18T23:20:00.559Z Compiling libefi-sys v0.1.0
31432026-08-18T23:20:00.695Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31442026-08-18T23:20:00.853Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31452026-08-18T23:20:01.950Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31462026-08-18T23:20:01.953Z Checking oxide-update-engine-types v0.1.2
31472026-08-18T23:20:01.953Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31482026-08-18T23:20:01.953Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31492026-08-18T23:20:01.953Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31502026-08-18T23:20:01.953Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31512026-08-18T23:20:01.953Z Compiling bitfield-struct v0.6.2
31522026-08-18T23:20:01.953Z Checking linear-map v1.2.0
31532026-08-18T23:20:01.953Z Checking steno v0.4.1
31542026-08-18T23:20:01.953Z Checking oxide-update-engine v0.1.2
31552026-08-18T23:20:01.953Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31562026-08-18T23:20:01.967Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
31572026-08-18T23:20:02.009Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31582026-08-18T23:20:02.100Z Checking sha1 v0.10.6
31592026-08-18T23:20:02.188Z Compiling typify v0.6.2
31602026-08-18T23:20:02.266Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31612026-08-18T23:20:02.270Z Checking utf-8 v0.7.6
31622026-08-18T23:20:02.299Z Compiling progenitor-impl v0.14.0
31632026-08-18T23:20:02.334Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31642026-08-18T23:20:02.349Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31652026-08-18T23:20:02.410Z Checking tungstenite v0.21.0
31662026-08-18T23:20:02.576Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31672026-08-18T23:20:02.584Z Checking ignore v0.4.25
31682026-08-18T23:20:02.731Z Checking anstyle-parse v0.2.7
31692026-08-18T23:20:02.844Z Compiling xshell-macros v0.2.7
31702026-08-18T23:20:02.891Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31712026-08-18T23:20:02.993Z Checking globwalk v0.9.1
31722026-08-18T23:20:03.097Z Checking anstream v0.6.21
31732026-08-18T23:20:03.174Z Checking tokio-tungstenite v0.21.0
31742026-08-18T23:20:03.224Z Checking xshell v0.2.7
31752026-08-18T23:20:03.243Z Checking predicates-tree v1.0.13
31762026-08-18T23:20:03.300Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31772026-08-18T23:20:03.353Z Checking filetime v0.2.27
31782026-08-18T23:20:03.371Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31792026-08-18T23:20:03.412Z Checking tagptr v0.2.0
31802026-08-18T23:20:03.448Z Checking xattr v1.6.1
31812026-08-18T23:20:03.489Z Checking camino-tempfile-ext v0.3.3
31822026-08-18T23:20:03.553Z Checking moka v0.12.13
31832026-08-18T23:20:03.582Z Checking tar v0.4.46
31842026-08-18T23:20:03.587Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31852026-08-18T23:20:03.660Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31862026-08-18T23:20:03.682Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31872026-08-18T23:20:03.763Z Checking rand_seeder v0.4.0
31882026-08-18T23:20:03.791Z Checking half v1.8.3
31892026-08-18T23:20:03.822Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31902026-08-18T23:20:03.912Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31912026-08-18T23:20:03.976Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31922026-08-18T23:20:03.991Z Checking serde_cbor v0.11.2
31932026-08-18T23:20:04.193Z Checking hickory-resolver v0.25.2
31942026-08-18T23:20:04.215Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31952026-08-18T23:20:04.231Z Checking sha2 v0.11.0
31962026-08-18T23:20:04.363Z Checking digest-io v0.1.0
31972026-08-18T23:20:04.511Z Compiling petname v2.0.2
31982026-08-18T23:20:04.852Z Checking rawzip v0.4.4
31992026-08-18T23:20:04.905Z Compiling progenitor-macro v0.14.0
32002026-08-18T23:20:04.919Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32012026-08-18T23:20:04.961Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32022026-08-18T23:20:05.301Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32032026-08-18T23:20:05.326Z Checking sapling-renderdag v0.1.0
32042026-08-18T23:20:05.429Z Checking subprocess v0.2.15
32052026-08-18T23:20:05.485Z Checking sync-ptr v0.1.4
32062026-08-18T23:20:05.561Z Checking colored v2.2.0
32072026-08-18T23:20:05.601Z Checking assert_matches v1.5.0
32082026-08-18T23:20:05.717Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32092026-08-18T23:20:05.781Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32102026-08-18T23:20:05.812Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32112026-08-18T23:20:05.845Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32122026-08-18T23:20:06.067Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
32132026-08-18T23:20:06.473Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32142026-08-18T23:20:07.703Z Checking progenitor v0.14.0
32152026-08-18T23:20:07.718Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32162026-08-18T23:20:07.834Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
32172026-08-18T23:20:07.834Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32182026-08-18T23:20:07.837Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32192026-08-18T23:20:07.837Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32202026-08-18T23:20:07.837Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32212026-08-18T23:20:07.837Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32222026-08-18T23:20:07.923Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32232026-08-18T23:20:08.196Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32242026-08-18T23:20:08.322Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32252026-08-18T23:20:08.356Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32262026-08-18T23:20:08.452Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32272026-08-18T23:20:09.235Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282026-08-18T23:20:09.577Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32292026-08-18T23:20:09.900Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32302026-08-18T23:20:10.792Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32312026-08-18T23:20:19.635Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32322026-08-18T23:20:26.836Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32332026-08-18T23:20:26.839Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32342026-08-18T23:20:26.839Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32352026-08-18T23:20:28.332Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32362026-08-18T23:20:29.594Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32372026-08-18T23:20:31.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s
32382026-08-18T23:20:32.017Z
32392026-08-18T23:20:32.017Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32402026-08-18T23:20:32.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-18T23:20:32.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-18T23:20:32.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-08-18T23:20:32.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32442026-08-18T23:20:32.628Z
32452026-08-18T23:20:32.628Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32462026-08-18T23:20:33.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-18T23:20:33.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-18T23:20:33.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-08-18T23:20:33.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32502026-08-18T23:20:33.202Z
32512026-08-18T23:20:33.202Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32522026-08-18T23:20:33.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-08-18T23:20:33.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-08-18T23:20:33.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-08-18T23:20:33.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32562026-08-18T23:20:33.776Z
32572026-08-18T23:20:33.776Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32582026-08-18T23:20:34.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-18T23:20:34.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-18T23:20:34.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-18T23:20:34.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32622026-08-18T23:20:34.349Z
32632026-08-18T23:20:34.349Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32642026-08-18T23:20:34.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-18T23:20:34.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-18T23:20:34.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-18T23:20:34.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32682026-08-18T23:20:34.904Z
32692026-08-18T23:20:34.904Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32702026-08-18T23:20:35.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-18T23:20:35.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-18T23:20:35.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-18T23:20:35.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32742026-08-18T23:20:35.456Z
32752026-08-18T23:20:35.457Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32762026-08-18T23:20:35.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-18T23:20:35.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-18T23:20:35.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-18T23:20:35.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32802026-08-18T23:20:36.021Z
32812026-08-18T23:20:36.021Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32822026-08-18T23:20:36.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-18T23:20:36.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-18T23:20:36.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-18T23:20:36.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32862026-08-18T23:20:36.573Z
32872026-08-18T23:20:36.573Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32882026-08-18T23:20:37.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-18T23:20:37.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-18T23:20:37.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-08-18T23:20:37.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32922026-08-18T23:20:37.152Z
32932026-08-18T23:20:37.152Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
32942026-08-18T23:20:37.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-08-18T23:20:37.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-08-18T23:20:37.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-08-18T23:20:37.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32982026-08-18T23:20:37.740Z
32992026-08-18T23:20:37.740Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33002026-08-18T23:20:38.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-08-18T23:20:38.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-08-18T23:20:38.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-08-18T23:20:38.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33042026-08-18T23:20:38.322Z
33052026-08-18T23:20:38.322Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33062026-08-18T23:20:38.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-08-18T23:20:38.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-08-18T23:20:38.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-08-18T23:20:38.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33102026-08-18T23:20:38.909Z
33112026-08-18T23:20:38.909Zinfo: running `cargo check --bins` on key-manager (118/337)
33122026-08-18T23:20:39.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-08-18T23:20:39.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-08-18T23:20:39.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-08-18T23:20:39.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33162026-08-18T23:20:39.475Z
33172026-08-18T23:20:39.475Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33182026-08-18T23:20:39.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-08-18T23:20:39.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-08-18T23:20:39.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-08-18T23:20:39.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33222026-08-18T23:20:40.060Z
33232026-08-18T23:20:40.060Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33242026-08-18T23:20:40.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-08-18T23:20:40.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-08-18T23:20:40.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-08-18T23:20:40.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33282026-08-18T23:20:40.646Z
33292026-08-18T23:20:40.647Zinfo: running `cargo check --bins` on typed-rng (121/337)
33302026-08-18T23:20:41.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-08-18T23:20:41.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-08-18T23:20:41.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-08-18T23:20:41.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33342026-08-18T23:20:41.201Z
33352026-08-18T23:20:41.201Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33362026-08-18T23:20:41.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-08-18T23:20:41.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-08-18T23:20:41.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-08-18T23:20:41.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33402026-08-18T23:20:41.813Z
33412026-08-18T23:20:41.813Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33422026-08-18T23:20:42.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-18T23:20:42.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-18T23:20:42.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33452026-08-18T23:20:42.543Z Checking void v1.0.2
33462026-08-18T23:20:42.543Z Checking tungstenite v0.23.0
33472026-08-18T23:20:42.543Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33482026-08-18T23:20:42.657Z Checking dropshot-api-manager-types v0.8.0
33492026-08-18T23:20:42.660Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33502026-08-18T23:20:42.666Z Checking nix v0.27.1
33512026-08-18T23:20:42.669Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33522026-08-18T23:20:42.742Z Checking lzss v0.8.2
33532026-08-18T23:20:42.812Z Checking kstat-rs v0.2.5
33542026-08-18T23:20:42.843Z Checking fxhash v0.2.1
33552026-08-18T23:20:42.896Z Checking serde_bytes v0.11.19
33562026-08-18T23:20:42.919Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33572026-08-18T23:20:42.953Z Checking signal-hook-tokio v0.3.1
33582026-08-18T23:20:42.980Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-08-18T23:20:42.994Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33602026-08-18T23:20:43.130Z Checking tokio-tungstenite v0.23.1
33612026-08-18T23:20:43.164Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33622026-08-18T23:20:44.248Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-08-18T23:20:44.800Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33642026-08-18T23:20:46.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
33652026-08-18T23:20:47.105Z
33662026-08-18T23:20:47.105Zinfo: running `cargo check --bins` on gateway-api (124/337)
33672026-08-18T23:20:47.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-18T23:20:47.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-18T23:20:47.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-18T23:20:47.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33712026-08-18T23:20:47.670Z
33722026-08-18T23:20:47.670Zinfo: running `cargo check --bins` on ipcc (125/337)
33732026-08-18T23:20:48.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-18T23:20:48.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-18T23:20:48.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-18T23:20:48.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33772026-08-18T23:20:48.241Z
33782026-08-18T23:20:48.241Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33792026-08-18T23:20:48.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-18T23:20:48.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-18T23:20:48.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-18T23:20:48.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33832026-08-18T23:20:48.798Z
33842026-08-18T23:20:48.798Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33852026-08-18T23:20:49.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-18T23:20:49.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-18T23:20:49.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-18T23:20:49.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33892026-08-18T23:20:49.384Z
33902026-08-18T23:20:49.384Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
33912026-08-18T23:20:49.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-18T23:20:49.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-18T23:20:49.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-18T23:20:49.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33952026-08-18T23:20:49.960Z
33962026-08-18T23:20:49.960Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
33972026-08-18T23:20:50.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-18T23:20:50.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-18T23:20:50.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-18T23:20:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34012026-08-18T23:20:50.529Z
34022026-08-18T23:20:50.529Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34032026-08-18T23:20:51.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-18T23:20:51.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-18T23:20:51.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-18T23:20:51.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-08-18T23:20:51.102Z
34082026-08-18T23:20:51.102Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34092026-08-18T23:20:51.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-18T23:20:51.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-18T23:20:51.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-18T23:20:51.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34132026-08-18T23:20:51.689Z
34142026-08-18T23:20:51.689Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34152026-08-18T23:20:52.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-18T23:20:52.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-18T23:20:52.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-18T23:20:52.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34192026-08-18T23:20:52.259Z
34202026-08-18T23:20:52.259Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34212026-08-18T23:20:52.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-18T23:20:52.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-18T23:20:52.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-18T23:20:52.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34252026-08-18T23:20:52.833Z
34262026-08-18T23:20:52.833Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34272026-08-18T23:20:53.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-18T23:20:53.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-18T23:20:53.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-18T23:20:53.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-08-18T23:20:53.404Z
34322026-08-18T23:20:53.404Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34332026-08-18T23:20:53.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-18T23:20:53.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-18T23:20:53.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-18T23:20:53.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-08-18T23:20:53.975Z
34382026-08-18T23:20:53.975Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34392026-08-18T23:20:54.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-18T23:20:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-18T23:20:54.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-18T23:20:54.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-08-18T23:20:54.546Z
34442026-08-18T23:20:54.546Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34452026-08-18T23:20:55.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-18T23:20:55.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-18T23:20:55.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-18T23:20:55.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-18T23:20:55.118Z
34502026-08-18T23:20:55.118Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34512026-08-18T23:20:55.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-18T23:20:55.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-18T23:20:55.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-18T23:20:55.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-08-18T23:20:55.685Z
34562026-08-18T23:20:55.685Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34572026-08-18T23:20:56.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-18T23:20:56.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-18T23:20:56.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-18T23:20:56.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34612026-08-18T23:20:56.248Z
34622026-08-18T23:20:56.248Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34632026-08-18T23:20:56.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-18T23:20:56.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-18T23:20:56.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-18T23:20:56.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-08-18T23:20:56.821Z
34682026-08-18T23:20:56.821Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34692026-08-18T23:20:57.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-18T23:20:57.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-18T23:20:57.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-18T23:20:57.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34732026-08-18T23:20:57.389Z
34742026-08-18T23:20:57.389Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34752026-08-18T23:20:57.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-18T23:20:57.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-18T23:20:57.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-18T23:20:57.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34792026-08-18T23:20:57.962Z
34802026-08-18T23:20:57.962Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34812026-08-18T23:20:58.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-18T23:20:58.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-18T23:20:58.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-18T23:20:58.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34852026-08-18T23:20:58.535Z
34862026-08-18T23:20:58.535Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34872026-08-18T23:20:59.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-18T23:20:59.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-18T23:20:59.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-18T23:20:59.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34912026-08-18T23:20:59.104Z
34922026-08-18T23:20:59.104Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
34932026-08-18T23:20:59.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-18T23:20:59.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-18T23:20:59.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-18T23:20:59.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34972026-08-18T23:20:59.676Z
34982026-08-18T23:20:59.676Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
34992026-08-18T23:21:00.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-18T23:21:00.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-18T23:21:00.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-18T23:21:00.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-08-18T23:21:00.269Z
35042026-08-18T23:21:00.269Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35052026-08-18T23:21:00.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-18T23:21:00.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-18T23:21:00.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-18T23:21:00.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-08-18T23:21:00.857Z
35102026-08-18T23:21:00.857Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35112026-08-18T23:21:01.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-18T23:21:01.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-18T23:21:01.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-18T23:21:01.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-08-18T23:21:01.449Z
35162026-08-18T23:21:01.449Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35172026-08-18T23:21:01.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-18T23:21:01.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-18T23:21:01.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-18T23:21:01.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35212026-08-18T23:21:02.035Z
35222026-08-18T23:21:02.035Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35232026-08-18T23:21:02.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-18T23:21:02.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-18T23:21:02.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-18T23:21:02.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-08-18T23:21:02.628Z
35282026-08-18T23:21:02.628Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35292026-08-18T23:21:03.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-18T23:21:03.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-18T23:21:03.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-18T23:21:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35332026-08-18T23:21:03.214Z
35342026-08-18T23:21:03.215Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35352026-08-18T23:21:03.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-18T23:21:03.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-18T23:21:03.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-18T23:21:03.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-08-18T23:21:03.803Z
35402026-08-18T23:21:03.803Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35412026-08-18T23:21:04.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-18T23:21:04.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-18T23:21:04.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-18T23:21:04.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-08-18T23:21:04.391Z
35462026-08-18T23:21:04.391Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35472026-08-18T23:21:04.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-18T23:21:04.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-18T23:21:04.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-18T23:21:04.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-08-18T23:21:04.982Z
35522026-08-18T23:21:04.982Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35532026-08-18T23:21:05.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-18T23:21:05.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-18T23:21:05.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-18T23:21:05.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-08-18T23:21:05.571Z
35582026-08-18T23:21:05.571Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35592026-08-18T23:21:06.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-18T23:21:06.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-18T23:21:06.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-18T23:21:06.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-18T23:21:06.158Z
35642026-08-18T23:21:06.158Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35652026-08-18T23:21:06.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-18T23:21:06.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-18T23:21:06.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-18T23:21:06.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35692026-08-18T23:21:06.751Z
35702026-08-18T23:21:06.751Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35712026-08-18T23:21:07.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-18T23:21:07.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-18T23:21:07.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-18T23:21:07.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-08-18T23:21:07.339Z
35762026-08-18T23:21:07.339Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35772026-08-18T23:21:07.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-18T23:21:07.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-18T23:21:07.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-18T23:21:07.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35812026-08-18T23:21:07.932Z
35822026-08-18T23:21:07.932Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35832026-08-18T23:21:08.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-18T23:21:08.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-18T23:21:08.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-18T23:21:08.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35872026-08-18T23:21:08.535Z
35882026-08-18T23:21:08.535Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35892026-08-18T23:21:09.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-18T23:21:09.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-18T23:21:09.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-18T23:21:09.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35932026-08-18T23:21:09.100Z
35942026-08-18T23:21:09.101Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
35952026-08-18T23:21:09.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-18T23:21:09.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-18T23:21:09.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-18T23:21:09.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-08-18T23:21:09.691Z
36002026-08-18T23:21:09.691Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36012026-08-18T23:21:10.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-18T23:21:10.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-18T23:21:10.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-18T23:21:10.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-08-18T23:21:10.283Z
36062026-08-18T23:21:10.283Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36072026-08-18T23:21:10.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-18T23:21:10.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-18T23:21:10.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-08-18T23:21:10.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36112026-08-18T23:21:10.855Z
36122026-08-18T23:21:10.855Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36132026-08-18T23:21:11.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-08-18T23:21:11.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-08-18T23:21:11.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-08-18T23:21:11.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36172026-08-18T23:21:11.427Z
36182026-08-18T23:21:11.427Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36192026-08-18T23:21:11.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-08-18T23:21:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-08-18T23:21:11.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-08-18T23:21:11.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36232026-08-18T23:21:12.010Z
36242026-08-18T23:21:12.010Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36252026-08-18T23:21:12.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-18T23:21:12.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-18T23:21:12.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-08-18T23:21:12.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-08-18T23:21:12.576Z
36302026-08-18T23:21:12.576Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36312026-08-18T23:21:13.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-18T23:21:13.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-18T23:21:13.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-18T23:21:13.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36352026-08-18T23:21:13.151Z
36362026-08-18T23:21:13.151Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36372026-08-18T23:21:13.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-18T23:21:13.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-18T23:21:13.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-18T23:21:13.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-08-18T23:21:13.723Z
36422026-08-18T23:21:13.723Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36432026-08-18T23:21:14.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-18T23:21:14.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-18T23:21:14.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-18T23:21:14.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36472026-08-18T23:21:14.295Z
36482026-08-18T23:21:14.295Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36492026-08-18T23:21:14.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-18T23:21:14.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-18T23:21:14.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-18T23:21:14.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36532026-08-18T23:21:14.870Z
36542026-08-18T23:21:14.870Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36552026-08-18T23:21:15.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-18T23:21:15.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-18T23:21:15.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-18T23:21:15.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36592026-08-18T23:21:15.444Z
36602026-08-18T23:21:15.444Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36612026-08-18T23:21:15.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-18T23:21:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-18T23:21:15.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-18T23:21:15.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36652026-08-18T23:21:16.017Z
36662026-08-18T23:21:16.017Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36672026-08-18T23:21:16.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-18T23:21:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-18T23:21:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-18T23:21:16.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36712026-08-18T23:21:16.592Z
36722026-08-18T23:21:16.592Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36732026-08-18T23:21:17.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-18T23:21:17.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-18T23:21:17.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-18T23:21:17.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36772026-08-18T23:21:17.162Z
36782026-08-18T23:21:17.163Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36792026-08-18T23:21:17.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-18T23:21:17.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-18T23:21:17.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-18T23:21:17.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36832026-08-18T23:21:17.737Z
36842026-08-18T23:21:17.737Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36852026-08-18T23:21:18.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-18T23:21:18.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-18T23:21:18.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-18T23:21:18.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36892026-08-18T23:21:18.309Z
36902026-08-18T23:21:18.309Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
36912026-08-18T23:21:18.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-18T23:21:18.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-18T23:21:18.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-18T23:21:18.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-08-18T23:21:18.898Z
36962026-08-18T23:21:18.898Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
36972026-08-18T23:21:19.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-18T23:21:19.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-18T23:21:19.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-18T23:21:19.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37012026-08-18T23:21:19.472Z
37022026-08-18T23:21:19.472Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37032026-08-18T23:21:19.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-18T23:21:19.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-18T23:21:19.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-18T23:21:19.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37072026-08-18T23:21:20.056Z
37082026-08-18T23:21:20.056Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37092026-08-18T23:21:20.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-18T23:21:20.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-18T23:21:20.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-18T23:21:20.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-08-18T23:21:20.643Z
37142026-08-18T23:21:20.643Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37152026-08-18T23:21:21.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-18T23:21:21.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-18T23:21:21.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-18T23:21:21.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-08-18T23:21:21.228Z
37202026-08-18T23:21:21.228Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37212026-08-18T23:21:21.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-18T23:21:21.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-18T23:21:21.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-18T23:21:21.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37252026-08-18T23:21:21.807Z
37262026-08-18T23:21:21.807Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37272026-08-18T23:21:22.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-18T23:21:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-18T23:21:22.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-18T23:21:22.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37312026-08-18T23:21:22.397Z
37322026-08-18T23:21:22.398Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37332026-08-18T23:21:22.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-18T23:21:22.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-18T23:21:22.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-18T23:21:22.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-08-18T23:21:22.994Z
37382026-08-18T23:21:22.994Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37392026-08-18T23:21:23.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-18T23:21:23.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-18T23:21:23.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-18T23:21:23.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-18T23:21:23.567Z
37442026-08-18T23:21:23.567Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37452026-08-18T23:21:24.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-18T23:21:24.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-18T23:21:24.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-18T23:21:24.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-18T23:21:24.154Z
37502026-08-18T23:21:24.154Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37512026-08-18T23:21:24.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-18T23:21:24.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-18T23:21:24.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-18T23:21:24.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37552026-08-18T23:21:24.747Z
37562026-08-18T23:21:24.748Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37572026-08-18T23:21:25.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-18T23:21:25.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-18T23:21:25.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-18T23:21:25.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-08-18T23:21:25.339Z
37622026-08-18T23:21:25.340Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37632026-08-18T23:21:25.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-18T23:21:25.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-18T23:21:25.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-18T23:21:25.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-08-18T23:21:25.923Z
37682026-08-18T23:21:25.923Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37692026-08-18T23:21:26.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-18T23:21:26.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-18T23:21:26.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-08-18T23:21:26.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37732026-08-18T23:21:26.514Z
37742026-08-18T23:21:26.514Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37752026-08-18T23:21:27.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-08-18T23:21:27.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-08-18T23:21:27.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-08-18T23:21:27.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37792026-08-18T23:21:27.109Z
37802026-08-18T23:21:27.109Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37812026-08-18T23:21:27.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-08-18T23:21:27.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-08-18T23:21:27.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-08-18T23:21:27.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37852026-08-18T23:21:27.703Z
37862026-08-18T23:21:27.703Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37872026-08-18T23:21:28.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-08-18T23:21:28.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-08-18T23:21:28.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-08-18T23:21:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37912026-08-18T23:21:28.297Z
37922026-08-18T23:21:28.297Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
37932026-08-18T23:21:28.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-08-18T23:21:28.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-08-18T23:21:28.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-08-18T23:21:28.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37972026-08-18T23:21:28.910Z
37982026-08-18T23:21:28.910Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
37992026-08-18T23:21:29.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-08-18T23:21:29.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-08-18T23:21:29.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-08-18T23:21:29.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38032026-08-18T23:21:29.485Z
38042026-08-18T23:21:29.485Zinfo: running `cargo check --bins` on dns-server (197/337)
38052026-08-18T23:21:29.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-08-18T23:21:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-08-18T23:21:30.134Z Compiling parking_lot_core v0.8.6
38082026-08-18T23:21:30.144Z Compiling git-stub v1.0.0
38092026-08-18T23:21:30.144Z Checking prefix-trie v0.7.0
38102026-08-18T23:21:30.255Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38112026-08-18T23:21:30.366Z Compiling git-stub-vcs v0.1.0
38122026-08-18T23:21:30.523Z Checking hickory-server v0.25.2
38132026-08-18T23:21:30.633Z Checking parking_lot v0.11.2
38142026-08-18T23:21:30.670Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152026-08-18T23:21:30.799Z Checking sled v0.34.7
38162026-08-18T23:21:32.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
38172026-08-18T23:21:32.904Z
38182026-08-18T23:21:32.904Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38192026-08-18T23:21:33.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-08-18T23:21:33.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-08-18T23:21:33.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-08-18T23:21:33.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38232026-08-18T23:21:33.476Z
38242026-08-18T23:21:33.476Zinfo: running `cargo check --bins` on nexus-client (199/337)
38252026-08-18T23:21:33.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-08-18T23:21:33.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-08-18T23:21:33.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-08-18T23:21:33.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38292026-08-18T23:21:34.080Z
38302026-08-18T23:21:34.080Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38312026-08-18T23:21:34.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-08-18T23:21:34.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-08-18T23:21:34.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-08-18T23:21:34.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38352026-08-18T23:21:34.650Z
38362026-08-18T23:21:34.650Zinfo: running `cargo check --bins` on sp-sim (201/337)
38372026-08-18T23:21:39.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-08-18T23:21:39.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-08-18T23:21:39.507Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38402026-08-18T23:21:39.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38412026-08-18T23:21:39.528Z
38422026-08-18T23:21:39.528Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38432026-08-18T23:21:39.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-08-18T23:21:39.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-08-18T23:21:39.531Z Compiling proc-macro-error-attr2 v2.0.0
38462026-08-18T23:21:39.531Z Compiling hashbrown v0.14.5
38472026-08-18T23:21:39.531Z Compiling rfc6979 v0.4.0
38482026-08-18T23:21:39.531Z Compiling salty v0.3.0
38492026-08-18T23:21:39.531Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38502026-08-18T23:21:39.531Z Compiling primeorder v0.13.6
38512026-08-18T23:21:39.531Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38522026-08-18T23:21:39.532Z Compiling ecdsa v0.16.9
38532026-08-18T23:21:39.532Z Compiling sha1 v0.10.6
38542026-08-18T23:21:39.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38552026-08-18T23:21:39.532Z Compiling proc-macro-error2 v2.0.1
38562026-08-18T23:21:39.532Z Compiling chumsky v0.9.3
38572026-08-18T23:21:39.532Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38582026-08-18T23:21:39.532Z Compiling p384 v0.13.1
38592026-08-18T23:21:39.532Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38602026-08-18T23:21:39.532Z Compiling knus-derive v3.4.0
38612026-08-18T23:21:39.532Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38622026-08-18T23:21:39.532Z Checking libscf-sys v1.2.0
38632026-08-18T23:21:39.532Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38642026-08-18T23:21:39.532Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38652026-08-18T23:21:39.532Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38662026-08-18T23:21:39.536Z Checking corncobs v0.1.4
38672026-08-18T23:21:39.537Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38682026-08-18T23:21:39.537Z Checking papergrid v0.18.0
38692026-08-18T23:21:39.537Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38702026-08-18T23:21:39.537Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38712026-08-18T23:21:39.537Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38722026-08-18T23:21:39.537Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
38732026-08-18T23:21:39.537Z Checking secrecy v0.8.0
38742026-08-18T23:21:39.537Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38752026-08-18T23:21:39.537Z Compiling illumos-nvpair-sys v0.2.0
38762026-08-18T23:21:39.537Z Compiling unicase v2.9.0
38772026-08-18T23:21:39.537Z Compiling progenitor-impl v0.13.0
38782026-08-18T23:21:39.537Z Checking crc8 v0.1.1
38792026-08-18T23:21:39.537Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
38802026-08-18T23:21:39.537Z Compiling mime_guess v2.0.5
38812026-08-18T23:21:39.537Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38822026-08-18T23:21:39.537Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38832026-08-18T23:21:39.537Z Checking tabled v0.21.0
38842026-08-18T23:21:39.537Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
38852026-08-18T23:21:39.540Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38862026-08-18T23:21:39.540Z Compiling knus v3.4.0
38872026-08-18T23:21:39.653Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38882026-08-18T23:21:39.857Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38892026-08-18T23:21:39.935Z Checking progenitor-client v0.13.0
38902026-08-18T23:21:40.039Z Checking http-range v0.1.5
38912026-08-18T23:21:40.167Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-08-18T23:21:40.183Z Checking illumos-nvpair v0.3.0
38932026-08-18T23:21:40.324Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38942026-08-18T23:21:40.349Z Checking scuffle v0.1.0
38952026-08-18T23:21:40.364Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38962026-08-18T23:21:40.511Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38972026-08-18T23:21:40.904Z Checking nanorand v0.7.0
38982026-08-18T23:21:40.921Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38992026-08-18T23:21:41.106Z Checking flume v0.11.1
39002026-08-18T23:21:41.166Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39012026-08-18T23:21:41.261Z Checking hyper-staticfile v0.10.1
39022026-08-18T23:21:41.276Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39032026-08-18T23:21:41.294Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39042026-08-18T23:21:41.337Z Compiling progenitor-macro v0.13.0
39052026-08-18T23:21:41.372Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39062026-08-18T23:21:41.438Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39072026-08-18T23:21:41.542Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39082026-08-18T23:21:41.691Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39092026-08-18T23:21:41.722Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39102026-08-18T23:21:41.830Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39112026-08-18T23:21:41.931Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39122026-08-18T23:21:42.106Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39132026-08-18T23:21:42.235Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39142026-08-18T23:21:42.295Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39152026-08-18T23:21:43.565Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39162026-08-18T23:21:44.758Z Checking progenitor v0.13.0
39172026-08-18T23:21:44.901Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39182026-08-18T23:21:45.557Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39192026-08-18T23:21:46.627Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39202026-08-18T23:21:47.054Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39212026-08-18T23:21:47.073Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39222026-08-18T23:21:47.076Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39232026-08-18T23:22:00.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.66s
39242026-08-18T23:22:00.728Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39252026-08-18T23:22:00.728Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39262026-08-18T23:22:00.934Z
39272026-08-18T23:22:00.934Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39282026-08-18T23:22:01.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-18T23:22:01.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-18T23:22:01.707Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-18T23:22:12.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39322026-08-18T23:22:12.362Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39332026-08-18T23:22:12.362Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39342026-08-18T23:22:12.562Z
39352026-08-18T23:22:12.562Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39362026-08-18T23:22:13.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-08-18T23:22:13.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-08-18T23:22:13.335Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39392026-08-18T23:22:23.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39402026-08-18T23:22:23.902Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39412026-08-18T23:22:23.902Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39422026-08-18T23:22:24.099Z
39432026-08-18T23:22:24.099Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39442026-08-18T23:22:24.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-18T23:22:24.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-18T23:22:24.874Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39472026-08-18T23:22:35.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39482026-08-18T23:22:35.441Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39492026-08-18T23:22:35.441Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39502026-08-18T23:22:35.638Z
39512026-08-18T23:22:35.638Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39522026-08-18T23:22:36.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-18T23:22:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-18T23:22:36.408Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39552026-08-18T23:22:47.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39562026-08-18T23:22:47.050Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39572026-08-18T23:22:47.050Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39582026-08-18T23:22:47.250Z
39592026-08-18T23:22:47.252Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39602026-08-18T23:22:47.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-08-18T23:22:47.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-08-18T23:22:48.017Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39632026-08-18T23:22:58.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
39642026-08-18T23:22:58.638Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39652026-08-18T23:22:58.638Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39662026-08-18T23:22:58.836Z
39672026-08-18T23:22:58.836Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39682026-08-18T23:22:59.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-18T23:22:59.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-18T23:22:59.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39712026-08-18T23:23:10.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39722026-08-18T23:23:10.170Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39732026-08-18T23:23:10.170Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39742026-08-18T23:23:10.371Z
39752026-08-18T23:23:10.371Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39762026-08-18T23:23:10.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-18T23:23:10.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-18T23:23:11.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39792026-08-18T23:23:21.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39802026-08-18T23:23:21.748Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39812026-08-18T23:23:21.748Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39822026-08-18T23:23:21.946Z
39832026-08-18T23:23:21.946Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39842026-08-18T23:23:22.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-08-18T23:23:22.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-08-18T23:23:22.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-08-18T23:23:22.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39882026-08-18T23:23:22.525Z
39892026-08-18T23:23:22.525Zinfo: running `cargo check --bins` on installinator-common (211/337)
39902026-08-18T23:23:23.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-08-18T23:23:23.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-08-18T23:23:23.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-08-18T23:23:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39942026-08-18T23:23:23.117Z
39952026-08-18T23:23:23.118Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
39962026-08-18T23:23:23.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-08-18T23:23:24.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-08-18T23:23:24.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-08-18T23:23:24.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40002026-08-18T23:23:24.610Z
40012026-08-18T23:23:24.613Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40022026-08-18T23:23:24.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-08-18T23:23:24.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-08-18T23:23:24.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-08-18T23:23:24.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40062026-08-18T23:23:24.613Z
40072026-08-18T23:23:24.614Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40082026-08-18T23:23:24.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-08-18T23:23:24.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-08-18T23:23:24.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-08-18T23:23:24.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40122026-08-18T23:23:24.861Z
40132026-08-18T23:23:24.861Zinfo: running `cargo check --bins` on range-requests (215/337)
40142026-08-18T23:23:25.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-08-18T23:23:25.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-08-18T23:23:25.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-08-18T23:23:25.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40182026-08-18T23:23:25.426Z
40192026-08-18T23:23:25.426Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40202026-08-18T23:23:25.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-08-18T23:23:25.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-08-18T23:23:25.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-08-18T23:23:25.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40242026-08-18T23:23:25.995Z
40252026-08-18T23:23:25.995Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40262026-08-18T23:23:26.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-08-18T23:23:26.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-08-18T23:23:26.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-08-18T23:23:26.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40302026-08-18T23:23:26.556Z
40312026-08-18T23:23:26.556Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40322026-08-18T23:23:27.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-08-18T23:23:27.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-08-18T23:23:27.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-08-18T23:23:27.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40362026-08-18T23:23:27.150Z
40372026-08-18T23:23:27.150Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40382026-08-18T23:23:27.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-08-18T23:23:27.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-08-18T23:23:27.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-08-18T23:23:27.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40422026-08-18T23:23:27.737Z
40432026-08-18T23:23:27.737Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40442026-08-18T23:23:28.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-08-18T23:23:28.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-08-18T23:23:28.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-08-18T23:23:28.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40482026-08-18T23:23:28.319Z
40492026-08-18T23:23:28.319Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40502026-08-18T23:23:28.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-08-18T23:23:28.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-08-18T23:23:28.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-08-18T23:23:28.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40542026-08-18T23:23:28.914Z
40552026-08-18T23:23:28.914Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40562026-08-18T23:23:29.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-08-18T23:23:29.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-08-18T23:23:29.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-08-18T23:23:29.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40602026-08-18T23:23:29.504Z
40612026-08-18T23:23:29.504Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40622026-08-18T23:23:30.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-08-18T23:23:30.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-08-18T23:23:30.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-08-18T23:23:30.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40662026-08-18T23:23:30.104Z
40672026-08-18T23:23:30.104Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40682026-08-18T23:23:30.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-08-18T23:23:30.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-08-18T23:23:30.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-08-18T23:23:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40722026-08-18T23:23:30.693Z
40732026-08-18T23:23:30.693Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40742026-08-18T23:23:31.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-08-18T23:23:31.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-08-18T23:23:31.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-08-18T23:23:31.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40782026-08-18T23:23:31.288Z
40792026-08-18T23:23:31.288Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40802026-08-18T23:23:31.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-08-18T23:23:31.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-08-18T23:23:31.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-08-18T23:23:31.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40842026-08-18T23:23:31.878Z
40852026-08-18T23:23:31.878Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40862026-08-18T23:23:32.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-08-18T23:23:32.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-08-18T23:23:32.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-08-18T23:23:32.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40902026-08-18T23:23:32.469Z
40912026-08-18T23:23:32.469Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
40922026-08-18T23:23:32.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-08-18T23:23:32.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-08-18T23:23:32.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-08-18T23:23:32.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40962026-08-18T23:23:33.048Z
40972026-08-18T23:23:33.048Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
40982026-08-18T23:23:33.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-08-18T23:23:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-08-18T23:23:33.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-08-18T23:23:33.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41022026-08-18T23:23:33.636Z
41032026-08-18T23:23:33.636Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41042026-08-18T23:23:34.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-08-18T23:23:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-08-18T23:23:34.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-08-18T23:23:34.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41082026-08-18T23:23:34.250Z
41092026-08-18T23:23:34.250Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41102026-08-18T23:23:34.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-08-18T23:23:34.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-08-18T23:23:34.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-08-18T23:23:34.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41142026-08-18T23:23:34.872Z
41152026-08-18T23:23:34.872Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41162026-08-18T23:23:35.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-08-18T23:23:35.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-08-18T23:23:35.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-08-18T23:23:35.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41202026-08-18T23:23:35.481Z
41212026-08-18T23:23:35.481Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41222026-08-18T23:23:36.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-08-18T23:23:36.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-08-18T23:23:36.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-08-18T23:23:36.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-08-18T23:23:36.095Z
41272026-08-18T23:23:36.096Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41282026-08-18T23:23:36.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-08-18T23:23:36.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-08-18T23:23:36.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-08-18T23:23:36.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41322026-08-18T23:23:36.706Z
41332026-08-18T23:23:36.706Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41342026-08-18T23:23:37.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-08-18T23:23:37.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-08-18T23:23:37.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-08-18T23:23:37.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41382026-08-18T23:23:37.259Z
41392026-08-18T23:23:37.259Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41402026-08-18T23:23:37.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-08-18T23:23:37.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-08-18T23:23:37.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-08-18T23:23:37.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41442026-08-18T23:23:37.841Z
41452026-08-18T23:23:37.841Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41462026-08-18T23:23:38.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-08-18T23:23:38.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-08-18T23:23:38.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-08-18T23:23:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41502026-08-18T23:23:38.428Z
41512026-08-18T23:23:38.428Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41522026-08-18T23:23:38.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-08-18T23:23:38.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-08-18T23:23:38.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-08-18T23:23:38.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41562026-08-18T23:23:39.016Z
41572026-08-18T23:23:39.017Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41582026-08-18T23:23:39.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-08-18T23:23:39.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-08-18T23:23:39.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-08-18T23:23:39.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41622026-08-18T23:23:39.577Z
41632026-08-18T23:23:39.577Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41642026-08-18T23:23:40.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-08-18T23:23:40.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-08-18T23:23:40.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-08-18T23:23:40.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41682026-08-18T23:23:40.138Z
41692026-08-18T23:23:40.138Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41702026-08-18T23:23:40.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-08-18T23:23:40.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-08-18T23:23:40.837Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41732026-08-18T23:23:41.253Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41742026-08-18T23:23:42.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
41752026-08-18T23:23:42.644Z
41762026-08-18T23:23:42.644Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41772026-08-18T23:23:43.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-08-18T23:23:43.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-08-18T23:23:43.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41802026-08-18T23:23:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41812026-08-18T23:23:43.215Z
41822026-08-18T23:23:43.215Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41832026-08-18T23:23:43.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-18T23:23:43.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-18T23:23:43.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-08-18T23:23:43.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41872026-08-18T23:23:43.793Z
41882026-08-18T23:23:43.793Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41892026-08-18T23:23:44.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-18T23:23:44.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-18T23:23:44.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-08-18T23:23:44.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-08-18T23:23:44.374Z
41942026-08-18T23:23:44.374Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
41952026-08-18T23:23:44.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-08-18T23:23:44.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-08-18T23:23:44.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-08-18T23:23:44.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41992026-08-18T23:23:44.944Z
42002026-08-18T23:23:44.944Zinfo: running `cargo check --bins` on installinator-client (246/337)
42012026-08-18T23:23:45.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-08-18T23:23:45.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-08-18T23:23:45.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-08-18T23:23:45.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42052026-08-18T23:23:45.513Z
42062026-08-18T23:23:45.513Zinfo: running `cargo check --bins` on oxide-client (247/337)
42072026-08-18T23:23:45.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-18T23:23:45.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-18T23:23:45.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-08-18T23:23:45.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42112026-08-18T23:23:46.072Z
42122026-08-18T23:23:46.072Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42132026-08-18T23:23:46.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-18T23:23:46.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-18T23:23:46.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-08-18T23:23:46.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42172026-08-18T23:23:46.640Z
42182026-08-18T23:23:46.640Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42192026-08-18T23:23:47.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-18T23:23:47.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-18T23:23:47.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-08-18T23:23:47.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-08-18T23:23:47.239Z
42242026-08-18T23:23:47.240Zinfo: running `cargo check --bins` on wicket-common (250/337)
42252026-08-18T23:23:47.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-08-18T23:23:47.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-08-18T23:23:47.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-08-18T23:23:47.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42292026-08-18T23:23:47.825Z
42302026-08-18T23:23:47.825Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42312026-08-18T23:23:48.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-18T23:23:48.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-18T23:23:48.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-08-18T23:23:48.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42352026-08-18T23:23:48.408Z
42362026-08-18T23:23:48.408Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42372026-08-18T23:23:48.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-18T23:23:48.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-18T23:23:49.074Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42402026-08-18T23:23:49.078Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42412026-08-18T23:23:50.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42422026-08-18T23:23:50.893Z
42432026-08-18T23:23:50.893Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42442026-08-18T23:23:50.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-08-18T23:23:50.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-08-18T23:23:50.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-08-18T23:23:50.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42482026-08-18T23:23:51.010Z
42492026-08-18T23:23:51.010Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42502026-08-18T23:23:51.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-08-18T23:23:51.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-08-18T23:23:51.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-08-18T23:23:51.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42542026-08-18T23:23:51.662Z
42552026-08-18T23:23:51.662Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42562026-08-18T23:23:52.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-08-18T23:23:52.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-08-18T23:23:52.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-08-18T23:23:52.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42602026-08-18T23:23:52.313Z
42612026-08-18T23:23:52.313Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42622026-08-18T23:23:52.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-08-18T23:23:52.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-08-18T23:23:52.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-08-18T23:23:52.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42662026-08-18T23:23:52.939Z
42672026-08-18T23:23:52.939Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42682026-08-18T23:23:53.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-08-18T23:23:53.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-08-18T23:23:53.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-08-18T23:23:53.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42722026-08-18T23:23:53.563Z
42732026-08-18T23:23:53.563Zinfo: running `cargo check --bins` on db-macros (258/337)
42742026-08-18T23:23:54.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-08-18T23:23:54.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-08-18T23:23:54.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-08-18T23:23:54.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42782026-08-18T23:23:54.121Z
42792026-08-18T23:23:54.121Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42802026-08-18T23:23:54.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-08-18T23:23:54.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-08-18T23:23:54.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-08-18T23:23:54.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42842026-08-18T23:23:54.678Z
42852026-08-18T23:23:54.678Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42862026-08-18T23:23:55.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-18T23:23:55.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-18T23:23:55.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-18T23:23:55.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42902026-08-18T23:23:55.292Z
42912026-08-18T23:23:55.292Zinfo: running `cargo check --bins` on authz-macros (261/337)
42922026-08-18T23:23:55.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-18T23:23:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-18T23:23:55.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-18T23:23:55.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42962026-08-18T23:23:55.848Z
42972026-08-18T23:23:55.849Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
42982026-08-18T23:23:56.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-18T23:23:56.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-18T23:23:56.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-08-18T23:23:56.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43022026-08-18T23:23:56.454Z
43032026-08-18T23:23:56.454Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43042026-08-18T23:23:56.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-08-18T23:23:56.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-08-18T23:23:56.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-08-18T23:23:56.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43082026-08-18T23:23:57.063Z
43092026-08-18T23:23:57.063Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43102026-08-18T23:23:57.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-18T23:23:57.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-18T23:23:57.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-08-18T23:23:57.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43142026-08-18T23:23:57.619Z
43152026-08-18T23:23:57.619Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43162026-08-18T23:23:58.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-18T23:23:58.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-18T23:23:58.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-08-18T23:23:58.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43202026-08-18T23:23:58.191Z
43212026-08-18T23:23:58.191Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43222026-08-18T23:23:58.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-18T23:23:58.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-18T23:23:58.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-08-18T23:23:58.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43262026-08-18T23:23:58.751Z
43272026-08-18T23:23:58.751Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43282026-08-18T23:23:59.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-18T23:23:59.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-18T23:23:59.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-18T23:23:59.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43322026-08-18T23:23:59.373Z
43332026-08-18T23:23:59.373Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43342026-08-18T23:23:59.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-18T23:23:59.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-18T23:23:59.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-18T23:23:59.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43382026-08-18T23:23:59.997Z
43392026-08-18T23:23:59.997Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43402026-08-18T23:24:00.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-18T23:24:00.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-18T23:24:00.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-08-18T23:24:00.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43442026-08-18T23:24:00.622Z
43452026-08-18T23:24:00.622Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43462026-08-18T23:24:01.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-08-18T23:24:01.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-08-18T23:24:01.338Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43492026-08-18T23:24:01.342Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43502026-08-18T23:24:02.018Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-08-18T23:24:03.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
43522026-08-18T23:24:03.939Z
43532026-08-18T23:24:03.939Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43542026-08-18T23:24:04.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-18T23:24:04.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-18T23:24:04.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43572026-08-18T23:24:04.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43582026-08-18T23:24:04.507Z
43592026-08-18T23:24:04.508Zinfo: running `cargo check --bins` on cert-dev (272/337)
43602026-08-18T23:24:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-18T23:24:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-18T23:24:05.153Z Checking yasna v0.5.2
43632026-08-18T23:24:05.519Z Checking rcgen v0.12.1
43642026-08-18T23:24:05.772Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43652026-08-18T23:24:05.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43662026-08-18T23:24:06.130Z
43672026-08-18T23:24:06.130Zinfo: running `cargo check --bins` on clickana (273/337)
43682026-08-18T23:24:06.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-08-18T23:24:06.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-08-18T23:24:06.776Z Compiling instability v0.3.11
43712026-08-18T23:24:06.776Z Checking castaway v0.2.4
43722026-08-18T23:24:06.779Z Compiling indoc v2.0.7
43732026-08-18T23:24:06.779Z Checking unicode-truncate v1.1.0
43742026-08-18T23:24:06.779Z Checking lru v0.12.5
43752026-08-18T23:24:06.779Z Checking cassowary v0.3.0
43762026-08-18T23:24:06.973Z Checking compact_str v0.8.1
43772026-08-18T23:24:07.771Z Checking ratatui v0.29.0
43782026-08-18T23:24:08.841Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43792026-08-18T23:24:09.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
43802026-08-18T23:24:09.762Z
43812026-08-18T23:24:09.762Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43822026-08-18T23:24:10.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-08-18T23:24:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-08-18T23:24:10.482Z Checking headers-core v0.3.0
43852026-08-18T23:24:10.482Z Checking port-file v0.1.0
43862026-08-18T23:24:10.485Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43872026-08-18T23:24:10.679Z Checking headers v0.4.1
43882026-08-18T23:24:11.045Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43892026-08-18T23:24:12.002Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43902026-08-18T23:24:12.524Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43912026-08-18T23:24:12.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43922026-08-18T23:24:13.149Z
43932026-08-18T23:24:13.149Zinfo: running `cargo check --bins` on ch-dev (275/337)
43942026-08-18T23:24:13.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-08-18T23:24:13.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-08-18T23:24:13.866Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43972026-08-18T23:24:14.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43982026-08-18T23:24:14.824Z
43992026-08-18T23:24:14.824Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44002026-08-18T23:24:15.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-08-18T23:24:15.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-08-18T23:24:15.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-08-18T23:24:15.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
44042026-08-18T23:24:15.250Z
44052026-08-18T23:24:15.250Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44062026-08-18T23:24:15.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-08-18T23:24:15.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-08-18T23:24:15.885Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44092026-08-18T23:24:16.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
44102026-08-18T23:24:16.432Z
44112026-08-18T23:24:16.432Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44122026-08-18T23:24:16.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-08-18T23:24:16.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-08-18T23:24:17.155Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44152026-08-18T23:24:18.253Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44162026-08-18T23:24:18.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44172026-08-18T23:24:18.800Z
44182026-08-18T23:24:18.800Zinfo: running `cargo check --bins` on db-dev (279/337)
44192026-08-18T23:24:19.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-18T23:24:19.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-18T23:24:19.520Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44222026-08-18T23:24:20.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44232026-08-18T23:24:20.471Z
44242026-08-18T23:24:20.471Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44252026-08-18T23:24:20.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-18T23:24:20.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-18T23:24:20.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-18T23:24:20.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44292026-08-18T23:24:21.080Z
44302026-08-18T23:24:21.080Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44312026-08-18T23:24:21.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-18T23:24:21.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-18T23:24:21.696Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44342026-08-18T23:24:22.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
44352026-08-18T23:24:22.561Z
44362026-08-18T23:24:22.561Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44372026-08-18T23:24:23.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-08-18T23:24:23.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-08-18T23:24:23.305Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44402026-08-18T23:24:23.305Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44412026-08-18T23:24:23.308Z Checking git-stub v1.0.0
44422026-08-18T23:24:23.308Z Compiling trait-variant v0.1.2
44432026-08-18T23:24:23.424Z Checking maplit v1.0.2
44442026-08-18T23:24:23.444Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44452026-08-18T23:24:23.453Z Checking drift v0.2.0
44462026-08-18T23:24:23.456Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44472026-08-18T23:24:23.504Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44482026-08-18T23:24:23.585Z Checking git-stub-vcs v0.1.0
44492026-08-18T23:24:23.644Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44502026-08-18T23:24:23.661Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44512026-08-18T23:24:23.781Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44522026-08-18T23:24:23.802Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44532026-08-18T23:24:23.819Z Checking dropshot-api-manager v0.8.0
44542026-08-18T23:24:23.944Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44552026-08-18T23:24:24.157Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44562026-08-18T23:24:24.662Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44572026-08-18T23:24:25.591Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44582026-08-18T23:24:26.596Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44592026-08-18T23:24:27.429Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44602026-08-18T23:24:27.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
44612026-08-18T23:24:28.067Z
44622026-08-18T23:24:28.067Zinfo: running `cargo check --bins` on installinator-api (283/337)
44632026-08-18T23:24:28.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-18T23:24:28.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-18T23:24:28.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-08-18T23:24:28.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44672026-08-18T23:24:28.639Z
44682026-08-18T23:24:28.639Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44692026-08-18T23:24:29.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-18T23:24:29.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-18T23:24:29.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-08-18T23:24:29.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44732026-08-18T23:24:29.248Z
44742026-08-18T23:24:29.248Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44752026-08-18T23:24:29.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-08-18T23:24:29.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-08-18T23:24:29.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-08-18T23:24:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44792026-08-18T23:24:29.854Z
44802026-08-18T23:24:29.854Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44812026-08-18T23:24:30.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-08-18T23:24:30.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-08-18T23:24:30.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-08-18T23:24:30.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44852026-08-18T23:24:30.459Z
44862026-08-18T23:24:30.459Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44872026-08-18T23:24:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-08-18T23:24:30.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-08-18T23:24:30.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-08-18T23:24:30.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44912026-08-18T23:24:31.031Z
44922026-08-18T23:24:31.031Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
44932026-08-18T23:24:31.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-08-18T23:24:31.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-08-18T23:24:31.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-08-18T23:24:31.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44972026-08-18T23:24:31.592Z
44982026-08-18T23:24:31.592Zinfo: running `cargo check --bins` on wicketd-api (289/337)
44992026-08-18T23:24:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-18T23:24:32.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-18T23:24:32.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-18T23:24:32.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45032026-08-18T23:24:32.182Z
45042026-08-18T23:24:32.182Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45052026-08-18T23:24:32.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-18T23:24:32.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-18T23:24:32.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-18T23:24:32.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45092026-08-18T23:24:32.766Z
45102026-08-18T23:24:32.766Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45112026-08-18T23:24:33.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-18T23:24:33.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-18T23:24:33.383Z Compiling blake3 v1.8.5
45142026-08-18T23:24:33.495Z Checking arrayref v0.3.9
45152026-08-18T23:24:33.498Z Checking constant_time_eq v0.4.2
45162026-08-18T23:24:33.498Z Checking arrayvec v0.7.6
45172026-08-18T23:24:33.518Z Checking cargo-platform v0.3.2
45182026-08-18T23:24:33.518Z Checking topological-sort v0.2.2
45192026-08-18T23:24:33.521Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45202026-08-18T23:24:33.696Z Checking cargo_metadata v0.23.1
45212026-08-18T23:24:34.262Z Checking omicron-zone-package v0.12.3
45222026-08-18T23:24:34.979Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45232026-08-18T23:24:35.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
45242026-08-18T23:24:35.976Z
45252026-08-18T23:24:35.976Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45262026-08-18T23:24:36.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-08-18T23:24:36.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-08-18T23:24:36.691Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45292026-08-18T23:24:37.322Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45302026-08-18T23:24:37.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45312026-08-18T23:24:38.024Z
45322026-08-18T23:24:38.024Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45332026-08-18T23:24:38.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-08-18T23:24:38.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-08-18T23:24:38.984Z Compiling darling_core v0.21.3
45362026-08-18T23:24:38.984Z Compiling vergen-lib v0.1.6
45372026-08-18T23:24:38.984Z Compiling diesel_derives v2.3.7
45382026-08-18T23:24:38.987Z Checking scheduled-thread-pool v0.2.7
45392026-08-18T23:24:38.987Z Compiling vergen-gitcl v1.0.8
45402026-08-18T23:24:38.987Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45412026-08-18T23:24:38.987Z Compiling diesel_table_macro_syntax v0.3.0
45422026-08-18T23:24:38.987Z Compiling dirs-sys-next v0.1.2
45432026-08-18T23:24:39.259Z Compiling glob v0.3.3
45442026-08-18T23:24:39.343Z Compiling crunchy v0.2.4
45452026-08-18T23:24:39.415Z Compiling dirs-next v2.0.0
45462026-08-18T23:24:39.418Z Checking r2d2 v0.8.10
45472026-08-18T23:24:39.447Z Compiling tiny-keccak v2.0.2
45482026-08-18T23:24:39.549Z Checking downcast-rs v2.0.2
45492026-08-18T23:24:39.607Z Compiling term v0.7.0
45502026-08-18T23:24:39.644Z Compiling clang-sys v1.8.1
45512026-08-18T23:24:39.737Z Compiling bit-vec v0.6.3
45522026-08-18T23:24:39.834Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45532026-08-18T23:24:39.951Z Compiling bit-set v0.5.3
45542026-08-18T23:24:40.025Z Compiling ascii-canvas v3.0.0
45552026-08-18T23:24:40.077Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45562026-08-18T23:24:40.112Z Compiling itertools v0.10.5
45572026-08-18T23:24:40.142Z Compiling ena v0.14.4
45582026-08-18T23:24:40.167Z Compiling libloading v0.8.9
45592026-08-18T23:24:40.227Z Compiling regex-syntax v0.6.29
45602026-08-18T23:24:40.266Z Compiling bindgen v0.71.1
45612026-08-18T23:24:40.282Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45622026-08-18T23:24:40.352Z Compiling diff v0.1.13
45632026-08-18T23:24:40.638Z Compiling cexpr v0.6.0
45642026-08-18T23:24:40.679Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45652026-08-18T23:24:40.868Z Compiling rustc-hash v2.1.1
45662026-08-18T23:24:41.000Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45672026-08-18T23:24:41.192Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45682026-08-18T23:24:41.213Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45692026-08-18T23:24:41.303Z Compiling libxml v0.3.3
45702026-08-18T23:24:41.341Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45712026-08-18T23:24:41.501Z Compiling strum_macros v0.24.3
45722026-08-18T23:24:41.544Z Compiling lalrpop v0.19.12
45732026-08-18T23:24:41.563Z Compiling indoc v1.0.9
45742026-08-18T23:24:41.616Z Compiling darling_macro v0.21.3
45752026-08-18T23:24:42.127Z Compiling darling v0.21.3
45762026-08-18T23:24:42.221Z Compiling dsl_auto_type v0.2.0
45772026-08-18T23:24:42.467Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45782026-08-18T23:24:42.657Z Checking derive_builder v0.20.2
45792026-08-18T23:24:42.781Z Compiling oso-derive v0.27.3
45802026-08-18T23:24:42.841Z Checking quick-xml v0.37.5
45812026-08-18T23:24:42.868Z Compiling impl-trait-for-tuples v0.2.3
45822026-08-18T23:24:43.275Z Checking openssl-probe v0.1.6
45832026-08-18T23:24:43.418Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45842026-08-18T23:24:43.717Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45852026-08-18T23:24:43.906Z Checking bb8 v0.8.6
45862026-08-18T23:24:43.946Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45872026-08-18T23:24:44.138Z Checking nonempty v0.12.0
45882026-08-18T23:24:44.176Z Compiling libz-sys v1.1.24
45892026-08-18T23:24:44.193Z Compiling strsim v0.10.0
45902026-08-18T23:24:44.323Z Compiling libgit2-sys v0.18.3+1.9.2
45912026-08-18T23:24:44.393Z Compiling darling_core v0.13.4
45922026-08-18T23:24:44.546Z Compiling vergen-git2 v9.1.0
45932026-08-18T23:24:44.765Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45942026-08-18T23:24:44.815Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45952026-08-18T23:24:44.979Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45962026-08-18T23:24:45.191Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45972026-08-18T23:24:45.377Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45982026-08-18T23:24:45.566Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45992026-08-18T23:24:45.751Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46002026-08-18T23:24:45.794Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46012026-08-18T23:24:45.938Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46022026-08-18T23:24:46.124Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46032026-08-18T23:24:46.302Z Compiling darling_macro v0.13.4
46042026-08-18T23:24:46.320Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46052026-08-18T23:24:46.505Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46062026-08-18T23:24:46.784Z Compiling darling v0.13.4
46072026-08-18T23:24:46.893Z Compiling serde_with_macros v1.5.2
46082026-08-18T23:24:46.915Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46092026-08-18T23:24:47.298Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46102026-08-18T23:24:47.728Z Compiling serde_with v1.14.0
46112026-08-18T23:24:47.874Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46122026-08-18T23:24:47.932Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46132026-08-18T23:24:48.015Z Checking diesel v2.3.7
46142026-08-18T23:24:48.058Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46152026-08-18T23:24:48.870Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46162026-08-18T23:24:49.655Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46172026-08-18T23:24:49.916Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46182026-08-18T23:24:50.504Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-08-18T23:24:50.619Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46202026-08-18T23:24:51.135Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46212026-08-18T23:24:51.248Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46222026-08-18T23:24:51.348Z Checking twox-hash v2.1.2
46232026-08-18T23:24:51.649Z Checking libsw-core v0.3.2
46242026-08-18T23:24:51.807Z Checking atty v0.2.14
46252026-08-18T23:24:51.904Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46262026-08-18T23:24:51.922Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46272026-08-18T23:24:52.201Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46282026-08-18T23:24:52.230Z Checking libsw v3.5.0
46292026-08-18T23:24:52.353Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46302026-08-18T23:24:52.392Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46312026-08-18T23:24:53.547Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46322026-08-18T23:24:53.622Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46332026-08-18T23:24:54.263Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46342026-08-18T23:24:54.460Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46352026-08-18T23:24:54.979Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46362026-08-18T23:24:55.169Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46372026-08-18T23:24:55.315Z Checking fatfs v0.3.6
46382026-08-18T23:24:55.428Z Checking console v0.16.2
46392026-08-18T23:24:55.740Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46402026-08-18T23:24:55.772Z Compiling seq-macro v0.3.6
46412026-08-18T23:24:56.269Z Checking unit-prefix v0.5.2
46422026-08-18T23:24:56.404Z Checking indicatif v0.18.4
46432026-08-18T23:24:56.854Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46442026-08-18T23:24:56.958Z Checking oxide-update-engine-display v0.1.2
46452026-08-18T23:24:57.050Z Checking support-bundle-viewer v0.1.2
46462026-08-18T23:24:57.257Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46472026-08-18T23:24:57.288Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46482026-08-18T23:24:57.497Z Checking multimap v0.10.1
46492026-08-18T23:25:03.286Z Checking diesel-dtrace v0.5.0
46502026-08-18T23:25:03.530Z Checking async-bb8-diesel v0.2.1
46512026-08-18T23:25:07.489Z Compiling samael v0.0.19
46522026-08-18T23:25:12.039Z Compiling git2 v0.20.4
46532026-08-18T23:25:12.754Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46542026-08-18T23:25:13.758Z Compiling polar-core v0.27.3
46552026-08-18T23:25:14.464Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46562026-08-18T23:25:18.241Z Checking oso v0.27.3
46572026-08-18T23:25:50.723Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46582026-08-18T23:27:06.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
46592026-08-18T23:27:06.400Z
46602026-08-18T23:27:06.400Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46612026-08-18T23:27:06.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-18T23:27:06.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-18T23:27:06.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-18T23:27:06.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46652026-08-18T23:27:07.066Z
46662026-08-18T23:27:07.066Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46672026-08-18T23:27:07.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-18T23:27:07.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-18T23:27:07.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-18T23:27:07.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46712026-08-18T23:27:07.697Z
46722026-08-18T23:27:07.697Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46732026-08-18T23:27:08.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-18T23:27:08.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-18T23:27:08.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-18T23:27:08.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46772026-08-18T23:27:08.323Z
46782026-08-18T23:27:08.323Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46792026-08-18T23:27:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-18T23:27:08.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-18T23:27:08.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-18T23:27:08.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46832026-08-18T23:27:08.884Z
46842026-08-18T23:27:08.884Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46852026-08-18T23:27:09.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-18T23:27:09.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-18T23:27:09.715Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46882026-08-18T23:27:10.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
46892026-08-18T23:27:10.683Z
46902026-08-18T23:27:10.683Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
46912026-08-18T23:27:11.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-18T23:27:11.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-18T23:27:11.511Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46942026-08-18T23:27:50.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.14s
46952026-08-18T23:27:51.038Z
46962026-08-18T23:27:51.038Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
46972026-08-18T23:27:51.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-18T23:27:51.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-18T23:27:51.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-18T23:27:51.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47012026-08-18T23:27:51.599Z
47022026-08-18T23:27:51.599Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47032026-08-18T23:27:52.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-18T23:27:52.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-18T23:27:52.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-08-18T23:27:52.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47072026-08-18T23:27:52.166Z
47082026-08-18T23:27:52.166Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47092026-08-18T23:27:52.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-08-18T23:27:52.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-08-18T23:27:52.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-08-18T23:27:52.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47132026-08-18T23:27:52.793Z
47142026-08-18T23:27:52.793Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47152026-08-18T23:27:53.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-08-18T23:27:53.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-08-18T23:27:53.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-08-18T23:27:53.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47192026-08-18T23:27:53.427Z
47202026-08-18T23:27:53.427Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47212026-08-18T23:27:53.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-08-18T23:27:53.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-08-18T23:27:53.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47242026-08-18T23:27:53.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47252026-08-18T23:27:54.059Z
47262026-08-18T23:27:54.059Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47272026-08-18T23:27:54.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-08-18T23:27:54.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-08-18T23:27:54.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-08-18T23:27:54.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47312026-08-18T23:27:54.682Z
47322026-08-18T23:27:54.682Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47332026-08-18T23:27:55.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-08-18T23:27:55.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-08-18T23:27:55.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-08-18T23:27:55.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47372026-08-18T23:27:55.301Z
47382026-08-18T23:27:55.302Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47392026-08-18T23:27:55.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-08-18T23:27:55.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-08-18T23:27:55.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47422026-08-18T23:27:55.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47432026-08-18T23:27:55.926Z
47442026-08-18T23:27:55.926Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47452026-08-18T23:27:56.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-08-18T23:27:56.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-08-18T23:27:56.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47482026-08-18T23:27:56.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47492026-08-18T23:27:56.540Z
47502026-08-18T23:27:56.540Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47512026-08-18T23:27:57.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-08-18T23:27:57.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-08-18T23:27:57.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47542026-08-18T23:27:57.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47552026-08-18T23:27:57.174Z
47562026-08-18T23:27:57.174Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47572026-08-18T23:27:57.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-08-18T23:27:57.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-08-18T23:27:57.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47602026-08-18T23:27:57.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47612026-08-18T23:27:57.807Z
47622026-08-18T23:27:57.807Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47632026-08-18T23:27:58.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-08-18T23:27:58.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-08-18T23:27:58.713Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47662026-08-18T23:27:58.716Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47672026-08-18T23:27:58.902Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47682026-08-18T23:27:58.905Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47692026-08-18T23:27:58.947Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47702026-08-18T23:27:58.964Z Checking diff v0.1.13
47712026-08-18T23:27:58.967Z Checking yansi v1.0.1
47722026-08-18T23:27:58.967Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47732026-08-18T23:27:59.038Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47742026-08-18T23:27:59.213Z Checking pretty_assertions v1.4.1
47752026-08-18T23:27:59.972Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47762026-08-18T23:28:00.003Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47772026-08-18T23:28:25.078Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47782026-08-18T23:28:25.082Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47792026-08-18T23:28:25.082Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47802026-08-18T23:28:25.082Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47812026-08-18T23:28:25.082Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47822026-08-18T23:28:25.082Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47832026-08-18T23:28:25.082Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47842026-08-18T23:28:25.946Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47852026-08-18T23:28:25.946Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47862026-08-18T23:28:27.226Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47872026-08-18T23:29:06.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47882026-08-18T23:29:06.332Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47892026-08-18T23:29:06.333Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47902026-08-18T23:29:06.543Z
47912026-08-18T23:29:06.543Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
47922026-08-18T23:29:07.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-08-18T23:29:07.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-08-18T23:29:07.255Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47952026-08-18T23:29:07.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47962026-08-18T23:29:08.078Z
47972026-08-18T23:29:08.080Zinfo: running `cargo check --bins` on omicron-pins (313/337)
47982026-08-18T23:29:08.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-08-18T23:29:08.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-08-18T23:29:08.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48012026-08-18T23:29:08.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48022026-08-18T23:29:08.633Z
48032026-08-18T23:29:08.633Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48042026-08-18T23:29:09.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-08-18T23:29:09.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-08-18T23:29:09.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48072026-08-18T23:29:09.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48082026-08-18T23:29:09.211Z
48092026-08-18T23:29:09.211Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48102026-08-18T23:29:09.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-08-18T23:29:09.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-08-18T23:29:09.989Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48132026-08-18T23:29:10.112Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48142026-08-18T23:29:10.119Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48152026-08-18T23:29:37.073Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48162026-08-18T23:29:37.478Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48172026-08-18T23:29:39.224Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48182026-08-18T23:29:39.703Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48192026-08-18T23:29:42.819Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48202026-08-18T23:30:07.097Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48212026-08-18T23:30:07.836Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48222026-08-18T23:30:09.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48232026-08-18T23:30:09.750Z
48242026-08-18T23:30:09.750Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48252026-08-18T23:30:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-08-18T23:30:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-08-18T23:30:10.442Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48282026-08-18T23:30:11.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48292026-08-18T23:30:11.338Z
48302026-08-18T23:30:11.338Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48312026-08-18T23:30:11.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48322026-08-18T23:30:11.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48332026-08-18T23:30:11.965Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48342026-08-18T23:30:11.968Z Compiling fs-err v2.11.0
48352026-08-18T23:30:12.086Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48362026-08-18T23:30:12.097Z Checking parse-size v1.1.0
48372026-08-18T23:30:12.105Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48382026-08-18T23:30:12.108Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48392026-08-18T23:30:12.108Z Checking shell-words v1.1.1
48402026-08-18T23:30:12.191Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48412026-08-18T23:30:12.513Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48422026-08-18T23:30:12.688Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48432026-08-18T23:30:13.353Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48442026-08-18T23:30:14.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
48452026-08-18T23:30:14.486Z
48462026-08-18T23:30:14.486Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48472026-08-18T23:30:14.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48482026-08-18T23:30:14.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48492026-08-18T23:30:15.121Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48502026-08-18T23:30:15.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48512026-08-18T23:30:15.792Z
48522026-08-18T23:30:15.792Zinfo: running `cargo check --bins` on schema (319/337)
48532026-08-18T23:30:16.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-08-18T23:30:16.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-08-18T23:30:16.514Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48562026-08-18T23:30:17.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48572026-08-18T23:30:17.412Z
48582026-08-18T23:30:17.412Zinfo: running `cargo check --bins` on xtask (320/337)
48592026-08-18T23:30:17.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-08-18T23:30:17.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-08-18T23:30:17.817Z Checking serde_core v1.0.229
48622026-08-18T23:30:17.817Z Checking libc v0.2.185
48632026-08-18T23:30:17.898Z Checking bitflags v2.11.0
48642026-08-18T23:30:17.904Z Checking scroll v0.12.0
48652026-08-18T23:30:17.909Z Checking thiserror v1.0.69
48662026-08-18T23:30:17.915Z Checking log v0.4.33
48672026-08-18T23:30:17.922Z Checking indexmap v2.14.0
48682026-08-18T23:30:17.925Z Checking zerocopy v0.7.35
48692026-08-18T23:30:17.993Z Checking syn v2.0.117
48702026-08-18T23:30:18.033Z Checking dtrace-parser v0.2.0
48712026-08-18T23:30:18.052Z Checking once_cell v1.21.3
48722026-08-18T23:30:18.117Z Checking goblin v0.8.2
48732026-08-18T23:30:18.171Z Checking errno v0.3.14
48742026-08-18T23:30:18.217Z Checking getrandom v0.3.4
48752026-08-18T23:30:18.258Z Checking thread-id v4.2.2
48762026-08-18T23:30:18.287Z Checking rustix v1.1.4
48772026-08-18T23:30:18.334Z Checking memmap v0.7.0
48782026-08-18T23:30:18.345Z Checking thiserror v2.0.18
48792026-08-18T23:30:18.402Z Checking fs-err v3.3.0
48802026-08-18T23:30:18.440Z Checking anyhow v1.0.104
48812026-08-18T23:30:18.458Z Checking tabled v0.15.0
48822026-08-18T23:30:19.056Z Checking terminal_size v0.4.3
48832026-08-18T23:30:19.056Z Checking tempfile v3.27.0
48842026-08-18T23:30:19.163Z Checking clap_builder v4.6.0
48852026-08-18T23:30:19.163Z Checking textwrap v0.16.2
48862026-08-18T23:30:19.330Z Checking serde v1.0.229
48872026-08-18T23:30:19.330Z Checking serde_json v1.0.151
48882026-08-18T23:30:19.330Z Checking camino v1.2.5
48892026-08-18T23:30:19.360Z Checking cargo-platform v0.3.2
48902026-08-18T23:30:19.529Z Checking semver v1.0.28
48912026-08-18T23:30:19.580Z Checking camino-tempfile v1.4.1
48922026-08-18T23:30:19.735Z Checking toml_datetime v0.6.11
48932026-08-18T23:30:19.735Z Checking serde_spanned v0.6.9
48942026-08-18T23:30:19.743Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48952026-08-18T23:30:19.743Z Checking macaddr v1.0.1
48962026-08-18T23:30:19.928Z Checking toml_edit v0.22.27
48972026-08-18T23:30:19.932Z Checking cargo_metadata v0.23.1
48982026-08-18T23:30:19.932Z Checking dof v0.3.0
48992026-08-18T23:30:20.211Z Checking usdt-impl v0.5.0
49002026-08-18T23:30:20.335Z Checking clap v4.6.1
49012026-08-18T23:30:20.467Z Checking usdt v0.5.0
49022026-08-18T23:30:20.912Z Checking toml v0.8.23
49032026-08-18T23:30:21.168Z Checking cargo_toml v0.21.0
49042026-08-18T23:30:21.804Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49052026-08-18T23:30:22.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
49062026-08-18T23:30:22.296Z
49072026-08-18T23:30:22.296Zinfo: running `cargo check --bins` on dnsadm (321/337)
49082026-08-18T23:30:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49092026-08-18T23:30:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49102026-08-18T23:30:22.935Z Checking arc-swap v1.8.2
49112026-08-18T23:30:23.213Z Checking slog-scope v4.4.1
49122026-08-18T23:30:23.319Z Checking slog-stdlog v4.1.1
49132026-08-18T23:30:23.414Z Checking slog-envlogger v2.2.0
49142026-08-18T23:30:23.531Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49152026-08-18T23:30:23.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
49162026-08-18T23:30:24.115Z
49172026-08-18T23:30:24.115Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49182026-08-18T23:30:24.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-08-18T23:30:24.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-08-18T23:30:24.917Z Checking cpubits v0.1.1
49212026-08-18T23:30:25.045Z Checking pem-rfc7468 v1.0.0
49222026-08-18T23:30:25.057Z Checking hmac v0.13.0
49232026-08-18T23:30:25.060Z Checking universal-hash v0.6.1
49242026-08-18T23:30:25.079Z Checking ctr v0.10.1
49252026-08-18T23:30:25.079Z Checking aead v0.6.1
49262026-08-18T23:30:25.107Z Checking crypto-bigint v0.7.5
49272026-08-18T23:30:25.107Z Checking aes v0.9.1
49282026-08-18T23:30:25.134Z Checking salsa20 v0.11.0
49292026-08-18T23:30:25.176Z Checking polyval v0.7.1
49302026-08-18T23:30:25.190Z Checking der v0.8.0
49312026-08-18T23:30:25.204Z Checking pbkdf2 v0.13.0
49322026-08-18T23:30:25.220Z Checking cbc v0.2.1
49332026-08-18T23:30:25.250Z Checking ff v0.14.0
49342026-08-18T23:30:25.271Z Checking signature v3.0.0
49352026-08-18T23:30:25.332Z Checking scrypt v0.12.0
49362026-08-18T23:30:25.355Z Checking ghash v0.6.0
49372026-08-18T23:30:25.355Z Checking base16ct v1.0.0
49382026-08-18T23:30:25.384Z Checking group v0.14.0
49392026-08-18T23:30:25.414Z Checking hkdf v0.13.0
49402026-08-18T23:30:25.473Z Compiling curve25519-dalek v5.0.0
49412026-08-18T23:30:25.493Z Checking keccak v0.2.0
49422026-08-18T23:30:25.509Z Checking aes-gcm v0.11.0
49432026-08-18T23:30:25.523Z Checking poly1305 v0.9.0
49442026-08-18T23:30:25.535Z Checking wnaf v0.14.0
49452026-08-18T23:30:25.550Z Checking blowfish v0.10.0
49462026-08-18T23:30:25.647Z Checking blake2 v0.11.0-rc.6
49472026-08-18T23:30:25.666Z Checking sha3 v0.11.0
49482026-08-18T23:30:25.692Z Checking bcrypt-pbkdf v0.11.0
49492026-08-18T23:30:25.709Z Checking kem v0.3.0
49502026-08-18T23:30:25.780Z Checking module-lattice v0.2.3
49512026-08-18T23:30:25.824Z Checking sponge-cursor v0.1.0
49522026-08-18T23:30:25.849Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49532026-08-18T23:30:25.901Z Checking argon2 v0.6.0-rc.8
49542026-08-18T23:30:25.949Z Checking sha3 v0.12.0
49552026-08-18T23:30:25.995Z Checking ml-kem v0.3.2
49562026-08-18T23:30:25.998Z Checking spki v0.8.0
49572026-08-18T23:30:25.998Z Checking sec1 v0.8.1
49582026-08-18T23:30:26.041Z Checking internal-russh-num-bigint v0.5.0
49592026-08-18T23:30:26.143Z Checking num-bigint v0.4.6
49602026-08-18T23:30:26.195Z Checking pkcs5 v0.8.1
49612026-08-18T23:30:26.210Z Checking pkcs1 v0.8.0-rc.4
49622026-08-18T23:30:26.213Z Checking generic-array v1.4.3
49632026-08-18T23:30:26.413Z Checking russh-util v0.52.0
49642026-08-18T23:30:26.477Z Checking pkcs8 v0.11.0
49652026-08-18T23:30:26.535Z Compiling enum_dispatch v0.3.13
49662026-08-18T23:30:26.624Z Compiling delegate v0.13.5
49672026-08-18T23:30:26.684Z Checking ed25519 v3.0.0
49682026-08-18T23:30:26.745Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49692026-08-18T23:30:26.791Z Checking hex-literal v1.1.0
49702026-08-18T23:30:26.887Z Checking ed25519-dalek v3.0.0
49712026-08-18T23:30:26.903Z Checking md5 v0.8.0
49722026-08-18T23:30:26.939Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49732026-08-18T23:30:27.064Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49742026-08-18T23:30:27.079Z Checking internet-checksum v0.2.1
49752026-08-18T23:30:27.149Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49762026-08-18T23:30:27.316Z Checking elliptic-curve v0.14.1
49772026-08-18T23:30:27.316Z Checking primefield v0.14.0
49782026-08-18T23:30:27.321Z Checking rfc6979 v0.6.0
49792026-08-18T23:30:27.321Z Checking ssh-encoding v0.3.0
49802026-08-18T23:30:27.471Z Checking crypto-primes v0.7.2
49812026-08-18T23:30:27.562Z Checking ssh-cipher v0.3.0
49822026-08-18T23:30:27.564Z Checking russh-cryptovec v0.62.0
49832026-08-18T23:30:27.737Z Checking ecdsa v0.17.0
49842026-08-18T23:30:27.742Z Checking primeorder v0.14.0
49852026-08-18T23:30:28.109Z Checking p256 v0.14.0
49862026-08-18T23:30:28.112Z Checking p521 v0.14.0
49872026-08-18T23:30:28.112Z Checking p384 v0.14.0
49882026-08-18T23:30:28.389Z Checking rsa v0.10.0-rc.18
49892026-08-18T23:30:30.952Z Checking ssh-key v0.7.0-rc.11
49902026-08-18T23:30:31.708Z Checking russh v0.62.4
49912026-08-18T23:30:45.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.35s
49922026-08-18T23:30:45.476Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49932026-08-18T23:30:45.476Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49942026-08-18T23:30:45.680Z
49952026-08-18T23:30:45.680Zinfo: running `cargo check --bins` on gateway-cli (323/337)
49962026-08-18T23:30:46.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49972026-08-18T23:30:46.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49982026-08-18T23:30:46.317Z Checking termios v0.3.3
49992026-08-18T23:30:46.512Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50002026-08-18T23:30:47.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50012026-08-18T23:30:47.284Z
50022026-08-18T23:30:47.284Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50032026-08-18T23:30:47.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50042026-08-18T23:30:47.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50052026-08-18T23:30:47.962Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50062026-08-18T23:30:48.651Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50072026-08-18T23:30:50.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
50082026-08-18T23:30:50.443Z
50092026-08-18T23:30:50.443Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50102026-08-18T23:30:50.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-18T23:30:50.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-18T23:30:51.091Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50132026-08-18T23:30:51.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50142026-08-18T23:30:51.682Z
50152026-08-18T23:30:51.682Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50162026-08-18T23:30:52.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50172026-08-18T23:30:52.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50182026-08-18T23:30:52.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50192026-08-18T23:30:52.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50202026-08-18T23:30:52.241Z
50212026-08-18T23:30:52.241Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50222026-08-18T23:30:52.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50232026-08-18T23:30:52.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50242026-08-18T23:30:52.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50252026-08-18T23:30:52.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50262026-08-18T23:30:52.799Z
50272026-08-18T23:30:52.800Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50282026-08-18T23:30:53.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50292026-08-18T23:30:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50302026-08-18T23:30:53.528Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50312026-08-18T23:30:54.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50322026-08-18T23:30:54.311Z
50332026-08-18T23:30:54.311Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50342026-08-18T23:30:54.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50352026-08-18T23:30:54.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50362026-08-18T23:30:54.950Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50372026-08-18T23:30:54.954Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50382026-08-18T23:30:55.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
50392026-08-18T23:30:56.049Z
50402026-08-18T23:30:56.049Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50412026-08-18T23:30:56.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50422026-08-18T23:30:56.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50432026-08-18T23:30:56.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50442026-08-18T23:30:56.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50452026-08-18T23:30:56.606Z
50462026-08-18T23:30:56.606Zinfo: running `cargo check --bins` on omicron-package (331/337)
50472026-08-18T23:30:57.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50482026-08-18T23:30:57.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50492026-08-18T23:30:57.274Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50502026-08-18T23:30:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50512026-08-18T23:30:58.542Z
50522026-08-18T23:30:58.542Zinfo: running `cargo check --bins` on tqdb (332/337)
50532026-08-18T23:30:59.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-18T23:30:59.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-18T23:30:59.313Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50562026-08-18T23:30:59.666Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50572026-08-18T23:31:00.172Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50582026-08-18T23:31:00.176Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50592026-08-18T23:31:06.501Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50602026-08-18T23:31:06.504Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50612026-08-18T23:31:06.504Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50622026-08-18T23:31:07.115Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50632026-08-18T23:31:07.115Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50642026-08-18T23:31:07.120Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50652026-08-18T23:31:07.880Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50662026-08-18T23:31:08.365Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50672026-08-18T23:31:08.598Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50682026-08-18T23:31:08.955Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50692026-08-18T23:31:09.822Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50702026-08-18T23:31:10.465Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50712026-08-18T23:31:15.574Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50722026-08-18T23:31:22.749Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50732026-08-18T23:31:22.754Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50742026-08-18T23:31:22.754Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50752026-08-18T23:31:22.755Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50762026-08-18T23:31:24.274Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50772026-08-18T23:31:25.556Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50782026-08-18T23:31:26.230Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50792026-08-18T23:31:27.527Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50802026-08-18T23:31:28.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s
50812026-08-18T23:31:28.270Z
50822026-08-18T23:31:28.270Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50832026-08-18T23:31:28.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50842026-08-18T23:31:28.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50852026-08-18T23:31:28.985Z Checking rtoolbox v0.0.3
50862026-08-18T23:31:28.998Z Checking tui-tree-widget v0.23.1
50872026-08-18T23:31:28.998Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50882026-08-18T23:31:29.124Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50892026-08-18T23:31:29.201Z Checking rpassword v7.5.4
50902026-08-18T23:31:32.047Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50912026-08-18T23:31:33.888Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50922026-08-18T23:31:34.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s
50932026-08-18T23:31:35.006Z
50942026-08-18T23:31:35.006Zinfo: running `cargo check --bins` on wicket (334/337)
50952026-08-18T23:31:35.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50962026-08-18T23:31:35.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50972026-08-18T23:31:35.700Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50982026-08-18T23:31:36.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50992026-08-18T23:31:36.245Z
51002026-08-18T23:31:36.246Zinfo: running `cargo check --bins` on wicketd (335/337)
51012026-08-18T23:31:36.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51022026-08-18T23:31:36.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51032026-08-18T23:31:36.941Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51042026-08-18T23:31:40.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
51052026-08-18T23:31:40.723Z
51062026-08-18T23:31:40.723Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51072026-08-18T23:31:41.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51082026-08-18T23:31:41.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51092026-08-18T23:31:41.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51102026-08-18T23:31:41.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51112026-08-18T23:31:41.277Z
51122026-08-18T23:31:41.277Zinfo: running `cargo check --bins` on zone-setup (337/337)
51132026-08-18T23:31:41.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-18T23:31:41.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-18T23:31:41.940Z Checking uzers v0.12.2
51162026-08-18T23:31:42.209Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51172026-08-18T23:31:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
51182026-08-18T23:31:43.177Z
51192026-08-18T23:31:43.177Zreal 14:07.351927114
51202026-08-18T23:31:43.177Zuser 21:23.690593433
51212026-08-18T23:31:43.177Zsys 4:21.645347962
51222026-08-18T23:31:43.177Ztrap 0.335085657
51232026-08-18T23:31:43.177Ztflt 0.568953465
51242026-08-18T23:31:43.177Zdflt 0.834242579
51252026-08-18T23:31:43.177Zkflt 0.005204966
51262026-08-18T23:31:43.177Zlock 1:29:36.277344595
51272026-08-18T23:31:43.177Zslp 1:41:29.463060351
51282026-08-18T23:31:43.177Zlat 56.885664124
51292026-08-18T23:31:43.177Zstop 4:09.545020667
51302026-08-18T23:31:43.180Zprocess exited: duration 975676 ms, exit code 0
 
51312026-08-18T23:31:43.190Zfound 0 output files