01M0KMDE1S0YGPS3XT5Q6SW3QJ: 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: 01M0KME01PF4MJHEVTWHPCE65S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-22T02:23:33.169Zjob assigned to worker 01M0KME210T90E36DETGBRF6ZZ [factory aws, i-023396c99c52607b3] (queued for 53 s)
 
22026-08-22T02:23:39.799Zstarting task 0: "setup"
32026-08-22T02:23:39.802Z++ uname -s
42026-08-22T02:23:39.805Z+ kern=SunOS
52026-08-22T02:23:39.805Z+ build_user=build
62026-08-22T02:23:39.805Z+ build_uid=12345
72026-08-22T02:23:39.805Z+ work_dir=/work
82026-08-22T02:23:39.805Z+ input_dir=/input
92026-08-22T02:23:39.805Z+ [[ 0 == 12345 ]]
102026-08-22T02:23:39.805Z+ case "$kern" in
112026-08-22T02:23:39.805Z+ groupadd -g 12345 build
122026-08-22T02:23:39.805Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-22T02:23:41.810Z+ zfs create -o mountpoint=/work rpool/work
142026-08-22T02:23:41.899Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-22T02:23:41.902Z+ home_fs=zfs
162026-08-22T02:23:41.902Z+ [[ zfs == autofs ]]
172026-08-22T02:23:41.902Z+ mkdir -p /home/build
182026-08-22T02:23:41.902Z+ chown build:build /home/build /work
192026-08-22T02:23:43.904Z+ chmod 0700 /home/build /work
202026-08-22T02:23:43.907Zprocess exited: duration 4108 ms, exit code 0
 
212026-08-22T02:23:43.913Zstarting task 1: "rust-toolchain"
222026-08-22T02:23:43.917Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-22T02:23:43.917Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-22T02:23:43.917Z * rust toolchain channel = "1.97.1"
252026-08-22T02:23:43.917Z * rust toolchain profile = "default"
262026-08-22T02:23:43.917Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-22T02:23:43.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-22T02:23:43.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-22T02:23:43.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-22T02:23:44.023Zinfo: downloading installer
312026-08-22T02:23:45.296Zwarn: It looks like you have an existing rustup settings file at:
322026-08-22T02:23:45.296Zwarn: /home/build/.rustup/settings.toml
332026-08-22T02:23:45.296Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-22T02:23:45.296Zwarn: instead of the one inferred from the default host triple.
352026-08-22T02:23:45.308Zinfo: profile set to default
362026-08-22T02:23:45.308Zinfo: default host triple is x86_64-unknown-illumos
372026-08-22T02:23:45.311Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-22T02:23:45.446Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-22T02:23:45.449Zinfo: downloading 6 components
402026-08-22T02:23:59.816Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-22T02:23:59.817Z
422026-08-22T02:23:59.844Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-22T02:23:59.844Z
442026-08-22T02:23:59.888Z
452026-08-22T02:23:59.888ZRust is installed now. Great!
462026-08-22T02:23:59.888Z
472026-08-22T02:23:59.888ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-22T02:23:59.888Zenvironment variable. This has not been done automatically.
492026-08-22T02:23:59.889Z
502026-08-22T02:23:59.889ZTo configure your current shell, you need to source
512026-08-22T02:23:59.889Zthe corresponding env file under $HOME/.cargo.
522026-08-22T02:23:59.889Z
532026-08-22T02:23:59.889ZThis is usually done by running one of the following (note the leading DOT):
542026-08-22T02:23:59.889Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-22T02:23:59.889Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-22T02:23:59.889Zsource "~/.cargo/env.nu" # For nushell
572026-08-22T02:23:59.889Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-22T02:23:59.889Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-22T02:23:59.889Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-22T02:23:59.889Zwarn: no default linker (`cc`) was found in your PATH
612026-08-22T02:23:59.889Zwarn: many Rust crates require a system C toolchain to build
622026-08-22T02:23:59.939Z+ rustup --version
632026-08-22T02:23:59.948Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-22T02:23:59.951Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-22T02:23:59.969Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-22T02:23:59.972Z+ cargo --version
672026-08-22T02:23:59.987Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-22T02:23:59.991Z+ rustc --version
692026-08-22T02:24:00.008Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-22T02:24:00.015Zprocess exited: duration 16097 ms, exit code 0
 
712026-08-22T02:24:00.022Zstarting task 2: "authentication"
722026-08-22T02:24:00.038Zprocess exited: duration 16 ms, exit code 0
 
732026-08-22T02:24:00.044Zstarting task 3: "clone repository"
742026-08-22T02:24:00.047Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-22T02:24:00.050Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-22T02:24:00.079ZCloning into '/work/oxidecomputer/omicron'...
772026-08-22T02:24:12.771Z+ cd /work/oxidecomputer/omicron
782026-08-22T02:24:12.771Z+ git fetch origin 434e09d02ffa162784da91d392f012c5e1b4afef
792026-08-22T02:24:13.085ZFrom https://github.com/oxidecomputer/omicron
802026-08-22T02:24:13.085Z * branch 434e09d02ffa162784da91d392f012c5e1b4afef -> FETCH_HEAD
812026-08-22T02:24:13.095Z+ [[ -n '' ]]
822026-08-22T02:24:13.096Z+ git reset --hard 434e09d02ffa162784da91d392f012c5e1b4afef
832026-08-22T02:24:13.274ZHEAD is now at 434e09d02 misc: tagged union api design
842026-08-22T02:24:13.278Zprocess exited: duration 13234 ms, exit code 0
 
852026-08-22T02:24:13.285Zstarting task 4: "build"
862026-08-22T02:24:13.288Z+ source .github/buildomat/ci-env.sh
872026-08-22T02:24:13.290Z++ export CARGO_TERM_COLOR=always
882026-08-22T02:24:13.290Z++ CARGO_TERM_COLOR=always
892026-08-22T02:24:13.290Z+++ uname -s
902026-08-22T02:24:13.290Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-22T02:24:13.290Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-22T02:24:13.293Z+ cargo --version
932026-08-22T02:24:13.300Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-22T02:24:13.302Z+ rustc --version
952026-08-22T02:24:13.323Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-22T02:24:13.325Z+ source ./env.sh
972026-08-22T02:24:13.326Z++ OLD_SHELL_OPTS=ehxB
982026-08-22T02:24:13.326Z++ set -o xtrace
992026-08-22T02:24:13.328Z++++ dirname ./env.sh
1002026-08-22T02:24:13.329Z+++ readlink -f .
1012026-08-22T02:24:13.331Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-22T02:24:13.331Z++ 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-22T02:24:13.331Z++ 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-22T02:24:13.331Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ 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-22T02:24:13.332Z++ case $OLD_SHELL_OPTS in
1132026-08-22T02:24:13.332Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-22T02:24:13.332Z+ 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-22T02:24:13.332Z+ 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-22T02:24:13.332Z+ banner prerequisites
1172026-08-22T02:24:13.337Z
1182026-08-22T02:24:13.337Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-22T02:24:13.337Z # # # # # # # # # # # # # # #
1202026-08-22T02:24:13.337Z # # # # ##### # # ##### # # # # # #### #
1212026-08-22T02:24:13.337Z ##### ##### # ##### # # # # # # # # #
1222026-08-22T02:24:13.337Z # # # # # # # # # # # # # # #
1232026-08-22T02:24:13.337Z # # # ###### # # ###### ### # #### # #### #
1242026-08-22T02:24:13.337Z
1252026-08-22T02:24:13.338Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-22T02:24:15.196Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-22T02:24:15.551Z Startup: Caching catalogs ... Done
1282026-08-22T02:24:17.499ZPlanning: Solver setup ... Done (1.837s)
1292026-08-22T02:24:17.556ZPlanning: Running solver ... Done (0.057s)
1302026-08-22T02:24:17.601ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-22T02:24:17.611ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-22T02:24:17.629ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-22T02:24:17.642ZPlanning: Package planning ... Done (0.013s)
1342026-08-22T02:24:17.645ZPlanning: Merging actions ... Done (0.001s)
1352026-08-22T02:24:17.801ZPlanning: Checking for conflicting actions ... Done (0.157s)
1362026-08-22T02:24:17.804ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-22T02:24:18.659ZPlanning: Evaluating mediators ... Done (0.857s)
1382026-08-22T02:24:18.662ZPlanning: Planning completed in 3.08 seconds
1392026-08-22T02:24:18.668Z Packages to install: 2
1402026-08-22T02:24:18.668Z Estimated space available: 156.01 GB
1412026-08-22T02:24:18.671ZEstimated space to be consumed: 74.96 MB
1422026-08-22T02:24:18.671Z Create boot environment: No
1432026-08-22T02:24:18.671ZCreate backup boot environment: No
1442026-08-22T02:24:18.671Z Rebuild boot archive: No
1452026-08-22T02:24:18.671Z
1462026-08-22T02:24:18.671ZChanged packages:
1472026-08-22T02:24:18.671Zhelios
1482026-08-22T02:24:18.671Z developer/build-essential
1492026-08-22T02:24:18.671Z None -> 11-3.0
1502026-08-22T02:24:18.671Z library/libxmlsec1
1512026-08-22T02:24:18.671Z None -> 1.2.35-3.0
1522026-08-22T02:24:18.692Z
1532026-08-22T02:24:18.692ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-22T02:24:18.759ZDownload: Completed 1.28 MB in 0.07 seconds (19.2M/s)
1552026-08-22T02:24:18.824Z Actions: 1/268 actions (Installing new actions)
1562026-08-22T02:24:18.862Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-22T02:24:18.894ZFinalize: Updating package state database ... Done (0.031s)
1582026-08-22T02:24:18.898ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-22T02:24:18.975ZFinalize: Updating image state ... Done (0.080s)
1602026-08-22T02:24:21.480ZFinalize: Creating fast lookup database ... Done (2.455s)
1612026-08-22T02:24:21.550ZFinalize: Reading search index ... Done (0.013s)
1622026-08-22T02:24:21.555ZFinalize: Updating search index ... Done (0.000s)
1632026-08-22T02:24:21.621ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-22T02:24:21.981ZPlanning: Evaluating mediator changes ... Done
1652026-08-22T02:24:22.082ZPlanning: Checking for conflicting actions ... Done
1662026-08-22T02:24:22.086ZPlanning: Consolidating action changes ... Done
1672026-08-22T02:24:22.241ZPlanning: Evaluating mediators ... Done
1682026-08-22T02:24:22.243ZPlanning: Planning completed in 0.26 seconds
1692026-08-22T02:24:22.262Z Mediators to change: 2
1702026-08-22T02:24:22.262Z Create boot environment: No
1712026-08-22T02:24:22.262ZCreate backup boot environment: No
1722026-08-22T02:24:22.300ZFinalize: Updating package state database ... Done
1732026-08-22T02:24:22.300ZFinalize: Updating package cache ... Done
1742026-08-22T02:24:22.349ZFinalize: Updating image state ... Done
1752026-08-22T02:24:24.271ZFinalize: Creating fast lookup database ... Done
1762026-08-22T02:24:24.334ZFinalize: Reading search index ... Done
1772026-08-22T02:24:24.338ZFinalize: Updating search index ... Done
1782026-08-22T02:24:24.414ZFinalize: Updating package cache ... Done
1792026-08-22T02:24:24.696ZPlanning: Evaluating mediator changes ... Done
1802026-08-22T02:24:24.801ZPlanning: Checking for conflicting actions ... Done
1812026-08-22T02:24:24.801ZPlanning: Consolidating action changes ... Done
1822026-08-22T02:24:24.956ZPlanning: Evaluating mediators ... Done
1832026-08-22T02:24:24.959ZPlanning: Planning completed in 0.26 seconds
1842026-08-22T02:24:24.979Z Mediators to change: 1
1852026-08-22T02:24:24.979Z Create boot environment: No
1862026-08-22T02:24:24.982ZCreate backup boot environment: No
1872026-08-22T02:24:25.033ZFinalize: Updating package state database ... Done
1882026-08-22T02:24:25.033ZFinalize: Updating package cache ... Done
1892026-08-22T02:24:25.081ZFinalize: Updating image state ... Done
1902026-08-22T02:24:27.032ZFinalize: Creating fast lookup database ... Done
1912026-08-22T02:24:27.094ZFinalize: Reading search index ... Done
1922026-08-22T02:24:27.096ZFinalize: Updating search index ... Done
1932026-08-22T02:24:27.176ZFinalize: Updating package cache ... Done
1942026-08-22T02:24:27.487ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-22T02:24:27.487Zapache system 2.4 system
1962026-08-22T02:24:27.487Zclang system 15 system
1972026-08-22T02:24:27.487Zcsh system system illumos
1982026-08-22T02:24:27.487Zctags system system illumos
1992026-08-22T02:24:27.487Zfile vendor vendor darwinsys
2002026-08-22T02:24:27.487Zfile system system illumos
2012026-08-22T02:24:27.487Zgcc vendor 14 vendor
2022026-08-22T02:24:27.487Zgcc system 13 system
2032026-08-22T02:24:27.487Zgcc system 10 system
2042026-08-22T02:24:27.487Zgo system 1.25 system
2052026-08-22T02:24:27.487Zllvm system 15 system
2062026-08-22T02:24:27.487Zmariadb system 11.4 system
2072026-08-22T02:24:27.487Zmta vendor vendor dma
2082026-08-22T02:24:27.487Zopenjdk system 17 system
2092026-08-22T02:24:27.487Zopenjdk system 11 system
2102026-08-22T02:24:27.487Zopenssl vendor 3 vendor
2112026-08-22T02:24:27.487Zperl system 5.40 system
2122026-08-22T02:24:27.487Zpostgresql system 18 system
2132026-08-22T02:24:27.487Zpostgresql system 17 system
2142026-08-22T02:24:27.487Zpython vendor 3 vendor
2152026-08-22T02:24:27.487Zpython system 2 system
2162026-08-22T02:24:27.488Zpython3 vendor 3.13 vendor
2172026-08-22T02:24:27.488Zruby system 3.4 system
2182026-08-22T02:24:27.488Zruby system 3.0 system
2192026-08-22T02:24:27.488Zwords vendor vendor american-english
2202026-08-22T02:24:27.488Zwords system system australian-english
2212026-08-22T02:24:27.488Zwords system system british-english
2222026-08-22T02:24:27.488Zwords system system canadian-english
2232026-08-22T02:24:27.488Zwords system system french
2242026-08-22T02:24:27.488Zwords system system italian
2252026-08-22T02:24:27.488Zwords system system ngerman
2262026-08-22T02:24:27.488Zwords system system ogerman
2272026-08-22T02:24:27.488Zwords system system spanish
2282026-08-22T02:24:27.739ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-22T02:24:27.739Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-22T02:24:28.204ZFMRI IFO
2312026-08-22T02:24:28.204Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-22T02:24:28.204Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-22T02:24:28.204Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-22T02:24:28.204Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-22T02:24:28.204Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-22T02:24:28.204Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-22T02:24:28.204Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-22T02:24:28.204Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-22T02:24:28.204Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-22T02:24:28.544Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-22T02:24:28.925Z Updating crates.io index
2422026-08-22T02:24:28.929Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-22T02:24:29.175Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-22T02:24:29.551Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-22T02:24:30.666Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-22T02:24:31.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-22T02:24:32.801Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-22T02:24:33.700Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-22T02:24:33.979Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-22T02:24:34.342Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-22T02:24:35.487Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-22T02:24:35.744Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-22T02:24:36.111Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-22T02:24:36.635Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-22T02:24:37.185Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-22T02:24:37.481Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-22T02:24:37.781Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-22T02:24:38.029Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-22T02:24:38.351Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-22T02:24:38.883Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-22T02:24:39.239Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-22T02:24:39.704Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-22T02:24:39.984Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-22T02:24:40.855Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-22T02:24:41.220Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-22T02:24:41.492Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-22T02:24:41.896Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-22T02:24:42.197Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-22T02:24:42.667Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-22T02:24:43.027Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-22T02:24:43.290Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-22T02:24:43.615Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-22T02:24:44.005Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-22T02:24:44.607Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-22T02:24:44.896Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-22T02:24:45.184Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-22T02:24:45.466Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-22T02:24:45.767Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-22T02:24:46.032Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-22T02:24:46.294Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-22T02:24:46.567Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-22T02:24:46.843Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-22T02:24:47.135Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-22T02:24:50.348Z Downloading crates ...
2852026-08-22T02:24:50.416Z Downloaded dof v0.3.0
2862026-08-22T02:24:50.419Z Downloaded fnv v1.0.7
2872026-08-22T02:24:50.423Z Downloaded clap_derive v4.6.1
2882026-08-22T02:24:50.428Z Downloaded indexmap v2.14.0
2892026-08-22T02:24:50.428Z Downloaded zerocopy v0.7.35
2902026-08-22T02:24:50.437Z Downloaded zmij v1.0.21
2912026-08-22T02:24:50.440Z Downloaded ucd-trie v0.1.7
2922026-08-22T02:24:50.440Z Downloaded zerocopy-derive v0.7.35
2932026-08-22T02:24:50.443Z Downloaded proc-macro2 v1.0.106
2942026-08-22T02:24:50.443Z Downloaded anstyle v1.0.14
2952026-08-22T02:24:50.445Z Downloaded bitflags v2.11.0
2962026-08-22T02:24:50.445Z Downloaded cargo_toml v0.21.0
2972026-08-22T02:24:50.448Z Downloaded clap_lex v1.0.0
2982026-08-22T02:24:50.448Z Downloaded generic-array v0.14.7
2992026-08-22T02:24:50.448Z Downloaded camino-tempfile v1.4.1
3002026-08-22T02:24:50.448Z Downloaded cpufeatures v0.2.17
3012026-08-22T02:24:50.452Z Downloaded camino v1.2.5
3022026-08-22T02:24:50.452Z Downloaded equivalent v1.0.2
3032026-08-22T02:24:50.452Z Downloaded anstyle-query v1.1.5
3042026-08-22T02:24:50.452Z Downloaded fastrand v2.3.0
3052026-08-22T02:24:50.452Z Downloaded log v0.4.33
3062026-08-22T02:24:50.456Z Downloaded dtrace-parser v0.2.0
3072026-08-22T02:24:50.456Z Downloaded heck v0.5.0
3082026-08-22T02:24:50.456Z Downloaded once_cell v1.21.3
3092026-08-22T02:24:50.459Z Downloaded getrandom v0.3.4
3102026-08-22T02:24:50.459Z Downloaded toml v0.8.23
3112026-08-22T02:24:50.459Z Downloaded semver v1.0.28
3122026-08-22T02:24:50.460Z Downloaded errno v0.3.14
3132026-08-22T02:24:50.462Z Downloaded anstyle-parse v1.0.0
3142026-08-22T02:24:50.463Z Downloaded heck v0.4.1
3152026-08-22T02:24:50.465Z Downloaded toml_datetime v0.6.11
3162026-08-22T02:24:50.470Z Downloaded crypto-common v0.1.7
3172026-08-22T02:24:50.473Z Downloaded terminal_size v0.4.3
3182026-08-22T02:24:50.484Z Downloaded memmap v0.7.0
3192026-08-22T02:24:50.487Z Downloaded block-buffer v0.10.4
3202026-08-22T02:24:50.488Z Downloaded cfg-if v1.0.4
3212026-08-22T02:24:50.492Z Downloaded usdt-attr-macro v0.5.0
3222026-08-22T02:24:50.499Z Downloaded itoa v1.0.17
3232026-08-22T02:24:50.499Z Downloaded macaddr v1.0.1
3242026-08-22T02:24:50.499Z Downloaded plain v0.2.3
3252026-08-22T02:24:50.502Z Downloaded toml_write v0.1.2
3262026-08-22T02:24:50.502Z Downloaded smawk v0.3.2
3272026-08-22T02:24:50.502Z Downloaded utf8parse v0.2.2
3282026-08-22T02:24:50.502Z Downloaded strsim v0.11.1
3292026-08-22T02:24:50.507Z Downloaded serde_spanned v0.6.9
3302026-08-22T02:24:50.510Z Downloaded tabled_derive v0.7.0
3312026-08-22T02:24:50.510Z Downloaded thread-id v4.2.2
3322026-08-22T02:24:50.510Z Downloaded version_check v0.9.5
3332026-08-22T02:24:50.510Z Downloaded usdt v0.5.0
3342026-08-22T02:24:50.510Z Downloaded scroll_derive v0.12.1
3352026-08-22T02:24:50.510Z Downloaded swrite v0.1.0
3362026-08-22T02:24:50.513Z Downloaded byteorder v1.5.0
3372026-08-22T02:24:50.516Z Downloaded thiserror-impl v1.0.69
3382026-08-22T02:24:50.517Z Downloaded thiserror v2.0.18
3392026-08-22T02:24:50.521Z Downloaded autocfg v1.5.0
3402026-08-22T02:24:50.524Z Downloaded pretty-hex v0.4.1
3412026-08-22T02:24:50.531Z Downloaded pest_generator v2.8.6
3422026-08-22T02:24:50.536Z Downloaded proc-macro-error v1.0.4
3432026-08-22T02:24:50.539Z Downloaded cargo_metadata v0.23.1
3442026-08-22T02:24:50.544Z Downloaded cargo-platform v0.3.2
3452026-08-22T02:24:50.546Z Downloaded serde_tokenstream v0.2.3
3462026-08-22T02:24:50.552Z Downloaded tempfile v3.27.0
3472026-08-22T02:24:50.555Z Downloaded pest_derive v2.8.6
3482026-08-22T02:24:50.555Z Downloaded papergrid v0.11.0
3492026-08-22T02:24:50.557Z Downloaded quote v1.0.45
3502026-08-22T02:24:50.561Z Downloaded thiserror v1.0.69
3512026-08-22T02:24:50.564Z Downloaded usdt-macro v0.5.0
3522026-08-22T02:24:50.564Z Downloaded is_terminal_polyfill v1.70.2
3532026-08-22T02:24:50.566Z Downloaded colorchoice v1.0.4
3542026-08-22T02:24:50.566Z Downloaded proc-macro-error-attr v1.0.4
3552026-08-22T02:24:50.569Z Downloaded digest v0.10.7
3562026-08-22T02:24:50.569Z Downloaded fs-err v3.3.0
3572026-08-22T02:24:50.572Z Downloaded anstream v1.0.0
3582026-08-22T02:24:50.576Z Downloaded unicode-linebreak v0.1.5
3592026-08-22T02:24:50.579Z Downloaded unicode-ident v1.0.24
3602026-08-22T02:24:50.595Z Downloaded scroll v0.12.0
3612026-08-22T02:24:50.603Z Downloaded pest_meta v2.8.6
3622026-08-22T02:24:50.607Z Downloaded anyhow v1.0.104
3632026-08-22T02:24:50.610Z Downloaded usdt-impl v0.5.0
3642026-08-22T02:24:50.618Z Downloaded bytecount v0.6.9
3652026-08-22T02:24:50.621Z Downloaded thiserror-impl v2.0.18
3662026-08-22T02:24:50.621Z Downloaded sha2 v0.10.9
3672026-08-22T02:24:50.670Z Downloaded serde_core v1.0.228
3682026-08-22T02:24:50.670Z Downloaded textwrap v0.16.2
3692026-08-22T02:24:50.670Z Downloaded clap_builder v4.6.0
3702026-08-22T02:24:50.670Z Downloaded toml_edit v0.22.27
3712026-08-22T02:24:50.670Z Downloaded typenum v1.20.1
3722026-08-22T02:24:50.670Z Downloaded serde_derive v1.0.228
3732026-08-22T02:24:50.670Z Downloaded clap v4.6.1
3742026-08-22T02:24:50.670Z Downloaded serde v1.0.228
3752026-08-22T02:24:50.670Z Downloaded serde_json v1.0.151
3762026-08-22T02:24:50.673Z Downloaded winnow v0.7.14
3772026-08-22T02:24:50.673Z Downloaded memchr v2.8.0
3782026-08-22T02:24:50.681Z Downloaded pest v2.8.6
3792026-08-22T02:24:50.684Z Downloaded hashbrown v0.17.0
3802026-08-22T02:24:50.695Z Downloaded unicode-width v0.1.14
3812026-08-22T02:24:50.705Z Downloaded goblin v0.8.2
3822026-08-22T02:24:50.716Z Downloaded tabled v0.15.0
3832026-08-22T02:24:50.724Z Downloaded unicode-width v0.2.0
3842026-08-22T02:24:50.728Z Downloaded syn v1.0.109
3852026-08-22T02:24:50.734Z Downloaded syn v2.0.117
3862026-08-22T02:24:50.743Z Downloaded rustix v1.1.4
3872026-08-22T02:24:50.764Z Downloaded libc v0.2.185
3882026-08-22T02:24:50.827Z Compiling proc-macro2 v1.0.106
3892026-08-22T02:24:50.828Z Compiling quote v1.0.45
3902026-08-22T02:24:50.828Z Compiling unicode-ident v1.0.24
3912026-08-22T02:24:50.831Z Compiling serde_core v1.0.228
3922026-08-22T02:24:50.831Z Compiling libc v0.2.185
3932026-08-22T02:24:50.831Z Compiling version_check v0.9.5
3942026-08-22T02:24:50.831Z Compiling memchr v2.8.0
3952026-08-22T02:24:50.831Z Compiling serde v1.0.228
3962026-08-22T02:24:51.140Z Compiling zmij v1.0.21
3972026-08-22T02:24:51.439Z Compiling itoa v1.0.17
3982026-08-22T02:24:51.493Z Compiling ucd-trie v0.1.7
3992026-08-22T02:24:51.553Z Compiling thiserror v1.0.69
4002026-08-22T02:24:51.694Z Compiling pest v2.8.6
4012026-08-22T02:24:51.732Z Compiling byteorder v1.5.0
4022026-08-22T02:24:51.770Z Compiling rustix v1.1.4
4032026-08-22T02:24:51.914Z Compiling errno v0.3.14
4042026-08-22T02:24:52.096Z Compiling bitflags v2.11.0
4052026-08-22T02:24:52.241Z Compiling serde_json v1.0.151
4062026-08-22T02:24:52.405Z Compiling syn v2.0.117
4072026-08-22T02:24:52.471Z Compiling thread-id v4.2.2
4082026-08-22T02:24:52.471Z Compiling usdt-impl v0.5.0
4092026-08-22T02:24:52.538Z Compiling proc-macro-error-attr v1.0.4
4102026-08-22T02:24:52.608Z Compiling camino v1.2.5
4112026-08-22T02:24:52.671Z Compiling syn v1.0.109
4122026-08-22T02:24:52.885Z Compiling pest_meta v2.8.6
4132026-08-22T02:24:52.951Z Compiling proc-macro-error v1.0.4
4142026-08-22T02:24:53.007Z Compiling utf8parse v0.2.2
4152026-08-22T02:24:53.039Z Compiling equivalent v1.0.2
4162026-08-22T02:24:53.088Z Compiling plain v0.2.3
4172026-08-22T02:24:53.107Z Compiling hashbrown v0.17.0
4182026-08-22T02:24:53.140Z Compiling getrandom v0.3.4
4192026-08-22T02:24:53.205Z Compiling log v0.4.33
4202026-08-22T02:24:53.515Z Compiling terminal_size v0.4.3
4212026-08-22T02:24:53.696Z Compiling indexmap v2.14.0
4222026-08-22T02:24:53.801Z Compiling anstyle-parse v1.0.0
4232026-08-22T02:24:54.299Z Compiling winnow v0.7.14
4242026-08-22T02:24:54.322Z Compiling colorchoice v1.0.4
4252026-08-22T02:24:54.322Z Compiling toml_write v0.1.2
4262026-08-22T02:24:54.358Z Compiling anstyle-query v1.1.5
4272026-08-22T02:24:54.388Z Compiling anstyle v1.0.14
4282026-08-22T02:24:54.422Z Compiling thiserror v2.0.18
4292026-08-22T02:24:54.474Z Compiling autocfg v1.5.0
4302026-08-22T02:24:54.630Z Compiling is_terminal_polyfill v1.70.2
4312026-08-22T02:24:54.640Z Compiling pest_generator v2.8.6
4322026-08-22T02:24:54.640Z Compiling pretty-hex v0.4.1
4332026-08-22T02:24:54.640Z Compiling cfg-if v1.0.4
4342026-08-22T02:24:54.819Z Compiling anstream v1.0.0
4352026-08-22T02:24:55.015Z Compiling fs-err v3.3.0
4362026-08-22T02:24:55.015Z Compiling anyhow v1.0.104
4372026-08-22T02:24:55.065Z Compiling fastrand v2.3.0
4382026-08-22T02:24:55.088Z Compiling fnv v1.0.7
4392026-08-22T02:24:55.621Z Compiling heck v0.4.1
4402026-08-22T02:24:55.735Z Compiling heck v0.5.0
4412026-08-22T02:24:55.736Z Compiling once_cell v1.21.3
4422026-08-22T02:24:55.736Z Compiling strsim v0.11.1
4432026-08-22T02:24:55.736Z Compiling clap_lex v1.0.0
4442026-08-22T02:24:55.736Z Compiling bytecount v0.6.9
4452026-08-22T02:24:55.736Z Compiling unicode-width v0.1.14
4462026-08-22T02:24:55.736Z Compiling clap_builder v4.6.0
4472026-08-22T02:24:55.736Z Compiling tempfile v3.27.0
4482026-08-22T02:24:55.736Z Compiling cargo-platform v0.3.2
4492026-08-22T02:24:55.746Z Compiling papergrid v0.11.0
4502026-08-22T02:24:55.759Z Compiling semver v1.0.28
4512026-08-22T02:24:55.796Z Compiling memmap v0.7.0
4522026-08-22T02:24:55.824Z Compiling tabled_derive v0.7.0
4532026-08-22T02:24:56.049Z Compiling unicode-width v0.2.0
4542026-08-22T02:24:56.081Z Compiling smawk v0.3.2
4552026-08-22T02:24:56.082Z Compiling unicode-linebreak v0.1.5
4562026-08-22T02:24:56.120Z Compiling camino-tempfile v1.4.1
4572026-08-22T02:24:56.266Z Compiling textwrap v0.16.2
4582026-08-22T02:24:56.600Z Compiling serde_derive v1.0.228
4592026-08-22T02:24:56.601Z Compiling thiserror-impl v1.0.69
4602026-08-22T02:24:56.601Z Compiling zerocopy-derive v0.7.35
4612026-08-22T02:24:56.713Z Compiling pest_derive v2.8.6
4622026-08-22T02:24:56.714Z Compiling scroll_derive v0.12.1
4632026-08-22T02:24:56.758Z Compiling thiserror-impl v2.0.18
4642026-08-22T02:24:56.959Z Compiling clap_derive v4.6.1
4652026-08-22T02:24:57.143Z Compiling tabled v0.15.0
4662026-08-22T02:24:57.184Z Compiling zerocopy v0.7.35
4672026-08-22T02:24:57.451Z Compiling scroll v0.12.0
4682026-08-22T02:24:57.638Z Compiling dtrace-parser v0.2.0
4692026-08-22T02:24:57.735Z Compiling goblin v0.8.2
4702026-08-22T02:24:58.195Z Compiling swrite v0.1.0
4712026-08-22T02:24:58.630Z Compiling clap v4.6.1
4722026-08-22T02:24:59.258Z Compiling serde_spanned v0.6.9
4732026-08-22T02:24:59.258Z Compiling toml_datetime v0.6.11
4742026-08-22T02:24:59.283Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-08-22T02:24:59.283Z Compiling cargo_metadata v0.23.1
4762026-08-22T02:24:59.283Z Compiling macaddr v1.0.1
4772026-08-22T02:24:59.302Z Compiling dof v0.3.0
4782026-08-22T02:24:59.302Z Compiling serde_tokenstream v0.2.3
4792026-08-22T02:24:59.428Z Compiling toml_edit v0.22.27
4802026-08-22T02:24:59.982Z Compiling usdt-macro v0.5.0
4812026-08-22T02:25:00.015Z Compiling usdt-attr-macro v0.5.0
4822026-08-22T02:25:00.612Z Compiling usdt v0.5.0
4832026-08-22T02:25:00.743Z Compiling toml v0.8.23
4842026-08-22T02:25:01.064Z Compiling cargo_toml v0.21.0
4852026-08-22T02:25:02.334Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-22T02:25:04.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s
4872026-08-22T02:25:04.574Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-22T02:25:05.091Z Downloading crates ...
4892026-08-22T02:25:05.154Z Downloaded bcs v0.1.6
4902026-08-22T02:25:05.159Z Downloaded argon2 v0.5.3
4912026-08-22T02:25:05.169Z Downloaded arc-swap v1.8.2
4922026-08-22T02:25:05.169Z Downloaded aead v0.6.1
4932026-08-22T02:25:05.173Z Downloaded adler2 v2.0.1
4942026-08-22T02:25:05.173Z Downloaded endian-type v0.1.2
4952026-08-22T02:25:05.173Z Downloaded futures-sink v0.3.32
4962026-08-22T02:25:05.176Z Downloaded bitfield-macros v0.19.4
4972026-08-22T02:25:05.180Z Downloaded base16ct v0.2.0
4982026-08-22T02:25:05.180Z Downloaded const-oid v0.10.2
4992026-08-22T02:25:05.183Z Downloaded fxhash v0.2.1
5002026-08-22T02:25:05.183Z Downloaded bit-vec v0.6.3
5012026-08-22T02:25:05.183Z Downloaded foreign-types v0.5.0
5022026-08-22T02:25:05.183Z Downloaded foreign-types-shared v0.3.1
5032026-08-22T02:25:05.191Z Downloaded funty v2.0.0
5042026-08-22T02:25:05.195Z Downloaded enum-as-inner v0.6.1
5052026-08-22T02:25:05.195Z Downloaded addr2line v0.25.1
5062026-08-22T02:25:05.199Z Downloaded ff v0.13.1
5072026-08-22T02:25:05.200Z Downloaded fs_extra v1.3.0
5082026-08-22T02:25:05.200Z Downloaded futures-io v0.3.32
5092026-08-22T02:25:05.203Z Downloaded bit-set v0.5.3
5102026-08-22T02:25:05.206Z Downloaded aead v0.5.2
5112026-08-22T02:25:05.206Z Downloaded ahash v0.8.12
5122026-08-22T02:25:05.209Z Downloaded anstyle-parse v0.2.7
5132026-08-22T02:25:05.209Z Downloaded atomicwrites v0.4.4
5142026-08-22T02:25:05.209Z Downloaded base64 v0.22.1
5152026-08-22T02:25:05.212Z Downloaded gethostname v0.5.0
5162026-08-22T02:25:05.212Z Downloaded fd-lock v4.0.4
5172026-08-22T02:25:05.212Z Downloaded foreign-types v0.3.2
5182026-08-22T02:25:05.213Z Downloaded bit-set v0.8.0
5192026-08-22T02:25:05.216Z Downloaded hubpack v0.1.2
5202026-08-22T02:25:05.216Z Downloaded async-stream-impl v0.3.6
5212026-08-22T02:25:05.216Z Downloaded block-padding v0.4.2
5222026-08-22T02:25:05.216Z Downloaded assert_matches v1.5.0
5232026-08-22T02:25:05.216Z Downloaded async-recursion v1.1.1
5242026-08-22T02:25:05.219Z Downloaded env_filter v2.0.0
5252026-08-22T02:25:05.220Z Downloaded fixedbitset v0.4.2
5262026-08-22T02:25:05.220Z Downloaded flagset v0.4.7
5272026-08-22T02:25:05.220Z Downloaded futures-core v0.3.32
5282026-08-22T02:25:05.224Z Downloaded base16ct v1.0.0
5292026-08-22T02:25:05.224Z Downloaded hash32 v0.3.1
5302026-08-22T02:25:05.224Z Downloaded futures-macro v0.3.32
5312026-08-22T02:25:05.227Z Downloaded foreign-types-shared v0.1.1
5322026-08-22T02:25:05.227Z Downloaded block-buffer v0.12.1
5332026-08-22T02:25:05.227Z Downloaded futures-channel v0.3.32
5342026-08-22T02:25:05.230Z Downloaded bcrypt-pbkdf v0.11.0
5352026-08-22T02:25:05.230Z Downloaded enum_dispatch v0.3.13
5362026-08-22T02:25:05.230Z Downloaded futures-executor v0.3.32
5372026-08-22T02:25:05.234Z Downloaded atomic-waker v1.1.2
5382026-08-22T02:25:05.237Z Downloaded atty v0.2.14
5392026-08-22T02:25:05.237Z Downloaded arrayref v0.3.9
5402026-08-22T02:25:05.237Z Downloaded globwalk v0.9.1
5412026-08-22T02:25:05.240Z Downloaded embedded-io v0.6.1
5422026-08-22T02:25:05.243Z Downloaded float-cmp v0.10.0
5432026-08-22T02:25:05.243Z Downloaded backtrace-ext v0.2.1
5442026-08-22T02:25:05.243Z Downloaded bitfield-struct v0.6.2
5452026-08-22T02:25:05.247Z Downloaded float-ord v0.3.2
5462026-08-22T02:25:05.247Z Downloaded hash32 v0.2.1
5472026-08-22T02:25:05.247Z Downloaded headers-core v0.3.0
5482026-08-22T02:25:05.247Z Downloaded hubpack_derive v0.1.1
5492026-08-22T02:25:05.247Z Downloaded httpdate v1.0.3
5502026-08-22T02:25:05.250Z Downloaded ciborium-io v0.2.2
5512026-08-22T02:25:05.253Z Downloaded ghash v0.6.0
5522026-08-22T02:25:05.253Z Downloaded fallible-iterator v0.2.0
5532026-08-22T02:25:05.253Z Downloaded foldhash v0.2.0
5542026-08-22T02:25:05.259Z Downloaded erased-serde v0.3.31
5552026-08-22T02:25:05.263Z Downloaded array-init v0.0.4
5562026-08-22T02:25:05.263Z Downloaded hostname v0.4.2
5572026-08-22T02:25:05.268Z Downloaded bb8 v0.8.6
5582026-08-22T02:25:05.275Z Downloaded ciborium-ll v0.2.2
5592026-08-22T02:25:05.275Z Downloaded cfg_aliases v0.2.1
5602026-08-22T02:25:05.275Z Downloaded hex v0.4.3
5612026-08-22T02:25:05.275Z Downloaded foreign-types-macros v0.2.3
5622026-08-22T02:25:05.275Z Downloaded embedded-io v0.4.0
5632026-08-22T02:25:05.275Z Downloaded hex-literal v1.1.0
5642026-08-22T02:25:05.280Z Downloaded async-stream v0.3.6
5652026-08-22T02:25:05.281Z Downloaded cobs v0.3.0
5662026-08-22T02:25:05.281Z Downloaded ff v0.14.0
5672026-08-22T02:25:05.281Z Downloaded git-stub-vcs v0.1.0
5682026-08-22T02:25:05.281Z Downloaded normalize-line-endings v0.3.0
5692026-08-22T02:25:05.285Z Downloaded compression-core v0.4.31
5702026-08-22T02:25:05.285Z Downloaded cfg_aliases v0.1.1
5712026-08-22T02:25:05.285Z Downloaded git-stub v1.0.0
5722026-08-22T02:25:05.285Z Downloaded hostname v0.3.1
5732026-08-22T02:25:05.294Z Downloaded nodrop v0.1.14
5742026-08-22T02:25:05.294Z Downloaded castaway v0.2.4
5752026-08-22T02:25:05.294Z Downloaded nibble_vec v0.1.0
5762026-08-22T02:25:05.294Z Downloaded ascii-canvas v3.0.0
5772026-08-22T02:25:05.294Z Downloaded http-range v0.1.5
5782026-08-22T02:25:05.294Z Downloaded openssl-macros v0.1.1
5792026-08-22T02:25:05.298Z Downloaded bitfield v0.19.4
5802026-08-22T02:25:05.298Z Downloaded bitflags v1.3.2
5812026-08-22T02:25:05.298Z Downloaded futures-task v0.3.32
5822026-08-22T02:25:05.298Z Downloaded home v0.5.12
5832026-08-22T02:25:05.298Z Downloaded bit-vec v0.8.0
5842026-08-22T02:25:05.298Z Downloaded newline-converter v0.3.0
5852026-08-22T02:25:05.298Z Downloaded async-bb8-diesel v0.2.1
5862026-08-22T02:25:05.298Z Downloaded fixedbitset v0.5.7
5872026-08-22T02:25:05.298Z Downloaded ena v0.14.4
5882026-08-22T02:25:05.298Z Downloaded env_logger v0.11.11
5892026-08-22T02:25:05.301Z Downloaded form_urlencoded v1.2.2
5902026-08-22T02:25:05.301Z Downloaded globset v0.4.18
5912026-08-22T02:25:05.301Z Downloaded filetime v0.2.27
5922026-08-22T02:25:05.301Z Downloaded peg-runtime v0.8.5
5932026-08-22T02:25:05.301Z Downloaded backoff v0.4.0
5942026-08-22T02:25:05.307Z Downloaded num_threads v0.1.7
5952026-08-22T02:25:05.307Z Downloaded rand_pcg v0.10.2
5962026-08-22T02:25:05.307Z Downloaded parse-display v0.10.0
5972026-08-22T02:25:05.311Z Downloaded phf_shared v0.11.3
5982026-08-22T02:25:05.311Z Downloaded psl-types v2.0.11
5992026-08-22T02:25:05.311Z Downloaded radium v0.7.0
6002026-08-22T02:25:05.314Z Downloaded foldhash v0.1.5
6012026-08-22T02:25:05.318Z Downloaded proc-macro-error-attr2 v2.0.0
6022026-08-22T02:25:05.318Z Downloaded quick-error v1.2.3
6032026-08-22T02:25:05.321Z Downloaded anstream v0.6.21
6042026-08-22T02:25:05.321Z Downloaded chacha20 v0.9.1
6052026-08-22T02:25:05.321Z Downloaded hmac v0.13.0
6062026-08-22T02:25:05.325Z Downloaded highway v1.3.0
6072026-08-22T02:25:05.325Z Downloaded glob v0.3.3
6082026-08-22T02:25:05.325Z Downloaded http-body v1.0.1
6092026-08-22T02:25:05.328Z Downloaded base64ct v1.8.3
6102026-08-22T02:25:05.328Z Downloaded cexpr v0.6.0
6112026-08-22T02:25:05.328Z Downloaded camino-tempfile-ext v0.3.3
6122026-08-22T02:25:05.331Z Downloaded group v0.13.0
6132026-08-22T02:25:05.331Z Downloaded buf-list v1.1.2
6142026-08-22T02:25:05.331Z Downloaded rustc-hash v2.1.1
6152026-08-22T02:25:05.334Z Downloaded byte-wrapper v0.1.0
6162026-08-22T02:25:05.337Z Downloaded cipher v0.4.4
6172026-08-22T02:25:05.337Z Downloaded cmov v0.5.4
6182026-08-22T02:25:05.338Z Downloaded hmac v0.12.1
6192026-08-22T02:25:05.338Z Downloaded async-trait v0.1.89
6202026-08-22T02:25:05.341Z Downloaded blowfish v0.10.0
6212026-08-22T02:25:05.341Z Downloaded heapless v0.7.17
6222026-08-22T02:25:05.341Z Downloaded num-integer v0.1.46
6232026-08-22T02:25:05.344Z Downloaded cbc v0.2.1
6242026-08-22T02:25:05.345Z Downloaded cmake v0.1.57
6252026-08-22T02:25:05.348Z Downloaded find-msvc-tools v0.1.9
6262026-08-22T02:25:05.348Z Downloaded group v0.14.0
6272026-08-22T02:25:05.351Z Downloaded getrandom v0.2.17
6282026-08-22T02:25:05.351Z Downloaded half v1.8.3
6292026-08-22T02:25:05.351Z Downloaded num_enum v0.5.11
6302026-08-22T02:25:05.355Z Downloaded bs58 v0.5.1
6312026-08-22T02:25:05.355Z Downloaded compression-codecs v0.4.37
6322026-08-22T02:25:05.358Z Downloaded const-oid v0.9.6
6332026-08-22T02:25:05.358Z Downloaded recursive v0.1.1
6342026-08-22T02:25:05.358Z Downloaded rfc6979 v0.6.0
6352026-08-22T02:25:05.358Z Downloaded rand_chacha v0.9.0
6362026-08-22T02:25:05.361Z Downloaded russh-util v0.52.0
6372026-08-22T02:25:05.361Z Downloaded proc-macro-error2 v2.0.1
6382026-08-22T02:25:05.364Z Downloaded serde_repr v0.1.20
6392026-08-22T02:25:05.364Z Downloaded serde_urlencoded v0.7.1
6402026-08-22T02:25:05.364Z Downloaded serde_spanned v1.1.1
6412026-08-22T02:25:05.367Z Downloaded semver v0.1.20
6422026-08-22T02:25:05.367Z Downloaded seq-macro v0.3.6
6432026-08-22T02:25:05.374Z Downloaded generic-array v1.4.3
6442026-08-22T02:25:05.374Z Downloaded strum v0.27.2
6452026-08-22T02:25:05.374Z Downloaded rand_seeder v0.4.0
6462026-08-22T02:25:05.377Z Downloaded httparse v1.10.1
6472026-08-22T02:25:05.377Z Downloaded paste v1.0.15
6482026-08-22T02:25:05.377Z Downloaded pin-project-internal v1.1.11
6492026-08-22T02:25:05.380Z Downloaded pkg-config v0.3.32
6502026-08-22T02:25:05.380Z Downloaded progenitor-extras v0.2.0
6512026-08-22T02:25:05.380Z Downloaded signal-hook-tokio v0.3.1
6522026-08-22T02:25:05.380Z Downloaded fs-err v2.11.0
6532026-08-22T02:25:05.384Z Downloaded peg-macros v0.8.5
6542026-08-22T02:25:05.388Z Downloaded ref-cast-impl v1.0.25
6552026-08-22T02:25:05.388Z Downloaded supports-unicode v3.0.0
6562026-08-22T02:25:05.388Z Downloaded arrayvec v0.7.6
6572026-08-22T02:25:05.388Z Downloaded colored v3.1.1
6582026-08-22T02:25:05.388Z Downloaded console v0.15.11
6592026-08-22T02:25:05.392Z Downloaded tap v1.0.1
6602026-08-22T02:25:05.392Z Downloaded rustc-demangle v0.1.27
6612026-08-22T02:25:05.401Z Downloaded clang-sys v1.8.1
6622026-08-22T02:25:05.401Z Downloaded blake2 v0.11.0-rc.6
6632026-08-22T02:25:05.401Z Downloaded argon2 v0.6.0-rc.8
6642026-08-22T02:25:05.401Z Downloaded bzip2 v0.6.1
6652026-08-22T02:25:05.401Z Downloaded cancel-safe-futures v0.1.5
6662026-08-22T02:25:05.401Z Downloaded ciborium v0.2.2
6672026-08-22T02:25:05.401Z Downloaded colored v2.2.0
6682026-08-22T02:25:05.405Z Downloaded take_mut v0.2.2
6692026-08-22T02:25:05.405Z Downloaded http-body-util v0.1.3
6702026-08-22T02:25:05.405Z Downloaded scroll v0.13.0
6712026-08-22T02:25:05.405Z Downloaded cipher v0.5.2
6722026-08-22T02:25:05.405Z Downloaded console v0.16.2
6732026-08-22T02:25:05.405Z Downloaded bzip2 v0.4.4
6742026-08-22T02:25:05.405Z Downloaded cassowary v0.3.0
6752026-08-22T02:25:05.408Z Downloaded chacha20 v0.10.0
6762026-08-22T02:25:05.408Z Downloaded testing_table v0.3.0
6772026-08-22T02:25:05.408Z Downloaded unarray v0.1.4
6782026-08-22T02:25:05.408Z Downloaded want v0.3.1
6792026-08-22T02:25:05.408Z Downloaded utf-8 v0.7.6
6802026-08-22T02:25:05.412Z Downloaded base64 v0.21.7
6812026-08-22T02:25:05.415Z Downloaded elliptic-curve v0.14.1
6822026-08-22T02:25:05.415Z Downloaded poly1305 v0.9.0
6832026-08-22T02:25:05.418Z Downloaded primefield v0.14.0
6842026-08-22T02:25:05.418Z Downloaded parking_lot v0.12.5
6852026-08-22T02:25:05.422Z Downloaded rustversion v1.0.22
6862026-08-22T02:25:05.422Z Downloaded sapling-renderdag v0.1.0
6872026-08-22T02:25:05.422Z Downloaded universal-hash v0.6.1
6882026-08-22T02:25:05.422Z Downloaded xshell-macros v0.2.7
6892026-08-22T02:25:05.422Z Downloaded usdt v0.6.0
6902026-08-22T02:25:05.425Z Downloaded yoke-derive v0.8.1
6912026-08-22T02:25:05.425Z Downloaded shlex v1.3.0
6922026-08-22T02:25:05.425Z Downloaded simd-adler32 v0.3.8
6932026-08-22T02:25:05.426Z Downloaded slab v0.4.12
6942026-08-22T02:25:05.426Z Downloaded slog-dtrace v0.3.0
6952026-08-22T02:25:05.426Z Downloaded ar_archive_writer v0.5.1
6962026-08-22T02:25:05.430Z Downloaded cpubits v0.1.1
6972026-08-22T02:25:05.430Z Downloaded poly1305 v0.8.0
6982026-08-22T02:25:05.431Z Downloaded rusty-fork v0.3.1
6992026-08-22T02:25:05.431Z Downloaded convert_case v0.4.0
7002026-08-22T02:25:05.431Z Downloaded oxide-update-engine v0.1.2
7012026-08-22T02:25:05.431Z Downloaded fatfs v0.3.6
7022026-08-22T02:25:05.434Z Downloaded smf v0.2.3
7032026-08-22T02:25:05.434Z Downloaded spki v0.7.3
7042026-08-22T02:25:05.434Z Downloaded ssh-encoding v0.3.0
7052026-08-22T02:25:05.437Z Downloaded snafu-derive v0.8.9
7062026-08-22T02:25:05.437Z Downloaded half v2.7.1
7072026-08-22T02:25:05.440Z Downloaded getrandom v0.4.3
7082026-08-22T02:25:05.445Z Downloaded crunchy v0.2.4
7092026-08-22T02:25:05.445Z Downloaded stringprep v0.1.5
7102026-08-22T02:25:05.448Z Downloaded thread_local v1.1.9
7112026-08-22T02:25:05.448Z Downloaded strum_macros v0.24.3
7122026-08-22T02:25:05.459Z Downloaded derive_builder_macro v0.20.2
7132026-08-22T02:25:05.462Z Downloaded supports-hyperlinks v3.2.0
7142026-08-22T02:25:05.464Z Downloaded tiny-keccak v2.0.2
7152026-08-22T02:25:05.464Z Downloaded tokio-native-tls v0.3.1
7162026-08-22T02:25:05.467Z Downloaded tinystr v0.8.2
7172026-08-22T02:25:05.467Z Downloaded unicase v2.9.0
7182026-08-22T02:25:05.467Z Downloaded wyz v0.5.1
7192026-08-22T02:25:05.467Z Downloaded dtrace-parser v0.3.0
7202026-08-22T02:25:05.467Z Downloaded diesel_table_macro_syntax v0.3.0
7212026-08-22T02:25:05.472Z Downloaded backon v1.6.0
7222026-08-22T02:25:05.472Z Downloaded is_ci v1.2.0
7232026-08-22T02:25:05.475Z Downloaded keccak v0.1.6
7242026-08-22T02:25:05.475Z Downloaded headers v0.4.1
7252026-08-22T02:25:05.478Z Downloaded backtrace v0.3.76
7262026-08-22T02:25:05.478Z Downloaded chacha20poly1305 v0.10.1
7272026-08-22T02:25:05.481Z Downloaded tui-tree-widget v0.23.1
7282026-08-22T02:25:05.481Z Downloaded inout v0.2.2
7292026-08-22T02:25:05.481Z Downloaded illumos-nvpair-sys v0.2.0
7302026-08-22T02:25:05.481Z Downloaded libscf-sys v1.2.0
7312026-08-22T02:25:05.481Z Downloaded sec1 v0.8.1
7322026-08-22T02:25:05.484Z Downloaded uzers v0.12.2
7332026-08-22T02:25:05.484Z Downloaded zeroize v1.9.0
7342026-08-22T02:25:05.484Z Downloaded slog-stdlog v4.1.1
7352026-08-22T02:25:05.484Z Downloaded omicron-zone-package v0.12.3
7362026-08-22T02:25:05.487Z Downloaded jiff-static v0.2.34
7372026-08-22T02:25:05.489Z Downloaded lru-cache v0.1.2
7382026-08-22T02:25:05.489Z Downloaded pkcs5 v0.8.1
7392026-08-22T02:25:05.492Z Downloaded match_cfg v0.1.0
7402026-08-22T02:25:05.492Z Downloaded heapless v0.8.0
7412026-08-22T02:25:05.492Z Downloaded futures v0.3.32
7422026-08-22T02:25:05.496Z Downloaded corncobs v0.1.4
7432026-08-22T02:25:05.496Z Downloaded ctr v0.10.1
7442026-08-22T02:25:05.496Z Downloaded critical-section v1.2.0
7452026-08-22T02:25:05.496Z Downloaded defmt-parser v1.0.0
7462026-08-22T02:25:05.501Z Downloaded new_debug_unreachable v1.0.6
7472026-08-22T02:25:05.501Z Downloaded flume v0.11.1
7482026-08-22T02:25:05.501Z Downloaded olpc-cjson v0.1.4
7492026-08-22T02:25:05.501Z Downloaded chumsky v0.9.3
7502026-08-22T02:25:05.506Z Downloaded debug-ignore v1.0.5
7512026-08-22T02:25:05.506Z Downloaded allocator-api2 v0.2.21
7522026-08-22T02:25:05.506Z Downloaded compact_str v0.8.1
7532026-08-22T02:25:05.512Z Downloaded blake2 v0.10.6
7542026-08-22T02:25:05.513Z Downloaded num-conv v0.2.0
7552026-08-22T02:25:05.513Z Downloaded powerfmt v0.2.0
7562026-08-22T02:25:05.513Z Downloaded rand_chacha v0.3.1
7572026-08-22T02:25:05.513Z Downloaded rand_xorshift v0.4.0
7582026-08-22T02:25:05.517Z Downloaded derive_builder_core v0.20.2
7592026-08-22T02:25:05.517Z Downloaded p256 v0.14.0
7602026-08-22T02:25:05.517Z Downloaded packed_struct_codegen v0.10.1
7612026-08-22T02:25:05.517Z Downloaded percent-encoding v2.3.2
7622026-08-22T02:25:05.517Z Downloaded der_derive v0.7.3
7632026-08-22T02:25:05.523Z Downloaded toml_parser v1.1.2+spec-1.1.0
7642026-08-22T02:25:05.523Z Downloaded tracing-attributes v0.1.31
7652026-08-22T02:25:05.523Z Downloaded vergen v9.1.0
7662026-08-22T02:25:05.528Z Downloaded jobserver v0.1.34
7672026-08-22T02:25:05.532Z Downloaded progenitor-client v0.14.0
7682026-08-22T02:25:05.532Z Downloaded rustc_version v0.1.7
7692026-08-22T02:25:05.535Z Downloaded openssl-sys v0.9.117
7702026-08-22T02:25:05.535Z Downloaded ref-cast v1.0.25
7712026-08-22T02:25:05.539Z Downloaded prefix-trie v0.7.0
7722026-08-22T02:25:05.539Z Downloaded impl-trait-for-tuples v0.2.3
7732026-08-22T02:25:05.539Z Downloaded indoc v2.0.7
7742026-08-22T02:25:05.542Z Downloaded ipnet v2.12.0
7752026-08-22T02:25:05.542Z Downloaded rfc6979 v0.4.0
7762026-08-22T02:25:05.542Z Downloaded serde_bytes v0.11.19
7772026-08-22T02:25:05.542Z Downloaded libsw v3.5.0
7782026-08-22T02:25:05.545Z Downloaded mime v0.3.17
7792026-08-22T02:25:05.548Z Downloaded ctutils v0.4.2
7802026-08-22T02:25:05.548Z Downloaded scroll_derive v0.13.1
7812026-08-22T02:25:05.548Z Downloaded siphasher v1.0.2
7822026-08-22T02:25:05.552Z Downloaded hickory-resolver v0.24.4
7832026-08-22T02:25:05.552Z Downloaded shell-words v1.1.1
7842026-08-22T02:25:05.555Z Downloaded sqlparser_derive v0.5.0
7852026-08-22T02:25:05.558Z Downloaded subtle v2.6.1
7862026-08-22T02:25:05.561Z Downloaded darling v0.20.11
7872026-08-22T02:25:05.562Z Downloaded darling v0.21.3
7882026-08-22T02:25:05.565Z Downloaded expectorate v1.2.0
7892026-08-22T02:25:05.568Z Downloaded mime_guess v2.0.5
7902026-08-22T02:25:05.568Z Downloaded openssl-probe v0.1.6
7912026-08-22T02:25:05.568Z Downloaded diff v0.1.13
7922026-08-22T02:25:05.568Z Downloaded flate2 v1.1.9
7932026-08-22T02:25:05.572Z Downloaded stable_deref_trait v1.2.1
7942026-08-22T02:25:05.572Z Downloaded num-complex v0.4.6
7952026-08-22T02:25:05.572Z Downloaded thread-id v5.1.0
7962026-08-22T02:25:05.572Z Downloaded predicates v3.1.4
7972026-08-22T02:25:05.576Z Downloaded tinyvec v1.10.0
7982026-08-22T02:25:05.579Z Downloaded hybrid-array v0.4.13
7992026-08-22T02:25:05.582Z Downloaded password-hash v0.5.0
8002026-08-22T02:25:05.586Z Downloaded derive_builder v0.20.2
8012026-08-22T02:25:05.589Z Downloaded utf8_iter v1.0.4
8022026-08-22T02:25:05.589Z Downloaded universal-hash v0.5.1
8032026-08-22T02:25:05.589Z Downloaded async-compression v0.4.41
8042026-08-22T02:25:05.592Z Downloaded toml v0.7.8
8052026-08-22T02:25:05.595Z Downloaded libefi-sys v0.1.0
8062026-08-22T02:25:05.595Z Downloaded pem v3.0.6
8072026-08-22T02:25:05.596Z Downloaded pem-rfc7468 v0.7.0
8082026-08-22T02:25:05.596Z Downloaded ecdsa v0.17.0
8092026-08-22T02:25:05.599Z Downloaded primeorder v0.14.0
8102026-08-22T02:25:05.599Z Downloaded progenitor-client v0.13.0
8112026-08-22T02:25:05.599Z Downloaded wnaf v0.14.0
8122026-08-22T02:25:05.602Z Downloaded crc-catalog v2.4.0
8132026-08-22T02:25:05.602Z Downloaded cstr-argument v0.1.2
8142026-08-22T02:25:05.602Z Downloaded xattr v1.6.1
8152026-08-22T02:25:05.605Z Downloaded tungstenite v0.21.0
8162026-08-22T02:25:05.609Z Downloaded dirs-next v2.0.0
8172026-08-22T02:25:05.609Z Downloaded primeorder v0.13.6
8182026-08-22T02:25:05.609Z Downloaded serde_derive_internals v0.29.1
8192026-08-22T02:25:05.612Z Downloaded serde_path_to_error v0.1.20
8202026-08-22T02:25:05.612Z Downloaded hashbrown v0.13.2
8212026-08-22T02:25:05.615Z Downloaded rustls-pemfile v2.2.0
8222026-08-22T02:25:05.615Z Downloaded scrypt v0.12.0
8232026-08-22T02:25:05.618Z Downloaded http v1.4.2
8242026-08-22T02:25:05.618Z Downloaded document-features v0.2.12
8252026-08-22T02:25:05.621Z Downloaded slog-json v2.6.1
8262026-08-22T02:25:05.621Z Downloaded strum_macros v0.26.4
8272026-08-22T02:25:05.621Z Downloaded synstructure v0.13.2
8282026-08-22T02:25:05.621Z Downloaded darling_macro v0.13.4
8292026-08-22T02:25:05.625Z Downloaded dunce v1.0.5
8302026-08-22T02:25:05.625Z Downloaded memmap2 v0.9.10
8312026-08-22T02:25:05.629Z Downloaded hashbrown v0.16.1
8322026-08-22T02:25:05.633Z Downloaded oxnet v0.1.6
8332026-08-22T02:25:05.633Z Downloaded postcard v1.1.3
8342026-08-22T02:25:05.633Z Downloaded ssh-cipher v0.3.0
8352026-08-22T02:25:05.633Z Downloaded indent_write v2.2.0
8362026-08-22T02:25:05.636Z Downloaded hashbrown v0.15.5
8372026-08-22T02:25:05.639Z Downloaded instability v0.3.11
8382026-08-22T02:25:05.639Z Downloaded bytes v1.11.1
8392026-08-22T02:25:05.643Z Downloaded schemars v1.2.1
8402026-08-22T02:25:05.652Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8412026-08-22T02:25:05.657Z Downloaded tokio-dtrace v0.1.1
8422026-08-22T02:25:05.657Z Downloaded bumpalo v3.20.2
8432026-08-22T02:25:05.657Z Downloaded lru v0.12.5
8442026-08-22T02:25:05.657Z Downloaded maplit v1.0.2
8452026-08-22T02:25:05.657Z Downloaded memoffset v0.9.1
8462026-08-22T02:25:05.657Z Downloaded nonempty v0.12.0
8472026-08-22T02:25:05.663Z Downloaded openssl-probe v0.2.1
8482026-08-22T02:25:05.663Z Downloaded toml_edit v0.23.10+spec-1.0.0
8492026-08-22T02:25:05.663Z Downloaded hickory-resolver v0.25.2
8502026-08-22T02:25:05.673Z Downloaded vergen-lib v0.1.6
8512026-08-22T02:25:05.673Z Downloaded zerovec-derive v0.11.2
8522026-08-22T02:25:05.673Z Downloaded hashbrown v0.12.3
8532026-08-22T02:25:05.673Z Downloaded wait-timeout v0.2.1
8542026-08-22T02:25:05.673Z Downloaded yoke v0.8.1
8552026-08-22T02:25:05.673Z Downloaded litrs v1.0.0
8562026-08-22T02:25:05.676Z Downloaded zstd v0.13.3
8572026-08-22T02:25:05.676Z Downloaded rustls-native-certs v0.8.3
8582026-08-22T02:25:05.676Z Downloaded rsa v0.10.0-rc.18
8592026-08-22T02:25:05.676Z Downloaded spin v0.9.8
8602026-08-22T02:25:05.676Z Downloaded zip v0.6.6
8612026-08-22T02:25:05.680Z Downloaded defmt-macros v1.0.1
8622026-08-22T02:25:05.680Z Downloaded hickory-server v0.25.2
8632026-08-22T02:25:05.683Z Downloaded rustls-pki-types v1.14.0
8642026-08-22T02:25:05.683Z Downloaded deranged v0.5.8
8652026-08-22T02:25:05.687Z Downloaded derive-ex v0.1.8
8662026-08-22T02:25:05.687Z Downloaded diesel-dtrace v0.5.0
8672026-08-22T02:25:05.687Z Downloaded path-slash v0.1.5
8682026-08-22T02:25:05.687Z Downloaded phf_shared v0.13.1
8692026-08-22T02:25:05.687Z Downloaded potential_utf v0.1.4
8702026-08-22T02:25:05.687Z Downloaded predicates-tree v1.0.13
8712026-08-22T02:25:05.692Z Downloaded progenitor-macro v0.13.0
8722026-08-22T02:25:05.693Z Downloaded aho-corasick v1.1.4
8732026-08-22T02:25:05.696Z Downloaded qorb v0.4.1
8742026-08-22T02:25:05.696Z Downloaded ed25519 v2.2.3
8752026-08-22T02:25:05.696Z Downloaded futures-util v0.3.32
8762026-08-22T02:25:05.700Z Downloaded term v0.7.0
8772026-08-22T02:25:05.703Z Downloaded ipnetwork v0.21.1
8782026-08-22T02:25:05.703Z Downloaded lazy_static v1.5.0
8792026-08-22T02:25:05.703Z Downloaded ed25519 v3.0.0
8802026-08-22T02:25:05.706Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-08-22T02:25:05.706Z Downloaded scheduled-thread-pool v0.2.7
8822026-08-22T02:25:05.706Z Downloaded secrecy v0.10.3
8832026-08-22T02:25:05.707Z Downloaded cc v1.2.56
8842026-08-22T02:25:05.710Z Downloaded icu_locale_core v2.1.1
8852026-08-22T02:25:05.710Z Downloaded icu_normalizer v2.1.1
8862026-08-22T02:25:05.713Z Downloaded linear-map v1.2.0
8872026-08-22T02:25:05.713Z Downloaded pem-rfc7468 v1.0.0
8882026-08-22T02:25:05.716Z Downloaded newtype-uuid v1.3.2
8892026-08-22T02:25:05.716Z Downloaded twox-hash v2.1.2
8902026-08-22T02:25:05.720Z Downloaded strum v0.26.3
8912026-08-22T02:25:05.720Z Downloaded sync_wrapper v1.0.2
8922026-08-22T02:25:05.723Z Downloaded termtree v0.5.1
8932026-08-22T02:25:05.723Z Downloaded cookie_store v0.22.1
8942026-08-22T02:25:05.723Z Downloaded crossbeam-utils v0.8.21
8952026-08-22T02:25:05.726Z Downloaded tokio-stream v0.1.18
8962026-08-22T02:25:05.726Z Downloaded usdt-attr-macro v0.6.0
8972026-08-22T02:25:05.730Z Downloaded serde_cbor v0.11.2
8982026-08-22T02:25:05.730Z Downloaded untrusted v0.9.0
8992026-08-22T02:25:05.733Z Downloaded darling v0.13.4
9002026-08-22T02:25:05.733Z Downloaded crossbeam-epoch v0.9.18
9012026-08-22T02:25:05.733Z Downloaded progenitor-impl v0.13.0
9022026-08-22T02:25:05.780Z Downloaded rand_core v0.6.4
9032026-08-22T02:25:05.780Z Downloaded unicode_categories v0.1.1
9042026-08-22T02:25:05.780Z Downloaded unit-prefix v0.5.2
9052026-08-22T02:25:05.780Z Downloaded zeroize_derive v1.5.0
9062026-08-22T02:25:05.780Z Downloaded crucible-workspace-hack v0.1.0
9072026-08-22T02:25:05.780Z Downloaded zone v0.3.1
9082026-08-22T02:25:05.780Z Downloaded papergrid v0.18.0
9092026-08-22T02:25:05.780Z Downloaded pbkdf2 v0.13.0
9102026-08-22T02:25:05.780Z Downloaded signal-hook v0.3.18
9112026-08-22T02:25:05.780Z Downloaded rustls-platform-verifier v0.6.2
9122026-08-22T02:25:05.780Z Downloaded zone_cfg_derive v0.3.1
9132026-08-22T02:25:05.780Z Downloaded crc8 v0.1.1
9142026-08-22T02:25:05.780Z Downloaded darling_macro v0.20.11
9152026-08-22T02:25:05.780Z Downloaded cpufeatures v0.3.0
9162026-08-22T02:25:05.781Z Downloaded crossbeam-channel v0.5.15
9172026-08-22T02:25:05.781Z Downloaded hkdf v0.13.0
9182026-08-22T02:25:05.781Z Downloaded signal-hook-registry v1.4.8
9192026-08-22T02:25:05.781Z Downloaded darling_core v0.23.0
9202026-08-22T02:25:05.781Z Downloaded rayon-core v1.13.0
9212026-08-22T02:25:05.781Z Downloaded ml-kem v0.3.2
9222026-08-22T02:25:05.781Z Downloaded digest-io v0.1.0
9232026-08-22T02:25:05.781Z Downloaded instant v0.1.13
9242026-08-22T02:25:05.781Z Downloaded dyn-clone v1.0.20
9252026-08-22T02:25:05.781Z Downloaded difflib v0.4.0
9262026-08-22T02:25:05.781Z Downloaded hashbrown v0.14.5
9272026-08-22T02:25:05.781Z Downloaded serde_with v1.14.0
9282026-08-22T02:25:05.784Z Downloaded zopfli v0.8.3
9292026-08-22T02:25:05.784Z Downloaded tokio-test v0.4.5
9302026-08-22T02:25:05.784Z Downloaded toml v1.1.2+spec-1.1.0
9312026-08-22T02:25:05.784Z Downloaded aes v0.9.1
9322026-08-22T02:25:05.788Z Downloaded schemars_derive v0.8.22
9332026-08-22T02:25:05.788Z Downloaded kstat-rs v0.2.5
9342026-08-22T02:25:05.788Z Downloaded managed v0.8.0
9352026-08-22T02:25:05.788Z Downloaded strip-ansi-escapes v0.2.1
9362026-08-22T02:25:05.793Z Downloaded vsss-rs v3.3.4
9372026-08-22T02:25:05.793Z Downloaded whoami v2.1.0
9382026-08-22T02:25:05.793Z Downloaded slog-term v2.9.2
9392026-08-22T02:25:05.793Z Downloaded spki v0.8.0
9402026-08-22T02:25:05.797Z Downloaded is-terminal v0.4.17
9412026-08-22T02:25:05.797Z Downloaded lru-slab v0.1.2
9422026-08-22T02:25:05.797Z Downloaded tls_codec_derive v0.4.2
9432026-08-22T02:25:05.797Z Downloaded lzss v0.8.2
9442026-08-22T02:25:05.801Z Downloaded parse-size v1.1.0
9452026-08-22T02:25:05.801Z Downloaded password-hash v0.6.1
9462026-08-22T02:25:05.801Z Downloaded salsa20 v0.11.0
9472026-08-22T02:25:05.801Z Downloaded indexmap v1.9.3
9482026-08-22T02:25:05.807Z Downloaded whoami v1.6.1
9492026-08-22T02:25:05.807Z Downloaded vte v0.14.1
9502026-08-22T02:25:05.807Z Downloaded tar v0.4.46
9512026-08-22T02:25:05.814Z Downloaded libbz2-rs-sys v0.2.2
9522026-08-22T02:25:05.814Z Downloaded strum_macros v0.27.2
9532026-08-22T02:25:05.814Z Downloaded num-derive v0.4.2
9542026-08-22T02:25:05.814Z Downloaded num_enum_derive v0.5.11
9552026-08-22T02:25:05.818Z Downloaded zerocopy v0.6.6
9562026-08-22T02:25:05.821Z Downloaded pkcs1 v0.8.0-rc.4
9572026-08-22T02:25:05.822Z Downloaded port-file v0.1.0
9582026-08-22T02:25:05.822Z Downloaded oso v0.27.3
9592026-08-22T02:25:05.825Z Downloaded idna_adapter v1.2.1
9602026-08-22T02:25:05.825Z Downloaded secrecy v0.8.0
9612026-08-22T02:25:05.829Z Downloaded serde-big-array v0.5.1
9622026-08-22T02:25:05.829Z Downloaded digest v0.11.3
9632026-08-22T02:25:05.829Z Downloaded parking_lot_core v0.9.12
9642026-08-22T02:25:05.829Z Downloaded sync-ptr v0.1.4
9652026-08-22T02:25:05.832Z Downloaded tokio-rustls v0.26.4
9662026-08-22T02:25:05.836Z Downloaded zerocopy-derive v0.8.55
9672026-08-22T02:25:05.839Z Downloaded ingot v0.2.1
9682026-08-22T02:25:05.839Z Downloaded libloading v0.8.9
9692026-08-22T02:25:05.842Z Downloaded multimap v0.10.1
9702026-08-22T02:25:05.843Z Downloaded supports-color v3.0.2
9712026-08-22T02:25:05.846Z Downloaded sha1 v0.11.0
9722026-08-22T02:25:05.851Z Downloaded sponge-cursor v0.1.0
9732026-08-22T02:25:05.851Z Downloaded csv-core v0.1.13
9742026-08-22T02:25:05.854Z Downloaded nanorand v0.7.0
9752026-08-22T02:25:05.861Z Downloaded icu_properties v2.1.2
9762026-08-22T02:25:05.865Z Downloaded ecdsa v0.16.9
9772026-08-22T02:25:05.865Z Downloaded psm v0.1.30
9782026-08-22T02:25:05.869Z Downloaded rand_core v0.10.0
9792026-08-22T02:25:05.872Z Downloaded darling_macro v0.21.3
9802026-08-22T02:25:05.872Z Downloaded dropshot-api-manager-types v0.8.0
9812026-08-22T02:25:05.872Z Downloaded crypto-common v0.2.2
9822026-08-22T02:25:05.875Z Downloaded crc v3.4.0
9832026-08-22T02:25:05.875Z Downloaded illumos-nvpair v0.3.0
9842026-08-22T02:25:05.882Z Downloaded num_enum v0.7.6
9852026-08-22T02:25:05.885Z Downloaded oxide-update-engine-display v0.1.2
9862026-08-22T02:25:05.885Z Downloaded url v2.5.8
9872026-08-22T02:25:05.889Z Downloaded slog-async v2.8.0
9882026-08-22T02:25:05.889Z Downloaded display-error-chain v0.2.2
9892026-08-22T02:25:05.892Z Downloaded maybe-uninit v2.0.0
9902026-08-22T02:25:05.893Z Downloaded test-strategy v0.4.5
9912026-08-22T02:25:05.896Z Downloaded darling_core v0.21.3
9922026-08-22T02:25:05.899Z Downloaded tls_codec v0.4.2
9932026-08-22T02:25:05.899Z Downloaded tokio-tungstenite v0.21.0
9942026-08-22T02:25:05.899Z Downloaded toml_writer v1.1.1+spec-1.1.0
9952026-08-22T02:25:05.904Z Downloaded predicates-core v1.0.10
9962026-08-22T02:25:05.904Z Downloaded lalrpop-util v0.19.12
9972026-08-22T02:25:05.904Z Downloaded minimal-lexical v0.2.1
9982026-08-22T02:25:05.909Z Downloaded num-bigint-dig v0.8.6
9992026-08-22T02:25:05.909Z Downloaded num-bigint v0.4.6
10002026-08-22T02:25:05.912Z Downloaded rpassword v7.5.4
10012026-08-22T02:25:05.912Z Downloaded zip v4.6.1
10022026-08-22T02:25:05.915Z Downloaded hkdf v0.12.4
10032026-08-22T02:25:05.915Z Downloaded rustc_version v0.4.1
10042026-08-22T02:25:05.915Z Downloaded serdect v0.4.3
10052026-08-22T02:25:05.915Z Downloaded usdt-impl v0.6.0
10062026-08-22T02:25:05.919Z Downloaded sha1 v0.10.6
10072026-08-22T02:25:05.922Z Downloaded proc-macro-crate v1.3.1
10082026-08-22T02:25:05.922Z Downloaded proc-macro-crate v3.4.0
10092026-08-22T02:25:05.926Z Downloaded ssh-key v0.7.0-rc.11
10102026-08-22T02:25:05.929Z Downloaded signature v3.0.0
10112026-08-22T02:25:05.929Z Downloaded aes-gcm v0.11.0
10122026-08-22T02:25:05.932Z Downloaded quinn-udp v0.5.14
10132026-08-22T02:25:05.932Z Downloaded sqlformat v0.3.5
10142026-08-22T02:25:05.933Z Downloaded const_format_proc_macros v0.2.34
10152026-08-22T02:25:05.933Z Downloaded daft-derive v0.1.7
10162026-08-22T02:25:05.937Z Downloaded try-lock v0.2.5
10172026-08-22T02:25:05.937Z Downloaded zerofrom-derive v0.1.6
10182026-08-22T02:25:05.937Z Downloaded slog v2.8.2
10192026-08-22T02:25:05.940Z Downloaded socket2 v0.6.3
10202026-08-22T02:25:05.940Z Downloaded similar v2.7.0
10212026-08-22T02:25:05.943Z Downloaded thiserror-no-std v2.0.2
10222026-08-22T02:25:05.943Z Downloaded strsim v0.10.0
10232026-08-22T02:25:05.946Z Downloaded ingot-types v0.2.0
10242026-08-22T02:25:05.946Z Downloaded sha2 v0.11.0
10252026-08-22T02:25:05.946Z Downloaded smallvec v0.6.14
10262026-08-22T02:25:05.949Z Downloaded unicode-xid v0.2.6
10272026-08-22T02:25:05.949Z Downloaded unicode-truncate v1.1.0
10282026-08-22T02:25:05.949Z Downloaded zerofrom v0.1.6
10292026-08-22T02:25:05.949Z Downloaded vergen-lib v9.1.0
10302026-08-22T02:25:05.953Z Downloaded vergen-gitcl v1.0.8
10312026-08-22T02:25:05.953Z Downloaded curve25519-dalek-derive v0.1.1
10322026-08-22T02:25:05.957Z Downloaded ed25519-dalek v3.0.0
10332026-08-22T02:25:05.961Z Downloaded num_enum_derive v0.7.6
10342026-08-22T02:25:05.961Z Downloaded lock_api v0.4.14
10352026-08-22T02:25:05.961Z Downloaded typify v0.6.2
10362026-08-22T02:25:05.965Z Downloaded hyper-staticfile v0.10.1
10372026-08-22T02:25:05.969Z Downloaded h2 v0.4.15
10382026-08-22T02:25:05.977Z Downloaded pin-project-lite v0.2.17
10392026-08-22T02:25:05.977Z Downloaded reqwest v0.13.2
10402026-08-22T02:25:05.981Z Downloaded postgres-types v0.2.12
10412026-08-22T02:25:05.981Z Downloaded kem v0.3.0
10422026-08-22T02:25:05.981Z Downloaded ron v0.8.1
10432026-08-22T02:25:05.981Z Downloaded resolv-conf v0.7.6
10442026-08-22T02:25:05.981Z Downloaded serde_with_macros v1.5.2
10452026-08-22T02:25:05.981Z Downloaded slog-scope v4.4.1
10462026-08-22T02:25:05.984Z Downloaded stacker v0.1.23
10472026-08-22T02:25:05.984Z Downloaded pkcs8 v0.11.0
10482026-08-22T02:25:05.984Z Downloaded multer v3.1.0
10492026-08-22T02:25:05.987Z Downloaded num-rational v0.4.2
10502026-08-22T02:25:05.988Z Downloaded downcast-rs v2.0.2
10512026-08-22T02:25:05.991Z Downloaded inout v0.1.4
10522026-08-22T02:25:05.991Z Downloaded darling v0.23.0
10532026-08-22T02:25:05.994Z Downloaded linked-hash-map v0.5.6
10542026-08-22T02:25:05.994Z Downloaded phc v0.6.1
10552026-08-22T02:25:05.997Z Downloaded r2d2 v0.8.10
10562026-08-22T02:25:06.005Z Downloaded typed-path v0.9.3
10572026-08-22T02:25:06.008Z Downloaded walkdir v2.5.0
10582026-08-22T02:25:06.008Z Downloaded p384 v0.13.1
10592026-08-22T02:25:06.012Z Downloaded support-bundle-viewer v0.1.2
10602026-08-22T02:25:06.012Z Downloaded icu_provider v2.1.1
10612026-08-22T02:25:06.015Z Downloaded unicode-segmentation v1.12.0
10622026-08-22T02:25:06.015Z Downloaded winnow v0.5.40
10632026-08-22T02:25:06.018Z Downloaded native-tls v0.2.18
10642026-08-22T02:25:06.022Z Downloaded parking_lot v0.11.2
10652026-08-22T02:25:06.023Z Downloaded data-encoding v2.10.0
10662026-08-22T02:25:06.023Z Downloaded tokio-tungstenite v0.23.1
10672026-08-22T02:25:06.026Z Downloaded diesel_derives v2.3.7
10682026-08-22T02:25:06.026Z Downloaded pkcs1 v0.7.5
10692026-08-22T02:25:06.029Z Downloaded time-macros v0.2.27
10702026-08-22T02:25:06.029Z Downloaded signature v2.2.0
10712026-08-22T02:25:06.029Z Downloaded rtoolbox v0.0.3
10722026-08-22T02:25:06.029Z Downloaded tabwriter v1.4.1
10732026-08-22T02:25:06.032Z Downloaded tracing-core v0.1.36
10742026-08-22T02:25:06.032Z Downloaded pretty_assertions v1.4.1
10752026-08-22T02:25:06.036Z Downloaded drift v0.2.0
10762026-08-22T02:25:06.042Z Downloaded dropshot-api-manager v0.8.0
10772026-08-22T02:25:06.045Z Downloaded usdt-macro v0.6.0
10782026-08-22T02:25:06.049Z Downloaded oxide-tokio-rt v0.1.4
10792026-08-22T02:25:06.052Z Downloaded darling_core v0.20.11
10802026-08-22T02:25:06.055Z Downloaded cookie v0.18.1
10812026-08-22T02:25:06.055Z Downloaded socket2 v0.5.10
10822026-08-22T02:25:06.060Z Downloaded crc32fast v1.5.0
10832026-08-22T02:25:06.060Z Downloaded nu-ansi-term v0.50.3
10842026-08-22T02:25:06.063Z Downloaded hyper-tls v0.6.0
10852026-08-22T02:25:06.067Z Downloaded opaque-debug v0.3.1
10862026-08-22T02:25:06.067Z Downloaded slog-bunyan v2.5.0
10872026-08-22T02:25:06.070Z Downloaded phf v0.12.1
10882026-08-22T02:25:06.073Z Downloaded rand v0.10.1
10892026-08-22T02:25:06.081Z Downloaded term v1.2.1
10902026-08-22T02:25:06.085Z Downloaded unicode-properties v0.1.4
10912026-08-22T02:25:06.085Z Downloaded parse-display-derive v0.10.0
10922026-08-22T02:25:06.085Z Downloaded typify-macro v0.6.2
10932026-08-22T02:25:06.089Z Downloaded tokio-util v0.7.18
10942026-08-22T02:25:06.093Z Downloaded void v1.0.2
10952026-08-22T02:25:06.093Z Downloaded zerotrie v0.2.3
10962026-08-22T02:25:06.094Z Downloaded crc-any v2.5.0
10972026-08-22T02:25:06.094Z Downloaded mio v1.2.0
10982026-08-22T02:25:06.104Z Downloaded pin-project v1.1.11
10992026-08-22T02:25:06.104Z Downloaded aws-lc-rs v1.16.3
11002026-08-22T02:25:06.108Z Downloaded dof v0.4.0
11012026-08-22T02:25:06.108Z Downloaded git2 v0.20.4
11022026-08-22T02:25:06.111Z Downloaded publicsuffix v2.3.0
11032026-08-22T02:25:06.115Z Downloaded hyper v1.10.1
11042026-08-22T02:25:06.118Z Downloaded xshell v0.2.7
11052026-08-22T02:25:06.118Z Downloaded dsl_auto_type v0.2.0
11062026-08-22T02:25:06.118Z Downloaded ident_case v1.0.1
11072026-08-22T02:25:06.118Z Downloaded phf_shared v0.12.1
11082026-08-22T02:25:06.119Z Downloaded num-iter v0.1.45
11092026-08-22T02:25:06.122Z Downloaded tokio-macros v2.7.0
11102026-08-22T02:25:06.122Z Downloaded crossbeam-deque v0.8.6
11112026-08-22T02:25:06.122Z Downloaded precomputed-hash v0.1.1
11122026-08-22T02:25:06.122Z Downloaded hyper-util v0.1.20
11132026-08-22T02:25:06.125Z Downloaded schemars v0.9.0
11142026-08-22T02:25:06.129Z Downloaded toml_edit v0.19.15
11152026-08-22T02:25:06.138Z Downloaded iana-time-zone v0.1.65
11162026-08-22T02:25:06.141Z Downloaded derive-where v1.6.0
11172026-08-22T02:25:06.144Z Downloaded derive_more v0.99.20
11182026-08-22T02:25:06.144Z Downloaded internet-checksum v0.2.1
11192026-08-22T02:25:06.144Z Downloaded tinyvec_macros v0.1.1
11202026-08-22T02:25:06.147Z Downloaded tower-layer v0.3.3
11212026-08-22T02:25:06.147Z Downloaded slog-envlogger v2.2.0
11222026-08-22T02:25:06.147Z Downloaded packed_struct v0.10.1
11232026-08-22T02:25:06.147Z Downloaded phf v0.13.1
11242026-08-22T02:25:06.147Z Downloaded delegate v0.13.5
11252026-08-22T02:25:06.147Z Downloaded oxide-update-engine-types v0.1.2
11262026-08-22T02:25:06.151Z Downloaded ignore v0.4.25
11272026-08-22T02:25:06.151Z Downloaded crypto-primes v0.7.2
11282026-08-22T02:25:06.154Z Downloaded ed25519-dalek v2.2.0
11292026-08-22T02:25:06.154Z Downloaded tagptr v0.2.0
11302026-08-22T02:25:06.157Z Downloaded termios v0.3.3
11312026-08-22T02:25:06.157Z Downloaded indoc v1.0.9
11322026-08-22T02:25:06.157Z Downloaded rand_core v0.9.5
11332026-08-22T02:25:06.157Z Downloaded newtype_derive v0.1.6
11342026-08-22T02:25:06.161Z Downloaded nom v7.1.3
11352026-08-22T02:25:06.161Z Downloaded p521 v0.14.0
11362026-08-22T02:25:06.164Z Downloaded postgres-protocol v0.6.10
11372026-08-22T02:25:06.164Z Downloaded progenitor v0.13.0
11382026-08-22T02:25:06.167Z Downloaded sec1 v0.7.3
11392026-08-22T02:25:06.167Z Downloaded time-core v0.1.8
11402026-08-22T02:25:06.167Z Downloaded itertools v0.14.0
11412026-08-22T02:25:06.170Z Downloaded prettyplease v0.2.37
11422026-08-22T02:25:06.173Z Downloaded md-5 v0.10.6
11432026-08-22T02:25:06.173Z Downloaded signal-hook-mio v0.2.5
11442026-08-22T02:25:06.173Z Downloaded trait-variant v0.1.2
11452026-08-22T02:25:06.173Z Downloaded elliptic-curve v0.13.8
11462026-08-22T02:25:06.176Z Downloaded smallvec v1.15.1
11472026-08-22T02:25:06.177Z Downloaded scopeguard v1.2.0
11482026-08-22T02:25:06.177Z Downloaded convert_case v0.10.0
11492026-08-22T02:25:06.181Z Downloaded tower-http v0.6.8
11502026-08-22T02:25:06.185Z Downloaded unsafe-libyaml v0.2.11
11512026-08-22T02:25:06.185Z Downloaded same-file v1.0.6
11522026-08-22T02:25:06.185Z Downloaded knus-derive v3.4.0
11532026-08-22T02:25:06.191Z Downloaded progenitor v0.14.0
11542026-08-22T02:25:06.191Z Downloaded der v0.7.10
11552026-08-22T02:25:06.191Z Downloaded structmeta-derive v0.3.0
11562026-08-22T02:25:06.191Z Downloaded iddqd v0.4.2
11572026-08-22T02:25:06.203Z Downloaded writeable v0.6.2
11582026-08-22T02:25:06.203Z Downloaded static_assertions v1.1.0
11592026-08-22T02:25:06.203Z Downloaded string_cache v0.8.9
11602026-08-22T02:25:06.203Z Downloaded untrusted v0.7.1
11612026-08-22T02:25:06.222Z Downloaded constant_time_eq v0.4.2
11622026-08-22T02:25:06.222Z Downloaded newtype-uuid-macros v0.1.0
11632026-08-22T02:25:06.222Z Downloaded progenitor-macro v0.14.0
11642026-08-22T02:25:06.222Z Downloaded md5 v0.8.0
11652026-08-22T02:25:06.222Z Downloaded samael v0.0.19
11662026-08-22T02:25:06.222Z Downloaded unicode-normalization v0.1.25
11672026-08-22T02:25:06.227Z Downloaded serde-hex v0.1.0
11682026-08-22T02:25:06.227Z Downloaded defmt v1.0.1
11692026-08-22T02:25:06.227Z Downloaded blake3 v1.8.5
11702026-08-22T02:25:06.227Z Downloaded serde_plain v1.0.2
11712026-08-22T02:25:06.227Z Downloaded icu_collections v2.1.1
11722026-08-22T02:25:06.227Z Downloaded pkcs8 v0.10.2
11732026-08-22T02:25:06.227Z Downloaded ppv-lite86 v0.2.21
11742026-08-22T02:25:06.227Z Downloaded hyper-rustls v0.27.7
11752026-08-22T02:25:06.227Z Downloaded daft v0.1.7
11762026-08-22T02:25:06.227Z Downloaded des v0.9.0
11772026-08-22T02:25:06.234Z Downloaded dirs-sys-next v0.1.2
11782026-08-22T02:25:06.234Z Downloaded polyval v0.7.1
11792026-08-22T02:25:06.234Z Downloaded module-lattice v0.2.3
11802026-08-22T02:25:06.234Z Downloaded bindgen v0.71.1
11812026-08-22T02:25:06.238Z Downloaded topological-sort v0.2.2
11822026-08-22T02:25:06.239Z Downloaded russh-cryptovec v0.62.0
11832026-08-22T02:25:06.243Z Downloaded uuid v1.23.4
11842026-08-22T02:25:06.243Z Downloaded petname v2.0.2
11852026-08-22T02:25:06.246Z Downloaded defmt v0.3.100
11862026-08-22T02:25:06.246Z Downloaded waitgroup v0.1.2
11872026-08-22T02:25:06.246Z Downloaded tower-service v0.3.3
11882026-08-22T02:25:06.246Z Downloaded num v0.4.3
11892026-08-22T02:25:06.246Z Downloaded darling_macro v0.23.0
11902026-08-22T02:25:06.250Z Downloaded oso-derive v0.27.3
11912026-08-22T02:25:06.250Z Downloaded zstd-safe v7.2.4
11922026-08-22T02:25:06.250Z Downloaded displaydoc v0.2.5
11932026-08-22T02:25:06.253Z Downloaded tough v0.22.0
11942026-08-22T02:25:06.257Z Downloaded sigpipe v0.1.3
11952026-08-22T02:25:06.257Z Downloaded goblin v0.10.5
11962026-08-22T02:25:06.261Z Downloaded libsw-core v0.3.2
11972026-08-22T02:25:06.264Z Downloaded rustls-webpki v0.103.13
11982026-08-22T02:25:06.264Z Downloaded ryu v1.0.23
11992026-08-22T02:25:06.269Z Downloaded parking_lot_core v0.8.6
12002026-08-22T02:25:06.272Z Downloaded icu_properties_data v2.1.2
12012026-08-22T02:25:06.276Z Downloaded itertools v0.15.0
12022026-08-22T02:25:06.280Z Downloaded thiserror-impl-no-std v2.0.2
12032026-08-22T02:25:06.283Z Downloaded bitvec v1.0.1
12042026-08-22T02:25:06.289Z Downloaded keccak v0.2.0
12052026-08-22T02:25:06.292Z Downloaded miette-derive v7.6.0
12062026-08-22T02:25:06.292Z Downloaded structmeta v0.3.0
12072026-08-22T02:25:06.292Z Downloaded itertools v0.12.1
12082026-08-22T02:25:06.295Z Downloaded ingot-macros v0.2.0
12092026-08-22T02:25:06.295Z Downloaded itertools v0.10.5
12102026-08-22T02:25:06.298Z Downloaded der v0.8.0
12112026-08-22T02:25:06.304Z Downloaded peg v0.8.5
12122026-08-22T02:25:06.308Z Downloaded progenitor-impl v0.14.0
12132026-08-22T02:25:06.308Z Downloaded tokio-postgres v0.7.16
12142026-08-22T02:25:06.308Z Downloaded tungstenite v0.23.0
12152026-08-22T02:25:06.322Z Downloaded darling_core v0.13.4
12162026-08-22T02:25:06.322Z Downloaded nom v8.0.0
12172026-08-22T02:25:06.322Z Downloaded vergen-git2 v9.1.0
12182026-08-22T02:25:06.326Z Downloaded humantime v2.3.0
12192026-08-22T02:25:06.326Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12202026-08-22T02:25:06.327Z Downloaded derive_more-impl v2.1.1
12212026-08-22T02:25:06.327Z Downloaded num-traits v0.2.19
12222026-08-22T02:25:06.327Z Downloaded owo-colors v4.3.0
12232026-08-22T02:25:06.327Z Downloaded dropshot_endpoint v0.17.1
12242026-08-22T02:25:06.327Z Downloaded vcpkg v0.2.15
12252026-08-22T02:25:06.346Z Downloaded indicatif v0.18.4
12262026-08-22T02:25:06.351Z Downloaded serde_with_macros v3.21.0
12272026-08-22T02:25:06.351Z Downloaded either v1.15.0
12282026-08-22T02:25:06.356Z Downloaded miniz_oxide v0.8.9
12292026-08-22T02:25:06.356Z Downloaded yasna v0.5.2
12302026-08-22T02:25:06.356Z Downloaded libxml v0.3.3
12312026-08-22T02:25:06.362Z Downloaded rcgen v0.12.1
12322026-08-22T02:25:06.366Z Downloaded const_format v0.2.35
12332026-08-22T02:25:06.370Z Downloaded derive_more v2.1.1
12342026-08-22T02:25:06.373Z Downloaded iri-string v0.7.10
12352026-08-22T02:25:06.381Z Downloaded serde_yaml v0.9.34+deprecated
12362026-08-22T02:25:06.385Z Downloaded icu_normalizer_data v2.1.1
12372026-08-22T02:25:06.385Z Downloaded rand v0.8.6
12382026-08-22T02:25:06.385Z Downloaded schemars v0.8.22
12392026-08-22T02:25:06.398Z Downloaded litemap v0.8.1
12402026-08-22T02:25:06.398Z Downloaded subprocess v0.2.15
12412026-08-22T02:25:06.398Z Downloaded salty v0.3.0
12422026-08-22T02:25:06.402Z Downloaded snafu v0.8.9
12432026-08-22T02:25:06.402Z Downloaded p384 v0.14.0
12442026-08-22T02:25:06.405Z Downloaded time v0.3.47
12452026-08-22T02:25:06.408Z Downloaded yansi v1.0.1
12462026-08-22T02:25:06.412Z Downloaded gimli v0.32.3
12472026-08-22T02:25:06.416Z Downloaded rustyline v14.0.0
12482026-08-22T02:25:06.419Z Downloaded crypto-bigint v0.5.5
12492026-08-22T02:25:06.423Z Downloaded scuffle v0.1.0
12502026-08-22T02:25:06.428Z Downloaded miette v7.6.0
12512026-08-22T02:25:06.432Z Downloaded chrono v0.4.45
12522026-08-22T02:25:06.435Z Downloaded itertools v0.13.0
12532026-08-22T02:25:06.438Z Downloaded rsa v0.9.10
12542026-08-22T02:25:06.442Z Downloaded x509-cert v0.2.5
12552026-08-22T02:25:06.446Z Downloaded unicode-bidi v0.3.18
12562026-08-22T02:25:06.446Z Downloaded quick-xml v0.37.5
12572026-08-22T02:25:06.452Z Downloaded tower v0.5.3
12582026-08-22T02:25:06.456Z Downloaded winnow v1.0.3
12592026-08-22T02:25:06.462Z Downloaded russh v0.62.4
12602026-08-22T02:25:06.466Z Downloaded jiff-core v0.1.0
12612026-08-22T02:25:06.469Z Downloaded reedline v0.40.0
12622026-08-22T02:25:06.472Z Downloaded rand v0.9.2
12632026-08-22T02:25:06.477Z Downloaded knus v3.4.0
12642026-08-22T02:25:06.480Z Downloaded regex v1.12.3
12652026-08-22T02:25:06.491Z Downloaded object v0.30.4
12662026-08-22T02:25:06.496Z Downloaded polar-core v0.27.3
12672026-08-22T02:25:06.500Z Downloaded quinn v0.11.11
12682026-08-22T02:25:06.511Z Downloaded portable-atomic v1.13.1
12692026-08-22T02:25:06.515Z Downloaded idna v1.1.0
12702026-08-22T02:25:06.515Z Downloaded crossterm v0.28.1
12712026-08-22T02:25:06.515Z Downloaded reqwest v0.12.28
12722026-08-22T02:25:06.519Z Downloaded nix v0.28.0
12732026-08-22T02:25:06.526Z Downloaded regex-syntax v0.8.10
12742026-08-22T02:25:06.532Z Downloaded steno v0.4.1
12752026-08-22T02:25:06.532Z Downloaded regex-syntax v0.6.29
12762026-08-22T02:25:06.536Z Downloaded serde_with v3.21.0
12772026-08-22T02:25:06.551Z Downloaded internal-russh-num-bigint v0.5.0
12782026-08-22T02:25:06.558Z Downloaded lalrpop v0.19.12
12792026-08-22T02:25:06.563Z Downloaded moka v0.12.13
12802026-08-22T02:25:06.566Z Downloaded regress v0.10.5
12812026-08-22T02:25:06.572Z Downloaded hickory-proto v0.24.4
12822026-08-22T02:25:06.583Z Downloaded hickory-proto v0.25.2
12832026-08-22T02:25:06.587Z Downloaded zerovec v0.11.5
12842026-08-22T02:25:06.591Z Downloaded zerocopy v0.8.55
12852026-08-22T02:25:06.601Z Downloaded zlib-rs v0.6.2
12862026-08-22T02:25:06.604Z Downloaded nix v0.27.1
12872026-08-22T02:25:06.609Z Downloaded crossterm v0.29.0
12882026-08-22T02:25:06.613Z Downloaded curve25519-dalek v5.0.0
12892026-08-22T02:25:06.618Z Downloaded radix_trie v0.2.1
12902026-08-22T02:25:06.621Z Downloaded rustls v0.23.41
12912026-08-22T02:25:06.645Z Downloaded crypto-bigint v0.7.5
12922026-08-22T02:25:06.652Z Downloaded quinn-proto v0.11.16
12932026-08-22T02:25:06.656Z Downloaded libm v0.2.16
12942026-08-22T02:25:06.661Z Downloaded proptest v1.11.0
12952026-08-22T02:25:06.666Z Downloaded bstr v1.12.1
12962026-08-22T02:25:06.671Z Downloaded rawzip v0.4.4
12972026-08-22T02:25:06.674Z Downloaded rayon v1.11.0
12982026-08-22T02:25:06.679Z Downloaded tracing v0.1.44
12992026-08-22T02:25:06.691Z Downloaded winnow v0.6.26
13002026-08-22T02:25:06.697Z Downloaded rustix v0.38.44
13012026-08-22T02:25:06.714Z Downloaded smoltcp v0.11.0
13022026-08-22T02:25:06.717Z Downloaded tabled v0.21.0
13032026-08-22T02:25:06.723Z Downloaded typify-impl v0.6.2
13042026-08-22T02:25:06.731Z Downloaded sha3 v0.12.0
13052026-08-22T02:25:06.734Z Downloaded openssl v0.10.80
13062026-08-22T02:25:06.738Z Downloaded ratatui v0.29.0
13072026-08-22T02:25:06.750Z Downloaded zerocopy-derive v0.6.6
13082026-08-22T02:25:06.754Z Downloaded smoltcp v0.9.1
13092026-08-22T02:25:06.760Z Downloaded diesel v2.3.7
13102026-08-22T02:25:06.772Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-08-22T02:25:06.781Z Downloaded dropshot v0.17.1
13122026-08-22T02:25:06.793Z Downloaded regex-automata v0.4.14
13132026-08-22T02:25:06.810Z Downloaded sqlparser v0.61.0
13142026-08-22T02:25:06.822Z Downloaded curve25519-dalek v4.1.3
13152026-08-22T02:25:06.827Z Downloaded regress v0.11.1
13162026-08-22T02:25:06.836Z Downloaded object v0.37.3
13172026-08-22T02:25:06.845Z Downloaded encoding_rs v0.8.35
13182026-08-22T02:25:06.858Z Downloaded nix v0.31.2
13192026-08-22T02:25:06.864Z Downloaded openapiv3 v2.2.0
13202026-08-22T02:25:06.870Z Downloaded sled v0.34.7
13212026-08-22T02:25:06.879Z Downloaded ring v0.17.14
13222026-08-22T02:25:06.910Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-08-22T02:25:06.941Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-08-22T02:25:06.974Z Downloaded sha3 v0.11.0
13252026-08-22T02:25:06.990Z Downloaded petgraph v0.6.5
13262026-08-22T02:25:07.018Z Downloaded chrono-tz v0.10.4
13272026-08-22T02:25:07.038Z Downloaded jiff v0.2.34
13282026-08-22T02:25:07.098Z Downloaded sha3 v0.10.8
13292026-08-22T02:25:07.104Z Downloaded libz-sys v1.1.24
13302026-08-22T02:25:07.119Z Downloaded csv v1.4.0
13312026-08-22T02:25:07.128Z Downloaded petgraph v0.8.3
13322026-08-22T02:25:07.151Z Downloaded tokio v1.52.1
13332026-08-22T02:25:07.663Z Downloaded aws-lc-sys v0.40.0
13342026-08-22T02:25:07.912Z Compiling serde_core v1.0.228
13352026-08-22T02:25:07.912Z Compiling libc v0.2.185
13362026-08-22T02:25:07.912Z Compiling serde v1.0.228
13372026-08-22T02:25:07.916Z Compiling log v0.4.33
13382026-08-22T02:25:07.916Z Compiling smallvec v1.15.1
13392026-08-22T02:25:07.916Z Compiling find-msvc-tools v0.1.9
13402026-08-22T02:25:07.916Z Compiling shlex v1.3.0
13412026-08-22T02:25:08.050Z Compiling syn v2.0.117
13422026-08-22T02:25:08.315Z Compiling subtle v2.6.1
13432026-08-22T02:25:08.337Z Compiling scopeguard v1.2.0
13442026-08-22T02:25:08.342Z Compiling typenum v1.20.1
13452026-08-22T02:25:08.376Z Compiling stable_deref_trait v1.2.1
13462026-08-22T02:25:08.419Z Compiling zerocopy v0.8.55
13472026-08-22T02:25:08.449Z Compiling lock_api v0.4.14
13482026-08-22T02:25:08.463Z Compiling portable-atomic v1.13.1
13492026-08-22T02:25:08.494Z Compiling serde_json v1.0.151
13502026-08-22T02:25:08.694Z Compiling critical-section v1.2.0
13512026-08-22T02:25:08.710Z Compiling libm v0.2.16
13522026-08-22T02:25:08.798Z Compiling num-traits v0.2.19
13532026-08-22T02:25:08.845Z Compiling pkg-config v0.3.32
13542026-08-22T02:25:08.914Z Compiling errno v0.3.14
13552026-08-22T02:25:08.965Z Compiling jobserver v0.1.34
13562026-08-22T02:25:09.005Z Compiling getrandom v0.2.17
13572026-08-22T02:25:09.134Z Compiling rand_core v0.6.4
13582026-08-22T02:25:09.231Z Compiling cc v1.2.56
13592026-08-22T02:25:09.392Z Compiling generic-array v0.14.7
13602026-08-22T02:25:09.412Z Compiling parking_lot_core v0.9.12
13612026-08-22T02:25:09.494Z Compiling once_cell v1.21.3
13622026-08-22T02:25:09.555Z Compiling const-oid v0.9.6
13632026-08-22T02:25:09.580Z Compiling pin-project-lite v0.2.17
13642026-08-22T02:25:09.685Z Compiling getrandom v0.3.4
13652026-08-22T02:25:09.728Z Compiling signal-hook-registry v1.4.8
13662026-08-22T02:25:10.009Z Compiling percent-encoding v2.3.2
13672026-08-22T02:25:10.197Z Compiling bitflags v2.11.0
13682026-08-22T02:25:10.272Z Compiling writeable v0.6.2
13692026-08-22T02:25:10.294Z Compiling futures-core v0.3.32
13702026-08-22T02:25:10.333Z Compiling litemap v0.8.1
13712026-08-22T02:25:10.448Z Compiling semver v1.0.28
13722026-08-22T02:25:10.466Z Compiling parking_lot v0.12.5
13732026-08-22T02:25:10.522Z Compiling mio v1.2.0
13742026-08-22T02:25:10.632Z Compiling icu_properties_data v2.1.2
13752026-08-22T02:25:10.650Z Compiling icu_normalizer_data v2.1.1
13762026-08-22T02:25:10.772Z Compiling socket2 v0.6.3
13772026-08-22T02:25:10.787Z Compiling rustix v1.1.4
13782026-08-22T02:25:10.858Z Compiling getrandom v0.4.3
13792026-08-22T02:25:10.950Z Compiling synstructure v0.13.2
13802026-08-22T02:25:10.965Z Compiling futures-sink v0.3.32
13812026-08-22T02:25:10.980Z Compiling rand_core v0.10.0
13822026-08-22T02:25:11.067Z Compiling indexmap v2.14.0
13832026-08-22T02:25:11.144Z Compiling futures-channel v0.3.32
13842026-08-22T02:25:11.165Z Compiling slab v0.4.12
13852026-08-22T02:25:11.327Z Compiling futures-task v0.3.32
13862026-08-22T02:25:11.341Z Compiling futures-io v0.3.32
13872026-08-22T02:25:11.357Z Compiling utf8_iter v1.0.4
13882026-08-22T02:25:11.419Z Compiling form_urlencoded v1.2.2
13892026-08-22T02:25:11.485Z Compiling rustversion v1.0.22
13902026-08-22T02:25:11.489Z Compiling iana-time-zone v0.1.65
13912026-08-22T02:25:11.513Z Compiling base64ct v1.8.3
13922026-08-22T02:25:11.526Z Compiling cmake v0.1.57
13932026-08-22T02:25:11.588Z Compiling fs_extra v1.3.0
13942026-08-22T02:25:11.690Z Compiling flagset v0.4.7
13952026-08-22T02:25:11.707Z Compiling ident_case v1.0.1
13962026-08-22T02:25:11.795Z Compiling pem-rfc7468 v0.7.0
13972026-08-22T02:25:11.824Z Compiling regex-syntax v0.8.10
13982026-08-22T02:25:11.837Z Compiling dunce v1.0.5
13992026-08-22T02:25:11.863Z Compiling uuid v1.23.4
14002026-08-22T02:25:11.896Z Compiling rand_core v0.9.5
14012026-08-22T02:25:11.926Z Compiling aws-lc-sys v0.40.0
14022026-08-22T02:25:12.081Z Compiling base64 v0.22.1
14032026-08-22T02:25:12.176Z Compiling syn v1.0.109
14042026-08-22T02:25:12.446Z Compiling vcpkg v0.2.15
14052026-08-22T02:25:12.463Z Compiling serde_derive_internals v0.29.1
14062026-08-22T02:25:12.496Z Compiling rustc_version v0.4.1
14072026-08-22T02:25:12.528Z Compiling tracing-core v0.1.36
14082026-08-22T02:25:12.588Z Compiling cpufeatures v0.2.17
14092026-08-22T02:25:12.626Z Compiling serde_derive v1.0.228
14102026-08-22T02:25:12.663Z Compiling zeroize_derive v1.5.0
14112026-08-22T02:25:12.817Z Compiling zerofrom-derive v0.1.6
14122026-08-22T02:25:13.080Z Compiling zerocopy-derive v0.8.55
14132026-08-22T02:25:13.178Z Compiling yoke-derive v0.8.1
14142026-08-22T02:25:13.319Z Compiling zerovec-derive v0.11.2
14152026-08-22T02:25:13.352Z Compiling displaydoc v0.2.5
14162026-08-22T02:25:14.111Z Compiling tokio-macros v2.7.0
14172026-08-22T02:25:14.192Z Compiling futures-macro v0.3.32
14182026-08-22T02:25:14.224Z Compiling zerofrom v0.1.6
14192026-08-22T02:25:14.334Z Compiling yoke v0.8.1
14202026-08-22T02:25:14.349Z Compiling der_derive v0.7.3
14212026-08-22T02:25:14.440Z Compiling thiserror-impl v2.0.18
14222026-08-22T02:25:14.521Z Compiling zerovec v0.11.5
14232026-08-22T02:25:14.827Z Compiling zerotrie v0.2.3
14242026-08-22T02:25:14.997Z Compiling tinystr v0.8.2
14252026-08-22T02:25:15.028Z Compiling potential_utf v0.1.4
14262026-08-22T02:25:15.124Z Compiling futures-util v0.3.32
14272026-08-22T02:25:15.194Z Compiling icu_locale_core v2.1.1
14282026-08-22T02:25:15.209Z Compiling icu_collections v2.1.1
14292026-08-22T02:25:15.299Z Compiling openssl-sys v0.9.117
14302026-08-22T02:25:15.677Z Compiling tracing-attributes v0.1.31
14312026-08-22T02:25:15.779Z Compiling thiserror v2.0.18
14322026-08-22T02:25:15.813Z Compiling icu_provider v2.1.1
14332026-08-22T02:25:15.881Z Compiling simd-adler32 v0.3.8
14342026-08-22T02:25:16.059Z Compiling zeroize v1.9.0
14352026-08-22T02:25:16.076Z Compiling bytes v1.11.1
14362026-08-22T02:25:16.100Z Compiling icu_properties v2.1.2
14372026-08-22T02:25:16.133Z Compiling icu_normalizer v2.1.1
14382026-08-22T02:25:16.641Z Compiling tokio v1.52.1
14392026-08-22T02:25:16.676Z Compiling chrono v0.4.45
14402026-08-22T02:25:16.834Z Compiling crypto-common v0.1.7
14412026-08-22T02:25:16.967Z Compiling block-buffer v0.10.4
14422026-08-22T02:25:16.981Z Compiling idna_adapter v1.2.1
14432026-08-22T02:25:17.194Z Compiling digest v0.10.7
14442026-08-22T02:25:17.194Z Compiling idna v1.1.0
14452026-08-22T02:25:17.221Z Compiling der v0.7.10
14462026-08-22T02:25:17.444Z Compiling http v1.4.2
14472026-08-22T02:25:17.462Z Compiling dyn-clone v1.0.20
14482026-08-22T02:25:17.602Z Compiling ppv-lite86 v0.2.21
14492026-08-22T02:25:17.646Z Compiling url v2.5.8
14502026-08-22T02:25:17.855Z Compiling aws-lc-rs v1.16.3
14512026-08-22T02:25:17.924Z Compiling rand_chacha v0.9.0
14522026-08-22T02:25:18.116Z Compiling spki v0.7.3
14532026-08-22T02:25:18.140Z Compiling schemars v0.8.22
14542026-08-22T02:25:18.321Z Compiling pkcs8 v0.10.2
14552026-08-22T02:25:18.353Z Compiling rand v0.9.2
14562026-08-22T02:25:18.367Z Compiling http-body v1.0.1
14572026-08-22T02:25:18.419Z Compiling tracing v0.1.44
14582026-08-22T02:25:18.441Z Compiling rustls-pki-types v1.14.0
14592026-08-22T02:25:18.574Z Compiling schemars_derive v0.8.22
14602026-08-22T02:25:18.610Z Compiling spin v0.9.8
14612026-08-22T02:25:18.679Z Compiling crc32fast v1.5.0
14622026-08-22T02:25:18.811Z Compiling adler2 v2.0.1
14632026-08-22T02:25:18.878Z Compiling openssl-probe v0.2.1
14642026-08-22T02:25:18.931Z Compiling tinyvec_macros v0.1.1
14652026-08-22T02:25:18.945Z Compiling httparse v1.10.1
14662026-08-22T02:25:18.999Z Compiling cmov v0.5.4
14672026-08-22T02:25:19.044Z Compiling tinyvec v1.10.0
14682026-08-22T02:25:19.138Z Compiling miniz_oxide v0.8.9
14692026-08-22T02:25:19.201Z Compiling ctutils v0.4.2
14702026-08-22T02:25:19.314Z Compiling tempfile v3.27.0
14712026-08-22T02:25:19.373Z Compiling pest_generator v2.8.6
14722026-08-22T02:25:19.434Z Compiling sha2 v0.10.9
14732026-08-22T02:25:19.671Z Compiling terminal_size v0.4.3
14742026-08-22T02:25:19.717Z Compiling aho-corasick v1.1.4
14752026-08-22T02:25:19.805Z Compiling try-lock v0.2.5
14762026-08-22T02:25:19.913Z Compiling atomic-waker v1.1.2
14772026-08-22T02:25:20.036Z Compiling untrusted v0.7.1
14782026-08-22T02:25:20.039Z Compiling radium v0.7.0
14792026-08-22T02:25:20.156Z Compiling tower-layer v0.3.3
14802026-08-22T02:25:20.288Z Compiling tower-service v0.3.3
14812026-08-22T02:25:20.335Z Compiling pest_derive v2.8.6
14822026-08-22T02:25:20.383Z Compiling want v0.3.1
14832026-08-22T02:25:20.543Z Compiling tokio-util v0.7.18
14842026-08-22T02:25:20.708Z Compiling regex-automata v0.4.14
14852026-08-22T02:25:20.771Z Compiling hybrid-array v0.4.13
14862026-08-22T02:25:21.312Z Compiling h2 v0.4.15
14872026-08-22T02:25:21.504Z Compiling ipnet v2.12.0
14882026-08-22T02:25:21.521Z Compiling scroll_derive v0.13.1
14892026-08-22T02:25:21.548Z Compiling darling_core v0.20.11
14902026-08-22T02:25:21.982Z Compiling maybe-uninit v2.0.0
14912026-08-22T02:25:22.297Z Compiling openssl v0.10.80
14922026-08-22T02:25:22.327Z Compiling untrusted v0.9.0
14932026-08-22T02:25:22.340Z Compiling httpdate v1.0.3
14942026-08-22T02:25:22.379Z Compiling tap v1.0.1
14952026-08-22T02:25:22.443Z Compiling foreign-types-shared v0.1.1
14962026-08-22T02:25:22.488Z Compiling rustls v0.23.41
14972026-08-22T02:25:22.530Z Compiling foreign-types v0.3.2
14982026-08-22T02:25:22.546Z Compiling wyz v0.5.1
14992026-08-22T02:25:22.560Z Compiling scroll v0.13.0
15002026-08-22T02:25:22.658Z Compiling unicode-normalization v0.1.25
15012026-08-22T02:25:22.819Z Compiling rand_chacha v0.3.1
15022026-08-22T02:25:22.841Z Compiling signature v2.2.0
15032026-08-22T02:25:23.025Z Compiling hex v0.4.3
15042026-08-22T02:25:23.114Z Compiling thiserror-impl v1.0.69
15052026-08-22T02:25:23.132Z Compiling openssl-macros v0.1.1
15062026-08-22T02:25:23.296Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15072026-08-22T02:25:23.524Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-08-22T02:25:23.592Z Compiling num-integer v0.1.46
15092026-08-22T02:25:23.674Z Compiling wait-timeout v0.2.1
15102026-08-22T02:25:23.793Z Compiling ahash v0.8.12
15112026-08-22T02:25:23.832Z Compiling darling_macro v0.20.11
15122026-08-22T02:25:23.904Z Compiling bit-vec v0.8.0
15132026-08-22T02:25:23.930Z Compiling quick-error v1.2.3
15142026-08-22T02:25:23.992Z Compiling funty v2.0.0
15152026-08-22T02:25:24.034Z Compiling time-core v0.1.8
15162026-08-22T02:25:24.135Z Compiling num-bigint-dig v0.8.6
15172026-08-22T02:25:24.178Z Compiling powerfmt v0.2.0
15182026-08-22T02:25:24.304Z Compiling native-tls v0.2.18
15192026-08-22T02:25:24.318Z Compiling packed_struct v0.10.1
15202026-08-22T02:25:24.335Z Compiling num-conv v0.2.0
15212026-08-22T02:25:24.376Z Compiling thiserror v1.0.69
15222026-08-22T02:25:24.459Z Compiling hyper v1.10.1
15232026-08-22T02:25:24.478Z Compiling time-macros v0.2.27
15242026-08-22T02:25:24.536Z Compiling deranged v0.5.8
15252026-08-22T02:25:24.548Z Compiling darling v0.20.11
15262026-08-22T02:25:24.579Z Compiling bitvec v1.0.1
15272026-08-22T02:25:24.627Z Compiling bit-set v0.8.0
15282026-08-22T02:25:24.748Z Compiling rusty-fork v0.3.1
15292026-08-22T02:25:24.834Z Compiling clap_builder v4.6.0
15302026-08-22T02:25:25.047Z Compiling num-iter v0.1.45
15312026-08-22T02:25:25.512Z Compiling rand v0.8.6
15322026-08-22T02:25:25.950Z Compiling hyper-util v0.1.20
15332026-08-22T02:25:25.985Z Compiling goblin v0.10.5
15342026-08-22T02:25:26.072Z Compiling packed_struct_codegen v0.10.1
15352026-08-22T02:25:26.283Z Compiling lazy_static v1.5.0
15362026-08-22T02:25:26.376Z Compiling hmac v0.12.1
15372026-08-22T02:25:26.536Z Compiling serde_spanned v0.6.9
15382026-08-22T02:25:26.682Z Compiling toml_datetime v0.6.11
15392026-08-22T02:25:26.931Z Compiling clap_derive v4.6.1
15402026-08-22T02:25:27.119Z Compiling zerocopy-derive v0.6.6
15412026-08-22T02:25:27.722Z Compiling bitfield-macros v0.19.4
15422026-08-22T02:25:27.802Z Compiling rand_xorshift v0.4.0
15432026-08-22T02:25:27.938Z Compiling sync_wrapper v1.0.2
15442026-08-22T02:25:27.967Z Compiling indexmap v1.9.3
15452026-08-22T02:25:28.046Z Compiling paste v1.0.15
15462026-08-22T02:25:28.150Z Compiling unarray v0.1.4
15472026-08-22T02:25:28.264Z Compiling usdt-impl v0.6.0
15482026-08-22T02:25:28.305Z Compiling siphasher v1.0.2
15492026-08-22T02:25:28.416Z Compiling zlib-rs v0.6.2
15502026-08-22T02:25:28.449Z Compiling nodrop v0.1.14
15512026-08-22T02:25:28.463Z Compiling crc-catalog v2.4.0
15522026-08-22T02:25:28.488Z Compiling crossbeam-utils v0.8.21
15532026-08-22T02:25:28.540Z Compiling num_threads v0.1.7
15542026-08-22T02:25:28.554Z Compiling object v0.37.3
15552026-08-22T02:25:28.638Z Compiling time v0.3.47
15562026-08-22T02:25:28.703Z Compiling clap v4.6.1
15572026-08-22T02:25:28.782Z Compiling dof v0.4.0
15582026-08-22T02:25:28.797Z Compiling crc v3.4.0
15592026-08-22T02:25:28.855Z Compiling array-init v0.0.4
15602026-08-22T02:25:29.005Z Compiling bitfield v0.19.4
15612026-08-22T02:25:29.238Z Compiling proptest v1.11.0
15622026-08-22T02:25:29.315Z Compiling tower v0.5.3
15632026-08-22T02:25:29.774Z Compiling zerocopy v0.6.6
15642026-08-22T02:25:30.204Z Compiling smallvec v0.6.14
15652026-08-22T02:25:30.401Z Compiling derive_builder_core v0.20.2
15662026-08-22T02:25:30.525Z Compiling dtrace-parser v0.3.0
15672026-08-22T02:25:31.199Z Compiling ipnetwork v0.21.1
15682026-08-22T02:25:31.225Z Compiling flate2 v1.1.9
15692026-08-22T02:25:31.340Z Compiling http-body-util v0.1.3
15702026-08-22T02:25:31.578Z Compiling pkcs1 v0.7.5
15712026-08-22T02:25:31.578Z Compiling heapless v0.7.17
15722026-08-22T02:25:31.605Z Compiling scroll_derive v0.12.1
15732026-08-22T02:25:31.625Z Compiling structmeta-derive v0.3.0
15742026-08-22T02:25:31.822Z Compiling slog v2.8.2
15752026-08-22T02:25:31.969Z Compiling darling_core v0.23.0
15762026-08-22T02:25:32.006Z Compiling thread-id v5.1.0
15772026-08-22T02:25:32.080Z Compiling cookie v0.18.1
15782026-08-22T02:25:32.094Z Compiling env_filter v2.0.0
15792026-08-22T02:25:32.295Z Compiling signal-hook v0.3.18
15802026-08-22T02:25:32.316Z Compiling winnow v0.5.40
15812026-08-22T02:25:32.389Z Compiling zstd-safe v7.2.4
15822026-08-22T02:25:32.465Z Compiling unicode-properties v0.1.4
15832026-08-22T02:25:32.584Z Compiling iri-string v0.7.10
15842026-08-22T02:25:32.681Z Compiling gimli v0.32.3
15852026-08-22T02:25:32.742Z Compiling unicode-bidi v0.3.18
15862026-08-22T02:25:33.290Z Compiling ryu v1.0.23
15872026-08-22T02:25:33.475Z Compiling base64 v0.21.7
15882026-08-22T02:25:33.759Z Compiling hashbrown v0.12.3
15892026-08-22T02:25:33.787Z Compiling anyhow v1.0.104
15902026-08-22T02:25:34.093Z Compiling allocator-api2 v0.2.21
15912026-08-22T02:25:34.325Z Compiling tower-http v0.6.8
15922026-08-22T02:25:34.428Z Compiling addr2line v0.25.1
15932026-08-22T02:25:34.523Z Compiling darling_macro v0.23.0
15942026-08-22T02:25:34.597Z Compiling ron v0.8.1
15952026-08-22T02:25:34.612Z Compiling toml_edit v0.19.15
15962026-08-22T02:25:34.721Z Compiling serde_urlencoded v0.7.1
15972026-08-22T02:25:34.760Z Compiling stringprep v0.1.5
15982026-08-22T02:25:34.970Z Compiling structmeta v0.3.0
15992026-08-22T02:25:35.088Z Compiling scroll v0.12.0
16002026-08-22T02:25:35.180Z Compiling env_logger v0.11.11
16012026-08-22T02:25:35.417Z Compiling rsa v0.9.10
16022026-08-22T02:25:35.515Z Compiling newtype-uuid v1.3.2
16032026-08-22T02:25:35.530Z Compiling oxnet v0.1.6
16042026-08-22T02:25:35.574Z Compiling derive_builder_macro v0.20.2
16052026-08-22T02:25:35.837Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16062026-08-22T02:25:35.892Z Compiling hashbrown v0.13.2
16072026-08-22T02:25:35.950Z Compiling serde-hex v0.1.0
16082026-08-22T02:25:36.047Z Compiling bzip2 v0.4.4
16092026-08-22T02:25:36.257Z Compiling tokio-native-tls v0.3.1
16102026-08-22T02:25:36.365Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16112026-08-22T02:25:36.547Z Compiling camino v1.2.5
16122026-08-22T02:25:37.229Z Compiling bstr v1.12.1
16132026-08-22T02:25:37.483Z Compiling crypto-common v0.2.2
16142026-08-22T02:25:37.716Z Compiling block-buffer v0.12.1
16152026-08-22T02:25:37.876Z Compiling block-padding v0.4.2
16162026-08-22T02:25:37.919Z Compiling rustls-native-certs v0.8.3
16172026-08-22T02:25:38.052Z Compiling x509-cert v0.2.5
16182026-08-22T02:25:38.215Z Compiling md-5 v0.10.6
16192026-08-22T02:25:38.393Z Compiling serde_tokenstream v0.2.3
16202026-08-22T02:25:38.476Z Compiling erased-serde v0.3.31
16212026-08-22T02:25:38.719Z Compiling curve25519-dalek v4.1.3
16222026-08-22T02:25:38.957Z Compiling zerocopy-derive v0.7.35
16232026-08-22T02:25:39.048Z Compiling pin-project-internal v1.1.11
16242026-08-22T02:25:39.218Z Compiling daft-derive v0.1.7
16252026-08-22T02:25:39.637Z Compiling async-trait v0.1.89
16262026-08-22T02:25:39.740Z Compiling vergen-lib v9.1.0
16272026-08-22T02:25:39.807Z Compiling hash32 v0.2.1
16282026-08-22T02:25:39.918Z Compiling memoffset v0.9.1
16292026-08-22T02:25:39.932Z Compiling encoding_rs v0.8.35
16302026-08-22T02:25:39.999Z Compiling litrs v1.0.0
16312026-08-22T02:25:40.078Z Compiling crc-any v2.5.0
16322026-08-22T02:25:40.106Z Compiling cfg_aliases v0.2.1
16332026-08-22T02:25:40.135Z Compiling rustix v0.38.44
16342026-08-22T02:25:40.179Z Compiling owo-colors v4.3.0
16352026-08-22T02:25:40.302Z Compiling fallible-iterator v0.2.0
16362026-08-22T02:25:40.462Z Compiling mime v0.3.17
16372026-08-22T02:25:40.483Z Compiling rustc-demangle v0.1.27
16382026-08-22T02:25:40.500Z Compiling psl-types v2.0.11
16392026-08-22T02:25:40.504Z Compiling ref-cast v1.0.25
16402026-08-22T02:25:40.609Z Compiling smoltcp v0.9.1
16412026-08-22T02:25:40.623Z Compiling publicsuffix v2.3.0
16422026-08-22T02:25:40.639Z Compiling postgres-protocol v0.6.10
16432026-08-22T02:25:40.707Z Compiling backtrace v0.3.76
16442026-08-22T02:25:40.782Z Compiling document-features v0.2.12
16452026-08-22T02:25:40.895Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16462026-08-22T02:25:40.942Z Compiling nix v0.31.2
16472026-08-22T02:25:40.954Z Compiling pin-project v1.1.11
16482026-08-22T02:25:41.165Z Compiling daft v0.1.7
16492026-08-22T02:25:41.313Z Compiling zerocopy v0.7.35
16502026-08-22T02:25:41.414Z Compiling inout v0.2.2
16512026-08-22T02:25:41.434Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-22T02:25:41.589Z Compiling hyper-tls v0.6.0
16532026-08-22T02:25:41.612Z Compiling object v0.30.4
16542026-08-22T02:25:41.709Z Compiling zip v0.6.6
16552026-08-22T02:25:41.768Z Compiling derive_builder v0.20.2
16562026-08-22T02:25:41.808Z Compiling toml v0.7.8
16572026-08-22T02:25:41.852Z Compiling goblin v0.8.2
16582026-08-22T02:25:41.885Z Compiling derive-ex v0.1.8
16592026-08-22T02:25:42.428Z Compiling darling v0.23.0
16602026-08-22T02:25:42.580Z Compiling phf_shared v0.13.1
16612026-08-22T02:25:42.625Z Compiling regex v1.12.3
16622026-08-22T02:25:42.822Z Compiling hubpack_derive v0.1.1
16632026-08-22T02:25:42.864Z Compiling futures-executor v0.3.32
16642026-08-22T02:25:43.050Z Compiling curve25519-dalek-derive v0.1.1
16652026-08-22T02:25:43.125Z Compiling strum_macros v0.27.2
16662026-08-22T02:25:43.269Z Compiling snafu-derive v0.8.9
16672026-08-22T02:25:43.569Z Compiling ref-cast-impl v1.0.25
16682026-08-22T02:25:43.702Z Compiling vergen v9.1.0
16692026-08-22T02:25:43.883Z Compiling cargo-platform v0.3.2
16702026-08-22T02:25:44.118Z Compiling ff v0.13.1
16712026-08-22T02:25:44.157Z Compiling fs-err v3.3.0
16722026-08-22T02:25:44.258Z Compiling is_ci v1.2.0
16732026-08-22T02:25:44.341Z Compiling unicode-segmentation v1.12.0
16742026-08-22T02:25:44.394Z Compiling same-file v1.0.6
16752026-08-22T02:25:44.474Z Compiling path-slash v0.1.5
16762026-08-22T02:25:44.557Z Compiling bitflags v1.3.2
16772026-08-22T02:25:44.606Z Compiling managed v0.8.0
16782026-08-22T02:25:44.632Z Compiling foldhash v0.2.0
16792026-08-22T02:25:44.718Z Compiling either v1.15.0
16802026-08-22T02:25:44.823Z Compiling bumpalo v3.20.2
16812026-08-22T02:25:44.848Z Compiling jiff-core v0.1.0
16822026-08-22T02:25:44.926Z Compiling base16ct v0.2.0
16832026-08-22T02:25:45.056Z Compiling libbz2-rs-sys v0.2.2
16842026-08-22T02:25:45.077Z Compiling foldhash v0.1.5
16852026-08-22T02:25:45.104Z Compiling strum v0.27.2
16862026-08-22T02:25:45.134Z Compiling snafu v0.8.9
16872026-08-22T02:25:45.230Z Compiling hashbrown v0.15.5
16882026-08-22T02:25:45.244Z Compiling sec1 v0.7.3
16892026-08-22T02:25:45.322Z Compiling zopfli v0.8.3
16902026-08-22T02:25:45.490Z Compiling bzip2 v0.6.1
16912026-08-22T02:25:45.532Z Compiling textwrap v0.16.2
16922026-08-22T02:25:45.701Z Compiling jiff v0.2.34
16932026-08-22T02:25:45.776Z Compiling hashbrown v0.16.1
16942026-08-22T02:25:45.904Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16952026-08-22T02:25:45.973Z Compiling walkdir v2.5.0
16962026-08-22T02:25:45.988Z Compiling supports-color v3.0.2
16972026-08-22T02:25:46.271Z Compiling group v0.13.0
16982026-08-22T02:25:46.361Z Compiling dof v0.3.0
16992026-08-22T02:25:46.374Z Compiling cargo_metadata v0.23.1
17002026-08-22T02:25:46.531Z Compiling test-strategy v0.4.5
17012026-08-22T02:25:47.074Z Compiling hubpack v0.1.2
17022026-08-22T02:25:47.309Z Compiling futures v0.3.32
17032026-08-22T02:25:47.320Z Compiling phf v0.13.1
17042026-08-22T02:25:47.515Z Compiling serde_with_macros v3.21.0
17052026-08-22T02:25:47.755Z Compiling signal-hook-mio v0.2.5
17062026-08-22T02:25:47.784Z Compiling cookie_store v0.22.1
17072026-08-22T02:25:47.881Z Compiling zstd v0.13.3
17082026-08-22T02:25:48.039Z Compiling reqwest v0.12.28
17092026-08-22T02:25:48.143Z Compiling cipher v0.5.2
17102026-08-22T02:25:48.470Z Compiling backtrace-ext v0.2.1
17112026-08-22T02:25:48.541Z Compiling postgres-types v0.2.12
17122026-08-22T02:25:49.094Z Compiling usdt-attr-macro v0.6.0
17132026-08-22T02:25:49.263Z Compiling usdt-macro v0.6.0
17142026-08-22T02:25:49.357Z Compiling globset v0.4.18
17152026-08-22T02:25:49.437Z Compiling phf_shared v0.11.3
17162026-08-22T02:25:49.626Z Compiling hkdf v0.12.4
17172026-08-22T02:25:49.705Z Compiling dtrace-parser v0.2.0
17182026-08-22T02:25:49.805Z Compiling byte-wrapper v0.1.0
17192026-08-22T02:25:49.907Z Compiling olpc-cjson v0.1.4
17202026-08-22T02:25:50.016Z Compiling ed25519 v2.2.3
17212026-08-22T02:25:50.030Z Compiling crypto-bigint v0.5.5
17222026-08-22T02:25:50.034Z Compiling serde_plain v1.0.2
17232026-08-22T02:25:50.069Z Compiling serde-big-array v0.5.1
17242026-08-22T02:25:50.131Z Compiling miette-derive v7.6.0
17252026-08-22T02:25:50.209Z Compiling strum_macros v0.26.4
17262026-08-22T02:25:50.231Z Compiling async-recursion v1.1.1
17272026-08-22T02:25:50.451Z Compiling serde_repr v0.1.20
17282026-08-22T02:25:50.885Z Compiling enum-as-inner v0.6.1
17292026-08-22T02:25:50.910Z Compiling pem v3.0.6
17302026-08-22T02:25:50.985Z Compiling float-cmp v0.10.0
17312026-08-22T02:25:51.133Z Compiling thread-id v4.2.2
17322026-08-22T02:25:51.224Z Compiling memmap2 v0.9.10
17332026-08-22T02:25:51.237Z Compiling cpufeatures v0.3.0
17342026-08-22T02:25:51.284Z Compiling supports-unicode v3.0.0
17352026-08-22T02:25:51.313Z Compiling typed-path v0.9.3
17362026-08-22T02:25:51.386Z Compiling new_debug_unreachable v1.0.6
17372026-08-22T02:25:51.427Z Compiling static_assertions v1.1.0
17382026-08-22T02:25:51.442Z Compiling whoami v2.1.0
17392026-08-22T02:25:51.458Z Compiling predicates-core v1.0.10
17402026-08-22T02:25:51.500Z Compiling supports-hyperlinks v3.2.0
17412026-08-22T02:25:51.647Z Compiling data-encoding v2.10.0
17422026-08-22T02:25:51.661Z Compiling keccak v0.1.6
17432026-08-22T02:25:51.747Z Compiling winnow v1.0.3
17442026-08-22T02:25:51.809Z Compiling difflib v0.4.0
17452026-08-22T02:25:51.965Z Compiling normalize-line-endings v0.3.0
17462026-08-22T02:25:52.064Z Compiling fixedbitset v0.5.7
17472026-08-22T02:25:52.148Z Compiling const-oid v0.10.2
17482026-08-22T02:25:52.360Z Compiling fixedbitset v0.4.2
17492026-08-22T02:25:52.390Z Compiling precomputed-hash v0.1.1
17502026-08-22T02:25:52.390Z Compiling digest v0.11.3
17512026-08-22T02:25:52.422Z Compiling petgraph v0.8.3
17522026-08-22T02:25:52.460Z Compiling predicates v3.1.4
17532026-08-22T02:25:52.475Z Compiling string_cache v0.8.9
17542026-08-22T02:25:52.571Z Compiling petgraph v0.6.5
17552026-08-22T02:25:52.580Z Compiling strum v0.26.3
17562026-08-22T02:25:52.627Z Compiling hickory-proto v0.25.2
17572026-08-22T02:25:52.698Z Compiling sha3 v0.10.8
17582026-08-22T02:25:52.716Z Compiling toml_parser v1.1.2+spec-1.1.0
17592026-08-22T02:25:52.866Z Compiling miette v7.6.0
17602026-08-22T02:25:53.109Z Compiling tokio-postgres v0.7.16
17612026-08-22T02:25:53.163Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-22T02:25:53.351Z Compiling usdt v0.6.0
17632026-08-22T02:25:53.630Z Compiling chacha20 v0.10.0
17642026-08-22T02:25:53.999Z Compiling toml_edit v0.22.27
17652026-08-22T02:25:54.029Z Compiling usdt-impl v0.5.0
17662026-08-22T02:25:54.061Z Compiling elliptic-curve v0.13.8
17672026-08-22T02:25:54.391Z Compiling ed25519-dalek v2.2.0
17682026-08-22T02:25:54.460Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17692026-08-22T02:25:54.591Z Compiling crossterm v0.28.1
17702026-08-22T02:25:54.916Z Compiling serde_with v3.21.0
17712026-08-22T02:25:55.848Z Compiling zip v4.6.1
17722026-08-22T02:25:55.961Z Compiling iddqd v0.4.2
17732026-08-22T02:25:56.679Z Compiling itertools v0.15.0
17742026-08-22T02:25:56.694Z Compiling itertools v0.13.0
17752026-08-22T02:25:56.753Z Compiling heck v0.4.1
17762026-08-22T02:25:56.785Z Compiling similar v2.7.0
17772026-08-22T02:25:56.974Z Compiling crossbeam-epoch v0.9.18
17782026-08-22T02:25:57.002Z Compiling tokio-stream v0.1.18
17792026-08-22T02:25:57.240Z Compiling buf-list v1.1.2
17802026-08-22T02:25:57.256Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-22T02:25:57.335Z Compiling openapiv3 v2.2.0
17822026-08-22T02:25:57.474Z Compiling lalrpop-util v0.19.12
17832026-08-22T02:25:57.511Z Compiling peg-runtime v0.8.5
17842026-08-22T02:25:57.555Z Compiling thread_local v1.1.9
17852026-08-22T02:25:57.643Z Compiling slog-async v2.8.0
17862026-08-22T02:25:57.666Z Compiling crossbeam-channel v0.5.15
17872026-08-22T02:25:57.789Z Compiling filetime v0.2.27
17882026-08-22T02:25:57.805Z Compiling is-terminal v0.4.17
17892026-08-22T02:25:57.903Z Compiling take_mut v0.2.2
17902026-08-22T02:25:57.951Z Compiling term v1.2.1
17912026-08-22T02:25:57.966Z Compiling xattr v1.6.1
17922026-08-22T02:25:57.971Z Compiling camino-tempfile v1.4.1
17932026-08-22T02:25:58.120Z Compiling tar v0.4.46
17942026-08-22T02:25:58.447Z Compiling slog-term v2.9.2
17952026-08-22T02:26:04.216Z Compiling rustls-webpki v0.103.13
17962026-08-22T02:26:06.989Z Compiling tokio-rustls v0.26.4
17972026-08-22T02:26:06.989Z Compiling rustls-platform-verifier v0.6.2
17982026-08-22T02:26:07.008Z Compiling tough v0.22.0
17992026-08-22T02:26:07.113Z Compiling hyper-rustls v0.27.7
18002026-08-22T02:26:07.310Z Compiling reqwest v0.13.2
18012026-08-22T02:26:09.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022026-08-22T02:26:09.735Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18032026-08-22T02:26:12.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18042026-08-22T02:26:12.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18052026-08-22T02:26:12.851ZAug 22 02:26:11.263 INFO Starting download, target: Console
18062026-08-22T02:26:12.851ZAug 22 02:26:11.263 INFO Starting download, target: Cockroach
18072026-08-22T02:26:12.851ZAug 22 02:26:11.263 INFO Starting download, target: DendriteStub
18082026-08-22T02:26:12.851ZAug 22 02:26:11.263 INFO Starting download, target: Clickhouse
18092026-08-22T02:26:12.851ZAug 22 02:26:11.263 INFO Starting download, target: MaghemiteMgd
18102026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Starting download, target: MaghemiteDdmd
18112026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Starting download, target: TransceiverControl
18122026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18132026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18142026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18152026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18162026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18172026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-08-22T02:26:12.855ZAug 22 02:26:11.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18192026-08-22T02:26:13.162ZAug 22 02:26:11.572 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18202026-08-22T02:26:13.383ZAug 22 02:26:11.789 INFO Download complete, target: TransceiverControl
18212026-08-22T02:26:14.575ZAug 22 02:26:12.980 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18222026-08-22T02:26:14.646ZAug 22 02:26:13.057 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18232026-08-22T02:26:14.815ZAug 22 02:26:13.224 INFO Download complete, target: Console
18242026-08-22T02:26:15.004ZAug 22 02:26:13.415 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18252026-08-22T02:26:15.020ZAug 22 02:26:13.430 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18262026-08-22T02:26:15.312ZAug 22 02:26:13.724 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18272026-08-22T02:26:15.313ZAug 22 02:26:13.725 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18282026-08-22T02:26:15.472ZAug 22 02:26:13.884 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-22T02:26:16.606ZAug 22 02:26:15.018 INFO Download complete, target: MaghemiteDdmd
18302026-08-22T02:26:17.651ZAug 22 02:26:16.062 INFO Download complete, target: MaghemiteMgd
18312026-08-22T02:26:17.651ZAug 22 02:26:16.062 INFO Download complete, target: DendriteStub
18322026-08-22T02:26:20.008ZAug 22 02:26:18.419 INFO Checking that binary works, target: Cockroach
18332026-08-22T02:26:20.120ZAug 22 02:26:18.532 INFO Download complete, target: Cockroach
18342026-08-22T02:26:22.259ZAug 22 02:26:20.670 INFO Checking that binary works, target: Clickhouse
18352026-08-22T02:26:22.394ZAug 22 02:26:20.806 INFO Download complete, target: Clickhouse
18362026-08-22T02:26:22.410ZAll builder prerequisites installed successfully, and PATH looks valid
18372026-08-22T02:26:22.413Z
18382026-08-22T02:26:22.413Zreal 2:09.073901750
18392026-08-22T02:26:22.413Zuser 7:17.663765020
18402026-08-22T02:26:22.413Zsys 1:26.583348289
18412026-08-22T02:26:22.413Ztrap 0.238019305
18422026-08-22T02:26:22.413Ztflt 0.537496601
18432026-08-22T02:26:22.413Zdflt 0.884601593
18442026-08-22T02:26:22.413Zkflt 0.023856016
18452026-08-22T02:26:22.413Zlock 27:37.556514824
18462026-08-22T02:26:22.413Zslp 21:57.157481458
18472026-08-22T02:26:22.413Zlat 49.068668866
18482026-08-22T02:26:22.414Zstop 2:37.410955876
18492026-08-22T02:26:22.414Z+ banner hack-check
18502026-08-22T02:26:22.414Z
18512026-08-22T02:26:22.414Z # # ## #### # # #### # # ###### #### # #
18522026-08-22T02:26:22.414Z # # # # # # # # # # # # # # # # #
18532026-08-22T02:26:22.414Z ###### # # # #### ##### # ###### ##### # ####
18542026-08-22T02:26:22.414Z # # ###### # # # # # # # # # #
18552026-08-22T02:26:22.414Z # # # # # # # # # # # # # # # # #
18562026-08-22T02:26:22.414Z # # # # #### # # #### # # ###### #### # #
18572026-08-22T02:26:22.414Z
18582026-08-22T02:26:22.414Z+ export CARGO_INCREMENTAL=0
18592026-08-22T02:26:22.414Z+ CARGO_INCREMENTAL=0
18602026-08-22T02:26:22.414Z+ ptime -m timeout 2h cargo xtask check-features --ci
18612026-08-22T02:26:22.887Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18622026-08-22T02:26:23.177Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18632026-08-22T02:26:24.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18642026-08-22T02:26:25.034Z Running `target/debug/xtask check-features --ci`
18652026-08-22T02:26:25.060Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18662026-08-22T02:26:25.060Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18672026-08-22T02:26:25.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682026-08-22T02:26:25.510Z Running `target/debug/xtask download cargo-hack`
18692026-08-22T02:26:26.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702026-08-22T02:26:26.606Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18712026-08-22T02:26:29.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18722026-08-22T02:26:29.324Z Running `target/debug/xtask-downloader cargo-hack`
18732026-08-22T02:26:29.365ZAug 22 02:26:27.777 INFO Starting download, target: CargoHack
18742026-08-22T02:26:29.369ZAug 22 02:26:27.778 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18752026-08-22T02:26:29.702ZAug 22 02:26:28.114 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18762026-08-22T02:26:29.751ZAug 22 02:26:28.163 INFO Download complete, target: CargoHack
18772026-08-22T02:26:29.755Zrunning: "/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-22T02:26:29.768Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18792026-08-22T02:26:29.928Zinfo: running `cargo check --bins` on api_identity (1/337)
18802026-08-22T02:26:30.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-22T02:26:30.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-22T02:26:30.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-22T02:26:30.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-22T02:26:30.474Z
18852026-08-22T02:26:30.475Zinfo: running `cargo check --bins` on bootstore (2/337)
18862026-08-22T02:26:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-22T02:26:30.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-22T02:26:30.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-22T02:26:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-22T02:26:31.023Z
18912026-08-22T02:26:31.023Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18922026-08-22T02:26:31.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-22T02:26:31.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-22T02:26:31.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-22T02:26:31.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18962026-08-22T02:26:31.568Z
18972026-08-22T02:26:31.569Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
18982026-08-22T02:26:32.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-22T02:26:32.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-22T02:26:32.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-22T02:26:32.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19022026-08-22T02:26:32.113Z
19032026-08-22T02:26:32.113Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19042026-08-22T02:26:32.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-22T02:26:32.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-22T02:26:32.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-22T02:26:32.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19082026-08-22T02:26:32.674Z
19092026-08-22T02:26:32.674Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19102026-08-22T02:26:33.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-22T02:26:33.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-22T02:26:33.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-22T02:26:33.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19142026-08-22T02:26:33.241Z
19152026-08-22T02:26:33.241Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19162026-08-22T02:26:33.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-22T02:26:33.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-22T02:26:33.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-22T02:26:33.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-22T02:26:33.800Z
19212026-08-22T02:26:33.800Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19222026-08-22T02:26:34.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-22T02:26:34.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-22T02:26:34.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-22T02:26:34.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-22T02:26:34.355Z
19272026-08-22T02:26:34.355Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19282026-08-22T02:26:34.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-22T02:26:34.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-22T02:26:34.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-22T02:26:34.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-22T02:26:34.766Z
19332026-08-22T02:26:34.766Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19342026-08-22T02:26:35.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-22T02:26:35.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-22T02:26:35.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-22T02:26:35.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-22T02:26:35.180Z
19392026-08-22T02:26:35.180Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19402026-08-22T02:26:35.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-22T02:26:35.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-22T02:26:35.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-22T02:26:35.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-22T02:26:35.590Z
19452026-08-22T02:26:35.590Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19462026-08-22T02:26:35.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-22T02:26:35.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-22T02:26:35.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-22T02:26:35.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-22T02:26:36.002Z
19512026-08-22T02:26:36.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19522026-08-22T02:26:36.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-22T02:26:36.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-22T02:26:36.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-22T02:26:36.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-22T02:26:36.412Z
19572026-08-22T02:26:36.412Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19582026-08-22T02:26:36.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-22T02:26:36.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-22T02:26:36.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-22T02:26:36.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-22T02:26:36.826Z
19632026-08-22T02:26:36.826Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19642026-08-22T02:26:37.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-22T02:26:37.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-22T02:26:37.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-22T02:26:37.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-22T02:26:37.239Z
19692026-08-22T02:26:37.239Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19702026-08-22T02:26:37.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-22T02:26:37.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-22T02:26:37.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-22T02:26:37.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-22T02:26:37.658Z
19752026-08-22T02:26:37.658Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19762026-08-22T02:26:38.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-22T02:26:38.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-22T02:26:38.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-22T02:26:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-22T02:26:38.070Z
19812026-08-22T02:26:38.070Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19822026-08-22T02:26:38.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-22T02:26:38.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-22T02:26:38.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-22T02:26:38.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-22T02:26:38.480Z
19872026-08-22T02:26:38.480Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19882026-08-22T02:26:38.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-22T02:26:38.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-22T02:26:38.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-22T02:26:38.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-22T02:26:38.891Z
19932026-08-22T02:26:38.891Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
19942026-08-22T02:26:39.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-22T02:26:39.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-22T02:26:39.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-22T02:26:40.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-22T02:26:40.267Z
19992026-08-22T02:26:40.267Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20002026-08-22T02:26:40.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-22T02:26:40.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-22T02:26:40.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-22T02:26:40.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-22T02:26:40.267Z
20052026-08-22T02:26:40.267Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20062026-08-22T02:26:40.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-22T02:26:40.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-22T02:26:40.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-22T02:26:40.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-22T02:26:40.267Z
20112026-08-22T02:26:40.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20122026-08-22T02:26:40.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-22T02:26:40.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-22T02:26:40.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-22T02:26:40.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-22T02:26:40.549Z
20172026-08-22T02:26:40.550Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20182026-08-22T02:26:40.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-22T02:26:40.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-22T02:26:40.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-22T02:26:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-22T02:26:40.963Z
20232026-08-22T02:26:40.963Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20242026-08-22T02:26:41.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-22T02:26:41.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-22T02:26:41.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-22T02:26:41.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-22T02:26:41.380Z
20292026-08-22T02:26:41.380Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20302026-08-22T02:26:41.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-22T02:26:41.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-22T02:26:41.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-22T02:26:41.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-22T02:26:41.794Z
20352026-08-22T02:26:41.794Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20362026-08-22T02:26:42.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-22T02:26:42.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-22T02:26:42.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-22T02:26:42.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-22T02:26:42.213Z
20412026-08-22T02:26:42.213Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20422026-08-22T02:26:42.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-22T02:26:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-22T02:26:42.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-22T02:26:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-22T02:26:42.629Z
20472026-08-22T02:26:42.629Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20482026-08-22T02:26:42.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-22T02:26:42.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-22T02:26:42.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-22T02:26:42.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-22T02:26:43.041Z
20532026-08-22T02:26:43.041Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20542026-08-22T02:26:43.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-22T02:26:43.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-22T02:26:43.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-22T02:26:43.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-22T02:26:43.452Z
20592026-08-22T02:26:43.452Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20602026-08-22T02:26:43.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-22T02:26:43.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-22T02:26:43.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-22T02:26:43.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-22T02:26:43.864Z
20652026-08-22T02:26:43.864Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20662026-08-22T02:26:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-22T02:26:44.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-22T02:26:44.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-22T02:26:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-22T02:26:44.280Z
20712026-08-22T02:26:44.280Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20722026-08-22T02:26:44.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-22T02:26:44.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-22T02:26:44.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-22T02:26:44.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-22T02:26:44.695Z
20772026-08-22T02:26:44.695Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20782026-08-22T02:26:45.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-22T02:26:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-22T02:26:45.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-22T02:26:45.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-22T02:26:45.111Z
20832026-08-22T02:26:45.111Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20842026-08-22T02:26:45.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-22T02:26:45.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-22T02:26:45.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-22T02:26:45.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-22T02:26:45.549Z
20892026-08-22T02:26:45.549Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20902026-08-22T02:26:45.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-22T02:26:45.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-22T02:26:45.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-22T02:26:45.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-22T02:26:45.934Z
20952026-08-22T02:26:45.934Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
20962026-08-22T02:26:46.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-22T02:26:46.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-22T02:26:46.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-22T02:26:46.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-22T02:26:46.346Z
21012026-08-22T02:26:46.347Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21022026-08-22T02:26:46.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-22T02:26:46.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-22T02:26:46.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-22T02:26:46.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-22T02:26:46.758Z
21072026-08-22T02:26:46.759Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21082026-08-22T02:26:47.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-22T02:26:47.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-22T02:26:47.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-22T02:26:47.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-22T02:26:47.173Z
21132026-08-22T02:26:47.173Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21142026-08-22T02:26:47.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-22T02:26:47.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-22T02:26:47.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-22T02:26:47.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-22T02:26:47.591Z
21192026-08-22T02:26:47.591Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21202026-08-22T02:26:47.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-22T02:26:47.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-22T02:26:47.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-22T02:26:47.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-22T02:26:48.004Z
21252026-08-22T02:26:48.004Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21262026-08-22T02:26:48.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-22T02:26:48.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-22T02:26:48.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-22T02:26:48.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-22T02:26:48.417Z
21312026-08-22T02:26:48.417Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21322026-08-22T02:26:48.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-22T02:26:48.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-22T02:26:48.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-22T02:26:48.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-22T02:26:48.833Z
21372026-08-22T02:26:48.833Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21382026-08-22T02:26:49.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-22T02:26:49.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-22T02:26:49.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-22T02:26:49.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-22T02:26:49.247Z
21432026-08-22T02:26:49.247Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21442026-08-22T02:26:49.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-22T02:26:49.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-22T02:26:49.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-22T02:26:49.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-22T02:26:49.664Z
21492026-08-22T02:26:49.664Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21502026-08-22T02:26:50.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-22T02:26:50.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-22T02:26:50.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-22T02:26:50.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-22T02:26:50.126Z
21552026-08-22T02:26:50.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21562026-08-22T02:26:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-22T02:26:50.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-22T02:26:50.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-22T02:26:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-22T02:26:50.494Z
21612026-08-22T02:26:50.494Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21622026-08-22T02:26:50.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-22T02:26:50.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-22T02:26:50.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-22T02:26:50.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-22T02:26:50.914Z
21672026-08-22T02:26:50.914Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21682026-08-22T02:26:51.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-22T02:26:51.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-22T02:26:51.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-22T02:26:51.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-08-22T02:26:51.513Z
21732026-08-22T02:26:51.513Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21742026-08-22T02:26:52.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-22T02:26:52.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-22T02:26:52.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-22T02:26:52.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-22T02:26:52.114Z
21792026-08-22T02:26:52.114Zinfo: running `cargo check --bins` on nexus-config (51/337)
21802026-08-22T02:26:52.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-22T02:26:52.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-22T02:26:52.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-22T02:26:52.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-08-22T02:26:52.710Z
21852026-08-22T02:26:52.710Zinfo: running `cargo check --bins` on nexus-types (52/337)
21862026-08-22T02:26:53.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-22T02:26:53.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-22T02:26:53.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-22T02:26:53.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-08-22T02:26:53.307Z
21912026-08-22T02:26:53.308Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21922026-08-22T02:26:53.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-22T02:26:53.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-22T02:26:53.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-22T02:26:53.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-22T02:26:53.882Z
21972026-08-22T02:26:53.882Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
21982026-08-22T02:26:54.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-22T02:26:54.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-22T02:26:54.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-22T02:26:54.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22022026-08-22T02:26:54.429Z
22032026-08-22T02:26:54.429Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22042026-08-22T02:26:54.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-22T02:26:54.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-22T02:26:54.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-22T02:26:54.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-22T02:26:54.996Z
22092026-08-22T02:26:54.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22102026-08-22T02:26:55.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-22T02:26:55.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-22T02:26:55.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-22T02:26:55.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-22T02:26:55.571Z
22152026-08-22T02:26:55.571Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22162026-08-22T02:26:56.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-22T02:26:56.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-22T02:26:56.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-22T02:26:56.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-22T02:26:56.142Z
22212026-08-22T02:26:56.142Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22222026-08-22T02:26:56.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-22T02:26:56.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-22T02:26:56.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-22T02:26:56.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-22T02:26:56.711Z
22272026-08-22T02:26:56.711Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22282026-08-22T02:26:57.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-22T02:26:57.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-22T02:26:57.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-22T02:26:57.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22322026-08-22T02:26:57.264Z
22332026-08-22T02:26:57.264Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22342026-08-22T02:26:57.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-22T02:26:57.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-22T02:26:57.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-22T02:26:57.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-22T02:26:57.819Z
22392026-08-22T02:26:57.819Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22402026-08-22T02:26:58.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-22T02:26:58.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-22T02:26:58.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-22T02:26:58.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-08-22T02:26:58.367Z
22452026-08-22T02:26:58.367Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22462026-08-22T02:26:58.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-22T02:26:58.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-22T02:26:58.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-22T02:26:58.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-22T02:26:58.917Z
22512026-08-22T02:26:58.917Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22522026-08-22T02:26:59.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-22T02:26:59.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-22T02:26:59.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-22T02:26:59.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22562026-08-22T02:26:59.462Z
22572026-08-22T02:26:59.462Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22582026-08-22T02:26:59.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-22T02:26:59.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-22T02:26:59.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-22T02:26:59.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-22T02:27:00.030Z
22632026-08-22T02:27:00.030Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22642026-08-22T02:27:00.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-22T02:27:00.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-22T02:27:00.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-22T02:27:00.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-22T02:27:00.598Z
22692026-08-22T02:27:00.598Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22702026-08-22T02:27:01.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-22T02:27:01.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-22T02:27:01.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-22T02:27:01.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-22T02:27:01.159Z
22752026-08-22T02:27:01.159Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22762026-08-22T02:27:01.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-22T02:27:01.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-22T02:27:01.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-22T02:27:01.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-22T02:27:01.716Z
22812026-08-22T02:27:01.716Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22822026-08-22T02:27:02.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-22T02:27:02.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-22T02:27:02.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-22T02:27:02.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-22T02:27:02.276Z
22872026-08-22T02:27:02.276Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22882026-08-22T02:27:02.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-22T02:27:02.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-22T02:27:02.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-22T02:27:02.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-22T02:27:02.845Z
22932026-08-22T02:27:02.845Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
22942026-08-22T02:27:03.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-22T02:27:03.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-22T02:27:03.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-22T02:27:03.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-22T02:27:03.396Z
22992026-08-22T02:27:03.396Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23002026-08-22T02:27:03.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-22T02:27:03.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-22T02:27:03.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-22T02:27:03.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-22T02:27:03.954Z
23052026-08-22T02:27:03.954Zinfo: running `cargo check --bins` on ereport-types (72/337)
23062026-08-22T02:27:04.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-22T02:27:04.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-22T02:27:04.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-22T02:27:04.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23102026-08-22T02:27:04.504Z
23112026-08-22T02:27:04.504Zinfo: running `cargo check --bins` on gateway-client (73/337)
23122026-08-22T02:27:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-22T02:27:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-22T02:27:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-22T02:27:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-22T02:27:05.065Z
23172026-08-22T02:27:05.065Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23182026-08-22T02:27:05.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-22T02:27:05.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-22T02:27:05.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-22T02:27:05.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-22T02:27:05.622Z
23232026-08-22T02:27:05.622Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23242026-08-22T02:27:06.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-22T02:27:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-22T02:27:06.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-22T02:27:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-22T02:27:06.178Z
23292026-08-22T02:27:06.178Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23302026-08-22T02:27:06.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-22T02:27:06.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-22T02:27:06.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-22T02:27:06.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23342026-08-22T02:27:06.757Z
23352026-08-22T02:27:06.757Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23362026-08-22T02:27:07.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-22T02:27:07.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-22T02:27:07.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-22T02:27:07.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-22T02:27:07.335Z
23412026-08-22T02:27:07.335Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23422026-08-22T02:27:07.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-22T02:27:07.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-22T02:27:07.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-22T02:27:07.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23462026-08-22T02:27:07.887Z
23472026-08-22T02:27:07.887Zinfo: running `cargo check --bins` on oxlog (79/337)
23482026-08-22T02:27:08.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-22T02:27:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-22T02:27:08.479Z Checking cfg-if v1.0.4
23512026-08-22T02:27:08.482Z Checking serde_core v1.0.228
23522026-08-22T02:27:08.584Z Checking libc v0.2.185
23532026-08-22T02:27:08.596Z Checking memchr v2.8.0
23542026-08-22T02:27:08.605Z Checking log v0.4.33
23552026-08-22T02:27:08.608Z Checking smallvec v1.15.1
23562026-08-22T02:27:08.626Z Checking subtle v2.6.1
23572026-08-22T02:27:08.636Z Checking itoa v1.0.17
23582026-08-22T02:27:08.646Z Checking scopeguard v1.2.0
23592026-08-22T02:27:08.745Z Checking lock_api v0.4.14
23602026-08-22T02:27:08.760Z Checking stable_deref_trait v1.2.1
23612026-08-22T02:27:08.772Z Checking typenum v1.20.1
23622026-08-22T02:27:08.784Z Checking zerofrom v0.1.6
23632026-08-22T02:27:08.796Z Checking portable-atomic v1.13.1
23642026-08-22T02:27:08.830Z Checking zerocopy v0.8.55
23652026-08-22T02:27:08.892Z Checking yoke v0.8.1
23662026-08-22T02:27:08.941Z Checking critical-section v1.2.0
23672026-08-22T02:27:08.987Z Checking pin-project-lite v0.2.17
23682026-08-22T02:27:08.990Z Checking errno v0.3.14
23692026-08-22T02:27:09.046Z Checking getrandom v0.2.17
23702026-08-22T02:27:09.061Z Checking zerovec v0.11.5
23712026-08-22T02:27:09.086Z Checking const-oid v0.9.6
23722026-08-22T02:27:09.120Z Checking libm v0.2.16
23732026-08-22T02:27:09.192Z Checking rand_core v0.6.4
23742026-08-22T02:27:09.204Z Checking once_cell v1.21.3
23752026-08-22T02:27:09.370Z Checking zmij v1.0.21
23762026-08-22T02:27:09.383Z Checking signal-hook-registry v1.4.8
23772026-08-22T02:27:09.486Z Checking tinystr v0.8.2
23782026-08-22T02:27:09.499Z Checking parking_lot_core v0.9.12
23792026-08-22T02:27:09.539Z Checking futures-core v0.3.32
23802026-08-22T02:27:09.579Z Checking percent-encoding v2.3.2
23812026-08-22T02:27:09.658Z Checking writeable v0.6.2
23822026-08-22T02:27:09.672Z Checking litemap v0.8.1
23832026-08-22T02:27:09.684Z Checking parking_lot v0.12.5
23842026-08-22T02:27:09.723Z Checking potential_utf v0.1.4
23852026-08-22T02:27:09.748Z Checking zerotrie v0.2.3
23862026-08-22T02:27:09.795Z Checking num-traits v0.2.19
23872026-08-22T02:27:09.818Z Checking mio v1.2.0
23882026-08-22T02:27:09.836Z Checking icu_locale_core v2.1.1
23892026-08-22T02:27:09.850Z Checking equivalent v1.0.2
23902026-08-22T02:27:09.867Z Checking icu_collections v2.1.1
23912026-08-22T02:27:09.931Z Checking getrandom v0.3.4
23922026-08-22T02:27:09.987Z Checking socket2 v0.6.3
23932026-08-22T02:27:10.067Z Checking serde v1.0.228
23942026-08-22T02:27:10.080Z Checking bitflags v2.11.0
23952026-08-22T02:27:10.096Z Checking serde_json v1.0.151
23962026-08-22T02:27:10.168Z Checking icu_normalizer_data v2.1.1
23972026-08-22T02:27:10.223Z Checking icu_properties_data v2.1.2
23982026-08-22T02:27:10.239Z Checking byteorder v1.5.0
23992026-08-22T02:27:10.252Z Checking rand_core v0.10.0
24002026-08-22T02:27:10.308Z Checking futures-sink v0.3.32
24012026-08-22T02:27:10.347Z Checking hashbrown v0.17.0
24022026-08-22T02:27:10.381Z Checking icu_provider v2.1.1
24032026-08-22T02:27:10.394Z Checking getrandom v0.4.3
24042026-08-22T02:27:10.406Z Checking futures-channel v0.3.32
24052026-08-22T02:27:10.435Z Checking futures-task v0.3.32
24062026-08-22T02:27:10.469Z Checking zeroize v1.9.0
24072026-08-22T02:27:10.535Z Checking bytes v1.11.1
24082026-08-22T02:27:10.571Z Checking utf8_iter v1.0.4
24092026-08-22T02:27:10.591Z Checking slab v0.4.12
24102026-08-22T02:27:10.612Z Checking icu_normalizer v2.1.1
24112026-08-22T02:27:10.639Z Checking generic-array v0.14.7
24122026-08-22T02:27:10.690Z Checking icu_properties v2.1.2
24132026-08-22T02:27:10.746Z Checking futures-io v0.3.32
24142026-08-22T02:27:10.759Z Checking rustix v1.1.4
24152026-08-22T02:27:10.807Z Checking indexmap v2.14.0
24162026-08-22T02:27:10.857Z Checking futures-util v0.3.32
24172026-08-22T02:27:10.912Z Checking form_urlencoded v1.2.2
24182026-08-22T02:27:10.975Z Checking tokio v1.52.1
24192026-08-22T02:27:11.041Z Checking base64ct v1.8.3
24202026-08-22T02:27:11.089Z Checking block-buffer v0.10.4
24212026-08-22T02:27:11.237Z Checking crypto-common v0.1.7
24222026-08-22T02:27:11.275Z Checking fnv v1.0.7
24232026-08-22T02:27:11.362Z Checking pem-rfc7468 v0.7.0
24242026-08-22T02:27:11.365Z Checking digest v0.10.7
24252026-08-22T02:27:11.387Z Checking iana-time-zone v0.1.65
24262026-08-22T02:27:11.494Z Checking flagset v0.4.7
24272026-08-22T02:27:11.507Z Checking idna_adapter v1.2.1
24282026-08-22T02:27:11.532Z Checking chrono v0.4.45
24292026-08-22T02:27:11.562Z Checking uuid v1.23.4
24302026-08-22T02:27:11.583Z Checking ppv-lite86 v0.2.21
24312026-08-22T02:27:11.607Z Checking rand_core v0.9.5
24322026-08-22T02:27:11.619Z Checking der v0.7.10
24332026-08-22T02:27:11.622Z Checking idna v1.1.0
24342026-08-22T02:27:11.784Z Checking regex-syntax v0.8.10
24352026-08-22T02:27:11.868Z Checking url v2.5.8
24362026-08-22T02:27:11.868Z Checking base64 v0.22.1
24372026-08-22T02:27:11.894Z Checking http v1.4.2
24382026-08-22T02:27:12.118Z Checking rand_chacha v0.9.0
24392026-08-22T02:27:12.301Z Checking tracing-core v0.1.36
24402026-08-22T02:27:12.323Z Checking dyn-clone v1.0.20
24412026-08-22T02:27:12.354Z Checking spki v0.7.3
24422026-08-22T02:27:12.387Z Checking simd-adler32 v0.3.8
24432026-08-22T02:27:12.425Z Checking cpufeatures v0.2.17
24442026-08-22T02:27:12.458Z Checking http-body v1.0.1
24452026-08-22T02:27:12.493Z Checking rand v0.9.2
24462026-08-22T02:27:12.522Z Checking pkcs8 v0.10.2
24472026-08-22T02:27:12.558Z Checking rustls-pki-types v1.14.0
24482026-08-22T02:27:12.588Z Checking semver v1.0.28
24492026-08-22T02:27:12.625Z Checking tracing v0.1.44
24502026-08-22T02:27:12.685Z Checking spin v0.9.8
24512026-08-22T02:27:12.777Z Checking anstyle v1.0.14
24522026-08-22T02:27:12.798Z Checking cmov v0.5.4
24532026-08-22T02:27:12.830Z Checking openssl-probe v0.2.1
24542026-08-22T02:27:12.854Z Checking adler2 v2.0.1
24552026-08-22T02:27:12.866Z Checking tinyvec_macros v0.1.1
24562026-08-22T02:27:12.931Z Checking utf8parse v0.2.2
24572026-08-22T02:27:12.944Z Checking tinyvec v1.10.0
24582026-08-22T02:27:12.957Z Checking miniz_oxide v0.8.9
24592026-08-22T02:27:12.969Z Checking schemars v0.8.22
24602026-08-22T02:27:12.982Z Checking sha2 v0.10.9
24612026-08-22T02:27:12.994Z Checking ctutils v0.4.2
24622026-08-22T02:27:13.028Z Checking anstyle-parse v1.0.0
24632026-08-22T02:27:13.089Z Checking terminal_size v0.4.3
24642026-08-22T02:27:13.175Z Checking aws-lc-sys v0.40.0
24652026-08-22T02:27:13.199Z Checking thiserror v2.0.18
24662026-08-22T02:27:13.213Z Checking colorchoice v1.0.4
24672026-08-22T02:27:13.248Z Checking tower-layer v0.3.3
24682026-08-22T02:27:13.251Z Checking untrusted v0.7.1
24692026-08-22T02:27:13.297Z Checking fastrand v2.3.0
24702026-08-22T02:27:13.297Z Checking is_terminal_polyfill v1.70.2
24712026-08-22T02:27:13.322Z Checking tower-service v0.3.3
24722026-08-22T02:27:13.366Z Checking anstyle-query v1.1.5
24732026-08-22T02:27:13.385Z Checking atomic-waker v1.1.2
24742026-08-22T02:27:13.397Z Checking try-lock v0.2.5
24752026-08-22T02:27:13.410Z Checking hybrid-array v0.4.13
24762026-08-22T02:27:13.454Z Checking anstream v1.0.0
24772026-08-22T02:27:13.481Z Checking tempfile v3.27.0
24782026-08-22T02:27:13.494Z Checking want v0.3.1
24792026-08-22T02:27:13.507Z Checking ipnet v2.12.0
24802026-08-22T02:27:13.617Z Checking httparse v1.10.1
24812026-08-22T02:27:13.628Z Checking crc32fast v1.5.0
24822026-08-22T02:27:13.646Z Checking aho-corasick v1.1.4
24832026-08-22T02:27:13.674Z Checking aws-lc-rs v1.16.3
24842026-08-22T02:27:13.688Z Checking untrusted v0.9.0
24852026-08-22T02:27:13.761Z Checking plain v0.2.3
24862026-08-22T02:27:13.774Z Checking tap v1.0.1
24872026-08-22T02:27:13.792Z Checking foreign-types-shared v0.1.1
24882026-08-22T02:27:13.819Z Checking httpdate v1.0.3
24892026-08-22T02:27:13.863Z Checking unicode-normalization v0.1.25
24902026-08-22T02:27:13.876Z Checking foreign-types v0.3.2
24912026-08-22T02:27:13.882Z Checking wyz v0.5.1
24922026-08-22T02:27:13.943Z Checking rand_chacha v0.3.1
24932026-08-22T02:27:13.961Z Checking signature v2.2.0
24942026-08-22T02:27:14.058Z Checking radium v0.7.0
24952026-08-22T02:27:14.094Z Checking hex v0.4.3
24962026-08-22T02:27:14.148Z Checking num-integer v0.1.46
24972026-08-22T02:27:14.161Z Checking openssl-sys v0.9.117
24982026-08-22T02:27:14.230Z Checking wait-timeout v0.2.1
24992026-08-22T02:27:14.259Z Checking tokio-util v0.7.18
25002026-08-22T02:27:14.274Z Checking funty v2.0.0
25012026-08-22T02:27:14.317Z Checking regex-automata v0.4.14
25022026-08-22T02:27:14.330Z Checking strsim v0.11.1
25032026-08-22T02:27:14.348Z Checking unicode-ident v1.0.24
25042026-08-22T02:27:14.370Z Checking ucd-trie v0.1.7
25052026-08-22T02:27:14.457Z Checking clap_lex v1.0.0
25062026-08-22T02:27:14.490Z Checking bit-vec v0.8.0
25072026-08-22T02:27:14.502Z Checking quick-error v1.2.3
25082026-08-22T02:27:14.515Z Checking rustls-webpki v0.103.13
25092026-08-22T02:27:14.529Z Checking openssl v0.10.80
25102026-08-22T02:27:14.590Z Checking bitvec v1.0.1
25112026-08-22T02:27:14.602Z Checking rusty-fork v0.3.1
25122026-08-22T02:27:14.615Z Checking clap_builder v4.6.0
25132026-08-22T02:27:14.678Z Checking bit-set v0.8.0
25142026-08-22T02:27:14.769Z Checking pest v2.8.6
25152026-08-22T02:27:14.826Z Checking proc-macro2 v1.0.106
25162026-08-22T02:27:14.873Z Checking h2 v0.4.15
25172026-08-22T02:27:14.925Z Checking rustls v0.23.41
25182026-08-22T02:27:15.127Z Checking num-iter v0.1.45
25192026-08-22T02:27:15.240Z Checking rand v0.8.6
25202026-08-22T02:27:15.755Z Checking lazy_static v1.5.0
25212026-08-22T02:27:15.827Z Checking rand_xorshift v0.4.0
25222026-08-22T02:27:15.827Z Checking hmac v0.12.1
25232026-08-22T02:27:15.851Z Checking thiserror v1.0.69
25242026-08-22T02:27:15.873Z Checking maybe-uninit v2.0.0
25252026-08-22T02:27:15.943Z Checking toml_datetime v0.6.11
25262026-08-22T02:27:15.956Z Checking serde_spanned v0.6.9
25272026-08-22T02:27:15.960Z Checking sync_wrapper v1.0.2
25282026-08-22T02:27:15.980Z Checking pretty-hex v0.4.1
25292026-08-22T02:27:16.066Z Checking zlib-rs v0.6.2
25302026-08-22T02:27:16.079Z Checking crc-catalog v2.4.0
25312026-08-22T02:27:16.092Z Checking unarray v0.1.4
25322026-08-22T02:27:16.121Z Checking powerfmt v0.2.0
25332026-08-22T02:27:16.147Z Checking siphasher v1.0.2
25342026-08-22T02:27:16.161Z Checking nodrop v0.1.14
25352026-08-22T02:27:16.191Z Checking proptest v1.11.0
25362026-08-22T02:27:16.247Z Checking array-init v0.0.4
25372026-08-22T02:27:16.270Z Checking deranged v0.5.8
25382026-08-22T02:27:16.300Z Checking crc v3.4.0
25392026-08-22T02:27:16.470Z Checking tower v0.5.3
25402026-08-22T02:27:16.518Z Checking native-tls v0.2.18
25412026-08-22T02:27:16.543Z Checking smallvec v0.6.14
25422026-08-22T02:27:16.698Z Checking packed_struct v0.10.1
25432026-08-22T02:27:16.726Z Checking num-bigint-dig v0.8.6
25442026-08-22T02:27:16.852Z Checking clap v4.6.1
25452026-08-22T02:27:16.929Z Checking flate2 v1.1.9
25462026-08-22T02:27:16.944Z Checking quote v1.0.45
25472026-08-22T02:27:17.112Z Checking ipnetwork v0.21.1
25482026-08-22T02:27:17.179Z Checking pkcs1 v0.7.5
25492026-08-22T02:27:17.202Z Checking http-body-util v0.1.3
25502026-08-22T02:27:17.218Z Checking crossbeam-utils v0.8.21
25512026-08-22T02:27:17.327Z Checking zerocopy v0.6.6
25522026-08-22T02:27:17.405Z Checking bitfield v0.19.4
25532026-08-22T02:27:17.418Z Checking ahash v0.8.12
25542026-08-22T02:27:17.556Z Checking bzip2-sys v0.1.13+1.0.8
25552026-08-22T02:27:17.578Z Checking scroll v0.13.0
25562026-08-22T02:27:17.618Z Checking env_filter v2.0.0
25572026-08-22T02:27:17.631Z Checking iri-string v0.7.10
25582026-08-22T02:27:17.642Z Checking unicode-bidi v0.3.18
25592026-08-22T02:27:17.672Z Checking hyper v1.10.1
25602026-08-22T02:27:17.675Z Checking num-conv v0.2.0
25612026-08-22T02:27:17.760Z Checking hashbrown v0.12.3
25622026-08-22T02:27:17.763Z Checking time-core v0.1.8
25632026-08-22T02:27:17.802Z Checking ryu v1.0.23
25642026-08-22T02:27:17.815Z Checking base64 v0.21.7
25652026-08-22T02:27:17.913Z Checking unicode-properties v0.1.4
25662026-08-22T02:27:17.937Z Checking winnow v0.5.40
25672026-08-22T02:27:17.949Z Checking num_threads v0.1.7
25682026-08-22T02:27:17.982Z Checking allocator-api2 v0.2.21
25692026-08-22T02:27:18.030Z Checking gimli v0.32.3
25702026-08-22T02:27:18.049Z Checking ron v0.8.1
25712026-08-22T02:27:18.095Z Checking stringprep v0.1.5
25722026-08-22T02:27:18.171Z Checking indexmap v1.9.3
25732026-08-22T02:27:18.246Z Checking time v0.3.47
25742026-08-22T02:27:18.264Z Checking newtype-uuid v1.3.2
25752026-08-22T02:27:18.464Z Checking serde_urlencoded v0.7.1
25762026-08-22T02:27:18.489Z Checking goblin v0.10.5
25772026-08-22T02:27:18.564Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-08-22T02:27:18.602Z Checking hyper-util v0.1.20
25792026-08-22T02:27:18.632Z Checking tower-http v0.6.8
25802026-08-22T02:27:18.665Z Checking env_logger v0.11.11
25812026-08-22T02:27:18.850Z Checking bzip2 v0.4.4
25822026-08-22T02:27:18.902Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-08-22T02:27:19.013Z Checking hashbrown v0.13.2
25842026-08-22T02:27:19.059Z Checking crossbeam-epoch v0.9.18
25852026-08-22T02:27:19.085Z Checking toml_edit v0.19.15
25862026-08-22T02:27:19.283Z Checking rsa v0.9.10
25872026-08-22T02:27:19.361Z Checking oxnet v0.1.6
25882026-08-22T02:27:19.436Z Checking syn v2.0.117
25892026-08-22T02:27:19.556Z Checking addr2line v0.25.1
25902026-08-22T02:27:19.619Z Checking serde-hex v0.1.0
25912026-08-22T02:27:19.753Z Checking tokio-native-tls v0.3.1
25922026-08-22T02:27:19.820Z Checking bstr v1.12.1
25932026-08-22T02:27:19.850Z Checking crypto-common v0.2.2
25942026-08-22T02:27:19.910Z Checking block-buffer v0.12.1
25952026-08-22T02:27:20.079Z Checking block-padding v0.4.2
25962026-08-22T02:27:20.106Z Checking rustls-native-certs v0.8.3
25972026-08-22T02:27:20.203Z Checking x509-cert v0.2.5
25982026-08-22T02:27:20.220Z Checking scroll v0.12.0
25992026-08-22T02:27:20.237Z Checking object v0.37.3
26002026-08-22T02:27:20.442Z Checking zstd-sys v2.0.16+zstd.1.5.7
26012026-08-22T02:27:20.456Z Checking md-5 v0.10.6
26022026-08-22T02:27:20.557Z Checking hash32 v0.2.1
26032026-08-22T02:27:20.600Z Checking encoding_rs v0.8.35
26042026-08-22T02:27:20.716Z Checking either v1.15.0
26052026-08-22T02:27:20.853Z Checking crc-any v2.5.0
26062026-08-22T02:27:20.858Z Checking rustc-demangle v0.1.27
26072026-08-22T02:27:20.899Z Checking psl-types v2.0.11
26082026-08-22T02:27:20.980Z Checking mime v0.3.17
26092026-08-22T02:27:21.017Z Checking fallible-iterator v0.2.0
26102026-08-22T02:27:21.074Z Checking publicsuffix v2.3.0
26112026-08-22T02:27:21.108Z Checking dof v0.4.0
26122026-08-22T02:27:21.153Z Checking heapless v0.7.17
26132026-08-22T02:27:21.234Z Checking zstd-safe v7.2.4
26142026-08-22T02:27:21.290Z Checking postgres-protocol v0.6.10
26152026-08-22T02:27:21.397Z Checking goblin v0.8.2
26162026-08-22T02:27:21.543Z Checking inout v0.2.2
26172026-08-22T02:27:21.560Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-08-22T02:27:21.574Z Checking toml v0.7.8
26192026-08-22T02:27:21.601Z Checking hyper-tls v0.6.0
26202026-08-22T02:27:21.676Z Checking daft v0.1.7
26212026-08-22T02:27:21.690Z Checking object v0.30.4
26222026-08-22T02:27:21.745Z Checking cookie v0.18.1
26232026-08-22T02:27:21.769Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-08-22T02:27:21.876Z Checking zip v0.6.6
26252026-08-22T02:27:21.916Z Checking tokio-rustls v0.26.4
26262026-08-22T02:27:21.931Z Checking phf_shared v0.13.1
26272026-08-22T02:27:21.975Z Checking dtrace-parser v0.3.0
26282026-08-22T02:27:22.122Z Checking zerocopy v0.7.35
26292026-08-22T02:27:22.139Z Checking pin-project v1.1.11
26302026-08-22T02:27:22.197Z Checking signal-hook v0.3.18
26312026-08-22T02:27:22.209Z Checking futures-executor v0.3.32
26322026-08-22T02:27:22.230Z Checking ff v0.13.1
26332026-08-22T02:27:22.357Z Checking thread-id v5.1.0
26342026-08-22T02:27:22.373Z Compiling rayon-core v1.13.0
26352026-08-22T02:27:22.396Z Checking smawk v0.3.2
26362026-08-22T02:27:22.435Z Checking jiff-core v0.1.0
26372026-08-22T02:27:22.523Z Checking base16ct v0.2.0
26382026-08-22T02:27:22.523Z Checking path-slash v0.1.5
26392026-08-22T02:27:22.549Z Checking unicode-linebreak v0.1.5
26402026-08-22T02:27:22.576Z Checking backtrace v0.3.76
26412026-08-22T02:27:22.622Z Checking unicode-width v0.2.0
26422026-08-22T02:27:22.626Z Checking is_ci v1.2.0
26432026-08-22T02:27:22.658Z Checking same-file v1.0.6
26442026-08-22T02:27:22.731Z Checking foldhash v0.1.5
26452026-08-22T02:27:22.758Z Checking bumpalo v3.20.2
26462026-08-22T02:27:22.775Z Checking libbz2-rs-sys v0.2.2
26472026-08-22T02:27:22.859Z Checking managed v0.8.0
26482026-08-22T02:27:22.872Z Checking bitflags v1.3.2
26492026-08-22T02:27:22.875Z Checking foldhash v0.2.0
26502026-08-22T02:27:22.943Z Checking backtrace-ext v0.2.1
26512026-08-22T02:27:22.955Z Checking zopfli v0.8.3
26522026-08-22T02:27:23.036Z Checking hashbrown v0.16.1
26532026-08-22T02:27:23.048Z Checking smoltcp v0.9.1
26542026-08-22T02:27:23.059Z Checking textwrap v0.16.2
26552026-08-22T02:27:23.133Z Checking jiff v0.2.34
26562026-08-22T02:27:23.164Z Checking bzip2 v0.6.1
26572026-08-22T02:27:23.265Z Checking hashbrown v0.15.5
26582026-08-22T02:27:23.285Z Checking walkdir v2.5.0
26592026-08-22T02:27:23.288Z Checking dof v0.3.0
26602026-08-22T02:27:23.323Z Checking supports-color v3.0.2
26612026-08-22T02:27:23.445Z Checking sec1 v0.7.3
26622026-08-22T02:27:23.476Z Checking usdt-impl v0.6.0
26632026-08-22T02:27:23.538Z Checking signal-hook-mio v0.2.5
26642026-08-22T02:27:23.583Z Checking group v0.13.0
26652026-08-22T02:27:23.629Z Checking futures v0.3.32
26662026-08-22T02:27:23.642Z Checking snafu v0.8.9
26672026-08-22T02:27:23.653Z Checking hyper-rustls v0.27.7
26682026-08-22T02:27:23.706Z Checking phf v0.13.1
26692026-08-22T02:27:23.728Z Checking cookie_store v0.22.1
26702026-08-22T02:27:23.728Z Checking reqwest v0.12.28
26712026-08-22T02:27:23.757Z Checking cipher v0.5.2
26722026-08-22T02:27:23.806Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-08-22T02:27:23.849Z Checking postgres-types v0.2.12
26742026-08-22T02:27:23.862Z Checking zstd v0.13.3
26752026-08-22T02:27:23.875Z Checking rustls-platform-verifier v0.6.2
26762026-08-22T02:27:23.990Z Checking globset v0.4.18
26772026-08-22T02:27:24.015Z Checking crossbeam-deque v0.8.6
26782026-08-22T02:27:24.043Z Checking phf_shared v0.11.3
26792026-08-22T02:27:24.065Z Checking regex v1.12.3
26802026-08-22T02:27:24.131Z Checking hkdf v0.12.4
26812026-08-22T02:27:24.160Z Checking dtrace-parser v0.2.0
26822026-08-22T02:27:24.184Z Checking byte-wrapper v0.1.0
26832026-08-22T02:27:24.197Z Checking ref-cast v1.0.25
26842026-08-22T02:27:24.244Z Checking curve25519-dalek v4.1.3
26852026-08-22T02:27:24.264Z Checking strum v0.27.2
26862026-08-22T02:27:24.290Z Checking olpc-cjson v0.1.4
26872026-08-22T02:27:24.339Z Checking hubpack v0.1.2
26882026-08-22T02:27:24.371Z Checking ed25519 v2.2.3
26892026-08-22T02:27:24.384Z Checking memoffset v0.9.1
26902026-08-22T02:27:24.395Z Checking rustix v0.38.44
26912026-08-22T02:27:24.424Z Checking owo-colors v4.3.0
26922026-08-22T02:27:24.459Z Checking pem v3.0.6
26932026-08-22T02:27:24.472Z Checking crypto-bigint v0.5.5
26942026-08-22T02:27:24.501Z Checking erased-serde v0.3.31
26952026-08-22T02:27:24.555Z Checking serde_plain v1.0.2
26962026-08-22T02:27:24.614Z Checking serde-big-array v0.5.1
26972026-08-22T02:27:24.698Z Checking float-cmp v0.10.0
26982026-08-22T02:27:24.742Z Checking thread-id v4.2.2
26992026-08-22T02:27:24.823Z Checking memmap2 v0.9.10
27002026-08-22T02:27:24.827Z Checking normalize-line-endings v0.3.0
27012026-08-22T02:27:24.877Z Checking const-oid v0.10.2
27022026-08-22T02:27:25.007Z Checking supports-unicode v3.0.0
27032026-08-22T02:27:25.007Z Checking typed-path v0.9.3
27042026-08-22T02:27:25.007Z Checking static_assertions v1.1.0
27052026-08-22T02:27:25.010Z Checking supports-hyperlinks v3.2.0
27062026-08-22T02:27:25.019Z Checking winnow v0.7.14
27072026-08-22T02:27:25.032Z Checking difflib v0.4.0
27082026-08-22T02:27:25.035Z Checking predicates-core v1.0.10
27092026-08-22T02:27:25.054Z Checking winnow v1.0.3
27102026-08-22T02:27:25.110Z Checking toml_write v0.1.2
27112026-08-22T02:27:25.162Z Checking precomputed-hash v0.1.1
27122026-08-22T02:27:25.184Z Checking fixedbitset v0.4.2
27132026-08-22T02:27:25.201Z Checking new_debug_unreachable v1.0.6
27142026-08-22T02:27:25.242Z Checking data-encoding v2.10.0
27152026-08-22T02:27:25.268Z Checking keccak v0.1.6
27162026-08-22T02:27:25.280Z Checking cpufeatures v0.3.0
27172026-08-22T02:27:25.332Z Checking unicode-segmentation v1.12.0
27182026-08-22T02:27:25.346Z Checking whoami v2.1.0
27192026-08-22T02:27:25.379Z Checking unicode-width v0.1.14
27202026-08-22T02:27:25.431Z Checking fixedbitset v0.5.7
27212026-08-22T02:27:25.507Z Checking hickory-proto v0.25.2
27222026-08-22T02:27:25.536Z Checking tokio-postgres v0.7.16
27232026-08-22T02:27:25.623Z Checking miette v7.6.0
27242026-08-22T02:27:25.623Z Checking petgraph v0.8.3
27252026-08-22T02:27:25.647Z Checking similar v2.7.0
27262026-08-22T02:27:25.735Z Checking tough v0.22.0
27272026-08-22T02:27:25.897Z Checking toml_parser v1.1.2+spec-1.1.0
27282026-08-22T02:27:26.022Z Checking sha3 v0.10.8
27292026-08-22T02:27:26.132Z Checking elliptic-curve v0.13.8
27302026-08-22T02:27:26.197Z Checking toml_edit v0.22.27
27312026-08-22T02:27:26.224Z Checking chacha20 v0.10.0
27322026-08-22T02:27:26.237Z Checking petgraph v0.6.5
27332026-08-22T02:27:26.446Z Checking string_cache v0.8.9
27342026-08-22T02:27:26.482Z Checking predicates v3.1.4
27352026-08-22T02:27:26.621Z Checking crossterm v0.28.1
27362026-08-22T02:27:26.780Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27372026-08-22T02:27:26.820Z Checking digest v0.11.3
27382026-08-22T02:27:27.004Z Checking zip v4.6.1
27392026-08-22T02:27:27.188Z Checking ed25519-dalek v2.2.0
27402026-08-22T02:27:27.279Z Checking usdt v0.6.0
27412026-08-22T02:27:27.318Z Checking slog v2.8.2
27422026-08-22T02:27:27.434Z Checking usdt-impl v0.5.0
27432026-08-22T02:27:27.451Z Checking nix v0.31.2
27442026-08-22T02:27:27.495Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27452026-08-22T02:27:27.584Z Checking iddqd v0.4.2
27462026-08-22T02:27:27.722Z Checking reqwest v0.13.2
27472026-08-22T02:27:27.786Z Checking itertools v0.13.0
27482026-08-22T02:27:27.934Z Checking itertools v0.15.0
27492026-08-22T02:27:28.093Z Checking strum v0.26.3
27502026-08-22T02:27:28.208Z Checking serde_with v3.21.0
27512026-08-22T02:27:28.337Z Checking fs-err v3.3.0
27522026-08-22T02:27:28.489Z Checking tokio-stream v0.1.18
27532026-08-22T02:27:28.554Z Checking buf-list v1.1.2
27542026-08-22T02:27:28.638Z Checking camino v1.2.5
27552026-08-22T02:27:28.653Z Checking anyhow v1.0.104
27562026-08-22T02:27:28.737Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-08-22T02:27:28.822Z Checking openapiv3 v2.2.0
27582026-08-22T02:27:28.849Z Checking peg-runtime v0.8.5
27592026-08-22T02:27:28.861Z Checking lalrpop-util v0.19.12
27602026-08-22T02:27:28.884Z Checking rayon v1.11.0
27612026-08-22T02:27:28.988Z Checking sigpipe v0.1.3
27622026-08-22T02:27:29.000Z Checking glob v0.3.3
27632026-08-22T02:27:29.962Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27642026-08-22T02:27:30.200Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27652026-08-22T02:27:30.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.59s
27662026-08-22T02:27:30.640Z
27672026-08-22T02:27:30.640Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27682026-08-22T02:27:31.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-22T02:27:31.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-22T02:27:31.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-22T02:27:31.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27722026-08-22T02:27:31.207Z
27732026-08-22T02:27:31.207Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27742026-08-22T02:27:31.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-22T02:27:31.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-22T02:27:31.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-22T02:27:31.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-22T02:27:31.776Z
27792026-08-22T02:27:31.776Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27802026-08-22T02:27:32.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-22T02:27:32.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-22T02:27:32.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-22T02:27:32.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27842026-08-22T02:27:32.363Z
27852026-08-22T02:27:32.363Zinfo: running `cargo check --bins` on oxql-types (83/337)
27862026-08-22T02:27:32.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-22T02:27:32.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-22T02:27:32.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-22T02:27:32.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27902026-08-22T02:27:32.923Z
27912026-08-22T02:27:32.923Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27922026-08-22T02:27:33.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-22T02:27:33.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-22T02:27:33.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-22T02:27:33.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27962026-08-22T02:27:33.486Z
27972026-08-22T02:27:33.486Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
27982026-08-22T02:27:33.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-22T02:27:33.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-22T02:27:33.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-22T02:27:33.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-22T02:27:34.052Z
28032026-08-22T02:27:34.052Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28042026-08-22T02:27:34.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-22T02:27:34.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-22T02:27:34.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-22T02:27:34.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28082026-08-22T02:27:34.610Z
28092026-08-22T02:27:34.610Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28102026-08-22T02:27:35.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-22T02:27:35.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-22T02:27:35.297Z Compiling multer v3.1.0
28132026-08-22T02:27:35.408Z Compiling async-stream-impl v0.3.6
28142026-08-22T02:27:35.411Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28152026-08-22T02:27:35.424Z Compiling dropshot v0.17.1
28162026-08-22T02:27:35.436Z Compiling parse-display-derive v0.10.0
28172026-08-22T02:27:35.447Z Compiling dropshot_endpoint v0.17.1
28182026-08-22T02:27:35.450Z Compiling newtype-uuid-macros v0.1.0
28192026-08-22T02:27:35.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28202026-08-22T02:27:35.656Z Checking thread_local v1.1.9
28212026-08-22T02:27:35.659Z Checking match_cfg v0.1.0
28222026-08-22T02:27:35.753Z Checking compression-core v0.4.31
28232026-08-22T02:27:35.856Z Checking hostname v0.3.1
28242026-08-22T02:27:35.863Z Checking crossbeam-channel v0.5.15
28252026-08-22T02:27:35.871Z Checking atomicwrites v0.4.4
28262026-08-22T02:27:35.886Z Checking compression-codecs v0.4.37
28272026-08-22T02:27:35.897Z Checking slog-json v2.6.1
28282026-08-22T02:27:35.980Z Checking serde_spanned v1.1.1
28292026-08-22T02:27:35.994Z Checking toml_datetime v1.1.1+spec-1.1.0
28302026-08-22T02:27:36.047Z Checking is-terminal v0.4.17
28312026-08-22T02:27:36.050Z Checking term v1.2.1
28322026-08-22T02:27:36.102Z Checking debug-ignore v1.0.5
28332026-08-22T02:27:36.138Z Checking toml_writer v1.1.1+spec-1.1.0
28342026-08-22T02:27:36.166Z Checking take_mut v0.2.2
28352026-08-22T02:27:36.195Z Checking async-compression v0.4.41
28362026-08-22T02:27:36.195Z Checking slog-bunyan v2.5.0
28372026-08-22T02:27:36.220Z Checking async-stream v0.3.6
28382026-08-22T02:27:36.266Z Checking slog-async v2.8.0
28392026-08-22T02:27:36.281Z Checking slog-term v2.9.2
28402026-08-22T02:27:36.315Z Checking toml v1.1.2+spec-1.1.0
28412026-08-22T02:27:36.318Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28422026-08-22T02:27:36.343Z Checking progenitor-client v0.14.0
28432026-08-22T02:27:36.433Z Checking sha1 v0.11.0
28442026-08-22T02:27:36.447Z Checking waitgroup v0.1.2
28452026-08-22T02:27:36.543Z Checking rustls-pemfile v2.2.0
28462026-08-22T02:27:36.557Z Checking backon v1.6.0
28472026-08-22T02:27:36.576Z Checking serde_path_to_error v0.1.20
28482026-08-22T02:27:36.633Z Checking hostname v0.4.2
28492026-08-22T02:27:36.662Z Checking instant v0.1.13
28502026-08-22T02:27:36.736Z Checking progenitor-extras v0.2.0
28512026-08-22T02:27:36.748Z Checking backoff v0.4.0
28522026-08-22T02:27:36.876Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28532026-08-22T02:27:36.890Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28542026-08-22T02:27:36.893Z Checking regress v0.10.5
28552026-08-22T02:27:36.919Z Checking itertools v0.14.0
28562026-08-22T02:27:37.083Z Checking macaddr v1.0.1
28572026-08-22T02:27:37.110Z Checking parse-display v0.10.0
28582026-08-22T02:27:37.237Z Checking humantime v2.3.0
28592026-08-22T02:27:38.074Z Compiling prettyplease v0.2.37
28602026-08-22T02:27:38.352Z Checking num-rational v0.4.2
28612026-08-22T02:27:38.620Z Checking num-complex v0.4.6
28622026-08-22T02:27:39.058Z Compiling num v0.4.3
28632026-08-22T02:27:39.150Z Compiling usdt-attr-macro v0.5.0
28642026-08-22T02:27:39.174Z Compiling usdt-macro v0.5.0
28652026-08-22T02:27:39.202Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28662026-08-22T02:27:39.214Z Checking memmap v0.7.0
28672026-08-22T02:27:39.218Z Compiling float-ord v0.3.2
28682026-08-22T02:27:39.358Z Compiling convert_case v0.4.0
28692026-08-22T02:27:39.639Z Checking newline-converter v0.3.0
28702026-08-22T02:27:39.722Z Compiling derive_more v0.99.20
28712026-08-22T02:27:39.750Z Checking console v0.15.11
28722026-08-22T02:27:39.894Z Compiling toml v0.8.23
28732026-08-22T02:27:39.923Z Checking usdt v0.5.0
28742026-08-22T02:27:40.030Z Checking linked-hash-map v0.5.6
28752026-08-22T02:27:40.096Z Compiling minimal-lexical v0.2.1
28762026-08-22T02:27:40.203Z Checking lru-cache v0.1.2
28772026-08-22T02:27:40.326Z Compiling nom v7.1.3
28782026-08-22T02:27:40.348Z Checking expectorate v1.2.0
28792026-08-22T02:27:40.567Z Checking camino-tempfile v1.4.1
28802026-08-22T02:27:40.731Z Checking hickory-proto v0.24.4
28812026-08-22T02:27:40.826Z Checking phf_shared v0.12.1
28822026-08-22T02:27:40.971Z Compiling slog-dtrace v0.3.0
28832026-08-22T02:27:40.986Z Compiling chrono-tz v0.10.4
28842026-08-22T02:27:41.177Z Checking heck v0.5.0
28852026-08-22T02:27:41.303Z Compiling unicode-xid v0.2.6
28862026-08-22T02:27:41.408Z Checking resolv-conf v0.7.6
28872026-08-22T02:27:41.429Z Compiling const_format_proc_macros v0.2.34
28882026-08-22T02:27:41.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28892026-08-22T02:27:41.676Z Checking phf v0.12.1
28902026-08-22T02:27:41.817Z Checking tokio-dtrace v0.1.1
28912026-08-22T02:27:41.968Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-08-22T02:27:42.013Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28932026-08-22T02:27:42.137Z Compiling derive-where v1.6.0
28942026-08-22T02:27:42.239Z Checking highway v1.3.0
28952026-08-22T02:27:42.292Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28962026-08-22T02:27:42.585Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28972026-08-22T02:27:42.588Z Checking hickory-resolver v0.24.4
28982026-08-22T02:27:43.090Z Checking const_format v0.2.35
28992026-08-22T02:27:43.347Z Checking oxide-tokio-rt v0.1.4
29002026-08-22T02:27:43.488Z Checking qorb v0.4.1
29012026-08-22T02:27:43.548Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022026-08-22T02:27:43.754Z Checking gethostname v0.5.0
29032026-08-22T02:27:43.791Z Checking bcs v0.1.6
29042026-08-22T02:27:43.825Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29052026-08-22T02:27:43.838Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29062026-08-22T02:27:43.841Z Checking termtree v0.5.1
29072026-08-22T02:27:43.866Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29082026-08-22T02:27:46.905Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29092026-08-22T02:27:49.989Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29102026-08-22T02:27:52.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
29112026-08-22T02:27:52.401Z
29122026-08-22T02:27:52.401Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29132026-08-22T02:27:52.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-22T02:27:52.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-22T02:27:53.084Z Compiling ar_archive_writer v0.5.1
29162026-08-22T02:27:53.194Z Compiling stacker v0.1.23
29172026-08-22T02:27:53.202Z Compiling cfg_aliases v0.1.1
29182026-08-22T02:27:53.210Z Compiling convert_case v0.10.0
29192026-08-22T02:27:53.217Z Compiling proc-macro-error v1.0.4
29202026-08-22T02:27:53.226Z Checking fd-lock v4.0.4
29212026-08-22T02:27:53.229Z Checking nibble_vec v0.1.0
29222026-08-22T02:27:53.229Z Checking vte v0.14.1
29232026-08-22T02:27:53.259Z Compiling nix v0.28.0
29242026-08-22T02:27:53.341Z Compiling recursive-proc-macro-impl v0.1.1
29252026-08-22T02:27:53.354Z Checking endian-type v0.1.2
29262026-08-22T02:27:53.392Z Checking bytecount v0.6.9
29272026-08-22T02:27:53.453Z Checking strip-ansi-escapes v0.2.1
29282026-08-22T02:27:53.477Z Checking radix_trie v0.2.1
29292026-08-22T02:27:53.493Z Checking papergrid v0.11.0
29302026-08-22T02:27:53.505Z Compiling derive_more-impl v2.1.1
29312026-08-22T02:27:53.517Z Compiling tabled_derive v0.7.0
29322026-08-22T02:27:53.555Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-22T02:27:53.680Z Compiling peg-macros v0.8.5
29342026-08-22T02:27:53.738Z Compiling sqlparser_derive v0.5.0
29352026-08-22T02:27:54.015Z Compiling psm v0.1.30
29362026-08-22T02:27:54.028Z Checking winnow v0.6.26
29372026-08-22T02:27:54.101Z Checking unicode_categories v0.1.1
29382026-08-22T02:27:54.256Z Checking nu-ansi-term v0.50.3
29392026-08-22T02:27:54.296Z Checking derive_more v2.1.1
29402026-08-22T02:27:54.378Z Checking home v0.5.12
29412026-08-22T02:27:54.459Z Checking tabled v0.15.0
29422026-08-22T02:27:54.472Z Checking reedline v0.40.0
29432026-08-22T02:27:54.483Z Checking crossterm v0.29.0
29442026-08-22T02:27:54.524Z Checking display-error-chain v0.2.2
29452026-08-22T02:27:54.567Z Checking rustyline v14.0.0
29462026-08-22T02:27:54.789Z Checking recursive v0.1.1
29472026-08-22T02:27:54.882Z Checking sqlparser v0.61.0
29482026-08-22T02:27:54.946Z Checking peg v0.8.5
29492026-08-22T02:27:55.149Z Checking sqlformat v0.3.5
29502026-08-22T02:28:06.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
29512026-08-22T02:28:06.328Z
29522026-08-22T02:28:06.328Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29532026-08-22T02:28:06.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-22T02:28:06.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-22T02:28:06.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-22T02:28:10.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29572026-08-22T02:28:10.702Z
29582026-08-22T02:28:10.702Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29592026-08-22T02:28:11.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-22T02:28:11.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-22T02:28:11.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-22T02:28:13.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
29632026-08-22T02:28:14.095Z
29642026-08-22T02:28:14.095Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29652026-08-22T02:28:14.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-22T02:28:14.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-22T02:28:14.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-22T02:28:18.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29692026-08-22T02:28:18.256Z
29702026-08-22T02:28:18.256Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29712026-08-22T02:28:18.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-22T02:28:18.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-22T02:28:18.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-22T02:28:22.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29752026-08-22T02:28:22.465Z
29762026-08-22T02:28:22.466Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29772026-08-22T02:28:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-22T02:28:22.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-22T02:28:23.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-22T02:28:25.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29812026-08-22T02:28:25.997Z
29822026-08-22T02:28:25.997Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29832026-08-22T02:28:26.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-22T02:28:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-22T02:28:26.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-22T02:28:29.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29872026-08-22T02:28:29.570Z
29882026-08-22T02:28:29.570Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29892026-08-22T02:28:30.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-22T02:28:30.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-22T02:28:30.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-22T02:28:33.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29932026-08-22T02:28:33.938Z
29942026-08-22T02:28:33.938Zinfo: running `cargo check --bins` on oximeter (96/337)
29952026-08-22T02:28:34.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-22T02:28:34.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-22T02:28:34.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-22T02:28:34.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-22T02:28:34.515Z
30002026-08-22T02:28:34.515Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30012026-08-22T02:28:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-22T02:28:35.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-22T02:28:35.147Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30042026-08-22T02:28:35.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
30052026-08-22T02:28:35.703Z
30062026-08-22T02:28:35.703Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30072026-08-22T02:28:36.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-22T02:28:36.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-22T02:28:36.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-22T02:28:36.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30112026-08-22T02:28:36.266Z
30122026-08-22T02:28:36.266Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30132026-08-22T02:28:36.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-22T02:28:36.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-22T02:28:36.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-22T02:28:36.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30172026-08-22T02:28:36.869Z
30182026-08-22T02:28:36.869Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30192026-08-22T02:28:37.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-22T02:28:37.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-22T02:28:37.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-22T02:28:37.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30232026-08-22T02:28:37.447Z
30242026-08-22T02:28:37.447Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30252026-08-22T02:28:37.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-22T02:28:37.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-22T02:28:37.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-22T02:28:37.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-22T02:28:38.022Z
30302026-08-22T02:28:38.022Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30312026-08-22T02:28:38.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-22T02:28:38.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-22T02:28:38.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-22T02:28:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-22T02:28:38.595Z
30362026-08-22T02:28:38.595Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30372026-08-22T02:28:39.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-22T02:28:39.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-22T02:28:39.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-22T02:28:39.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-22T02:28:39.165Z
30422026-08-22T02:28:39.165Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30432026-08-22T02:28:39.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-22T02:28:39.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-22T02:28:39.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-22T02:28:39.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-22T02:28:39.739Z
30482026-08-22T02:28:39.739Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30492026-08-22T02:28:40.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-22T02:28:40.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-22T02:28:40.553Z Compiling crucible-workspace-hack v0.1.0
30522026-08-22T02:28:40.553Z Compiling regress v0.11.1
30532026-08-22T02:28:40.556Z Checking secrecy v0.10.3
30542026-08-22T02:28:40.556Z Checking half v2.7.1
30552026-08-22T02:28:40.556Z Checking ciborium-io v0.2.2
30562026-08-22T02:28:40.556Z Checking inout v0.1.4
30572026-08-22T02:28:40.556Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30582026-08-22T02:28:40.684Z Checking universal-hash v0.5.1
30592026-08-22T02:28:40.759Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-22T02:28:40.796Z Compiling thiserror-impl-no-std v2.0.2
30612026-08-22T02:28:40.826Z Checking opaque-debug v0.3.1
30622026-08-22T02:28:40.875Z Checking cipher v0.4.4
30632026-08-22T02:28:40.896Z Checking poly1305 v0.8.0
30642026-08-22T02:28:40.930Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30652026-08-22T02:28:40.946Z Checking ciborium-ll v0.2.2
30662026-08-22T02:28:40.984Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30672026-08-22T02:28:41.073Z Checking chacha20 v0.9.1
30682026-08-22T02:28:41.121Z Checking ciborium v0.2.2
30692026-08-22T02:28:41.154Z Checking password-hash v0.5.0
30702026-08-22T02:28:41.271Z Checking blake2 v0.10.6
30712026-08-22T02:28:41.285Z Checking aead v0.5.2
30722026-08-22T02:28:41.333Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30732026-08-22T02:28:41.379Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-08-22T02:28:41.429Z Checking indent_write v2.2.0
30752026-08-22T02:28:41.513Z Checking argon2 v0.5.3
30762026-08-22T02:28:41.548Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-08-22T02:28:41.563Z Checking chacha20poly1305 v0.10.1
30782026-08-22T02:28:41.626Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30792026-08-22T02:28:41.694Z Compiling unsafe-libyaml v0.2.11
30802026-08-22T02:28:41.889Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-08-22T02:28:41.980Z Checking thiserror-no-std v2.0.2
30822026-08-22T02:28:42.073Z Checking vsss-rs v3.3.4
30832026-08-22T02:28:42.101Z Compiling heapless v0.8.0
30842026-08-22T02:28:42.269Z Compiling typify-impl v0.6.2
30852026-08-22T02:28:42.396Z Compiling serde_yaml v0.9.34+deprecated
30862026-08-22T02:28:42.460Z Compiling proc-macro-crate v3.4.0
30872026-08-22T02:28:42.820Z Compiling ingot-macros v0.2.0
30882026-08-22T02:28:43.005Z Compiling num_enum_derive v0.7.6
30892026-08-22T02:28:43.023Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-22T02:28:43.124Z Checking hash32 v0.3.1
30912026-08-22T02:28:43.193Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30922026-08-22T02:28:43.256Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-08-22T02:28:43.467Z Compiling smoltcp v0.11.0
30942026-08-22T02:28:43.826Z Checking tabwriter v1.4.1
30952026-08-22T02:28:43.846Z Checking cobs v0.3.0
30962026-08-22T02:28:43.931Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30972026-08-22T02:28:43.973Z Checking swrite v0.1.0
30982026-08-22T02:28:43.994Z Checking postcard v1.1.3
30992026-08-22T02:28:44.047Z Checking num_enum v0.7.6
31002026-08-22T02:28:44.067Z Compiling proc-macro-crate v1.3.1
31012026-08-22T02:28:44.135Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31022026-08-22T02:28:44.165Z Compiling foreign-types-macros v0.2.3
31032026-08-22T02:28:44.285Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31042026-08-22T02:28:44.326Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31052026-08-22T02:28:44.351Z Checking foreign-types-shared v0.3.1
31062026-08-22T02:28:44.446Z Checking colored v3.1.1
31072026-08-22T02:28:44.476Z Compiling num_enum_derive v0.5.11
31082026-08-22T02:28:44.656Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-08-22T02:28:44.752Z Checking foreign-types v0.5.0
31102026-08-22T02:28:44.755Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31112026-08-22T02:28:44.835Z Checking cstr-argument v0.1.2
31122026-08-22T02:28:44.963Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31132026-08-22T02:28:45.091Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-08-22T02:28:45.178Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-08-22T02:28:45.203Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31162026-08-22T02:28:45.224Z Checking rand v0.10.1
31172026-08-22T02:28:45.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-08-22T02:28:45.352Z Compiling zone_cfg_derive v0.3.1
31192026-08-22T02:28:45.372Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-08-22T02:28:45.492Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31212026-08-22T02:28:45.521Z Checking num_enum v0.5.11
31222026-08-22T02:28:45.577Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31232026-08-22T02:28:45.639Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31242026-08-22T02:28:45.642Z Checking ingot-types v0.2.0
31252026-08-22T02:28:45.752Z Checking itertools v0.12.1
31262026-08-22T02:28:45.818Z Compiling num-derive v0.4.2
31272026-08-22T02:28:46.007Z Compiling semver v0.1.20
31282026-08-22T02:28:46.024Z Checking ingot v0.2.1
31292026-08-22T02:28:46.300Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-08-22T02:28:46.512Z Compiling rustc_version v0.1.7
31312026-08-22T02:28:46.725Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31322026-08-22T02:28:46.746Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31332026-08-22T02:28:46.761Z Compiling typify-macro v0.6.2
31342026-08-22T02:28:46.775Z Checking smf v0.2.3
31352026-08-22T02:28:46.789Z Checking zone v0.3.1
31362026-08-22T02:28:46.883Z Checking nom v8.0.0
31372026-08-22T02:28:46.966Z Checking csv-core v0.1.13
31382026-08-22T02:28:47.010Z Checking whoami v1.6.1
31392026-08-22T02:28:47.031Z Compiling newtype_derive v0.1.6
31402026-08-22T02:28:47.144Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31412026-08-22T02:28:47.148Z Checking csv v1.4.0
31422026-08-22T02:28:47.188Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31432026-08-22T02:28:47.224Z Compiling cancel-safe-futures v0.1.5
31442026-08-22T02:28:47.378Z Compiling libefi-sys v0.1.0
31452026-08-22T02:28:47.523Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31462026-08-22T02:28:47.583Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31472026-08-22T02:28:47.691Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31482026-08-22T02:28:47.745Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31492026-08-22T02:28:47.821Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31502026-08-22T02:28:47.851Z Checking oxide-update-engine-types v0.1.2
31512026-08-22T02:28:47.896Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31522026-08-22T02:28:48.018Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-08-22T02:28:48.203Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31542026-08-22T02:28:48.253Z Compiling bitfield-struct v0.6.2
31552026-08-22T02:28:48.269Z Checking linear-map v1.2.0
31562026-08-22T02:28:48.448Z Checking steno v0.4.1
31572026-08-22T02:28:48.549Z Compiling typify v0.6.2
31582026-08-22T02:28:48.669Z Compiling progenitor-impl v0.14.0
31592026-08-22T02:28:48.762Z Checking oxide-update-engine v0.1.2
31602026-08-22T02:28:48.821Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31612026-08-22T02:28:48.861Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31622026-08-22T02:28:48.888Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31632026-08-22T02:28:49.190Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31642026-08-22T02:28:49.314Z Checking sha1 v0.10.6
31652026-08-22T02:28:49.362Z Checking utf-8 v0.7.6
31662026-08-22T02:28:49.452Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31672026-08-22T02:28:49.492Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31682026-08-22T02:28:49.507Z Checking tungstenite v0.21.0
31692026-08-22T02:28:49.533Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31702026-08-22T02:28:49.649Z Checking ignore v0.4.25
31712026-08-22T02:28:49.682Z Checking anstyle-parse v0.2.7
31722026-08-22T02:28:49.769Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-08-22T02:28:49.843Z Compiling xshell-macros v0.2.7
31742026-08-22T02:28:49.858Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31752026-08-22T02:28:49.939Z Checking tokio-tungstenite v0.21.0
31762026-08-22T02:28:49.976Z Checking anstream v0.6.21
31772026-08-22T02:28:50.064Z Checking globwalk v0.9.1
31782026-08-22T02:28:50.082Z Checking predicates-tree v1.0.13
31792026-08-22T02:28:50.183Z Checking filetime v0.2.27
31802026-08-22T02:28:50.201Z Checking tagptr v0.2.0
31812026-08-22T02:28:50.219Z Checking xshell v0.2.7
31822026-08-22T02:28:50.222Z Checking xattr v1.6.1
31832026-08-22T02:28:50.249Z Checking camino-tempfile-ext v0.3.3
31842026-08-22T02:28:50.317Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31852026-08-22T02:28:50.343Z Checking moka v0.12.13
31862026-08-22T02:28:50.368Z Checking tar v0.4.46
31872026-08-22T02:28:50.415Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31882026-08-22T02:28:50.448Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31892026-08-22T02:28:50.497Z Checking rand_seeder v0.4.0
31902026-08-22T02:28:50.551Z Checking half v1.8.3
31912026-08-22T02:28:50.593Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31922026-08-22T02:28:50.647Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932026-08-22T02:28:50.748Z Checking serde_cbor v0.11.2
31942026-08-22T02:28:50.763Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31952026-08-22T02:28:50.950Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31962026-08-22T02:28:50.987Z Checking hickory-resolver v0.25.2
31972026-08-22T02:28:51.016Z Checking sha2 v0.11.0
31982026-08-22T02:28:51.131Z Checking digest-io v0.1.0
31992026-08-22T02:28:51.261Z Compiling progenitor-macro v0.14.0
32002026-08-22T02:28:51.277Z Compiling petname v2.0.2
32012026-08-22T02:28:51.580Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32022026-08-22T02:28:51.678Z Checking rawzip v0.4.4
32032026-08-22T02:28:51.698Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32042026-08-22T02:28:51.988Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32052026-08-22T02:28:52.115Z Checking sapling-renderdag v0.1.0
32062026-08-22T02:28:52.156Z Checking subprocess v0.2.15
32072026-08-22T02:28:52.173Z Checking sync-ptr v0.1.4
32082026-08-22T02:28:52.291Z Checking colored v2.2.0
32092026-08-22T02:28:52.382Z Checking assert_matches v1.5.0
32102026-08-22T02:28:52.400Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32112026-08-22T02:28:52.459Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32122026-08-22T02:28:52.483Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32132026-08-22T02:28:52.572Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32142026-08-22T02:28:52.908Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32152026-08-22T02:28:53.119Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32162026-08-22T02:28:53.155Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32172026-08-22T02:28:54.458Z Checking progenitor v0.14.0
32182026-08-22T02:28:54.557Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32192026-08-22T02:28:54.590Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32202026-08-22T02:28:54.590Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32212026-08-22T02:28:54.593Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32222026-08-22T02:28:54.593Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32232026-08-22T02:28:54.593Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32242026-08-22T02:28:54.593Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32252026-08-22T02:28:54.783Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32262026-08-22T02:28:54.964Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32272026-08-22T02:28:54.968Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32282026-08-22T02:28:55.245Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32292026-08-22T02:28:55.665Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32302026-08-22T02:28:55.913Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32312026-08-22T02:28:56.284Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32322026-08-22T02:28:56.586Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32332026-08-22T02:28:57.574Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32342026-08-22T02:29:06.338Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-08-22T02:29:13.699Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362026-08-22T02:29:13.702Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32372026-08-22T02:29:13.702Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32382026-08-22T02:29:15.195Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-08-22T02:29:16.459Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-08-22T02:29:18.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s
32412026-08-22T02:29:18.919Z
32422026-08-22T02:29:18.919Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32432026-08-22T02:29:19.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-08-22T02:29:19.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-08-22T02:29:19.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-08-22T02:29:19.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32472026-08-22T02:29:19.532Z
32482026-08-22T02:29:19.532Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32492026-08-22T02:29:20.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-22T02:29:20.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-22T02:29:20.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-22T02:29:20.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32532026-08-22T02:29:20.106Z
32542026-08-22T02:29:20.106Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32552026-08-22T02:29:20.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-22T02:29:20.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-22T02:29:20.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-22T02:29:20.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-22T02:29:20.685Z
32602026-08-22T02:29:20.685Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32612026-08-22T02:29:21.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-22T02:29:21.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-22T02:29:21.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-22T02:29:21.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-22T02:29:21.262Z
32662026-08-22T02:29:21.262Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32672026-08-22T02:29:21.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-22T02:29:21.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-22T02:29:21.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-22T02:29:21.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32712026-08-22T02:29:21.832Z
32722026-08-22T02:29:21.832Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32732026-08-22T02:29:22.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-22T02:29:22.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-22T02:29:22.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-22T02:29:22.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32772026-08-22T02:29:22.400Z
32782026-08-22T02:29:22.400Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32792026-08-22T02:29:22.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-22T02:29:22.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-22T02:29:22.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-22T02:29:22.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32832026-08-22T02:29:22.971Z
32842026-08-22T02:29:22.971Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32852026-08-22T02:29:23.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-22T02:29:23.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-22T02:29:23.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-22T02:29:23.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-22T02:29:23.536Z
32902026-08-22T02:29:23.536Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32912026-08-22T02:29:24.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-22T02:29:24.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-22T02:29:24.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-22T02:29:24.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32952026-08-22T02:29:24.126Z
32962026-08-22T02:29:24.126Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
32972026-08-22T02:29:24.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-22T02:29:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-22T02:29:24.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-22T02:29:24.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33012026-08-22T02:29:24.731Z
33022026-08-22T02:29:24.731Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33032026-08-22T02:29:25.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-22T02:29:25.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-22T02:29:25.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-22T02:29:25.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33072026-08-22T02:29:25.328Z
33082026-08-22T02:29:25.328Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33092026-08-22T02:29:25.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-22T02:29:25.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-22T02:29:25.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-22T02:29:25.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-08-22T02:29:25.929Z
33142026-08-22T02:29:25.930Zinfo: running `cargo check --bins` on key-manager (118/337)
33152026-08-22T02:29:26.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-22T02:29:26.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-22T02:29:26.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-22T02:29:26.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-22T02:29:26.517Z
33202026-08-22T02:29:26.517Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33212026-08-22T02:29:27.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-22T02:29:27.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-22T02:29:27.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-22T02:29:27.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33252026-08-22T02:29:27.113Z
33262026-08-22T02:29:27.113Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33272026-08-22T02:29:27.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-22T02:29:27.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-22T02:29:27.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-22T02:29:27.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-08-22T02:29:27.710Z
33322026-08-22T02:29:27.711Zinfo: running `cargo check --bins` on typed-rng (121/337)
33332026-08-22T02:29:28.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-22T02:29:28.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-22T02:29:28.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-22T02:29:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33372026-08-22T02:29:28.275Z
33382026-08-22T02:29:28.275Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33392026-08-22T02:29:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-22T02:29:28.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-22T02:29:28.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-22T02:29:28.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33432026-08-22T02:29:28.902Z
33442026-08-22T02:29:28.902Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33452026-08-22T02:29:29.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-22T02:29:29.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-22T02:29:29.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-08-22T02:29:29.648Z Checking void v1.0.2
33492026-08-22T02:29:29.648Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33502026-08-22T02:29:29.648Z Checking nix v0.27.1
33512026-08-22T02:29:29.761Z Checking tungstenite v0.23.0
33522026-08-22T02:29:29.767Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-08-22T02:29:29.770Z Checking dropshot-api-manager-types v0.8.0
33542026-08-22T02:29:29.771Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-08-22T02:29:29.911Z Checking lzss v0.8.2
33562026-08-22T02:29:29.937Z Checking kstat-rs v0.2.5
33572026-08-22T02:29:29.950Z Checking fxhash v0.2.1
33582026-08-22T02:29:30.000Z Checking serde_bytes v0.11.19
33592026-08-22T02:29:30.066Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-08-22T02:29:30.087Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-08-22T02:29:30.101Z Checking signal-hook-tokio v0.3.1
33622026-08-22T02:29:30.120Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-08-22T02:29:30.205Z Checking tokio-tungstenite v0.23.1
33642026-08-22T02:29:30.241Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33652026-08-22T02:29:31.355Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33662026-08-22T02:29:31.901Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-08-22T02:29:34.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
33682026-08-22T02:29:34.232Z
33692026-08-22T02:29:34.232Zinfo: running `cargo check --bins` on gateway-api (124/337)
33702026-08-22T02:29:34.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-08-22T02:29:34.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-08-22T02:29:34.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-08-22T02:29:34.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33742026-08-22T02:29:34.807Z
33752026-08-22T02:29:34.807Zinfo: running `cargo check --bins` on ipcc (125/337)
33762026-08-22T02:29:35.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-22T02:29:35.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-22T02:29:35.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-22T02:29:35.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33802026-08-22T02:29:35.380Z
33812026-08-22T02:29:35.380Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33822026-08-22T02:29:35.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-22T02:29:35.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-22T02:29:35.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-22T02:29:35.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-08-22T02:29:35.943Z
33872026-08-22T02:29:35.943Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33882026-08-22T02:29:36.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-22T02:29:36.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-22T02:29:36.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-22T02:29:36.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-08-22T02:29:36.532Z
33932026-08-22T02:29:36.532Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
33942026-08-22T02:29:37.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-22T02:29:37.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-22T02:29:37.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-22T02:29:37.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33982026-08-22T02:29:37.105Z
33992026-08-22T02:29:37.105Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34002026-08-22T02:29:37.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-22T02:29:37.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-22T02:29:37.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-22T02:29:37.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34042026-08-22T02:29:37.682Z
34052026-08-22T02:29:37.682Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34062026-08-22T02:29:38.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-22T02:29:38.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-22T02:29:38.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-22T02:29:38.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-22T02:29:38.256Z
34112026-08-22T02:29:38.256Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34122026-08-22T02:29:38.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-22T02:29:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-22T02:29:38.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-22T02:29:38.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-08-22T02:29:38.849Z
34172026-08-22T02:29:38.849Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34182026-08-22T02:29:39.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-22T02:29:39.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-22T02:29:39.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-22T02:29:39.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34222026-08-22T02:29:39.424Z
34232026-08-22T02:29:39.424Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34242026-08-22T02:29:39.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-22T02:29:39.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-22T02:29:39.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-22T02:29:39.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34282026-08-22T02:29:39.996Z
34292026-08-22T02:29:39.996Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34302026-08-22T02:29:40.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-22T02:29:40.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-22T02:29:40.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-22T02:29:40.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-22T02:29:40.570Z
34352026-08-22T02:29:40.570Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34362026-08-22T02:29:41.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-22T02:29:41.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-22T02:29:41.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-22T02:29:41.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-22T02:29:41.146Z
34412026-08-22T02:29:41.146Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34422026-08-22T02:29:41.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-22T02:29:41.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-22T02:29:41.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-22T02:29:41.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34462026-08-22T02:29:41.729Z
34472026-08-22T02:29:41.729Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34482026-08-22T02:29:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-22T02:29:42.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-22T02:29:42.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-22T02:29:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-22T02:29:42.306Z
34532026-08-22T02:29:42.306Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34542026-08-22T02:29:42.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-22T02:29:42.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-22T02:29:42.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-22T02:29:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-22T02:29:42.881Z
34592026-08-22T02:29:42.881Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34602026-08-22T02:29:43.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-22T02:29:43.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-22T02:29:43.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-22T02:29:43.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-22T02:29:43.453Z
34652026-08-22T02:29:43.453Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34662026-08-22T02:29:43.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-22T02:29:43.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-22T02:29:43.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-22T02:29:43.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-22T02:29:44.029Z
34712026-08-22T02:29:44.029Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34722026-08-22T02:29:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-22T02:29:44.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-22T02:29:44.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-22T02:29:44.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34762026-08-22T02:29:44.602Z
34772026-08-22T02:29:44.602Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34782026-08-22T02:29:45.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-22T02:29:45.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-22T02:29:45.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-22T02:29:45.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34822026-08-22T02:29:45.182Z
34832026-08-22T02:29:45.182Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34842026-08-22T02:29:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-22T02:29:45.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-22T02:29:45.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-22T02:29:45.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-22T02:29:45.757Z
34892026-08-22T02:29:45.757Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34902026-08-22T02:29:46.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-22T02:29:46.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-22T02:29:46.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-22T02:29:46.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-22T02:29:46.332Z
34952026-08-22T02:29:46.332Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
34962026-08-22T02:29:46.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-22T02:29:46.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-22T02:29:46.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-22T02:29:46.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-08-22T02:29:46.910Z
35012026-08-22T02:29:46.911Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35022026-08-22T02:29:47.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-22T02:29:47.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-22T02:29:47.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-22T02:29:47.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-08-22T02:29:47.505Z
35072026-08-22T02:29:47.505Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35082026-08-22T02:29:48.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-22T02:29:48.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-22T02:29:48.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-22T02:29:48.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-22T02:29:48.099Z
35132026-08-22T02:29:48.099Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35142026-08-22T02:29:48.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-22T02:29:48.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-22T02:29:48.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-22T02:29:48.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-22T02:29:48.694Z
35192026-08-22T02:29:48.694Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35202026-08-22T02:29:49.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-22T02:29:49.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-22T02:29:49.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-22T02:29:49.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-22T02:29:49.287Z
35252026-08-22T02:29:49.287Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35262026-08-22T02:29:49.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-22T02:29:49.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-22T02:29:49.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-22T02:29:49.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-22T02:29:49.882Z
35312026-08-22T02:29:49.882Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35322026-08-22T02:29:50.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-22T02:29:50.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-22T02:29:50.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-22T02:29:50.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-08-22T02:29:50.475Z
35372026-08-22T02:29:50.475Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35382026-08-22T02:29:50.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-22T02:29:50.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-22T02:29:50.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-22T02:29:50.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-08-22T02:29:51.069Z
35432026-08-22T02:29:51.069Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35442026-08-22T02:29:51.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-22T02:29:51.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-22T02:29:51.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-22T02:29:51.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-22T02:29:51.652Z
35492026-08-22T02:29:51.652Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35502026-08-22T02:29:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-22T02:29:52.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-22T02:29:52.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-22T02:29:52.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-22T02:29:52.241Z
35552026-08-22T02:29:52.241Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35562026-08-22T02:29:52.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-22T02:29:52.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-22T02:29:52.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-22T02:29:52.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-22T02:29:52.835Z
35612026-08-22T02:29:52.835Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35622026-08-22T02:29:53.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-22T02:29:53.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-22T02:29:53.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-22T02:29:53.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-22T02:29:53.426Z
35672026-08-22T02:29:53.426Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35682026-08-22T02:29:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-22T02:29:53.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-22T02:29:53.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-22T02:29:53.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-22T02:29:54.018Z
35732026-08-22T02:29:54.018Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35742026-08-22T02:29:54.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-22T02:29:54.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-22T02:29:54.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-22T02:29:54.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-22T02:29:54.610Z
35792026-08-22T02:29:54.610Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35802026-08-22T02:29:55.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-22T02:29:55.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-22T02:29:55.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-22T02:29:55.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-22T02:29:55.201Z
35852026-08-22T02:29:55.201Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35862026-08-22T02:29:55.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-22T02:29:55.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-22T02:29:55.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-22T02:29:55.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-22T02:29:55.794Z
35912026-08-22T02:29:55.794Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35922026-08-22T02:29:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-22T02:29:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-22T02:29:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-22T02:29:56.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35962026-08-22T02:29:56.387Z
35972026-08-22T02:29:56.387Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
35982026-08-22T02:29:56.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-22T02:29:56.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-22T02:29:56.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-22T02:29:56.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-22T02:29:56.982Z
36032026-08-22T02:29:56.982Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36042026-08-22T02:29:57.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-22T02:29:57.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-22T02:29:57.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-22T02:29:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-22T02:29:57.568Z
36092026-08-22T02:29:57.568Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36102026-08-22T02:29:58.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-22T02:29:58.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-22T02:29:58.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-22T02:29:58.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36142026-08-22T02:29:58.142Z
36152026-08-22T02:29:58.142Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36162026-08-22T02:29:58.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-22T02:29:58.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-22T02:29:58.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-22T02:29:58.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-22T02:29:58.719Z
36212026-08-22T02:29:58.719Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36222026-08-22T02:29:59.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-22T02:29:59.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-22T02:29:59.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-22T02:29:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-22T02:29:59.293Z
36272026-08-22T02:29:59.293Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36282026-08-22T02:29:59.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-22T02:29:59.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-22T02:29:59.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-22T02:29:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-08-22T02:29:59.873Z
36332026-08-22T02:29:59.873Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36342026-08-22T02:30:00.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-22T02:30:00.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-22T02:30:00.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-22T02:30:00.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-22T02:30:00.449Z
36392026-08-22T02:30:00.449Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36402026-08-22T02:30:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-22T02:30:00.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-22T02:30:00.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-22T02:30:00.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36442026-08-22T02:30:01.027Z
36452026-08-22T02:30:01.027Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36462026-08-22T02:30:01.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-22T02:30:01.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-22T02:30:01.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-22T02:30:01.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-22T02:30:01.605Z
36512026-08-22T02:30:01.605Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36522026-08-22T02:30:02.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-22T02:30:02.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-22T02:30:02.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-22T02:30:02.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-22T02:30:02.179Z
36572026-08-22T02:30:02.179Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36582026-08-22T02:30:02.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-22T02:30:02.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-22T02:30:02.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-22T02:30:02.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-22T02:30:02.748Z
36632026-08-22T02:30:02.748Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36642026-08-22T02:30:03.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-22T02:30:03.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-22T02:30:03.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-22T02:30:03.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-22T02:30:03.319Z
36692026-08-22T02:30:03.319Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36702026-08-22T02:30:03.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-22T02:30:03.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-22T02:30:03.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-22T02:30:03.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-22T02:30:03.897Z
36752026-08-22T02:30:03.897Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36762026-08-22T02:30:04.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-22T02:30:04.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-22T02:30:04.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-22T02:30:04.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-22T02:30:04.472Z
36812026-08-22T02:30:04.472Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36822026-08-22T02:30:04.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-22T02:30:04.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-22T02:30:04.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-22T02:30:04.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-22T02:30:05.048Z
36872026-08-22T02:30:05.048Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36882026-08-22T02:30:05.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-22T02:30:05.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-22T02:30:05.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-22T02:30:05.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-22T02:30:05.621Z
36932026-08-22T02:30:05.621Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
36942026-08-22T02:30:06.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-22T02:30:06.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-22T02:30:06.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-22T02:30:06.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-22T02:30:06.197Z
36992026-08-22T02:30:06.197Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37002026-08-22T02:30:06.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-22T02:30:06.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-22T02:30:06.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-22T02:30:06.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-22T02:30:06.771Z
37052026-08-22T02:30:06.771Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37062026-08-22T02:30:07.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-22T02:30:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-22T02:30:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-22T02:30:07.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37102026-08-22T02:30:07.366Z
37112026-08-22T02:30:07.366Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37122026-08-22T02:30:07.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-22T02:30:07.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-22T02:30:07.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-22T02:30:07.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-08-22T02:30:07.960Z
37172026-08-22T02:30:07.960Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37182026-08-22T02:30:08.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-22T02:30:08.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-22T02:30:08.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-22T02:30:08.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-08-22T02:30:08.551Z
37232026-08-22T02:30:08.552Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37242026-08-22T02:30:09.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-22T02:30:09.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-22T02:30:09.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-22T02:30:09.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-08-22T02:30:09.143Z
37292026-08-22T02:30:09.144Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37302026-08-22T02:30:09.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-22T02:30:09.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-22T02:30:09.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-22T02:30:09.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-08-22T02:30:09.737Z
37352026-08-22T02:30:09.737Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37362026-08-22T02:30:10.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-22T02:30:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-22T02:30:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-22T02:30:10.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-22T02:30:10.330Z
37412026-08-22T02:30:10.330Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37422026-08-22T02:30:10.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-22T02:30:10.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-22T02:30:10.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-22T02:30:10.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-08-22T02:30:10.926Z
37472026-08-22T02:30:10.926Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37482026-08-22T02:30:11.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-22T02:30:11.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-22T02:30:11.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-22T02:30:11.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37522026-08-22T02:30:11.513Z
37532026-08-22T02:30:11.513Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37542026-08-22T02:30:12.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-22T02:30:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-22T02:30:12.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-22T02:30:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37582026-08-22T02:30:12.103Z
37592026-08-22T02:30:12.103Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37602026-08-22T02:30:12.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-22T02:30:12.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-22T02:30:12.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-22T02:30:12.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37642026-08-22T02:30:12.696Z
37652026-08-22T02:30:12.696Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37662026-08-22T02:30:13.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-22T02:30:13.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-22T02:30:13.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-22T02:30:13.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-22T02:30:13.289Z
37712026-08-22T02:30:13.289Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37722026-08-22T02:30:13.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-22T02:30:13.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-22T02:30:13.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-22T02:30:13.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37762026-08-22T02:30:13.886Z
37772026-08-22T02:30:13.886Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37782026-08-22T02:30:14.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-22T02:30:14.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-22T02:30:14.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-22T02:30:14.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-22T02:30:14.475Z
37832026-08-22T02:30:14.475Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37842026-08-22T02:30:14.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-22T02:30:14.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-22T02:30:14.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-22T02:30:14.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37882026-08-22T02:30:15.065Z
37892026-08-22T02:30:15.065Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37902026-08-22T02:30:15.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-22T02:30:15.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-22T02:30:15.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-22T02:30:15.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-22T02:30:15.658Z
37952026-08-22T02:30:15.659Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
37962026-08-22T02:30:16.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-22T02:30:16.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-22T02:30:16.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-22T02:30:16.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-08-22T02:30:16.269Z
38012026-08-22T02:30:16.270Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38022026-08-22T02:30:16.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-22T02:30:16.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-22T02:30:16.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-22T02:30:16.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38062026-08-22T02:30:16.851Z
38072026-08-22T02:30:16.851Zinfo: running `cargo check --bins` on dns-server (197/337)
38082026-08-22T02:30:17.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-22T02:30:17.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-22T02:30:17.497Z Compiling parking_lot_core v0.8.6
38112026-08-22T02:30:17.500Z Compiling git-stub v1.0.0
38122026-08-22T02:30:17.500Z Checking prefix-trie v0.7.0
38132026-08-22T02:30:17.619Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38142026-08-22T02:30:17.730Z Compiling git-stub-vcs v0.1.0
38152026-08-22T02:30:17.888Z Checking hickory-server v0.25.2
38162026-08-22T02:30:18.002Z Checking parking_lot v0.11.2
38172026-08-22T02:30:18.032Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38182026-08-22T02:30:18.169Z Checking sled v0.34.7
38192026-08-22T02:30:20.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
38202026-08-22T02:30:20.300Z
38212026-08-22T02:30:20.300Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38222026-08-22T02:30:20.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-08-22T02:30:20.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-08-22T02:30:20.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-08-22T02:30:20.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38262026-08-22T02:30:20.867Z
38272026-08-22T02:30:20.867Zinfo: running `cargo check --bins` on nexus-client (199/337)
38282026-08-22T02:30:21.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-22T02:30:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-22T02:30:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-22T02:30:21.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-08-22T02:30:21.473Z
38332026-08-22T02:30:21.473Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38342026-08-22T02:30:21.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-22T02:30:21.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-22T02:30:21.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-22T02:30:21.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38382026-08-22T02:30:22.045Z
38392026-08-22T02:30:22.045Zinfo: running `cargo check --bins` on sp-sim (201/337)
38402026-08-22T02:30:22.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-22T02:30:22.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-22T02:30:22.760Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38432026-08-22T02:30:23.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38442026-08-22T02:30:23.462Z
38452026-08-22T02:30:23.462Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38462026-08-22T02:30:23.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-22T02:30:23.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-22T02:30:24.279Z Compiling proc-macro-error-attr2 v2.0.0
38492026-08-22T02:30:24.409Z Compiling hashbrown v0.14.5
38502026-08-22T02:30:24.409Z Compiling rfc6979 v0.4.0
38512026-08-22T02:30:24.413Z Compiling salty v0.3.0
38522026-08-22T02:30:24.434Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38532026-08-22T02:30:24.444Z Compiling primeorder v0.13.6
38542026-08-22T02:30:24.458Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38552026-08-22T02:30:24.528Z Compiling ecdsa v0.16.9
38562026-08-22T02:30:24.577Z Compiling sha1 v0.10.6
38572026-08-22T02:30:24.701Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-22T02:30:24.777Z Compiling proc-macro-error2 v2.0.1
38592026-08-22T02:30:24.888Z Compiling chumsky v0.9.3
38602026-08-22T02:30:24.905Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38612026-08-22T02:30:24.922Z Compiling p384 v0.13.1
38622026-08-22T02:30:24.949Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38632026-08-22T02:30:25.082Z Compiling knus-derive v3.4.0
38642026-08-22T02:30:25.117Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38652026-08-22T02:30:25.174Z Checking libscf-sys v1.2.0
38662026-08-22T02:30:25.226Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38672026-08-22T02:30:25.304Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38682026-08-22T02:30:25.465Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38692026-08-22T02:30:25.509Z Checking corncobs v0.1.4
38702026-08-22T02:30:25.626Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38712026-08-22T02:30:25.641Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38722026-08-22T02:30:25.645Z Checking papergrid v0.18.0
38732026-08-22T02:30:25.667Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38742026-08-22T02:30:25.681Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-22T02:30:25.796Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38762026-08-22T02:30:25.825Z Checking secrecy v0.8.0
38772026-08-22T02:30:25.930Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38782026-08-22T02:30:25.954Z Compiling unicase v2.9.0
38792026-08-22T02:30:26.091Z Compiling illumos-nvpair-sys v0.2.0
38802026-08-22T02:30:26.157Z Compiling mime_guess v2.0.5
38812026-08-22T02:30:26.172Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-22T02:30:26.186Z Compiling progenitor-impl v0.13.0
38832026-08-22T02:30:26.293Z Checking crc8 v0.1.1
38842026-08-22T02:30:26.416Z Checking tabled v0.21.0
38852026-08-22T02:30:26.416Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38862026-08-22T02:30:26.447Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38872026-08-22T02:30:26.461Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38882026-08-22T02:30:26.513Z Compiling knus v3.4.0
38892026-08-22T02:30:26.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38902026-08-22T02:30:27.038Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38912026-08-22T02:30:27.298Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38922026-08-22T02:30:27.419Z Checking progenitor-client v0.13.0
38932026-08-22T02:30:27.465Z Checking http-range v0.1.5
38942026-08-22T02:30:27.594Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-22T02:30:27.639Z Checking illumos-nvpair v0.3.0
38962026-08-22T02:30:27.664Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38972026-08-22T02:30:27.777Z Checking scuffle v0.1.0
38982026-08-22T02:30:27.798Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38992026-08-22T02:30:28.008Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39002026-08-22T02:30:28.358Z Checking nanorand v0.7.0
39012026-08-22T02:30:28.401Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39022026-08-22T02:30:28.558Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39032026-08-22T02:30:28.573Z Checking flume v0.11.1
39042026-08-22T02:30:28.623Z Checking hyper-staticfile v0.10.1
39052026-08-22T02:30:28.679Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39062026-08-22T02:30:28.743Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39072026-08-22T02:30:28.773Z Compiling progenitor-macro v0.13.0
39082026-08-22T02:30:28.834Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39092026-08-22T02:30:28.909Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39102026-08-22T02:30:28.912Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39112026-08-22T02:30:29.166Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39122026-08-22T02:30:29.188Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39132026-08-22T02:30:29.219Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39142026-08-22T02:30:29.304Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39152026-08-22T02:30:29.584Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39162026-08-22T02:30:29.617Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39172026-08-22T02:30:29.686Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39182026-08-22T02:30:31.118Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39192026-08-22T02:30:32.024Z Checking progenitor v0.13.0
39202026-08-22T02:30:32.172Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39212026-08-22T02:30:33.147Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39222026-08-22T02:30:34.212Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39232026-08-22T02:30:34.506Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39242026-08-22T02:30:34.667Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39252026-08-22T02:30:34.667Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39262026-08-22T02:30:48.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.58s
39272026-08-22T02:30:48.051Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39282026-08-22T02:30:48.051Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39292026-08-22T02:30:48.244Z
39302026-08-22T02:30:48.244Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39312026-08-22T02:30:48.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-08-22T02:30:48.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-08-22T02:30:49.014Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-08-22T02:30:59.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
39352026-08-22T02:30:59.736Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39362026-08-22T02:30:59.736Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39372026-08-22T02:30:59.937Z
39382026-08-22T02:30:59.937Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39392026-08-22T02:31:00.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-22T02:31:00.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-22T02:31:00.706Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39422026-08-22T02:31:11.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39432026-08-22T02:31:11.307Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39442026-08-22T02:31:11.307Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39452026-08-22T02:31:11.505Z
39462026-08-22T02:31:11.505Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39472026-08-22T02:31:12.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-22T02:31:12.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-22T02:31:12.279Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39502026-08-22T02:31:22.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39512026-08-22T02:31:22.983Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39522026-08-22T02:31:22.983Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39532026-08-22T02:31:23.181Z
39542026-08-22T02:31:23.181Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39552026-08-22T02:31:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-08-22T02:31:23.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-08-22T02:31:23.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39582026-08-22T02:31:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39592026-08-22T02:31:34.590Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39602026-08-22T02:31:34.590Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39612026-08-22T02:31:34.787Z
39622026-08-22T02:31:34.787Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39632026-08-22T02:31:35.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-22T02:31:35.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-22T02:31:35.559Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39662026-08-22T02:31:46.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39672026-08-22T02:31:46.186Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39682026-08-22T02:31:46.186Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39692026-08-22T02:31:46.387Z
39702026-08-22T02:31:46.387Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39712026-08-22T02:31:46.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-22T02:31:46.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-22T02:31:47.158Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39742026-08-22T02:31:57.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39752026-08-22T02:31:57.789Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39762026-08-22T02:31:57.789Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39772026-08-22T02:31:57.987Z
39782026-08-22T02:31:57.987Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39792026-08-22T02:31:58.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-08-22T02:31:58.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-08-22T02:31:58.767Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39822026-08-22T02:32:09.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39832026-08-22T02:32:09.402Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39842026-08-22T02:32:09.402Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39852026-08-22T02:32:09.602Z
39862026-08-22T02:32:09.602Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39872026-08-22T02:32:10.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-22T02:32:10.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-22T02:32:10.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-22T02:32:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39912026-08-22T02:32:10.177Z
39922026-08-22T02:32:10.177Zinfo: running `cargo check --bins` on installinator-common (211/337)
39932026-08-22T02:32:10.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-22T02:32:10.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-22T02:32:10.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-22T02:32:10.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-22T02:32:10.764Z
39982026-08-22T02:32:10.764Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
39992026-08-22T02:32:11.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-22T02:32:11.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-22T02:32:11.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-22T02:32:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-08-22T02:32:11.326Z
40042026-08-22T02:32:11.326Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40052026-08-22T02:32:11.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-22T02:32:11.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-22T02:32:11.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-22T02:32:11.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40092026-08-22T02:32:11.938Z
40102026-08-22T02:32:11.938Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40112026-08-22T02:32:12.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-22T02:32:12.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-22T02:32:12.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-22T02:32:12.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40152026-08-22T02:32:12.518Z
40162026-08-22T02:32:12.518Zinfo: running `cargo check --bins` on range-requests (215/337)
40172026-08-22T02:32:12.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-22T02:32:12.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-22T02:32:12.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-22T02:32:12.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40212026-08-22T02:32:13.080Z
40222026-08-22T02:32:13.081Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40232026-08-22T02:32:13.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-22T02:32:13.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-22T02:32:13.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-22T02:32:13.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40272026-08-22T02:32:13.651Z
40282026-08-22T02:32:13.651Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40292026-08-22T02:32:14.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-22T02:32:14.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-22T02:32:14.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-22T02:32:14.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-22T02:32:14.213Z
40342026-08-22T02:32:14.213Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40352026-08-22T02:32:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-22T02:32:14.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-22T02:32:14.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-22T02:32:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40392026-08-22T02:32:14.809Z
40402026-08-22T02:32:14.809Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40412026-08-22T02:32:15.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-22T02:32:15.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-22T02:32:15.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-22T02:32:15.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-22T02:32:15.402Z
40462026-08-22T02:32:15.402Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40472026-08-22T02:32:15.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-22T02:32:15.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-22T02:32:15.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-22T02:32:15.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40512026-08-22T02:32:15.994Z
40522026-08-22T02:32:15.994Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40532026-08-22T02:32:16.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-22T02:32:16.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-22T02:32:16.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-22T02:32:16.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-22T02:32:16.596Z
40582026-08-22T02:32:16.596Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40592026-08-22T02:32:17.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-22T02:32:17.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-22T02:32:17.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-22T02:32:17.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40632026-08-22T02:32:17.192Z
40642026-08-22T02:32:17.192Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40652026-08-22T02:32:17.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-22T02:32:17.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-22T02:32:17.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-22T02:32:17.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-22T02:32:17.790Z
40702026-08-22T02:32:17.790Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40712026-08-22T02:32:18.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-22T02:32:18.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-22T02:32:18.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-22T02:32:18.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-22T02:32:18.389Z
40762026-08-22T02:32:18.389Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40772026-08-22T02:32:18.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-22T02:32:18.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-22T02:32:18.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-22T02:32:18.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-22T02:32:18.991Z
40822026-08-22T02:32:18.991Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40832026-08-22T02:32:19.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-22T02:32:19.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-22T02:32:19.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-22T02:32:19.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-22T02:32:19.592Z
40882026-08-22T02:32:19.592Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40892026-08-22T02:32:20.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-22T02:32:20.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-22T02:32:20.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-22T02:32:20.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40932026-08-22T02:32:20.204Z
40942026-08-22T02:32:20.204Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
40952026-08-22T02:32:20.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-22T02:32:20.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-22T02:32:20.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-22T02:32:20.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40992026-08-22T02:32:20.792Z
41002026-08-22T02:32:20.792Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41012026-08-22T02:32:21.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-22T02:32:21.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-22T02:32:21.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-22T02:32:21.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-08-22T02:32:21.385Z
41062026-08-22T02:32:21.385Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41072026-08-22T02:32:21.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-22T02:32:21.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-22T02:32:21.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-22T02:32:21.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41112026-08-22T02:32:22.014Z
41122026-08-22T02:32:22.014Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41132026-08-22T02:32:22.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-22T02:32:22.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-22T02:32:22.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-22T02:32:22.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-22T02:32:22.633Z
41182026-08-22T02:32:22.633Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41192026-08-22T02:32:23.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-22T02:32:23.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-22T02:32:23.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-22T02:32:23.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41232026-08-22T02:32:23.244Z
41242026-08-22T02:32:23.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41252026-08-22T02:32:23.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-22T02:32:23.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-22T02:32:23.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-22T02:32:23.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-22T02:32:23.862Z
41302026-08-22T02:32:23.863Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41312026-08-22T02:32:24.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-22T02:32:24.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-22T02:32:24.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-22T02:32:24.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-22T02:32:24.481Z
41362026-08-22T02:32:24.481Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41372026-08-22T02:32:24.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-22T02:32:24.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-22T02:32:24.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-22T02:32:24.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41412026-08-22T02:32:25.043Z
41422026-08-22T02:32:25.043Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41432026-08-22T02:32:25.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-22T02:32:25.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-22T02:32:25.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-22T02:32:25.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41472026-08-22T02:32:25.631Z
41482026-08-22T02:32:25.631Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41492026-08-22T02:32:26.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-22T02:32:26.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-22T02:32:26.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-22T02:32:26.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41532026-08-22T02:32:26.223Z
41542026-08-22T02:32:26.223Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41552026-08-22T02:32:26.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-22T02:32:26.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-22T02:32:26.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-22T02:32:26.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41592026-08-22T02:32:26.814Z
41602026-08-22T02:32:26.814Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41612026-08-22T02:32:27.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-22T02:32:27.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-22T02:32:27.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-22T02:32:27.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41652026-08-22T02:32:27.373Z
41662026-08-22T02:32:27.373Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41672026-08-22T02:32:27.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-22T02:32:27.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-22T02:32:27.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-22T02:32:27.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41712026-08-22T02:32:27.939Z
41722026-08-22T02:32:27.939Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41732026-08-22T02:32:28.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-22T02:32:28.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-22T02:32:28.643Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41762026-08-22T02:32:29.068Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41772026-08-22T02:32:30.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
41782026-08-22T02:32:30.460Z
41792026-08-22T02:32:30.460Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41802026-08-22T02:32:30.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-22T02:32:30.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-22T02:32:30.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41832026-08-22T02:32:30.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41842026-08-22T02:32:31.036Z
41852026-08-22T02:32:31.036Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41862026-08-22T02:32:31.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-22T02:32:31.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-22T02:32:31.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-22T02:32:31.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-22T02:32:31.615Z
41912026-08-22T02:32:31.615Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41922026-08-22T02:32:32.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-22T02:32:32.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-22T02:32:32.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-22T02:32:32.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41962026-08-22T02:32:32.200Z
41972026-08-22T02:32:32.200Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
41982026-08-22T02:32:32.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-22T02:32:32.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-22T02:32:32.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-22T02:32:32.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-22T02:32:32.783Z
42032026-08-22T02:32:32.783Zinfo: running `cargo check --bins` on installinator-client (246/337)
42042026-08-22T02:32:33.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-22T02:32:33.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-22T02:32:33.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-22T02:32:33.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-22T02:32:33.356Z
42092026-08-22T02:32:33.356Zinfo: running `cargo check --bins` on oxide-client (247/337)
42102026-08-22T02:32:33.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-22T02:32:33.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-22T02:32:33.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-22T02:32:33.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-08-22T02:32:33.922Z
42152026-08-22T02:32:33.922Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42162026-08-22T02:32:34.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-22T02:32:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-22T02:32:34.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-22T02:32:34.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-22T02:32:34.494Z
42212026-08-22T02:32:34.494Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42222026-08-22T02:32:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-22T02:32:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-22T02:32:35.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-22T02:32:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42262026-08-22T02:32:35.097Z
42272026-08-22T02:32:35.097Zinfo: running `cargo check --bins` on wicket-common (250/337)
42282026-08-22T02:32:35.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-22T02:32:35.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-22T02:32:35.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-22T02:32:35.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42322026-08-22T02:32:35.684Z
42332026-08-22T02:32:35.685Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42342026-08-22T02:32:36.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-22T02:32:36.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-22T02:32:36.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-22T02:32:36.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-22T02:32:36.267Z
42392026-08-22T02:32:36.267Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42402026-08-22T02:32:36.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-22T02:32:36.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-22T02:32:36.945Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42432026-08-22T02:32:37.056Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42442026-08-22T02:32:38.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42452026-08-22T02:32:38.325Z
42462026-08-22T02:32:38.325Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42472026-08-22T02:32:38.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-22T02:32:38.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-22T02:32:38.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-22T02:32:38.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42512026-08-22T02:32:38.904Z
42522026-08-22T02:32:38.904Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42532026-08-22T02:32:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-22T02:32:39.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-22T02:32:39.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-22T02:32:39.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42572026-08-22T02:32:39.552Z
42582026-08-22T02:32:39.552Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42592026-08-22T02:32:40.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-22T02:32:40.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-22T02:32:40.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-22T02:32:40.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42632026-08-22T02:32:40.209Z
42642026-08-22T02:32:40.209Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42652026-08-22T02:32:40.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-22T02:32:40.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-22T02:32:40.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-22T02:32:40.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42692026-08-22T02:32:40.838Z
42702026-08-22T02:32:40.838Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42712026-08-22T02:32:41.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-22T02:32:41.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-22T02:32:41.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-22T02:32:41.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-22T02:32:41.465Z
42762026-08-22T02:32:41.465Zinfo: running `cargo check --bins` on db-macros (258/337)
42772026-08-22T02:32:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-22T02:32:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-22T02:32:41.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-22T02:32:41.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42812026-08-22T02:32:42.027Z
42822026-08-22T02:32:42.027Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42832026-08-22T02:32:42.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-22T02:32:42.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-22T02:32:42.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-22T02:32:42.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-22T02:32:42.589Z
42882026-08-22T02:32:42.589Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42892026-08-22T02:32:43.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-22T02:32:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-22T02:32:43.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-22T02:32:43.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42932026-08-22T02:32:43.209Z
42942026-08-22T02:32:43.209Zinfo: running `cargo check --bins` on authz-macros (261/337)
42952026-08-22T02:32:43.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-22T02:32:43.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-22T02:32:43.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-22T02:32:43.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42992026-08-22T02:32:43.770Z
43002026-08-22T02:32:43.770Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43012026-08-22T02:32:44.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-22T02:32:44.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-22T02:32:44.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-22T02:32:44.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43052026-08-22T02:32:44.388Z
43062026-08-22T02:32:44.388Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43072026-08-22T02:32:44.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-22T02:32:44.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-22T02:32:44.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-22T02:32:44.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43112026-08-22T02:32:45.007Z
43122026-08-22T02:32:45.007Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43132026-08-22T02:32:45.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-22T02:32:45.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-22T02:32:45.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-22T02:32:45.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43172026-08-22T02:32:45.568Z
43182026-08-22T02:32:45.568Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43192026-08-22T02:32:46.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-22T02:32:46.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-22T02:32:46.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-22T02:32:46.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43232026-08-22T02:32:46.141Z
43242026-08-22T02:32:46.141Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43252026-08-22T02:32:46.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-22T02:32:46.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-22T02:32:46.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-22T02:32:46.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-22T02:32:46.708Z
43302026-08-22T02:32:46.708Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43312026-08-22T02:32:47.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-22T02:32:47.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-22T02:32:47.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-22T02:32:47.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43352026-08-22T02:32:47.333Z
43362026-08-22T02:32:47.333Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43372026-08-22T02:32:47.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-22T02:32:47.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-22T02:32:47.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-22T02:32:47.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-22T02:32:47.961Z
43422026-08-22T02:32:47.961Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43432026-08-22T02:32:48.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-22T02:32:48.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-22T02:32:48.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-22T02:32:48.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43472026-08-22T02:32:48.596Z
43482026-08-22T02:32:48.596Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43492026-08-22T02:32:49.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-22T02:32:49.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-22T02:32:49.316Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43522026-08-22T02:32:49.319Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43532026-08-22T02:32:49.992Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43542026-08-22T02:32:51.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
43552026-08-22T02:32:51.912Z
43562026-08-22T02:32:51.912Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43572026-08-22T02:32:52.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-22T02:32:52.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-22T02:32:52.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-22T02:32:52.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43612026-08-22T02:32:52.486Z
43622026-08-22T02:32:52.486Zinfo: running `cargo check --bins` on cert-dev (272/337)
43632026-08-22T02:32:52.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-22T02:32:52.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-22T02:32:53.102Z Checking yasna v0.5.2
43662026-08-22T02:32:53.509Z Checking rcgen v0.12.1
43672026-08-22T02:32:53.768Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43682026-08-22T02:32:53.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43692026-08-22T02:32:54.136Z
43702026-08-22T02:32:54.136Zinfo: running `cargo check --bins` on clickana (273/337)
43712026-08-22T02:32:54.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-22T02:32:54.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-22T02:32:54.789Z Compiling instability v0.3.11
43742026-08-22T02:32:54.792Z Checking castaway v0.2.4
43752026-08-22T02:32:54.792Z Compiling indoc v2.0.7
43762026-08-22T02:32:54.792Z Checking unicode-truncate v1.1.0
43772026-08-22T02:32:54.895Z Checking lru v0.12.5
43782026-08-22T02:32:54.903Z Checking cassowary v0.3.0
43792026-08-22T02:32:55.002Z Checking compact_str v0.8.1
43802026-08-22T02:32:55.783Z Checking ratatui v0.29.0
43812026-08-22T02:32:56.879Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43822026-08-22T02:32:57.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
43832026-08-22T02:32:57.781Z
43842026-08-22T02:32:57.781Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43852026-08-22T02:32:58.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-22T02:32:58.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-22T02:32:58.507Z Checking headers-core v0.3.0
43882026-08-22T02:32:58.510Z Checking port-file v0.1.0
43892026-08-22T02:32:58.510Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43902026-08-22T02:32:58.706Z Checking headers v0.4.1
43912026-08-22T02:32:59.076Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43922026-08-22T02:33:00.041Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43932026-08-22T02:33:00.563Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43942026-08-22T02:33:01.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
43952026-08-22T02:33:01.202Z
43962026-08-22T02:33:01.202Zinfo: running `cargo check --bins` on ch-dev (275/337)
43972026-08-22T02:33:01.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-22T02:33:01.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-22T02:33:01.931Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44002026-08-22T02:33:02.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44012026-08-22T02:33:02.891Z
44022026-08-22T02:33:02.891Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44032026-08-22T02:33:03.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-22T02:33:03.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-22T02:33:03.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-22T02:33:03.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44072026-08-22T02:33:03.316Z
44082026-08-22T02:33:03.316Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44092026-08-22T02:33:03.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-22T02:33:03.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-22T02:33:03.955Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44122026-08-22T02:33:04.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
44132026-08-22T02:33:04.506Z
44142026-08-22T02:33:04.507Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44152026-08-22T02:33:05.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-22T02:33:05.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-22T02:33:05.233Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44182026-08-22T02:33:06.326Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44192026-08-22T02:33:06.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44202026-08-22T02:33:06.878Z
44212026-08-22T02:33:06.878Zinfo: running `cargo check --bins` on db-dev (279/337)
44222026-08-22T02:33:07.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-22T02:33:07.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-22T02:33:07.605Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44252026-08-22T02:33:08.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44262026-08-22T02:33:08.571Z
44272026-08-22T02:33:08.571Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44282026-08-22T02:33:09.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-22T02:33:09.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-22T02:33:09.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-22T02:33:09.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44322026-08-22T02:33:09.197Z
44332026-08-22T02:33:09.197Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44342026-08-22T02:33:09.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-22T02:33:09.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-22T02:33:09.826Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44372026-08-22T02:33:10.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
44382026-08-22T02:33:10.688Z
44392026-08-22T02:33:10.688Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44402026-08-22T02:33:11.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-22T02:33:11.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-22T02:33:11.443Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44432026-08-22T02:33:11.443Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44442026-08-22T02:33:11.446Z Checking git-stub v1.0.0
44452026-08-22T02:33:11.446Z Compiling trait-variant v0.1.2
44462026-08-22T02:33:11.446Z Checking maplit v1.0.2
44472026-08-22T02:33:11.572Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44482026-08-22T02:33:11.578Z Checking drift v0.2.0
44492026-08-22T02:33:11.581Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44502026-08-22T02:33:11.625Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44512026-08-22T02:33:11.725Z Checking git-stub-vcs v0.1.0
44522026-08-22T02:33:11.788Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44532026-08-22T02:33:11.804Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44542026-08-22T02:33:11.975Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44552026-08-22T02:33:11.979Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44562026-08-22T02:33:11.979Z Checking dropshot-api-manager v0.8.0
44572026-08-22T02:33:12.079Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44582026-08-22T02:33:12.305Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44592026-08-22T02:33:12.799Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44602026-08-22T02:33:13.753Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44612026-08-22T02:33:14.786Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44622026-08-22T02:33:15.601Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44632026-08-22T02:33:16.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44642026-08-22T02:33:16.246Z
44652026-08-22T02:33:16.246Zinfo: running `cargo check --bins` on installinator-api (283/337)
44662026-08-22T02:33:16.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-22T02:33:16.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-22T02:33:16.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-22T02:33:16.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-08-22T02:33:16.822Z
44712026-08-22T02:33:16.822Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44722026-08-22T02:33:17.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-22T02:33:17.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-22T02:33:17.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-22T02:33:17.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44762026-08-22T02:33:17.434Z
44772026-08-22T02:33:17.434Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44782026-08-22T02:33:17.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-22T02:33:17.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-22T02:33:17.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-22T02:33:17.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44822026-08-22T02:33:18.051Z
44832026-08-22T02:33:18.051Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44842026-08-22T02:33:18.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-22T02:33:18.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-22T02:33:18.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-22T02:33:18.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44882026-08-22T02:33:18.670Z
44892026-08-22T02:33:18.670Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44902026-08-22T02:33:19.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-22T02:33:19.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-22T02:33:19.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-22T02:33:19.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44942026-08-22T02:33:19.249Z
44952026-08-22T02:33:19.249Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
44962026-08-22T02:33:19.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-22T02:33:19.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-22T02:33:19.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-22T02:33:19.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-22T02:33:19.822Z
45012026-08-22T02:33:19.822Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45022026-08-22T02:33:20.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-22T02:33:20.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-22T02:33:20.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-22T02:33:20.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45062026-08-22T02:33:20.412Z
45072026-08-22T02:33:20.412Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45082026-08-22T02:33:20.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-22T02:33:20.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-22T02:33:20.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-22T02:33:20.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-22T02:33:20.999Z
45132026-08-22T02:33:20.999Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45142026-08-22T02:33:21.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-22T02:33:21.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-22T02:33:21.621Z Compiling blake3 v1.8.5
45172026-08-22T02:33:21.730Z Checking arrayvec v0.7.6
45182026-08-22T02:33:21.733Z Checking arrayref v0.3.9
45192026-08-22T02:33:21.739Z Checking constant_time_eq v0.4.2
45202026-08-22T02:33:21.753Z Checking cargo-platform v0.3.2
45212026-08-22T02:33:21.753Z Checking topological-sort v0.2.2
45222026-08-22T02:33:21.756Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45232026-08-22T02:33:21.904Z Checking cargo_metadata v0.23.1
45242026-08-22T02:33:22.618Z Checking omicron-zone-package v0.12.3
45252026-08-22T02:33:23.327Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45262026-08-22T02:33:24.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45272026-08-22T02:33:24.352Z
45282026-08-22T02:33:24.352Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45292026-08-22T02:33:24.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-22T02:33:24.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-22T02:33:25.088Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45322026-08-22T02:33:25.727Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45332026-08-22T02:33:26.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
45342026-08-22T02:33:26.440Z
45352026-08-22T02:33:26.440Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45362026-08-22T02:33:26.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-22T02:33:26.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-22T02:33:27.403Z Compiling darling_core v0.21.3
45392026-08-22T02:33:27.406Z Compiling vergen-lib v0.1.6
45402026-08-22T02:33:27.406Z Compiling diesel_derives v2.3.7
45412026-08-22T02:33:27.406Z Checking scheduled-thread-pool v0.2.7
45422026-08-22T02:33:27.406Z Compiling vergen-gitcl v1.0.8
45432026-08-22T02:33:27.406Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45442026-08-22T02:33:27.406Z Compiling diesel_table_macro_syntax v0.3.0
45452026-08-22T02:33:27.406Z Compiling dirs-sys-next v0.1.2
45462026-08-22T02:33:27.682Z Compiling glob v0.3.3
45472026-08-22T02:33:27.735Z Compiling crunchy v0.2.4
45482026-08-22T02:33:27.828Z Compiling dirs-next v2.0.0
45492026-08-22T02:33:27.845Z Checking r2d2 v0.8.10
45502026-08-22T02:33:27.861Z Compiling tiny-keccak v2.0.2
45512026-08-22T02:33:27.957Z Checking downcast-rs v2.0.2
45522026-08-22T02:33:28.059Z Compiling clang-sys v1.8.1
45532026-08-22T02:33:28.090Z Compiling term v0.7.0
45542026-08-22T02:33:28.122Z Compiling bit-vec v0.6.3
45552026-08-22T02:33:28.126Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45562026-08-22T02:33:28.324Z Compiling bit-set v0.5.3
45572026-08-22T02:33:28.343Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45582026-08-22T02:33:28.451Z Compiling ascii-canvas v3.0.0
45592026-08-22T02:33:28.488Z Compiling itertools v0.10.5
45602026-08-22T02:33:28.507Z Compiling ena v0.14.4
45612026-08-22T02:33:28.586Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45622026-08-22T02:33:28.602Z Compiling libloading v0.8.9
45632026-08-22T02:33:28.647Z Compiling diff v0.1.13
45642026-08-22T02:33:28.700Z Compiling bindgen v0.71.1
45652026-08-22T02:33:28.726Z Compiling regex-syntax v0.6.29
45662026-08-22T02:33:28.932Z Compiling cexpr v0.6.0
45672026-08-22T02:33:29.111Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45682026-08-22T02:33:29.303Z Compiling rustc-hash v2.1.1
45692026-08-22T02:33:29.445Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45702026-08-22T02:33:29.517Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45712026-08-22T02:33:29.554Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45722026-08-22T02:33:29.597Z Compiling libxml v0.3.3
45732026-08-22T02:33:29.797Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45742026-08-22T02:33:29.844Z Compiling strum_macros v0.24.3
45752026-08-22T02:33:29.867Z Compiling indoc v1.0.9
45762026-08-22T02:33:30.190Z Compiling darling_macro v0.21.3
45772026-08-22T02:33:30.311Z Compiling lalrpop v0.19.12
45782026-08-22T02:33:30.622Z Compiling darling v0.21.3
45792026-08-22T02:33:30.722Z Compiling dsl_auto_type v0.2.0
45802026-08-22T02:33:30.782Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-08-22T02:33:30.799Z Checking derive_builder v0.20.2
45822026-08-22T02:33:30.916Z Compiling oso-derive v0.27.3
45832026-08-22T02:33:30.972Z Checking quick-xml v0.37.5
45842026-08-22T02:33:31.183Z Compiling impl-trait-for-tuples v0.2.3
45852026-08-22T02:33:31.432Z Checking openssl-probe v0.1.6
45862026-08-22T02:33:31.579Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45872026-08-22T02:33:31.847Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-08-22T02:33:32.041Z Checking bb8 v0.8.6
45892026-08-22T02:33:32.397Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45902026-08-22T02:33:32.412Z Checking nonempty v0.12.0
45912026-08-22T02:33:32.429Z Compiling libz-sys v1.1.24
45922026-08-22T02:33:32.582Z Compiling strsim v0.10.0
45932026-08-22T02:33:32.623Z Compiling libgit2-sys v0.18.3+1.9.2
45942026-08-22T02:33:32.774Z Compiling darling_core v0.13.4
45952026-08-22T02:33:32.922Z Compiling vergen-git2 v9.1.0
45962026-08-22T02:33:33.016Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45972026-08-22T02:33:33.151Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45982026-08-22T02:33:33.235Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45992026-08-22T02:33:33.458Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46002026-08-22T02:33:33.651Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46012026-08-22T02:33:33.841Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46022026-08-22T02:33:34.030Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46032026-08-22T02:33:34.134Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-22T02:33:34.222Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46052026-08-22T02:33:34.417Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46062026-08-22T02:33:34.606Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46072026-08-22T02:33:34.657Z Compiling darling_macro v0.13.4
46082026-08-22T02:33:34.796Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46092026-08-22T02:33:35.151Z Compiling darling v0.13.4
46102026-08-22T02:33:35.197Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46112026-08-22T02:33:35.249Z Compiling serde_with_macros v1.5.2
46122026-08-22T02:33:35.577Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46132026-08-22T02:33:36.086Z Compiling serde_with v1.14.0
46142026-08-22T02:33:36.159Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46152026-08-22T02:33:36.351Z Checking twox-hash v2.1.2
46162026-08-22T02:33:36.525Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46172026-08-22T02:33:36.625Z Checking diesel v2.3.7
46182026-08-22T02:33:36.659Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46192026-08-22T02:33:37.232Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46202026-08-22T02:33:38.319Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46212026-08-22T02:33:38.486Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46222026-08-22T02:33:38.903Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46232026-08-22T02:33:39.191Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46242026-08-22T02:33:39.724Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46252026-08-22T02:33:39.920Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46262026-08-22T02:33:40.054Z Checking libsw-core v0.3.2
46272026-08-22T02:33:40.214Z Checking atty v0.2.14
46282026-08-22T02:33:40.323Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46292026-08-22T02:33:40.375Z Checking libsw v3.5.0
46302026-08-22T02:33:40.541Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46312026-08-22T02:33:40.651Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46322026-08-22T02:33:40.776Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46332026-08-22T02:33:40.810Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46342026-08-22T02:33:42.108Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46352026-08-22T02:33:42.404Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46362026-08-22T02:33:42.653Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46372026-08-22T02:33:42.846Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46382026-08-22T02:33:43.138Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46392026-08-22T02:33:43.328Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46402026-08-22T02:33:43.484Z Checking fatfs v0.3.6
46412026-08-22T02:33:43.828Z Checking console v0.16.2
46422026-08-22T02:33:43.950Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46432026-08-22T02:33:44.149Z Checking unit-prefix v0.5.2
46442026-08-22T02:33:44.298Z Compiling seq-macro v0.3.6
46452026-08-22T02:33:44.800Z Checking indicatif v0.18.4
46462026-08-22T02:33:45.220Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46472026-08-22T02:33:45.282Z Checking oxide-update-engine-display v0.1.2
46482026-08-22T02:33:45.603Z Checking support-bundle-viewer v0.1.2
46492026-08-22T02:33:45.858Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46502026-08-22T02:33:45.893Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-08-22T02:33:45.983Z Checking multimap v0.10.1
46522026-08-22T02:33:52.008Z Checking diesel-dtrace v0.5.0
46532026-08-22T02:33:52.261Z Checking async-bb8-diesel v0.2.1
46542026-08-22T02:33:55.404Z Compiling samael v0.0.19
46552026-08-22T02:34:00.789Z Compiling git2 v0.20.4
46562026-08-22T02:34:01.403Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46572026-08-22T02:34:02.652Z Compiling polar-core v0.27.3
46582026-08-22T02:34:03.252Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46592026-08-22T02:34:07.106Z Checking oso v0.27.3
46602026-08-22T02:34:39.403Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46612026-08-22T02:35:54.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
46622026-08-22T02:35:54.702Z
46632026-08-22T02:35:54.702Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46642026-08-22T02:35:55.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-08-22T02:35:55.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-08-22T02:35:55.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46672026-08-22T02:35:55.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46682026-08-22T02:35:55.369Z
46692026-08-22T02:35:55.369Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46702026-08-22T02:35:55.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-22T02:35:55.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-22T02:35:55.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-22T02:35:55.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46742026-08-22T02:35:56.003Z
46752026-08-22T02:35:56.003Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46762026-08-22T02:35:56.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-22T02:35:56.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-22T02:35:56.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-22T02:35:56.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46802026-08-22T02:35:56.628Z
46812026-08-22T02:35:56.628Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46822026-08-22T02:35:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-22T02:35:57.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-22T02:35:57.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-22T02:35:57.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46862026-08-22T02:35:57.188Z
46872026-08-22T02:35:57.188Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46882026-08-22T02:35:57.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-22T02:35:57.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-22T02:35:58.021Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46912026-08-22T02:35:58.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
46922026-08-22T02:35:59.019Z
46932026-08-22T02:35:59.019Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
46942026-08-22T02:35:59.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-22T02:35:59.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-22T02:35:59.835Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-22T02:36:38.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.74s
46982026-08-22T02:36:38.979Z
46992026-08-22T02:36:38.979Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47002026-08-22T02:36:39.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-22T02:36:39.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-22T02:36:39.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47032026-08-22T02:36:39.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47042026-08-22T02:36:39.538Z
47052026-08-22T02:36:39.538Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47062026-08-22T02:36:40.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-22T02:36:40.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-22T02:36:40.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-22T02:36:40.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-22T02:36:40.098Z
47112026-08-22T02:36:40.098Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47122026-08-22T02:36:40.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-22T02:36:40.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-22T02:36:40.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-22T02:36:40.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47162026-08-22T02:36:40.723Z
47172026-08-22T02:36:40.723Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47182026-08-22T02:36:41.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-22T02:36:41.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-22T02:36:41.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-22T02:36:41.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47222026-08-22T02:36:41.357Z
47232026-08-22T02:36:41.357Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47242026-08-22T02:36:41.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-22T02:36:41.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-22T02:36:41.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-22T02:36:41.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47282026-08-22T02:36:41.983Z
47292026-08-22T02:36:41.983Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47302026-08-22T02:36:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-22T02:36:42.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-22T02:36:42.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-22T02:36:42.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-22T02:36:42.597Z
47352026-08-22T02:36:42.597Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47362026-08-22T02:36:43.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-22T02:36:43.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-22T02:36:43.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-22T02:36:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47402026-08-22T02:36:43.224Z
47412026-08-22T02:36:43.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47422026-08-22T02:36:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-22T02:36:43.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-22T02:36:43.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-22T02:36:43.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-22T02:36:43.855Z
47472026-08-22T02:36:43.855Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47482026-08-22T02:36:44.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-22T02:36:44.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-22T02:36:44.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-22T02:36:44.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47522026-08-22T02:36:44.467Z
47532026-08-22T02:36:44.468Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47542026-08-22T02:36:44.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-22T02:36:44.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-22T02:36:45.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-22T02:36:45.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47582026-08-22T02:36:45.095Z
47592026-08-22T02:36:45.095Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47602026-08-22T02:36:45.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-22T02:36:45.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-22T02:36:45.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-22T02:36:45.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47642026-08-22T02:36:45.721Z
47652026-08-22T02:36:45.721Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47662026-08-22T02:36:46.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-22T02:36:46.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-22T02:36:46.620Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47692026-08-22T02:36:46.620Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47702026-08-22T02:36:46.810Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47712026-08-22T02:36:46.813Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47722026-08-22T02:36:46.854Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47732026-08-22T02:36:46.871Z Checking yansi v1.0.1
47742026-08-22T02:36:46.874Z Checking diff v0.1.13
47752026-08-22T02:36:46.874Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47762026-08-22T02:36:46.943Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47772026-08-22T02:36:47.118Z Checking pretty_assertions v1.4.1
47782026-08-22T02:36:47.891Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47792026-08-22T02:36:47.923Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47802026-08-22T02:37:13.090Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47812026-08-22T02:37:13.094Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47822026-08-22T02:37:13.094Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47832026-08-22T02:37:13.094Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47842026-08-22T02:37:13.094Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47852026-08-22T02:37:13.094Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47862026-08-22T02:37:13.094Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47872026-08-22T02:37:13.948Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47882026-08-22T02:37:13.952Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47892026-08-22T02:37:15.242Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47902026-08-22T02:37:54.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47912026-08-22T02:37:54.498Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47922026-08-22T02:37:54.498Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47932026-08-22T02:37:54.713Z
47942026-08-22T02:37:54.713Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
47952026-08-22T02:37:55.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-08-22T02:37:55.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-08-22T02:37:55.432Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47982026-08-22T02:37:56.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
47992026-08-22T02:37:56.282Z
48002026-08-22T02:37:56.282Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48012026-08-22T02:37:56.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-22T02:37:56.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-22T02:37:56.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-08-22T02:37:56.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48052026-08-22T02:37:56.847Z
48062026-08-22T02:37:56.848Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48072026-08-22T02:37:57.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-22T02:37:57.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-22T02:37:57.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-22T02:37:57.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48112026-08-22T02:37:57.436Z
48122026-08-22T02:37:57.436Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48132026-08-22T02:37:57.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-22T02:37:57.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-22T02:37:58.217Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48162026-08-22T02:37:58.338Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48172026-08-22T02:37:58.345Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48182026-08-22T02:38:25.352Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48192026-08-22T02:38:25.768Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48202026-08-22T02:38:27.556Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48212026-08-22T02:38:28.040Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48222026-08-22T02:38:31.189Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48232026-08-22T02:38:55.373Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48242026-08-22T02:38:56.133Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48252026-08-22T02:38:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48262026-08-22T02:38:58.113Z
48272026-08-22T02:38:58.114Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48282026-08-22T02:38:58.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-08-22T02:38:58.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-08-22T02:38:58.867Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48312026-08-22T02:38:59.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
48322026-08-22T02:38:59.805Z
48332026-08-22T02:38:59.805Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48342026-08-22T02:39:00.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-22T02:39:00.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-22T02:39:00.448Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48372026-08-22T02:39:00.451Z Compiling fs-err v2.11.0
48382026-08-22T02:39:00.570Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48392026-08-22T02:39:00.582Z Checking parse-size v1.1.0
48402026-08-22T02:39:00.591Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48412026-08-22T02:39:00.594Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48422026-08-22T02:39:00.594Z Checking shell-words v1.1.1
48432026-08-22T02:39:00.682Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48442026-08-22T02:39:01.021Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48452026-08-22T02:39:01.210Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48462026-08-22T02:39:01.904Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48472026-08-22T02:39:02.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
48482026-08-22T02:39:03.105Z
48492026-08-22T02:39:03.105Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48502026-08-22T02:39:03.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-08-22T02:39:03.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-08-22T02:39:03.772Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48532026-08-22T02:39:04.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
48542026-08-22T02:39:04.467Z
48552026-08-22T02:39:04.467Zinfo: running `cargo check --bins` on schema (319/337)
48562026-08-22T02:39:04.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-22T02:39:05.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-22T02:39:05.214Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48592026-08-22T02:39:05.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
48602026-08-22T02:39:06.166Z
48612026-08-22T02:39:06.166Zinfo: running `cargo check --bins` on xtask (320/337)
48622026-08-22T02:39:06.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-22T02:39:06.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-22T02:39:06.594Z Checking serde_core v1.0.228
48652026-08-22T02:39:06.594Z Checking libc v0.2.185
48662026-08-22T02:39:06.678Z Checking bitflags v2.11.0
48672026-08-22T02:39:06.685Z Checking scroll v0.12.0
48682026-08-22T02:39:06.688Z Checking thiserror v1.0.69
48692026-08-22T02:39:06.697Z Checking log v0.4.33
48702026-08-22T02:39:06.701Z Checking zerocopy v0.7.35
48712026-08-22T02:39:06.711Z Checking indexmap v2.14.0
48722026-08-22T02:39:06.783Z Checking syn v2.0.117
48732026-08-22T02:39:06.832Z Checking dtrace-parser v0.2.0
48742026-08-22T02:39:06.852Z Checking once_cell v1.21.3
48752026-08-22T02:39:06.914Z Checking goblin v0.8.2
48762026-08-22T02:39:06.983Z Checking errno v0.3.14
48772026-08-22T02:39:07.045Z Checking getrandom v0.3.4
48782026-08-22T02:39:07.079Z Checking thread-id v4.2.2
48792026-08-22T02:39:07.110Z Checking rustix v1.1.4
48802026-08-22T02:39:07.161Z Checking memmap v0.7.0
48812026-08-22T02:39:07.189Z Checking thiserror v2.0.18
48822026-08-22T02:39:07.220Z Checking fs-err v3.3.0
48832026-08-22T02:39:07.278Z Checking tabled v0.15.0
48842026-08-22T02:39:07.294Z Checking anyhow v1.0.104
48852026-08-22T02:39:07.943Z Checking terminal_size v0.4.3
48862026-08-22T02:39:07.943Z Checking tempfile v3.27.0
48872026-08-22T02:39:08.063Z Checking clap_builder v4.6.0
48882026-08-22T02:39:08.063Z Checking textwrap v0.16.2
48892026-08-22T02:39:08.235Z Checking serde v1.0.228
48902026-08-22T02:39:08.238Z Checking serde_json v1.0.151
48912026-08-22T02:39:08.238Z Checking camino v1.2.5
48922026-08-22T02:39:08.283Z Checking semver v1.0.28
48932026-08-22T02:39:08.466Z Checking cargo-platform v0.3.2
48942026-08-22T02:39:08.524Z Checking camino-tempfile v1.4.1
48952026-08-22T02:39:08.666Z Checking toml_datetime v0.6.11
48962026-08-22T02:39:08.666Z Checking serde_spanned v0.6.9
48972026-08-22T02:39:08.669Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48982026-08-22T02:39:08.707Z Checking macaddr v1.0.1
48992026-08-22T02:39:08.856Z Checking toml_edit v0.22.27
49002026-08-22T02:39:08.889Z Checking dof v0.3.0
49012026-08-22T02:39:08.889Z Checking cargo_metadata v0.23.1
49022026-08-22T02:39:09.176Z Checking usdt-impl v0.5.0
49032026-08-22T02:39:09.362Z Checking clap v4.6.1
49042026-08-22T02:39:09.453Z Checking usdt v0.5.0
49052026-08-22T02:39:09.899Z Checking toml v0.8.23
49062026-08-22T02:39:10.176Z Checking cargo_toml v0.21.0
49072026-08-22T02:39:10.871Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49082026-08-22T02:39:11.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
49092026-08-22T02:39:11.398Z
49102026-08-22T02:39:11.398Zinfo: running `cargo check --bins` on dnsadm (321/337)
49112026-08-22T02:39:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49122026-08-22T02:39:11.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49132026-08-22T02:39:12.077Z Checking arc-swap v1.8.2
49142026-08-22T02:39:12.379Z Checking slog-scope v4.4.1
49152026-08-22T02:39:12.500Z Checking slog-stdlog v4.1.1
49162026-08-22T02:39:12.606Z Checking slog-envlogger v2.2.0
49172026-08-22T02:39:12.733Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49182026-08-22T02:39:13.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
49192026-08-22T02:39:13.366Z
49202026-08-22T02:39:13.366Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49212026-08-22T02:39:13.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-22T02:39:13.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-22T02:39:14.225Z Checking cpubits v0.1.1
49242026-08-22T02:39:14.361Z Checking pem-rfc7468 v1.0.0
49252026-08-22T02:39:14.395Z Checking hmac v0.13.0
49262026-08-22T02:39:14.401Z Checking universal-hash v0.6.1
49272026-08-22T02:39:14.430Z Checking ctr v0.10.1
49282026-08-22T02:39:14.430Z Checking aead v0.6.1
49292026-08-22T02:39:14.430Z Checking salsa20 v0.11.0
49302026-08-22T02:39:14.436Z Checking cbc v0.2.1
49312026-08-22T02:39:14.478Z Checking crypto-bigint v0.7.5
49322026-08-22T02:39:14.504Z Checking der v0.8.0
49332026-08-22T02:39:14.570Z Checking aes v0.9.1
49342026-08-22T02:39:14.590Z Checking pbkdf2 v0.13.0
49352026-08-22T02:39:14.609Z Checking ff v0.14.0
49362026-08-22T02:39:14.630Z Checking polyval v0.7.1
49372026-08-22T02:39:14.647Z Checking signature v3.0.0
49382026-08-22T02:39:14.667Z Checking base16ct v1.0.0
49392026-08-22T02:39:14.713Z Checking scrypt v0.12.0
49402026-08-22T02:39:14.750Z Checking group v0.14.0
49412026-08-22T02:39:14.799Z Checking hkdf v0.13.0
49422026-08-22T02:39:14.818Z Checking ghash v0.6.0
49432026-08-22T02:39:14.839Z Compiling curve25519-dalek v5.0.0
49442026-08-22T02:39:14.886Z Checking keccak v0.2.0
49452026-08-22T02:39:14.914Z Checking wnaf v0.14.0
49462026-08-22T02:39:14.947Z Checking poly1305 v0.9.0
49472026-08-22T02:39:14.969Z Checking blowfish v0.10.0
49482026-08-22T02:39:14.996Z Checking aes-gcm v0.11.0
49492026-08-22T02:39:15.054Z Checking blake2 v0.11.0-rc.6
49502026-08-22T02:39:15.093Z Checking sha3 v0.11.0
49512026-08-22T02:39:15.128Z Checking bcrypt-pbkdf v0.11.0
49522026-08-22T02:39:15.177Z Checking kem v0.3.0
49532026-08-22T02:39:15.240Z Checking module-lattice v0.2.3
49542026-08-22T02:39:15.302Z Checking sponge-cursor v0.1.0
49552026-08-22T02:39:15.318Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49562026-08-22T02:39:15.349Z Checking argon2 v0.6.0-rc.8
49572026-08-22T02:39:15.378Z Checking spki v0.8.0
49582026-08-22T02:39:15.436Z Checking sec1 v0.8.1
49592026-08-22T02:39:15.484Z Checking sha3 v0.12.0
49602026-08-22T02:39:15.500Z Checking ml-kem v0.3.2
49612026-08-22T02:39:15.519Z Checking internal-russh-num-bigint v0.5.0
49622026-08-22T02:39:15.568Z Checking pkcs5 v0.8.1
49632026-08-22T02:39:15.668Z Checking pkcs1 v0.8.0-rc.4
49642026-08-22T02:39:16.136Z Checking num-bigint v0.4.6
49652026-08-22T02:39:16.136Z Checking generic-array v1.4.3
49662026-08-22T02:39:16.136Z Checking russh-util v0.52.0
49672026-08-22T02:39:16.137Z Checking pkcs8 v0.11.0
49682026-08-22T02:39:16.137Z Compiling enum_dispatch v0.3.13
49692026-08-22T02:39:16.141Z Checking ed25519 v3.0.0
49702026-08-22T02:39:16.141Z Compiling delegate v0.13.5
49712026-08-22T02:39:16.255Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49722026-08-22T02:39:16.333Z Checking ed25519-dalek v3.0.0
49732026-08-22T02:39:16.337Z Checking md5 v0.8.0
49742026-08-22T02:39:16.449Z Checking hex-literal v1.1.0
49752026-08-22T02:39:16.543Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49762026-08-22T02:39:16.562Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49772026-08-22T02:39:16.599Z Checking socket2 v0.5.10
49782026-08-22T02:39:16.694Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49792026-08-22T02:39:16.698Z Checking internet-checksum v0.2.1
49802026-08-22T02:39:16.954Z Checking elliptic-curve v0.14.1
49812026-08-22T02:39:16.954Z Checking primefield v0.14.0
49822026-08-22T02:39:16.957Z Checking rfc6979 v0.6.0
49832026-08-22T02:39:16.957Z Checking ssh-encoding v0.3.0
49842026-08-22T02:39:17.025Z Checking crypto-primes v0.7.2
49852026-08-22T02:39:17.205Z Checking ssh-cipher v0.3.0
49862026-08-22T02:39:17.205Z Checking russh-cryptovec v0.62.0
49872026-08-22T02:39:17.395Z Checking ecdsa v0.17.0
49882026-08-22T02:39:17.398Z Checking primeorder v0.14.0
49892026-08-22T02:39:17.792Z Checking p521 v0.14.0
49902026-08-22T02:39:17.795Z Checking p384 v0.14.0
49912026-08-22T02:39:17.795Z Checking p256 v0.14.0
49922026-08-22T02:39:18.041Z Checking rsa v0.10.0-rc.18
49932026-08-22T02:39:20.900Z Checking ssh-key v0.7.0-rc.11
49942026-08-22T02:39:21.706Z Checking russh v0.62.4
49952026-08-22T02:39:36.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.98s
49962026-08-22T02:39:36.356Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49972026-08-22T02:39:36.356Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49982026-08-22T02:39:36.577Z
49992026-08-22T02:39:36.577Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50002026-08-22T02:39:37.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-22T02:39:37.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-22T02:39:37.261Z Checking termios v0.3.3
50032026-08-22T02:39:37.473Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50042026-08-22T02:39:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
50052026-08-22T02:39:38.304Z
50062026-08-22T02:39:38.304Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50072026-08-22T02:39:38.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-22T02:39:38.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-22T02:39:39.041Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50102026-08-22T02:39:39.796Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50112026-08-22T02:39:41.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
50122026-08-22T02:39:41.718Z
50132026-08-22T02:39:41.718Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50142026-08-22T02:39:42.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-22T02:39:42.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-22T02:39:42.399Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50172026-08-22T02:39:42.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
50182026-08-22T02:39:43.045Z
50192026-08-22T02:39:43.045Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50202026-08-22T02:39:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-22T02:39:43.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-22T02:39:43.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50232026-08-22T02:39:43.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50242026-08-22T02:39:43.645Z
50252026-08-22T02:39:43.645Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50262026-08-22T02:39:44.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-22T02:39:44.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-22T02:39:44.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-22T02:39:44.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50302026-08-22T02:39:44.244Z
50312026-08-22T02:39:44.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50322026-08-22T02:39:44.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-22T02:39:44.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-22T02:39:45.041Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50352026-08-22T02:39:45.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50362026-08-22T02:39:45.887Z
50372026-08-22T02:39:45.887Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50382026-08-22T02:39:46.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-22T02:39:46.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-22T02:39:46.581Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50412026-08-22T02:39:46.584Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50422026-08-22T02:39:47.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50432026-08-22T02:39:47.766Z
50442026-08-22T02:39:47.766Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50452026-08-22T02:39:48.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-22T02:39:48.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-22T02:39:48.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50482026-08-22T02:39:48.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50492026-08-22T02:39:48.363Z
50502026-08-22T02:39:48.363Zinfo: running `cargo check --bins` on omicron-package (331/337)
50512026-08-22T02:39:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-22T02:39:48.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-22T02:39:49.084Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50542026-08-22T02:39:50.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
50552026-08-22T02:39:50.470Z
50562026-08-22T02:39:50.470Zinfo: running `cargo check --bins` on tqdb (332/337)
50572026-08-22T02:39:51.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-22T02:39:51.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-22T02:39:51.294Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50602026-08-22T02:39:51.681Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50612026-08-22T02:39:52.229Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50622026-08-22T02:39:52.233Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50632026-08-22T02:39:59.411Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50642026-08-22T02:39:59.414Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50652026-08-22T02:39:59.414Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50662026-08-22T02:40:00.080Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50672026-08-22T02:40:00.083Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50682026-08-22T02:40:00.083Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50692026-08-22T02:40:00.083Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50702026-08-22T02:40:00.914Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50712026-08-22T02:40:01.591Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50722026-08-22T02:40:01.843Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50732026-08-22T02:40:02.112Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50742026-08-22T02:40:03.040Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50752026-08-22T02:40:03.734Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50762026-08-22T02:40:09.068Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50772026-08-22T02:40:16.789Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50782026-08-22T02:40:16.789Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50792026-08-22T02:40:16.792Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50802026-08-22T02:40:16.792Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50812026-08-22T02:40:18.416Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50822026-08-22T02:40:19.769Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50832026-08-22T02:40:20.494Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50842026-08-22T02:40:21.865Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50852026-08-22T02:40:22.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.98s
50862026-08-22T02:40:22.655Z
50872026-08-22T02:40:22.655Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50882026-08-22T02:40:23.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50892026-08-22T02:40:23.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50902026-08-22T02:40:23.399Z Checking rtoolbox v0.0.3
50912026-08-22T02:40:23.399Z Checking tui-tree-widget v0.23.1
50922026-08-22T02:40:23.402Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50932026-08-22T02:40:23.537Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50942026-08-22T02:40:23.639Z Checking rpassword v7.5.4
50952026-08-22T02:40:26.633Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50962026-08-22T02:40:28.565Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50972026-08-22T02:40:29.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
50982026-08-22T02:40:29.730Z
50992026-08-22T02:40:29.731Zinfo: running `cargo check --bins` on wicket (334/337)
51002026-08-22T02:40:30.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51012026-08-22T02:40:30.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51022026-08-22T02:40:30.450Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51032026-08-22T02:40:30.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
51042026-08-22T02:40:31.023Z
51052026-08-22T02:40:31.023Zinfo: running `cargo check --bins` on wicketd (335/337)
51062026-08-22T02:40:31.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-22T02:40:31.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-22T02:40:31.743Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51092026-08-22T02:40:35.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
51102026-08-22T02:40:35.637Z
51112026-08-22T02:40:35.637Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51122026-08-22T02:40:36.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-22T02:40:36.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-22T02:40:36.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51152026-08-22T02:40:36.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
51162026-08-22T02:40:36.210Z
51172026-08-22T02:40:36.210Zinfo: running `cargo check --bins` on zone-setup (337/337)
51182026-08-22T02:40:36.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-22T02:40:36.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-22T02:40:36.892Z Checking uzers v0.12.2
51212026-08-22T02:40:37.168Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51222026-08-22T02:40:38.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
51232026-08-22T02:40:38.217Z
51242026-08-22T02:40:38.217Zreal 14:15.793708797
51252026-08-22T02:40:38.217Zuser 21:38.374883382
51262026-08-22T02:40:38.217Zsys 4:27.192240849
51272026-08-22T02:40:38.217Ztrap 0.334053312
51282026-08-22T02:40:38.217Ztflt 0.621533275
51292026-08-22T02:40:38.217Zdflt 0.895351059
51302026-08-22T02:40:38.217Zkflt 0.004347327
51312026-08-22T02:40:38.217Zlock 1:31:00.617055913
51322026-08-22T02:40:38.217Zslp 1:42:38.581150240
51332026-08-22T02:40:38.217Zlat 59.541319695
51342026-08-22T02:40:38.217Zstop 4:12.229757934
51352026-08-22T02:40:38.274Zprocess exited: duration 984923 ms, exit code 0
 
51362026-08-22T02:40:38.283Zfound 0 output files