01M0C0NXRZVMY5GTRWQNBQ6VD7: 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: 01M0C0PEQQDGNTTXRPG3CTT97C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T03:23:59.693Zjob assigned to worker 01M0C0PWSAG5EDZPTDD42VDGBT [factory aws, i-03e6bd171d39c6495] (queued for 55 s)
 
22026-08-19T03:24:06.783Zstarting task 0: "setup"
32026-08-19T03:24:06.793Z++ uname -s
42026-08-19T03:24:06.793Z+ kern=SunOS
52026-08-19T03:24:06.793Z+ build_user=build
62026-08-19T03:24:06.793Z+ build_uid=12345
72026-08-19T03:24:06.793Z+ work_dir=/work
82026-08-19T03:24:06.793Z+ input_dir=/input
92026-08-19T03:24:06.793Z+ [[ 0 == 12345 ]]
102026-08-19T03:24:06.793Z+ case "$kern" in
112026-08-19T03:24:06.794Z+ groupadd -g 12345 build
122026-08-19T03:24:06.794Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T03:24:08.800Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T03:24:08.906Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T03:24:08.909Z+ home_fs=zfs
162026-08-19T03:24:08.909Z+ [[ zfs == autofs ]]
172026-08-19T03:24:08.909Z+ mkdir -p /home/build
182026-08-19T03:24:08.909Z+ chown build:build /home/build /work
192026-08-19T03:24:11.011Z+ chmod 0700 /home/build /work
202026-08-19T03:24:11.034Zprocess exited: duration 4131 ms, exit code 0
 
212026-08-19T03:24:11.045Zstarting task 1: "rust-toolchain"
222026-08-19T03:24:11.051Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T03:24:11.051Z * rust toolchain channel = "1.97.1"
242026-08-19T03:24:11.051Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-19T03:24:11.051Z * rust toolchain profile = "default"
262026-08-19T03:24:11.051Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T03:24:11.051Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T03:24:11.051Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T03:24:11.062Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T03:24:11.155Zinfo: downloading installer
312026-08-19T03:24:12.440Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T03:24:12.440Zwarn: /home/build/.rustup/settings.toml
332026-08-19T03:24:12.440Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T03:24:12.441Zwarn: instead of the one inferred from the default host triple.
352026-08-19T03:24:12.453Zinfo: profile set to default
362026-08-19T03:24:12.453Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T03:24:12.458Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T03:24:12.661Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T03:24:12.668Zinfo: downloading 6 components
402026-08-19T03:24:26.921Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T03:24:26.921Z
422026-08-19T03:24:26.950Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T03:24:26.950Z
442026-08-19T03:24:26.950Z
452026-08-19T03:24:26.951ZRust is installed now. Great!
462026-08-19T03:24:26.951Z
472026-08-19T03:24:26.954ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T03:24:26.954Zenvironment variable. This has not been done automatically.
492026-08-19T03:24:26.954Z
502026-08-19T03:24:26.954ZTo configure your current shell, you need to source
512026-08-19T03:24:26.954Zthe corresponding env file under $HOME/.cargo.
522026-08-19T03:24:26.954Z
532026-08-19T03:24:26.954ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T03:24:26.954Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T03:24:26.954Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T03:24:26.954Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T03:24:26.954Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T03:24:26.954Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T03:24:26.954Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T03:24:26.954Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T03:24:26.954Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T03:24:27.041Z+ rustup --version
632026-08-19T03:24:27.048Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T03:24:27.051Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T03:24:27.069Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T03:24:27.072Z+ cargo --version
672026-08-19T03:24:27.087Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T03:24:27.090Z+ rustc --version
692026-08-19T03:24:27.109Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T03:24:27.112Zprocess exited: duration 16067 ms, exit code 0
 
712026-08-19T03:24:27.119Zstarting task 2: "authentication"
722026-08-19T03:24:27.178Zprocess exited: duration 15 ms, exit code 0
 
732026-08-19T03:24:27.185Zstarting task 3: "clone repository"
742026-08-19T03:24:27.188Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T03:24:27.191Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T03:24:27.220ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T03:24:45.401Z+ cd /work/oxidecomputer/omicron
782026-08-19T03:24:45.401Z+ git fetch origin 2e55f4ddac2fe51fc37e9a70e0619a013509750f
792026-08-19T03:24:45.770ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T03:24:45.770Z * branch 2e55f4ddac2fe51fc37e9a70e0619a013509750f -> FETCH_HEAD
812026-08-19T03:24:45.783Z+ [[ -n ben/opte-setup-for-ipv6 ]]
822026-08-19T03:24:45.786Z++ git branch --show-current
832026-08-19T03:24:45.786Z+ current=main
842026-08-19T03:24:45.786Z+ [[ main != ben/opte-setup-for-ipv6 ]]
852026-08-19T03:24:45.787Z+ git branch -f ben/opte-setup-for-ipv6 2e55f4ddac2fe51fc37e9a70e0619a013509750f
862026-08-19T03:24:45.790Z+ git checkout -f ben/opte-setup-for-ipv6
872026-08-19T03:24:46.048ZSwitched to branch 'ben/opte-setup-for-ipv6'
882026-08-19T03:24:46.051Z+ git reset --hard 2e55f4ddac2fe51fc37e9a70e0619a013509750f
892026-08-19T03:24:46.087ZHEAD is now at 2e55f4dda Support IPv6 addresses in the OPTE zone setup service
902026-08-19T03:24:46.090Zprocess exited: duration 18902 ms, exit code 0
 
912026-08-19T03:24:46.096Zstarting task 4: "build"
922026-08-19T03:24:46.099Z+ source .github/buildomat/ci-env.sh
932026-08-19T03:24:46.103Z++ export CARGO_TERM_COLOR=always
942026-08-19T03:24:46.103Z++ CARGO_TERM_COLOR=always
952026-08-19T03:24:46.103Z+++ uname -s
962026-08-19T03:24:46.103Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-19T03:24:46.103Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-19T03:24:46.106Z+ cargo --version
992026-08-19T03:24:46.113Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-19T03:24:46.116Z+ rustc --version
1012026-08-19T03:24:46.135Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-19T03:24:46.137Z+ source ./env.sh
1032026-08-19T03:24:46.137Z++ OLD_SHELL_OPTS=ehxB
1042026-08-19T03:24:46.137Z++ set -o xtrace
1052026-08-19T03:24:46.140Z++++ dirname ./env.sh
1062026-08-19T03:24:46.140Z+++ readlink -f .
1072026-08-19T03:24:46.146Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ 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-19T03:24:46.146Z++ case $OLD_SHELL_OPTS in
1192026-08-19T03:24:46.146Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-19T03:24:46.146Z+ 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-19T03:24:46.146Z+ 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-19T03:24:46.146Z+ banner prerequisites
1232026-08-19T03:24:46.150Z
1242026-08-19T03:24:46.150Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-19T03:24:46.150Z # # # # # # # # # # # # # # #
1262026-08-19T03:24:46.150Z # # # # ##### # # ##### # # # # # #### #
1272026-08-19T03:24:46.150Z ##### ##### # ##### # # # # # # # # #
1282026-08-19T03:24:46.150Z # # # # # # # # # # # # # # #
1292026-08-19T03:24:46.151Z # # # ###### # # ###### ### # #### # #### #
1302026-08-19T03:24:46.151Z
1312026-08-19T03:24:46.151Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-19T03:24:48.039Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-19T03:24:48.351Z Startup: Caching catalogs ... Done
1342026-08-19T03:24:50.048ZPlanning: Solver setup ... Done (1.597s)
1352026-08-19T03:24:50.143ZPlanning: Running solver ... Done (0.054s)
1362026-08-19T03:24:50.153ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-19T03:24:50.159ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-19T03:24:50.175ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-19T03:24:50.187ZPlanning: Package planning ... Done (0.013s)
1402026-08-19T03:24:50.192ZPlanning: Merging actions ... Done (0.001s)
1412026-08-19T03:24:50.361ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-19T03:24:50.375ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-19T03:24:51.136ZPlanning: Evaluating mediators ... Done (0.789s)
1442026-08-19T03:24:51.140ZPlanning: Planning completed in 2.75 seconds
1452026-08-19T03:24:51.145Z Packages to install: 2
1462026-08-19T03:24:51.148Z Estimated space available: 156.01 GB
1472026-08-19T03:24:51.148ZEstimated space to be consumed: 69.36 MB
1482026-08-19T03:24:51.149Z Create boot environment: No
1492026-08-19T03:24:51.149ZCreate backup boot environment: No
1502026-08-19T03:24:51.149Z Rebuild boot archive: No
1512026-08-19T03:24:51.149Z
1522026-08-19T03:24:51.149ZChanged packages:
1532026-08-19T03:24:51.149Zhelios
1542026-08-19T03:24:51.149Z developer/build-essential
1552026-08-19T03:24:51.150Z None -> 11-3.0
1562026-08-19T03:24:51.150Z library/libxmlsec1
1572026-08-19T03:24:51.150Z None -> 1.2.35-3.0
1582026-08-19T03:24:51.169Z
1592026-08-19T03:24:51.169ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-19T03:24:51.235ZDownload: Completed 1.28 MB in 0.07 seconds (19.4M/s)
1612026-08-19T03:24:51.281Z Actions: 1/268 actions (Installing new actions)
1622026-08-19T03:24:51.319Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-19T03:24:51.348ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-19T03:24:51.351ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-19T03:24:51.422ZFinalize: Updating image state ... Done (0.074s)
1662026-08-19T03:24:53.839ZFinalize: Creating fast lookup database ... Done (2.372s)
1672026-08-19T03:24:53.904ZFinalize: Reading search index ... Done (0.012s)
1682026-08-19T03:24:53.908ZFinalize: Updating search index ... Done (0.000s)
1692026-08-19T03:24:53.999ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-19T03:24:54.356ZPlanning: Evaluating mediator changes ... Done
1712026-08-19T03:24:54.460ZPlanning: Checking for conflicting actions ... Done
1722026-08-19T03:24:54.463ZPlanning: Consolidating action changes ... Done
1732026-08-19T03:24:54.615ZPlanning: Evaluating mediators ... Done
1742026-08-19T03:24:54.618ZPlanning: Planning completed in 0.26 seconds
1752026-08-19T03:24:54.640Z Mediators to change: 2
1762026-08-19T03:24:54.640Z Create boot environment: No
1772026-08-19T03:24:54.644ZCreate backup boot environment: No
1782026-08-19T03:24:54.756ZFinalize: Updating package state database ... Done
1792026-08-19T03:24:54.756ZFinalize: Updating package cache ... Done
1802026-08-19T03:24:54.800ZFinalize: Updating image state ... Done
1812026-08-19T03:24:56.737ZFinalize: Creating fast lookup database ... Done
1822026-08-19T03:24:56.798ZFinalize: Reading search index ... Done
1832026-08-19T03:24:56.801ZFinalize: Updating search index ... Done
1842026-08-19T03:24:56.877ZFinalize: Updating package cache ... Done
1852026-08-19T03:24:57.160ZPlanning: Evaluating mediator changes ... Done
1862026-08-19T03:24:57.267ZPlanning: Checking for conflicting actions ... Done
1872026-08-19T03:24:57.273ZPlanning: Consolidating action changes ... Done
1882026-08-19T03:24:57.421ZPlanning: Evaluating mediators ... Done
1892026-08-19T03:24:57.425ZPlanning: Planning completed in 0.26 seconds
1902026-08-19T03:24:57.444Z Mediators to change: 1
1912026-08-19T03:24:57.447Z Create boot environment: No
1922026-08-19T03:24:57.447ZCreate backup boot environment: No
1932026-08-19T03:24:57.494ZFinalize: Updating package state database ... Done
1942026-08-19T03:24:57.495ZFinalize: Updating package cache ... Done
1952026-08-19T03:24:57.540ZFinalize: Updating image state ... Done
1962026-08-19T03:24:59.465ZFinalize: Creating fast lookup database ... Done
1972026-08-19T03:24:59.537ZFinalize: Reading search index ... Done
1982026-08-19T03:24:59.548ZFinalize: Updating search index ... Done
1992026-08-19T03:24:59.634ZFinalize: Updating package cache ... Done
2002026-08-19T03:24:59.930ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-19T03:24:59.930Zapache system 2.4 system
2022026-08-19T03:24:59.930Zclang system 15 system
2032026-08-19T03:24:59.930Zcsh system system illumos
2042026-08-19T03:24:59.931Zctags system system illumos
2052026-08-19T03:24:59.931Zfile vendor vendor darwinsys
2062026-08-19T03:24:59.931Zfile system system illumos
2072026-08-19T03:24:59.931Zgcc vendor 14 vendor
2082026-08-19T03:24:59.931Zgcc system 13 system
2092026-08-19T03:24:59.931Zgcc system 10 system
2102026-08-19T03:24:59.931Zgo system 1.25 system
2112026-08-19T03:24:59.931Zllvm system 15 system
2122026-08-19T03:24:59.931Zmariadb system 11.4 system
2132026-08-19T03:24:59.932Zmta vendor vendor dma
2142026-08-19T03:24:59.932Zopenjdk system 17 system
2152026-08-19T03:24:59.932Zopenjdk system 11 system
2162026-08-19T03:24:59.932Zopenssl vendor 3 vendor
2172026-08-19T03:24:59.932Zperl system 5.40 system
2182026-08-19T03:24:59.932Zpostgresql system 18 system
2192026-08-19T03:24:59.932Zpostgresql system 17 system
2202026-08-19T03:24:59.932Zpython vendor 3 vendor
2212026-08-19T03:24:59.932Zpython system 2 system
2222026-08-19T03:24:59.932Zpython3 vendor 3.13 vendor
2232026-08-19T03:24:59.932Zruby system 3.4 system
2242026-08-19T03:24:59.932Zruby system 3.0 system
2252026-08-19T03:24:59.932Zwords vendor vendor american-english
2262026-08-19T03:24:59.932Zwords system system australian-english
2272026-08-19T03:24:59.932Zwords system system british-english
2282026-08-19T03:24:59.932Zwords system system canadian-english
2292026-08-19T03:24:59.932Zwords system system french
2302026-08-19T03:24:59.932Zwords system system italian
2312026-08-19T03:24:59.932Zwords system system ngerman
2322026-08-19T03:24:59.932Zwords system system ogerman
2332026-08-19T03:24:59.932Zwords system system spanish
2342026-08-19T03:25:00.186ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-19T03:25:00.187Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-19T03:25:00.634ZFMRI IFO
2372026-08-19T03:25:00.635Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-19T03:25:00.635Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-19T03:25:00.635Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-19T03:25:00.635Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-19T03:25:00.635Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-19T03:25:00.635Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-19T03:25:00.635Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-19T03:25:00.635Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-19T03:25:00.635Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-19T03:25:00.965Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-19T03:25:01.308Z Updating crates.io index
2482026-08-19T03:25:01.312Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-19T03:25:01.635Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-19T03:25:02.020Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-19T03:25:03.324Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-19T03:25:03.955Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-19T03:25:05.949Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-19T03:25:07.035Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-19T03:25:07.332Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-19T03:25:07.708Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-19T03:25:09.023Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-19T03:25:09.351Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-19T03:25:09.734Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-19T03:25:10.015Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-19T03:25:10.287Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-19T03:25:10.561Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-19T03:25:10.854Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-19T03:25:11.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-19T03:25:11.460Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-19T03:25:11.795Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-19T03:25:12.346Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-19T03:25:12.730Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-19T03:25:13.127Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-19T03:25:13.421Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-19T03:25:13.988Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-19T03:25:14.320Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-19T03:25:14.591Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-19T03:25:15.069Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-19T03:25:15.370Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-19T03:25:15.659Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-19T03:25:15.988Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-19T03:25:16.264Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-19T03:25:16.582Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-19T03:25:16.967Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-19T03:25:17.740Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-19T03:25:18.013Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-19T03:25:18.289Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-19T03:25:18.595Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-19T03:25:18.920Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-19T03:25:19.201Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-19T03:25:19.477Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-19T03:25:19.771Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-19T03:25:20.046Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-19T03:25:22.725Z Downloading crates ...
2912026-08-19T03:25:22.782Z Downloaded equivalent v1.0.2
2922026-08-19T03:25:22.803Z Downloaded pest_generator v2.8.6
2932026-08-19T03:25:22.803Z Downloaded proc-macro-error-attr v1.0.4
2942026-08-19T03:25:22.803Z Downloaded toml_datetime v0.6.11
2952026-08-19T03:25:22.803Z Downloaded itoa v1.0.17
2962026-08-19T03:25:22.803Z Downloaded cargo_metadata v0.23.1
2972026-08-19T03:25:22.803Z Downloaded byteorder v1.5.0
2982026-08-19T03:25:22.804Z Downloaded clap_derive v4.6.1
2992026-08-19T03:25:22.804Z Downloaded zmij v1.0.21
3002026-08-19T03:25:22.804Z Downloaded clap v4.6.1
3012026-08-19T03:25:22.804Z Downloaded cargo-platform v0.3.2
3022026-08-19T03:25:22.805Z Downloaded camino v1.2.2
3032026-08-19T03:25:22.805Z Downloaded generic-array v0.14.7
3042026-08-19T03:25:22.805Z Downloaded anyhow v1.0.102
3052026-08-19T03:25:22.806Z Downloaded zerocopy v0.7.35
3062026-08-19T03:25:22.806Z Downloaded anstyle-query v1.1.5
3072026-08-19T03:25:22.806Z Downloaded colorchoice v1.0.4
3082026-08-19T03:25:22.806Z Downloaded camino-tempfile v1.4.1
3092026-08-19T03:25:22.806Z Downloaded fastrand v2.3.0
3102026-08-19T03:25:22.808Z Downloaded heck v0.5.0
3112026-08-19T03:25:22.808Z Downloaded autocfg v1.5.0
3122026-08-19T03:25:22.808Z Downloaded macaddr v1.0.1
3132026-08-19T03:25:22.808Z Downloaded bitflags v2.11.0
3142026-08-19T03:25:22.808Z Downloaded cargo_toml v0.21.0
3152026-08-19T03:25:22.808Z Downloaded dof v0.3.0
3162026-08-19T03:25:22.808Z Downloaded clap_lex v1.0.0
3172026-08-19T03:25:22.820Z Downloaded dtrace-parser v0.2.0
3182026-08-19T03:25:22.820Z Downloaded fnv v1.0.7
3192026-08-19T03:25:22.820Z Downloaded getrandom v0.4.1
3202026-08-19T03:25:22.820Z Downloaded log v0.4.29
3212026-08-19T03:25:22.821Z Downloaded bytecount v0.6.9
3222026-08-19T03:25:22.821Z Downloaded zerocopy-derive v0.7.35
3232026-08-19T03:25:22.821Z Downloaded block-buffer v0.10.4
3242026-08-19T03:25:22.821Z Downloaded errno v0.3.14
3252026-08-19T03:25:22.821Z Downloaded swrite v0.1.0
3262026-08-19T03:25:22.821Z Downloaded unicode-linebreak v0.1.5
3272026-08-19T03:25:22.821Z Downloaded memmap v0.7.0
3282026-08-19T03:25:22.894Z Downloaded version_check v0.9.5
3292026-08-19T03:25:22.895Z Downloaded serde_spanned v0.6.9
3302026-08-19T03:25:22.895Z Downloaded tabled_derive v0.7.0
3312026-08-19T03:25:22.895Z Downloaded heck v0.4.1
3322026-08-19T03:25:22.895Z Downloaded cfg-if v1.0.4
3332026-08-19T03:25:22.896Z Downloaded pretty-hex v0.4.1
3342026-08-19T03:25:22.896Z Downloaded usdt v0.5.0
3352026-08-19T03:25:22.896Z Downloaded scroll_derive v0.12.1
3362026-08-19T03:25:22.897Z Downloaded usdt-macro v0.5.0
3372026-08-19T03:25:22.897Z Downloaded terminal_size v0.4.3
3382026-08-19T03:25:22.897Z Downloaded pest_derive v2.8.6
3392026-08-19T03:25:22.897Z Downloaded is_terminal_polyfill v1.70.2
3402026-08-19T03:25:22.897Z Downloaded thread-id v4.2.2
3412026-08-19T03:25:22.897Z Downloaded usdt-attr-macro v0.5.0
3422026-08-19T03:25:22.897Z Downloaded smawk v0.3.2
3432026-08-19T03:25:22.897Z Downloaded plain v0.2.3
3442026-08-19T03:25:22.897Z Downloaded toml_write v0.1.2
3452026-08-19T03:25:22.897Z Downloaded utf8parse v0.2.2
3462026-08-19T03:25:23.011Z Downloaded anstyle v1.0.14
3472026-08-19T03:25:23.011Z Downloaded cpufeatures v0.2.17
3482026-08-19T03:25:23.011Z Downloaded digest v0.10.7
3492026-08-19T03:25:23.011Z Downloaded anstyle-parse v1.0.0
3502026-08-19T03:25:23.011Z Downloaded thiserror v2.0.18
3512026-08-19T03:25:23.011Z Downloaded anstream v1.0.0
3522026-08-19T03:25:23.011Z Downloaded sha2 v0.10.9
3532026-08-19T03:25:23.011Z Downloaded crypto-common v0.1.7
3542026-08-19T03:25:23.012Z Downloaded fs-err v3.3.0
3552026-08-19T03:25:23.012Z Downloaded thiserror-impl v1.0.69
3562026-08-19T03:25:23.012Z Downloaded pest_meta v2.8.6
3572026-08-19T03:25:23.012Z Downloaded quote v1.0.45
3582026-08-19T03:25:23.012Z Downloaded proc-macro-error v1.0.4
3592026-08-19T03:25:23.012Z Downloaded usdt-impl v0.5.0
3602026-08-19T03:25:23.012Z Downloaded once_cell v1.21.3
3612026-08-19T03:25:23.012Z Downloaded papergrid v0.11.0
3622026-08-19T03:25:23.012Z Downloaded strsim v0.11.1
3632026-08-19T03:25:23.012Z Downloaded thiserror-impl v2.0.18
3642026-08-19T03:25:23.012Z Downloaded serde_tokenstream v0.2.3
3652026-08-19T03:25:23.012Z Downloaded thiserror v1.0.69
3662026-08-19T03:25:23.012Z Downloaded proc-macro2 v1.0.106
3672026-08-19T03:25:23.012Z Downloaded semver v1.0.28
3682026-08-19T03:25:23.012Z Downloaded ucd-trie v0.1.7
3692026-08-19T03:25:23.012Z Downloaded scroll v0.12.0
3702026-08-19T03:25:23.155Z Downloaded tempfile v3.25.0
3712026-08-19T03:25:23.155Z Downloaded unicode-ident v1.0.24
3722026-08-19T03:25:23.155Z Downloaded pest v2.8.6
3732026-08-19T03:25:23.155Z Downloaded textwrap v0.16.2
3742026-08-19T03:25:23.155Z Downloaded serde_core v1.0.228
3752026-08-19T03:25:23.155Z Downloaded serde_derive v1.0.228
3762026-08-19T03:25:23.155Z Downloaded toml v0.8.23
3772026-08-19T03:25:23.155Z Downloaded serde v1.0.228
3782026-08-19T03:25:23.155Z Downloaded toml_edit v0.22.27
3792026-08-19T03:25:23.155Z Downloaded memchr v2.8.0
3802026-08-19T03:25:23.155Z Downloaded indexmap v2.14.0
3812026-08-19T03:25:23.155Z Downloaded typenum v1.20.1
3822026-08-19T03:25:23.155Z Downloaded serde_json v1.0.151
3832026-08-19T03:25:23.155Z Downloaded clap_builder v4.6.0
3842026-08-19T03:25:23.155Z Downloaded hashbrown v0.17.0
3852026-08-19T03:25:23.156Z Downloaded winnow v0.7.14
3862026-08-19T03:25:23.156Z Downloaded goblin v0.8.2
3872026-08-19T03:25:23.156Z Downloaded tabled v0.15.0
3882026-08-19T03:25:23.156Z Downloaded syn v1.0.109
3892026-08-19T03:25:23.209Z Downloaded syn v2.0.117
3902026-08-19T03:25:23.209Z Downloaded unicode-width v0.1.14
3912026-08-19T03:25:23.209Z Downloaded unicode-width v0.2.0
3922026-08-19T03:25:23.210Z Downloaded rustix v1.1.3
3932026-08-19T03:25:23.210Z Downloaded libc v0.2.185
3942026-08-19T03:25:23.210Z Compiling proc-macro2 v1.0.106
3952026-08-19T03:25:23.210Z Compiling unicode-ident v1.0.24
3962026-08-19T03:25:23.210Z Compiling quote v1.0.45
3972026-08-19T03:25:23.210Z Compiling serde_core v1.0.228
3982026-08-19T03:25:23.210Z Compiling libc v0.2.185
3992026-08-19T03:25:23.210Z Compiling version_check v0.9.5
4002026-08-19T03:25:23.210Z Compiling memchr v2.8.0
4012026-08-19T03:25:23.210Z Compiling serde v1.0.228
4022026-08-19T03:25:23.567Z Compiling zmij v1.0.21
4032026-08-19T03:25:23.718Z Compiling thiserror v1.0.69
4042026-08-19T03:25:23.813Z Compiling ucd-trie v0.1.7
4052026-08-19T03:25:23.837Z Compiling itoa v1.0.17
4062026-08-19T03:25:24.052Z Compiling pest v2.8.6
4072026-08-19T03:25:24.133Z Compiling rustix v1.1.3
4082026-08-19T03:25:24.158Z Compiling byteorder v1.5.0
4092026-08-19T03:25:24.196Z Compiling errno v0.3.14
4102026-08-19T03:25:24.345Z Compiling serde_json v1.0.151
4112026-08-19T03:25:24.432Z Compiling bitflags v2.11.0
4122026-08-19T03:26:26.188Z Compiling syn v2.0.117
4132026-08-19T03:26:26.414Z Compiling thread-id v4.2.2
4142026-08-19T03:26:26.414Z Compiling proc-macro-error-attr v1.0.4
4152026-08-19T03:26:26.414Z Compiling usdt-impl v0.5.0
4162026-08-19T03:26:26.414Z Compiling syn v1.0.109
4172026-08-19T03:26:26.414Z Compiling camino v1.2.2
4182026-08-19T03:26:26.415Z Compiling pest_meta v2.8.6
4192026-08-19T03:26:26.415Z Compiling proc-macro-error v1.0.4
4202026-08-19T03:26:26.415Z Compiling log v0.4.29
4212026-08-19T03:26:26.415Z Compiling getrandom v0.4.1
4222026-08-19T03:26:26.415Z Compiling hashbrown v0.17.0
4232026-08-19T03:26:26.415Z Compiling plain v0.2.3
4242026-08-19T03:26:26.415Z Compiling utf8parse v0.2.2
4252026-08-19T03:26:26.415Z Compiling equivalent v1.0.2
4262026-08-19T03:26:26.415Z Compiling anstyle-parse v1.0.0
4272026-08-19T03:26:26.415Z Compiling indexmap v2.14.0
4282026-08-19T03:26:26.415Z Compiling terminal_size v0.4.3
4292026-08-19T03:26:26.415Z Compiling autocfg v1.5.0
4302026-08-19T03:26:26.415Z Compiling colorchoice v1.0.4
4312026-08-19T03:26:26.415Z Compiling anstyle-query v1.1.5
4322026-08-19T03:26:26.415Z Compiling anstyle v1.0.14
4332026-08-19T03:26:26.415Z Compiling toml_write v0.1.2
4342026-08-19T03:26:26.415Z Compiling is_terminal_polyfill v1.70.2
4352026-08-19T03:26:26.415Z Compiling winnow v0.7.14
4362026-08-19T03:26:26.416Z Compiling cfg-if v1.0.4
4372026-08-19T03:26:26.416Z Compiling pretty-hex v0.4.1
4382026-08-19T03:26:26.416Z Compiling thiserror v2.0.18
4392026-08-19T03:26:26.604Z Compiling fs-err v3.3.0
4402026-08-19T03:26:26.604Z Compiling pest_generator v2.8.6
4412026-08-19T03:26:26.604Z Compiling anstream v1.0.0
4422026-08-19T03:26:26.604Z Compiling heck v0.4.1
4432026-08-19T03:26:26.604Z Compiling unicode-width v0.1.14
4442026-08-19T03:26:26.604Z Compiling fastrand v2.3.0
4452026-08-19T03:26:26.604Z Compiling heck v0.5.0
4462026-08-19T03:26:26.604Z Compiling bytecount v0.6.9
4472026-08-19T03:26:26.604Z Compiling clap_lex v1.0.0
4482026-08-19T03:26:26.604Z Compiling fnv v1.0.7
4492026-08-19T03:26:26.604Z Compiling once_cell v1.21.3
4502026-08-19T03:26:26.604Z Compiling anyhow v1.0.102
4512026-08-19T03:26:26.604Z Compiling strsim v0.11.1
4522026-08-19T03:26:26.604Z Compiling papergrid v0.11.0
4532026-08-19T03:26:26.604Z Compiling tempfile v3.25.0
4542026-08-19T03:26:26.604Z Compiling clap_builder v4.6.0
4552026-08-19T03:26:26.604Z Compiling tabled_derive v0.7.0
4562026-08-19T03:26:26.605Z Compiling cargo-platform v0.3.2
4572026-08-19T03:26:26.605Z Compiling semver v1.0.28
4582026-08-19T03:26:26.605Z Compiling memmap v0.7.0
4592026-08-19T03:26:26.605Z Compiling smawk v0.3.2
4602026-08-19T03:26:26.605Z Compiling unicode-width v0.2.0
4612026-08-19T03:26:26.605Z Compiling unicode-linebreak v0.1.5
4622026-08-19T03:26:26.605Z Compiling serde_derive v1.0.228
4632026-08-19T03:26:26.605Z Compiling thiserror-impl v1.0.69
4642026-08-19T03:26:26.605Z Compiling zerocopy-derive v0.7.35
4652026-08-19T03:26:26.605Z Compiling pest_derive v2.8.6
4662026-08-19T03:26:26.605Z Compiling scroll_derive v0.12.1
4672026-08-19T03:26:26.605Z Compiling thiserror-impl v2.0.18
4682026-08-19T03:26:26.605Z Compiling clap_derive v4.6.1
4692026-08-19T03:26:26.605Z Compiling tabled v0.15.0
4702026-08-19T03:26:26.605Z Compiling scroll v0.12.0
4712026-08-19T03:26:26.605Z Compiling zerocopy v0.7.35
4722026-08-19T03:26:26.605Z Compiling goblin v0.8.2
4732026-08-19T03:26:26.605Z Compiling dtrace-parser v0.2.0
4742026-08-19T03:26:26.605Z Compiling textwrap v0.16.2
4752026-08-19T03:26:26.605Z Compiling camino-tempfile v1.4.1
4762026-08-19T03:26:26.605Z Compiling swrite v0.1.0
4772026-08-19T03:26:26.605Z Compiling clap v4.6.1
4782026-08-19T03:26:26.606Z Compiling toml_datetime v0.6.11
4792026-08-19T03:26:26.606Z Compiling serde_spanned v0.6.9
4802026-08-19T03:26:26.606Z Compiling cargo_metadata v0.23.1
4812026-08-19T03:26:26.672Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-19T03:26:26.673Z Compiling macaddr v1.0.1
4832026-08-19T03:26:26.673Z Compiling dof v0.3.0
4842026-08-19T03:26:26.673Z Compiling serde_tokenstream v0.2.3
4852026-08-19T03:26:26.673Z Compiling toml_edit v0.22.27
4862026-08-19T03:26:26.673Z Compiling usdt-macro v0.5.0
4872026-08-19T03:26:26.673Z Compiling usdt-attr-macro v0.5.0
4882026-08-19T03:26:26.673Z Compiling usdt v0.5.0
4892026-08-19T03:26:26.673Z Compiling toml v0.8.23
4902026-08-19T03:26:26.673Z Compiling cargo_toml v0.21.0
4912026-08-19T03:26:26.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-19T03:26:26.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.09s
4932026-08-19T03:26:26.673Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-19T03:26:26.673Z Downloading crates ...
4952026-08-19T03:26:26.673Z Downloaded base16ct v0.2.0
4962026-08-19T03:26:26.673Z Downloaded async-recursion v1.1.1
4972026-08-19T03:26:26.673Z Downloaded atty v0.2.14
4982026-08-19T03:26:26.673Z Downloaded bitfield-macros v0.19.4
4992026-08-19T03:26:26.673Z Downloaded argon2 v0.5.3
5002026-08-19T03:26:26.673Z Downloaded futures-sink v0.3.32
5012026-08-19T03:26:26.673Z Downloaded ascii-canvas v3.0.0
5022026-08-19T03:26:26.673Z Downloaded futures-executor v0.3.32
5032026-08-19T03:26:26.674Z Downloaded getrandom v0.3.4
5042026-08-19T03:26:26.674Z Downloaded env_logger v0.11.9
5052026-08-19T03:26:26.674Z Downloaded anstyle-parse v0.2.7
5062026-08-19T03:26:26.674Z Downloaded bit-vec v0.8.0
5072026-08-19T03:26:26.674Z Downloaded hex v0.4.3
5082026-08-19T03:26:26.674Z Downloaded home v0.5.12
5092026-08-19T03:26:26.674Z Downloaded humantime v2.3.0
5102026-08-19T03:26:26.674Z Downloaded atomic-waker v1.1.2
5112026-08-19T03:26:26.674Z Downloaded buf-list v1.1.2
5122026-08-19T03:26:26.674Z Downloaded cbc v0.2.1
5132026-08-19T03:26:26.674Z Downloaded aead v0.6.1
5142026-08-19T03:26:26.674Z Downloaded constant_time_eq v0.4.2
5152026-08-19T03:26:26.674Z Downloaded array-init v0.0.4
5162026-08-19T03:26:26.674Z Downloaded cmov v0.5.4
5172026-08-19T03:26:26.674Z Downloaded git2 v0.20.4
5182026-08-19T03:26:26.674Z Downloaded ahash v0.8.12
5192026-08-19T03:26:26.674Z Downloaded console v0.15.11
5202026-08-19T03:26:26.674Z Downloaded env_filter v1.0.0
5212026-08-19T03:26:26.674Z Downloaded float-ord v0.3.2
5222026-08-19T03:26:26.674Z Downloaded form_urlencoded v1.2.2
5232026-08-19T03:26:26.674Z Downloaded fxhash v0.2.1
5242026-08-19T03:26:26.674Z Downloaded convert_case v0.4.0
5252026-08-19T03:26:26.674Z Downloaded clang-sys v1.8.1
5262026-08-19T03:26:26.674Z Downloaded ghash v0.6.0
5272026-08-19T03:26:26.674Z Downloaded owo-colors v4.3.0
5282026-08-19T03:26:26.674Z Downloaded base64 v0.22.1
5292026-08-19T03:26:26.675Z Downloaded flagset v0.4.7
5302026-08-19T03:26:26.675Z Downloaded float-cmp v0.10.0
5312026-08-19T03:26:26.675Z Downloaded foreign-types-macros v0.2.3
5322026-08-19T03:26:26.675Z Downloaded erased-serde v0.3.31
5332026-08-19T03:26:26.675Z Downloaded adler2 v2.0.1
5342026-08-19T03:26:26.675Z Downloaded aead v0.5.2
5352026-08-19T03:26:26.675Z Downloaded foreign-types-shared v0.1.1
5362026-08-19T03:26:26.675Z Downloaded foreign-types v0.3.2
5372026-08-19T03:26:26.675Z Downloaded futures-macro v0.3.32
5382026-08-19T03:26:26.675Z Downloaded foreign-types v0.5.0
5392026-08-19T03:26:26.675Z Downloaded gethostname v0.5.0
5402026-08-19T03:26:26.675Z Downloaded fs_extra v1.3.0
5412026-08-19T03:26:26.675Z Downloaded getrandom v0.2.17
5422026-08-19T03:26:26.675Z Downloaded atomicwrites v0.4.4
5432026-08-19T03:26:26.675Z Downloaded num-rational v0.4.2
5442026-08-19T03:26:26.675Z Downloaded async-bb8-diesel v0.2.1
5452026-08-19T03:26:26.675Z Downloaded bytes v1.11.1
5462026-08-19T03:26:26.675Z Downloaded assert_matches v1.5.0
5472026-08-19T03:26:26.675Z Downloaded async-stream-impl v0.3.6
5482026-08-19T03:26:26.675Z Downloaded fixedbitset v0.5.7
5492026-08-19T03:26:26.675Z Downloaded foldhash v0.1.5
5502026-08-19T03:26:26.675Z Downloaded fs-err v2.11.0
5512026-08-19T03:26:26.675Z Downloaded arrayref v0.3.9
5522026-08-19T03:26:26.675Z Downloaded flume v0.11.1
5532026-08-19T03:26:26.675Z Downloaded argon2 v0.6.0-rc.8
5542026-08-19T03:26:26.675Z Downloaded async-stream v0.3.6
5552026-08-19T03:26:26.675Z Downloaded endian-type v0.1.2
5562026-08-19T03:26:26.675Z Downloaded futures-core v0.3.32
5572026-08-19T03:26:26.676Z Downloaded hostname v0.4.2
5582026-08-19T03:26:26.676Z Downloaded funty v2.0.0
5592026-08-19T03:26:26.676Z Downloaded futures-io v0.3.32
5602026-08-19T03:26:26.676Z Downloaded ff v0.13.1
5612026-08-19T03:26:26.676Z Downloaded filetime v0.2.27
5622026-08-19T03:26:26.676Z Downloaded arrayvec v0.7.6
5632026-08-19T03:26:26.676Z Downloaded async-trait v0.1.89
5642026-08-19T03:26:26.676Z Downloaded globwalk v0.9.1
5652026-08-19T03:26:26.676Z Downloaded hex-literal v1.1.0
5662026-08-19T03:26:26.676Z Downloaded httpdate v1.0.3
5672026-08-19T03:26:26.676Z Downloaded fd-lock v4.0.4
5682026-08-19T03:26:26.676Z Downloaded base16ct v1.0.0
5692026-08-19T03:26:26.676Z Downloaded http-range v0.1.5
5702026-08-19T03:26:26.676Z Downloaded foreign-types-shared v0.3.1
5712026-08-19T03:26:26.676Z Downloaded git-stub v1.0.0
5722026-08-19T03:26:26.676Z Downloaded http-body v1.0.1
5732026-08-19T03:26:26.676Z Downloaded hyper-tls v0.6.0
5742026-08-19T03:26:26.676Z Downloaded bit-set v0.5.3
5752026-08-19T03:26:26.676Z Downloaded cfg_aliases v0.1.1
5762026-08-19T03:26:26.676Z Downloaded headers-core v0.3.0
5772026-08-19T03:26:26.676Z Downloaded cfg_aliases v0.2.1
5782026-08-19T03:26:26.676Z Downloaded http-body-util v0.1.3
5792026-08-19T03:26:26.676Z Downloaded block-buffer v0.12.1
5802026-08-19T03:26:26.676Z Downloaded fallible-iterator v0.2.0
5812026-08-19T03:26:26.735Z Downloaded bb8 v0.8.6
5822026-08-19T03:26:26.735Z Downloaded ciborium-io v0.2.2
5832026-08-19T03:26:26.735Z Downloaded ff v0.14.0
5842026-08-19T03:26:26.735Z Downloaded cobs v0.3.0
5852026-08-19T03:26:26.735Z Downloaded fatfs v0.3.6
5862026-08-19T03:26:26.735Z Downloaded hyper-rustls v0.27.7
5872026-08-19T03:26:26.736Z Downloaded enum-as-inner v0.6.1
5882026-08-19T03:26:26.736Z Downloaded hash32 v0.2.1
5892026-08-19T03:26:26.736Z Downloaded hash32 v0.3.1
5902026-08-19T03:26:26.736Z Downloaded bcrypt-pbkdf v0.11.0
5912026-08-19T03:26:26.736Z Downloaded block-padding v0.4.2
5922026-08-19T03:26:26.736Z Downloaded hubpack_derive v0.1.1
5932026-08-19T03:26:26.736Z Downloaded hubpack v0.1.2
5942026-08-19T03:26:26.736Z Downloaded castaway v0.2.4
5952026-08-19T03:26:26.736Z Downloaded ciborium-ll v0.2.2
5962026-08-19T03:26:26.736Z Downloaded futures-task v0.3.32
5972026-08-19T03:26:26.736Z Downloaded bitflags v1.3.2
5982026-08-19T03:26:26.736Z Downloaded cipher v0.5.2
5992026-08-19T03:26:26.736Z Downloaded fixedbitset v0.4.2
6002026-08-19T03:26:26.736Z Downloaded ar_archive_writer v0.5.1
6012026-08-19T03:26:26.736Z Downloaded compression-core v0.4.31
6022026-08-19T03:26:26.736Z Downloaded num_enum_derive v0.5.11
6032026-08-19T03:26:26.736Z Downloaded num v0.4.3
6042026-08-19T03:26:26.736Z Downloaded bit-set v0.8.0
6052026-08-19T03:26:26.736Z Downloaded rand_pcg v0.10.2
6062026-08-19T03:26:26.736Z Downloaded num-conv v0.2.0
6072026-08-19T03:26:26.736Z Downloaded phf_shared v0.13.1
6082026-08-19T03:26:26.736Z Downloaded potential_utf v0.1.4
6092026-08-19T03:26:26.736Z Downloaded group v0.14.0
6102026-08-19T03:26:26.736Z Downloaded highway v1.3.0
6112026-08-19T03:26:26.736Z Downloaded find-msvc-tools v0.1.9
6122026-08-19T03:26:26.736Z Downloaded hostname v0.3.1
6132026-08-19T03:26:26.736Z Downloaded enum_dispatch v0.3.13
6142026-08-19T03:26:26.737Z Downloaded powerfmt v0.2.0
6152026-08-19T03:26:26.737Z Downloaded scroll_derive v0.13.1
6162026-08-19T03:26:26.737Z Downloaded rand_chacha v0.3.1
6172026-08-19T03:26:26.737Z Downloaded glob v0.3.3
6182026-08-19T03:26:26.737Z Downloaded serde-big-array v0.5.1
6192026-08-19T03:26:26.737Z Downloaded hyper-staticfile v0.10.1
6202026-08-19T03:26:26.737Z Downloaded bitfield-struct v0.6.2
6212026-08-19T03:26:26.737Z Downloaded camino-tempfile-ext v0.3.3
6222026-08-19T03:26:26.737Z Downloaded peg v0.8.5
6232026-08-19T03:26:26.737Z Downloaded rustc_version v0.4.1
6242026-08-19T03:26:26.737Z Downloaded serde_repr v0.1.20
6252026-08-19T03:26:26.737Z Downloaded serde_spanned v1.1.1
6262026-08-19T03:26:26.737Z Downloaded serde_urlencoded v0.7.1
6272026-08-19T03:26:26.737Z Downloaded bs58 v0.5.1
6282026-08-19T03:26:26.737Z Downloaded cmake v0.1.57
6292026-08-19T03:26:26.737Z Downloaded anstream v0.6.21
6302026-08-19T03:26:26.737Z Downloaded backoff v0.4.0
6312026-08-19T03:26:26.737Z Downloaded blowfish v0.10.0
6322026-08-19T03:26:26.737Z Downloaded compression-codecs v0.4.37
6332026-08-19T03:26:26.737Z Downloaded strsim v0.10.0
6342026-08-19T03:26:26.737Z Downloaded cassowary v0.3.0
6352026-08-19T03:26:26.737Z Downloaded foldhash v0.2.0
6362026-08-19T03:26:26.737Z Downloaded git-stub-vcs v0.1.0
6372026-08-19T03:26:26.737Z Downloaded group v0.13.0
6382026-08-19T03:26:26.737Z Downloaded sapling-renderdag v0.1.0
6392026-08-19T03:26:26.737Z Downloaded seq-macro v0.3.6
6402026-08-19T03:26:26.737Z Downloaded signal-hook-tokio v0.3.1
6412026-08-19T03:26:26.737Z Downloaded bcs v0.1.6
6422026-08-19T03:26:26.738Z Downloaded globset v0.4.18
6432026-08-19T03:26:26.738Z Downloaded oxide-update-engine-display v0.1.2
6442026-08-19T03:26:26.738Z Downloaded strum v0.27.2
6452026-08-19T03:26:26.738Z Downloaded sync-ptr v0.1.4
6462026-08-19T03:26:26.738Z Downloaded chacha20 v0.10.0
6472026-08-19T03:26:26.738Z Downloaded colored v2.2.0
6482026-08-19T03:26:26.738Z Downloaded const-oid v0.9.6
6492026-08-19T03:26:26.738Z Downloaded thread-id v5.1.0
6502026-08-19T03:26:26.738Z Downloaded tabwriter v1.4.1
6512026-08-19T03:26:26.738Z Downloaded futures-channel v0.3.32
6522026-08-19T03:26:26.738Z Downloaded parse-display v0.10.0
6532026-08-19T03:26:26.738Z Downloaded primeorder v0.13.6
6542026-08-19T03:26:26.738Z Downloaded parse-display-derive v0.10.0
6552026-08-19T03:26:26.738Z Downloaded base64ct v1.8.3
6562026-08-19T03:26:26.738Z Downloaded primeorder v0.14.0
6572026-08-19T03:26:26.738Z Downloaded rand_core v0.10.0
6582026-08-19T03:26:26.738Z Downloaded rfc6979 v0.6.0
6592026-08-19T03:26:26.738Z Downloaded rustversion v1.0.22
6602026-08-19T03:26:26.738Z Downloaded bitfield v0.19.4
6612026-08-19T03:26:26.738Z Downloaded const_format_proc_macros v0.2.34
6622026-08-19T03:26:26.738Z Downloaded rusty-fork v0.3.1
6632026-08-19T03:26:26.738Z Downloaded unarray v0.1.4
6642026-08-19T03:26:26.738Z Downloaded phf v0.12.1
6652026-08-19T03:26:26.738Z Downloaded usdt v0.6.0
6662026-08-19T03:26:26.738Z Downloaded usdt-attr-macro v0.6.0
6672026-08-19T03:26:26.738Z Downloaded waitgroup v0.1.2
6682026-08-19T03:26:26.739Z Downloaded unicode-xid v0.2.6
6692026-08-19T03:26:26.739Z Downloaded sec1 v0.8.1
6702026-08-19T03:26:26.739Z Downloaded hmac v0.12.1
6712026-08-19T03:26:26.739Z Downloaded blake2 v0.10.6
6722026-08-19T03:26:26.739Z Downloaded bzip2 v0.4.4
6732026-08-19T03:26:26.739Z Downloaded shlex v1.3.0
6742026-08-19T03:26:26.739Z Downloaded generic-array v1.4.3
6752026-08-19T03:26:26.739Z Downloaded bzip2 v0.6.1
6762026-08-19T03:26:26.739Z Downloaded cexpr v0.6.0
6772026-08-19T03:26:26.739Z Downloaded chacha20 v0.9.1
6782026-08-19T03:26:26.739Z Downloaded slog-stdlog v4.1.1
6792026-08-19T03:26:26.739Z Downloaded spki v0.7.3
6802026-08-19T03:26:26.739Z Downloaded yoke-derive v0.8.1
6812026-08-19T03:26:26.858Z Downloaded zerofrom v0.1.6
6822026-08-19T03:26:26.858Z Downloaded zone_cfg_derive v0.3.1
6832026-08-19T03:26:26.858Z Downloaded crc-catalog v2.4.0
6842026-08-19T03:26:26.858Z Downloaded simd-adler32 v0.3.8
6852026-08-19T03:26:26.858Z Downloaded allocator-api2 v0.2.21
6862026-08-19T03:26:26.858Z Downloaded cipher v0.4.4
6872026-08-19T03:26:26.858Z Downloaded futures v0.3.32
6882026-08-19T03:26:26.858Z Downloaded console v0.16.2
6892026-08-19T03:26:26.858Z Downloaded spki v0.8.0
6902026-08-19T03:26:26.858Z Downloaded cancel-safe-futures v0.1.5
6912026-08-19T03:26:26.858Z Downloaded bit-vec v0.6.3
6922026-08-19T03:26:26.858Z Downloaded byte-wrapper v0.1.0
6932026-08-19T03:26:26.858Z Downloaded crunchy v0.2.4
6942026-08-19T03:26:26.858Z Downloaded cstr-argument v0.1.2
6952026-08-19T03:26:26.858Z Downloaded primefield v0.14.0
6962026-08-19T03:26:26.858Z Downloaded ssh-cipher v0.3.0
6972026-08-19T03:26:26.858Z Downloaded strum_macros v0.24.3
6982026-08-19T03:26:26.858Z Downloaded termtree v0.5.1
6992026-08-19T03:26:26.859Z Downloaded parking_lot_core v0.9.12
7002026-08-19T03:26:26.859Z Downloaded defmt-parser v1.0.0
7012026-08-19T03:26:26.859Z Downloaded thiserror-no-std v2.0.2
7022026-08-19T03:26:26.859Z Downloaded curve25519-dalek-derive v0.1.1
7032026-08-19T03:26:26.859Z Downloaded dof v0.4.0
7042026-08-19T03:26:26.859Z Downloaded idna_adapter v1.2.1
7052026-08-19T03:26:26.859Z Downloaded debug-ignore v1.0.5
7062026-08-19T03:26:26.859Z Downloaded difflib v0.4.0
7072026-08-19T03:26:26.859Z Downloaded dyn-clone v1.0.20
7082026-08-19T03:26:26.859Z Downloaded backon v1.6.0
7092026-08-19T03:26:26.859Z Downloaded colored v3.1.1
7102026-08-19T03:26:26.859Z Downloaded httparse v1.10.1
7112026-08-19T03:26:26.859Z Downloaded flate2 v1.1.9
7122026-08-19T03:26:26.859Z Downloaded quinn-udp v0.5.14
7132026-08-19T03:26:26.859Z Downloaded pkcs8 v0.11.0
7142026-08-19T03:26:26.859Z Downloaded postcard v1.1.3
7152026-08-19T03:26:26.859Z Downloaded rpassword v7.5.4
7162026-08-19T03:26:26.859Z Downloaded dunce v1.0.5
7172026-08-19T03:26:26.859Z Downloaded poly1305 v0.9.0
7182026-08-19T03:26:26.859Z Downloaded inout v0.1.4
7192026-08-19T03:26:26.859Z Downloaded is-terminal v0.4.17
7202026-08-19T03:26:26.859Z Downloaded hmac v0.13.0
7212026-08-19T03:26:26.859Z Downloaded libscf-sys v1.2.0
7222026-08-19T03:26:26.859Z Downloaded match_cfg v0.1.0
7232026-08-19T03:26:26.859Z Downloaded maybe-uninit v2.0.0
7242026-08-19T03:26:26.859Z Downloaded vergen-lib v0.1.6
7252026-08-19T03:26:26.859Z Downloaded vergen-lib v9.1.0
7262026-08-19T03:26:26.859Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7272026-08-19T03:26:26.859Z Downloaded is_ci v1.2.0
7282026-08-19T03:26:26.860Z Downloaded md5 v0.8.0
7292026-08-19T03:26:26.860Z Downloaded wyz v0.5.1
7302026-08-19T03:26:26.860Z Downloaded smallvec v1.15.1
7312026-08-19T03:26:26.860Z Downloaded smf v0.2.3
7322026-08-19T03:26:26.860Z Downloaded md-5 v0.10.6
7332026-08-19T03:26:26.860Z Downloaded blake2 v0.11.0-rc.6
7342026-08-19T03:26:26.860Z Downloaded const-oid v0.10.2
7352026-08-19T03:26:26.860Z Downloaded convert_case v0.10.0
7362026-08-19T03:26:26.860Z Downloaded packed_struct_codegen v0.10.1
7372026-08-19T03:26:26.860Z Downloaded nonempty v0.12.0
7382026-08-19T03:26:26.860Z Downloaded olpc-cjson v0.1.4
7392026-08-19T03:26:26.860Z Downloaded ssh-encoding v0.3.0
7402026-08-19T03:26:26.860Z Downloaded delegate v0.13.5
7412026-08-19T03:26:26.860Z Downloaded opaque-debug v0.3.1
7422026-08-19T03:26:26.860Z Downloaded dirs-sys-next v0.1.2
7432026-08-19T03:26:26.860Z Downloaded percent-encoding v2.3.2
7442026-08-19T03:26:26.860Z Downloaded proc-macro-crate v1.3.1
7452026-08-19T03:26:26.860Z Downloaded hybrid-array v0.4.13
7462026-08-19T03:26:26.860Z Downloaded tui-tree-widget v0.23.1
7472026-08-19T03:26:26.860Z Downloaded unicode-properties v0.1.4
7482026-08-19T03:26:26.860Z Downloaded dtrace-parser v0.3.0
7492026-08-19T03:26:26.860Z Downloaded path-slash v0.1.5
7502026-08-19T03:26:26.860Z Downloaded predicates-core v1.0.10
7512026-08-19T03:26:26.860Z Downloaded tracing-attributes v0.1.31
7522026-08-19T03:26:26.860Z Downloaded indoc v2.0.7
7532026-08-19T03:26:26.860Z Downloaded lalrpop-util v0.19.12
7542026-08-19T03:26:26.860Z Downloaded progenitor-impl v0.13.0
7552026-08-19T03:26:26.861Z Downloaded rand_xorshift v0.4.0
7562026-08-19T03:26:26.861Z Downloaded rustc-hash v2.1.1
7572026-08-19T03:26:26.861Z Downloaded secrecy v0.10.3
7582026-08-19T03:26:26.861Z Downloaded tokio-tungstenite v0.21.0
7592026-08-19T03:26:26.861Z Downloaded rtoolbox v0.0.3
7602026-08-19T03:26:26.861Z Downloaded same-file v1.0.6
7612026-08-19T03:26:26.861Z Downloaded signature v3.0.0
7622026-08-19T03:26:26.861Z Downloaded half v1.8.3
7632026-08-19T03:26:26.861Z Downloaded heapless v0.8.0
7642026-08-19T03:26:26.861Z Downloaded rcgen v0.12.1
7652026-08-19T03:26:26.861Z Downloaded headers v0.4.1
7662026-08-19T03:26:26.861Z Downloaded arc-swap v1.8.2
7672026-08-19T03:26:26.861Z Downloaded aes-gcm v0.11.0
7682026-08-19T03:26:26.861Z Downloaded compact_str v0.8.1
7692026-08-19T03:26:26.861Z Downloaded const_format v0.2.35
7702026-08-19T03:26:26.861Z Downloaded sponge-cursor v0.1.0
7712026-08-19T03:26:26.861Z Downloaded sigpipe v0.1.3
7722026-08-19T03:26:26.861Z Downloaded siphasher v1.0.2
7732026-08-19T03:26:26.861Z Downloaded strip-ansi-escapes v0.2.1
7742026-08-19T03:26:26.861Z Downloaded slog v2.8.2
7752026-08-19T03:26:26.861Z Downloaded newtype-uuid v1.3.2
7762026-08-19T03:26:26.861Z Downloaded num_enum v0.7.6
7772026-08-19T03:26:26.861Z Downloaded crossbeam-utils v0.8.21
7782026-08-19T03:26:26.861Z Downloaded nanorand v0.7.0
7792026-08-19T03:26:26.862Z Downloaded num-integer v0.1.46
7802026-08-19T03:26:26.862Z Downloaded derive_builder v0.20.2
7812026-08-19T03:26:27.183Z Downloaded iana-time-zone v0.1.65
7822026-08-19T03:26:27.183Z Downloaded bitvec v1.0.1
7832026-08-19T03:26:27.183Z Downloaded half v2.7.1
7842026-08-19T03:26:27.183Z Downloaded usdt-macro v0.6.0
7852026-08-19T03:26:27.183Z Downloaded crc v3.4.0
7862026-08-19T03:26:27.183Z Downloaded tinyvec v1.10.0
7872026-08-19T03:26:27.183Z Downloaded paste v1.0.15
7882026-08-19T03:26:27.184Z Downloaded darling v0.20.11
7892026-08-19T03:26:27.184Z Downloaded oxnet v0.1.6
7902026-08-19T03:26:27.184Z Downloaded progenitor v0.14.0
7912026-08-19T03:26:27.184Z Downloaded r2d2 v0.8.10
7922026-08-19T03:26:27.184Z Downloaded pin-project-lite v0.2.17
7932026-08-19T03:26:27.184Z Downloaded polyval v0.7.1
7942026-08-19T03:26:27.184Z Downloaded p384 v0.14.0
7952026-08-19T03:26:27.184Z Downloaded typify-macro v0.6.2
7962026-08-19T03:26:27.184Z Downloaded universal-hash v0.6.1
7972026-08-19T03:26:27.184Z Downloaded pin-project v1.1.11
7982026-08-19T03:26:27.184Z Downloaded wnaf v0.14.0
7992026-08-19T03:26:27.184Z Downloaded prettyplease v0.2.37
8002026-08-19T03:26:27.184Z Downloaded ecdsa v0.16.9
8012026-08-19T03:26:27.184Z Downloaded progenitor-extras v0.2.0
8022026-08-19T03:26:27.184Z Downloaded xshell-macros v0.2.7
8032026-08-19T03:26:27.184Z Downloaded rustc_version v0.1.7
8042026-08-19T03:26:27.184Z Downloaded crc8 v0.1.1
8052026-08-19T03:26:27.184Z Downloaded crypto-common v0.2.2
8062026-08-19T03:26:27.184Z Downloaded darling_macro v0.21.3
8072026-08-19T03:26:27.184Z Downloaded serde_with_macros v1.5.2
8082026-08-19T03:26:27.184Z Downloaded rustls-native-certs v0.8.3
8092026-08-19T03:26:27.185Z Downloaded ciborium v0.2.2
8102026-08-19T03:26:27.185Z Downloaded base64 v0.21.7
8112026-08-19T03:26:27.185Z Downloaded heapless v0.7.17
8122026-08-19T03:26:27.185Z Downloaded hickory-resolver v0.24.4
8132026-08-19T03:26:27.185Z Downloaded scrypt v0.12.0
8142026-08-19T03:26:27.185Z Downloaded serde_derive_internals v0.29.1
8152026-08-19T03:26:27.185Z Downloaded sqlformat v0.3.5
8162026-08-19T03:26:27.185Z Downloaded tagptr v0.2.0
8172026-08-19T03:26:27.185Z Downloaded bumpalo v3.20.2
8182026-08-19T03:26:27.185Z Downloaded chacha20poly1305 v0.10.1
8192026-08-19T03:26:27.185Z Downloaded crc-any v2.5.0
8202026-08-19T03:26:27.185Z Downloaded lock_api v0.4.14
8212026-08-19T03:26:27.185Z Downloaded strum_macros v0.27.2
8222026-08-19T03:26:27.185Z Downloaded termios v0.3.3
8232026-08-19T03:26:27.185Z Downloaded tls_codec v0.4.2
8242026-08-19T03:26:27.185Z Downloaded tokio-native-tls v0.3.1
8252026-08-19T03:26:27.185Z Downloaded indent_write v2.2.0
8262026-08-19T03:26:27.185Z Downloaded toml v1.1.2+spec-1.1.0
8272026-08-19T03:26:27.185Z Downloaded lru-cache v0.1.2
8282026-08-19T03:26:27.186Z Downloaded lru-slab v0.1.2
8292026-08-19T03:26:27.186Z Downloaded tokio-tungstenite v0.23.1
8302026-08-19T03:26:27.186Z Downloaded wait-timeout v0.2.1
8312026-08-19T03:26:27.186Z Downloaded usdt-impl v0.6.0
8322026-08-19T03:26:27.186Z Downloaded pkcs1 v0.7.5
8332026-08-19T03:26:27.186Z Downloaded instability v0.3.11
8342026-08-19T03:26:27.186Z Downloaded kstat-rs v0.2.5
8352026-08-19T03:26:27.186Z Downloaded nibble_vec v0.1.0
8362026-08-19T03:26:27.186Z Downloaded openssl-macros v0.1.1
8372026-08-19T03:26:27.186Z Downloaded tar v0.4.46
8382026-08-19T03:26:27.186Z Downloaded hickory-resolver v0.25.2
8392026-08-19T03:26:27.186Z Downloaded normalize-line-endings v0.3.0
8402026-08-19T03:26:27.186Z Downloaded unicase v2.9.0
8412026-08-19T03:26:27.186Z Downloaded zeroize v1.9.0
8422026-08-19T03:26:27.186Z Downloaded num-derive v0.4.2
8432026-08-19T03:26:27.186Z Downloaded rsa v0.9.10
8442026-08-19T03:26:27.186Z Downloaded schemars v1.2.1
8452026-08-19T03:26:27.186Z Downloaded qorb v0.4.1
8462026-08-19T03:26:27.187Z Downloaded xshell v0.2.7
8472026-08-19T03:26:27.187Z Downloaded defmt v1.0.1
8482026-08-19T03:26:27.187Z Downloaded peg-runtime v0.8.5
8492026-08-19T03:26:27.187Z Downloaded ignore v0.4.25
8502026-08-19T03:26:27.187Z Downloaded serde_cbor v0.11.2
8512026-08-19T03:26:27.187Z Downloaded precomputed-hash v0.1.1
8522026-08-19T03:26:27.187Z Downloaded phf_shared v0.12.1
8532026-08-19T03:26:27.187Z Downloaded hashbrown v0.13.2
8542026-08-19T03:26:27.187Z Downloaded der_derive v0.7.3
8552026-08-19T03:26:27.187Z Downloaded serde_with_macros v3.21.0
8562026-08-19T03:26:27.187Z Downloaded dsl_auto_type v0.2.0
8572026-08-19T03:26:27.187Z Downloaded quick-error v1.2.3
8582026-08-19T03:26:27.187Z Downloaded rfc6979 v0.4.0
8592026-08-19T03:26:27.187Z Downloaded displaydoc v0.2.5
8602026-08-19T03:26:27.187Z Downloaded papergrid v0.18.0
8612026-08-19T03:26:27.187Z Downloaded term v1.2.1
8622026-08-19T03:26:27.187Z Downloaded expectorate v1.2.0
8632026-08-19T03:26:27.187Z Downloaded zip v0.6.6
8642026-08-19T03:26:27.187Z Downloaded litrs v1.0.0
8652026-08-19T03:26:27.188Z Downloaded derive_builder_core v0.20.2
8662026-08-19T03:26:27.188Z Downloaded display-error-chain v0.2.2
8672026-08-19T03:26:27.188Z Downloaded ref-cast v1.0.25
8682026-08-19T03:26:27.188Z Downloaded ref-cast-impl v1.0.25
8692026-08-19T03:26:27.188Z Downloaded ingot v0.2.1
8702026-08-19T03:26:27.188Z Downloaded icu_normalizer_data v2.1.1
8712026-08-19T03:26:27.188Z Downloaded multer v3.1.0
8722026-08-19T03:26:27.188Z Downloaded postgres-types v0.2.12
8732026-08-19T03:26:27.188Z Downloaded serde_bytes v0.11.19
8742026-08-19T03:26:27.188Z Downloaded sha1 v0.11.0
8752026-08-19T03:26:27.188Z Downloaded ipnetwork v0.21.1
8762026-08-19T03:26:27.188Z Downloaded hickory-server v0.25.2
8772026-08-19T03:26:27.188Z Downloaded slog-envlogger v2.2.0
8782026-08-19T03:26:27.188Z Downloaded sqlparser_derive v0.5.0
8792026-08-19T03:26:27.188Z Downloaded structmeta-derive v0.3.0
8802026-08-19T03:26:27.188Z Downloaded time-core v0.1.8
8812026-08-19T03:26:27.339Z Downloaded tower-service v0.3.3
8822026-08-19T03:26:27.339Z Downloaded cc v1.2.56
8832026-08-19T03:26:27.339Z Downloaded tower-layer v0.3.3
8842026-08-19T03:26:27.339Z Downloaded async-compression v0.4.41
8852026-08-19T03:26:27.339Z Downloaded darling_core v0.21.3
8862026-08-19T03:26:27.339Z Downloaded cookie_store v0.22.1
8872026-08-19T03:26:27.339Z Downloaded crc32fast v1.5.0
8882026-08-19T03:26:27.339Z Downloaded supports-color v3.0.2
8892026-08-19T03:26:27.339Z Downloaded sync_wrapper v1.0.2
8902026-08-19T03:26:27.339Z Downloaded libsw-core v0.3.2
8912026-08-19T03:26:27.339Z Downloaded zerovec-derive v0.11.2
8922026-08-19T03:26:27.339Z Downloaded num-complex v0.4.6
8932026-08-19T03:26:27.340Z Downloaded progenitor-impl v0.14.0
8942026-08-19T03:26:27.340Z Downloaded utf8_iter v1.0.4
8952026-08-19T03:26:27.340Z Downloaded ctutils v0.4.2
8962026-08-19T03:26:27.340Z Downloaded password-hash v0.5.0
8972026-08-19T03:26:27.340Z Downloaded http v1.4.2
8982026-08-19T03:26:27.340Z Downloaded unicode_categories v0.1.1
8992026-08-19T03:26:27.340Z Downloaded xattr v1.6.1
9002026-08-19T03:26:27.340Z Downloaded port-file v0.1.0
9012026-08-19T03:26:27.340Z Downloaded signal-hook v0.3.18
9022026-08-19T03:26:27.340Z Downloaded similar v2.7.0
9032026-08-19T03:26:27.340Z Downloaded diff v0.1.13
9042026-08-19T03:26:27.340Z Downloaded progenitor-client v0.13.0
9052026-08-19T03:26:27.340Z Downloaded schemars_derive v0.8.22
9062026-08-19T03:26:27.340Z Downloaded resolv-conf v0.7.6
9072026-08-19T03:26:27.340Z Downloaded tokio-postgres v0.7.16
9082026-08-19T03:26:27.340Z Downloaded tungstenite v0.23.0
9092026-08-19T03:26:27.340Z Downloaded slab v0.4.12
9102026-08-19T03:26:27.340Z Downloaded vte v0.14.1
9112026-08-19T03:26:27.340Z Downloaded derive_more v2.1.1
9122026-08-19T03:26:27.340Z Downloaded slog-scope v4.4.1
9132026-08-19T03:26:27.340Z Downloaded support-bundle-viewer v0.1.2
9142026-08-19T03:26:27.340Z Downloaded jiff-static v0.2.34
9152026-08-19T03:26:27.340Z Downloaded jobserver v0.1.34
9162026-08-19T03:26:27.340Z Downloaded mime v0.3.17
9172026-08-19T03:26:27.340Z Downloaded maplit v1.0.2
9182026-08-19T03:26:27.340Z Downloaded omicron-zone-package v0.12.3
9192026-08-19T03:26:27.340Z Downloaded subprocess v0.2.15
9202026-08-19T03:26:27.340Z Downloaded diesel_table_macro_syntax v0.3.0
9212026-08-19T03:26:27.340Z Downloaded illumos-nvpair-sys v0.2.0
9222026-08-19T03:26:27.340Z Downloaded indoc v1.0.9
9232026-08-19T03:26:27.341Z Downloaded inout v0.2.2
9242026-08-19T03:26:27.341Z Downloaded static_assertions v1.1.0
9252026-08-19T03:26:27.341Z Downloaded darling_core v0.20.11
9262026-08-19T03:26:27.341Z Downloaded hashbrown v0.12.3
9272026-08-19T03:26:27.341Z Downloaded darling_core v0.13.4
9282026-08-19T03:26:27.341Z Downloaded num_threads v0.1.7
9292026-08-19T03:26:27.341Z Downloaded time-macros v0.2.27
9302026-08-19T03:26:27.341Z Downloaded lazy_static v1.5.0
9312026-08-19T03:26:27.341Z Downloaded new_debug_unreachable v1.0.6
9322026-08-19T03:26:27.341Z Downloaded proc-macro-error-attr2 v2.0.0
9332026-08-19T03:26:27.341Z Downloaded radium v0.7.0
9342026-08-19T03:26:27.341Z Downloaded snafu v0.8.9
9352026-08-19T03:26:27.341Z Downloaded corncobs v0.1.4
9362026-08-19T03:26:27.341Z Downloaded x509-cert v0.2.5
9372026-08-19T03:26:27.341Z Downloaded aes v0.9.1
9382026-08-19T03:26:27.341Z Downloaded progenitor-macro v0.13.0
9392026-08-19T03:26:27.341Z Downloaded recursive v0.1.1
9402026-08-19T03:26:27.341Z Downloaded darling v0.13.4
9412026-08-19T03:26:27.341Z Downloaded vergen-gitcl v1.0.8
9422026-08-19T03:26:27.341Z Downloaded rustls-pemfile v2.2.0
9432026-08-19T03:26:27.341Z Downloaded daft v0.1.7
9442026-08-19T03:26:27.341Z Downloaded elliptic-curve v0.14.1
9452026-08-19T03:26:27.341Z Downloaded diesel-dtrace v0.5.0
9462026-08-19T03:26:27.341Z Downloaded daft-derive v0.1.7
9472026-08-19T03:26:27.341Z Downloaded sec1 v0.7.3
9482026-08-19T03:26:27.341Z Downloaded vergen-git2 v9.1.0
9492026-08-19T03:26:27.341Z Downloaded icu_properties v2.1.2
9502026-08-19T03:26:27.341Z Downloaded tinyvec_macros v0.1.1
9512026-08-19T03:26:27.341Z Downloaded trait-variant v0.1.2
9522026-08-19T03:26:27.341Z Downloaded want v0.3.1
9532026-08-19T03:26:27.341Z Downloaded subtle v2.6.1
9542026-08-19T03:26:27.342Z Downloaded ena v0.14.4
9552026-08-19T03:26:27.342Z Downloaded num_enum_derive v0.7.6
9562026-08-19T03:26:27.342Z Downloaded either v1.15.0
9572026-08-19T03:26:27.342Z Downloaded test-strategy v0.4.5
9582026-08-19T03:26:27.342Z Downloaded p521 v0.14.0
9592026-08-19T03:26:27.342Z Downloaded internal-russh-num-bigint v0.5.0
9602026-08-19T03:26:27.342Z Downloaded unicode-truncate v1.1.0
9612026-08-19T03:26:27.349Z Downloaded utf-8 v0.7.6
9622026-08-19T03:26:27.350Z Downloaded untrusted v0.9.0
9632026-08-19T03:26:27.350Z Downloaded zone v0.3.1
9642026-08-19T03:26:27.350Z Downloaded pin-project-internal v1.1.11
9652026-08-19T03:26:27.350Z Downloaded defmt v0.3.100
9662026-08-19T03:26:27.350Z Downloaded darling_macro v0.13.4
9672026-08-19T03:26:27.350Z Downloaded dropshot-api-manager-types v0.7.2
9682026-08-19T03:26:27.350Z Downloaded typed-path v0.9.3
9692026-08-19T03:26:27.350Z Downloaded aho-corasick v1.1.4
9702026-08-19T03:26:27.350Z Downloaded oxide-update-engine-types v0.1.2
9712026-08-19T03:26:27.350Z Downloaded pem-rfc7468 v1.0.0
9722026-08-19T03:26:27.350Z Downloaded libsw v3.5.0
9732026-08-19T03:26:27.350Z Downloaded zerofrom-derive v0.1.6
9742026-08-19T03:26:27.350Z Downloaded rand_core v0.9.5
9752026-08-19T03:26:27.350Z Downloaded tokio-rustls v0.26.4
9762026-08-19T03:26:27.351Z Downloaded derive_more-impl v2.1.1
9772026-08-19T03:26:27.351Z Downloaded oxide-update-engine v0.1.2
9782026-08-19T03:26:27.351Z Downloaded internet-checksum v0.2.1
9792026-08-19T03:26:27.351Z Downloaded scroll v0.13.0
9802026-08-19T03:26:27.351Z Downloaded serdect v0.4.3
9812026-08-19T03:26:27.387Z Downloaded slog-term v2.9.2
9822026-08-19T03:26:27.387Z Downloaded parking_lot_core v0.8.6
9832026-08-19T03:26:27.387Z Downloaded russh-cryptovec v0.62.0
9842026-08-19T03:26:27.387Z Downloaded steno v0.4.1
9852026-08-19T03:26:27.387Z Downloaded linked-hash-map v0.5.6
9862026-08-19T03:26:27.387Z Downloaded rayon-core v1.13.0
9872026-08-19T03:26:27.387Z Downloaded signal-hook-registry v1.4.8
9882026-08-19T03:26:27.388Z Downloaded url v2.5.8
9892026-08-19T03:26:27.388Z Downloaded rand_seeder v0.4.0
9902026-08-19T03:26:27.388Z Downloaded slog-json v2.6.1
9912026-08-19T03:26:27.388Z Downloaded writeable v0.6.2
9922026-08-19T03:26:27.388Z Downloaded oso-derive v0.27.3
9932026-08-19T03:26:27.388Z Downloaded predicates-tree v1.0.13
9942026-08-19T03:26:27.388Z Downloaded russh-util v0.52.0
9952026-08-19T03:26:27.388Z Downloaded smallvec v0.6.14
9962026-08-19T03:26:27.389Z Downloaded darling v0.21.3
9972026-08-19T03:26:27.389Z Downloaded strum_macros v0.26.4
9982026-08-19T03:26:27.389Z Downloaded synstructure v0.13.2
9992026-08-19T03:26:27.389Z Downloaded tinystr v0.8.2
10002026-08-19T03:26:27.389Z Downloaded newtype_derive v0.1.6
10012026-08-19T03:26:27.389Z Downloaded num-iter v0.1.45
10022026-08-19T03:26:27.389Z Downloaded miniz_oxide v0.8.9
10032026-08-19T03:26:27.389Z Downloaded critical-section v1.2.0
10042026-08-19T03:26:27.389Z Downloaded crossbeam-deque v0.8.6
10052026-08-19T03:26:27.389Z Downloaded quinn v0.11.11
10062026-08-19T03:26:27.389Z Downloaded scopeguard v1.2.0
10072026-08-19T03:26:27.389Z Downloaded toml_edit v0.19.15
10082026-08-19T03:26:27.389Z Downloaded signature v2.2.0
10092026-08-19T03:26:27.389Z Downloaded ryu v1.0.23
10102026-08-19T03:26:27.389Z Downloaded p256 v0.14.0
10112026-08-19T03:26:27.389Z Downloaded zerocopy-derive v0.8.40
10122026-08-19T03:26:27.389Z Downloaded poly1305 v0.8.0
10132026-08-19T03:26:27.389Z Downloaded zopfli v0.8.3
10142026-08-19T03:26:27.389Z Downloaded deranged v0.5.8
10152026-08-19T03:26:27.390Z Downloaded digest v0.11.3
10162026-08-19T03:26:27.390Z Downloaded testing_table v0.3.0
10172026-08-19T03:26:27.390Z Downloaded tokio-test v0.4.5
10182026-08-19T03:26:27.390Z Downloaded unit-prefix v0.5.2
10192026-08-19T03:26:27.390Z Downloaded ctr v0.10.1
10202026-08-19T03:26:27.390Z Downloaded module-lattice v0.2.3
10212026-08-19T03:26:27.390Z Downloaded oso v0.27.3
10222026-08-19T03:26:27.390Z Downloaded reedline v0.40.0
10232026-08-19T03:26:27.390Z Downloaded nom v8.0.0
10242026-08-19T03:26:27.390Z Downloaded tokio-stream v0.1.18
10252026-08-19T03:26:27.390Z Downloaded topological-sort v0.2.2
10262026-08-19T03:26:27.390Z Downloaded parking_lot v0.12.5
10272026-08-19T03:26:27.390Z Downloaded document-features v0.2.12
10282026-08-19T03:26:27.391Z Downloaded embedded-io v0.4.0
10292026-08-19T03:26:27.391Z Downloaded embedded-io v0.6.1
10302026-08-19T03:26:27.391Z Downloaded unsafe-libyaml v0.2.11
10312026-08-19T03:26:27.391Z Downloaded linear-map v1.2.0
10322026-08-19T03:26:27.391Z Downloaded mime_guess v2.0.5
10332026-08-19T03:26:27.391Z Downloaded predicates v3.1.4
10342026-08-19T03:26:27.391Z Downloaded rand_core v0.6.4
10352026-08-19T03:26:27.391Z Downloaded downcast-rs v2.0.2
10362026-08-19T03:26:27.391Z Downloaded kem v0.3.0
10372026-08-19T03:26:27.391Z Downloaded derive-where v1.6.0
10382026-08-19T03:26:27.391Z Downloaded ecdsa v0.17.0
10392026-08-19T03:26:27.391Z Downloaded peg-macros v0.8.5
10402026-08-19T03:26:27.391Z Downloaded multimap v0.10.1
10412026-08-19T03:26:27.391Z Downloaded parse-size v1.1.0
10422026-08-19T03:26:27.392Z Downloaded pkg-config v0.3.32
10432026-08-19T03:26:27.392Z Downloaded hashbrown v0.15.5
10442026-08-19T03:26:27.392Z Downloaded nom v7.1.3
10452026-08-19T03:26:27.392Z Downloaded psl-types v2.0.11
10462026-08-19T03:26:27.392Z Downloaded sha1 v0.10.6
10472026-08-19T03:26:27.392Z Downloaded pkcs5 v0.8.1
10482026-08-19T03:26:27.392Z Downloaded stacker v0.1.23
10492026-08-19T03:26:27.392Z Downloaded hashbrown v0.16.1
10502026-08-19T03:26:27.392Z Downloaded hyper v1.10.1
10512026-08-19T03:26:27.392Z Downloaded strum v0.26.3
10522026-08-19T03:26:27.392Z Downloaded thiserror-impl-no-std v2.0.2
10532026-08-19T03:26:27.392Z Downloaded tokio-macros v2.7.0
10542026-08-19T03:26:27.392Z Downloaded serde_path_to_error v0.1.20
10552026-08-19T03:26:27.393Z Downloaded darling_macro v0.23.0
10562026-08-19T03:26:27.393Z Downloaded pretty_assertions v1.4.1
10572026-08-19T03:26:27.393Z Downloaded secrecy v0.8.0
10582026-08-19T03:26:27.393Z Downloaded tiny-keccak v2.0.2
10592026-08-19T03:26:27.393Z Downloaded universal-hash v0.5.1
10602026-08-19T03:26:27.393Z Downloaded cpufeatures v0.3.0
10612026-08-19T03:26:27.393Z Downloaded icu_provider v2.1.1
10622026-08-19T03:26:27.393Z Downloaded uzers v0.12.2
10632026-08-19T03:26:27.393Z Downloaded ingot-types v0.2.0
10642026-08-19T03:26:27.393Z Downloaded zstd-safe v7.2.4
10652026-08-19T03:26:27.393Z Downloaded keccak v0.1.6
10662026-08-19T03:26:27.393Z Downloaded illumos-nvpair v0.3.0
10672026-08-19T03:26:27.393Z Downloaded parking_lot v0.11.2
10682026-08-19T03:26:27.393Z Downloaded lru v0.12.5
10692026-08-19T03:26:27.393Z Downloaded rand v0.8.6
10702026-08-19T03:26:27.393Z Downloaded pbkdf2 v0.13.0
10712026-08-19T03:26:27.393Z Downloaded serde_plain v1.0.2
10722026-08-19T03:26:27.394Z Downloaded h2 v0.4.15
10732026-08-19T03:26:27.394Z Downloaded typify v0.6.2
10742026-08-19T03:26:27.394Z Downloaded tough v0.22.0
10752026-08-19T03:26:27.394Z Downloaded jiff-core v0.1.0
10762026-08-19T03:26:27.394Z Downloaded sha2 v0.11.0
10772026-08-19T03:26:27.394Z Downloaded num_enum v0.5.11
10782026-08-19T03:26:27.394Z Downloaded void v1.0.2
10792026-08-19T03:26:27.394Z Downloaded instant v0.1.13
10802026-08-19T03:26:27.394Z Downloaded structmeta v0.3.0
10812026-08-19T03:26:27.409Z Downloaded pkcs8 v0.10.2
10822026-08-19T03:26:27.409Z Downloaded crucible-workspace-hack v0.1.0
10832026-08-19T03:26:27.409Z Downloaded phc v0.6.1
10842026-08-19T03:26:27.409Z Downloaded crossbeam-channel v0.5.15
10852026-08-19T03:26:27.409Z Downloaded futures-util v0.3.32
10862026-08-19T03:26:27.409Z Downloaded salsa20 v0.11.0
10872026-08-19T03:26:27.409Z Downloaded des v0.9.0
10882026-08-19T03:26:27.409Z Downloaded dropshot_endpoint v0.17.1
10892026-08-19T03:26:27.409Z Downloaded zerocopy v0.6.6
10902026-08-19T03:26:27.409Z Downloaded digest-io v0.1.0
10912026-08-19T03:26:27.409Z Downloaded walkdir v2.5.0
10922026-08-19T03:26:27.409Z Downloaded vergen v9.1.0
10932026-08-19T03:26:27.409Z Downloaded whoami v1.6.1
10942026-08-19T03:26:27.409Z Downloaded newline-converter v0.3.0
10952026-08-19T03:26:27.409Z Downloaded data-encoding v2.10.0
10962026-08-19T03:26:27.409Z Downloaded serde_yaml v0.9.34+deprecated
10972026-08-19T03:26:27.409Z Downloaded hkdf v0.12.4
10982026-08-19T03:26:27.409Z Downloaded crossbeam-epoch v0.9.18
10992026-08-19T03:26:27.409Z Downloaded zip v4.6.1
11002026-08-19T03:26:27.409Z Downloaded signal-hook-mio v0.2.5
11012026-08-19T03:26:27.410Z Downloaded scuffle v0.1.0
11022026-08-19T03:26:27.410Z Downloaded csv-core v0.1.13
11032026-08-19T03:26:27.410Z Downloaded defmt-macros v1.0.1
11042026-08-19T03:26:27.410Z Downloaded prefix-trie v0.7.0
11052026-08-19T03:26:27.410Z Downloaded whoami v2.1.0
11062026-08-19T03:26:27.410Z Downloaded memoffset v0.9.1
11072026-08-19T03:26:27.410Z Downloaded progenitor-client v0.14.0
11082026-08-19T03:26:27.410Z Downloaded take_mut v0.2.2
11092026-08-19T03:26:27.410Z Downloaded winnow v0.5.40
11102026-08-19T03:26:27.410Z Downloaded hkdf v0.13.0
11112026-08-19T03:26:27.410Z Downloaded oxide-tokio-rt v0.1.4
11122026-08-19T03:26:27.410Z Downloaded pem v3.0.6
11132026-08-19T03:26:27.410Z Downloaded try-lock v0.2.5
11142026-08-19T03:26:27.410Z Downloaded darling_macro v0.20.11
11152026-08-19T03:26:27.410Z Downloaded rand v0.9.2
11162026-08-19T03:26:27.410Z Downloaded toml_parser v1.1.2+spec-1.1.0
11172026-08-19T03:26:27.410Z Downloaded tower v0.5.3
11182026-08-19T03:26:27.410Z Downloaded progenitor v0.13.0
11192026-08-19T03:26:27.411Z Downloaded cpubits v0.1.1
11202026-08-19T03:26:27.411Z Downloaded litemap v0.8.1
11212026-08-19T03:26:27.411Z Downloaded openssl-probe v0.1.6
11222026-08-19T03:26:27.411Z Downloaded rand_chacha v0.9.0
11232026-08-19T03:26:27.411Z Downloaded recursive-proc-macro-impl v0.1.1
11242026-08-19T03:26:27.411Z Downloaded scheduled-thread-pool v0.2.7
11252026-08-19T03:26:27.411Z Downloaded hyper-util v0.1.20
11262026-08-19T03:26:27.411Z Downloaded lzss v0.8.2
11272026-08-19T03:26:27.411Z Downloaded shell-words v1.1.1
11282026-08-19T03:26:27.411Z Downloaded icu_locale_core v2.1.1
11292026-08-19T03:26:27.411Z Downloaded keccak v0.2.0
11302026-08-19T03:26:27.411Z Downloaded spin v0.9.8
11312026-08-19T03:26:27.411Z Downloaded ed25519-dalek v2.2.0
11322026-08-19T03:26:27.411Z Downloaded stable_deref_trait v1.2.1
11332026-08-19T03:26:27.411Z Downloaded tracing-core v0.1.36
11342026-08-19T03:26:27.411Z Downloaded indicatif v0.18.4
11352026-08-19T03:26:27.411Z Downloaded rustls-webpki v0.103.13
11362026-08-19T03:26:27.411Z Downloaded tokio-dtrace v0.1.1
11372026-08-19T03:26:27.411Z Downloaded ingot-macros v0.2.0
11382026-08-19T03:26:27.412Z Downloaded libefi-sys v0.1.0
11392026-08-19T03:26:27.412Z Downloaded slog-dtrace v0.3.0
11402026-08-19T03:26:27.412Z Downloaded pkcs1 v0.8.0-rc.4
11412026-08-19T03:26:27.412Z Downloaded progenitor-macro v0.14.0
11422026-08-19T03:26:27.412Z Downloaded ident_case v1.0.1
11432026-08-19T03:26:27.412Z Downloaded openssl-probe v0.2.1
11442026-08-19T03:26:27.412Z Downloaded newtype-uuid-macros v0.1.0
11452026-08-19T03:26:27.412Z Downloaded phf_shared v0.11.3
11462026-08-19T03:26:27.412Z Downloaded iri-string v0.7.10
11472026-08-19T03:26:27.412Z Downloaded vsss-rs v3.3.4
11482026-08-19T03:26:27.412Z Downloaded libbz2-rs-sys v0.2.2
11492026-08-19T03:26:27.412Z Downloaded tls_codec_derive v0.4.2
11502026-08-19T03:26:27.412Z Downloaded semver v0.1.20
11512026-08-19T03:26:27.412Z Downloaded untrusted v0.7.1
11522026-08-19T03:26:27.412Z Downloaded rustyline v14.0.0
11532026-08-19T03:26:27.412Z Downloaded diesel_derives v2.3.7
11542026-08-19T03:26:27.412Z Downloaded proc-macro-error2 v2.0.1
11552026-08-19T03:26:27.412Z Downloaded native-tls v0.2.18
11562026-08-19T03:26:27.412Z Downloaded dirs-next v2.0.0
11572026-08-19T03:26:27.412Z Downloaded phf v0.13.1
11582026-08-19T03:26:27.412Z Downloaded tap v1.0.1
11592026-08-19T03:26:27.413Z Downloaded rustls-pki-types v1.14.0
11602026-08-19T03:26:27.413Z Downloaded libxml v0.3.3
11612026-08-19T03:26:27.413Z Downloaded zeroize_derive v1.5.0
11622026-08-19T03:26:27.413Z Downloaded blake3 v1.8.5
11632026-08-19T03:26:27.413Z Downloaded twox-hash v2.1.2
11642026-08-19T03:26:27.413Z Downloaded password-hash v0.6.1
11652026-08-19T03:26:27.413Z Downloaded socket2 v0.6.3
11662026-08-19T03:26:27.413Z Downloaded thread_local v1.1.9
11672026-08-19T03:26:27.413Z Downloaded derive_builder_macro v0.20.2
11682026-08-19T03:26:27.413Z Downloaded icu_collections v2.1.1
11692026-08-19T03:26:27.413Z Downloaded publicsuffix v2.3.0
11702026-08-19T03:26:27.413Z Downloaded tower-http v0.6.8
11712026-08-19T03:26:27.413Z Downloaded nodrop v0.1.14
11722026-08-19T03:26:27.413Z Downloaded managed v0.8.0
11732026-08-19T03:26:27.413Z Downloaded zstd v0.13.3
11742026-08-19T03:26:27.413Z Downloaded libloading v0.8.9
11752026-08-19T03:26:27.413Z Downloaded snafu-derive v0.8.9
11762026-08-19T03:26:27.413Z Downloaded packed_struct v0.10.1
11772026-08-19T03:26:27.413Z Downloaded ed25519 v3.0.0
11782026-08-19T03:26:27.413Z Downloaded num-traits v0.2.19
11792026-08-19T03:26:27.413Z Downloaded ppv-lite86 v0.2.21
11802026-08-19T03:26:27.414Z Downloaded unicode-segmentation v1.12.0
11812026-08-19T03:26:27.451Z Downloaded yansi v1.0.1
11822026-08-19T03:26:27.451Z Downloaded ipnet v2.11.0
11832026-08-19T03:26:27.451Z Downloaded zerotrie v0.2.3
11842026-08-19T03:26:27.452Z Downloaded impl-trait-for-tuples v0.2.3
11852026-08-19T03:26:27.452Z Downloaded stringprep v0.1.5
11862026-08-19T03:26:27.452Z Downloaded minimal-lexical v0.2.1
11872026-08-19T03:26:27.452Z Downloaded serde-hex v0.1.0
11882026-08-19T03:26:27.452Z Downloaded ed25519 v2.2.3
11892026-08-19T03:26:27.452Z Downloaded socket2 v0.5.10
11902026-08-19T03:26:27.452Z Downloaded uuid v1.23.4
11912026-08-19T03:26:27.452Z Downloaded openssl-sys v0.9.117
11922026-08-19T03:26:27.452Z Downloaded toml v0.7.8
11932026-08-19T03:26:27.452Z Downloaded term v0.7.0
11942026-08-19T03:26:27.452Z Downloaded samael v0.0.19
11952026-08-19T03:26:27.452Z Downloaded string_cache v0.8.9
11962026-08-19T03:26:27.452Z Downloaded toml_writer v1.1.1+spec-1.1.0
11972026-08-19T03:26:27.452Z Downloaded yasna v0.5.2
11982026-08-19T03:26:27.452Z Downloaded slog-async v2.8.0
11992026-08-19T03:26:27.452Z Downloaded pem-rfc7468 v0.7.0
12002026-08-19T03:26:27.452Z Downloaded ron v0.8.1
12012026-08-19T03:26:27.452Z Downloaded yoke v0.8.1
12022026-08-19T03:26:27.452Z Downloaded icu_properties_data v2.1.2
12032026-08-19T03:26:27.453Z Downloaded slog-bunyan v2.5.0
12042026-08-19T03:26:27.453Z Downloaded postgres-protocol v0.6.10
12052026-08-19T03:26:27.453Z Downloaded drift v0.2.0
12062026-08-19T03:26:27.453Z Downloaded rayon v1.11.0
12072026-08-19T03:26:27.453Z Downloaded derive-ex v0.1.8
12082026-08-19T03:26:27.453Z Downloaded quick-xml v0.37.5
12092026-08-19T03:26:27.453Z Downloaded num-bigint v0.4.6
12102026-08-19T03:26:27.453Z Downloaded der v0.7.10
12112026-08-19T03:26:27.453Z Downloaded nu-ansi-term v0.50.3
12122026-08-19T03:26:27.453Z Downloaded iddqd v0.4.2
12132026-08-19T03:26:27.453Z Downloaded psm v0.1.30
12142026-08-19T03:26:27.453Z Downloaded num-bigint-dig v0.8.6
12152026-08-19T03:26:27.453Z Downloaded darling v0.23.0
12162026-08-19T03:26:27.453Z Downloaded derive_more v0.99.20
12172026-08-19T03:26:27.453Z Downloaded icu_normalizer v2.1.1
12182026-08-19T03:26:27.453Z Downloaded aws-lc-rs v1.16.3
12192026-08-19T03:26:27.454Z Downloaded itertools v0.14.0
12202026-08-19T03:26:27.454Z Downloaded tungstenite v0.21.0
12212026-08-19T03:26:27.454Z Downloaded indexmap v1.9.3
12222026-08-19T03:26:27.454Z Downloaded itertools v0.12.1
12232026-08-19T03:26:27.454Z Downloaded cookie v0.18.1
12242026-08-19T03:26:27.454Z Downloaded memmap2 v0.9.10
12252026-08-19T03:26:27.454Z Downloaded schemars v0.8.22
12262026-08-19T03:26:27.454Z Downloaded rawzip v0.4.4
12272026-08-19T03:26:27.454Z Downloaded bindgen v0.71.1
12282026-08-19T03:26:27.454Z Downloaded rsa v0.10.0-rc.18
12292026-08-19T03:26:27.454Z Downloaded crossterm v0.29.0
12302026-08-19T03:26:27.454Z Downloaded unicode-bidi v0.3.18
12312026-08-19T03:26:27.454Z Downloaded crypto-bigint v0.5.5
12322026-08-19T03:26:27.454Z Downloaded ml-kem v0.3.2
12332026-08-19T03:26:27.454Z Downloaded crypto-primes v0.7.2
12342026-08-19T03:26:27.454Z Downloaded elliptic-curve v0.13.8
12352026-08-19T03:26:27.454Z Downloaded schemars v0.9.0
12362026-08-19T03:26:27.455Z Downloaded ed25519-dalek v3.0.0
12372026-08-19T03:26:27.455Z Downloaded libm v0.2.16
12382026-08-19T03:26:27.455Z Downloaded rustls-platform-verifier v0.6.2
12392026-08-19T03:26:27.455Z Downloaded chrono v0.4.45
12402026-08-19T03:26:27.455Z Downloaded darling_core v0.23.0
12412026-08-19T03:26:27.455Z Downloaded winnow v0.6.26
12422026-08-19T03:26:27.455Z Downloaded lalrpop v0.19.12
12432026-08-19T03:26:27.455Z Downloaded goblin v0.10.5
12442026-08-19T03:26:27.455Z Downloaded mio v1.2.0
12452026-08-19T03:26:27.455Z Downloaded quinn-proto v0.11.16
12462026-08-19T03:26:27.455Z Downloaded vcpkg v0.2.15
12472026-08-19T03:26:27.455Z Downloaded serde_with v1.14.0
12482026-08-19T03:26:27.455Z Downloaded sha3 v0.12.0
12492026-08-19T03:26:27.455Z Downloaded ssh-key v0.7.0-rc.11
12502026-08-19T03:26:27.455Z Downloaded rand v0.10.1
12512026-08-19T03:26:27.455Z Downloaded itertools v0.15.0
12522026-08-19T03:26:27.455Z Downloaded der v0.8.0
12532026-08-19T03:26:27.456Z Downloaded idna v1.1.0
12542026-08-19T03:26:27.456Z Downloaded regex-syntax v0.6.29
12552026-08-19T03:26:27.456Z Downloaded moka v0.12.13
12562026-08-19T03:26:27.456Z Downloaded unicode-normalization v0.1.25
12572026-08-19T03:26:27.456Z Downloaded zerovec v0.11.5
12582026-08-19T03:26:27.456Z Downloaded crossterm v0.28.1
12592026-08-19T03:26:27.456Z Downloaded dropshot-api-manager v0.7.2
12602026-08-19T03:26:27.456Z Downloaded proptest v1.11.0
12612026-08-19T03:26:27.456Z Downloaded itertools v0.13.0
12622026-08-19T03:26:27.456Z Downloaded portable-atomic v1.13.1
12632026-08-19T03:26:27.456Z Downloaded nix v0.27.1
12642026-08-19T03:26:27.456Z Downloaded serde_with v3.21.0
12652026-08-19T03:26:27.456Z Downloaded itertools v0.10.5
12662026-08-19T03:26:27.456Z Downloaded bstr v1.12.1
12672026-08-19T03:26:27.456Z Downloaded salty v0.3.0
12682026-08-19T03:26:27.456Z Downloaded reqwest v0.12.28
12692026-08-19T03:26:27.457Z Downloaded regex v1.12.3
12702026-08-19T03:26:27.457Z Downloaded tokio-util v0.7.18
12712026-08-19T03:26:27.457Z Downloaded winnow v1.0.3
12722026-08-19T03:26:27.457Z Downloaded reqwest v0.13.2
12732026-08-19T03:26:27.457Z Downloaded openssl v0.10.80
12742026-08-19T03:26:27.457Z Downloaded petname v2.0.2
12752026-08-19T03:26:27.457Z Downloaded p384 v0.13.1
12762026-08-19T03:26:27.457Z Downloaded openapiv3 v2.2.0
12772026-08-19T03:26:27.457Z Downloaded regex-syntax v0.8.10
12782026-08-19T03:26:27.457Z Downloaded polar-core v0.27.3
12792026-08-19T03:26:27.457Z Downloaded tabled v0.21.0
12802026-08-19T03:26:27.457Z Downloaded zerocopy v0.8.40
12812026-08-19T03:26:27.512Z Downloaded dropshot v0.17.1
12822026-08-19T03:26:27.512Z Downloaded zlib-rs v0.6.2
12832026-08-19T03:26:27.512Z Downloaded curve25519-dalek v4.1.3
12842026-08-19T03:26:27.512Z Downloaded hickory-proto v0.24.4
12852026-08-19T03:26:27.512Z Downloaded object v0.37.3
12862026-08-19T03:26:27.512Z Downloaded rustls v0.23.41
12872026-08-19T03:26:27.512Z Downloaded russh v0.62.4
12882026-08-19T03:26:27.512Z Downloaded rustix v0.38.44
12892026-08-19T03:26:27.513Z Downloaded smoltcp v0.9.1
12902026-08-19T03:26:27.513Z Downloaded time v0.3.47
12912026-08-19T03:26:27.513Z Downloaded radix_trie v0.2.1
12922026-08-19T03:26:27.513Z Downloaded nix v0.28.0
12932026-08-19T03:26:27.513Z Downloaded object v0.30.4
12942026-08-19T03:26:27.513Z Downloaded smoltcp v0.11.0
12952026-08-19T03:26:27.513Z Downloaded crypto-bigint v0.7.5
12962026-08-19T03:26:27.513Z Downloaded nix v0.31.2
12972026-08-19T03:26:27.513Z Downloaded hickory-proto v0.25.2
12982026-08-19T03:26:27.514Z Downloaded diesel v2.3.7
12992026-08-19T03:26:27.514Z Downloaded regress v0.10.5
13002026-08-19T03:26:27.514Z Downloaded tracing v0.1.44
13012026-08-19T03:26:27.514Z Downloaded sled v0.34.7
13022026-08-19T03:26:27.514Z Downloaded sqlparser v0.61.0
13032026-08-19T03:26:27.514Z Downloaded curve25519-dalek v5.0.0
13042026-08-19T03:26:27.514Z Downloaded regress v0.11.1
13052026-08-19T03:26:27.514Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-08-19T03:26:27.514Z Downloaded ratatui v0.29.0
13072026-08-19T03:26:27.515Z Downloaded typify-impl v0.6.2
13082026-08-19T03:26:27.515Z Downloaded zerocopy-derive v0.6.6
13092026-08-19T03:26:27.515Z Downloaded petgraph v0.6.5
13102026-08-19T03:26:27.515Z Downloaded sha3 v0.11.0
13112026-08-19T03:26:27.515Z Downloaded regex-automata v0.4.14
13122026-08-19T03:26:27.515Z Downloaded jiff v0.2.34
13132026-08-19T03:26:27.515Z Downloaded petgraph v0.8.3
13142026-08-19T03:26:27.515Z Downloaded chrono-tz v0.10.4
13152026-08-19T03:26:27.515Z Downloaded libz-sys v1.1.24
13162026-08-19T03:26:27.515Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13172026-08-19T03:26:27.515Z Downloaded encoding_rs v0.8.35
13182026-08-19T03:26:27.515Z Downloaded sha3 v0.10.8
13192026-08-19T03:26:27.515Z Downloaded tokio v1.52.1
13202026-08-19T03:26:27.515Z Downloaded csv v1.4.0
13212026-08-19T03:26:27.516Z Downloaded ring v0.17.14
13222026-08-19T03:26:27.516Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-08-19T03:26:27.516Z Downloaded aws-lc-sys v0.40.0
13242026-08-19T03:26:27.527Z Compiling libc v0.2.185
13252026-08-19T03:26:27.527Z Compiling serde_core v1.0.228
13262026-08-19T03:26:27.527Z Compiling serde v1.0.228
13272026-08-19T03:26:27.527Z Compiling log v0.4.29
13282026-08-19T03:26:27.527Z Compiling smallvec v1.15.1
13292026-08-19T03:26:27.527Z Compiling shlex v1.3.0
13302026-08-19T03:26:27.527Z Compiling find-msvc-tools v0.1.9
13312026-08-19T03:26:27.692Z Compiling syn v2.0.117
13322026-08-19T03:26:27.910Z Compiling subtle v2.6.1
13332026-08-19T03:26:27.994Z Compiling scopeguard v1.2.0
13342026-08-19T03:26:27.994Z Compiling stable_deref_trait v1.2.1
13352026-08-19T03:26:28.026Z Compiling typenum v1.20.1
13362026-08-19T03:26:28.027Z Compiling zerocopy v0.8.40
13372026-08-19T03:26:28.027Z Compiling lock_api v0.4.14
13382026-08-19T03:26:28.042Z Compiling portable-atomic v1.13.1
13392026-08-19T03:26:28.064Z Compiling serde_json v1.0.151
13402026-08-19T03:26:28.227Z Compiling critical-section v1.2.0
13412026-08-19T03:26:28.248Z Compiling libm v0.2.16
13422026-08-19T03:26:28.339Z Compiling num-traits v0.2.19
13432026-08-19T03:26:28.394Z Compiling pkg-config v0.3.32
13442026-08-19T03:26:28.511Z Compiling jobserver v0.1.34
13452026-08-19T03:26:28.526Z Compiling errno v0.3.14
13462026-08-19T03:26:28.570Z Compiling getrandom v0.2.17
13472026-08-19T03:26:28.694Z Compiling rand_core v0.6.4
13482026-08-19T03:26:28.738Z Compiling cc v1.2.56
13492026-08-19T03:26:28.916Z Compiling once_cell v1.21.3
13502026-08-19T03:26:28.964Z Compiling generic-array v0.14.7
13512026-08-19T03:26:28.996Z Compiling const-oid v0.9.6
13522026-08-19T03:26:29.075Z Compiling parking_lot_core v0.9.12
13532026-08-19T03:26:29.151Z Compiling pin-project-lite v0.2.17
13542026-08-19T03:26:29.158Z Compiling getrandom v0.4.1
13552026-08-19T03:26:29.281Z Compiling rand_core v0.10.0
13562026-08-19T03:26:29.453Z Compiling signal-hook-registry v1.4.8
13572026-08-19T03:26:29.768Z Compiling bitflags v2.11.0
13582026-08-19T03:26:29.808Z Compiling litemap v0.8.1
13592026-08-19T03:26:29.911Z Compiling futures-core v0.3.32
13602026-08-19T03:26:29.968Z Compiling writeable v0.6.2
13612026-08-19T03:26:29.999Z Compiling percent-encoding v2.3.2
13622026-08-19T03:26:30.016Z Compiling semver v1.0.28
13632026-08-19T03:26:30.063Z Compiling parking_lot v0.12.5
13642026-08-19T03:26:30.163Z Compiling mio v1.2.0
13652026-08-19T03:26:30.191Z Compiling icu_normalizer_data v2.1.1
13662026-08-19T03:26:30.272Z Compiling icu_properties_data v2.1.2
13672026-08-19T03:26:30.340Z Compiling socket2 v0.6.3
13682026-08-19T03:26:30.383Z Compiling getrandom v0.3.4
13692026-08-19T03:26:30.468Z Compiling futures-sink v0.3.32
13702026-08-19T03:26:30.502Z Compiling indexmap v2.14.0
13712026-08-19T03:26:30.574Z Compiling synstructure v0.13.2
13722026-08-19T03:26:30.653Z Compiling futures-channel v0.3.32
13732026-08-19T03:26:30.666Z Compiling slab v0.4.12
13742026-08-19T03:26:30.775Z Compiling utf8_iter v1.0.4
13752026-08-19T03:26:30.847Z Compiling futures-task v0.3.32
13762026-08-19T03:26:30.882Z Compiling rustix v1.1.3
13772026-08-19T03:26:30.923Z Compiling futures-io v0.3.32
13782026-08-19T03:26:30.943Z Compiling form_urlencoded v1.2.2
13792026-08-19T03:26:31.018Z Compiling rustversion v1.0.22
13802026-08-19T03:26:31.076Z Compiling base64ct v1.8.3
13812026-08-19T03:26:31.118Z Compiling iana-time-zone v0.1.65
13822026-08-19T03:26:31.166Z Compiling cmake v0.1.57
13832026-08-19T03:26:31.186Z Compiling ident_case v1.0.1
13842026-08-19T03:26:31.289Z Compiling regex-syntax v0.8.10
13852026-08-19T03:26:31.303Z Compiling pem-rfc7468 v0.7.0
13862026-08-19T03:26:31.328Z Compiling dunce v1.0.5
13872026-08-19T03:26:31.376Z Compiling fs_extra v1.3.0
13882026-08-19T03:26:31.415Z Compiling flagset v0.4.7
13892026-08-19T03:26:31.547Z Compiling rand_core v0.9.5
13902026-08-19T03:26:31.566Z Compiling uuid v1.23.4
13912026-08-19T03:26:31.601Z Compiling base64 v0.22.1
13922026-08-19T03:26:31.635Z Compiling aws-lc-sys v0.40.0
13932026-08-19T03:26:31.823Z Compiling vcpkg v0.2.15
13942026-08-19T03:26:31.922Z Compiling syn v1.0.109
13952026-08-19T03:26:31.971Z Compiling serde_derive_internals v0.29.1
13962026-08-19T03:26:32.260Z Compiling rustc_version v0.4.1
13972026-08-19T03:26:32.279Z Compiling tracing-core v0.1.36
13982026-08-19T03:26:32.313Z Compiling serde_derive v1.0.228
13992026-08-19T03:26:32.547Z Compiling zeroize_derive v1.5.0
14002026-08-19T03:26:32.580Z Compiling zerofrom-derive v0.1.6
14012026-08-19T03:26:32.604Z Compiling zerocopy-derive v0.8.40
14022026-08-19T03:26:32.852Z Compiling yoke-derive v0.8.1
14032026-08-19T03:26:32.879Z Compiling zerovec-derive v0.11.2
14042026-08-19T03:26:33.207Z Compiling zeroize v1.9.0
14052026-08-19T03:27:15.343Z Compiling displaydoc v0.2.5
14062026-08-19T03:27:15.357Z Compiling zerofrom v0.1.6
14072026-08-19T03:27:15.358Z Compiling tokio-macros v2.7.0
14082026-08-19T03:27:15.358Z Compiling futures-macro v0.3.32
14092026-08-19T03:27:15.358Z Compiling yoke v0.8.1
14102026-08-19T03:27:15.358Z Compiling crypto-common v0.1.7
14112026-08-19T03:27:15.358Z Compiling block-buffer v0.10.4
14122026-08-19T03:27:15.359Z Compiling zerovec v0.11.5
14132026-08-19T03:27:15.359Z Compiling zerotrie v0.2.3
14142026-08-19T03:27:15.359Z Compiling digest v0.10.7
14152026-08-19T03:27:15.359Z Compiling thiserror-impl v2.0.18
14162026-08-19T03:27:15.359Z Compiling der_derive v0.7.3
14172026-08-19T03:27:15.359Z Compiling openssl-sys v0.9.117
14182026-08-19T03:27:15.359Z Compiling tinystr v0.8.2
14192026-08-19T03:27:15.359Z Compiling potential_utf v0.1.4
14202026-08-19T03:27:15.359Z Compiling icu_locale_core v2.1.1
14212026-08-19T03:27:15.359Z Compiling icu_collections v2.1.1
14222026-08-19T03:27:15.359Z Compiling futures-util v0.3.32
14232026-08-19T03:27:15.359Z Compiling tracing-attributes v0.1.31
14242026-08-19T03:27:15.359Z Compiling icu_provider v2.1.1
14252026-08-19T03:27:15.359Z Compiling bytes v1.11.1
14262026-08-19T03:27:15.359Z Compiling chrono v0.4.45
14272026-08-19T03:27:15.359Z Compiling icu_properties v2.1.2
14282026-08-19T03:27:15.359Z Compiling icu_normalizer v2.1.1
14292026-08-19T03:27:15.359Z Compiling tokio v1.52.1
14302026-08-19T03:27:15.360Z Compiling thiserror v2.0.18
14312026-08-19T03:27:15.360Z Compiling der v0.7.10
14322026-08-19T03:27:17.667Z Compiling idna_adapter v1.2.1
14332026-08-19T03:27:17.667Z Compiling ppv-lite86 v0.2.21
14342026-08-19T03:27:17.690Z Compiling idna v1.1.0
14352026-08-19T03:27:17.690Z Compiling http v1.4.2
14362026-08-19T03:27:17.690Z Compiling rand_chacha v0.9.0
14372026-08-19T03:27:17.690Z Compiling aws-lc-rs v1.16.3
14382026-08-19T03:27:17.690Z Compiling url v2.5.8
14392026-08-19T03:27:17.690Z Compiling spki v0.7.3
14402026-08-19T03:27:17.690Z Compiling cpufeatures v0.2.17
14412026-08-19T03:27:17.690Z Compiling schemars v0.8.22
14422026-08-19T03:27:17.690Z Compiling dyn-clone v1.0.20
14432026-08-19T03:27:17.690Z Compiling http-body v1.0.1
14442026-08-19T03:27:17.690Z Compiling pkcs8 v0.10.2
14452026-08-19T03:27:17.690Z Compiling rand v0.9.2
14462026-08-19T03:27:17.690Z Compiling tracing v0.1.44
14472026-08-19T03:27:17.690Z Compiling rustls-pki-types v1.14.0
14482026-08-19T03:27:17.690Z Compiling schemars_derive v0.8.22
14492026-08-19T03:27:17.690Z Compiling spin v0.9.8
14502026-08-19T03:27:17.690Z Compiling tinyvec_macros v0.1.1
14512026-08-19T03:27:17.691Z Compiling openssl-probe v0.2.1
14522026-08-19T03:27:17.691Z Compiling crc32fast v1.5.0
14532026-08-19T03:27:17.691Z Compiling cmov v0.5.4
14542026-08-19T03:27:17.691Z Compiling httparse v1.10.1
14552026-08-19T03:27:17.691Z Compiling ctutils v0.4.2
14562026-08-19T03:27:17.691Z Compiling tempfile v3.25.0
14572026-08-19T03:27:17.691Z Compiling tinyvec v1.10.0
14582026-08-19T03:27:17.691Z Compiling pest_generator v2.8.6
14592026-08-19T03:27:17.691Z Compiling sha2 v0.10.9
14602026-08-19T03:27:17.691Z Compiling aho-corasick v1.1.4
14612026-08-19T03:27:17.691Z Compiling tower-layer v0.3.3
14622026-08-19T03:27:17.691Z Compiling radium v0.7.0
14632026-08-19T03:27:17.691Z Compiling atomic-waker v1.1.2
14642026-08-19T03:27:17.691Z Compiling try-lock v0.2.5
14652026-08-19T03:27:17.692Z Compiling untrusted v0.7.1
14662026-08-19T03:27:17.692Z Compiling tower-service v0.3.3
14672026-08-19T03:27:17.692Z Compiling want v0.3.1
14682026-08-19T03:27:17.692Z Compiling pest_derive v2.8.6
14692026-08-19T03:27:17.692Z Compiling regex-automata v0.4.14
14702026-08-19T03:27:17.692Z Compiling tokio-util v0.7.18
14712026-08-19T03:27:17.692Z Compiling hybrid-array v0.4.13
14722026-08-19T03:27:17.692Z Compiling ipnet v2.11.0
14732026-08-19T03:27:17.692Z Compiling scroll_derive v0.13.1
14742026-08-19T03:27:17.692Z Compiling h2 v0.4.15
14752026-08-19T03:27:17.692Z Compiling darling_core v0.20.11
14762026-08-19T03:27:17.692Z Compiling rustls v0.23.41
14772026-08-19T03:27:17.692Z Compiling openssl v0.10.80
14782026-08-19T03:27:17.692Z Compiling untrusted v0.9.0
14792026-08-19T03:27:17.692Z Compiling tap v1.0.1
14802026-08-19T03:27:17.692Z Compiling foreign-types-shared v0.1.1
14812026-08-19T03:27:17.692Z Compiling httpdate v1.0.3
14822026-08-19T03:27:17.692Z Compiling maybe-uninit v2.0.0
14832026-08-19T03:27:17.692Z Compiling simd-adler32 v0.3.8
14842026-08-19T03:27:17.692Z Compiling foreign-types v0.3.2
14852026-08-19T03:27:17.692Z Compiling wyz v0.5.1
14862026-08-19T03:27:17.692Z Compiling scroll v0.13.0
14872026-08-19T03:27:17.692Z Compiling unicode-normalization v0.1.25
14882026-08-19T03:27:17.692Z Compiling rand_chacha v0.3.1
14892026-08-19T03:27:17.692Z Compiling hex v0.4.3
14902026-08-19T03:27:17.693Z Compiling signature v2.2.0
14912026-08-19T03:27:17.693Z Compiling terminal_size v0.4.3
14922026-08-19T03:27:17.693Z Compiling thiserror-impl v1.0.69
14932026-08-19T03:27:17.693Z Compiling openssl-macros v0.1.1
14942026-08-19T03:27:17.693Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-08-19T03:27:17.693Z Compiling bzip2-sys v0.1.13+1.0.8
14962026-08-19T03:27:17.693Z Compiling num-integer v0.1.46
14972026-08-19T03:27:17.693Z Compiling socket2 v0.5.10
14982026-08-19T03:27:17.693Z Compiling wait-timeout v0.2.1
14992026-08-19T03:27:17.693Z Compiling darling_macro v0.20.11
15002026-08-19T03:27:17.693Z Compiling ahash v0.8.12
15012026-08-19T03:27:17.693Z Compiling adler2 v2.0.1
15022026-08-19T03:27:17.693Z Compiling native-tls v0.2.18
15032026-08-19T03:27:17.693Z Compiling packed_struct v0.10.1
15042026-08-19T03:27:17.693Z Compiling num-bigint-dig v0.8.6
15052026-08-19T03:27:17.693Z Compiling quick-error v1.2.3
15062026-08-19T03:27:17.693Z Compiling bit-vec v0.8.0
15072026-08-19T03:27:17.693Z Compiling funty v2.0.0
15082026-08-19T03:27:17.693Z Compiling time-core v0.1.8
15092026-08-19T03:27:17.693Z Compiling num-conv v0.2.0
15102026-08-19T03:27:17.693Z Compiling powerfmt v0.2.0
15112026-08-19T03:27:17.693Z Compiling clap_builder v4.6.0
15122026-08-19T03:27:17.693Z Compiling time-macros v0.2.27
15132026-08-19T03:27:17.693Z Compiling deranged v0.5.8
15142026-08-19T03:27:17.693Z Compiling bit-set v0.8.0
15152026-08-19T03:27:17.693Z Compiling darling v0.20.11
15162026-08-19T03:27:17.694Z Compiling hyper v1.10.1
15172026-08-19T03:27:17.694Z Compiling bitvec v1.0.1
15182026-08-19T03:27:17.694Z Compiling thiserror v1.0.69
15192026-08-19T03:27:17.694Z Compiling rusty-fork v0.3.1
15202026-08-19T03:27:17.694Z Compiling miniz_oxide v0.8.9
15212026-08-19T03:27:17.694Z Compiling num-iter v0.1.45
15222026-08-19T03:27:17.694Z Compiling hyper-util v0.1.20
15232026-08-19T03:27:17.694Z Compiling rand v0.8.6
15242026-08-19T03:27:17.694Z Compiling goblin v0.10.5
15252026-08-19T03:27:17.694Z Compiling packed_struct_codegen v0.10.1
15262026-08-19T03:27:17.694Z Compiling lazy_static v1.5.0
15272026-08-19T03:27:17.694Z Compiling toml_datetime v0.6.11
15282026-08-19T03:27:17.694Z Compiling serde_spanned v0.6.9
15292026-08-19T03:27:17.694Z Compiling hmac v0.12.1
15302026-08-19T03:27:17.694Z Compiling bitfield-macros v0.19.4
15312026-08-19T03:27:17.694Z Compiling clap_derive v4.6.1
15322026-08-19T03:27:17.694Z Compiling zerocopy-derive v0.6.6
15332026-08-19T03:27:17.694Z Compiling anstyle-parse v0.2.7
15342026-08-19T03:27:17.761Z Compiling rand_xorshift v0.4.0
15352026-08-19T03:27:17.761Z Compiling sync_wrapper v1.0.2
15362026-08-19T03:27:17.761Z Compiling indexmap v1.9.3
15372026-08-19T03:27:17.761Z Compiling unicode-segmentation v1.12.0
15382026-08-19T03:27:17.761Z Compiling crc-catalog v2.4.0
15392026-08-19T03:27:17.761Z Compiling paste v1.0.15
15402026-08-19T03:27:17.761Z Compiling crossbeam-utils v0.8.21
15412026-08-19T03:27:17.762Z Compiling num_threads v0.1.7
15422026-08-19T03:27:17.762Z Compiling usdt-impl v0.6.0
15432026-08-19T03:27:17.762Z Compiling nodrop v0.1.14
15442026-08-19T03:27:17.762Z Compiling zlib-rs v0.6.2
15452026-08-19T03:27:17.762Z Compiling unarray v0.1.4
15462026-08-19T03:27:17.762Z Compiling siphasher v1.0.2
15472026-08-19T03:27:17.762Z Compiling array-init v0.0.4
15482026-08-19T03:27:17.762Z Compiling proptest v1.11.0
15492026-08-19T03:27:17.762Z Compiling dof v0.4.0
15502026-08-19T03:27:17.762Z Compiling time v0.3.47
15512026-08-19T03:27:17.762Z Compiling clap v4.6.1
15522026-08-19T03:27:17.762Z Compiling crc v3.4.0
15532026-08-19T03:27:17.762Z Compiling zerocopy v0.6.6
15542026-08-19T03:27:17.762Z Compiling bitfield v0.19.4
15552026-08-19T03:27:17.762Z Compiling tower v0.5.3
15562026-08-19T03:27:17.762Z Compiling anstream v0.6.21
15572026-08-19T03:27:17.762Z Compiling smallvec v0.6.14
15582026-08-19T03:27:17.762Z Compiling derive_builder_core v0.20.2
15592026-08-19T03:27:17.762Z Compiling dtrace-parser v0.3.0
15602026-08-19T03:27:17.762Z Compiling flate2 v1.1.9
15612026-08-19T03:27:17.762Z Compiling ipnetwork v0.21.1
15622026-08-19T03:27:17.762Z Compiling pkcs1 v0.7.5
15632026-08-19T03:27:17.762Z Compiling http-body-util v0.1.3
15642026-08-19T03:27:17.762Z Compiling heapless v0.7.17
15652026-08-19T03:27:17.763Z Compiling structmeta-derive v0.3.0
15662026-08-19T03:27:17.763Z Compiling scroll_derive v0.12.1
15672026-08-19T03:27:17.763Z Compiling slog v2.8.2
15682026-08-19T03:27:17.763Z Compiling darling_core v0.23.0
15692026-08-19T03:27:17.763Z Compiling thread-id v5.1.0
15702026-08-19T03:27:17.763Z Compiling cookie v0.18.1
15712026-08-19T03:27:17.763Z Compiling env_filter v1.0.0
15722026-08-19T03:27:17.763Z Compiling hashbrown v0.12.3
15732026-08-19T03:27:17.763Z Compiling zstd-safe v7.2.4
15742026-08-19T03:27:17.763Z Compiling ryu v1.0.23
15752026-08-19T03:27:17.763Z Compiling winnow v0.5.40
15762026-08-19T03:27:17.763Z Compiling unicode-properties v0.1.4
15772026-08-19T03:27:17.763Z Compiling anyhow v1.0.102
15782026-08-19T03:27:17.763Z Compiling signal-hook v0.3.18
15792026-08-19T03:27:17.763Z Compiling base64 v0.21.7
15802026-08-19T03:27:17.763Z Compiling unicode-bidi v0.3.18
15812026-08-19T03:27:17.763Z Compiling iri-string v0.7.10
15822026-08-19T03:27:17.763Z Compiling allocator-api2 v0.2.21
15832026-08-19T03:27:17.763Z Compiling stringprep v0.1.5
15842026-08-19T03:27:17.763Z Compiling ron v0.8.1
15852026-08-19T03:27:17.763Z Compiling toml_edit v0.19.15
15862026-08-19T03:27:17.763Z Compiling tower-http v0.6.8
15872026-08-19T03:27:17.763Z Compiling darling_macro v0.23.0
15882026-08-19T03:27:17.763Z Compiling structmeta v0.3.0
15892026-08-19T03:27:17.763Z Compiling serde_urlencoded v0.7.1
15902026-08-19T03:27:17.764Z Compiling scroll v0.12.0
15912026-08-19T03:27:17.764Z Compiling env_logger v0.11.9
15922026-08-19T03:27:17.764Z Compiling rsa v0.9.10
15932026-08-19T03:27:17.764Z Compiling oxnet v0.1.6
15942026-08-19T03:27:17.764Z Compiling derive_builder_macro v0.20.2
15952026-08-19T03:27:17.764Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-19T03:27:17.764Z Compiling newtype-uuid v1.3.2
15972026-08-19T03:27:17.764Z Compiling hashbrown v0.13.2
15982026-08-19T03:27:17.764Z Compiling bzip2 v0.4.4
15992026-08-19T03:27:17.764Z Compiling serde-hex v0.1.0
16002026-08-19T03:27:17.764Z Compiling tokio-native-tls v0.3.1
16012026-08-19T03:27:17.764Z Compiling camino v1.2.2
16022026-08-19T03:27:17.764Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-19T03:27:17.764Z Compiling heck v0.4.1
16042026-08-19T03:27:17.764Z Compiling bstr v1.12.1
16052026-08-19T03:27:17.764Z Compiling block-buffer v0.12.1
16062026-08-19T03:27:17.764Z Compiling crypto-common v0.2.2
16072026-08-19T03:27:17.764Z Compiling block-padding v0.4.2
16082026-08-19T03:27:17.764Z Compiling rustls-native-certs v0.8.3
16092026-08-19T03:27:17.764Z Compiling x509-cert v0.2.5
16102026-08-19T03:27:17.764Z Compiling erased-serde v0.3.31
16112026-08-19T03:27:17.764Z Compiling serde_tokenstream v0.2.3
16122026-08-19T03:27:17.764Z Compiling md-5 v0.10.6
16132026-08-19T03:27:17.764Z Compiling curve25519-dalek v4.1.3
16142026-08-19T03:27:17.764Z Compiling daft-derive v0.1.7
16152026-08-19T03:27:17.765Z Compiling zerocopy-derive v0.7.35
16162026-08-19T03:27:17.765Z Compiling pin-project-internal v1.1.11
16172026-08-19T03:27:17.765Z Compiling async-trait v0.1.89
16182026-08-19T03:27:17.765Z Compiling vergen-lib v9.1.0
16192026-08-19T03:27:17.765Z Compiling hash32 v0.2.1
16202026-08-19T03:27:17.765Z Compiling memoffset v0.9.1
16212026-08-19T03:27:17.765Z Compiling encoding_rs v0.8.35
16222026-08-19T03:27:17.765Z Compiling smoltcp v0.9.1
16232026-08-19T03:27:17.765Z Compiling cfg_aliases v0.2.1
16242026-08-19T03:27:17.765Z Compiling psl-types v2.0.11
16252026-08-19T03:27:17.765Z Compiling crc-any v2.5.0
16262026-08-19T03:27:17.765Z Compiling fallible-iterator v0.2.0
16272026-08-19T03:27:17.765Z Compiling ref-cast v1.0.25
16282026-08-19T03:27:17.765Z Compiling litrs v1.0.0
16292026-08-19T03:27:17.765Z Compiling mime v0.3.17
16302026-08-19T03:27:17.765Z Compiling rustix v0.38.44
16312026-08-19T03:27:17.765Z Compiling postgres-protocol v0.6.10
16322026-08-19T03:27:17.765Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-19T03:27:17.765Z Compiling pin-project v1.1.11
16342026-08-19T03:27:17.890Z Compiling publicsuffix v2.3.0
16352026-08-19T03:27:17.890Z Compiling document-features v0.2.12
16362026-08-19T03:27:17.890Z Compiling nix v0.31.2
16372026-08-19T03:27:17.890Z Compiling zerocopy v0.7.35
16382026-08-19T03:27:17.890Z Compiling daft v0.1.7
16392026-08-19T03:27:17.890Z Compiling inout v0.2.2
16402026-08-19T03:27:17.890Z Compiling snafu-derive v0.8.9
16412026-08-19T03:27:17.890Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-19T03:27:17.890Z Compiling object v0.30.4
16432026-08-19T03:27:17.890Z Compiling hyper-tls v0.6.0
16442026-08-19T03:27:17.890Z Compiling zip v0.6.6
16452026-08-19T03:27:17.890Z Compiling derive_builder v0.20.2
16462026-08-19T03:27:17.891Z Compiling toml v0.7.8
16472026-08-19T03:27:17.891Z Compiling goblin v0.8.2
16482026-08-19T03:27:17.891Z Compiling darling v0.23.0
16492026-08-19T03:27:17.891Z Compiling derive-ex v0.1.8
16502026-08-19T03:27:17.891Z Compiling phf_shared v0.13.1
16512026-08-19T03:27:17.891Z Compiling regex v1.12.3
16522026-08-19T03:27:17.891Z Compiling hubpack_derive v0.1.1
16532026-08-19T03:27:17.891Z Compiling futures-executor v0.3.32
16542026-08-19T03:27:17.891Z Compiling ref-cast-impl v1.0.25
16552026-08-19T03:27:17.891Z Compiling curve25519-dalek-derive v0.1.1
16562026-08-19T03:27:17.891Z Compiling strum_macros v0.27.2
16572026-08-19T03:27:17.891Z Compiling vergen v9.1.0
16582026-08-19T03:27:17.891Z Compiling cargo-platform v0.3.2
16592026-08-19T03:27:17.891Z Compiling ff v0.13.1
16602026-08-19T03:27:17.891Z Compiling fs-err v3.3.0
16612026-08-19T03:27:17.891Z Compiling libbz2-rs-sys v0.2.2
16622026-08-19T03:27:17.891Z Compiling foldhash v0.2.0
16632026-08-19T03:27:17.891Z Compiling jiff-core v0.1.0
16642026-08-19T03:27:17.891Z Compiling bitflags v1.3.2
16652026-08-19T03:27:17.891Z Compiling foldhash v0.1.5
16662026-08-19T03:27:17.891Z Compiling bumpalo v3.20.2
16672026-08-19T03:27:17.891Z Compiling object v0.37.3
16682026-08-19T03:27:17.892Z Compiling managed v0.8.0
16692026-08-19T03:27:17.892Z Compiling same-file v1.0.6
16702026-08-19T03:27:17.892Z Compiling base16ct v0.2.0
16712026-08-19T03:27:17.892Z Compiling path-slash v0.1.5
16722026-08-19T03:27:17.892Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-19T03:27:17.892Z Compiling sec1 v0.7.3
16742026-08-19T03:27:17.892Z Compiling jiff v0.2.34
16752026-08-19T03:27:17.892Z Compiling walkdir v2.5.0
16762026-08-19T03:27:17.892Z Compiling strum v0.27.2
16772026-08-19T03:27:17.892Z Compiling zopfli v0.8.3
16782026-08-19T03:27:17.892Z Compiling bzip2 v0.6.1
16792026-08-19T03:27:17.892Z Compiling hashbrown v0.15.5
16802026-08-19T03:27:17.892Z Compiling hashbrown v0.16.1
16812026-08-19T03:27:17.892Z Compiling dof v0.3.0
16822026-08-19T03:27:17.892Z Compiling group v0.13.0
16832026-08-19T03:27:17.892Z Compiling cargo_metadata v0.23.1
16842026-08-19T03:27:17.892Z Compiling test-strategy v0.4.5
16852026-08-19T03:27:17.892Z Compiling hubpack v0.1.2
16862026-08-19T03:27:17.892Z Compiling snafu v0.8.9
16872026-08-19T03:27:17.892Z Compiling futures v0.3.32
16882026-08-19T03:27:17.892Z Compiling phf v0.13.1
16892026-08-19T03:27:17.892Z Compiling signal-hook-mio v0.2.5
16902026-08-19T03:27:17.892Z Compiling serde_with_macros v3.21.0
16912026-08-19T03:27:17.892Z Compiling cookie_store v0.22.1
16922026-08-19T03:27:17.892Z Compiling zstd v0.13.3
16932026-08-19T03:27:17.892Z Compiling reqwest v0.12.28
16942026-08-19T03:27:17.893Z Compiling cipher v0.5.2
16952026-08-19T03:27:17.893Z Compiling postgres-types v0.2.12
16962026-08-19T03:27:17.893Z Compiling usdt-attr-macro v0.6.0
16972026-08-19T03:27:17.893Z Compiling usdt-macro v0.6.0
16982026-08-19T03:27:17.893Z Compiling globset v0.4.18
16992026-08-19T03:27:17.893Z Compiling phf_shared v0.11.3
17002026-08-19T03:27:17.893Z Compiling hkdf v0.12.4
17012026-08-19T03:27:17.893Z Compiling dtrace-parser v0.2.0
17022026-08-19T03:27:17.893Z Compiling ed25519 v2.2.3
17032026-08-19T03:27:17.893Z Compiling olpc-cjson v0.1.4
17042026-08-19T03:27:17.893Z Compiling byte-wrapper v0.1.0
17052026-08-19T03:27:17.893Z Compiling serde_plain v1.0.2
17062026-08-19T03:27:17.893Z Compiling serde-big-array v0.5.1
17072026-08-19T03:27:17.893Z Compiling crypto-bigint v0.5.5
17082026-08-19T03:27:17.893Z Compiling enum-as-inner v0.6.1
17092026-08-19T03:27:17.893Z Compiling async-recursion v1.1.1
17102026-08-19T03:27:17.893Z Compiling strum_macros v0.26.4
17112026-08-19T03:27:17.893Z Compiling serde_repr v0.1.20
17122026-08-19T03:27:17.893Z Compiling pem v3.0.6
17132026-08-19T03:27:17.893Z Compiling float-cmp v0.10.0
17142026-08-19T03:27:17.893Z Compiling thread-id v4.2.2
17152026-08-19T03:27:17.893Z Compiling memmap2 v0.9.10
17162026-08-19T03:27:17.893Z Compiling fixedbitset v0.5.7
17172026-08-19T03:27:17.893Z Compiling static_assertions v1.1.0
17182026-08-19T03:27:17.894Z Compiling data-encoding v2.10.0
17192026-08-19T03:27:17.894Z Compiling keccak v0.1.6
17202026-08-19T03:27:17.894Z Compiling const-oid v0.10.2
17212026-08-19T03:27:17.894Z Compiling predicates-core v1.0.10
17222026-08-19T03:27:17.894Z Compiling precomputed-hash v0.1.1
17232026-08-19T03:27:17.894Z Compiling winnow v1.0.3
17242026-08-19T03:27:17.894Z Compiling difflib v0.4.0
17252026-08-19T03:27:17.894Z Compiling typed-path v0.9.3
17262026-08-19T03:27:17.894Z Compiling normalize-line-endings v0.3.0
17272026-08-19T03:27:17.894Z Compiling whoami v2.1.0
17282026-08-19T03:27:17.894Z Compiling either v1.15.0
17292026-08-19T03:27:17.894Z Compiling fixedbitset v0.4.2
17302026-08-19T03:27:17.894Z Compiling cpufeatures v0.3.0
17312026-08-19T03:27:17.894Z Compiling new_debug_unreachable v1.0.6
17322026-08-19T03:27:17.894Z Compiling itertools v0.13.0
17332026-08-19T03:27:17.894Z Compiling petgraph v0.6.5
17342026-08-19T03:27:17.950Z Compiling string_cache v0.8.9
17352026-08-19T03:27:17.950Z Compiling toml_edit v0.22.27
17362026-08-19T03:27:17.950Z Compiling tokio-postgres v0.7.16
17372026-08-19T03:27:17.950Z Compiling toml_parser v1.1.2+spec-1.1.0
17382026-08-19T03:27:17.950Z Compiling chacha20 v0.10.0
17392026-08-19T03:27:17.950Z Compiling strum v0.26.3
17402026-08-19T03:27:17.950Z Compiling predicates v3.1.4
17412026-08-19T03:27:17.950Z Compiling hickory-proto v0.25.2
17422026-08-19T03:27:17.950Z Compiling digest v0.11.3
17432026-08-19T03:27:17.953Z Compiling sha3 v0.10.8
17442026-08-19T03:27:17.954Z Compiling petgraph v0.8.3
17452026-08-19T03:27:17.954Z Compiling elliptic-curve v0.13.8
17462026-08-19T03:27:17.954Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17472026-08-19T03:27:17.954Z Compiling usdt v0.6.0
17482026-08-19T03:27:17.954Z Compiling usdt-impl v0.5.0
17492026-08-19T03:27:17.954Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-19T03:27:17.954Z Compiling ed25519-dalek v2.2.0
17512026-08-19T03:27:17.954Z Compiling crossterm v0.28.1
17522026-08-19T03:27:17.954Z Compiling serde_with v3.21.0
17532026-08-19T03:27:17.954Z Compiling zip v4.6.1
17542026-08-19T03:27:17.954Z Compiling iddqd v0.4.2
17552026-08-19T03:27:17.954Z Compiling similar v2.7.0
17562026-08-19T03:27:17.955Z Compiling crossbeam-epoch v0.9.18
17572026-08-19T03:27:17.955Z Compiling tokio-stream v0.1.18
17582026-08-19T03:27:17.955Z Compiling buf-list v1.1.2
17592026-08-19T03:27:17.955Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17602026-08-19T03:27:17.955Z Compiling openapiv3 v2.2.0
17612026-08-19T03:27:17.955Z Compiling peg-runtime v0.8.5
17622026-08-19T03:27:17.955Z Compiling lalrpop-util v0.19.12
17632026-08-19T03:27:17.955Z Compiling thread_local v1.1.9
17642026-08-19T03:27:17.955Z Compiling slog-async v2.8.0
17652026-08-19T03:27:17.955Z Compiling crossbeam-channel v0.5.15
17662026-08-19T03:27:17.955Z Compiling filetime v0.2.27
17672026-08-19T03:27:17.956Z Compiling is-terminal v0.4.17
17682026-08-19T03:27:17.956Z Compiling term v1.2.1
17692026-08-19T03:27:17.956Z Compiling take_mut v0.2.2
17702026-08-19T03:27:17.956Z Compiling xattr v1.6.1
17712026-08-19T03:27:17.956Z Compiling camino-tempfile v1.4.1
17722026-08-19T03:27:17.956Z Compiling tar v0.4.46
17732026-08-19T03:27:17.956Z Compiling slog-term v2.9.2
17742026-08-19T03:27:22.701Z Compiling rustls-webpki v0.103.13
17752026-08-19T03:27:26.118Z Compiling tokio-rustls v0.26.4
17762026-08-19T03:27:26.118Z Compiling rustls-platform-verifier v0.6.2
17772026-08-19T03:27:26.169Z Compiling tough v0.22.0
17782026-08-19T03:27:26.169Z Compiling hyper-rustls v0.27.7
17792026-08-19T03:27:26.169Z Compiling reqwest v0.13.2
17802026-08-19T03:27:28.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812026-08-19T03:27:28.445Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17822026-08-19T03:27:31.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
17832026-08-19T03:27:31.268Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17842026-08-19T03:27:31.324ZAug 19 03:27:29.752 INFO Starting download, target: Console
17852026-08-19T03:27:31.324ZAug 19 03:27:29.753 INFO Starting download, target: Clickhouse
17862026-08-19T03:27:31.324ZAug 19 03:27:29.753 INFO Starting download, target: Cockroach
17872026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Starting download, target: DendriteStub
17882026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Starting download, target: MaghemiteMgd
17892026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Starting download, target: MaghemiteDdmd
17902026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Starting download, target: TransceiverControl
17912026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17922026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17942026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17952026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-19T03:27:31.328ZAug 19 03:27:29.753 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-19T03:27:32.309ZAug 19 03:27:30.567 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17992026-08-19T03:27:32.403ZAug 19 03:27:30.770 INFO Download complete, target: TransceiverControl
18002026-08-19T03:27:33.451ZAug 19 03:27:31.812 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18012026-08-19T03:27:33.729ZAug 19 03:27:32.079 INFO Download complete, target: Console
18022026-08-19T03:27:33.753ZAug 19 03:27:32.080 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-19T03:27:40.179ZAug 19 03:27:38.417 INFO Checking that binary works, target: Clickhouse
18042026-08-19T03:27:40.192ZAug 19 03:27:38.508 INFO Download complete, target: Clickhouse
18052026-08-19T03:29:02.879ZAug 19 03:29:01.183 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-19T03:29:04.680ZAug 19 03:29:02.795 INFO Download complete, target: MaghemiteDdmd
18072026-08-19T03:29:09.708ZAug 19 03:29:08.097 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-19T03:29:09.708ZAug 19 03:29:08.097 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-19T03:29:10.912ZAug 19 03:29:09.319 WARN Download failed, retrying: error decoding response body, target: DendriteStub
18102026-08-19T03:29:10.912ZAug 19 03:29:09.319 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd
18112026-08-19T03:29:10.912ZAug 19 03:29:09.319 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
18122026-08-19T03:29:10.912ZAug 19 03:29:09.319 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18132026-08-19T03:29:14.905ZAug 19 03:29:12.611 INFO Checking that binary works, target: Cockroach
18142026-08-19T03:29:15.099ZAug 19 03:29:12.733 INFO Download complete, target: Cockroach
18152026-08-19T03:29:16.312ZAug 19 03:29:14.672 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18162026-08-19T03:29:18.449ZAug 19 03:29:16.843 INFO Download complete, target: DendriteStub
18172026-08-19T03:29:19.324ZAug 19 03:29:17.696 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18182026-08-19T03:29:21.524ZAug 19 03:29:19.936 INFO Download complete, target: MaghemiteMgd
18192026-08-19T03:29:21.767ZAll builder prerequisites installed successfully, and PATH looks valid
18202026-08-19T03:29:21.768Z
18212026-08-19T03:29:21.768Zreal 4:35.374129281
18222026-08-19T03:29:21.768Zuser 7:07.849050849
18232026-08-19T03:29:21.768Zsys 1:25.972914452
18242026-08-19T03:29:21.768Ztrap 0.228756523
18252026-08-19T03:29:21.768Ztflt 0.618510783
18262026-08-19T03:29:21.768Zdflt 0.859030290
18272026-08-19T03:29:21.768Zkflt 0.026260383
18282026-08-19T03:29:21.768Zlock 50:26.062098362
18292026-08-19T03:29:21.768Zslp 26:19.192436299
18302026-08-19T03:29:21.769Zlat 48.952353940
18312026-08-19T03:29:21.769Zstop 2:47.405309378
18322026-08-19T03:29:21.769Z+ banner hack-check
18332026-08-19T03:29:21.769Z
18342026-08-19T03:29:21.769Z # # ## #### # # #### # # ###### #### # #
18352026-08-19T03:29:21.769Z # # # # # # # # # # # # # # # # #
18362026-08-19T03:29:21.769Z ###### # # # #### ##### # ###### ##### # ####
18372026-08-19T03:29:21.769Z # # ###### # # # # # # # # # #
18382026-08-19T03:29:21.769Z # # # # # # # # # # # # # # # # #
18392026-08-19T03:29:21.769Z # # # # #### # # #### # # ###### #### # #
18402026-08-19T03:29:21.769Z
18412026-08-19T03:29:21.769Z+ export CARGO_INCREMENTAL=0
18422026-08-19T03:29:21.769Z+ CARGO_INCREMENTAL=0
18432026-08-19T03:29:21.769Z+ ptime -m timeout 2h cargo xtask check-features --ci
18442026-08-19T03:29:22.044Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18452026-08-19T03:29:22.275Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18462026-08-19T03:29:24.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
18472026-08-19T03:29:24.143Z Running `target/debug/xtask check-features --ci`
18482026-08-19T03:29:24.157Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18492026-08-19T03:29:24.157Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18502026-08-19T03:29:24.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18512026-08-19T03:29:24.722Z Running `target/debug/xtask download cargo-hack`
18522026-08-19T03:29:25.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-08-19T03:29:25.723Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-08-19T03:29:28.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18552026-08-19T03:29:28.401Z Running `target/debug/xtask-downloader cargo-hack`
18562026-08-19T03:29:28.475ZAug 19 03:29:26.859 INFO Starting download, target: CargoHack
18572026-08-19T03:29:28.565ZAug 19 03:29:26.860 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18582026-08-19T03:29:28.771ZAug 19 03:29:27.171 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18592026-08-19T03:29:28.820ZAug 19 03:29:27.219 INFO Download complete, target: CargoHack
18602026-08-19T03:29:28.834Zrunning: "/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-19T03:29:28.834Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18622026-08-19T03:29:28.982Zinfo: running `cargo check --bins` on api_identity (1/335)
18632026-08-19T03:29:29.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-19T03:29:29.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-19T03:29:29.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-19T03:29:29.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-08-19T03:29:29.530Z
18682026-08-19T03:29:29.530Zinfo: running `cargo check --bins` on bootstore (2/335)
18692026-08-19T03:29:29.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-19T03:29:29.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-19T03:29:29.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-19T03:29:29.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18732026-08-19T03:29:31.910Z
18742026-08-19T03:29:31.910Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18752026-08-19T03:29:33.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-19T03:29:33.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-19T03:29:33.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-19T03:29:33.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18792026-08-19T03:29:33.082Z
18802026-08-19T03:29:33.082Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18812026-08-19T03:29:33.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-19T03:29:33.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-19T03:29:33.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-19T03:29:33.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18852026-08-19T03:29:33.082Z
18862026-08-19T03:29:33.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18872026-08-19T03:29:33.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-19T03:29:33.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-19T03:29:33.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-19T03:29:33.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-19T03:29:33.082Z
18922026-08-19T03:29:33.082Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18932026-08-19T03:29:33.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-19T03:29:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-19T03:29:33.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-19T03:29:33.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18972026-08-19T03:29:33.561Z
18982026-08-19T03:29:33.561Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
18992026-08-19T03:29:33.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-19T03:29:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-19T03:29:33.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-19T03:29:33.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19032026-08-19T03:29:33.561Z
19042026-08-19T03:29:33.561Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19052026-08-19T03:29:33.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-19T03:29:33.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-19T03:29:33.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-19T03:29:33.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19092026-08-19T03:29:33.605Z
19102026-08-19T03:29:33.605Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19112026-08-19T03:29:33.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-19T03:29:33.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-19T03:29:33.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-19T03:29:33.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19152026-08-19T03:29:33.881Z
19162026-08-19T03:29:33.882Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19172026-08-19T03:29:34.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-19T03:29:34.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-19T03:29:34.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-19T03:29:34.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19212026-08-19T03:29:34.930Z
19222026-08-19T03:29:34.930Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19232026-08-19T03:29:34.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-19T03:29:34.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-19T03:29:34.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-19T03:29:34.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19272026-08-19T03:29:34.930Z
19282026-08-19T03:29:34.930Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19292026-08-19T03:29:34.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-19T03:29:34.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-19T03:29:34.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-19T03:29:34.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-08-19T03:29:34.974Z
19342026-08-19T03:29:34.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19352026-08-19T03:29:35.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-19T03:29:35.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-19T03:29:35.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-19T03:29:35.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-08-19T03:29:35.364Z
19402026-08-19T03:29:35.364Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19412026-08-19T03:29:35.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-19T03:29:35.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-19T03:29:35.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-19T03:29:35.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19452026-08-19T03:29:35.776Z
19462026-08-19T03:29:35.776Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19472026-08-19T03:29:36.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-19T03:29:36.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-19T03:29:36.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-19T03:29:36.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19512026-08-19T03:29:36.265Z
19522026-08-19T03:29:36.265Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19532026-08-19T03:29:36.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-19T03:29:36.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-19T03:29:36.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-19T03:29:36.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-08-19T03:29:36.599Z
19582026-08-19T03:29:36.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19592026-08-19T03:29:36.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-19T03:29:36.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-19T03:29:36.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-19T03:29:36.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-08-19T03:29:36.992Z
19642026-08-19T03:29:36.992Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19652026-08-19T03:29:37.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-19T03:29:37.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-19T03:29:37.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-19T03:29:37.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19692026-08-19T03:29:37.391Z
19702026-08-19T03:29:37.391Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19712026-08-19T03:29:37.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-19T03:29:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-19T03:29:37.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-19T03:29:37.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-08-19T03:29:37.821Z
19762026-08-19T03:29:37.821Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19772026-08-19T03:29:38.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-19T03:29:38.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-19T03:29:38.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-19T03:29:38.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19812026-08-19T03:29:38.233Z
19822026-08-19T03:29:38.233Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19832026-08-19T03:29:38.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-19T03:29:38.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-19T03:29:38.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-19T03:29:38.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19872026-08-19T03:29:38.640Z
19882026-08-19T03:29:38.641Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19892026-08-19T03:29:38.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-19T03:29:39.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-19T03:29:39.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-19T03:29:39.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19932026-08-19T03:29:39.084Z
19942026-08-19T03:29:39.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19952026-08-19T03:29:39.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-19T03:29:39.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-19T03:29:39.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-19T03:29:39.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19992026-08-19T03:29:39.446Z
20002026-08-19T03:29:39.446Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20012026-08-19T03:29:39.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-19T03:29:39.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-19T03:29:39.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-19T03:29:39.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-08-19T03:29:39.844Z
20062026-08-19T03:29:39.844Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20072026-08-19T03:29:40.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-19T03:29:40.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-19T03:29:40.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-19T03:29:40.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20112026-08-19T03:29:40.243Z
20122026-08-19T03:29:40.243Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20132026-08-19T03:29:40.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-19T03:29:40.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-19T03:29:40.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-19T03:29:40.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-19T03:29:40.770Z
20182026-08-19T03:29:40.770Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20192026-08-19T03:29:41.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-19T03:29:41.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-19T03:29:41.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-19T03:29:41.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20232026-08-19T03:29:41.064Z
20242026-08-19T03:29:41.064Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20252026-08-19T03:29:41.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-19T03:29:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-19T03:29:41.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-19T03:29:41.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-08-19T03:29:41.472Z
20302026-08-19T03:29:41.472Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20312026-08-19T03:29:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-19T03:29:41.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-19T03:29:41.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-19T03:29:41.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20352026-08-19T03:29:41.978Z
20362026-08-19T03:29:41.978Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20372026-08-19T03:29:42.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-19T03:29:42.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-19T03:29:42.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-19T03:29:42.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-08-19T03:29:42.791Z
20422026-08-19T03:29:42.791Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20432026-08-19T03:29:42.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-19T03:29:42.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-19T03:29:42.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-19T03:29:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-19T03:29:42.832Z
20482026-08-19T03:29:42.832Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20492026-08-19T03:29:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-19T03:29:43.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-19T03:29:43.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-19T03:29:43.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-08-19T03:29:43.250Z
20542026-08-19T03:29:43.250Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20552026-08-19T03:29:43.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-19T03:29:43.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-19T03:29:43.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-19T03:29:43.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-08-19T03:29:43.573Z
20602026-08-19T03:29:43.574Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20612026-08-19T03:29:43.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-19T03:29:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-19T03:29:43.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-19T03:29:43.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-08-19T03:29:43.987Z
20662026-08-19T03:29:43.987Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20672026-08-19T03:29:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-19T03:29:44.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-19T03:29:44.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-19T03:29:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-08-19T03:29:44.365Z
20722026-08-19T03:29:44.365Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20732026-08-19T03:29:44.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-19T03:29:44.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-19T03:29:44.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-19T03:29:44.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-19T03:29:44.753Z
20782026-08-19T03:29:44.753Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20792026-08-19T03:29:45.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-19T03:29:45.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-19T03:29:45.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-19T03:29:45.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-08-19T03:29:45.249Z
20842026-08-19T03:29:45.249Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20852026-08-19T03:29:45.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-19T03:29:45.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-19T03:29:45.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-19T03:29:45.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-08-19T03:29:45.559Z
20902026-08-19T03:29:45.559Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20912026-08-19T03:29:45.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-19T03:29:45.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-19T03:29:45.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-19T03:29:45.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-08-19T03:29:45.971Z
20962026-08-19T03:29:45.971Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20972026-08-19T03:29:46.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-19T03:29:46.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-19T03:29:46.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-19T03:29:46.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-08-19T03:29:46.394Z
21022026-08-19T03:29:46.394Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21032026-08-19T03:29:46.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-19T03:29:46.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-19T03:29:46.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-19T03:29:46.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21072026-08-19T03:29:46.778Z
21082026-08-19T03:29:46.778Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21092026-08-19T03:29:47.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-19T03:29:47.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-19T03:29:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-19T03:29:47.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21132026-08-19T03:29:47.186Z
21142026-08-19T03:29:47.186Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21152026-08-19T03:29:47.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-19T03:29:47.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-19T03:29:47.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-19T03:29:47.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21192026-08-19T03:29:47.661Z
21202026-08-19T03:29:47.661Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21212026-08-19T03:29:47.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-19T03:29:47.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-19T03:29:47.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-19T03:29:47.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21252026-08-19T03:29:48.008Z
21262026-08-19T03:29:48.008Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21272026-08-19T03:29:48.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-19T03:29:48.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-19T03:29:48.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-19T03:29:48.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21312026-08-19T03:29:48.450Z
21322026-08-19T03:29:48.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21332026-08-19T03:29:48.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-19T03:29:48.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-19T03:29:48.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-19T03:29:48.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21372026-08-19T03:29:48.819Z
21382026-08-19T03:29:48.819Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21392026-08-19T03:29:49.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-19T03:29:49.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-19T03:29:49.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-19T03:29:49.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-19T03:29:49.254Z
21442026-08-19T03:29:49.255Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21452026-08-19T03:29:49.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-19T03:29:49.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-19T03:29:49.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-19T03:29:49.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-19T03:29:49.687Z
21502026-08-19T03:29:49.687Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21512026-08-19T03:29:51.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-19T03:29:51.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-19T03:29:51.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-19T03:29:51.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-08-19T03:29:51.757Z
21562026-08-19T03:29:51.757Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21572026-08-19T03:29:51.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-19T03:29:51.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-19T03:29:51.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-19T03:29:51.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-08-19T03:29:51.757Z
21622026-08-19T03:29:51.757Zinfo: running `cargo check --bins` on nexus-config (51/335)
21632026-08-19T03:29:51.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-19T03:29:51.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-19T03:29:51.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-19T03:29:51.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-08-19T03:29:51.758Z
21682026-08-19T03:29:51.758Zinfo: running `cargo check --bins` on nexus-types (52/335)
21692026-08-19T03:29:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-19T03:29:52.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-19T03:29:52.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-19T03:29:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-08-19T03:29:52.943Z
21742026-08-19T03:29:52.943Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21752026-08-19T03:29:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-19T03:29:52.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-19T03:29:52.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-19T03:29:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21792026-08-19T03:29:52.943Z
21802026-08-19T03:29:52.943Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21812026-08-19T03:29:53.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-19T03:29:53.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-19T03:29:53.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-19T03:29:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21852026-08-19T03:29:53.169Z
21862026-08-19T03:29:53.169Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21872026-08-19T03:29:54.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-19T03:29:54.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-19T03:29:54.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-19T03:29:54.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21912026-08-19T03:29:54.246Z
21922026-08-19T03:29:54.246Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21932026-08-19T03:29:54.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-19T03:29:54.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-19T03:29:54.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-19T03:29:54.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21972026-08-19T03:29:54.257Z
21982026-08-19T03:29:54.257Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
21992026-08-19T03:29:54.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-19T03:29:54.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-19T03:29:54.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-19T03:29:54.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22032026-08-19T03:29:54.817Z
22042026-08-19T03:29:54.817Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22052026-08-19T03:29:55.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-19T03:29:55.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-19T03:29:55.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-19T03:29:55.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22092026-08-19T03:29:55.503Z
22102026-08-19T03:29:55.503Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22112026-08-19T03:29:56.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-19T03:29:57.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-19T03:29:57.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-19T03:29:57.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22152026-08-19T03:29:57.014Z
22162026-08-19T03:29:57.014Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22172026-08-19T03:29:57.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-19T03:29:57.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-19T03:29:57.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-19T03:29:57.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-08-19T03:29:57.014Z
22222026-08-19T03:29:57.014Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22232026-08-19T03:29:57.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-19T03:29:57.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-19T03:29:57.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-19T03:29:57.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22272026-08-19T03:29:57.057Z
22282026-08-19T03:29:57.057Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22292026-08-19T03:29:58.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-19T03:29:58.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-19T03:29:58.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-19T03:29:58.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22332026-08-19T03:29:58.051Z
22342026-08-19T03:29:58.051Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22352026-08-19T03:29:58.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-19T03:29:58.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-19T03:29:58.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-19T03:29:58.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22392026-08-19T03:29:58.067Z
22402026-08-19T03:29:58.067Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22412026-08-19T03:29:58.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-19T03:29:58.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-19T03:29:58.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-19T03:29:58.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-19T03:29:58.905Z
22462026-08-19T03:29:58.905Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22472026-08-19T03:29:59.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-19T03:29:59.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-19T03:29:59.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-19T03:29:59.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-08-19T03:29:59.173Z
22522026-08-19T03:29:59.173Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22532026-08-19T03:29:59.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-19T03:29:59.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-19T03:29:59.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-19T03:29:59.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-08-19T03:29:59.718Z
22582026-08-19T03:29:59.719Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22592026-08-19T03:30:00.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-19T03:30:00.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-19T03:30:00.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-19T03:30:00.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-19T03:30:00.277Z
22642026-08-19T03:30:00.278Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22652026-08-19T03:30:00.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-19T03:30:00.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-19T03:30:00.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-19T03:30:00.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22692026-08-19T03:30:00.833Z
22702026-08-19T03:30:00.833Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22712026-08-19T03:30:01.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-19T03:30:01.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-19T03:30:01.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-19T03:30:01.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22752026-08-19T03:30:01.368Z
22762026-08-19T03:30:01.368Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22772026-08-19T03:30:01.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-19T03:30:01.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-19T03:30:01.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-19T03:30:01.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22812026-08-19T03:30:01.922Z
22822026-08-19T03:30:01.922Zinfo: running `cargo check --bins` on ereport-types (71/335)
22832026-08-19T03:30:02.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-19T03:30:03.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-19T03:30:03.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-19T03:30:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-19T03:30:03.024Z
22882026-08-19T03:30:03.024Zinfo: running `cargo check --bins` on gateway-client (72/335)
22892026-08-19T03:30:03.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-19T03:30:03.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-19T03:30:03.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-19T03:30:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22932026-08-19T03:30:03.045Z
22942026-08-19T03:30:03.045Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22952026-08-19T03:30:03.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-19T03:30:03.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-19T03:30:03.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-19T03:30:03.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22992026-08-19T03:30:04.851Z
23002026-08-19T03:30:04.851Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23012026-08-19T03:30:04.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-19T03:30:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-19T03:30:04.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-19T03:30:04.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23052026-08-19T03:30:04.886Z
23062026-08-19T03:30:04.886Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23072026-08-19T03:30:04.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-19T03:30:04.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-19T03:30:04.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-19T03:30:04.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23112026-08-19T03:30:04.886Z
23122026-08-19T03:30:04.886Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23132026-08-19T03:30:05.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-19T03:30:05.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-19T03:30:05.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-19T03:30:05.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23172026-08-19T03:30:05.752Z
23182026-08-19T03:30:05.752Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23192026-08-19T03:30:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-19T03:30:05.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-19T03:30:05.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-19T03:30:05.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23232026-08-19T03:30:05.901Z
23242026-08-19T03:30:05.901Zinfo: running `cargo check --bins` on oxlog (78/335)
23252026-08-19T03:30:07.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-19T03:30:07.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-19T03:30:07.228Z Checking cfg-if v1.0.4
23282026-08-19T03:30:07.228Z Checking libc v0.2.185
23292026-08-19T03:30:07.228Z Checking serde_core v1.0.228
23302026-08-19T03:30:07.229Z Checking memchr v2.8.0
23312026-08-19T03:30:07.229Z Checking zeroize v1.9.0
23322026-08-19T03:30:07.229Z Checking smallvec v1.15.1
23332026-08-19T03:30:07.229Z Checking log v0.4.29
23342026-08-19T03:30:07.229Z Checking subtle v2.6.1
23352026-08-19T03:30:07.229Z Checking itoa v1.0.17
23362026-08-19T03:30:07.229Z Checking scopeguard v1.2.0
23372026-08-19T03:30:07.229Z Checking stable_deref_trait v1.2.1
23382026-08-19T03:30:07.229Z Checking typenum v1.20.1
23392026-08-19T03:30:07.229Z Checking zerofrom v0.1.6
23402026-08-19T03:30:07.229Z Checking portable-atomic v1.13.1
23412026-08-19T03:30:07.229Z Checking zerocopy v0.8.40
23422026-08-19T03:30:07.230Z Checking lock_api v0.4.14
23432026-08-19T03:30:07.230Z Checking yoke v0.8.1
23442026-08-19T03:30:07.230Z Checking critical-section v1.2.0
23452026-08-19T03:30:07.230Z Checking errno v0.3.14
23462026-08-19T03:30:07.230Z Checking getrandom v0.2.17
23472026-08-19T03:30:07.230Z Checking zerovec v0.11.5
23482026-08-19T03:30:07.230Z Checking pin-project-lite v0.2.17
23492026-08-19T03:30:07.230Z Checking const-oid v0.9.6
23502026-08-19T03:30:07.230Z Checking libm v0.2.16
23512026-08-19T03:30:07.230Z Checking rand_core v0.6.4
23522026-08-19T03:30:07.230Z Checking once_cell v1.21.3
23532026-08-19T03:30:07.311Z Checking zmij v1.0.21
23542026-08-19T03:30:07.322Z Checking signal-hook-registry v1.4.8
23552026-08-19T03:30:07.402Z Checking tinystr v0.8.2
23562026-08-19T03:30:07.437Z Checking generic-array v0.14.7
23572026-08-19T03:30:07.456Z Checking parking_lot_core v0.9.12
23582026-08-19T03:30:07.475Z Checking writeable v0.6.2
23592026-08-19T03:30:07.834Z Checking litemap v0.8.1
23602026-08-19T03:30:07.856Z Checking futures-core v0.3.32
23612026-08-19T03:30:07.856Z Checking percent-encoding v2.3.2
23622026-08-19T03:30:07.857Z Checking rand_core v0.10.0
23632026-08-19T03:30:07.857Z Checking icu_locale_core v2.1.1
23642026-08-19T03:30:07.857Z Checking parking_lot v0.12.5
23652026-08-19T03:30:07.857Z Checking num-traits v0.2.19
23662026-08-19T03:30:07.857Z Checking potential_utf v0.1.4
23672026-08-19T03:30:07.857Z Checking getrandom v0.4.1
23682026-08-19T03:30:07.886Z Checking zerotrie v0.2.3
23692026-08-19T03:30:07.982Z Checking mio v1.2.0
23702026-08-19T03:30:08.008Z Checking equivalent v1.0.2
23712026-08-19T03:30:08.008Z Checking icu_collections v2.1.1
23722026-08-19T03:30:08.008Z Checking serde v1.0.228
23732026-08-19T03:30:08.087Z Checking bitflags v2.11.0
23742026-08-19T03:30:08.114Z Checking serde_json v1.0.151
23752026-08-19T03:30:08.177Z Checking socket2 v0.6.3
23762026-08-19T03:30:08.235Z Checking icu_properties_data v2.1.2
23772026-08-19T03:30:08.260Z Checking icu_normalizer_data v2.1.1
23782026-08-19T03:30:08.287Z Checking byteorder v1.5.0
23792026-08-19T03:30:08.333Z Checking icu_provider v2.1.1
23802026-08-19T03:30:08.333Z Checking block-buffer v0.10.4
23812026-08-19T03:30:08.415Z Checking crypto-common v0.1.7
23822026-08-19T03:30:08.468Z Checking bytes v1.11.1
23832026-08-19T03:30:08.468Z Checking futures-sink v0.3.32
23842026-08-19T03:30:08.468Z Checking hashbrown v0.17.0
23852026-08-19T03:30:08.495Z Checking digest v0.10.7
23862026-08-19T03:30:08.495Z Checking getrandom v0.3.4
23872026-08-19T03:30:08.550Z Checking futures-channel v0.3.32
23882026-08-19T03:30:08.550Z Checking icu_normalizer v2.1.1
23892026-08-19T03:30:08.598Z Checking icu_properties v2.1.2
23902026-08-19T03:30:08.634Z Checking futures-io v0.3.32
23912026-08-19T03:30:08.699Z Checking slab v0.4.12
23922026-08-19T03:30:08.742Z Checking futures-task v0.3.32
23932026-08-19T03:30:08.774Z Checking utf8_iter v1.0.4
23942026-08-19T03:30:09.014Z Checking tokio v1.52.1
23952026-08-19T03:30:09.036Z Checking form_urlencoded v1.2.2
23962026-08-19T03:30:09.036Z Checking rustix v1.1.3
23972026-08-19T03:30:09.036Z Checking futures-util v0.3.32
23982026-08-19T03:30:09.036Z Checking fnv v1.0.7
23992026-08-19T03:30:09.036Z Checking indexmap v2.14.0
24002026-08-19T03:30:09.036Z Checking base64ct v1.8.3
24012026-08-19T03:30:09.036Z Checking flagset v0.4.7
24022026-08-19T03:30:09.102Z Checking iana-time-zone v0.1.65
24032026-08-19T03:30:09.180Z Checking pem-rfc7468 v0.7.0
24042026-08-19T03:30:09.199Z Checking chrono v0.4.45
24052026-08-19T03:30:09.337Z Checking der v0.7.10
24062026-08-19T03:30:09.457Z Checking idna_adapter v1.2.1
24072026-08-19T03:30:09.477Z Checking rand_core v0.9.5
24082026-08-19T03:30:09.520Z Checking ppv-lite86 v0.2.21
24092026-08-19T03:30:09.575Z Checking idna v1.1.0
24102026-08-19T03:30:09.645Z Checking uuid v1.23.4
24112026-08-19T03:30:09.692Z Checking regex-syntax v0.8.10
24122026-08-19T03:30:09.899Z Checking url v2.5.8
24132026-08-19T03:30:09.921Z Checking base64 v0.22.1
24142026-08-19T03:30:09.974Z Checking http v1.4.2
24152026-08-19T03:30:10.042Z Checking utf8parse v0.2.2
24162026-08-19T03:30:10.063Z Checking rand_chacha v0.9.0
24172026-08-19T03:30:10.093Z Checking spki v0.7.3
24182026-08-19T03:30:10.138Z Checking tracing-core v0.1.36
24192026-08-19T03:30:10.220Z Checking cpufeatures v0.2.17
24202026-08-19T03:30:12.516Z Checking anstyle v1.0.14
24212026-08-19T03:30:12.604Z Checking dyn-clone v1.0.20
24222026-08-19T03:30:12.604Z Checking rand v0.9.2
24232026-08-19T03:30:12.604Z Checking pkcs8 v0.10.2
24242026-08-19T03:30:12.604Z Checking semver v1.0.28
24252026-08-19T03:30:12.604Z Checking tracing v0.1.44
24262026-08-19T03:30:12.604Z Checking spin v0.9.8
24272026-08-19T03:30:12.604Z Checking http-body v1.0.1
24282026-08-19T03:30:12.604Z Checking rustls-pki-types v1.14.0
24292026-08-19T03:30:12.604Z Checking anstyle-query v1.1.5
24302026-08-19T03:30:12.604Z Checking cmov v0.5.4
24312026-08-19T03:30:12.604Z Checking openssl-probe v0.2.1
24322026-08-19T03:30:12.604Z Checking is_terminal_polyfill v1.70.2
24332026-08-19T03:30:12.604Z Checking colorchoice v1.0.4
24342026-08-19T03:30:12.604Z Checking tinyvec_macros v0.1.1
24352026-08-19T03:30:12.604Z Checking schemars v0.8.22
24362026-08-19T03:30:12.604Z Checking ctutils v0.4.2
24372026-08-19T03:30:12.604Z Checking tinyvec v1.10.0
24382026-08-19T03:30:12.604Z Checking sha2 v0.10.9
24392026-08-19T03:30:12.605Z Checking aws-lc-sys v0.40.0
24402026-08-19T03:30:12.605Z Checking thiserror v2.0.18
24412026-08-19T03:30:12.605Z Checking tower-service v0.3.3
24422026-08-19T03:30:12.605Z Checking untrusted v0.7.1
24432026-08-19T03:30:12.605Z Checking fastrand v2.3.0
24442026-08-19T03:30:12.605Z Checking atomic-waker v1.1.2
24452026-08-19T03:30:12.605Z Checking tower-layer v0.3.3
24462026-08-19T03:30:12.605Z Checking try-lock v0.2.5
24472026-08-19T03:30:12.605Z Checking hybrid-array v0.4.13
24482026-08-19T03:30:12.605Z Checking anstyle-parse v1.0.0
24492026-08-19T03:30:12.605Z Checking tempfile v3.25.0
24502026-08-19T03:30:12.605Z Checking want v0.3.1
24512026-08-19T03:30:12.605Z Checking ipnet v2.11.0
24522026-08-19T03:30:12.605Z Checking crc32fast v1.5.0
24532026-08-19T03:30:12.605Z Checking httparse v1.10.1
24542026-08-19T03:30:12.605Z Checking aws-lc-rs v1.16.3
24552026-08-19T03:30:12.605Z Checking aho-corasick v1.1.4
24562026-08-19T03:30:12.605Z Checking foreign-types-shared v0.1.1
24572026-08-19T03:30:12.605Z Checking tap v1.0.1
24582026-08-19T03:30:12.605Z Checking plain v0.2.3
24592026-08-19T03:30:12.605Z Checking httpdate v1.0.3
24602026-08-19T03:30:12.605Z Checking untrusted v0.9.0
24612026-08-19T03:30:12.605Z Checking simd-adler32 v0.3.8
24622026-08-19T03:30:12.605Z Checking wyz v0.5.1
24632026-08-19T03:30:12.605Z Checking foreign-types v0.3.2
24642026-08-19T03:30:12.605Z Checking anstream v1.0.0
24652026-08-19T03:30:12.606Z Checking unicode-normalization v0.1.25
24662026-08-19T03:30:12.606Z Checking rand_chacha v0.3.1
24672026-08-19T03:30:12.606Z Checking terminal_size v0.4.3
24682026-08-19T03:30:12.685Z Checking radium v0.7.0
24692026-08-19T03:30:12.685Z Checking signature v2.2.0
24702026-08-19T03:30:12.685Z Checking hex v0.4.3
24712026-08-19T03:30:12.685Z Checking openssl-sys v0.9.117
24722026-08-19T03:30:12.685Z Checking num-integer v0.1.46
24732026-08-19T03:30:12.685Z Checking socket2 v0.5.10
24742026-08-19T03:30:12.685Z Checking tokio-util v0.7.18
24752026-08-19T03:30:12.685Z Checking regex-automata v0.4.14
24762026-08-19T03:30:12.685Z Checking wait-timeout v0.2.1
24772026-08-19T03:30:12.685Z Checking strsim v0.11.1
24782026-08-19T03:30:12.685Z Checking rustls-webpki v0.103.13
24792026-08-19T03:30:12.686Z Checking clap_lex v1.0.0
24802026-08-19T03:30:12.686Z Checking adler2 v2.0.1
24812026-08-19T03:30:12.686Z Checking bit-vec v0.8.0
24822026-08-19T03:30:12.686Z Checking funty v2.0.0
24832026-08-19T03:30:12.686Z Checking quick-error v1.2.3
24842026-08-19T03:30:12.686Z Checking ucd-trie v0.1.7
24852026-08-19T03:30:12.686Z Checking unicode-ident v1.0.24
24862026-08-19T03:30:12.686Z Checking rusty-fork v0.3.1
24872026-08-19T03:30:12.686Z Checking bit-set v0.8.0
24882026-08-19T03:30:12.686Z Checking proc-macro2 v1.0.106
24892026-08-19T03:30:12.686Z Checking pest v2.8.6
24902026-08-19T03:30:12.686Z Checking clap_builder v4.6.0
24912026-08-19T03:30:12.686Z Checking bitvec v1.0.1
24922026-08-19T03:30:12.686Z Checking rustls v0.23.41
24932026-08-19T03:30:12.686Z Checking miniz_oxide v0.8.9
24942026-08-19T03:30:12.739Z Checking h2 v0.4.15
24952026-08-19T03:30:14.220Z Checking openssl v0.10.80
24962026-08-19T03:30:14.240Z Checking num-iter v0.1.45
24972026-08-19T03:30:14.240Z Checking rand v0.8.6
24982026-08-19T03:30:14.240Z Checking lazy_static v1.5.0
24992026-08-19T03:30:14.240Z Checking anstyle-parse v0.2.7
25002026-08-19T03:30:14.240Z Checking rand_xorshift v0.4.0
25012026-08-19T03:30:14.240Z Checking thiserror v1.0.69
25022026-08-19T03:30:14.240Z Checking maybe-uninit v2.0.0
25032026-08-19T03:30:14.241Z Checking hmac v0.12.1
25042026-08-19T03:30:14.241Z Checking toml_datetime v0.6.11
25052026-08-19T03:30:14.241Z Checking serde_spanned v0.6.9
25062026-08-19T03:30:14.241Z Checking sync_wrapper v1.0.2
25072026-08-19T03:30:14.241Z Checking powerfmt v0.2.0
25082026-08-19T03:30:14.241Z Checking nodrop v0.1.14
25092026-08-19T03:30:14.241Z Checking unarray v0.1.4
25102026-08-19T03:30:14.241Z Checking siphasher v1.0.2
25112026-08-19T03:30:14.241Z Checking zlib-rs v0.6.2
25122026-08-19T03:30:14.241Z Checking pretty-hex v0.4.1
25132026-08-19T03:30:14.242Z Checking crc-catalog v2.4.0
25142026-08-19T03:30:14.242Z Checking proptest v1.11.0
25152026-08-19T03:30:14.242Z Checking deranged v0.5.8
25162026-08-19T03:30:14.242Z Checking crc v3.4.0
25172026-08-19T03:30:14.242Z Checking array-init v0.0.4
25182026-08-19T03:30:14.728Z Checking tower v0.5.3
25192026-08-19T03:30:14.778Z Checking packed_struct v0.10.1
25202026-08-19T03:30:14.778Z Checking smallvec v0.6.14
25212026-08-19T03:30:15.002Z Checking native-tls v0.2.18
25222026-08-19T03:30:15.002Z Checking clap v4.6.1
25232026-08-19T03:30:15.812Z Checking anstream v0.6.21
25242026-08-19T03:30:15.812Z Checking flate2 v1.1.9
25252026-08-19T03:30:15.812Z Checking num-bigint-dig v0.8.6
25262026-08-19T03:30:15.812Z Checking quote v1.0.45
25272026-08-19T03:30:16.044Z Checking ipnetwork v0.21.1
25282026-08-19T03:30:16.044Z Checking http-body-util v0.1.3
25292026-08-19T03:30:16.044Z Checking pkcs1 v0.7.5
25302026-08-19T03:30:16.044Z Checking crossbeam-utils v0.8.21
25312026-08-19T03:30:16.044Z Checking bitfield v0.19.4
25322026-08-19T03:30:16.044Z Checking zerocopy v0.6.6
25332026-08-19T03:30:16.044Z Checking ahash v0.8.12
25342026-08-19T03:30:16.044Z Checking hyper v1.10.1
25352026-08-19T03:30:16.044Z Checking bzip2-sys v0.1.13+1.0.8
25362026-08-19T03:30:16.044Z Checking scroll v0.13.0
25372026-08-19T03:30:16.044Z Checking env_filter v1.0.0
25382026-08-19T03:30:16.045Z Checking iri-string v0.7.10
25392026-08-19T03:30:16.045Z Checking unicode-properties v0.1.4
25402026-08-19T03:30:16.045Z Checking num_threads v0.1.7
25412026-08-19T03:30:16.045Z Checking hashbrown v0.12.3
25422026-08-19T03:30:16.045Z Checking winnow v0.5.40
25432026-08-19T03:30:16.045Z Checking num-conv v0.2.0
25442026-08-19T03:30:16.045Z Checking unicode-bidi v0.3.18
25452026-08-19T03:30:16.045Z Checking base64 v0.21.7
25462026-08-19T03:30:16.045Z Checking time-core v0.1.8
25472026-08-19T03:30:16.073Z Checking ryu v1.0.23
25482026-08-19T03:30:16.073Z Checking allocator-api2 v0.2.21
25492026-08-19T03:30:16.074Z Checking serde_urlencoded v0.7.1
25502026-08-19T03:30:16.074Z Checking ron v0.8.1
25512026-08-19T03:30:16.074Z Checking stringprep v0.1.5
25522026-08-19T03:30:16.074Z Checking indexmap v1.9.3
25532026-08-19T03:30:16.216Z Checking time v0.3.47
25542026-08-19T03:30:16.285Z Checking newtype-uuid v1.3.2
25552026-08-19T03:30:16.339Z Checking goblin v0.10.5
25562026-08-19T03:30:17.093Z Checking rsa v0.9.10
25572026-08-19T03:30:17.129Z Checking hyper-util v0.1.20
25582026-08-19T03:30:17.129Z Checking env_logger v0.11.9
25592026-08-19T03:30:17.129Z Checking bzip2 v0.4.4
25602026-08-19T03:30:17.129Z Checking tower-http v0.6.8
25612026-08-19T03:30:17.129Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-08-19T03:30:17.129Z Checking hashbrown v0.13.2
25632026-08-19T03:30:17.129Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-08-19T03:30:17.181Z Checking toml_edit v0.19.15
25652026-08-19T03:30:17.182Z Checking crossbeam-epoch v0.9.18
25662026-08-19T03:30:17.182Z Checking oxnet v0.1.6
25672026-08-19T03:30:17.182Z Checking syn v2.0.117
25682026-08-19T03:30:17.182Z Checking tokio-native-tls v0.3.1
25692026-08-19T03:30:17.182Z Checking serde-hex v0.1.0
25702026-08-19T03:30:18.766Z Checking bstr v1.12.1
25712026-08-19T03:30:18.849Z Checking block-padding v0.4.2
25722026-08-19T03:30:18.849Z Checking crypto-common v0.2.2
25732026-08-19T03:30:18.849Z Checking block-buffer v0.12.1
25742026-08-19T03:30:18.849Z Checking rustls-native-certs v0.8.3
25752026-08-19T03:30:18.849Z Checking x509-cert v0.2.5
25762026-08-19T03:30:18.849Z Checking scroll v0.12.0
25772026-08-19T03:30:18.849Z Checking zstd-sys v2.0.16+zstd.1.5.7
25782026-08-19T03:30:18.849Z Checking md-5 v0.10.6
25792026-08-19T03:30:18.849Z Checking hash32 v0.2.1
25802026-08-19T03:30:18.849Z Checking encoding_rs v0.8.35
25812026-08-19T03:30:18.849Z Checking mime v0.3.17
25822026-08-19T03:30:18.849Z Checking psl-types v2.0.11
25832026-08-19T03:30:18.849Z Checking fallible-iterator v0.2.0
25842026-08-19T03:30:18.849Z Checking crc-any v2.5.0
25852026-08-19T03:30:18.849Z Checking publicsuffix v2.3.0
25862026-08-19T03:30:18.849Z Checking heapless v0.7.17
25872026-08-19T03:30:18.849Z Checking postgres-protocol v0.6.10
25882026-08-19T03:30:18.849Z Checking dof v0.4.0
25892026-08-19T03:30:18.849Z Checking goblin v0.8.2
25902026-08-19T03:30:18.849Z Checking zstd-safe v7.2.4
25912026-08-19T03:30:18.849Z Checking toml v0.7.8
25922026-08-19T03:30:18.870Z Checking hyper-tls v0.6.0
25932026-08-19T03:30:18.870Z Checking inout v0.2.2
25942026-08-19T03:30:19.000Z Checking cookie v0.18.1
25952026-08-19T03:30:19.041Z Checking daft v0.1.7
25962026-08-19T03:30:19.042Z Checking object v0.30.4
25972026-08-19T03:30:19.148Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25982026-08-19T03:30:19.168Z Checking zip v0.6.6
25992026-08-19T03:30:19.204Z Checking tokio-rustls v0.26.4
26002026-08-19T03:30:19.245Z Checking phf_shared v0.13.1
26012026-08-19T03:30:19.245Z Checking dtrace-parser v0.3.0
26022026-08-19T03:30:19.610Z Checking pin-project v1.1.11
26032026-08-19T03:30:19.645Z Checking zerocopy v0.7.35
26042026-08-19T03:30:19.645Z Checking signal-hook v0.3.18
26052026-08-19T03:30:19.645Z Checking futures-executor v0.3.32
26062026-08-19T03:30:19.645Z Checking ff v0.13.1
26072026-08-19T03:30:19.645Z Checking thread-id v5.1.0
26082026-08-19T03:30:19.645Z Checking same-file v1.0.6
26092026-08-19T03:30:19.645Z Checking bumpalo v3.20.2
26102026-08-19T03:30:19.645Z Compiling rayon-core v1.13.0
26112026-08-19T03:30:19.646Z Checking foldhash v0.1.5
26122026-08-19T03:30:19.709Z Checking path-slash v0.1.5
26132026-08-19T03:30:19.726Z Checking managed v0.8.0
26142026-08-19T03:30:19.868Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-08-19T03:30:19.906Z Checking bitflags v1.3.2
26162026-08-19T03:30:19.906Z Checking foldhash v0.2.0
26172026-08-19T03:30:19.906Z Checking base16ct v0.2.0
26182026-08-19T03:30:19.906Z Checking libbz2-rs-sys v0.2.2
26192026-08-19T03:30:19.906Z Checking jiff-core v0.1.0
26202026-08-19T03:30:20.070Z Checking either v1.15.0
26212026-08-19T03:30:20.071Z Checking sec1 v0.7.3
26222026-08-19T03:30:20.071Z Checking hashbrown v0.16.1
26232026-08-19T03:30:20.119Z Checking smoltcp v0.9.1
26242026-08-19T03:30:20.159Z Checking zopfli v0.8.3
26252026-08-19T03:30:20.724Z Checking bzip2 v0.6.1
26262026-08-19T03:30:20.767Z Checking hashbrown v0.15.5
26272026-08-19T03:30:20.767Z Checking walkdir v2.5.0
26282026-08-19T03:30:20.767Z Checking group v0.13.0
26292026-08-19T03:30:20.767Z Checking dof v0.3.0
26302026-08-19T03:30:20.767Z Checking jiff v0.2.34
26312026-08-19T03:30:20.767Z Checking signal-hook-mio v0.2.5
26322026-08-19T03:30:20.767Z Checking futures v0.3.32
26332026-08-19T03:30:20.767Z Checking usdt-impl v0.6.0
26342026-08-19T03:30:20.767Z Checking hyper-rustls v0.27.7
26352026-08-19T03:30:20.767Z Checking phf v0.13.1
26362026-08-19T03:30:20.768Z Checking snafu v0.8.9
26372026-08-19T03:30:23.093Z Checking cookie_store v0.22.1
26382026-08-19T03:30:23.143Z Checking cipher v0.5.2
26392026-08-19T03:30:23.143Z Checking reqwest v0.12.28
26402026-08-19T03:30:23.143Z Checking postgres-types v0.2.12
26412026-08-19T03:30:23.143Z Checking zstd v0.13.3
26422026-08-19T03:30:23.143Z Checking rustls-platform-verifier v0.6.2
26432026-08-19T03:30:23.143Z Checking globset v0.4.18
26442026-08-19T03:30:23.143Z Checking crossbeam-deque v0.8.6
26452026-08-19T03:30:23.144Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26462026-08-19T03:30:23.144Z Checking phf_shared v0.11.3
26472026-08-19T03:30:23.144Z Checking hkdf v0.12.4
26482026-08-19T03:30:23.144Z Checking regex v1.12.3
26492026-08-19T03:30:23.144Z Checking dtrace-parser v0.2.0
26502026-08-19T03:30:23.144Z Checking curve25519-dalek v4.1.3
26512026-08-19T03:30:23.144Z Checking ref-cast v1.0.25
26522026-08-19T03:30:23.144Z Checking byte-wrapper v0.1.0
26532026-08-19T03:30:23.144Z Checking olpc-cjson v0.1.4
26542026-08-19T03:30:23.144Z Checking strum v0.27.2
26552026-08-19T03:30:23.144Z Checking ed25519 v2.2.3
26562026-08-19T03:30:23.144Z Checking hubpack v0.1.2
26572026-08-19T03:30:23.144Z Checking memoffset v0.9.1
26582026-08-19T03:30:23.144Z Checking rustix v0.38.44
26592026-08-19T03:30:23.144Z Checking pem v3.0.6
26602026-08-19T03:30:23.144Z Checking serde-big-array v0.5.1
26612026-08-19T03:30:23.145Z Checking erased-serde v0.3.31
26622026-08-19T03:30:23.145Z Checking serde_plain v1.0.2
26632026-08-19T03:30:23.145Z Checking float-cmp v0.10.0
26642026-08-19T03:30:23.145Z Checking crypto-bigint v0.5.5
26652026-08-19T03:30:23.145Z Checking memmap2 v0.9.10
26662026-08-19T03:30:23.145Z Checking thread-id v4.2.2
26672026-08-19T03:30:23.145Z Checking keccak v0.1.6
26682026-08-19T03:30:24.916Z Checking cpufeatures v0.3.0
26692026-08-19T03:30:24.916Z Checking new_debug_unreachable v1.0.6
26702026-08-19T03:30:24.916Z Checking const-oid v0.10.2
26712026-08-19T03:30:24.916Z Checking precomputed-hash v0.1.1
26722026-08-19T03:30:24.916Z Checking typed-path v0.9.3
26732026-08-19T03:30:24.916Z Checking difflib v0.4.0
26742026-08-19T03:30:24.917Z Checking predicates-core v1.0.10
26752026-08-19T03:30:24.917Z Checking winnow v0.7.14
26762026-08-19T03:30:24.917Z Checking fixedbitset v0.4.2
26772026-08-19T03:30:24.917Z Checking data-encoding v2.10.0
26782026-08-19T03:30:24.917Z Checking whoami v2.1.0
26792026-08-19T03:30:24.917Z Checking normalize-line-endings v0.3.0
26802026-08-19T03:30:24.917Z Checking static_assertions v1.1.0
26812026-08-19T03:30:24.917Z Checking toml_write v0.1.2
26822026-08-19T03:30:24.917Z Checking unicode-segmentation v1.12.0
26832026-08-19T03:30:24.917Z Checking fixedbitset v0.5.7
26842026-08-19T03:30:24.917Z Checking winnow v1.0.3
26852026-08-19T03:30:24.917Z Checking zip v4.6.1
26862026-08-19T03:30:24.917Z Checking hickory-proto v0.25.2
26872026-08-19T03:30:24.917Z Checking petgraph v0.8.3
26882026-08-19T03:30:24.917Z Checking elliptic-curve v0.13.8
26892026-08-19T03:30:24.917Z Checking similar v2.7.0
26902026-08-19T03:30:24.917Z Checking tough v0.22.0
26912026-08-19T03:30:24.917Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26922026-08-19T03:30:24.917Z Checking tokio-postgres v0.7.16
26932026-08-19T03:30:24.917Z Checking crossterm v0.28.1
26942026-08-19T03:30:24.917Z Checking toml_edit v0.22.27
26952026-08-19T03:30:24.917Z Checking toml_parser v1.1.2+spec-1.1.0
26962026-08-19T03:30:24.917Z Checking predicates v3.1.4
26972026-08-19T03:30:24.918Z Checking petgraph v0.6.5
26982026-08-19T03:30:24.918Z Checking digest v0.11.3
26992026-08-19T03:30:24.918Z Checking ed25519-dalek v2.2.0
27002026-08-19T03:30:24.918Z Checking string_cache v0.8.9
27012026-08-19T03:30:24.918Z Checking slog v2.8.2
27022026-08-19T03:30:24.918Z Checking sha3 v0.10.8
27032026-08-19T03:30:24.918Z Checking chacha20 v0.10.0
27042026-08-19T03:30:24.918Z Checking usdt v0.6.0
27052026-08-19T03:30:24.918Z Checking usdt-impl v0.5.0
27062026-08-19T03:30:24.918Z Checking nix v0.31.2
27072026-08-19T03:30:24.918Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27082026-08-19T03:30:24.918Z Checking iddqd v0.4.2
27092026-08-19T03:30:24.918Z Checking reqwest v0.13.2
27102026-08-19T03:30:25.194Z Checking itertools v0.13.0
27112026-08-19T03:30:25.434Z Checking strum v0.26.3
27122026-08-19T03:30:25.434Z Checking serde_with v3.21.0
27132026-08-19T03:30:25.434Z Checking fs-err v3.3.0
27142026-08-19T03:30:25.434Z Checking object v0.37.3
27152026-08-19T03:30:25.435Z Checking tokio-stream v0.1.18
27162026-08-19T03:30:26.565Z Checking buf-list v1.1.2
27172026-08-19T03:30:26.565Z Checking camino v1.2.2
27182026-08-19T03:30:26.669Z Checking anyhow v1.0.102
27192026-08-19T03:30:26.670Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27202026-08-19T03:30:26.670Z Checking openapiv3 v2.2.0
27212026-08-19T03:30:26.670Z Checking peg-runtime v0.8.5
27222026-08-19T03:30:26.670Z Checking lalrpop-util v0.19.12
27232026-08-19T03:30:26.670Z Checking rayon v1.11.0
27242026-08-19T03:30:26.670Z Checking sigpipe v0.1.3
27252026-08-19T03:30:26.670Z Checking glob v0.3.3
27262026-08-19T03:30:27.674Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272026-08-19T03:30:27.756Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27282026-08-19T03:30:27.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.82s
27292026-08-19T03:30:29.919Z
27302026-08-19T03:30:29.919Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27312026-08-19T03:30:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-08-19T03:30:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-08-19T03:30:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342026-08-19T03:30:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27352026-08-19T03:30:31.598Z
27362026-08-19T03:30:31.598Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27372026-08-19T03:30:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382026-08-19T03:30:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392026-08-19T03:30:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402026-08-19T03:30:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27412026-08-19T03:30:31.598Z
27422026-08-19T03:30:31.598Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27432026-08-19T03:30:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442026-08-19T03:30:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452026-08-19T03:30:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462026-08-19T03:30:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27472026-08-19T03:30:31.598Z
27482026-08-19T03:30:31.598Zinfo: running `cargo check --bins` on oxql-types (82/335)
27492026-08-19T03:30:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-08-19T03:30:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-08-19T03:30:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522026-08-19T03:30:31.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27532026-08-19T03:30:31.659Z
27542026-08-19T03:30:31.659Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27552026-08-19T03:30:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-08-19T03:30:31.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-08-19T03:30:31.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-08-19T03:30:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27592026-08-19T03:30:31.660Z
27602026-08-19T03:30:31.660Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27612026-08-19T03:30:31.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-08-19T03:30:31.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-08-19T03:30:31.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-08-19T03:30:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27652026-08-19T03:30:31.660Z
27662026-08-19T03:30:31.660Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27672026-08-19T03:30:31.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-08-19T03:30:31.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-08-19T03:30:31.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-08-19T03:30:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27712026-08-19T03:30:32.266Z
27722026-08-19T03:30:32.266Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27732026-08-19T03:30:32.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-08-19T03:30:32.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-08-19T03:30:32.650Z Compiling multer v3.1.0
27762026-08-19T03:30:33.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-19T03:30:33.817Z Compiling async-stream-impl v0.3.6
27782026-08-19T03:30:33.817Z Compiling dropshot v0.17.1
27792026-08-19T03:30:33.817Z Compiling parse-display-derive v0.10.0
27802026-08-19T03:30:33.817Z Compiling newtype-uuid-macros v0.1.0
27812026-08-19T03:30:33.817Z Compiling dropshot_endpoint v0.17.1
27822026-08-19T03:30:33.817Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27832026-08-19T03:30:33.817Z Checking thread_local v1.1.9
27842026-08-19T03:30:33.817Z Checking match_cfg v0.1.0
27852026-08-19T03:30:34.066Z Checking compression-core v0.4.31
27862026-08-19T03:30:34.066Z Checking hostname v0.3.1
27872026-08-19T03:30:34.066Z Checking crossbeam-channel v0.5.15
27882026-08-19T03:30:34.066Z Checking compression-codecs v0.4.37
27892026-08-19T03:30:34.066Z Checking atomicwrites v0.4.4
27902026-08-19T03:30:34.066Z Checking slog-json v2.6.1
27912026-08-19T03:30:34.066Z Checking toml_datetime v1.1.1+spec-1.1.0
27922026-08-19T03:30:34.066Z Checking serde_spanned v1.1.1
27932026-08-19T03:30:34.066Z Checking is-terminal v0.4.17
27942026-08-19T03:30:34.066Z Checking term v1.2.1
27952026-08-19T03:30:34.066Z Checking debug-ignore v1.0.5
27962026-08-19T03:30:34.066Z Checking take_mut v0.2.2
27972026-08-19T03:30:34.066Z Checking toml_writer v1.1.1+spec-1.1.0
27982026-08-19T03:30:34.066Z Checking slog-bunyan v2.5.0
27992026-08-19T03:30:34.066Z Checking async-compression v0.4.41
28002026-08-19T03:30:34.066Z Checking async-stream v0.3.6
28012026-08-19T03:30:34.066Z Checking slog-async v2.8.0
28022026-08-19T03:30:34.067Z Checking slog-term v2.9.2
28032026-08-19T03:30:34.067Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28042026-08-19T03:30:34.067Z Checking toml v1.1.2+spec-1.1.0
28052026-08-19T03:30:34.067Z Checking progenitor-client v0.14.0
28062026-08-19T03:30:34.067Z Checking sha1 v0.11.0
28072026-08-19T03:30:34.067Z Checking waitgroup v0.1.2
28082026-08-19T03:30:34.067Z Checking rustls-pemfile v2.2.0
28092026-08-19T03:30:34.067Z Checking backon v1.6.0
28102026-08-19T03:30:34.067Z Checking serde_path_to_error v0.1.20
28112026-08-19T03:30:34.067Z Checking hostname v0.4.2
28122026-08-19T03:30:34.067Z Checking instant v0.1.13
28132026-08-19T03:30:34.067Z Checking progenitor-extras v0.2.0
28142026-08-19T03:30:34.067Z Checking backoff v0.4.0
28152026-08-19T03:30:34.172Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28162026-08-19T03:30:34.172Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28172026-08-19T03:30:34.172Z Checking itertools v0.14.0
28182026-08-19T03:30:34.172Z Checking regress v0.10.5
28192026-08-19T03:30:34.172Z Checking macaddr v1.0.1
28202026-08-19T03:30:34.250Z Checking parse-display v0.10.0
28212026-08-19T03:30:34.354Z Checking humantime v2.3.0
28222026-08-19T03:30:37.252Z Compiling prettyplease v0.2.37
28232026-08-19T03:30:37.323Z Checking num-rational v0.4.2
28242026-08-19T03:30:37.323Z Checking num-complex v0.4.6
28252026-08-19T03:30:37.323Z Compiling num v0.4.3
28262026-08-19T03:30:37.323Z Compiling usdt-attr-macro v0.5.0
28272026-08-19T03:30:37.323Z Compiling usdt-macro v0.5.0
28282026-08-19T03:30:37.323Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28292026-08-19T03:30:37.323Z Checking memmap v0.7.0
28302026-08-19T03:30:37.323Z Checking float-ord v0.3.2
28312026-08-19T03:30:37.323Z Checking unicode-width v0.2.0
28322026-08-19T03:30:37.323Z Compiling convert_case v0.4.0
28332026-08-19T03:30:37.323Z Checking console v0.15.11
28342026-08-19T03:30:37.323Z Compiling derive_more v0.99.20
28352026-08-19T03:30:38.713Z Checking newline-converter v0.3.0
28362026-08-19T03:30:38.713Z Compiling toml v0.8.23
28372026-08-19T03:30:38.714Z Checking usdt v0.5.0
28382026-08-19T03:30:38.714Z Checking linked-hash-map v0.5.6
28392026-08-19T03:30:38.714Z Compiling minimal-lexical v0.2.1
28402026-08-19T03:30:38.714Z Checking lru-cache v0.1.2
28412026-08-19T03:30:38.715Z Checking expectorate v1.2.0
28422026-08-19T03:30:38.715Z Compiling nom v7.1.3
28432026-08-19T03:30:38.826Z Checking camino-tempfile v1.4.1
28442026-08-19T03:30:38.826Z Checking hickory-proto v0.24.4
28452026-08-19T03:30:38.826Z Checking phf_shared v0.12.1
28462026-08-19T03:30:38.826Z Compiling slog-dtrace v0.3.0
28472026-08-19T03:30:38.827Z Checking heck v0.5.0
28482026-08-19T03:30:38.827Z Checking resolv-conf v0.7.6
28492026-08-19T03:30:38.827Z Compiling unicode-xid v0.2.6
28502026-08-19T03:30:38.827Z Compiling chrono-tz v0.10.4
28512026-08-19T03:30:38.827Z Compiling const_format_proc_macros v0.2.34
28522026-08-19T03:30:38.827Z Checking phf v0.12.1
28532026-08-19T03:30:38.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-08-19T03:30:39.821Z Checking tokio-dtrace v0.1.1
28552026-08-19T03:30:39.854Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28562026-08-19T03:30:39.854Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-08-19T03:30:39.854Z Compiling derive-where v1.6.0
28582026-08-19T03:30:39.854Z Checking highway v1.3.0
28592026-08-19T03:30:39.854Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-19T03:30:39.854Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28612026-08-19T03:30:39.855Z Checking hickory-resolver v0.24.4
28622026-08-19T03:30:40.772Z Checking const_format v0.2.35
28632026-08-19T03:30:40.807Z Checking oxide-tokio-rt v0.1.4
28642026-08-19T03:30:40.807Z Checking qorb v0.4.1
28652026-08-19T03:30:40.807Z Checking gethostname v0.5.0
28662026-08-19T03:30:40.807Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672026-08-19T03:30:40.807Z Checking bcs v0.1.6
28682026-08-19T03:30:40.807Z Checking termtree v0.5.1
28692026-08-19T03:30:40.912Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28702026-08-19T03:30:41.426Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-08-19T03:30:41.461Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28722026-08-19T03:30:44.022Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28732026-08-19T03:30:47.104Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28742026-08-19T03:30:49.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.64s
28752026-08-19T03:30:49.480Z
28762026-08-19T03:30:49.480Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28772026-08-19T03:30:50.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-19T03:30:50.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-19T03:30:50.212Z Compiling ar_archive_writer v0.5.1
28802026-08-19T03:30:50.269Z Compiling stacker v0.1.23
28812026-08-19T03:30:50.288Z Compiling cfg_aliases v0.1.1
28822026-08-19T03:30:50.288Z Compiling convert_case v0.10.0
28832026-08-19T03:30:50.288Z Checking unicode-width v0.1.14
28842026-08-19T03:30:50.306Z Compiling proc-macro-error v1.0.4
28852026-08-19T03:30:50.306Z Checking fd-lock v4.0.4
28862026-08-19T03:30:50.306Z Checking nibble_vec v0.1.0
28872026-08-19T03:30:51.727Z Compiling nix v0.28.0
28882026-08-19T03:30:51.766Z Checking vte v0.14.1
28892026-08-19T03:30:51.766Z Compiling recursive-proc-macro-impl v0.1.1
28902026-08-19T03:30:51.766Z Checking endian-type v0.1.2
28912026-08-19T03:30:51.766Z Checking bytecount v0.6.9
28922026-08-19T03:30:51.766Z Compiling derive_more-impl v2.1.1
28932026-08-19T03:30:51.767Z Checking strip-ansi-escapes v0.2.1
28942026-08-19T03:30:51.767Z Compiling tabled_derive v0.7.0
28952026-08-19T03:30:51.767Z Checking papergrid v0.11.0
28962026-08-19T03:30:51.767Z Checking radix_trie v0.2.1
28972026-08-19T03:30:51.767Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982026-08-19T03:30:51.767Z Compiling peg-macros v0.8.5
28992026-08-19T03:30:51.767Z Checking winnow v0.6.26
29002026-08-19T03:30:51.767Z Compiling psm v0.1.30
29012026-08-19T03:30:51.767Z Compiling sqlparser_derive v0.5.0
29022026-08-19T03:30:51.767Z Checking home v0.5.12
29032026-08-19T03:30:51.767Z Checking unicode_categories v0.1.1
29042026-08-19T03:30:51.767Z Checking derive_more v2.1.1
29052026-08-19T03:30:51.767Z Checking nu-ansi-term v0.50.3
29062026-08-19T03:30:51.767Z Checking crossterm v0.29.0
29072026-08-19T03:30:51.767Z Checking tabled v0.15.0
29082026-08-19T03:30:51.767Z Checking rustyline v14.0.0
29092026-08-19T03:30:51.767Z Checking reedline v0.40.0
29102026-08-19T03:30:52.683Z Checking recursive v0.1.1
29112026-08-19T03:30:52.683Z Checking display-error-chain v0.2.2
29122026-08-19T03:30:52.683Z Checking sqlparser v0.61.0
29132026-08-19T03:30:52.684Z Checking sqlformat v0.3.5
29142026-08-19T03:30:52.684Z Checking peg v0.8.5
29152026-08-19T03:31:03.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
29162026-08-19T03:31:03.493Z
29172026-08-19T03:31:03.493Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29182026-08-19T03:31:03.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-19T03:31:04.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-19T03:31:04.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-08-19T03:31:07.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
29222026-08-19T03:31:07.735Z
29232026-08-19T03:31:07.735Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29242026-08-19T03:31:08.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-19T03:31:08.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-19T03:31:08.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-19T03:31:11.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
29282026-08-19T03:31:11.948Z
29292026-08-19T03:31:11.948Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29302026-08-19T03:31:11.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-19T03:31:11.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-19T03:31:11.948Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-19T03:31:15.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
29342026-08-19T03:31:15.774Z
29352026-08-19T03:31:15.774Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29362026-08-19T03:31:15.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-19T03:31:15.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-19T03:31:15.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-19T03:31:19.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29402026-08-19T03:31:19.274Z
29412026-08-19T03:31:19.284Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29422026-08-19T03:31:19.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-19T03:31:19.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-19T03:31:19.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-08-19T03:31:25.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
29462026-08-19T03:31:25.804Z
29472026-08-19T03:31:25.804Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29482026-08-19T03:31:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-19T03:31:25.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-19T03:31:25.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29512026-08-19T03:31:26.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29522026-08-19T03:31:26.557Z
29532026-08-19T03:31:26.557Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29542026-08-19T03:31:26.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-19T03:31:26.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-19T03:31:27.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572026-08-19T03:31:30.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
29582026-08-19T03:31:30.530Z
29592026-08-19T03:31:30.530Zinfo: running `cargo check --bins` on oximeter (95/335)
29602026-08-19T03:31:31.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-19T03:31:31.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-19T03:31:31.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-08-19T03:31:31.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29642026-08-19T03:31:31.135Z
29652026-08-19T03:31:31.135Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29662026-08-19T03:31:31.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-19T03:31:31.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-19T03:31:31.706Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-08-19T03:31:32.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29702026-08-19T03:31:32.250Z
29712026-08-19T03:31:32.250Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29722026-08-19T03:31:32.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-19T03:31:32.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-19T03:31:32.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-19T03:31:32.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29762026-08-19T03:31:32.876Z
29772026-08-19T03:31:32.877Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29782026-08-19T03:31:33.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-19T03:31:33.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-19T03:31:33.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-19T03:31:33.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29822026-08-19T03:31:33.385Z
29832026-08-19T03:31:33.385Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29842026-08-19T03:31:33.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-19T03:31:33.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-19T03:31:33.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-19T03:31:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29882026-08-19T03:31:33.963Z
29892026-08-19T03:31:33.963Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29902026-08-19T03:31:34.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-19T03:31:34.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-19T03:31:34.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-19T03:31:34.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942026-08-19T03:31:34.555Z
29952026-08-19T03:31:34.556Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29962026-08-19T03:31:34.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-19T03:31:34.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-19T03:31:34.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-19T03:31:34.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30002026-08-19T03:31:35.107Z
30012026-08-19T03:31:35.107Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30022026-08-19T03:31:35.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-19T03:31:35.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-19T03:31:35.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-19T03:31:35.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30062026-08-19T03:31:35.622Z
30072026-08-19T03:31:35.622Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30082026-08-19T03:31:36.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-19T03:31:36.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-19T03:31:36.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-19T03:31:36.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30122026-08-19T03:31:36.175Z
30132026-08-19T03:31:36.175Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30142026-08-19T03:31:36.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-19T03:31:36.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-19T03:31:36.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-19T03:31:36.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30182026-08-19T03:31:36.751Z
30192026-08-19T03:31:36.751Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30202026-08-19T03:31:37.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-19T03:31:37.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-19T03:31:37.525Z Compiling regress v0.11.1
30232026-08-19T03:31:37.525Z Checking secrecy v0.10.3
30242026-08-19T03:31:37.525Z Compiling crucible-workspace-hack v0.1.0
30252026-08-19T03:31:37.538Z Compiling proc-macro-crate v1.3.1
30262026-08-19T03:31:37.539Z Checking half v2.7.1
30272026-08-19T03:31:37.539Z Checking ciborium-io v0.2.2
30282026-08-19T03:31:37.543Z Checking inout v0.1.4
30292026-08-19T03:31:37.543Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30302026-08-19T03:31:37.818Z Checking cipher v0.4.4
30312026-08-19T03:31:37.921Z Checking universal-hash v0.5.1
30322026-08-19T03:31:37.982Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30332026-08-19T03:31:37.982Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30342026-08-19T03:31:37.982Z Checking ciborium-ll v0.2.2
30352026-08-19T03:31:38.030Z Compiling thiserror-impl-no-std v2.0.2
30362026-08-19T03:31:38.030Z Checking opaque-debug v0.3.1
30372026-08-19T03:31:38.061Z Checking poly1305 v0.8.0
30382026-08-19T03:31:38.090Z Checking chacha20 v0.9.1
30392026-08-19T03:31:38.114Z Checking ciborium v0.2.2
30402026-08-19T03:31:38.163Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-19T03:31:38.279Z Checking password-hash v0.5.0
30422026-08-19T03:31:38.322Z Checking blake2 v0.10.6
30432026-08-19T03:31:38.338Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30442026-08-19T03:31:38.424Z Checking aead v0.5.2
30452026-08-19T03:31:38.504Z Compiling unsafe-libyaml v0.2.11
30462026-08-19T03:31:38.528Z Checking indent_write v2.2.0
30472026-08-19T03:31:38.528Z Checking argon2 v0.5.3
30482026-08-19T03:31:38.558Z Checking chacha20poly1305 v0.10.1
30492026-08-19T03:31:38.664Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30502026-08-19T03:31:38.694Z Compiling num_enum_derive v0.7.6
30512026-08-19T03:31:38.899Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30522026-08-19T03:31:39.089Z Compiling serde_yaml v0.9.34+deprecated
30532026-08-19T03:31:39.110Z Checking thiserror-no-std v2.0.2
30542026-08-19T03:31:39.194Z Checking vsss-rs v3.3.4
30552026-08-19T03:31:40.821Z Checking typify-impl v0.6.2
30562026-08-19T03:31:41.015Z Compiling itertools v0.15.0
30572026-08-19T03:31:41.015Z Checking num_enum v0.7.6
30582026-08-19T03:31:41.015Z Compiling heapless v0.8.0
30592026-08-19T03:31:41.015Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-19T03:31:41.015Z Checking hash32 v0.3.1
30612026-08-19T03:31:41.016Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30622026-08-19T03:31:41.016Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-08-19T03:31:41.016Z Compiling smoltcp v0.11.0
30642026-08-19T03:31:41.016Z Checking tabwriter v1.4.1
30652026-08-19T03:31:41.016Z Checking cobs v0.3.0
30662026-08-19T03:31:41.016Z Compiling ingot-macros v0.2.0
30672026-08-19T03:31:41.016Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30682026-08-19T03:31:41.016Z Checking postcard v1.1.3
30692026-08-19T03:31:41.016Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30702026-08-19T03:31:41.016Z Compiling foreign-types-macros v0.2.3
30712026-08-19T03:31:51.527Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30722026-08-19T03:31:51.527Z Checking swrite v0.1.0
30732026-08-19T03:31:51.527Z Checking foreign-types-shared v0.3.1
30742026-08-19T03:31:51.527Z Checking colored v3.1.1
30752026-08-19T03:31:57.473Z Compiling num_enum_derive v0.5.11
30762026-08-19T03:31:57.473Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30772026-08-19T03:31:57.474Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30782026-08-19T03:31:57.474Z Checking foreign-types v0.5.0
30792026-08-19T03:31:57.474Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30802026-08-19T03:31:57.474Z Checking cstr-argument v0.1.2
30812026-08-19T03:31:57.474Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30822026-08-19T03:31:57.474Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30832026-08-19T03:31:57.474Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30842026-08-19T03:31:57.474Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30852026-08-19T03:31:57.474Z Checking rand v0.10.1
30862026-08-19T03:32:04.194Z Checking itertools v0.12.1
30872026-08-19T03:32:04.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-19T03:32:04.195Z Compiling zone_cfg_derive v0.3.1
30892026-08-19T03:32:04.195Z Checking num_enum v0.5.11
30902026-08-19T03:32:04.195Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30912026-08-19T03:32:04.195Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30922026-08-19T03:32:04.195Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30932026-08-19T03:32:04.195Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30942026-08-19T03:32:04.195Z Compiling num-derive v0.4.2
30952026-08-19T03:32:04.195Z Compiling semver v0.1.20
30962026-08-19T03:32:04.195Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30972026-08-19T03:32:04.195Z Checking zone v0.3.1
30982026-08-19T03:32:04.195Z Compiling rustc_version v0.1.7
30992026-08-19T03:32:04.195Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31002026-08-19T03:32:04.195Z Checking smf v0.2.3
31012026-08-19T03:32:04.195Z Checking nom v8.0.0
31022026-08-19T03:32:04.195Z Checking ingot-types v0.2.0
31032026-08-19T03:32:04.195Z Checking csv-core v0.1.13
31042026-08-19T03:32:04.195Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31052026-08-19T03:32:04.195Z Checking whoami v1.6.1
31062026-08-19T03:32:04.195Z Checking csv v1.4.0
31072026-08-19T03:32:04.195Z Compiling newtype_derive v0.1.6
31082026-08-19T03:32:04.195Z Checking ingot v0.2.1
31092026-08-19T03:32:04.195Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-08-19T03:32:04.195Z Compiling typify-macro v0.6.2
31112026-08-19T03:32:04.195Z Compiling cancel-safe-futures v0.1.5
31122026-08-19T03:32:04.195Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31132026-08-19T03:32:04.195Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31142026-08-19T03:32:04.195Z Compiling owo-colors v4.3.0
31152026-08-19T03:32:04.195Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31162026-08-19T03:32:04.195Z Compiling libefi-sys v0.1.0
31172026-08-19T03:32:04.195Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31182026-08-19T03:32:04.195Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31192026-08-19T03:32:04.195Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-08-19T03:32:04.195Z Checking oxide-update-engine-types v0.1.2
31212026-08-19T03:32:04.195Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31222026-08-19T03:32:04.195Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31232026-08-19T03:32:04.196Z Compiling bitfield-struct v0.6.2
31242026-08-19T03:32:04.196Z Checking unicode-linebreak v0.1.5
31252026-08-19T03:32:04.196Z Checking smawk v0.3.2
31262026-08-19T03:32:04.196Z Checking linear-map v1.2.0
31272026-08-19T03:32:04.196Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31282026-08-19T03:32:04.196Z Checking textwrap v0.16.2
31292026-08-19T03:32:04.196Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31302026-08-19T03:32:04.196Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31312026-08-19T03:32:04.196Z Checking steno v0.4.1
31322026-08-19T03:32:04.196Z Checking oxide-update-engine v0.1.2
31332026-08-19T03:32:05.946Z Compiling typify v0.6.2
31342026-08-19T03:32:05.947Z Compiling progenitor-impl v0.14.0
31352026-08-19T03:32:05.947Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31362026-08-19T03:32:05.947Z Checking sha1 v0.10.6
31372026-08-19T03:32:05.947Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31382026-08-19T03:32:05.947Z Checking utf-8 v0.7.6
31392026-08-19T03:32:05.947Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31402026-08-19T03:32:05.947Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31412026-08-19T03:32:05.947Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31422026-08-19T03:32:05.947Z Checking tungstenite v0.21.0
31432026-08-19T03:32:05.947Z Checking ignore v0.4.25
31442026-08-19T03:32:05.947Z Compiling xshell-macros v0.2.7
31452026-08-19T03:32:05.947Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-19T03:32:05.947Z Checking predicates-tree v1.0.13
31472026-08-19T03:32:05.948Z Checking tokio-tungstenite v0.21.0
31482026-08-19T03:32:05.948Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31492026-08-19T03:32:05.948Z Checking xshell v0.2.7
31502026-08-19T03:32:05.948Z Checking globwalk v0.9.1
31512026-08-19T03:32:05.948Z Checking filetime v0.2.27
31522026-08-19T03:32:05.948Z Checking xattr v1.6.1
31532026-08-19T03:32:05.948Z Checking tagptr v0.2.0
31542026-08-19T03:32:05.948Z Checking camino-tempfile-ext v0.3.3
31552026-08-19T03:32:05.948Z Checking tar v0.4.46
31562026-08-19T03:32:05.948Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31572026-08-19T03:32:05.948Z Checking moka v0.12.13
31582026-08-19T03:32:05.948Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-19T03:32:05.948Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31602026-08-19T03:32:05.948Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31612026-08-19T03:32:05.948Z Checking rand_seeder v0.4.0
31622026-08-19T03:32:05.948Z Checking half v1.8.3
31632026-08-19T03:32:05.948Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31642026-08-19T03:32:05.949Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-19T03:32:05.949Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-19T03:32:05.949Z Checking serde_cbor v0.11.2
31672026-08-19T03:32:05.949Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31682026-08-19T03:32:05.949Z Checking hickory-resolver v0.25.2
31692026-08-19T03:32:05.949Z Checking sha2 v0.11.0
31702026-08-19T03:32:05.949Z Checking digest-io v0.1.0
31712026-08-19T03:32:05.949Z Compiling progenitor-macro v0.14.0
31722026-08-19T03:32:05.949Z Compiling petname v2.0.2
31732026-08-19T03:32:05.949Z Checking rawzip v0.4.4
31742026-08-19T03:32:05.949Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-08-19T03:32:05.949Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31762026-08-19T03:32:05.949Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-08-19T03:32:05.949Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31782026-08-19T03:32:05.949Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31792026-08-19T03:32:05.949Z Checking sapling-renderdag v0.1.0
31802026-08-19T03:32:05.949Z Checking subprocess v0.2.15
31812026-08-19T03:32:05.949Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31822026-08-19T03:32:05.949Z Checking sync-ptr v0.1.4
31832026-08-19T03:32:05.949Z Checking colored v2.2.0
31842026-08-19T03:32:05.950Z Checking assert_matches v1.5.0
31852026-08-19T03:32:05.950Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31862026-08-19T03:32:05.950Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-08-19T03:32:05.950Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31882026-08-19T03:32:05.950Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31892026-08-19T03:32:05.950Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31902026-08-19T03:32:05.950Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31912026-08-19T03:32:05.950Z Checking progenitor v0.14.0
31922026-08-19T03:32:05.950Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31932026-08-19T03:32:05.950Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31942026-08-19T03:32:05.950Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31952026-08-19T03:32:05.950Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31962026-08-19T03:32:05.950Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31972026-08-19T03:32:05.950Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31982026-08-19T03:32:05.950Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31992026-08-19T03:32:05.950Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32002026-08-19T03:32:05.950Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012026-08-19T03:32:05.950Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32022026-08-19T03:32:05.950Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32032026-08-19T03:32:05.950Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32042026-08-19T03:32:05.950Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32052026-08-19T03:32:06.271Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32062026-08-19T03:32:10.271Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-08-19T03:32:10.271Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32082026-08-19T03:32:10.297Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32092026-08-19T03:32:11.753Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-08-19T03:32:13.022Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32112026-08-19T03:32:15.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.48s
32122026-08-19T03:32:15.433Z
32132026-08-19T03:32:15.433Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32142026-08-19T03:32:15.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-19T03:32:16.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-19T03:32:16.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-08-19T03:32:16.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32182026-08-19T03:32:16.071Z
32192026-08-19T03:32:16.071Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32202026-08-19T03:32:16.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-19T03:32:16.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-19T03:32:16.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-08-19T03:32:16.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32242026-08-19T03:32:16.613Z
32252026-08-19T03:32:16.613Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32262026-08-19T03:32:17.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-19T03:32:17.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-19T03:32:17.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-08-19T03:32:17.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32302026-08-19T03:32:17.163Z
32312026-08-19T03:32:17.163Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32322026-08-19T03:32:17.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-19T03:32:17.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-19T03:32:17.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-08-19T03:32:17.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32362026-08-19T03:32:17.773Z
32372026-08-19T03:32:17.773Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32382026-08-19T03:32:18.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-19T03:32:18.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-19T03:32:18.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-08-19T03:32:18.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32422026-08-19T03:32:18.251Z
32432026-08-19T03:32:18.252Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32442026-08-19T03:32:18.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-19T03:32:18.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-19T03:32:18.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-08-19T03:32:18.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32482026-08-19T03:32:18.799Z
32492026-08-19T03:32:18.799Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32502026-08-19T03:32:19.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-19T03:32:19.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-19T03:32:19.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-08-19T03:32:19.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32542026-08-19T03:32:19.354Z
32552026-08-19T03:32:19.354Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32562026-08-19T03:32:19.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-19T03:32:19.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-19T03:32:19.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-08-19T03:32:19.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32602026-08-19T03:32:19.876Z
32612026-08-19T03:32:19.876Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32622026-08-19T03:32:20.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-19T03:32:20.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-19T03:32:20.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-08-19T03:32:20.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32662026-08-19T03:32:20.462Z
32672026-08-19T03:32:20.462Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32682026-08-19T03:32:20.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-19T03:32:21.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-19T03:32:21.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-19T03:32:21.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32722026-08-19T03:32:21.129Z
32732026-08-19T03:32:21.129Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32742026-08-19T03:32:21.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-19T03:32:21.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-19T03:32:21.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-19T03:32:21.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32782026-08-19T03:32:21.583Z
32792026-08-19T03:32:21.583Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32802026-08-19T03:32:22.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-19T03:32:22.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-19T03:32:22.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-19T03:32:22.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32842026-08-19T03:32:22.229Z
32852026-08-19T03:32:22.229Zinfo: running `cargo check --bins` on key-manager (118/335)
32862026-08-19T03:32:22.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-19T03:32:22.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-19T03:32:22.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-19T03:32:22.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32902026-08-19T03:32:22.727Z
32912026-08-19T03:32:22.727Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32922026-08-19T03:32:23.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-19T03:32:23.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-19T03:32:23.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-19T03:32:23.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32962026-08-19T03:32:23.320Z
32972026-08-19T03:32:23.320Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
32982026-08-19T03:32:23.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-19T03:32:23.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-19T03:32:23.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-19T03:32:23.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33022026-08-19T03:32:23.957Z
33032026-08-19T03:32:23.957Zinfo: running `cargo check --bins` on typed-rng (121/335)
33042026-08-19T03:32:24.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-19T03:32:24.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-19T03:32:24.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-08-19T03:32:24.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33082026-08-19T03:32:24.404Z
33092026-08-19T03:32:24.404Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33102026-08-19T03:32:24.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-08-19T03:32:24.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-08-19T03:32:24.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-08-19T03:32:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33142026-08-19T03:32:25.029Z
33152026-08-19T03:32:25.029Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33162026-08-19T03:32:25.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-08-19T03:32:25.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-08-19T03:32:25.742Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-08-19T03:32:25.742Z Checking void v1.0.2
33202026-08-19T03:32:25.748Z Checking tungstenite v0.23.0
33212026-08-19T03:32:25.748Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33222026-08-19T03:32:25.748Z Checking nix v0.27.1
33232026-08-19T03:32:25.842Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-19T03:32:25.848Z Checking dropshot-api-manager-types v0.7.2
33252026-08-19T03:32:25.848Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33262026-08-19T03:32:25.919Z Checking lzss v0.8.2
33272026-08-19T03:32:26.029Z Checking kstat-rs v0.2.5
33282026-08-19T03:32:26.040Z Checking fxhash v0.2.1
33292026-08-19T03:32:26.096Z Checking serde_bytes v0.11.19
33302026-08-19T03:32:26.113Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33312026-08-19T03:32:26.138Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322026-08-19T03:32:26.162Z Checking signal-hook-tokio v0.3.1
33332026-08-19T03:32:26.204Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33342026-08-19T03:32:26.236Z Checking tokio-tungstenite v0.23.1
33352026-08-19T03:32:26.302Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33362026-08-19T03:32:27.426Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-08-19T03:32:27.967Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-08-19T03:32:30.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
33392026-08-19T03:32:30.251Z
33402026-08-19T03:32:30.251Zinfo: running `cargo check --bins` on gateway-api (124/335)
33412026-08-19T03:32:30.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-08-19T03:32:30.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-08-19T03:32:30.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-08-19T03:32:30.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33452026-08-19T03:32:30.809Z
33462026-08-19T03:32:30.809Zinfo: running `cargo check --bins` on ipcc (125/335)
33472026-08-19T03:32:31.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-08-19T03:32:31.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-08-19T03:32:31.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-08-19T03:32:31.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-08-19T03:32:31.383Z
33522026-08-19T03:32:31.383Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33532026-08-19T03:32:31.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-08-19T03:32:31.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-08-19T03:32:31.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-08-19T03:32:31.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33572026-08-19T03:32:31.905Z
33582026-08-19T03:32:31.906Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33592026-08-19T03:32:32.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-08-19T03:32:32.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-08-19T03:32:32.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-08-19T03:32:32.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33632026-08-19T03:32:32.483Z
33642026-08-19T03:32:32.483Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33652026-08-19T03:32:32.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-08-19T03:32:32.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-08-19T03:32:32.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-08-19T03:32:32.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-08-19T03:32:33.055Z
33702026-08-19T03:32:33.055Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33712026-08-19T03:32:33.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-08-19T03:32:33.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-08-19T03:32:33.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-08-19T03:32:33.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33752026-08-19T03:32:33.600Z
33762026-08-19T03:32:33.600Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33772026-08-19T03:32:34.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-08-19T03:32:34.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-08-19T03:32:34.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-08-19T03:32:34.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33812026-08-19T03:32:34.155Z
33822026-08-19T03:32:34.155Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33832026-08-19T03:32:34.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-08-19T03:32:34.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-08-19T03:32:34.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-08-19T03:32:34.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33872026-08-19T03:32:34.734Z
33882026-08-19T03:32:34.734Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33892026-08-19T03:32:35.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-08-19T03:32:35.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-08-19T03:32:35.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-08-19T03:32:35.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-08-19T03:32:35.713Z
33942026-08-19T03:32:35.713Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33952026-08-19T03:32:35.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-08-19T03:32:35.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-08-19T03:32:35.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-08-19T03:32:35.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33992026-08-19T03:32:35.910Z
34002026-08-19T03:32:35.910Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34012026-08-19T03:32:36.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-08-19T03:32:36.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-08-19T03:32:36.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-08-19T03:32:36.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-08-19T03:32:36.415Z
34062026-08-19T03:32:36.415Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34072026-08-19T03:32:36.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-08-19T03:32:36.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-08-19T03:32:36.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-08-19T03:32:36.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-08-19T03:32:36.978Z
34122026-08-19T03:32:36.978Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34132026-08-19T03:32:37.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-08-19T03:32:37.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-08-19T03:32:37.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-08-19T03:32:37.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-08-19T03:32:37.536Z
34182026-08-19T03:32:37.536Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34192026-08-19T03:32:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-08-19T03:32:38.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-08-19T03:32:38.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-08-19T03:32:38.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-08-19T03:32:38.096Z
34242026-08-19T03:32:38.096Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34252026-08-19T03:32:38.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-08-19T03:32:38.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-08-19T03:32:38.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-08-19T03:32:38.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-08-19T03:32:38.655Z
34302026-08-19T03:32:38.655Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34312026-08-19T03:32:39.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-08-19T03:32:39.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-08-19T03:32:39.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-08-19T03:32:39.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-08-19T03:32:39.218Z
34362026-08-19T03:32:39.218Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34372026-08-19T03:32:39.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-08-19T03:32:39.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-08-19T03:32:39.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-08-19T03:32:39.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-08-19T03:32:39.774Z
34422026-08-19T03:32:39.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34432026-08-19T03:32:40.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-08-19T03:32:40.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-08-19T03:32:40.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-08-19T03:32:40.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-08-19T03:32:40.503Z
34482026-08-19T03:32:40.503Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34492026-08-19T03:32:40.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-08-19T03:32:40.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-08-19T03:32:40.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-08-19T03:32:40.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-08-19T03:32:40.891Z
34542026-08-19T03:32:40.891Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34552026-08-19T03:32:41.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-08-19T03:32:41.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-08-19T03:32:41.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-08-19T03:32:41.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-08-19T03:32:41.455Z
34602026-08-19T03:32:41.455Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34612026-08-19T03:32:41.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-08-19T03:32:41.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-08-19T03:32:41.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-08-19T03:32:41.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34652026-08-19T03:32:42.010Z
34662026-08-19T03:32:42.010Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34672026-08-19T03:32:42.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-08-19T03:32:42.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-08-19T03:32:42.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-08-19T03:32:42.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-08-19T03:32:42.571Z
34722026-08-19T03:32:42.571Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34732026-08-19T03:32:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-08-19T03:32:43.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-08-19T03:32:43.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-08-19T03:32:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34772026-08-19T03:32:43.145Z
34782026-08-19T03:32:43.145Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34792026-08-19T03:32:43.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-08-19T03:32:43.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-08-19T03:32:43.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-08-19T03:32:43.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34832026-08-19T03:32:43.722Z
34842026-08-19T03:32:43.722Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34852026-08-19T03:32:44.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-08-19T03:32:44.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-08-19T03:32:44.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-08-19T03:32:44.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34892026-08-19T03:32:44.303Z
34902026-08-19T03:32:44.303Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34912026-08-19T03:32:44.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-08-19T03:32:45.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-08-19T03:32:45.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-08-19T03:32:45.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34952026-08-19T03:32:45.041Z
34962026-08-19T03:32:45.041Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
34972026-08-19T03:32:45.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-08-19T03:32:45.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-08-19T03:32:45.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-08-19T03:32:45.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35012026-08-19T03:32:45.448Z
35022026-08-19T03:32:45.449Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35032026-08-19T03:32:45.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-08-19T03:32:45.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-08-19T03:32:45.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-08-19T03:32:45.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-08-19T03:32:46.059Z
35082026-08-19T03:32:46.059Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35092026-08-19T03:32:46.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-08-19T03:32:46.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-08-19T03:32:46.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-08-19T03:32:46.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35132026-08-19T03:32:46.596Z
35142026-08-19T03:32:46.597Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35152026-08-19T03:32:47.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-08-19T03:32:47.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-08-19T03:32:47.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-08-19T03:32:47.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35192026-08-19T03:32:47.178Z
35202026-08-19T03:32:47.178Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35212026-08-19T03:32:47.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-08-19T03:32:47.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-08-19T03:32:47.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-08-19T03:32:47.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-08-19T03:32:47.751Z
35262026-08-19T03:32:47.751Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35272026-08-19T03:32:48.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-08-19T03:32:48.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-08-19T03:32:48.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-08-19T03:32:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-08-19T03:32:48.324Z
35322026-08-19T03:32:48.324Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35332026-08-19T03:32:48.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-08-19T03:32:48.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-08-19T03:32:48.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-08-19T03:32:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-08-19T03:32:48.905Z
35382026-08-19T03:32:48.906Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35392026-08-19T03:32:49.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-08-19T03:32:49.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-08-19T03:32:49.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-08-19T03:32:49.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35432026-08-19T03:32:49.478Z
35442026-08-19T03:32:49.478Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35452026-08-19T03:32:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-08-19T03:32:49.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-08-19T03:32:49.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-08-19T03:32:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-08-19T03:32:50.076Z
35502026-08-19T03:32:50.076Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35512026-08-19T03:32:50.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-08-19T03:32:50.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-08-19T03:32:50.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-08-19T03:32:50.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-08-19T03:32:50.630Z
35562026-08-19T03:32:50.630Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35572026-08-19T03:32:51.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-08-19T03:32:51.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-08-19T03:32:51.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-08-19T03:32:51.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35612026-08-19T03:32:51.203Z
35622026-08-19T03:32:51.203Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35632026-08-19T03:32:51.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-08-19T03:32:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-08-19T03:32:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-08-19T03:32:51.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-08-19T03:32:51.778Z
35682026-08-19T03:32:51.778Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35692026-08-19T03:32:52.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-08-19T03:32:52.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-08-19T03:32:52.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-08-19T03:32:52.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35732026-08-19T03:32:52.351Z
35742026-08-19T03:32:52.351Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35752026-08-19T03:32:52.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-08-19T03:32:52.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-08-19T03:32:52.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-08-19T03:32:52.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35792026-08-19T03:32:52.922Z
35802026-08-19T03:32:52.923Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35812026-08-19T03:32:53.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-08-19T03:32:53.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-08-19T03:32:53.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-08-19T03:32:53.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35852026-08-19T03:32:53.487Z
35862026-08-19T03:32:53.487Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35872026-08-19T03:32:53.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-08-19T03:32:53.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-08-19T03:32:53.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-08-19T03:32:53.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35912026-08-19T03:32:54.055Z
35922026-08-19T03:32:54.055Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35932026-08-19T03:32:54.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-08-19T03:32:54.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-08-19T03:32:54.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-08-19T03:32:54.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35972026-08-19T03:32:54.799Z
35982026-08-19T03:32:54.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
35992026-08-19T03:32:55.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-08-19T03:32:55.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-08-19T03:32:55.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-08-19T03:32:55.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36032026-08-19T03:32:55.195Z
36042026-08-19T03:32:55.195Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36052026-08-19T03:32:55.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-08-19T03:32:55.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-08-19T03:32:55.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-08-19T03:32:55.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36092026-08-19T03:32:55.761Z
36102026-08-19T03:32:55.762Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36112026-08-19T03:32:56.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-08-19T03:32:56.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-08-19T03:32:56.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-08-19T03:32:56.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36152026-08-19T03:32:56.329Z
36162026-08-19T03:32:56.329Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36172026-08-19T03:32:56.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-08-19T03:32:56.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-08-19T03:32:56.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-08-19T03:32:56.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36212026-08-19T03:32:56.902Z
36222026-08-19T03:32:56.902Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36232026-08-19T03:32:57.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-19T03:32:57.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-19T03:32:57.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-19T03:32:57.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-19T03:32:57.470Z
36282026-08-19T03:32:57.470Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36292026-08-19T03:32:57.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-19T03:32:57.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-19T03:32:57.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-19T03:32:57.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-19T03:32:58.033Z
36342026-08-19T03:32:58.033Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36352026-08-19T03:32:58.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-19T03:32:58.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-19T03:32:58.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-19T03:32:58.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-08-19T03:32:58.638Z
36402026-08-19T03:32:58.638Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36412026-08-19T03:32:59.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-19T03:32:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-19T03:32:59.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-19T03:32:59.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36452026-08-19T03:32:59.357Z
36462026-08-19T03:32:59.357Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36472026-08-19T03:32:59.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-19T03:32:59.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-19T03:32:59.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-19T03:32:59.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-19T03:32:59.734Z
36522026-08-19T03:32:59.734Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36532026-08-19T03:33:00.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-19T03:33:00.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-19T03:33:00.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-19T03:33:00.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-19T03:33:00.330Z
36582026-08-19T03:33:00.330Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36592026-08-19T03:33:00.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-19T03:33:00.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-19T03:33:00.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-19T03:33:00.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-19T03:33:00.871Z
36642026-08-19T03:33:00.871Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36652026-08-19T03:33:01.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-19T03:33:01.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-19T03:33:01.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-19T03:33:01.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-19T03:33:01.446Z
36702026-08-19T03:33:01.446Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36712026-08-19T03:33:02.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-19T03:33:02.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-19T03:33:02.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-19T03:33:02.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36752026-08-19T03:33:02.366Z
36762026-08-19T03:33:02.367Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36772026-08-19T03:33:02.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-19T03:33:02.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-19T03:33:02.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-19T03:33:02.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-08-19T03:33:02.597Z
36822026-08-19T03:33:02.597Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36832026-08-19T03:33:03.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-19T03:33:03.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-19T03:33:03.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-19T03:33:03.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-19T03:33:03.175Z
36882026-08-19T03:33:03.175Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36892026-08-19T03:33:03.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-19T03:33:03.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-19T03:33:03.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-19T03:33:03.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36932026-08-19T03:33:03.762Z
36942026-08-19T03:33:03.763Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36952026-08-19T03:33:04.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-19T03:33:04.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-19T03:33:04.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-19T03:33:04.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36992026-08-19T03:33:04.336Z
37002026-08-19T03:33:04.336Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37012026-08-19T03:33:04.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-19T03:33:05.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-19T03:33:05.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-19T03:33:05.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37052026-08-19T03:33:05.500Z
37062026-08-19T03:33:05.500Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37072026-08-19T03:33:05.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-19T03:33:05.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-19T03:33:05.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-19T03:33:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37112026-08-19T03:33:05.564Z
37122026-08-19T03:33:05.564Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37132026-08-19T03:33:05.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-19T03:33:06.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-19T03:33:06.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-19T03:33:06.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-19T03:33:06.098Z
37182026-08-19T03:33:06.098Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37192026-08-19T03:33:06.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-19T03:33:06.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-19T03:33:06.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-19T03:33:06.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-19T03:33:06.778Z
37242026-08-19T03:33:06.778Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37252026-08-19T03:33:07.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-19T03:33:07.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-19T03:33:07.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-19T03:33:07.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-19T03:33:07.260Z
37302026-08-19T03:33:07.260Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37312026-08-19T03:33:07.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-19T03:33:07.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-19T03:33:07.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-19T03:33:07.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-08-19T03:33:07.867Z
37362026-08-19T03:33:07.867Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37372026-08-19T03:33:08.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-19T03:33:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-19T03:33:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-19T03:33:08.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-19T03:33:08.899Z
37422026-08-19T03:33:08.899Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37432026-08-19T03:33:08.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-19T03:33:08.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-19T03:33:08.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-19T03:33:08.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-19T03:33:09.022Z
37482026-08-19T03:33:09.022Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37492026-08-19T03:33:09.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-19T03:33:09.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-19T03:33:09.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-19T03:33:09.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-19T03:33:09.602Z
37542026-08-19T03:33:09.602Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37552026-08-19T03:33:10.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-19T03:33:10.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-19T03:33:10.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-19T03:33:10.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37592026-08-19T03:33:10.200Z
37602026-08-19T03:33:10.200Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37612026-08-19T03:33:10.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-19T03:33:10.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-19T03:33:10.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-19T03:33:10.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-19T03:33:10.781Z
37662026-08-19T03:33:10.782Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37672026-08-19T03:33:11.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-19T03:33:11.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-19T03:33:11.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-19T03:33:11.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37712026-08-19T03:33:11.379Z
37722026-08-19T03:33:11.379Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37732026-08-19T03:33:12.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-19T03:33:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-19T03:33:12.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-19T03:33:12.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37772026-08-19T03:33:12.148Z
37782026-08-19T03:33:12.148Zinfo: running `cargo check --bins` on dns-server (197/335)
37792026-08-19T03:33:12.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-19T03:33:12.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-19T03:33:12.574Z Compiling parking_lot_core v0.8.6
37822026-08-19T03:33:12.585Z Compiling git-stub v1.0.0
37832026-08-19T03:33:12.690Z Checking prefix-trie v0.7.0
37842026-08-19T03:33:12.704Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37852026-08-19T03:33:12.803Z Compiling git-stub-vcs v0.1.0
37862026-08-19T03:33:12.971Z Checking hickory-server v0.25.2
37872026-08-19T03:33:13.067Z Checking parking_lot v0.11.2
37882026-08-19T03:33:13.114Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37892026-08-19T03:33:13.243Z Checking sled v0.34.7
37902026-08-19T03:33:15.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
37912026-08-19T03:33:15.341Z
37922026-08-19T03:33:15.341Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37932026-08-19T03:33:15.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-08-19T03:33:15.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-08-19T03:33:15.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-08-19T03:33:15.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37972026-08-19T03:33:15.889Z
37982026-08-19T03:33:15.889Zinfo: running `cargo check --bins` on nexus-client (199/335)
37992026-08-19T03:33:16.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-08-19T03:33:16.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-08-19T03:33:16.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-08-19T03:33:16.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38032026-08-19T03:33:16.487Z
38042026-08-19T03:33:16.487Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38052026-08-19T03:33:16.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-08-19T03:33:16.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-08-19T03:33:16.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-08-19T03:33:16.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38092026-08-19T03:33:17.064Z
38102026-08-19T03:33:17.064Zinfo: running `cargo check --bins` on sp-sim (201/335)
38112026-08-19T03:33:17.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-08-19T03:33:17.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-08-19T03:33:17.787Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38142026-08-19T03:33:18.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38152026-08-19T03:33:18.441Z
38162026-08-19T03:33:18.442Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38172026-08-19T03:33:18.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-08-19T03:33:19.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-08-19T03:33:19.249Z Compiling salty v0.3.0
38202026-08-19T03:33:19.269Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38212026-08-19T03:33:19.388Z Checking libscf-sys v1.2.0
38222026-08-19T03:33:19.388Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38232026-08-19T03:33:19.396Z Checking rfc6979 v0.4.0
38242026-08-19T03:33:19.418Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38252026-08-19T03:33:19.435Z Checking primeorder v0.13.6
38262026-08-19T03:33:19.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38272026-08-19T03:33:19.500Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38282026-08-19T03:33:19.514Z Checking ecdsa v0.16.9
38292026-08-19T03:33:19.593Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38302026-08-19T03:33:19.650Z Checking papergrid v0.18.0
38312026-08-19T03:33:19.664Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38322026-08-19T03:33:19.695Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-19T03:33:19.835Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38342026-08-19T03:33:19.852Z Checking p384 v0.13.1
38352026-08-19T03:33:19.933Z Checking itertools v0.15.0
38362026-08-19T03:33:19.991Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-19T03:33:20.024Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-08-19T03:33:20.254Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38392026-08-19T03:33:20.275Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-19T03:33:20.352Z Compiling unicase v2.9.0
38412026-08-19T03:33:20.386Z Compiling illumos-nvpair-sys v0.2.0
38422026-08-19T03:33:20.413Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38432026-08-19T03:33:20.428Z Checking tabled v0.21.0
38442026-08-19T03:33:20.449Z Checking corncobs v0.1.4
38452026-08-19T03:33:20.486Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-19T03:33:20.549Z Compiling mime_guess v2.0.5
38472026-08-19T03:33:20.577Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38482026-08-19T03:33:20.612Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38492026-08-19T03:33:20.638Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38502026-08-19T03:33:21.254Z Compiling progenitor-impl v0.13.0
38512026-08-19T03:33:21.323Z Checking secrecy v0.8.0
38522026-08-19T03:33:21.323Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38532026-08-19T03:33:21.323Z Checking crc8 v0.1.1
38542026-08-19T03:33:21.323Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-19T03:33:21.324Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-19T03:33:21.324Z Checking progenitor-client v0.13.0
38572026-08-19T03:33:21.384Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38582026-08-19T03:33:23.336Z Checking http-range v0.1.5
38592026-08-19T03:33:23.425Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-19T03:33:23.426Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-19T03:33:23.501Z Checking illumos-nvpair v0.3.0
38622026-08-19T03:33:23.501Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-19T03:33:23.501Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-19T03:33:23.501Z Checking scuffle v0.1.0
38652026-08-19T03:33:23.501Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-19T03:33:23.501Z Checking nanorand v0.7.0
38672026-08-19T03:33:23.501Z Checking flume v0.11.1
38682026-08-19T03:33:23.501Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-19T03:33:23.501Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38702026-08-19T03:33:23.501Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38712026-08-19T03:33:23.501Z Checking hyper-staticfile v0.10.1
38722026-08-19T03:33:23.501Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-19T03:33:23.501Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-19T03:33:23.501Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-19T03:33:23.501Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-19T03:33:23.501Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-19T03:33:23.501Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-19T03:33:23.501Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38792026-08-19T03:33:23.501Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38802026-08-19T03:33:23.501Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-08-19T03:33:23.501Z Compiling progenitor-macro v0.13.0
38822026-08-19T03:33:23.580Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-19T03:33:24.108Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-19T03:33:24.587Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-19T03:33:28.314Z Checking progenitor v0.13.0
38862026-08-19T03:33:28.556Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-19T03:33:28.598Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-19T03:33:28.598Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-19T03:33:42.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.57s
38902026-08-19T03:33:42.223Z
38912026-08-19T03:33:42.223Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
38922026-08-19T03:33:42.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-19T03:33:42.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-19T03:33:42.983Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-19T03:33:53.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
38962026-08-19T03:33:53.823Z
38972026-08-19T03:33:53.823Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
38982026-08-19T03:33:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-19T03:33:54.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-19T03:33:54.863Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-19T03:34:04.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39022026-08-19T03:34:05.172Z
39032026-08-19T03:34:05.172Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39042026-08-19T03:34:05.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-19T03:34:05.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-19T03:34:05.930Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-19T03:34:16.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39082026-08-19T03:34:16.704Z
39092026-08-19T03:34:16.704Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39102026-08-19T03:34:17.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-19T03:34:17.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-19T03:34:17.465Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-19T03:34:28.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39142026-08-19T03:34:28.318Z
39152026-08-19T03:34:28.318Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39162026-08-19T03:34:28.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-19T03:34:28.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-19T03:34:29.075Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-19T03:34:39.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39202026-08-19T03:34:39.991Z
39212026-08-19T03:34:39.991Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39222026-08-19T03:34:41.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-19T03:34:41.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-19T03:34:41.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-19T03:34:51.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39262026-08-19T03:34:51.325Z
39272026-08-19T03:34:51.325Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39282026-08-19T03:34:51.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-19T03:34:51.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-19T03:34:52.084Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-19T03:35:02.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39322026-08-19T03:35:02.786Z
39332026-08-19T03:35:02.786Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39342026-08-19T03:35:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-19T03:35:03.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-19T03:35:03.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-19T03:35:03.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-19T03:35:03.362Z
39392026-08-19T03:35:03.362Zinfo: running `cargo check --bins` on installinator-common (211/335)
39402026-08-19T03:35:03.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-19T03:35:03.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-19T03:35:03.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-19T03:35:03.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39442026-08-19T03:35:03.933Z
39452026-08-19T03:35:03.934Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39462026-08-19T03:35:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-19T03:35:04.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-19T03:35:04.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-19T03:35:04.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-08-19T03:35:04.480Z
39512026-08-19T03:35:04.480Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39522026-08-19T03:35:04.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-19T03:35:04.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-19T03:35:04.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-19T03:35:04.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-08-19T03:35:05.085Z
39572026-08-19T03:35:05.085Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39582026-08-19T03:35:05.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-19T03:35:05.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-19T03:35:05.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-19T03:35:05.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39622026-08-19T03:35:05.651Z
39632026-08-19T03:35:05.651Zinfo: running `cargo check --bins` on range-requests (215/335)
39642026-08-19T03:35:06.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-19T03:35:06.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-19T03:35:06.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-19T03:35:06.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-19T03:35:06.211Z
39692026-08-19T03:35:06.212Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39702026-08-19T03:35:06.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-19T03:35:06.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-19T03:35:06.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-19T03:35:06.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39742026-08-19T03:35:06.783Z
39752026-08-19T03:35:06.783Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39762026-08-19T03:35:07.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-19T03:35:07.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-19T03:35:07.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-19T03:35:07.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39802026-08-19T03:35:07.341Z
39812026-08-19T03:35:07.341Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
39822026-08-19T03:35:07.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-19T03:35:07.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-19T03:35:07.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-19T03:35:07.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-19T03:35:07.940Z
39872026-08-19T03:35:07.940Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
39882026-08-19T03:35:08.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-19T03:35:08.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-19T03:35:08.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-19T03:35:08.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-19T03:35:08.519Z
39932026-08-19T03:35:08.519Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
39942026-08-19T03:35:09.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-19T03:35:09.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-19T03:35:09.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-19T03:35:09.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-19T03:35:09.108Z
39992026-08-19T03:35:09.109Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40002026-08-19T03:35:09.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-19T03:35:09.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-19T03:35:09.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-19T03:35:09.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-19T03:35:09.702Z
40052026-08-19T03:35:09.702Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40062026-08-19T03:35:10.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-19T03:35:10.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-19T03:35:10.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-19T03:35:10.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40102026-08-19T03:35:10.296Z
40112026-08-19T03:35:10.296Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40122026-08-19T03:35:10.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-19T03:35:10.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-19T03:35:10.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-19T03:35:10.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40162026-08-19T03:35:10.886Z
40172026-08-19T03:35:10.886Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40182026-08-19T03:35:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-19T03:35:11.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-19T03:35:11.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-19T03:35:11.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-19T03:35:11.475Z
40232026-08-19T03:35:11.475Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40242026-08-19T03:35:11.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-19T03:35:11.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-19T03:35:11.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-19T03:35:11.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-19T03:35:12.070Z
40292026-08-19T03:35:12.071Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40302026-08-19T03:35:12.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-19T03:35:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-19T03:35:12.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-19T03:35:12.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40342026-08-19T03:35:12.667Z
40352026-08-19T03:35:12.667Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40362026-08-19T03:35:13.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-19T03:35:13.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-19T03:35:13.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-19T03:35:13.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40402026-08-19T03:35:13.258Z
40412026-08-19T03:35:13.259Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40422026-08-19T03:35:13.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-19T03:35:13.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-19T03:35:13.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-19T03:35:13.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40462026-08-19T03:35:13.879Z
40472026-08-19T03:35:13.880Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40482026-08-19T03:35:14.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-19T03:35:14.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-19T03:35:14.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-19T03:35:14.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-19T03:35:14.476Z
40532026-08-19T03:35:14.476Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40542026-08-19T03:35:14.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-19T03:35:14.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-19T03:35:14.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-19T03:35:14.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-08-19T03:35:15.086Z
40592026-08-19T03:35:15.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40602026-08-19T03:35:15.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-19T03:35:15.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-19T03:35:15.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-19T03:35:15.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-08-19T03:35:15.706Z
40652026-08-19T03:35:15.706Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40662026-08-19T03:35:16.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-19T03:35:16.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-19T03:35:16.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-19T03:35:16.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40702026-08-19T03:35:16.324Z
40712026-08-19T03:35:16.324Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40722026-08-19T03:35:16.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-19T03:35:16.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-19T03:35:16.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-19T03:35:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40762026-08-19T03:35:16.879Z
40772026-08-19T03:35:16.879Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
40782026-08-19T03:35:17.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-19T03:35:17.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-19T03:35:17.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-19T03:35:17.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40822026-08-19T03:35:17.471Z
40832026-08-19T03:35:17.471Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
40842026-08-19T03:35:17.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-19T03:35:17.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-19T03:35:17.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-19T03:35:17.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-19T03:35:18.048Z
40892026-08-19T03:35:18.048Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
40902026-08-19T03:35:18.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-19T03:35:18.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-19T03:35:18.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-19T03:35:18.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-19T03:35:18.634Z
40952026-08-19T03:35:18.634Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
40962026-08-19T03:35:19.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-19T03:35:19.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-19T03:35:19.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-19T03:35:19.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41002026-08-19T03:35:19.186Z
41012026-08-19T03:35:19.186Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41022026-08-19T03:35:19.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-19T03:35:19.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-19T03:35:19.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-19T03:35:19.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41062026-08-19T03:35:19.742Z
41072026-08-19T03:35:19.742Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41082026-08-19T03:35:20.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-19T03:35:20.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-19T03:35:20.437Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-19T03:35:20.846Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-19T03:35:22.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
41132026-08-19T03:35:22.210Z
41142026-08-19T03:35:22.210Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41152026-08-19T03:35:22.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-19T03:35:22.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-19T03:35:22.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-19T03:35:22.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41192026-08-19T03:35:22.778Z
41202026-08-19T03:35:22.778Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41212026-08-19T03:35:23.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-19T03:35:23.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-19T03:35:23.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-19T03:35:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41252026-08-19T03:35:23.346Z
41262026-08-19T03:35:23.346Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41272026-08-19T03:35:23.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-19T03:35:23.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-19T03:35:23.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-19T03:35:23.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41312026-08-19T03:35:23.923Z
41322026-08-19T03:35:23.923Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41332026-08-19T03:35:24.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-19T03:35:24.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-19T03:35:24.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-19T03:35:24.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-19T03:35:24.499Z
41382026-08-19T03:35:24.499Zinfo: running `cargo check --bins` on installinator-client (244/335)
41392026-08-19T03:35:24.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-19T03:35:24.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-19T03:35:24.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-19T03:35:24.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41432026-08-19T03:35:25.106Z
41442026-08-19T03:35:25.106Zinfo: running `cargo check --bins` on oxide-client (245/335)
41452026-08-19T03:35:25.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-19T03:35:25.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-19T03:35:25.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-19T03:35:25.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41492026-08-19T03:35:25.634Z
41502026-08-19T03:35:25.634Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41512026-08-19T03:35:26.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-19T03:35:26.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-19T03:35:26.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-19T03:35:26.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-08-19T03:35:26.202Z
41562026-08-19T03:35:26.202Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41572026-08-19T03:35:26.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-19T03:35:26.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-19T03:35:26.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-19T03:35:26.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41612026-08-19T03:35:26.804Z
41622026-08-19T03:35:26.805Zinfo: running `cargo check --bins` on wicket-common (248/335)
41632026-08-19T03:35:27.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-19T03:35:27.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-19T03:35:27.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-19T03:35:27.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41672026-08-19T03:35:27.381Z
41682026-08-19T03:35:27.382Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41692026-08-19T03:35:27.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-19T03:35:27.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-19T03:35:27.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-19T03:35:27.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41732026-08-19T03:35:27.963Z
41742026-08-19T03:35:27.963Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41752026-08-19T03:35:28.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-19T03:35:28.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-19T03:35:28.622Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-19T03:35:28.733Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-19T03:35:29.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41802026-08-19T03:35:29.967Z
41812026-08-19T03:35:29.967Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
41822026-08-19T03:35:30.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-19T03:35:30.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-19T03:35:30.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-19T03:35:30.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41862026-08-19T03:35:30.535Z
41872026-08-19T03:35:30.536Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
41882026-08-19T03:35:31.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-19T03:35:31.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-19T03:35:31.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-19T03:35:31.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41922026-08-19T03:35:31.185Z
41932026-08-19T03:35:31.185Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
41942026-08-19T03:35:31.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-19T03:35:31.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-19T03:35:31.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-19T03:35:31.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41982026-08-19T03:35:31.841Z
41992026-08-19T03:35:31.841Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42002026-08-19T03:35:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-19T03:35:32.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-19T03:35:32.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-19T03:35:32.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42042026-08-19T03:35:32.467Z
42052026-08-19T03:35:32.467Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42062026-08-19T03:35:32.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-19T03:35:32.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-19T03:35:32.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-19T03:35:32.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42102026-08-19T03:35:33.091Z
42112026-08-19T03:35:33.091Zinfo: running `cargo check --bins` on db-macros (256/335)
42122026-08-19T03:35:33.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-19T03:35:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-19T03:35:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-19T03:35:33.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42162026-08-19T03:35:33.645Z
42172026-08-19T03:35:33.645Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42182026-08-19T03:35:34.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-19T03:35:34.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-19T03:35:34.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-19T03:35:34.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42222026-08-19T03:35:34.202Z
42232026-08-19T03:35:34.202Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42242026-08-19T03:35:34.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-19T03:35:34.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-19T03:35:34.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-19T03:35:34.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42282026-08-19T03:35:34.831Z
42292026-08-19T03:35:34.831Zinfo: running `cargo check --bins` on authz-macros (259/335)
42302026-08-19T03:35:35.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-19T03:35:35.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-19T03:35:35.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-19T03:35:35.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42342026-08-19T03:35:35.388Z
42352026-08-19T03:35:35.388Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42362026-08-19T03:35:35.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-19T03:35:35.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-19T03:35:35.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-19T03:35:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-19T03:35:36.002Z
42412026-08-19T03:35:36.002Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42422026-08-19T03:35:36.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-19T03:35:36.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-19T03:35:36.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-19T03:35:36.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42462026-08-19T03:35:36.614Z
42472026-08-19T03:35:36.614Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42482026-08-19T03:35:37.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-19T03:35:37.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-19T03:35:37.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-19T03:35:37.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42522026-08-19T03:35:37.173Z
42532026-08-19T03:35:37.173Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42542026-08-19T03:35:37.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-19T03:35:37.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-19T03:35:37.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-19T03:35:37.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-19T03:35:37.746Z
42592026-08-19T03:35:37.746Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42602026-08-19T03:35:38.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-19T03:35:38.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-19T03:35:38.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-19T03:35:38.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42642026-08-19T03:35:38.302Z
42652026-08-19T03:35:38.302Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42662026-08-19T03:35:38.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-19T03:35:39.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-19T03:35:39.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-19T03:35:39.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-08-19T03:35:39.026Z
42712026-08-19T03:35:39.026Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42722026-08-19T03:35:39.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-19T03:35:39.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-19T03:35:39.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-19T03:35:39.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-19T03:35:39.559Z
42772026-08-19T03:35:39.559Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
42782026-08-19T03:35:40.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-19T03:35:40.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-19T03:35:40.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-19T03:35:40.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42822026-08-19T03:35:40.180Z
42832026-08-19T03:35:40.180Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
42842026-08-19T03:35:40.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-19T03:35:40.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-19T03:35:40.896Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-19T03:35:40.908Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-19T03:35:41.567Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-19T03:35:43.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
42902026-08-19T03:35:43.451Z
42912026-08-19T03:35:43.451Zinfo: running `cargo check --bins` on oximeter-api (269/335)
42922026-08-19T03:35:43.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-19T03:35:43.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-19T03:35:43.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-19T03:35:43.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42962026-08-19T03:35:44.017Z
42972026-08-19T03:35:44.017Zinfo: running `cargo check --bins` on cert-dev (270/335)
42982026-08-19T03:35:44.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-19T03:35:44.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-19T03:35:44.603Z Checking yasna v0.5.2
43012026-08-19T03:35:45.002Z Checking rcgen v0.12.1
43022026-08-19T03:35:45.250Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-19T03:35:45.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43042026-08-19T03:35:45.587Z
43052026-08-19T03:35:45.587Zinfo: running `cargo check --bins` on clickana (271/335)
43062026-08-19T03:35:46.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-19T03:35:46.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-19T03:35:46.219Z Compiling instability v0.3.11
43092026-08-19T03:35:46.223Z Checking castaway v0.2.4
43102026-08-19T03:35:46.223Z Compiling indoc v2.0.7
43112026-08-19T03:35:46.223Z Checking unicode-truncate v1.1.0
43122026-08-19T03:35:46.343Z Checking lru v0.12.5
43132026-08-19T03:35:46.348Z Checking cassowary v0.3.0
43142026-08-19T03:35:46.413Z Checking compact_str v0.8.1
43152026-08-19T03:35:47.193Z Checking ratatui v0.29.0
43162026-08-19T03:35:48.241Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-19T03:35:48.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
43182026-08-19T03:35:49.132Z
43192026-08-19T03:35:49.133Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43202026-08-19T03:35:49.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-19T03:35:49.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-19T03:35:49.841Z Checking headers-core v0.3.0
43232026-08-19T03:35:49.841Z Checking port-file v0.1.0
43242026-08-19T03:35:49.845Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-19T03:35:50.037Z Checking headers v0.4.1
43262026-08-19T03:35:50.405Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-19T03:35:51.345Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-19T03:35:51.864Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-19T03:35:52.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43302026-08-19T03:35:52.489Z
43312026-08-19T03:35:52.489Zinfo: running `cargo check --bins` on ch-dev (273/335)
43322026-08-19T03:35:52.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-19T03:35:53.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-19T03:35:53.196Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-19T03:35:53.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43362026-08-19T03:35:54.135Z
43372026-08-19T03:35:54.135Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43382026-08-19T03:35:54.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-19T03:35:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-19T03:35:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-19T03:35:54.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
43422026-08-19T03:35:54.546Z
43432026-08-19T03:35:54.546Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43442026-08-19T03:35:55.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-19T03:35:55.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-19T03:35:55.162Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-19T03:35:55.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
43482026-08-19T03:35:55.702Z
43492026-08-19T03:35:55.702Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43502026-08-19T03:35:56.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-19T03:35:56.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-19T03:35:56.405Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-19T03:35:57.486Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-19T03:35:57.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
43552026-08-19T03:35:58.025Z
43562026-08-19T03:35:58.025Zinfo: running `cargo check --bins` on db-dev (277/335)
43572026-08-19T03:35:58.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-19T03:35:58.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-19T03:35:58.734Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-19T03:35:59.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43612026-08-19T03:35:59.685Z
43622026-08-19T03:35:59.685Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43632026-08-19T03:36:00.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-19T03:36:00.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-19T03:36:00.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-19T03:36:00.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43672026-08-19T03:36:00.291Z
43682026-08-19T03:36:00.291Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43692026-08-19T03:36:00.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-19T03:36:00.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-19T03:36:00.900Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-19T03:36:01.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
43732026-08-19T03:36:01.744Z
43742026-08-19T03:36:01.744Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43752026-08-19T03:36:02.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-19T03:36:02.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-19T03:36:02.481Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-19T03:36:02.481Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-19T03:36:02.484Z Checking git-stub v1.0.0
43802026-08-19T03:36:02.484Z Compiling trait-variant v0.1.2
43812026-08-19T03:36:02.598Z Checking is_ci v1.2.0
43822026-08-19T03:36:02.608Z Checking maplit v1.0.2
43832026-08-19T03:36:02.642Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-19T03:36:02.647Z Checking drift v0.2.0
43852026-08-19T03:36:02.695Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43862026-08-19T03:36:02.699Z Checking supports-color v3.0.2
43872026-08-19T03:36:02.776Z Checking git-stub-vcs v0.1.0
43882026-08-19T03:36:02.807Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43892026-08-19T03:36:02.823Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-08-19T03:36:02.848Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43912026-08-19T03:36:02.968Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-19T03:36:02.980Z Checking dropshot-api-manager v0.7.2
43932026-08-19T03:36:03.033Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-19T03:36:03.117Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-19T03:36:03.350Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-19T03:36:03.827Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-19T03:36:04.788Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-19T03:36:05.799Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-19T03:36:06.482Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-19T03:36:06.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
44012026-08-19T03:36:07.121Z
44022026-08-19T03:36:07.121Zinfo: running `cargo check --bins` on installinator-api (281/335)
44032026-08-19T03:36:07.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-19T03:36:07.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-19T03:36:07.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-19T03:36:07.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44072026-08-19T03:36:07.768Z
44082026-08-19T03:36:07.768Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44092026-08-19T03:36:08.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-19T03:36:08.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-19T03:36:08.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-19T03:36:08.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-08-19T03:36:08.387Z
44142026-08-19T03:36:08.387Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44152026-08-19T03:36:08.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-19T03:36:08.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-19T03:36:08.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-19T03:36:08.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44192026-08-19T03:36:08.907Z
44202026-08-19T03:36:08.907Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44212026-08-19T03:36:09.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-19T03:36:09.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-19T03:36:09.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-19T03:36:09.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-08-19T03:36:10.847Z
44262026-08-19T03:36:10.847Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44272026-08-19T03:36:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-19T03:36:10.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-19T03:36:10.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-19T03:36:10.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-19T03:36:10.912Z
44322026-08-19T03:36:10.913Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44332026-08-19T03:36:10.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-19T03:36:10.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-19T03:36:10.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-19T03:36:10.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44372026-08-19T03:36:10.913Z
44382026-08-19T03:36:10.913Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44392026-08-19T03:36:11.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-19T03:36:11.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-19T03:36:11.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-19T03:36:11.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-08-19T03:36:11.243Z
44442026-08-19T03:36:11.243Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44452026-08-19T03:36:11.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-19T03:36:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-19T03:36:11.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-19T03:36:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44492026-08-19T03:36:11.824Z
44502026-08-19T03:36:11.824Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44512026-08-19T03:36:12.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-19T03:36:12.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-19T03:36:12.399Z Compiling blake3 v1.8.5
44542026-08-19T03:36:12.510Z Checking arrayref v0.3.9
44552026-08-19T03:36:12.510Z Checking arrayvec v0.7.6
44562026-08-19T03:36:12.525Z Checking constant_time_eq v0.4.2
44572026-08-19T03:36:12.534Z Checking cargo-platform v0.3.2
44582026-08-19T03:36:12.551Z Checking topological-sort v0.2.2
44592026-08-19T03:36:12.551Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-19T03:36:12.696Z Checking cargo_metadata v0.23.1
44612026-08-19T03:36:13.380Z Checking omicron-zone-package v0.12.3
44622026-08-19T03:36:14.110Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-19T03:36:14.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
44642026-08-19T03:36:15.072Z
44652026-08-19T03:36:15.072Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44662026-08-19T03:36:15.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-19T03:36:15.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-19T03:36:15.782Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-19T03:36:16.403Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-19T03:36:16.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44712026-08-19T03:36:17.100Z
44722026-08-19T03:36:17.100Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44732026-08-19T03:36:17.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-19T03:36:17.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-19T03:36:18.058Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44762026-08-19T03:36:18.058Z Compiling darling_core v0.21.3
44772026-08-19T03:36:18.058Z Compiling vergen-lib v0.1.6
44782026-08-19T03:36:18.058Z Compiling diesel_derives v2.3.7
44792026-08-19T03:36:18.062Z Checking scheduled-thread-pool v0.2.7
44802026-08-19T03:36:18.062Z Compiling vergen-gitcl v1.0.8
44812026-08-19T03:36:18.062Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-19T03:36:18.062Z Compiling dirs-sys-next v0.1.2
44832026-08-19T03:36:18.371Z Compiling glob v0.3.3
44842026-08-19T03:36:18.391Z Compiling crunchy v0.2.4
44852026-08-19T03:36:18.406Z Checking r2d2 v0.8.10
44862026-08-19T03:36:18.453Z Compiling dirs-next v2.0.0
44872026-08-19T03:36:18.462Z Compiling tiny-keccak v2.0.2
44882026-08-19T03:36:18.592Z Checking downcast-rs v2.0.2
44892026-08-19T03:36:18.630Z Compiling term v0.7.0
44902026-08-19T03:36:18.736Z Compiling bit-vec v0.6.3
44912026-08-19T03:36:18.751Z Compiling clang-sys v1.8.1
44922026-08-19T03:36:18.869Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44932026-08-19T03:36:18.949Z Compiling bit-set v0.5.3
44942026-08-19T03:36:19.056Z Compiling ascii-canvas v3.0.0
44952026-08-19T03:36:19.121Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-19T03:36:19.142Z Compiling itertools v0.10.5
44972026-08-19T03:36:19.179Z Compiling ena v0.14.4
44982026-08-19T03:36:19.194Z Compiling libloading v0.8.9
44992026-08-19T03:36:19.258Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45002026-08-19T03:36:19.275Z Compiling bindgen v0.71.1
45012026-08-19T03:36:19.307Z Compiling diff v0.1.13
45022026-08-19T03:36:19.391Z Compiling regex-syntax v0.6.29
45032026-08-19T03:36:19.590Z Compiling cexpr v0.6.0
45042026-08-19T03:36:19.668Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-19T03:36:19.852Z Compiling rustc-hash v2.1.1
45062026-08-19T03:36:19.871Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-19T03:36:20.173Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-19T03:36:20.211Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-19T03:36:20.230Z Compiling libxml v0.3.3
45102026-08-19T03:36:20.255Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-19T03:36:20.442Z Compiling strum_macros v0.24.3
45122026-08-19T03:36:20.488Z Compiling indoc v1.0.9
45132026-08-19T03:36:20.740Z Compiling darling_macro v0.21.3
45142026-08-19T03:36:20.924Z Compiling lalrpop v0.19.12
45152026-08-19T03:36:21.252Z Compiling darling v0.21.3
45162026-08-19T03:36:21.347Z Compiling dsl_auto_type v0.2.0
45172026-08-19T03:36:21.442Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-08-19T03:36:21.458Z Checking derive_builder v0.20.2
45192026-08-19T03:36:21.578Z Compiling oso-derive v0.27.3
45202026-08-19T03:36:21.629Z Checking quick-xml v0.37.5
45212026-08-19T03:36:21.749Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-19T03:36:22.075Z Checking openssl-probe v0.1.6
45232026-08-19T03:36:22.216Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-19T03:36:22.485Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-19T03:36:22.677Z Checking bb8 v0.8.6
45262026-08-19T03:36:22.932Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-19T03:36:22.965Z Checking nonempty v0.12.0
45282026-08-19T03:36:22.981Z Compiling libz-sys v1.1.24
45292026-08-19T03:36:23.126Z Compiling strsim v0.10.0
45302026-08-19T03:36:23.167Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-19T03:36:23.274Z Compiling vergen-git2 v9.1.0
45322026-08-19T03:36:23.422Z Compiling darling_core v0.13.4
45332026-08-19T03:36:23.491Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-19T03:36:23.568Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-19T03:36:23.707Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-19T03:36:23.920Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45372026-08-19T03:36:24.171Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45382026-08-19T03:36:24.355Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45392026-08-19T03:36:24.560Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45402026-08-19T03:36:24.605Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45412026-08-19T03:36:24.733Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45422026-08-19T03:36:24.919Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45432026-08-19T03:36:25.111Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45442026-08-19T03:36:25.294Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45452026-08-19T03:36:25.356Z Compiling darling_macro v0.13.4
45462026-08-19T03:36:25.675Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45472026-08-19T03:36:25.837Z Compiling darling v0.13.4
45482026-08-19T03:36:25.930Z Compiling serde_with_macros v1.5.2
45492026-08-19T03:36:26.048Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-19T03:36:26.621Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45512026-08-19T03:36:26.756Z Compiling serde_with v1.14.0
45522026-08-19T03:36:26.808Z Checking twox-hash v2.1.2
45532026-08-19T03:36:27.104Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45542026-08-19T03:36:27.124Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45552026-08-19T03:36:27.184Z Checking diesel v2.3.7
45562026-08-19T03:36:27.874Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45572026-08-19T03:36:28.789Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45582026-08-19T03:36:28.885Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45592026-08-19T03:36:29.493Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45602026-08-19T03:36:29.601Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45612026-08-19T03:36:30.122Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45622026-08-19T03:36:30.325Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45632026-08-19T03:36:30.399Z Checking libsw-core v0.3.2
45642026-08-19T03:36:30.555Z Checking atty v0.2.14
45652026-08-19T03:36:30.659Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-19T03:36:30.979Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45672026-08-19T03:36:31.016Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45682026-08-19T03:36:31.170Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45692026-08-19T03:36:31.223Z Checking libsw v3.5.0
45702026-08-19T03:36:31.392Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45712026-08-19T03:36:32.466Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45722026-08-19T03:36:32.563Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45732026-08-19T03:36:33.177Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45742026-08-19T03:36:33.466Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-19T03:36:33.877Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-19T03:36:34.064Z Checking console v0.16.2
45772026-08-19T03:36:34.388Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-19T03:36:34.448Z Checking fatfs v0.3.6
45792026-08-19T03:36:34.535Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-19T03:36:34.918Z Checking unit-prefix v0.5.2
45812026-08-19T03:36:35.057Z Compiling seq-macro v0.3.6
45822026-08-19T03:36:35.555Z Checking indicatif v0.18.4
45832026-08-19T03:36:35.749Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-19T03:36:35.855Z Checking oxide-update-engine-display v0.1.2
45852026-08-19T03:36:35.961Z Checking support-bundle-viewer v0.1.2
45862026-08-19T03:36:36.158Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-19T03:36:36.206Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-19T03:36:36.385Z Checking multimap v0.10.1
45892026-08-19T03:36:42.159Z Checking diesel-dtrace v0.5.0
45902026-08-19T03:36:42.405Z Checking async-bb8-diesel v0.2.1
45912026-08-19T03:36:45.661Z Compiling samael v0.0.19
45922026-08-19T03:36:49.816Z Compiling git2 v0.20.4
45932026-08-19T03:36:51.431Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-19T03:36:52.416Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45952026-08-19T03:36:52.609Z Compiling polar-core v0.27.3
45962026-08-19T03:36:57.147Z Checking oso v0.27.3
45972026-08-19T03:37:29.321Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-19T03:38:44.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45992026-08-19T03:38:44.330Z
46002026-08-19T03:38:44.330Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46012026-08-19T03:38:44.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-19T03:38:44.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-19T03:38:44.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-19T03:38:44.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
46052026-08-19T03:38:44.976Z
46062026-08-19T03:38:44.976Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46072026-08-19T03:38:45.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-19T03:38:45.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-19T03:38:45.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-19T03:38:45.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46112026-08-19T03:38:45.596Z
46122026-08-19T03:38:45.596Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46132026-08-19T03:38:46.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-19T03:38:46.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-19T03:38:46.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-19T03:38:46.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46172026-08-19T03:38:46.202Z
46182026-08-19T03:38:46.203Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46192026-08-19T03:38:46.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-19T03:38:46.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-19T03:38:46.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-19T03:38:46.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46232026-08-19T03:38:46.751Z
46242026-08-19T03:38:46.752Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46252026-08-19T03:38:47.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-19T03:38:47.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-19T03:38:47.552Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-19T03:38:48.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46292026-08-19T03:38:48.526Z
46302026-08-19T03:38:48.526Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46312026-08-19T03:38:49.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-19T03:38:49.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-19T03:38:49.308Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-19T03:39:27.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s
46352026-08-19T03:39:28.111Z
46362026-08-19T03:39:28.111Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46372026-08-19T03:39:28.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-19T03:39:28.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-19T03:39:28.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-19T03:39:28.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46412026-08-19T03:39:28.665Z
46422026-08-19T03:39:28.665Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46432026-08-19T03:39:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-19T03:39:29.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-19T03:39:29.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-19T03:39:29.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46472026-08-19T03:39:29.210Z
46482026-08-19T03:39:29.210Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46492026-08-19T03:39:29.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-19T03:39:29.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-19T03:39:29.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-19T03:39:29.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46532026-08-19T03:39:29.814Z
46542026-08-19T03:39:29.814Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46552026-08-19T03:39:30.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-19T03:39:30.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-19T03:39:30.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-19T03:39:30.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46592026-08-19T03:39:30.424Z
46602026-08-19T03:39:30.424Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46612026-08-19T03:39:30.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-19T03:39:30.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-19T03:39:30.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-19T03:39:30.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46652026-08-19T03:39:31.036Z
46662026-08-19T03:39:31.036Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46672026-08-19T03:39:31.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-19T03:39:31.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-19T03:39:31.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-19T03:39:31.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46712026-08-19T03:39:31.636Z
46722026-08-19T03:39:31.636Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
46732026-08-19T03:39:32.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-19T03:39:32.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-19T03:39:32.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-19T03:39:32.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46772026-08-19T03:39:32.248Z
46782026-08-19T03:39:32.248Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
46792026-08-19T03:39:32.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-19T03:39:32.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-19T03:39:32.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-19T03:39:32.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46832026-08-19T03:39:32.862Z
46842026-08-19T03:39:32.863Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
46852026-08-19T03:39:33.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-19T03:39:33.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-19T03:39:33.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-19T03:39:33.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46892026-08-19T03:39:33.462Z
46902026-08-19T03:39:33.462Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
46912026-08-19T03:39:33.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-19T03:39:33.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-19T03:39:33.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-19T03:39:34.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46952026-08-19T03:39:34.074Z
46962026-08-19T03:39:34.075Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
46972026-08-19T03:39:34.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-19T03:39:34.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-19T03:39:34.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-19T03:39:34.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-19T03:39:34.688Z
47022026-08-19T03:39:34.688Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47032026-08-19T03:39:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-19T03:39:35.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-19T03:39:35.561Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-19T03:39:35.561Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-19T03:39:35.746Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-19T03:39:35.776Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-19T03:39:35.792Z Checking diff v0.1.13
47102026-08-19T03:39:35.796Z Checking yansi v1.0.1
47112026-08-19T03:39:35.823Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-19T03:39:35.837Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-19T03:39:36.044Z Checking pretty_assertions v1.4.1
47142026-08-19T03:39:36.806Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-19T03:39:36.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-19T03:40:02.003Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-19T03:40:02.006Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47182026-08-19T03:40:02.006Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47192026-08-19T03:40:02.006Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47202026-08-19T03:40:02.006Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47212026-08-19T03:40:02.006Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47222026-08-19T03:40:02.006Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47232026-08-19T03:40:02.912Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-19T03:40:02.912Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-19T03:40:04.186Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-19T03:40:42.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47272026-08-19T03:40:42.856Z
47282026-08-19T03:40:42.856Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47292026-08-19T03:40:43.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-19T03:40:43.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-19T03:40:43.554Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-19T03:40:44.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47332026-08-19T03:40:44.376Z
47342026-08-19T03:40:44.376Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47352026-08-19T03:40:44.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-19T03:40:44.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-19T03:40:44.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-19T03:40:44.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47392026-08-19T03:40:44.929Z
47402026-08-19T03:40:44.929Zinfo: running `cargo check --bins` on rack-init-config (312/335)
47412026-08-19T03:40:45.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-19T03:40:45.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-19T03:40:45.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47442026-08-19T03:40:45.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47452026-08-19T03:40:45.495Z
47462026-08-19T03:40:45.495Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335)
47472026-08-19T03:40:46.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-19T03:40:46.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-19T03:40:46.257Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47502026-08-19T03:40:46.379Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47512026-08-19T03:40:46.382Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47522026-08-19T03:41:13.248Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47532026-08-19T03:41:13.653Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47542026-08-19T03:41:15.405Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47552026-08-19T03:41:15.879Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47562026-08-19T03:41:18.977Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47572026-08-19T03:41:42.722Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47582026-08-19T03:41:43.465Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47592026-08-19T03:41:45.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.66s
47602026-08-19T03:41:45.367Z
47612026-08-19T03:41:45.367Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/335)
47622026-08-19T03:41:45.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-19T03:41:45.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-19T03:41:46.070Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47652026-08-19T03:41:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47662026-08-19T03:41:46.976Z
47672026-08-19T03:41:46.976Zinfo: running `cargo check --bins` on omicron-releng (315/335)
47682026-08-19T03:41:47.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-08-19T03:41:47.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-08-19T03:41:47.586Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47712026-08-19T03:41:47.589Z Compiling fs-err v2.11.0
47722026-08-19T03:41:47.701Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47732026-08-19T03:41:47.712Z Checking parse-size v1.1.0
47742026-08-19T03:41:47.719Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47752026-08-19T03:41:47.722Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47762026-08-19T03:41:47.722Z Checking shell-words v1.1.1
47772026-08-19T03:41:47.809Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47782026-08-19T03:41:48.139Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47792026-08-19T03:41:48.319Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47802026-08-19T03:41:49.001Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47812026-08-19T03:41:49.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47822026-08-19T03:41:50.141Z
47832026-08-19T03:41:50.141Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
47842026-08-19T03:41:50.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-19T03:41:50.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-19T03:41:50.766Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47872026-08-19T03:41:51.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
47882026-08-19T03:41:51.453Z
47892026-08-19T03:41:51.453Zinfo: running `cargo check --bins` on schema (317/335)
47902026-08-19T03:41:51.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-19T03:41:51.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-19T03:41:52.166Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47932026-08-19T03:41:52.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47942026-08-19T03:41:53.058Z
47952026-08-19T03:41:53.058Zinfo: running `cargo check --bins` on xtask (318/335)
47962026-08-19T03:41:53.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-08-19T03:41:53.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-08-19T03:41:53.454Z Checking serde_core v1.0.228
47992026-08-19T03:41:53.454Z Checking libc v0.2.185
48002026-08-19T03:41:53.459Z Checking bitflags v2.11.0
48012026-08-19T03:41:53.539Z Checking scroll v0.12.0
48022026-08-19T03:41:53.542Z Checking thiserror v1.0.69
48032026-08-19T03:41:53.552Z Checking log v0.4.29
48042026-08-19T03:41:53.559Z Checking indexmap v2.14.0
48052026-08-19T03:41:53.562Z Checking zerocopy v0.7.35
48062026-08-19T03:41:53.632Z Checking syn v2.0.117
48072026-08-19T03:41:53.671Z Checking dtrace-parser v0.2.0
48082026-08-19T03:41:53.689Z Checking once_cell v1.21.3
48092026-08-19T03:41:53.751Z Checking goblin v0.8.2
48102026-08-19T03:41:53.811Z Checking errno v0.3.14
48112026-08-19T03:41:53.855Z Checking thread-id v4.2.2
48122026-08-19T03:41:53.897Z Checking getrandom v0.4.1
48132026-08-19T03:41:53.923Z Checking rustix v1.1.3
48142026-08-19T03:41:53.934Z Checking memmap v0.7.0
48152026-08-19T03:41:54.024Z Checking thiserror v2.0.18
48162026-08-19T03:41:54.035Z Checking fs-err v3.3.0
48172026-08-19T03:41:54.056Z Checking tabled v0.15.0
48182026-08-19T03:41:54.110Z Checking anyhow v1.0.102
48192026-08-19T03:41:54.684Z Checking terminal_size v0.4.3
48202026-08-19T03:41:54.684Z Checking tempfile v3.25.0
48212026-08-19T03:41:54.790Z Checking clap_builder v4.6.0
48222026-08-19T03:41:54.795Z Checking textwrap v0.16.2
48232026-08-19T03:41:54.975Z Checking serde v1.0.228
48242026-08-19T03:41:54.975Z Checking serde_json v1.0.151
48252026-08-19T03:41:54.978Z Checking camino v1.2.2
48262026-08-19T03:41:55.003Z Checking semver v1.0.28
48272026-08-19T03:41:55.128Z Checking cargo-platform v0.3.2
48282026-08-19T03:41:55.232Z Checking camino-tempfile v1.4.1
48292026-08-19T03:41:55.364Z Checking toml_datetime v0.6.11
48302026-08-19T03:41:55.369Z Checking serde_spanned v0.6.9
48312026-08-19T03:41:55.369Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48322026-08-19T03:41:55.391Z Checking macaddr v1.0.1
48332026-08-19T03:41:55.542Z Checking toml_edit v0.22.27
48342026-08-19T03:41:55.568Z Checking cargo_metadata v0.23.1
48352026-08-19T03:41:55.578Z Checking dof v0.3.0
48362026-08-19T03:41:55.837Z Checking usdt-impl v0.5.0
48372026-08-19T03:41:55.970Z Checking clap v4.6.1
48382026-08-19T03:41:56.093Z Checking usdt v0.5.0
48392026-08-19T03:41:56.495Z Checking toml v0.8.23
48402026-08-19T03:41:56.750Z Checking cargo_toml v0.21.0
48412026-08-19T03:41:57.376Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48422026-08-19T03:41:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
48432026-08-19T03:41:57.864Z
48442026-08-19T03:41:57.864Zinfo: running `cargo check --bins` on dnsadm (319/335)
48452026-08-19T03:41:58.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-08-19T03:41:58.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-08-19T03:41:58.495Z Checking arc-swap v1.8.2
48482026-08-19T03:41:58.770Z Checking slog-scope v4.4.1
48492026-08-19T03:41:58.881Z Checking slog-stdlog v4.1.1
48502026-08-19T03:41:59.002Z Checking slog-envlogger v2.2.0
48512026-08-19T03:41:59.122Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48522026-08-19T03:41:59.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48532026-08-19T03:41:59.695Z
48542026-08-19T03:41:59.695Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48552026-08-19T03:42:00.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48562026-08-19T03:42:00.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48572026-08-19T03:42:00.482Z Checking cpubits v0.1.1
48582026-08-19T03:42:00.607Z Checking pem-rfc7468 v1.0.0
48592026-08-19T03:42:00.618Z Checking hmac v0.13.0
48602026-08-19T03:42:00.621Z Checking universal-hash v0.6.1
48612026-08-19T03:42:00.642Z Checking ctr v0.10.1
48622026-08-19T03:42:00.642Z Checking aead v0.6.1
48632026-08-19T03:42:00.671Z Checking crypto-bigint v0.7.5
48642026-08-19T03:42:00.671Z Checking aes v0.9.1
48652026-08-19T03:42:00.697Z Checking salsa20 v0.11.0
48662026-08-19T03:42:00.740Z Checking polyval v0.7.1
48672026-08-19T03:42:00.744Z Checking der v0.8.0
48682026-08-19T03:42:00.769Z Checking pbkdf2 v0.13.0
48692026-08-19T03:42:00.813Z Checking cbc v0.2.1
48702026-08-19T03:42:00.846Z Checking ff v0.14.0
48712026-08-19T03:42:00.868Z Checking signature v3.0.0
48722026-08-19T03:42:00.886Z Checking scrypt v0.12.0
48732026-08-19T03:42:00.913Z Checking ghash v0.6.0
48742026-08-19T03:42:00.951Z Checking base16ct v1.0.0
48752026-08-19T03:42:00.977Z Checking group v0.14.0
48762026-08-19T03:42:01.012Z Checking hkdf v0.13.0
48772026-08-19T03:42:01.035Z Compiling curve25519-dalek v5.0.0
48782026-08-19T03:42:01.053Z Checking keccak v0.2.0
48792026-08-19T03:42:01.071Z Checking aes-gcm v0.11.0
48802026-08-19T03:42:01.087Z Checking poly1305 v0.9.0
48812026-08-19T03:42:01.119Z Checking wnaf v0.14.0
48822026-08-19T03:42:01.140Z Checking blowfish v0.10.0
48832026-08-19T03:42:01.208Z Checking blake2 v0.11.0-rc.6
48842026-08-19T03:42:01.231Z Checking sha3 v0.11.0
48852026-08-19T03:42:01.281Z Checking kem v0.3.0
48862026-08-19T03:42:01.297Z Checking bcrypt-pbkdf v0.11.0
48872026-08-19T03:42:01.347Z Checking module-lattice v0.2.3
48882026-08-19T03:42:01.395Z Checking sponge-cursor v0.1.0
48892026-08-19T03:42:01.452Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48902026-08-19T03:42:01.455Z Checking argon2 v0.6.0-rc.8
48912026-08-19T03:42:01.518Z Checking sha3 v0.12.0
48922026-08-19T03:42:01.534Z Checking spki v0.8.0
48932026-08-19T03:42:01.559Z Checking sec1 v0.8.1
48942026-08-19T03:42:01.574Z Checking ml-kem v0.3.2
48952026-08-19T03:42:01.632Z Checking internal-russh-num-bigint v0.5.0
48962026-08-19T03:42:01.701Z Checking pkcs5 v0.8.1
48972026-08-19T03:42:01.715Z Checking pkcs1 v0.8.0-rc.4
48982026-08-19T03:42:01.758Z Checking num-bigint v0.4.6
48992026-08-19T03:42:01.773Z Checking generic-array v1.4.3
49002026-08-19T03:42:01.912Z Checking russh-util v0.52.0
49012026-08-19T03:42:01.985Z Checking pkcs8 v0.11.0
49022026-08-19T03:42:02.033Z Compiling enum_dispatch v0.3.13
49032026-08-19T03:42:02.161Z Compiling delegate v0.13.5
49042026-08-19T03:42:02.181Z Checking ed25519 v3.0.0
49052026-08-19T03:42:02.299Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49062026-08-19T03:42:02.339Z Checking hex-literal v1.1.0
49072026-08-19T03:42:02.377Z Checking ed25519-dalek v3.0.0
49082026-08-19T03:42:02.439Z Checking md5 v0.8.0
49092026-08-19T03:42:02.494Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49102026-08-19T03:42:02.600Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49112026-08-19T03:42:02.615Z Checking internet-checksum v0.2.1
49122026-08-19T03:42:02.701Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49132026-08-19T03:42:02.858Z Checking elliptic-curve v0.14.1
49142026-08-19T03:42:02.858Z Checking primefield v0.14.0
49152026-08-19T03:42:02.861Z Checking rfc6979 v0.6.0
49162026-08-19T03:42:02.861Z Checking ssh-encoding v0.3.0
49172026-08-19T03:42:02.961Z Checking crypto-primes v0.7.2
49182026-08-19T03:42:03.085Z Checking ssh-cipher v0.3.0
49192026-08-19T03:42:03.085Z Checking russh-cryptovec v0.62.0
49202026-08-19T03:42:03.238Z Checking ecdsa v0.17.0
49212026-08-19T03:42:03.242Z Checking primeorder v0.14.0
49222026-08-19T03:42:03.604Z Checking p384 v0.14.0
49232026-08-19T03:42:03.604Z Checking p256 v0.14.0
49242026-08-19T03:42:03.607Z Checking p521 v0.14.0
49252026-08-19T03:42:03.899Z Checking rsa v0.10.0-rc.18
49262026-08-19T03:42:06.409Z Checking ssh-key v0.7.0-rc.11
49272026-08-19T03:42:07.159Z Checking russh v0.62.4
49282026-08-19T03:42:21.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s
49292026-08-19T03:42:21.201Z
49302026-08-19T03:42:21.201Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49312026-08-19T03:42:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49322026-08-19T03:42:21.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49332026-08-19T03:42:21.824Z Checking termios v0.3.3
49342026-08-19T03:42:22.018Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49352026-08-19T03:42:22.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
49362026-08-19T03:42:22.775Z
49372026-08-19T03:42:22.775Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49382026-08-19T03:42:23.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-19T03:42:23.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-19T03:42:23.447Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49412026-08-19T03:42:24.132Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49422026-08-19T03:42:25.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
49432026-08-19T03:42:25.898Z
49442026-08-19T03:42:25.898Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49452026-08-19T03:42:26.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49462026-08-19T03:42:26.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49472026-08-19T03:42:26.516Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49482026-08-19T03:42:26.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
49492026-08-19T03:42:27.137Z
49502026-08-19T03:42:27.137Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49512026-08-19T03:42:27.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49522026-08-19T03:42:27.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49532026-08-19T03:42:27.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49542026-08-19T03:42:27.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49552026-08-19T03:42:27.685Z
49562026-08-19T03:42:27.685Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49572026-08-19T03:42:28.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49582026-08-19T03:42:28.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49592026-08-19T03:42:28.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49602026-08-19T03:42:28.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49612026-08-19T03:42:28.244Z
49622026-08-19T03:42:28.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49632026-08-19T03:42:28.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49642026-08-19T03:42:28.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49652026-08-19T03:42:28.971Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49662026-08-19T03:42:29.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
49672026-08-19T03:42:29.742Z
49682026-08-19T03:42:29.742Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
49692026-08-19T03:42:30.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49702026-08-19T03:42:30.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49712026-08-19T03:42:30.371Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49722026-08-19T03:42:30.374Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49732026-08-19T03:42:31.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
49742026-08-19T03:42:31.462Z
49752026-08-19T03:42:31.463Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
49762026-08-19T03:42:31.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-19T03:42:31.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-19T03:42:31.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-19T03:42:31.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49802026-08-19T03:42:32.012Z
49812026-08-19T03:42:32.012Zinfo: running `cargo check --bins` on omicron-package (329/335)
49822026-08-19T03:42:32.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-19T03:42:32.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-19T03:42:32.670Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49852026-08-19T03:42:33.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
49862026-08-19T03:42:33.927Z
49872026-08-19T03:42:33.927Zinfo: running `cargo check --bins` on tqdb (330/335)
49882026-08-19T03:42:34.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-19T03:42:34.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-19T03:42:34.689Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49912026-08-19T03:42:35.035Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49922026-08-19T03:42:35.545Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49932026-08-19T03:42:35.548Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49942026-08-19T03:42:41.703Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49952026-08-19T03:42:41.704Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49962026-08-19T03:42:41.706Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49972026-08-19T03:42:42.317Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49982026-08-19T03:42:42.317Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49992026-08-19T03:42:42.320Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50002026-08-19T03:42:43.112Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50012026-08-19T03:42:43.543Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50022026-08-19T03:42:43.775Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50032026-08-19T03:42:44.155Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50042026-08-19T03:42:45.011Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50052026-08-19T03:42:45.655Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50062026-08-19T03:42:50.372Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50072026-08-19T03:42:57.561Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50082026-08-19T03:42:57.561Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50092026-08-19T03:42:57.564Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50102026-08-19T03:42:57.564Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50112026-08-19T03:42:59.054Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50122026-08-19T03:43:00.349Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50132026-08-19T03:43:01.026Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50142026-08-19T03:43:02.295Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50152026-08-19T03:43:02.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.91s
50162026-08-19T03:43:03.038Z
50172026-08-19T03:43:03.038Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50182026-08-19T03:43:03.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-19T03:43:03.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-19T03:43:03.725Z Checking rtoolbox v0.0.3
50212026-08-19T03:43:03.840Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50222026-08-19T03:43:03.847Z Checking tui-tree-widget v0.23.1
50232026-08-19T03:43:03.850Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50242026-08-19T03:43:03.941Z Checking rpassword v7.5.4
50252026-08-19T03:43:06.839Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50262026-08-19T03:43:08.655Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50272026-08-19T03:43:09.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s
50282026-08-19T03:43:09.775Z
50292026-08-19T03:43:09.775Zinfo: running `cargo check --bins` on wicket (332/335)
50302026-08-19T03:43:10.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50312026-08-19T03:43:10.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50322026-08-19T03:43:10.447Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50332026-08-19T03:43:10.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
50342026-08-19T03:43:10.991Z
50352026-08-19T03:43:10.991Zinfo: running `cargo check --bins` on wicketd (333/335)
50362026-08-19T03:43:11.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50372026-08-19T03:43:11.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50382026-08-19T03:43:11.675Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50392026-08-19T03:43:15.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
50402026-08-19T03:43:15.504Z
50412026-08-19T03:43:15.504Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50422026-08-19T03:43:15.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50432026-08-19T03:43:15.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50442026-08-19T03:43:15.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50452026-08-19T03:43:15.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50462026-08-19T03:43:16.050Z
50472026-08-19T03:43:16.050Zinfo: running `cargo check --bins` on zone-setup (335/335)
50482026-08-19T03:43:16.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50492026-08-19T03:43:16.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50502026-08-19T03:43:16.698Z Checking uzers v0.12.2
50512026-08-19T03:43:16.968Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50522026-08-19T03:43:17.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
50532026-08-19T03:43:17.978Z
50542026-08-19T03:43:17.978Zreal 13:56.446619475
50552026-08-19T03:43:17.979Zuser 20:59.743705488
50562026-08-19T03:43:17.979Zsys 4:16.113836906
50572026-08-19T03:43:17.979Ztrap 0.322181721
50582026-08-19T03:43:17.979Ztflt 0.565056359
50592026-08-19T03:43:17.979Zdflt 0.841700243
50602026-08-19T03:43:17.979Zkflt 0.005033022
50612026-08-19T03:43:17.982Zlock 1:28:05.188618281
50622026-08-19T03:43:17.982Zslp 1:39:47.005007351
50632026-08-19T03:43:17.982Zlat 55.006808370
50642026-08-19T03:43:17.982Zstop 4:01.964690691
50652026-08-19T03:43:17.982Zprocess exited: duration 1111876 ms, exit code 0
 
50662026-08-19T03:43:17.988Zfound 0 output files