01M0EHE927SKG7H33MBX06YTVM: 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: 01M0EHEYW3WZHK4SKZ127C25T8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:55:25.111Zjob assigned to worker 01M0EHF7CNYETQJTRJ7HWFWRVB [factory aws, i-0d4c25f81df2ec072] (queued for 51 s)
 
22026-08-20T02:55:31.420Zstarting task 0: "setup"
32026-08-20T02:55:31.425Z++ uname -s
42026-08-20T02:55:31.429Z+ kern=SunOS
52026-08-20T02:55:31.429Z+ build_user=build
62026-08-20T02:55:31.429Z+ build_uid=12345
72026-08-20T02:55:31.429Z+ work_dir=/work
82026-08-20T02:55:31.429Z+ input_dir=/input
92026-08-20T02:55:31.429Z+ [[ 0 == 12345 ]]
102026-08-20T02:55:31.429Z+ case "$kern" in
112026-08-20T02:55:31.429Z+ groupadd -g 12345 build
122026-08-20T02:55:31.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:55:33.433Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:55:33.533Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:55:33.537Z+ home_fs=zfs
162026-08-20T02:55:33.537Z+ [[ zfs == autofs ]]
172026-08-20T02:55:33.537Z+ mkdir -p /home/build
182026-08-20T02:55:33.537Z+ chown build:build /home/build /work
192026-08-20T02:55:35.537Z+ chmod 0700 /home/build /work
202026-08-20T02:55:35.540Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-20T02:55:35.547Zstarting task 1: "rust-toolchain"
222026-08-20T02:55:35.550Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T02:55:35.550Z * rust toolchain channel = "1.97.1"
242026-08-20T02:55:35.550Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T02:55:35.550Z * rust toolchain profile = "default"
262026-08-20T02:55:35.550Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:55:35.550Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:55:35.554Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:55:35.554Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T02:55:35.608Zinfo: downloading installer
312026-08-20T02:55:36.840Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:55:36.840Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:55:36.840Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:55:36.842Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:55:36.853Zinfo: profile set to default
362026-08-20T02:55:36.853Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:55:36.857Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T02:55:36.985Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:55:36.989Zinfo: downloading 6 components
402026-08-20T02:55:51.869Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T02:55:51.869Z
422026-08-20T02:55:51.897Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:55:51.897Z
442026-08-20T02:55:51.897Z
452026-08-20T02:55:51.898ZRust is installed now. Great!
462026-08-20T02:55:51.898Z
472026-08-20T02:55:51.901ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:55:51.902Zenvironment variable. This has not been done automatically.
492026-08-20T02:55:51.902Z
502026-08-20T02:55:51.902ZTo configure your current shell, you need to source
512026-08-20T02:55:51.902Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:55:51.902Z
532026-08-20T02:55:51.902ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:55:51.902Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:55:51.902Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:55:51.902Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:55:51.902Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:55:51.902Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:55:51.902Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:55:51.902Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:55:51.902Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:55:51.992Z+ rustup --version
632026-08-20T02:55:52.001Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:55:52.005Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:55:52.022Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:55:52.026Z+ cargo --version
672026-08-20T02:55:52.039Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:55:52.043Z+ rustc --version
692026-08-20T02:55:52.062Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:55:52.067Zprocess exited: duration 16516 ms, exit code 0
 
712026-08-20T02:55:52.073Zstarting task 2: "authentication"
722026-08-20T02:55:52.090Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T02:55:52.097Zstarting task 3: "clone repository"
742026-08-20T02:55:52.100Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T02:55:52.103Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T02:55:52.131ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T02:56:05.233Z+ cd /work/oxidecomputer/omicron
782026-08-20T02:56:05.233Z+ git fetch origin b18d02a9e9f33fb489d592304e163dcaef9c1635
792026-08-20T02:56:05.574ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T02:56:05.574Z * branch b18d02a9e9f33fb489d592304e163dcaef9c1635 -> FETCH_HEAD
812026-08-20T02:56:05.585Z+ [[ -n '' ]]
822026-08-20T02:56:05.585Z+ git reset --hard b18d02a9e9f33fb489d592304e163dcaef9c1635
832026-08-20T02:56:05.841ZHEAD is now at b18d02a9e rebase on main
842026-08-20T02:56:05.850Zprocess exited: duration 13746 ms, exit code 0
 
852026-08-20T02:56:05.875Zstarting task 4: "build"
862026-08-20T02:56:05.880Z+ source .github/buildomat/ci-env.sh
872026-08-20T02:56:05.880Z++ export CARGO_TERM_COLOR=always
882026-08-20T02:56:05.880Z++ CARGO_TERM_COLOR=always
892026-08-20T02:56:05.880Z+++ uname -s
902026-08-20T02:56:05.886Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-20T02:56:05.886Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-20T02:56:05.887Z+ cargo --version
932026-08-20T02:56:05.893Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-20T02:56:05.893Z+ rustc --version
952026-08-20T02:56:05.913Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-20T02:56:05.923Z+ source ./env.sh
972026-08-20T02:56:05.923Z++ OLD_SHELL_OPTS=ehxB
982026-08-20T02:56:05.923Z++ set -o xtrace
992026-08-20T02:56:05.923Z++++ dirname ./env.sh
1002026-08-20T02:56:05.923Z+++ readlink -f .
1012026-08-20T02:56:05.928Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-20T02:56:05.928Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-20T02:56:05.928Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-20T02:56:05.928Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-20T02:56:05.928Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-20T02:56:05.928Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-20T02:56:05.928Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-20T02:56:05.928Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-20T02:56:05.928Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-20T02:56:05.928Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-20T02:56:05.928Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-20T02:56:05.928Z++ case $OLD_SHELL_OPTS in
1132026-08-20T02:56:05.928Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-20T02:56:05.928Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1152026-08-20T02:56:05.928Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-20T02:56:05.929Z+ banner prerequisites
1172026-08-20T02:56:05.929Z
1182026-08-20T02:56:05.929Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-20T02:56:05.929Z # # # # # # # # # # # # # # #
1202026-08-20T02:56:05.929Z # # # # ##### # # ##### # # # # # #### #
1212026-08-20T02:56:05.929Z ##### ##### # ##### # # # # # # # # #
1222026-08-20T02:56:05.929Z # # # # # # # # # # # # # # #
1232026-08-20T02:56:05.930Z # # # ###### # # ###### ### # #### # #### #
1242026-08-20T02:56:05.930Z
1252026-08-20T02:56:05.930Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-20T02:56:07.793Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-20T02:56:08.118Z Startup: Caching catalogs ... Done
1282026-08-20T02:56:09.992ZPlanning: Solver setup ... Done (1.761s)
1292026-08-20T02:56:10.033ZPlanning: Running solver ... Done (0.056s)
1302026-08-20T02:56:10.080ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-20T02:56:10.088ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-20T02:56:10.112ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-20T02:56:10.133ZPlanning: Package planning ... Done (0.021s)
1342026-08-20T02:56:10.140ZPlanning: Merging actions ... Done (0.001s)
1352026-08-20T02:56:10.292ZPlanning: Checking for conflicting actions ... Done (0.158s)
1362026-08-20T02:56:10.301ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-20T02:56:11.066ZPlanning: Evaluating mediators ... Done (0.773s)
1382026-08-20T02:56:11.074ZPlanning: Planning completed in 2.92 seconds
1392026-08-20T02:56:11.077Z Packages to install: 2
1402026-08-20T02:56:11.077Z Estimated space available: 156.01 GB
1412026-08-20T02:56:11.077ZEstimated space to be consumed: 72.15 MB
1422026-08-20T02:56:11.077Z Create boot environment: No
1432026-08-20T02:56:11.077ZCreate backup boot environment: No
1442026-08-20T02:56:11.077Z Rebuild boot archive: No
1452026-08-20T02:56:11.077Z
1462026-08-20T02:56:11.077ZChanged packages:
1472026-08-20T02:56:11.079Zhelios
1482026-08-20T02:56:11.079Z developer/build-essential
1492026-08-20T02:56:11.079Z None -> 11-3.0
1502026-08-20T02:56:11.079Z library/libxmlsec1
1512026-08-20T02:56:11.080Z None -> 1.2.35-3.0
1522026-08-20T02:56:11.099Z
1532026-08-20T02:56:11.099ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-20T02:56:11.174ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1552026-08-20T02:56:11.305Z Actions: 1/268 actions (Installing new actions)
1562026-08-20T02:56:11.342Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-20T02:56:11.374ZFinalize: Updating package state database ... Done (0.031s)
1582026-08-20T02:56:11.377ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-20T02:56:11.452ZFinalize: Updating image state ... Done (0.078s)
1602026-08-20T02:56:13.809ZFinalize: Creating fast lookup database ... Done (2.309s)
1612026-08-20T02:56:13.873ZFinalize: Reading search index ... Done (0.011s)
1622026-08-20T02:56:13.877ZFinalize: Updating search index ... Done (0.000s)
1632026-08-20T02:56:13.962ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-20T02:56:14.323ZPlanning: Evaluating mediator changes ... Done
1652026-08-20T02:56:14.427ZPlanning: Checking for conflicting actions ... Done
1662026-08-20T02:56:14.432ZPlanning: Consolidating action changes ... Done
1672026-08-20T02:56:14.585ZPlanning: Evaluating mediators ... Done
1682026-08-20T02:56:14.595ZPlanning: Planning completed in 0.26 seconds
1692026-08-20T02:56:14.608Z Mediators to change: 2
1702026-08-20T02:56:14.608Z Create boot environment: No
1712026-08-20T02:56:14.612ZCreate backup boot environment: No
1722026-08-20T02:56:14.661ZFinalize: Updating package state database ... Done
1732026-08-20T02:56:14.661ZFinalize: Updating package cache ... Done
1742026-08-20T02:56:14.706ZFinalize: Updating image state ... Done
1752026-08-20T02:56:16.645ZFinalize: Creating fast lookup database ... Done
1762026-08-20T02:56:16.705ZFinalize: Reading search index ... Done
1772026-08-20T02:56:16.711ZFinalize: Updating search index ... Done
1782026-08-20T02:56:16.801ZFinalize: Updating package cache ... Done
1792026-08-20T02:56:17.082ZPlanning: Evaluating mediator changes ... Done
1802026-08-20T02:56:17.185ZPlanning: Checking for conflicting actions ... Done
1812026-08-20T02:56:17.190ZPlanning: Consolidating action changes ... Done
1822026-08-20T02:56:17.343ZPlanning: Evaluating mediators ... Done
1832026-08-20T02:56:17.347ZPlanning: Planning completed in 0.26 seconds
1842026-08-20T02:56:17.366Z Mediators to change: 1
1852026-08-20T02:56:17.366Z Create boot environment: No
1862026-08-20T02:56:17.371ZCreate backup boot environment: No
1872026-08-20T02:56:17.431ZFinalize: Updating package state database ... Done
1882026-08-20T02:56:17.436ZFinalize: Updating package cache ... Done
1892026-08-20T02:56:17.489ZFinalize: Updating image state ... Done
1902026-08-20T02:56:19.416ZFinalize: Creating fast lookup database ... Done
1912026-08-20T02:56:19.552ZFinalize: Reading search index ... Done
1922026-08-20T02:56:19.559ZFinalize: Updating search index ... Done
1932026-08-20T02:56:19.559ZFinalize: Updating package cache ... Done
1942026-08-20T02:56:19.859ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-20T02:56:19.859Zapache system 2.4 system
1962026-08-20T02:56:19.859Zclang system 15 system
1972026-08-20T02:56:19.859Zcsh system system illumos
1982026-08-20T02:56:19.859Zctags system system illumos
1992026-08-20T02:56:19.859Zfile vendor vendor darwinsys
2002026-08-20T02:56:19.859Zfile system system illumos
2012026-08-20T02:56:19.859Zgcc vendor 14 vendor
2022026-08-20T02:56:19.859Zgcc system 13 system
2032026-08-20T02:56:19.860Zgcc system 10 system
2042026-08-20T02:56:19.860Zgo system 1.25 system
2052026-08-20T02:56:19.860Zllvm system 15 system
2062026-08-20T02:56:19.860Zmariadb system 11.4 system
2072026-08-20T02:56:19.860Zmta vendor vendor dma
2082026-08-20T02:56:19.860Zopenjdk system 17 system
2092026-08-20T02:56:19.860Zopenjdk system 11 system
2102026-08-20T02:56:19.860Zopenssl vendor 3 vendor
2112026-08-20T02:56:19.860Zperl system 5.40 system
2122026-08-20T02:56:19.860Zpostgresql system 18 system
2132026-08-20T02:56:19.860Zpostgresql system 17 system
2142026-08-20T02:56:19.860Zpython vendor 3 vendor
2152026-08-20T02:56:19.860Zpython system 2 system
2162026-08-20T02:56:19.860Zpython3 vendor 3.13 vendor
2172026-08-20T02:56:19.860Zruby system 3.4 system
2182026-08-20T02:56:19.860Zruby system 3.0 system
2192026-08-20T02:56:19.860Zwords vendor vendor american-english
2202026-08-20T02:56:19.860Zwords system system australian-english
2212026-08-20T02:56:19.860Zwords system system british-english
2222026-08-20T02:56:19.860Zwords system system canadian-english
2232026-08-20T02:56:19.860Zwords system system french
2242026-08-20T02:56:19.861Zwords system system italian
2252026-08-20T02:56:19.861Zwords system system ngerman
2262026-08-20T02:56:19.861Zwords system system ogerman
2272026-08-20T02:56:19.861Zwords system system spanish
2282026-08-20T02:56:20.113ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-20T02:56:20.113Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-20T02:56:20.568ZFMRI IFO
2312026-08-20T02:56:20.568Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-20T02:56:20.568Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-20T02:56:20.568Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-20T02:56:20.568Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-20T02:56:20.568Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-20T02:56:20.568Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-20T02:56:20.568Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-20T02:56:20.568Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-20T02:56:20.568Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-20T02:56:20.889Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-20T02:56:21.216Z Updating crates.io index
2422026-08-20T02:56:21.234Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-20T02:56:21.514Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-20T02:56:21.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-20T02:56:22.956Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-20T02:56:23.499Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-20T02:56:25.412Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-20T02:56:26.279Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-20T02:56:26.558Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-20T02:56:26.926Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-20T02:56:28.512Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-20T02:56:29.100Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-20T02:56:29.570Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-20T02:56:29.810Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-20T02:56:30.086Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-20T02:56:30.355Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-20T02:56:30.795Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-20T02:56:30.922Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-20T02:56:31.547Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-20T02:56:31.914Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-20T02:56:32.270Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-20T02:56:32.642Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-20T02:56:32.966Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-20T02:56:34.114Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-20T02:56:34.219Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-20T02:56:34.219Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-20T02:56:34.565Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-20T02:56:34.842Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-20T02:56:35.256Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-20T02:56:35.610Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-20T02:56:35.916Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-20T02:56:36.188Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-20T02:56:36.630Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-20T02:56:37.212Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-20T02:56:37.742Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-20T02:56:38.114Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-20T02:56:38.309Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-20T02:56:38.927Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-20T02:56:39.245Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-20T02:56:44.210Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-20T02:56:44.536Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-20T02:56:44.536Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-20T02:56:44.536Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-20T02:56:44.691Z Downloading crates ...
2852026-08-20T02:56:44.691Z Downloaded memmap v0.7.0
2862026-08-20T02:56:44.691Z Downloaded crypto-common v0.1.7
2872026-08-20T02:56:44.691Z Downloaded is_terminal_polyfill v1.70.2
2882026-08-20T02:56:44.693Z Downloaded fs-err v3.3.0
2892026-08-20T02:56:44.693Z Downloaded cargo_metadata v0.23.1
2902026-08-20T02:56:44.693Z Downloaded dtrace-parser v0.2.0
2912026-08-20T02:56:44.693Z Downloaded thread-id v4.2.2
2922026-08-20T02:56:44.693Z Downloaded fastrand v2.3.0
2932026-08-20T02:56:44.693Z Downloaded zmij v1.0.21
2942026-08-20T02:56:44.693Z Downloaded usdt-attr-macro v0.5.0
2952026-08-20T02:56:44.693Z Downloaded byteorder v1.5.0
2962026-08-20T02:56:44.693Z Downloaded zerocopy-derive v0.7.35
2972026-08-20T02:56:44.693Z Downloaded zerocopy v0.7.35
2982026-08-20T02:56:44.693Z Downloaded version_check v0.9.5
2992026-08-20T02:56:44.693Z Downloaded anstream v1.0.0
3002026-08-20T02:56:44.693Z Downloaded proc-macro-error v1.0.4
3012026-08-20T02:56:44.693Z Downloaded quote v1.0.45
3022026-08-20T02:56:44.693Z Downloaded scroll v0.12.0
3032026-08-20T02:56:44.693Z Downloaded itoa v1.0.17
3042026-08-20T02:56:44.693Z Downloaded cargo-platform v0.3.2
3052026-08-20T02:56:44.693Z Downloaded clap_derive v4.6.1
3062026-08-20T02:56:44.693Z Downloaded camino-tempfile v1.4.1
3072026-08-20T02:56:44.693Z Downloaded thiserror v1.0.69
3082026-08-20T02:56:44.693Z Downloaded macaddr v1.0.1
3092026-08-20T02:56:44.693Z Downloaded anstyle-parse v1.0.0
3102026-08-20T02:56:44.693Z Downloaded thiserror-impl v1.0.69
3112026-08-20T02:56:44.693Z Downloaded tempfile v3.27.0
3122026-08-20T02:56:44.693Z Downloaded getrandom v0.3.4
3132026-08-20T02:56:44.693Z Downloaded papergrid v0.11.0
3142026-08-20T02:56:44.696Z Downloaded pest_derive v2.8.6
3152026-08-20T02:56:44.696Z Downloaded ucd-trie v0.1.7
3162026-08-20T02:56:44.696Z Downloaded serde_core v1.0.228
3172026-08-20T02:56:44.696Z Downloaded cfg-if v1.0.4
3182026-08-20T02:56:44.696Z Downloaded anstyle-query v1.1.5
3192026-08-20T02:56:44.696Z Downloaded colorchoice v1.0.4
3202026-08-20T02:56:44.696Z Downloaded errno v0.3.14
3212026-08-20T02:56:44.697Z Downloaded block-buffer v0.10.4
3222026-08-20T02:56:44.697Z Downloaded log v0.4.33
3232026-08-20T02:56:44.697Z Downloaded pest_generator v2.8.6
3242026-08-20T02:56:44.697Z Downloaded terminal_size v0.4.3
3252026-08-20T02:56:44.699Z Downloaded heck v0.4.1
3262026-08-20T02:56:44.699Z Downloaded cpufeatures v0.2.17
3272026-08-20T02:56:44.699Z Downloaded pretty-hex v0.4.1
3282026-08-20T02:56:44.699Z Downloaded usdt v0.5.0
3292026-08-20T02:56:44.699Z Downloaded clap_lex v1.0.0
3302026-08-20T02:56:44.699Z Downloaded proc-macro-error-attr v1.0.4
3312026-08-20T02:56:44.699Z Downloaded swrite v0.1.0
3322026-08-20T02:56:44.699Z Downloaded serde_spanned v0.6.9
3332026-08-20T02:56:44.699Z Downloaded strsim v0.11.1
3342026-08-20T02:56:44.699Z Downloaded generic-array v0.14.7
3352026-08-20T02:56:44.699Z Downloaded dof v0.3.0
3362026-08-20T02:56:44.699Z Downloaded pest_meta v2.8.6
3372026-08-20T02:56:44.699Z Downloaded anstyle v1.0.14
3382026-08-20T02:56:44.699Z Downloaded scroll_derive v0.12.1
3392026-08-20T02:56:44.699Z Downloaded tabled_derive v0.7.0
3402026-08-20T02:56:44.701Z Downloaded equivalent v1.0.2
3412026-08-20T02:56:44.701Z Downloaded plain v0.2.3
3422026-08-20T02:56:44.701Z Downloaded utf8parse v0.2.2
3432026-08-20T02:56:44.701Z Downloaded fnv v1.0.7
3442026-08-20T02:56:44.701Z Downloaded unicode-linebreak v0.1.5
3452026-08-20T02:56:44.701Z Downloaded usdt-macro v0.5.0
3462026-08-20T02:56:44.701Z Downloaded heck v0.5.0
3472026-08-20T02:56:44.701Z Downloaded autocfg v1.5.0
3482026-08-20T02:56:44.701Z Downloaded clap v4.6.1
3492026-08-20T02:56:44.701Z Downloaded cargo_toml v0.21.0
3502026-08-20T02:56:44.701Z Downloaded bytecount v0.6.9
3512026-08-20T02:56:44.701Z Downloaded digest v0.10.7
3522026-08-20T02:56:44.702Z Downloaded toml_datetime v0.6.11
3532026-08-20T02:56:44.702Z Downloaded sha2 v0.10.9
3542026-08-20T02:56:44.702Z Downloaded thiserror v2.0.18
3552026-08-20T02:56:44.702Z Downloaded thiserror-impl v2.0.18
3562026-08-20T02:56:44.702Z Downloaded camino v1.2.5
3572026-08-20T02:56:44.702Z Downloaded bitflags v2.11.0
3582026-08-20T02:56:44.702Z Downloaded once_cell v1.21.3
3592026-08-20T02:56:44.702Z Downloaded smawk v0.3.2
3602026-08-20T02:56:44.702Z Downloaded toml_write v0.1.2
3612026-08-20T02:56:44.702Z Downloaded usdt-impl v0.5.0
3622026-08-20T02:56:44.702Z Downloaded serde_tokenstream v0.2.3
3632026-08-20T02:56:44.702Z Downloaded anyhow v1.0.104
3642026-08-20T02:56:44.702Z Downloaded semver v1.0.28
3652026-08-20T02:56:44.702Z Downloaded toml_edit v0.22.27
3662026-08-20T02:56:44.703Z Downloaded toml v0.8.23
3672026-08-20T02:56:44.703Z Downloaded unicode-ident v1.0.24
3682026-08-20T02:56:44.703Z Downloaded serde_derive v1.0.228
3692026-08-20T02:56:44.703Z Downloaded proc-macro2 v1.0.106
3702026-08-20T02:56:44.703Z Downloaded textwrap v0.16.2
3712026-08-20T02:56:44.703Z Downloaded pest v2.8.6
3722026-08-20T02:56:44.703Z Downloaded serde v1.0.228
3732026-08-20T02:56:44.703Z Downloaded memchr v2.8.0
3742026-08-20T02:56:44.703Z Downloaded typenum v1.20.1
3752026-08-20T02:56:44.703Z Downloaded indexmap v2.14.0
3762026-08-20T02:56:44.703Z Downloaded serde_json v1.0.151
3772026-08-20T02:56:44.703Z Downloaded clap_builder v4.6.0
3782026-08-20T02:56:44.703Z Downloaded hashbrown v0.17.0
3792026-08-20T02:56:44.703Z Downloaded winnow v0.7.14
3802026-08-20T02:56:44.703Z Downloaded goblin v0.8.2
3812026-08-20T02:56:44.703Z Downloaded tabled v0.15.0
3822026-08-20T02:56:44.703Z Downloaded unicode-width v0.1.14
3832026-08-20T02:56:44.703Z Downloaded syn v1.0.109
3842026-08-20T02:56:44.764Z Downloaded unicode-width v0.2.0
3852026-08-20T02:56:44.764Z Downloaded syn v2.0.117
3862026-08-20T02:56:44.764Z Downloaded rustix v1.1.4
3872026-08-20T02:56:44.764Z Downloaded libc v0.2.185
3882026-08-20T02:56:44.764Z Compiling proc-macro2 v1.0.106
3892026-08-20T02:56:44.764Z Compiling quote v1.0.45
3902026-08-20T02:56:44.764Z Compiling unicode-ident v1.0.24
3912026-08-20T02:56:44.764Z Compiling serde_core v1.0.228
3922026-08-20T02:56:44.764Z Compiling libc v0.2.185
3932026-08-20T02:56:44.764Z Compiling version_check v0.9.5
3942026-08-20T02:56:44.764Z Compiling memchr v2.8.0
3952026-08-20T02:56:44.764Z Compiling serde v1.0.228
3962026-08-20T02:56:44.764Z Compiling zmij v1.0.21
3972026-08-20T02:56:44.764Z Compiling itoa v1.0.17
3982026-08-20T02:56:44.764Z Compiling ucd-trie v0.1.7
3992026-08-20T02:56:44.765Z Compiling thiserror v1.0.69
4002026-08-20T02:56:44.765Z Compiling pest v2.8.6
4012026-08-20T02:56:44.765Z Compiling byteorder v1.5.0
4022026-08-20T02:56:44.789Z Compiling rustix v1.1.4
4032026-08-20T02:56:44.883Z Compiling errno v0.3.14
4042026-08-20T02:56:44.917Z Compiling bitflags v2.11.0
4052026-08-20T02:56:45.038Z Compiling serde_json v1.0.151
4062026-08-20T02:56:45.151Z Compiling syn v2.0.117
4072026-08-20T02:56:45.229Z Compiling thread-id v4.2.2
4082026-08-20T02:56:45.295Z Compiling proc-macro-error-attr v1.0.4
4092026-08-20T02:56:45.325Z Compiling usdt-impl v0.5.0
4102026-08-20T02:56:45.441Z Compiling syn v1.0.109
4112026-08-20T02:56:45.478Z Compiling camino v1.2.5
4122026-08-20T02:56:45.638Z Compiling pest_meta v2.8.6
4132026-08-20T02:56:45.869Z Compiling proc-macro-error v1.0.4
4142026-08-20T02:56:45.886Z Compiling utf8parse v0.2.2
4152026-08-20T02:56:45.886Z Compiling plain v0.2.3
4162026-08-20T02:56:45.950Z Compiling equivalent v1.0.2
4172026-08-20T02:56:45.967Z Compiling getrandom v0.3.4
4182026-08-20T02:56:45.996Z Compiling log v0.4.33
4192026-08-20T02:56:46.040Z Compiling hashbrown v0.17.0
4202026-08-20T02:56:46.213Z Compiling terminal_size v0.4.3
4212026-08-20T02:56:46.583Z Compiling indexmap v2.14.0
4222026-08-20T02:56:46.605Z Compiling anstyle-parse v1.0.0
4232026-08-20T02:56:47.000Z Compiling pretty-hex v0.4.1
4242026-08-20T02:56:47.037Z Compiling anstyle-query v1.1.5
4252026-08-20T02:56:47.140Z Compiling is_terminal_polyfill v1.70.2
4262026-08-20T02:56:47.156Z Compiling thiserror v2.0.18
4272026-08-20T02:56:47.179Z Compiling colorchoice v1.0.4
4282026-08-20T02:56:47.195Z Compiling autocfg v1.5.0
4292026-08-20T02:56:47.235Z Compiling toml_write v0.1.2
4302026-08-20T02:56:47.239Z Compiling anstyle v1.0.14
4312026-08-20T02:56:47.292Z Compiling cfg-if v1.0.4
4322026-08-20T02:56:47.366Z Compiling pest_generator v2.8.6
4332026-08-20T02:56:47.385Z Compiling winnow v0.7.14
4342026-08-20T02:56:47.434Z Compiling anstream v1.0.0
4352026-08-20T02:56:47.613Z Compiling fs-err v3.3.0
4362026-08-20T02:56:47.714Z Compiling bytecount v0.6.9
4372026-08-20T02:56:47.761Z Compiling heck v0.4.1
4382026-08-20T02:56:47.808Z Compiling strsim v0.11.1
4392026-08-20T02:56:47.821Z Compiling once_cell v1.21.3
4402026-08-20T02:56:47.843Z Compiling fastrand v2.3.0
4412026-08-20T02:56:48.040Z Compiling anyhow v1.0.104
4422026-08-20T02:56:48.057Z Compiling unicode-width v0.1.14
4432026-08-20T02:56:48.103Z Compiling clap_lex v1.0.0
4442026-08-20T02:56:48.122Z Compiling heck v0.5.0
4452026-08-20T02:56:48.310Z Compiling fnv v1.0.7
4462026-08-20T02:56:48.370Z Compiling clap_builder v4.6.0
4472026-08-20T02:56:48.405Z Compiling tempfile v3.27.0
4482026-08-20T02:56:48.426Z Compiling papergrid v0.11.0
4492026-08-20T02:56:48.495Z Compiling semver v1.0.28
4502026-08-20T02:56:48.634Z Compiling cargo-platform v0.3.2
4512026-08-20T02:56:48.740Z Compiling memmap v0.7.0
4522026-08-20T02:56:48.771Z Compiling tabled_derive v0.7.0
4532026-08-20T02:56:48.823Z Compiling unicode-linebreak v0.1.5
4542026-08-20T02:56:48.855Z Compiling unicode-width v0.2.0
4552026-08-20T02:56:48.876Z Compiling smawk v0.3.2
4562026-08-20T02:56:49.005Z Compiling serde_derive v1.0.228
4572026-08-20T02:56:49.095Z Compiling thiserror-impl v1.0.69
4582026-08-20T02:56:49.095Z Compiling zerocopy-derive v0.7.35
4592026-08-20T02:56:49.174Z Compiling pest_derive v2.8.6
4602026-08-20T02:56:49.250Z Compiling scroll_derive v0.12.1
4612026-08-20T02:56:49.599Z Compiling thiserror-impl v2.0.18
4622026-08-20T02:56:49.652Z Compiling clap_derive v4.6.1
4632026-08-20T02:56:49.824Z Compiling tabled v0.15.0
4642026-08-20T02:56:49.921Z Compiling scroll v0.12.0
4652026-08-20T02:56:49.957Z Compiling zerocopy v0.7.35
4662026-08-20T02:56:50.200Z Compiling goblin v0.8.2
4672026-08-20T02:56:50.367Z Compiling dtrace-parser v0.2.0
4682026-08-20T02:56:50.523Z Compiling textwrap v0.16.2
4692026-08-20T02:56:50.987Z Compiling camino-tempfile v1.4.1
4702026-08-20T02:56:51.108Z Compiling swrite v0.1.0
4712026-08-20T02:56:51.427Z Compiling clap v4.6.1
4722026-08-20T02:56:52.106Z Compiling dof v0.3.0
4732026-08-20T02:56:52.106Z Compiling serde_tokenstream v0.2.3
4742026-08-20T02:56:52.143Z Compiling toml_datetime v0.6.11
4752026-08-20T02:56:52.162Z Compiling serde_spanned v0.6.9
4762026-08-20T02:56:52.163Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-20T02:56:52.192Z Compiling macaddr v1.0.1
4782026-08-20T02:56:52.219Z Compiling cargo_metadata v0.23.1
4792026-08-20T02:56:52.327Z Compiling toml_edit v0.22.27
4802026-08-20T02:56:52.895Z Compiling usdt-attr-macro v0.5.0
4812026-08-20T02:56:52.903Z Compiling usdt-macro v0.5.0
4822026-08-20T02:56:53.494Z Compiling usdt v0.5.0
4832026-08-20T02:56:53.621Z Compiling toml v0.8.23
4842026-08-20T02:56:53.984Z Compiling cargo_toml v0.21.0
4852026-08-20T02:56:55.241Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-20T02:56:57.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.52s
4872026-08-20T02:56:57.452Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-20T02:56:57.954Z Downloading crates ...
4892026-08-20T02:56:58.009Z Downloaded aead v0.5.2
4902026-08-20T02:56:58.018Z Downloaded backtrace-ext v0.2.1
4912026-08-20T02:56:58.021Z Downloaded atomic-waker v1.1.2
4922026-08-20T02:56:58.024Z Downloaded ascii-canvas v3.0.0
4932026-08-20T02:56:58.024Z Downloaded bitfield-macros v0.19.4
4942026-08-20T02:56:58.028Z Downloaded adler2 v2.0.1
4952026-08-20T02:56:58.031Z Downloaded async-stream-impl v0.3.6
4962026-08-20T02:56:58.035Z Downloaded compression-core v0.4.31
4972026-08-20T02:56:58.035Z Downloaded foreign-types-shared v0.3.1
4982026-08-20T02:56:58.038Z Downloaded futures-sink v0.3.32
4992026-08-20T02:56:58.042Z Downloaded bb8 v0.8.6
5002026-08-20T02:56:58.042Z Downloaded elliptic-curve v0.14.1
5012026-08-20T02:56:58.045Z Downloaded flagset v0.4.7
5022026-08-20T02:56:58.048Z Downloaded anstyle-parse v0.2.7
5032026-08-20T02:56:58.048Z Downloaded fs_extra v1.3.0
5042026-08-20T02:56:58.053Z Downloaded hubpack_derive v0.1.1
5052026-08-20T02:56:58.053Z Downloaded array-init v0.0.4
5062026-08-20T02:56:58.053Z Downloaded async-recursion v1.1.1
5072026-08-20T02:56:58.053Z Downloaded globset v0.4.18
5082026-08-20T02:56:58.058Z Downloaded highway v1.3.0
5092026-08-20T02:56:58.058Z Downloaded block-padding v0.4.2
5102026-08-20T02:56:58.058Z Downloaded argon2 v0.5.3
5112026-08-20T02:56:58.058Z Downloaded cexpr v0.6.0
5122026-08-20T02:56:58.062Z Downloaded hickory-resolver v0.24.4
5132026-08-20T02:56:58.065Z Downloaded backon v1.6.0
5142026-08-20T02:56:58.065Z Downloaded endian-type v0.1.2
5152026-08-20T02:56:58.065Z Downloaded futures-util v0.3.32
5162026-08-20T02:56:58.071Z Downloaded gethostname v0.5.0
5172026-08-20T02:56:58.075Z Downloaded embedded-io v0.6.1
5182026-08-20T02:56:58.075Z Downloaded enum_dispatch v0.3.13
5192026-08-20T02:56:58.075Z Downloaded funty v2.0.0
5202026-08-20T02:56:58.075Z Downloaded base16ct v1.0.0
5212026-08-20T02:56:58.080Z Downloaded const-oid v0.10.2
5222026-08-20T02:56:58.080Z Downloaded ena v0.14.4
5232026-08-20T02:56:58.080Z Downloaded enum-as-inner v0.6.1
5242026-08-20T02:56:58.080Z Downloaded embedded-io v0.4.0
5252026-08-20T02:56:58.080Z Downloaded env_filter v2.0.0
5262026-08-20T02:56:58.080Z Downloaded atty v0.2.14
5272026-08-20T02:56:58.083Z Downloaded async-stream v0.3.6
5282026-08-20T02:56:58.083Z Downloaded blake2 v0.11.0-rc.6
5292026-08-20T02:56:58.083Z Downloaded colored v3.1.1
5302026-08-20T02:56:58.086Z Downloaded bit-vec v0.8.0
5312026-08-20T02:56:58.090Z Downloaded addr2line v0.25.1
5322026-08-20T02:56:58.090Z Downloaded base64ct v1.8.3
5332026-08-20T02:56:58.099Z Downloaded atomicwrites v0.4.4
5342026-08-20T02:56:58.102Z Downloaded arrayref v0.3.9
5352026-08-20T02:56:58.102Z Downloaded anstream v0.6.21
5362026-08-20T02:56:58.106Z Downloaded bitfield-struct v0.6.2
5372026-08-20T02:56:58.109Z Downloaded assert_matches v1.5.0
5382026-08-20T02:56:58.113Z Downloaded bzip2 v0.6.1
5392026-08-20T02:56:58.113Z Downloaded ciborium-ll v0.2.2
5402026-08-20T02:56:58.113Z Downloaded futures-io v0.3.32
5412026-08-20T02:56:58.113Z Downloaded foreign-types v0.3.2
5422026-08-20T02:56:58.113Z Downloaded expectorate v1.2.0
5432026-08-20T02:56:58.116Z Downloaded aead v0.6.1
5442026-08-20T02:56:58.120Z Downloaded clang-sys v1.8.1
5452026-08-20T02:56:58.120Z Downloaded hex v0.4.3
5462026-08-20T02:56:58.120Z Downloaded hostname v0.3.1
5472026-08-20T02:56:58.123Z Downloaded base16ct v0.2.0
5482026-08-20T02:56:58.123Z Downloaded headers-core v0.3.0
5492026-08-20T02:56:58.126Z Downloaded bit-set v0.5.3
5502026-08-20T02:56:58.126Z Downloaded futures-task v0.3.32
5512026-08-20T02:56:58.126Z Downloaded hex-literal v1.1.0
5522026-08-20T02:56:58.126Z Downloaded form_urlencoded v1.2.2
5532026-08-20T02:56:58.129Z Downloaded hostname v0.4.2
5542026-08-20T02:56:58.129Z Downloaded bit-set v0.8.0
5552026-08-20T02:56:58.133Z Downloaded bcrypt-pbkdf v0.11.0
5562026-08-20T02:56:58.133Z Downloaded erased-serde v0.3.31
5572026-08-20T02:56:58.136Z Downloaded fixedbitset v0.4.2
5582026-08-20T02:56:58.136Z Downloaded env_logger v0.11.11
5592026-08-20T02:56:58.136Z Downloaded hash32 v0.2.1
5602026-08-20T02:56:58.140Z Downloaded futures-core v0.3.32
5612026-08-20T02:56:58.143Z Downloaded float-ord v0.3.2
5622026-08-20T02:56:58.143Z Downloaded globwalk v0.9.1
5632026-08-20T02:56:58.146Z Downloaded fd-lock v4.0.4
5642026-08-20T02:56:58.146Z Downloaded float-cmp v0.10.0
5652026-08-20T02:56:58.146Z Downloaded http-range v0.1.5
5662026-08-20T02:56:58.150Z Downloaded http-body v1.0.1
5672026-08-20T02:56:58.153Z Downloaded hubpack v0.1.2
5682026-08-20T02:56:58.158Z Downloaded home v0.5.12
5692026-08-20T02:56:58.161Z Downloaded foreign-types-macros v0.2.3
5702026-08-20T02:56:58.161Z Downloaded futures-macro v0.3.32
5712026-08-20T02:56:58.161Z Downloaded foreign-types-shared v0.1.1
5722026-08-20T02:56:58.164Z Downloaded cfg_aliases v0.1.1
5732026-08-20T02:56:58.164Z Downloaded cobs v0.3.0
5742026-08-20T02:56:58.168Z Downloaded foreign-types v0.5.0
5752026-08-20T02:56:58.171Z Downloaded cfg_aliases v0.2.1
5762026-08-20T02:56:58.171Z Downloaded newline-converter v0.3.0
5772026-08-20T02:56:58.175Z Downloaded hash32 v0.3.1
5782026-08-20T02:56:58.175Z Downloaded ciborium-io v0.2.2
5792026-08-20T02:56:58.175Z Downloaded ghash v0.6.0
5802026-08-20T02:56:58.178Z Downloaded fxhash v0.2.1
5812026-08-20T02:56:58.178Z Downloaded rand_chacha v0.3.1
5822026-08-20T02:56:58.179Z Downloaded num_threads v0.1.7
5832026-08-20T02:56:58.179Z Downloaded quick-error v1.2.3
5842026-08-20T02:56:58.182Z Downloaded openssl-macros v0.1.1
5852026-08-20T02:56:58.182Z Downloaded psl-types v2.0.11
5862026-08-20T02:56:58.182Z Downloaded nodrop v0.1.14
5872026-08-20T02:56:58.182Z Downloaded nibble_vec v0.1.0
5882026-08-20T02:56:58.182Z Downloaded normalize-line-endings v0.3.0
5892026-08-20T02:56:58.186Z Downloaded percent-encoding v2.3.2
5902026-08-20T02:56:58.191Z Downloaded ff v0.13.1
5912026-08-20T02:56:58.194Z Downloaded ff v0.14.0
5922026-08-20T02:56:58.194Z Downloaded futures-executor v0.3.32
5932026-08-20T02:56:58.194Z Downloaded group v0.13.0
5942026-08-20T02:56:58.198Z Downloaded httpdate v1.0.3
5952026-08-20T02:56:58.198Z Downloaded bcs v0.1.6
5962026-08-20T02:56:58.198Z Downloaded async-trait v0.1.89
5972026-08-20T02:56:58.202Z Downloaded git-stub v1.0.0
5982026-08-20T02:56:58.202Z Downloaded precomputed-hash v0.1.1
5992026-08-20T02:56:58.202Z Downloaded signal-hook-tokio v0.3.1
6002026-08-20T02:56:58.206Z Downloaded serde_spanned v1.1.1
6012026-08-20T02:56:58.206Z Downloaded phf_shared v0.11.3
6022026-08-20T02:56:58.206Z Downloaded fixedbitset v0.5.7
6032026-08-20T02:56:58.210Z Downloaded bit-vec v0.6.3
6042026-08-20T02:56:58.210Z Downloaded bitfield v0.19.4
6052026-08-20T02:56:58.210Z Downloaded http-body-util v0.1.3
6062026-08-20T02:56:58.215Z Downloaded password-hash v0.6.1
6072026-08-20T02:56:58.218Z Downloaded recursive v0.1.1
6082026-08-20T02:56:58.218Z Downloaded recursive-proc-macro-impl v0.1.1
6092026-08-20T02:56:58.218Z Downloaded russh-util v0.52.0
6102026-08-20T02:56:58.218Z Downloaded glob v0.3.3
6112026-08-20T02:56:58.223Z Downloaded rustc_version v0.4.1
6122026-08-20T02:56:58.227Z Downloaded backoff v0.4.0
6132026-08-20T02:56:58.231Z Downloaded num-integer v0.1.46
6142026-08-20T02:56:58.234Z Downloaded filetime v0.2.27
6152026-08-20T02:56:58.234Z Downloaded foldhash v0.2.0
6162026-08-20T02:56:58.234Z Downloaded git-stub-vcs v0.1.0
6172026-08-20T02:56:58.234Z Downloaded cmov v0.5.4
6182026-08-20T02:56:58.238Z Downloaded cipher v0.4.4
6192026-08-20T02:56:58.238Z Downloaded bitflags v1.3.2
6202026-08-20T02:56:58.241Z Downloaded block-buffer v0.12.1
6212026-08-20T02:56:58.241Z Downloaded blowfish v0.10.0
6222026-08-20T02:56:58.241Z Downloaded sponge-cursor v0.1.0
6232026-08-20T02:56:58.244Z Downloaded chacha20 v0.9.1
6242026-08-20T02:56:58.244Z Downloaded compression-codecs v0.4.37
6252026-08-20T02:56:58.244Z Downloaded pem-rfc7468 v1.0.0
6262026-08-20T02:56:58.247Z Downloaded primeorder v0.13.6
6272026-08-20T02:56:58.247Z Downloaded buf-list v1.1.2
6282026-08-20T02:56:58.247Z Downloaded cipher v0.5.2
6292026-08-20T02:56:58.251Z Downloaded cmake v0.1.57
6302026-08-20T02:56:58.251Z Downloaded futures-channel v0.3.32
6312026-08-20T02:56:58.251Z Downloaded hmac v0.13.0
6322026-08-20T02:56:58.254Z Downloaded camino-tempfile-ext v0.3.3
6332026-08-20T02:56:58.254Z Downloaded castaway v0.2.4
6342026-08-20T02:56:58.254Z Downloaded bs58 v0.5.1
6352026-08-20T02:56:58.257Z Downloaded fs-err v2.11.0
6362026-08-20T02:56:58.257Z Downloaded signature v2.2.0
6372026-08-20T02:56:58.260Z Downloaded foldhash v0.1.5
6382026-08-20T02:56:58.261Z Downloaded serde_repr v0.1.20
6392026-08-20T02:56:58.261Z Downloaded shell-words v1.1.1
6402026-08-20T02:56:58.261Z Downloaded strsim v0.10.0
6412026-08-20T02:56:58.264Z Downloaded num_enum v0.5.11
6422026-08-20T02:56:58.267Z Downloaded arrayvec v0.7.6
6432026-08-20T02:56:58.267Z Downloaded strum v0.27.2
6442026-08-20T02:56:58.267Z Downloaded take_mut v0.2.2
6452026-08-20T02:56:58.267Z Downloaded ahash v0.8.12
6462026-08-20T02:56:58.270Z Downloaded testing_table v0.3.0
6472026-08-20T02:56:58.276Z Downloaded parking_lot_core v0.8.6
6482026-08-20T02:56:58.281Z Downloaded predicates v3.1.4
6492026-08-20T02:56:58.281Z Downloaded chumsky v0.9.3
6502026-08-20T02:56:58.284Z Downloaded argon2 v0.6.0-rc.8
6512026-08-20T02:56:58.284Z Downloaded password-hash v0.5.0
6522026-08-20T02:56:58.284Z Downloaded allocator-api2 v0.2.21
6532026-08-20T02:56:58.289Z Downloaded seq-macro v0.3.6
6542026-08-20T02:56:58.289Z Downloaded httparse v1.10.1
6552026-08-20T02:56:58.292Z Downloaded oxide-update-engine v0.1.2
6562026-08-20T02:56:58.292Z Downloaded fallible-iterator v0.2.0
6572026-08-20T02:56:58.292Z Downloaded hmac v0.12.1
6582026-08-20T02:56:58.292Z Downloaded packed_struct v0.10.1
6592026-08-20T02:56:58.292Z Downloaded getrandom v0.2.17
6602026-08-20T02:56:58.296Z Downloaded pin-project-lite v0.2.17
6612026-08-20T02:56:58.299Z Downloaded port-file v0.1.0
6622026-08-20T02:56:58.299Z Downloaded rand_pcg v0.10.2
6632026-08-20T02:56:58.299Z Downloaded parking_lot v0.12.5
6642026-08-20T02:56:58.303Z Downloaded pin-project-internal v1.1.11
6652026-08-20T02:56:58.303Z Downloaded resolv-conf v0.7.6
6662026-08-20T02:56:58.306Z Downloaded tokio-macros v2.7.0
6672026-08-20T02:56:58.310Z Downloaded untrusted v0.7.1
6682026-08-20T02:56:58.310Z Downloaded utf-8 v0.7.6
6692026-08-20T02:56:58.313Z Downloaded yoke-derive v0.8.1
6702026-08-20T02:56:58.316Z Downloaded progenitor-client v0.13.0
6712026-08-20T02:56:58.316Z Downloaded rustls-pemfile v2.2.0
6722026-08-20T02:56:58.326Z Downloaded byte-wrapper v0.1.0
6732026-08-20T02:56:58.329Z Downloaded want v0.3.1
6742026-08-20T02:56:58.332Z Downloaded convert_case v0.4.0
6752026-08-20T02:56:58.338Z Downloaded zone_cfg_derive v0.3.1
6762026-08-20T02:56:58.338Z Downloaded cbc v0.2.1
6772026-08-20T02:56:58.338Z Downloaded chacha20 v0.10.0
6782026-08-20T02:56:58.338Z Downloaded console v0.15.11
6792026-08-20T02:56:58.341Z Downloaded console v0.16.2
6802026-08-20T02:56:58.341Z Downloaded crunchy v0.2.4
6812026-08-20T02:56:58.341Z Downloaded colored v2.2.0
6822026-08-20T02:56:58.341Z Downloaded zeroize_derive v1.5.0
6832026-08-20T02:56:58.341Z Downloaded bzip2 v0.4.4
6842026-08-20T02:56:58.341Z Downloaded scroll v0.13.0
6852026-08-20T02:56:58.341Z Downloaded group v0.14.0
6862026-08-20T02:56:58.341Z Downloaded sec1 v0.7.3
6872026-08-20T02:56:58.345Z Downloaded snafu-derive v0.8.9
6882026-08-20T02:56:58.345Z Downloaded synstructure v0.13.2
6892026-08-20T02:56:58.345Z Downloaded arc-swap v1.8.2
6902026-08-20T02:56:58.349Z Downloaded cassowary v0.3.0
6912026-08-20T02:56:58.352Z Downloaded dtrace-parser v0.3.0
6922026-08-20T02:56:58.352Z Downloaded slog-stdlog v4.1.1
6932026-08-20T02:56:58.356Z Downloaded primeorder v0.14.0
6942026-08-20T02:56:58.359Z Downloaded rustversion v1.0.22
6952026-08-20T02:56:58.359Z Downloaded rusty-fork v0.3.1
6962026-08-20T02:56:58.359Z Downloaded smf v0.2.3
6972026-08-20T02:56:58.363Z Downloaded generic-array v1.4.3
6982026-08-20T02:56:58.363Z Downloaded getrandom v0.4.3
6992026-08-20T02:56:58.363Z Downloaded serdect v0.4.3
7002026-08-20T02:56:58.367Z Downloaded darling_macro v0.20.11
7012026-08-20T02:56:58.367Z Downloaded debug-ignore v1.0.5
7022026-08-20T02:56:58.367Z Downloaded difflib v0.4.0
7032026-08-20T02:56:58.367Z Downloaded fatfs v0.3.6
7042026-08-20T02:56:58.370Z Downloaded defmt-parser v1.0.0
7052026-08-20T02:56:58.370Z Downloaded dirs-sys-next v0.1.2
7062026-08-20T02:56:58.370Z Downloaded display-error-chain v0.2.2
7072026-08-20T02:56:58.378Z Downloaded cancel-safe-futures v0.1.5
7082026-08-20T02:56:58.381Z Downloaded find-msvc-tools v0.1.9
7092026-08-20T02:56:58.381Z Downloaded omicron-zone-package v0.12.3
7102026-08-20T02:56:58.381Z Downloaded illumos-nvpair-sys v0.2.0
7112026-08-20T02:56:58.385Z Downloaded is_ci v1.2.0
7122026-08-20T02:56:58.385Z Downloaded jiff-static v0.2.34
7132026-08-20T02:56:58.385Z Downloaded uzers v0.12.2
7142026-08-20T02:56:58.385Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7152026-08-20T02:56:58.392Z Downloaded libscf-sys v1.2.0
7162026-08-20T02:56:58.400Z Downloaded tui-tree-widget v0.23.1
7172026-08-20T02:56:58.404Z Downloaded futures v0.3.32
7182026-08-20T02:56:58.404Z Downloaded mime v0.3.17
7192026-08-20T02:56:58.408Z Downloaded wyz v0.5.1
7202026-08-20T02:56:58.408Z Downloaded async-bb8-diesel v0.2.1
7212026-08-20T02:56:58.411Z Downloaded num_enum_derive v0.5.11
7222026-08-20T02:56:58.414Z Downloaded peg-runtime v0.8.5
7232026-08-20T02:56:58.417Z Downloaded strum_macros v0.27.2
7242026-08-20T02:56:58.418Z Downloaded blake2 v0.10.6
7252026-08-20T02:56:58.418Z Downloaded ciborium v0.2.2
7262026-08-20T02:56:58.422Z Downloaded term v1.2.1
7272026-08-20T02:56:58.422Z Downloaded der_derive v0.7.3
7282026-08-20T02:56:58.425Z Downloaded thread_local v1.1.9
7292026-08-20T02:56:58.428Z Downloaded critical-section v1.2.0
7302026-08-20T02:56:58.429Z Downloaded deranged v0.5.8
7312026-08-20T02:56:58.432Z Downloaded openssl-probe v0.1.6
7322026-08-20T02:56:58.432Z Downloaded potential_utf v0.1.4
7332026-08-20T02:56:58.432Z Downloaded predicates-tree v1.0.13
7342026-08-20T02:56:58.432Z Downloaded radium v0.7.0
7352026-08-20T02:56:58.437Z Downloaded match_cfg v0.1.0
7362026-08-20T02:56:58.437Z Downloaded impl-trait-for-tuples v0.2.3
7372026-08-20T02:56:58.440Z Downloaded headers v0.4.1
7382026-08-20T02:56:58.443Z Downloaded heapless v0.8.0
7392026-08-20T02:56:58.488Z Downloaded flume v0.11.1
7402026-08-20T02:56:58.488Z Downloaded ctutils v0.4.2
7412026-08-20T02:56:58.500Z Downloaded half v2.7.1
7422026-08-20T02:56:58.500Z Downloaded ctr v0.10.1
7432026-08-20T02:56:58.500Z Downloaded path-slash v0.1.5
7442026-08-20T02:56:58.500Z Downloaded serde_cbor v0.11.2
7452026-08-20T02:56:58.500Z Downloaded packed_struct_codegen v0.10.1
7462026-08-20T02:56:58.500Z Downloaded p256 v0.14.0
7472026-08-20T02:56:58.500Z Downloaded slog v2.8.2
7482026-08-20T02:56:58.500Z Downloaded oso v0.27.3
7492026-08-20T02:56:58.500Z Downloaded progenitor-impl v0.14.0
7502026-08-20T02:56:58.500Z Downloaded keccak v0.2.0
7512026-08-20T02:56:58.500Z Downloaded russh-cryptovec v0.62.0
7522026-08-20T02:56:58.500Z Downloaded tokio-rustls v0.26.4
7532026-08-20T02:56:58.500Z Downloaded tracing-attributes v0.1.31
7542026-08-20T02:56:58.500Z Downloaded unicode-properties v0.1.4
7552026-08-20T02:56:58.500Z Downloaded displaydoc v0.2.5
7562026-08-20T02:56:58.500Z Downloaded diesel-dtrace v0.5.0
7572026-08-20T02:56:58.500Z Downloaded libefi-sys v0.1.0
7582026-08-20T02:56:58.500Z Downloaded lock_api v0.4.14
7592026-08-20T02:56:58.500Z Downloaded socket2 v0.5.10
7602026-08-20T02:56:58.500Z Downloaded heapless v0.7.17
7612026-08-20T02:56:58.500Z Downloaded flate2 v1.1.9
7622026-08-20T02:56:58.500Z Downloaded half v1.8.3
7632026-08-20T02:56:58.501Z Downloaded hickory-resolver v0.25.2
7642026-08-20T02:56:58.501Z Downloaded rfc6979 v0.6.0
7652026-08-20T02:56:58.501Z Downloaded libsw v3.5.0
7662026-08-20T02:56:58.501Z Downloaded num-iter v0.1.45
7672026-08-20T02:56:58.505Z Downloaded num_enum v0.7.6
7682026-08-20T02:56:58.505Z Downloaded time-core v0.1.8
7692026-08-20T02:56:58.505Z Downloaded subprocess v0.2.15
7702026-08-20T02:56:58.505Z Downloaded compact_str v0.8.1
7712026-08-20T02:56:58.505Z Downloaded const-oid v0.9.6
7722026-08-20T02:56:58.505Z Downloaded tinyvec v1.10.0
7732026-08-20T02:56:58.505Z Downloaded bytes v1.11.1
7742026-08-20T02:56:58.509Z Downloaded derive-ex v0.1.8
7752026-08-20T02:56:58.509Z Downloaded oxnet v0.1.6
7762026-08-20T02:56:58.509Z Downloaded termtree v0.5.1
7772026-08-20T02:56:58.509Z Downloaded indoc v2.0.7
7782026-08-20T02:56:58.509Z Downloaded thread-id v5.1.0
7792026-08-20T02:56:58.513Z Downloaded secrecy v0.8.0
7802026-08-20T02:56:58.513Z Downloaded tower-layer v0.3.3
7812026-08-20T02:56:58.513Z Downloaded usdt v0.6.0
7822026-08-20T02:56:58.522Z Downloaded async-compression v0.4.41
7832026-08-20T02:56:58.526Z Downloaded base64 v0.22.1
7842026-08-20T02:56:58.526Z Downloaded utf8_iter v1.0.4
7852026-08-20T02:56:58.526Z Downloaded chacha20poly1305 v0.10.1
7862026-08-20T02:56:58.529Z Downloaded hybrid-array v0.4.13
7872026-08-20T02:56:58.529Z Downloaded multer v3.1.0
7882026-08-20T02:56:58.529Z Downloaded sha1 v0.11.0
7892026-08-20T02:56:58.530Z Downloaded signal-hook-mio v0.2.5
7902026-08-20T02:56:58.530Z Downloaded strip-ansi-escapes v0.2.1
7912026-08-20T02:56:58.535Z Downloaded structmeta v0.3.0
7922026-08-20T02:56:58.535Z Downloaded base64 v0.21.7
7932026-08-20T02:56:58.535Z Downloaded corncobs v0.1.4
7942026-08-20T02:56:58.535Z Downloaded sync_wrapper v1.0.2
7952026-08-20T02:56:58.535Z Downloaded crossbeam-epoch v0.9.18
7962026-08-20T02:56:58.542Z Downloaded ed25519 v2.2.3
7972026-08-20T02:56:58.542Z Downloaded phf v0.13.1
7982026-08-20T02:56:58.543Z Downloaded sqlparser_derive v0.5.0
7992026-08-20T02:56:58.543Z Downloaded progenitor-extras v0.2.0
8002026-08-20T02:56:58.543Z Downloaded r2d2 v0.8.10
8012026-08-20T02:56:58.543Z Downloaded rustc-demangle v0.1.27
8022026-08-20T02:56:58.543Z Downloaded universal-hash v0.5.1
8032026-08-20T02:56:58.548Z Downloaded typify v0.6.2
8042026-08-20T02:56:58.548Z Downloaded wnaf v0.14.0
8052026-08-20T02:56:58.548Z Downloaded darling v0.20.11
8062026-08-20T02:56:58.548Z Downloaded serde-hex v0.1.0
8072026-08-20T02:56:58.552Z Downloaded serde_with_macros v1.5.2
8082026-08-20T02:56:58.552Z Downloaded siphasher v1.0.2
8092026-08-20T02:56:58.552Z Downloaded unsafe-libyaml v0.2.11
8102026-08-20T02:56:58.552Z Downloaded slab v0.4.12
8112026-08-20T02:56:58.552Z Downloaded xshell-macros v0.2.7
8122026-08-20T02:56:58.552Z Downloaded ipnet v2.12.0
8132026-08-20T02:56:58.557Z Downloaded owo-colors v4.3.0
8142026-08-20T02:56:58.557Z Downloaded polyval v0.7.1
8152026-08-20T02:56:58.568Z Downloaded vte v0.14.1
8162026-08-20T02:56:58.568Z Downloaded zopfli v0.8.3
8172026-08-20T02:56:58.568Z Downloaded stacker v0.1.23
8182026-08-20T02:56:58.568Z Downloaded tap v1.0.1
8192026-08-20T02:56:58.574Z Downloaded ingot v0.2.1
8202026-08-20T02:56:58.574Z Downloaded proc-macro-error2 v2.0.1
8212026-08-20T02:56:58.574Z Downloaded crucible-workspace-hack v0.1.0
8222026-08-20T02:56:58.574Z Downloaded crc-any v2.5.0
8232026-08-20T02:56:58.574Z Downloaded aes-gcm v0.11.0
8242026-08-20T02:56:58.574Z Downloaded backtrace v0.3.76
8252026-08-20T02:56:58.580Z Downloaded ecdsa v0.17.0
8262026-08-20T02:56:58.580Z Downloaded time-macros v0.2.27
8272026-08-20T02:56:58.580Z Downloaded typify-macro v0.6.2
8282026-08-20T02:56:58.580Z Downloaded ar_archive_writer v0.5.1
8292026-08-20T02:56:58.585Z Downloaded dunce v1.0.5
8302026-08-20T02:56:58.585Z Downloaded inout v0.1.4
8312026-08-20T02:56:58.592Z Downloaded native-tls v0.2.18
8322026-08-20T02:56:58.592Z Downloaded crc-catalog v2.4.0
8332026-08-20T02:56:58.592Z Downloaded darling_macro v0.23.0
8342026-08-20T02:56:58.592Z Downloaded rand v0.8.6
8352026-08-20T02:56:58.599Z Downloaded cc v1.2.56
8362026-08-20T02:56:58.599Z Downloaded serde_path_to_error v0.1.20
8372026-08-20T02:56:58.605Z Downloaded hickory-server v0.25.2
8382026-08-20T02:56:58.605Z Downloaded slog-term v2.9.2
8392026-08-20T02:56:58.611Z Downloaded supports-color v3.0.2
8402026-08-20T02:56:58.611Z Downloaded litrs v1.0.0
8412026-08-20T02:56:58.611Z Downloaded keccak v0.1.6
8422026-08-20T02:56:58.619Z Downloaded maplit v1.0.2
8432026-08-20T02:56:58.619Z Downloaded lru v0.12.5
8442026-08-20T02:56:58.619Z Downloaded maybe-uninit v2.0.0
8452026-08-20T02:56:58.619Z Downloaded dof v0.4.0
8462026-08-20T02:56:58.628Z Downloaded whoami v1.6.1
8472026-08-20T02:56:58.628Z Downloaded http v1.4.2
8482026-08-20T02:56:58.628Z Downloaded memmap2 v0.9.10
8492026-08-20T02:56:58.628Z Downloaded zerofrom-derive v0.1.6
8502026-08-20T02:56:58.628Z Downloaded zerovec-derive v0.11.2
8512026-08-20T02:56:58.628Z Downloaded const_format_proc_macros v0.2.34
8522026-08-20T02:56:58.628Z Downloaded indent_write v2.2.0
8532026-08-20T02:56:58.637Z Downloaded zip v0.6.6
8542026-08-20T02:56:58.637Z Downloaded constant_time_eq v0.4.2
8552026-08-20T02:56:58.637Z Downloaded crossbeam-deque v0.8.6
8562026-08-20T02:56:58.642Z Downloaded primefield v0.14.0
8572026-08-20T02:56:58.643Z Downloaded schemars v1.2.1
8582026-08-20T02:56:58.660Z Downloaded num v0.4.3
8592026-08-20T02:56:58.660Z Downloaded darling_core v0.20.11
8602026-08-20T02:56:58.669Z Downloaded multimap v0.10.1
8612026-08-20T02:56:58.669Z Downloaded pkcs8 v0.11.0
8622026-08-20T02:56:58.669Z Downloaded phf_shared v0.12.1
8632026-08-20T02:56:58.669Z Downloaded parse-display v0.10.0
8642026-08-20T02:56:58.669Z Downloaded quinn-udp v0.5.14
8652026-08-20T02:56:58.669Z Downloaded serde_bytes v0.11.19
8662026-08-20T02:56:58.669Z Downloaded unicode_categories v0.1.1
8672026-08-20T02:56:58.669Z Downloaded vsss-rs v3.3.4
8682026-08-20T02:56:58.669Z Downloaded bumpalo v3.20.2
8692026-08-20T02:56:58.675Z Downloaded hashbrown v0.12.3
8702026-08-20T02:56:58.675Z Downloaded jobserver v0.1.34
8712026-08-20T02:56:58.675Z Downloaded scroll_derive v0.13.1
8722026-08-20T02:56:58.675Z Downloaded secrecy v0.10.3
8732026-08-20T02:56:58.681Z Downloaded sha2 v0.11.0
8742026-08-20T02:56:58.684Z Downloaded progenitor-client v0.14.0
8752026-08-20T02:56:58.690Z Downloaded papergrid v0.18.0
8762026-08-20T02:56:58.695Z Downloaded defmt v1.0.1
8772026-08-20T02:56:58.701Z Downloaded pkcs1 v0.7.5
8782026-08-20T02:56:58.701Z Downloaded aes v0.9.1
8792026-08-20T02:56:58.704Z Downloaded pbkdf2 v0.13.0
8802026-08-20T02:56:58.705Z Downloaded vergen-git2 v9.1.0
8812026-08-20T02:56:58.705Z Downloaded defmt-macros v1.0.1
8822026-08-20T02:56:58.705Z Downloaded xattr v1.6.1
8832026-08-20T02:56:58.709Z Downloaded hyper-staticfile v0.10.1
8842026-08-20T02:56:58.709Z Downloaded rustc-hash v2.1.1
8852026-08-20T02:56:58.709Z Downloaded usdt-macro v0.6.0
8862026-08-20T02:56:58.709Z Downloaded cpubits v0.1.1
8872026-08-20T02:56:58.709Z Downloaded pem-rfc7468 v0.7.0
8882026-08-20T02:56:58.709Z Downloaded steno v0.4.1
8892026-08-20T02:56:58.723Z Downloaded supports-hyperlinks v3.2.0
8902026-08-20T02:56:58.731Z Downloaded tungstenite v0.23.0
8912026-08-20T02:56:58.731Z Downloaded tabwriter v1.4.1
8922026-08-20T02:56:58.732Z Downloaded digest v0.11.3
8932026-08-20T02:56:58.732Z Downloaded diesel_table_macro_syntax v0.3.0
8942026-08-20T02:56:58.732Z Downloaded toml_edit v0.19.15
8952026-08-20T02:56:58.732Z Downloaded humantime v2.3.0
8962026-08-20T02:56:58.732Z Downloaded dyn-clone v1.0.20
8972026-08-20T02:56:58.736Z Downloaded toml_parser v1.1.2+spec-1.1.0
8982026-08-20T02:56:58.736Z Downloaded linear-map v1.2.0
8992026-08-20T02:56:58.736Z Downloaded topological-sort v0.2.2
9002026-08-20T02:56:58.736Z Downloaded unicode-truncate v1.1.0
9012026-08-20T02:56:58.736Z Downloaded slog-async v2.8.0
9022026-08-20T02:56:58.736Z Downloaded hashbrown v0.13.2
9032026-08-20T02:56:58.736Z Downloaded ingot-macros v0.2.0
9042026-08-20T02:56:58.741Z Downloaded zone v0.3.1
9052026-08-20T02:56:58.741Z Downloaded crc8 v0.1.1
9062026-08-20T02:56:58.746Z Downloaded schemars v0.8.22
9072026-08-20T02:56:58.752Z Downloaded icu_normalizer v2.1.1
9082026-08-20T02:56:58.755Z Downloaded icu_locale_core v2.1.1
9092026-08-20T02:56:58.758Z Downloaded ssh-cipher v0.3.0
9102026-08-20T02:56:58.758Z Downloaded static_assertions v1.1.0
9112026-08-20T02:56:58.759Z Downloaded is-terminal v0.4.17
9122026-08-20T02:56:58.762Z Downloaded md5 v0.8.0
9132026-08-20T02:56:58.762Z Downloaded rustls-platform-verifier v0.6.2
9142026-08-20T02:56:58.762Z Downloaded termios v0.3.3
9152026-08-20T02:56:58.762Z Downloaded zerocopy v0.6.6
9162026-08-20T02:56:58.768Z Downloaded darling v0.13.4
9172026-08-20T02:56:58.768Z Downloaded tls_codec_derive v0.4.2
9182026-08-20T02:56:58.768Z Downloaded kstat-rs v0.2.5
9192026-08-20T02:56:58.776Z Downloaded poly1305 v0.8.0
9202026-08-20T02:56:58.783Z Downloaded x509-cert v0.2.5
9212026-08-20T02:56:58.783Z Downloaded poly1305 v0.9.0
9222026-08-20T02:56:58.783Z Downloaded num-rational v0.4.2
9232026-08-20T02:56:58.783Z Downloaded usdt-impl v0.6.0
9242026-08-20T02:56:58.784Z Downloaded oso-derive v0.27.3
9252026-08-20T02:56:58.784Z Downloaded rand_core v0.10.0
9262026-08-20T02:56:58.789Z Downloaded signal-hook-registry v1.4.8
9272026-08-20T02:56:58.789Z Downloaded yoke v0.8.1
9282026-08-20T02:56:58.789Z Downloaded hyper-tls v0.6.0
9292026-08-20T02:56:58.793Z Downloaded data-encoding v2.10.0
9302026-08-20T02:56:58.793Z Downloaded newtype_derive v0.1.6
9312026-08-20T02:56:58.793Z Downloaded lru-slab v0.1.2
9322026-08-20T02:56:58.796Z Downloaded ingot-types v0.2.0
9332026-08-20T02:56:58.802Z Downloaded either v1.15.0
9342026-08-20T02:56:58.802Z Downloaded serde_with_macros v3.21.0
9352026-08-20T02:56:58.802Z Downloaded hyper-rustls v0.27.7
9362026-08-20T02:56:58.802Z Downloaded tokio-stream v0.1.18
9372026-08-20T02:56:58.807Z Downloaded spin v0.9.8
9382026-08-20T02:56:58.807Z Downloaded typed-path v0.9.3
9392026-08-20T02:56:58.811Z Downloaded rsa v0.10.0-rc.18
9402026-08-20T02:56:58.811Z Downloaded toml v0.7.8
9412026-08-20T02:56:58.814Z Downloaded hashbrown v0.14.5
9422026-08-20T02:56:58.814Z Downloaded hashbrown v0.16.1
9432026-08-20T02:56:58.818Z Downloaded zeroize v1.9.0
9442026-08-20T02:56:58.818Z Downloaded parse-size v1.1.0
9452026-08-20T02:56:58.818Z Downloaded oxide-tokio-rt v0.1.4
9462026-08-20T02:56:58.822Z Downloaded whoami v2.1.0
9472026-08-20T02:56:58.822Z Downloaded smallvec v1.15.1
9482026-08-20T02:56:58.825Z Downloaded aho-corasick v1.1.4
9492026-08-20T02:56:58.831Z Downloaded zerocopy-derive v0.8.55
9502026-08-20T02:56:58.839Z Downloaded schemars v0.9.0
9512026-08-20T02:56:58.843Z Downloaded twox-hash v2.1.2
9522026-08-20T02:56:58.843Z Downloaded phf v0.12.1
9532026-08-20T02:56:58.843Z Downloaded rand_xorshift v0.4.0
9542026-08-20T02:56:58.843Z Downloaded libloading v0.8.9
9552026-08-20T02:56:58.843Z Downloaded serde_urlencoded v0.7.1
9562026-08-20T02:56:58.843Z Downloaded nanorand v0.7.0
9572026-08-20T02:56:58.843Z Downloaded mio v1.2.0
9582026-08-20T02:56:58.848Z Downloaded daft v0.1.7
9592026-08-20T02:56:58.848Z Downloaded num-bigint-dig v0.8.6
9602026-08-20T02:56:58.854Z Downloaded daft-derive v0.1.7
9612026-08-20T02:56:58.854Z Downloaded darling_core v0.21.3
9622026-08-20T02:56:58.858Z Downloaded structmeta-derive v0.3.0
9632026-08-20T02:56:58.858Z Downloaded usdt-attr-macro v0.6.0
9642026-08-20T02:56:58.858Z Downloaded rtoolbox v0.0.3
9652026-08-20T02:56:58.861Z Downloaded pem v3.0.6
9662026-08-20T02:56:58.861Z Downloaded phf_shared v0.13.1
9672026-08-20T02:56:58.866Z Downloaded scopeguard v1.2.0
9682026-08-20T02:56:58.866Z Downloaded tagptr v0.2.0
9692026-08-20T02:56:58.870Z Downloaded darling_macro v0.21.3
9702026-08-20T02:56:58.870Z Downloaded cstr-argument v0.1.2
9712026-08-20T02:56:58.870Z Downloaded similar v2.7.0
9722026-08-20T02:56:58.875Z Downloaded rustls-webpki v0.103.13
9732026-08-20T02:56:58.880Z Downloaded derive_more v0.99.20
9742026-08-20T02:56:58.888Z Downloaded rustls-pki-types v1.14.0
9752026-08-20T02:56:58.888Z Downloaded strum_macros v0.24.3
9762026-08-20T02:56:58.888Z Downloaded nu-ansi-term v0.50.3
9772026-08-20T02:56:58.893Z Downloaded mime_guess v2.0.5
9782026-08-20T02:56:58.893Z Downloaded ryu v1.0.23
9792026-08-20T02:56:58.894Z Downloaded darling_macro v0.13.4
9802026-08-20T02:56:58.894Z Downloaded instant v0.1.13
9812026-08-20T02:56:58.894Z Downloaded instability v0.3.11
9822026-08-20T02:56:58.894Z Downloaded tracing-core v0.1.36
9832026-08-20T02:56:58.894Z Downloaded waitgroup v0.1.2
9842026-08-20T02:56:58.903Z Downloaded p384 v0.14.0
9852026-08-20T02:56:58.908Z Downloaded spki v0.7.3
9862026-08-20T02:56:58.908Z Downloaded crypto-bigint v0.5.5
9872026-08-20T02:56:58.913Z Downloaded tokio-test v0.4.5
9882026-08-20T02:56:58.913Z Downloaded kem v0.3.0
9892026-08-20T02:56:58.913Z Downloaded support-bundle-viewer v0.1.2
9902026-08-20T02:56:58.913Z Downloaded ref-cast-impl v1.0.25
9912026-08-20T02:56:58.913Z Downloaded serde_plain v1.0.2
9922026-08-20T02:56:58.913Z Downloaded quinn v0.11.11
9932026-08-20T02:56:58.913Z Downloaded digest-io v0.1.0
9942026-08-20T02:56:58.916Z Downloaded slog-bunyan v2.5.0
9952026-08-20T02:56:58.916Z Downloaded crc v3.4.0
9962026-08-20T02:56:58.916Z Downloaded unit-prefix v0.5.2
9972026-08-20T02:56:58.916Z Downloaded lzss v0.8.2
9982026-08-20T02:56:58.916Z Downloaded qorb v0.4.1
9992026-08-20T02:56:58.920Z Downloaded vergen-lib v0.1.6
10002026-08-20T02:56:58.924Z Downloaded progenitor v0.13.0
10012026-08-20T02:56:58.924Z Downloaded psm v0.1.30
10022026-08-20T02:56:58.931Z Downloaded derive-where v1.6.0
10032026-08-20T02:56:58.931Z Downloaded pkcs8 v0.10.2
10042026-08-20T02:56:58.931Z Downloaded postgres-types v0.2.12
10052026-08-20T02:56:58.934Z Downloaded opaque-debug v0.3.1
10062026-08-20T02:56:58.934Z Downloaded lazy_static v1.5.0
10072026-08-20T02:56:58.934Z Downloaded tower-http v0.6.8
10082026-08-20T02:56:58.939Z Downloaded csv-core v0.1.13
10092026-08-20T02:56:58.948Z Downloaded progenitor-impl v0.13.0
10102026-08-20T02:56:58.948Z Downloaded h2 v0.4.15
10112026-08-20T02:56:58.952Z Downloaded hkdf v0.12.4
10122026-08-20T02:56:58.952Z Downloaded num-conv v0.2.0
10132026-08-20T02:56:58.957Z Downloaded test-strategy v0.4.5
10142026-08-20T02:56:58.957Z Downloaded ecdsa v0.16.9
10152026-08-20T02:56:58.962Z Downloaded num-bigint v0.4.6
10162026-08-20T02:56:58.963Z Downloaded rfc6979 v0.4.0
10172026-08-20T02:56:58.963Z Downloaded schemars_derive v0.8.22
10182026-08-20T02:56:58.963Z Downloaded ssh-encoding v0.3.0
10192026-08-20T02:56:58.969Z Downloaded wait-timeout v0.2.1
10202026-08-20T02:56:58.974Z Downloaded ssh-key v0.7.0-rc.11
10212026-08-20T02:56:58.983Z Downloaded slog-scope v4.4.1
10222026-08-20T02:56:58.983Z Downloaded tokio-tungstenite v0.21.0
10232026-08-20T02:56:58.983Z Downloaded rand_seeder v0.4.0
10242026-08-20T02:56:58.983Z Downloaded cpufeatures v0.3.0
10252026-08-20T02:56:58.983Z Downloaded void v1.0.2
10262026-08-20T02:56:58.983Z Downloaded downcast-rs v2.0.2
10272026-08-20T02:56:58.983Z Downloaded same-file v1.0.6
10282026-08-20T02:56:58.991Z Downloaded pretty_assertions v1.4.1
10292026-08-20T02:56:58.991Z Downloaded tokio-util v0.7.18
10302026-08-20T02:56:58.991Z Downloaded postgres-protocol v0.6.10
10312026-08-20T02:56:58.991Z Downloaded tls_codec v0.4.2
10322026-08-20T02:56:58.991Z Downloaded ed25519-dalek v2.2.0
10332026-08-20T02:56:58.991Z Downloaded tower v0.5.3
10342026-08-20T02:56:59.003Z Downloaded toml v1.1.2+spec-1.1.0
10352026-08-20T02:56:59.003Z Downloaded unicode-bidi v0.3.18
10362026-08-20T02:56:59.009Z Downloaded walkdir v2.5.0
10372026-08-20T02:56:59.009Z Downloaded subtle v2.6.1
10382026-08-20T02:56:59.009Z Downloaded icu_normalizer_data v2.1.1
10392026-08-20T02:56:59.009Z Downloaded linked-hash-map v0.5.6
10402026-08-20T02:56:59.009Z Downloaded icu_properties v2.1.2
10412026-08-20T02:56:59.009Z Downloaded try-lock v0.2.5
10422026-08-20T02:56:59.009Z Downloaded serde_derive_internals v0.29.1
10432026-08-20T02:56:59.009Z Downloaded slog-json v2.6.1
10442026-08-20T02:56:59.014Z Downloaded itertools v0.13.0
10452026-08-20T02:56:59.014Z Downloaded hkdf v0.13.0
10462026-08-20T02:56:59.018Z Downloaded hashbrown v0.15.5
10472026-08-20T02:56:59.018Z Downloaded rand_chacha v0.9.0
10482026-08-20T02:56:59.025Z Downloaded proc-macro-crate v3.4.0
10492026-08-20T02:56:59.025Z Downloaded sha1 v0.10.6
10502026-08-20T02:56:59.025Z Downloaded rustc_version v0.1.7
10512026-08-20T02:56:59.033Z Downloaded curve25519-dalek-derive v0.1.1
10522026-08-20T02:56:59.033Z Downloaded rustyline v14.0.0
10532026-08-20T02:56:59.033Z Downloaded minimal-lexical v0.2.1
10542026-08-20T02:56:59.040Z Downloaded zip v4.6.1
10552026-08-20T02:56:59.040Z Downloaded prefix-trie v0.7.0
10562026-08-20T02:56:59.040Z Downloaded winnow v0.5.40
10572026-08-20T02:56:59.045Z Downloaded tinystr v0.8.2
10582026-08-20T02:56:59.045Z Downloaded iana-time-zone v0.1.65
10592026-08-20T02:56:59.045Z Downloaded progenitor-macro v0.13.0
10602026-08-20T02:56:59.053Z Downloaded peg-macros v0.8.5
10612026-08-20T02:56:59.053Z Downloaded progenitor v0.14.0
10622026-08-20T02:56:59.053Z Downloaded lalrpop-util v0.19.12
10632026-08-20T02:56:59.053Z Downloaded sigpipe v0.1.3
10642026-08-20T02:56:59.053Z Downloaded thiserror-impl-no-std v2.0.2
10652026-08-20T02:56:59.058Z Downloaded untrusted v0.9.0
10662026-08-20T02:56:59.058Z Downloaded illumos-nvpair v0.3.0
10672026-08-20T02:56:59.058Z Downloaded ron v0.8.1
10682026-08-20T02:56:59.128Z Downloaded rayon-core v1.13.0
10692026-08-20T02:56:59.140Z Downloaded module-lattice v0.2.3
10702026-08-20T02:56:59.140Z Downloaded num-traits v0.2.19
10712026-08-20T02:56:59.140Z Downloaded proc-macro-crate v1.3.1
10722026-08-20T02:56:59.140Z Downloaded num_enum_derive v0.7.6
10732026-08-20T02:56:59.140Z Downloaded icu_collections v2.1.1
10742026-08-20T02:56:59.140Z Downloaded indoc v1.0.9
10752026-08-20T02:56:59.140Z Downloaded parking_lot_core v0.9.12
10762026-08-20T02:56:59.140Z Downloaded postcard v1.1.3
10772026-08-20T02:56:59.140Z Downloaded reqwest v0.13.2
10782026-08-20T02:56:59.141Z Downloaded rpassword v7.5.4
10792026-08-20T02:56:59.141Z Downloaded scrypt v0.12.0
10802026-08-20T02:56:59.141Z Downloaded hyper v1.10.1
10812026-08-20T02:56:59.141Z Downloaded rand_core v0.6.4
10822026-08-20T02:56:59.141Z Downloaded signature v3.0.0
10832026-08-20T02:56:59.141Z Downloaded parse-display-derive v0.10.0
10842026-08-20T02:56:59.141Z Downloaded newtype-uuid-macros v0.1.0
10852026-08-20T02:56:59.141Z Downloaded smallvec v0.6.14
10862026-08-20T02:56:59.141Z Downloaded pkg-config v0.3.32
10872026-08-20T02:56:59.141Z Downloaded indexmap v1.9.3
10882026-08-20T02:56:59.141Z Downloaded string_cache v0.8.9
10892026-08-20T02:56:59.141Z Downloaded olpc-cjson v0.1.4
10902026-08-20T02:56:59.141Z Downloaded powerfmt v0.2.0
10912026-08-20T02:56:59.141Z Downloaded unicode-xid v0.2.6
10922026-08-20T02:56:59.141Z Downloaded document-features v0.2.12
10932026-08-20T02:56:59.141Z Downloaded lru-cache v0.1.2
10942026-08-20T02:56:59.141Z Downloaded managed v0.8.0
10952026-08-20T02:56:59.141Z Downloaded drift v0.2.0
10962026-08-20T02:56:59.141Z Downloaded crc32fast v1.5.0
10972026-08-20T02:56:59.141Z Downloaded ed25519 v3.0.0
10982026-08-20T02:56:59.141Z Downloaded zstd v0.13.3
10992026-08-20T02:56:59.141Z Downloaded dropshot-api-manager-types v0.8.0
11002026-08-20T02:56:59.143Z Downloaded inout v0.2.2
11012026-08-20T02:56:59.148Z Downloaded derive_builder v0.20.2
11022026-08-20T02:56:59.148Z Downloaded writeable v0.6.2
11032026-08-20T02:56:59.148Z Downloaded ml-kem v0.3.2
11042026-08-20T02:56:59.148Z Downloaded litemap v0.8.1
11052026-08-20T02:56:59.148Z Downloaded cookie_store v0.22.1
11062026-08-20T02:56:59.154Z Downloaded num-derive v0.4.2
11072026-08-20T02:56:59.160Z Downloaded jiff-core v0.1.0
11082026-08-20T02:56:59.160Z Downloaded portable-atomic v1.13.1
11092026-08-20T02:56:59.166Z Downloaded strum v0.26.3
11102026-08-20T02:56:59.166Z Downloaded unarray v0.1.4
11112026-08-20T02:56:59.166Z Downloaded crypto-common v0.2.2
11122026-08-20T02:56:59.171Z Downloaded term v0.7.0
11132026-08-20T02:56:59.172Z Downloaded ppv-lite86 v0.2.21
11142026-08-20T02:56:59.172Z Downloaded slog-dtrace v0.3.0
11152026-08-20T02:56:59.176Z Downloaded idna v1.1.0
11162026-08-20T02:56:59.176Z Downloaded nom v7.1.3
11172026-08-20T02:56:59.176Z Downloaded socket2 v0.6.3
11182026-08-20T02:56:59.185Z Downloaded rand_core v0.9.5
11192026-08-20T02:56:59.185Z Downloaded sec1 v0.8.1
11202026-08-20T02:56:59.185Z Downloaded dsl_auto_type v0.2.0
11212026-08-20T02:56:59.189Z Downloaded tokio-native-tls v0.3.1
11222026-08-20T02:56:59.189Z Downloaded strum_macros v0.26.4
11232026-08-20T02:56:59.189Z Downloaded bindgen v0.71.1
11242026-08-20T02:56:59.189Z Downloaded sqlformat v0.3.5
11252026-08-20T02:56:59.190Z Downloaded thiserror-no-std v2.0.2
11262026-08-20T02:56:59.197Z Downloaded zstd-safe v7.2.4
11272026-08-20T02:56:59.197Z Downloaded proc-macro-error-attr2 v2.0.0
11282026-08-20T02:56:59.197Z Downloaded const_format v0.2.35
11292026-08-20T02:56:59.197Z Downloaded vergen-lib v9.1.0
11302026-08-20T02:56:59.206Z Downloaded prettyplease v0.2.37
11312026-08-20T02:56:59.206Z Downloaded slog-envlogger v2.2.0
11322026-08-20T02:56:59.211Z Downloaded ref-cast v1.0.25
11332026-08-20T02:56:59.211Z Downloaded universal-hash v0.6.1
11342026-08-20T02:56:59.211Z Downloaded zerofrom v0.1.6
11352026-08-20T02:56:59.211Z Downloaded num-complex v0.4.6
11362026-08-20T02:56:59.212Z Downloaded idna_adapter v1.2.1
11372026-08-20T02:56:59.212Z Downloaded md-5 v0.10.6
11382026-08-20T02:56:59.222Z Downloaded der v0.8.0
11392026-08-20T02:56:59.222Z Downloaded diesel_derives v2.3.7
11402026-08-20T02:56:59.225Z Downloaded diff v0.1.13
11412026-08-20T02:56:59.225Z Downloaded new_debug_unreachable v1.0.6
11422026-08-20T02:56:59.225Z Downloaded predicates-core v1.0.10
11432026-08-20T02:56:59.226Z Downloaded phc v0.6.1
11442026-08-20T02:56:59.232Z Downloaded libbz2-rs-sys v0.2.2
11452026-08-20T02:56:59.233Z Downloaded pin-project v1.1.11
11462026-08-20T02:56:59.237Z Downloaded itertools v0.12.1
11472026-08-20T02:56:59.237Z Downloaded oxide-update-engine-display v0.1.2
11482026-08-20T02:56:59.242Z Downloaded git2 v0.20.4
11492026-08-20T02:56:59.243Z Downloaded stable_deref_trait v1.2.1
11502026-08-20T02:56:59.254Z Downloaded tar v0.4.46
11512026-08-20T02:56:59.254Z Downloaded semver v0.1.20
11522026-08-20T02:56:59.254Z Downloaded serde_with v1.14.0
11532026-08-20T02:56:59.254Z Downloaded samael v0.0.19
11542026-08-20T02:56:59.265Z Downloaded simd-adler32 v0.3.8
11552026-08-20T02:56:59.265Z Downloaded tiny-keccak v2.0.2
11562026-08-20T02:56:59.265Z Downloaded tungstenite v0.21.0
11572026-08-20T02:56:59.265Z Downloaded rustls-native-certs v0.8.3
11582026-08-20T02:56:59.265Z Downloaded itertools v0.10.5
11592026-08-20T02:56:59.265Z Downloaded derive_builder_macro v0.20.2
11602026-08-20T02:56:59.266Z Downloaded tinyvec_macros v0.1.1
11612026-08-20T02:56:59.272Z Downloaded trait-variant v0.1.2
11622026-08-20T02:56:59.273Z Downloaded dirs-next v2.0.0
11632026-08-20T02:56:59.274Z Downloaded newtype-uuid v1.3.2
11642026-08-20T02:56:59.274Z Downloaded spki v0.8.0
11652026-08-20T02:56:59.274Z Downloaded xshell v0.2.7
11662026-08-20T02:56:59.274Z Downloaded cookie v0.18.1
11672026-08-20T02:56:59.274Z Downloaded unicode-segmentation v1.12.0
11682026-08-20T02:56:59.281Z Downloaded tokio-dtrace v0.1.1
11692026-08-20T02:56:59.281Z Downloaded rawzip v0.4.4
11702026-08-20T02:56:59.287Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-08-20T02:56:59.292Z Downloaded salsa20 v0.11.0
11722026-08-20T02:56:59.292Z Downloaded zerotrie v0.2.3
11732026-08-20T02:56:59.298Z Downloaded defmt v0.3.100
11742026-08-20T02:56:59.298Z Downloaded openssl-sys v0.9.117
11752026-08-20T02:56:59.303Z Downloaded quick-xml v0.37.5
11762026-08-20T02:56:59.303Z Downloaded tower-service v0.3.3
11772026-08-20T02:56:59.303Z Downloaded libsw-core v0.3.2
11782026-08-20T02:56:59.308Z Downloaded darling v0.21.3
11792026-08-20T02:56:59.308Z Downloaded openssl-probe v0.2.1
11802026-08-20T02:56:59.308Z Downloaded nonempty v0.12.0
11812026-08-20T02:56:59.315Z Downloaded rand v0.10.1
11822026-08-20T02:56:59.320Z Downloaded knus-derive v3.4.0
11832026-08-20T02:56:59.320Z Downloaded memoffset v0.9.1
11842026-08-20T02:56:59.320Z Downloaded ident_case v1.0.1
11852026-08-20T02:56:59.320Z Downloaded internet-checksum v0.2.1
11862026-08-20T02:56:59.320Z Downloaded parking_lot v0.11.2
11872026-08-20T02:56:59.320Z Downloaded toml_writer v1.1.1+spec-1.1.0
11882026-08-20T02:56:59.327Z Downloaded rsa v0.9.10
11892026-08-20T02:56:59.327Z Downloaded serde-big-array v0.5.1
11902026-08-20T02:56:59.327Z Downloaded sync-ptr v0.1.4
11912026-08-20T02:56:59.327Z Downloaded supports-unicode v3.0.0
11922026-08-20T02:56:59.327Z Downloaded serde_yaml v0.9.34+deprecated
11932026-08-20T02:56:59.333Z Downloaded miette-derive v7.6.0
11942026-08-20T02:56:59.333Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-08-20T02:56:59.339Z Downloaded vergen v9.1.0
11962026-08-20T02:56:59.339Z Downloaded darling v0.23.0
11972026-08-20T02:56:59.339Z Downloaded sapling-renderdag v0.1.0
11982026-08-20T02:56:59.350Z Downloaded crossbeam-utils v0.8.21
11992026-08-20T02:56:59.350Z Downloaded derive_builder_core v0.20.2
12002026-08-20T02:56:59.350Z Downloaded progenitor-macro v0.14.0
12012026-08-20T02:56:59.350Z Downloaded convert_case v0.10.0
12022026-08-20T02:56:59.361Z Downloaded blake3 v1.8.5
12032026-08-20T02:56:59.361Z Downloaded darling_core v0.13.4
12042026-08-20T02:56:59.365Z Downloaded aws-lc-rs v1.16.3
12052026-08-20T02:56:59.369Z Downloaded stringprep v0.1.5
12062026-08-20T02:56:59.369Z Downloaded paste v1.0.15
12072026-08-20T02:56:59.369Z Downloaded scheduled-thread-pool v0.2.7
12082026-08-20T02:56:59.369Z Downloaded ipnetwork v0.21.1
12092026-08-20T02:56:59.373Z Downloaded derive_more v2.1.1
12102026-08-20T02:56:59.377Z Downloaded dropshot_endpoint v0.17.1
12112026-08-20T02:56:59.382Z Downloaded tokio-postgres v0.7.16
12122026-08-20T02:56:59.390Z Downloaded delegate v0.13.5
12132026-08-20T02:56:59.390Z Downloaded darling_core v0.23.0
12142026-08-20T02:56:59.395Z Downloaded indicatif v0.18.4
12152026-08-20T02:56:59.402Z Downloaded internal-russh-num-bigint v0.5.0
12162026-08-20T02:56:59.416Z Downloaded crypto-primes v0.7.2
12172026-08-20T02:56:59.416Z Downloaded signal-hook v0.3.18
12182026-08-20T02:56:59.416Z Downloaded shlex v1.3.0
12192026-08-20T02:56:59.416Z Downloaded tokio-tungstenite v0.23.1
12202026-08-20T02:56:59.425Z Downloaded vergen-gitcl v1.0.8
12212026-08-20T02:56:59.425Z Downloaded time v0.3.47
12222026-08-20T02:56:59.425Z Downloaded dropshot-api-manager v0.8.0
12232026-08-20T02:56:59.425Z Downloaded derive_more-impl v2.1.1
12242026-08-20T02:56:59.425Z Downloaded ed25519-dalek v3.0.0
12252026-08-20T02:56:59.429Z Downloaded unicase v2.9.0
12262026-08-20T02:56:59.429Z Downloaded knus v3.4.0
12272026-08-20T02:56:59.429Z Downloaded scuffle v0.1.0
12282026-08-20T02:56:59.429Z Downloaded goblin v0.10.5
12292026-08-20T02:56:59.437Z Downloaded ignore v0.4.25
12302026-08-20T02:56:59.437Z Downloaded yasna v0.5.2
12312026-08-20T02:56:59.438Z Downloaded uuid v1.23.4
12322026-08-20T02:56:59.444Z Downloaded proptest v1.11.0
12332026-08-20T02:56:59.444Z Downloaded peg v0.8.5
12342026-08-20T02:56:59.446Z Downloaded des v0.9.0
12352026-08-20T02:56:59.446Z Downloaded der v0.7.10
12362026-08-20T02:56:59.451Z Downloaded url v2.5.8
12372026-08-20T02:56:59.452Z Downloaded hyper-util v0.1.20
12382026-08-20T02:56:59.458Z Downloaded icu_properties_data v2.1.2
12392026-08-20T02:56:59.463Z Downloaded miette v7.6.0
12402026-08-20T02:56:59.478Z Downloaded pkcs1 v0.8.0-rc.4
12412026-08-20T02:56:59.478Z Downloaded oxide-update-engine-types v0.1.2
12422026-08-20T02:56:59.484Z Downloaded elliptic-curve v0.13.8
12432026-08-20T02:56:59.484Z Downloaded unicode-normalization v0.1.25
12442026-08-20T02:56:59.484Z Downloaded miniz_oxide v0.8.9
12452026-08-20T02:56:59.492Z Downloaded icu_provider v2.1.1
12462026-08-20T02:56:59.492Z Downloaded p521 v0.14.0
12472026-08-20T02:56:59.500Z Downloaded crossterm v0.29.0
12482026-08-20T02:56:59.516Z Downloaded polar-core v0.27.3
12492026-08-20T02:56:59.526Z Downloaded bitvec v1.0.1
12502026-08-20T02:56:59.532Z Downloaded crossbeam-channel v0.5.15
12512026-08-20T02:56:59.536Z Downloaded pkcs5 v0.8.1
12522026-08-20T02:56:59.536Z Downloaded publicsuffix v2.3.0
12532026-08-20T02:56:59.540Z Downloaded serde_with v3.21.0
12542026-08-20T02:56:59.545Z Downloaded nom v8.0.0
12552026-08-20T02:56:59.549Z Downloaded rcgen v0.12.1
12562026-08-20T02:56:59.549Z Downloaded vcpkg v0.2.15
12572026-08-20T02:56:59.572Z Downloaded yansi v1.0.1
12582026-08-20T02:56:59.582Z Downloaded gimli v0.32.3
12592026-08-20T02:56:59.590Z Downloaded snafu v0.8.9
12602026-08-20T02:56:59.590Z Downloaded libxml v0.3.3
12612026-08-20T02:56:59.590Z Downloaded chrono v0.4.45
12622026-08-20T02:56:59.596Z Downloaded rayon v1.11.0
12632026-08-20T02:56:59.596Z Downloaded regex v1.12.3
12642026-08-20T02:56:59.601Z Downloaded libm v0.2.16
12652026-08-20T02:56:59.605Z Downloaded rand v0.9.2
12662026-08-20T02:56:59.605Z Downloaded reqwest v0.12.28
12672026-08-20T02:56:59.615Z Downloaded lalrpop v0.19.12
12682026-08-20T02:56:59.620Z Downloaded zerovec v0.11.5
12692026-08-20T02:56:59.623Z Downloaded iddqd v0.4.2
12702026-08-20T02:56:59.629Z Downloaded object v0.30.4
12712026-08-20T02:56:59.634Z Downloaded reedline v0.40.0
12722026-08-20T02:56:59.696Z Downloaded tough v0.22.0
12732026-08-20T02:56:59.702Z Downloaded hickory-proto v0.24.4
12742026-08-20T02:56:59.702Z Downloaded itertools v0.15.0
12752026-08-20T02:56:59.702Z Downloaded iri-string v0.7.10
12762026-08-20T02:56:59.702Z Downloaded itertools v0.14.0
12772026-08-20T02:56:59.702Z Downloaded hickory-proto v0.25.2
12782026-08-20T02:56:59.715Z Downloaded moka v0.12.13
12792026-08-20T02:56:59.722Z Downloaded zlib-rs v0.6.2
12802026-08-20T02:56:59.722Z Downloaded bstr v1.12.1
12812026-08-20T02:56:59.722Z Downloaded crossterm v0.28.1
12822026-08-20T02:56:59.727Z Downloaded object v0.37.3
12832026-08-20T02:56:59.732Z Downloaded quinn-proto v0.11.16
12842026-08-20T02:56:59.735Z Downloaded sha3 v0.12.0
12852026-08-20T02:56:59.735Z Downloaded salty v0.3.0
12862026-08-20T02:56:59.740Z Downloaded curve25519-dalek v5.0.0
12872026-08-20T02:56:59.750Z Downloaded petname v2.0.2
12882026-08-20T02:56:59.765Z Downloaded crypto-bigint v0.7.5
12892026-08-20T02:56:59.771Z Downloaded radix_trie v0.2.1
12902026-08-20T02:56:59.776Z Downloaded nix v0.27.1
12912026-08-20T02:56:59.781Z Downloaded p384 v0.13.1
12922026-08-20T02:56:59.788Z Downloaded russh v0.62.4
12932026-08-20T02:56:59.792Z Downloaded winnow v0.6.26
12942026-08-20T02:56:59.796Z Downloaded smoltcp v0.9.1
12952026-08-20T02:56:59.802Z Downloaded nix v0.28.0
12962026-08-20T02:56:59.808Z Downloaded regex-syntax v0.6.29
12972026-08-20T02:56:59.815Z Downloaded sled v0.34.7
12982026-08-20T02:56:59.825Z Downloaded curve25519-dalek v4.1.3
12992026-08-20T02:56:59.830Z Downloaded regex-syntax v0.8.10
13002026-08-20T02:56:59.836Z Downloaded winnow v1.0.3
13012026-08-20T02:56:59.836Z Downloaded regress v0.11.1
13022026-08-20T02:56:59.841Z Downloaded openapiv3 v2.2.0
13032026-08-20T02:56:59.848Z Downloaded diesel v2.3.7
13042026-08-20T02:56:59.856Z Downloaded regress v0.10.5
13052026-08-20T02:56:59.861Z Downloaded smoltcp v0.11.0
13062026-08-20T02:56:59.869Z Downloaded tabled v0.21.0
13072026-08-20T02:56:59.879Z Downloaded zerocopy v0.8.55
13082026-08-20T02:56:59.890Z Downloaded rustix v0.38.44
13092026-08-20T02:56:59.900Z Downloaded rustls v0.23.41
13102026-08-20T02:56:59.907Z Downloaded sqlparser v0.61.0
13112026-08-20T02:56:59.914Z Downloaded typify-impl v0.6.2
13122026-08-20T02:56:59.929Z Downloaded nix v0.31.2
13132026-08-20T02:56:59.942Z Downloaded dropshot v0.17.1
13142026-08-20T02:56:59.952Z Downloaded zerocopy-derive v0.6.6
13152026-08-20T02:56:59.975Z Downloaded ratatui v0.29.0
13162026-08-20T02:56:59.985Z Downloaded regex-automata v0.4.14
13172026-08-20T02:56:59.994Z Downloaded openssl v0.10.80
13182026-08-20T02:57:00.001Z Downloaded petgraph v0.6.5
13192026-08-20T02:57:00.010Z Downloaded encoding_rs v0.8.35
13202026-08-20T02:57:00.022Z Downloaded sha3 v0.10.8
13212026-08-20T02:57:00.025Z Downloaded csv v1.4.0
13222026-08-20T02:57:00.036Z Downloaded tokio v1.52.1
13232026-08-20T02:57:00.058Z Downloaded tracing v0.1.44
13242026-08-20T02:57:00.092Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-20T02:57:00.131Z Downloaded sha3 v0.11.0
13262026-08-20T02:57:00.171Z Downloaded chrono-tz v0.10.4
13272026-08-20T02:57:00.199Z Downloaded petgraph v0.8.3
13282026-08-20T02:57:00.211Z Downloaded jiff v0.2.34
13292026-08-20T02:57:00.222Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-08-20T02:57:00.277Z Downloaded libz-sys v1.1.24
13312026-08-20T02:57:00.391Z Downloaded ring v0.17.14
13322026-08-20T02:57:00.462Z Downloaded libgit2-sys v0.18.3+1.9.2
13332026-08-20T02:57:01.077Z Downloaded aws-lc-sys v0.40.0
13342026-08-20T02:57:01.344Z Compiling serde_core v1.0.228
13352026-08-20T02:57:01.344Z Compiling libc v0.2.185
13362026-08-20T02:57:01.344Z Compiling serde v1.0.228
13372026-08-20T02:57:01.348Z Compiling log v0.4.33
13382026-08-20T02:57:01.348Z Compiling smallvec v1.15.1
13392026-08-20T02:57:01.348Z Compiling shlex v1.3.0
13402026-08-20T02:57:01.348Z Compiling find-msvc-tools v0.1.9
13412026-08-20T02:57:01.485Z Compiling syn v2.0.117
13422026-08-20T02:57:01.746Z Compiling subtle v2.6.1
13432026-08-20T02:57:01.760Z Compiling scopeguard v1.2.0
13442026-08-20T02:57:01.760Z Compiling typenum v1.20.1
13452026-08-20T02:57:01.786Z Compiling stable_deref_trait v1.2.1
13462026-08-20T02:57:01.843Z Compiling lock_api v0.4.14
13472026-08-20T02:57:01.857Z Compiling zerocopy v0.8.55
13482026-08-20T02:57:01.862Z Compiling portable-atomic v1.13.1
13492026-08-20T02:57:01.912Z Compiling serde_json v1.0.151
13502026-08-20T02:57:02.069Z Compiling critical-section v1.2.0
13512026-08-20T02:57:02.111Z Compiling libm v0.2.16
13522026-08-20T02:57:02.173Z Compiling num-traits v0.2.19
13532026-08-20T02:57:02.278Z Compiling pkg-config v0.3.32
13542026-08-20T02:57:02.347Z Compiling errno v0.3.14
13552026-08-20T02:57:02.364Z Compiling jobserver v0.1.34
13562026-08-20T02:57:02.415Z Compiling getrandom v0.2.17
13572026-08-20T02:57:02.551Z Compiling cc v1.2.56
13582026-08-20T02:57:02.635Z Compiling rand_core v0.6.4
13592026-08-20T02:57:02.805Z Compiling once_cell v1.21.3
13602026-08-20T02:57:02.883Z Compiling generic-array v0.14.7
13612026-08-20T02:57:02.895Z Compiling const-oid v0.9.6
13622026-08-20T02:57:02.908Z Compiling pin-project-lite v0.2.17
13632026-08-20T02:57:03.001Z Compiling parking_lot_core v0.9.12
13642026-08-20T02:57:03.014Z Compiling getrandom v0.3.4
13652026-08-20T02:57:03.141Z Compiling signal-hook-registry v1.4.8
13662026-08-20T02:57:03.575Z Compiling bitflags v2.11.0
13672026-08-20T02:57:03.644Z Compiling futures-core v0.3.32
13682026-08-20T02:57:03.662Z Compiling percent-encoding v2.3.2
13692026-08-20T02:57:03.681Z Compiling litemap v0.8.1
13702026-08-20T02:57:03.791Z Compiling writeable v0.6.2
13712026-08-20T02:57:03.850Z Compiling parking_lot v0.12.5
13722026-08-20T02:57:03.862Z Compiling semver v1.0.28
13732026-08-20T02:57:03.876Z Compiling mio v1.2.0
13742026-08-20T02:57:03.986Z Compiling icu_normalizer_data v2.1.1
13752026-08-20T02:57:04.016Z Compiling icu_properties_data v2.1.2
13762026-08-20T02:57:04.045Z Compiling socket2 v0.6.3
13772026-08-20T02:57:04.166Z Compiling synstructure v0.13.2
13782026-08-20T02:57:04.209Z Compiling rustix v1.1.4
13792026-08-20T02:57:04.297Z Compiling getrandom v0.4.3
13802026-08-20T02:57:04.322Z Compiling rand_core v0.10.0
13812026-08-20T02:57:04.404Z Compiling futures-sink v0.3.32
13822026-08-20T02:57:04.441Z Compiling indexmap v2.14.0
13832026-08-20T02:57:04.473Z Compiling futures-channel v0.3.32
13842026-08-20T02:57:04.486Z Compiling futures-task v0.3.32
13852026-08-20T02:57:04.691Z Compiling slab v0.4.12
13862026-08-20T02:57:04.743Z Compiling futures-io v0.3.32
13872026-08-20T02:57:04.793Z Compiling utf8_iter v1.0.4
13882026-08-20T02:57:04.831Z Compiling form_urlencoded v1.2.2
13892026-08-20T02:57:04.869Z Compiling rustversion v1.0.22
13902026-08-20T02:57:04.888Z Compiling base64ct v1.8.3
13912026-08-20T02:57:04.941Z Compiling iana-time-zone v0.1.65
13922026-08-20T02:57:04.956Z Compiling cmake v0.1.57
13932026-08-20T02:57:05.010Z Compiling regex-syntax v0.8.10
13942026-08-20T02:57:05.142Z Compiling pem-rfc7468 v0.7.0
13952026-08-20T02:57:05.182Z Compiling fs_extra v1.3.0
13962026-08-20T02:57:05.197Z Compiling ident_case v1.0.1
13972026-08-20T02:57:05.321Z Compiling flagset v0.4.7
13982026-08-20T02:57:05.354Z Compiling dunce v1.0.5
13992026-08-20T02:57:05.441Z Compiling uuid v1.23.4
14002026-08-20T02:57:05.458Z Compiling rand_core v0.9.5
14012026-08-20T02:57:05.462Z Compiling aws-lc-sys v0.40.0
14022026-08-20T02:57:05.462Z Compiling base64 v0.22.1
14032026-08-20T02:57:05.750Z Compiling vcpkg v0.2.15
14042026-08-20T02:57:05.813Z Compiling syn v1.0.109
14052026-08-20T02:57:05.839Z Compiling serde_derive_internals v0.29.1
14062026-08-20T02:57:05.981Z Compiling serde_derive v1.0.228
14072026-08-20T02:57:05.981Z Compiling zeroize_derive v1.5.0
14082026-08-20T02:57:06.125Z Compiling zerocopy-derive v0.8.55
14092026-08-20T02:57:06.138Z Compiling zerofrom-derive v0.1.6
14102026-08-20T02:57:06.497Z Compiling yoke-derive v0.8.1
14112026-08-20T02:57:06.654Z Compiling zerovec-derive v0.11.2
14122026-08-20T02:57:06.750Z Compiling displaydoc v0.2.5
14132026-08-20T02:57:07.352Z Compiling tokio-macros v2.7.0
14142026-08-20T02:57:07.520Z Compiling futures-macro v0.3.32
14152026-08-20T02:57:07.554Z Compiling zerofrom v0.1.6
14162026-08-20T02:57:07.655Z Compiling yoke v0.8.1
14172026-08-20T02:57:07.744Z Compiling thiserror-impl v2.0.18
14182026-08-20T02:57:07.780Z Compiling der_derive v0.7.3
14192026-08-20T02:57:07.838Z Compiling zerovec v0.11.5
14202026-08-20T02:57:08.072Z Compiling zerotrie v0.2.3
14212026-08-20T02:57:08.320Z Compiling tinystr v0.8.2
14222026-08-20T02:57:08.375Z Compiling potential_utf v0.1.4
14232026-08-20T02:57:08.385Z Compiling futures-util v0.3.32
14242026-08-20T02:57:08.506Z Compiling icu_locale_core v2.1.1
14252026-08-20T02:57:08.521Z Compiling icu_collections v2.1.1
14262026-08-20T02:57:08.756Z Compiling openssl-sys v0.9.117
14272026-08-20T02:57:09.009Z Compiling thiserror v2.0.18
14282026-08-20T02:57:09.068Z Compiling tracing-attributes v0.1.31
14292026-08-20T02:57:09.112Z Compiling icu_provider v2.1.1
14302026-08-20T02:57:09.274Z Compiling rustc_version v0.4.1
14312026-08-20T02:57:09.363Z Compiling icu_properties v2.1.2
14322026-08-20T02:57:09.412Z Compiling zeroize v1.9.0
14332026-08-20T02:57:09.461Z Compiling bytes v1.11.1
14342026-08-20T02:57:09.681Z Compiling icu_normalizer v2.1.1
14352026-08-20T02:57:10.102Z Compiling tokio v1.52.1
14362026-08-20T02:57:10.217Z Compiling block-buffer v0.10.4
14372026-08-20T02:57:10.220Z Compiling crypto-common v0.1.7
14382026-08-20T02:57:10.380Z Compiling digest v0.10.7
14392026-08-20T02:57:10.399Z Compiling idna_adapter v1.2.1
14402026-08-20T02:57:10.413Z Compiling chrono v0.4.45
14412026-08-20T02:57:10.492Z Compiling der v0.7.10
14422026-08-20T02:57:10.529Z Compiling idna v1.1.0
14432026-08-20T02:57:10.636Z Compiling ppv-lite86 v0.2.21
14442026-08-20T02:57:10.720Z Compiling http v1.4.2
14452026-08-20T02:57:10.734Z Compiling tracing-core v0.1.36
14462026-08-20T02:57:10.961Z Compiling url v2.5.8
14472026-08-20T02:57:11.197Z Compiling rand_chacha v0.9.0
14482026-08-20T02:57:11.283Z Compiling dyn-clone v1.0.20
14492026-08-20T02:57:11.420Z Compiling spki v0.7.3
14502026-08-20T02:57:11.608Z Compiling aws-lc-rs v1.16.3
14512026-08-20T02:57:11.629Z Compiling schemars v0.8.22
14522026-08-20T02:57:11.675Z Compiling cpufeatures v0.2.17
14532026-08-20T02:57:11.740Z Compiling simd-adler32 v0.3.8
14542026-08-20T02:57:11.753Z Compiling pkcs8 v0.10.2
14552026-08-20T02:57:11.783Z Compiling rand v0.9.2
14562026-08-20T02:57:11.840Z Compiling http-body v1.0.1
14572026-08-20T02:57:11.877Z Compiling tracing v0.1.44
14582026-08-20T02:57:11.880Z Compiling rustls-pki-types v1.14.0
14592026-08-20T02:57:12.007Z Compiling schemars_derive v0.8.22
14602026-08-20T02:57:12.031Z Compiling spin v0.9.8
14612026-08-20T02:57:12.132Z Compiling httparse v1.10.1
14622026-08-20T02:57:12.230Z Compiling openssl-probe v0.2.1
14632026-08-20T02:57:12.332Z Compiling tinyvec_macros v0.1.1
14642026-08-20T02:57:12.401Z Compiling adler2 v2.0.1
14652026-08-20T02:57:12.408Z Compiling crc32fast v1.5.0
14662026-08-20T02:57:12.451Z Compiling cmov v0.5.4
14672026-08-20T02:57:12.508Z Compiling miniz_oxide v0.8.9
14682026-08-20T02:57:12.575Z Compiling tempfile v3.27.0
14692026-08-20T02:57:12.655Z Compiling ctutils v0.4.2
14702026-08-20T02:57:12.713Z Compiling tinyvec v1.10.0
14712026-08-20T02:57:12.887Z Compiling pest_generator v2.8.6
14722026-08-20T02:57:12.931Z Compiling sha2 v0.10.9
14732026-08-20T02:57:13.054Z Compiling terminal_size v0.4.3
14742026-08-20T02:57:13.097Z Compiling aho-corasick v1.1.4
14752026-08-20T02:57:13.192Z Compiling radium v0.7.0
14762026-08-20T02:57:13.438Z Compiling tower-layer v0.3.3
14772026-08-20T02:57:13.563Z Compiling atomic-waker v1.1.2
14782026-08-20T02:57:13.594Z Compiling tower-service v0.3.3
14792026-08-20T02:57:13.683Z Compiling try-lock v0.2.5
14802026-08-20T02:57:13.698Z Compiling untrusted v0.7.1
14812026-08-20T02:57:13.791Z Compiling tokio-util v0.7.18
14822026-08-20T02:57:13.818Z Compiling want v0.3.1
14832026-08-20T02:57:13.981Z Compiling regex-automata v0.4.14
14842026-08-20T02:57:14.229Z Compiling pest_derive v2.8.6
14852026-08-20T02:57:14.450Z Compiling h2 v0.4.15
14862026-08-20T02:57:14.698Z Compiling hybrid-array v0.4.13
14872026-08-20T02:57:14.924Z Compiling ipnet v2.12.0
14882026-08-20T02:57:15.120Z Compiling scroll_derive v0.13.1
14892026-08-20T02:57:15.414Z Compiling darling_core v0.20.11
14902026-08-20T02:57:15.464Z Compiling foreign-types-shared v0.1.1
14912026-08-20T02:57:15.553Z Compiling untrusted v0.9.0
14922026-08-20T02:57:15.678Z Compiling tap v1.0.1
14932026-08-20T02:57:15.744Z Compiling openssl v0.10.80
14942026-08-20T02:57:15.763Z Compiling rustls v0.23.41
14952026-08-20T02:57:15.787Z Compiling httpdate v1.0.3
14962026-08-20T02:57:15.905Z Compiling maybe-uninit v2.0.0
14972026-08-20T02:57:15.927Z Compiling scroll v0.13.0
14982026-08-20T02:57:15.980Z Compiling wyz v0.5.1
14992026-08-20T02:57:16.060Z Compiling foreign-types v0.3.2
15002026-08-20T02:57:16.160Z Compiling unicode-normalization v0.1.25
15012026-08-20T02:57:16.219Z Compiling rand_chacha v0.3.1
15022026-08-20T02:57:16.271Z Compiling signature v2.2.0
15032026-08-20T02:57:16.459Z Compiling hex v0.4.3
15042026-08-20T02:57:16.584Z Compiling thiserror-impl v1.0.69
15052026-08-20T02:57:16.607Z Compiling openssl-macros v0.1.1
15062026-08-20T02:57:16.724Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15072026-08-20T02:57:16.977Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-08-20T02:57:16.997Z Compiling num-integer v0.1.46
15092026-08-20T02:57:17.103Z Compiling wait-timeout v0.2.1
15102026-08-20T02:57:17.250Z Compiling ahash v0.8.12
15112026-08-20T02:57:17.314Z Compiling time-core v0.1.8
15122026-08-20T02:57:17.363Z Compiling funty v2.0.0
15132026-08-20T02:57:17.450Z Compiling packed_struct v0.10.1
15142026-08-20T02:57:17.467Z Compiling quick-error v1.2.3
15152026-08-20T02:57:17.572Z Compiling hyper v1.10.1
15162026-08-20T02:57:17.638Z Compiling darling_macro v0.20.11
15172026-08-20T02:57:17.689Z Compiling native-tls v0.2.18
15182026-08-20T02:57:17.794Z Compiling bit-vec v0.8.0
15192026-08-20T02:57:17.889Z Compiling powerfmt v0.2.0
15202026-08-20T02:57:17.922Z Compiling num-bigint-dig v0.8.6
15212026-08-20T02:57:18.006Z Compiling num-conv v0.2.0
15222026-08-20T02:57:18.024Z Compiling bit-set v0.8.0
15232026-08-20T02:57:18.090Z Compiling deranged v0.5.8
15242026-08-20T02:57:18.117Z Compiling darling v0.20.11
15252026-08-20T02:57:18.149Z Compiling time-macros v0.2.27
15262026-08-20T02:57:18.165Z Compiling thiserror v1.0.69
15272026-08-20T02:57:18.199Z Compiling bitvec v1.0.1
15282026-08-20T02:57:18.214Z Compiling rusty-fork v0.3.1
15292026-08-20T02:57:18.265Z Compiling clap_builder v4.6.0
15302026-08-20T02:57:18.538Z Compiling num-iter v0.1.45
15312026-08-20T02:57:18.654Z Compiling hyper-util v0.1.20
15322026-08-20T02:57:19.162Z Compiling rand v0.8.6
15332026-08-20T02:57:19.346Z Compiling goblin v0.10.5
15342026-08-20T02:57:19.697Z Compiling packed_struct_codegen v0.10.1
15352026-08-20T02:57:20.005Z Compiling lazy_static v1.5.0
15362026-08-20T02:57:20.100Z Compiling hmac v0.12.1
15372026-08-20T02:57:20.264Z Compiling serde_spanned v0.6.9
15382026-08-20T02:57:20.374Z Compiling toml_datetime v0.6.11
15392026-08-20T02:57:20.410Z Compiling bitfield-macros v0.19.4
15402026-08-20T02:57:20.632Z Compiling clap_derive v4.6.1
15412026-08-20T02:57:20.729Z Compiling zerocopy-derive v0.6.6
15422026-08-20T02:57:21.099Z Compiling rand_xorshift v0.4.0
15432026-08-20T02:57:21.237Z Compiling sync_wrapper v1.0.2
15442026-08-20T02:57:21.264Z Compiling indexmap v1.9.3
15452026-08-20T02:57:21.344Z Compiling usdt-impl v0.6.0
15462026-08-20T02:57:21.462Z Compiling num_threads v0.1.7
15472026-08-20T02:57:21.544Z Compiling siphasher v1.0.2
15482026-08-20T02:57:21.559Z Compiling unarray v0.1.4
15492026-08-20T02:57:21.562Z Compiling crc-catalog v2.4.0
15502026-08-20T02:57:21.663Z Compiling crossbeam-utils v0.8.21
15512026-08-20T02:57:21.678Z Compiling object v0.37.3
15522026-08-20T02:57:21.731Z Compiling nodrop v0.1.14
15532026-08-20T02:57:21.824Z Compiling zlib-rs v0.6.2
15542026-08-20T02:57:21.932Z Compiling paste v1.0.15
15552026-08-20T02:57:22.014Z Compiling array-init v0.0.4
15562026-08-20T02:57:22.098Z Compiling dof v0.4.0
15572026-08-20T02:57:22.231Z Compiling proptest v1.11.0
15582026-08-20T02:57:22.335Z Compiling clap v4.6.1
15592026-08-20T02:57:22.350Z Compiling crc v3.4.0
15602026-08-20T02:57:22.438Z Compiling zerocopy v0.6.6
15612026-08-20T02:57:22.544Z Compiling time v0.3.47
15622026-08-20T02:57:23.090Z Compiling tower v0.5.3
15632026-08-20T02:57:23.248Z Compiling bitfield v0.19.4
15642026-08-20T02:57:23.545Z Compiling smallvec v0.6.14
15652026-08-20T02:57:24.067Z Compiling derive_builder_core v0.20.2
15662026-08-20T02:57:24.088Z Compiling dtrace-parser v0.3.0
15672026-08-20T02:57:24.800Z Compiling flate2 v1.1.9
15682026-08-20T02:57:24.866Z Compiling ipnetwork v0.21.1
15692026-08-20T02:57:24.913Z Compiling http-body-util v0.1.3
15702026-08-20T02:57:25.460Z Compiling pkcs1 v0.7.5
15712026-08-20T02:57:25.548Z Compiling heapless v0.7.17
15722026-08-20T02:57:25.548Z Compiling structmeta-derive v0.3.0
15732026-08-20T02:57:25.549Z Compiling scroll_derive v0.12.1
15742026-08-20T02:57:25.549Z Compiling slog v2.8.2
15752026-08-20T02:57:25.549Z Compiling darling_core v0.23.0
15762026-08-20T02:57:25.647Z Compiling thread-id v5.1.0
15772026-08-20T02:57:25.768Z Compiling cookie v0.18.1
15782026-08-20T02:57:25.802Z Compiling env_filter v2.0.0
15792026-08-20T02:57:25.832Z Compiling anyhow v1.0.104
15802026-08-20T02:57:25.914Z Compiling base64 v0.21.7
15812026-08-20T02:57:26.029Z Compiling signal-hook v0.3.18
15822026-08-20T02:57:26.199Z Compiling winnow v0.5.40
15832026-08-20T02:57:26.301Z Compiling ryu v1.0.23
15842026-08-20T02:57:26.359Z Compiling hashbrown v0.12.3
15852026-08-20T02:57:26.360Z Compiling allocator-api2 v0.2.21
15862026-08-20T02:57:26.418Z Compiling unicode-properties v0.1.4
15872026-08-20T02:57:26.585Z Compiling gimli v0.32.3
15882026-08-20T02:57:26.602Z Compiling unicode-bidi v0.3.18
15892026-08-20T02:57:26.683Z Compiling zstd-safe v7.2.4
15902026-08-20T02:57:26.882Z Compiling iri-string v0.7.10
15912026-08-20T02:57:27.121Z Compiling stringprep v0.1.5
15922026-08-20T02:57:27.549Z Compiling toml_edit v0.19.15
15932026-08-20T02:57:27.882Z Compiling darling_macro v0.23.0
15942026-08-20T02:57:27.997Z Compiling serde_urlencoded v0.7.1
15952026-08-20T02:57:28.201Z Compiling tower-http v0.6.8
15962026-08-20T02:57:28.362Z Compiling addr2line v0.25.1
15972026-08-20T02:57:28.373Z Compiling structmeta v0.3.0
15982026-08-20T02:57:28.582Z Compiling ron v0.8.1
15992026-08-20T02:57:28.611Z Compiling env_logger v0.11.11
16002026-08-20T02:57:28.688Z Compiling scroll v0.12.0
16012026-08-20T02:57:28.988Z Compiling rsa v0.9.10
16022026-08-20T02:57:29.016Z Compiling oxnet v0.1.6
16032026-08-20T02:57:29.016Z Compiling derive_builder_macro v0.20.2
16042026-08-20T02:57:29.403Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16052026-08-20T02:57:29.458Z Compiling newtype-uuid v1.3.2
16062026-08-20T02:57:29.473Z Compiling hashbrown v0.13.2
16072026-08-20T02:57:29.504Z Compiling bzip2 v0.4.4
16082026-08-20T02:57:29.740Z Compiling serde-hex v0.1.0
16092026-08-20T02:57:29.806Z Compiling tokio-native-tls v0.3.1
16102026-08-20T02:57:29.985Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16112026-08-20T02:57:29.985Z Compiling camino v1.2.5
16122026-08-20T02:57:30.674Z Compiling bstr v1.12.1
16132026-08-20T02:57:30.890Z Compiling block-padding v0.4.2
16142026-08-20T02:57:31.057Z Compiling block-buffer v0.12.1
16152026-08-20T02:57:31.261Z Compiling crypto-common v0.2.2
16162026-08-20T02:57:31.312Z Compiling rustls-native-certs v0.8.3
16172026-08-20T02:57:31.454Z Compiling x509-cert v0.2.5
16182026-08-20T02:57:31.604Z Compiling md-5 v0.10.6
16192026-08-20T02:57:31.777Z Compiling curve25519-dalek v4.1.3
16202026-08-20T02:57:32.025Z Compiling serde_tokenstream v0.2.3
16212026-08-20T02:57:32.105Z Compiling erased-serde v0.3.31
16222026-08-20T02:57:32.345Z Compiling zerocopy-derive v0.7.35
16232026-08-20T02:57:32.597Z Compiling async-trait v0.1.89
16242026-08-20T02:57:32.960Z Compiling daft-derive v0.1.7
16252026-08-20T02:57:32.965Z Compiling pin-project-internal v1.1.11
16262026-08-20T02:57:33.047Z Compiling vergen-lib v9.1.0
16272026-08-20T02:57:33.089Z Compiling hash32 v0.2.1
16282026-08-20T02:57:33.197Z Compiling memoffset v0.9.1
16292026-08-20T02:57:33.226Z Compiling encoding_rs v0.8.35
16302026-08-20T02:57:33.284Z Compiling litrs v1.0.0
16312026-08-20T02:57:33.387Z Compiling owo-colors v4.3.0
16322026-08-20T02:57:33.603Z Compiling psl-types v2.0.11
16332026-08-20T02:57:33.676Z Compiling rustc-demangle v0.1.27
16342026-08-20T02:57:33.695Z Compiling crc-any v2.5.0
16352026-08-20T02:57:33.724Z Compiling fallible-iterator v0.2.0
16362026-08-20T02:57:33.791Z Compiling smoltcp v0.9.1
16372026-08-20T02:57:33.919Z Compiling rustix v0.38.44
16382026-08-20T02:57:33.945Z Compiling cfg_aliases v0.2.1
16392026-08-20T02:57:34.021Z Compiling mime v0.3.17
16402026-08-20T02:57:34.034Z Compiling ref-cast v1.0.25
16412026-08-20T02:57:34.054Z Compiling nix v0.31.2
16422026-08-20T02:57:34.070Z Compiling pin-project v1.1.11
16432026-08-20T02:57:34.134Z Compiling postgres-protocol v0.6.10
16442026-08-20T02:57:34.162Z Compiling backtrace v0.3.76
16452026-08-20T02:57:34.268Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16462026-08-20T02:57:34.345Z Compiling document-features v0.2.12
16472026-08-20T02:57:34.378Z Compiling publicsuffix v2.3.0
16482026-08-20T02:57:34.463Z Compiling daft v0.1.7
16492026-08-20T02:57:34.724Z Compiling zerocopy v0.7.35
16502026-08-20T02:57:34.861Z Compiling inout v0.2.2
16512026-08-20T02:57:34.939Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-20T02:57:35.043Z Compiling hyper-tls v0.6.0
16532026-08-20T02:57:35.126Z Compiling object v0.30.4
16542026-08-20T02:57:35.153Z Compiling zip v0.6.6
16552026-08-20T02:57:35.221Z Compiling derive_builder v0.20.2
16562026-08-20T02:57:35.263Z Compiling goblin v0.8.2
16572026-08-20T02:57:35.280Z Compiling toml v0.7.8
16582026-08-20T02:57:35.727Z Compiling derive-ex v0.1.8
16592026-08-20T02:57:35.886Z Compiling darling v0.23.0
16602026-08-20T02:57:35.901Z Compiling phf_shared v0.13.1
16612026-08-20T02:57:35.971Z Compiling regex v1.12.3
16622026-08-20T02:57:36.137Z Compiling hubpack_derive v0.1.1
16632026-08-20T02:57:36.157Z Compiling futures-executor v0.3.32
16642026-08-20T02:57:36.386Z Compiling ref-cast-impl v1.0.25
16652026-08-20T02:57:36.412Z Compiling curve25519-dalek-derive v0.1.1
16662026-08-20T02:57:36.577Z Compiling snafu-derive v0.8.9
16672026-08-20T02:57:36.923Z Compiling strum_macros v0.27.2
16682026-08-20T02:57:37.200Z Compiling vergen v9.1.0
16692026-08-20T02:57:37.229Z Compiling cargo-platform v0.3.2
16702026-08-20T02:57:37.342Z Compiling ff v0.13.1
16712026-08-20T02:57:37.485Z Compiling fs-err v3.3.0
16722026-08-20T02:57:37.507Z Compiling bumpalo v3.20.2
16732026-08-20T02:57:37.676Z Compiling same-file v1.0.6
16742026-08-20T02:57:37.755Z Compiling bitflags v1.3.2
16752026-08-20T02:57:37.838Z Compiling unicode-segmentation v1.12.0
16762026-08-20T02:57:37.844Z Compiling libbz2-rs-sys v0.2.2
16772026-08-20T02:57:37.948Z Compiling jiff-core v0.1.0
16782026-08-20T02:57:38.239Z Compiling base16ct v0.2.0
16792026-08-20T02:57:38.403Z Compiling is_ci v1.2.0
16802026-08-20T02:57:38.715Z Compiling either v1.15.0
16812026-08-20T02:57:38.768Z Compiling foldhash v0.1.5
16822026-08-20T02:57:38.768Z Compiling path-slash v0.1.5
16832026-08-20T02:57:38.768Z Compiling foldhash v0.2.0
16842026-08-20T02:57:38.768Z Compiling managed v0.8.0
16852026-08-20T02:57:38.768Z Compiling textwrap v0.16.2
16862026-08-20T02:57:38.768Z Compiling jiff v0.2.34
16872026-08-20T02:57:38.879Z Compiling strum v0.27.2
16882026-08-20T02:57:38.889Z Compiling hashbrown v0.16.1
16892026-08-20T02:57:38.994Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16902026-08-20T02:57:39.015Z Compiling hashbrown v0.15.5
16912026-08-20T02:57:39.137Z Compiling supports-color v3.0.2
16922026-08-20T02:57:39.307Z Compiling snafu v0.8.9
16932026-08-20T02:57:39.543Z Compiling sec1 v0.7.3
16942026-08-20T02:57:39.660Z Compiling bzip2 v0.6.1
16952026-08-20T02:57:39.701Z Compiling walkdir v2.5.0
16962026-08-20T02:57:39.744Z Compiling zopfli v0.8.3
16972026-08-20T02:57:39.815Z Compiling group v0.13.0
16982026-08-20T02:57:39.897Z Compiling dof v0.3.0
16992026-08-20T02:57:40.003Z Compiling cargo_metadata v0.23.1
17002026-08-20T02:57:40.028Z Compiling test-strategy v0.4.5
17012026-08-20T02:57:40.552Z Compiling hubpack v0.1.2
17022026-08-20T02:57:40.619Z Compiling futures v0.3.32
17032026-08-20T02:57:40.713Z Compiling phf v0.13.1
17042026-08-20T02:57:40.766Z Compiling signal-hook-mio v0.2.5
17052026-08-20T02:57:40.867Z Compiling serde_with_macros v3.21.0
17062026-08-20T02:57:41.330Z Compiling cookie_store v0.22.1
17072026-08-20T02:57:41.361Z Compiling zstd v0.13.3
17082026-08-20T02:57:41.471Z Compiling reqwest v0.12.28
17092026-08-20T02:57:41.666Z Compiling cipher v0.5.2
17102026-08-20T02:57:41.917Z Compiling backtrace-ext v0.2.1
17112026-08-20T02:57:42.005Z Compiling postgres-types v0.2.12
17122026-08-20T02:57:42.284Z Compiling usdt-attr-macro v0.6.0
17132026-08-20T02:57:42.530Z Compiling usdt-macro v0.6.0
17142026-08-20T02:57:42.721Z Compiling globset v0.4.18
17152026-08-20T02:57:43.124Z Compiling phf_shared v0.11.3
17162026-08-20T02:57:43.296Z Compiling hkdf v0.12.4
17172026-08-20T02:57:43.310Z Compiling dtrace-parser v0.2.0
17182026-08-20T02:57:43.335Z Compiling byte-wrapper v0.1.0
17192026-08-20T02:57:43.335Z Compiling olpc-cjson v0.1.4
17202026-08-20T02:57:43.345Z Compiling ed25519 v2.2.3
17212026-08-20T02:57:43.385Z Compiling crypto-bigint v0.5.5
17222026-08-20T02:57:43.457Z Compiling serde-big-array v0.5.1
17232026-08-20T02:57:43.484Z Compiling serde_plain v1.0.2
17242026-08-20T02:57:43.593Z Compiling serde_repr v0.1.20
17252026-08-20T02:57:43.626Z Compiling enum-as-inner v0.6.1
17262026-08-20T02:57:43.678Z Compiling miette-derive v7.6.0
17272026-08-20T02:57:44.027Z Compiling async-recursion v1.1.1
17282026-08-20T02:57:44.132Z Compiling strum_macros v0.26.4
17292026-08-20T02:57:44.144Z Compiling pem v3.0.6
17302026-08-20T02:57:44.244Z Compiling float-cmp v0.10.0
17312026-08-20T02:57:44.414Z Compiling memmap2 v0.9.10
17322026-08-20T02:57:44.465Z Compiling thread-id v4.2.2
17332026-08-20T02:57:44.584Z Compiling fixedbitset v0.4.2
17342026-08-20T02:57:44.665Z Compiling difflib v0.4.0
17352026-08-20T02:57:44.680Z Compiling const-oid v0.10.2
17362026-08-20T02:57:44.804Z Compiling new_debug_unreachable v1.0.6
17372026-08-20T02:57:44.844Z Compiling whoami v2.1.0
17382026-08-20T02:57:44.883Z Compiling cpufeatures v0.3.0
17392026-08-20T02:57:44.904Z Compiling keccak v0.1.6
17402026-08-20T02:57:44.967Z Compiling static_assertions v1.1.0
17412026-08-20T02:57:45.047Z Compiling normalize-line-endings v0.3.0
17422026-08-20T02:57:45.148Z Compiling fixedbitset v0.5.7
17432026-08-20T02:57:45.222Z Compiling supports-hyperlinks v3.2.0
17442026-08-20T02:57:45.226Z Compiling precomputed-hash v0.1.1
17452026-08-20T02:57:45.274Z Compiling predicates-core v1.0.10
17462026-08-20T02:57:45.327Z Compiling winnow v1.0.3
17472026-08-20T02:57:45.375Z Compiling supports-unicode v3.0.0
17482026-08-20T02:57:45.456Z Compiling data-encoding v2.10.0
17492026-08-20T02:57:45.457Z Compiling typed-path v0.9.3
17502026-08-20T02:57:45.522Z Compiling miette v7.6.0
17512026-08-20T02:57:45.536Z Compiling toml_edit v0.22.27
17522026-08-20T02:57:45.660Z Compiling predicates v3.1.4
17532026-08-20T02:57:45.901Z Compiling strum v0.26.3
17542026-08-20T02:57:46.031Z Compiling hickory-proto v0.25.2
17552026-08-20T02:57:46.145Z Compiling petgraph v0.8.3
17562026-08-20T02:57:46.300Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-08-20T02:57:46.377Z Compiling string_cache v0.8.9
17582026-08-20T02:57:46.612Z Compiling tokio-postgres v0.7.16
17592026-08-20T02:57:46.647Z Compiling sha3 v0.10.8
17602026-08-20T02:57:46.664Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-20T02:57:46.918Z Compiling chacha20 v0.10.0
17622026-08-20T02:57:47.121Z Compiling digest v0.11.3
17632026-08-20T02:57:47.301Z Compiling petgraph v0.6.5
17642026-08-20T02:57:47.358Z Compiling usdt v0.6.0
17652026-08-20T02:57:47.627Z Compiling usdt-impl v0.5.0
17662026-08-20T02:57:48.089Z Compiling elliptic-curve v0.13.8
17672026-08-20T02:57:48.188Z Compiling ed25519-dalek v2.2.0
17682026-08-20T02:57:48.229Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17692026-08-20T02:57:48.496Z Compiling crossterm v0.28.1
17702026-08-20T02:57:48.775Z Compiling serde_with v3.21.0
17712026-08-20T02:57:48.793Z Compiling zip v4.6.1
17722026-08-20T02:57:49.773Z Compiling iddqd v0.4.2
17732026-08-20T02:57:49.844Z Compiling itertools v0.13.0
17742026-08-20T02:57:49.872Z Compiling itertools v0.15.0
17752026-08-20T02:57:50.190Z Compiling heck v0.4.1
17762026-08-20T02:57:50.424Z Compiling similar v2.7.0
17772026-08-20T02:57:50.428Z Compiling crossbeam-epoch v0.9.18
17782026-08-20T02:57:50.588Z Compiling tokio-stream v0.1.18
17792026-08-20T02:57:50.636Z Compiling buf-list v1.1.2
17802026-08-20T02:57:50.753Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-20T02:57:50.895Z Compiling openapiv3 v2.2.0
17822026-08-20T02:57:51.037Z Compiling peg-runtime v0.8.5
17832026-08-20T02:57:51.048Z Compiling lalrpop-util v0.19.12
17842026-08-20T02:57:51.052Z Compiling thread_local v1.1.9
17852026-08-20T02:57:51.052Z Compiling slog-async v2.8.0
17862026-08-20T02:57:51.166Z Compiling crossbeam-channel v0.5.15
17872026-08-20T02:57:51.239Z Compiling filetime v0.2.27
17882026-08-20T02:57:51.254Z Compiling is-terminal v0.4.17
17892026-08-20T02:57:51.312Z Compiling xattr v1.6.1
17902026-08-20T02:57:51.324Z Compiling term v1.2.1
17912026-08-20T02:57:51.351Z Compiling take_mut v0.2.2
17922026-08-20T02:57:51.372Z Compiling camino-tempfile v1.4.1
17932026-08-20T02:57:51.463Z Compiling tar v0.4.46
17942026-08-20T02:57:51.616Z Compiling slog-term v2.9.2
17952026-08-20T02:57:57.703Z Compiling rustls-webpki v0.103.13
17962026-08-20T02:58:00.354Z Compiling tokio-rustls v0.26.4
17972026-08-20T02:58:00.355Z Compiling rustls-platform-verifier v0.6.2
17982026-08-20T02:58:00.387Z Compiling tough v0.22.0
17992026-08-20T02:58:00.574Z Compiling hyper-rustls v0.27.7
18002026-08-20T02:58:00.746Z Compiling reqwest v0.13.2
18012026-08-20T02:58:02.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022026-08-20T02:58:03.165Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18032026-08-20T02:58:06.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18042026-08-20T02:58:06.230Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18052026-08-20T02:58:06.288ZAug 20 02:58:05.368 INFO Starting download, target: Cockroach
18062026-08-20T02:58:06.288ZAug 20 02:58:05.369 INFO Starting download, target: Clickhouse
18072026-08-20T02:58:06.288ZAug 20 02:58:05.369 INFO Starting download, target: Console
18082026-08-20T02:58:06.296ZAug 20 02:58:05.369 INFO Starting download, target: DendriteStub
18092026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Starting download, target: MaghemiteDdmd
18102026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Starting download, target: MaghemiteMgd
18112026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Starting download, target: TransceiverControl
18122026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18132026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18142026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18152026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18162026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18172026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-08-20T02:58:06.297ZAug 20 02:58:05.369 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18192026-08-20T02:58:06.975ZAug 20 02:58:06.059 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18202026-08-20T02:58:07.228ZAug 20 02:58:06.305 INFO Download complete, target: TransceiverControl
18212026-08-20T02:58:08.061ZAug 20 02:58:07.119 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18222026-08-20T02:58:08.185ZAug 20 02:58:07.250 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18232026-08-20T02:58:08.411ZAug 20 02:58:07.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18242026-08-20T02:58:08.438ZAug 20 02:58:07.494 INFO Download complete, target: Console
18252026-08-20T02:58:08.479ZAug 20 02:58:07.563 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18262026-08-20T02:58:08.576ZAug 20 02:58:07.664 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18272026-08-20T02:58:09.956ZAug 20 02:58:09.043 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18282026-08-20T02:58:09.956ZAug 20 02:58:09.043 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18292026-08-20T02:58:10.550ZAug 20 02:58:09.623 INFO Download complete, target: MaghemiteDdmd
18302026-08-20T02:58:10.958ZAug 20 02:58:10.045 INFO Download complete, target: DendriteStub
18312026-08-20T02:58:11.210ZAug 20 02:58:10.291 INFO Download complete, target: MaghemiteMgd
18322026-08-20T02:58:14.735ZAug 20 02:58:13.678 INFO Checking that binary works, target: Cockroach
18332026-08-20T02:58:14.789ZAug 20 02:58:13.792 INFO Download complete, target: Cockroach
18342026-08-20T02:58:14.805ZAug 20 02:58:13.836 INFO Checking that binary works, target: Clickhouse
18352026-08-20T02:58:14.848ZAug 20 02:58:13.927 INFO Download complete, target: Clickhouse
18362026-08-20T02:58:14.857ZAll builder prerequisites installed successfully, and PATH looks valid
18372026-08-20T02:58:14.877Z
18382026-08-20T02:58:14.877Zreal 2:08.926579265
18392026-08-20T02:58:14.877Zuser 7:15.254420890
18402026-08-20T02:58:14.877Zsys 1:27.244966415
18412026-08-20T02:58:14.877Ztrap 0.245198856
18422026-08-20T02:58:14.877Ztflt 0.494317673
18432026-08-20T02:58:14.877Zdflt 0.879984565
18442026-08-20T02:58:14.877Zkflt 0.024036873
18452026-08-20T02:58:14.877Zlock 27:01.662584120
18462026-08-20T02:58:14.877Zslp 21:56.391476169
18472026-08-20T02:58:14.877Zlat 47.448104948
18482026-08-20T02:58:14.877Zstop 2:39.549464550
18492026-08-20T02:58:14.877Z+ banner hack-check
18502026-08-20T02:58:14.877Z
18512026-08-20T02:58:14.877Z # # ## #### # # #### # # ###### #### # #
18522026-08-20T02:58:14.878Z # # # # # # # # # # # # # # # # #
18532026-08-20T02:58:14.878Z ###### # # # #### ##### # ###### ##### # ####
18542026-08-20T02:58:14.878Z # # ###### # # # # # # # # # #
18552026-08-20T02:58:14.878Z # # # # # # # # # # # # # # # # #
18562026-08-20T02:58:14.878Z # # # # #### # # #### # # ###### #### # #
18572026-08-20T02:58:14.878Z
18582026-08-20T02:58:14.878Z+ export CARGO_INCREMENTAL=0
18592026-08-20T02:58:14.878Z+ CARGO_INCREMENTAL=0
18602026-08-20T02:58:14.878Z+ ptime -m timeout 2h cargo xtask check-features --ci
18612026-08-20T02:58:15.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18622026-08-20T02:58:15.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18632026-08-20T02:58:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18642026-08-20T02:58:17.518Z Running `target/debug/xtask check-features --ci`
18652026-08-20T02:58:17.531Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18662026-08-20T02:58:17.532Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18672026-08-20T02:58:17.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682026-08-20T02:58:18.004Z Running `target/debug/xtask download cargo-hack`
18692026-08-20T02:58:18.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702026-08-20T02:58:19.088Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18712026-08-20T02:58:21.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18722026-08-20T02:58:21.831Z Running `target/debug/xtask-downloader cargo-hack`
18732026-08-20T02:58:21.866ZAug 20 02:58:20.955 INFO Starting download, target: CargoHack
18742026-08-20T02:58:21.872ZAug 20 02:58:20.955 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18752026-08-20T02:58:22.251ZAug 20 02:58:21.322 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18762026-08-20T02:58:22.293ZAug 20 02:58:21.371 INFO Download complete, target: CargoHack
18772026-08-20T02:58:22.302Zrunning: "/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"
18782026-08-20T02:58:22.310Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18792026-08-20T02:58:22.462Zinfo: running `cargo check --bins` on api_identity (1/337)
18802026-08-20T02:58:22.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-20T02:58:23.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-20T02:58:23.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-20T02:58:23.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-20T02:58:23.045Z
18852026-08-20T02:58:23.045Zinfo: running `cargo check --bins` on bootstore (2/337)
18862026-08-20T02:58:23.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-20T02:58:23.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-20T02:58:23.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-20T02:58:23.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-20T02:58:23.544Z
18912026-08-20T02:58:23.545Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18922026-08-20T02:58:24.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-20T02:58:24.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-20T02:58:24.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-20T02:58:24.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18962026-08-20T02:58:24.089Z
18972026-08-20T02:58:24.089Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
18982026-08-20T02:58:24.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-20T02:58:24.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-20T02:58:24.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-20T02:58:24.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19022026-08-20T02:58:24.634Z
19032026-08-20T02:58:24.634Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19042026-08-20T02:58:25.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-20T02:58:25.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-20T02:58:25.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-20T02:58:25.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-20T02:58:25.183Z
19092026-08-20T02:58:25.183Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19102026-08-20T02:58:25.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-20T02:58:25.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-20T02:58:25.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-20T02:58:25.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-20T02:58:25.734Z
19152026-08-20T02:58:25.734Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19162026-08-20T02:58:26.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-20T02:58:26.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-20T02:58:26.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-20T02:58:26.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-20T02:58:26.310Z
19212026-08-20T02:58:26.310Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19222026-08-20T02:58:26.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-20T02:58:26.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-20T02:58:26.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-20T02:58:26.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-20T02:58:26.853Z
19272026-08-20T02:58:26.853Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19282026-08-20T02:58:27.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-20T02:58:27.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-20T02:58:27.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-20T02:58:27.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-20T02:58:27.266Z
19332026-08-20T02:58:27.267Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19342026-08-20T02:58:27.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-20T02:58:27.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-20T02:58:27.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-20T02:58:27.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-20T02:58:27.684Z
19392026-08-20T02:58:27.684Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19402026-08-20T02:58:28.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-20T02:58:28.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-20T02:58:28.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-20T02:58:28.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-20T02:58:28.124Z
19452026-08-20T02:58:28.124Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19462026-08-20T02:58:28.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-20T02:58:28.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-20T02:58:28.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-20T02:58:28.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-08-20T02:58:28.586Z
19512026-08-20T02:58:28.586Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19522026-08-20T02:58:28.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-20T02:58:28.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-20T02:58:28.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-20T02:58:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-08-20T02:58:28.924Z
19572026-08-20T02:58:28.924Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19582026-08-20T02:58:29.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-20T02:58:29.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-20T02:58:29.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-20T02:58:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-20T02:58:29.340Z
19632026-08-20T02:58:29.340Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19642026-08-20T02:58:29.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-20T02:58:29.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-20T02:58:29.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-20T02:58:29.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-20T02:58:29.752Z
19692026-08-20T02:58:29.752Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19702026-08-20T02:58:30.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-20T02:58:30.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-20T02:58:30.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-20T02:58:30.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-20T02:58:30.176Z
19752026-08-20T02:58:30.176Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19762026-08-20T02:58:30.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-20T02:58:30.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-20T02:58:30.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-20T02:58:30.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-20T02:58:30.570Z
19812026-08-20T02:58:30.570Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19822026-08-20T02:58:30.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-20T02:58:30.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-20T02:58:30.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-20T02:58:30.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-20T02:58:30.989Z
19872026-08-20T02:58:30.989Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19882026-08-20T02:58:31.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-20T02:58:31.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-20T02:58:31.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-20T02:58:31.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-20T02:58:31.399Z
19932026-08-20T02:58:31.399Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
19942026-08-20T02:58:31.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-20T02:58:31.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-20T02:58:31.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-20T02:58:31.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-20T02:58:31.828Z
19992026-08-20T02:58:31.828Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20002026-08-20T02:58:32.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-20T02:58:32.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-20T02:58:32.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-20T02:58:32.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-20T02:58:32.237Z
20052026-08-20T02:58:32.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20062026-08-20T02:58:32.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-20T02:58:32.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-20T02:58:32.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-20T02:58:32.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-20T02:58:32.731Z
20112026-08-20T02:58:32.731Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20122026-08-20T02:58:33.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-20T02:58:33.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-20T02:58:33.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-20T02:58:33.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-20T02:58:33.077Z
20172026-08-20T02:58:33.077Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20182026-08-20T02:58:33.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-20T02:58:33.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-20T02:58:33.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-20T02:58:33.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-20T02:58:33.493Z
20232026-08-20T02:58:33.493Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20242026-08-20T02:58:33.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-20T02:58:33.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-20T02:58:33.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-20T02:58:33.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-20T02:58:33.908Z
20292026-08-20T02:58:33.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20302026-08-20T02:58:34.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-20T02:58:34.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-20T02:58:34.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-20T02:58:34.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-20T02:58:34.334Z
20352026-08-20T02:58:34.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20362026-08-20T02:58:34.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-20T02:58:34.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-20T02:58:34.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-20T02:58:34.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-20T02:58:34.745Z
20412026-08-20T02:58:34.745Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20422026-08-20T02:58:35.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-20T02:58:35.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-20T02:58:35.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-20T02:58:35.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-20T02:58:35.155Z
20472026-08-20T02:58:35.155Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20482026-08-20T02:58:35.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-20T02:58:35.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-20T02:58:35.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-20T02:58:35.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-20T02:58:35.573Z
20532026-08-20T02:58:35.574Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20542026-08-20T02:58:35.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-20T02:58:35.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-20T02:58:35.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-20T02:58:35.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-20T02:58:35.991Z
20592026-08-20T02:58:35.992Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20602026-08-20T02:58:36.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-20T02:58:36.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-20T02:58:36.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-20T02:58:36.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-20T02:58:36.404Z
20652026-08-20T02:58:36.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20662026-08-20T02:58:36.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-20T02:58:36.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-20T02:58:36.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-20T02:58:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-20T02:58:36.820Z
20712026-08-20T02:58:36.820Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20722026-08-20T02:58:37.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-20T02:58:37.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-20T02:58:37.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-20T02:58:37.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-20T02:58:37.277Z
20772026-08-20T02:58:37.277Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20782026-08-20T02:58:37.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-20T02:58:37.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-20T02:58:37.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-20T02:58:37.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-20T02:58:37.648Z
20832026-08-20T02:58:37.648Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20842026-08-20T02:58:38.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-20T02:58:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-20T02:58:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-20T02:58:38.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-20T02:58:38.068Z
20892026-08-20T02:58:38.068Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20902026-08-20T02:58:38.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-20T02:58:38.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-20T02:58:38.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-20T02:58:38.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-20T02:58:38.476Z
20952026-08-20T02:58:38.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
20962026-08-20T02:58:38.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-20T02:58:38.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-20T02:58:38.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-20T02:58:38.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21002026-08-20T02:58:38.882Z
21012026-08-20T02:58:38.882Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21022026-08-20T02:58:39.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-20T02:58:39.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-20T02:58:39.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-20T02:58:39.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21062026-08-20T02:58:39.296Z
21072026-08-20T02:58:39.296Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21082026-08-20T02:58:39.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-20T02:58:39.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-20T02:58:39.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-20T02:58:39.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-20T02:58:39.706Z
21132026-08-20T02:58:39.706Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21142026-08-20T02:58:40.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-20T02:58:40.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-20T02:58:40.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-20T02:58:40.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-20T02:58:40.124Z
21192026-08-20T02:58:40.125Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21202026-08-20T02:58:40.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-20T02:58:40.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-20T02:58:40.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-20T02:58:40.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-20T02:58:40.544Z
21252026-08-20T02:58:40.544Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21262026-08-20T02:58:40.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-20T02:58:40.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-20T02:58:40.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-20T02:58:40.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-20T02:58:40.960Z
21312026-08-20T02:58:40.960Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21322026-08-20T02:58:41.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-20T02:58:41.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-20T02:58:41.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-20T02:58:41.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-20T02:58:41.373Z
21372026-08-20T02:58:41.373Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21382026-08-20T02:58:41.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-20T02:58:41.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-20T02:58:41.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-20T02:58:41.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-20T02:58:41.786Z
21432026-08-20T02:58:41.787Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21442026-08-20T02:58:42.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-20T02:58:42.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-20T02:58:42.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-20T02:58:42.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-20T02:58:42.286Z
21492026-08-20T02:58:42.286Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21502026-08-20T02:58:42.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-20T02:58:42.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-20T02:58:42.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-20T02:58:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-20T02:58:42.621Z
21552026-08-20T02:58:42.621Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21562026-08-20T02:58:42.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-20T02:58:43.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-20T02:58:43.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-20T02:58:43.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-20T02:58:43.041Z
21612026-08-20T02:58:43.041Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21622026-08-20T02:58:43.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-20T02:58:43.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-20T02:58:43.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-20T02:58:43.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-20T02:58:43.473Z
21672026-08-20T02:58:43.473Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21682026-08-20T02:58:43.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-20T02:58:43.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-20T02:58:43.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-20T02:58:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-08-20T02:58:44.062Z
21732026-08-20T02:58:44.062Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21742026-08-20T02:58:44.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-20T02:58:44.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-20T02:58:44.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-20T02:58:44.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-20T02:58:44.681Z
21792026-08-20T02:58:44.681Zinfo: running `cargo check --bins` on nexus-config (51/337)
21802026-08-20T02:58:45.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-20T02:58:45.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-20T02:58:45.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-20T02:58:45.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-08-20T02:58:45.257Z
21852026-08-20T02:58:45.257Zinfo: running `cargo check --bins` on nexus-types (52/337)
21862026-08-20T02:58:45.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-20T02:58:46.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-20T02:58:46.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-20T02:58:46.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-08-20T02:58:46.104Z
21912026-08-20T02:58:46.104Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21922026-08-20T02:58:46.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-20T02:58:46.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-20T02:58:46.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-20T02:58:46.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-20T02:58:46.416Z
21972026-08-20T02:58:46.416Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
21982026-08-20T02:58:46.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-20T02:58:46.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-20T02:58:46.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-20T02:58:46.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22022026-08-20T02:58:46.962Z
22032026-08-20T02:58:46.962Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22042026-08-20T02:58:47.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-20T02:58:47.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-20T02:58:47.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-20T02:58:47.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-20T02:58:47.554Z
22092026-08-20T02:58:47.555Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22102026-08-20T02:58:48.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-20T02:58:48.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-20T02:58:48.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-20T02:58:48.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-20T02:58:48.088Z
22152026-08-20T02:58:48.088Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22162026-08-20T02:58:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-20T02:58:48.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-20T02:58:48.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-20T02:58:48.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-20T02:58:48.675Z
22212026-08-20T02:58:48.675Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22222026-08-20T02:58:49.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-20T02:58:49.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-20T02:58:49.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-20T02:58:49.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-20T02:58:49.221Z
22272026-08-20T02:58:49.221Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22282026-08-20T02:58:49.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-20T02:58:49.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-20T02:58:49.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-20T02:58:49.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-08-20T02:58:49.761Z
22332026-08-20T02:58:49.762Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22342026-08-20T02:58:50.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-20T02:58:50.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-20T02:58:50.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-20T02:58:50.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22382026-08-20T02:58:50.314Z
22392026-08-20T02:58:50.314Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22402026-08-20T02:58:50.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-20T02:58:50.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-20T02:58:50.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-20T02:58:50.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-08-20T02:58:50.859Z
22452026-08-20T02:58:50.859Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22462026-08-20T02:58:51.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-20T02:58:51.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-20T02:58:51.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-20T02:58:51.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-20T02:58:51.402Z
22512026-08-20T02:58:51.402Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22522026-08-20T02:58:51.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-20T02:58:51.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-20T02:58:51.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-20T02:58:51.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-20T02:58:51.952Z
22572026-08-20T02:58:51.952Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22582026-08-20T02:58:52.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-20T02:58:52.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-20T02:58:52.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-20T02:58:52.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-20T02:58:52.538Z
22632026-08-20T02:58:52.538Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22642026-08-20T02:58:53.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-20T02:58:53.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-20T02:58:53.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-20T02:58:53.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22682026-08-20T02:58:53.102Z
22692026-08-20T02:58:53.102Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22702026-08-20T02:58:53.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-20T02:58:53.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-20T02:58:53.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-20T02:58:53.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-20T02:58:53.676Z
22752026-08-20T02:58:53.676Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22762026-08-20T02:58:54.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-20T02:58:54.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-20T02:58:54.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-20T02:58:54.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-20T02:58:54.206Z
22812026-08-20T02:58:54.206Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22822026-08-20T02:58:54.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-20T02:58:54.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-20T02:58:54.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-20T02:58:54.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-20T02:58:54.771Z
22872026-08-20T02:58:54.771Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22882026-08-20T02:58:55.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-20T02:58:55.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-20T02:58:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-20T02:58:55.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-20T02:58:55.340Z
22932026-08-20T02:58:55.341Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
22942026-08-20T02:58:55.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-20T02:58:55.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-20T02:58:55.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-20T02:58:55.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-20T02:58:55.884Z
22992026-08-20T02:58:55.884Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23002026-08-20T02:58:56.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-20T02:58:56.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-20T02:58:56.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-20T02:58:56.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-20T02:58:56.440Z
23052026-08-20T02:58:56.441Zinfo: running `cargo check --bins` on ereport-types (72/337)
23062026-08-20T02:58:56.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-20T02:58:56.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-20T02:58:56.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-20T02:58:56.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-20T02:58:56.986Z
23112026-08-20T02:58:56.986Zinfo: running `cargo check --bins` on gateway-client (73/337)
23122026-08-20T02:58:57.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-20T02:58:57.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-20T02:58:57.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-20T02:58:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-20T02:58:57.665Z
23172026-08-20T02:58:57.665Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23182026-08-20T02:58:58.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-20T02:58:58.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-20T02:58:58.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-20T02:58:58.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-20T02:58:58.105Z
23232026-08-20T02:58:58.106Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23242026-08-20T02:58:58.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-20T02:58:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-20T02:58:58.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-20T02:58:58.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-20T02:58:58.690Z
23292026-08-20T02:58:58.690Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23302026-08-20T02:58:59.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-20T02:58:59.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-20T02:58:59.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-20T02:58:59.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23342026-08-20T02:58:59.228Z
23352026-08-20T02:58:59.228Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23362026-08-20T02:58:59.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-20T02:58:59.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-20T02:58:59.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-20T02:58:59.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23402026-08-20T02:58:59.798Z
23412026-08-20T02:58:59.798Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23422026-08-20T02:59:00.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-20T02:59:00.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-20T02:59:00.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-20T02:59:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23462026-08-20T02:59:00.343Z
23472026-08-20T02:59:00.343Zinfo: running `cargo check --bins` on oxlog (79/337)
23482026-08-20T02:59:00.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-20T02:59:00.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-20T02:59:00.941Z Checking cfg-if v1.0.4
23512026-08-20T02:59:01.045Z Checking serde_core v1.0.228
23522026-08-20T02:59:01.046Z Checking libc v0.2.185
23532026-08-20T02:59:01.056Z Checking memchr v2.8.0
23542026-08-20T02:59:01.065Z Checking log v0.4.33
23552026-08-20T02:59:01.066Z Checking smallvec v1.15.1
23562026-08-20T02:59:01.086Z Checking subtle v2.6.1
23572026-08-20T02:59:01.107Z Checking itoa v1.0.17
23582026-08-20T02:59:01.114Z Checking scopeguard v1.2.0
23592026-08-20T02:59:01.202Z Checking lock_api v0.4.14
23602026-08-20T02:59:01.231Z Checking typenum v1.20.1
23612026-08-20T02:59:01.231Z Checking stable_deref_trait v1.2.1
23622026-08-20T02:59:01.253Z Checking zerofrom v0.1.6
23632026-08-20T02:59:01.264Z Checking zerocopy v0.8.55
23642026-08-20T02:59:01.312Z Checking portable-atomic v1.13.1
23652026-08-20T02:59:01.358Z Checking yoke v0.8.1
23662026-08-20T02:59:01.396Z Checking critical-section v1.2.0
23672026-08-20T02:59:01.433Z Checking pin-project-lite v0.2.17
23682026-08-20T02:59:01.439Z Checking errno v0.3.14
23692026-08-20T02:59:01.492Z Checking getrandom v0.2.17
23702026-08-20T02:59:01.513Z Checking const-oid v0.9.6
23712026-08-20T02:59:01.526Z Checking zerovec v0.11.5
23722026-08-20T02:59:01.550Z Checking libm v0.2.16
23732026-08-20T02:59:01.631Z Checking rand_core v0.6.4
23742026-08-20T02:59:01.710Z Checking once_cell v1.21.3
23752026-08-20T02:59:01.805Z Checking zmij v1.0.21
23762026-08-20T02:59:01.885Z Checking signal-hook-registry v1.4.8
23772026-08-20T02:59:01.962Z Checking parking_lot_core v0.9.12
23782026-08-20T02:59:01.965Z Checking tinystr v0.8.2
23792026-08-20T02:59:02.032Z Checking litemap v0.8.1
23802026-08-20T02:59:02.039Z Checking futures-core v0.3.32
23812026-08-20T02:59:02.146Z Checking writeable v0.6.2
23822026-08-20T02:59:02.151Z Checking percent-encoding v2.3.2
23832026-08-20T02:59:02.170Z Checking parking_lot v0.12.5
23842026-08-20T02:59:02.182Z Checking potential_utf v0.1.4
23852026-08-20T02:59:02.187Z Checking zerotrie v0.2.3
23862026-08-20T02:59:02.240Z Checking num-traits v0.2.19
23872026-08-20T02:59:02.287Z Checking mio v1.2.0
23882026-08-20T02:59:02.304Z Checking icu_locale_core v2.1.1
23892026-08-20T02:59:02.394Z Checking equivalent v1.0.2
23902026-08-20T02:59:02.422Z Checking icu_collections v2.1.1
23912026-08-20T02:59:02.422Z Checking getrandom v0.3.4
23922026-08-20T02:59:02.426Z Checking socket2 v0.6.3
23932026-08-20T02:59:02.519Z Checking serde v1.0.228
23942026-08-20T02:59:02.531Z Checking bitflags v2.11.0
23952026-08-20T02:59:02.568Z Checking serde_json v1.0.151
23962026-08-20T02:59:02.647Z Checking icu_properties_data v2.1.2
23972026-08-20T02:59:02.664Z Checking icu_normalizer_data v2.1.1
23982026-08-20T02:59:02.694Z Checking byteorder v1.5.0
23992026-08-20T02:59:02.733Z Checking futures-sink v0.3.32
24002026-08-20T02:59:02.767Z Checking rand_core v0.10.0
24012026-08-20T02:59:02.782Z Checking hashbrown v0.17.0
24022026-08-20T02:59:02.830Z Checking futures-channel v0.3.32
24032026-08-20T02:59:02.840Z Checking icu_provider v2.1.1
24042026-08-20T02:59:02.890Z Checking futures-task v0.3.32
24052026-08-20T02:59:02.904Z Checking getrandom v0.4.3
24062026-08-20T02:59:02.927Z Checking zeroize v1.9.0
24072026-08-20T02:59:03.019Z Checking bytes v1.11.1
24082026-08-20T02:59:03.031Z Checking futures-io v0.3.32
24092026-08-20T02:59:03.048Z Checking slab v0.4.12
24102026-08-20T02:59:03.068Z Checking icu_normalizer v2.1.1
24112026-08-20T02:59:03.082Z Checking generic-array v0.14.7
24122026-08-20T02:59:03.139Z Checking icu_properties v2.1.2
24132026-08-20T02:59:03.199Z Checking utf8_iter v1.0.4
24142026-08-20T02:59:03.235Z Checking indexmap v2.14.0
24152026-08-20T02:59:03.239Z Checking futures-util v0.3.32
24162026-08-20T02:59:03.321Z Checking rustix v1.1.4
24172026-08-20T02:59:03.371Z Checking form_urlencoded v1.2.2
24182026-08-20T02:59:03.446Z Checking tokio v1.52.1
24192026-08-20T02:59:03.488Z Checking base64ct v1.8.3
24202026-08-20T02:59:03.536Z Checking block-buffer v0.10.4
24212026-08-20T02:59:03.682Z Checking crypto-common v0.1.7
24222026-08-20T02:59:03.724Z Checking fnv v1.0.7
24232026-08-20T02:59:03.804Z Checking pem-rfc7468 v0.7.0
24242026-08-20T02:59:03.816Z Checking digest v0.10.7
24252026-08-20T02:59:03.828Z Checking iana-time-zone v0.1.65
24262026-08-20T02:59:03.939Z Checking flagset v0.4.7
24272026-08-20T02:59:03.959Z Checking chrono v0.4.45
24282026-08-20T02:59:03.976Z Checking idna_adapter v1.2.1
24292026-08-20T02:59:04.008Z Checking ppv-lite86 v0.2.21
24302026-08-20T02:59:04.025Z Checking uuid v1.23.4
24312026-08-20T02:59:04.051Z Checking der v0.7.10
24322026-08-20T02:59:04.084Z Checking idna v1.1.0
24332026-08-20T02:59:04.215Z Checking rand_core v0.9.5
24342026-08-20T02:59:04.309Z Checking base64 v0.22.1
24352026-08-20T02:59:04.325Z Checking regex-syntax v0.8.10
24362026-08-20T02:59:04.337Z Checking url v2.5.8
24372026-08-20T02:59:04.345Z Checking http v1.4.2
24382026-08-20T02:59:04.533Z Checking rand_chacha v0.9.0
24392026-08-20T02:59:04.753Z Checking tracing-core v0.1.36
24402026-08-20T02:59:04.761Z Checking dyn-clone v1.0.20
24412026-08-20T02:59:04.779Z Checking spki v0.7.3
24422026-08-20T02:59:04.799Z Checking simd-adler32 v0.3.8
24432026-08-20T02:59:04.864Z Checking cpufeatures v0.2.17
24442026-08-20T02:59:04.902Z Checking http-body v1.0.1
24452026-08-20T02:59:04.932Z Checking rand v0.9.2
24462026-08-20T02:59:04.945Z Checking pkcs8 v0.10.2
24472026-08-20T02:59:04.972Z Checking rustls-pki-types v1.14.0
24482026-08-20T02:59:05.032Z Checking semver v1.0.28
24492026-08-20T02:59:05.045Z Checking tracing v0.1.44
24502026-08-20T02:59:05.098Z Checking spin v0.9.8
24512026-08-20T02:59:05.168Z Checking adler2 v2.0.1
24522026-08-20T02:59:05.244Z Checking cmov v0.5.4
24532026-08-20T02:59:05.244Z Checking openssl-probe v0.2.1
24542026-08-20T02:59:05.274Z Checking tinyvec_macros v0.1.1
24552026-08-20T02:59:05.281Z Checking utf8parse v0.2.2
24562026-08-20T02:59:05.281Z Checking anstyle v1.0.14
24572026-08-20T02:59:05.326Z Checking tinyvec v1.10.0
24582026-08-20T02:59:05.349Z Checking miniz_oxide v0.8.9
24592026-08-20T02:59:05.369Z Checking anstyle-parse v1.0.0
24602026-08-20T02:59:05.405Z Checking schemars v0.8.22
24612026-08-20T02:59:05.421Z Checking ctutils v0.4.2
24622026-08-20T02:59:05.459Z Checking sha2 v0.10.9
24632026-08-20T02:59:05.517Z Checking terminal_size v0.4.3
24642026-08-20T02:59:05.608Z Checking aws-lc-sys v0.40.0
24652026-08-20T02:59:05.625Z Checking thiserror v2.0.18
24662026-08-20T02:59:05.640Z Checking tower-layer v0.3.3
24672026-08-20T02:59:05.640Z Checking tower-service v0.3.3
24682026-08-20T02:59:05.695Z Checking atomic-waker v1.1.2
24692026-08-20T02:59:05.723Z Checking anstyle-query v1.1.5
24702026-08-20T02:59:05.738Z Checking fastrand v2.3.0
24712026-08-20T02:59:05.742Z Checking untrusted v0.7.1
24722026-08-20T02:59:06.123Z Checking is_terminal_polyfill v1.70.2
24732026-08-20T02:59:06.170Z Checking colorchoice v1.0.4
24742026-08-20T02:59:06.170Z Checking try-lock v0.2.5
24752026-08-20T02:59:06.170Z Checking hybrid-array v0.4.13
24762026-08-20T02:59:06.170Z Checking ipnet v2.12.0
24772026-08-20T02:59:06.170Z Checking anstream v1.0.0
24782026-08-20T02:59:06.170Z Checking want v0.3.1
24792026-08-20T02:59:06.170Z Checking tempfile v3.27.0
24802026-08-20T02:59:06.170Z Checking crc32fast v1.5.0
24812026-08-20T02:59:06.170Z Checking httparse v1.10.1
24822026-08-20T02:59:06.170Z Checking aho-corasick v1.1.4
24832026-08-20T02:59:06.227Z Checking aws-lc-rs v1.16.3
24842026-08-20T02:59:06.227Z Checking foreign-types-shared v0.1.1
24852026-08-20T02:59:06.227Z Checking untrusted v0.9.0
24862026-08-20T02:59:06.264Z Checking tap v1.0.1
24872026-08-20T02:59:06.264Z Checking httpdate v1.0.3
24882026-08-20T02:59:06.280Z Checking plain v0.2.3
24892026-08-20T02:59:06.295Z Checking foreign-types v0.3.2
24902026-08-20T02:59:06.313Z Checking wyz v0.5.1
24912026-08-20T02:59:06.350Z Checking unicode-normalization v0.1.25
24922026-08-20T02:59:06.365Z Checking rand_chacha v0.3.1
24932026-08-20T02:59:06.382Z Checking signature v2.2.0
24942026-08-20T02:59:06.466Z Checking radium v0.7.0
24952026-08-20T02:59:06.553Z Checking hex v0.4.3
24962026-08-20T02:59:06.574Z Checking num-integer v0.1.46
24972026-08-20T02:59:06.636Z Checking openssl-sys v0.9.117
24982026-08-20T02:59:06.642Z Checking wait-timeout v0.2.1
24992026-08-20T02:59:06.721Z Checking tokio-util v0.7.18
25002026-08-20T02:59:06.735Z Checking clap_lex v1.0.0
25012026-08-20T02:59:06.750Z Checking unicode-ident v1.0.24
25022026-08-20T02:59:06.755Z Checking ucd-trie v0.1.7
25032026-08-20T02:59:06.794Z Checking funty v2.0.0
25042026-08-20T02:59:06.798Z Checking regex-automata v0.4.14
25052026-08-20T02:59:06.854Z Checking strsim v0.11.1
25062026-08-20T02:59:06.883Z Checking quick-error v1.2.3
25072026-08-20T02:59:06.896Z Checking bit-vec v0.8.0
25082026-08-20T02:59:06.978Z Checking rustls-webpki v0.103.13
25092026-08-20T02:59:06.991Z Checking rusty-fork v0.3.1
25102026-08-20T02:59:07.003Z Checking openssl v0.10.80
25112026-08-20T02:59:07.015Z Checking clap_builder v4.6.0
25122026-08-20T02:59:07.083Z Checking bit-set v0.8.0
25132026-08-20T02:59:07.107Z Checking bitvec v1.0.1
25142026-08-20T02:59:07.160Z Checking pest v2.8.6
25152026-08-20T02:59:07.230Z Checking proc-macro2 v1.0.106
25162026-08-20T02:59:07.334Z Checking h2 v0.4.15
25172026-08-20T02:59:07.385Z Checking rustls v0.23.41
25182026-08-20T02:59:07.575Z Checking num-iter v0.1.45
25192026-08-20T02:59:07.652Z Checking rand v0.8.6
25202026-08-20T02:59:08.190Z Checking lazy_static v1.5.0
25212026-08-20T02:59:08.209Z Checking rand_xorshift v0.4.0
25222026-08-20T02:59:08.219Z Checking hmac v0.12.1
25232026-08-20T02:59:08.247Z Checking thiserror v1.0.69
25242026-08-20T02:59:08.306Z Checking maybe-uninit v2.0.0
25252026-08-20T02:59:08.354Z Checking toml_datetime v0.6.11
25262026-08-20T02:59:08.358Z Checking serde_spanned v0.6.9
25272026-08-20T02:59:08.373Z Checking sync_wrapper v1.0.2
25282026-08-20T02:59:08.390Z Checking siphasher v1.0.2
25292026-08-20T02:59:08.472Z Checking nodrop v0.1.14
25302026-08-20T02:59:08.496Z Checking unarray v0.1.4
25312026-08-20T02:59:08.524Z Checking crc-catalog v2.4.0
25322026-08-20T02:59:08.550Z Checking powerfmt v0.2.0
25332026-08-20T02:59:08.559Z Checking pretty-hex v0.4.1
25342026-08-20T02:59:08.582Z Checking zlib-rs v0.6.2
25352026-08-20T02:59:08.596Z Checking proptest v1.11.0
25362026-08-20T02:59:08.608Z Checking crc v3.4.0
25372026-08-20T02:59:08.665Z Checking array-init v0.0.4
25382026-08-20T02:59:08.681Z Checking deranged v0.5.8
25392026-08-20T02:59:08.778Z Checking tower v0.5.3
25402026-08-20T02:59:08.956Z Checking packed_struct v0.10.1
25412026-08-20T02:59:09.004Z Checking native-tls v0.2.18
25422026-08-20T02:59:09.166Z Checking smallvec v0.6.14
25432026-08-20T02:59:09.181Z Checking num-bigint-dig v0.8.6
25442026-08-20T02:59:09.425Z Checking clap v4.6.1
25452026-08-20T02:59:09.451Z Checking quote v1.0.45
25462026-08-20T02:59:09.458Z Checking flate2 v1.1.9
25472026-08-20T02:59:09.607Z Checking ipnetwork v0.21.1
25482026-08-20T02:59:09.619Z Checking pkcs1 v0.7.5
25492026-08-20T02:59:09.629Z Checking http-body-util v0.1.3
25502026-08-20T02:59:09.762Z Checking crossbeam-utils v0.8.21
25512026-08-20T02:59:09.814Z Checking bitfield v0.19.4
25522026-08-20T02:59:09.826Z Checking zerocopy v0.6.6
25532026-08-20T02:59:09.848Z Checking bzip2-sys v0.1.13+1.0.8
25542026-08-20T02:59:09.930Z Checking ahash v0.8.12
25552026-08-20T02:59:09.976Z Checking scroll v0.13.0
25562026-08-20T02:59:09.994Z Checking env_filter v2.0.0
25572026-08-20T02:59:10.076Z Checking unicode-bidi v0.3.18
25582026-08-20T02:59:10.210Z Checking ryu v1.0.23
25592026-08-20T02:59:10.246Z Checking hyper v1.10.1
25602026-08-20T02:59:10.246Z Checking num_threads v0.1.7
25612026-08-20T02:59:10.246Z Checking hashbrown v0.12.3
25622026-08-20T02:59:10.246Z Checking gimli v0.32.3
25632026-08-20T02:59:10.246Z Checking base64 v0.21.7
25642026-08-20T02:59:10.247Z Checking winnow v0.5.40
25652026-08-20T02:59:10.270Z Checking iri-string v0.7.10
25662026-08-20T02:59:10.366Z Checking num-conv v0.2.0
25672026-08-20T02:59:10.384Z Checking unicode-properties v0.1.4
25682026-08-20T02:59:10.426Z Checking allocator-api2 v0.2.21
25692026-08-20T02:59:10.483Z Checking time-core v0.1.8
25702026-08-20T02:59:10.546Z Checking indexmap v1.9.3
25712026-08-20T02:59:10.564Z Checking stringprep v0.1.5
25722026-08-20T02:59:10.623Z Checking time v0.3.47
25732026-08-20T02:59:10.705Z Checking ron v0.8.1
25742026-08-20T02:59:10.719Z Checking newtype-uuid v1.3.2
25752026-08-20T02:59:10.867Z Checking serde_urlencoded v0.7.1
25762026-08-20T02:59:10.932Z Checking goblin v0.10.5
25772026-08-20T02:59:11.096Z Checking hyper-util v0.1.20
25782026-08-20T02:59:11.100Z Checking env_logger v0.11.11
25792026-08-20T02:59:11.226Z Checking hashbrown v0.13.2
25802026-08-20T02:59:11.245Z Checking tower-http v0.6.8
25812026-08-20T02:59:11.268Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-08-20T02:59:11.368Z Checking toml_edit v0.19.15
25832026-08-20T02:59:11.420Z Checking crossbeam-epoch v0.9.18
25842026-08-20T02:59:11.520Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-08-20T02:59:11.644Z Checking rsa v0.9.10
25862026-08-20T02:59:11.644Z Checking bzip2 v0.4.4
25872026-08-20T02:59:11.701Z Checking addr2line v0.25.1
25882026-08-20T02:59:11.763Z Checking oxnet v0.1.6
25892026-08-20T02:59:11.801Z Checking syn v2.0.117
25902026-08-20T02:59:11.956Z Checking serde-hex v0.1.0
25912026-08-20T02:59:12.020Z Checking tokio-native-tls v0.3.1
25922026-08-20T02:59:12.115Z Checking bstr v1.12.1
25932026-08-20T02:59:12.178Z Checking crypto-common v0.2.2
25942026-08-20T02:59:12.330Z Checking block-buffer v0.12.1
25952026-08-20T02:59:12.371Z Checking block-padding v0.4.2
25962026-08-20T02:59:12.502Z Checking rustls-native-certs v0.8.3
25972026-08-20T02:59:12.515Z Checking x509-cert v0.2.5
25982026-08-20T02:59:12.527Z Checking scroll v0.12.0
25992026-08-20T02:59:12.689Z Checking object v0.37.3
26002026-08-20T02:59:12.745Z Checking zstd-sys v2.0.16+zstd.1.5.7
26012026-08-20T02:59:12.789Z Checking md-5 v0.10.6
26022026-08-20T02:59:12.865Z Checking hash32 v0.2.1
26032026-08-20T02:59:12.945Z Checking encoding_rs v0.8.35
26042026-08-20T02:59:13.025Z Checking fallible-iterator v0.2.0
26052026-08-20T02:59:13.168Z Checking psl-types v2.0.11
26062026-08-20T02:59:13.229Z Checking either v1.15.0
26072026-08-20T02:59:13.271Z Checking mime v0.3.17
26082026-08-20T02:59:13.284Z Checking crc-any v2.5.0
26092026-08-20T02:59:13.419Z Checking rustc-demangle v0.1.27
26102026-08-20T02:59:13.442Z Checking postgres-protocol v0.6.10
26112026-08-20T02:59:13.445Z Checking publicsuffix v2.3.0
26122026-08-20T02:59:13.469Z Checking dof v0.4.0
26132026-08-20T02:59:13.608Z Checking heapless v0.7.17
26142026-08-20T02:59:13.636Z Checking zstd-safe v7.2.4
26152026-08-20T02:59:13.752Z Checking goblin v0.8.2
26162026-08-20T02:59:13.799Z Checking inout v0.2.2
26172026-08-20T02:59:13.872Z Checking toml v0.7.8
26182026-08-20T02:59:13.948Z Checking hyper-tls v0.6.0
26192026-08-20T02:59:14.020Z Checking daft v0.1.7
26202026-08-20T02:59:14.041Z Checking zip v0.6.6
26212026-08-20T02:59:14.092Z Checking cookie v0.18.1
26222026-08-20T02:59:14.118Z Checking object v0.30.4
26232026-08-20T02:59:14.185Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-08-20T02:59:14.261Z Checking tokio-rustls v0.26.4
26252026-08-20T02:59:14.331Z Checking phf_shared v0.13.1
26262026-08-20T02:59:14.340Z Checking dtrace-parser v0.3.0
26272026-08-20T02:59:14.420Z Checking pin-project v1.1.11
26282026-08-20T02:59:14.463Z Checking zerocopy v0.7.35
26292026-08-20T02:59:14.496Z Checking signal-hook v0.3.18
26302026-08-20T02:59:14.517Z Checking futures-executor v0.3.32
26312026-08-20T02:59:14.565Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-08-20T02:59:14.576Z Checking ff v0.13.1
26332026-08-20T02:59:14.703Z Checking thread-id v5.1.0
26342026-08-20T02:59:14.735Z Checking path-slash v0.1.5
26352026-08-20T02:59:14.735Z Checking smawk v0.3.2
26362026-08-20T02:59:14.746Z Checking is_ci v1.2.0
26372026-08-20T02:59:14.780Z Checking jiff-core v0.1.0
26382026-08-20T02:59:14.848Z Checking unicode-linebreak v0.1.5
26392026-08-20T02:59:14.856Z Checking same-file v1.0.6
26402026-08-20T02:59:15.023Z Checking backtrace v0.3.76
26412026-08-20T02:59:15.060Z Compiling rayon-core v1.13.0
26422026-08-20T02:59:15.060Z Checking bitflags v1.3.2
26432026-08-20T02:59:15.060Z Checking libbz2-rs-sys v0.2.2
26442026-08-20T02:59:15.086Z Checking bumpalo v3.20.2
26452026-08-20T02:59:15.147Z Checking unicode-width v0.2.0
26462026-08-20T02:59:15.248Z Checking foldhash v0.1.5
26472026-08-20T02:59:15.278Z Checking managed v0.8.0
26482026-08-20T02:59:15.378Z Checking foldhash v0.2.0
26492026-08-20T02:59:15.415Z Checking base16ct v0.2.0
26502026-08-20T02:59:15.442Z Checking bzip2 v0.6.1
26512026-08-20T02:59:15.442Z Checking smoltcp v0.9.1
26522026-08-20T02:59:15.452Z Checking jiff v0.2.34
26532026-08-20T02:59:15.506Z Checking hashbrown v0.15.5
26542026-08-20T02:59:15.516Z Checking sec1 v0.7.3
26552026-08-20T02:59:15.526Z Checking hashbrown v0.16.1
26562026-08-20T02:59:15.586Z Checking textwrap v0.16.2
26572026-08-20T02:59:15.753Z Checking dof v0.3.0
26582026-08-20T02:59:15.791Z Checking backtrace-ext v0.2.1
26592026-08-20T02:59:15.828Z Checking zopfli v0.8.3
26602026-08-20T02:59:15.849Z Checking walkdir v2.5.0
26612026-08-20T02:59:15.952Z Checking supports-color v3.0.2
26622026-08-20T02:59:16.020Z Checking usdt-impl v0.6.0
26632026-08-20T02:59:16.064Z Checking group v0.13.0
26642026-08-20T02:59:16.064Z Checking signal-hook-mio v0.2.5
26652026-08-20T02:59:16.064Z Checking futures v0.3.32
26662026-08-20T02:59:16.089Z Checking phf v0.13.1
26672026-08-20T02:59:16.134Z Checking hyper-rustls v0.27.7
26682026-08-20T02:59:16.175Z Checking snafu v0.8.9
26692026-08-20T02:59:16.175Z Checking cookie_store v0.22.1
26702026-08-20T02:59:16.175Z Checking reqwest v0.12.28
26712026-08-20T02:59:16.230Z Checking cipher v0.5.2
26722026-08-20T02:59:16.258Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-08-20T02:59:16.281Z Checking zstd v0.13.3
26742026-08-20T02:59:16.324Z Checking postgres-types v0.2.12
26752026-08-20T02:59:16.374Z Checking rustls-platform-verifier v0.6.2
26762026-08-20T02:59:16.468Z Checking globset v0.4.18
26772026-08-20T02:59:16.546Z Checking crossbeam-deque v0.8.6
26782026-08-20T02:59:16.546Z Checking regex v1.12.3
26792026-08-20T02:59:16.546Z Checking phf_shared v0.11.3
26802026-08-20T02:59:16.595Z Checking hkdf v0.12.4
26812026-08-20T02:59:16.626Z Checking dtrace-parser v0.2.0
26822026-08-20T02:59:16.636Z Checking olpc-cjson v0.1.4
26832026-08-20T02:59:16.641Z Checking ref-cast v1.0.25
26842026-08-20T02:59:16.684Z Checking curve25519-dalek v4.1.3
26852026-08-20T02:59:16.698Z Checking strum v0.27.2
26862026-08-20T02:59:16.753Z Checking byte-wrapper v0.1.0
26872026-08-20T02:59:16.777Z Checking hubpack v0.1.2
26882026-08-20T02:59:16.777Z Checking ed25519 v2.2.3
26892026-08-20T02:59:16.800Z Checking memoffset v0.9.1
26902026-08-20T02:59:16.859Z Checking rustix v0.38.44
26912026-08-20T02:59:16.895Z Checking owo-colors v4.3.0
26922026-08-20T02:59:17.011Z Checking pem v3.0.6
26932026-08-20T02:59:17.023Z Checking crypto-bigint v0.5.5
26942026-08-20T02:59:17.023Z Checking serde-big-array v0.5.1
26952026-08-20T02:59:17.023Z Checking erased-serde v0.3.31
26962026-08-20T02:59:17.063Z Checking serde_plain v1.0.2
26972026-08-20T02:59:17.071Z Checking float-cmp v0.10.0
26982026-08-20T02:59:17.223Z Checking memmap2 v0.9.10
26992026-08-20T02:59:17.235Z Checking thread-id v4.2.2
27002026-08-20T02:59:17.280Z Checking data-encoding v2.10.0
27012026-08-20T02:59:17.323Z Checking unicode-segmentation v1.12.0
27022026-08-20T02:59:17.350Z Checking supports-unicode v3.0.0
27032026-08-20T02:59:17.376Z Checking winnow v0.7.14
27042026-08-20T02:59:17.431Z Checking static_assertions v1.1.0
27052026-08-20T02:59:17.447Z Checking difflib v0.4.0
27062026-08-20T02:59:17.465Z Checking precomputed-hash v0.1.1
27072026-08-20T02:59:17.498Z Checking keccak v0.1.6
27082026-08-20T02:59:17.537Z Checking predicates-core v1.0.10
27092026-08-20T02:59:17.550Z Checking typed-path v0.9.3
27102026-08-20T02:59:17.621Z Checking unicode-width v0.1.14
27112026-08-20T02:59:17.634Z Checking fixedbitset v0.5.7
27122026-08-20T02:59:17.640Z Checking const-oid v0.10.2
27132026-08-20T02:59:17.659Z Checking toml_write v0.1.2
27142026-08-20T02:59:17.679Z Checking whoami v2.1.0
27152026-08-20T02:59:17.800Z Checking cpufeatures v0.3.0
27162026-08-20T02:59:17.822Z Checking winnow v1.0.3
27172026-08-20T02:59:17.831Z Checking fixedbitset v0.4.2
27182026-08-20T02:59:17.843Z Checking supports-hyperlinks v3.2.0
27192026-08-20T02:59:17.859Z Checking normalize-line-endings v0.3.0
27202026-08-20T02:59:17.866Z Checking new_debug_unreachable v1.0.6
27212026-08-20T02:59:17.870Z Checking chacha20 v0.10.0
27222026-08-20T02:59:17.937Z Checking string_cache v0.8.9
27232026-08-20T02:59:17.946Z Checking predicates v3.1.4
27242026-08-20T02:59:17.949Z Checking miette v7.6.0
27252026-08-20T02:59:17.970Z Checking petgraph v0.6.5
27262026-08-20T02:59:18.101Z Checking tokio-postgres v0.7.16
27272026-08-20T02:59:18.136Z Checking elliptic-curve v0.13.8
27282026-08-20T02:59:18.310Z Checking petgraph v0.8.3
27292026-08-20T02:59:18.335Z Checking tough v0.22.0
27302026-08-20T02:59:18.452Z Checking digest v0.11.3
27312026-08-20T02:59:18.466Z Checking sha3 v0.10.8
27322026-08-20T02:59:18.548Z Checking toml_edit v0.22.27
27332026-08-20T02:59:18.637Z Checking crossterm v0.28.1
27342026-08-20T02:59:18.653Z Checking toml_parser v1.1.2+spec-1.1.0
27352026-08-20T02:59:18.667Z Checking similar v2.7.0
27362026-08-20T02:59:18.969Z Checking hickory-proto v0.25.2
27372026-08-20T02:59:19.058Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27382026-08-20T02:59:19.206Z Checking ed25519-dalek v2.2.0
27392026-08-20T02:59:19.321Z Checking zip v4.6.1
27402026-08-20T02:59:19.377Z Checking usdt v0.6.0
27412026-08-20T02:59:19.502Z Checking slog v2.8.2
27422026-08-20T02:59:19.539Z Checking usdt-impl v0.5.0
27432026-08-20T02:59:19.622Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27442026-08-20T02:59:19.707Z Checking nix v0.31.2
27452026-08-20T02:59:19.815Z Checking iddqd v0.4.2
27462026-08-20T02:59:19.896Z Checking reqwest v0.13.2
27472026-08-20T02:59:20.166Z Checking itertools v0.13.0
27482026-08-20T02:59:20.217Z Checking itertools v0.15.0
27492026-08-20T02:59:20.324Z Checking strum v0.26.3
27502026-08-20T02:59:20.462Z Checking serde_with v3.21.0
27512026-08-20T02:59:20.730Z Checking fs-err v3.3.0
27522026-08-20T02:59:20.771Z Checking tokio-stream v0.1.18
27532026-08-20T02:59:20.914Z Checking buf-list v1.1.2
27542026-08-20T02:59:21.021Z Checking camino v1.2.5
27552026-08-20T02:59:21.103Z Checking anyhow v1.0.104
27562026-08-20T02:59:21.119Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-08-20T02:59:21.176Z Checking openapiv3 v2.2.0
27582026-08-20T02:59:21.270Z Checking peg-runtime v0.8.5
27592026-08-20T02:59:21.273Z Checking lalrpop-util v0.19.12
27602026-08-20T02:59:21.299Z Checking rayon v1.11.0
27612026-08-20T02:59:21.313Z Checking sigpipe v0.1.3
27622026-08-20T02:59:21.379Z Checking glob v0.3.3
27632026-08-20T02:59:22.324Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27642026-08-20T02:59:22.597Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27652026-08-20T02:59:22.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.52s
27662026-08-20T02:59:23.028Z
27672026-08-20T02:59:23.028Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27682026-08-20T02:59:23.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-20T02:59:23.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-20T02:59:23.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-20T02:59:23.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27722026-08-20T02:59:23.588Z
27732026-08-20T02:59:23.588Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27742026-08-20T02:59:24.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-20T02:59:24.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-20T02:59:24.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-20T02:59:24.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-20T02:59:24.153Z
27792026-08-20T02:59:24.153Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27802026-08-20T02:59:24.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-20T02:59:24.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-20T02:59:24.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-20T02:59:24.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27842026-08-20T02:59:24.729Z
27852026-08-20T02:59:24.730Zinfo: running `cargo check --bins` on oxql-types (83/337)
27862026-08-20T02:59:25.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-20T02:59:25.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-20T02:59:25.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-20T02:59:25.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27902026-08-20T02:59:25.293Z
27912026-08-20T02:59:25.293Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27922026-08-20T02:59:25.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-20T02:59:25.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-20T02:59:25.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-20T02:59:25.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-20T02:59:25.856Z
27972026-08-20T02:59:25.856Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
27982026-08-20T02:59:26.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-20T02:59:26.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-20T02:59:26.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-20T02:59:26.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28022026-08-20T02:59:26.430Z
28032026-08-20T02:59:26.430Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28042026-08-20T02:59:26.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-20T02:59:26.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-20T02:59:26.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-20T02:59:26.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28082026-08-20T02:59:26.972Z
28092026-08-20T02:59:26.972Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28102026-08-20T02:59:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-20T02:59:27.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-20T02:59:27.664Z Compiling multer v3.1.0
28132026-08-20T02:59:27.777Z Compiling async-stream-impl v0.3.6
28142026-08-20T02:59:27.788Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28152026-08-20T02:59:27.788Z Compiling dropshot v0.17.1
28162026-08-20T02:59:27.788Z Compiling parse-display-derive v0.10.0
28172026-08-20T02:59:27.800Z Compiling newtype-uuid-macros v0.1.0
28182026-08-20T02:59:27.800Z Compiling dropshot_endpoint v0.17.1
28192026-08-20T02:59:27.819Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28202026-08-20T02:59:28.058Z Checking thread_local v1.1.9
28212026-08-20T02:59:28.089Z Checking match_cfg v0.1.0
28222026-08-20T02:59:28.089Z Checking compression-core v0.4.31
28232026-08-20T02:59:28.221Z Checking hostname v0.3.1
28242026-08-20T02:59:28.243Z Checking crossbeam-channel v0.5.15
28252026-08-20T02:59:28.243Z Checking compression-codecs v0.4.37
28262026-08-20T02:59:28.243Z Checking atomicwrites v0.4.4
28272026-08-20T02:59:28.243Z Checking slog-json v2.6.1
28282026-08-20T02:59:28.326Z Checking serde_spanned v1.1.1
28292026-08-20T02:59:28.375Z Checking toml_datetime v1.1.1+spec-1.1.0
28302026-08-20T02:59:28.375Z Checking is-terminal v0.4.17
28312026-08-20T02:59:28.388Z Checking take_mut v0.2.2
28322026-08-20T02:59:28.436Z Checking toml_writer v1.1.1+spec-1.1.0
28332026-08-20T02:59:28.450Z Checking term v1.2.1
28342026-08-20T02:59:28.479Z Checking debug-ignore v1.0.5
28352026-08-20T02:59:28.503Z Checking slog-async v2.8.0
28362026-08-20T02:59:28.527Z Checking slog-bunyan v2.5.0
28372026-08-20T02:59:28.543Z Checking async-compression v0.4.41
28382026-08-20T02:59:28.573Z Checking async-stream v0.3.6
28392026-08-20T02:59:28.612Z Checking toml v1.1.2+spec-1.1.0
28402026-08-20T02:59:28.638Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28412026-08-20T02:59:28.665Z Checking slog-term v2.9.2
28422026-08-20T02:59:28.677Z Checking progenitor-client v0.14.0
28432026-08-20T02:59:28.699Z Checking sha1 v0.11.0
28442026-08-20T02:59:28.791Z Checking waitgroup v0.1.2
28452026-08-20T02:59:28.885Z Checking rustls-pemfile v2.2.0
28462026-08-20T02:59:28.890Z Checking backon v1.6.0
28472026-08-20T02:59:28.910Z Checking serde_path_to_error v0.1.20
28482026-08-20T02:59:28.926Z Checking hostname v0.4.2
28492026-08-20T02:59:28.963Z Checking instant v0.1.13
28502026-08-20T02:59:29.045Z Checking backoff v0.4.0
28512026-08-20T02:59:29.059Z Checking progenitor-extras v0.2.0
28522026-08-20T02:59:29.181Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28532026-08-20T02:59:29.198Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28542026-08-20T02:59:29.219Z Checking regress v0.10.5
28552026-08-20T02:59:29.231Z Checking itertools v0.14.0
28562026-08-20T02:59:29.394Z Checking macaddr v1.0.1
28572026-08-20T02:59:29.440Z Checking parse-display v0.10.0
28582026-08-20T02:59:29.568Z Checking humantime v2.3.0
28592026-08-20T02:59:30.306Z Compiling prettyplease v0.2.37
28602026-08-20T02:59:30.619Z Checking num-rational v0.4.2
28612026-08-20T02:59:31.079Z Checking num-complex v0.4.6
28622026-08-20T02:59:31.379Z Compiling num v0.4.3
28632026-08-20T02:59:31.497Z Compiling usdt-attr-macro v0.5.0
28642026-08-20T02:59:31.498Z Compiling usdt-macro v0.5.0
28652026-08-20T02:59:31.512Z Checking memmap v0.7.0
28662026-08-20T02:59:31.549Z Compiling float-ord v0.3.2
28672026-08-20T02:59:31.609Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-08-20T02:59:31.652Z Compiling convert_case v0.4.0
28692026-08-20T02:59:32.013Z Compiling derive_more v0.99.20
28702026-08-20T02:59:32.052Z Checking newline-converter v0.3.0
28712026-08-20T02:59:32.184Z Checking console v0.15.11
28722026-08-20T02:59:32.217Z Compiling toml v0.8.23
28732026-08-20T02:59:32.244Z Checking usdt v0.5.0
28742026-08-20T02:59:32.387Z Checking linked-hash-map v0.5.6
28752026-08-20T02:59:32.451Z Compiling minimal-lexical v0.2.1
28762026-08-20T02:59:32.554Z Checking lru-cache v0.1.2
28772026-08-20T02:59:32.753Z Compiling nom v7.1.3
28782026-08-20T02:59:32.779Z Checking expectorate v1.2.0
28792026-08-20T02:59:32.863Z Checking camino-tempfile v1.4.1
28802026-08-20T02:59:33.007Z Checking hickory-proto v0.24.4
28812026-08-20T02:59:33.139Z Checking phf_shared v0.12.1
28822026-08-20T02:59:33.278Z Compiling slog-dtrace v0.3.0
28832026-08-20T02:59:33.306Z Compiling unicode-xid v0.2.6
28842026-08-20T02:59:33.471Z Checking heck v0.5.0
28852026-08-20T02:59:33.599Z Compiling chrono-tz v0.10.4
28862026-08-20T02:59:33.719Z Checking resolv-conf v0.7.6
28872026-08-20T02:59:33.835Z Compiling const_format_proc_macros v0.2.34
28882026-08-20T02:59:33.907Z Checking phf v0.12.1
28892026-08-20T02:59:33.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28902026-08-20T02:59:34.052Z Checking tokio-dtrace v0.1.1
28912026-08-20T02:59:34.241Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28922026-08-20T02:59:34.324Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-08-20T02:59:34.461Z Compiling derive-where v1.6.0
28942026-08-20T02:59:34.545Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28952026-08-20T02:59:34.825Z Checking highway v1.3.0
28962026-08-20T02:59:34.859Z Checking hickory-resolver v0.24.4
28972026-08-20T02:59:34.992Z Checking const_format v0.2.35
28982026-08-20T02:59:35.223Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28992026-08-20T02:59:35.604Z Checking oxide-tokio-rt v0.1.4
29002026-08-20T02:59:35.747Z Checking qorb v0.4.1
29012026-08-20T02:59:35.950Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022026-08-20T02:59:35.966Z Checking gethostname v0.5.0
29032026-08-20T02:59:36.049Z Checking bcs v0.1.6
29042026-08-20T02:59:36.059Z Checking termtree v0.5.1
29052026-08-20T02:59:36.094Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29062026-08-20T02:59:36.163Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29072026-08-20T02:59:36.163Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29082026-08-20T02:59:39.179Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29092026-08-20T02:59:42.253Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29102026-08-20T02:59:44.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s
29112026-08-20T02:59:44.630Z
29122026-08-20T02:59:44.630Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29132026-08-20T02:59:45.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-20T02:59:45.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-20T02:59:45.304Z Compiling ar_archive_writer v0.5.1
29162026-08-20T02:59:45.412Z Compiling stacker v0.1.23
29172026-08-20T02:59:45.419Z Compiling cfg_aliases v0.1.1
29182026-08-20T02:59:45.427Z Compiling convert_case v0.10.0
29192026-08-20T02:59:45.440Z Compiling proc-macro-error v1.0.4
29202026-08-20T02:59:45.448Z Checking fd-lock v4.0.4
29212026-08-20T02:59:45.449Z Checking nibble_vec v0.1.0
29222026-08-20T02:59:45.449Z Checking vte v0.14.1
29232026-08-20T02:59:45.471Z Compiling nix v0.28.0
29242026-08-20T02:59:45.556Z Compiling recursive-proc-macro-impl v0.1.1
29252026-08-20T02:59:45.567Z Checking bytecount v0.6.9
29262026-08-20T02:59:45.597Z Checking endian-type v0.1.2
29272026-08-20T02:59:45.661Z Checking papergrid v0.11.0
29282026-08-20T02:59:45.661Z Checking strip-ansi-escapes v0.2.1
29292026-08-20T02:59:45.726Z Checking radix_trie v0.2.1
29302026-08-20T02:59:45.730Z Compiling derive_more-impl v2.1.1
29312026-08-20T02:59:45.730Z Compiling tabled_derive v0.7.0
29322026-08-20T02:59:45.848Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-20T02:59:45.957Z Compiling peg-macros v0.8.5
29342026-08-20T02:59:45.979Z Compiling sqlparser_derive v0.5.0
29352026-08-20T02:59:46.270Z Compiling psm v0.1.30
29362026-08-20T02:59:46.310Z Checking winnow v0.6.26
29372026-08-20T02:59:46.364Z Checking home v0.5.12
29382026-08-20T02:59:46.467Z Checking nu-ansi-term v0.50.3
29392026-08-20T02:59:46.569Z Checking derive_more v2.1.1
29402026-08-20T02:59:46.647Z Checking unicode_categories v0.1.1
29412026-08-20T02:59:46.672Z Checking reedline v0.40.0
29422026-08-20T02:59:46.741Z Checking crossterm v0.29.0
29432026-08-20T02:59:46.782Z Checking tabled v0.15.0
29442026-08-20T02:59:46.836Z Checking rustyline v14.0.0
29452026-08-20T02:59:46.938Z Checking display-error-chain v0.2.2
29462026-08-20T02:59:47.042Z Checking recursive v0.1.1
29472026-08-20T02:59:47.189Z Checking sqlparser v0.61.0
29482026-08-20T02:59:47.270Z Checking peg v0.8.5
29492026-08-20T02:59:47.468Z Checking sqlformat v0.3.5
29502026-08-20T02:59:58.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
29512026-08-20T02:59:58.532Z
29522026-08-20T02:59:58.532Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29532026-08-20T02:59:59.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-20T02:59:59.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-20T02:59:59.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-20T03:00:02.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29572026-08-20T03:00:02.860Z
29582026-08-20T03:00:02.860Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29592026-08-20T03:00:03.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-20T03:00:03.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-20T03:00:03.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-20T03:00:06.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29632026-08-20T03:00:06.255Z
29642026-08-20T03:00:06.255Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29652026-08-20T03:00:06.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-20T03:00:06.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-20T03:00:06.906Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-20T03:00:10.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29692026-08-20T03:00:10.408Z
29702026-08-20T03:00:10.408Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29712026-08-20T03:00:10.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-20T03:00:10.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-20T03:00:11.082Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-20T03:00:14.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29752026-08-20T03:00:14.604Z
29762026-08-20T03:00:14.604Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29772026-08-20T03:00:15.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-20T03:00:15.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-20T03:00:15.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-20T03:00:17.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29812026-08-20T03:00:18.096Z
29822026-08-20T03:00:18.097Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29832026-08-20T03:00:18.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-20T03:00:18.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-20T03:00:18.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-20T03:00:21.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29872026-08-20T03:00:21.644Z
29882026-08-20T03:00:21.645Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29892026-08-20T03:00:22.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-20T03:00:22.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-20T03:00:22.308Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-20T03:00:25.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29932026-08-20T03:00:26.014Z
29942026-08-20T03:00:26.014Zinfo: running `cargo check --bins` on oximeter (96/337)
29952026-08-20T03:00:26.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-20T03:00:26.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-20T03:00:26.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-20T03:00:26.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29992026-08-20T03:00:26.573Z
30002026-08-20T03:00:26.573Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30012026-08-20T03:00:27.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-20T03:00:27.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-20T03:00:27.201Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30042026-08-20T03:00:27.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30052026-08-20T03:00:27.747Z
30062026-08-20T03:00:27.747Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30072026-08-20T03:00:28.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-20T03:00:28.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-20T03:00:28.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-20T03:00:28.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30112026-08-20T03:00:28.309Z
30122026-08-20T03:00:28.309Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30132026-08-20T03:00:28.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-20T03:00:28.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-20T03:00:28.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-20T03:00:28.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30172026-08-20T03:00:28.913Z
30182026-08-20T03:00:28.913Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30192026-08-20T03:00:29.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-20T03:00:29.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-20T03:00:29.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-20T03:00:29.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30232026-08-20T03:00:29.485Z
30242026-08-20T03:00:29.485Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30252026-08-20T03:00:29.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-20T03:00:29.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-20T03:00:29.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-20T03:00:29.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-20T03:00:30.060Z
30302026-08-20T03:00:30.060Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30312026-08-20T03:00:30.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-20T03:00:30.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-20T03:00:30.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-20T03:00:30.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-20T03:00:30.629Z
30362026-08-20T03:00:30.629Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30372026-08-20T03:00:31.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-20T03:00:31.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-20T03:00:31.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-20T03:00:31.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-20T03:00:31.200Z
30422026-08-20T03:00:31.201Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30432026-08-20T03:00:31.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-20T03:00:31.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-20T03:00:31.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-20T03:00:31.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-20T03:00:31.832Z
30482026-08-20T03:00:31.832Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30492026-08-20T03:00:32.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-20T03:00:32.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-20T03:00:32.595Z Compiling crucible-workspace-hack v0.1.0
30522026-08-20T03:00:32.596Z Compiling regress v0.11.1
30532026-08-20T03:00:32.598Z Checking secrecy v0.10.3
30542026-08-20T03:00:32.598Z Checking half v2.7.1
30552026-08-20T03:00:32.598Z Checking ciborium-io v0.2.2
30562026-08-20T03:00:32.598Z Checking inout v0.1.4
30572026-08-20T03:00:32.598Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30582026-08-20T03:00:32.730Z Checking universal-hash v0.5.1
30592026-08-20T03:00:32.833Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-20T03:00:32.849Z Checking cipher v0.4.4
30612026-08-20T03:00:32.863Z Compiling thiserror-impl-no-std v2.0.2
30622026-08-20T03:00:32.889Z Checking opaque-debug v0.3.1
30632026-08-20T03:00:32.972Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-08-20T03:00:33.000Z Checking poly1305 v0.8.0
30652026-08-20T03:00:33.014Z Checking ciborium-ll v0.2.2
30662026-08-20T03:00:33.028Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30672026-08-20T03:00:33.044Z Checking chacha20 v0.9.1
30682026-08-20T03:00:33.182Z Checking ciborium v0.2.2
30692026-08-20T03:00:33.237Z Checking password-hash v0.5.0
30702026-08-20T03:00:33.256Z Checking blake2 v0.10.6
30712026-08-20T03:00:33.267Z Checking aead v0.5.2
30722026-08-20T03:00:33.488Z Compiling toml_datetime v0.7.5+spec-1.1.0
30732026-08-20T03:00:33.501Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30742026-08-20T03:00:33.501Z Checking indent_write v2.2.0
30752026-08-20T03:00:33.502Z Checking argon2 v0.5.3
30762026-08-20T03:00:33.586Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-08-20T03:00:33.602Z Checking chacha20poly1305 v0.10.1
30782026-08-20T03:00:33.654Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30792026-08-20T03:00:33.732Z Compiling unsafe-libyaml v0.2.11
30802026-08-20T03:00:33.834Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-08-20T03:00:34.036Z Checking thiserror-no-std v2.0.2
30822026-08-20T03:00:34.057Z Compiling heapless v0.8.0
30832026-08-20T03:00:34.125Z Checking vsss-rs v3.3.4
30842026-08-20T03:00:34.271Z Compiling serde_yaml v0.9.34+deprecated
30852026-08-20T03:00:34.336Z Compiling typify-impl v0.6.2
30862026-08-20T03:00:34.480Z Compiling proc-macro-crate v3.4.0
30872026-08-20T03:00:34.799Z Compiling ingot-macros v0.2.0
30882026-08-20T03:00:35.012Z Compiling num_enum_derive v0.7.6
30892026-08-20T03:00:35.093Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-20T03:00:35.197Z Checking hash32 v0.3.1
30912026-08-20T03:00:35.218Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30922026-08-20T03:00:35.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-08-20T03:00:35.624Z Compiling smoltcp v0.11.0
30942026-08-20T03:00:35.684Z Checking tabwriter v1.4.1
30952026-08-20T03:00:35.852Z Checking cobs v0.3.0
30962026-08-20T03:00:35.900Z Checking swrite v0.1.0
30972026-08-20T03:00:35.935Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30982026-08-20T03:00:35.994Z Compiling proc-macro-crate v1.3.1
30992026-08-20T03:00:36.011Z Checking postcard v1.1.3
31002026-08-20T03:00:36.068Z Checking num_enum v0.7.6
31012026-08-20T03:00:36.138Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31022026-08-20T03:00:36.186Z Compiling foreign-types-macros v0.2.3
31032026-08-20T03:00:36.309Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31042026-08-20T03:00:36.353Z Checking colored v3.1.1
31052026-08-20T03:00:36.369Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31062026-08-20T03:00:36.411Z Checking foreign-types-shared v0.3.1
31072026-08-20T03:00:36.513Z Compiling num_enum_derive v0.5.11
31082026-08-20T03:00:36.652Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-08-20T03:00:36.673Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-20T03:00:36.777Z Checking foreign-types v0.5.0
31112026-08-20T03:00:36.860Z Checking cstr-argument v0.1.2
31122026-08-20T03:00:36.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31132026-08-20T03:00:37.085Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-08-20T03:00:37.119Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-08-20T03:00:37.192Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31162026-08-20T03:00:37.205Z Checking rand v0.10.1
31172026-08-20T03:00:37.241Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-08-20T03:00:37.287Z Compiling zone_cfg_derive v0.3.1
31192026-08-20T03:00:37.358Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-08-20T03:00:37.480Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31212026-08-20T03:00:37.525Z Checking num_enum v0.5.11
31222026-08-20T03:00:37.564Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31232026-08-20T03:00:37.615Z Checking ingot-types v0.2.0
31242026-08-20T03:00:37.638Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31252026-08-20T03:00:37.735Z Checking itertools v0.12.1
31262026-08-20T03:00:37.817Z Compiling num-derive v0.4.2
31272026-08-20T03:00:37.941Z Compiling semver v0.1.20
31282026-08-20T03:00:37.982Z Checking ingot v0.2.1
31292026-08-20T03:00:38.234Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-08-20T03:00:38.445Z Compiling rustc_version v0.1.7
31312026-08-20T03:00:38.672Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31322026-08-20T03:00:38.689Z Checking smf v0.2.3
31332026-08-20T03:00:38.734Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31342026-08-20T03:00:38.754Z Checking zone v0.3.1
31352026-08-20T03:00:38.832Z Checking csv-core v0.1.13
31362026-08-20T03:00:38.859Z Compiling typify-macro v0.6.2
31372026-08-20T03:00:38.923Z Checking nom v8.0.0
31382026-08-20T03:00:38.958Z Checking whoami v1.6.1
31392026-08-20T03:00:39.006Z Checking csv v1.4.0
31402026-08-20T03:00:39.028Z Compiling newtype_derive v0.1.6
31412026-08-20T03:00:39.110Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31422026-08-20T03:00:39.130Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31432026-08-20T03:00:39.215Z Compiling cancel-safe-futures v0.1.5
31442026-08-20T03:00:39.295Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31452026-08-20T03:00:39.364Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31462026-08-20T03:00:39.381Z Compiling libefi-sys v0.1.0
31472026-08-20T03:00:39.578Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31482026-08-20T03:00:39.675Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31492026-08-20T03:00:39.688Z Checking oxide-update-engine-types v0.1.2
31502026-08-20T03:00:39.706Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31512026-08-20T03:00:39.787Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-08-20T03:00:39.892Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31532026-08-20T03:00:39.969Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31542026-08-20T03:00:40.132Z Compiling bitfield-struct v0.6.2
31552026-08-20T03:00:40.217Z Checking linear-map v1.2.0
31562026-08-20T03:00:40.392Z Checking steno v0.4.1
31572026-08-20T03:00:40.554Z Checking oxide-update-engine v0.1.2
31582026-08-20T03:00:40.577Z Compiling typify v0.6.2
31592026-08-20T03:00:40.663Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31602026-08-20T03:00:40.690Z Compiling progenitor-impl v0.14.0
31612026-08-20T03:00:40.758Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31622026-08-20T03:00:40.870Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31632026-08-20T03:00:41.052Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31642026-08-20T03:00:41.068Z Checking sha1 v0.10.6
31652026-08-20T03:00:41.220Z Checking utf-8 v0.7.6
31662026-08-20T03:00:41.242Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31672026-08-20T03:00:41.324Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-20T03:00:41.361Z Checking tungstenite v0.21.0
31692026-08-20T03:00:41.461Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31702026-08-20T03:00:41.567Z Checking ignore v0.4.25
31712026-08-20T03:00:41.617Z Checking anstyle-parse v0.2.7
31722026-08-20T03:00:41.690Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-08-20T03:00:41.736Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31742026-08-20T03:00:41.775Z Compiling xshell-macros v0.2.7
31752026-08-20T03:00:41.804Z Checking tokio-tungstenite v0.21.0
31762026-08-20T03:00:41.895Z Checking anstream v0.6.21
31772026-08-20T03:00:41.951Z Checking predicates-tree v1.0.13
31782026-08-20T03:00:41.981Z Checking globwalk v0.9.1
31792026-08-20T03:00:42.067Z Checking filetime v0.2.27
31802026-08-20T03:00:42.100Z Checking xattr v1.6.1
31812026-08-20T03:00:42.116Z Checking tagptr v0.2.0
31822026-08-20T03:00:42.160Z Checking xshell v0.2.7
31832026-08-20T03:00:42.163Z Checking camino-tempfile-ext v0.3.3
31842026-08-20T03:00:42.206Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31852026-08-20T03:00:42.231Z Checking tar v0.4.46
31862026-08-20T03:00:42.258Z Checking moka v0.12.13
31872026-08-20T03:00:42.357Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31882026-08-20T03:00:42.374Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31892026-08-20T03:00:42.388Z Checking rand_seeder v0.4.0
31902026-08-20T03:00:42.494Z Checking half v1.8.3
31912026-08-20T03:00:42.516Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31922026-08-20T03:00:42.536Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932026-08-20T03:00:42.620Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31942026-08-20T03:00:42.711Z Checking serde_cbor v0.11.2
31952026-08-20T03:00:42.862Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31962026-08-20T03:00:42.884Z Checking sha2 v0.11.0
31972026-08-20T03:00:42.918Z Checking hickory-resolver v0.25.2
31982026-08-20T03:00:43.104Z Checking digest-io v0.1.0
31992026-08-20T03:00:43.248Z Compiling petname v2.0.2
32002026-08-20T03:00:43.394Z Compiling progenitor-macro v0.14.0
32012026-08-20T03:00:43.500Z Checking rawzip v0.4.4
32022026-08-20T03:00:43.533Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32032026-08-20T03:00:43.639Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32042026-08-20T03:00:43.930Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32052026-08-20T03:00:43.945Z Checking sapling-renderdag v0.1.0
32062026-08-20T03:00:44.098Z Checking subprocess v0.2.15
32072026-08-20T03:00:44.114Z Checking sync-ptr v0.1.4
32082026-08-20T03:00:44.233Z Checking colored v2.2.0
32092026-08-20T03:00:44.248Z Checking assert_matches v1.5.0
32102026-08-20T03:00:44.379Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32112026-08-20T03:00:44.433Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32122026-08-20T03:00:44.449Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32132026-08-20T03:00:44.522Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32142026-08-20T03:00:44.903Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32152026-08-20T03:00:45.139Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32162026-08-20T03:00:45.142Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32172026-08-20T03:00:46.387Z Checking progenitor v0.14.0
32182026-08-20T03:00:46.522Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32192026-08-20T03:00:46.526Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32202026-08-20T03:00:46.526Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32212026-08-20T03:00:46.526Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32222026-08-20T03:00:46.526Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32232026-08-20T03:00:46.526Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32242026-08-20T03:00:46.604Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32252026-08-20T03:00:46.841Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32262026-08-20T03:00:46.930Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32272026-08-20T03:00:47.028Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32282026-08-20T03:00:47.124Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32292026-08-20T03:00:47.608Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32302026-08-20T03:00:47.838Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32312026-08-20T03:00:48.240Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32322026-08-20T03:00:48.501Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32332026-08-20T03:00:49.475Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32342026-08-20T03:00:58.021Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-08-20T03:01:05.245Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362026-08-20T03:01:05.250Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-08-20T03:01:05.250Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-08-20T03:01:06.749Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-08-20T03:01:08.005Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-08-20T03:01:10.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s
32412026-08-20T03:01:10.428Z
32422026-08-20T03:01:10.429Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32432026-08-20T03:01:10.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-08-20T03:01:10.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-08-20T03:01:10.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-08-20T03:01:10.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32472026-08-20T03:01:11.045Z
32482026-08-20T03:01:11.045Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32492026-08-20T03:01:11.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-20T03:01:11.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-20T03:01:11.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-20T03:01:11.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32532026-08-20T03:01:11.615Z
32542026-08-20T03:01:11.615Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32552026-08-20T03:01:12.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-20T03:01:12.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-20T03:01:12.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-20T03:01:12.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-20T03:01:12.190Z
32602026-08-20T03:01:12.190Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32612026-08-20T03:01:12.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-20T03:01:12.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-20T03:01:12.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-20T03:01:12.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32652026-08-20T03:01:12.772Z
32662026-08-20T03:01:12.772Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32672026-08-20T03:01:13.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-20T03:01:13.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-20T03:01:13.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-20T03:01:13.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32712026-08-20T03:01:13.332Z
32722026-08-20T03:01:13.332Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32732026-08-20T03:01:13.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-20T03:01:13.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-20T03:01:13.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-20T03:01:13.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-20T03:01:13.897Z
32782026-08-20T03:01:13.897Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32792026-08-20T03:01:14.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-20T03:01:14.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-20T03:01:14.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-20T03:01:14.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-20T03:01:14.457Z
32842026-08-20T03:01:14.458Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32852026-08-20T03:01:14.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-20T03:01:14.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-20T03:01:14.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-20T03:01:14.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-20T03:01:15.017Z
32902026-08-20T03:01:15.017Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32912026-08-20T03:01:15.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-20T03:01:15.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-20T03:01:15.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-20T03:01:15.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32952026-08-20T03:01:15.598Z
32962026-08-20T03:01:15.598Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
32972026-08-20T03:01:16.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-20T03:01:16.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-20T03:01:16.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-20T03:01:16.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33012026-08-20T03:01:16.192Z
33022026-08-20T03:01:16.192Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33032026-08-20T03:01:16.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-20T03:01:16.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-20T03:01:16.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-20T03:01:16.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-20T03:01:16.779Z
33082026-08-20T03:01:16.779Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33092026-08-20T03:01:17.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-20T03:01:17.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-20T03:01:17.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-20T03:01:17.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-20T03:01:17.368Z
33142026-08-20T03:01:17.368Zinfo: running `cargo check --bins` on key-manager (118/337)
33152026-08-20T03:01:17.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-20T03:01:17.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-20T03:01:17.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-20T03:01:17.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33192026-08-20T03:01:17.944Z
33202026-08-20T03:01:17.944Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33212026-08-20T03:01:18.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-20T03:01:18.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-20T03:01:18.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-20T03:01:18.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-08-20T03:01:18.532Z
33262026-08-20T03:01:18.532Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33272026-08-20T03:01:19.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-20T03:01:19.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-20T03:01:19.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-20T03:01:19.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-20T03:01:19.122Z
33322026-08-20T03:01:19.122Zinfo: running `cargo check --bins` on typed-rng (121/337)
33332026-08-20T03:01:19.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-20T03:01:19.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-20T03:01:19.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-20T03:01:19.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33372026-08-20T03:01:19.682Z
33382026-08-20T03:01:19.683Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33392026-08-20T03:01:20.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-20T03:01:20.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-20T03:01:20.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-20T03:01:20.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-08-20T03:01:20.293Z
33442026-08-20T03:01:20.293Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33452026-08-20T03:01:20.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-20T03:01:20.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-20T03:01:21.020Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-08-20T03:01:21.024Z Checking void v1.0.2
33492026-08-20T03:01:21.024Z Checking tungstenite v0.23.0
33502026-08-20T03:01:21.024Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33512026-08-20T03:01:21.024Z Checking dropshot-api-manager-types v0.8.0
33522026-08-20T03:01:21.145Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-08-20T03:01:21.151Z Checking nix v0.27.1
33542026-08-20T03:01:21.153Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-08-20T03:01:21.273Z Checking lzss v0.8.2
33562026-08-20T03:01:21.299Z Checking kstat-rs v0.2.5
33572026-08-20T03:01:21.311Z Checking fxhash v0.2.1
33582026-08-20T03:01:21.375Z Checking serde_bytes v0.11.19
33592026-08-20T03:01:21.433Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-08-20T03:01:21.451Z Checking signal-hook-tokio v0.3.1
33612026-08-20T03:01:21.465Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33622026-08-20T03:01:21.493Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-08-20T03:01:21.527Z Checking tokio-tungstenite v0.23.1
33642026-08-20T03:01:21.678Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33652026-08-20T03:01:22.709Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33662026-08-20T03:01:23.346Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-08-20T03:01:25.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
33682026-08-20T03:01:25.561Z
33692026-08-20T03:01:25.561Zinfo: running `cargo check --bins` on gateway-api (124/337)
33702026-08-20T03:01:26.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-08-20T03:01:26.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-08-20T03:01:26.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-08-20T03:01:26.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33742026-08-20T03:01:26.130Z
33752026-08-20T03:01:26.130Zinfo: running `cargo check --bins` on ipcc (125/337)
33762026-08-20T03:01:26.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-20T03:01:26.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-20T03:01:26.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-20T03:01:26.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33802026-08-20T03:01:26.694Z
33812026-08-20T03:01:26.695Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33822026-08-20T03:01:27.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-20T03:01:27.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-20T03:01:27.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-20T03:01:27.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-08-20T03:01:27.252Z
33872026-08-20T03:01:27.252Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33882026-08-20T03:01:27.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-20T03:01:27.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-20T03:01:27.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-20T03:01:27.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33922026-08-20T03:01:27.835Z
33932026-08-20T03:01:27.835Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
33942026-08-20T03:01:28.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-20T03:01:28.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-20T03:01:28.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-20T03:01:28.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33982026-08-20T03:01:28.497Z
33992026-08-20T03:01:28.497Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34002026-08-20T03:01:28.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-20T03:01:28.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-20T03:01:28.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-20T03:01:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34042026-08-20T03:01:28.979Z
34052026-08-20T03:01:28.980Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34062026-08-20T03:01:29.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-20T03:01:29.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-20T03:01:29.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-20T03:01:29.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-20T03:01:29.551Z
34112026-08-20T03:01:29.551Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34122026-08-20T03:01:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-20T03:01:30.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-20T03:01:30.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-20T03:01:30.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34162026-08-20T03:01:30.139Z
34172026-08-20T03:01:30.140Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34182026-08-20T03:01:30.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-20T03:01:30.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-20T03:01:30.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-20T03:01:30.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34222026-08-20T03:01:30.713Z
34232026-08-20T03:01:30.714Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34242026-08-20T03:01:31.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-20T03:01:31.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-20T03:01:31.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-20T03:01:31.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34282026-08-20T03:01:31.281Z
34292026-08-20T03:01:31.281Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34302026-08-20T03:01:31.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-20T03:01:31.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-20T03:01:31.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-20T03:01:31.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-20T03:01:31.850Z
34352026-08-20T03:01:31.850Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34362026-08-20T03:01:32.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-20T03:01:32.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-20T03:01:32.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-20T03:01:32.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-20T03:01:32.424Z
34412026-08-20T03:01:32.424Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34422026-08-20T03:01:32.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-20T03:01:32.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-20T03:01:32.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-20T03:01:32.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-20T03:01:32.996Z
34472026-08-20T03:01:32.996Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34482026-08-20T03:01:33.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-20T03:01:33.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-20T03:01:33.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-20T03:01:33.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-20T03:01:33.569Z
34532026-08-20T03:01:33.569Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34542026-08-20T03:01:34.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-20T03:01:34.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-20T03:01:34.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-20T03:01:34.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-20T03:01:34.143Z
34592026-08-20T03:01:34.143Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34602026-08-20T03:01:34.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-20T03:01:34.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-20T03:01:34.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-20T03:01:34.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-20T03:01:34.715Z
34652026-08-20T03:01:34.715Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34662026-08-20T03:01:35.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-20T03:01:35.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-20T03:01:35.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-20T03:01:35.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-20T03:01:35.289Z
34712026-08-20T03:01:35.289Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34722026-08-20T03:01:35.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-20T03:01:35.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-20T03:01:35.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-20T03:01:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34762026-08-20T03:01:35.861Z
34772026-08-20T03:01:35.861Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34782026-08-20T03:01:36.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-20T03:01:36.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-20T03:01:36.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-20T03:01:36.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-20T03:01:36.426Z
34832026-08-20T03:01:36.426Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34842026-08-20T03:01:36.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-20T03:01:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-20T03:01:36.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-20T03:01:36.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-20T03:01:37.000Z
34892026-08-20T03:01:37.000Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34902026-08-20T03:01:37.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-20T03:01:37.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-20T03:01:37.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-20T03:01:37.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-20T03:01:37.574Z
34952026-08-20T03:01:37.574Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
34962026-08-20T03:01:38.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-20T03:01:38.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-20T03:01:38.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-20T03:01:38.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-20T03:01:38.148Z
35012026-08-20T03:01:38.148Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35022026-08-20T03:01:38.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-20T03:01:38.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-20T03:01:38.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-20T03:01:38.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-20T03:01:38.738Z
35072026-08-20T03:01:38.738Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35082026-08-20T03:01:39.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-20T03:01:39.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-20T03:01:39.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-20T03:01:39.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-20T03:01:39.329Z
35132026-08-20T03:01:39.329Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35142026-08-20T03:01:39.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-20T03:01:39.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-20T03:01:39.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-20T03:01:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-20T03:01:39.919Z
35192026-08-20T03:01:39.919Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35202026-08-20T03:01:40.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-20T03:01:40.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-20T03:01:40.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-20T03:01:40.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-08-20T03:01:40.509Z
35252026-08-20T03:01:40.509Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35262026-08-20T03:01:41.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-20T03:01:41.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-20T03:01:41.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-20T03:01:41.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-20T03:01:41.097Z
35312026-08-20T03:01:41.097Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35322026-08-20T03:01:41.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-20T03:01:41.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-20T03:01:41.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-20T03:01:41.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-20T03:01:41.687Z
35372026-08-20T03:01:41.687Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35382026-08-20T03:01:42.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-20T03:01:42.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-20T03:01:42.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-20T03:01:42.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-20T03:01:42.271Z
35432026-08-20T03:01:42.271Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35442026-08-20T03:01:42.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-20T03:01:42.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-20T03:01:42.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-20T03:01:42.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-20T03:01:42.860Z
35492026-08-20T03:01:42.860Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35502026-08-20T03:01:43.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-20T03:01:43.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-20T03:01:43.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-20T03:01:43.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-20T03:01:43.448Z
35552026-08-20T03:01:43.448Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35562026-08-20T03:01:43.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-20T03:01:43.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-20T03:01:43.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-20T03:01:43.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-20T03:01:44.040Z
35612026-08-20T03:01:44.040Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35622026-08-20T03:01:44.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-20T03:01:44.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-20T03:01:44.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-20T03:01:44.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-20T03:01:44.633Z
35672026-08-20T03:01:44.633Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35682026-08-20T03:01:45.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-20T03:01:45.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-20T03:01:45.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-20T03:01:45.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-20T03:01:45.224Z
35732026-08-20T03:01:45.224Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35742026-08-20T03:01:45.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-20T03:01:45.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-20T03:01:45.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-20T03:01:45.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-20T03:01:45.812Z
35792026-08-20T03:01:45.812Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35802026-08-20T03:01:46.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-20T03:01:46.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-20T03:01:46.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-20T03:01:46.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-20T03:01:46.403Z
35852026-08-20T03:01:46.403Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35862026-08-20T03:01:46.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-20T03:01:46.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-20T03:01:46.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-20T03:01:46.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-20T03:01:46.994Z
35912026-08-20T03:01:46.994Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35922026-08-20T03:01:47.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-20T03:01:47.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-20T03:01:47.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-20T03:01:47.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-20T03:01:47.581Z
35972026-08-20T03:01:47.581Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
35982026-08-20T03:01:48.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-20T03:01:48.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-20T03:01:48.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-20T03:01:48.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-20T03:01:48.170Z
36032026-08-20T03:01:48.170Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36042026-08-20T03:01:48.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-20T03:01:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-20T03:01:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-20T03:01:48.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-20T03:01:48.762Z
36092026-08-20T03:01:48.762Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36102026-08-20T03:01:49.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-20T03:01:49.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-20T03:01:49.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-20T03:01:49.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36142026-08-20T03:01:49.339Z
36152026-08-20T03:01:49.339Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36162026-08-20T03:01:49.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-20T03:01:49.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-20T03:01:49.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-20T03:01:49.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-20T03:01:49.913Z
36212026-08-20T03:01:49.913Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36222026-08-20T03:01:50.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-20T03:01:50.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-20T03:01:50.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-20T03:01:50.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-20T03:01:50.491Z
36272026-08-20T03:01:50.491Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36282026-08-20T03:01:50.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-20T03:01:50.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-20T03:01:50.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-20T03:01:50.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-08-20T03:01:51.066Z
36332026-08-20T03:01:51.067Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36342026-08-20T03:01:51.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-20T03:01:51.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-20T03:01:51.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-20T03:01:51.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-20T03:01:51.637Z
36392026-08-20T03:01:51.637Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36402026-08-20T03:01:52.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-20T03:01:52.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-20T03:01:52.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-20T03:01:52.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-20T03:01:52.213Z
36452026-08-20T03:01:52.213Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36462026-08-20T03:01:52.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-20T03:01:52.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-20T03:01:52.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-20T03:01:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-20T03:01:52.786Z
36512026-08-20T03:01:52.786Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36522026-08-20T03:01:53.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-20T03:01:53.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-20T03:01:53.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-20T03:01:53.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-20T03:01:53.358Z
36572026-08-20T03:01:53.358Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36582026-08-20T03:01:53.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-20T03:01:53.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-20T03:01:53.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-20T03:01:53.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-20T03:01:53.932Z
36632026-08-20T03:01:53.932Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36642026-08-20T03:01:54.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-20T03:01:54.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-20T03:01:54.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-20T03:01:54.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-20T03:01:54.508Z
36692026-08-20T03:01:54.508Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36702026-08-20T03:01:54.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-20T03:01:54.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-20T03:01:54.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-20T03:01:55.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-20T03:01:55.085Z
36752026-08-20T03:01:55.085Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36762026-08-20T03:01:55.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-20T03:01:55.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-20T03:01:55.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-20T03:01:55.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-20T03:01:55.662Z
36812026-08-20T03:01:55.662Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36822026-08-20T03:01:56.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-20T03:01:56.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-20T03:01:56.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-20T03:01:56.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-20T03:01:56.233Z
36872026-08-20T03:01:56.233Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36882026-08-20T03:01:56.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-20T03:01:56.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-20T03:01:56.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-20T03:01:56.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-20T03:01:56.808Z
36932026-08-20T03:01:56.808Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
36942026-08-20T03:01:57.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-20T03:01:57.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-20T03:01:57.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-20T03:01:57.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-20T03:01:57.460Z
36992026-08-20T03:01:57.460Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37002026-08-20T03:01:57.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-20T03:01:57.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-20T03:01:57.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-20T03:01:57.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-20T03:01:57.956Z
37052026-08-20T03:01:57.956Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37062026-08-20T03:01:58.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-20T03:01:58.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-20T03:01:58.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-20T03:01:58.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37102026-08-20T03:01:58.548Z
37112026-08-20T03:01:58.548Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37122026-08-20T03:01:59.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-20T03:01:59.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-20T03:01:59.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-20T03:01:59.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-20T03:01:59.138Z
37172026-08-20T03:01:59.138Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37182026-08-20T03:01:59.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-20T03:01:59.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-20T03:01:59.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-20T03:01:59.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37222026-08-20T03:01:59.726Z
37232026-08-20T03:01:59.726Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37242026-08-20T03:02:00.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-20T03:02:00.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-20T03:02:00.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-20T03:02:00.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-08-20T03:02:00.317Z
37292026-08-20T03:02:00.317Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37302026-08-20T03:02:00.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-20T03:02:00.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-20T03:02:00.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-20T03:02:00.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-08-20T03:02:00.911Z
37352026-08-20T03:02:00.911Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37362026-08-20T03:02:01.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-20T03:02:01.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-20T03:02:01.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-20T03:02:01.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-20T03:02:01.507Z
37412026-08-20T03:02:01.507Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37422026-08-20T03:02:02.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-20T03:02:02.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-20T03:02:02.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-20T03:02:02.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-20T03:02:02.094Z
37472026-08-20T03:02:02.094Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37482026-08-20T03:02:02.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-20T03:02:02.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-20T03:02:02.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-20T03:02:02.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-20T03:02:02.682Z
37532026-08-20T03:02:02.682Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37542026-08-20T03:02:03.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-20T03:02:03.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-20T03:02:03.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-20T03:02:03.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-20T03:02:03.272Z
37592026-08-20T03:02:03.272Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37602026-08-20T03:02:03.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-20T03:02:03.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-20T03:02:03.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-20T03:02:03.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-20T03:02:03.860Z
37652026-08-20T03:02:03.860Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37662026-08-20T03:02:04.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-20T03:02:04.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-20T03:02:04.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-20T03:02:04.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-20T03:02:04.450Z
37712026-08-20T03:02:04.450Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37722026-08-20T03:02:04.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-20T03:02:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-20T03:02:04.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-20T03:02:04.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-20T03:02:05.040Z
37772026-08-20T03:02:05.040Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37782026-08-20T03:02:05.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-20T03:02:05.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-20T03:02:05.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-20T03:02:05.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-20T03:02:05.627Z
37832026-08-20T03:02:05.627Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37842026-08-20T03:02:06.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-20T03:02:06.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-20T03:02:06.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-20T03:02:06.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-20T03:02:06.220Z
37892026-08-20T03:02:06.220Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37902026-08-20T03:02:06.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-20T03:02:06.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-20T03:02:06.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-20T03:02:06.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-20T03:02:06.814Z
37952026-08-20T03:02:06.814Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
37962026-08-20T03:02:07.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-20T03:02:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-20T03:02:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-20T03:02:07.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-08-20T03:02:07.426Z
38012026-08-20T03:02:07.426Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38022026-08-20T03:02:07.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-20T03:02:07.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-20T03:02:07.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-20T03:02:07.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38062026-08-20T03:02:08.001Z
38072026-08-20T03:02:08.001Zinfo: running `cargo check --bins` on dns-server (197/337)
38082026-08-20T03:02:08.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-20T03:02:08.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-20T03:02:08.641Z Compiling parking_lot_core v0.8.6
38112026-08-20T03:02:08.645Z Compiling git-stub v1.0.0
38122026-08-20T03:02:08.645Z Checking prefix-trie v0.7.0
38132026-08-20T03:02:08.763Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38142026-08-20T03:02:08.872Z Compiling git-stub-vcs v0.1.0
38152026-08-20T03:02:09.029Z Checking hickory-server v0.25.2
38162026-08-20T03:02:09.138Z Checking parking_lot v0.11.2
38172026-08-20T03:02:09.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38182026-08-20T03:02:09.304Z Checking sled v0.34.7
38192026-08-20T03:02:11.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
38202026-08-20T03:02:11.412Z
38212026-08-20T03:02:11.412Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38222026-08-20T03:02:11.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-08-20T03:02:11.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-08-20T03:02:11.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-08-20T03:02:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38262026-08-20T03:02:11.984Z
38272026-08-20T03:02:11.984Zinfo: running `cargo check --bins` on nexus-client (199/337)
38282026-08-20T03:02:12.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-20T03:02:12.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-20T03:02:12.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-20T03:02:12.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-08-20T03:02:12.589Z
38332026-08-20T03:02:12.589Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38342026-08-20T03:02:13.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-20T03:02:13.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-20T03:02:13.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-20T03:02:13.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38382026-08-20T03:02:13.157Z
38392026-08-20T03:02:13.158Zinfo: running `cargo check --bins` on sp-sim (201/337)
38402026-08-20T03:02:13.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-20T03:02:13.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-20T03:02:13.865Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38432026-08-20T03:02:14.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38442026-08-20T03:02:14.567Z
38452026-08-20T03:02:14.567Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38462026-08-20T03:02:15.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-20T03:02:15.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-20T03:02:15.377Z Compiling proc-macro-error-attr2 v2.0.0
38492026-08-20T03:02:15.506Z Compiling hashbrown v0.14.5
38502026-08-20T03:02:15.506Z Compiling rfc6979 v0.4.0
38512026-08-20T03:02:15.521Z Compiling salty v0.3.0
38522026-08-20T03:02:15.531Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38532026-08-20T03:02:15.541Z Compiling primeorder v0.13.6
38542026-08-20T03:02:15.554Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38552026-08-20T03:02:15.626Z Compiling ecdsa v0.16.9
38562026-08-20T03:02:15.681Z Compiling sha1 v0.10.6
38572026-08-20T03:02:15.790Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-20T03:02:15.872Z Compiling proc-macro-error2 v2.0.1
38592026-08-20T03:02:15.996Z Compiling chumsky v0.9.3
38602026-08-20T03:02:16.012Z Compiling p384 v0.13.1
38612026-08-20T03:02:16.025Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38622026-08-20T03:02:16.046Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38632026-08-20T03:02:16.183Z Compiling knus-derive v3.4.0
38642026-08-20T03:02:16.216Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38652026-08-20T03:02:16.244Z Checking libscf-sys v1.2.0
38662026-08-20T03:02:16.327Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38672026-08-20T03:02:16.371Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38682026-08-20T03:02:16.540Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38692026-08-20T03:02:16.577Z Checking corncobs v0.1.4
38702026-08-20T03:02:16.707Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38712026-08-20T03:02:16.731Z Checking papergrid v0.18.0
38722026-08-20T03:02:16.744Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-20T03:02:16.747Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38742026-08-20T03:02:16.774Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38752026-08-20T03:02:16.892Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38762026-08-20T03:02:16.919Z Checking secrecy v0.8.0
38772026-08-20T03:02:16.997Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38782026-08-20T03:02:17.045Z Compiling illumos-nvpair-sys v0.2.0
38792026-08-20T03:02:17.183Z Compiling unicase v2.9.0
38802026-08-20T03:02:17.248Z Compiling progenitor-impl v0.13.0
38812026-08-20T03:02:17.251Z Checking crc8 v0.1.1
38822026-08-20T03:02:17.277Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38832026-08-20T03:02:17.381Z Compiling mime_guess v2.0.5
38842026-08-20T03:02:17.479Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38852026-08-20T03:02:17.509Z Checking tabled v0.21.0
38862026-08-20T03:02:17.524Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38872026-08-20T03:02:17.562Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38882026-08-20T03:02:17.578Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38892026-08-20T03:02:17.619Z Compiling knus v3.4.0
38902026-08-20T03:02:18.124Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38912026-08-20T03:02:18.384Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38922026-08-20T03:02:18.418Z Checking progenitor-client v0.13.0
38932026-08-20T03:02:18.525Z Checking http-range v0.1.5
38942026-08-20T03:02:18.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-20T03:02:18.669Z Checking illumos-nvpair v0.3.0
38962026-08-20T03:02:18.813Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38972026-08-20T03:02:18.835Z Checking scuffle v0.1.0
38982026-08-20T03:02:18.851Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38992026-08-20T03:02:18.996Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39002026-08-20T03:02:19.390Z Checking nanorand v0.7.0
39012026-08-20T03:02:19.392Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39022026-08-20T03:02:19.593Z Checking flume v0.11.1
39032026-08-20T03:02:19.646Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39042026-08-20T03:02:19.729Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39052026-08-20T03:02:19.744Z Checking hyper-staticfile v0.10.1
39062026-08-20T03:02:19.780Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39072026-08-20T03:02:19.830Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39082026-08-20T03:02:19.833Z Compiling progenitor-macro v0.13.0
39092026-08-20T03:02:19.942Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39102026-08-20T03:02:20.022Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39112026-08-20T03:02:20.196Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39122026-08-20T03:02:20.198Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39132026-08-20T03:02:20.264Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39142026-08-20T03:02:20.408Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39152026-08-20T03:02:20.617Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39162026-08-20T03:02:20.716Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39172026-08-20T03:02:20.732Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39182026-08-20T03:02:22.196Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39192026-08-20T03:02:23.158Z Checking progenitor v0.13.0
39202026-08-20T03:02:23.301Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39212026-08-20T03:02:24.182Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39222026-08-20T03:02:25.229Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39232026-08-20T03:02:25.501Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39242026-08-20T03:02:25.800Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39252026-08-20T03:02:25.818Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39262026-08-20T03:02:38.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.41s
39272026-08-20T03:02:38.985Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39282026-08-20T03:02:38.985Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39292026-08-20T03:02:39.178Z
39302026-08-20T03:02:39.178Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39312026-08-20T03:02:39.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-08-20T03:02:39.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-08-20T03:02:39.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-08-20T03:02:50.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39352026-08-20T03:02:50.435Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39362026-08-20T03:02:50.435Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39372026-08-20T03:02:50.630Z
39382026-08-20T03:02:50.630Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39392026-08-20T03:02:51.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-20T03:02:51.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-20T03:02:51.399Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39422026-08-20T03:03:01.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39432026-08-20T03:03:01.880Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39442026-08-20T03:03:01.880Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39452026-08-20T03:03:02.078Z
39462026-08-20T03:03:02.078Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39472026-08-20T03:03:02.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-20T03:03:02.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-20T03:03:02.845Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39502026-08-20T03:03:13.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39512026-08-20T03:03:13.370Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39522026-08-20T03:03:13.370Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39532026-08-20T03:03:13.569Z
39542026-08-20T03:03:13.569Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39552026-08-20T03:03:14.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-08-20T03:03:14.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-08-20T03:03:14.343Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39582026-08-20T03:03:24.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39592026-08-20T03:03:24.847Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39602026-08-20T03:03:24.847Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39612026-08-20T03:03:25.051Z
39622026-08-20T03:03:25.051Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39632026-08-20T03:03:25.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-20T03:03:25.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-20T03:03:25.815Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39662026-08-20T03:03:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39672026-08-20T03:03:36.370Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39682026-08-20T03:03:36.370Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39692026-08-20T03:03:36.568Z
39702026-08-20T03:03:36.568Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39712026-08-20T03:03:37.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-20T03:03:37.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-20T03:03:37.342Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39742026-08-20T03:03:47.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39752026-08-20T03:03:47.817Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39762026-08-20T03:03:47.817Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39772026-08-20T03:03:48.015Z
39782026-08-20T03:03:48.015Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39792026-08-20T03:03:48.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-08-20T03:03:48.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-08-20T03:03:48.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39822026-08-20T03:03:59.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39832026-08-20T03:03:59.351Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39842026-08-20T03:03:59.351Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39852026-08-20T03:03:59.547Z
39862026-08-20T03:03:59.547Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39872026-08-20T03:04:00.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-20T03:04:00.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-20T03:04:00.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-20T03:04:00.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39912026-08-20T03:04:00.119Z
39922026-08-20T03:04:00.119Zinfo: running `cargo check --bins` on installinator-common (211/337)
39932026-08-20T03:04:00.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-20T03:04:00.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-20T03:04:00.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-20T03:04:00.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-20T03:04:00.699Z
39982026-08-20T03:04:00.699Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
39992026-08-20T03:04:01.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-20T03:04:01.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-20T03:04:01.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-20T03:04:01.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-08-20T03:04:01.261Z
40042026-08-20T03:04:01.261Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40052026-08-20T03:04:01.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-20T03:04:01.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-20T03:04:01.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-20T03:04:01.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40092026-08-20T03:04:01.857Z
40102026-08-20T03:04:01.857Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40112026-08-20T03:04:02.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-20T03:04:02.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-20T03:04:02.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-20T03:04:02.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40152026-08-20T03:04:02.425Z
40162026-08-20T03:04:02.425Zinfo: running `cargo check --bins` on range-requests (215/337)
40172026-08-20T03:04:02.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-20T03:04:02.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-20T03:04:02.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-20T03:04:02.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40212026-08-20T03:04:02.995Z
40222026-08-20T03:04:02.995Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40232026-08-20T03:04:03.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-20T03:04:03.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-20T03:04:03.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-20T03:04:03.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-20T03:04:03.545Z
40282026-08-20T03:04:03.545Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40292026-08-20T03:04:04.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-20T03:04:04.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-20T03:04:04.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-20T03:04:04.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-20T03:04:04.105Z
40342026-08-20T03:04:04.105Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40352026-08-20T03:04:04.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-20T03:04:04.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-20T03:04:04.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-20T03:04:04.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40392026-08-20T03:04:04.692Z
40402026-08-20T03:04:04.692Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40412026-08-20T03:04:05.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-20T03:04:05.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-20T03:04:05.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-20T03:04:05.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-20T03:04:05.276Z
40462026-08-20T03:04:05.276Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40472026-08-20T03:04:05.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-20T03:04:05.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-20T03:04:05.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-20T03:04:05.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-20T03:04:05.864Z
40522026-08-20T03:04:05.864Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40532026-08-20T03:04:06.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-20T03:04:06.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-20T03:04:06.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-20T03:04:06.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-20T03:04:06.459Z
40582026-08-20T03:04:06.459Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40592026-08-20T03:04:06.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-20T03:04:06.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-20T03:04:06.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-20T03:04:06.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-08-20T03:04:07.046Z
40642026-08-20T03:04:07.047Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40652026-08-20T03:04:07.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-20T03:04:07.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-20T03:04:07.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-20T03:04:07.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-20T03:04:07.639Z
40702026-08-20T03:04:07.639Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40712026-08-20T03:04:08.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-20T03:04:08.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-20T03:04:08.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-20T03:04:08.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-20T03:04:08.231Z
40762026-08-20T03:04:08.231Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40772026-08-20T03:04:08.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-20T03:04:08.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-20T03:04:08.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-20T03:04:08.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40812026-08-20T03:04:08.821Z
40822026-08-20T03:04:08.821Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40832026-08-20T03:04:09.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-20T03:04:09.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-20T03:04:09.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-20T03:04:09.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-20T03:04:09.416Z
40882026-08-20T03:04:09.416Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40892026-08-20T03:04:09.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-20T03:04:09.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-20T03:04:09.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-20T03:04:09.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-20T03:04:10.021Z
40942026-08-20T03:04:10.021Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
40952026-08-20T03:04:10.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-20T03:04:10.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-20T03:04:10.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-20T03:04:10.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40992026-08-20T03:04:10.613Z
41002026-08-20T03:04:10.613Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41012026-08-20T03:04:11.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-20T03:04:11.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-20T03:04:11.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-20T03:04:11.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-08-20T03:04:11.212Z
41062026-08-20T03:04:11.212Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41072026-08-20T03:04:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-20T03:04:11.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-20T03:04:11.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-20T03:04:11.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41112026-08-20T03:04:11.834Z
41122026-08-20T03:04:11.834Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41132026-08-20T03:04:12.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-20T03:04:12.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-20T03:04:12.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-20T03:04:12.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-20T03:04:12.450Z
41182026-08-20T03:04:12.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41192026-08-20T03:04:12.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-20T03:04:12.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-20T03:04:12.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-20T03:04:12.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41232026-08-20T03:04:13.062Z
41242026-08-20T03:04:13.062Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41252026-08-20T03:04:13.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-20T03:04:13.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-20T03:04:13.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-20T03:04:13.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-20T03:04:13.682Z
41302026-08-20T03:04:13.682Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41312026-08-20T03:04:14.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-20T03:04:14.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-20T03:04:14.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-20T03:04:14.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-20T03:04:14.309Z
41362026-08-20T03:04:14.309Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41372026-08-20T03:04:14.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-20T03:04:14.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-20T03:04:14.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-20T03:04:14.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41412026-08-20T03:04:14.872Z
41422026-08-20T03:04:14.872Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41432026-08-20T03:04:15.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-20T03:04:15.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-20T03:04:15.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-20T03:04:15.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41472026-08-20T03:04:15.463Z
41482026-08-20T03:04:15.463Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41492026-08-20T03:04:15.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-20T03:04:15.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-20T03:04:15.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-20T03:04:15.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-20T03:04:16.053Z
41542026-08-20T03:04:16.053Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41552026-08-20T03:04:16.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-20T03:04:16.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-20T03:04:16.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-20T03:04:16.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-20T03:04:16.638Z
41602026-08-20T03:04:16.638Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41612026-08-20T03:04:17.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-20T03:04:17.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-20T03:04:17.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-20T03:04:17.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41652026-08-20T03:04:17.197Z
41662026-08-20T03:04:17.197Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41672026-08-20T03:04:17.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-20T03:04:17.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-20T03:04:17.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-20T03:04:17.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-20T03:04:17.757Z
41722026-08-20T03:04:17.757Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41732026-08-20T03:04:18.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-20T03:04:18.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-20T03:04:18.459Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41762026-08-20T03:04:18.870Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41772026-08-20T03:04:20.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41782026-08-20T03:04:20.237Z
41792026-08-20T03:04:20.237Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41802026-08-20T03:04:20.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-20T03:04:20.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-20T03:04:20.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41832026-08-20T03:04:20.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41842026-08-20T03:04:20.808Z
41852026-08-20T03:04:20.808Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41862026-08-20T03:04:21.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-20T03:04:21.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-20T03:04:21.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-20T03:04:21.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41902026-08-20T03:04:21.392Z
41912026-08-20T03:04:21.392Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41922026-08-20T03:04:21.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-20T03:04:21.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-20T03:04:21.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-20T03:04:21.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41962026-08-20T03:04:21.971Z
41972026-08-20T03:04:21.971Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
41982026-08-20T03:04:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-20T03:04:22.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-20T03:04:22.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-20T03:04:22.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-08-20T03:04:22.549Z
42032026-08-20T03:04:22.549Zinfo: running `cargo check --bins` on installinator-client (246/337)
42042026-08-20T03:04:23.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-20T03:04:23.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-20T03:04:23.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-20T03:04:23.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-20T03:04:23.126Z
42092026-08-20T03:04:23.126Zinfo: running `cargo check --bins` on oxide-client (247/337)
42102026-08-20T03:04:23.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-20T03:04:23.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-20T03:04:23.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-20T03:04:23.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-08-20T03:04:23.695Z
42152026-08-20T03:04:23.696Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42162026-08-20T03:04:24.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-20T03:04:24.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-20T03:04:24.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-20T03:04:24.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-20T03:04:24.271Z
42212026-08-20T03:04:24.271Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42222026-08-20T03:04:24.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-20T03:04:24.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-20T03:04:24.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-20T03:04:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42262026-08-20T03:04:24.870Z
42272026-08-20T03:04:24.870Zinfo: running `cargo check --bins` on wicket-common (250/337)
42282026-08-20T03:04:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-20T03:04:25.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-20T03:04:25.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-20T03:04:25.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42322026-08-20T03:04:25.463Z
42332026-08-20T03:04:25.463Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42342026-08-20T03:04:25.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-20T03:04:25.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-20T03:04:25.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-20T03:04:25.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-20T03:04:26.045Z
42392026-08-20T03:04:26.045Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42402026-08-20T03:04:26.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-20T03:04:26.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-20T03:04:26.720Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42432026-08-20T03:04:26.723Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42442026-08-20T03:04:27.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42452026-08-20T03:04:28.071Z
42462026-08-20T03:04:28.071Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42472026-08-20T03:04:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-20T03:04:28.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-20T03:04:28.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-20T03:04:28.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42512026-08-20T03:04:28.648Z
42522026-08-20T03:04:28.648Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42532026-08-20T03:04:29.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-20T03:04:29.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-20T03:04:29.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-20T03:04:29.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42572026-08-20T03:04:29.309Z
42582026-08-20T03:04:29.309Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42592026-08-20T03:04:29.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-20T03:04:29.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-20T03:04:29.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-20T03:04:29.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42632026-08-20T03:04:29.970Z
42642026-08-20T03:04:29.970Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42652026-08-20T03:04:30.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-20T03:04:30.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-20T03:04:30.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-20T03:04:30.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42692026-08-20T03:04:30.607Z
42702026-08-20T03:04:30.607Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42712026-08-20T03:04:32.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-20T03:04:32.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-20T03:04:32.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-20T03:04:32.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42752026-08-20T03:04:32.139Z
42762026-08-20T03:04:32.139Zinfo: running `cargo check --bins` on db-macros (258/337)
42772026-08-20T03:04:32.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-20T03:04:32.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-20T03:04:32.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-20T03:04:32.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42812026-08-20T03:04:32.140Z
42822026-08-20T03:04:32.140Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42832026-08-20T03:04:32.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-20T03:04:32.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-20T03:04:32.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-20T03:04:32.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-20T03:04:32.337Z
42882026-08-20T03:04:32.338Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42892026-08-20T03:04:32.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-20T03:04:32.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-20T03:04:32.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-20T03:04:32.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42932026-08-20T03:04:32.957Z
42942026-08-20T03:04:32.957Zinfo: running `cargo check --bins` on authz-macros (261/337)
42952026-08-20T03:04:33.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-20T03:04:33.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-20T03:04:33.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-20T03:04:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42992026-08-20T03:04:33.511Z
43002026-08-20T03:04:33.511Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43012026-08-20T03:04:34.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-20T03:04:34.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-20T03:04:34.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-20T03:04:34.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43052026-08-20T03:04:34.166Z
43062026-08-20T03:04:34.166Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43072026-08-20T03:04:34.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-20T03:04:34.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-20T03:04:34.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-20T03:04:34.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-20T03:04:34.739Z
43122026-08-20T03:04:34.739Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43132026-08-20T03:04:35.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-20T03:04:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-20T03:04:35.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-20T03:04:35.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43172026-08-20T03:04:35.296Z
43182026-08-20T03:04:35.296Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43192026-08-20T03:04:35.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-20T03:04:35.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-20T03:04:35.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-20T03:04:35.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43232026-08-20T03:04:35.866Z
43242026-08-20T03:04:35.866Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43252026-08-20T03:04:36.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-20T03:04:36.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-20T03:04:36.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-20T03:04:36.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43292026-08-20T03:04:36.422Z
43302026-08-20T03:04:36.422Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43312026-08-20T03:04:36.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-20T03:04:36.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-20T03:04:36.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-20T03:04:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43352026-08-20T03:04:37.041Z
43362026-08-20T03:04:37.041Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43372026-08-20T03:04:37.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-20T03:04:37.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-20T03:04:37.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-20T03:04:37.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-20T03:04:37.653Z
43422026-08-20T03:04:37.653Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43432026-08-20T03:04:38.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-20T03:04:38.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-20T03:04:38.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-20T03:04:38.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-20T03:04:38.275Z
43482026-08-20T03:04:38.275Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43492026-08-20T03:04:38.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-20T03:04:38.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-20T03:04:38.995Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43522026-08-20T03:04:38.998Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43532026-08-20T03:04:39.669Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43542026-08-20T03:04:41.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43552026-08-20T03:04:41.545Z
43562026-08-20T03:04:41.545Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43572026-08-20T03:04:42.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-20T03:04:42.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-20T03:04:42.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-20T03:04:42.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43612026-08-20T03:04:42.110Z
43622026-08-20T03:04:42.110Zinfo: running `cargo check --bins` on cert-dev (272/337)
43632026-08-20T03:04:42.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-20T03:04:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-20T03:04:42.713Z Checking yasna v0.5.2
43662026-08-20T03:04:43.112Z Checking rcgen v0.12.1
43672026-08-20T03:04:43.361Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43682026-08-20T03:04:43.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43692026-08-20T03:04:43.705Z
43702026-08-20T03:04:43.705Zinfo: running `cargo check --bins` on clickana (273/337)
43712026-08-20T03:04:44.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-20T03:04:44.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-20T03:04:44.343Z Compiling instability v0.3.11
43742026-08-20T03:04:44.343Z Checking castaway v0.2.4
43752026-08-20T03:04:44.343Z Compiling indoc v2.0.7
43762026-08-20T03:04:44.346Z Checking unicode-truncate v1.1.0
43772026-08-20T03:04:44.466Z Checking lru v0.12.5
43782026-08-20T03:04:44.470Z Checking cassowary v0.3.0
43792026-08-20T03:04:44.541Z Checking compact_str v0.8.1
43802026-08-20T03:04:45.328Z Checking ratatui v0.29.0
43812026-08-20T03:04:46.380Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43822026-08-20T03:04:47.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
43832026-08-20T03:04:47.289Z
43842026-08-20T03:04:47.289Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43852026-08-20T03:04:47.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-20T03:04:47.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-20T03:04:48.002Z Checking headers-core v0.3.0
43882026-08-20T03:04:48.002Z Checking port-file v0.1.0
43892026-08-20T03:04:48.005Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43902026-08-20T03:04:48.196Z Checking headers v0.4.1
43912026-08-20T03:04:48.557Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43922026-08-20T03:04:49.544Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43932026-08-20T03:04:50.032Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43942026-08-20T03:04:50.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43952026-08-20T03:04:50.655Z
43962026-08-20T03:04:50.655Zinfo: running `cargo check --bins` on ch-dev (275/337)
43972026-08-20T03:04:51.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-20T03:04:51.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-20T03:04:51.364Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44002026-08-20T03:04:52.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44012026-08-20T03:04:52.312Z
44022026-08-20T03:04:52.312Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44032026-08-20T03:04:52.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-20T03:04:52.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-20T03:04:52.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-20T03:04:52.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44072026-08-20T03:04:52.728Z
44082026-08-20T03:04:52.728Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44092026-08-20T03:04:53.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-20T03:04:53.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-20T03:04:53.352Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44122026-08-20T03:04:53.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44132026-08-20T03:04:53.891Z
44142026-08-20T03:04:53.891Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44152026-08-20T03:04:54.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-20T03:04:54.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-20T03:04:54.600Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44182026-08-20T03:04:55.680Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44192026-08-20T03:04:56.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44202026-08-20T03:04:56.226Z
44212026-08-20T03:04:56.226Zinfo: running `cargo check --bins` on db-dev (279/337)
44222026-08-20T03:04:56.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-20T03:04:56.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-20T03:04:56.937Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44252026-08-20T03:04:57.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44262026-08-20T03:04:57.883Z
44272026-08-20T03:04:57.883Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44282026-08-20T03:04:58.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-20T03:04:58.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-20T03:04:58.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-20T03:04:58.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44322026-08-20T03:04:58.484Z
44332026-08-20T03:04:58.484Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44342026-08-20T03:04:58.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-20T03:04:58.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-20T03:04:59.085Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44372026-08-20T03:04:59.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
44382026-08-20T03:04:59.938Z
44392026-08-20T03:04:59.938Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44402026-08-20T03:05:00.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-20T03:05:00.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-20T03:05:00.665Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44432026-08-20T03:05:00.665Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44442026-08-20T03:05:00.669Z Checking git-stub v1.0.0
44452026-08-20T03:05:00.669Z Compiling trait-variant v0.1.2
44462026-08-20T03:05:00.669Z Checking maplit v1.0.2
44472026-08-20T03:05:00.809Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44482026-08-20T03:05:00.820Z Checking drift v0.2.0
44492026-08-20T03:05:00.824Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44502026-08-20T03:05:00.871Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44512026-08-20T03:05:00.956Z Checking git-stub-vcs v0.1.0
44522026-08-20T03:05:01.015Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44532026-08-20T03:05:01.031Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44542026-08-20T03:05:01.146Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44552026-08-20T03:05:01.173Z Checking dropshot-api-manager v0.8.0
44562026-08-20T03:05:01.190Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44572026-08-20T03:05:01.305Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44582026-08-20T03:05:01.520Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44592026-08-20T03:05:02.015Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44602026-08-20T03:05:02.952Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44612026-08-20T03:05:03.948Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44622026-08-20T03:05:04.761Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44632026-08-20T03:05:05.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
44642026-08-20T03:05:05.405Z
44652026-08-20T03:05:05.405Zinfo: running `cargo check --bins` on installinator-api (283/337)
44662026-08-20T03:05:05.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-20T03:05:05.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-20T03:05:05.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-20T03:05:05.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-08-20T03:05:05.973Z
44712026-08-20T03:05:05.973Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44722026-08-20T03:05:06.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-20T03:05:06.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-20T03:05:06.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-20T03:05:06.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44762026-08-20T03:05:06.576Z
44772026-08-20T03:05:06.576Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44782026-08-20T03:05:07.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-20T03:05:07.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-20T03:05:07.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-20T03:05:07.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-20T03:05:07.183Z
44832026-08-20T03:05:07.183Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44842026-08-20T03:05:07.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-20T03:05:07.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-20T03:05:07.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-20T03:05:07.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-20T03:05:07.790Z
44892026-08-20T03:05:07.790Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44902026-08-20T03:05:08.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-20T03:05:08.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-20T03:05:08.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-20T03:05:08.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44942026-08-20T03:05:08.361Z
44952026-08-20T03:05:08.362Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
44962026-08-20T03:05:08.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-20T03:05:08.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-20T03:05:08.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-20T03:05:08.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45002026-08-20T03:05:08.920Z
45012026-08-20T03:05:08.920Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45022026-08-20T03:05:09.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-20T03:05:09.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-20T03:05:09.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-20T03:05:09.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45062026-08-20T03:05:09.503Z
45072026-08-20T03:05:09.503Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45082026-08-20T03:05:09.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-20T03:05:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-20T03:05:09.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-20T03:05:09.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45122026-08-20T03:05:10.077Z
45132026-08-20T03:05:10.077Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45142026-08-20T03:05:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-20T03:05:10.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-20T03:05:10.692Z Compiling blake3 v1.8.5
45172026-08-20T03:05:10.802Z Checking constant_time_eq v0.4.2
45182026-08-20T03:05:10.802Z Checking arrayref v0.3.9
45192026-08-20T03:05:10.818Z Checking arrayvec v0.7.6
45202026-08-20T03:05:10.826Z Checking cargo-platform v0.3.2
45212026-08-20T03:05:10.830Z Checking topological-sort v0.2.2
45222026-08-20T03:05:10.830Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45232026-08-20T03:05:10.982Z Checking cargo_metadata v0.23.1
45242026-08-20T03:05:11.571Z Checking omicron-zone-package v0.12.3
45252026-08-20T03:05:12.276Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45262026-08-20T03:05:13.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
45272026-08-20T03:05:13.267Z
45282026-08-20T03:05:13.267Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45292026-08-20T03:05:13.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-20T03:05:13.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-20T03:05:13.979Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45322026-08-20T03:05:14.609Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45332026-08-20T03:05:15.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45342026-08-20T03:05:15.306Z
45352026-08-20T03:05:15.306Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45362026-08-20T03:05:15.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-20T03:05:15.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-20T03:05:16.271Z Compiling darling_core v0.21.3
45392026-08-20T03:05:16.271Z Compiling vergen-lib v0.1.6
45402026-08-20T03:05:16.271Z Compiling diesel_derives v2.3.7
45412026-08-20T03:05:16.271Z Checking scheduled-thread-pool v0.2.7
45422026-08-20T03:05:16.275Z Compiling vergen-gitcl v1.0.8
45432026-08-20T03:05:16.275Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45442026-08-20T03:05:16.275Z Compiling diesel_table_macro_syntax v0.3.0
45452026-08-20T03:05:16.275Z Compiling dirs-sys-next v0.1.2
45462026-08-20T03:05:16.585Z Compiling glob v0.3.3
45472026-08-20T03:05:16.606Z Compiling crunchy v0.2.4
45482026-08-20T03:05:16.657Z Checking r2d2 v0.8.10
45492026-08-20T03:05:16.689Z Compiling dirs-next v2.0.0
45502026-08-20T03:05:16.789Z Checking downcast-rs v2.0.2
45512026-08-20T03:05:16.834Z Compiling tiny-keccak v2.0.2
45522026-08-20T03:05:16.890Z Compiling term v0.7.0
45532026-08-20T03:05:16.907Z Compiling bit-vec v0.6.3
45542026-08-20T03:05:16.952Z Compiling clang-sys v1.8.1
45552026-08-20T03:05:17.121Z Compiling bit-set v0.5.3
45562026-08-20T03:05:17.125Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45572026-08-20T03:05:17.283Z Compiling ascii-canvas v3.0.0
45582026-08-20T03:05:17.323Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45592026-08-20T03:05:17.339Z Compiling itertools v0.10.5
45602026-08-20T03:05:17.436Z Compiling ena v0.14.4
45612026-08-20T03:05:17.455Z Compiling libloading v0.8.9
45622026-08-20T03:05:17.476Z Compiling diff v0.1.13
45632026-08-20T03:05:17.523Z Compiling bindgen v0.71.1
45642026-08-20T03:05:17.539Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45652026-08-20T03:05:17.647Z Compiling regex-syntax v0.6.29
45662026-08-20T03:05:17.753Z Compiling cexpr v0.6.0
45672026-08-20T03:05:17.921Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45682026-08-20T03:05:18.110Z Compiling rustc-hash v2.1.1
45692026-08-20T03:05:18.247Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45702026-08-20T03:05:18.409Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45712026-08-20T03:05:18.424Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45722026-08-20T03:05:18.460Z Compiling libxml v0.3.3
45732026-08-20T03:05:18.594Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45742026-08-20T03:05:18.704Z Compiling strum_macros v0.24.3
45752026-08-20T03:05:18.721Z Compiling indoc v1.0.9
45762026-08-20T03:05:18.881Z Compiling darling_macro v0.21.3
45772026-08-20T03:05:19.158Z Compiling lalrpop v0.19.12
45782026-08-20T03:05:19.385Z Compiling darling v0.21.3
45792026-08-20T03:05:19.493Z Compiling dsl_auto_type v0.2.0
45802026-08-20T03:05:19.664Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-08-20T03:05:19.697Z Checking derive_builder v0.20.2
45822026-08-20T03:05:19.816Z Compiling oso-derive v0.27.3
45832026-08-20T03:05:19.850Z Checking quick-xml v0.37.5
45842026-08-20T03:05:20.032Z Compiling impl-trait-for-tuples v0.2.3
45852026-08-20T03:05:20.322Z Checking openssl-probe v0.1.6
45862026-08-20T03:05:20.460Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45872026-08-20T03:05:20.716Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-08-20T03:05:20.957Z Checking bb8 v0.8.6
45892026-08-20T03:05:21.218Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45902026-08-20T03:05:21.254Z Checking nonempty v0.12.0
45912026-08-20T03:05:21.280Z Compiling libz-sys v1.1.24
45922026-08-20T03:05:21.435Z Compiling strsim v0.10.0
45932026-08-20T03:05:21.441Z Compiling libgit2-sys v0.18.3+1.9.2
45942026-08-20T03:05:21.602Z Compiling darling_core v0.13.4
45952026-08-20T03:05:21.772Z Compiling vergen-git2 v9.1.0
45962026-08-20T03:05:21.923Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45972026-08-20T03:05:22.073Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45982026-08-20T03:05:22.081Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45992026-08-20T03:05:22.278Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46002026-08-20T03:05:22.463Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46012026-08-20T03:05:22.648Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46022026-08-20T03:05:22.831Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46032026-08-20T03:05:22.916Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-20T03:05:23.016Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46052026-08-20T03:05:23.207Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46062026-08-20T03:05:23.394Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46072026-08-20T03:05:23.465Z Compiling darling_macro v0.13.4
46082026-08-20T03:05:23.578Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46092026-08-20T03:05:23.956Z Compiling darling v0.13.4
46102026-08-20T03:05:23.979Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46112026-08-20T03:05:24.049Z Compiling serde_with_macros v1.5.2
46122026-08-20T03:05:24.347Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46132026-08-20T03:05:24.875Z Compiling serde_with v1.14.0
46142026-08-20T03:05:24.925Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46152026-08-20T03:05:25.113Z Checking twox-hash v2.1.2
46162026-08-20T03:05:25.273Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46172026-08-20T03:05:25.332Z Checking diesel v2.3.7
46182026-08-20T03:05:25.408Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46192026-08-20T03:05:26.074Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46202026-08-20T03:05:27.041Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46212026-08-20T03:05:27.280Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46222026-08-20T03:05:27.696Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46232026-08-20T03:05:27.966Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46242026-08-20T03:05:28.353Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46252026-08-20T03:05:28.484Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46262026-08-20T03:05:28.624Z Checking libsw-core v0.3.2
46272026-08-20T03:05:28.781Z Checking atty v0.2.14
46282026-08-20T03:05:28.887Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46292026-08-20T03:05:29.321Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46302026-08-20T03:05:29.356Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46312026-08-20T03:05:29.461Z Checking libsw v3.5.0
46322026-08-20T03:05:29.504Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46332026-08-20T03:05:29.619Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46342026-08-20T03:05:30.774Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46352026-08-20T03:05:30.903Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46362026-08-20T03:05:31.478Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46372026-08-20T03:05:31.705Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46382026-08-20T03:05:32.201Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46392026-08-20T03:05:32.390Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46402026-08-20T03:05:32.540Z Checking fatfs v0.3.6
46412026-08-20T03:05:32.681Z Checking console v0.16.2
46422026-08-20T03:05:32.996Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46432026-08-20T03:05:32.999Z Compiling seq-macro v0.3.6
46442026-08-20T03:05:33.494Z Checking unit-prefix v0.5.2
46452026-08-20T03:05:33.632Z Checking indicatif v0.18.4
46462026-08-20T03:05:34.038Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46472026-08-20T03:05:34.160Z Checking oxide-update-engine-display v0.1.2
46482026-08-20T03:05:34.325Z Checking support-bundle-viewer v0.1.2
46492026-08-20T03:05:34.454Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46502026-08-20T03:05:34.571Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-08-20T03:05:34.694Z Checking multimap v0.10.1
46522026-08-20T03:05:40.466Z Checking diesel-dtrace v0.5.0
46532026-08-20T03:05:40.771Z Checking async-bb8-diesel v0.2.1
46542026-08-20T03:05:43.987Z Compiling samael v0.0.19
46552026-08-20T03:05:49.416Z Compiling git2 v0.20.4
46562026-08-20T03:05:49.662Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46572026-08-20T03:05:51.292Z Compiling polar-core v0.27.3
46582026-08-20T03:05:51.827Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46592026-08-20T03:05:55.902Z Checking oso v0.27.3
46602026-08-20T03:06:27.362Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46612026-08-20T03:07:42.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46622026-08-20T03:07:42.552Z
46632026-08-20T03:07:42.552Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46642026-08-20T03:07:43.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-08-20T03:07:43.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-08-20T03:07:43.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46672026-08-20T03:07:43.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46682026-08-20T03:07:43.221Z
46692026-08-20T03:07:43.221Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46702026-08-20T03:07:43.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-20T03:07:43.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-20T03:07:43.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-20T03:07:43.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46742026-08-20T03:07:43.840Z
46752026-08-20T03:07:43.840Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46762026-08-20T03:07:44.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-20T03:07:44.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-20T03:07:44.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-20T03:07:44.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46802026-08-20T03:07:44.461Z
46812026-08-20T03:07:44.461Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46822026-08-20T03:07:44.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-20T03:07:44.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-20T03:07:44.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-20T03:07:44.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46862026-08-20T03:07:45.016Z
46872026-08-20T03:07:45.016Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46882026-08-20T03:07:45.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-20T03:07:45.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-20T03:07:45.834Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46912026-08-20T03:07:46.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46922026-08-20T03:07:46.808Z
46932026-08-20T03:07:46.808Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
46942026-08-20T03:07:47.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-20T03:07:47.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-20T03:07:47.618Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-20T03:08:26.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s
46982026-08-20T03:08:26.564Z
46992026-08-20T03:08:26.564Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47002026-08-20T03:08:27.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-20T03:08:27.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-20T03:08:27.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47032026-08-20T03:08:27.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47042026-08-20T03:08:27.114Z
47052026-08-20T03:08:27.114Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47062026-08-20T03:08:27.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-20T03:08:27.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-20T03:08:27.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-20T03:08:27.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-20T03:08:27.668Z
47112026-08-20T03:08:27.668Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47122026-08-20T03:08:28.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-20T03:08:28.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-20T03:08:28.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-20T03:08:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47162026-08-20T03:08:28.283Z
47172026-08-20T03:08:28.283Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47182026-08-20T03:08:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-20T03:08:28.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-20T03:08:28.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-20T03:08:28.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-20T03:08:28.901Z
47232026-08-20T03:08:28.901Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47242026-08-20T03:08:29.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-20T03:08:29.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-20T03:08:29.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-20T03:08:29.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-20T03:08:29.522Z
47292026-08-20T03:08:29.523Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47302026-08-20T03:08:30.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-20T03:08:30.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-20T03:08:30.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-20T03:08:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-20T03:08:30.134Z
47352026-08-20T03:08:30.134Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47362026-08-20T03:08:30.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-20T03:08:30.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-20T03:08:30.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-20T03:08:30.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-20T03:08:30.755Z
47412026-08-20T03:08:30.755Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47422026-08-20T03:08:31.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-20T03:08:31.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-20T03:08:31.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-20T03:08:31.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47462026-08-20T03:08:31.376Z
47472026-08-20T03:08:31.376Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47482026-08-20T03:08:31.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-20T03:08:31.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-20T03:08:31.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-20T03:08:31.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47522026-08-20T03:08:31.983Z
47532026-08-20T03:08:31.983Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47542026-08-20T03:08:32.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-20T03:08:32.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-20T03:08:32.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-20T03:08:32.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47582026-08-20T03:08:32.604Z
47592026-08-20T03:08:32.604Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47602026-08-20T03:08:33.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-20T03:08:33.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-20T03:08:33.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-20T03:08:33.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47642026-08-20T03:08:33.234Z
47652026-08-20T03:08:33.234Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47662026-08-20T03:08:33.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-20T03:08:33.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-20T03:08:34.135Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47692026-08-20T03:08:34.135Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47702026-08-20T03:08:34.330Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47712026-08-20T03:08:34.333Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47722026-08-20T03:08:34.371Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47732026-08-20T03:08:34.384Z Checking diff v0.1.13
47742026-08-20T03:08:34.387Z Checking yansi v1.0.1
47752026-08-20T03:08:34.398Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47762026-08-20T03:08:34.451Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47772026-08-20T03:08:34.643Z Checking pretty_assertions v1.4.1
47782026-08-20T03:08:35.399Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47792026-08-20T03:08:35.431Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47802026-08-20T03:09:00.397Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47812026-08-20T03:09:00.397Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47822026-08-20T03:09:00.402Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47832026-08-20T03:09:00.402Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47842026-08-20T03:09:00.402Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47852026-08-20T03:09:00.402Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47862026-08-20T03:09:00.402Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47872026-08-20T03:09:01.284Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47882026-08-20T03:09:01.287Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47892026-08-20T03:09:02.555Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47902026-08-20T03:09:41.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47912026-08-20T03:09:41.168Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47922026-08-20T03:09:41.168Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47932026-08-20T03:09:41.376Z
47942026-08-20T03:09:41.376Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
47952026-08-20T03:09:41.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-08-20T03:09:41.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-08-20T03:09:42.089Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47982026-08-20T03:09:42.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47992026-08-20T03:09:42.916Z
48002026-08-20T03:09:42.916Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48012026-08-20T03:09:43.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-20T03:09:43.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-20T03:09:43.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-08-20T03:09:43.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48052026-08-20T03:09:43.474Z
48062026-08-20T03:09:43.474Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48072026-08-20T03:09:43.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-20T03:09:43.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-20T03:09:43.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-20T03:09:43.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48112026-08-20T03:09:44.058Z
48122026-08-20T03:09:44.058Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48132026-08-20T03:09:44.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-20T03:09:44.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-20T03:09:44.833Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48162026-08-20T03:09:44.958Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48172026-08-20T03:09:44.967Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48182026-08-20T03:10:11.813Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48192026-08-20T03:10:12.215Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48202026-08-20T03:10:13.977Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48212026-08-20T03:10:14.424Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48222026-08-20T03:10:17.523Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48232026-08-20T03:10:41.480Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48242026-08-20T03:10:42.210Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48252026-08-20T03:10:43.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.84s
48262026-08-20T03:10:44.107Z
48272026-08-20T03:10:44.107Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48282026-08-20T03:10:44.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-08-20T03:10:44.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-08-20T03:10:44.823Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48312026-08-20T03:10:45.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48322026-08-20T03:10:45.721Z
48332026-08-20T03:10:45.721Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48342026-08-20T03:10:46.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-20T03:10:46.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-20T03:10:46.350Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48372026-08-20T03:10:46.369Z Compiling fs-err v2.11.0
48382026-08-20T03:10:46.477Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48392026-08-20T03:10:46.483Z Checking parse-size v1.1.0
48402026-08-20T03:10:46.483Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48412026-08-20T03:10:46.483Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48422026-08-20T03:10:46.483Z Checking shell-words v1.1.1
48432026-08-20T03:10:46.564Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48442026-08-20T03:10:46.900Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48452026-08-20T03:10:47.088Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48462026-08-20T03:10:47.738Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48472026-08-20T03:10:48.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
48482026-08-20T03:10:48.869Z
48492026-08-20T03:10:48.869Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48502026-08-20T03:10:49.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-08-20T03:10:49.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-08-20T03:10:49.504Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48532026-08-20T03:10:50.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48542026-08-20T03:10:50.179Z
48552026-08-20T03:10:50.179Zinfo: running `cargo check --bins` on schema (319/337)
48562026-08-20T03:10:50.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-20T03:10:50.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-20T03:10:50.898Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48592026-08-20T03:10:51.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48602026-08-20T03:10:51.793Z
48612026-08-20T03:10:51.793Zinfo: running `cargo check --bins` on xtask (320/337)
48622026-08-20T03:10:52.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-20T03:10:52.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-20T03:10:52.195Z Checking serde_core v1.0.228
48652026-08-20T03:10:52.195Z Checking libc v0.2.185
48662026-08-20T03:10:52.275Z Checking bitflags v2.11.0
48672026-08-20T03:10:52.280Z Checking scroll v0.12.0
48682026-08-20T03:10:52.284Z Checking thiserror v1.0.69
48692026-08-20T03:10:52.293Z Checking log v0.4.33
48702026-08-20T03:10:52.297Z Checking indexmap v2.14.0
48712026-08-20T03:10:52.309Z Checking zerocopy v0.7.35
48722026-08-20T03:10:52.373Z Checking syn v2.0.117
48732026-08-20T03:10:52.413Z Checking dtrace-parser v0.2.0
48742026-08-20T03:10:52.433Z Checking once_cell v1.21.3
48752026-08-20T03:10:52.489Z Checking goblin v0.8.2
48762026-08-20T03:10:52.556Z Checking errno v0.3.14
48772026-08-20T03:10:52.606Z Checking thread-id v4.2.2
48782026-08-20T03:10:52.643Z Checking getrandom v0.3.4
48792026-08-20T03:10:52.674Z Checking rustix v1.1.4
48802026-08-20T03:10:52.685Z Checking memmap v0.7.0
48812026-08-20T03:10:52.778Z Checking thiserror v2.0.18
48822026-08-20T03:10:52.791Z Checking fs-err v3.3.0
48832026-08-20T03:10:52.811Z Checking tabled v0.15.0
48842026-08-20T03:10:52.824Z Checking anyhow v1.0.104
48852026-08-20T03:10:53.438Z Checking terminal_size v0.4.3
48862026-08-20T03:10:53.438Z Checking tempfile v3.27.0
48872026-08-20T03:10:53.552Z Checking clap_builder v4.6.0
48882026-08-20T03:10:53.558Z Checking textwrap v0.16.2
48892026-08-20T03:10:53.728Z Checking serde v1.0.228
48902026-08-20T03:10:53.732Z Checking serde_json v1.0.151
48912026-08-20T03:10:53.732Z Checking camino v1.2.5
48922026-08-20T03:10:53.757Z Checking cargo-platform v0.3.2
48932026-08-20T03:10:53.896Z Checking semver v1.0.28
48942026-08-20T03:10:53.977Z Checking camino-tempfile v1.4.1
48952026-08-20T03:10:54.127Z Checking toml_datetime v0.6.11
48962026-08-20T03:10:54.127Z Checking serde_spanned v0.6.9
48972026-08-20T03:10:54.131Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48982026-08-20T03:10:54.131Z Checking macaddr v1.0.1
48992026-08-20T03:10:54.294Z Checking toml_edit v0.22.27
49002026-08-20T03:10:54.330Z Checking dof v0.3.0
49012026-08-20T03:10:54.335Z Checking cargo_metadata v0.23.1
49022026-08-20T03:10:54.600Z Checking usdt-impl v0.5.0
49032026-08-20T03:10:54.745Z Checking clap v4.6.1
49042026-08-20T03:10:54.868Z Checking usdt v0.5.0
49052026-08-20T03:10:55.283Z Checking toml v0.8.23
49062026-08-20T03:10:55.550Z Checking cargo_toml v0.21.0
49072026-08-20T03:10:56.231Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49082026-08-20T03:10:56.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
49092026-08-20T03:10:56.649Z
49102026-08-20T03:10:56.649Zinfo: running `cargo check --bins` on dnsadm (321/337)
49112026-08-20T03:10:57.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49122026-08-20T03:10:57.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49132026-08-20T03:10:57.620Z Checking arc-swap v1.8.2
49142026-08-20T03:10:57.620Z Checking slog-scope v4.4.1
49152026-08-20T03:10:57.697Z Checking slog-stdlog v4.1.1
49162026-08-20T03:10:57.843Z Checking slog-envlogger v2.2.0
49172026-08-20T03:10:57.893Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49182026-08-20T03:10:58.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49192026-08-20T03:10:58.479Z
49202026-08-20T03:10:58.479Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49212026-08-20T03:10:59.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-20T03:10:59.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-20T03:10:59.366Z Checking cpubits v0.1.1
49242026-08-20T03:10:59.548Z Checking pem-rfc7468 v1.0.0
49252026-08-20T03:10:59.691Z Checking hmac v0.13.0
49262026-08-20T03:10:59.691Z Checking universal-hash v0.6.1
49272026-08-20T03:10:59.691Z Checking ctr v0.10.1
49282026-08-20T03:10:59.691Z Checking aead v0.6.1
49292026-08-20T03:10:59.691Z Checking crypto-bigint v0.7.5
49302026-08-20T03:10:59.691Z Checking aes v0.9.1
49312026-08-20T03:10:59.691Z Checking salsa20 v0.11.0
49322026-08-20T03:10:59.691Z Checking der v0.8.0
49332026-08-20T03:10:59.691Z Checking polyval v0.7.1
49342026-08-20T03:10:59.691Z Checking pbkdf2 v0.13.0
49352026-08-20T03:10:59.779Z Checking cbc v0.2.1
49362026-08-20T03:10:59.779Z Checking ff v0.14.0
49372026-08-20T03:10:59.779Z Checking signature v3.0.0
49382026-08-20T03:10:59.779Z Checking scrypt v0.12.0
49392026-08-20T03:10:59.779Z Checking base16ct v1.0.0
49402026-08-20T03:10:59.779Z Checking ghash v0.6.0
49412026-08-20T03:10:59.906Z Checking group v0.14.0
49422026-08-20T03:10:59.961Z Checking hkdf v0.13.0
49432026-08-20T03:10:59.961Z Compiling curve25519-dalek v5.0.0
49442026-08-20T03:10:59.961Z Checking keccak v0.2.0
49452026-08-20T03:10:59.961Z Checking aes-gcm v0.11.0
49462026-08-20T03:10:59.961Z Checking poly1305 v0.9.0
49472026-08-20T03:11:00.006Z Checking wnaf v0.14.0
49482026-08-20T03:11:00.006Z Checking blowfish v0.10.0
49492026-08-20T03:11:00.041Z Checking blake2 v0.11.0-rc.6
49502026-08-20T03:11:00.067Z Checking sha3 v0.11.0
49512026-08-20T03:11:00.198Z Checking bcrypt-pbkdf v0.11.0
49522026-08-20T03:11:00.239Z Checking kem v0.3.0
49532026-08-20T03:11:00.239Z Checking module-lattice v0.2.3
49542026-08-20T03:11:00.328Z Checking sponge-cursor v0.1.0
49552026-08-20T03:11:00.381Z Checking argon2 v0.6.0-rc.8
49562026-08-20T03:11:00.381Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49572026-08-20T03:11:00.381Z Checking spki v0.8.0
49582026-08-20T03:11:00.568Z Checking sec1 v0.8.1
49592026-08-20T03:11:00.568Z Checking ml-kem v0.3.2
49602026-08-20T03:11:00.692Z Checking sha3 v0.12.0
49612026-08-20T03:11:00.692Z Checking internal-russh-num-bigint v0.5.0
49622026-08-20T03:11:00.692Z Checking pkcs5 v0.8.1
49632026-08-20T03:11:00.692Z Checking pkcs1 v0.8.0-rc.4
49642026-08-20T03:11:00.692Z Checking num-bigint v0.4.6
49652026-08-20T03:11:00.692Z Checking generic-array v1.4.3
49662026-08-20T03:11:00.812Z Checking russh-util v0.52.0
49672026-08-20T03:11:00.836Z Checking pkcs8 v0.11.0
49682026-08-20T03:11:00.962Z Compiling enum_dispatch v0.3.13
49692026-08-20T03:11:01.108Z Checking ed25519 v3.0.0
49702026-08-20T03:11:01.108Z Compiling delegate v0.13.5
49712026-08-20T03:11:01.188Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49722026-08-20T03:11:01.239Z Checking md5 v0.8.0
49732026-08-20T03:11:01.257Z Checking ed25519-dalek v3.0.0
49742026-08-20T03:11:01.354Z Checking hex-literal v1.1.0
49752026-08-20T03:11:01.398Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49762026-08-20T03:11:01.438Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49772026-08-20T03:11:01.483Z Checking socket2 v0.5.10
49782026-08-20T03:11:01.574Z Checking internet-checksum v0.2.1
49792026-08-20T03:11:01.635Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49802026-08-20T03:11:01.709Z Checking elliptic-curve v0.14.1
49812026-08-20T03:11:01.730Z Checking rfc6979 v0.6.0
49822026-08-20T03:11:01.730Z Checking primefield v0.14.0
49832026-08-20T03:11:01.730Z Checking ssh-encoding v0.3.0
49842026-08-20T03:11:01.912Z Checking crypto-primes v0.7.2
49852026-08-20T03:11:02.094Z Checking ssh-cipher v0.3.0
49862026-08-20T03:11:02.094Z Checking russh-cryptovec v0.62.0
49872026-08-20T03:11:02.205Z Checking ecdsa v0.17.0
49882026-08-20T03:11:02.205Z Checking primeorder v0.14.0
49892026-08-20T03:11:02.499Z Checking p521 v0.14.0
49902026-08-20T03:11:02.499Z Checking p384 v0.14.0
49912026-08-20T03:11:02.499Z Checking p256 v0.14.0
49922026-08-20T03:11:02.783Z Checking rsa v0.10.0-rc.18
49932026-08-20T03:11:05.297Z Checking ssh-key v0.7.0-rc.11
49942026-08-20T03:11:06.023Z Checking russh v0.62.4
49952026-08-20T03:11:19.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.00s
49962026-08-20T03:11:19.486Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49972026-08-20T03:11:19.486Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49982026-08-20T03:11:19.688Z
49992026-08-20T03:11:19.688Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50002026-08-20T03:11:20.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-20T03:11:20.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-20T03:11:20.332Z Checking termios v0.3.3
50032026-08-20T03:11:20.523Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50042026-08-20T03:11:21.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50052026-08-20T03:11:21.286Z
50062026-08-20T03:11:21.286Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50072026-08-20T03:11:21.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-20T03:11:21.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-20T03:11:21.969Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50102026-08-20T03:11:22.715Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50112026-08-20T03:11:24.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
50122026-08-20T03:11:24.445Z
50132026-08-20T03:11:24.445Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50142026-08-20T03:11:24.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-20T03:11:24.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-20T03:11:25.088Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50172026-08-20T03:11:25.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
50182026-08-20T03:11:25.694Z
50192026-08-20T03:11:25.694Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50202026-08-20T03:11:26.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-20T03:11:26.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-20T03:11:26.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50232026-08-20T03:11:26.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50242026-08-20T03:11:26.257Z
50252026-08-20T03:11:26.257Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50262026-08-20T03:11:26.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-20T03:11:26.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-20T03:11:26.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-20T03:11:26.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50302026-08-20T03:11:26.823Z
50312026-08-20T03:11:26.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50322026-08-20T03:11:27.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-20T03:11:27.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-20T03:11:27.566Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50352026-08-20T03:11:28.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
50362026-08-20T03:11:28.349Z
50372026-08-20T03:11:28.349Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50382026-08-20T03:11:28.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-20T03:11:28.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-20T03:11:28.993Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50412026-08-20T03:11:28.993Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50422026-08-20T03:11:29.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
50432026-08-20T03:11:30.089Z
50442026-08-20T03:11:30.089Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50452026-08-20T03:11:30.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-20T03:11:30.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-20T03:11:30.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50482026-08-20T03:11:30.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50492026-08-20T03:11:30.651Z
50502026-08-20T03:11:30.651Zinfo: running `cargo check --bins` on omicron-package (331/337)
50512026-08-20T03:11:31.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-20T03:11:31.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-20T03:11:31.322Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50542026-08-20T03:11:32.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50552026-08-20T03:11:32.588Z
50562026-08-20T03:11:32.588Zinfo: running `cargo check --bins` on tqdb (332/337)
50572026-08-20T03:11:33.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-20T03:11:33.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-20T03:11:33.366Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50602026-08-20T03:11:33.718Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50612026-08-20T03:11:34.225Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50622026-08-20T03:11:34.225Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50632026-08-20T03:11:40.831Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50642026-08-20T03:11:40.834Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50652026-08-20T03:11:40.834Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50662026-08-20T03:11:41.461Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50672026-08-20T03:11:41.464Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50682026-08-20T03:11:41.464Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50692026-08-20T03:11:41.464Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50702026-08-20T03:11:42.289Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50712026-08-20T03:11:42.830Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50722026-08-20T03:11:43.065Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50732026-08-20T03:11:43.276Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50742026-08-20T03:11:44.139Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50752026-08-20T03:11:44.792Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50762026-08-20T03:11:49.633Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50772026-08-20T03:11:56.885Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50782026-08-20T03:11:56.885Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50792026-08-20T03:11:56.888Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50802026-08-20T03:11:56.888Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50812026-08-20T03:11:58.377Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50822026-08-20T03:11:59.653Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50832026-08-20T03:12:00.323Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50842026-08-20T03:12:01.598Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50852026-08-20T03:12:02.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.55s
50862026-08-20T03:12:02.348Z
50872026-08-20T03:12:02.348Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50882026-08-20T03:12:02.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50892026-08-20T03:12:02.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50902026-08-20T03:12:03.049Z Checking rtoolbox v0.0.3
50912026-08-20T03:12:03.052Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50922026-08-20T03:12:03.052Z Checking tui-tree-widget v0.23.1
50932026-08-20T03:12:03.177Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50942026-08-20T03:12:03.266Z Checking rpassword v7.5.4
50952026-08-20T03:12:06.022Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50962026-08-20T03:12:07.854Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50972026-08-20T03:12:08.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
50982026-08-20T03:12:08.966Z
50992026-08-20T03:12:08.966Zinfo: running `cargo check --bins` on wicket (334/337)
51002026-08-20T03:12:09.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51012026-08-20T03:12:09.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51022026-08-20T03:12:09.653Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51032026-08-20T03:12:10.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
51042026-08-20T03:12:10.200Z
51052026-08-20T03:12:10.200Zinfo: running `cargo check --bins` on wicketd (335/337)
51062026-08-20T03:12:10.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-20T03:12:10.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-20T03:12:10.893Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51092026-08-20T03:12:14.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
51102026-08-20T03:12:14.630Z
51112026-08-20T03:12:14.630Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51122026-08-20T03:12:15.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-20T03:12:15.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-20T03:12:15.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51152026-08-20T03:12:15.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
51162026-08-20T03:12:15.197Z
51172026-08-20T03:12:15.197Zinfo: running `cargo check --bins` on zone-setup (337/337)
51182026-08-20T03:12:15.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-20T03:12:15.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-20T03:12:15.861Z Checking uzers v0.12.2
51212026-08-20T03:12:16.129Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51222026-08-20T03:12:16.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51232026-08-20T03:12:17.104Z
51242026-08-20T03:12:17.104Zreal 14:02.245195912
51252026-08-20T03:12:17.104Zuser 21:19.150767884
51262026-08-20T03:12:17.104Zsys 4:22.945101969
51272026-08-20T03:12:17.104Ztrap 0.342374296
51282026-08-20T03:12:17.104Ztflt 0.577214413
51292026-08-20T03:12:17.104Zdflt 0.801159406
51302026-08-20T03:12:17.104Zkflt 0.006671974
51312026-08-20T03:12:17.104Zlock 1:30:04.436165518
51322026-08-20T03:12:17.104Zslp 1:41:03.311890230
51332026-08-20T03:12:17.104Zlat 56.395123468
51342026-08-20T03:12:17.104Zstop 4:12.388404289
51352026-08-20T03:12:17.107Zprocess exited: duration 971228 ms, exit code 0
 
51362026-08-20T03:12:17.113Zfound 0 output files