01KZRTQ0Z5ANZ0KNSPGDK6GDGF: 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: 01KZRTQHDD7X0Q2EEWDCCTFXJS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T16:34:03.172Zjob assigned to worker 01KZRTQSC4SBH2BQR0T9DZ8ZVE [factory aws, i-04d751e59f5b03a3a] (queued for 49 s)
 
22026-08-11T16:34:09.913Zstarting task 0: "setup"
32026-08-11T16:34:09.916Z++ uname -s
42026-08-11T16:34:09.919Z+ kern=SunOS
52026-08-11T16:34:09.919Z+ build_user=build
62026-08-11T16:34:09.919Z+ build_uid=12345
72026-08-11T16:34:09.920Z+ work_dir=/work
82026-08-11T16:34:09.920Z+ input_dir=/input
92026-08-11T16:34:09.920Z+ [[ 0 == 12345 ]]
102026-08-11T16:34:09.920Z+ case "$kern" in
112026-08-11T16:34:09.920Z+ groupadd -g 12345 build
122026-08-11T16:34:09.920Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T16:34:11.925Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T16:34:11.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T16:34:11.990Z+ home_fs=zfs
162026-08-11T16:34:11.990Z+ [[ zfs == autofs ]]
172026-08-11T16:34:11.990Z+ mkdir -p /home/build
182026-08-11T16:34:11.990Z+ chown build:build /home/build /work
192026-08-11T16:34:13.993Z+ chmod 0700 /home/build /work
202026-08-11T16:34:13.997Zprocess exited: duration 4081 ms, exit code 0
 
212026-08-11T16:34:14.004Zstarting task 1: "rust-toolchain"
222026-08-11T16:34:14.008Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T16:34:14.008Z * rust toolchain channel = "1.97.1"
242026-08-11T16:34:14.008Z * rust toolchain profile = "default"
252026-08-11T16:34:14.008Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-11T16:34:14.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T16:34:14.008Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T16:34:14.012Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T16:34:14.012Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T16:34:14.087Zinfo: downloading installer
312026-08-11T16:34:15.481Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T16:34:15.481Zwarn: /home/build/.rustup/settings.toml
332026-08-11T16:34:15.481Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T16:34:15.481Zwarn: instead of the one inferred from the default host triple.
352026-08-11T16:34:15.493Zinfo: profile set to default
362026-08-11T16:34:15.493Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T16:34:15.496Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T16:34:15.632Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T16:34:15.635Zinfo: downloading 6 components
402026-08-11T16:34:30.987Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T16:34:30.987Z
422026-08-11T16:34:31.013Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T16:34:31.013Z
442026-08-11T16:34:31.017Z
452026-08-11T16:34:31.017ZRust is installed now. Great!
462026-08-11T16:34:31.017Z
472026-08-11T16:34:31.017ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T16:34:31.017Zenvironment variable. This has not been done automatically.
492026-08-11T16:34:31.017Z
502026-08-11T16:34:31.017ZTo configure your current shell, you need to source
512026-08-11T16:34:31.017Zthe corresponding env file under $HOME/.cargo.
522026-08-11T16:34:31.017Z
532026-08-11T16:34:31.017ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T16:34:31.017Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T16:34:31.017Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T16:34:31.017Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T16:34:31.017Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T16:34:31.017Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T16:34:31.017Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T16:34:31.017Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T16:34:31.017Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T16:34:31.097Z+ rustup --version
632026-08-11T16:34:31.105Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T16:34:31.108Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T16:34:31.126Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T16:34:31.129Z+ cargo --version
672026-08-11T16:34:31.143Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T16:34:31.146Z+ rustc --version
692026-08-11T16:34:31.164Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T16:34:31.167Zprocess exited: duration 17162 ms, exit code 0
 
712026-08-11T16:34:31.174Zstarting task 2: "authentication"
722026-08-11T16:34:31.190Zprocess exited: duration 16 ms, exit code 0
 
732026-08-11T16:34:31.198Zstarting task 3: "clone repository"
742026-08-11T16:34:31.201Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T16:34:31.203Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T16:34:31.231ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T16:34:48.372Z+ cd /work/oxidecomputer/omicron
782026-08-11T16:34:48.372Z+ git fetch origin 7649f3c7afa892963f4b524e481009f67f20735e
792026-08-11T16:34:48.702ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T16:34:48.703Z * branch 7649f3c7afa892963f4b524e481009f67f20735e -> FETCH_HEAD
812026-08-11T16:34:48.717Z+ [[ -n eliza/committed-sitrep-type ]]
822026-08-11T16:34:48.724Z++ git branch --show-current
832026-08-11T16:34:48.725Z+ current=main
842026-08-11T16:34:48.725Z+ [[ main != eliza/committed-sitrep-type ]]
852026-08-11T16:34:48.725Z+ git branch -f eliza/committed-sitrep-type 7649f3c7afa892963f4b524e481009f67f20735e
862026-08-11T16:34:48.725Z+ git checkout -f eliza/committed-sitrep-type
872026-08-11T16:34:48.922ZSwitched to branch 'eliza/committed-sitrep-type'
882026-08-11T16:34:48.924Z+ git reset --hard 7649f3c7afa892963f4b524e481009f67f20735e
892026-08-11T16:34:49.136ZHEAD is now at 7649f3c7a fm: refactor `(SitrepVersion, Sitrep)` into a type
902026-08-11T16:34:49.148Zprocess exited: duration 17938 ms, exit code 0
 
912026-08-11T16:34:49.159Zstarting task 4: "build"
922026-08-11T16:34:49.163Z+ source .github/buildomat/ci-env.sh
932026-08-11T16:34:49.163Z++ export CARGO_TERM_COLOR=always
942026-08-11T16:34:49.163Z++ CARGO_TERM_COLOR=always
952026-08-11T16:34:49.163Z+++ uname -s
962026-08-11T16:34:49.166Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-11T16:34:49.166Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-11T16:34:49.166Z+ cargo --version
992026-08-11T16:34:49.174Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-11T16:34:49.177Z+ rustc --version
1012026-08-11T16:34:49.197Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-11T16:34:49.205Z+ source ./env.sh
1032026-08-11T16:34:49.205Z++ OLD_SHELL_OPTS=ehxB
1042026-08-11T16:34:49.205Z++ set -o xtrace
1052026-08-11T16:34:49.205Z++++ dirname ./env.sh
1062026-08-11T16:34:49.224Z+++ readlink -f .
1072026-08-11T16:34:49.224Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-11T16:34:49.224Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-11T16:34:49.224Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-11T16:34:49.224Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-11T16:34:49.224Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-11T16:34:49.224Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-11T16:34:49.224Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-11T16:34:49.224Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-11T16:34:49.224Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-11T16:34:49.224Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-11T16:34:49.224Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-11T16:34:49.224Z++ case $OLD_SHELL_OPTS in
1192026-08-11T16:34:49.224Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-11T16:34:49.224Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-11T16:34:49.224Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-11T16:34:49.224Z+ banner prerequisites
1232026-08-11T16:34:49.224Z
1242026-08-11T16:34:49.224Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-11T16:34:49.224Z # # # # # # # # # # # # # # #
1262026-08-11T16:34:49.224Z # # # # ##### # # ##### # # # # # #### #
1272026-08-11T16:34:49.224Z ##### ##### # ##### # # # # # # # # #
1282026-08-11T16:34:49.224Z # # # # # # # # # # # # # # #
1292026-08-11T16:34:49.224Z # # # ###### # # ###### ### # #### # #### #
1302026-08-11T16:34:49.225Z
1312026-08-11T16:34:49.225Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-11T16:34:51.026Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-11T16:34:51.322Z Startup: Caching catalogs ... Done
1342026-08-11T16:34:52.990ZPlanning: Solver setup ... Done (1.570s)
1352026-08-11T16:34:53.041ZPlanning: Running solver ... Done (0.051s)
1362026-08-11T16:34:53.078ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-11T16:34:53.090ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-11T16:34:53.110ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-11T16:34:53.123ZPlanning: Package planning ... Done (0.013s)
1402026-08-11T16:34:53.126ZPlanning: Merging actions ... Done (0.001s)
1412026-08-11T16:34:53.288ZPlanning: Checking for conflicting actions ... Done (0.162s)
1422026-08-11T16:34:53.290ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-11T16:34:54.075ZPlanning: Evaluating mediators ... Done (0.787s)
1442026-08-11T16:34:54.078ZPlanning: Planning completed in 2.72 seconds
1452026-08-11T16:34:54.084Z Packages to install: 2
1462026-08-11T16:34:54.084Z Estimated space available: 156.01 GB
1472026-08-11T16:34:54.087ZEstimated space to be consumed: 66.55 MB
1482026-08-11T16:34:54.087Z Create boot environment: No
1492026-08-11T16:34:54.087ZCreate backup boot environment: No
1502026-08-11T16:34:54.087Z Rebuild boot archive: No
1512026-08-11T16:34:54.087Z
1522026-08-11T16:34:54.087ZChanged packages:
1532026-08-11T16:34:54.087Zhelios
1542026-08-11T16:34:54.087Z developer/build-essential
1552026-08-11T16:34:54.087Z None -> 11-3.0
1562026-08-11T16:34:54.087Z library/libxmlsec1
1572026-08-11T16:34:54.087Z None -> 1.2.35-3.0
1582026-08-11T16:34:54.109Z
1592026-08-11T16:34:54.109ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-11T16:34:54.176ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1612026-08-11T16:34:54.243Z Actions: 1/268 actions (Installing new actions)
1622026-08-11T16:34:54.279Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-11T16:34:54.308ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-11T16:34:54.308ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-11T16:34:54.381ZFinalize: Updating image state ... Done (0.072s)
1662026-08-11T16:34:56.817ZFinalize: Creating fast lookup database ... Done (2.359s)
1672026-08-11T16:34:56.886ZFinalize: Reading search index ... Done (0.012s)
1682026-08-11T16:34:56.890ZFinalize: Updating search index ... Done (0.000s)
1692026-08-11T16:34:56.991ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-11T16:34:57.344ZPlanning: Evaluating mediator changes ... Done
1712026-08-11T16:34:57.449ZPlanning: Checking for conflicting actions ... Done
1722026-08-11T16:34:57.478ZPlanning: Consolidating action changes ... Done
1732026-08-11T16:34:57.612ZPlanning: Evaluating mediators ... Done
1742026-08-11T16:34:57.615ZPlanning: Planning completed in 0.27 seconds
1752026-08-11T16:34:57.639Z Mediators to change: 2
1762026-08-11T16:34:57.639Z Create boot environment: No
1772026-08-11T16:34:57.639ZCreate backup boot environment: No
1782026-08-11T16:34:57.724ZFinalize: Updating package state database ... Done
1792026-08-11T16:34:57.730ZFinalize: Updating package cache ... Done
1802026-08-11T16:34:57.768ZFinalize: Updating image state ... Done
1812026-08-11T16:34:59.724ZFinalize: Creating fast lookup database ... Done
1822026-08-11T16:34:59.791ZFinalize: Reading search index ... Done
1832026-08-11T16:34:59.794ZFinalize: Updating search index ... Done
1842026-08-11T16:34:59.877ZFinalize: Updating package cache ... Done
1852026-08-11T16:35:00.169ZPlanning: Evaluating mediator changes ... Done
1862026-08-11T16:35:00.276ZPlanning: Checking for conflicting actions ... Done
1872026-08-11T16:35:00.279ZPlanning: Consolidating action changes ... Done
1882026-08-11T16:35:00.439ZPlanning: Evaluating mediators ... Done
1892026-08-11T16:35:00.442ZPlanning: Planning completed in 0.27 seconds
1902026-08-11T16:35:00.461Z Mediators to change: 1
1912026-08-11T16:35:00.461Z Create boot environment: No
1922026-08-11T16:35:00.461ZCreate backup boot environment: No
1932026-08-11T16:35:00.509ZFinalize: Updating package state database ... Done
1942026-08-11T16:35:00.509ZFinalize: Updating package cache ... Done
1952026-08-11T16:35:00.555ZFinalize: Updating image state ... Done
1962026-08-11T16:35:02.545ZFinalize: Creating fast lookup database ... Done
1972026-08-11T16:35:02.608ZFinalize: Reading search index ... Done
1982026-08-11T16:35:02.611ZFinalize: Updating search index ... Done
1992026-08-11T16:35:02.715ZFinalize: Updating package cache ... Done
2002026-08-11T16:35:03.030ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-11T16:35:03.030Zapache system 2.4 system
2022026-08-11T16:35:03.030Zclang system 15 system
2032026-08-11T16:35:03.030Zcsh system system illumos
2042026-08-11T16:35:03.030Zctags system system illumos
2052026-08-11T16:35:03.030Zfile vendor vendor darwinsys
2062026-08-11T16:35:03.030Zfile system system illumos
2072026-08-11T16:35:03.030Zgcc vendor 14 vendor
2082026-08-11T16:35:03.030Zgcc system 13 system
2092026-08-11T16:35:03.030Zgcc system 10 system
2102026-08-11T16:35:03.030Zgo system 1.25 system
2112026-08-11T16:35:03.030Zllvm system 15 system
2122026-08-11T16:35:03.030Zmariadb system 11.4 system
2132026-08-11T16:35:03.030Zmta vendor vendor dma
2142026-08-11T16:35:03.030Zopenjdk system 17 system
2152026-08-11T16:35:03.031Zopenjdk system 11 system
2162026-08-11T16:35:03.031Zopenssl vendor 3 vendor
2172026-08-11T16:35:03.031Zperl system 5.40 system
2182026-08-11T16:35:03.031Zpostgresql system 18 system
2192026-08-11T16:35:03.031Zpostgresql system 17 system
2202026-08-11T16:35:03.031Zpython vendor 3 vendor
2212026-08-11T16:35:03.031Zpython system 2 system
2222026-08-11T16:35:03.031Zpython3 vendor 3.13 vendor
2232026-08-11T16:35:03.031Zruby system 3.4 system
2242026-08-11T16:35:03.031Zruby system 3.0 system
2252026-08-11T16:35:03.031Zwords vendor vendor american-english
2262026-08-11T16:35:03.031Zwords system system australian-english
2272026-08-11T16:35:03.031Zwords system system british-english
2282026-08-11T16:35:03.031Zwords system system canadian-english
2292026-08-11T16:35:03.031Zwords system system french
2302026-08-11T16:35:03.031Zwords system system italian
2312026-08-11T16:35:03.031Zwords system system ngerman
2322026-08-11T16:35:03.031Zwords system system ogerman
2332026-08-11T16:35:03.031Zwords system system spanish
2342026-08-11T16:35:03.291ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-11T16:35:03.291Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-11T16:35:03.731ZFMRI IFO
2372026-08-11T16:35:03.731Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-11T16:35:03.731Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-11T16:35:03.731Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-11T16:35:03.731Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-11T16:35:03.731Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-11T16:35:03.731Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-11T16:35:03.731Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-11T16:35:03.731Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-11T16:35:03.731Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-11T16:35:04.040Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-11T16:35:04.361Z Updating crates.io index
2482026-08-11T16:35:04.364Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-11T16:35:04.627Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-11T16:35:05.021Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-11T16:35:06.469Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-11T16:35:07.078Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-11T16:35:09.077Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-11T16:35:10.296Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-11T16:35:10.598Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-11T16:35:10.943Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-11T16:35:12.289Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-11T16:35:13.260Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-11T16:35:13.648Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-11T16:35:13.943Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-11T16:35:14.533Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-11T16:35:15.163Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-11T16:35:15.425Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-11T16:35:15.692Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-11T16:35:16.008Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-11T16:35:16.360Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-11T16:35:16.643Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-11T16:35:16.891Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-11T16:35:17.226Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-08-11T16:35:17.609Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-08-11T16:35:18.008Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-11T16:35:18.268Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-11T16:35:18.725Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-11T16:35:19.033Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-11T16:35:19.348Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-11T16:35:22.734Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-11T16:35:23.029Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-11T16:35:23.413Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-11T16:35:23.713Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-08-11T16:35:24.046Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-11T16:35:24.309Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-11T16:35:24.602Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-11T16:35:24.945Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-08-11T16:35:25.637Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-11T16:35:25.973Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-11T16:35:26.239Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-11T16:35:26.519Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-11T16:35:26.831Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-11T16:35:27.140Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-11T16:35:30.327Z Downloading crates ...
2912026-08-11T16:35:30.379Z Downloaded anstyle-parse v1.0.0
2922026-08-11T16:35:30.391Z Downloaded anstream v1.0.0
2932026-08-11T16:35:30.391Z Downloaded anstyle v1.0.14
2942026-08-11T16:35:30.395Z Downloaded usdt-macro v0.5.0
2952026-08-11T16:35:30.396Z Downloaded once_cell v1.21.3
2962026-08-11T16:35:30.396Z Downloaded digest v0.10.7
2972026-08-11T16:35:30.396Z Downloaded dtrace-parser v0.2.0
2982026-08-11T16:35:30.396Z Downloaded block-buffer v0.10.4
2992026-08-11T16:35:30.396Z Downloaded byteorder v1.5.0
3002026-08-11T16:35:30.396Z Downloaded zmij v1.0.21
3012026-08-11T16:35:30.396Z Downloaded cfg-if v1.0.4
3022026-08-11T16:35:30.399Z Downloaded macaddr v1.0.1
3032026-08-11T16:35:30.402Z Downloaded equivalent v1.0.2
3042026-08-11T16:35:30.402Z Downloaded indexmap v2.14.0
3052026-08-11T16:35:30.406Z Downloaded zerocopy-derive v0.7.35
3062026-08-11T16:35:30.409Z Downloaded zerocopy v0.7.35
3072026-08-11T16:35:30.416Z Downloaded pest_derive v2.8.6
3082026-08-11T16:35:30.423Z Downloaded fastrand v2.3.0
3092026-08-11T16:35:30.427Z Downloaded colorchoice v1.0.4
3102026-08-11T16:35:30.427Z Downloaded pest_meta v2.8.6
3112026-08-11T16:35:30.427Z Downloaded cargo-platform v0.3.2
3122026-08-11T16:35:30.427Z Downloaded heck v0.4.1
3132026-08-11T16:35:30.434Z Downloaded generic-array v0.14.7
3142026-08-11T16:35:30.438Z Downloaded clap_lex v1.0.0
3152026-08-11T16:35:30.439Z Downloaded fnv v1.0.7
3162026-08-11T16:35:30.439Z Downloaded heck v0.5.0
3172026-08-11T16:35:30.443Z Downloaded cargo_metadata v0.23.1
3182026-08-11T16:35:30.449Z Downloaded cargo_toml v0.21.0
3192026-08-11T16:35:30.449Z Downloaded anstyle-query v1.1.5
3202026-08-11T16:35:30.449Z Downloaded errno v0.3.14
3212026-08-11T16:35:30.454Z Downloaded is_terminal_polyfill v1.70.2
3222026-08-11T16:35:30.458Z Downloaded cpufeatures v0.2.17
3232026-08-11T16:35:30.458Z Downloaded tabled_derive v0.7.0
3242026-08-11T16:35:30.462Z Downloaded smawk v0.3.2
3252026-08-11T16:35:30.465Z Downloaded itoa v1.0.17
3262026-08-11T16:35:30.465Z Downloaded scroll_derive v0.12.1
3272026-08-11T16:35:30.465Z Downloaded memmap v0.7.0
3282026-08-11T16:35:30.469Z Downloaded crypto-common v0.1.7
3292026-08-11T16:35:30.469Z Downloaded strsim v0.11.1
3302026-08-11T16:35:30.472Z Downloaded dof v0.3.0
3312026-08-11T16:35:30.472Z Downloaded version_check v0.9.5
3322026-08-11T16:35:30.476Z Downloaded camino v1.2.2
3332026-08-11T16:35:30.480Z Downloaded camino-tempfile v1.4.1
3342026-08-11T16:35:30.481Z Downloaded fs-err v3.3.0
3352026-08-11T16:35:30.491Z Downloaded usdt v0.5.0
3362026-08-11T16:35:30.494Z Downloaded proc-macro-error-attr v1.0.4
3372026-08-11T16:35:30.500Z Downloaded serde_spanned v0.6.9
3382026-08-11T16:35:30.503Z Downloaded thread-id v4.2.2
3392026-08-11T16:35:30.503Z Downloaded utf8parse v0.2.2
3402026-08-11T16:35:30.503Z Downloaded terminal_size v0.4.3
3412026-08-11T16:35:30.503Z Downloaded unicode-linebreak v0.1.5
3422026-08-11T16:35:30.510Z Downloaded toml_write v0.1.2
3432026-08-11T16:35:30.516Z Downloaded plain v0.2.3
3442026-08-11T16:35:30.516Z Downloaded swrite v0.1.0
3452026-08-11T16:35:30.520Z Downloaded pretty-hex v0.4.1
3462026-08-11T16:35:30.521Z Downloaded toml_datetime v0.6.11
3472026-08-11T16:35:30.521Z Downloaded usdt-attr-macro v0.5.0
3482026-08-11T16:35:30.521Z Downloaded bitflags v2.11.0
3492026-08-11T16:35:30.523Z Downloaded autocfg v1.5.0
3502026-08-11T16:35:30.523Z Downloaded bytecount v0.6.9
3512026-08-11T16:35:30.526Z Downloaded tempfile v3.25.0
3522026-08-11T16:35:30.526Z Downloaded thiserror-impl v2.0.18
3532026-08-11T16:35:30.526Z Downloaded thiserror v1.0.69
3542026-08-11T16:35:30.530Z Downloaded log v0.4.29
3552026-08-11T16:35:30.533Z Downloaded pest_generator v2.8.6
3562026-08-11T16:35:30.540Z Downloaded scroll v0.12.0
3572026-08-11T16:35:30.549Z Downloaded thiserror-impl v1.0.69
3582026-08-11T16:35:30.552Z Downloaded quote v1.0.45
3592026-08-11T16:35:30.556Z Downloaded serde_tokenstream v0.2.3
3602026-08-11T16:35:30.557Z Downloaded usdt-impl v0.5.0
3612026-08-11T16:35:30.559Z Downloaded clap_derive v4.6.1
3622026-08-11T16:35:30.562Z Downloaded toml v0.8.23
3632026-08-11T16:35:30.567Z Downloaded papergrid v0.11.0
3642026-08-11T16:35:30.572Z Downloaded anyhow v1.0.102
3652026-08-11T16:35:30.575Z Downloaded semver v1.0.28
3662026-08-11T16:35:30.575Z Downloaded ucd-trie v0.1.7
3672026-08-11T16:35:30.580Z Downloaded sha2 v0.10.9
3682026-08-11T16:35:30.583Z Downloaded thiserror v2.0.18
3692026-08-11T16:35:30.586Z Downloaded getrandom v0.4.1
3702026-08-11T16:35:30.594Z Downloaded proc-macro-error v1.0.4
3712026-08-11T16:35:30.599Z Downloaded serde_derive v1.0.228
3722026-08-11T16:35:30.602Z Downloaded textwrap v0.16.2
3732026-08-11T16:35:30.606Z Downloaded proc-macro2 v1.0.106
3742026-08-11T16:35:30.608Z Downloaded serde_core v1.0.228
3752026-08-11T16:35:30.616Z Downloaded clap v4.6.1
3762026-08-11T16:35:30.632Z Downloaded toml_edit v0.22.27
3772026-08-11T16:35:30.637Z Downloaded unicode-ident v1.0.24
3782026-08-11T16:35:30.640Z Downloaded hashbrown v0.17.0
3792026-08-11T16:35:30.647Z Downloaded memchr v2.8.0
3802026-08-11T16:35:30.649Z Downloaded serde v1.0.228
3812026-08-11T16:35:30.668Z Downloaded pest v2.8.6
3822026-08-11T16:35:30.676Z Downloaded typenum v1.20.1
3832026-08-11T16:35:30.700Z Downloaded clap_builder v4.6.0
3842026-08-11T16:35:30.708Z Downloaded serde_json v1.0.151
3852026-08-11T16:35:30.720Z Downloaded winnow v0.7.14
3862026-08-11T16:35:30.724Z Downloaded goblin v0.8.2
3872026-08-11T16:35:30.742Z Downloaded tabled v0.15.0
3882026-08-11T16:35:30.752Z Downloaded syn v1.0.109
3892026-08-11T16:35:30.757Z Downloaded unicode-width v0.2.0
3902026-08-11T16:35:30.764Z Downloaded unicode-width v0.1.14
3912026-08-11T16:35:30.767Z Downloaded syn v2.0.117
3922026-08-11T16:35:30.782Z Downloaded rustix v1.1.3
3932026-08-11T16:35:30.813Z Downloaded libc v0.2.185
3942026-08-11T16:35:30.875Z Compiling proc-macro2 v1.0.106
3952026-08-11T16:35:30.875Z Compiling quote v1.0.45
3962026-08-11T16:35:30.875Z Compiling unicode-ident v1.0.24
3972026-08-11T16:35:30.877Z Compiling serde_core v1.0.228
3982026-08-11T16:35:30.878Z Compiling libc v0.2.185
3992026-08-11T16:35:30.878Z Compiling version_check v0.9.5
4002026-08-11T16:35:30.878Z Compiling memchr v2.8.0
4012026-08-11T16:35:30.878Z Compiling serde v1.0.228
4022026-08-11T16:35:31.176Z Compiling zmij v1.0.21
4032026-08-11T16:35:31.395Z Compiling thiserror v1.0.69
4042026-08-11T16:35:31.466Z Compiling itoa v1.0.17
4052026-08-11T16:35:31.640Z Compiling ucd-trie v0.1.7
4062026-08-11T16:35:31.734Z Compiling byteorder v1.5.0
4072026-08-11T16:35:31.813Z Compiling pest v2.8.6
4082026-08-11T16:35:31.905Z Compiling rustix v1.1.3
4092026-08-11T16:35:31.908Z Compiling errno v0.3.14
4102026-08-11T16:35:31.974Z Compiling serde_json v1.0.151
4112026-08-11T16:35:32.072Z Compiling bitflags v2.11.0
4122026-08-11T16:35:32.292Z Compiling thread-id v4.2.2
4132026-08-11T16:35:32.365Z Compiling syn v2.0.117
4142026-08-11T16:35:32.391Z Compiling usdt-impl v0.5.0
4152026-08-11T16:35:32.422Z Compiling proc-macro-error-attr v1.0.4
4162026-08-11T16:35:32.477Z Compiling syn v1.0.109
4172026-08-11T16:35:32.598Z Compiling camino v1.2.2
4182026-08-11T16:35:32.801Z Compiling proc-macro-error v1.0.4
4192026-08-11T16:35:32.875Z Compiling pest_meta v2.8.6
4202026-08-11T16:35:32.986Z Compiling hashbrown v0.17.0
4212026-08-11T16:35:32.991Z Compiling getrandom v0.4.1
4222026-08-11T16:35:33.097Z Compiling log v0.4.29
4232026-08-11T16:35:33.364Z Compiling equivalent v1.0.2
4242026-08-11T16:35:33.386Z Compiling plain v0.2.3
4252026-08-11T16:35:33.459Z Compiling utf8parse v0.2.2
4262026-08-11T16:35:33.497Z Compiling indexmap v2.14.0
4272026-08-11T16:35:33.549Z Compiling anstyle-parse v1.0.0
4282026-08-11T16:35:33.610Z Compiling terminal_size v0.4.3
4292026-08-11T16:35:34.193Z Compiling colorchoice v1.0.4
4302026-08-11T16:35:34.311Z Compiling thiserror v2.0.18
4312026-08-11T16:35:34.454Z Compiling is_terminal_polyfill v1.70.2
4322026-08-11T16:35:34.454Z Compiling cfg-if v1.0.4
4332026-08-11T16:35:34.454Z Compiling winnow v0.7.14
4342026-08-11T16:35:34.586Z Compiling pretty-hex v0.4.1
4352026-08-11T16:35:34.586Z Compiling toml_write v0.1.2
4362026-08-11T16:35:34.681Z Compiling autocfg v1.5.0
4372026-08-11T16:35:34.681Z Compiling anstyle v1.0.14
4382026-08-11T16:35:34.681Z Compiling anstyle-query v1.1.5
4392026-08-11T16:35:34.778Z Compiling pest_generator v2.8.6
4402026-08-11T16:35:34.829Z Compiling anstream v1.0.0
4412026-08-11T16:35:34.877Z Compiling heck v0.5.0
4422026-08-11T16:35:34.939Z Compiling fs-err v3.3.0
4432026-08-11T16:35:35.075Z Compiling fnv v1.0.7
4442026-08-11T16:35:35.122Z Compiling clap_lex v1.0.0
4452026-08-11T16:35:35.172Z Compiling once_cell v1.21.3
4462026-08-11T16:35:35.203Z Compiling strsim v0.11.1
4472026-08-11T16:35:35.253Z Compiling bytecount v0.6.9
4482026-08-11T16:35:35.322Z Compiling anyhow v1.0.102
4492026-08-11T16:35:35.333Z Compiling heck v0.4.1
4502026-08-11T16:35:35.336Z Compiling unicode-width v0.1.14
4512026-08-11T16:35:35.364Z Compiling fastrand v2.3.0
4522026-08-11T16:35:35.506Z Compiling clap_builder v4.6.0
4532026-08-11T16:35:35.642Z Compiling tempfile v3.25.0
4542026-08-11T16:35:35.658Z Compiling papergrid v0.11.0
4552026-08-11T16:35:35.673Z Compiling semver v1.0.28
4562026-08-11T16:35:35.765Z Compiling tabled_derive v0.7.0
4572026-08-11T16:35:35.797Z Compiling cargo-platform v0.3.2
4582026-08-11T16:35:35.836Z Compiling memmap v0.7.0
4592026-08-11T16:35:35.984Z Compiling unicode-width v0.2.0
4602026-08-11T16:35:36.010Z Compiling smawk v0.3.2
4612026-08-11T16:35:36.030Z Compiling unicode-linebreak v0.1.5
4622026-08-11T16:35:36.059Z Compiling camino-tempfile v1.4.1
4632026-08-11T16:35:36.258Z Compiling textwrap v0.16.2
4642026-08-11T16:35:36.291Z Compiling serde_derive v1.0.228
4652026-08-11T16:35:36.308Z Compiling thiserror-impl v1.0.69
4662026-08-11T16:35:36.505Z Compiling zerocopy-derive v0.7.35
4672026-08-11T16:35:36.549Z Compiling pest_derive v2.8.6
4682026-08-11T16:35:36.656Z Compiling scroll_derive v0.12.1
4692026-08-11T16:35:36.707Z Compiling thiserror-impl v2.0.18
4702026-08-11T16:35:36.991Z Compiling clap_derive v4.6.1
4712026-08-11T16:35:37.046Z Compiling tabled v0.15.0
4722026-08-11T16:35:37.310Z Compiling scroll v0.12.0
4732026-08-11T16:35:37.360Z Compiling zerocopy v0.7.35
4742026-08-11T16:35:37.583Z Compiling goblin v0.8.2
4752026-08-11T16:35:37.636Z Compiling dtrace-parser v0.2.0
4762026-08-11T16:35:37.958Z Compiling swrite v0.1.0
4772026-08-11T16:35:38.674Z Compiling clap v4.6.1
4782026-08-11T16:35:39.223Z Compiling serde_spanned v0.6.9
4792026-08-11T16:35:39.224Z Compiling toml_datetime v0.6.11
4802026-08-11T16:35:39.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-11T16:35:39.227Z Compiling macaddr v1.0.1
4822026-08-11T16:35:39.227Z Compiling cargo_metadata v0.23.1
4832026-08-11T16:35:39.302Z Compiling dof v0.3.0
4842026-08-11T16:35:39.306Z Compiling serde_tokenstream v0.2.3
4852026-08-11T16:35:39.412Z Compiling toml_edit v0.22.27
4862026-08-11T16:35:39.999Z Compiling usdt-macro v0.5.0
4872026-08-11T16:35:40.016Z Compiling usdt-attr-macro v0.5.0
4882026-08-11T16:35:40.617Z Compiling usdt v0.5.0
4892026-08-11T16:35:40.736Z Compiling toml v0.8.23
4902026-08-11T16:35:41.062Z Compiling cargo_toml v0.21.0
4912026-08-11T16:35:42.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-11T16:35:44.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.45s
4932026-08-11T16:35:44.539Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-11T16:35:45.045Z Downloading crates ...
4952026-08-11T16:35:45.092Z Downloaded adler2 v2.0.1
4962026-08-11T16:35:45.107Z Downloaded async-recursion v1.1.1
4972026-08-11T16:35:45.111Z Downloaded async-stream v0.3.6
4982026-08-11T16:35:45.111Z Downloaded async-compression v0.4.41
4992026-08-11T16:35:45.115Z Downloaded backoff v0.4.0
5002026-08-11T16:35:45.115Z Downloaded atty v0.2.14
5012026-08-11T16:35:45.115Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-11T16:35:45.120Z Downloaded bitfield v0.19.4
5032026-08-11T16:35:45.120Z Downloaded arrayvec v0.7.6
5042026-08-11T16:35:45.120Z Downloaded bit-set v0.8.0
5052026-08-11T16:35:45.131Z Downloaded convert_case v0.4.0
5062026-08-11T16:35:45.135Z Downloaded fd-lock v4.0.4
5072026-08-11T16:35:45.135Z Downloaded env_logger v0.11.9
5082026-08-11T16:35:45.138Z Downloaded fixedbitset v0.5.7
5092026-08-11T16:35:45.138Z Downloaded aead v0.5.2
5102026-08-11T16:35:45.138Z Downloaded bit-set v0.5.3
5112026-08-11T16:35:45.143Z Downloaded env_filter v1.0.0
5122026-08-11T16:35:45.143Z Downloaded erased-serde v0.3.31
5132026-08-11T16:35:45.143Z Downloaded fallible-iterator v0.2.0
5142026-08-11T16:35:45.144Z Downloaded fxhash v0.2.1
5152026-08-11T16:35:45.144Z Downloaded httpdate v1.0.3
5162026-08-11T16:35:45.148Z Downloaded assert_matches v1.5.0
5172026-08-11T16:35:45.148Z Downloaded ascii-canvas v3.0.0
5182026-08-11T16:35:45.148Z Downloaded bitfield-macros v0.19.4
5192026-08-11T16:35:45.148Z Downloaded argon2 v0.5.3
5202026-08-11T16:35:45.148Z Downloaded futures-core v0.3.32
5212026-08-11T16:35:45.151Z Downloaded bitfield-struct v0.6.2
5222026-08-11T16:35:45.151Z Downloaded funty v2.0.0
5232026-08-11T16:35:45.154Z Downloaded base64 v0.22.1
5242026-08-11T16:35:45.157Z Downloaded bitflags v1.3.2
5252026-08-11T16:35:45.158Z Downloaded base64ct v1.8.3
5262026-08-11T16:35:45.162Z Downloaded futures-executor v0.3.32
5272026-08-11T16:35:45.162Z Downloaded foreign-types v0.5.0
5282026-08-11T16:35:45.162Z Downloaded futures-sink v0.3.32
5292026-08-11T16:35:45.162Z Downloaded futures-task v0.3.32
5302026-08-11T16:35:45.162Z Downloaded gethostname v0.5.0
5312026-08-11T16:35:45.165Z Downloaded atomicwrites v0.4.4
5322026-08-11T16:35:45.165Z Downloaded form_urlencoded v1.2.2
5332026-08-11T16:35:45.165Z Downloaded ciborium-ll v0.2.2
5342026-08-11T16:35:45.166Z Downloaded base16ct v0.2.0
5352026-08-11T16:35:45.166Z Downloaded float-ord v0.3.2
5362026-08-11T16:35:45.166Z Downloaded git-stub v1.0.0
5372026-08-11T16:35:45.170Z Downloaded array-init v0.0.4
5382026-08-11T16:35:45.170Z Downloaded block-padding v0.4.2
5392026-08-11T16:35:45.170Z Downloaded float-cmp v0.10.0
5402026-08-11T16:35:45.170Z Downloaded foreign-types v0.3.2
5412026-08-11T16:35:45.170Z Downloaded foreign-types-shared v0.3.1
5422026-08-11T16:35:45.173Z Downloaded block-buffer v0.12.1
5432026-08-11T16:35:45.173Z Downloaded futures-macro v0.3.32
5442026-08-11T16:35:45.173Z Downloaded ghash v0.6.0
5452026-08-11T16:35:45.177Z Downloaded fixedbitset v0.4.2
5462026-08-11T16:35:45.179Z Downloaded base16ct v1.0.0
5472026-08-11T16:35:45.179Z Downloaded bit-vec v0.6.3
5482026-08-11T16:35:45.180Z Downloaded cfg_aliases v0.1.1
5492026-08-11T16:35:45.180Z Downloaded ff v0.13.1
5502026-08-11T16:35:45.183Z Downloaded foreign-types-shared v0.1.1
5512026-08-11T16:35:45.187Z Downloaded futures-io v0.3.32
5522026-08-11T16:35:45.192Z Downloaded globwalk v0.9.1
5532026-08-11T16:35:45.198Z Downloaded http-body v1.0.1
5542026-08-11T16:35:45.198Z Downloaded flagset v0.4.7
5552026-08-11T16:35:45.205Z Downloaded home v0.5.12
5562026-08-11T16:35:45.205Z Downloaded hmac v0.13.0
5572026-08-11T16:35:45.212Z Downloaded foreign-types-macros v0.2.3
5582026-08-11T16:35:45.212Z Downloaded fs_extra v1.3.0
5592026-08-11T16:35:45.212Z Downloaded atomic-waker v1.1.2
5602026-08-11T16:35:45.217Z Downloaded git-stub-vcs v0.1.0
5612026-08-11T16:35:45.218Z Downloaded async-stream-impl v0.3.6
5622026-08-11T16:35:45.218Z Downloaded futures-channel v0.3.32
5632026-08-11T16:35:45.222Z Downloaded hubpack_derive v0.1.1
5642026-08-11T16:35:45.222Z Downloaded cfg_aliases v0.2.1
5652026-08-11T16:35:45.222Z Downloaded ciborium-io v0.2.2
5662026-08-11T16:35:45.222Z Downloaded headers-core v0.3.0
5672026-08-11T16:35:45.222Z Downloaded hash32 v0.2.1
5682026-08-11T16:35:45.222Z Downloaded hostname v0.3.1
5692026-08-11T16:35:45.225Z Downloaded hex v0.4.3
5702026-08-11T16:35:45.230Z Downloaded castaway v0.2.4
5712026-08-11T16:35:45.230Z Downloaded arrayref v0.3.9
5722026-08-11T16:35:45.233Z Downloaded bb8 v0.8.6
5732026-08-11T16:35:45.233Z Downloaded cobs v0.3.0
5742026-08-11T16:35:45.236Z Downloaded http-range v0.1.5
5752026-08-11T16:35:45.238Z Downloaded anstream v0.6.21
5762026-08-11T16:35:45.244Z Downloaded compression-core v0.4.31
5772026-08-11T16:35:45.249Z Downloaded num v0.4.3
5782026-08-11T16:35:45.249Z Downloaded hubpack v0.1.2
5792026-08-11T16:35:45.249Z Downloaded hyper-tls v0.6.0
5802026-08-11T16:35:45.249Z Downloaded num-conv v0.2.0
5812026-08-11T16:35:45.249Z Downloaded hex-literal v1.1.0
5822026-08-11T16:35:45.253Z Downloaded bit-vec v0.8.0
5832026-08-11T16:35:45.253Z Downloaded hash32 v0.3.1
5842026-08-11T16:35:45.261Z Downloaded ff v0.14.0
5852026-08-11T16:35:45.266Z Downloaded foldhash v0.2.0
5862026-08-11T16:35:45.266Z Downloaded foldhash v0.1.5
5872026-08-11T16:35:45.266Z Downloaded cassowary v0.3.0
5882026-08-11T16:35:45.270Z Downloaded parse-display v0.10.0
5892026-08-11T16:35:45.270Z Downloaded bcs v0.1.6
5902026-08-11T16:35:45.276Z Downloaded http-body-util v0.1.3
5912026-08-11T16:35:45.281Z Downloaded predicates-core v1.0.10
5922026-08-11T16:35:45.281Z Downloaded getrandom v0.2.17
5932026-08-11T16:35:45.285Z Downloaded same-file v1.0.6
5942026-08-11T16:35:45.289Z Downloaded russh-cryptovec v0.62.0
5952026-08-11T16:35:45.289Z Downloaded semver v0.1.20
5962026-08-11T16:35:45.294Z Downloaded constant_time_eq v0.4.2
5972026-08-11T16:35:45.294Z Downloaded async-trait v0.1.89
5982026-08-11T16:35:45.294Z Downloaded cipher v0.4.4
5992026-08-11T16:35:45.298Z Downloaded filetime v0.2.27
6002026-08-11T16:35:45.298Z Downloaded half v2.7.1
6012026-08-11T16:35:45.299Z Downloaded anstyle-parse v0.2.7
6022026-08-11T16:35:45.299Z Downloaded camino-tempfile-ext v0.3.3
6032026-08-11T16:35:45.303Z Downloaded radium v0.7.0
6042026-08-11T16:35:45.303Z Downloaded aead v0.6.1
6052026-08-11T16:35:45.303Z Downloaded blowfish v0.10.0
6062026-08-11T16:35:45.307Z Downloaded cbc v0.2.1
6072026-08-11T16:35:45.311Z Downloaded chacha20 v0.9.1
6082026-08-11T16:35:45.315Z Downloaded const_format_proc_macros v0.2.34
6092026-08-11T16:35:45.316Z Downloaded cipher v0.5.2
6102026-08-11T16:35:45.316Z Downloaded shell-words v1.1.1
6112026-08-11T16:35:45.320Z Downloaded slog-bunyan v2.5.0
6122026-08-11T16:35:45.324Z Downloaded cmake v0.1.57
6132026-08-11T16:35:45.324Z Downloaded buf-list v1.1.2
6142026-08-11T16:35:45.330Z Downloaded serde-big-array v0.5.1
6152026-08-11T16:35:45.330Z Downloaded seq-macro v0.3.6
6162026-08-11T16:35:45.330Z Downloaded hyper-staticfile v0.10.1
6172026-08-11T16:35:45.334Z Downloaded ciborium v0.2.2
6182026-08-11T16:35:45.334Z Downloaded hostname v0.4.2
6192026-08-11T16:35:45.334Z Downloaded compression-codecs v0.4.37
6202026-08-11T16:35:45.337Z Downloaded num_enum_derive v0.5.11
6212026-08-11T16:35:45.337Z Downloaded cexpr v0.6.0
6222026-08-11T16:35:45.337Z Downloaded num-rational v0.4.2
6232026-08-11T16:35:45.337Z Downloaded glob v0.3.3
6242026-08-11T16:35:45.337Z Downloaded group v0.14.0
6252026-08-11T16:35:45.341Z Downloaded argon2 v0.6.0-rc.8
6262026-08-11T16:35:45.341Z Downloaded backon v1.6.0
6272026-08-11T16:35:45.341Z Downloaded blake2 v0.10.6
6282026-08-11T16:35:45.345Z Downloaded highway v1.3.0
6292026-08-11T16:35:45.345Z Downloaded olpc-cjson v0.1.4
6302026-08-11T16:35:45.350Z Downloaded owo-colors v4.3.0
6312026-08-11T16:35:45.350Z Downloaded humantime v2.3.0
6322026-08-11T16:35:45.350Z Downloaded group v0.13.0
6332026-08-11T16:35:45.350Z Downloaded sigpipe v0.1.3
6342026-08-11T16:35:45.356Z Downloaded strip-ansi-escapes v0.2.1
6352026-08-11T16:35:45.356Z Downloaded testing_table v0.3.0
6362026-08-11T16:35:45.356Z Downloaded clang-sys v1.8.1
6372026-08-11T16:35:45.356Z Downloaded chacha20 v0.10.0
6382026-08-11T16:35:45.360Z Downloaded colored v3.1.1
6392026-08-11T16:35:45.360Z Downloaded globset v0.4.18
6402026-08-11T16:35:45.365Z Downloaded pbkdf2 v0.13.0
6412026-08-11T16:35:45.365Z Downloaded pem v3.0.6
6422026-08-11T16:35:45.365Z Downloaded primeorder v0.13.6
6432026-08-11T16:35:45.365Z Downloaded progenitor-extras v0.2.0
6442026-08-11T16:35:45.365Z Downloaded supports-color v3.0.2
6452026-08-11T16:35:45.365Z Downloaded take_mut v0.2.2
6462026-08-11T16:35:45.369Z Downloaded hyper-rustls v0.27.7
6472026-08-11T16:35:45.374Z Downloaded fs-err v2.11.0
6482026-08-11T16:35:45.374Z Downloaded tokio-macros v2.7.0
6492026-08-11T16:35:45.374Z Downloaded phf v0.12.1
6502026-08-11T16:35:45.377Z Downloaded phc v0.6.1
6512026-08-11T16:35:45.377Z Downloaded futures v0.3.32
6522026-08-11T16:35:45.383Z Downloaded predicates-tree v1.0.13
6532026-08-11T16:35:45.387Z Downloaded async-bb8-diesel v0.2.1
6542026-08-11T16:35:45.387Z Downloaded bzip2 v0.6.1
6552026-08-11T16:35:45.387Z Downloaded cancel-safe-futures v0.1.5
6562026-08-11T16:35:45.392Z Downloaded unarray v0.1.4
6572026-08-11T16:35:45.392Z Downloaded const-oid v0.9.6
6582026-08-11T16:35:45.397Z Downloaded colored v2.2.0
6592026-08-11T16:35:45.401Z Downloaded bs58 v0.5.1
6602026-08-11T16:35:45.405Z Downloaded rustls-pemfile v2.2.0
6612026-08-11T16:35:45.405Z Downloaded cmov v0.5.4
6622026-08-11T16:35:45.405Z Downloaded rustls-native-certs v0.8.3
6632026-08-11T16:35:45.421Z Downloaded sec1 v0.7.3
6642026-08-11T16:35:45.421Z Downloaded utf-8 v0.7.6
6652026-08-11T16:35:45.422Z Downloaded ahash v0.8.12
6662026-08-11T16:35:45.422Z Downloaded arc-swap v1.8.2
6672026-08-11T16:35:45.422Z Downloaded byte-wrapper v0.1.0
6682026-08-11T16:35:45.422Z Downloaded bzip2 v0.4.4
6692026-08-11T16:35:45.422Z Downloaded shlex v1.3.0
6702026-08-11T16:35:45.422Z Downloaded slab v0.4.12
6712026-08-11T16:35:45.422Z Downloaded usdt v0.6.0
6722026-08-11T16:35:45.422Z Downloaded want v0.3.1
6732026-08-11T16:35:45.422Z Downloaded console v0.16.2
6742026-08-11T16:35:45.422Z Downloaded cpubits v0.1.1
6752026-08-11T16:35:45.428Z Downloaded sqlformat v0.3.5
6762026-08-11T16:35:45.428Z Downloaded stringprep v0.1.5
6772026-08-11T16:35:45.428Z Downloaded xshell-macros v0.2.7
6782026-08-11T16:35:45.428Z Downloaded yoke-derive v0.8.1
6792026-08-11T16:35:45.428Z Downloaded zone_cfg_derive v0.3.1
6802026-08-11T16:35:45.428Z Downloaded slog-stdlog v4.1.1
6812026-08-11T16:35:45.432Z Downloaded find-msvc-tools v0.1.9
6822026-08-11T16:35:45.432Z Downloaded crypto-common v0.2.2
6832026-08-11T16:35:45.435Z Downloaded half v1.8.3
6842026-08-11T16:35:45.441Z Downloaded hybrid-array v0.4.13
6852026-08-11T16:35:45.441Z Downloaded iana-time-zone v0.1.65
6862026-08-11T16:35:45.446Z Downloaded poly1305 v0.9.0
6872026-08-11T16:35:45.446Z Downloaded postcard v1.1.3
6882026-08-11T16:35:45.446Z Downloaded generic-array v1.4.3
6892026-08-11T16:35:45.446Z Downloaded hmac v0.12.1
6902026-08-11T16:35:45.452Z Downloaded tiny-keccak v2.0.2
6912026-08-11T16:35:45.452Z Downloaded tui-tree-widget v0.23.1
6922026-08-11T16:35:45.455Z Downloaded crunchy v0.2.4
6932026-08-11T16:35:45.455Z Downloaded ssh-encoding v0.3.0
6942026-08-11T16:35:45.455Z Downloaded strum_macros v0.27.2
6952026-08-11T16:35:45.455Z Downloaded support-bundle-viewer v0.1.2
6962026-08-11T16:35:45.455Z Downloaded curve25519-dalek-derive v0.1.1
6972026-08-11T16:35:45.455Z Downloaded getrandom v0.3.4
6982026-08-11T16:35:45.461Z Downloaded parking_lot_core v0.9.12
6992026-08-11T16:35:45.461Z Downloaded headers v0.4.1
7002026-08-11T16:35:45.465Z Downloaded darling_macro v0.20.11
7012026-08-11T16:35:45.466Z Downloaded defmt-parser v1.0.0
7022026-08-11T16:35:45.466Z Downloaded difflib v0.4.0
7032026-08-11T16:35:45.466Z Downloaded document-features v0.2.12
7042026-08-11T16:35:45.466Z Downloaded progenitor v0.13.0
7052026-08-11T16:35:45.466Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7062026-08-11T16:35:45.470Z Downloaded ar_archive_writer v0.5.1
7072026-08-11T16:35:45.470Z Downloaded dtrace-parser v0.3.0
7082026-08-11T16:35:45.470Z Downloaded enum-as-inner v0.6.1
7092026-08-11T16:35:45.474Z Downloaded illumos-nvpair v0.3.0
7102026-08-11T16:35:45.474Z Downloaded console v0.15.11
7112026-08-11T16:35:45.479Z Downloaded expectorate v1.2.0
7122026-08-11T16:35:45.479Z Downloaded tls_codec v0.4.2
7132026-08-11T16:35:45.479Z Downloaded blake2 v0.11.0-rc.6
7142026-08-11T16:35:45.485Z Downloaded rustls-pki-types v1.14.0
7152026-08-11T16:35:45.489Z Downloaded allocator-api2 v0.2.21
7162026-08-11T16:35:45.498Z Downloaded sha2 v0.11.0
7172026-08-11T16:35:45.498Z Downloaded inout v0.2.2
7182026-08-11T16:35:45.498Z Downloaded slog-scope v4.4.1
7192026-08-11T16:35:45.498Z Downloaded instability v0.3.11
7202026-08-11T16:35:45.503Z Downloaded lzss v0.8.2
7212026-08-11T16:35:45.503Z Downloaded newtype-uuid-macros v0.1.0
7222026-08-11T16:35:45.504Z Downloaded maybe-uninit v2.0.0
7232026-08-11T16:35:45.504Z Downloaded lazy_static v1.5.0
7242026-08-11T16:35:45.508Z Downloaded vergen-lib v0.1.6
7252026-08-11T16:35:45.508Z Downloaded instant v0.1.13
7262026-08-11T16:35:45.508Z Downloaded lalrpop-util v0.19.12
7272026-08-11T16:35:45.514Z Downloaded fatfs v0.3.6
7282026-08-11T16:35:45.514Z Downloaded omicron-zone-package v0.12.3
7292026-08-11T16:35:45.514Z Downloaded wyz v0.5.1
7302026-08-11T16:35:45.517Z Downloaded yoke v0.8.1
7312026-08-11T16:35:45.517Z Downloaded nonempty v0.12.0
7322026-08-11T16:35:45.517Z Downloaded httparse v1.10.1
7332026-08-11T16:35:45.522Z Downloaded opaque-debug v0.3.1
7342026-08-11T16:35:45.522Z Downloaded peg-runtime v0.8.5
7352026-08-11T16:35:45.529Z Downloaded oxide-update-engine-types v0.1.2
7362026-08-11T16:35:45.529Z Downloaded const-oid v0.10.2
7372026-08-11T16:35:45.529Z Downloaded static_assertions v1.1.0
7382026-08-11T16:35:45.529Z Downloaded flume v0.11.1
7392026-08-11T16:35:45.529Z Downloaded critical-section v1.2.0
7402026-08-11T16:35:45.536Z Downloaded spin v0.9.8
7412026-08-11T16:35:45.536Z Downloaded term v1.2.1
7422026-08-11T16:35:45.537Z Downloaded password-hash v0.6.1
7432026-08-11T16:35:45.537Z Downloaded tokio-stream v0.1.18
7442026-08-11T16:35:45.542Z Downloaded ctr v0.10.1
7452026-08-11T16:35:45.542Z Downloaded flate2 v1.1.9
7462026-08-11T16:35:45.545Z Downloaded data-encoding v2.10.0
7472026-08-11T16:35:45.545Z Downloaded diesel-dtrace v0.5.0
7482026-08-11T16:35:45.545Z Downloaded papergrid v0.17.0
7492026-08-11T16:35:45.550Z Downloaded oso-derive v0.27.3
7502026-08-11T16:35:45.550Z Downloaded tracing-attributes v0.1.31
7512026-08-11T16:35:45.550Z Downloaded phf_shared v0.13.1
7522026-08-11T16:35:45.555Z Downloaded proc-macro-error-attr2 v2.0.0
7532026-08-11T16:35:45.555Z Downloaded der_derive v0.7.3
7542026-08-11T16:35:45.555Z Downloaded indent_write v2.2.0
7552026-08-11T16:35:45.555Z Downloaded ingot v0.2.1
7562026-08-11T16:35:45.555Z Downloaded progenitor-client v0.14.0
7572026-08-11T16:35:45.561Z Downloaded digest v0.11.3
7582026-08-11T16:35:45.561Z Downloaded ed25519 v2.2.3
7592026-08-11T16:35:45.561Z Downloaded ed25519 v3.0.0
7602026-08-11T16:35:45.567Z Downloaded rfc6979 v0.6.0
7612026-08-11T16:35:45.567Z Downloaded serde_spanned v1.1.1
7622026-08-11T16:35:45.567Z Downloaded signature v2.2.0
7632026-08-11T16:35:45.567Z Downloaded lock_api v0.4.14
7642026-08-11T16:35:45.567Z Downloaded keccak v0.2.0
7652026-08-11T16:35:45.573Z Downloaded chacha20poly1305 v0.10.1
7662026-08-11T16:35:45.573Z Downloaded compact_str v0.8.1
7672026-08-11T16:35:45.578Z Downloaded const_format v0.2.35
7682026-08-11T16:35:45.578Z Downloaded serde_yaml v0.9.34+deprecated
7692026-08-11T16:35:45.578Z Downloaded unicase v2.9.0
7702026-08-11T16:35:45.582Z Downloaded scroll_derive v0.13.1
7712026-08-11T16:35:45.587Z Downloaded native-tls v0.2.18
7722026-08-11T16:35:45.587Z Downloaded serde_urlencoded v0.7.1
7732026-08-11T16:35:45.587Z Downloaded serde_repr v0.1.20
7742026-08-11T16:35:45.592Z Downloaded signal-hook-tokio v0.3.1
7752026-08-11T16:35:45.592Z Downloaded structmeta v0.3.0
7762026-08-11T16:35:45.592Z Downloaded sync_wrapper v1.0.2
7772026-08-11T16:35:45.592Z Downloaded secrecy v0.10.3
7782026-08-11T16:35:45.592Z Downloaded libefi-sys v0.1.0
7792026-08-11T16:35:45.598Z Downloaded zerocopy v0.6.6
7802026-08-11T16:35:45.601Z Downloaded secrecy v0.8.0
7812026-08-11T16:35:45.607Z Downloaded thiserror-impl-no-std v2.0.2
7822026-08-11T16:35:45.610Z Downloaded tower-layer v0.3.3
7832026-08-11T16:35:45.613Z Downloaded usdt-attr-macro v0.6.0
7842026-08-11T16:35:45.618Z Downloaded num-integer v0.1.46
7852026-08-11T16:35:45.621Z Downloaded packed_struct v0.10.1
7862026-08-11T16:35:45.621Z Downloaded sync-ptr v0.1.4
7872026-08-11T16:35:45.621Z Downloaded corncobs v0.1.4
7882026-08-11T16:35:45.621Z Downloaded crossbeam-utils v0.8.21
7892026-08-11T16:35:45.624Z Downloaded p384 v0.14.0
7902026-08-11T16:35:45.624Z Downloaded icu_locale_core v2.1.1
7912026-08-11T16:35:45.626Z Downloaded num_enum v0.7.6
7922026-08-11T16:35:45.630Z Downloaded oxnet v0.1.6
7932026-08-11T16:35:45.633Z Downloaded parking_lot_core v0.8.6
7942026-08-11T16:35:45.633Z Downloaded polyval v0.7.1
7952026-08-11T16:35:45.633Z Downloaded port-file v0.1.0
7962026-08-11T16:35:45.633Z Downloaded predicates v3.1.4
7972026-08-11T16:35:45.637Z Downloaded test-strategy v0.4.5
7982026-08-11T16:35:45.637Z Downloaded derive_builder v0.20.2
7992026-08-11T16:35:45.640Z Downloaded tokio-test v0.4.5
8002026-08-11T16:35:45.640Z Downloaded trait-variant v0.1.2
8012026-08-11T16:35:45.640Z Downloaded openssl-probe v0.1.6
8022026-08-11T16:35:45.640Z Downloaded peg-macros v0.8.5
8032026-08-11T16:35:45.645Z Downloaded unit-prefix v0.5.2
8042026-08-11T16:35:45.645Z Downloaded pin-project-internal v1.1.11
8052026-08-11T16:35:45.645Z Downloaded primefield v0.14.0
8062026-08-11T16:35:45.645Z Downloaded hyper-util v0.1.20
8072026-08-11T16:35:45.648Z Downloaded heapless v0.7.17
8082026-08-11T16:35:45.648Z Downloaded crc-catalog v2.4.0
8092026-08-11T16:35:45.652Z Downloaded rayon-core v1.13.0
8102026-08-11T16:35:45.652Z Downloaded crucible-workspace-hack v0.1.0
8112026-08-11T16:35:45.652Z Downloaded cstr-argument v0.1.2
8122026-08-11T16:35:45.655Z Downloaded base64 v0.21.7
8132026-08-11T16:35:45.666Z Downloaded vte v0.14.1
8142026-08-11T16:35:45.669Z Downloaded stacker v0.1.23
8152026-08-11T16:35:45.669Z Downloaded darling_macro v0.23.0
8162026-08-11T16:35:45.669Z Downloaded memmap2 v0.9.10
8172026-08-11T16:35:45.673Z Downloaded dirs-sys-next v0.1.2
8182026-08-11T16:35:45.676Z Downloaded dunce v1.0.5
8192026-08-11T16:35:45.676Z Downloaded illumos-nvpair-sys v0.2.0
8202026-08-11T16:35:45.676Z Downloaded hickory-resolver v0.25.2
8212026-08-11T16:35:45.679Z Downloaded slog-dtrace v0.3.0
8222026-08-11T16:35:45.679Z Downloaded cc v1.2.56
8232026-08-11T16:35:45.682Z Downloaded heapless v0.8.0
8242026-08-11T16:35:45.688Z Downloaded hickory-resolver v0.24.4
8252026-08-11T16:35:45.691Z Downloaded derive_builder_macro v0.20.2
8262026-08-11T16:35:45.691Z Downloaded embedded-io v0.4.0
8272026-08-11T16:35:45.694Z Downloaded smallvec v0.6.14
8282026-08-11T16:35:45.697Z Downloaded zopfli v0.8.3
8292026-08-11T16:35:45.703Z Downloaded spki v0.8.0
8302026-08-11T16:35:45.703Z Downloaded kem v0.3.0
8312026-08-11T16:35:45.706Z Downloaded spki v0.7.3
8322026-08-11T16:35:45.706Z Downloaded tokio-dtrace v0.1.1
8332026-08-11T16:35:45.706Z Downloaded inout v0.1.4
8342026-08-11T16:35:45.706Z Downloaded toml_writer v1.1.1+spec-1.1.0
8352026-08-11T16:35:45.706Z Downloaded darling v0.20.11
8362026-08-11T16:35:45.710Z Downloaded lru v0.12.5
8372026-08-11T16:35:45.713Z Downloaded memoffset v0.9.1
8382026-08-11T16:35:45.723Z Downloaded progenitor-impl v0.13.0
8392026-08-11T16:35:45.723Z Downloaded publicsuffix v2.3.0
8402026-08-11T16:35:45.727Z Downloaded num-derive v0.4.2
8412026-08-11T16:35:45.727Z Downloaded num_threads v0.1.7
8422026-08-11T16:35:45.727Z Downloaded http v1.4.2
8432026-08-11T16:35:45.727Z Downloaded ecdsa v0.17.0
8442026-08-11T16:35:45.727Z Downloaded quinn-udp v0.5.14
8452026-08-11T16:35:45.734Z Downloaded uzers v0.12.2
8462026-08-11T16:35:45.737Z Downloaded qorb v0.4.1
8472026-08-11T16:35:45.740Z Downloaded phf_shared v0.11.3
8482026-08-11T16:35:45.744Z Downloaded whoami v2.1.0
8492026-08-11T16:35:45.744Z Downloaded potential_utf v0.1.4
8502026-08-11T16:35:45.747Z Downloaded schemars v0.9.0
8512026-08-11T16:35:45.754Z Downloaded bytes v1.11.1
8522026-08-11T16:35:45.757Z Downloaded darling v0.13.4
8532026-08-11T16:35:45.761Z Downloaded embedded-io v0.6.1
8542026-08-11T16:35:45.761Z Downloaded unsafe-libyaml v0.2.11
8552026-08-11T16:35:45.761Z Downloaded icu_properties v2.1.2
8562026-08-11T16:35:45.768Z Downloaded rand_pcg v0.10.2
8572026-08-11T16:35:45.773Z Downloaded rfc6979 v0.4.0
8582026-08-11T16:35:45.773Z Downloaded scopeguard v1.2.0
8592026-08-11T16:35:45.773Z Downloaded zstd-safe v7.2.4
8602026-08-11T16:35:45.776Z Downloaded progenitor-macro v0.14.0
8612026-08-11T16:35:45.779Z Downloaded signal-hook-mio v0.2.5
8622026-08-11T16:35:45.782Z Downloaded libbz2-rs-sys v0.2.2
8632026-08-11T16:35:45.786Z Downloaded hashbrown v0.12.3
8642026-08-11T16:35:45.791Z Downloaded defmt-macros v1.0.1
8652026-08-11T16:35:45.794Z Downloaded delegate v0.13.5
8662026-08-11T16:35:45.794Z Downloaded sqlparser_derive v0.5.0
8672026-08-11T16:35:45.798Z Downloaded hashbrown v0.13.2
8682026-08-11T16:35:45.801Z Downloaded keccak v0.1.6
8692026-08-11T16:35:45.801Z Downloaded libsw v3.5.0
8702026-08-11T16:35:45.801Z Downloaded strum_macros v0.24.3
8712026-08-11T16:35:45.801Z Downloaded libsw-core v0.3.2
8722026-08-11T16:35:45.801Z Downloaded normalize-line-endings v0.3.0
8732026-08-11T16:35:45.804Z Downloaded ingot-types v0.2.0
8742026-08-11T16:35:45.807Z Downloaded managed v0.8.0
8752026-08-11T16:35:45.807Z Downloaded tabwriter v1.4.1
8762026-08-11T16:35:45.807Z Downloaded tagptr v0.2.0
8772026-08-11T16:35:45.807Z Downloaded thread-id v5.1.0
8782026-08-11T16:35:45.812Z Downloaded newtype-uuid v1.3.2
8792026-08-11T16:35:45.815Z Downloaded darling_core v0.20.11
8802026-08-11T16:35:45.818Z Downloaded num_enum_derive v0.7.6
8812026-08-11T16:35:45.818Z Downloaded pin-project v1.1.11
8822026-08-11T16:35:45.826Z Downloaded rcgen v0.12.1
8832026-08-11T16:35:45.829Z Downloaded twox-hash v2.1.2
8842026-08-11T16:35:45.829Z Downloaded schemars v0.8.22
8852026-08-11T16:35:45.832Z Downloaded password-hash v0.5.0
8862026-08-11T16:35:45.836Z Downloaded unicode-xid v0.2.6
8872026-08-11T16:35:45.836Z Downloaded zone v0.3.1
8882026-08-11T16:35:45.836Z Downloaded universal-hash v0.5.1
8892026-08-11T16:35:45.836Z Downloaded zeroize_derive v1.5.0
8902026-08-11T16:35:45.836Z Downloaded digest-io v0.1.0
8912026-08-11T16:35:45.839Z Downloaded r2d2 v0.8.10
8922026-08-11T16:35:45.839Z Downloaded rand v0.8.6
8932026-08-11T16:35:45.839Z Downloaded rand_core v0.10.0
8942026-08-11T16:35:45.842Z Downloaded vergen v9.1.0
8952026-08-11T16:35:45.842Z Downloaded darling_macro v0.13.4
8962026-08-11T16:35:45.842Z Downloaded pem-rfc7468 v0.7.0
8972026-08-11T16:35:45.842Z Downloaded bumpalo v3.20.2
8982026-08-11T16:35:45.845Z Downloaded crc32fast v1.5.0
8992026-08-11T16:35:45.845Z Downloaded rand v0.9.2
9002026-08-11T16:35:45.848Z Downloaded schemars v1.2.1
9012026-08-11T16:35:45.853Z Downloaded unicode_categories v0.1.1
9022026-08-11T16:35:45.856Z Downloaded rustls-platform-verifier v0.6.2
9032026-08-11T16:35:45.860Z Downloaded rand_core v0.6.4
9042026-08-11T16:35:45.860Z Downloaded rand_core v0.9.5
9052026-08-11T16:35:45.860Z Downloaded scroll v0.13.0
9062026-08-11T16:35:45.860Z Downloaded rpassword v7.5.4
9072026-08-11T16:35:45.863Z Downloaded slog-async v2.8.0
9082026-08-11T16:35:45.863Z Downloaded icu_collections v2.1.1
9092026-08-11T16:35:45.867Z Downloaded darling_macro v0.21.3
9102026-08-11T16:35:45.867Z Downloaded dof v0.4.0
9112026-08-11T16:35:45.867Z Downloaded serde_derive_internals v0.29.1
9122026-08-11T16:35:45.870Z Downloaded serde_path_to_error v0.1.20
9132026-08-11T16:35:45.870Z Downloaded string_cache v0.8.9
9142026-08-11T16:35:45.870Z Downloaded signal-hook-registry v1.4.8
9152026-08-11T16:35:45.875Z Downloaded tinyvec v1.10.0
9162026-08-11T16:35:45.878Z Downloaded unicode-bidi v0.3.18
9172026-08-11T16:35:45.882Z Downloaded hickory-server v0.25.2
9182026-08-11T16:35:45.885Z Downloaded idna_adapter v1.2.1
9192026-08-11T16:35:45.885Z Downloaded snafu v0.8.9
9202026-08-11T16:35:45.885Z Downloaded ml-kem v0.3.2
9212026-08-11T16:35:45.891Z Downloaded thread_local v1.1.9
9222026-08-11T16:35:45.891Z Downloaded miniz_oxide v0.8.9
9232026-08-11T16:35:45.899Z Downloaded lru-slab v0.1.2
9242026-08-11T16:35:45.899Z Downloaded md5 v0.8.0
9252026-08-11T16:35:45.899Z Downloaded derive_more v2.1.1
9262026-08-11T16:35:45.905Z Downloaded toml v1.1.2+spec-1.1.0
9272026-08-11T16:35:45.905Z Downloaded is_ci v1.2.0
9282026-08-11T16:35:45.905Z Downloaded new_debug_unreachable v1.0.6
9292026-08-11T16:35:45.905Z Downloaded subtle v2.6.1
9302026-08-11T16:35:45.905Z Downloaded toml_edit v0.19.15
9312026-08-11T16:35:45.911Z Downloaded libscf-sys v1.2.0
9322026-08-11T16:35:45.915Z Downloaded aho-corasick v1.1.4
9332026-08-11T16:35:45.918Z Downloaded uuid v1.23.4
9342026-08-11T16:35:45.918Z Downloaded vergen-git2 v9.1.0
9352026-08-11T16:35:45.918Z Downloaded openssl-macros v0.1.1
9362026-08-11T16:35:45.918Z Downloaded vsss-rs v3.3.4
9372026-08-11T16:35:45.921Z Downloaded percent-encoding v2.3.2
9382026-08-11T16:35:45.922Z Downloaded ctutils v0.4.2
9392026-08-11T16:35:45.925Z Downloaded parse-size v1.1.0
9402026-08-11T16:35:45.928Z Downloaded derive_more v0.99.20
9412026-08-11T16:35:45.936Z Downloaded aes v0.9.1
9422026-08-11T16:35:45.939Z Downloaded derive-ex v0.1.8
9432026-08-11T16:35:45.943Z Downloaded sha1 v0.11.0
9442026-08-11T16:35:45.943Z Downloaded tar v0.4.46
9452026-08-11T16:35:45.949Z Downloaded pkcs1 v0.8.0-rc.4
9462026-08-11T16:35:45.963Z Downloaded icu_provider v2.1.1
9472026-08-11T16:35:45.963Z Downloaded powerfmt v0.2.0
9482026-08-11T16:35:45.963Z Downloaded psl-types v2.0.11
9492026-08-11T16:35:45.963Z Downloaded russh-util v0.52.0
9502026-08-11T16:35:45.967Z Downloaded ena v0.14.4
9512026-08-11T16:35:45.967Z Downloaded jiff-static v0.2.34
9522026-08-11T16:35:45.967Z Downloaded rusty-fork v0.3.1
9532026-08-11T16:35:45.968Z Downloaded signature v3.0.0
9542026-08-11T16:35:45.968Z Downloaded mime v0.3.17
9552026-08-11T16:35:45.971Z Downloaded indoc v1.0.9
9562026-08-11T16:35:45.973Z Downloaded strum v0.26.3
9572026-08-11T16:35:45.974Z Downloaded tabled_derive v0.11.0
9582026-08-11T16:35:45.974Z Downloaded universal-hash v0.6.1
9592026-08-11T16:35:45.976Z Downloaded untrusted v0.7.1
9602026-08-11T16:35:45.977Z Downloaded tinyvec_macros v0.1.1
9612026-08-11T16:35:45.988Z Downloaded typed-path v0.9.3
9622026-08-11T16:35:45.991Z Downloaded try-lock v0.2.5
9632026-08-11T16:35:45.991Z Downloaded waitgroup v0.1.2
9642026-08-11T16:35:45.995Z Downloaded phf v0.13.1
9652026-08-11T16:35:46.000Z Downloaded xattr v1.6.1
9662026-08-11T16:35:46.000Z Downloaded diesel_table_macro_syntax v0.3.0
9672026-08-11T16:35:46.000Z Downloaded dsl_auto_type v0.2.0
9682026-08-11T16:35:46.008Z Downloaded ron v0.8.1
9692026-08-11T16:35:46.013Z Downloaded crossbeam-epoch v0.9.18
9702026-08-11T16:35:46.013Z Downloaded pem-rfc7468 v1.0.0
9712026-08-11T16:35:46.013Z Downloaded progenitor v0.14.0
9722026-08-11T16:35:46.013Z Downloaded pkcs5 v0.8.1
9732026-08-11T16:35:46.016Z Downloaded quinn v0.11.11
9742026-08-11T16:35:46.016Z Downloaded whoami v1.6.1
9752026-08-11T16:35:46.019Z Downloaded futures-util v0.3.32
9762026-08-11T16:35:46.023Z Downloaded darling v0.21.3
9772026-08-11T16:35:46.026Z Downloaded serde_with v1.14.0
9782026-08-11T16:35:46.030Z Downloaded ignore v0.4.25
9792026-08-11T16:35:46.034Z Downloaded oxide-tokio-rt v0.1.4
9802026-08-11T16:35:46.034Z Downloaded oxide-update-engine v0.1.2
9812026-08-11T16:35:46.034Z Downloaded smallvec v1.15.1
9822026-08-11T16:35:46.034Z Downloaded ppv-lite86 v0.2.21
9832026-08-11T16:35:46.037Z Downloaded serde-hex v0.1.0
9842026-08-11T16:35:46.037Z Downloaded newline-converter v0.3.0
9852026-08-11T16:35:46.037Z Downloaded linked-hash-map v0.5.6
9862026-08-11T16:35:46.037Z Downloaded hashbrown v0.16.1
9872026-08-11T16:35:46.040Z Downloaded hashbrown v0.15.5
9882026-08-11T16:35:46.045Z Downloaded ipnet v2.11.0
9892026-08-11T16:35:46.050Z Downloaded postgres-types v0.2.12
9902026-08-11T16:35:46.053Z Downloaded psm v0.1.30
9912026-08-11T16:35:46.053Z Downloaded yansi v1.0.1
9922026-08-11T16:35:46.053Z Downloaded zerotrie v0.2.3
9932026-08-11T16:35:46.056Z Downloaded serde_with_macros v1.5.2
9942026-08-11T16:35:46.056Z Downloaded newtype_derive v0.1.6
9952026-08-11T16:35:46.056Z Downloaded tokio-rustls v0.26.4
9962026-08-11T16:35:46.059Z Downloaded synstructure v0.13.2
9972026-08-11T16:35:46.062Z Downloaded vergen-lib v9.1.0
9982026-08-11T16:35:46.065Z Downloaded darling_core v0.21.3
9992026-08-11T16:35:46.068Z Downloaded socket2 v0.5.10
10002026-08-11T16:35:46.073Z Downloaded rand_xorshift v0.4.0
10012026-08-11T16:35:46.076Z Downloaded ref-cast-impl v1.0.25
10022026-08-11T16:35:46.080Z Downloaded prettyplease v0.2.37
10032026-08-11T16:35:46.082Z Downloaded tracing-core v0.1.36
10042026-08-11T16:35:46.086Z Downloaded time-macros v0.2.27
10052026-08-11T16:35:46.089Z Downloaded rustc_version v0.4.1
10062026-08-11T16:35:46.089Z Downloaded slog-envlogger v2.2.0
10072026-08-11T16:35:46.093Z Downloaded siphasher v1.0.2
10082026-08-11T16:35:46.093Z Downloaded strsim v0.10.0
10092026-08-11T16:35:46.096Z Downloaded unicode-properties v0.1.4
10102026-08-11T16:35:46.099Z Downloaded daft v0.1.7
10112026-08-11T16:35:46.099Z Downloaded tinystr v0.8.2
10122026-08-11T16:35:46.099Z Downloaded unicode-truncate v1.1.0
10132026-08-11T16:35:46.102Z Downloaded reedline v0.40.0
10142026-08-11T16:35:46.111Z Downloaded derive-where v1.6.0
10152026-08-11T16:35:46.114Z Downloaded crc-any v2.5.0
10162026-08-11T16:35:46.117Z Downloaded daft-derive v0.1.7
10172026-08-11T16:35:46.117Z Downloaded libloading v0.8.9
10182026-08-11T16:35:46.121Z Downloaded displaydoc v0.2.5
10192026-08-11T16:35:46.121Z Downloaded impl-trait-for-tuples v0.2.3
10202026-08-11T16:35:46.124Z Downloaded indoc v2.0.7
10212026-08-11T16:35:46.124Z Downloaded is-terminal v0.4.17
10222026-08-11T16:35:46.124Z Downloaded untrusted v0.9.0
10232026-08-11T16:35:46.124Z Downloaded wait-timeout v0.2.1
10242026-08-11T16:35:46.127Z Downloaded crc8 v0.1.1
10252026-08-11T16:35:46.127Z Downloaded num_enum v0.5.11
10262026-08-11T16:35:46.130Z Downloaded oxide-update-engine-display v0.1.2
10272026-08-11T16:35:46.130Z Downloaded peg v0.8.5
10282026-08-11T16:35:46.130Z Downloaded rustversion v1.0.22
10292026-08-11T16:35:46.133Z Downloaded hyper v1.10.1
10302026-08-11T16:35:46.136Z Downloaded pretty_assertions v1.4.1
10312026-08-11T16:35:46.144Z Downloaded dyn-clone v1.0.20
10322026-08-11T16:35:46.147Z Downloaded pkcs8 v0.10.2
10332026-08-11T16:35:46.151Z Downloaded poly1305 v0.8.0
10342026-08-11T16:35:46.155Z Downloaded dropshot_endpoint v0.17.1
10352026-08-11T16:35:46.160Z Downloaded debug-ignore v1.0.5
10362026-08-11T16:35:46.164Z Downloaded dropshot-api-manager-types v0.7.2
10372026-08-11T16:35:46.164Z Downloaded ident_case v1.0.1
10382026-08-11T16:35:46.164Z Downloaded num-iter v0.1.45
10392026-08-11T16:35:46.164Z Downloaded phf_shared v0.12.1
10402026-08-11T16:35:46.164Z Downloaded packed_struct_codegen v0.10.1
10412026-08-11T16:35:46.167Z Downloaded progenitor-client v0.13.0
10422026-08-11T16:35:46.172Z Downloaded toml_edit v0.23.10+spec-1.0.0
10432026-08-11T16:35:46.172Z Downloaded zstd v0.13.3
10442026-08-11T16:35:46.175Z Downloaded yasna v0.5.2
10452026-08-11T16:35:46.178Z Downloaded sha1 v0.10.6
10462026-08-11T16:35:46.181Z Downloaded xshell v0.2.7
10472026-08-11T16:35:46.181Z Downloaded darling v0.23.0
10482026-08-11T16:35:46.184Z Downloaded strum v0.27.2
10492026-08-11T16:35:46.188Z Downloaded sec1 v0.8.1
10502026-08-11T16:35:46.191Z Downloaded tokio-util v0.7.18
10512026-08-11T16:35:46.194Z Downloaded tower-http v0.6.8
10522026-08-11T16:35:46.198Z Downloaded rtoolbox v0.0.3
10532026-08-11T16:35:46.198Z Downloaded termtree v0.5.1
10542026-08-11T16:35:46.198Z Downloaded termios v0.3.3
10552026-08-11T16:35:46.202Z Downloaded num-traits v0.2.19
10562026-08-11T16:35:46.202Z Downloaded reqwest v0.12.28
10572026-08-11T16:35:46.205Z Downloaded reqwest v0.13.2
10582026-08-11T16:35:46.208Z Downloaded serde_bytes v0.11.19
10592026-08-11T16:35:46.209Z Downloaded rsa v0.9.10
10602026-08-11T16:35:46.213Z Downloaded litrs v1.0.0
10612026-08-11T16:35:46.213Z Downloaded walkdir v2.5.0
10622026-08-11T16:35:46.216Z Downloaded litemap v0.8.1
10632026-08-11T16:35:46.216Z Downloaded defmt v0.3.100
10642026-08-11T16:35:46.216Z Downloaded dirs-next v2.0.0
10652026-08-11T16:35:46.216Z Downloaded display-error-chain v0.2.2
10662026-08-11T16:35:46.216Z Downloaded nanorand v0.7.0
10672026-08-11T16:35:46.216Z Downloaded cpufeatures v0.3.0
10682026-08-11T16:35:46.230Z Downloaded hkdf v0.12.4
10692026-08-11T16:35:46.235Z Downloaded primeorder v0.14.0
10702026-08-11T16:35:46.237Z Downloaded match_cfg v0.1.0
10712026-08-11T16:35:46.237Z Downloaded steno v0.4.1
10722026-08-11T16:35:46.240Z Downloaded samael v0.0.19
10732026-08-11T16:35:46.244Z Downloaded aws-lc-rs v1.16.3
10742026-08-11T16:35:46.247Z Downloaded socket2 v0.6.3
10752026-08-11T16:35:46.252Z Downloaded icu_normalizer_data v2.1.1
10762026-08-11T16:35:46.252Z Downloaded multimap v0.10.1
10772026-08-11T16:35:46.252Z Downloaded pkg-config v0.3.32
10782026-08-11T16:35:46.254Z Downloaded jobserver v0.1.34
10792026-08-11T16:35:46.254Z Downloaded quick-error v1.2.3
10802026-08-11T16:35:46.254Z Downloaded rustc-hash v2.1.1
10812026-08-11T16:35:46.255Z Downloaded structmeta-derive v0.3.0
10822026-08-11T16:35:46.259Z Downloaded rand_chacha v0.9.0
10832026-08-11T16:35:46.262Z Downloaded serde_plain v1.0.2
10842026-08-11T16:35:46.262Z Downloaded dropshot-api-manager v0.7.2
10852026-08-11T16:35:46.270Z Downloaded tungstenite v0.21.0
10862026-08-11T16:35:46.273Z Downloaded ref-cast v1.0.25
10872026-08-11T16:35:46.276Z Downloaded openssl-probe v0.2.1
10882026-08-11T16:35:46.280Z Downloaded downcast-rs v2.0.2
10892026-08-11T16:35:46.284Z Downloaded stable_deref_trait v1.2.1
10902026-08-11T16:35:46.290Z Downloaded void v1.0.2
10912026-08-11T16:35:46.294Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-08-11T16:35:46.294Z Downloaded zip v4.6.1
10932026-08-11T16:35:46.297Z Downloaded zerocopy-derive v0.8.40
10942026-08-11T16:35:46.300Z Downloaded tokio-native-tls v0.3.1
10952026-08-11T16:35:46.300Z Downloaded cookie v0.18.1
10962026-08-11T16:35:46.304Z Downloaded maplit v1.0.2
10972026-08-11T16:35:46.304Z Downloaded zerovec-derive v0.11.2
10982026-08-11T16:35:46.304Z Downloaded h2 v0.4.15
10992026-08-11T16:35:46.307Z Downloaded hkdf v0.13.0
11002026-08-11T16:35:46.312Z Downloaded scrypt v0.12.0
11012026-08-11T16:35:46.312Z Downloaded vergen-gitcl v1.0.8
11022026-08-11T16:35:46.312Z Downloaded writeable v0.6.2
11032026-08-11T16:35:46.315Z Downloaded deranged v0.5.8
11042026-08-11T16:35:46.315Z Downloaded p256 v0.14.0
11052026-08-11T16:35:46.320Z Downloaded proc-macro-crate v3.4.0
11062026-08-11T16:35:46.328Z Downloaded sapling-renderdag v0.1.0
11072026-08-11T16:35:46.328Z Downloaded mio v1.2.0
11082026-08-11T16:35:46.338Z Downloaded des v0.9.0
11092026-08-11T16:35:46.338Z Downloaded md-5 v0.10.6
11102026-08-11T16:35:46.338Z Downloaded resolv-conf v0.7.6
11112026-08-11T16:35:46.338Z Downloaded path-slash v0.1.5
11122026-08-11T16:35:46.338Z Downloaded recursive-proc-macro-impl v0.1.1
11132026-08-11T16:35:46.338Z Downloaded tokio-tungstenite v0.21.0
11142026-08-11T16:35:46.338Z Downloaded zerofrom v0.1.6
11152026-08-11T16:35:46.338Z Downloaded typify-macro v0.6.2
11162026-08-11T16:35:46.342Z Downloaded aes-gcm v0.11.0
11172026-08-11T16:35:46.342Z Downloaded multer v3.1.0
11182026-08-11T16:35:46.342Z Downloaded diesel_derives v2.3.7
11192026-08-11T16:35:46.346Z Downloaded itertools v0.13.0
11202026-08-11T16:35:46.351Z Downloaded rand_chacha v0.3.1
11212026-08-11T16:35:46.351Z Downloaded tokio-postgres v0.7.16
11222026-08-11T16:35:46.358Z Downloaded enum_dispatch v0.3.13
11232026-08-11T16:35:46.358Z Downloaded toml v0.7.8
11242026-08-11T16:35:46.362Z Downloaded nibble_vec v0.1.0
11252026-08-11T16:35:46.362Z Downloaded nodrop v0.1.14
11262026-08-11T16:35:46.362Z Downloaded rustc_version v0.1.7
11272026-08-11T16:35:46.363Z Downloaded sponge-cursor v0.1.0
11282026-08-11T16:35:46.365Z Downloaded elliptic-curve v0.13.8
11292026-08-11T16:35:46.368Z Downloaded simd-adler32 v0.3.8
11302026-08-11T16:35:46.371Z Downloaded similar v2.7.0
11312026-08-11T16:35:46.375Z Downloaded nom v8.0.0
11322026-08-11T16:35:46.378Z Downloaded pin-project-lite v0.2.17
11332026-08-11T16:35:46.381Z Downloaded slog-json v2.6.1
11342026-08-11T16:35:46.381Z Downloaded icu_normalizer v2.1.1
11352026-08-11T16:35:46.384Z Downloaded tower-service v0.3.3
11362026-08-11T16:35:46.384Z Downloaded crc v3.4.0
11372026-08-11T16:35:46.392Z Downloaded x509-cert v0.2.5
11382026-08-11T16:35:46.403Z Downloaded kstat-rs v0.2.5
11392026-08-11T16:35:46.406Z Downloaded lru-cache v0.1.2
11402026-08-11T16:35:46.411Z Downloaded progenitor-macro v0.13.0
11412026-08-11T16:35:46.413Z Downloaded slog v2.8.2
11422026-08-11T16:35:46.414Z Downloaded unicode-normalization v0.1.25
11432026-08-11T16:35:46.419Z Downloaded rustls-webpki v0.103.13
11442026-08-11T16:35:46.422Z Downloaded wnaf v0.14.0
11452026-08-11T16:35:46.427Z Downloaded linear-map v1.2.0
11462026-08-11T16:35:46.430Z Downloaded proc-macro-crate v1.3.1
11472026-08-11T16:35:46.430Z Downloaded scheduled-thread-pool v0.2.7
11482026-08-11T16:35:46.430Z Downloaded utf8_iter v1.0.4
11492026-08-11T16:35:46.435Z Downloaded either v1.15.0
11502026-08-11T16:35:46.437Z Downloaded serdect v0.4.3
11512026-08-11T16:35:46.437Z Downloaded ed25519-dalek v2.2.0
11522026-08-11T16:35:46.442Z Downloaded progenitor-impl v0.14.0
11532026-08-11T16:35:46.445Z Downloaded ingot-macros v0.2.0
11542026-08-11T16:35:46.449Z Downloaded prefix-trie v0.7.0
11552026-08-11T16:35:46.449Z Downloaded salsa20 v0.11.0
11562026-08-11T16:35:46.449Z Downloaded parse-display-derive v0.10.0
11572026-08-11T16:35:46.449Z Downloaded pkcs1 v0.7.5
11582026-08-11T16:35:46.452Z Downloaded module-lattice v0.2.3
11592026-08-11T16:35:46.452Z Downloaded precomputed-hash v0.1.1
11602026-08-11T16:35:46.453Z Downloaded zerofrom-derive v0.1.6
11612026-08-11T16:35:46.453Z Downloaded usdt-macro v0.6.0
11622026-08-11T16:35:46.461Z Downloaded subprocess v0.2.15
11632026-08-11T16:35:46.465Z Downloaded winnow v0.6.26
11642026-08-11T16:35:46.470Z Downloaded internal-russh-num-bigint v0.5.0
11652026-08-11T16:35:46.470Z Downloaded pkcs8 v0.11.0
11662026-08-11T16:35:46.473Z Downloaded tls_codec_derive v0.4.2
11672026-08-11T16:35:46.473Z Downloaded diff v0.1.13
11682026-08-11T16:35:46.473Z Downloaded recursive v0.1.1
11692026-08-11T16:35:46.475Z Downloaded smf v0.2.3
11702026-08-11T16:35:46.478Z Downloaded defmt v1.0.1
11712026-08-11T16:35:46.478Z Downloaded derive_builder_core v0.20.2
11722026-08-11T16:35:46.481Z Downloaded mime_guess v2.0.5
11732026-08-11T16:35:46.481Z Downloaded num-complex v0.4.6
11742026-08-11T16:35:46.485Z Downloaded typify v0.6.2
11752026-08-11T16:35:46.490Z Downloaded endian-type v0.1.2
11762026-08-11T16:35:46.490Z Downloaded nu-ansi-term v0.50.3
11772026-08-11T16:35:46.495Z Downloaded tungstenite v0.23.0
11782026-08-11T16:35:46.500Z Downloaded cookie_store v0.22.1
11792026-08-11T16:35:46.500Z Downloaded internet-checksum v0.2.1
11802026-08-11T16:35:46.500Z Downloaded strum_macros v0.26.4
11812026-08-11T16:35:46.503Z Downloaded tap v1.0.1
11822026-08-11T16:35:46.506Z Downloaded tokio-tungstenite v0.23.1
11832026-08-11T16:35:46.506Z Downloaded topological-sort v0.2.2
11842026-08-11T16:35:46.509Z Downloaded ssh-cipher v0.3.0
11852026-08-11T16:35:46.509Z Downloaded term v0.7.0
11862026-08-11T16:35:46.509Z Downloaded darling_core v0.23.0
11872026-08-11T16:35:46.514Z Downloaded icu_properties_data v2.1.2
11882026-08-11T16:35:46.518Z Downloaded blake3 v1.8.5
11892026-08-11T16:35:46.521Z Downloaded toml_parser v1.1.2+spec-1.1.0
11902026-08-11T16:35:46.524Z Downloaded convert_case v0.10.0
11912026-08-11T16:35:46.524Z Downloaded itertools v0.14.0
11922026-08-11T16:35:46.527Z Downloaded openssl-sys v0.9.117
11932026-08-11T16:35:46.531Z Downloaded serde_with_macros v3.21.0
11942026-08-11T16:35:46.537Z Downloaded scuffle v0.1.0
11952026-08-11T16:35:46.537Z Downloaded salty v0.3.0
11962026-08-11T16:35:46.550Z Downloaded crossbeam-channel v0.5.15
11972026-08-11T16:35:46.550Z Downloaded paste v1.0.15
11982026-08-11T16:35:46.550Z Downloaded time-core v0.1.8
11992026-08-11T16:35:46.550Z Downloaded ed25519-dalek v3.0.0
12002026-08-11T16:35:46.559Z Downloaded schemars_derive v0.8.22
12012026-08-11T16:35:46.559Z Downloaded csv-core v0.1.13
12022026-08-11T16:35:46.559Z Downloaded crossbeam-deque v0.8.6
12032026-08-11T16:35:46.559Z Downloaded crypto-bigint v0.5.5
12042026-08-11T16:35:46.559Z Downloaded proc-macro-error2 v2.0.1
12052026-08-11T16:35:46.559Z Downloaded rand_seeder v0.4.0
12062026-08-11T16:35:46.559Z Downloaded drift v0.2.0
12072026-08-11T16:35:46.563Z Downloaded ipnetwork v0.21.1
12082026-08-11T16:35:46.563Z Downloaded postgres-protocol v0.6.10
12092026-08-11T16:35:46.564Z Downloaded portable-atomic v1.13.1
12102026-08-11T16:35:46.568Z Downloaded git2 v0.20.4
12112026-08-11T16:35:46.573Z Downloaded num-bigint v0.4.6
12122026-08-11T16:35:46.575Z Downloaded slog-term v2.9.2
12132026-08-11T16:35:46.575Z Downloaded thiserror-no-std v2.0.2
12142026-08-11T16:35:46.575Z Downloaded bindgen v0.71.1
12152026-08-11T16:35:46.578Z Downloaded oso v0.27.3
12162026-08-11T16:35:46.583Z Downloaded usdt-impl v0.6.0
12172026-08-11T16:35:46.583Z Downloaded jiff-core v0.1.0
12182026-08-11T16:35:46.586Z Downloaded bitvec v1.0.1
12192026-08-11T16:35:46.590Z Downloaded snafu-derive v0.8.9
12202026-08-11T16:35:46.593Z Downloaded indexmap v1.9.3
12212026-08-11T16:35:46.593Z Downloaded zeroize v1.9.0
12222026-08-11T16:35:46.593Z Downloaded rayon v1.11.0
12232026-08-11T16:35:46.599Z Downloaded winnow v0.5.40
12242026-08-11T16:35:46.602Z Downloaded petname v2.0.2
12252026-08-11T16:35:46.606Z Downloaded libxml v0.3.3
12262026-08-11T16:35:46.609Z Downloaded ecdsa v0.16.9
12272026-08-11T16:35:46.616Z Downloaded russh v0.62.4
12282026-08-11T16:35:46.620Z Downloaded serde_cbor v0.11.2
12292026-08-11T16:35:46.623Z Downloaded p521 v0.14.0
12302026-08-11T16:35:46.626Z Downloaded parking_lot v0.11.2
12312026-08-11T16:35:46.629Z Downloaded itertools v0.10.5
12322026-08-11T16:35:46.632Z Downloaded url v2.5.8
12332026-08-11T16:35:46.632Z Downloaded ryu v1.0.23
12342026-08-11T16:35:46.635Z Downloaded parking_lot v0.12.5
12352026-08-11T16:35:46.635Z Downloaded rand v0.10.1
12362026-08-11T16:35:46.638Z Downloaded signal-hook v0.3.18
12372026-08-11T16:35:46.638Z Downloaded derive_more-impl v2.1.1
12382026-08-11T16:35:46.641Z Downloaded chrono v0.4.45
12392026-08-11T16:35:46.643Z Downloaded rsa v0.10.0-rc.18
12402026-08-11T16:35:46.660Z Downloaded radix_trie v0.2.1
12412026-08-11T16:35:46.663Z Downloaded der v0.7.10
12422026-08-11T16:35:46.666Z Downloaded darling_core v0.13.4
12432026-08-11T16:35:46.669Z Downloaded elliptic-curve v0.14.1
12442026-08-11T16:35:46.669Z Downloaded quick-xml v0.37.5
12452026-08-11T16:35:46.693Z Downloaded rustyline v14.0.0
12462026-08-11T16:35:46.703Z Downloaded vcpkg v0.2.15
12472026-08-11T16:35:46.726Z Downloaded minimal-lexical v0.2.1
12482026-08-11T16:35:46.729Z Downloaded serde_with v3.21.0
12492026-08-11T16:35:46.733Z Downloaded zip v0.6.6
12502026-08-11T16:35:46.736Z Downloaded indicatif v0.18.4
12512026-08-11T16:35:46.739Z Downloaded p384 v0.13.1
12522026-08-11T16:35:46.742Z Downloaded proptest v1.11.0
12532026-08-11T16:35:46.747Z Downloaded ssh-key v0.7.0-rc.11
12542026-08-11T16:35:46.752Z Downloaded zerovec v0.11.5
12552026-08-11T16:35:46.759Z Downloaded nom v7.1.3
12562026-08-11T16:35:46.759Z Downloaded tough v0.22.0
12572026-08-11T16:35:46.761Z Downloaded moka v0.12.13
12582026-08-11T16:35:46.764Z Downloaded unicode-segmentation v1.12.0
12592026-08-11T16:35:46.769Z Downloaded tower v0.5.3
12602026-08-11T16:35:46.774Z Downloaded time v0.3.47
12612026-08-11T16:35:46.780Z Downloaded zerocopy v0.8.40
12622026-08-11T16:35:46.789Z Downloaded goblin v0.10.5
12632026-08-11T16:35:46.802Z Downloaded quinn-proto v0.11.16
12642026-08-11T16:35:46.805Z Downloaded rawzip v0.4.4
12652026-08-11T16:35:46.818Z Downloaded der v0.8.0
12662026-08-11T16:35:46.822Z Downloaded crossterm v0.29.0
12672026-08-11T16:35:46.825Z Downloaded itertools v0.15.0
12682026-08-11T16:35:46.829Z Downloaded itertools v0.12.1
12692026-08-11T16:35:46.832Z Downloaded num-bigint-dig v0.8.6
12702026-08-11T16:35:46.835Z Downloaded iri-string v0.7.10
12712026-08-11T16:35:46.840Z Downloaded crossterm v0.28.1
12722026-08-11T16:35:46.850Z Downloaded iddqd v0.4.2
12732026-08-11T16:35:46.874Z Downloaded zlib-rs v0.6.2
12742026-08-11T16:35:46.884Z Downloaded object v0.30.4
12752026-08-11T16:35:46.890Z Downloaded tabled v0.20.0
12762026-08-11T16:35:46.900Z Downloaded crypto-primes v0.7.2
12772026-08-11T16:35:46.904Z Downloaded libm v0.2.16
12782026-08-11T16:35:46.908Z Downloaded regex v1.12.3
12792026-08-11T16:35:46.911Z Downloaded idna v1.1.0
12802026-08-11T16:35:46.930Z Downloaded bstr v1.12.1
12812026-08-11T16:35:46.934Z Downloaded nix v0.28.0
12822026-08-11T16:35:46.939Z Downloaded smoltcp v0.9.1
12832026-08-11T16:35:46.947Z Downloaded sha3 v0.12.0
12842026-08-11T16:35:46.951Z Downloaded crypto-bigint v0.7.5
12852026-08-11T16:35:46.956Z Downloaded object v0.37.3
12862026-08-11T16:35:46.963Z Downloaded winnow v1.0.3
12872026-08-11T16:35:46.970Z Downloaded hickory-proto v0.24.4
12882026-08-11T16:35:46.977Z Downloaded regress v0.11.1
12892026-08-11T16:35:46.983Z Downloaded lalrpop v0.19.12
12902026-08-11T16:35:46.990Z Downloaded hickory-proto v0.25.2
12912026-08-11T16:35:46.997Z Downloaded nix v0.31.2
12922026-08-11T16:35:47.020Z Downloaded curve25519-dalek v4.1.3
12932026-08-11T16:35:47.026Z Downloaded nix v0.27.1
12942026-08-11T16:35:47.042Z Downloaded regex-syntax v0.8.10
12952026-08-11T16:35:47.056Z Downloaded regex-syntax v0.6.29
12962026-08-11T16:35:47.060Z Downloaded regress v0.10.5
12972026-08-11T16:35:47.075Z Downloaded dropshot v0.17.1
12982026-08-11T16:35:47.087Z Downloaded rustls v0.23.41
12992026-08-11T16:35:47.094Z Downloaded openssl v0.10.80
13002026-08-11T16:35:47.103Z Downloaded smoltcp v0.11.0
13012026-08-11T16:35:47.132Z Downloaded curve25519-dalek v5.0.0
13022026-08-11T16:35:47.136Z Downloaded openapiv3 v2.2.0
13032026-08-11T16:35:47.142Z Downloaded tracing v0.1.44
13042026-08-11T16:35:47.157Z Downloaded polar-core v0.27.3
13052026-08-11T16:35:47.165Z Downloaded rustix v0.38.44
13062026-08-11T16:35:47.208Z Downloaded typify-impl v0.6.2
13072026-08-11T16:35:47.214Z Downloaded ratatui v0.29.0
13082026-08-11T16:35:47.228Z Downloaded petgraph v0.6.5
13092026-08-11T16:35:47.252Z Downloaded sqlparser v0.61.0
13102026-08-11T16:35:47.258Z Downloaded jiff v0.2.34
13112026-08-11T16:35:47.269Z Downloaded sled v0.34.7
13122026-08-11T16:35:47.272Z Downloaded petgraph v0.8.3
13132026-08-11T16:35:47.285Z Downloaded diesel v2.3.7
13142026-08-11T16:35:47.296Z Downloaded zerocopy-derive v0.6.6
13152026-08-11T16:35:47.301Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-11T16:35:47.308Z Downloaded regex-automata v0.4.14
13172026-08-11T16:35:47.316Z Downloaded sha3 v0.11.0
13182026-08-11T16:35:47.319Z Downloaded sha3 v0.10.8
13192026-08-11T16:35:47.330Z Downloaded csv v1.4.0
13202026-08-11T16:35:47.342Z Downloaded libz-sys v1.1.24
13212026-08-11T16:35:47.358Z Downloaded chrono-tz v0.10.4
13222026-08-11T16:35:47.369Z Downloaded ring v0.17.14
13232026-08-11T16:35:47.392Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-08-11T16:35:47.453Z Downloaded tokio v1.52.1
13252026-08-11T16:35:47.548Z Downloaded encoding_rs v0.8.35
13262026-08-11T16:35:47.661Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-08-11T16:35:48.201Z Downloaded aws-lc-sys v0.40.0
13282026-08-11T16:35:48.454Z Compiling libc v0.2.185
13292026-08-11T16:35:48.454Z Compiling serde_core v1.0.228
13302026-08-11T16:35:48.454Z Compiling serde v1.0.228
13312026-08-11T16:35:48.459Z Compiling log v0.4.29
13322026-08-11T16:35:48.459Z Compiling smallvec v1.15.1
13332026-08-11T16:35:48.459Z Compiling shlex v1.3.0
13342026-08-11T16:35:48.459Z Compiling find-msvc-tools v0.1.9
13352026-08-11T16:35:48.587Z Compiling syn v2.0.117
13362026-08-11T16:35:48.780Z Compiling subtle v2.6.1
13372026-08-11T16:35:48.805Z Compiling scopeguard v1.2.0
13382026-08-11T16:35:48.849Z Compiling stable_deref_trait v1.2.1
13392026-08-11T16:35:48.889Z Compiling lock_api v0.4.14
13402026-08-11T16:35:48.905Z Compiling typenum v1.20.1
13412026-08-11T16:35:48.918Z Compiling zerocopy v0.8.40
13422026-08-11T16:35:48.946Z Compiling portable-atomic v1.13.1
13432026-08-11T16:35:48.975Z Compiling serde_json v1.0.151
13442026-08-11T16:35:49.135Z Compiling critical-section v1.2.0
13452026-08-11T16:35:49.203Z Compiling libm v0.2.16
13462026-08-11T16:35:49.240Z Compiling num-traits v0.2.19
13472026-08-11T16:35:49.396Z Compiling pkg-config v0.3.32
13482026-08-11T16:35:49.508Z Compiling jobserver v0.1.34
13492026-08-11T16:35:49.511Z Compiling errno v0.3.14
13502026-08-11T16:35:49.572Z Compiling getrandom v0.2.17
13512026-08-11T16:35:49.731Z Compiling cc v1.2.56
13522026-08-11T16:35:49.809Z Compiling rand_core v0.6.4
13532026-08-11T16:35:49.867Z Compiling generic-array v0.14.7
13542026-08-11T16:35:49.948Z Compiling once_cell v1.21.3
13552026-08-11T16:35:50.030Z Compiling pin-project-lite v0.2.17
13562026-08-11T16:35:50.063Z Compiling const-oid v0.9.6
13572026-08-11T16:35:50.088Z Compiling getrandom v0.4.1
13582026-08-11T16:35:50.129Z Compiling parking_lot_core v0.9.12
13592026-08-11T16:35:50.203Z Compiling rand_core v0.10.0
13602026-08-11T16:35:50.384Z Compiling signal-hook-registry v1.4.8
13612026-08-11T16:35:50.713Z Compiling bitflags v2.11.0
13622026-08-11T16:35:50.804Z Compiling futures-core v0.3.32
13632026-08-11T16:35:50.826Z Compiling writeable v0.6.2
13642026-08-11T16:35:50.889Z Compiling litemap v0.8.1
13652026-08-11T16:35:50.949Z Compiling percent-encoding v2.3.2
13662026-08-11T16:35:50.962Z Compiling semver v1.0.28
13672026-08-11T16:35:51.021Z Compiling parking_lot v0.12.5
13682026-08-11T16:35:51.078Z Compiling mio v1.2.0
13692026-08-11T16:35:51.107Z Compiling icu_normalizer_data v2.1.1
13702026-08-11T16:35:51.135Z Compiling icu_properties_data v2.1.2
13712026-08-11T16:35:51.285Z Compiling socket2 v0.6.3
13722026-08-11T16:35:51.315Z Compiling getrandom v0.3.4
13732026-08-11T16:35:51.398Z Compiling futures-sink v0.3.32
13742026-08-11T16:35:51.412Z Compiling indexmap v2.14.0
13752026-08-11T16:35:51.500Z Compiling synstructure v0.13.2
13762026-08-11T16:35:51.516Z Compiling futures-channel v0.3.32
13772026-08-11T16:35:51.553Z Compiling rustix v1.1.3
13782026-08-11T16:35:51.690Z Compiling futures-task v0.3.32
13792026-08-11T16:35:51.736Z Compiling futures-io v0.3.32
13802026-08-11T16:35:51.870Z Compiling utf8_iter v1.0.4
13812026-08-11T16:35:51.896Z Compiling slab v0.4.12
13822026-08-11T16:35:51.946Z Compiling form_urlencoded v1.2.2
13832026-08-11T16:35:52.040Z Compiling rustversion v1.0.22
13842026-08-11T16:35:52.117Z Compiling iana-time-zone v0.1.65
13852026-08-11T16:35:52.163Z Compiling base64ct v1.8.3
13862026-08-11T16:35:52.163Z Compiling cmake v0.1.57
13872026-08-11T16:35:52.163Z Compiling regex-syntax v0.8.10
13882026-08-11T16:35:52.208Z Compiling flagset v0.4.7
13892026-08-11T16:35:52.269Z Compiling fs_extra v1.3.0
13902026-08-11T16:35:52.346Z Compiling pem-rfc7468 v0.7.0
13912026-08-11T16:35:52.368Z Compiling ident_case v1.0.1
13922026-08-11T16:35:52.498Z Compiling dunce v1.0.5
13932026-08-11T16:35:52.521Z Compiling rand_core v0.9.5
13942026-08-11T16:35:52.521Z Compiling uuid v1.23.4
13952026-08-11T16:35:52.564Z Compiling aws-lc-sys v0.40.0
13962026-08-11T16:35:52.621Z Compiling base64 v0.22.1
13972026-08-11T16:35:52.817Z Compiling vcpkg v0.2.15
13982026-08-11T16:35:52.926Z Compiling syn v1.0.109
13992026-08-11T16:35:53.021Z Compiling serde_derive_internals v0.29.1
14002026-08-11T16:35:53.296Z Compiling serde_derive v1.0.228
14012026-08-11T16:35:53.335Z Compiling zeroize_derive v1.5.0
14022026-08-11T16:35:53.335Z Compiling zerofrom-derive v0.1.6
14032026-08-11T16:35:53.335Z Compiling zerocopy-derive v0.8.40
14042026-08-11T16:35:53.564Z Compiling yoke-derive v0.8.1
14052026-08-11T16:35:53.890Z Compiling zeroize v1.9.0
14062026-08-11T16:35:53.933Z Compiling zerovec-derive v0.11.2
14072026-08-11T16:35:54.097Z Compiling displaydoc v0.2.5
14082026-08-11T16:35:54.644Z Compiling zerofrom v0.1.6
14092026-08-11T16:35:54.692Z Compiling tokio-macros v2.7.0
14102026-08-11T16:35:54.773Z Compiling yoke v0.8.1
14112026-08-11T16:35:54.835Z Compiling futures-macro v0.3.32
14122026-08-11T16:35:54.958Z Compiling zerotrie v0.2.3
14132026-08-11T16:35:55.040Z Compiling crypto-common v0.1.7
14142026-08-11T16:35:55.057Z Compiling zerovec v0.11.5
14152026-08-11T16:35:55.168Z Compiling block-buffer v0.10.4
14162026-08-11T16:35:55.246Z Compiling der_derive v0.7.3
14172026-08-11T16:35:55.335Z Compiling digest v0.10.7
14182026-08-11T16:35:55.415Z Compiling thiserror-impl v2.0.18
14192026-08-11T16:35:55.556Z Compiling tinystr v0.8.2
14202026-08-11T16:35:55.594Z Compiling potential_utf v0.1.4
14212026-08-11T16:35:55.652Z Compiling futures-util v0.3.32
14222026-08-11T16:35:55.755Z Compiling icu_locale_core v2.1.1
14232026-08-11T16:35:55.768Z Compiling icu_collections v2.1.1
14242026-08-11T16:35:56.216Z Compiling der v0.7.10
14252026-08-11T16:35:56.256Z Compiling openssl-sys v0.9.117
14262026-08-11T16:35:56.632Z Compiling icu_provider v2.1.1
14272026-08-11T16:35:56.697Z Compiling bytes v1.11.1
14282026-08-11T16:35:56.722Z Compiling chrono v0.4.45
14292026-08-11T16:35:56.744Z Compiling thiserror v2.0.18
14302026-08-11T16:35:56.896Z Compiling icu_normalizer v2.1.1
14312026-08-11T16:35:56.923Z Compiling icu_properties v2.1.2
14322026-08-11T16:35:57.300Z Compiling tokio v1.52.1
14332026-08-11T16:35:57.394Z Compiling http v1.4.2
14342026-08-11T16:35:57.416Z Compiling spki v0.7.3
14352026-08-11T16:35:57.624Z Compiling ppv-lite86 v0.2.21
14362026-08-11T16:35:57.785Z Compiling tracing-attributes v0.1.31
14372026-08-11T16:35:58.001Z Compiling idna_adapter v1.2.1
14382026-08-11T16:35:58.006Z Compiling rand_chacha v0.9.0
14392026-08-11T16:35:58.080Z Compiling rustc_version v0.4.1
14402026-08-11T16:35:58.129Z Compiling idna v1.1.0
14412026-08-11T16:35:58.148Z Compiling tracing-core v0.1.36
14422026-08-11T16:35:58.370Z Compiling aws-lc-rs v1.16.3
14432026-08-11T16:35:58.399Z Compiling dyn-clone v1.0.20
14442026-08-11T16:35:58.537Z Compiling url v2.5.8
14452026-08-11T16:35:58.651Z Compiling cpufeatures v0.2.17
14462026-08-11T16:35:58.693Z Compiling schemars v0.8.22
14472026-08-11T16:35:58.707Z Compiling rand v0.9.2
14482026-08-11T16:35:58.734Z Compiling http-body v1.0.1
14492026-08-11T16:35:58.777Z Compiling pkcs8 v0.10.2
14502026-08-11T16:35:59.009Z Compiling rustls-pki-types v1.14.0
14512026-08-11T16:35:59.032Z Compiling schemars_derive v0.8.22
14522026-08-11T16:35:59.109Z Compiling tracing v0.1.44
14532026-08-11T16:35:59.331Z Compiling spin v0.9.8
14542026-08-11T16:35:59.380Z Compiling httparse v1.10.1
14552026-08-11T16:35:59.448Z Compiling openssl-probe v0.2.1
14562026-08-11T16:35:59.464Z Compiling crc32fast v1.5.0
14572026-08-11T16:35:59.528Z Compiling cmov v0.5.4
14582026-08-11T16:35:59.616Z Compiling tinyvec_macros v0.1.1
14592026-08-11T16:35:59.698Z Compiling tempfile v3.25.0
14602026-08-11T16:35:59.728Z Compiling ctutils v0.4.2
14612026-08-11T16:35:59.742Z Compiling tinyvec v1.10.0
14622026-08-11T16:35:59.758Z Compiling pest_generator v2.8.6
14632026-08-11T16:35:59.950Z Compiling sha2 v0.10.9
14642026-08-11T16:36:00.040Z Compiling aho-corasick v1.1.4
14652026-08-11T16:36:00.075Z Compiling radium v0.7.0
14662026-08-11T16:36:00.317Z Compiling try-lock v0.2.5
14672026-08-11T16:36:00.421Z Compiling untrusted v0.7.1
14682026-08-11T16:36:00.424Z Compiling tower-layer v0.3.3
14692026-08-11T16:36:00.542Z Compiling tower-service v0.3.3
14702026-08-11T16:36:00.592Z Compiling atomic-waker v1.1.2
14712026-08-11T16:36:00.641Z Compiling pest_derive v2.8.6
14722026-08-11T16:36:00.712Z Compiling want v0.3.1
14732026-08-11T16:36:00.873Z Compiling regex-automata v0.4.14
14742026-08-11T16:36:01.065Z Compiling tokio-util v0.7.18
14752026-08-11T16:36:01.259Z Compiling hybrid-array v0.4.13
14762026-08-11T16:36:01.680Z Compiling ipnet v2.11.0
14772026-08-11T16:36:01.946Z Compiling h2 v0.4.15
14782026-08-11T16:36:02.000Z Compiling scroll_derive v0.13.1
14792026-08-11T16:36:02.075Z Compiling darling_core v0.20.11
14802026-08-11T16:36:02.162Z Compiling foreign-types-shared v0.1.1
14812026-08-11T16:36:02.249Z Compiling openssl v0.10.80
14822026-08-11T16:36:02.473Z Compiling rustls v0.23.41
14832026-08-11T16:36:02.588Z Compiling untrusted v0.9.0
14842026-08-11T16:36:02.651Z Compiling httpdate v1.0.3
14852026-08-11T16:36:02.770Z Compiling simd-adler32 v0.3.8
14862026-08-11T16:36:02.825Z Compiling maybe-uninit v2.0.0
14872026-08-11T16:36:02.912Z Compiling tap v1.0.1
14882026-08-11T16:36:02.995Z Compiling wyz v0.5.1
14892026-08-11T16:36:03.008Z Compiling scroll v0.13.0
14902026-08-11T16:36:03.039Z Compiling foreign-types v0.3.2
14912026-08-11T16:36:03.125Z Compiling unicode-normalization v0.1.25
14922026-08-11T16:36:03.266Z Compiling rand_chacha v0.3.1
14932026-08-11T16:36:03.309Z Compiling hex v0.4.3
14942026-08-11T16:36:03.584Z Compiling signature v2.2.0
14952026-08-11T16:36:03.590Z Compiling thiserror-impl v1.0.69
14962026-08-11T16:36:03.590Z Compiling openssl-macros v0.1.1
14972026-08-11T16:36:03.767Z Compiling terminal_size v0.4.3
14982026-08-11T16:36:03.908Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-08-11T16:36:03.998Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-08-11T16:36:04.039Z Compiling num-integer v0.1.46
15012026-08-11T16:36:04.181Z Compiling wait-timeout v0.2.1
15022026-08-11T16:36:04.352Z Compiling ahash v0.8.12
15032026-08-11T16:36:04.368Z Compiling darling_macro v0.20.11
15042026-08-11T16:36:04.388Z Compiling num-bigint-dig v0.8.6
15052026-08-11T16:36:04.438Z Compiling funty v2.0.0
15062026-08-11T16:36:04.546Z Compiling num-conv v0.2.0
15072026-08-11T16:36:04.560Z Compiling packed_struct v0.10.1
15082026-08-11T16:36:04.678Z Compiling bit-vec v0.8.0
15092026-08-11T16:36:04.801Z Compiling powerfmt v0.2.0
15102026-08-11T16:36:04.801Z Compiling quick-error v1.2.3
15112026-08-11T16:36:04.840Z Compiling native-tls v0.2.18
15122026-08-11T16:36:04.909Z Compiling time-core v0.1.8
15132026-08-11T16:36:04.920Z Compiling adler2 v2.0.1
15142026-08-11T16:36:04.962Z Compiling deranged v0.5.8
15152026-08-11T16:36:04.994Z Compiling rusty-fork v0.3.1
15162026-08-11T16:36:05.007Z Compiling bit-set v0.8.0
15172026-08-11T16:36:05.049Z Compiling miniz_oxide v0.8.9
15182026-08-11T16:36:05.049Z Compiling time-macros v0.2.27
15192026-08-11T16:36:05.082Z Compiling darling v0.20.11
15202026-08-11T16:36:05.156Z Compiling hyper v1.10.1
15212026-08-11T16:36:05.186Z Compiling thiserror v1.0.69
15222026-08-11T16:36:05.326Z Compiling bitvec v1.0.1
15232026-08-11T16:36:05.378Z Compiling clap_builder v4.6.0
15242026-08-11T16:36:05.953Z Compiling num-iter v0.1.45
15252026-08-11T16:36:06.118Z Compiling rand v0.8.6
15262026-08-11T16:36:06.691Z Compiling hyper-util v0.1.20
15272026-08-11T16:36:06.710Z Compiling goblin v0.10.5
15282026-08-11T16:36:06.860Z Compiling packed_struct_codegen v0.10.1
15292026-08-11T16:36:06.874Z Compiling lazy_static v1.5.0
15302026-08-11T16:36:06.960Z Compiling serde_spanned v0.6.9
15312026-08-11T16:36:07.102Z Compiling toml_datetime v0.6.11
15322026-08-11T16:36:07.358Z Compiling hmac v0.12.1
15332026-08-11T16:36:07.511Z Compiling zerocopy-derive v0.6.6
15342026-08-11T16:36:07.940Z Compiling bitfield-macros v0.19.4
15352026-08-11T16:36:08.301Z Compiling clap_derive v4.6.1
15362026-08-11T16:36:08.387Z Compiling anstyle-parse v0.2.7
15372026-08-11T16:36:08.445Z Compiling rand_xorshift v0.4.0
15382026-08-11T16:36:08.564Z Compiling sync_wrapper v1.0.2
15392026-08-11T16:36:08.618Z Compiling indexmap v1.9.3
15402026-08-11T16:36:08.648Z Compiling usdt-impl v0.6.0
15412026-08-11T16:36:08.673Z Compiling nodrop v0.1.14
15422026-08-11T16:36:08.765Z Compiling num_threads v0.1.7
15432026-08-11T16:36:08.801Z Compiling crossbeam-utils v0.8.21
15442026-08-11T16:36:08.844Z Compiling paste v1.0.15
15452026-08-11T16:36:08.862Z Compiling zlib-rs v0.6.2
15462026-08-11T16:36:09.088Z Compiling unarray v0.1.4
15472026-08-11T16:36:09.106Z Compiling siphasher v1.0.2
15482026-08-11T16:36:09.125Z Compiling crc-catalog v2.4.0
15492026-08-11T16:36:09.197Z Compiling crc v3.4.0
15502026-08-11T16:36:09.229Z Compiling proptest v1.11.0
15512026-08-11T16:36:09.462Z Compiling time v0.3.47
15522026-08-11T16:36:09.528Z Compiling array-init v0.0.4
15532026-08-11T16:36:09.789Z Compiling dof v0.4.0
15542026-08-11T16:36:10.080Z Compiling clap v4.6.1
15552026-08-11T16:36:10.248Z Compiling tower v0.5.3
15562026-08-11T16:36:10.648Z Compiling bitfield v0.19.4
15572026-08-11T16:36:10.924Z Compiling anstream v0.6.21
15582026-08-11T16:36:10.997Z Compiling zerocopy v0.6.6
15592026-08-11T16:36:11.213Z Compiling smallvec v0.6.14
15602026-08-11T16:36:11.392Z Compiling derive_builder_core v0.20.2
15612026-08-11T16:36:11.545Z Compiling dtrace-parser v0.3.0
15622026-08-11T16:36:12.046Z Compiling flate2 v1.1.9
15632026-08-11T16:36:12.205Z Compiling ipnetwork v0.21.1
15642026-08-11T16:36:12.220Z Compiling pkcs1 v0.7.5
15652026-08-11T16:36:12.238Z Compiling http-body-util v0.1.3
15662026-08-11T16:36:12.394Z Compiling heapless v0.7.17
15672026-08-11T16:36:12.439Z Compiling scroll_derive v0.12.1
15682026-08-11T16:36:12.474Z Compiling structmeta-derive v0.3.0
15692026-08-11T16:36:12.581Z Compiling slog v2.8.2
15702026-08-11T16:36:12.615Z Compiling darling_core v0.23.0
15712026-08-11T16:36:12.633Z Compiling thread-id v5.1.0
15722026-08-11T16:36:12.709Z Compiling cookie v0.18.1
15732026-08-11T16:36:12.796Z Compiling env_filter v1.0.0
15742026-08-11T16:36:12.894Z Compiling allocator-api2 v0.2.21
15752026-08-11T16:36:13.102Z Compiling hashbrown v0.12.3
15762026-08-11T16:36:13.123Z Compiling base64 v0.21.7
15772026-08-11T16:36:13.243Z Compiling unicode-bidi v0.3.18
15782026-08-11T16:36:13.458Z Compiling ryu v1.0.23
15792026-08-11T16:36:13.576Z Compiling iri-string v0.7.10
15802026-08-11T16:36:13.605Z Compiling unicode-properties v0.1.4
15812026-08-11T16:36:13.623Z Compiling anyhow v1.0.102
15822026-08-11T16:36:13.762Z Compiling signal-hook v0.3.18
15832026-08-11T16:36:13.793Z Compiling zstd-safe v7.2.4
15842026-08-11T16:36:13.969Z Compiling winnow v0.5.40
15852026-08-11T16:36:14.046Z Compiling stringprep v0.1.5
15862026-08-11T16:36:14.153Z Compiling structmeta v0.3.0
15872026-08-11T16:36:14.379Z Compiling serde_urlencoded v0.7.1
15882026-08-11T16:36:14.626Z Compiling ron v0.8.1
15892026-08-11T16:36:14.825Z Compiling tower-http v0.6.8
15902026-08-11T16:36:15.071Z Compiling scroll v0.12.0
15912026-08-11T16:36:15.148Z Compiling darling_macro v0.23.0
15922026-08-11T16:36:15.221Z Compiling toml_edit v0.19.15
15932026-08-11T16:36:15.336Z Compiling env_logger v0.11.9
15942026-08-11T16:36:15.581Z Compiling rsa v0.9.10
15952026-08-11T16:36:15.633Z Compiling oxnet v0.1.6
15962026-08-11T16:36:15.803Z Compiling derive_builder_macro v0.20.2
15972026-08-11T16:36:15.989Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-08-11T16:36:16.061Z Compiling newtype-uuid v1.3.2
15992026-08-11T16:36:16.270Z Compiling hashbrown v0.13.2
16002026-08-11T16:36:16.396Z Compiling serde-hex v0.1.0
16012026-08-11T16:36:16.581Z Compiling bzip2 v0.4.4
16022026-08-11T16:36:16.743Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-11T16:36:16.789Z Compiling tokio-native-tls v0.3.1
16042026-08-11T16:36:16.928Z Compiling camino v1.2.2
16052026-08-11T16:36:17.452Z Compiling bstr v1.12.1
16062026-08-11T16:36:17.817Z Compiling crypto-common v0.2.2
16072026-08-11T16:36:17.846Z Compiling block-buffer v0.12.1
16082026-08-11T16:36:18.045Z Compiling block-padding v0.4.2
16092026-08-11T16:36:18.118Z Compiling rustls-native-certs v0.8.3
16102026-08-11T16:36:18.133Z Compiling curve25519-dalek v4.1.3
16112026-08-11T16:36:18.215Z Compiling x509-cert v0.2.5
16122026-08-11T16:36:18.418Z Compiling serde_tokenstream v0.2.3
16132026-08-11T16:36:18.459Z Compiling erased-serde v0.3.31
16142026-08-11T16:36:18.653Z Compiling md-5 v0.10.6
16152026-08-11T16:36:18.729Z Compiling daft-derive v0.1.7
16162026-08-11T16:36:18.815Z Compiling pin-project-internal v1.1.11
16172026-08-11T16:36:18.945Z Compiling async-trait v0.1.89
16182026-08-11T16:36:19.459Z Compiling zerocopy-derive v0.7.35
16192026-08-11T16:36:19.562Z Compiling vergen-lib v9.1.0
16202026-08-11T16:36:19.735Z Compiling hash32 v0.2.1
16212026-08-11T16:36:19.804Z Compiling memoffset v0.9.1
16222026-08-11T16:36:19.901Z Compiling encoding_rs v0.8.35
16232026-08-11T16:36:19.933Z Compiling cfg_aliases v0.2.1
16242026-08-11T16:36:19.957Z Compiling psl-types v2.0.11
16252026-08-11T16:36:19.993Z Compiling smoltcp v0.9.1
16262026-08-11T16:36:20.010Z Compiling fallible-iterator v0.2.0
16272026-08-11T16:36:20.083Z Compiling litrs v1.0.0
16282026-08-11T16:36:20.107Z Compiling crc-any v2.5.0
16292026-08-11T16:36:20.313Z Compiling ref-cast v1.0.25
16302026-08-11T16:36:20.317Z Compiling rustix v0.38.44
16312026-08-11T16:36:20.330Z Compiling mime v0.3.17
16322026-08-11T16:36:20.355Z Compiling zerocopy v0.7.35
16332026-08-11T16:36:20.571Z Compiling document-features v0.2.12
16342026-08-11T16:36:20.599Z Compiling postgres-protocol v0.6.10
16352026-08-11T16:36:20.636Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16362026-08-11T16:36:20.656Z Compiling publicsuffix v2.3.0
16372026-08-11T16:36:20.748Z Compiling nix v0.31.2
16382026-08-11T16:36:20.887Z Compiling pin-project v1.1.11
16392026-08-11T16:36:21.007Z Compiling daft v0.1.7
16402026-08-11T16:36:21.131Z Compiling inout v0.2.2
16412026-08-11T16:36:21.221Z Compiling hyper-tls v0.6.0
16422026-08-11T16:36:21.290Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-11T16:36:21.299Z Compiling zip v0.6.6
16442026-08-11T16:36:21.370Z Compiling object v0.30.4
16452026-08-11T16:36:21.381Z Compiling toml v0.7.8
16462026-08-11T16:36:21.435Z Compiling derive_builder v0.20.2
16472026-08-11T16:36:21.556Z Compiling darling v0.23.0
16482026-08-11T16:36:21.638Z Compiling goblin v0.8.2
16492026-08-11T16:36:21.675Z Compiling derive-ex v0.1.8
16502026-08-11T16:36:22.089Z Compiling phf_shared v0.13.1
16512026-08-11T16:36:22.185Z Compiling regex v1.12.3
16522026-08-11T16:36:22.251Z Compiling hubpack_derive v0.1.1
16532026-08-11T16:36:22.324Z Compiling futures-executor v0.3.32
16542026-08-11T16:36:22.586Z Compiling snafu-derive v0.8.9
16552026-08-11T16:36:22.612Z Compiling ref-cast-impl v1.0.25
16562026-08-11T16:36:22.711Z Compiling curve25519-dalek-derive v0.1.1
16572026-08-11T16:36:23.166Z Compiling strum_macros v0.27.2
16582026-08-11T16:36:23.350Z Compiling vergen v9.1.0
16592026-08-11T16:36:23.380Z Compiling cargo-platform v0.3.2
16602026-08-11T16:36:23.526Z Compiling ff v0.13.1
16612026-08-11T16:36:23.651Z Compiling fs-err v3.3.0
16622026-08-11T16:36:23.668Z Compiling jiff-core v0.1.0
16632026-08-11T16:36:23.849Z Compiling unicode-segmentation v1.12.0
16642026-08-11T16:36:24.226Z Compiling foldhash v0.2.0
16652026-08-11T16:36:24.242Z Compiling base16ct v0.2.0
16662026-08-11T16:36:24.415Z Compiling path-slash v0.1.5
16672026-08-11T16:36:24.442Z Compiling object v0.37.3
16682026-08-11T16:36:24.499Z Compiling bumpalo v3.20.2
16692026-08-11T16:36:24.543Z Compiling libbz2-rs-sys v0.2.2
16702026-08-11T16:36:24.702Z Compiling same-file v1.0.6
16712026-08-11T16:36:24.727Z Compiling managed v0.8.0
16722026-08-11T16:36:24.748Z Compiling bitflags v1.3.2
16732026-08-11T16:36:24.823Z Compiling either v1.15.0
16742026-08-11T16:36:24.862Z Compiling foldhash v0.1.5
16752026-08-11T16:36:25.024Z Compiling hashbrown v0.15.5
16762026-08-11T16:36:25.036Z Compiling bzip2 v0.6.1
16772026-08-11T16:36:25.106Z Compiling strum v0.27.2
16782026-08-11T16:36:25.142Z Compiling walkdir v2.5.0
16792026-08-11T16:36:25.248Z Compiling zopfli v0.8.3
16802026-08-11T16:36:25.262Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16812026-08-11T16:36:25.265Z Compiling snafu v0.8.9
16822026-08-11T16:36:25.449Z Compiling jiff v0.2.34
16832026-08-11T16:36:25.562Z Compiling hashbrown v0.16.1
16842026-08-11T16:36:25.643Z Compiling sec1 v0.7.3
16852026-08-11T16:36:25.708Z Compiling dof v0.3.0
16862026-08-11T16:36:25.894Z Compiling group v0.13.0
16872026-08-11T16:36:25.980Z Compiling cargo_metadata v0.23.1
16882026-08-11T16:36:26.092Z Compiling test-strategy v0.4.5
16892026-08-11T16:36:26.523Z Compiling hubpack v0.1.2
16902026-08-11T16:36:26.659Z Compiling futures v0.3.32
16912026-08-11T16:36:26.738Z Compiling phf v0.13.1
16922026-08-11T16:36:26.790Z Compiling signal-hook-mio v0.2.5
16932026-08-11T16:36:26.935Z Compiling cookie_store v0.22.1
16942026-08-11T16:36:27.245Z Compiling serde_with_macros v3.21.0
16952026-08-11T16:36:27.388Z Compiling zstd v0.13.3
16962026-08-11T16:36:27.553Z Compiling reqwest v0.12.28
16972026-08-11T16:36:27.565Z Compiling cipher v0.5.2
16982026-08-11T16:36:27.601Z Compiling postgres-types v0.2.12
16992026-08-11T16:36:28.204Z Compiling usdt-macro v0.6.0
17002026-08-11T16:36:28.422Z Compiling usdt-attr-macro v0.6.0
17012026-08-11T16:36:28.975Z Compiling globset v0.4.18
17022026-08-11T16:36:29.027Z Compiling phf_shared v0.11.3
17032026-08-11T16:36:29.104Z Compiling hkdf v0.12.4
17042026-08-11T16:36:29.179Z Compiling dtrace-parser v0.2.0
17052026-08-11T16:36:29.212Z Compiling ed25519 v2.2.3
17062026-08-11T16:36:29.227Z Compiling byte-wrapper v0.1.0
17072026-08-11T16:36:29.271Z Compiling olpc-cjson v0.1.4
17082026-08-11T16:36:29.432Z Compiling serde-big-array v0.5.1
17092026-08-11T16:36:29.548Z Compiling serde_plain v1.0.2
17102026-08-11T16:36:29.579Z Compiling crypto-bigint v0.5.5
17112026-08-11T16:36:29.654Z Compiling serde_repr v0.1.20
17122026-08-11T16:36:29.682Z Compiling enum-as-inner v0.6.1
17132026-08-11T16:36:29.749Z Compiling strum_macros v0.26.4
17142026-08-11T16:36:29.925Z Compiling async-recursion v1.1.1
17152026-08-11T16:36:30.158Z Compiling pem v3.0.6
17162026-08-11T16:36:30.260Z Compiling float-cmp v0.10.0
17172026-08-11T16:36:30.260Z Compiling thread-id v4.2.2
17182026-08-11T16:36:30.285Z Compiling memmap2 v0.9.10
17192026-08-11T16:36:30.321Z Compiling data-encoding v2.10.0
17202026-08-11T16:36:30.441Z Compiling fixedbitset v0.4.2
17212026-08-11T16:36:30.487Z Compiling fixedbitset v0.5.7
17222026-08-11T16:36:30.565Z Compiling winnow v1.0.3
17232026-08-11T16:36:30.653Z Compiling const-oid v0.10.2
17242026-08-11T16:36:30.790Z Compiling keccak v0.1.6
17252026-08-11T16:36:30.856Z Compiling normalize-line-endings v0.3.0
17262026-08-11T16:36:30.917Z Compiling cpufeatures v0.3.0
17272026-08-11T16:36:30.953Z Compiling predicates-core v1.0.10
17282026-08-11T16:36:31.003Z Compiling static_assertions v1.1.0
17292026-08-11T16:36:31.016Z Compiling whoami v2.1.0
17302026-08-11T16:36:31.069Z Compiling new_debug_unreachable v1.0.6
17312026-08-11T16:36:31.126Z Compiling precomputed-hash v0.1.1
17322026-08-11T16:36:31.143Z Compiling difflib v0.4.0
17332026-08-11T16:36:31.221Z Compiling typed-path v0.9.3
17342026-08-11T16:36:31.330Z Compiling tokio-postgres v0.7.16
17352026-08-11T16:36:31.389Z Compiling predicates v3.1.4
17362026-08-11T16:36:31.475Z Compiling strum v0.26.3
17372026-08-11T16:36:31.527Z Compiling string_cache v0.8.9
17382026-08-11T16:36:31.600Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-11T16:36:31.694Z Compiling chacha20 v0.10.0
17402026-08-11T16:36:31.713Z Compiling sha3 v0.10.8
17412026-08-11T16:36:31.746Z Compiling toml_parser v1.1.2+spec-1.1.0
17422026-08-11T16:36:32.005Z Compiling digest v0.11.3
17432026-08-11T16:36:32.054Z Compiling petgraph v0.8.3
17442026-08-11T16:36:32.152Z Compiling toml_edit v0.22.27
17452026-08-11T16:36:32.227Z Compiling petgraph v0.6.5
17462026-08-11T16:36:32.377Z Compiling hickory-proto v0.25.2
17472026-08-11T16:36:32.434Z Compiling elliptic-curve v0.13.8
17482026-08-11T16:36:32.885Z Compiling usdt v0.6.0
17492026-08-11T16:36:33.158Z Compiling usdt-impl v0.5.0
17502026-08-11T16:36:33.592Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-11T16:36:33.748Z Compiling ed25519-dalek v2.2.0
17522026-08-11T16:36:33.769Z Compiling crossterm v0.28.1
17532026-08-11T16:36:34.027Z Compiling serde_with v3.21.0
17542026-08-11T16:36:34.434Z Compiling zip v4.6.1
17552026-08-11T16:36:35.015Z Compiling iddqd v0.4.2
17562026-08-11T16:36:35.355Z Compiling itertools v0.13.0
17572026-08-11T16:36:35.499Z Compiling itertools v0.15.0
17582026-08-11T16:36:35.823Z Compiling heck v0.4.1
17592026-08-11T16:36:35.925Z Compiling similar v2.7.0
17602026-08-11T16:36:36.043Z Compiling crossbeam-epoch v0.9.18
17612026-08-11T16:36:36.275Z Compiling tokio-stream v0.1.18
17622026-08-11T16:36:36.363Z Compiling buf-list v1.1.2
17632026-08-11T16:36:36.594Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-11T16:36:36.635Z Compiling openapiv3 v2.2.0
17652026-08-11T16:36:36.715Z Compiling peg-runtime v0.8.5
17662026-08-11T16:36:36.763Z Compiling lalrpop-util v0.19.12
17672026-08-11T16:36:36.789Z Compiling thread_local v1.1.9
17682026-08-11T16:36:36.889Z Compiling slog-async v2.8.0
17692026-08-11T16:36:36.950Z Compiling crossbeam-channel v0.5.15
17702026-08-11T16:36:36.987Z Compiling filetime v0.2.27
17712026-08-11T16:36:37.039Z Compiling is-terminal v0.4.17
17722026-08-11T16:36:37.064Z Compiling term v1.2.1
17732026-08-11T16:36:37.134Z Compiling take_mut v0.2.2
17742026-08-11T16:36:37.163Z Compiling xattr v1.6.1
17752026-08-11T16:36:37.200Z Compiling camino-tempfile v1.4.1
17762026-08-11T16:36:37.326Z Compiling slog-term v2.9.2
17772026-08-11T16:36:37.413Z Compiling tar v0.4.46
17782026-08-11T16:36:43.665Z Compiling rustls-webpki v0.103.13
17792026-08-11T16:36:46.329Z Compiling tokio-rustls v0.26.4
17802026-08-11T16:36:46.329Z Compiling rustls-platform-verifier v0.6.2
17812026-08-11T16:36:46.329Z Compiling tough v0.22.0
17822026-08-11T16:36:46.540Z Compiling hyper-rustls v0.27.7
17832026-08-11T16:36:46.731Z Compiling reqwest v0.13.2
17842026-08-11T16:36:48.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-11T16:36:49.158Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-11T16:36:52.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17872026-08-11T16:36:52.227Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-11T16:36:52.281ZAug 11 16:36:51.156 INFO Starting download, target: Cockroach
17892026-08-11T16:36:52.281ZAug 11 16:36:51.156 INFO Starting download, target: Clickhouse
17902026-08-11T16:36:52.281ZAug 11 16:36:51.156 INFO Starting download, target: Console
17912026-08-11T16:36:52.281ZAug 11 16:36:51.156 INFO Starting download, target: DendriteStub
17922026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Starting download, target: MaghemiteMgd
17932026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Starting download, target: MaghemiteDdmd
17942026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Starting download, target: TransceiverControl
17952026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-11T16:36:52.288ZAug 11 16:36:51.156 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18022026-08-11T16:36:52.575ZAug 11 16:36:51.440 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-11T16:36:52.812ZAug 11 16:36:51.665 INFO Download complete, target: TransceiverControl
18042026-08-11T16:36:54.102ZAug 11 16:36:52.959 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-11T16:36:54.357ZAug 11 16:36:53.210 INFO Download complete, target: Console
18062026-08-11T16:36:54.531ZAug 11 16:36:53.387 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18072026-08-11T16:36:54.691ZAug 11 16:36:53.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18082026-08-11T16:36:54.752ZAug 11 16:36:53.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-11T16:36:54.806ZAug 11 16:36:53.621 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-11T16:36:55.473ZAug 11 16:36:54.348 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-11T16:36:55.473ZAug 11 16:36:54.348 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-11T16:36:56.830ZAug 11 16:36:55.685 INFO Download complete, target: MaghemiteDdmd
18132026-08-11T16:36:57.113ZAug 11 16:36:55.988 INFO Download complete, target: DendriteStub
18142026-08-11T16:36:57.192ZAug 11 16:36:56.066 INFO Download complete, target: MaghemiteMgd
18152026-08-11T16:37:00.091ZAug 11 16:36:58.966 INFO Checking that binary works, target: Cockroach
18162026-08-11T16:37:00.213ZAug 11 16:36:59.087 INFO Download complete, target: Cockroach
18172026-08-11T16:37:01.570ZAug 11 16:37:00.445 INFO Checking that binary works, target: Clickhouse
18182026-08-11T16:37:01.701ZAug 11 16:37:00.574 INFO Download complete, target: Clickhouse
18192026-08-11T16:37:01.716ZAll builder prerequisites installed successfully, and PATH looks valid
18202026-08-11T16:37:01.719Z
18212026-08-11T16:37:01.719Zreal 2:12.509153994
18222026-08-11T16:37:01.719Zuser 7:09.891255693
18232026-08-11T16:37:01.719Zsys 1:25.096563737
18242026-08-11T16:37:01.719Ztrap 0.247550720
18252026-08-11T16:37:01.719Ztflt 0.611788462
18262026-08-11T16:37:01.719Zdflt 0.787510164
18272026-08-11T16:37:01.719Zkflt 0.028391086
18282026-08-11T16:37:01.719Zlock 32:06.687220147
18292026-08-11T16:37:01.719Zslp 21:44.945911497
18302026-08-11T16:37:01.719Zlat 46.459784950
18312026-08-11T16:37:01.719Zstop 2:36.816597195
18322026-08-11T16:37:01.719Z+ banner hack-check
18332026-08-11T16:37:01.719Z
18342026-08-11T16:37:01.719Z # # ## #### # # #### # # ###### #### # #
18352026-08-11T16:37:01.719Z # # # # # # # # # # # # # # # # #
18362026-08-11T16:37:01.719Z ###### # # # #### ##### # ###### ##### # ####
18372026-08-11T16:37:01.719Z # # ###### # # # # # # # # # #
18382026-08-11T16:37:01.719Z # # # # # # # # # # # # # # # # #
18392026-08-11T16:37:01.719Z # # # # #### # # #### # # ###### #### # #
18402026-08-11T16:37:01.719Z
18412026-08-11T16:37:01.719Z+ export CARGO_INCREMENTAL=0
18422026-08-11T16:37:01.719Z+ CARGO_INCREMENTAL=0
18432026-08-11T16:37:01.720Z+ ptime -m timeout 2h cargo xtask check-features --ci
18442026-08-11T16:37:02.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18452026-08-11T16:37:02.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18462026-08-11T16:37:04.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18472026-08-11T16:37:04.370Z Running `target/debug/xtask check-features --ci`
18482026-08-11T16:37:04.398Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18492026-08-11T16:37:04.401Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18502026-08-11T16:37:04.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18512026-08-11T16:37:04.849Z Running `target/debug/xtask download cargo-hack`
18522026-08-11T16:37:05.634Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-08-11T16:37:05.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-08-11T16:37:08.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18552026-08-11T16:37:08.680Z Running `target/debug/xtask-downloader cargo-hack`
18562026-08-11T16:37:08.724ZAug 11 16:37:07.599 INFO Starting download, target: CargoHack
18572026-08-11T16:37:08.726ZAug 11 16:37:07.599 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18582026-08-11T16:37:08.920ZAug 11 16:37:07.796 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18592026-08-11T16:37:08.970ZAug 11 16:37:07.845 INFO Download complete, target: CargoHack
18602026-08-11T16:37:08.974Zrunning: "/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"
18612026-08-11T16:37:08.988Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18622026-08-11T16:37:09.144Zinfo: running `cargo check --bins` on api_identity (1/303)
18632026-08-11T16:37:09.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-11T16:37:09.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-11T16:37:09.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-11T16:37:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-08-11T16:37:09.686Z
18682026-08-11T16:37:09.686Zinfo: running `cargo check --bins` on bootstore (2/303)
18692026-08-11T16:37:10.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-11T16:37:10.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-11T16:37:10.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-11T16:37:10.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18732026-08-11T16:37:10.224Z
18742026-08-11T16:37:10.225Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18752026-08-11T16:37:10.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-11T16:37:10.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-11T16:37:10.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-11T16:37:10.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18792026-08-11T16:37:10.759Z
18802026-08-11T16:37:10.759Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18812026-08-11T16:37:11.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-11T16:37:11.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-11T16:37:11.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-11T16:37:11.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18852026-08-11T16:37:11.301Z
18862026-08-11T16:37:11.301Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18872026-08-11T16:37:11.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-11T16:37:11.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-11T16:37:11.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-11T16:37:11.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-11T16:37:11.841Z
18922026-08-11T16:37:11.841Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18932026-08-11T16:37:12.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-11T16:37:12.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-11T16:37:12.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-11T16:37:12.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18972026-08-11T16:37:12.418Z
18982026-08-11T16:37:12.419Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18992026-08-11T16:37:12.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-11T16:37:12.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-11T16:37:12.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-11T16:37:12.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19032026-08-11T16:37:12.950Z
19042026-08-11T16:37:12.950Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
19052026-08-11T16:37:13.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-11T16:37:13.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-11T16:37:13.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-11T16:37:13.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19092026-08-11T16:37:13.495Z
19102026-08-11T16:37:13.495Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
19112026-08-11T16:37:13.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-11T16:37:13.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-11T16:37:13.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-11T16:37:13.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19152026-08-11T16:37:13.908Z
19162026-08-11T16:37:13.909Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
19172026-08-11T16:37:14.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-11T16:37:14.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-11T16:37:14.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-11T16:37:14.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19212026-08-11T16:37:14.338Z
19222026-08-11T16:37:14.338Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
19232026-08-11T16:37:14.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-11T16:37:14.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-11T16:37:14.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-11T16:37:14.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19272026-08-11T16:37:14.722Z
19282026-08-11T16:37:14.722Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
19292026-08-11T16:37:15.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-11T16:37:15.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-11T16:37:15.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-11T16:37:15.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-08-11T16:37:15.130Z
19342026-08-11T16:37:15.130Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
19352026-08-11T16:37:15.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-11T16:37:15.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-11T16:37:15.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-11T16:37:15.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-08-11T16:37:15.536Z
19402026-08-11T16:37:15.536Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19412026-08-11T16:37:15.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-11T16:37:15.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-11T16:37:15.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-11T16:37:15.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19452026-08-11T16:37:15.945Z
19462026-08-11T16:37:15.945Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19472026-08-11T16:37:16.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-11T16:37:16.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-11T16:37:16.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-11T16:37:16.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-11T16:37:16.355Z
19522026-08-11T16:37:16.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19532026-08-11T16:37:16.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-11T16:37:16.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-11T16:37:16.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-11T16:37:16.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-08-11T16:37:16.762Z
19582026-08-11T16:37:16.762Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19592026-08-11T16:37:17.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-11T16:37:17.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-11T16:37:17.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-11T16:37:17.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-08-11T16:37:17.173Z
19642026-08-11T16:37:17.173Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19652026-08-11T16:37:17.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-11T16:37:17.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-11T16:37:17.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-11T16:37:17.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19692026-08-11T16:37:17.579Z
19702026-08-11T16:37:17.579Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19712026-08-11T16:37:17.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-11T16:37:17.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-11T16:37:17.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-11T16:37:17.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-08-11T16:37:17.988Z
19762026-08-11T16:37:17.988Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19772026-08-11T16:37:18.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-11T16:37:18.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-11T16:37:18.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-11T16:37:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-11T16:37:18.401Z
19822026-08-11T16:37:18.401Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19832026-08-11T16:37:18.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-11T16:37:18.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-11T16:37:18.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-11T16:37:18.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-11T16:37:18.813Z
19882026-08-11T16:37:18.813Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19892026-08-11T16:37:19.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-11T16:37:19.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-11T16:37:19.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-11T16:37:19.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-11T16:37:19.224Z
19942026-08-11T16:37:19.224Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19952026-08-11T16:37:19.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-11T16:37:19.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-11T16:37:19.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-11T16:37:19.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-11T16:37:19.645Z
20002026-08-11T16:37:19.645Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
20012026-08-11T16:37:19.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-11T16:37:19.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-11T16:37:19.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-11T16:37:19.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-11T16:37:20.045Z
20062026-08-11T16:37:20.045Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
20072026-08-11T16:37:20.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-11T16:37:20.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-11T16:37:20.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-11T16:37:20.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-11T16:37:20.459Z
20122026-08-11T16:37:20.459Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
20132026-08-11T16:37:20.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-11T16:37:20.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-11T16:37:20.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-11T16:37:20.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-08-11T16:37:20.867Z
20182026-08-11T16:37:20.867Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
20192026-08-11T16:37:21.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-11T16:37:21.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-11T16:37:21.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-11T16:37:21.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-11T16:37:21.276Z
20242026-08-11T16:37:21.276Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
20252026-08-11T16:37:21.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-11T16:37:21.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-11T16:37:21.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-11T16:37:21.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-08-11T16:37:21.686Z
20302026-08-11T16:37:21.686Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
20312026-08-11T16:37:22.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-11T16:37:22.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-11T16:37:22.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-11T16:37:22.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20352026-08-11T16:37:22.097Z
20362026-08-11T16:37:22.097Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
20372026-08-11T16:37:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-11T16:37:22.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-11T16:37:22.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-11T16:37:22.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-08-11T16:37:22.507Z
20422026-08-11T16:37:22.507Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20432026-08-11T16:37:22.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-11T16:37:22.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-11T16:37:22.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-11T16:37:22.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-08-11T16:37:22.919Z
20482026-08-11T16:37:22.919Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20492026-08-11T16:37:23.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-11T16:37:23.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-11T16:37:23.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-11T16:37:23.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-08-11T16:37:23.327Z
20542026-08-11T16:37:23.327Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20552026-08-11T16:37:23.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-11T16:37:23.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-11T16:37:23.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-11T16:37:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-08-11T16:37:23.733Z
20602026-08-11T16:37:23.733Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20612026-08-11T16:37:24.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-11T16:37:24.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-11T16:37:24.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-11T16:37:24.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-08-11T16:37:24.143Z
20662026-08-11T16:37:24.143Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20672026-08-11T16:37:24.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-11T16:37:24.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-11T16:37:24.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-11T16:37:24.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-08-11T16:37:24.551Z
20722026-08-11T16:37:24.551Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20732026-08-11T16:37:24.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-11T16:37:24.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-11T16:37:24.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-11T16:37:24.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-08-11T16:37:24.957Z
20782026-08-11T16:37:24.957Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20792026-08-11T16:37:25.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-11T16:37:25.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-11T16:37:25.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-11T16:37:25.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-08-11T16:37:25.366Z
20842026-08-11T16:37:25.366Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20852026-08-11T16:37:25.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-11T16:37:25.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-11T16:37:25.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-11T16:37:25.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-08-11T16:37:25.776Z
20902026-08-11T16:37:25.776Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20912026-08-11T16:37:26.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-11T16:37:26.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-11T16:37:26.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-11T16:37:26.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-08-11T16:37:26.188Z
20962026-08-11T16:37:26.188Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20972026-08-11T16:37:26.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-11T16:37:26.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-11T16:37:26.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-11T16:37:26.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-11T16:37:26.598Z
21022026-08-11T16:37:26.598Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
21032026-08-11T16:37:26.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-11T16:37:26.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-11T16:37:26.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-11T16:37:26.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21072026-08-11T16:37:27.013Z
21082026-08-11T16:37:27.013Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
21092026-08-11T16:37:27.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-11T16:37:27.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-11T16:37:27.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-11T16:37:27.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-11T16:37:27.429Z
21142026-08-11T16:37:27.429Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
21152026-08-11T16:37:27.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-11T16:37:27.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-11T16:37:27.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-11T16:37:27.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-11T16:37:27.832Z
21202026-08-11T16:37:27.832Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
21212026-08-11T16:37:28.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-11T16:37:28.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-11T16:37:28.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-11T16:37:28.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-11T16:37:28.276Z
21262026-08-11T16:37:28.276Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
21272026-08-11T16:37:28.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-11T16:37:28.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-11T16:37:28.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-11T16:37:28.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-11T16:37:28.659Z
21322026-08-11T16:37:28.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
21332026-08-11T16:37:29.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-11T16:37:29.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-11T16:37:29.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-11T16:37:29.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-11T16:37:29.072Z
21382026-08-11T16:37:29.072Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
21392026-08-11T16:37:29.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-11T16:37:29.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-11T16:37:29.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-11T16:37:29.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-11T16:37:29.484Z
21442026-08-11T16:37:29.484Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21452026-08-11T16:37:29.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-11T16:37:29.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-11T16:37:29.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-11T16:37:29.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21492026-08-11T16:37:29.890Z
21502026-08-11T16:37:29.890Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21512026-08-11T16:37:30.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-11T16:37:30.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-11T16:37:30.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-11T16:37:30.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-08-11T16:37:30.483Z
21562026-08-11T16:37:30.483Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21572026-08-11T16:37:30.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-11T16:37:30.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-11T16:37:30.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-11T16:37:30.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-08-11T16:37:31.079Z
21622026-08-11T16:37:31.079Zinfo: running `cargo check --bins` on nexus-config (51/303)
21632026-08-11T16:37:31.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-11T16:37:31.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-11T16:37:31.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-11T16:37:31.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-08-11T16:37:31.671Z
21682026-08-11T16:37:31.671Zinfo: running `cargo check --bins` on nexus-types (52/303)
21692026-08-11T16:37:32.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-11T16:37:32.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-11T16:37:32.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-11T16:37:32.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-08-11T16:37:32.267Z
21742026-08-11T16:37:32.267Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21752026-08-11T16:37:32.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-11T16:37:32.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-11T16:37:32.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-11T16:37:32.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21792026-08-11T16:37:32.830Z
21802026-08-11T16:37:32.830Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21812026-08-11T16:37:33.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-11T16:37:33.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-11T16:37:33.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-11T16:37:33.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21852026-08-11T16:37:33.448Z
21862026-08-11T16:37:33.448Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21872026-08-11T16:37:33.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-11T16:37:33.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-11T16:37:33.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-11T16:37:33.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21912026-08-11T16:37:33.934Z
21922026-08-11T16:37:33.934Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21932026-08-11T16:37:34.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-11T16:37:34.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-11T16:37:34.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-11T16:37:34.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21972026-08-11T16:37:34.500Z
21982026-08-11T16:37:34.500Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21992026-08-11T16:37:34.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-11T16:37:34.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-11T16:37:34.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-11T16:37:34.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22032026-08-11T16:37:35.057Z
22042026-08-11T16:37:35.057Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
22052026-08-11T16:37:35.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-11T16:37:35.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-11T16:37:35.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-11T16:37:35.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22092026-08-11T16:37:35.613Z
22102026-08-11T16:37:35.613Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
22112026-08-11T16:37:36.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-11T16:37:36.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-11T16:37:36.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-11T16:37:36.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22152026-08-11T16:37:36.156Z
22162026-08-11T16:37:36.157Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
22172026-08-11T16:37:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-11T16:37:36.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-11T16:37:36.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-11T16:37:36.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-08-11T16:37:36.708Z
22222026-08-11T16:37:36.708Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
22232026-08-11T16:37:37.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-11T16:37:37.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-11T16:37:37.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-11T16:37:37.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22272026-08-11T16:37:37.241Z
22282026-08-11T16:37:37.241Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
22292026-08-11T16:37:37.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-11T16:37:37.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-11T16:37:37.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-11T16:37:37.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-08-11T16:37:37.866Z
22342026-08-11T16:37:37.866Zinfo: running `cargo check --bins` on wicketd-commission-types (63/303)
22352026-08-11T16:37:38.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-11T16:37:38.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-11T16:37:38.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-11T16:37:38.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22392026-08-11T16:37:38.342Z
22402026-08-11T16:37:38.342Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/303)
22412026-08-11T16:37:38.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-11T16:37:38.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-11T16:37:38.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-11T16:37:38.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-11T16:37:38.961Z
22462026-08-11T16:37:38.961Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/303)
22472026-08-11T16:37:39.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-11T16:37:39.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-11T16:37:39.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-11T16:37:39.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-08-11T16:37:39.458Z
22522026-08-11T16:37:39.458Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/303)
22532026-08-11T16:37:39.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-11T16:37:39.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-11T16:37:39.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-11T16:37:39.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-08-11T16:37:40.005Z
22582026-08-11T16:37:40.005Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/303)
22592026-08-11T16:37:40.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-11T16:37:40.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-11T16:37:40.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-11T16:37:40.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-11T16:37:40.558Z
22642026-08-11T16:37:40.558Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/303)
22652026-08-11T16:37:41.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-11T16:37:41.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-11T16:37:41.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-11T16:37:41.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22692026-08-11T16:37:41.124Z
22702026-08-11T16:37:41.124Zinfo: running `cargo check --bins` on cockroach-admin-types (69/303)
22712026-08-11T16:37:41.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-11T16:37:41.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-11T16:37:41.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-11T16:37:41.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22752026-08-11T16:37:41.666Z
22762026-08-11T16:37:41.666Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/303)
22772026-08-11T16:37:42.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-11T16:37:42.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-11T16:37:42.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-11T16:37:42.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22812026-08-11T16:37:42.219Z
22822026-08-11T16:37:42.219Zinfo: running `cargo check --bins` on ereport-types (71/303)
22832026-08-11T16:37:42.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-11T16:37:42.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-11T16:37:42.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-11T16:37:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22872026-08-11T16:37:42.769Z
22882026-08-11T16:37:42.769Zinfo: running `cargo check --bins` on gateway-client (72/303)
22892026-08-11T16:37:43.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-11T16:37:43.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-11T16:37:43.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-11T16:37:43.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22932026-08-11T16:37:43.331Z
22942026-08-11T16:37:43.331Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/303)
22952026-08-11T16:37:43.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-11T16:37:43.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-11T16:37:43.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-11T16:37:43.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22992026-08-11T16:37:43.864Z
23002026-08-11T16:37:43.864Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/303)
23012026-08-11T16:37:44.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-11T16:37:44.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-11T16:37:44.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-11T16:37:44.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23052026-08-11T16:37:44.423Z
23062026-08-11T16:37:44.423Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/303)
23072026-08-11T16:37:44.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-11T16:37:44.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-11T16:37:44.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-11T16:37:44.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23112026-08-11T16:37:44.988Z
23122026-08-11T16:37:44.989Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/303)
23132026-08-11T16:37:45.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-11T16:37:45.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-11T16:37:45.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-11T16:37:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23172026-08-11T16:37:45.555Z
23182026-08-11T16:37:45.555Zinfo: running `cargo check --bins` on key-manager-types (77/303)
23192026-08-11T16:37:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-11T16:37:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-11T16:37:46.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-11T16:37:46.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23232026-08-11T16:37:46.097Z
23242026-08-11T16:37:46.097Zinfo: running `cargo check --bins` on oxlog (78/303)
23252026-08-11T16:37:46.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-11T16:37:46.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-11T16:37:46.678Z Checking cfg-if v1.0.4
23282026-08-11T16:37:46.782Z Checking libc v0.2.185
23292026-08-11T16:37:46.782Z Checking serde_core v1.0.228
23302026-08-11T16:37:46.796Z Checking memchr v2.8.0
23312026-08-11T16:37:46.806Z Checking zeroize v1.9.0
23322026-08-11T16:37:46.816Z Checking log v0.4.29
23332026-08-11T16:37:46.820Z Checking smallvec v1.15.1
23342026-08-11T16:37:46.832Z Checking subtle v2.6.1
23352026-08-11T16:37:46.843Z Checking itoa v1.0.17
23362026-08-11T16:37:46.952Z Checking scopeguard v1.2.0
23372026-08-11T16:37:46.978Z Checking typenum v1.20.1
23382026-08-11T16:37:46.982Z Checking stable_deref_trait v1.2.1
23392026-08-11T16:37:46.993Z Checking zerofrom v0.1.6
23402026-08-11T16:37:47.009Z Checking zerocopy v0.8.40
23412026-08-11T16:37:47.048Z Checking lock_api v0.4.14
23422026-08-11T16:37:47.052Z Checking portable-atomic v1.13.1
23432026-08-11T16:37:47.107Z Checking yoke v0.8.1
23442026-08-11T16:37:47.185Z Checking critical-section v1.2.0
23452026-08-11T16:37:47.196Z Checking errno v0.3.14
23462026-08-11T16:37:47.248Z Checking getrandom v0.2.17
23472026-08-11T16:37:47.285Z Checking zerovec v0.11.5
23482026-08-11T16:37:47.299Z Checking pin-project-lite v0.2.17
23492026-08-11T16:37:47.329Z Checking const-oid v0.9.6
23502026-08-11T16:37:47.386Z Checking libm v0.2.16
23512026-08-11T16:37:47.400Z Checking rand_core v0.6.4
23522026-08-11T16:37:47.456Z Checking once_cell v1.21.3
23532026-08-11T16:37:47.574Z Checking zmij v1.0.21
23542026-08-11T16:37:47.628Z Checking signal-hook-registry v1.4.8
23552026-08-11T16:37:47.702Z Checking tinystr v0.8.2
23562026-08-11T16:37:47.714Z Checking generic-array v0.14.7
23572026-08-11T16:37:47.778Z Checking parking_lot_core v0.9.12
23582026-08-11T16:37:47.790Z Checking writeable v0.6.2
23592026-08-11T16:37:47.875Z Checking rand_core v0.10.0
23602026-08-11T16:37:47.945Z Checking percent-encoding v2.3.2
23612026-08-11T16:37:47.960Z Checking futures-core v0.3.32
23622026-08-11T16:37:47.987Z Checking litemap v0.8.1
23632026-08-11T16:37:48.015Z Checking getrandom v0.4.1
23642026-08-11T16:37:48.069Z Checking num-traits v0.2.19
23652026-08-11T16:37:48.087Z Checking parking_lot v0.12.5
23662026-08-11T16:37:48.099Z Checking potential_utf v0.1.4
23672026-08-11T16:37:48.157Z Checking icu_locale_core v2.1.1
23682026-08-11T16:37:48.162Z Checking zerotrie v0.2.3
23692026-08-11T16:37:48.162Z Checking mio v1.2.0
23702026-08-11T16:37:48.206Z Checking equivalent v1.0.2
23712026-08-11T16:37:48.259Z Checking serde v1.0.228
23722026-08-11T16:37:48.276Z Checking bitflags v2.11.0
23732026-08-11T16:37:48.288Z Checking serde_json v1.0.151
23742026-08-11T16:37:48.402Z Checking icu_collections v2.1.1
23752026-08-11T16:37:48.438Z Checking socket2 v0.6.3
23762026-08-11T16:37:48.452Z Checking icu_properties_data v2.1.2
23772026-08-11T16:37:48.575Z Checking icu_normalizer_data v2.1.1
23782026-08-11T16:37:48.594Z Checking byteorder v1.5.0
23792026-08-11T16:37:48.646Z Checking block-buffer v0.10.4
23802026-08-11T16:37:48.662Z Checking bytes v1.11.1
23812026-08-11T16:37:48.677Z Checking crypto-common v0.1.7
23822026-08-11T16:37:48.695Z Checking icu_provider v2.1.1
23832026-08-11T16:37:48.695Z Checking futures-sink v0.3.32
23842026-08-11T16:37:48.779Z Checking hashbrown v0.17.0
23852026-08-11T16:37:48.792Z Checking getrandom v0.3.4
23862026-08-11T16:37:48.804Z Checking digest v0.10.7
23872026-08-11T16:37:48.809Z Checking futures-channel v0.3.32
23882026-08-11T16:37:48.925Z Checking icu_normalizer v2.1.1
23892026-08-11T16:37:48.938Z Checking icu_properties v2.1.2
23902026-08-11T16:37:48.949Z Checking futures-io v0.3.32
23912026-08-11T16:37:48.996Z Checking utf8_iter v1.0.4
23922026-08-11T16:37:49.008Z Checking slab v0.4.12
23932026-08-11T16:37:49.055Z Checking futures-task v0.3.32
23942026-08-11T16:37:49.090Z Checking tokio v1.52.1
23952026-08-11T16:37:49.116Z Checking form_urlencoded v1.2.2
23962026-08-11T16:37:49.164Z Checking rustix v1.1.3
23972026-08-11T16:37:49.189Z Checking futures-util v0.3.32
23982026-08-11T16:37:49.227Z Checking fnv v1.0.7
23992026-08-11T16:37:49.239Z Checking indexmap v2.14.0
24002026-08-11T16:37:49.239Z Checking base64ct v1.8.3
24012026-08-11T16:37:49.316Z Checking flagset v0.4.7
24022026-08-11T16:37:49.444Z Checking iana-time-zone v0.1.65
24032026-08-11T16:37:49.480Z Checking pem-rfc7468 v0.7.0
24042026-08-11T16:37:49.550Z Checking chrono v0.4.45
24052026-08-11T16:37:49.638Z Checking der v0.7.10
24062026-08-11T16:37:49.747Z Checking idna_adapter v1.2.1
24072026-08-11T16:37:49.751Z Checking ppv-lite86 v0.2.21
24082026-08-11T16:37:49.796Z Checking rand_core v0.9.5
24092026-08-11T16:37:49.861Z Checking idna v1.1.0
24102026-08-11T16:37:49.968Z Checking uuid v1.23.4
24112026-08-11T16:37:49.982Z Checking regex-syntax v0.8.10
24122026-08-11T16:37:50.040Z Checking base64 v0.22.1
24132026-08-11T16:37:50.099Z Checking url v2.5.8
24142026-08-11T16:37:50.276Z Checking http v1.4.2
24152026-08-11T16:37:50.290Z Checking utf8parse v0.2.2
24162026-08-11T16:37:50.349Z Checking spki v0.7.3
24172026-08-11T16:37:50.386Z Checking rand_chacha v0.9.0
24182026-08-11T16:37:50.400Z Checking tracing-core v0.1.36
24192026-08-11T16:37:50.511Z Checking cpufeatures v0.2.17
24202026-08-11T16:37:50.535Z Checking dyn-clone v1.0.20
24212026-08-11T16:37:50.577Z Checking anstyle v1.0.14
24222026-08-11T16:37:50.589Z Checking rand v0.9.2
24232026-08-11T16:37:50.635Z Checking pkcs8 v0.10.2
24242026-08-11T16:37:50.707Z Checking tracing v0.1.44
24252026-08-11T16:37:50.758Z Checking semver v1.0.28
24262026-08-11T16:37:50.789Z Checking spin v0.9.8
24272026-08-11T16:37:50.837Z Checking http-body v1.0.1
24282026-08-11T16:37:50.909Z Checking rustls-pki-types v1.14.0
24292026-08-11T16:37:50.960Z Checking cmov v0.5.4
24302026-08-11T16:37:50.974Z Checking colorchoice v1.0.4
24312026-08-11T16:37:50.974Z Checking openssl-probe v0.2.1
24322026-08-11T16:37:51.050Z Checking is_terminal_polyfill v1.70.2
24332026-08-11T16:37:51.077Z Checking anstyle-query v1.1.5
24342026-08-11T16:37:51.090Z Checking tinyvec_macros v0.1.1
24352026-08-11T16:37:51.103Z Checking schemars v0.8.22
24362026-08-11T16:37:51.138Z Checking sha2 v0.10.9
24372026-08-11T16:37:51.150Z Checking tinyvec v1.10.0
24382026-08-11T16:37:51.154Z Checking ctutils v0.4.2
24392026-08-11T16:37:51.175Z Checking aws-lc-sys v0.40.0
24402026-08-11T16:37:51.189Z Checking thiserror v2.0.18
24412026-08-11T16:37:51.276Z Checking fastrand v2.3.0
24422026-08-11T16:37:51.289Z Checking atomic-waker v1.1.2
24432026-08-11T16:37:51.364Z Checking tower-layer v0.3.3
24442026-08-11T16:37:51.383Z Checking try-lock v0.2.5
24452026-08-11T16:37:51.402Z Checking untrusted v0.7.1
24462026-08-11T16:37:51.451Z Checking tower-service v0.3.3
24472026-08-11T16:37:51.465Z Checking tempfile v3.25.0
24482026-08-11T16:37:51.478Z Checking want v0.3.1
24492026-08-11T16:37:51.505Z Checking hybrid-array v0.4.13
24502026-08-11T16:37:51.520Z Checking anstyle-parse v1.0.0
24512026-08-11T16:37:51.537Z Checking ipnet v2.11.0
24522026-08-11T16:37:51.619Z Checking crc32fast v1.5.0
24532026-08-11T16:37:51.667Z Checking httparse v1.10.1
24542026-08-11T16:37:51.681Z Checking aws-lc-rs v1.16.3
24552026-08-11T16:37:51.692Z Checking aho-corasick v1.1.4
24562026-08-11T16:37:51.732Z Checking simd-adler32 v0.3.8
24572026-08-11T16:37:51.744Z Checking untrusted v0.9.0
24582026-08-11T16:37:51.794Z Checking tap v1.0.1
24592026-08-11T16:37:51.849Z Checking httpdate v1.0.3
24602026-08-11T16:37:51.862Z Checking plain v0.2.3
24612026-08-11T16:37:51.888Z Checking foreign-types-shared v0.1.1
24622026-08-11T16:37:51.902Z Checking wyz v0.5.1
24632026-08-11T16:37:51.976Z Checking anstream v1.0.0
24642026-08-11T16:37:51.989Z Checking foreign-types v0.3.2
24652026-08-11T16:37:52.010Z Checking unicode-normalization v0.1.25
24662026-08-11T16:37:52.053Z Checking rand_chacha v0.3.1
24672026-08-11T16:37:52.090Z Checking terminal_size v0.4.3
24682026-08-11T16:37:52.181Z Checking radium v0.7.0
24692026-08-11T16:37:52.201Z Checking signature v2.2.0
24702026-08-11T16:37:52.260Z Checking hex v0.4.3
24712026-08-11T16:37:52.264Z Checking openssl-sys v0.9.117
24722026-08-11T16:37:52.329Z Checking num-integer v0.1.46
24732026-08-11T16:37:52.351Z Checking wait-timeout v0.2.1
24742026-08-11T16:37:52.366Z Checking tokio-util v0.7.18
24752026-08-11T16:37:52.382Z Checking regex-automata v0.4.14
24762026-08-11T16:37:52.412Z Checking clap_lex v1.0.0
24772026-08-11T16:37:52.477Z Checking strsim v0.11.1
24782026-08-11T16:37:52.487Z Checking quick-error v1.2.3
24792026-08-11T16:37:52.501Z Checking rustls-webpki v0.103.13
24802026-08-11T16:37:52.552Z Checking bit-vec v0.8.0
24812026-08-11T16:37:52.566Z Checking adler2 v2.0.1
24822026-08-11T16:37:52.580Z Checking funty v2.0.0
24832026-08-11T16:37:52.628Z Checking unicode-ident v1.0.24
24842026-08-11T16:37:52.643Z Checking ucd-trie v0.1.7
24852026-08-11T16:37:52.668Z Checking miniz_oxide v0.8.9
24862026-08-11T16:37:52.735Z Checking proc-macro2 v1.0.106
24872026-08-11T16:37:52.744Z Checking bit-set v0.8.0
24882026-08-11T16:37:52.766Z Checking pest v2.8.6
24892026-08-11T16:37:52.881Z Checking openssl v0.10.80
24902026-08-11T16:37:52.893Z Checking bitvec v1.0.1
24912026-08-11T16:37:52.907Z Checking rustls v0.23.41
24922026-08-11T16:37:52.978Z Checking h2 v0.4.15
24932026-08-11T16:37:53.014Z Checking clap_builder v4.6.0
24942026-08-11T16:37:53.038Z Checking rusty-fork v0.3.1
24952026-08-11T16:37:53.205Z Checking num-iter v0.1.45
24962026-08-11T16:37:53.316Z Checking rand v0.8.6
24972026-08-11T16:37:53.813Z Checking lazy_static v1.5.0
24982026-08-11T16:37:53.829Z Checking anstyle-parse v0.2.7
24992026-08-11T16:37:53.903Z Checking rand_xorshift v0.4.0
25002026-08-11T16:37:53.976Z Checking thiserror v1.0.69
25012026-08-11T16:37:54.019Z Checking maybe-uninit v2.0.0
25022026-08-11T16:37:54.077Z Checking hmac v0.12.1
25032026-08-11T16:37:54.089Z Checking serde_spanned v0.6.9
25042026-08-11T16:37:54.198Z Checking toml_datetime v0.6.11
25052026-08-11T16:37:54.215Z Checking sync_wrapper v1.0.2
25062026-08-11T16:37:54.227Z Checking powerfmt v0.2.0
25072026-08-11T16:37:54.232Z Checking siphasher v1.0.2
25082026-08-11T16:37:54.246Z Checking pretty-hex v0.4.1
25092026-08-11T16:37:54.310Z Checking nodrop v0.1.14
25102026-08-11T16:37:54.355Z Checking unarray v0.1.4
25112026-08-11T16:37:54.366Z Checking crc-catalog v2.4.0
25122026-08-11T16:37:54.378Z Checking zlib-rs v0.6.2
25132026-08-11T16:37:54.389Z Checking deranged v0.5.8
25142026-08-11T16:37:54.401Z Checking array-init v0.0.4
25152026-08-11T16:37:54.450Z Checking crc v3.4.0
25162026-08-11T16:37:54.459Z Checking proptest v1.11.0
25172026-08-11T16:37:54.617Z Checking tower v0.5.3
25182026-08-11T16:37:54.686Z Checking clap v4.6.1
25192026-08-11T16:37:54.771Z Checking packed_struct v0.10.1
25202026-08-11T16:37:54.876Z Checking native-tls v0.2.18
25212026-08-11T16:37:55.005Z Checking smallvec v0.6.14
25222026-08-11T16:37:55.046Z Checking anstream v0.6.21
25232026-08-11T16:37:55.118Z Checking num-bigint-dig v0.8.6
25242026-08-11T16:37:55.188Z Checking quote v1.0.45
25252026-08-11T16:37:55.245Z Checking flate2 v1.1.9
25262026-08-11T16:37:55.256Z Checking ipnetwork v0.21.1
25272026-08-11T16:37:55.303Z Checking http-body-util v0.1.3
25282026-08-11T16:37:55.353Z Checking pkcs1 v0.7.5
25292026-08-11T16:37:55.463Z Checking crossbeam-utils v0.8.21
25302026-08-11T16:37:55.511Z Checking bitfield v0.19.4
25312026-08-11T16:37:55.532Z Checking zerocopy v0.6.6
25322026-08-11T16:37:55.555Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-11T16:37:55.637Z Checking ahash v0.8.12
25342026-08-11T16:37:55.757Z Checking hyper v1.10.1
25352026-08-11T16:37:55.775Z Checking scroll v0.13.0
25362026-08-11T16:37:55.792Z Checking env_filter v1.0.0
25372026-08-11T16:37:55.811Z Checking time-core v0.1.8
25382026-08-11T16:37:55.826Z Checking base64 v0.21.7
25392026-08-11T16:37:55.840Z Checking unicode-properties v0.1.4
25402026-08-11T16:37:55.933Z Checking num_threads v0.1.7
25412026-08-11T16:37:55.940Z Checking unicode-bidi v0.3.18
25422026-08-11T16:37:55.948Z Checking winnow v0.5.40
25432026-08-11T16:37:55.991Z Checking num-conv v0.2.0
25442026-08-11T16:37:56.007Z Checking ryu v1.0.23
25452026-08-11T16:37:56.020Z Checking iri-string v0.7.10
25462026-08-11T16:37:56.053Z Checking hashbrown v0.12.3
25472026-08-11T16:37:56.102Z Checking allocator-api2 v0.2.21
25482026-08-11T16:37:56.144Z Checking serde_urlencoded v0.7.1
25492026-08-11T16:37:56.240Z Checking stringprep v0.1.5
25502026-08-11T16:37:56.259Z Checking newtype-uuid v1.3.2
25512026-08-11T16:37:56.350Z Checking time v0.3.47
25522026-08-11T16:37:56.371Z Checking ron v0.8.1
25532026-08-11T16:37:56.384Z Checking goblin v0.10.5
25542026-08-11T16:37:56.455Z Checking indexmap v1.9.3
25552026-08-11T16:37:56.469Z Checking env_logger v0.11.9
25562026-08-11T16:37:56.651Z Checking rsa v0.9.10
25572026-08-11T16:37:56.687Z Checking hyper-util v0.1.20
25582026-08-11T16:37:56.780Z Checking hashbrown v0.13.2
25592026-08-11T16:37:56.889Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-08-11T16:37:57.045Z Checking tower-http v0.6.8
25612026-08-11T16:37:57.065Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-08-11T16:37:57.112Z Checking toml_edit v0.19.15
25632026-08-11T16:37:57.150Z Checking crossbeam-epoch v0.9.18
25642026-08-11T16:37:57.198Z Checking bzip2 v0.4.4
25652026-08-11T16:37:57.315Z Checking oxnet v0.1.6
25662026-08-11T16:37:57.360Z Checking syn v2.0.117
25672026-08-11T16:37:57.374Z Checking serde-hex v0.1.0
25682026-08-11T16:37:57.484Z Checking tokio-native-tls v0.3.1
25692026-08-11T16:37:57.570Z Checking bstr v1.12.1
25702026-08-11T16:37:57.642Z Checking crypto-common v0.2.2
25712026-08-11T16:37:57.960Z Checking block-buffer v0.12.1
25722026-08-11T16:37:57.978Z Checking block-padding v0.4.2
25732026-08-11T16:37:58.130Z Checking rustls-native-certs v0.8.3
25742026-08-11T16:37:58.141Z Checking scroll v0.12.0
25752026-08-11T16:37:58.141Z Checking x509-cert v0.2.5
25762026-08-11T16:37:58.230Z Checking zstd-sys v2.0.16+zstd.1.5.7
25772026-08-11T16:37:58.246Z Checking md-5 v0.10.6
25782026-08-11T16:37:58.336Z Checking hash32 v0.2.1
25792026-08-11T16:37:58.352Z Checking encoding_rs v0.8.35
25802026-08-11T16:37:58.373Z Checking either v1.15.0
25812026-08-11T16:37:58.503Z Checking crc-any v2.5.0
25822026-08-11T16:37:58.556Z Checking mime v0.3.17
25832026-08-11T16:37:58.677Z Checking fallible-iterator v0.2.0
25842026-08-11T16:37:58.711Z Checking psl-types v2.0.11
25852026-08-11T16:37:58.728Z Checking dof v0.4.0
25862026-08-11T16:37:58.759Z Checking heapless v0.7.17
25872026-08-11T16:37:58.816Z Checking publicsuffix v2.3.0
25882026-08-11T16:37:58.855Z Checking goblin v0.8.2
25892026-08-11T16:37:58.938Z Checking postgres-protocol v0.6.10
25902026-08-11T16:37:58.971Z Checking zstd-safe v7.2.4
25912026-08-11T16:37:59.134Z Checking toml v0.7.8
25922026-08-11T16:37:59.170Z Checking inout v0.2.2
25932026-08-11T16:37:59.242Z Checking hyper-tls v0.6.0
25942026-08-11T16:37:59.282Z Checking daft v0.1.7
25952026-08-11T16:37:59.314Z Checking cookie v0.18.1
25962026-08-11T16:37:59.365Z Checking zip v0.6.6
25972026-08-11T16:37:59.414Z Checking object v0.30.4
25982026-08-11T16:37:59.445Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-08-11T16:37:59.523Z Checking tokio-rustls v0.26.4
26002026-08-11T16:37:59.545Z Checking phf_shared v0.13.1
26012026-08-11T16:37:59.594Z Checking dtrace-parser v0.3.0
26022026-08-11T16:37:59.610Z Checking pin-project v1.1.11
26032026-08-11T16:37:59.695Z Checking zerocopy v0.7.35
26042026-08-11T16:37:59.707Z Checking signal-hook v0.3.18
26052026-08-11T16:37:59.740Z Checking futures-executor v0.3.32
26062026-08-11T16:37:59.753Z Checking ff v0.13.1
26072026-08-11T16:37:59.839Z Checking thread-id v5.1.0
26082026-08-11T16:37:59.885Z Checking base16ct v0.2.0
26092026-08-11T16:37:59.892Z Checking same-file v1.0.6
26102026-08-11T16:37:59.892Z Checking bumpalo v3.20.2
26112026-08-11T16:37:59.917Z Checking libbz2-rs-sys v0.2.2
26122026-08-11T16:37:59.998Z Checking foldhash v0.2.0
26132026-08-11T16:38:00.011Z Checking bitflags v1.3.2
26142026-08-11T16:38:00.058Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-08-11T16:38:00.075Z Compiling rayon-core v1.13.0
26162026-08-11T16:38:00.095Z Checking path-slash v0.1.5
26172026-08-11T16:38:00.149Z Checking managed v0.8.0
26182026-08-11T16:38:00.179Z Checking foldhash v0.1.5
26192026-08-11T16:38:00.192Z Checking jiff-core v0.1.0
26202026-08-11T16:38:00.265Z Checking hashbrown v0.16.1
26212026-08-11T16:38:00.301Z Checking bzip2 v0.6.1
26222026-08-11T16:38:00.314Z Checking hashbrown v0.15.5
26232026-08-11T16:38:00.328Z Checking smoltcp v0.9.1
26242026-08-11T16:38:00.459Z Checking zopfli v0.8.3
26252026-08-11T16:38:00.751Z Checking walkdir v2.5.0
26262026-08-11T16:38:00.755Z Checking dof v0.3.0
26272026-08-11T16:38:00.775Z Checking sec1 v0.7.3
26282026-08-11T16:38:00.802Z Checking usdt-impl v0.6.0
26292026-08-11T16:38:00.856Z Checking jiff v0.2.34
26302026-08-11T16:38:00.899Z Checking signal-hook-mio v0.2.5
26312026-08-11T16:38:00.933Z Checking futures v0.3.32
26322026-08-11T16:38:00.974Z Checking group v0.13.0
26332026-08-11T16:38:00.995Z Checking hyper-rustls v0.27.7
26342026-08-11T16:38:01.010Z Checking phf v0.13.1
26352026-08-11T16:38:01.019Z Checking snafu v0.8.9
26362026-08-11T16:38:01.032Z Checking cookie_store v0.22.1
26372026-08-11T16:38:01.062Z Checking reqwest v0.12.28
26382026-08-11T16:38:01.114Z Checking cipher v0.5.2
26392026-08-11T16:38:01.153Z Checking postgres-types v0.2.12
26402026-08-11T16:38:01.195Z Checking zstd v0.13.3
26412026-08-11T16:38:01.253Z Checking rustls-platform-verifier v0.6.2
26422026-08-11T16:38:01.347Z Checking globset v0.4.18
26432026-08-11T16:38:01.360Z Checking crossbeam-deque v0.8.6
26442026-08-11T16:38:01.383Z Checking phf_shared v0.11.3
26452026-08-11T16:38:01.396Z Checking regex v1.12.3
26462026-08-11T16:38:01.459Z Checking hkdf v0.12.4
26472026-08-11T16:38:01.509Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-08-11T16:38:01.527Z Checking dtrace-parser v0.2.0
26492026-08-11T16:38:01.538Z Checking byte-wrapper v0.1.0
26502026-08-11T16:38:01.590Z Checking ref-cast v1.0.25
26512026-08-11T16:38:01.602Z Checking curve25519-dalek v4.1.3
26522026-08-11T16:38:01.664Z Checking strum v0.27.2
26532026-08-11T16:38:01.684Z Checking olpc-cjson v0.1.4
26542026-08-11T16:38:01.732Z Checking ed25519 v2.2.3
26552026-08-11T16:38:01.757Z Checking hubpack v0.1.2
26562026-08-11T16:38:01.771Z Checking memoffset v0.9.1
26572026-08-11T16:38:01.809Z Checking rustix v0.38.44
26582026-08-11T16:38:01.824Z Checking pem v3.0.6
26592026-08-11T16:38:01.834Z Checking serde_plain v1.0.2
26602026-08-11T16:38:01.845Z Checking serde-big-array v0.5.1
26612026-08-11T16:38:01.914Z Checking erased-serde v0.3.31
26622026-08-11T16:38:01.918Z Checking float-cmp v0.10.0
26632026-08-11T16:38:01.974Z Checking crypto-bigint v0.5.5
26642026-08-11T16:38:01.978Z Checking memmap2 v0.9.10
26652026-08-11T16:38:01.979Z Checking thread-id v4.2.2
26662026-08-11T16:38:02.048Z Checking keccak v0.1.6
26672026-08-11T16:38:02.062Z Checking difflib v0.4.0
26682026-08-11T16:38:02.164Z Checking data-encoding v2.10.0
26692026-08-11T16:38:02.217Z Checking predicates-core v1.0.10
26702026-08-11T16:38:02.243Z Checking toml_write v0.1.2
26712026-08-11T16:38:02.304Z Checking normalize-line-endings v0.3.0
26722026-08-11T16:38:02.343Z Checking winnow v0.7.14
26732026-08-11T16:38:02.392Z Checking static_assertions v1.1.0
26742026-08-11T16:38:02.397Z Checking fixedbitset v0.4.2
26752026-08-11T16:38:02.416Z Checking typed-path v0.9.3
26762026-08-11T16:38:02.429Z Checking const-oid v0.10.2
26772026-08-11T16:38:02.462Z Checking unicode-segmentation v1.12.0
26782026-08-11T16:38:02.551Z Checking precomputed-hash v0.1.1
26792026-08-11T16:38:02.584Z Checking new_debug_unreachable v1.0.6
26802026-08-11T16:38:02.624Z Checking whoami v2.1.0
26812026-08-11T16:38:02.636Z Checking winnow v1.0.3
26822026-08-11T16:38:02.652Z Checking fixedbitset v0.5.7
26832026-08-11T16:38:02.759Z Checking cpufeatures v0.3.0
26842026-08-11T16:38:02.773Z Checking similar v2.7.0
26852026-08-11T16:38:02.819Z Checking tokio-postgres v0.7.16
26862026-08-11T16:38:02.832Z Checking chacha20 v0.10.0
26872026-08-11T16:38:02.853Z Checking petgraph v0.8.3
26882026-08-11T16:38:02.891Z Checking elliptic-curve v0.13.8
26892026-08-11T16:38:02.926Z Checking toml_parser v1.1.2+spec-1.1.0
26902026-08-11T16:38:03.081Z Checking zip v4.6.1
26912026-08-11T16:38:03.149Z Checking string_cache v0.8.9
26922026-08-11T16:38:03.181Z Checking tough v0.22.0
26932026-08-11T16:38:03.205Z Checking crossterm v0.28.1
26942026-08-11T16:38:03.256Z Checking digest v0.11.3
26952026-08-11T16:38:03.322Z Checking petgraph v0.6.5
26962026-08-11T16:38:03.434Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26972026-08-11T16:38:03.521Z Checking toml_edit v0.22.27
26982026-08-11T16:38:03.652Z Checking hickory-proto v0.25.2
26992026-08-11T16:38:03.901Z Checking ed25519-dalek v2.2.0
27002026-08-11T16:38:04.079Z Checking predicates v3.1.4
27012026-08-11T16:38:04.127Z Checking slog v2.8.2
27022026-08-11T16:38:04.376Z Checking sha3 v0.10.8
27032026-08-11T16:38:04.396Z Checking usdt v0.6.0
27042026-08-11T16:38:04.400Z Checking usdt-impl v0.5.0
27052026-08-11T16:38:04.551Z Checking nix v0.31.2
27062026-08-11T16:38:04.576Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27072026-08-11T16:38:04.582Z Checking iddqd v0.4.2
27082026-08-11T16:38:04.687Z Checking reqwest v0.13.2
27092026-08-11T16:38:04.927Z Checking itertools v0.13.0
27102026-08-11T16:38:05.163Z Checking itertools v0.15.0
27112026-08-11T16:38:05.198Z Checking strum v0.26.3
27122026-08-11T16:38:05.318Z Checking serde_with v3.21.0
27132026-08-11T16:38:05.483Z Checking fs-err v3.3.0
27142026-08-11T16:38:05.524Z Checking object v0.37.3
27152026-08-11T16:38:05.691Z Checking tokio-stream v0.1.18
27162026-08-11T16:38:05.759Z Checking buf-list v1.1.2
27172026-08-11T16:38:05.783Z Checking anyhow v1.0.102
27182026-08-11T16:38:05.939Z Checking camino v1.2.2
27192026-08-11T16:38:05.944Z Checking openapiv3 v2.2.0
27202026-08-11T16:38:05.980Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27212026-08-11T16:38:06.073Z Checking lalrpop-util v0.19.12
27222026-08-11T16:38:06.192Z Checking peg-runtime v0.8.5
27232026-08-11T16:38:06.235Z Checking rayon v1.11.0
27242026-08-11T16:38:06.247Z Checking sigpipe v0.1.3
27252026-08-11T16:38:06.259Z Checking glob v0.3.3
27262026-08-11T16:38:07.683Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272026-08-11T16:38:07.746Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27282026-08-11T16:38:08.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.92s
27292026-08-11T16:38:08.183Z
27302026-08-11T16:38:08.183Zinfo: running `cargo check --bins` on internal-dns-types (79/303)
27312026-08-11T16:38:08.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-08-11T16:38:08.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-08-11T16:38:08.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342026-08-11T16:38:08.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27352026-08-11T16:38:08.743Z
27362026-08-11T16:38:08.743Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/303)
27372026-08-11T16:38:09.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382026-08-11T16:38:09.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392026-08-11T16:38:09.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402026-08-11T16:38:09.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27412026-08-11T16:38:09.299Z
27422026-08-11T16:38:09.299Zinfo: running `cargo check --bins` on nexus-types-versions (81/303)
27432026-08-11T16:38:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442026-08-11T16:38:09.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452026-08-11T16:38:09.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462026-08-11T16:38:09.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27472026-08-11T16:38:09.873Z
27482026-08-11T16:38:09.873Zinfo: running `cargo check --bins` on oxql-types (82/303)
27492026-08-11T16:38:10.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-08-11T16:38:10.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-08-11T16:38:10.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522026-08-11T16:38:10.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27532026-08-11T16:38:10.432Z
27542026-08-11T16:38:10.433Zinfo: running `cargo check --bins` on oximeter-types (83/303)
27552026-08-11T16:38:10.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-08-11T16:38:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-08-11T16:38:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-08-11T16:38:10.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27592026-08-11T16:38:10.988Z
27602026-08-11T16:38:10.988Zinfo: running `cargo check --bins` on oximeter-types-versions (84/303)
27612026-08-11T16:38:11.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-08-11T16:38:11.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-08-11T16:38:11.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-08-11T16:38:11.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27652026-08-11T16:38:11.549Z
27662026-08-11T16:38:11.549Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/303)
27672026-08-11T16:38:12.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-08-11T16:38:12.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-08-11T16:38:12.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-08-11T16:38:12.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27712026-08-11T16:38:12.095Z
27722026-08-11T16:38:12.095Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/303)
27732026-08-11T16:38:12.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-08-11T16:38:12.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-08-11T16:38:12.757Z Compiling multer v3.1.0
27762026-08-11T16:38:12.870Z Compiling async-stream-impl v0.3.6
27772026-08-11T16:38:12.873Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782026-08-11T16:38:12.886Z Compiling dropshot v0.17.1
27792026-08-11T16:38:12.898Z Compiling parse-display-derive v0.10.0
27802026-08-11T16:38:12.910Z Compiling newtype-uuid-macros v0.1.0
27812026-08-11T16:38:12.914Z Compiling dropshot_endpoint v0.17.1
27822026-08-11T16:38:12.940Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27832026-08-11T16:38:13.086Z Checking thread_local v1.1.9
27842026-08-11T16:38:13.134Z Checking match_cfg v0.1.0
27852026-08-11T16:38:13.172Z Checking compression-core v0.4.31
27862026-08-11T16:38:13.263Z Checking hostname v0.3.1
27872026-08-11T16:38:13.273Z Checking crossbeam-channel v0.5.15
27882026-08-11T16:38:13.312Z Checking compression-codecs v0.4.37
27892026-08-11T16:38:13.330Z Checking atomicwrites v0.4.4
27902026-08-11T16:38:13.379Z Checking slog-json v2.6.1
27912026-08-11T16:38:13.435Z Checking toml_datetime v1.1.1+spec-1.1.0
27922026-08-11T16:38:13.452Z Checking serde_spanned v1.1.1
27932026-08-11T16:38:13.473Z Checking is-terminal v0.4.17
27942026-08-11T16:38:13.531Z Checking term v1.2.1
27952026-08-11T16:38:13.562Z Checking toml_writer v1.1.1+spec-1.1.0
27962026-08-11T16:38:13.576Z Checking take_mut v0.2.2
27972026-08-11T16:38:13.623Z Checking debug-ignore v1.0.5
27982026-08-11T16:38:13.638Z Checking slog-bunyan v2.5.0
27992026-08-11T16:38:13.662Z Checking async-compression v0.4.41
28002026-08-11T16:38:13.672Z Checking slog-async v2.8.0
28012026-08-11T16:38:13.719Z Checking async-stream v0.3.6
28022026-08-11T16:38:13.733Z Checking toml v1.1.2+spec-1.1.0
28032026-08-11T16:38:13.748Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28042026-08-11T16:38:13.751Z Checking slog-term v2.9.2
28052026-08-11T16:38:13.840Z Checking progenitor-client v0.14.0
28062026-08-11T16:38:13.843Z Checking sha1 v0.11.0
28072026-08-11T16:38:13.904Z Checking waitgroup v0.1.2
28082026-08-11T16:38:14.003Z Checking rustls-pemfile v2.2.0
28092026-08-11T16:38:14.017Z Checking backon v1.6.0
28102026-08-11T16:38:14.036Z Checking serde_path_to_error v0.1.20
28112026-08-11T16:38:14.068Z Checking hostname v0.4.2
28122026-08-11T16:38:14.082Z Checking instant v0.1.13
28132026-08-11T16:38:14.161Z Checking backoff v0.4.0
28142026-08-11T16:38:14.202Z Checking progenitor-extras v0.2.0
28152026-08-11T16:38:14.305Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28162026-08-11T16:38:14.319Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28172026-08-11T16:38:14.333Z Checking regress v0.10.5
28182026-08-11T16:38:14.401Z Checking itertools v0.14.0
28192026-08-11T16:38:14.483Z Checking macaddr v1.0.1
28202026-08-11T16:38:14.572Z Checking parse-display v0.10.0
28212026-08-11T16:38:14.658Z Checking humantime v2.3.0
28222026-08-11T16:38:15.466Z Compiling prettyplease v0.2.37
28232026-08-11T16:38:15.739Z Checking num-rational v0.4.2
28242026-08-11T16:38:16.009Z Checking num-complex v0.4.6
28252026-08-11T16:38:16.496Z Compiling num v0.4.3
28262026-08-11T16:38:16.552Z Compiling usdt-attr-macro v0.5.0
28272026-08-11T16:38:16.571Z Compiling usdt-macro v0.5.0
28282026-08-11T16:38:16.596Z Checking memmap v0.7.0
28292026-08-11T16:38:16.611Z Checking float-ord v0.3.2
28302026-08-11T16:38:16.622Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312026-08-11T16:38:16.727Z Compiling convert_case v0.4.0
28322026-08-11T16:38:16.823Z Checking unicode-width v0.2.0
28332026-08-11T16:38:17.100Z Compiling derive_more v0.99.20
28342026-08-11T16:38:17.125Z Checking console v0.15.11
28352026-08-11T16:38:17.334Z Checking newline-converter v0.3.0
28362026-08-11T16:38:17.370Z Checking usdt v0.5.0
28372026-08-11T16:38:17.409Z Compiling toml v0.8.23
28382026-08-11T16:38:17.444Z Checking linked-hash-map v0.5.6
28392026-08-11T16:38:17.542Z Compiling minimal-lexical v0.2.1
28402026-08-11T16:38:17.617Z Checking lru-cache v0.1.2
28412026-08-11T16:38:17.738Z Compiling nom v7.1.3
28422026-08-11T16:38:17.805Z Checking expectorate v1.2.0
28432026-08-11T16:38:18.266Z Checking camino-tempfile v1.4.1
28442026-08-11T16:38:18.343Z Checking hickory-proto v0.24.4
28452026-08-11T16:38:18.426Z Checking phf_shared v0.12.1
28462026-08-11T16:38:18.450Z Compiling slog-dtrace v0.3.0
28472026-08-11T16:38:18.566Z Compiling unicode-xid v0.2.6
28482026-08-11T16:38:18.694Z Compiling chrono-tz v0.10.4
28492026-08-11T16:38:18.853Z Checking heck v0.5.0
28502026-08-11T16:38:18.867Z Checking resolv-conf v0.7.6
28512026-08-11T16:38:19.000Z Compiling const_format_proc_macros v0.2.34
28522026-08-11T16:38:19.089Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-11T16:38:19.101Z Checking phf v0.12.1
28542026-08-11T16:38:19.243Z Checking tokio-dtrace v0.1.1
28552026-08-11T16:38:19.437Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28562026-08-11T16:38:19.558Z Compiling derive-where v1.6.0
28572026-08-11T16:38:19.689Z Checking highway v1.3.0
28582026-08-11T16:38:19.706Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28592026-08-11T16:38:19.813Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-11T16:38:19.958Z Checking const_format v0.2.35
28612026-08-11T16:38:20.148Z Checking hickory-resolver v0.24.4
28622026-08-11T16:38:20.190Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28632026-08-11T16:38:20.709Z Checking oxide-tokio-rt v0.1.4
28642026-08-11T16:38:20.874Z Checking qorb v0.4.1
28652026-08-11T16:38:21.109Z Checking gethostname v0.5.0
28662026-08-11T16:38:21.199Z Checking bcs v0.1.6
28672026-08-11T16:38:21.212Z Checking termtree v0.5.1
28682026-08-11T16:38:21.252Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28692026-08-11T16:38:21.325Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28702026-08-11T16:38:21.517Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-08-11T16:38:21.520Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28722026-08-11T16:38:24.591Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28732026-08-11T16:38:27.690Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28742026-08-11T16:38:29.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
28752026-08-11T16:38:30.086Z
28762026-08-11T16:38:30.086Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/303)
28772026-08-11T16:38:30.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-11T16:38:30.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-11T16:38:30.746Z Compiling ar_archive_writer v0.5.1
28802026-08-11T16:38:30.861Z Compiling stacker v0.1.23
28812026-08-11T16:38:30.867Z Compiling cfg_aliases v0.1.1
28822026-08-11T16:38:30.875Z Compiling convert_case v0.10.0
28832026-08-11T16:38:30.895Z Checking unicode-width v0.1.14
28842026-08-11T16:38:30.911Z Compiling proc-macro-error v1.0.4
28852026-08-11T16:38:30.911Z Checking fd-lock v4.0.4
28862026-08-11T16:38:30.911Z Checking nibble_vec v0.1.0
28872026-08-11T16:38:30.923Z Compiling nix v0.28.0
28882026-08-11T16:38:31.013Z Compiling recursive-proc-macro-impl v0.1.1
28892026-08-11T16:38:31.024Z Checking vte v0.14.1
28902026-08-11T16:38:31.111Z Checking bytecount v0.6.9
28912026-08-11T16:38:31.120Z Checking endian-type v0.1.2
28922026-08-11T16:38:31.151Z Compiling derive_more-impl v2.1.1
28932026-08-11T16:38:31.166Z Checking strip-ansi-escapes v0.2.1
28942026-08-11T16:38:31.175Z Compiling tabled_derive v0.7.0
28952026-08-11T16:38:31.199Z Checking papergrid v0.11.0
28962026-08-11T16:38:31.240Z Checking radix_trie v0.2.1
28972026-08-11T16:38:31.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982026-08-11T16:38:31.410Z Compiling peg-macros v0.8.5
28992026-08-11T16:38:31.442Z Compiling sqlparser_derive v0.5.0
29002026-08-11T16:38:31.669Z Compiling psm v0.1.30
29012026-08-11T16:38:31.747Z Checking winnow v0.6.26
29022026-08-11T16:38:31.797Z Checking nu-ansi-term v0.50.3
29032026-08-11T16:38:31.946Z Checking derive_more v2.1.1
29042026-08-11T16:38:32.061Z Checking unicode_categories v0.1.1
29052026-08-11T16:38:32.074Z Checking home v0.5.12
29062026-08-11T16:38:32.178Z Checking crossterm v0.29.0
29072026-08-11T16:38:32.182Z Checking tabled v0.15.0
29082026-08-11T16:38:32.222Z Checking reedline v0.40.0
29092026-08-11T16:38:32.260Z Checking display-error-chain v0.2.2
29102026-08-11T16:38:32.269Z Checking rustyline v14.0.0
29112026-08-11T16:38:32.500Z Checking recursive v0.1.1
29122026-08-11T16:38:32.593Z Checking sqlparser v0.61.0
29132026-08-11T16:38:32.704Z Checking peg v0.8.5
29142026-08-11T16:38:32.916Z Checking sqlformat v0.3.5
29152026-08-11T16:38:43.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
29162026-08-11T16:38:43.967Z
29172026-08-11T16:38:43.967Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/303)
29182026-08-11T16:38:44.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-11T16:38:44.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-11T16:38:44.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-08-11T16:38:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29222026-08-11T16:38:48.337Z
29232026-08-11T16:38:48.337Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/303)
29242026-08-11T16:38:48.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-11T16:38:48.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-11T16:38:48.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-11T16:38:51.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
29282026-08-11T16:38:51.688Z
29292026-08-11T16:38:51.688Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/303)
29302026-08-11T16:38:52.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-11T16:38:52.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-11T16:38:52.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-11T16:38:55.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29342026-08-11T16:38:55.842Z
29352026-08-11T16:38:55.842Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/303)
29362026-08-11T16:38:56.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-11T16:38:56.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-11T16:38:56.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-11T16:38:59.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29402026-08-11T16:39:00.035Z
29412026-08-11T16:39:00.036Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/303)
29422026-08-11T16:39:00.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-11T16:39:00.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-11T16:39:00.699Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-08-11T16:39:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29462026-08-11T16:39:03.560Z
29472026-08-11T16:39:03.560Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/303)
29482026-08-11T16:39:04.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-11T16:39:04.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-11T16:39:04.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29512026-08-11T16:39:06.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29522026-08-11T16:39:07.094Z
29532026-08-11T16:39:07.094Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/303)
29542026-08-11T16:39:07.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-11T16:39:07.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-11T16:39:07.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572026-08-11T16:39:11.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29582026-08-11T16:39:11.455Z
29592026-08-11T16:39:11.455Zinfo: running `cargo check --bins` on oximeter (95/303)
29602026-08-11T16:39:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-11T16:39:11.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-11T16:39:11.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-08-11T16:39:11.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29642026-08-11T16:39:12.015Z
29652026-08-11T16:39:12.015Zinfo: running `cargo check --bins` on oximeter-schema (96/303)
29662026-08-11T16:39:12.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-11T16:39:12.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-11T16:39:12.630Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-08-11T16:39:13.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29702026-08-11T16:39:13.176Z
29712026-08-11T16:39:13.176Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/303)
29722026-08-11T16:39:13.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-11T16:39:13.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-11T16:39:13.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-11T16:39:13.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29762026-08-11T16:39:13.739Z
29772026-08-11T16:39:13.739Zinfo: running `cargo check --bins` on oximeter-test-utils (98/303)
29782026-08-11T16:39:14.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-11T16:39:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-11T16:39:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-11T16:39:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29822026-08-11T16:39:14.342Z
29832026-08-11T16:39:14.342Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/303)
29842026-08-11T16:39:14.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-11T16:39:14.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-11T16:39:14.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-11T16:39:14.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29882026-08-11T16:39:14.927Z
29892026-08-11T16:39:14.927Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/303)
29902026-08-11T16:39:15.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-11T16:39:15.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-11T16:39:15.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-11T16:39:15.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942026-08-11T16:39:15.483Z
29952026-08-11T16:39:15.484Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/303)
29962026-08-11T16:39:15.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-11T16:39:15.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-11T16:39:15.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-11T16:39:15.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30002026-08-11T16:39:16.056Z
30012026-08-11T16:39:16.056Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/303)
30022026-08-11T16:39:16.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-11T16:39:16.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-11T16:39:16.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-11T16:39:16.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-08-11T16:39:16.627Z
30072026-08-11T16:39:16.627Zinfo: running `cargo check --bins` on trust-quorum-types (103/303)
30082026-08-11T16:39:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-11T16:39:17.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-11T16:39:17.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-11T16:39:17.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30122026-08-11T16:39:17.178Z
30132026-08-11T16:39:17.178Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/303)
30142026-08-11T16:39:17.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-11T16:39:17.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-11T16:39:17.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-11T16:39:17.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30182026-08-11T16:39:17.748Z
30192026-08-11T16:39:17.748Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (105/303)
30202026-08-11T16:39:18.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-11T16:39:18.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-11T16:39:18.449Z Compiling crucible-workspace-hack v0.1.0
30232026-08-11T16:39:18.567Z Checking secrecy v0.10.3
30242026-08-11T16:39:18.575Z Compiling heapless v0.8.0
30252026-08-11T16:39:18.578Z Compiling toml_datetime v0.7.5+spec-1.1.0
30262026-08-11T16:39:18.589Z Compiling ingot-macros v0.2.0
30272026-08-11T16:39:18.597Z Checking hash32 v0.3.1
30282026-08-11T16:39:18.600Z Checking inout v0.1.4
30292026-08-11T16:39:18.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30302026-08-11T16:39:18.670Z Compiling smoltcp v0.11.0
30312026-08-11T16:39:18.727Z Compiling toml_edit v0.23.10+spec-1.0.0
30322026-08-11T16:39:18.730Z Checking cipher v0.4.4
30332026-08-11T16:39:18.829Z Checking cobs v0.3.0
30342026-08-11T16:39:18.829Z Checking universal-hash v0.5.1
30352026-08-11T16:39:18.877Z Compiling thiserror-impl-no-std v2.0.2
30362026-08-11T16:39:18.916Z Checking half v2.7.1
30372026-08-11T16:39:18.992Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30382026-08-11T16:39:19.011Z Checking ciborium-io v0.2.2
30392026-08-11T16:39:19.030Z Checking opaque-debug v0.3.1
30402026-08-11T16:39:19.088Z Checking postcard v1.1.3
30412026-08-11T16:39:19.095Z Checking poly1305 v0.8.0
30422026-08-11T16:39:19.173Z Checking ciborium-ll v0.2.2
30432026-08-11T16:39:19.183Z Checking chacha20 v0.9.1
30442026-08-11T16:39:19.351Z Compiling proc-macro-crate v3.4.0
30452026-08-11T16:39:19.354Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30462026-08-11T16:39:19.373Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-08-11T16:39:19.389Z Checking password-hash v0.5.0
30482026-08-11T16:39:19.618Z Compiling proc-macro-crate v1.3.1
30492026-08-11T16:39:19.631Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30502026-08-11T16:39:19.759Z Checking blake2 v0.10.6
30512026-08-11T16:39:19.773Z Checking aead v0.5.2
30522026-08-11T16:39:19.885Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30532026-08-11T16:39:19.914Z Compiling num_enum_derive v0.7.6
30542026-08-11T16:39:19.968Z Compiling foreign-types-macros v0.2.3
30552026-08-11T16:39:20.024Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30562026-08-11T16:39:20.072Z Checking foreign-types-shared v0.3.1
30572026-08-11T16:39:20.072Z Checking thiserror-no-std v2.0.2
30582026-08-11T16:39:20.093Z Compiling num_enum_derive v0.5.11
30592026-08-11T16:39:20.110Z Checking argon2 v0.5.3
30602026-08-11T16:39:20.139Z Checking vsss-rs v3.3.4
30612026-08-11T16:39:20.222Z Checking chacha20poly1305 v0.10.1
30622026-08-11T16:39:20.349Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30632026-08-11T16:39:20.441Z Checking ciborium v0.2.2
30642026-08-11T16:39:20.495Z Checking foreign-types v0.5.0
30652026-08-11T16:39:20.684Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-08-11T16:39:20.728Z Checking tabwriter v1.4.1
30672026-08-11T16:39:20.869Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30682026-08-11T16:39:20.869Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30692026-08-11T16:39:20.922Z Checking num_enum v0.7.6
30702026-08-11T16:39:20.953Z Checking cstr-argument v0.1.2
30712026-08-11T16:39:21.043Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30722026-08-11T16:39:21.075Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-08-11T16:39:21.085Z Checking num_enum v0.5.11
30742026-08-11T16:39:21.202Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-08-11T16:39:21.251Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30762026-08-11T16:39:21.282Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30772026-08-11T16:39:21.282Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-08-11T16:39:21.294Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-11T16:39:21.310Z Checking rand v0.10.1
30802026-08-11T16:39:21.364Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30812026-08-11T16:39:21.378Z Checking ingot-types v0.2.0
30822026-08-11T16:39:21.397Z Checking indent_write v2.2.0
30832026-08-11T16:39:21.458Z Checking colored v3.1.1
30842026-08-11T16:39:21.526Z Compiling zone_cfg_derive v0.3.1
30852026-08-11T16:39:21.650Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30862026-08-11T16:39:21.671Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30872026-08-11T16:39:21.740Z Checking ingot v0.2.1
30882026-08-11T16:39:21.829Z Checking itertools v0.12.1
30892026-08-11T16:39:21.842Z Compiling num-derive v0.4.2
30902026-08-11T16:39:21.856Z Checking swrite v0.1.0
30912026-08-11T16:39:21.946Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30922026-08-11T16:39:22.058Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-11T16:39:22.172Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30942026-08-11T16:39:22.205Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30952026-08-11T16:39:22.316Z Checking dropshot-api-manager-types v0.7.2
30962026-08-11T16:39:22.336Z Checking smf v0.2.3
30972026-08-11T16:39:22.341Z Checking nanorand v0.7.0
30982026-08-11T16:39:22.392Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30992026-08-11T16:39:22.485Z Checking whoami v1.6.1
31002026-08-11T16:39:22.533Z Checking flume v0.11.1
31012026-08-11T16:39:22.556Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31022026-08-11T16:39:22.769Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31032026-08-11T16:39:22.876Z Checking zone v0.3.1
31042026-08-11T16:39:23.354Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31052026-08-11T16:39:24.321Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31062026-08-11T16:39:25.211Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31072026-08-11T16:39:28.735Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31082026-08-11T16:39:30.854Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31092026-08-11T16:39:32.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
31102026-08-11T16:39:32.214Z
31112026-08-11T16:39:32.214Zinfo: running `cargo check --bins` on clickhouse-admin-api (106/303)
31122026-08-11T16:39:32.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-08-11T16:39:32.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-08-11T16:39:32.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-08-11T16:39:32.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31162026-08-11T16:39:32.793Z
31172026-08-11T16:39:32.793Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (107/303)
31182026-08-11T16:39:33.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-08-11T16:39:33.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-08-11T16:39:33.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-08-11T16:39:33.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31222026-08-11T16:39:33.356Z
31232026-08-11T16:39:33.356Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/303)
31242026-08-11T16:39:33.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-08-11T16:39:33.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-08-11T16:39:33.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-08-11T16:39:33.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31282026-08-11T16:39:33.916Z
31292026-08-11T16:39:33.916Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/303)
31302026-08-11T16:39:34.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-08-11T16:39:34.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-08-11T16:39:34.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-08-11T16:39:34.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31342026-08-11T16:39:34.484Z
31352026-08-11T16:39:34.484Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/303)
31362026-08-11T16:39:34.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-08-11T16:39:34.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-08-11T16:39:34.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-08-11T16:39:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31402026-08-11T16:39:35.055Z
31412026-08-11T16:39:35.055Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/303)
31422026-08-11T16:39:35.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-08-11T16:39:35.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-08-11T16:39:35.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-08-11T16:39:35.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31462026-08-11T16:39:35.622Z
31472026-08-11T16:39:35.622Zinfo: running `cargo check --bins` on cockroach-admin-client (112/303)
31482026-08-11T16:39:36.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-08-11T16:39:36.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-08-11T16:39:36.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-08-11T16:39:36.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-08-11T16:39:36.172Z
31532026-08-11T16:39:36.172Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/303)
31542026-08-11T16:39:36.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-08-11T16:39:36.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-08-11T16:39:36.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-08-11T16:39:36.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31582026-08-11T16:39:36.728Z
31592026-08-11T16:39:36.728Zinfo: running `cargo check --bins` on dns-service-client (114/303)
31602026-08-11T16:39:37.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-08-11T16:39:37.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-08-11T16:39:37.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-08-11T16:39:37.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31642026-08-11T16:39:37.294Z
31652026-08-11T16:39:37.294Zinfo: running `cargo check --bins` on installinator-client (115/303)
31662026-08-11T16:39:37.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-08-11T16:39:37.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-08-11T16:39:37.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-08-11T16:39:37.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31702026-08-11T16:39:37.860Z
31712026-08-11T16:39:37.860Zinfo: running `cargo check --bins` on nexus-client (116/303)
31722026-08-11T16:39:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-08-11T16:39:38.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-08-11T16:39:38.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-08-11T16:39:38.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31762026-08-11T16:39:38.464Z
31772026-08-11T16:39:38.464Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/303)
31782026-08-11T16:39:38.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-08-11T16:39:38.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-08-11T16:39:38.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-08-11T16:39:38.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31822026-08-11T16:39:39.066Z
31832026-08-11T16:39:39.066Zinfo: running `cargo check --bins` on ntp-admin-client (118/303)
31842026-08-11T16:39:39.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-08-11T16:39:39.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-08-11T16:39:39.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-08-11T16:39:39.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31882026-08-11T16:39:39.619Z
31892026-08-11T16:39:39.619Zinfo: running `cargo check --bins` on oxide-client (119/303)
31902026-08-11T16:39:40.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-08-11T16:39:40.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-08-11T16:39:40.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-08-11T16:39:40.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31942026-08-11T16:39:40.169Z
31952026-08-11T16:39:40.169Zinfo: running `cargo check --bins` on oximeter-client (120/303)
31962026-08-11T16:39:40.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-08-11T16:39:40.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-08-11T16:39:40.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-08-11T16:39:40.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32002026-08-11T16:39:40.733Z
32012026-08-11T16:39:40.733Zinfo: running `cargo check --bins` on repo-depot-client (121/303)
32022026-08-11T16:39:41.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-08-11T16:39:41.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-08-11T16:39:41.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-08-11T16:39:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32062026-08-11T16:39:41.285Z
32072026-08-11T16:39:41.285Zinfo: running `cargo check --bins` on sled-agent-client (122/303)
32082026-08-11T16:39:41.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-08-11T16:39:41.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-08-11T16:39:41.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-08-11T16:39:41.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32122026-08-11T16:39:41.856Z
32132026-08-11T16:39:41.856Zinfo: running `cargo check --bins` on wicketd-client (123/303)
32142026-08-11T16:39:42.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-11T16:39:42.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-11T16:39:42.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-08-11T16:39:42.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32182026-08-11T16:39:42.449Z
32192026-08-11T16:39:42.449Zinfo: running `cargo check --bins` on installinator-common (124/303)
32202026-08-11T16:39:42.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-11T16:39:42.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-11T16:39:42.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-08-11T16:39:42.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32242026-08-11T16:39:43.027Z
32252026-08-11T16:39:43.027Zinfo: running `cargo check --bins` on installinator-common-versions (125/303)
32262026-08-11T16:39:43.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-11T16:39:43.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-11T16:39:43.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-08-11T16:39:43.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32302026-08-11T16:39:43.580Z
32312026-08-11T16:39:43.580Zinfo: running `cargo check --bins` on wicket-common (126/303)
32322026-08-11T16:39:44.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-11T16:39:44.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-11T16:39:44.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-08-11T16:39:44.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32362026-08-11T16:39:44.156Z
32372026-08-11T16:39:44.156Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
32382026-08-11T16:39:44.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-11T16:39:44.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-11T16:39:44.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-08-11T16:39:44.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32422026-08-11T16:39:44.723Z
32432026-08-11T16:39:44.723Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
32442026-08-11T16:39:45.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-11T16:39:45.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-11T16:39:45.388Z Checking csv-core v0.1.13
32472026-08-11T16:39:45.498Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32482026-08-11T16:39:45.502Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32492026-08-11T16:39:45.512Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32502026-08-11T16:39:45.653Z Checking csv v1.4.0
32512026-08-11T16:39:45.658Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32522026-08-11T16:39:45.950Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-08-11T16:39:46.287Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32542026-08-11T16:39:46.287Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-08-11T16:39:47.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
32562026-08-11T16:39:47.553Z
32572026-08-11T16:39:47.554Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32582026-08-11T16:39:48.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-11T16:39:48.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-11T16:39:48.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-11T16:39:48.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32622026-08-11T16:39:48.110Z
32632026-08-11T16:39:48.110Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32642026-08-11T16:39:48.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-11T16:39:48.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-11T16:39:48.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-11T16:39:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32682026-08-11T16:39:48.756Z
32692026-08-11T16:39:48.756Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32702026-08-11T16:39:49.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-11T16:39:49.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-11T16:39:49.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-11T16:39:49.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32742026-08-11T16:39:49.402Z
32752026-08-11T16:39:49.402Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32762026-08-11T16:39:49.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-11T16:39:49.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-11T16:39:49.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-11T16:39:49.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32802026-08-11T16:39:50.011Z
32812026-08-11T16:39:50.011Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32822026-08-11T16:39:50.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-11T16:39:50.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-11T16:39:50.749Z Compiling regress v0.11.1
32852026-08-11T16:39:50.888Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32862026-08-11T16:39:50.897Z Compiling unsafe-libyaml v0.2.11
32872026-08-11T16:39:50.907Z Compiling semver v0.1.20
32882026-08-11T16:39:50.919Z Checking nom v8.0.0
32892026-08-11T16:39:50.934Z Compiling cancel-safe-futures v0.1.5
32902026-08-11T16:39:50.949Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32912026-08-11T16:39:51.129Z Compiling rustc_version v0.1.7
32922026-08-11T16:39:51.213Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32932026-08-11T16:39:51.345Z Compiling newtype_derive v0.1.6
32942026-08-11T16:39:51.499Z Compiling serde_yaml v0.9.34+deprecated
32952026-08-11T16:39:51.555Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32962026-08-11T16:39:51.576Z Compiling owo-colors v4.3.0
32972026-08-11T16:39:51.638Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-08-11T16:39:51.937Z Checking oxide-update-engine-types v0.1.2
32992026-08-11T16:39:51.950Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33002026-08-11T16:39:52.072Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33012026-08-11T16:39:52.088Z Checking linear-map v1.2.0
33022026-08-11T16:39:52.259Z Checking unicode-linebreak v0.1.5
33032026-08-11T16:39:52.335Z Checking typify-impl v0.6.2
33042026-08-11T16:39:52.465Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33052026-08-11T16:39:52.544Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33062026-08-11T16:39:52.749Z Checking tagptr v0.2.0
33072026-08-11T16:39:52.831Z Checking smawk v0.3.2
33082026-08-11T16:39:52.847Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33092026-08-11T16:39:52.889Z Checking moka v0.12.13
33102026-08-11T16:39:52.925Z Checking oxide-update-engine v0.1.2
33112026-08-11T16:39:52.963Z Checking textwrap v0.16.2
33122026-08-11T16:39:53.180Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-08-11T16:39:53.507Z Checking steno v0.4.1
33142026-08-11T16:39:53.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-08-11T16:39:53.744Z Checking hickory-resolver v0.25.2
33162026-08-11T16:39:53.911Z Checking sha1 v0.10.6
33172026-08-11T16:39:54.006Z Checking utf-8 v0.7.6
33182026-08-11T16:39:54.055Z Checking void v1.0.2
33192026-08-11T16:39:54.075Z Checking half v1.8.3
33202026-08-11T16:39:54.140Z Checking tungstenite v0.23.0
33212026-08-11T16:39:54.158Z Checking lzss v0.8.2
33222026-08-11T16:39:54.265Z Checking serde_cbor v0.11.2
33232026-08-11T16:39:54.458Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33242026-08-11T16:39:54.476Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-08-11T16:39:54.480Z Checking nix v0.27.1
33262026-08-11T16:39:54.504Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33272026-08-11T16:39:54.558Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33282026-08-11T16:39:54.639Z Checking kstat-rs v0.2.5
33292026-08-11T16:39:54.713Z Checking fxhash v0.2.1
33302026-08-11T16:39:54.730Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33312026-08-11T16:39:54.744Z Checking serde_bytes v0.11.19
33322026-08-11T16:39:54.829Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332026-08-11T16:39:54.840Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-08-11T16:39:54.894Z Checking tokio-tungstenite v0.23.1
33352026-08-11T16:39:54.919Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-08-11T16:39:54.989Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-11T16:39:55.151Z Checking signal-hook-tokio v0.3.1
33382026-08-11T16:39:55.753Z Compiling typify-macro v0.6.2
33392026-08-11T16:39:56.712Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33402026-08-11T16:39:56.909Z Compiling typify v0.6.2
33412026-08-11T16:39:56.989Z Compiling progenitor-impl v0.14.0
33422026-08-11T16:39:58.397Z Compiling progenitor-macro v0.14.0
33432026-08-11T16:40:00.740Z Checking progenitor v0.14.0
33442026-08-11T16:40:00.855Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-11T16:40:00.858Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-08-11T16:40:03.532Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-08-11T16:40:11.867Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33482026-08-11T16:40:18.837Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33492026-08-11T16:40:20.220Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33502026-08-11T16:40:20.750Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33512026-08-11T16:40:22.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
33522026-08-11T16:40:23.062Z
33532026-08-11T16:40:23.062Zinfo: running `cargo check --bins` on gateway-api (134/303)
33542026-08-11T16:40:23.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-11T16:40:23.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-11T16:40:23.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-11T16:40:23.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33582026-08-11T16:40:23.622Z
33592026-08-11T16:40:23.622Zinfo: running `cargo check --bins` on ipcc (135/303)
33602026-08-11T16:40:24.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-11T16:40:24.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-11T16:40:24.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-11T16:40:24.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33642026-08-11T16:40:24.185Z
33652026-08-11T16:40:24.185Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33662026-08-11T16:40:24.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-11T16:40:24.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-11T16:40:24.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-11T16:40:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33702026-08-11T16:40:24.728Z
33712026-08-11T16:40:24.728Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33722026-08-11T16:40:25.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-11T16:40:25.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-11T16:40:25.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-11T16:40:25.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33762026-08-11T16:40:25.304Z
33772026-08-11T16:40:25.304Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33782026-08-11T16:40:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-11T16:40:25.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-11T16:40:25.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-11T16:40:25.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33822026-08-11T16:40:25.862Z
33832026-08-11T16:40:25.862Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33842026-08-11T16:40:26.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-11T16:40:26.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-11T16:40:26.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-11T16:40:26.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33882026-08-11T16:40:26.424Z
33892026-08-11T16:40:26.424Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33902026-08-11T16:40:26.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-11T16:40:26.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-11T16:40:26.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-11T16:40:26.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33942026-08-11T16:40:26.990Z
33952026-08-11T16:40:26.990Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33962026-08-11T16:40:27.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-11T16:40:27.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-11T16:40:27.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-11T16:40:27.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34002026-08-11T16:40:27.577Z
34012026-08-11T16:40:27.577Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
34022026-08-11T16:40:28.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-11T16:40:28.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-11T16:40:28.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-11T16:40:28.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34062026-08-11T16:40:28.135Z
34072026-08-11T16:40:28.135Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
34082026-08-11T16:40:28.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-11T16:40:28.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-11T16:40:28.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-11T16:40:28.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-08-11T16:40:28.697Z
34132026-08-11T16:40:28.697Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34142026-08-11T16:40:29.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-11T16:40:29.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-11T16:40:29.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-11T16:40:29.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-11T16:40:29.265Z
34192026-08-11T16:40:29.265Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34202026-08-11T16:40:29.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-11T16:40:29.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-11T16:40:29.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-11T16:40:29.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-08-11T16:40:29.828Z
34252026-08-11T16:40:29.828Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34262026-08-11T16:40:30.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-11T16:40:30.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-11T16:40:30.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-11T16:40:30.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-08-11T16:40:30.391Z
34312026-08-11T16:40:30.391Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34322026-08-11T16:40:30.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-11T16:40:30.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-11T16:40:30.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-11T16:40:30.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-08-11T16:40:30.949Z
34372026-08-11T16:40:30.949Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34382026-08-11T16:40:31.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-11T16:40:31.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-11T16:40:31.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-11T16:40:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34422026-08-11T16:40:31.527Z
34432026-08-11T16:40:31.527Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34442026-08-11T16:40:32.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-11T16:40:32.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-11T16:40:32.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-11T16:40:32.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34482026-08-11T16:40:32.112Z
34492026-08-11T16:40:32.112Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34502026-08-11T16:40:32.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-11T16:40:32.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-11T16:40:32.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-11T16:40:32.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34542026-08-11T16:40:32.690Z
34552026-08-11T16:40:32.690Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34562026-08-11T16:40:33.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-11T16:40:33.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-11T16:40:33.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-11T16:40:33.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34602026-08-11T16:40:33.273Z
34612026-08-11T16:40:33.273Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34622026-08-11T16:40:33.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-11T16:40:33.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-11T16:40:33.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-11T16:40:33.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34662026-08-11T16:40:33.858Z
34672026-08-11T16:40:33.858Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34682026-08-11T16:40:34.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-11T16:40:34.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-11T16:40:34.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-11T16:40:34.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34722026-08-11T16:40:34.438Z
34732026-08-11T16:40:34.438Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34742026-08-11T16:40:34.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-11T16:40:34.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-11T16:40:34.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-11T16:40:34.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-11T16:40:35.021Z
34792026-08-11T16:40:35.021Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34802026-08-11T16:40:35.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-11T16:40:35.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-11T16:40:35.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-11T16:40:35.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-11T16:40:35.600Z
34852026-08-11T16:40:35.600Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34862026-08-11T16:40:36.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-11T16:40:36.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-11T16:40:36.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-11T16:40:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-11T16:40:36.184Z
34912026-08-11T16:40:36.185Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34922026-08-11T16:40:36.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-11T16:40:36.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-11T16:40:36.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-11T16:40:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-11T16:40:36.760Z
34972026-08-11T16:40:36.760Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34982026-08-11T16:40:37.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-11T16:40:37.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-11T16:40:37.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-11T16:40:37.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35022026-08-11T16:40:37.328Z
35032026-08-11T16:40:37.328Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
35042026-08-11T16:40:37.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-11T16:40:37.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-11T16:40:37.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-11T16:40:37.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35082026-08-11T16:40:37.892Z
35092026-08-11T16:40:37.892Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
35102026-08-11T16:40:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-11T16:40:38.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-11T16:40:38.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-11T16:40:38.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35142026-08-11T16:40:38.455Z
35152026-08-11T16:40:38.455Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35162026-08-11T16:40:38.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-11T16:40:38.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-11T16:40:38.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-11T16:40:38.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35202026-08-11T16:40:39.012Z
35212026-08-11T16:40:39.012Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35222026-08-11T16:40:39.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-11T16:40:39.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-11T16:40:39.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-11T16:40:39.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35262026-08-11T16:40:39.576Z
35272026-08-11T16:40:39.576Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35282026-08-11T16:40:40.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-11T16:40:40.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-11T16:40:40.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-11T16:40:40.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35322026-08-11T16:40:40.141Z
35332026-08-11T16:40:40.141Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35342026-08-11T16:40:40.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-11T16:40:40.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-11T16:40:40.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-11T16:40:40.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35382026-08-11T16:40:40.707Z
35392026-08-11T16:40:40.708Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35402026-08-11T16:40:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-11T16:40:41.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-11T16:40:41.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-11T16:40:41.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35442026-08-11T16:40:41.269Z
35452026-08-11T16:40:41.269Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35462026-08-11T16:40:41.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-11T16:40:41.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-11T16:40:41.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-11T16:40:41.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-08-11T16:40:41.845Z
35512026-08-11T16:40:41.846Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35522026-08-11T16:40:42.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-11T16:40:42.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-11T16:40:42.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-11T16:40:42.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-11T16:40:42.429Z
35572026-08-11T16:40:42.429Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35582026-08-11T16:40:42.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-11T16:40:42.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-11T16:40:42.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-11T16:40:42.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-08-11T16:40:43.006Z
35632026-08-11T16:40:43.006Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35642026-08-11T16:40:43.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-11T16:40:43.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-11T16:40:43.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-11T16:40:43.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-11T16:40:43.589Z
35692026-08-11T16:40:43.589Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35702026-08-11T16:40:44.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-11T16:40:44.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-11T16:40:44.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-11T16:40:44.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-11T16:40:44.173Z
35752026-08-11T16:40:44.173Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35762026-08-11T16:40:44.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-11T16:40:44.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-11T16:40:44.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-11T16:40:44.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-08-11T16:40:44.748Z
35812026-08-11T16:40:44.748Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35822026-08-11T16:40:45.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-11T16:40:45.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-11T16:40:45.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-11T16:40:45.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35862026-08-11T16:40:45.329Z
35872026-08-11T16:40:45.329Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35882026-08-11T16:40:45.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-11T16:40:45.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-11T16:40:45.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-11T16:40:45.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-08-11T16:40:45.933Z
35932026-08-11T16:40:45.933Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35942026-08-11T16:40:46.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-11T16:40:46.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-11T16:40:46.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-11T16:40:46.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35982026-08-11T16:40:46.501Z
35992026-08-11T16:40:46.501Zinfo: running `cargo check --bins` on dns-server (175/303)
36002026-08-11T16:40:46.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-11T16:40:46.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-11T16:40:47.127Z Compiling parking_lot_core v0.8.6
36032026-08-11T16:40:47.130Z Compiling git-stub v1.0.0
36042026-08-11T16:40:47.242Z Checking prefix-trie v0.7.0
36052026-08-11T16:40:47.246Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36062026-08-11T16:40:47.357Z Compiling git-stub-vcs v0.1.0
36072026-08-11T16:40:47.515Z Checking hickory-server v0.25.2
36082026-08-11T16:40:47.624Z Checking parking_lot v0.11.2
36092026-08-11T16:40:47.656Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36102026-08-11T16:40:47.789Z Checking sled v0.34.7
36112026-08-11T16:40:49.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
36122026-08-11T16:40:49.902Z
36132026-08-11T16:40:49.902Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36142026-08-11T16:40:50.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-11T16:40:50.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-11T16:40:50.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-11T16:40:50.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36182026-08-11T16:40:50.459Z
36192026-08-11T16:40:50.459Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36202026-08-11T16:40:50.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-11T16:40:50.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-11T16:40:50.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-11T16:40:50.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36242026-08-11T16:40:51.019Z
36252026-08-11T16:40:51.019Zinfo: running `cargo check --bins` on sp-sim (178/303)
36262026-08-11T16:40:51.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-11T16:40:51.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-11T16:40:51.714Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36292026-08-11T16:40:53.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36302026-08-11T16:40:53.675Z
36312026-08-11T16:40:53.675Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36322026-08-11T16:40:54.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-11T16:40:54.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-11T16:40:54.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-11T16:40:54.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36362026-08-11T16:40:54.296Z
36372026-08-11T16:40:54.296Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36382026-08-11T16:40:54.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-11T16:40:54.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-11T16:40:54.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-11T16:40:54.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36422026-08-11T16:40:54.923Z
36432026-08-11T16:40:54.923Zinfo: running `cargo check --bins` on db-macros (181/303)
36442026-08-11T16:40:55.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-11T16:40:55.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-11T16:40:55.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-11T16:40:55.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-08-11T16:40:55.476Z
36492026-08-11T16:40:55.476Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36502026-08-11T16:40:55.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-11T16:40:55.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-11T16:40:55.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-11T16:40:55.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36542026-08-11T16:40:56.026Z
36552026-08-11T16:40:56.026Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36562026-08-11T16:40:56.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-11T16:40:56.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-11T16:40:56.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-11T16:40:56.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36602026-08-11T16:40:56.645Z
36612026-08-11T16:40:56.645Zinfo: running `cargo check --bins` on authz-macros (184/303)
36622026-08-11T16:40:57.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-11T16:40:57.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-11T16:40:57.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-11T16:40:57.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36662026-08-11T16:40:57.202Z
36672026-08-11T16:40:57.202Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36682026-08-11T16:40:57.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-11T16:40:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-11T16:40:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-11T16:40:57.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36722026-08-11T16:40:57.804Z
36732026-08-11T16:40:57.805Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36742026-08-11T16:40:58.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-11T16:40:58.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-11T16:40:58.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-11T16:40:58.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36782026-08-11T16:40:58.410Z
36792026-08-11T16:40:58.411Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36802026-08-11T16:40:58.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-11T16:40:58.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-11T16:40:58.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-11T16:40:58.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36842026-08-11T16:40:58.967Z
36852026-08-11T16:40:58.967Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36862026-08-11T16:40:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-11T16:40:59.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-11T16:40:59.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-11T16:40:59.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36902026-08-11T16:40:59.520Z
36912026-08-11T16:40:59.520Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36922026-08-11T16:40:59.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-11T16:40:59.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-11T16:40:59.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-11T16:40:59.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36962026-08-11T16:41:00.082Z
36972026-08-11T16:41:00.082Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36982026-08-11T16:41:00.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-11T16:41:00.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-11T16:41:00.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-11T16:41:00.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37022026-08-11T16:41:00.632Z
37032026-08-11T16:41:00.632Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
37042026-08-11T16:41:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-11T16:41:01.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-11T16:41:01.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-11T16:41:01.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-08-11T16:41:01.180Z
37092026-08-11T16:41:01.180Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37102026-08-11T16:41:01.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-11T16:41:01.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-11T16:41:01.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-11T16:41:01.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-08-11T16:41:01.729Z
37152026-08-11T16:41:01.729Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37162026-08-11T16:41:02.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-11T16:41:02.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-11T16:41:02.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-11T16:41:02.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-08-11T16:41:02.348Z
37212026-08-11T16:41:02.348Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37222026-08-11T16:41:02.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-11T16:41:02.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-11T16:41:02.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-11T16:41:02.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37262026-08-11T16:41:02.969Z
37272026-08-11T16:41:02.969Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37282026-08-11T16:41:03.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-11T16:41:03.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-11T16:41:03.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-11T16:41:03.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37322026-08-11T16:41:03.583Z
37332026-08-11T16:41:03.583Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37342026-08-11T16:41:04.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-11T16:41:04.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-11T16:41:04.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-11T16:41:04.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37382026-08-11T16:41:04.173Z
37392026-08-11T16:41:04.173Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37402026-08-11T16:41:04.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-11T16:41:04.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-11T16:41:04.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-11T16:41:04.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37442026-08-11T16:41:04.760Z
37452026-08-11T16:41:04.760Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37462026-08-11T16:41:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-11T16:41:05.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-11T16:41:05.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-11T16:41:05.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37502026-08-11T16:41:05.349Z
37512026-08-11T16:41:05.349Zinfo: running `cargo check --bins` on key-manager (199/303)
37522026-08-11T16:41:05.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-11T16:41:05.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-11T16:41:05.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-11T16:41:05.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37562026-08-11T16:41:05.918Z
37572026-08-11T16:41:05.918Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37582026-08-11T16:41:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-11T16:41:06.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-11T16:41:06.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-11T16:41:06.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37622026-08-11T16:41:06.508Z
37632026-08-11T16:41:06.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37642026-08-11T16:41:06.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-11T16:41:07.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-11T16:41:07.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-11T16:41:07.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37682026-08-11T16:41:07.095Z
37692026-08-11T16:41:07.095Zinfo: running `cargo check --bins` on typed-rng (202/303)
37702026-08-11T16:41:07.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-11T16:41:07.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-11T16:41:07.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-11T16:41:07.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37742026-08-11T16:41:07.655Z
37752026-08-11T16:41:07.655Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37762026-08-11T16:41:08.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-11T16:41:08.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-11T16:41:08.485Z Compiling libefi-sys v0.1.0
37792026-08-11T16:41:08.488Z Compiling bitfield-struct v0.6.2
37802026-08-11T16:41:08.623Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37812026-08-11T16:41:08.630Z Compiling xshell-macros v0.2.7
37822026-08-11T16:41:08.640Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37832026-08-11T16:41:08.652Z Compiling salty v0.3.0
37842026-08-11T16:41:08.668Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37852026-08-11T16:41:08.706Z Checking libscf-sys v1.2.0
37862026-08-11T16:41:08.706Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37872026-08-11T16:41:08.802Z Checking rfc6979 v0.4.0
37882026-08-11T16:41:08.841Z Compiling proc-macro-error-attr2 v2.0.0
37892026-08-11T16:41:08.918Z Checking ecdsa v0.16.9
37902026-08-11T16:41:08.955Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37912026-08-11T16:41:08.984Z Checking xshell v0.2.7
37922026-08-11T16:41:09.001Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37932026-08-11T16:41:09.099Z Checking primeorder v0.13.6
37942026-08-11T16:41:09.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37952026-08-11T16:41:09.167Z Checking tungstenite v0.21.0
37962026-08-11T16:41:09.180Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37972026-08-11T16:41:09.218Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37982026-08-11T16:41:09.233Z Compiling proc-macro-error2 v2.0.1
37992026-08-11T16:41:09.254Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38002026-08-11T16:41:09.341Z Checking p384 v0.13.1
38012026-08-11T16:41:09.353Z Checking papergrid v0.17.0
38022026-08-11T16:41:09.366Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38032026-08-11T16:41:09.449Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38042026-08-11T16:41:09.452Z Checking testing_table v0.3.0
38052026-08-11T16:41:09.537Z Compiling tabled_derive v0.11.0
38062026-08-11T16:41:09.556Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-08-11T16:41:09.578Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38082026-08-11T16:41:09.676Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38092026-08-11T16:41:09.697Z Checking tokio-tungstenite v0.21.0
38102026-08-11T16:41:09.814Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38112026-08-11T16:41:09.835Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38122026-08-11T16:41:09.874Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38132026-08-11T16:41:09.968Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-08-11T16:41:10.077Z Compiling illumos-nvpair-sys v0.2.0
38152026-08-11T16:41:10.135Z Compiling unicase v2.9.0
38162026-08-11T16:41:10.165Z Checking corncobs v0.1.4
38172026-08-11T16:41:10.179Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38182026-08-11T16:41:10.201Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38192026-08-11T16:41:10.295Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38202026-08-11T16:41:10.315Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38212026-08-11T16:41:10.331Z Compiling progenitor-impl v0.13.0
38222026-08-11T16:41:10.331Z Compiling mime_guess v2.0.5
38232026-08-11T16:41:10.481Z Checking secrecy v0.8.0
38242026-08-11T16:41:10.502Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38252026-08-11T16:41:10.545Z Checking crc8 v0.1.1
38262026-08-11T16:41:10.599Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38272026-08-11T16:41:10.639Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38282026-08-11T16:41:10.664Z Checking tabled v0.20.0
38292026-08-11T16:41:10.828Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38302026-08-11T16:41:10.909Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38312026-08-11T16:41:11.166Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38322026-08-11T16:41:11.206Z Checking progenitor-client v0.13.0
38332026-08-11T16:41:11.306Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38342026-08-11T16:41:11.437Z Checking filetime v0.2.27
38352026-08-11T16:41:11.650Z Checking http-range v0.1.5
38362026-08-11T16:41:11.734Z Checking xattr v1.6.1
38372026-08-11T16:41:11.794Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38382026-08-11T16:41:11.861Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38392026-08-11T16:41:11.876Z Checking tar v0.4.46
38402026-08-11T16:41:12.081Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38412026-08-11T16:41:12.096Z Checking illumos-nvpair v0.3.0
38422026-08-11T16:41:12.256Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-08-11T16:41:12.273Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38442026-08-11T16:41:12.288Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38452026-08-11T16:41:12.476Z Checking scuffle v0.1.0
38462026-08-11T16:41:12.560Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38472026-08-11T16:41:12.595Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38482026-08-11T16:41:12.667Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38492026-08-11T16:41:12.708Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38502026-08-11T16:41:12.938Z Compiling progenitor-macro v0.13.0
38512026-08-11T16:41:13.037Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38522026-08-11T16:41:13.205Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38532026-08-11T16:41:13.236Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38542026-08-11T16:41:13.355Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38552026-08-11T16:41:13.373Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38562026-08-11T16:41:13.407Z Checking hyper-staticfile v0.10.1
38572026-08-11T16:41:13.457Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38582026-08-11T16:41:13.715Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38592026-08-11T16:41:13.752Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38602026-08-11T16:41:13.814Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38612026-08-11T16:41:13.979Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38622026-08-11T16:41:14.193Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38632026-08-11T16:41:14.502Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38642026-08-11T16:41:14.826Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38652026-08-11T16:41:15.387Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38662026-08-11T16:41:15.560Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38672026-08-11T16:41:16.107Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38682026-08-11T16:41:16.564Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38692026-08-11T16:41:17.230Z Checking progenitor v0.13.0
38702026-08-11T16:41:17.378Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38712026-08-11T16:41:18.069Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38722026-08-11T16:41:18.757Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38732026-08-11T16:41:32.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.22s
38742026-08-11T16:41:32.898Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38752026-08-11T16:41:32.898Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38762026-08-11T16:41:33.085Z
38772026-08-11T16:41:33.085Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38782026-08-11T16:41:33.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-08-11T16:41:33.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-08-11T16:41:33.840Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-08-11T16:41:44.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
38822026-08-11T16:41:44.349Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38832026-08-11T16:41:44.349Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38842026-08-11T16:41:44.544Z
38852026-08-11T16:41:44.544Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38862026-08-11T16:41:45.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-08-11T16:41:45.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-08-11T16:41:45.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-08-11T16:41:55.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
38902026-08-11T16:41:55.810Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38912026-08-11T16:41:55.810Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38922026-08-11T16:41:56.004Z
38932026-08-11T16:41:56.004Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38942026-08-11T16:41:56.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-08-11T16:41:56.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-08-11T16:41:56.756Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-08-11T16:42:07.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
38982026-08-11T16:42:07.284Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38992026-08-11T16:42:07.284Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39002026-08-11T16:42:07.479Z
39012026-08-11T16:42:07.479Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
39022026-08-11T16:42:07.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-08-11T16:42:08.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-08-11T16:42:08.237Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-08-11T16:42:18.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39062026-08-11T16:42:18.768Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39072026-08-11T16:42:18.768Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39082026-08-11T16:42:18.962Z
39092026-08-11T16:42:18.962Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39102026-08-11T16:42:19.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-11T16:42:19.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-11T16:42:19.719Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-11T16:42:30.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39142026-08-11T16:42:30.273Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39152026-08-11T16:42:30.273Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39162026-08-11T16:42:30.470Z
39172026-08-11T16:42:30.470Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39182026-08-11T16:42:30.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-08-11T16:42:30.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-08-11T16:42:31.229Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39212026-08-11T16:42:41.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39222026-08-11T16:42:41.754Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39232026-08-11T16:42:41.754Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39242026-08-11T16:42:41.954Z
39252026-08-11T16:42:41.954Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39262026-08-11T16:42:42.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-11T16:42:42.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-11T16:42:42.707Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39292026-08-11T16:42:53.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
39302026-08-11T16:42:53.224Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39312026-08-11T16:42:53.224Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39322026-08-11T16:42:53.423Z
39332026-08-11T16:42:53.423Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39342026-08-11T16:42:53.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-11T16:42:53.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-11T16:42:53.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-11T16:42:53.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-11T16:42:53.994Z
39392026-08-11T16:42:53.994Zinfo: running `cargo check --bins` on range-requests (212/303)
39402026-08-11T16:42:54.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-11T16:42:54.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-11T16:42:54.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-11T16:42:54.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39442026-08-11T16:42:54.553Z
39452026-08-11T16:42:54.553Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39462026-08-11T16:42:55.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-11T16:42:55.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-11T16:42:55.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-11T16:42:55.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39502026-08-11T16:42:55.115Z
39512026-08-11T16:42:55.115Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39522026-08-11T16:42:55.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-11T16:42:55.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-11T16:42:55.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-11T16:42:55.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39562026-08-11T16:42:55.691Z
39572026-08-11T16:42:55.691Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39582026-08-11T16:42:56.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-11T16:42:56.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-11T16:42:56.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-11T16:42:56.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39622026-08-11T16:42:56.269Z
39632026-08-11T16:42:56.269Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39642026-08-11T16:42:56.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-11T16:42:56.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-11T16:42:56.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-11T16:42:56.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39682026-08-11T16:42:56.843Z
39692026-08-11T16:42:56.843Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39702026-08-11T16:42:57.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-11T16:42:57.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-11T16:42:57.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-11T16:42:57.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39742026-08-11T16:42:57.438Z
39752026-08-11T16:42:57.438Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39762026-08-11T16:42:57.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-11T16:42:57.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-11T16:42:57.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-11T16:42:57.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39802026-08-11T16:42:58.019Z
39812026-08-11T16:42:58.019Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39822026-08-11T16:42:58.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-11T16:42:58.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-11T16:42:58.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-11T16:42:58.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39862026-08-11T16:42:58.595Z
39872026-08-11T16:42:58.595Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39882026-08-11T16:42:59.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-11T16:42:59.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-11T16:42:59.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-11T16:42:59.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-11T16:42:59.173Z
39932026-08-11T16:42:59.173Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39942026-08-11T16:42:59.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-11T16:42:59.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-11T16:42:59.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-11T16:42:59.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-11T16:42:59.754Z
39992026-08-11T16:42:59.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
40002026-08-11T16:43:00.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-11T16:43:00.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-11T16:43:00.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-11T16:43:00.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-11T16:43:00.334Z
40052026-08-11T16:43:00.334Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
40062026-08-11T16:43:00.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-11T16:43:00.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-11T16:43:00.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-11T16:43:00.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-08-11T16:43:00.920Z
40112026-08-11T16:43:00.920Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40122026-08-11T16:43:01.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-11T16:43:01.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-11T16:43:01.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-11T16:43:01.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40162026-08-11T16:43:01.532Z
40172026-08-11T16:43:01.532Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40182026-08-11T16:43:02.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-11T16:43:02.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-11T16:43:02.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-11T16:43:02.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-11T16:43:02.117Z
40232026-08-11T16:43:02.117Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40242026-08-11T16:43:02.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-11T16:43:02.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-11T16:43:02.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-11T16:43:02.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-11T16:43:02.718Z
40292026-08-11T16:43:02.718Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40302026-08-11T16:43:03.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-11T16:43:03.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-11T16:43:03.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-11T16:43:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40342026-08-11T16:43:03.333Z
40352026-08-11T16:43:03.333Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (228/303)
40362026-08-11T16:43:03.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-11T16:43:03.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-11T16:43:03.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-11T16:43:03.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40402026-08-11T16:43:03.948Z
40412026-08-11T16:43:03.948Zinfo: running `cargo check --bins` on omicron-deployment-graph (229/303)
40422026-08-11T16:43:04.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-11T16:43:04.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-11T16:43:04.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-11T16:43:04.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40462026-08-11T16:43:04.498Z
40472026-08-11T16:43:04.498Zinfo: running `cargo check --bins` on reconfigurator-cli (230/303)
40482026-08-11T16:43:05.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-11T16:43:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-11T16:43:05.244Z Checking ignore v0.4.25
40512026-08-11T16:43:05.248Z Checking predicates-tree v1.0.13
40522026-08-11T16:43:05.372Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40532026-08-11T16:43:05.379Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40542026-08-11T16:43:05.382Z Checking rand_seeder v0.4.0
40552026-08-11T16:43:05.394Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40562026-08-11T16:43:05.407Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40572026-08-11T16:43:05.407Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40582026-08-11T16:43:05.453Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
40592026-08-11T16:43:05.500Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
40602026-08-11T16:43:05.520Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40612026-08-11T16:43:05.554Z Checking digest-io v0.1.0
40622026-08-11T16:43:05.661Z Checking sha2 v0.11.0
40632026-08-11T16:43:05.676Z Compiling petname v2.0.2
40642026-08-11T16:43:05.730Z Checking globwalk v0.9.1
40652026-08-11T16:43:05.909Z Checking camino-tempfile-ext v0.3.3
40662026-08-11T16:43:05.925Z Checking rawzip v0.4.4
40672026-08-11T16:43:06.071Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40682026-08-11T16:43:06.103Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40692026-08-11T16:43:06.320Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40702026-08-11T16:43:06.373Z Checking sapling-renderdag v0.1.0
40712026-08-11T16:43:06.435Z Checking subprocess v0.2.15
40722026-08-11T16:43:06.485Z Checking sync-ptr v0.1.4
40732026-08-11T16:43:06.536Z Checking colored v2.2.0
40742026-08-11T16:43:06.601Z Checking assert_matches v1.5.0
40752026-08-11T16:43:06.710Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40762026-08-11T16:43:07.342Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
40772026-08-11T16:43:08.345Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40782026-08-11T16:43:09.613Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40792026-08-11T16:43:11.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s
40802026-08-11T16:43:12.058Z
40812026-08-11T16:43:12.058Zinfo: running `cargo check --bins` on omicron-repl-utils (231/303)
40822026-08-11T16:43:12.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-11T16:43:12.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-11T16:43:12.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-11T16:43:12.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40862026-08-11T16:43:12.610Z
40872026-08-11T16:43:12.610Zinfo: running `cargo check --bins` on transient-dns-server (232/303)
40882026-08-11T16:43:13.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-11T16:43:13.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-11T16:43:13.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-11T16:43:13.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40922026-08-11T16:43:13.187Z
40932026-08-11T16:43:13.187Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (233/303)
40942026-08-11T16:43:13.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-11T16:43:13.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-11T16:43:13.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-08-11T16:43:13.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40982026-08-11T16:43:13.778Z
40992026-08-11T16:43:13.778Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (234/303)
41002026-08-11T16:43:14.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-08-11T16:43:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-08-11T16:43:14.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-08-11T16:43:14.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41042026-08-11T16:43:14.358Z
41052026-08-11T16:43:14.358Zinfo: running `cargo check --bins` on nexus-test-interface (235/303)
41062026-08-11T16:43:14.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-11T16:43:14.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-11T16:43:14.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-11T16:43:14.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41102026-08-11T16:43:14.981Z
41112026-08-11T16:43:14.981Zinfo: running `cargo check --bins` on oximeter-collector (236/303)
41122026-08-11T16:43:15.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-11T16:43:15.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-11T16:43:15.698Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41152026-08-11T16:43:15.698Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41162026-08-11T16:43:16.363Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41172026-08-11T16:43:18.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
41182026-08-11T16:43:18.278Z
41192026-08-11T16:43:18.278Zinfo: running `cargo check --bins` on oximeter-api (237/303)
41202026-08-11T16:43:18.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-08-11T16:43:18.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-08-11T16:43:18.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-08-11T16:43:18.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41242026-08-11T16:43:18.836Z
41252026-08-11T16:43:18.836Zinfo: running `cargo check --bins` on cert-dev (238/303)
41262026-08-11T16:43:19.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-08-11T16:43:19.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-08-11T16:43:19.442Z Checking yasna v0.5.2
41292026-08-11T16:43:19.922Z Checking rcgen v0.12.1
41302026-08-11T16:43:20.097Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41312026-08-11T16:43:20.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41322026-08-11T16:43:20.442Z
41332026-08-11T16:43:20.442Zinfo: running `cargo check --bins` on clickana (239/303)
41342026-08-11T16:43:20.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-08-11T16:43:20.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-08-11T16:43:21.070Z Compiling instability v0.3.11
41372026-08-11T16:43:21.079Z Checking castaway v0.2.4
41382026-08-11T16:43:21.079Z Compiling indoc v2.0.7
41392026-08-11T16:43:21.079Z Checking unicode-truncate v1.1.0
41402026-08-11T16:43:21.182Z Checking lru v0.12.5
41412026-08-11T16:43:21.194Z Checking cassowary v0.3.0
41422026-08-11T16:43:21.270Z Checking compact_str v0.8.1
41432026-08-11T16:43:22.056Z Checking ratatui v0.29.0
41442026-08-11T16:43:23.101Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41452026-08-11T16:43:23.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
41462026-08-11T16:43:24.024Z
41472026-08-11T16:43:24.025Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/303)
41482026-08-11T16:43:24.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-08-11T16:43:24.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-08-11T16:43:24.700Z Checking headers-core v0.3.0
41512026-08-11T16:43:24.704Z Checking port-file v0.1.0
41522026-08-11T16:43:24.704Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41532026-08-11T16:43:24.898Z Checking headers v0.4.1
41542026-08-11T16:43:25.265Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41552026-08-11T16:43:26.225Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41562026-08-11T16:43:26.750Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41572026-08-11T16:43:27.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41582026-08-11T16:43:27.384Z
41592026-08-11T16:43:27.384Zinfo: running `cargo check --bins` on ch-dev (241/303)
41602026-08-11T16:43:27.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-08-11T16:43:27.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-08-11T16:43:28.073Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41632026-08-11T16:43:28.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41642026-08-11T16:43:29.016Z
41652026-08-11T16:43:29.016Zinfo: running `cargo check --bins` on dev-tools-common (242/303)
41662026-08-11T16:43:29.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-08-11T16:43:29.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-08-11T16:43:29.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-08-11T16:43:29.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41702026-08-11T16:43:29.456Z
41712026-08-11T16:43:29.456Zinfo: running `cargo check --bins` on corpus-adjust (243/303)
41722026-08-11T16:43:29.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-08-11T16:43:29.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-08-11T16:43:30.046Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41752026-08-11T16:43:30.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
41762026-08-11T16:43:30.599Z
41772026-08-11T16:43:30.599Zinfo: running `cargo check --bins` on crdb-seed (244/303)
41782026-08-11T16:43:31.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-08-11T16:43:31.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-08-11T16:43:31.307Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41812026-08-11T16:43:32.391Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41822026-08-11T16:43:32.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
41832026-08-11T16:43:32.928Z
41842026-08-11T16:43:32.928Zinfo: running `cargo check --bins` on db-dev (245/303)
41852026-08-11T16:43:33.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-11T16:43:33.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-11T16:43:33.641Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41882026-08-11T16:43:34.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41892026-08-11T16:43:34.592Z
41902026-08-11T16:43:34.592Zinfo: running `cargo check --bins` on omicron-dev-lib (246/303)
41912026-08-11T16:43:35.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-11T16:43:35.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-11T16:43:35.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-11T16:43:35.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41952026-08-11T16:43:35.203Z
41962026-08-11T16:43:35.203Zinfo: running `cargo check --bins` on xtask-downloader (247/303)
41972026-08-11T16:43:35.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-11T16:43:35.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-11T16:43:35.815Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42002026-08-11T16:43:36.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
42012026-08-11T16:43:36.650Z
42022026-08-11T16:43:36.650Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/303)
42032026-08-11T16:43:37.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-08-11T16:43:37.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-08-11T16:43:37.382Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42062026-08-11T16:43:37.382Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42072026-08-11T16:43:37.391Z Checking git-stub v1.0.0
42082026-08-11T16:43:37.391Z Compiling trait-variant v0.1.2
42092026-08-11T16:43:37.526Z Checking maplit v1.0.2
42102026-08-11T16:43:37.539Z Checking is_ci v1.2.0
42112026-08-11T16:43:37.565Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42122026-08-11T16:43:37.565Z Checking drift v0.2.0
42132026-08-11T16:43:37.761Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42142026-08-11T16:43:37.859Z Checking supports-color v3.0.2
42152026-08-11T16:43:37.860Z Checking git-stub-vcs v0.1.0
42162026-08-11T16:43:37.860Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42172026-08-11T16:43:37.860Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42182026-08-11T16:43:37.860Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42192026-08-11T16:43:37.906Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42202026-08-11T16:43:37.939Z Checking dropshot-api-manager v0.7.2
42212026-08-11T16:43:37.960Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42222026-08-11T16:43:38.023Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42232026-08-11T16:43:38.224Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42242026-08-11T16:43:38.752Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42252026-08-11T16:43:39.697Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42262026-08-11T16:43:40.652Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42272026-08-11T16:43:41.391Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42282026-08-11T16:43:41.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
42292026-08-11T16:43:41.865Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42302026-08-11T16:43:41.865Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42312026-08-11T16:43:42.031Z
42322026-08-11T16:43:42.031Zinfo: running `cargo check --bins` on installinator-api (249/303)
42332026-08-11T16:43:42.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-08-11T16:43:42.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-08-11T16:43:42.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-08-11T16:43:42.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42372026-08-11T16:43:42.645Z
42382026-08-11T16:43:42.645Zinfo: running `cargo check --bins` on nexus-external-api (250/303)
42392026-08-11T16:43:43.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-11T16:43:43.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-11T16:43:43.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-11T16:43:43.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42432026-08-11T16:43:43.209Z
42442026-08-11T16:43:43.209Zinfo: running `cargo check --bins` on nexus-internal-api (251/303)
42452026-08-11T16:43:43.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-11T16:43:44.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-11T16:43:44.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-11T16:43:44.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42492026-08-11T16:43:44.042Z
42502026-08-11T16:43:44.042Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/303)
42512026-08-11T16:43:44.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-11T16:43:44.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-11T16:43:44.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-11T16:43:44.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42552026-08-11T16:43:44.422Z
42562026-08-11T16:43:44.422Zinfo: running `cargo check --bins` on ntp-admin-api (253/303)
42572026-08-11T16:43:44.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-11T16:43:44.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-11T16:43:44.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-11T16:43:44.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42612026-08-11T16:43:45.006Z
42622026-08-11T16:43:45.006Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/303)
42632026-08-11T16:43:45.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-11T16:43:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-11T16:43:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-11T16:43:45.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42672026-08-11T16:43:45.560Z
42682026-08-11T16:43:45.560Zinfo: running `cargo check --bins` on wicketd-api (255/303)
42692026-08-11T16:43:46.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-11T16:43:46.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-11T16:43:46.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-11T16:43:46.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42732026-08-11T16:43:46.802Z
42742026-08-11T16:43:46.802Zinfo: running `cargo check --bins` on wicketd-commission-api (256/303)
42752026-08-11T16:43:46.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-11T16:43:46.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-11T16:43:46.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-11T16:43:46.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-11T16:43:46.803Z
42802026-08-11T16:43:46.803Zinfo: running `cargo check --bins` on omicron-ls-apis (257/303)
42812026-08-11T16:43:47.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-11T16:43:47.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-11T16:43:47.321Z Compiling blake3 v1.8.5
42842026-08-11T16:43:47.426Z Checking constant_time_eq v0.4.2
42852026-08-11T16:43:47.443Z Checking arrayref v0.3.9
42862026-08-11T16:43:47.443Z Checking arrayvec v0.7.6
42872026-08-11T16:43:47.452Z Checking cargo-platform v0.3.2
42882026-08-11T16:43:47.453Z Checking topological-sort v0.2.2
42892026-08-11T16:43:47.453Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42902026-08-11T16:43:47.600Z Checking cargo_metadata v0.23.1
42912026-08-11T16:43:48.209Z Checking omicron-zone-package v0.12.3
42922026-08-11T16:43:48.903Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42932026-08-11T16:43:49.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
42942026-08-11T16:43:49.923Z
42952026-08-11T16:43:49.923Zinfo: running `cargo check --bins` on mgs-dev (258/303)
42962026-08-11T16:43:50.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-08-11T16:43:50.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-08-11T16:43:50.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42992026-08-11T16:43:51.221Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43002026-08-11T16:43:51.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
43012026-08-11T16:43:51.929Z
43022026-08-11T16:43:51.929Zinfo: running `cargo check --bins` on omicron-omdb (259/303)
43032026-08-11T16:43:52.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-08-11T16:43:52.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-08-11T16:43:52.888Z Compiling darling_core v0.21.3
43062026-08-11T16:43:52.888Z Compiling vergen-lib v0.1.6
43072026-08-11T16:43:52.888Z Compiling diesel_derives v2.3.7
43082026-08-11T16:43:52.912Z Checking scheduled-thread-pool v0.2.7
43092026-08-11T16:43:52.912Z Compiling vergen-gitcl v1.0.8
43102026-08-11T16:43:52.912Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43112026-08-11T16:43:52.912Z Compiling diesel_table_macro_syntax v0.3.0
43122026-08-11T16:43:53.044Z Compiling dirs-sys-next v0.1.2
43132026-08-11T16:43:53.149Z Compiling glob v0.3.3
43142026-08-11T16:43:53.211Z Compiling crunchy v0.2.4
43152026-08-11T16:43:53.253Z Compiling dirs-next v2.0.0
43162026-08-11T16:43:53.358Z Checking r2d2 v0.8.10
43172026-08-11T16:43:53.395Z Compiling tiny-keccak v2.0.2
43182026-08-11T16:43:53.431Z Checking downcast-rs v2.0.2
43192026-08-11T16:43:53.523Z Compiling term v0.7.0
43202026-08-11T16:43:53.567Z Compiling bit-vec v0.6.3
43212026-08-11T16:43:53.601Z Compiling clang-sys v1.8.1
43222026-08-11T16:43:53.659Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43232026-08-11T16:43:53.782Z Compiling bit-set v0.5.3
43242026-08-11T16:43:53.914Z Compiling ascii-canvas v3.0.0
43252026-08-11T16:43:53.968Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43262026-08-11T16:43:54.023Z Compiling itertools v0.10.5
43272026-08-11T16:43:54.043Z Compiling ena v0.14.4
43282026-08-11T16:43:54.043Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43292026-08-11T16:43:54.066Z Compiling libloading v0.8.9
43302026-08-11T16:43:54.082Z Compiling regex-syntax v0.6.29
43312026-08-11T16:43:54.098Z Compiling diff v0.1.13
43322026-08-11T16:43:54.213Z Compiling bindgen v0.71.1
43332026-08-11T16:43:54.369Z Compiling cexpr v0.6.0
43342026-08-11T16:43:54.623Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43352026-08-11T16:43:54.656Z Compiling rustc-hash v2.1.1
43362026-08-11T16:43:54.771Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43372026-08-11T16:43:54.983Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43382026-08-11T16:43:57.617Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43392026-08-11T16:43:57.739Z Compiling libxml v0.3.3
43402026-08-11T16:43:57.739Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43412026-08-11T16:43:57.739Z Compiling strum_macros v0.24.3
43422026-08-11T16:43:57.739Z Compiling indoc v1.0.9
43432026-08-11T16:43:57.739Z Compiling darling_macro v0.21.3
43442026-08-11T16:43:57.739Z Compiling lalrpop v0.19.12
43452026-08-11T16:43:57.739Z Compiling darling v0.21.3
43462026-08-11T16:43:57.739Z Compiling dsl_auto_type v0.2.0
43472026-08-11T16:43:57.739Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43482026-08-11T16:43:57.739Z Checking derive_builder v0.20.2
43492026-08-11T16:43:57.739Z Compiling oso-derive v0.27.3
43502026-08-11T16:43:57.739Z Checking quick-xml v0.37.5
43512026-08-11T16:43:57.739Z Compiling impl-trait-for-tuples v0.2.3
43522026-08-11T16:43:57.739Z Checking openssl-probe v0.1.6
43532026-08-11T16:43:57.739Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43542026-08-11T16:43:57.739Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43552026-08-11T16:43:57.739Z Checking bb8 v0.8.6
43562026-08-11T16:43:57.893Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-08-11T16:43:57.954Z Checking nonempty v0.12.0
43582026-08-11T16:43:57.954Z Compiling libz-sys v1.1.24
43592026-08-11T16:43:57.976Z Compiling strsim v0.10.0
43602026-08-11T16:43:57.991Z Compiling libgit2-sys v0.18.3+1.9.2
43612026-08-11T16:43:58.223Z Compiling darling_core v0.13.4
43622026-08-11T16:43:58.295Z Compiling vergen-git2 v9.1.0
43632026-08-11T16:43:58.433Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43642026-08-11T16:43:58.513Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43652026-08-11T16:43:58.647Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43662026-08-11T16:43:58.871Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43672026-08-11T16:43:59.053Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43682026-08-11T16:43:59.242Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43692026-08-11T16:43:59.425Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43702026-08-11T16:43:59.484Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43712026-08-11T16:43:59.612Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43722026-08-11T16:43:59.798Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43732026-08-11T16:43:59.991Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43742026-08-11T16:44:00.076Z Compiling darling_macro v0.13.4
43752026-08-11T16:44:00.173Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43762026-08-11T16:44:00.564Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-08-11T16:44:00.581Z Compiling darling v0.13.4
43782026-08-11T16:44:00.676Z Compiling serde_with_macros v1.5.2
43792026-08-11T16:44:00.944Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43802026-08-11T16:44:01.509Z Compiling serde_with v1.14.0
43812026-08-11T16:44:01.527Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43822026-08-11T16:44:01.714Z Checking twox-hash v2.1.2
43832026-08-11T16:44:01.740Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43842026-08-11T16:44:01.966Z Checking diesel v2.3.7
43852026-08-11T16:44:02.075Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43862026-08-11T16:44:02.791Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43872026-08-11T16:44:03.556Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43882026-08-11T16:44:03.907Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43892026-08-11T16:44:04.332Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43902026-08-11T16:44:04.597Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43912026-08-11T16:44:04.991Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43922026-08-11T16:44:05.176Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43932026-08-11T16:44:05.441Z Checking libsw-core v0.3.2
43942026-08-11T16:44:05.602Z Checking atty v0.2.14
43952026-08-11T16:44:05.694Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43962026-08-11T16:44:05.715Z Checking libsw v3.5.0
43972026-08-11T16:44:05.873Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43982026-08-11T16:44:06.045Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43992026-08-11T16:44:06.118Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44002026-08-11T16:44:06.164Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44012026-08-11T16:44:07.472Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44022026-08-11T16:44:07.490Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44032026-08-11T16:44:08.179Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44042026-08-11T16:44:08.220Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44052026-08-11T16:44:08.238Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44062026-08-11T16:44:08.419Z Checking console v0.16.2
44072026-08-11T16:44:08.732Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44082026-08-11T16:44:08.884Z Checking fatfs v0.3.6
44092026-08-11T16:44:09.181Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44102026-08-11T16:44:09.344Z Compiling seq-macro v0.3.6
44112026-08-11T16:44:09.844Z Checking unit-prefix v0.5.2
44122026-08-11T16:44:10.076Z Checking indicatif v0.18.4
44132026-08-11T16:44:10.388Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44142026-08-11T16:44:10.497Z Checking oxide-update-engine-display v0.1.2
44152026-08-11T16:44:10.835Z Checking support-bundle-viewer v0.1.2
44162026-08-11T16:44:11.183Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44172026-08-11T16:44:11.203Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44182026-08-11T16:44:11.284Z Checking multimap v0.10.1
44192026-08-11T16:44:17.123Z Checking async-bb8-diesel v0.2.1
44202026-08-11T16:44:17.468Z Checking diesel-dtrace v0.5.0
44212026-08-11T16:44:20.278Z Compiling samael v0.0.19
44222026-08-11T16:44:24.919Z Compiling git2 v0.20.4
44232026-08-11T16:44:26.547Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44242026-08-11T16:44:27.411Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44252026-08-11T16:44:27.812Z Compiling polar-core v0.27.3
44262026-08-11T16:44:33.893Z Checking oso v0.27.3
44272026-08-11T16:45:04.206Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44282026-08-11T16:46:18.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
44292026-08-11T16:46:18.633Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44302026-08-11T16:46:18.633Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44312026-08-11T16:46:18.850Z
44322026-08-11T16:46:18.850Zinfo: running `cargo check --bins` on nexus-networking (260/303)
44332026-08-11T16:46:19.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-11T16:46:19.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-11T16:46:19.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-11T16:46:19.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44372026-08-11T16:46:19.525Z
44382026-08-11T16:46:19.525Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/303)
44392026-08-11T16:46:20.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-11T16:46:20.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-11T16:46:20.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-11T16:46:20.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44432026-08-11T16:46:20.423Z
44442026-08-11T16:46:20.423Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/303)
44452026-08-11T16:46:20.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-11T16:46:20.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-11T16:46:20.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-11T16:46:20.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44492026-08-11T16:46:20.759Z
44502026-08-11T16:46:20.759Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/303)
44512026-08-11T16:46:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-11T16:46:24.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-11T16:46:24.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-11T16:46:24.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44552026-08-11T16:46:24.137Z
44562026-08-11T16:46:24.137Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/303)
44572026-08-11T16:46:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-11T16:46:24.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-11T16:46:24.137Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44602026-08-11T16:46:24.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
44612026-08-11T16:46:24.137Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44622026-08-11T16:46:24.137Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44632026-08-11T16:46:24.138Z
44642026-08-11T16:46:24.138Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/303)
44652026-08-11T16:46:24.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-08-11T16:46:24.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-08-11T16:46:24.138Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44682026-08-11T16:47:02.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.34s
44692026-08-11T16:47:02.446Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44702026-08-11T16:47:02.446Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44712026-08-11T16:47:02.648Z
44722026-08-11T16:47:02.648Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/303)
44732026-08-11T16:47:03.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-11T16:47:03.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-11T16:47:03.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-11T16:47:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44772026-08-11T16:47:03.207Z
44782026-08-11T16:47:03.207Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/303)
44792026-08-11T16:47:03.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-11T16:47:03.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-11T16:47:03.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-11T16:47:03.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44832026-08-11T16:47:03.765Z
44842026-08-11T16:47:03.765Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/303)
44852026-08-11T16:47:04.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-11T16:47:04.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-11T16:47:04.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-11T16:47:04.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44892026-08-11T16:47:04.430Z
44902026-08-11T16:47:04.430Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/303)
44912026-08-11T16:47:04.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-11T16:47:04.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-11T16:47:04.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-11T16:47:04.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44952026-08-11T16:47:05.024Z
44962026-08-11T16:47:05.024Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/303)
44972026-08-11T16:47:05.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-11T16:47:05.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-11T16:47:05.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-11T16:47:05.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45012026-08-11T16:47:05.638Z
45022026-08-11T16:47:05.638Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/303)
45032026-08-11T16:47:06.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-11T16:47:06.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-11T16:47:06.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-11T16:47:06.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45072026-08-11T16:47:06.242Z
45082026-08-11T16:47:06.242Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/303)
45092026-08-11T16:47:06.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-11T16:47:06.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-11T16:47:06.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-11T16:47:06.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45132026-08-11T16:47:06.867Z
45142026-08-11T16:47:06.867Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/303)
45152026-08-11T16:47:07.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-11T16:47:07.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-11T16:47:07.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-11T16:47:07.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45192026-08-11T16:47:07.479Z
45202026-08-11T16:47:07.479Zinfo: running `cargo check --bins` on nexus-switch-config (274/303)
45212026-08-11T16:47:07.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-11T16:47:07.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-11T16:47:07.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-08-11T16:47:07.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45252026-08-11T16:47:08.079Z
45262026-08-11T16:47:08.079Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/303)
45272026-08-11T16:47:08.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-08-11T16:47:08.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-08-11T16:47:08.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-08-11T16:47:08.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45312026-08-11T16:47:08.702Z
45322026-08-11T16:47:08.702Zinfo: running `cargo check --bins` on support-bundle-collection (276/303)
45332026-08-11T16:47:09.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-08-11T16:47:09.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-08-11T16:47:09.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-08-11T16:47:09.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45372026-08-11T16:47:09.315Z
45382026-08-11T16:47:09.315Zinfo: running `cargo check --bins` on omicron-dev (277/303)
45392026-08-11T16:47:09.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-08-11T16:47:09.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-08-11T16:47:10.187Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45422026-08-11T16:47:10.187Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45432026-08-11T16:47:10.379Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45442026-08-11T16:47:10.440Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45452026-08-11T16:47:10.465Z Checking diff v0.1.13
45462026-08-11T16:47:10.465Z Checking yansi v1.0.1
45472026-08-11T16:47:10.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45482026-08-11T16:47:10.466Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45492026-08-11T16:47:10.673Z Checking pretty_assertions v1.4.1
45502026-08-11T16:47:11.436Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45512026-08-11T16:47:11.547Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45522026-08-11T16:47:36.334Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45532026-08-11T16:47:36.338Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45542026-08-11T16:47:36.339Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45552026-08-11T16:47:36.339Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45562026-08-11T16:47:36.339Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45572026-08-11T16:47:36.339Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45582026-08-11T16:47:36.339Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45592026-08-11T16:47:37.217Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45602026-08-11T16:47:37.218Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45612026-08-11T16:47:38.490Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45622026-08-11T16:48:17.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45632026-08-11T16:48:17.182Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45642026-08-11T16:48:17.182Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45652026-08-11T16:48:17.390Z
45662026-08-11T16:48:17.390Zinfo: running `cargo check --bins` on oximeter-load-test (278/303)
45672026-08-11T16:48:17.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-08-11T16:48:17.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-08-11T16:48:18.085Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45702026-08-11T16:48:18.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45712026-08-11T16:48:18.915Z
45722026-08-11T16:48:18.915Zinfo: running `cargo check --bins` on omicron-pins (279/303)
45732026-08-11T16:48:19.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-08-11T16:48:19.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-08-11T16:48:19.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-08-11T16:48:19.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45772026-08-11T16:48:19.464Z
45782026-08-11T16:48:19.464Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (280/303)
45792026-08-11T16:48:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-08-11T16:48:19.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-08-11T16:48:20.225Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45822026-08-11T16:48:20.348Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45832026-08-11T16:48:20.355Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45842026-08-11T16:48:47.012Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45852026-08-11T16:48:47.419Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45862026-08-11T16:48:49.211Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45872026-08-11T16:48:49.692Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-08-11T16:48:52.854Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45892026-08-11T16:49:16.561Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45902026-08-11T16:49:17.310Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45912026-08-11T16:49:19.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.54s
45922026-08-11T16:49:19.217Z
45932026-08-11T16:49:19.217Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (281/303)
45942026-08-11T16:49:19.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-08-11T16:49:19.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-08-11T16:49:19.925Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45972026-08-11T16:49:20.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45982026-08-11T16:49:20.824Z
45992026-08-11T16:49:20.824Zinfo: running `cargo check --bins` on omicron-releng (282/303)
46002026-08-11T16:49:21.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-08-11T16:49:21.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-08-11T16:49:21.453Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
46032026-08-11T16:49:21.455Z Compiling fs-err v2.11.0
46042026-08-11T16:49:21.570Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
46052026-08-11T16:49:21.579Z Checking parse-size v1.1.0
46062026-08-11T16:49:21.587Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46072026-08-11T16:49:21.587Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-08-11T16:49:21.590Z Checking shell-words v1.1.1
46092026-08-11T16:49:21.677Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46102026-08-11T16:49:22.008Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46112026-08-11T16:49:22.185Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46122026-08-11T16:49:22.855Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46132026-08-11T16:49:23.452Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46142026-08-11T16:49:24.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
46152026-08-11T16:49:24.638Z
46162026-08-11T16:49:24.639Zinfo: running `cargo check --bins` on update-common (283/303)
46172026-08-11T16:49:25.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-08-11T16:49:25.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-08-11T16:49:25.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46202026-08-11T16:49:25.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46212026-08-11T16:49:25.208Z
46222026-08-11T16:49:25.208Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
46232026-08-11T16:49:25.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-08-11T16:49:25.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-08-11T16:49:25.833Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46262026-08-11T16:49:26.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
46272026-08-11T16:49:26.513Z
46282026-08-11T16:49:26.513Zinfo: running `cargo check --bins` on schema (285/303)
46292026-08-11T16:49:27.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-11T16:49:27.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-11T16:49:27.228Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46322026-08-11T16:49:27.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46332026-08-11T16:49:28.122Z
46342026-08-11T16:49:28.122Zinfo: running `cargo check --bins` on xtask (286/303)
46352026-08-11T16:49:28.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-08-11T16:49:28.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-08-11T16:49:28.527Z Checking serde_core v1.0.228
46382026-08-11T16:49:28.527Z Checking libc v0.2.185
46392026-08-11T16:49:28.625Z Checking bitflags v2.11.0
46402026-08-11T16:49:28.629Z Checking scroll v0.12.0
46412026-08-11T16:49:28.629Z Checking thiserror v1.0.69
46422026-08-11T16:49:28.632Z Checking log v0.4.29
46432026-08-11T16:49:28.637Z Checking zerocopy v0.7.35
46442026-08-11T16:49:28.640Z Checking indexmap v2.14.0
46452026-08-11T16:49:28.709Z Checking syn v2.0.117
46462026-08-11T16:49:28.747Z Checking dtrace-parser v0.2.0
46472026-08-11T16:49:28.768Z Checking once_cell v1.21.3
46482026-08-11T16:49:28.828Z Checking goblin v0.8.2
46492026-08-11T16:49:28.883Z Checking errno v0.3.14
46502026-08-11T16:49:28.937Z Checking thread-id v4.2.2
46512026-08-11T16:49:28.972Z Checking getrandom v0.4.1
46522026-08-11T16:49:28.998Z Checking rustix v1.1.3
46532026-08-11T16:49:29.013Z Checking memmap v0.7.0
46542026-08-11T16:49:29.101Z Checking thiserror v2.0.18
46552026-08-11T16:49:29.117Z Checking fs-err v3.3.0
46562026-08-11T16:49:29.138Z Checking tabled v0.15.0
46572026-08-11T16:49:29.175Z Checking anyhow v1.0.102
46582026-08-11T16:49:29.765Z Checking terminal_size v0.4.3
46592026-08-11T16:49:29.765Z Checking tempfile v3.25.0
46602026-08-11T16:49:29.873Z Checking clap_builder v4.6.0
46612026-08-11T16:49:29.876Z Checking textwrap v0.16.2
46622026-08-11T16:49:30.059Z Checking serde v1.0.228
46632026-08-11T16:49:30.064Z Checking serde_json v1.0.151
46642026-08-11T16:49:30.064Z Checking camino v1.2.2
46652026-08-11T16:49:30.087Z Checking semver v1.0.28
46662026-08-11T16:49:30.235Z Checking cargo-platform v0.3.2
46672026-08-11T16:49:30.306Z Checking camino-tempfile v1.4.1
46682026-08-11T16:49:30.455Z Checking serde_spanned v0.6.9
46692026-08-11T16:49:30.458Z Checking toml_datetime v0.6.11
46702026-08-11T16:49:30.458Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46712026-08-11T16:49:30.458Z Checking macaddr v1.0.1
46722026-08-11T16:49:30.647Z Checking toml_edit v0.22.27
46732026-08-11T16:49:30.658Z Checking dof v0.3.0
46742026-08-11T16:49:30.661Z Checking cargo_metadata v0.23.1
46752026-08-11T16:49:30.923Z Checking usdt-impl v0.5.0
46762026-08-11T16:49:31.056Z Checking clap v4.6.1
46772026-08-11T16:49:31.182Z Checking usdt v0.5.0
46782026-08-11T16:49:31.608Z Checking toml v0.8.23
46792026-08-11T16:49:31.863Z Checking cargo_toml v0.21.0
46802026-08-11T16:49:32.498Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46812026-08-11T16:49:32.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
46822026-08-11T16:49:32.990Z
46832026-08-11T16:49:32.990Zinfo: running `cargo check --bins` on dnsadm (287/303)
46842026-08-11T16:49:33.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-08-11T16:49:33.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-08-11T16:49:33.618Z Checking arc-swap v1.8.2
46872026-08-11T16:49:33.895Z Checking slog-scope v4.4.1
46882026-08-11T16:49:34.005Z Checking slog-stdlog v4.1.1
46892026-08-11T16:49:34.100Z Checking slog-envlogger v2.2.0
46902026-08-11T16:49:34.246Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46912026-08-11T16:49:34.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46922026-08-11T16:49:34.831Z
46932026-08-11T16:49:34.831Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46942026-08-11T16:49:35.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-11T16:49:35.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-11T16:49:35.618Z Checking cpubits v0.1.1
46972026-08-11T16:49:35.746Z Checking pem-rfc7468 v1.0.0
46982026-08-11T16:49:35.756Z Checking hmac v0.13.0
46992026-08-11T16:49:35.759Z Checking universal-hash v0.6.1
47002026-08-11T16:49:35.779Z Checking ctr v0.10.1
47012026-08-11T16:49:35.779Z Checking aead v0.6.1
47022026-08-11T16:49:35.807Z Checking crypto-bigint v0.7.5
47032026-08-11T16:49:35.807Z Checking aes v0.9.1
47042026-08-11T16:49:35.833Z Checking salsa20 v0.11.0
47052026-08-11T16:49:35.874Z Checking polyval v0.7.1
47062026-08-11T16:49:35.889Z Checking der v0.8.0
47072026-08-11T16:49:35.894Z Checking pbkdf2 v0.13.0
47082026-08-11T16:49:35.915Z Checking cbc v0.2.1
47092026-08-11T16:49:35.980Z Checking ff v0.14.0
47102026-08-11T16:49:36.003Z Checking signature v3.0.0
47112026-08-11T16:49:36.033Z Checking ghash v0.6.0
47122026-08-11T16:49:36.064Z Checking scrypt v0.12.0
47132026-08-11T16:49:36.079Z Checking base16ct v1.0.0
47142026-08-11T16:49:36.114Z Checking group v0.14.0
47152026-08-11T16:49:36.152Z Checking hkdf v0.13.0
47162026-08-11T16:49:36.172Z Compiling curve25519-dalek v5.0.0
47172026-08-11T16:49:36.205Z Checking keccak v0.2.0
47182026-08-11T16:49:36.220Z Checking aes-gcm v0.11.0
47192026-08-11T16:49:36.236Z Checking poly1305 v0.9.0
47202026-08-11T16:49:36.261Z Checking wnaf v0.14.0
47212026-08-11T16:49:36.283Z Checking blowfish v0.10.0
47222026-08-11T16:49:36.361Z Checking blake2 v0.11.0-rc.6
47232026-08-11T16:49:36.378Z Checking sha3 v0.11.0
47242026-08-11T16:49:36.423Z Checking kem v0.3.0
47252026-08-11T16:49:36.441Z Checking bcrypt-pbkdf v0.11.0
47262026-08-11T16:49:36.500Z Checking module-lattice v0.2.3
47272026-08-11T16:49:36.536Z Checking sponge-cursor v0.1.0
47282026-08-11T16:49:36.594Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47292026-08-11T16:49:36.613Z Checking argon2 v0.6.0-rc.8
47302026-08-11T16:49:36.661Z Checking sha3 v0.12.0
47312026-08-11T16:49:36.711Z Checking ml-kem v0.3.2
47322026-08-11T16:49:36.727Z Checking internal-russh-num-bigint v0.5.0
47332026-08-11T16:49:36.730Z Checking spki v0.8.0
47342026-08-11T16:49:36.767Z Checking sec1 v0.8.1
47352026-08-11T16:49:36.856Z Checking num-bigint v0.4.6
47362026-08-11T16:49:36.907Z Checking pkcs5 v0.8.1
47372026-08-11T16:49:36.922Z Checking pkcs1 v0.8.0-rc.4
47382026-08-11T16:49:36.975Z Checking generic-array v1.4.3
47392026-08-11T16:49:37.119Z Checking russh-util v0.52.0
47402026-08-11T16:49:37.193Z Checking pkcs8 v0.11.0
47412026-08-11T16:49:37.240Z Compiling enum_dispatch v0.3.13
47422026-08-11T16:49:37.364Z Compiling delegate v0.13.5
47432026-08-11T16:49:37.394Z Checking ed25519 v3.0.0
47442026-08-11T16:49:37.450Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47452026-08-11T16:49:37.478Z Checking hex-literal v1.1.0
47462026-08-11T16:49:37.576Z Checking md5 v0.8.0
47472026-08-11T16:49:37.591Z Checking ed25519-dalek v3.0.0
47482026-08-11T16:49:37.628Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47492026-08-11T16:49:37.741Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47502026-08-11T16:49:37.771Z Checking socket2 v0.5.10
47512026-08-11T16:49:37.806Z Checking internet-checksum v0.2.1
47522026-08-11T16:49:37.849Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47532026-08-11T16:49:38.026Z Checking elliptic-curve v0.14.1
47542026-08-11T16:49:38.027Z Checking rfc6979 v0.6.0
47552026-08-11T16:49:38.045Z Checking primefield v0.14.0
47562026-08-11T16:49:38.045Z Checking ssh-encoding v0.3.0
47572026-08-11T16:49:38.176Z Checking crypto-primes v0.7.2
47582026-08-11T16:49:38.247Z Checking ssh-cipher v0.3.0
47592026-08-11T16:49:38.272Z Checking russh-cryptovec v0.62.0
47602026-08-11T16:49:38.428Z Checking primeorder v0.14.0
47612026-08-11T16:49:38.438Z Checking ecdsa v0.17.0
47622026-08-11T16:49:38.790Z Checking p256 v0.14.0
47632026-08-11T16:49:38.790Z Checking p521 v0.14.0
47642026-08-11T16:49:38.800Z Checking p384 v0.14.0
47652026-08-11T16:49:39.101Z Checking rsa v0.10.0-rc.18
47662026-08-11T16:49:41.647Z Checking ssh-key v0.7.0-rc.11
47672026-08-11T16:49:42.393Z Checking russh v0.62.4
47682026-08-11T16:49:55.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s
47692026-08-11T16:49:55.657Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47702026-08-11T16:49:55.657Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47712026-08-11T16:49:55.860Z
47722026-08-11T16:49:55.860Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47732026-08-11T16:49:56.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-11T16:49:56.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-11T16:49:56.492Z Checking termios v0.3.3
47762026-08-11T16:49:56.683Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47772026-08-11T16:49:57.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47782026-08-11T16:49:57.463Z
47792026-08-11T16:49:57.463Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47802026-08-11T16:49:57.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-11T16:49:57.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-11T16:49:58.133Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47832026-08-11T16:49:58.820Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47842026-08-11T16:50:00.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
47852026-08-11T16:50:00.597Z
47862026-08-11T16:50:00.597Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47872026-08-11T16:50:01.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-11T16:50:01.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-11T16:50:01.225Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47902026-08-11T16:50:01.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47912026-08-11T16:50:01.825Z
47922026-08-11T16:50:01.825Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47932026-08-11T16:50:02.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-08-11T16:50:02.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-08-11T16:50:02.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-08-11T16:50:02.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47972026-08-11T16:50:02.374Z
47982026-08-11T16:50:02.374Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47992026-08-11T16:50:02.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-08-11T16:50:02.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-08-11T16:50:02.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48022026-08-11T16:50:02.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48032026-08-11T16:50:02.923Z
48042026-08-11T16:50:02.923Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
48052026-08-11T16:50:03.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-08-11T16:50:03.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-08-11T16:50:03.648Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48082026-08-11T16:50:04.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
48092026-08-11T16:50:04.428Z
48102026-08-11T16:50:04.428Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
48112026-08-11T16:50:04.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-11T16:50:04.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-11T16:50:05.064Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48142026-08-11T16:50:05.067Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48152026-08-11T16:50:05.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
48162026-08-11T16:50:06.165Z
48172026-08-11T16:50:06.165Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
48182026-08-11T16:50:06.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48192026-08-11T16:50:06.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48202026-08-11T16:50:06.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48212026-08-11T16:50:06.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48222026-08-11T16:50:06.711Z
48232026-08-11T16:50:06.712Zinfo: running `cargo check --bins` on omicron-package (297/303)
48242026-08-11T16:50:07.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-08-11T16:50:07.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-08-11T16:50:07.374Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48272026-08-11T16:50:08.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
48282026-08-11T16:50:08.653Z
48292026-08-11T16:50:08.653Zinfo: running `cargo check --bins` on tqdb (298/303)
48302026-08-11T16:50:09.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-08-11T16:50:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-08-11T16:50:09.419Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48332026-08-11T16:50:09.772Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48342026-08-11T16:50:10.280Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48352026-08-11T16:50:10.280Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48362026-08-11T16:50:16.485Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48372026-08-11T16:50:16.488Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48382026-08-11T16:50:16.488Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48392026-08-11T16:50:17.103Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48402026-08-11T16:50:17.106Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48412026-08-11T16:50:17.107Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48422026-08-11T16:50:17.884Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48432026-08-11T16:50:18.319Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48442026-08-11T16:50:18.554Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48452026-08-11T16:50:18.916Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48462026-08-11T16:50:19.760Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48472026-08-11T16:50:20.401Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48482026-08-11T16:50:25.250Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48492026-08-11T16:50:32.266Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48502026-08-11T16:50:32.268Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48512026-08-11T16:50:32.269Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48522026-08-11T16:50:32.269Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48532026-08-11T16:50:33.754Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48542026-08-11T16:50:35.034Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48552026-08-11T16:50:35.709Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48562026-08-11T16:50:36.957Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48572026-08-11T16:50:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.85s
48582026-08-11T16:50:37.715Z
48592026-08-11T16:50:37.715Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48602026-08-11T16:50:38.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-08-11T16:50:38.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-08-11T16:50:38.405Z Checking rtoolbox v0.0.3
48632026-08-11T16:50:38.521Z Checking tui-tree-widget v0.23.1
48642026-08-11T16:50:38.526Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48652026-08-11T16:50:38.533Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48662026-08-11T16:50:38.622Z Checking rpassword v7.5.4
48672026-08-11T16:50:41.520Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48682026-08-11T16:50:43.343Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48692026-08-11T16:50:44.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
48702026-08-11T16:50:44.276Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48712026-08-11T16:50:44.277Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48722026-08-11T16:50:44.459Z
48732026-08-11T16:50:44.459Zinfo: running `cargo check --bins` on wicket (300/303)
48742026-08-11T16:50:44.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48752026-08-11T16:50:44.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48762026-08-11T16:50:45.141Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48772026-08-11T16:50:45.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
48782026-08-11T16:50:45.509Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48792026-08-11T16:50:45.509Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48802026-08-11T16:50:45.690Z
48812026-08-11T16:50:45.690Zinfo: running `cargo check --bins` on wicketd (301/303)
48822026-08-11T16:50:46.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48832026-08-11T16:50:46.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48842026-08-11T16:50:46.372Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48852026-08-11T16:50:50.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
48862026-08-11T16:50:50.072Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48872026-08-11T16:50:50.072Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48882026-08-11T16:50:50.250Z
48892026-08-11T16:50:50.250Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48902026-08-11T16:50:50.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48912026-08-11T16:50:50.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48922026-08-11T16:50:50.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48932026-08-11T16:50:50.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48942026-08-11T16:50:50.800Z
48952026-08-11T16:50:50.800Zinfo: running `cargo check --bins` on zone-setup (303/303)
48962026-08-11T16:50:51.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48972026-08-11T16:50:51.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48982026-08-11T16:50:51.450Z Checking uzers v0.12.2
48992026-08-11T16:50:51.719Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49002026-08-11T16:50:52.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
49012026-08-11T16:50:52.704Z
49022026-08-11T16:50:52.704Zreal 13:50.980641409
49032026-08-11T16:50:52.704Zuser 20:47.130927133
49042026-08-11T16:50:52.704Zsys 4:12.689862159
49052026-08-11T16:50:52.704Ztrap 0.324326887
49062026-08-11T16:50:52.704Ztflt 0.610918854
49072026-08-11T16:50:52.704Zdflt 1.079746656
49082026-08-11T16:50:52.704Zkflt 0.005018642
49092026-08-11T16:50:52.704Zlock 1:29:09.083030019
49102026-08-11T16:50:52.704Zslp 1:39:29.001856493
49112026-08-11T16:50:52.704Zlat 51.431241487
49122026-08-11T16:50:52.704Zstop 4:01.283699146
49132026-08-11T16:50:52.707Zprocess exited: duration 963544 ms, exit code 0
 
49142026-08-11T16:50:52.713Zfound 0 output files