01M0VX1GRH3FPJ49CRZV1M4DBP: 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: 01M0VX2JA664XRAA8BZS1J01QN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:26.593Zjob assigned to worker 01M0VX2SHYHG4E9EPK4TDW0EH2 [factory aws, i-0c7ab96a85796fcb9] (queued for 48 s)
 
22026-08-25T07:28:33.033Zstarting task 0: "setup"
32026-08-25T07:28:33.037Z++ uname -s
42026-08-25T07:28:33.040Z+ kern=SunOS
52026-08-25T07:28:33.040Z+ build_user=build
62026-08-25T07:28:33.040Z+ build_uid=12345
72026-08-25T07:28:33.040Z+ work_dir=/work
82026-08-25T07:28:33.040Z+ input_dir=/input
92026-08-25T07:28:33.040Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:33.040Z+ case "$kern" in
112026-08-25T07:28:33.040Z+ groupadd -g 12345 build
122026-08-25T07:28:33.044Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:35.046Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:35.114Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:35.117Z+ home_fs=zfs
162026-08-25T07:28:35.117Z+ [[ zfs == autofs ]]
172026-08-25T07:28:35.118Z+ mkdir -p /home/build
182026-08-25T07:28:35.118Z+ chown build:build /home/build /work
192026-08-25T07:28:37.118Z+ chmod 0700 /home/build /work
202026-08-25T07:28:37.121Zprocess exited: duration 4088 ms, exit code 0
 
212026-08-25T07:28:37.127Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:37.130Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:37.130Z * rust toolchain channel = "1.97.1"
242026-08-25T07:28:37.130Z * rust toolchain profile = "default"
252026-08-25T07:28:37.130Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T07:28:37.130Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T07:28:37.133Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:37.133Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:37.133Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:37.214Zinfo: downloading installer
312026-08-25T07:28:38.513Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:38.513Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:38.513Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:38.513Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:38.526Zinfo: profile set to default
362026-08-25T07:28:38.526Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:38.529Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:38.654Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:38.659Zinfo: downloading 6 components
402026-08-25T07:28:52.877Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T07:28:52.877Z
422026-08-25T07:28:52.909Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:28:52.909Z
442026-08-25T07:28:52.910Z
452026-08-25T07:28:52.910ZRust is installed now. Great!
462026-08-25T07:28:52.910Z
472026-08-25T07:28:52.910ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:28:52.910Zenvironment variable. This has not been done automatically.
492026-08-25T07:28:52.910Z
502026-08-25T07:28:52.910ZTo configure your current shell, you need to source
512026-08-25T07:28:52.910Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:28:52.910Z
532026-08-25T07:28:52.910ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:28:52.910Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:28:52.910Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:28:52.910Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:28:52.910Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:28:52.910Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:28:52.910Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:28:52.910Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:28:52.911Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:28:52.911Z+ rustup --version
632026-08-25T07:28:52.911Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:28:52.911Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:28:52.911Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:28:52.911Z+ cargo --version
672026-08-25T07:28:52.911Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:28:52.911Z+ rustc --version
692026-08-25T07:28:52.911Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:28:52.911Zprocess exited: duration 15421 ms, exit code 0
 
712026-08-25T07:28:52.931Zstarting task 2: "authentication"
722026-08-25T07:28:52.961ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T07:28:54.969Zprocess exited: duration 2034 ms, exit code 0
 
742026-08-25T07:28:54.988Zstarting task 3: "clone repository"
752026-08-25T07:28:54.999Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-25T07:28:55.000Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-25T07:28:55.027ZCloning into '/work/oxidecomputer/omicron'...
782026-08-25T07:29:07.036Z+ cd /work/oxidecomputer/omicron
792026-08-25T07:29:07.036Z+ git fetch origin 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
802026-08-25T07:29:07.356ZFrom https://github.com/oxidecomputer/omicron
812026-08-25T07:29:07.356Z * branch 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e -> FETCH_HEAD
822026-08-25T07:29:07.376Z+ [[ -n multicast-e2e ]]
832026-08-25T07:29:07.382Z++ git branch --show-current
842026-08-25T07:29:07.382Z+ current=main
852026-08-25T07:29:07.382Z+ [[ main != multicast-e2e ]]
862026-08-25T07:29:07.382Z+ git branch -f multicast-e2e 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
872026-08-25T07:29:07.390Z+ git checkout -f multicast-e2e
882026-08-25T07:29:07.642ZSwitched to branch 'multicast-e2e'
892026-08-25T07:29:07.672Z+ git reset --hard 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
902026-08-25T07:29:07.682ZHEAD is now at 8d0eb63da [merge] merge main
912026-08-25T07:29:07.685Zprocess exited: duration 12702 ms, exit code 0
 
922026-08-25T07:29:07.693Zstarting task 4: "build"
932026-08-25T07:29:07.701Z+ source .github/buildomat/ci-env.sh
942026-08-25T07:29:07.702Z++ export CARGO_TERM_COLOR=always
952026-08-25T07:29:07.702Z++ CARGO_TERM_COLOR=always
962026-08-25T07:29:07.702Z+++ uname -s
972026-08-25T07:29:07.702Z++ [[ SunOS == \S\u\n\O\S ]]
982026-08-25T07:29:07.702Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-08-25T07:29:07.708Z+ cargo --version
1002026-08-25T07:29:07.713Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-25T07:29:07.713Z+ rustc --version
1022026-08-25T07:29:07.732Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-25T07:29:07.736Z+ source ./env.sh
1042026-08-25T07:29:07.736Z++ OLD_SHELL_OPTS=ehxB
1052026-08-25T07:29:07.736Z++ set -o xtrace
1062026-08-25T07:29:07.736Z++++ dirname ./env.sh
1072026-08-25T07:29:07.744Z+++ readlink -f .
1082026-08-25T07:29:07.744Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-08-25T07:29:07.744Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-25T07:29:07.744Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-25T07:29:07.744Z++ 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
1122026-08-25T07:29:07.744Z++ 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
1132026-08-25T07:29:07.744Z++ 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
1142026-08-25T07:29:07.744Z++ 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
1152026-08-25T07:29:07.745Z++ 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
1162026-08-25T07:29:07.745Z++ 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
1172026-08-25T07:29:07.745Z++ 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
1182026-08-25T07:29:07.745Z++ 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
1192026-08-25T07:29:07.745Z++ case $OLD_SHELL_OPTS in
1202026-08-25T07:29:07.745Z++ unset OLD_SHELL_OPTS OMICRON_WS
1212026-08-25T07:29:07.745Z+ 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
1222026-08-25T07:29:07.745Z+ 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
1232026-08-25T07:29:07.745Z+ banner prerequisites
1242026-08-25T07:29:07.745Z
1252026-08-25T07:29:07.745Z ##### ##### ###### ##### ###### #### # # # #### #
1262026-08-25T07:29:07.745Z # # # # # # # # # # # # # # #
1272026-08-25T07:29:07.745Z # # # # ##### # # ##### # # # # # #### #
1282026-08-25T07:29:07.745Z ##### ##### # ##### # # # # # # # # #
1292026-08-25T07:29:07.745Z # # # # # # # # # # # # # # #
1302026-08-25T07:29:07.745Z # # # ###### # # ###### ### # #### # #### #
1312026-08-25T07:29:07.745Z
1322026-08-25T07:29:07.746Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1332026-08-25T07:29:09.615Z Startup: Refreshing catalog 'helios' ... Done
1342026-08-25T07:29:09.998Z Startup: Caching catalogs ... Done
1352026-08-25T07:29:12.541ZPlanning: Solver setup ... Done (2.078s)
1362026-08-25T07:29:12.569ZPlanning: Running solver ... Done (0.061s)
1372026-08-25T07:29:12.569ZPlanning: Finding local manifests ... Done (0.003s)
1382026-08-25T07:29:12.569ZPlanning: Fetching manifests: 0/2 0% complete
1392026-08-25T07:29:12.570ZPlanning: Fetching manifests: 2/2 100% complete
1402026-08-25T07:29:12.570ZPlanning: Package planning ... Done (0.013s)
1412026-08-25T07:29:12.570ZPlanning: Merging actions ... Done (0.001s)
1422026-08-25T07:29:12.630ZPlanning: Checking for conflicting actions ... Done (0.222s)
1432026-08-25T07:29:12.630ZPlanning: Consolidating action changes ... Done (0.001s)
1442026-08-25T07:29:13.312ZPlanning: Evaluating mediators ... Done (0.730s)
1452026-08-25T07:29:13.317ZPlanning: Planning completed in 3.27 seconds
1462026-08-25T07:29:13.317Z Packages to install: 2
1472026-08-25T07:29:13.317Z Estimated space available: 156.01 GB
1482026-08-25T07:29:13.317ZEstimated space to be consumed: 80.56 MB
1492026-08-25T07:29:13.317Z Create boot environment: No
1502026-08-25T07:29:13.317ZCreate backup boot environment: No
1512026-08-25T07:29:13.317Z Rebuild boot archive: No
1522026-08-25T07:29:13.317Z
1532026-08-25T07:29:13.317ZChanged packages:
1542026-08-25T07:29:13.317Zhelios
1552026-08-25T07:29:13.317Z developer/build-essential
1562026-08-25T07:29:13.317Z None -> 11-3.0
1572026-08-25T07:29:13.317Z library/libxmlsec1
1582026-08-25T07:29:13.318Z None -> 1.2.35-3.0
1592026-08-25T07:29:13.357Z
1602026-08-25T07:29:13.357ZDownload: 0/214 items 0.0/1.3MB 0% complete
1612026-08-25T07:29:13.418ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1622026-08-25T07:29:13.489Z Actions: 1/268 actions (Installing new actions)
1632026-08-25T07:29:13.532Z Actions: Completed 268 actions in 0.04 seconds.
1642026-08-25T07:29:13.561ZFinalize: Updating package state database ... Done (0.035s)
1652026-08-25T07:29:13.561ZFinalize: Updating package cache ... Done (0.000s)
1662026-08-25T07:29:13.654ZFinalize: Updating image state ... Done (0.090s)
1672026-08-25T07:29:16.113ZFinalize: Creating fast lookup database ... Done (2.402s)
1682026-08-25T07:29:16.186ZFinalize: Reading search index ... Done (0.012s)
1692026-08-25T07:29:16.196ZFinalize: Updating search index ... Done (0.000s)
1702026-08-25T07:29:16.270ZFinalize: Updating package cache ... Done (0.000s)
1712026-08-25T07:29:16.637ZPlanning: Evaluating mediator changes ... Done
1722026-08-25T07:29:16.747ZPlanning: Checking for conflicting actions ... Done
1732026-08-25T07:29:16.759ZPlanning: Consolidating action changes ... Done
1742026-08-25T07:29:16.902ZPlanning: Evaluating mediators ... Done
1752026-08-25T07:29:16.917ZPlanning: Planning completed in 0.26 seconds
1762026-08-25T07:29:16.926Z Mediators to change: 2
1772026-08-25T07:29:16.926Z Create boot environment: No
1782026-08-25T07:29:16.932ZCreate backup boot environment: No
1792026-08-25T07:29:16.979ZFinalize: Updating package state database ... Done
1802026-08-25T07:29:16.989ZFinalize: Updating package cache ... Done
1812026-08-25T07:29:17.028ZFinalize: Updating image state ... Done
1822026-08-25T07:29:18.978ZFinalize: Creating fast lookup database ... Done
1832026-08-25T07:29:19.035ZFinalize: Reading search index ... Done
1842026-08-25T07:29:19.045ZFinalize: Updating search index ... Done
1852026-08-25T07:29:19.113ZFinalize: Updating package cache ... Done
1862026-08-25T07:29:19.399ZPlanning: Evaluating mediator changes ... Done
1872026-08-25T07:29:19.499ZPlanning: Checking for conflicting actions ... Done
1882026-08-25T07:29:19.508ZPlanning: Consolidating action changes ... Done
1892026-08-25T07:29:19.682ZPlanning: Evaluating mediators ... Done
1902026-08-25T07:29:19.688ZPlanning: Planning completed in 0.27 seconds
1912026-08-25T07:29:19.688Z Mediators to change: 1
1922026-08-25T07:29:19.688Z Create boot environment: No
1932026-08-25T07:29:19.688ZCreate backup boot environment: No
1942026-08-25T07:29:19.721ZFinalize: Updating package state database ... Done
1952026-08-25T07:29:19.721ZFinalize: Updating package cache ... Done
1962026-08-25T07:29:19.776ZFinalize: Updating image state ... Done
1972026-08-25T07:29:21.715ZFinalize: Creating fast lookup database ... Done
1982026-08-25T07:29:21.793ZFinalize: Reading search index ... Done
1992026-08-25T07:29:21.800ZFinalize: Updating search index ... Done
2002026-08-25T07:29:21.851ZFinalize: Updating package cache ... Done
2012026-08-25T07:29:22.160ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-08-25T07:29:22.160Zapache system 2.4 system
2032026-08-25T07:29:22.160Zclang system 15 system
2042026-08-25T07:29:22.160Zcsh system system illumos
2052026-08-25T07:29:22.160Zctags system system illumos
2062026-08-25T07:29:22.160Zfile vendor vendor darwinsys
2072026-08-25T07:29:22.160Zfile system system illumos
2082026-08-25T07:29:22.160Zgcc vendor 14 vendor
2092026-08-25T07:29:22.160Zgcc system 13 system
2102026-08-25T07:29:22.160Zgcc system 10 system
2112026-08-25T07:29:22.160Zgo system 1.25 system
2122026-08-25T07:29:22.160Zllvm system 15 system
2132026-08-25T07:29:22.160Zmariadb system 11.4 system
2142026-08-25T07:29:22.160Zmta vendor vendor dma
2152026-08-25T07:29:22.160Zopenjdk system 17 system
2162026-08-25T07:29:22.160Zopenjdk system 11 system
2172026-08-25T07:29:22.160Zopenssl vendor 3 vendor
2182026-08-25T07:29:22.160Zperl system 5.40 system
2192026-08-25T07:29:22.160Zpostgresql system 18 system
2202026-08-25T07:29:22.160Zpostgresql system 17 system
2212026-08-25T07:29:22.160Zpython vendor 3 vendor
2222026-08-25T07:29:22.160Zpython system 2 system
2232026-08-25T07:29:22.161Zpython3 vendor 3.13 vendor
2242026-08-25T07:29:22.161Zruby system 3.4 system
2252026-08-25T07:29:22.161Zruby system 3.0 system
2262026-08-25T07:29:22.161Zwords vendor vendor american-english
2272026-08-25T07:29:22.161Zwords system system australian-english
2282026-08-25T07:29:22.161Zwords system system british-english
2292026-08-25T07:29:22.161Zwords system system canadian-english
2302026-08-25T07:29:22.161Zwords system system french
2312026-08-25T07:29:22.161Zwords system system italian
2322026-08-25T07:29:22.161Zwords system system ngerman
2332026-08-25T07:29:22.161Zwords system system ogerman
2342026-08-25T07:29:22.161Zwords system system spanish
2352026-08-25T07:29:22.410ZPUBLISHER TYPE STATUS P LOCATION
2362026-08-25T07:29:22.410Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-08-25T07:29:23.980ZFMRI IFO
2382026-08-25T07:29:23.980Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-08-25T07:29:23.980Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-08-25T07:29:23.980Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-08-25T07:29:23.980Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-08-25T07:29:23.980Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-08-25T07:29:23.980Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-08-25T07:29:23.980Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-08-25T07:29:23.980Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-08-25T07:29:23.980Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-08-25T07:29:24.020Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-08-25T07:29:24.020Z Updating crates.io index
2492026-08-25T07:29:24.020Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-08-25T07:29:24.020Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-08-25T07:29:24.237Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-25T07:29:25.329Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-25T07:29:25.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-25T07:29:27.849Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-25T07:29:28.763Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-25T07:29:29.065Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-25T07:29:29.522Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-25T07:29:30.784Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-25T07:29:31.143Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-25T07:29:31.490Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-25T07:29:32.040Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-25T07:29:32.299Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-25T07:29:32.571Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-25T07:29:32.877Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-25T07:29:33.153Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-25T07:29:33.496Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-25T07:29:33.983Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-25T07:29:34.357Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2692026-08-25T07:29:34.631Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-08-25T07:29:35.199Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-08-25T07:29:35.519Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-08-25T07:29:36.033Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2732026-08-25T07:29:36.362Z Updating git repository `https://github.com/oxidecomputer/erebor`
2742026-08-25T07:29:36.681Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2752026-08-25T07:29:37.106Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2762026-08-25T07:29:37.654Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2772026-08-25T07:29:38.044Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2782026-08-25T07:29:38.418Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792026-08-25T07:29:38.690Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-08-25T07:29:39.034Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2812026-08-25T07:29:39.407Z Updating git repository `https://github.com/oxidecomputer/tough`
2822026-08-25T07:29:39.989Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832026-08-25T07:29:40.559Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2842026-08-25T07:29:40.844Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-25T07:29:41.173Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-25T07:29:41.494Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-25T07:29:41.792Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-25T07:29:42.056Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-25T07:29:42.399Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-25T07:29:42.719Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-25T07:29:43.007Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-08-25T07:29:45.688Z Downloading crates ...
2932026-08-25T07:29:45.740Z Downloaded dtrace-parser v0.2.0
2942026-08-25T07:29:45.747Z Downloaded digest v0.10.7
2952026-08-25T07:29:45.751Z Downloaded anstream v1.0.0
2962026-08-25T07:29:45.751Z Downloaded clap_lex v1.0.0
2972026-08-25T07:29:45.754Z Downloaded dof v0.3.0
2982026-08-25T07:29:45.754Z Downloaded errno v0.3.14
2992026-08-25T07:29:45.757Z Downloaded fastrand v2.3.0
3002026-08-25T07:29:45.757Z Downloaded heck v0.5.0
3012026-08-25T07:29:45.760Z Downloaded cpufeatures v0.2.17
3022026-08-25T07:29:45.760Z Downloaded fnv v1.0.7
3032026-08-25T07:29:45.763Z Downloaded block-buffer v0.10.4
3042026-08-25T07:29:45.763Z Downloaded zmij v1.0.21
3052026-08-25T07:29:45.768Z Downloaded anstyle-query v1.1.5
3062026-08-25T07:29:45.769Z Downloaded generic-array v0.14.7
3072026-08-25T07:29:45.772Z Downloaded crypto-common v0.1.7
3082026-08-25T07:29:45.772Z Downloaded colorchoice v1.0.4
3092026-08-25T07:29:45.772Z Downloaded equivalent v1.0.2
3102026-08-25T07:29:45.775Z Downloaded cfg-if v1.0.4
3112026-08-25T07:29:45.779Z Downloaded is_terminal_polyfill v1.70.2
3122026-08-25T07:29:45.779Z Downloaded macaddr v1.0.1
3132026-08-25T07:29:45.779Z Downloaded winnow v0.7.14
3142026-08-25T07:29:45.783Z Downloaded zerocopy-derive v0.7.35
3152026-08-25T07:29:45.786Z Downloaded memmap v0.7.0
3162026-08-25T07:29:45.786Z Downloaded heck v0.4.1
3172026-08-25T07:29:45.786Z Downloaded zerocopy v0.7.35
3182026-08-25T07:29:45.794Z Downloaded itoa v1.0.17
3192026-08-25T07:29:45.797Z Downloaded cargo_metadata v0.23.1
3202026-08-25T07:29:45.797Z Downloaded bitflags v2.11.0
3212026-08-25T07:29:45.801Z Downloaded strsim v0.11.1
3222026-08-25T07:29:45.804Z Downloaded unicode-linebreak v0.1.5
3232026-08-25T07:29:45.807Z Downloaded proc-macro-error-attr v1.0.4
3242026-08-25T07:29:45.811Z Downloaded plain v0.2.3
3252026-08-25T07:29:45.815Z Downloaded tabled_derive v0.7.0
3262026-08-25T07:29:45.818Z Downloaded terminal_size v0.4.3
3272026-08-25T07:29:45.822Z Downloaded cargo-platform v0.3.2
3282026-08-25T07:29:45.822Z Downloaded smawk v0.3.2
3292026-08-25T07:29:45.822Z Downloaded swrite v0.1.0
3302026-08-25T07:29:45.822Z Downloaded utf8parse v0.2.2
3312026-08-25T07:29:45.822Z Downloaded version_check v0.9.5
3322026-08-25T07:29:45.825Z Downloaded toml_datetime v0.6.11
3332026-08-25T07:29:45.829Z Downloaded thread-id v4.2.2
3342026-08-25T07:29:45.829Z Downloaded scroll_derive v0.12.1
3352026-08-25T07:29:45.829Z Downloaded toml_write v0.1.2
3362026-08-25T07:29:45.835Z Downloaded serde_spanned v0.6.9
3372026-08-25T07:29:45.838Z Downloaded anstyle-parse v1.0.0
3382026-08-25T07:29:45.838Z Downloaded anstyle v1.0.14
3392026-08-25T07:29:45.842Z Downloaded bytecount v0.6.9
3402026-08-25T07:29:45.842Z Downloaded fs-err v3.3.0
3412026-08-25T07:29:45.845Z Downloaded byteorder v1.5.0
3422026-08-25T07:29:45.846Z Downloaded camino-tempfile v1.4.1
3432026-08-25T07:29:45.851Z Downloaded autocfg v1.5.0
3442026-08-25T07:29:45.854Z Downloaded usdt-macro v0.5.0
3452026-08-25T07:29:45.862Z Downloaded pretty-hex v0.4.1
3462026-08-25T07:29:45.865Z Downloaded proc-macro-error v1.0.4
3472026-08-25T07:29:45.865Z Downloaded usdt-attr-macro v0.5.0
3482026-08-25T07:29:45.865Z Downloaded cargo_toml v0.21.0
3492026-08-25T07:29:45.872Z Downloaded thiserror v2.0.18
3502026-08-25T07:29:45.876Z Downloaded scroll v0.12.0
3512026-08-25T07:29:45.879Z Downloaded thiserror-impl v2.0.18
3522026-08-25T07:29:45.884Z Downloaded quote v1.0.45
3532026-08-25T07:29:45.885Z Downloaded serde_tokenstream v0.2.3
3542026-08-25T07:29:45.885Z Downloaded once_cell v1.21.3
3552026-08-25T07:29:45.888Z Downloaded usdt-impl v0.5.0
3562026-08-25T07:29:45.891Z Downloaded anyhow v1.0.104
3572026-08-25T07:29:45.891Z Downloaded clap_derive v4.6.1
3582026-08-25T07:29:45.896Z Downloaded usdt v0.5.0
3592026-08-25T07:29:45.899Z Downloaded sha2 v0.10.9
3602026-08-25T07:29:45.904Z Downloaded thiserror-impl v1.0.69
3612026-08-25T07:29:45.908Z Downloaded camino v1.2.5
3622026-08-25T07:29:45.908Z Downloaded semver v1.0.28
3632026-08-25T07:29:45.908Z Downloaded toml v0.8.23
3642026-08-25T07:29:45.913Z Downloaded pest_generator v2.8.6
3652026-08-25T07:29:45.917Z Downloaded tempfile v3.27.0
3662026-08-25T07:29:45.922Z Downloaded log v0.4.33
3672026-08-25T07:29:45.927Z Downloaded thiserror v1.0.69
3682026-08-25T07:29:45.930Z Downloaded pest_derive v2.8.6
3692026-08-25T07:29:45.930Z Downloaded pest_meta v2.8.6
3702026-08-25T07:29:45.940Z Downloaded proc-macro2 v1.0.106
3712026-08-25T07:29:45.943Z Downloaded ucd-trie v0.1.7
3722026-08-25T07:29:45.944Z Downloaded serde_derive v1.0.229
3732026-08-25T07:29:45.948Z Downloaded papergrid v0.11.0
3742026-08-25T07:29:45.952Z Downloaded clap v4.6.1
3752026-08-25T07:29:45.955Z Downloaded getrandom v0.4.3
3762026-08-25T07:29:45.959Z Downloaded textwrap v0.16.2
3772026-08-25T07:29:45.963Z Downloaded unicode-ident v1.0.24
3782026-08-25T07:29:45.966Z Downloaded serde_core v1.0.229
3792026-08-25T07:29:45.985Z Downloaded memchr v2.8.0
3802026-08-25T07:29:45.988Z Downloaded toml_edit v0.22.27
3812026-08-25T07:29:45.993Z Downloaded serde v1.0.229
3822026-08-25T07:29:45.996Z Downloaded indexmap v2.14.0
3832026-08-25T07:29:46.011Z Downloaded pest v2.8.6
3842026-08-25T07:29:46.029Z Downloaded typenum v1.20.1
3852026-08-25T07:29:46.033Z Downloaded hashbrown v0.17.0
3862026-08-25T07:29:46.047Z Downloaded clap_builder v4.6.0
3872026-08-25T07:29:46.056Z Downloaded serde_json v1.0.151
3882026-08-25T07:29:46.074Z Downloaded goblin v0.8.2
3892026-08-25T07:29:46.082Z Downloaded tabled v0.15.0
3902026-08-25T07:29:46.090Z Downloaded syn v1.0.109
3912026-08-25T07:29:46.102Z Downloaded unicode-width v0.1.14
3922026-08-25T07:29:46.107Z Downloaded unicode-width v0.2.0
3932026-08-25T07:29:46.113Z Downloaded syn v2.0.117
3942026-08-25T07:29:46.126Z Downloaded syn v3.0.3
3952026-08-25T07:29:46.134Z Downloaded rustix v1.1.4
3962026-08-25T07:29:46.160Z Downloaded libc v0.2.185
3972026-08-25T07:29:46.222Z Compiling proc-macro2 v1.0.106
3982026-08-25T07:29:46.223Z Compiling unicode-ident v1.0.24
3992026-08-25T07:29:46.223Z Compiling quote v1.0.45
4002026-08-25T07:29:46.223Z Compiling serde_core v1.0.229
4012026-08-25T07:29:46.226Z Compiling libc v0.2.185
4022026-08-25T07:29:46.226Z Compiling version_check v0.9.5
4032026-08-25T07:29:46.227Z Compiling memchr v2.8.0
4042026-08-25T07:29:46.227Z Compiling serde v1.0.229
4052026-08-25T07:29:46.574Z Compiling zmij v1.0.21
4062026-08-25T07:29:46.722Z Compiling thiserror v1.0.69
4072026-08-25T07:29:46.790Z Compiling itoa v1.0.17
4082026-08-25T07:29:47.028Z Compiling ucd-trie v0.1.7
4092026-08-25T07:29:47.206Z Compiling pest v2.8.6
4102026-08-25T07:29:47.232Z Compiling byteorder v1.5.0
4112026-08-25T07:29:47.232Z Compiling rustix v1.1.4
4122026-08-25T07:29:47.298Z Compiling errno v0.3.14
4132026-08-25T07:29:47.457Z Compiling bitflags v2.11.0
4142026-08-25T07:29:47.489Z Compiling serde_json v1.0.151
4152026-08-25T07:29:47.677Z Compiling syn v2.0.117
4162026-08-25T07:29:47.700Z Compiling syn v3.0.3
4172026-08-25T07:29:47.780Z Compiling thread-id v4.2.2
4182026-08-25T07:29:47.864Z Compiling usdt-impl v0.5.0
4192026-08-25T07:29:47.969Z Compiling proc-macro-error-attr v1.0.4
4202026-08-25T07:29:48.084Z Compiling syn v1.0.109
4212026-08-25T07:29:48.155Z Compiling camino v1.2.5
4222026-08-25T07:29:48.379Z Compiling pest_meta v2.8.6
4232026-08-25T07:29:48.555Z Compiling proc-macro-error v1.0.4
4242026-08-25T07:29:48.738Z Compiling utf8parse v0.2.2
4252026-08-25T07:29:48.771Z Compiling equivalent v1.0.2
4262026-08-25T07:29:48.854Z Compiling plain v0.2.3
4272026-08-25T07:29:48.874Z Compiling hashbrown v0.17.0
4282026-08-25T07:29:48.963Z Compiling log v0.4.33
4292026-08-25T07:29:49.054Z Compiling getrandom v0.4.3
4302026-08-25T07:29:49.150Z Compiling anstyle-parse v1.0.0
4312026-08-25T07:29:49.421Z Compiling indexmap v2.14.0
4322026-08-25T07:29:49.439Z Compiling terminal_size v0.4.3
4332026-08-25T07:29:49.796Z Compiling serde_derive v1.0.229
4342026-08-25T07:29:49.914Z Compiling pest_generator v2.8.6
4352026-08-25T07:29:49.970Z Compiling thiserror v2.0.18
4362026-08-25T07:29:49.986Z Compiling is_terminal_polyfill v1.70.2
4372026-08-25T07:29:50.029Z Compiling pretty-hex v0.4.1
4382026-08-25T07:29:50.052Z Compiling toml_write v0.1.2
4392026-08-25T07:29:50.085Z Compiling colorchoice v1.0.4
4402026-08-25T07:29:50.171Z Compiling cfg-if v1.0.4
4412026-08-25T07:29:50.207Z Compiling winnow v0.7.14
4422026-08-25T07:29:50.251Z Compiling autocfg v1.5.0
4432026-08-25T07:29:50.265Z Compiling anstyle v1.0.14
4442026-08-25T07:29:50.295Z Compiling anstyle-query v1.1.5
4452026-08-25T07:29:50.491Z Compiling anstream v1.0.0
4462026-08-25T07:29:50.667Z Compiling fs-err v3.3.0
4472026-08-25T07:29:50.769Z Compiling fastrand v2.3.0
4482026-08-25T07:29:50.801Z Compiling heck v0.4.1
4492026-08-25T07:29:50.856Z Compiling bytecount v0.6.9
4502026-08-25T07:29:51.004Z Compiling heck v0.5.0
4512026-08-25T07:29:51.033Z Compiling once_cell v1.21.3
4522026-08-25T07:29:51.036Z Compiling clap_lex v1.0.0
4532026-08-25T07:29:51.050Z Compiling unicode-width v0.1.14
4542026-08-25T07:29:51.238Z Compiling anyhow v1.0.104
4552026-08-25T07:29:51.261Z Compiling strsim v0.11.1
4562026-08-25T07:29:51.282Z Compiling fnv v1.0.7
4572026-08-25T07:29:51.339Z Compiling tempfile v3.27.0
4582026-08-25T07:29:51.393Z Compiling papergrid v0.11.0
4592026-08-25T07:29:51.529Z Compiling thiserror-impl v1.0.69
4602026-08-25T07:29:51.548Z Compiling zerocopy-derive v0.7.35
4612026-08-25T07:29:51.599Z Compiling pest_derive v2.8.6
4622026-08-25T07:29:51.623Z Compiling scroll_derive v0.12.1
4632026-08-25T07:29:51.686Z Compiling thiserror-impl v2.0.18
4642026-08-25T07:29:51.708Z Compiling tabled_derive v0.7.0
4652026-08-25T07:29:52.296Z Compiling clap_derive v4.6.1
4662026-08-25T07:29:52.320Z Compiling scroll v0.12.0
4672026-08-25T07:29:52.459Z Compiling zerocopy v0.7.35
4682026-08-25T07:29:52.600Z Compiling goblin v0.8.2
4692026-08-25T07:29:52.863Z Compiling clap_builder v4.6.0
4702026-08-25T07:29:52.917Z Compiling dtrace-parser v0.2.0
4712026-08-25T07:29:53.120Z Compiling dof v0.3.0
4722026-08-25T07:29:53.162Z Compiling serde_tokenstream v0.2.3
4732026-08-25T07:29:53.183Z Compiling serde_spanned v0.6.9
4742026-08-25T07:29:53.198Z Compiling toml_datetime v0.6.11
4752026-08-25T07:29:53.328Z Compiling semver v1.0.28
4762026-08-25T07:29:53.481Z Compiling toml_edit v0.22.27
4772026-08-25T07:29:53.507Z Compiling cargo-platform v0.3.2
4782026-08-25T07:29:53.651Z Compiling memmap v0.7.0
4792026-08-25T07:29:53.669Z Compiling unicode-linebreak v0.1.5
4802026-08-25T07:29:53.783Z Compiling smawk v0.3.2
4812026-08-25T07:29:53.842Z Compiling unicode-width v0.2.0
4822026-08-25T07:29:53.937Z Compiling cargo_metadata v0.23.1
4832026-08-25T07:29:54.054Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-25T07:29:54.080Z Compiling usdt-attr-macro v0.5.0
4852026-08-25T07:29:54.117Z Compiling usdt-macro v0.5.0
4862026-08-25T07:29:54.233Z Compiling textwrap v0.16.2
4872026-08-25T07:29:54.479Z Compiling clap v4.6.1
4882026-08-25T07:29:54.579Z Compiling macaddr v1.0.1
4892026-08-25T07:29:54.704Z Compiling tabled v0.15.0
4902026-08-25T07:29:54.738Z Compiling camino-tempfile v1.4.1
4912026-08-25T07:29:54.799Z Compiling swrite v0.1.0
4922026-08-25T07:29:54.977Z Compiling toml v0.8.23
4932026-08-25T07:29:55.335Z Compiling cargo_toml v0.21.0
4942026-08-25T07:29:55.644Z Compiling usdt v0.5.0
4952026-08-25T07:29:56.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962026-08-25T07:29:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s
4972026-08-25T07:29:58.974Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4982026-08-25T07:29:59.483Z Downloading crates ...
4992026-08-25T07:29:59.522Z Downloaded aead v0.5.2
5002026-08-25T07:29:59.527Z Downloaded atomic-waker v1.1.2
5012026-08-25T07:29:59.539Z Downloaded adler2 v2.0.1
5022026-08-25T07:29:59.555Z Downloaded bit-set v0.8.0
5032026-08-25T07:29:59.558Z Downloaded array-init v0.0.4
5042026-08-25T07:29:59.558Z Downloaded async-recursion v1.1.1
5052026-08-25T07:29:59.574Z Downloaded atomicwrites v0.4.4
5062026-08-25T07:29:59.574Z Downloaded atty v0.2.14
5072026-08-25T07:29:59.574Z Downloaded bitfield-struct v0.6.2
5082026-08-25T07:29:59.574Z Downloaded const-oid v0.10.2
5092026-08-25T07:29:59.574Z Downloaded env_filter v2.0.0
5102026-08-25T07:29:59.574Z Downloaded fallible-iterator v0.2.0
5112026-08-25T07:29:59.574Z Downloaded ghash v0.6.0
5122026-08-25T07:29:59.574Z Downloaded cfg_aliases v0.1.1
5132026-08-25T07:29:59.574Z Downloaded git-stub-vcs v0.1.0
5142026-08-25T07:29:59.574Z Downloaded hash32 v0.3.1
5152026-08-25T07:29:59.575Z Downloaded foldhash v0.1.5
5162026-08-25T07:29:59.575Z Downloaded bitfield-macros v0.19.4
5172026-08-25T07:29:59.575Z Downloaded ascii-canvas v3.0.0
5182026-08-25T07:29:59.602Z Downloaded fs-err v2.11.0
5192026-08-25T07:29:59.602Z Downloaded base16ct v0.2.0
5202026-08-25T07:29:59.602Z Downloaded futures-macro v0.3.32
5212026-08-25T07:29:59.602Z Downloaded hashbrown v0.13.2
5222026-08-25T07:29:59.602Z Downloaded bitfield v0.19.4
5232026-08-25T07:29:59.603Z Downloaded foreign-types v0.3.2
5242026-08-25T07:29:59.603Z Downloaded foreign-types-shared v0.3.1
5252026-08-25T07:29:59.603Z Downloaded form_urlencoded v1.2.2
5262026-08-25T07:29:59.603Z Downloaded futures-task v0.3.32
5272026-08-25T07:29:59.603Z Downloaded fixedbitset v0.4.2
5282026-08-25T07:29:59.603Z Downloaded flagset v0.4.7
5292026-08-25T07:29:59.632Z Downloaded base16ct v1.0.0
5302026-08-25T07:29:59.632Z Downloaded home v0.5.12
5312026-08-25T07:29:59.632Z Downloaded futures-core v0.3.32
5322026-08-25T07:29:59.632Z Downloaded gethostname v0.5.0
5332026-08-25T07:29:59.632Z Downloaded async-stream v0.3.6
5342026-08-25T07:29:59.632Z Downloaded async-stream-impl v0.3.6
5352026-08-25T07:29:59.632Z Downloaded bcrypt-pbkdf v0.11.0
5362026-08-25T07:29:59.632Z Downloaded foreign-types-macros v0.2.3
5372026-08-25T07:29:59.632Z Downloaded hex v0.4.3
5382026-08-25T07:29:59.632Z Downloaded fd-lock v4.0.4
5392026-08-25T07:29:59.632Z Downloaded foreign-types v0.5.0
5402026-08-25T07:29:59.632Z Downloaded fxhash v0.2.1
5412026-08-25T07:29:59.632Z Downloaded glob v0.3.3
5422026-08-25T07:29:59.632Z Downloaded ciborium-ll v0.2.2
5432026-08-25T07:29:59.632Z Downloaded bb8 v0.8.6
5442026-08-25T07:29:59.632Z Downloaded funty v2.0.0
5452026-08-25T07:29:59.633Z Downloaded futures-io v0.3.32
5462026-08-25T07:29:59.633Z Downloaded arrayref v0.3.9
5472026-08-25T07:29:59.633Z Downloaded fixedbitset v0.5.7
5482026-08-25T07:29:59.633Z Downloaded backtrace-ext v0.2.1
5492026-08-25T07:29:59.633Z Downloaded hickory-resolver v0.24.4
5502026-08-25T07:29:59.633Z Downloaded foldhash v0.2.0
5512026-08-25T07:29:59.633Z Downloaded foreign-types-shared v0.1.1
5522026-08-25T07:29:59.663Z Downloaded async-trait v0.1.89
5532026-08-25T07:29:59.663Z Downloaded erased-serde v0.3.31
5542026-08-25T07:29:59.663Z Downloaded futures-sink v0.3.32
5552026-08-25T07:29:59.663Z Downloaded globset v0.4.18
5562026-08-25T07:29:59.663Z Downloaded fs_extra v1.3.0
5572026-08-25T07:29:59.663Z Downloaded float-cmp v0.10.0
5582026-08-25T07:29:59.663Z Downloaded bit-vec v0.6.3
5592026-08-25T07:29:59.663Z Downloaded cipher v0.4.4
5602026-08-25T07:29:59.663Z Downloaded cmov v0.5.4
5612026-08-25T07:29:59.663Z Downloaded blowfish v0.10.0
5622026-08-25T07:29:59.663Z Downloaded globwalk v0.9.1
5632026-08-25T07:29:59.663Z Downloaded hyper-tls v0.6.0
5642026-08-25T07:29:59.663Z Downloaded anstream v0.6.21
5652026-08-25T07:29:59.664Z Downloaded argon2 v0.5.3
5662026-08-25T07:29:59.664Z Downloaded cbc v0.2.1
5672026-08-25T07:29:59.664Z Downloaded float-ord v0.3.2
5682026-08-25T07:29:59.664Z Downloaded assert_matches v1.5.0
5692026-08-25T07:29:59.664Z Downloaded http-body v1.0.1
5702026-08-25T07:29:59.664Z Downloaded compression-core v0.4.31
5712026-08-25T07:29:59.664Z Downloaded http-range v0.1.5
5722026-08-25T07:29:59.664Z Downloaded cfg_aliases v0.2.1
5732026-08-25T07:29:59.664Z Downloaded cobs v0.3.0
5742026-08-25T07:29:59.664Z Downloaded backon v1.6.0
5752026-08-25T07:29:59.664Z Downloaded futures-channel v0.3.32
5762026-08-25T07:29:59.664Z Downloaded ff v0.13.1
5772026-08-25T07:29:59.664Z Downloaded ff v0.14.0
5782026-08-25T07:29:59.664Z Downloaded cmake v0.1.57
5792026-08-25T07:29:59.664Z Downloaded oxide-generation-macros v0.2.0
5802026-08-25T07:29:59.683Z Downloaded headers-core v0.3.0
5812026-08-25T07:29:59.683Z Downloaded hubpack v0.1.2
5822026-08-25T07:29:59.684Z Downloaded ciborium-io v0.2.2
5832026-08-25T07:29:59.684Z Downloaded block-padding v0.4.2
5842026-08-25T07:29:59.684Z Downloaded nodrop v0.1.14
5852026-08-25T07:29:59.684Z Downloaded hubpack_derive v0.1.1
5862026-08-25T07:29:59.684Z Downloaded hostname v0.3.1
5872026-08-25T07:29:59.684Z Downloaded castaway v0.2.4
5882026-08-25T07:29:59.684Z Downloaded git-stub v1.0.0
5892026-08-25T07:29:59.684Z Downloaded bit-set v0.5.3
5902026-08-25T07:29:59.684Z Downloaded hash32 v0.2.1
5912026-08-25T07:29:59.684Z Downloaded openssl-macros v0.1.1
5922026-08-25T07:29:59.684Z Downloaded hex-literal v1.1.0
5932026-08-25T07:29:59.684Z Downloaded httpdate v1.0.3
5942026-08-25T07:29:59.685Z Downloaded hostname v0.4.2
5952026-08-25T07:29:59.685Z Downloaded base64ct v1.8.3
5962026-08-25T07:29:59.685Z Downloaded percent-encoding v2.3.2
5972026-08-25T07:29:59.685Z Downloaded cassowary v0.3.0
5982026-08-25T07:29:59.685Z Downloaded packed_struct_codegen v0.10.1
5992026-08-25T07:29:59.685Z Downloaded backoff v0.4.0
6002026-08-25T07:29:59.685Z Downloaded buf-list v1.1.2
6012026-08-25T07:29:59.719Z Downloaded phf_shared v0.12.1
6022026-08-25T07:29:59.720Z Downloaded futures-executor v0.3.32
6032026-08-25T07:29:59.720Z Downloaded bit-vec v0.8.0
6042026-08-25T07:29:59.720Z Downloaded normalize-line-endings v0.3.0
6052026-08-25T07:29:59.720Z Downloaded num_threads v0.1.7
6062026-08-25T07:29:59.720Z Downloaded addr2line v0.25.1
6072026-08-25T07:29:59.720Z Downloaded bitflags v1.3.2
6082026-08-25T07:29:59.720Z Downloaded filetime v0.2.27
6092026-08-25T07:29:59.720Z Downloaded find-msvc-tools v0.1.9
6102026-08-25T07:29:59.720Z Downloaded bcs v0.1.6
6112026-08-25T07:29:59.720Z Downloaded getrandom v0.2.17
6122026-08-25T07:29:59.765Z Downloaded ahash v0.8.12
6132026-08-25T07:29:59.765Z Downloaded aead v0.6.1
6142026-08-25T07:29:59.765Z Downloaded chacha20 v0.10.0
6152026-08-25T07:29:59.765Z Downloaded recursive v0.1.1
6162026-08-25T07:29:59.765Z Downloaded recursive-proc-macro-impl v0.1.1
6172026-08-25T07:29:59.765Z Downloaded progenitor-macro v0.14.0
6182026-08-25T07:29:59.765Z Downloaded async-bb8-diesel v0.2.1
6192026-08-25T07:29:59.765Z Downloaded camino-tempfile-ext v0.3.3
6202026-08-25T07:29:59.765Z Downloaded cexpr v0.6.0
6212026-08-25T07:29:59.765Z Downloaded russh-cryptovec v0.62.0
6222026-08-25T07:29:59.765Z Downloaded scheduled-thread-pool v0.2.7
6232026-08-25T07:29:59.766Z Downloaded ciborium v0.2.2
6242026-08-25T07:29:59.766Z Downloaded rfc6979 v0.4.0
6252026-08-25T07:29:59.766Z Downloaded group v0.13.0
6262026-08-25T07:29:59.766Z Downloaded hyper-staticfile v0.10.1
6272026-08-25T07:29:59.766Z Downloaded humantime v2.3.0
6282026-08-25T07:29:59.766Z Downloaded compression-codecs v0.4.37
6292026-08-25T07:29:59.766Z Downloaded block-buffer v0.12.1
6302026-08-25T07:29:59.766Z Downloaded http-body-util v0.1.3
6312026-08-25T07:29:59.766Z Downloaded byte-wrapper v0.1.0
6322026-08-25T07:29:59.766Z Downloaded chacha20 v0.9.1
6332026-08-25T07:29:59.766Z Downloaded highway v1.3.0
6342026-08-25T07:29:59.783Z Downloaded bs58 v0.5.1
6352026-08-25T07:29:59.783Z Downloaded oxide-tokio-rt v0.1.4
6362026-08-25T07:29:59.783Z Downloaded secrecy v0.10.3
6372026-08-25T07:29:59.783Z Downloaded signal-hook-mio v0.2.5
6382026-08-25T07:29:59.783Z Downloaded slog-envlogger v2.2.0
6392026-08-25T07:29:59.783Z Downloaded sha1 v0.10.6
6402026-08-25T07:29:59.783Z Downloaded slog-bunyan v2.5.0
6412026-08-25T07:29:59.783Z Downloaded stable_deref_trait v1.2.1
6422026-08-25T07:29:59.783Z Downloaded subtle v2.6.1
6432026-08-25T07:29:59.783Z Downloaded argon2 v0.6.0-rc.8
6442026-08-25T07:29:59.783Z Downloaded hmac v0.12.1
6452026-08-25T07:29:59.783Z Downloaded iana-time-zone v0.1.65
6462026-08-25T07:29:59.784Z Downloaded semver v0.1.20
6472026-08-25T07:29:59.784Z Downloaded console v0.15.11
6482026-08-25T07:29:59.784Z Downloaded seq-macro v0.3.6
6492026-08-25T07:29:59.784Z Downloaded num-complex v0.4.6
6502026-08-25T07:29:59.784Z Downloaded num_enum v0.5.11
6512026-08-25T07:29:59.784Z Downloaded arrayvec v0.7.6
6522026-08-25T07:29:59.784Z Downloaded env_logger v0.11.11
6532026-08-25T07:29:59.784Z Downloaded pem v3.0.6
6542026-08-25T07:29:59.784Z Downloaded siphasher v1.0.2
6552026-08-25T07:29:59.784Z Downloaded structmeta v0.3.0
6562026-08-25T07:29:59.784Z Downloaded structmeta-derive v0.3.0
6572026-08-25T07:29:59.784Z Downloaded tokio-macros v2.7.0
6582026-08-25T07:29:59.784Z Downloaded sqlparser_derive v0.5.0
6592026-08-25T07:29:59.784Z Downloaded tokio-test v0.4.5
6602026-08-25T07:29:59.784Z Downloaded postgres-protocol v0.6.10
6612026-08-25T07:29:59.784Z Downloaded supports-hyperlinks v3.2.0
6622026-08-25T07:29:59.784Z Downloaded take_mut v0.2.2
6632026-08-25T07:29:59.784Z Downloaded poly1305 v0.8.0
6642026-08-25T07:29:59.784Z Downloaded primeorder v0.14.0
6652026-08-25T07:29:59.784Z Downloaded pbkdf2 v0.13.0
6662026-08-25T07:29:59.785Z Downloaded progenitor-extras v0.2.0
6672026-08-25T07:29:59.785Z Downloaded rand_core v0.10.0
6682026-08-25T07:29:59.785Z Downloaded colored v2.2.0
6692026-08-25T07:29:59.872Z Downloaded phf v0.12.1
6702026-08-25T07:29:59.872Z Downloaded const-oid v0.9.6
6712026-08-25T07:29:59.872Z Downloaded rand_core v0.9.5
6722026-08-25T07:29:59.872Z Downloaded pkcs8 v0.10.2
6732026-08-25T07:29:59.872Z Downloaded thiserror-impl-no-std v2.0.2
6742026-08-25T07:29:59.872Z Downloaded allocator-api2 v0.2.21
6752026-08-25T07:29:59.872Z Downloaded unit-prefix v0.5.2
6762026-08-25T07:29:59.872Z Downloaded usdt-attr-macro v0.6.0
6772026-08-25T07:29:59.873Z Downloaded utf8_iter v1.0.4
6782026-08-25T07:29:59.873Z Downloaded progenitor v0.13.0
6792026-08-25T07:29:59.873Z Downloaded rpassword v7.5.4
6802026-08-25T07:29:59.873Z Downloaded hmac v0.13.0
6812026-08-25T07:29:59.873Z Downloaded topological-sort v0.2.2
6822026-08-25T07:29:59.873Z Downloaded untrusted v0.7.1
6832026-08-25T07:29:59.873Z Downloaded utf-8 v0.7.6
6842026-08-25T07:30:00.082Z Downloaded void v1.0.2
6852026-08-25T07:30:00.082Z Downloaded xattr v1.6.1
6862026-08-25T07:30:00.082Z Downloaded zerofrom v0.1.6
6872026-08-25T07:30:00.082Z Downloaded zerofrom-derive v0.1.6
6882026-08-25T07:30:00.082Z Downloaded cancel-safe-futures v0.1.5
6892026-08-25T07:30:00.082Z Downloaded group v0.14.0
6902026-08-25T07:30:00.082Z Downloaded hyper-rustls v0.27.7
6912026-08-25T07:30:00.083Z Downloaded blake2 v0.10.6
6922026-08-25T07:30:00.083Z Downloaded blake2 v0.11.0-rc.6
6932026-08-25T07:30:00.083Z Downloaded cipher v0.5.2
6942026-08-25T07:30:00.083Z Downloaded colored v3.1.1
6952026-08-25T07:30:00.083Z Downloaded console v0.16.2
6962026-08-25T07:30:00.083Z Downloaded bzip2 v0.4.4
6972026-08-25T07:30:00.083Z Downloaded sha1 v0.11.0
6982026-08-25T07:30:00.083Z Downloaded slog-dtrace v0.3.0
6992026-08-25T07:30:00.083Z Downloaded crc-catalog v2.4.0
7002026-08-25T07:30:00.083Z Downloaded elliptic-curve v0.14.1
7012026-08-25T07:30:00.083Z Downloaded parse-display-derive v0.10.0
7022026-08-25T07:30:00.083Z Downloaded spki v0.8.0
7032026-08-25T07:30:00.083Z Downloaded termios v0.3.3
7042026-08-25T07:30:00.083Z Downloaded flume v0.11.1
7052026-08-25T07:30:00.083Z Downloaded getrandom v0.3.4
7062026-08-25T07:30:00.083Z Downloaded serde_plain v1.0.2
7072026-08-25T07:30:00.083Z Downloaded difflib v0.4.0
7082026-08-25T07:30:00.083Z Downloaded slog-json v2.6.1
7092026-08-25T07:30:00.083Z Downloaded arc-swap v1.8.2
7102026-08-25T07:30:00.083Z Downloaded serde_with_macros v1.5.2
7112026-08-25T07:30:00.083Z Downloaded stacker v0.1.23
7122026-08-25T07:30:00.083Z Downloaded cstr-argument v0.1.2
7132026-08-25T07:30:00.083Z Downloaded pkcs1 v0.7.5
7142026-08-25T07:30:00.083Z Downloaded postgres-types v0.2.12
7152026-08-25T07:30:00.083Z Downloaded tls_codec_derive v0.4.2
7162026-08-25T07:30:00.084Z Downloaded anstyle-parse v0.2.7
7172026-08-25T07:30:00.084Z Downloaded downcast-rs v2.0.2
7182026-08-25T07:30:00.084Z Downloaded thread_local v1.1.9
7192026-08-25T07:30:00.084Z Downloaded tinystr v0.8.2
7202026-08-25T07:30:00.084Z Downloaded base64 v0.21.7
7212026-08-25T07:30:00.084Z Downloaded ident_case v1.0.1
7222026-08-25T07:30:00.084Z Downloaded illumos-nvpair v0.3.0
7232026-08-25T07:30:00.084Z Downloaded bytes v1.11.1
7242026-08-25T07:30:00.084Z Downloaded quinn-udp v0.5.14
7252026-08-25T07:30:00.084Z Downloaded display-error-chain v0.2.2
7262026-08-25T07:30:00.084Z Downloaded dunce v1.0.5
7272026-08-25T07:30:00.084Z Downloaded futures v0.3.32
7282026-08-25T07:30:00.084Z Downloaded unicase v2.9.0
7292026-08-25T07:30:00.084Z Downloaded illumos-nvpair-sys v0.2.0
7302026-08-25T07:30:00.084Z Downloaded maplit v1.0.2
7312026-08-25T07:30:00.084Z Downloaded kstat-rs v0.2.5
7322026-08-25T07:30:00.084Z Downloaded lalrpop-util v0.19.12
7332026-08-25T07:30:00.084Z Downloaded hybrid-array v0.4.13
7342026-08-25T07:30:00.084Z Downloaded generic-array v1.4.3
7352026-08-25T07:30:00.084Z Downloaded bzip2 v0.6.1
7362026-08-25T07:30:00.084Z Downloaded clang-sys v1.8.1
7372026-08-25T07:30:00.084Z Downloaded httparse v1.10.1
7382026-08-25T07:30:00.084Z Downloaded oso v0.27.3
7392026-08-25T07:30:00.084Z Downloaded sha2 v0.11.0
7402026-08-25T07:30:00.084Z Downloaded cpubits v0.1.1
7412026-08-25T07:30:00.124Z Downloaded md5 v0.8.0
7422026-08-25T07:30:00.124Z Downloaded ctutils v0.4.2
7432026-08-25T07:30:00.124Z Downloaded half v1.8.3
7442026-08-25T07:30:00.124Z Downloaded papergrid v0.18.0
7452026-08-25T07:30:00.124Z Downloaded tui-tree-widget v0.23.1
7462026-08-25T07:30:00.124Z Downloaded whoami v1.6.1
7472026-08-25T07:30:00.124Z Downloaded inout v0.1.4
7482026-08-25T07:30:00.124Z Downloaded daft-derive v0.1.8
7492026-08-25T07:30:00.124Z Downloaded fatfs v0.3.6
7502026-08-25T07:30:00.124Z Downloaded daft v0.1.8
7512026-08-25T07:30:00.124Z Downloaded delegate v0.13.5
7522026-08-25T07:30:00.124Z Downloaded zerovec-derive v0.11.2
7532026-08-25T07:30:00.124Z Downloaded openssl-probe v0.2.1
7542026-08-25T07:30:00.124Z Downloaded convert_case v0.10.0
7552026-08-25T07:30:00.124Z Downloaded half v2.7.1
7562026-08-25T07:30:00.124Z Downloaded proc-macro-error-attr2 v2.0.0
7572026-08-25T07:30:00.124Z Downloaded chacha20poly1305 v0.10.1
7582026-08-25T07:30:00.124Z Downloaded lru-cache v0.1.2
7592026-08-25T07:30:00.124Z Downloaded newline-converter v0.3.0
7602026-08-25T07:30:00.124Z Downloaded base64 v0.22.1
7612026-08-25T07:30:00.124Z Downloaded new_debug_unreachable v1.0.6
7622026-08-25T07:30:00.124Z Downloaded nonempty v0.12.0
7632026-08-25T07:30:00.124Z Downloaded opaque-debug v0.3.1
7642026-08-25T07:30:00.124Z Downloaded ed25519 v2.2.3
7652026-08-25T07:30:00.124Z Downloaded predicates-core v1.0.10
7662026-08-25T07:30:00.124Z Downloaded password-hash v0.6.1
7672026-08-25T07:30:00.124Z Downloaded postcard v1.1.3
7682026-08-25T07:30:00.124Z Downloaded predicates-tree v1.0.13
7692026-08-25T07:30:00.124Z Downloaded psl-types v2.0.11
7702026-08-25T07:30:00.124Z Downloaded rand_chacha v0.3.1
7712026-08-25T07:30:00.124Z Downloaded rcgen v0.12.1
7722026-08-25T07:30:00.125Z Downloaded vergen-lib v9.1.0
7732026-08-25T07:30:00.125Z Downloaded backtrace v0.3.76
7742026-08-25T07:30:00.125Z Downloaded deranged v0.5.8
7752026-08-25T07:30:00.125Z Downloaded derive-ex v0.1.8
7762026-08-25T07:30:00.125Z Downloaded either v1.15.0
7772026-08-25T07:30:00.125Z Downloaded ena v0.14.4
7782026-08-25T07:30:00.125Z Downloaded zerocopy v0.6.6
7792026-08-25T07:30:00.125Z Downloaded powerfmt v0.2.0
7802026-08-25T07:30:00.125Z Downloaded rand_xorshift v0.4.0
7812026-08-25T07:30:00.125Z Downloaded ingot v0.2.1
7822026-08-25T07:30:00.125Z Downloaded schemars v0.8.22
7832026-08-25T07:30:00.125Z Downloaded serde_bytes v0.11.19
7842026-08-25T07:30:00.125Z Downloaded compact_str v0.8.1
7852026-08-25T07:30:00.125Z Downloaded signal-hook-tokio v0.3.1
7862026-08-25T07:30:00.125Z Downloaded chumsky v0.9.3
7872026-08-25T07:30:00.125Z Downloaded crc32fast v1.5.0
7882026-08-25T07:30:00.125Z Downloaded rustls-platform-verifier v0.6.2
7892026-08-25T07:30:00.125Z Downloaded headers v0.4.1
7902026-08-25T07:30:00.125Z Downloaded num-rational v0.4.2
7912026-08-25T07:30:00.125Z Downloaded strip-ansi-escapes v0.2.1
7922026-08-25T07:30:00.125Z Downloaded expectorate v1.2.0
7932026-08-25T07:30:00.125Z Downloaded heapless v0.8.0
7942026-08-25T07:30:00.125Z Downloaded ingot-types v0.2.0
7952026-08-25T07:30:00.125Z Downloaded keccak v0.2.0
7962026-08-25T07:30:00.125Z Downloaded shell-words v1.1.1
7972026-08-25T07:30:00.125Z Downloaded owo-colors v4.3.0
7982026-08-25T07:30:00.125Z Downloaded p384 v0.14.0
7992026-08-25T07:30:00.125Z Downloaded peg-macros v0.8.5
8002026-08-25T07:30:00.125Z Downloaded termtree v0.5.1
8012026-08-25T07:30:00.125Z Downloaded similar v2.7.0
8022026-08-25T07:30:00.125Z Downloaded native-tls v0.2.18
8032026-08-25T07:30:00.125Z Downloaded nu-ansi-term v0.50.3
8042026-08-25T07:30:00.125Z Downloaded num_enum_derive v0.7.6
8052026-08-25T07:30:00.126Z Downloaded packed_struct v0.10.1
8062026-08-25T07:30:00.126Z Downloaded sync-ptr v0.1.4
8072026-08-25T07:30:00.126Z Downloaded sync_wrapper v1.0.2
8082026-08-25T07:30:00.126Z Downloaded untrusted v0.9.0
8092026-08-25T07:30:00.126Z Downloaded rayon-core v1.13.0
8102026-08-25T07:30:00.126Z Downloaded toml v0.7.8
8112026-08-25T07:30:00.126Z Downloaded proc-macro-error2 v2.0.1
8122026-08-25T07:30:00.126Z Downloaded des v0.9.0
8132026-08-25T07:30:00.126Z Downloaded zone_cfg_derive v0.3.1
8142026-08-25T07:30:00.126Z Downloaded crc v3.4.0
8152026-08-25T07:30:00.126Z Downloaded rand_seeder v0.4.0
8162026-08-25T07:30:00.126Z Downloaded tracing-core v0.1.36
8172026-08-25T07:30:00.126Z Downloaded hickory-resolver v0.25.2
8182026-08-25T07:30:00.126Z Downloaded ingot-macros v0.2.0
8192026-08-25T07:30:00.126Z Downloaded litemap v0.8.1
8202026-08-25T07:30:00.126Z Downloaded scroll v0.13.0
8212026-08-25T07:30:00.127Z Downloaded tungstenite v0.21.0
8222026-08-25T07:30:00.127Z Downloaded unicode-bidi v0.3.18
8232026-08-25T07:30:00.127Z Downloaded heapless v0.7.17
8242026-08-25T07:30:00.127Z Downloaded crucible-workspace-hack v0.1.0
8252026-08-25T07:30:00.127Z Downloaded darling_macro v0.23.0
8262026-08-25T07:30:00.127Z Downloaded crypto-common v0.2.2
8272026-08-25T07:30:00.127Z Downloaded hashbrown v0.12.3
8282026-08-25T07:30:00.127Z Downloaded derive_builder_macro v0.20.2
8292026-08-25T07:30:00.127Z Downloaded enum-as-inner v0.6.1
8302026-08-25T07:30:00.127Z Downloaded http v1.4.2
8312026-08-25T07:30:00.127Z Downloaded memmap2 v0.9.10
8322026-08-25T07:30:00.127Z Downloaded scuffle v0.1.0
8332026-08-25T07:30:00.127Z Downloaded slog-async v2.8.0
8342026-08-25T07:30:00.127Z Downloaded inout v0.2.2
8352026-08-25T07:30:00.127Z Downloaded instability v0.3.11
8362026-08-25T07:30:00.128Z Downloaded sec1 v0.8.1
8372026-08-25T07:30:00.128Z Downloaded serde_derive_internals v0.29.1
8382026-08-25T07:30:00.128Z Downloaded simd-adler32 v0.3.8
8392026-08-25T07:30:00.128Z Downloaded smallvec v0.6.14
8402026-08-25T07:30:00.128Z Downloaded oxide-generation v0.1.3
8412026-08-25T07:30:00.171Z Downloaded stringprep v0.1.5
8422026-08-25T07:30:00.171Z Downloaded tiny-keccak v2.0.2
8432026-08-25T07:30:00.171Z Downloaded async-compression v0.4.41
8442026-08-25T07:30:00.171Z Downloaded dsl_auto_type v0.2.0
8452026-08-25T07:30:00.171Z Downloaded sqlformat v0.3.5
8462026-08-25T07:30:00.172Z Downloaded digest-io v0.1.0
8472026-08-25T07:30:00.173Z Downloaded darling_core v0.13.4
8482026-08-25T07:30:00.174Z Downloaded parking_lot_core v0.9.12
8492026-08-25T07:30:00.174Z Downloaded pkcs8 v0.11.0
8502026-08-25T07:30:00.174Z Downloaded idna_adapter v1.2.1
8512026-08-25T07:30:00.174Z Downloaded polyval v0.7.1
8522026-08-25T07:30:00.174Z Downloaded prettyplease v0.2.37
8532026-08-25T07:30:00.174Z Downloaded jiff-static v0.2.34
8542026-08-25T07:30:00.174Z Downloaded match_cfg v0.1.0
8552026-08-25T07:30:00.174Z Downloaded num v0.4.3
8562026-08-25T07:30:00.174Z Downloaded tokio-tungstenite v0.23.1
8572026-08-25T07:30:00.174Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8582026-08-25T07:30:00.174Z Downloaded parse-display v0.10.0
8592026-08-25T07:30:00.174Z Downloaded walkdir v2.5.0
8602026-08-25T07:30:00.174Z Downloaded ar_archive_writer v0.5.1
8612026-08-25T07:30:00.174Z Downloaded drift v0.2.0
8622026-08-25T07:30:00.174Z Downloaded psm v0.1.30
8632026-08-25T07:30:00.174Z Downloaded newtype-uuid-macros v0.1.0
8642026-08-25T07:30:00.175Z Downloaded oso-derive v0.27.3
8652026-08-25T07:30:00.175Z Downloaded flate2 v1.1.9
8662026-08-25T07:30:00.175Z Downloaded phf_shared v0.13.1
8672026-08-25T07:30:00.175Z Downloaded vergen-git2 v9.1.0
8682026-08-25T07:30:00.175Z Downloaded wyz v0.5.1
8692026-08-25T07:30:00.175Z Downloaded samael v0.0.19
8702026-08-25T07:30:00.175Z Downloaded quinn v0.11.11
8712026-08-25T07:30:00.175Z Downloaded zip v0.6.6
8722026-08-25T07:30:00.175Z Downloaded salsa20 v0.11.0
8732026-08-25T07:30:00.175Z Downloaded potential_utf v0.1.4
8742026-08-25T07:30:00.175Z Downloaded ctr v0.10.1
8752026-08-25T07:30:00.175Z Downloaded serde-hex v0.1.0
8762026-08-25T07:30:00.175Z Downloaded bumpalo v3.20.2
8772026-08-25T07:30:00.175Z Downloaded cc v1.2.56
8782026-08-25T07:30:00.175Z Downloaded derive_builder_core v0.20.2
8792026-08-25T07:30:00.175Z Downloaded defmt v1.0.1
8802026-08-25T07:30:00.175Z Downloaded digest v0.11.3
8812026-08-25T07:30:00.175Z Downloaded indoc v2.0.7
8822026-08-25T07:30:00.175Z Downloaded radium v0.7.0
8832026-08-25T07:30:00.175Z Downloaded term v1.2.1
8842026-08-25T07:30:00.175Z Downloaded unicode-properties v0.1.4
8852026-08-25T07:30:00.175Z Downloaded jobserver v0.1.34
8862026-08-25T07:30:00.175Z Downloaded rustc-hash v2.1.1
8872026-08-25T07:30:00.175Z Downloaded multer v3.1.0
8882026-08-25T07:30:00.176Z Downloaded num-derive v0.4.2
8892026-08-25T07:30:00.176Z Downloaded num-integer v0.1.46
8902026-08-25T07:30:00.199Z Downloaded libsw-core v0.3.2
8912026-08-25T07:30:00.200Z Downloaded darling_core v0.20.11
8922026-08-25T07:30:00.200Z Downloaded aes v0.9.1
8932026-08-25T07:30:00.200Z Downloaded icu_locale_core v2.1.1
8942026-08-25T07:30:00.200Z Downloaded usdt-impl v0.6.0
8952026-08-25T07:30:00.200Z Downloaded libefi-sys v0.1.0
8962026-08-25T07:30:00.200Z Downloaded vergen v9.1.0
8972026-08-25T07:30:00.200Z Downloaded serde_urlencoded v0.7.1
8982026-08-25T07:30:00.200Z Downloaded yasna v0.5.2
8992026-08-25T07:30:00.200Z Downloaded port-file v0.1.0
9002026-08-25T07:30:00.200Z Downloaded progenitor v0.14.0
9012026-08-25T07:30:00.200Z Downloaded signature v2.2.0
9022026-08-25T07:30:00.200Z Downloaded miette-derive v7.6.0
9032026-08-25T07:30:00.200Z Downloaded oxide-update-engine v0.1.2
9042026-08-25T07:30:00.200Z Downloaded peg v0.8.5
9052026-08-25T07:30:00.200Z Downloaded cookie v0.18.1
9062026-08-25T07:30:00.200Z Downloaded tinyvec_macros v0.1.1
9072026-08-25T07:30:00.200Z Downloaded tower-service v0.3.3
9082026-08-25T07:30:00.200Z Downloaded hyper-util v0.1.20
9092026-08-25T07:30:00.200Z Downloaded wnaf v0.14.0
9102026-08-25T07:30:00.201Z Downloaded sponge-cursor v0.1.0
9112026-08-25T07:30:00.201Z Downloaded const_format v0.2.35
9122026-08-25T07:30:00.201Z Downloaded phc v0.6.1
9132026-08-25T07:30:00.201Z Downloaded diff v0.1.13
9142026-08-25T07:30:00.201Z Downloaded miniz_oxide v0.8.9
9152026-08-25T07:30:00.201Z Downloaded tap v1.0.1
9162026-08-25T07:30:00.245Z Downloaded trait-variant v0.1.2
9172026-08-25T07:30:00.245Z Downloaded try-lock v0.2.5
9182026-08-25T07:30:00.245Z Downloaded zeroize_derive v1.5.0
9192026-08-25T07:30:00.245Z Downloaded darling_macro v0.20.11
9202026-08-25T07:30:00.245Z Downloaded diesel_table_macro_syntax v0.3.0
9212026-08-25T07:30:00.245Z Downloaded cpufeatures v0.3.0
9222026-08-25T07:30:00.245Z Downloaded embedded-io v0.4.0
9232026-08-25T07:30:00.245Z Downloaded embedded-io v0.6.1
9242026-08-25T07:30:00.245Z Downloaded test-strategy v0.4.5
9252026-08-25T07:30:00.245Z Downloaded ecdsa v0.17.0
9262026-08-25T07:30:00.246Z Downloaded r2d2 v0.8.10
9272026-08-25T07:30:00.246Z Downloaded rustls-pemfile v2.2.0
9282026-08-25T07:30:00.246Z Downloaded rusty-fork v0.3.1
9292026-08-25T07:30:00.251Z Downloaded scrypt v0.12.0
9302026-08-25T07:30:00.251Z Downloaded defmt v0.3.100
9312026-08-25T07:30:00.251Z Downloaded document-features v0.2.12
9322026-08-25T07:30:00.251Z Downloaded snafu-derive v0.8.9
9332026-08-25T07:30:00.251Z Downloaded dof v0.4.0
9342026-08-25T07:30:00.251Z Downloaded endian-type v0.1.2
9352026-08-25T07:30:00.251Z Downloaded keccak v0.1.6
9362026-08-25T07:30:00.251Z Downloaded strum_macros v0.26.4
9372026-08-25T07:30:00.251Z Downloaded strum_macros v0.27.2
9382026-08-25T07:30:00.251Z Downloaded managed v0.8.0
9392026-08-25T07:30:00.251Z Downloaded serde_path_to_error v0.1.20
9402026-08-25T07:30:00.251Z Downloaded darling_core v0.21.3
9412026-08-25T07:30:00.251Z Downloaded num_enum_derive v0.5.11
9422026-08-25T07:30:00.251Z Downloaded icu_collections v2.1.1
9432026-08-25T07:30:00.252Z Downloaded internet-checksum v0.2.1
9442026-08-25T07:30:00.252Z Downloaded parking_lot v0.11.2
9452026-08-25T07:30:00.252Z Downloaded toml_edit v0.19.15
9462026-08-25T07:30:00.252Z Downloaded spki v0.7.3
9472026-08-25T07:30:00.252Z Downloaded time-macros v0.2.27
9482026-08-25T07:30:00.252Z Downloaded hickory-server v0.25.2
9492026-08-25T07:30:00.252Z Downloaded tls_codec v0.4.2
9502026-08-25T07:30:00.252Z Downloaded writeable v0.6.2
9512026-08-25T07:30:00.252Z Downloaded olpc-cjson v0.1.4
9522026-08-25T07:30:00.252Z Downloaded mime v0.3.17
9532026-08-25T07:30:00.281Z Downloaded serde_cbor v0.11.2
9542026-08-25T07:30:00.281Z Downloaded thiserror-no-std v2.0.2
9552026-08-25T07:30:00.281Z Downloaded tokio-dtrace v0.1.1
9562026-08-25T07:30:00.281Z Downloaded zeroize v1.9.0
9572026-08-25T07:30:00.292Z Downloaded rustyline v14.0.0
9582026-08-25T07:30:00.293Z Downloaded precomputed-hash v0.1.1
9592026-08-25T07:30:00.293Z Downloaded icu_properties v2.1.2
9602026-08-25T07:30:00.293Z Downloaded quick-error v1.2.3
9612026-08-25T07:30:00.293Z Downloaded ref-cast-impl v1.0.25
9622026-08-25T07:30:00.293Z Downloaded crossbeam-deque v0.8.6
9632026-08-25T07:30:00.293Z Downloaded rfc6979 v0.6.0
9642026-08-25T07:30:00.293Z Downloaded der_derive v0.7.3
9652026-08-25T07:30:00.293Z Downloaded rtoolbox v0.0.3
9662026-08-25T07:30:00.293Z Downloaded rustc_version v0.4.1
9672026-08-25T07:30:00.293Z Downloaded secrecy v0.8.0
9682026-08-25T07:30:00.293Z Downloaded tagptr v0.2.0
9692026-08-25T07:30:00.293Z Downloaded elliptic-curve v0.13.8
9702026-08-25T07:30:00.293Z Downloaded ecdsa v0.16.9
9712026-08-25T07:30:00.293Z Downloaded derive_more-impl v2.1.1
9722026-08-25T07:30:00.293Z Downloaded tungstenite v0.23.0
9732026-08-25T07:30:00.293Z Downloaded strum v0.26.3
9742026-08-25T07:30:00.293Z Downloaded typify v0.6.2
9752026-08-25T07:30:00.313Z Downloaded module-lattice v0.2.3
9762026-08-25T07:30:00.314Z Downloaded libsw v3.5.0
9772026-08-25T07:30:00.314Z Downloaded typify-macro v0.6.2
9782026-08-25T07:30:00.324Z Downloaded publicsuffix v2.3.0
9792026-08-25T07:30:00.324Z Downloaded signature v3.0.0
9802026-08-25T07:30:00.325Z Downloaded hashbrown v0.14.5
9812026-08-25T07:30:00.325Z Downloaded zerotrie v0.2.3
9822026-08-25T07:30:00.325Z Downloaded tracing-attributes v0.1.31
9832026-08-25T07:30:00.325Z Downloaded hashbrown v0.15.5
9842026-08-25T07:30:00.331Z Downloaded pem-rfc7468 v0.7.0
9852026-08-25T07:30:00.331Z Downloaded pkg-config v0.3.32
9862026-08-25T07:30:00.331Z Downloaded spin v0.9.8
9872026-08-25T07:30:00.332Z Downloaded newtype-uuid v1.3.2
9882026-08-25T07:30:00.332Z Downloaded zone v0.3.1
9892026-08-25T07:30:00.332Z Downloaded unicode-xid v0.2.6
9902026-08-25T07:30:00.332Z Downloaded waitgroup v0.1.2
9912026-08-25T07:30:00.332Z Downloaded want v0.3.1
9922026-08-25T07:30:00.332Z Downloaded darling_macro v0.21.3
9932026-08-25T07:30:00.332Z Downloaded x509-cert v0.2.5
9942026-08-25T07:30:00.448Z Downloaded pin-project v1.1.11
9952026-08-25T07:30:00.448Z Downloaded twox-hash v2.1.2
9962026-08-25T07:30:00.449Z Downloaded darling v0.21.3
9972026-08-25T07:30:00.449Z Downloaded pin-project-internal v1.1.11
9982026-08-25T07:30:00.449Z Downloaded crossbeam-epoch v0.9.18
9992026-08-25T07:30:00.450Z Downloaded crossbeam-utils v0.8.21
10002026-08-25T07:30:00.450Z Downloaded defmt-parser v1.0.0
10012026-08-25T07:30:00.450Z Downloaded serdect v0.4.3
10022026-08-25T07:30:00.450Z Downloaded signal-hook-registry v1.4.8
10032026-08-25T07:30:00.450Z Downloaded progenitor-client v0.13.0
10042026-08-25T07:30:00.450Z Downloaded futures-util v0.3.32
10052026-08-25T07:30:00.450Z Downloaded linked-hash-map v0.5.6
10062026-08-25T07:30:00.450Z Downloaded multimap v0.10.1
10072026-08-25T07:30:00.450Z Downloaded serde_tokenstream v0.3.0
10082026-08-25T07:30:00.450Z Downloaded indent_write v2.2.0
10092026-08-25T07:30:00.451Z Downloaded proc-macro-crate v3.4.0
10102026-08-25T07:30:00.451Z Downloaded subprocess v0.2.15
10112026-08-25T07:30:00.451Z Downloaded aes-gcm v0.11.0
10122026-08-25T07:30:00.451Z Downloaded is_ci v1.2.0
10132026-08-25T07:30:00.451Z Downloaded maybe-uninit v2.0.0
10142026-08-25T07:30:00.451Z Downloaded lzss v0.8.2
10152026-08-25T07:30:00.452Z Downloaded num-iter v0.1.45
10162026-08-25T07:30:00.452Z Downloaded openssl-probe v0.1.6
10172026-08-25T07:30:00.452Z Downloaded num-bigint-dig v0.8.6
10182026-08-25T07:30:00.452Z Downloaded support-bundle-viewer v0.1.2
10192026-08-25T07:30:00.452Z Downloaded schemars_derive v0.8.22
10202026-08-25T07:30:00.452Z Downloaded slog v2.8.2
10212026-08-25T07:30:00.452Z Downloaded serde_repr v0.1.20
10222026-08-25T07:30:00.452Z Downloaded serde_spanned v1.1.1
10232026-08-25T07:30:00.452Z Downloaded serde_yaml v0.9.34+deprecated
10242026-08-25T07:30:00.452Z Downloaded aho-corasick v1.1.4
10252026-08-25T07:30:00.452Z Downloaded lock_api v0.4.14
10262026-08-25T07:30:00.452Z Downloaded smf v0.2.3
10272026-08-25T07:30:00.452Z Downloaded parse-size v1.1.0
10282026-08-25T07:30:00.452Z Downloaded rustls-webpki v0.103.13
10292026-08-25T07:30:00.452Z Downloaded crossbeam-channel v0.5.15
10302026-08-25T07:30:00.452Z Downloaded hashbrown v0.16.1
10312026-08-25T07:30:00.452Z Downloaded tinyvec v1.10.0
10322026-08-25T07:30:00.453Z Downloaded toml_writer v1.1.1+spec-1.1.0
10332026-08-25T07:30:00.453Z Downloaded const_format_proc_macros v0.2.34
10342026-08-25T07:30:00.453Z Downloaded corncobs v0.1.4
10352026-08-25T07:30:00.453Z Downloaded strsim v0.10.0
10362026-08-25T07:30:00.453Z Downloaded sigpipe v0.1.3
10372026-08-25T07:30:00.453Z Downloaded ref-cast v1.0.25
10382026-08-25T07:30:00.453Z Downloaded unarray v0.1.4
10392026-08-25T07:30:00.453Z Downloaded yoke v0.8.1
10402026-08-25T07:30:00.453Z Downloaded universal-hash v0.5.1
10412026-08-25T07:30:00.486Z Downloaded progenitor-impl v0.14.0
10422026-08-25T07:30:00.486Z Downloaded predicates v3.1.4
10432026-08-25T07:30:00.486Z Downloaded kem v0.3.0
10442026-08-25T07:30:00.486Z Downloaded derive-where v1.6.0
10452026-08-25T07:30:00.487Z Downloaded hkdf v0.13.0
10462026-08-25T07:30:00.487Z Downloaded convert_case v0.4.0
10472026-08-25T07:30:00.487Z Downloaded crunchy v0.2.4
10482026-08-25T07:30:00.487Z Downloaded dirs-next v2.0.0
10492026-08-25T07:30:00.487Z Downloaded dyn-clone v1.0.20
10502026-08-25T07:30:00.487Z Downloaded parking_lot_core v0.8.6
10512026-08-25T07:30:00.487Z Downloaded indexmap v1.9.3
10522026-08-25T07:30:00.487Z Downloaded crossterm v0.28.1
10532026-08-25T07:30:00.487Z Downloaded tower-http v0.6.8
10542026-08-25T07:30:00.487Z Downloaded unicode-segmentation v1.12.0
10552026-08-25T07:30:00.487Z Downloaded libbz2-rs-sys v0.2.2
10562026-08-25T07:30:00.487Z Downloaded rustversion v1.0.22
10572026-08-25T07:30:00.487Z Downloaded same-file v1.0.6
10582026-08-25T07:30:00.487Z Downloaded dropshot-api-manager-types v0.8.0
10592026-08-25T07:30:00.488Z Downloaded password-hash v0.5.0
10602026-08-25T07:30:00.488Z Downloaded tokio-rustls v0.26.4
10612026-08-25T07:30:00.488Z Downloaded h2 v0.4.15
10622026-08-25T07:30:00.488Z Downloaded hkdf v0.12.4
10632026-08-25T07:30:00.488Z Downloaded nibble_vec v0.1.0
10642026-08-25T07:30:00.488Z Downloaded rand_pcg v0.10.2
10652026-08-25T07:30:00.488Z Downloaded scopeguard v1.2.0
10662026-08-25T07:30:00.488Z Downloaded scroll_derive v0.13.1
10672026-08-25T07:30:00.488Z Downloaded dtrace-parser v0.3.0
10682026-08-25T07:30:00.488Z Downloaded lazy_static v1.5.0
10692026-08-25T07:30:00.488Z Downloaded lru v0.12.5
10702026-08-25T07:30:00.488Z Downloaded der v0.7.10
10712026-08-25T07:30:00.489Z Downloaded vergen-lib v0.1.6
10722026-08-25T07:30:00.489Z Downloaded parking_lot v0.12.5
10732026-08-25T07:30:00.508Z Downloaded slog-term v2.9.2
10742026-08-25T07:30:00.508Z Downloaded string_cache v0.8.9
10752026-08-25T07:30:00.509Z Downloaded tokio-tungstenite v0.21.0
10762026-08-25T07:30:00.509Z Downloaded vsss-rs v3.3.4
10772026-08-25T07:30:00.509Z Downloaded rustc_version v0.1.7
10782026-08-25T07:30:00.509Z Downloaded darling v0.20.11
10792026-08-25T07:30:00.509Z Downloaded time-core v0.1.8
10802026-08-25T07:30:00.509Z Downloaded usdt v0.6.0
10812026-08-25T07:30:00.509Z Downloaded jiff-core v0.1.0
10822026-08-25T07:30:00.509Z Downloaded mio v1.2.0
10832026-08-25T07:30:00.509Z Downloaded tabwriter v1.4.1
10842026-08-25T07:30:00.509Z Downloaded xshell v0.2.7
10852026-08-25T07:30:00.523Z Downloaded ryu v1.0.23
10862026-08-25T07:30:00.523Z Downloaded universal-hash v0.6.1
10872026-08-25T07:30:00.523Z Downloaded poly1305 v0.9.0
10882026-08-25T07:30:00.523Z Downloaded crossterm v0.29.0
10892026-08-25T07:30:00.539Z Downloaded curve25519-dalek-derive v0.1.1
10902026-08-25T07:30:00.539Z Downloaded defmt-macros v1.0.1
10912026-08-25T07:30:00.539Z Downloaded csv-core v0.1.13
10922026-08-25T07:30:00.539Z Downloaded sapling-renderdag v0.1.0
10932026-08-25T07:30:00.539Z Downloaded tokio-postgres v0.7.16
10942026-08-25T07:30:00.622Z Downloaded toml v1.1.2+spec-1.1.0
10952026-08-25T07:30:00.623Z Downloaded libscf-sys v1.2.0
10962026-08-25T07:30:00.623Z Downloaded unsafe-libyaml v0.2.11
10972026-08-25T07:30:00.623Z Downloaded lru-slab v0.1.2
10982026-08-25T07:30:00.623Z Downloaded yoke-derive v0.8.1
10992026-08-25T07:30:00.771Z Downloaded num-conv v0.2.0
11002026-08-25T07:30:00.772Z Downloaded progenitor-macro v0.13.0
11012026-08-25T07:30:00.772Z Downloaded russh-util v0.52.0
11022026-08-25T07:30:00.772Z Downloaded winnow v0.6.26
11032026-08-25T07:30:00.772Z Downloaded libxml v0.3.3
11042026-08-25T07:30:00.772Z Downloaded num_enum v0.7.6
11052026-08-25T07:30:00.772Z Downloaded itertools v0.13.0
11062026-08-25T07:30:00.772Z Downloaded crc-any v2.5.0
11072026-08-25T07:30:00.772Z Downloaded zerocopy-derive v0.8.55
11082026-08-25T07:30:00.772Z Downloaded diesel-dtrace v0.5.0
11092026-08-25T07:30:00.772Z Downloaded ppv-lite86 v0.2.21
11102026-08-25T07:30:00.772Z Downloaded pem-rfc7468 v1.0.0
11112026-08-25T07:30:00.772Z Downloaded slog-stdlog v4.1.1
11122026-08-25T07:30:00.772Z Downloaded static_assertions v1.1.0
11132026-08-25T07:30:00.772Z Downloaded rand v0.8.6
11142026-08-25T07:30:00.772Z Downloaded critical-section v1.2.0
11152026-08-25T07:30:00.772Z Downloaded tokio-native-tls v0.3.1
11162026-08-25T07:30:00.772Z Downloaded debug-ignore v1.0.5
11172026-08-25T07:30:00.772Z Downloaded progenitor-client v0.14.0
11182026-08-25T07:30:00.772Z Downloaded icu_provider v2.1.1
11192026-08-25T07:30:00.772Z Downloaded schemars v1.2.1
11202026-08-25T07:30:00.772Z Downloaded nanorand v0.7.0
11212026-08-25T07:30:00.772Z Downloaded ed25519 v3.0.0
11222026-08-25T07:30:00.773Z Downloaded ipnetwork v0.21.1
11232026-08-25T07:30:00.773Z Downloaded paste v1.0.15
11242026-08-25T07:30:00.773Z Downloaded signal-hook v0.3.18
11252026-08-25T07:30:00.773Z Downloaded snafu v0.8.9
11262026-08-25T07:30:00.773Z Downloaded ipnet v2.12.0
11272026-08-25T07:30:00.773Z Downloaded miette v7.6.0
11282026-08-25T07:30:00.773Z Downloaded pkcs1 v0.8.0-rc.4
11292026-08-25T07:30:00.773Z Downloaded shlex v1.3.0
11302026-08-25T07:30:00.773Z Downloaded serde-big-array v0.5.1
11312026-08-25T07:30:00.773Z Downloaded supports-unicode v3.0.0
11322026-08-25T07:30:00.773Z Downloaded strum_macros v0.24.3
11332026-08-25T07:30:00.773Z Downloaded path-slash v0.1.5
11342026-08-25T07:30:00.773Z Downloaded peg-runtime v0.8.5
11352026-08-25T07:30:00.773Z Downloaded strum v0.27.2
11362026-08-25T07:30:00.774Z Downloaded hyper v1.10.1
11372026-08-25T07:30:00.774Z Downloaded blake3 v1.8.5
11382026-08-25T07:30:00.774Z Downloaded rand_core v0.6.4
11392026-08-25T07:30:00.774Z Downloaded dirs-sys-next v0.1.2
11402026-08-25T07:30:00.774Z Downloaded linear-map v1.2.0
11412026-08-25T07:30:00.774Z Downloaded primeorder v0.13.6
11422026-08-25T07:30:00.774Z Downloaded unicode-truncate v1.1.0
11432026-08-25T07:30:00.774Z Downloaded instant v0.1.13
11442026-08-25T07:30:00.774Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11452026-08-25T07:30:00.774Z Downloaded constant_time_eq v0.4.2
11462026-08-25T07:30:00.774Z Downloaded data-encoding v2.10.0
11472026-08-25T07:30:00.774Z Downloaded supports-color v3.0.2
11482026-08-25T07:30:00.774Z Downloaded crc8 v0.1.1
11492026-08-25T07:30:00.774Z Downloaded is-terminal v0.4.17
11502026-08-25T07:30:00.775Z Downloaded impl-trait-for-tuples v0.2.3
11512026-08-25T07:30:00.775Z Downloaded aws-lc-rs v1.16.3
11522026-08-25T07:30:00.775Z Downloaded ssh-key v0.7.0-rc.11
11532026-08-25T07:30:00.775Z Downloaded whoami v2.1.0
11542026-08-25T07:30:00.775Z Downloaded libloading v0.8.9
11552026-08-25T07:30:00.775Z Downloaded darling v0.13.4
11562026-08-25T07:30:00.775Z Downloaded darling_macro v0.13.4
11572026-08-25T07:30:00.775Z Downloaded qorb v0.4.1
11582026-08-25T07:30:00.775Z Downloaded smallvec v1.15.1
11592026-08-25T07:30:00.775Z Downloaded mime_guess v2.0.5
11602026-08-25T07:30:00.775Z Downloaded usdt-macro v0.6.0
11612026-08-25T07:30:00.775Z Downloaded indicatif v0.18.4
11622026-08-25T07:30:00.775Z Downloaded pin-project-lite v0.2.17
11632026-08-25T07:30:00.775Z Downloaded tough v0.22.0
11642026-08-25T07:30:00.775Z Downloaded tar v0.4.46
11652026-08-25T07:30:00.775Z Downloaded url v2.5.8
11662026-08-25T07:30:00.776Z Downloaded dropshot_endpoint v0.17.1
11672026-08-25T07:30:00.776Z Downloaded pkcs5 v0.8.1
11682026-08-25T07:30:00.776Z Downloaded oxide-update-engine-display v0.1.2
11692026-08-25T07:30:00.776Z Downloaded sec1 v0.7.3
11702026-08-25T07:30:00.776Z Downloaded ssh-cipher v0.3.0
11712026-08-25T07:30:00.776Z Downloaded md-5 v0.10.6
11722026-08-25T07:30:00.776Z Downloaded proc-macro-crate v1.3.1
11732026-08-25T07:30:00.776Z Downloaded enum_dispatch v0.3.13
11742026-08-25T07:30:00.776Z Downloaded phf_shared v0.11.3
11752026-08-25T07:30:00.776Z Downloaded memoffset v0.9.1
11762026-08-25T07:30:00.776Z Downloaded litrs v1.0.0
11772026-08-25T07:30:00.776Z Downloaded regex v1.12.3
11782026-08-25T07:30:00.776Z Downloaded reqwest v0.12.28
11792026-08-25T07:30:00.776Z Downloaded reqwest v0.13.2
11802026-08-25T07:30:00.776Z Downloaded uuid v1.23.4
11812026-08-25T07:30:00.776Z Downloaded newtype_derive v0.1.6
11822026-08-25T07:30:00.777Z Downloaded num-traits v0.2.19
11832026-08-25T07:30:00.808Z Downloaded toml_parser v1.1.2+spec-1.1.0
11842026-08-25T07:30:00.808Z Downloaded typed-path v0.9.3
11852026-08-25T07:30:00.808Z Downloaded git2 v0.20.4
11862026-08-25T07:30:00.808Z Downloaded term v0.7.0
11872026-08-25T07:30:00.808Z Downloaded rand v0.9.2
11882026-08-25T07:30:00.808Z Downloaded rustc-demangle v0.1.27
11892026-08-25T07:30:00.808Z Downloaded knus-derive v3.4.0
11902026-08-25T07:30:00.808Z Downloaded rand_chacha v0.9.0
11912026-08-25T07:30:00.808Z Downloaded testing_table v0.3.0
11922026-08-25T07:30:00.808Z Downloaded thread-id v5.1.0
11932026-08-25T07:30:00.808Z Downloaded xshell-macros v0.2.7
11942026-08-25T07:30:00.808Z Downloaded wait-timeout v0.2.1
11952026-08-25T07:30:00.809Z Downloaded knus v3.4.0
11962026-08-25T07:30:00.809Z Downloaded rsa v0.10.0-rc.18
11972026-08-25T07:30:00.809Z Downloaded oxide-update-engine-types v0.1.2
11982026-08-25T07:30:00.809Z Downloaded itertools v0.12.1
11992026-08-25T07:30:00.809Z Downloaded cookie_store v0.22.1
12002026-08-25T07:30:00.809Z Downloaded slog-scope v4.4.1
12012026-08-25T07:30:00.809Z Downloaded zstd v0.13.3
12022026-08-25T07:30:00.809Z Downloaded bitvec v1.0.1
12032026-08-25T07:30:00.809Z Downloaded socket2 v0.6.3
12042026-08-25T07:30:00.809Z Downloaded ml-kem v0.3.2
12052026-08-25T07:30:00.809Z Downloaded synstructure v0.13.2
12062026-08-25T07:30:00.809Z Downloaded indoc v1.0.9
12072026-08-25T07:30:00.809Z Downloaded darling_core v0.23.0
12082026-08-25T07:30:00.809Z Downloaded proptest v1.11.0
12092026-08-25T07:30:00.809Z Downloaded tower-layer v0.3.3
12102026-08-25T07:30:00.809Z Downloaded num-bigint v0.4.6
12112026-08-25T07:30:00.809Z Downloaded derive_more v0.99.20
12122026-08-25T07:30:00.809Z Downloaded ignore v0.4.25
12132026-08-25T07:30:00.809Z Downloaded internal-russh-num-bigint v0.5.0
12142026-08-25T07:30:00.809Z Downloaded primefield v0.14.0
12152026-08-25T07:30:00.809Z Downloaded ssh-encoding v0.3.0
12162026-08-25T07:30:00.809Z Downloaded prefix-trie v0.7.0
12172026-08-25T07:30:00.820Z Downloaded rustls-native-certs v0.8.3
12182026-08-25T07:30:00.820Z Downloaded uzers v0.12.2
12192026-08-25T07:30:00.820Z Downloaded tokio-stream v0.1.18
12202026-08-25T07:30:00.820Z Downloaded vergen-gitcl v1.0.8
12212026-08-25T07:30:00.820Z Downloaded bindgen v0.71.1
12222026-08-25T07:30:00.820Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-08-25T07:30:00.821Z Downloaded p521 v0.14.0
12242026-08-25T07:30:00.821Z Downloaded vte v0.14.1
12252026-08-25T07:30:00.821Z Downloaded slab v0.4.12
12262026-08-25T07:30:00.821Z Downloaded derive_builder v0.20.2
12272026-08-25T07:30:00.821Z Downloaded derive_more v2.1.1
12282026-08-25T07:30:00.846Z Downloaded resolv-conf v0.7.6
12292026-08-25T07:30:00.861Z Downloaded salty v0.3.0
12302026-08-25T07:30:00.861Z Downloaded displaydoc v0.2.5
12312026-08-25T07:30:00.861Z Downloaded rustls-pki-types v1.14.0
12322026-08-25T07:30:00.861Z Downloaded serde_with_macros v3.21.0
12332026-08-25T07:30:00.861Z Downloaded phf v0.13.1
12342026-08-25T07:30:00.861Z Downloaded chrono v0.4.45
12352026-08-25T07:30:00.861Z Downloaded zstd-safe v7.2.4
12362026-08-25T07:30:00.861Z Downloaded icu_normalizer v2.1.1
12372026-08-25T07:30:00.879Z Downloaded darling v0.23.0
12382026-08-25T07:30:00.879Z Downloaded rsa v0.9.10
12392026-08-25T07:30:01.011Z Downloaded idna v1.1.0
12402026-08-25T07:30:01.011Z Downloaded steno v0.4.1
12412026-08-25T07:30:01.011Z Downloaded ron v0.8.1
12422026-08-25T07:30:01.011Z Downloaded diesel_derives v2.3.7
12432026-08-25T07:30:01.011Z Downloaded yansi v1.0.1
12442026-08-25T07:30:01.614Z Downloaded winnow v0.5.40
12452026-08-25T07:30:01.614Z Downloaded russh v0.62.4
12462026-08-25T07:30:01.614Z Downloaded progenitor-impl v0.13.0
12472026-08-25T07:30:01.614Z Downloaded winnow v1.0.3
12482026-08-25T07:30:01.614Z Downloaded tabled v0.21.0
12492026-08-25T07:30:01.614Z Downloaded oxnet v0.1.6
12502026-08-25T07:30:01.615Z Downloaded goblin v0.10.5
12512026-08-25T07:30:01.615Z Downloaded rand v0.10.1
12522026-08-25T07:30:01.615Z Downloaded zopfli v0.8.3
12532026-08-25T07:30:01.615Z Downloaded pretty_assertions v1.4.1
12542026-08-25T07:30:01.615Z Downloaded crypto-bigint v0.5.5
12552026-08-25T07:30:01.615Z Downloaded gimli v0.32.3
12562026-08-25T07:30:01.615Z Downloaded itertools v0.10.5
12572026-08-25T07:30:01.615Z Downloaded openssl-sys v0.9.117
12582026-08-25T07:30:01.615Z Downloaded socket2 v0.5.10
12592026-08-25T07:30:01.616Z Downloaded quinn-proto v0.11.16
12602026-08-25T07:30:01.616Z Downloaded lalrpop v0.19.12
12612026-08-25T07:30:01.616Z Downloaded omicron-zone-package v0.12.3
12622026-08-25T07:30:01.616Z Downloaded icu_normalizer_data v2.1.1
12632026-08-25T07:30:01.616Z Downloaded quick-xml v0.37.5
12642026-08-25T07:30:01.616Z Downloaded portable-atomic v1.13.1
12652026-08-25T07:30:01.616Z Downloaded serde_with v1.14.0
12662026-08-25T07:30:01.616Z Downloaded itertools v0.14.0
12672026-08-25T07:30:01.617Z Downloaded minimal-lexical v0.2.1
12682026-08-25T07:30:01.617Z Downloaded ed25519-dalek v3.0.0
12692026-08-25T07:30:01.617Z Downloaded p256 v0.14.0
12702026-08-25T07:30:01.617Z Downloaded unicode_categories v0.1.1
12712026-08-25T07:30:01.617Z Downloaded schemars v0.9.0
12722026-08-25T07:30:01.617Z Downloaded sha3 v0.12.0
12732026-08-25T07:30:01.617Z Downloaded petname v2.0.2
12742026-08-25T07:30:01.617Z Downloaded zerovec v0.11.5
12752026-08-25T07:30:01.618Z Downloaded ed25519-dalek v2.2.0
12762026-08-25T07:30:01.618Z Downloaded der v0.8.0
12772026-08-25T07:30:01.618Z Downloaded object v0.30.4
12782026-08-25T07:30:01.618Z Downloaded nom v7.1.3
12792026-08-25T07:30:01.618Z Downloaded iri-string v0.7.10
12802026-08-25T07:30:01.618Z Downloaded tower v0.5.3
12812026-08-25T07:30:01.618Z Downloaded reedline v0.40.0
12822026-08-25T07:30:01.618Z Downloaded smoltcp v0.9.1
12832026-08-25T07:30:01.618Z Downloaded tokio-util v0.7.18
12842026-08-25T07:30:01.664Z Downloaded zip v4.6.1
12852026-08-25T07:30:01.664Z Downloaded p384 v0.13.1
12862026-08-25T07:30:01.664Z Downloaded radix_trie v0.2.1
12872026-08-25T07:30:01.664Z Downloaded unicode-normalization v0.1.25
12882026-08-25T07:30:01.664Z Downloaded nom v8.0.0
12892026-08-25T07:30:01.664Z Downloaded dropshot-api-manager v0.8.0
12902026-08-25T07:30:01.664Z Downloaded iddqd v0.4.2
12912026-08-25T07:30:01.664Z Downloaded itertools v0.15.0
12922026-08-25T07:30:01.664Z Downloaded libm v0.2.16
12932026-08-25T07:30:01.664Z Downloaded icu_properties_data v2.1.2
12942026-08-25T07:30:01.664Z Downloaded zlib-rs v0.6.2
12952026-08-25T07:30:01.664Z Downloaded smoltcp v0.11.0
12962026-08-25T07:30:01.664Z Downloaded time v0.3.47
12972026-08-25T07:30:01.664Z Downloaded hickory-proto v0.24.4
12982026-08-25T07:30:01.664Z Downloaded bstr v1.12.1
12992026-08-25T07:30:01.664Z Downloaded rawzip v0.4.4
13002026-08-25T07:30:01.664Z Downloaded rustls v0.23.41
13012026-08-25T07:30:01.664Z Downloaded rayon v1.11.0
13022026-08-25T07:30:01.664Z Downloaded nix v0.28.0
13032026-08-25T07:30:01.665Z Downloaded crypto-primes v0.7.2
13042026-08-25T07:30:01.665Z Downloaded curve25519-dalek v4.1.3
13052026-08-25T07:30:01.665Z Downloaded regress v0.10.5
13062026-08-25T07:30:01.665Z Downloaded serde_with v3.21.0
13072026-08-25T07:30:01.665Z Downloaded vcpkg v0.2.15
13082026-08-25T07:30:01.665Z Downloaded curve25519-dalek v5.0.0
13092026-08-25T07:30:01.665Z Downloaded nix v0.27.1
13102026-08-25T07:30:01.665Z Downloaded polar-core v0.27.3
13112026-08-25T07:30:01.665Z Downloaded regex-syntax v0.6.29
13122026-08-25T07:30:01.665Z Downloaded regress v0.11.1
13132026-08-25T07:30:01.665Z Downloaded hickory-proto v0.25.2
13142026-08-25T07:30:01.665Z Downloaded zerocopy v0.8.55
13152026-08-25T07:30:01.665Z Downloaded nix v0.31.2
13162026-08-25T07:30:01.665Z Downloaded moka v0.12.13
13172026-08-25T07:30:01.665Z Downloaded object v0.37.3
13182026-08-25T07:30:01.665Z Downloaded openapiv3 v2.2.0
13192026-08-25T07:30:01.665Z Downloaded rustix v0.38.44
13202026-08-25T07:30:01.665Z Downloaded openssl v0.10.80
13212026-08-25T07:30:01.666Z Downloaded dropshot v0.17.1
13222026-08-25T07:30:01.666Z Downloaded crypto-bigint v0.7.5
13232026-08-25T07:30:01.666Z Downloaded regex-syntax v0.8.10
13242026-08-25T07:30:01.666Z Downloaded tracing v0.1.44
13252026-08-25T07:30:01.666Z Downloaded sled v0.34.7
13262026-08-25T07:30:01.666Z Downloaded diesel v2.3.7
13272026-08-25T07:30:01.666Z Downloaded sqlparser v0.61.0
13282026-08-25T07:30:01.666Z Downloaded zerocopy-derive v0.6.6
13292026-08-25T07:30:01.666Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-08-25T07:30:01.666Z Downloaded typify-impl v0.6.2
13312026-08-25T07:30:01.666Z Downloaded sha3 v0.11.0
13322026-08-25T07:30:01.666Z Downloaded ratatui v0.29.0
13332026-08-25T07:30:01.666Z Downloaded petgraph v0.6.5
13342026-08-25T07:30:01.666Z Downloaded regex-automata v0.4.14
13352026-08-25T07:30:01.666Z Downloaded chrono-tz v0.10.4
13362026-08-25T07:30:01.666Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-25T07:30:01.666Z Downloaded petgraph v0.8.3
13382026-08-25T07:30:01.666Z Downloaded jiff v0.2.34
13392026-08-25T07:30:01.666Z Downloaded libz-sys v1.1.24
13402026-08-25T07:30:01.666Z Downloaded tokio v1.52.1
13412026-08-25T07:30:01.667Z Downloaded csv v1.4.0
13422026-08-25T07:30:01.667Z Downloaded sha3 v0.10.8
13432026-08-25T07:30:01.667Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-08-25T07:30:01.725Z Downloaded encoding_rs v0.8.35
13452026-08-25T07:30:01.760Z Downloaded ring v0.17.14
13462026-08-25T07:30:02.393Z Downloaded aws-lc-sys v0.40.0
13472026-08-25T07:30:02.535Z Compiling serde_core v1.0.229
13482026-08-25T07:30:02.535Z Compiling libc v0.2.185
13492026-08-25T07:30:02.535Z Compiling serde v1.0.229
13502026-08-25T07:30:02.649Z Compiling log v0.4.33
13512026-08-25T07:30:02.649Z Compiling smallvec v1.15.1
13522026-08-25T07:30:02.649Z Compiling find-msvc-tools v0.1.9
13532026-08-25T07:30:02.649Z Compiling shlex v1.3.0
13542026-08-25T07:30:02.778Z Compiling syn v2.0.117
13552026-08-25T07:30:02.891Z Compiling syn v3.0.3
13562026-08-25T07:30:02.928Z Compiling subtle v2.6.1
13572026-08-25T07:30:02.995Z Compiling scopeguard v1.2.0
13582026-08-25T07:30:03.065Z Compiling stable_deref_trait v1.2.1
13592026-08-25T07:30:03.065Z Compiling typenum v1.20.1
13602026-08-25T07:30:03.066Z Compiling lock_api v0.4.14
13612026-08-25T07:30:03.066Z Compiling zerocopy v0.8.55
13622026-08-25T07:30:03.066Z Compiling portable-atomic v1.13.1
13632026-08-25T07:30:03.355Z Compiling serde_json v1.0.151
13642026-08-25T07:30:03.566Z Compiling critical-section v1.2.0
13652026-08-25T07:30:03.642Z Compiling libm v0.2.16
13662026-08-25T07:30:03.643Z Compiling errno v0.3.14
13672026-08-25T07:30:03.643Z Compiling jobserver v0.1.34
13682026-08-25T07:30:03.750Z Compiling getrandom v0.2.17
13692026-08-25T07:30:03.880Z Compiling cc v1.2.56
13702026-08-25T07:30:03.911Z Compiling num-traits v0.2.19
13712026-08-25T07:30:03.954Z Compiling rand_core v0.6.4
13722026-08-25T07:30:04.162Z Compiling once_cell v1.21.3
13732026-08-25T07:30:04.227Z Compiling getrandom v0.4.3
13742026-08-25T07:30:04.276Z Compiling pkg-config v0.3.32
13752026-08-25T07:30:04.415Z Compiling generic-array v0.14.7
13762026-08-25T07:30:04.579Z Compiling const-oid v0.9.6
13772026-08-25T07:30:04.632Z Compiling parking_lot_core v0.9.12
13782026-08-25T07:30:04.825Z Compiling bitflags v2.11.0
13792026-08-25T07:30:05.047Z Compiling pin-project-lite v0.2.17
13802026-08-25T07:30:05.073Z Compiling rand_core v0.10.0
13812026-08-25T07:30:05.236Z Compiling writeable v0.6.2
13822026-08-25T07:30:05.418Z Compiling litemap v0.8.1
13832026-08-25T07:30:05.486Z Compiling percent-encoding v2.3.2
13842026-08-25T07:30:05.486Z Compiling semver v1.0.28
13852026-08-25T07:30:05.574Z Compiling synstructure v0.13.2
13862026-08-25T07:30:05.632Z Compiling signal-hook-registry v1.4.8
13872026-08-25T07:30:05.632Z Compiling futures-core v0.3.32
13882026-08-25T07:30:05.717Z Compiling icu_normalizer_data v2.1.1
13892026-08-25T07:30:05.739Z Compiling icu_properties_data v2.1.2
13902026-08-25T07:30:05.763Z Compiling parking_lot v0.12.5
13912026-08-25T07:30:05.827Z Compiling mio v1.2.0
13922026-08-25T07:30:05.968Z Compiling rustix v1.1.4
13932026-08-25T07:30:05.995Z Compiling getrandom v0.3.4
13942026-08-25T07:30:06.075Z Compiling socket2 v0.6.3
13952026-08-25T07:30:06.205Z Compiling futures-sink v0.3.32
13962026-08-25T07:30:06.329Z Compiling utf8_iter v1.0.4
13972026-08-25T07:30:06.401Z Compiling indexmap v2.14.0
13982026-08-25T07:30:06.401Z Compiling futures-channel v0.3.32
13992026-08-25T07:30:06.401Z Compiling form_urlencoded v1.2.2
14002026-08-25T07:30:06.453Z Compiling serde_derive v1.0.229
14012026-08-25T07:30:06.473Z Compiling futures-io v0.3.32
14022026-08-25T07:30:06.494Z Compiling futures-task v0.3.32
14032026-08-25T07:30:06.525Z Compiling slab v0.4.12
14042026-08-25T07:30:06.774Z Compiling rustversion v1.0.22
14052026-08-25T07:30:06.797Z Compiling iana-time-zone v0.1.65
14062026-08-25T07:30:06.797Z Compiling regex-syntax v0.8.10
14072026-08-25T07:30:06.906Z Compiling base64ct v1.8.3
14082026-08-25T07:30:07.098Z Compiling rand_core v0.9.5
14092026-08-25T07:30:07.099Z Compiling uuid v1.23.4
14102026-08-25T07:30:07.309Z Compiling pem-rfc7468 v0.7.0
14112026-08-25T07:30:07.386Z Compiling cmake v0.1.57
14122026-08-25T07:30:07.386Z Compiling zeroize_derive v1.5.0
14132026-08-25T07:30:07.547Z Compiling zerofrom-derive v0.1.6
14142026-08-25T07:30:07.618Z Compiling zerocopy-derive v0.8.55
14152026-08-25T07:30:07.683Z Compiling yoke-derive v0.8.1
14162026-08-25T07:30:07.708Z Compiling zerovec-derive v0.11.2
14172026-08-25T07:30:07.793Z Compiling displaydoc v0.2.5
14182026-08-25T07:30:07.921Z Compiling tokio-macros v2.7.0
14192026-08-25T07:30:08.592Z Compiling futures-macro v0.3.32
14202026-08-25T07:30:08.729Z Compiling thiserror-impl v2.0.18
14212026-08-25T07:30:08.836Z Compiling der_derive v0.7.3
14222026-08-25T07:30:08.852Z Compiling fs_extra v1.3.0
14232026-08-25T07:30:09.020Z Compiling zerofrom v0.1.6
14242026-08-25T07:30:09.121Z Compiling yoke v0.8.1
14252026-08-25T07:30:09.278Z Compiling ident_case v1.0.1
14262026-08-25T07:30:09.278Z Compiling dunce v1.0.5
14272026-08-25T07:30:09.278Z Compiling zerovec v0.11.5
14282026-08-25T07:30:09.278Z Compiling zerotrie v0.2.3
14292026-08-25T07:30:09.409Z Compiling flagset v0.4.7
14302026-08-25T07:30:09.409Z Compiling futures-util v0.3.32
14312026-08-25T07:30:09.481Z Compiling aws-lc-sys v0.40.0
14322026-08-25T07:30:09.534Z Compiling base64 v0.22.1
14332026-08-25T07:30:09.767Z Compiling tinystr v0.8.2
14342026-08-25T07:30:09.827Z Compiling potential_utf v0.1.4
14352026-08-25T07:30:09.903Z Compiling zeroize v1.9.0
14362026-08-25T07:30:09.904Z Compiling bytes v1.11.1
14372026-08-25T07:30:09.957Z Compiling icu_locale_core v2.1.1
14382026-08-25T07:30:09.957Z Compiling icu_collections v2.1.1
14392026-08-25T07:30:09.990Z Compiling chrono v0.4.45
14402026-08-25T07:30:10.379Z Compiling tokio v1.52.1
14412026-08-25T07:30:10.437Z Compiling der v0.7.10
14422026-08-25T07:30:10.641Z Compiling icu_provider v2.1.1
14432026-08-25T07:30:10.735Z Compiling crypto-common v0.1.7
14442026-08-25T07:30:10.958Z Compiling icu_properties v2.1.2
14452026-08-25T07:30:11.224Z Compiling icu_normalizer v2.1.1
14462026-08-25T07:30:11.308Z Compiling block-buffer v0.10.4
14472026-08-25T07:30:11.454Z Compiling digest v0.10.7
14482026-08-25T07:30:11.514Z Compiling thiserror v2.0.18
14492026-08-25T07:30:11.553Z Compiling spki v0.7.3
14502026-08-25T07:30:11.626Z Compiling http v1.4.2
14512026-08-25T07:30:11.689Z Compiling serde_derive_internals v0.29.1
14522026-08-25T07:30:11.739Z Compiling dyn-clone v1.0.20
14532026-08-25T07:30:11.778Z Compiling idna_adapter v1.2.1
14542026-08-25T07:30:11.827Z Compiling schemars v0.8.22
14552026-08-25T07:30:12.067Z Compiling idna v1.1.0
14562026-08-25T07:30:12.110Z Compiling vcpkg v0.2.15
14572026-08-25T07:30:12.110Z Compiling syn v1.0.109
14582026-08-25T07:30:12.394Z Compiling ppv-lite86 v0.2.21
14592026-08-25T07:30:12.447Z Compiling url v2.5.8
14602026-08-25T07:30:12.491Z Compiling schemars_derive v0.8.22
14612026-08-25T07:30:12.542Z Compiling rand_chacha v0.9.0
14622026-08-25T07:30:12.683Z Compiling tracing-attributes v0.1.31
14632026-08-25T07:30:12.713Z Compiling rustc_version v0.4.1
14642026-08-25T07:30:12.737Z Compiling openssl-sys v0.9.117
14652026-08-25T07:30:12.974Z Compiling rand v0.9.2
14662026-08-25T07:30:13.182Z Compiling tracing-core v0.1.36
14672026-08-25T07:30:13.334Z Compiling aws-lc-rs v1.16.3
14682026-08-25T07:30:13.507Z Compiling simd-adler32 v0.3.8
14692026-08-25T07:30:13.558Z Compiling cpufeatures v0.2.17
14702026-08-25T07:30:13.558Z Compiling tempfile v3.27.0
14712026-08-25T07:30:13.736Z Compiling http-body v1.0.1
14722026-08-25T07:30:13.814Z Compiling pkcs8 v0.10.2
14732026-08-25T07:30:13.886Z Compiling rustls-pki-types v1.14.0
14742026-08-25T07:30:13.920Z Compiling spin v0.9.8
14752026-08-25T07:30:13.945Z Compiling tracing v0.1.44
14762026-08-25T07:30:14.112Z Compiling crc32fast v1.5.0
14772026-08-25T07:30:14.154Z Compiling cmov v0.5.4
14782026-08-25T07:30:14.190Z Compiling tokio-util v0.7.18
14792026-08-25T07:30:14.375Z Compiling tinyvec_macros v0.1.1
14802026-08-25T07:30:14.497Z Compiling openssl-probe v0.2.1
14812026-08-25T07:30:14.497Z Compiling httparse v1.10.1
14822026-08-25T07:30:14.497Z Compiling adler2 v2.0.1
14832026-08-25T07:30:14.569Z Compiling miniz_oxide v0.8.9
14842026-08-25T07:30:14.570Z Compiling tinyvec v1.10.0
14852026-08-25T07:30:14.783Z Compiling ctutils v0.4.2
14862026-08-25T07:30:14.943Z Compiling pest_generator v2.8.6
14872026-08-25T07:30:15.122Z Compiling sha2 v0.10.9
14882026-08-25T07:30:15.208Z Compiling terminal_size v0.4.3
14892026-08-25T07:30:15.208Z Compiling aho-corasick v1.1.4
14902026-08-25T07:30:15.261Z Compiling atomic-waker v1.1.2
14912026-08-25T07:30:15.261Z Compiling untrusted v0.7.1
14922026-08-25T07:30:15.379Z Compiling tower-service v0.3.3
14932026-08-25T07:30:15.398Z Compiling try-lock v0.2.5
14942026-08-25T07:30:15.398Z Compiling tower-layer v0.3.3
14952026-08-25T07:30:15.511Z Compiling radium v0.7.0
14962026-08-25T07:30:15.563Z Compiling pest_derive v2.8.6
14972026-08-25T07:30:15.607Z Compiling want v0.3.1
14982026-08-25T07:30:15.709Z Compiling h2 v0.4.15
14992026-08-25T07:30:15.746Z Compiling hybrid-array v0.4.13
15002026-08-25T07:30:16.296Z Compiling regex-automata v0.4.14
15012026-08-25T07:30:16.566Z Compiling ipnet v2.12.0
15022026-08-25T07:30:16.623Z Compiling darling_core v0.20.11
15032026-08-25T07:30:16.679Z Compiling scroll_derive v0.13.1
15042026-08-25T07:30:16.741Z Compiling wait-timeout v0.2.1
15052026-08-25T07:30:16.820Z Compiling openssl v0.10.80
15062026-08-25T07:30:17.045Z Compiling httpdate v1.0.3
15072026-08-25T07:30:17.074Z Compiling foreign-types-shared v0.1.1
15082026-08-25T07:30:17.114Z Compiling untrusted v0.9.0
15092026-08-25T07:30:17.293Z Compiling quick-error v1.2.3
15102026-08-25T07:30:17.303Z Compiling bit-vec v0.8.0
15112026-08-25T07:30:17.349Z Compiling tap v1.0.1
15122026-08-25T07:30:17.519Z Compiling rustls v0.23.41
15132026-08-25T07:30:17.865Z Compiling maybe-uninit v2.0.0
15142026-08-25T07:30:17.866Z Compiling wyz v0.5.1
15152026-08-25T07:30:17.866Z Compiling bit-set v0.8.0
15162026-08-25T07:30:18.230Z Compiling scroll v0.13.0
15172026-08-25T07:30:18.231Z Compiling rusty-fork v0.3.1
15182026-08-25T07:30:18.231Z Compiling foreign-types v0.3.2
15192026-08-25T07:30:18.231Z Compiling unicode-normalization v0.1.25
15202026-08-25T07:30:18.434Z Compiling rand_chacha v0.3.1
15212026-08-25T07:30:18.434Z Compiling signature v2.2.0
15222026-08-25T07:30:18.607Z Compiling hex v0.4.3
15232026-08-25T07:30:18.607Z Compiling openssl-macros v0.1.1
15242026-08-25T07:30:18.607Z Compiling thiserror-impl v1.0.69
15252026-08-25T07:30:18.607Z Compiling rand_xorshift v0.4.0
15262026-08-25T07:30:18.828Z Compiling num-integer v0.1.46
15272026-08-25T07:30:18.828Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15282026-08-25T07:30:18.878Z Compiling bzip2-sys v0.1.13+1.0.8
15292026-08-25T07:30:18.878Z Compiling darling_macro v0.20.11
15302026-08-25T07:30:19.042Z Compiling hyper v1.10.1
15312026-08-25T07:30:19.104Z Compiling ahash v0.8.12
15322026-08-25T07:30:19.105Z Compiling packed_struct v0.10.1
15332026-08-25T07:30:19.248Z Compiling num-bigint-dig v0.8.6
15342026-08-25T07:30:19.280Z Compiling funty v2.0.0
15352026-08-25T07:30:19.280Z Compiling unarray v0.1.4
15362026-08-25T07:30:19.455Z Compiling num-conv v0.2.0
15372026-08-25T07:30:19.557Z Compiling paste v1.0.15
15382026-08-25T07:30:19.840Z Compiling native-tls v0.2.18
15392026-08-25T07:30:19.840Z Compiling time-core v0.1.8
15402026-08-25T07:30:20.376Z Compiling powerfmt v0.2.0
15412026-08-25T07:30:20.376Z Compiling time-macros v0.2.27
15422026-08-25T07:30:20.376Z Compiling bitvec v1.0.1
15432026-08-25T07:30:20.376Z Compiling deranged v0.5.8
15442026-08-25T07:30:20.376Z Compiling thiserror v1.0.69
15452026-08-25T07:30:20.376Z Compiling proptest v1.11.0
15462026-08-25T07:30:20.580Z Compiling clap_builder v4.6.0
15472026-08-25T07:30:20.580Z Compiling hyper-util v0.1.20
15482026-08-25T07:30:20.757Z Compiling darling v0.20.11
15492026-08-25T07:30:20.792Z Compiling num-iter v0.1.45
15502026-08-25T07:30:21.278Z Compiling rand v0.8.6
15512026-08-25T07:30:21.528Z Compiling goblin v0.10.5
15522026-08-25T07:30:21.859Z Compiling packed_struct_codegen v0.10.1
15532026-08-25T07:30:22.374Z Compiling ipnetwork v0.21.1
15542026-08-25T07:30:22.544Z Compiling lazy_static v1.5.0
15552026-08-25T07:30:22.544Z Compiling hmac v0.12.1
15562026-08-25T07:30:22.599Z Compiling serde_spanned v0.6.9
15572026-08-25T07:30:22.999Z Compiling toml_datetime v0.6.11
15582026-08-25T07:30:23.090Z Compiling slog v2.8.2
15592026-08-25T07:30:23.091Z Compiling zerocopy-derive v0.6.6
15602026-08-25T07:30:23.091Z Compiling bitfield-macros v0.19.4
15612026-08-25T07:30:23.160Z Compiling clap_derive v4.6.1
15622026-08-25T07:30:23.762Z Compiling sync_wrapper v1.0.2
15632026-08-25T07:30:23.801Z Compiling indexmap v1.9.3
15642026-08-25T07:30:23.801Z Compiling nodrop v0.1.14
15652026-08-25T07:30:23.929Z Compiling crc-catalog v2.4.0
15662026-08-25T07:30:24.039Z Compiling siphasher v1.0.2
15672026-08-25T07:30:24.039Z Compiling object v0.37.3
15682026-08-25T07:30:24.076Z Compiling crossbeam-utils v0.8.21
15692026-08-25T07:30:24.076Z Compiling usdt-impl v0.6.0
15702026-08-25T07:30:24.189Z Compiling zlib-rs v0.6.2
15712026-08-25T07:30:24.259Z Compiling unicode-segmentation v1.12.0
15722026-08-25T07:30:24.334Z Compiling num_threads v0.1.7
15732026-08-25T07:30:24.439Z Compiling time v0.3.47
15742026-08-25T07:30:24.775Z Compiling dof v0.4.0
15752026-08-25T07:30:24.864Z Compiling clap v4.6.1
15762026-08-25T07:30:25.081Z Compiling crc v3.4.0
15772026-08-25T07:30:25.152Z Compiling array-init v0.0.4
15782026-08-25T07:30:25.512Z Compiling tower v0.5.3
15792026-08-25T07:30:25.821Z Compiling zerocopy v0.6.6
15802026-08-25T07:30:25.912Z Compiling bitfield v0.19.4
15812026-08-25T07:30:26.824Z Compiling newtype-uuid v1.3.2
15822026-08-25T07:30:26.941Z Compiling oxnet v0.1.6
15832026-08-25T07:30:26.942Z Compiling smallvec v0.6.14
15842026-08-25T07:30:26.942Z Compiling derive_builder_core v0.20.2
15852026-08-25T07:30:27.651Z Compiling flate2 v1.1.9
15862026-08-25T07:30:27.799Z Compiling dtrace-parser v0.3.0
15872026-08-25T07:30:27.799Z Compiling pkcs1 v0.7.5
15882026-08-25T07:30:27.800Z Compiling http-body-util v0.1.3
15892026-08-25T07:30:27.800Z Compiling heapless v0.7.17
15902026-08-25T07:30:27.800Z Compiling erased-serde v0.3.31
15912026-08-25T07:30:27.800Z Compiling darling_core v0.23.0
15922026-08-25T07:30:27.844Z Compiling scroll_derive v0.12.1
15932026-08-25T07:30:27.845Z Compiling structmeta-derive v0.3.0
15942026-08-25T07:30:28.301Z Compiling daft-derive v0.1.8
15952026-08-25T07:30:28.390Z Compiling thread-id v5.1.0
15962026-08-25T07:30:28.390Z Compiling cookie v0.18.1
15972026-08-25T07:30:28.457Z Compiling env_filter v2.0.0
15982026-08-25T07:30:28.570Z Compiling winnow v0.5.40
15992026-08-25T07:30:28.719Z Compiling hashbrown v0.12.3
16002026-08-25T07:30:28.765Z Compiling allocator-api2 v0.2.21
16012026-08-25T07:30:28.894Z Compiling gimli v0.32.3
16022026-08-25T07:30:29.050Z Compiling unicode-bidi v0.3.18
16032026-08-25T07:30:29.454Z Compiling base64 v0.21.7
16042026-08-25T07:30:29.674Z Compiling unicode-properties v0.1.4
16052026-08-25T07:30:29.674Z Compiling anyhow v1.0.104
16062026-08-25T07:30:29.939Z Compiling zstd-safe v7.2.4
16072026-08-25T07:30:30.161Z Compiling iri-string v0.7.10
16082026-08-25T07:30:30.161Z Compiling ryu v1.0.23
16092026-08-25T07:30:30.161Z Compiling signal-hook v0.3.18
16102026-08-25T07:30:30.161Z Compiling serde_urlencoded v0.7.1
16112026-08-25T07:30:30.472Z Compiling darling_macro v0.23.0
16122026-08-25T07:30:31.028Z Compiling toml_edit v0.19.15
16132026-08-25T07:30:31.028Z Compiling stringprep v0.1.5
16142026-08-25T07:30:31.029Z Compiling addr2line v0.25.1
16152026-08-25T07:30:31.288Z Compiling ron v0.8.1
16162026-08-25T07:30:31.288Z Compiling structmeta v0.3.0
16172026-08-25T07:30:31.288Z Compiling tower-http v0.6.8
16182026-08-25T07:30:31.288Z Compiling daft v0.1.8
16192026-08-25T07:30:31.318Z Compiling env_logger v0.11.11
16202026-08-25T07:30:31.318Z Compiling scroll v0.12.0
16212026-08-25T07:30:31.471Z Compiling rsa v0.9.10
16222026-08-25T07:30:31.486Z Compiling derive_builder_macro v0.20.2
16232026-08-25T07:30:31.776Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16242026-08-25T07:30:31.929Z Compiling hashbrown v0.13.2
16252026-08-25T07:30:31.930Z Compiling bzip2 v0.4.4
16262026-08-25T07:30:31.987Z Compiling serde-hex v0.1.0
16272026-08-25T07:30:32.075Z Compiling tokio-native-tls v0.3.1
16282026-08-25T07:30:32.075Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-25T07:30:32.240Z Compiling camino v1.2.5
16302026-08-25T07:30:33.452Z Compiling bstr v1.12.1
16312026-08-25T07:30:33.780Z Compiling block-buffer v0.12.1
16322026-08-25T07:30:33.780Z Compiling crypto-common v0.2.2
16332026-08-25T07:30:33.780Z Compiling block-padding v0.4.2
16342026-08-25T07:30:33.859Z Compiling rustls-native-certs v0.8.3
16352026-08-25T07:30:33.859Z Compiling curve25519-dalek v4.1.3
16362026-08-25T07:30:33.859Z Compiling x509-cert v0.2.5
16372026-08-25T07:30:33.859Z Compiling md-5 v0.10.6
16382026-08-25T07:30:33.859Z Compiling serde_tokenstream v0.2.3
16392026-08-25T07:30:33.859Z Compiling vergen-lib v9.1.0
16402026-08-25T07:30:33.968Z Compiling pin-project-internal v1.1.11
16412026-08-25T07:30:34.218Z Compiling async-trait v0.1.89
16422026-08-25T07:30:34.507Z Compiling zerocopy-derive v0.7.35
16432026-08-25T07:30:34.676Z Compiling hash32 v0.2.1
16442026-08-25T07:30:35.429Z Compiling memoffset v0.9.1
16452026-08-25T07:30:35.848Z Compiling encoding_rs v0.8.35
16462026-08-25T07:30:35.848Z Compiling rustc-demangle v0.1.27
16472026-08-25T07:30:35.849Z Compiling crc-any v2.5.0
16482026-08-25T07:30:35.849Z Compiling litrs v1.0.0
16492026-08-25T07:30:35.849Z Compiling mime v0.3.17
16502026-08-25T07:30:35.849Z Compiling owo-colors v4.3.0
16512026-08-25T07:30:35.849Z Compiling smoltcp v0.9.1
16522026-08-25T07:30:35.849Z Compiling rustix v0.38.44
16532026-08-25T07:30:35.849Z Compiling fallible-iterator v0.2.0
16542026-08-25T07:30:36.024Z Compiling ref-cast v1.0.25
16552026-08-25T07:30:36.024Z Compiling cfg_aliases v0.2.1
16562026-08-25T07:30:36.024Z Compiling psl-types v2.0.11
16572026-08-25T07:30:36.024Z Compiling nix v0.31.2
16582026-08-25T07:30:36.024Z Compiling publicsuffix v2.3.0
16592026-08-25T07:30:36.024Z Compiling postgres-protocol v0.6.10
16602026-08-25T07:30:36.024Z Compiling document-features v0.2.12
16612026-08-25T07:30:36.024Z Compiling zerocopy v0.7.35
16622026-08-25T07:30:36.024Z Compiling backtrace v0.3.76
16632026-08-25T07:30:36.140Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16642026-08-25T07:30:36.440Z Compiling pin-project v1.1.11
16652026-08-25T07:30:37.078Z Compiling inout v0.2.2
16662026-08-25T07:30:37.078Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16672026-08-25T07:30:37.079Z Compiling object v0.30.4
16682026-08-25T07:30:37.079Z Compiling hyper-tls v0.6.0
16692026-08-25T07:30:37.086Z Compiling derive_builder v0.20.2
16702026-08-25T07:30:37.086Z Compiling zip v0.6.6
16712026-08-25T07:30:37.086Z Compiling toml v0.7.8
16722026-08-25T07:30:37.086Z Compiling goblin v0.8.2
16732026-08-25T07:30:37.087Z Compiling derive-ex v0.1.8
16742026-08-25T07:30:37.264Z Compiling darling v0.23.0
16752026-08-25T07:30:37.479Z Compiling convert_case v0.10.0
16762026-08-25T07:30:37.708Z Compiling phf_shared v0.13.1
16772026-08-25T07:30:37.761Z Compiling regex v1.12.3
16782026-08-25T07:30:37.828Z Compiling hubpack_derive v0.1.1
16792026-08-25T07:30:38.054Z Compiling futures-executor v0.3.32
16802026-08-25T07:30:38.512Z Compiling vergen v9.1.0
16812026-08-25T07:30:38.512Z Compiling strum_macros v0.27.2
16822026-08-25T07:30:38.512Z Compiling ref-cast-impl v1.0.25
16832026-08-25T07:30:38.512Z Compiling curve25519-dalek-derive v0.1.1
16842026-08-25T07:30:38.742Z Compiling snafu-derive v0.8.9
16852026-08-25T07:30:38.770Z Compiling cargo-platform v0.3.2
16862026-08-25T07:30:38.947Z Compiling ff v0.13.1
16872026-08-25T07:30:39.133Z Compiling fs-err v3.3.0
16882026-08-25T07:30:39.177Z Compiling bitflags v1.3.2
16892026-08-25T07:30:39.177Z Compiling managed v0.8.0
16902026-08-25T07:30:39.219Z Compiling foldhash v0.2.0
16912026-08-25T07:30:39.483Z Compiling jiff-core v0.1.0
16922026-08-25T07:30:39.753Z Compiling libbz2-rs-sys v0.2.2
16932026-08-25T07:30:39.753Z Compiling same-file v1.0.6
16942026-08-25T07:30:39.855Z Compiling is_ci v1.2.0
16952026-08-25T07:30:39.855Z Compiling foldhash v0.1.5
16962026-08-25T07:30:39.968Z Compiling path-slash v0.1.5
16972026-08-25T07:30:40.056Z Compiling bumpalo v3.20.2
16982026-08-25T07:30:40.145Z Compiling base16ct v0.2.0
16992026-08-25T07:30:40.156Z Compiling either v1.15.0
17002026-08-25T07:30:40.228Z Compiling textwrap v0.16.2
17012026-08-25T07:30:40.262Z Compiling zopfli v0.8.3
17022026-08-25T07:30:40.272Z Compiling sec1 v0.7.3
17032026-08-25T07:30:40.315Z Compiling strum v0.27.2
17042026-08-25T07:30:40.361Z Compiling jiff v0.2.34
17052026-08-25T07:30:40.497Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17062026-08-25T07:30:40.640Z Compiling hashbrown v0.15.5
17072026-08-25T07:30:40.732Z Compiling snafu v0.8.9
17082026-08-25T07:30:40.794Z Compiling bzip2 v0.6.1
17092026-08-25T07:30:40.895Z Compiling supports-color v3.0.2
17102026-08-25T07:30:41.017Z Compiling walkdir v2.5.0
17112026-08-25T07:30:41.243Z Compiling hashbrown v0.16.1
17122026-08-25T07:30:41.254Z Compiling dof v0.3.0
17132026-08-25T07:30:41.254Z Compiling group v0.13.0
17142026-08-25T07:30:41.396Z Compiling cargo_metadata v0.23.1
17152026-08-25T07:30:41.880Z Compiling test-strategy v0.4.5
17162026-08-25T07:30:41.928Z Compiling hubpack v0.1.2
17172026-08-25T07:30:41.941Z Compiling futures v0.3.32
17182026-08-25T07:30:42.072Z Compiling phf v0.13.1
17192026-08-25T07:30:42.295Z Compiling derive_more-impl v2.1.1
17202026-08-25T07:30:42.467Z Compiling signal-hook-mio v0.2.5
17212026-08-25T07:30:42.874Z Compiling serde_with_macros v3.21.0
17222026-08-25T07:30:42.934Z Compiling cookie_store v0.22.1
17232026-08-25T07:30:43.431Z Compiling zstd v0.13.3
17242026-08-25T07:30:43.604Z Compiling reqwest v0.12.28
17252026-08-25T07:30:43.604Z Compiling cipher v0.5.2
17262026-08-25T07:30:43.882Z Compiling backtrace-ext v0.2.1
17272026-08-25T07:30:43.882Z Compiling postgres-types v0.2.12
17282026-08-25T07:30:44.010Z Compiling usdt-macro v0.6.0
17292026-08-25T07:30:44.253Z Compiling usdt-attr-macro v0.6.0
17302026-08-25T07:30:44.699Z Compiling globset v0.4.18
17312026-08-25T07:30:44.759Z Compiling phf_shared v0.11.3
17322026-08-25T07:30:44.759Z Compiling hkdf v0.12.4
17332026-08-25T07:30:44.776Z Compiling dtrace-parser v0.2.0
17342026-08-25T07:30:44.776Z Compiling byte-wrapper v0.1.0
17352026-08-25T07:30:44.992Z Compiling olpc-cjson v0.1.4
17362026-08-25T07:30:45.063Z Compiling ed25519 v2.2.3
17372026-08-25T07:30:45.100Z Compiling crypto-bigint v0.5.5
17382026-08-25T07:30:45.181Z Compiling pem v3.0.6
17392026-08-25T07:30:45.181Z Compiling serde-big-array v0.5.1
17402026-08-25T07:30:45.200Z Compiling serde_plain v1.0.2
17412026-08-25T07:30:45.289Z Compiling strum_macros v0.26.4
17422026-08-25T07:30:45.458Z Compiling miette-derive v7.6.0
17432026-08-25T07:30:45.515Z Compiling async-recursion v1.1.1
17442026-08-25T07:30:45.564Z Compiling serde_repr v0.1.20
17452026-08-25T07:30:46.065Z Compiling enum-as-inner v0.6.1
17462026-08-25T07:30:46.189Z Compiling float-cmp v0.10.0
17472026-08-25T07:30:46.189Z Compiling thread-id v4.2.2
17482026-08-25T07:30:46.406Z Compiling memmap2 v0.9.10
17492026-08-25T07:30:46.406Z Compiling fixedbitset v0.4.2
17502026-08-25T07:30:46.547Z Compiling static_assertions v1.1.0
17512026-08-25T07:30:46.547Z Compiling normalize-line-endings v0.3.0
17522026-08-25T07:30:46.547Z Compiling precomputed-hash v0.1.1
17532026-08-25T07:30:46.547Z Compiling data-encoding v2.10.0
17542026-08-25T07:30:46.783Z Compiling winnow v1.0.3
17552026-08-25T07:30:46.783Z Compiling predicates-core v1.0.10
17562026-08-25T07:30:46.783Z Compiling supports-unicode v3.0.0
17572026-08-25T07:30:46.868Z Compiling const-oid v0.10.2
17582026-08-25T07:30:46.868Z Compiling difflib v0.4.0
17592026-08-25T07:30:46.984Z Compiling fixedbitset v0.5.7
17602026-08-25T07:30:47.034Z Compiling new_debug_unreachable v1.0.6
17612026-08-25T07:30:47.289Z Compiling supports-hyperlinks v3.2.0
17622026-08-25T07:30:47.353Z Compiling keccak v0.1.6
17632026-08-25T07:30:47.354Z Compiling cpufeatures v0.3.0
17642026-08-25T07:30:47.354Z Compiling typed-path v0.9.3
17652026-08-25T07:30:47.354Z Compiling whoami v2.1.0
17662026-08-25T07:30:47.354Z Compiling chacha20 v0.10.0
17672026-08-25T07:30:47.354Z Compiling sha3 v0.10.8
17682026-08-25T07:30:47.354Z Compiling miette v7.6.0
17692026-08-25T07:30:47.974Z Compiling tokio-postgres v0.7.16
17702026-08-25T07:30:48.188Z Compiling toml_parser v1.1.2+spec-1.1.0
17712026-08-25T07:30:48.188Z Compiling petgraph v0.8.3
17722026-08-25T07:30:48.188Z Compiling string_cache v0.8.9
17732026-08-25T07:30:48.188Z Compiling strum v0.26.3
17742026-08-25T07:30:48.188Z Compiling toml_edit v0.22.27
17752026-08-25T07:30:48.188Z Compiling predicates v3.1.4
17762026-08-25T07:30:48.422Z Compiling digest v0.11.3
17772026-08-25T07:30:48.536Z Compiling hickory-proto v0.25.2
17782026-08-25T07:30:48.536Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-25T07:30:48.536Z Compiling petgraph v0.6.5
17802026-08-25T07:30:48.663Z Compiling usdt v0.6.0
17812026-08-25T07:30:48.922Z Compiling usdt-impl v0.5.0
17822026-08-25T07:30:49.516Z Compiling elliptic-curve v0.13.8
17832026-08-25T07:30:49.898Z Compiling ed25519-dalek v2.2.0
17842026-08-25T07:30:50.115Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17852026-08-25T07:30:50.115Z Compiling crossterm v0.28.1
17862026-08-25T07:30:50.268Z Compiling serde_with v3.21.0
17872026-08-25T07:30:50.700Z Compiling zip v4.6.1
17882026-08-25T07:30:51.679Z Compiling derive_more v2.1.1
17892026-08-25T07:30:51.816Z Compiling iddqd v0.4.2
17902026-08-25T07:30:51.816Z Compiling itertools v0.15.0
17912026-08-25T07:30:51.816Z Compiling itertools v0.13.0
17922026-08-25T07:30:51.816Z Compiling similar v2.7.0
17932026-08-25T07:30:51.816Z Compiling crossbeam-epoch v0.9.18
17942026-08-25T07:30:52.034Z Compiling oxide-generation v0.1.3
17952026-08-25T07:30:52.116Z Compiling heck v0.4.1
17962026-08-25T07:30:52.402Z Compiling tokio-stream v0.1.18
17972026-08-25T07:30:52.432Z Compiling buf-list v1.1.2
17982026-08-25T07:30:52.541Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-08-25T07:30:52.598Z Compiling openapiv3 v2.2.0
18002026-08-25T07:30:52.598Z Compiling peg-runtime v0.8.5
18012026-08-25T07:30:52.819Z Compiling lalrpop-util v0.19.12
18022026-08-25T07:30:53.044Z Compiling thread_local v1.1.9
18032026-08-25T07:30:53.044Z Compiling slog-async v2.8.0
18042026-08-25T07:30:53.044Z Compiling crossbeam-channel v0.5.15
18052026-08-25T07:30:53.123Z Compiling is-terminal v0.4.17
18062026-08-25T07:30:53.123Z Compiling filetime v0.2.27
18072026-08-25T07:30:53.124Z Compiling take_mut v0.2.2
18082026-08-25T07:30:53.159Z Compiling term v1.2.1
18092026-08-25T07:30:53.159Z Compiling xattr v1.6.1
18102026-08-25T07:30:53.159Z Compiling camino-tempfile v1.4.1
18112026-08-25T07:30:53.322Z Compiling tar v0.4.46
18122026-08-25T07:30:53.429Z Compiling slog-term v2.9.2
18132026-08-25T07:30:59.922Z Compiling rustls-webpki v0.103.13
18142026-08-25T07:31:02.476Z Compiling tokio-rustls v0.26.4
18152026-08-25T07:31:02.476Z Compiling rustls-platform-verifier v0.6.2
18162026-08-25T07:31:02.544Z Compiling tough v0.22.0
18172026-08-25T07:31:02.733Z Compiling hyper-rustls v0.27.7
18182026-08-25T07:31:02.910Z Compiling reqwest v0.13.2
18192026-08-25T07:31:05.180Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18202026-08-25T07:31:05.460Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18212026-08-25T07:31:08.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18222026-08-25T07:31:08.434Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18232026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: Cockroach
18242026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: Clickhouse
18252026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: MaghemiteMgd
18262026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: Console
18272026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: DendriteStub
18282026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: MaghemiteDdmd
18292026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Starting download, target: TransceiverControl
18302026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18312026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18322026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18332026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18342026-08-25T07:31:08.564ZAug 25 07:31:07.120 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18352026-08-25T07:31:08.565ZAug 25 07:31:07.120 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18362026-08-25T07:31:08.565ZAug 25 07:31:07.120 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18372026-08-25T07:31:10.421ZAug 25 07:31:08.815 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-25T07:31:10.867ZAug 25 07:31:08.856 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18392026-08-25T07:31:10.867ZAug 25 07:31:09.054 INFO Download complete, target: Console
18402026-08-25T07:31:16.942ZAug 25 07:31:15.434 INFO Checking that binary works, target: Clickhouse
18412026-08-25T07:31:17.130ZAug 25 07:31:15.521 INFO Download complete, target: Clickhouse
18422026-08-25T07:31:23.560ZAug 25 07:31:22.052 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18432026-08-25T07:31:23.787ZAug 25 07:31:22.259 INFO Download complete, target: TransceiverControl
18442026-08-25T07:32:59.195ZAug 25 07:32:57.853 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18452026-08-25T07:33:01.020ZAug 25 07:32:59.734 INFO Download complete, target: MaghemiteDdmd
18462026-08-25T07:33:14.429ZAug 25 07:33:13.163 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18472026-08-25T07:33:17.126ZAug 25 07:33:15.873 INFO Download complete, target: DendriteStub
18482026-08-25T07:33:36.859ZAug 25 07:33:35.599 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18492026-08-25T07:33:39.739ZAug 25 07:33:38.359 INFO Download complete, target: MaghemiteMgd
18502026-08-25T07:33:55.396ZAug 25 07:33:54.138 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18512026-08-25T07:33:55.396ZAug 25 07:33:54.138 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18522026-08-25T07:33:59.969ZAug 25 07:33:58.710 INFO Checking that binary works, target: Cockroach
18532026-08-25T07:34:00.077ZAug 25 07:33:58.820 INFO Download complete, target: Cockroach
18542026-08-25T07:34:00.089ZAll builder prerequisites installed successfully, and PATH looks valid
18552026-08-25T07:34:00.112Z
18562026-08-25T07:34:00.113Zreal 4:52.344070184
18572026-08-25T07:34:00.113Zuser 7:25.863943309
18582026-08-25T07:34:00.113Zsys 1:27.269863435
18592026-08-25T07:34:00.113Ztrap 0.235577692
18602026-08-25T07:34:00.113Ztflt 0.506664558
18612026-08-25T07:34:00.113Zdflt 0.844097268
18622026-08-25T07:34:00.113Zkflt 0.028192086
18632026-08-25T07:34:00.113Zlock 1:19:00.939800821
18642026-08-25T07:34:00.114Zslp 27:39.905539049
18652026-08-25T07:34:00.115Zlat 50.155335184
18662026-08-25T07:34:00.115Zstop 2:45.330412569
18672026-08-25T07:34:00.115Z+ banner hack-check
18682026-08-25T07:34:00.115Z
18692026-08-25T07:34:00.115Z # # ## #### # # #### # # ###### #### # #
18702026-08-25T07:34:00.115Z # # # # # # # # # # # # # # # # #
18712026-08-25T07:34:00.115Z ###### # # # #### ##### # ###### ##### # ####
18722026-08-25T07:34:00.115Z # # ###### # # # # # # # # # #
18732026-08-25T07:34:00.115Z # # # # # # # # # # # # # # # # #
18742026-08-25T07:34:00.115Z # # # # #### # # #### # # ###### #### # #
18752026-08-25T07:34:00.115Z
18762026-08-25T07:34:00.115Z+ export CARGO_INCREMENTAL=0
18772026-08-25T07:34:00.115Z+ CARGO_INCREMENTAL=0
18782026-08-25T07:34:00.115Z+ ptime -m timeout 2h cargo xtask check-features --ci
18792026-08-25T07:34:00.564Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18802026-08-25T07:34:00.844Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18812026-08-25T07:34:02.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18822026-08-25T07:34:02.680Z Running `target/debug/xtask check-features --ci`
18832026-08-25T07:34:02.705Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18842026-08-25T07:34:02.705Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18852026-08-25T07:34:03.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18862026-08-25T07:34:03.148Z Running `target/debug/xtask download cargo-hack`
18872026-08-25T07:34:03.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18882026-08-25T07:34:04.226Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18892026-08-25T07:34:06.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
18902026-08-25T07:34:06.987Z Running `target/debug/xtask-downloader cargo-hack`
18912026-08-25T07:34:07.030ZAug 25 07:34:05.775 INFO Starting download, target: CargoHack
18922026-08-25T07:34:07.033ZAug 25 07:34:05.776 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18932026-08-25T07:34:07.218ZAug 25 07:34:05.965 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18942026-08-25T07:34:07.269ZAug 25 07:34:06.016 INFO Download complete, target: CargoHack
18952026-08-25T07:34:07.272Zrunning: "/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"
18962026-08-25T07:34:07.284Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18972026-08-25T07:34:07.443Zinfo: running `cargo check --bins` on api_identity (1/380)
18982026-08-25T07:34:07.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-25T07:34:07.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-25T07:34:07.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-25T07:34:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-25T07:34:07.993Z
19032026-08-25T07:34:07.993Zinfo: running `cargo check --bins` on bootstore (2/380)
19042026-08-25T07:34:08.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-25T07:34:08.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-25T07:34:08.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-25T07:34:08.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-25T07:34:08.555Z
19092026-08-25T07:34:08.555Zinfo: running `cargo check --bins` on omicron-ledger (3/380)
19102026-08-25T07:34:09.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-25T07:34:09.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-25T07:34:09.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-25T07:34:09.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-25T07:34:09.111Z
19152026-08-25T07:34:09.111Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/380)
19162026-08-25T07:34:09.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-25T07:34:09.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-25T07:34:09.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-25T07:34:09.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-25T07:34:09.659Z
19212026-08-25T07:34:09.660Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/380)
19222026-08-25T07:34:10.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-25T07:34:10.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-25T07:34:10.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-25T07:34:10.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-25T07:34:10.218Z
19272026-08-25T07:34:10.218Zinfo: running `cargo check --bins` on omicron-certificates (6/380)
19282026-08-25T07:34:10.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-25T07:34:10.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-25T07:34:10.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-25T07:34:10.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19322026-08-25T07:34:10.780Z
19332026-08-25T07:34:10.780Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/380)
19342026-08-25T07:34:11.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-25T07:34:11.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-25T07:34:11.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-25T07:34:11.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19382026-08-25T07:34:11.339Z
19392026-08-25T07:34:11.339Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/380)
19402026-08-25T07:34:11.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-25T07:34:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-25T07:34:11.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-25T07:34:11.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19442026-08-25T07:34:11.906Z
19452026-08-25T07:34:11.906Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/380)
19462026-08-25T07:34:12.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-25T07:34:12.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-25T07:34:12.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-25T07:34:12.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-25T07:34:12.325Z
19512026-08-25T07:34:12.325Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/380)
19522026-08-25T07:34:12.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-25T07:34:12.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-25T07:34:12.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-25T07:34:12.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-25T07:34:12.743Z
19572026-08-25T07:34:12.743Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/380)
19582026-08-25T07:34:13.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-25T07:34:13.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-25T07:34:13.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-25T07:34:13.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-25T07:34:13.158Z
19632026-08-25T07:34:13.158Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/380)
19642026-08-25T07:34:13.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-25T07:34:13.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-25T07:34:13.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-25T07:34:13.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-25T07:34:13.578Z
19692026-08-25T07:34:13.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/380)
19702026-08-25T07:34:13.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-25T07:34:13.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-25T07:34:13.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-25T07:34:13.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-25T07:34:13.987Z
19752026-08-25T07:34:13.987Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/380)
19762026-08-25T07:34:14.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-25T07:34:14.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-25T07:34:14.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-25T07:34:14.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-25T07:34:14.406Z
19812026-08-25T07:34:14.406Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/380)
19822026-08-25T07:34:14.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-25T07:34:14.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-25T07:34:14.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-25T07:34:14.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-25T07:34:14.819Z
19872026-08-25T07:34:14.819Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/380)
19882026-08-25T07:34:15.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-25T07:34:15.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-25T07:34:15.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-25T07:34:15.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-25T07:34:15.236Z
19932026-08-25T07:34:15.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/380)
19942026-08-25T07:34:15.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-25T07:34:15.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-25T07:34:15.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-25T07:34:15.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-25T07:34:15.655Z
19992026-08-25T07:34:15.655Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/380)
20002026-08-25T07:34:16.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-25T07:34:16.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-25T07:34:16.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-25T07:34:16.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-25T07:34:16.068Z
20052026-08-25T07:34:16.068Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/380)
20062026-08-25T07:34:16.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-25T07:34:16.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-25T07:34:16.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-25T07:34:16.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-25T07:34:16.490Z
20112026-08-25T07:34:16.490Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/380)
20122026-08-25T07:34:16.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-25T07:34:16.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-25T07:34:16.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-25T07:34:16.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-25T07:34:16.907Z
20172026-08-25T07:34:16.907Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/380)
20182026-08-25T07:34:17.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-25T07:34:17.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-25T07:34:17.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-25T07:34:17.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20222026-08-25T07:34:17.333Z
20232026-08-25T07:34:17.333Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/380)
20242026-08-25T07:34:17.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-25T07:34:17.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-25T07:34:17.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-25T07:34:17.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-25T07:34:17.753Z
20292026-08-25T07:34:17.753Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/380)
20302026-08-25T07:34:18.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-25T07:34:18.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-25T07:34:18.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-25T07:34:18.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-25T07:34:18.200Z
20352026-08-25T07:34:18.200Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/380)
20362026-08-25T07:34:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-25T07:34:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-25T07:34:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-25T07:34:18.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-25T07:34:18.592Z
20412026-08-25T07:34:18.592Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/380)
20422026-08-25T07:34:18.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-25T07:34:18.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-25T07:34:18.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-25T07:34:18.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-25T07:34:19.012Z
20472026-08-25T07:34:19.012Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/380)
20482026-08-25T07:34:19.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-25T07:34:19.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-25T07:34:19.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-25T07:34:19.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-25T07:34:19.436Z
20532026-08-25T07:34:19.436Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/380)
20542026-08-25T07:34:19.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-25T07:34:19.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-25T07:34:19.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-25T07:34:19.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-25T07:34:19.854Z
20592026-08-25T07:34:19.854Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/380)
20602026-08-25T07:34:20.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-25T07:34:20.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-25T07:34:20.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-25T07:34:20.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-25T07:34:20.276Z
20652026-08-25T07:34:20.276Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/380)
20662026-08-25T07:34:20.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-25T07:34:20.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-25T07:34:20.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-25T07:34:20.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-25T07:34:20.694Z
20712026-08-25T07:34:20.694Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/380)
20722026-08-25T07:34:21.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-25T07:34:21.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-25T07:34:21.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-25T07:34:21.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-25T07:34:21.115Z
20772026-08-25T07:34:21.115Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/380)
20782026-08-25T07:34:21.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-25T07:34:21.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-25T07:34:21.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-25T07:34:21.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-25T07:34:21.523Z
20832026-08-25T07:34:21.523Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/380)
20842026-08-25T07:34:21.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-25T07:34:21.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-25T07:34:21.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-25T07:34:21.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-25T07:34:21.937Z
20892026-08-25T07:34:21.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/380)
20902026-08-25T07:34:22.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-25T07:34:22.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-25T07:34:22.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-25T07:34:22.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-25T07:34:22.360Z
20952026-08-25T07:34:22.360Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/380)
20962026-08-25T07:34:22.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-25T07:34:22.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-25T07:34:22.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-25T07:34:22.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-25T07:34:22.777Z
21012026-08-25T07:34:22.777Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/380)
21022026-08-25T07:34:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-25T07:34:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-25T07:34:23.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-25T07:34:23.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-25T07:34:23.194Z
21072026-08-25T07:34:23.194Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/380)
21082026-08-25T07:34:23.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-25T07:34:23.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-25T07:34:23.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-25T07:34:23.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-25T07:34:23.608Z
21132026-08-25T07:34:23.608Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/380)
21142026-08-25T07:34:23.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-25T07:34:23.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-25T07:34:23.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-25T07:34:23.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-25T07:34:24.026Z
21192026-08-25T07:34:24.026Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/380)
21202026-08-25T07:34:24.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-25T07:34:24.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-25T07:34:24.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-25T07:34:24.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-25T07:34:24.474Z
21252026-08-25T07:34:24.474Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/380)
21262026-08-25T07:34:24.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-25T07:34:24.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-25T07:34:24.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-25T07:34:24.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-25T07:34:24.860Z
21312026-08-25T07:34:24.860Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/380)
21322026-08-25T07:34:25.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-25T07:34:25.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-25T07:34:25.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-25T07:34:25.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-25T07:34:25.278Z
21372026-08-25T07:34:25.278Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/380)
21382026-08-25T07:34:25.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-25T07:34:25.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-25T07:34:25.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-25T07:34:25.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-25T07:34:25.699Z
21432026-08-25T07:34:25.699Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/380)
21442026-08-25T07:34:26.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-25T07:34:26.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-25T07:34:26.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-25T07:34:26.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-25T07:34:26.121Z
21492026-08-25T07:34:26.121Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/380)
21502026-08-25T07:34:26.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-25T07:34:26.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-25T07:34:26.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-25T07:34:26.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-25T07:34:26.537Z
21552026-08-25T07:34:26.538Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/380)
21562026-08-25T07:34:26.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-25T07:34:26.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-25T07:34:26.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-25T07:34:26.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-25T07:34:26.962Z
21612026-08-25T07:34:26.962Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/380)
21622026-08-25T07:34:27.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-25T07:34:27.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-25T07:34:27.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-25T07:34:27.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-25T07:34:27.376Z
21672026-08-25T07:34:27.376Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/380)
21682026-08-25T07:34:27.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-25T07:34:27.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-25T07:34:27.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-25T07:34:27.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-25T07:34:27.794Z
21732026-08-25T07:34:27.794Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/380)
21742026-08-25T07:34:28.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-25T07:34:28.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-25T07:34:28.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-25T07:34:28.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21782026-08-25T07:34:28.215Z
21792026-08-25T07:34:28.215Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/380)
21802026-08-25T07:34:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-25T07:34:28.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-25T07:34:28.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-25T07:34:28.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21842026-08-25T07:34:28.632Z
21852026-08-25T07:34:28.632Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/380)
21862026-08-25T07:34:29.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-25T07:34:29.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-25T07:34:29.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-25T07:34:29.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-25T07:34:29.300Z
21912026-08-25T07:34:29.300Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/380)
21922026-08-25T07:34:29.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-25T07:34:29.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-25T07:34:29.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-25T07:34:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-25T07:34:29.846Z
21972026-08-25T07:34:29.846Zinfo: running `cargo check --bins` on nexus-config (51/380)
21982026-08-25T07:34:30.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-25T07:34:30.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-25T07:34:30.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-25T07:34:30.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-08-25T07:34:30.450Z
22032026-08-25T07:34:30.450Zinfo: running `cargo check --bins` on nexus-types (52/380)
22042026-08-25T07:34:30.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-25T07:34:30.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-25T07:34:30.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-25T07:34:30.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22082026-08-25T07:34:31.053Z
22092026-08-25T07:34:31.053Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/380)
22102026-08-25T07:34:31.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-25T07:34:31.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-25T07:34:31.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-25T07:34:31.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-25T07:34:31.626Z
22152026-08-25T07:34:31.626Zinfo: running `cargo check --bins` on omicron-passwords (54/380)
22162026-08-25T07:34:32.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-25T07:34:32.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-25T07:34:32.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-25T07:34:32.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22202026-08-25T07:34:32.177Z
22212026-08-25T07:34:32.177Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/380)
22222026-08-25T07:34:32.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-25T07:34:32.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-25T07:34:32.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-25T07:34:32.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-25T07:34:32.752Z
22272026-08-25T07:34:32.752Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/380)
22282026-08-25T07:34:33.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-25T07:34:33.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-25T07:34:33.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-25T07:34:33.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-08-25T07:34:33.328Z
22332026-08-25T07:34:33.328Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/380)
22342026-08-25T07:34:33.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-25T07:34:33.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-25T07:34:33.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-25T07:34:33.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-08-25T07:34:33.944Z
22392026-08-25T07:34:33.944Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/380)
22402026-08-25T07:34:34.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-25T07:34:34.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-25T07:34:34.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-25T07:34:34.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-08-25T07:34:34.483Z
22452026-08-25T07:34:34.483Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/380)
22462026-08-25T07:34:34.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-25T07:34:34.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-25T07:34:34.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-25T07:34:34.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-25T07:34:35.044Z
22512026-08-25T07:34:35.045Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/380)
22522026-08-25T07:34:35.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-25T07:34:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-25T07:34:35.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-25T07:34:35.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-25T07:34:35.597Z
22572026-08-25T07:34:35.597Zinfo: running `cargo check --bins --no-default-features` on gfss (61/380)
22582026-08-25T07:34:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-25T07:34:36.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-25T07:34:36.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-25T07:34:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-25T07:34:36.156Z
22632026-08-25T07:34:36.156Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/380)
22642026-08-25T07:34:36.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-25T07:34:36.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-25T07:34:36.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-25T07:34:36.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-08-25T07:34:36.712Z
22692026-08-25T07:34:36.712Zinfo: running `cargo check --bins` on trust-quorum-types (63/380)
22702026-08-25T07:34:37.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-25T07:34:37.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-25T07:34:37.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-25T07:34:37.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-25T07:34:37.268Z
22752026-08-25T07:34:37.268Zinfo: running `cargo check --bins` on wicketd-commission-types (64/380)
22762026-08-25T07:34:37.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-25T07:34:37.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-25T07:34:37.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-25T07:34:37.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22802026-08-25T07:34:37.845Z
22812026-08-25T07:34:37.846Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/380)
22822026-08-25T07:34:38.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-25T07:34:38.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-25T07:34:38.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-25T07:34:38.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-25T07:34:38.414Z
22872026-08-25T07:34:38.414Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/380)
22882026-08-25T07:34:38.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-25T07:34:38.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-25T07:34:38.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-25T07:34:38.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-25T07:34:38.973Z
22932026-08-25T07:34:38.973Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/380)
22942026-08-25T07:34:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-25T07:34:39.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-25T07:34:39.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-25T07:34:39.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-25T07:34:39.539Z
22992026-08-25T07:34:39.539Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/380)
23002026-08-25T07:34:40.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-25T07:34:40.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-25T07:34:40.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-25T07:34:40.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23042026-08-25T07:34:40.161Z
23052026-08-25T07:34:40.161Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/380)
23062026-08-25T07:34:40.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-25T07:34:40.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-25T07:34:40.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-25T07:34:40.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23102026-08-25T07:34:40.675Z
23112026-08-25T07:34:40.675Zinfo: running `cargo check --bins` on cockroach-admin-types (70/380)
23122026-08-25T07:34:41.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-25T07:34:41.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-25T07:34:41.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-25T07:34:41.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-25T07:34:41.228Z
23172026-08-25T07:34:41.228Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/380)
23182026-08-25T07:34:41.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-25T07:34:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-25T07:34:41.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-25T07:34:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-25T07:34:41.780Z
23232026-08-25T07:34:41.780Zinfo: running `cargo check --bins` on ereport-types (72/380)
23242026-08-25T07:34:42.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-25T07:34:42.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-25T07:34:42.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-25T07:34:42.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23282026-08-25T07:34:42.345Z
23292026-08-25T07:34:42.345Zinfo: running `cargo check --bins` on gateway-client (73/380)
23302026-08-25T07:34:42.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-25T07:34:42.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-25T07:34:42.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-25T07:34:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23342026-08-25T07:34:42.911Z
23352026-08-25T07:34:42.911Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/380)
23362026-08-25T07:34:43.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-25T07:34:43.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-25T07:34:43.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-25T07:34:43.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23402026-08-25T07:34:43.479Z
23412026-08-25T07:34:43.479Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/380)
23422026-08-25T07:34:43.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-25T07:34:43.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-25T07:34:43.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-25T07:34:43.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23462026-08-25T07:34:44.038Z
23472026-08-25T07:34:44.038Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/380)
23482026-08-25T07:34:44.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-25T07:34:44.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-25T07:34:44.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-25T07:34:44.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23522026-08-25T07:34:44.623Z
23532026-08-25T07:34:44.623Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/380)
23542026-08-25T07:34:45.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-25T07:34:45.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-25T07:34:45.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572026-08-25T07:34:45.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23582026-08-25T07:34:45.204Z
23592026-08-25T07:34:45.204Zinfo: running `cargo check --bins` on key-manager-types (78/380)
23602026-08-25T07:34:45.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612026-08-25T07:34:45.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622026-08-25T07:34:45.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632026-08-25T07:34:45.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23642026-08-25T07:34:45.761Z
23652026-08-25T07:34:45.761Zinfo: running `cargo check --bins` on oxlog (79/380)
23662026-08-25T07:34:46.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672026-08-25T07:34:46.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682026-08-25T07:34:46.369Z Checking cfg-if v1.0.4
23692026-08-25T07:34:46.372Z Checking serde_core v1.0.229
23702026-08-25T07:34:46.372Z Checking libc v0.2.185
23712026-08-25T07:34:46.490Z Checking memchr v2.8.0
23722026-08-25T07:34:46.498Z Checking smallvec v1.15.1
23732026-08-25T07:34:46.501Z Checking log v0.4.33
23742026-08-25T07:34:46.520Z Checking subtle v2.6.1
23752026-08-25T07:34:46.529Z Checking itoa v1.0.17
23762026-08-25T07:34:46.540Z Checking scopeguard v1.2.0
23772026-08-25T07:34:46.635Z Checking lock_api v0.4.14
23782026-08-25T07:34:46.658Z Checking stable_deref_trait v1.2.1
23792026-08-25T07:34:46.669Z Checking typenum v1.20.1
23802026-08-25T07:34:46.681Z Checking zerofrom v0.1.6
23812026-08-25T07:34:46.693Z Checking portable-atomic v1.13.1
23822026-08-25T07:34:46.725Z Checking zerocopy v0.8.55
23832026-08-25T07:34:46.792Z Checking yoke v0.8.1
23842026-08-25T07:34:46.823Z Checking critical-section v1.2.0
23852026-08-25T07:34:46.853Z Checking libm v0.2.16
23862026-08-25T07:34:46.898Z Checking errno v0.3.14
23872026-08-25T07:34:46.915Z Checking getrandom v0.2.17
23882026-08-25T07:34:46.944Z Checking zerovec v0.11.5
23892026-08-25T07:34:47.005Z Checking zmij v1.0.21
23902026-08-25T07:34:47.055Z Checking rand_core v0.6.4
23912026-08-25T07:34:47.091Z Checking once_cell v1.21.3
23922026-08-25T07:34:47.204Z Checking pin-project-lite v0.2.17
23932026-08-25T07:34:47.224Z Checking const-oid v0.9.6
23942026-08-25T07:34:47.257Z Checking rand_core v0.10.0
23952026-08-25T07:34:47.291Z Checking litemap v0.8.1
23962026-08-25T07:34:47.381Z Checking tinystr v0.8.2
23972026-08-25T07:34:47.401Z Checking writeable v0.6.2
23982026-08-25T07:34:47.415Z Checking percent-encoding v2.3.2
23992026-08-25T07:34:47.462Z Checking getrandom v0.4.3
24002026-08-25T07:34:47.544Z Checking potential_utf v0.1.4
24012026-08-25T07:34:47.557Z Checking signal-hook-registry v1.4.8
24022026-08-25T07:34:47.568Z Checking icu_locale_core v2.1.1
24032026-08-25T07:34:47.580Z Checking num-traits v0.2.19
24042026-08-25T07:34:47.604Z Checking zerotrie v0.2.3
24052026-08-25T07:34:47.666Z Checking parking_lot_core v0.9.12
24062026-08-25T07:34:47.708Z Checking futures-core v0.3.32
24072026-08-25T07:34:47.830Z Checking icu_collections v2.1.1
24082026-08-25T07:34:47.838Z Checking mio v1.2.0
24092026-08-25T07:34:47.850Z Checking parking_lot v0.12.5
24102026-08-25T07:34:47.911Z Checking equivalent v1.0.2
24112026-08-25T07:34:47.970Z Checking serde v1.0.229
24122026-08-25T07:34:47.987Z Checking bitflags v2.11.0
24132026-08-25T07:34:48.029Z Checking serde_json v1.0.151
24142026-08-25T07:34:48.096Z Checking icu_normalizer_data v2.1.1
24152026-08-25T07:34:48.111Z Checking icu_properties_data v2.1.2
24162026-08-25T07:34:48.114Z Checking icu_provider v2.1.1
24172026-08-25T07:34:48.135Z Checking socket2 v0.6.3
24182026-08-25T07:34:48.150Z Checking byteorder v1.5.0
24192026-08-25T07:34:48.165Z Checking getrandom v0.3.4
24202026-08-25T07:34:48.232Z Checking utf8_iter v1.0.4
24212026-08-25T07:34:48.303Z Checking futures-sink v0.3.32
24222026-08-25T07:34:48.341Z Checking hashbrown v0.17.0
24232026-08-25T07:34:48.346Z Checking icu_properties v2.1.2
24242026-08-25T07:34:48.364Z Checking icu_normalizer v2.1.1
24252026-08-25T07:34:48.379Z Checking zeroize v1.9.0
24262026-08-25T07:34:48.384Z Checking bytes v1.11.1
24272026-08-25T07:34:48.400Z Checking futures-channel v0.3.32
24282026-08-25T07:34:48.556Z Checking generic-array v0.14.7
24292026-08-25T07:34:48.585Z Checking rustix v1.1.4
24302026-08-25T07:34:48.657Z Checking form_urlencoded v1.2.2
24312026-08-25T07:34:48.685Z Checking slab v0.4.12
24322026-08-25T07:34:48.781Z Checking futures-io v0.3.32
24332026-08-25T07:34:48.792Z Checking indexmap v2.14.0
24342026-08-25T07:34:48.808Z Checking tokio v1.52.1
24352026-08-25T07:34:48.835Z Checking futures-task v0.3.32
24362026-08-25T07:34:48.891Z Checking fnv v1.0.7
24372026-08-25T07:34:49.011Z Checking futures-util v0.3.32
24382026-08-25T07:34:49.025Z Checking base64ct v1.8.3
24392026-08-25T07:34:49.025Z Checking block-buffer v0.10.4
24402026-08-25T07:34:49.130Z Checking crypto-common v0.1.7
24412026-08-25T07:34:49.159Z Checking idna_adapter v1.2.1
24422026-08-25T07:34:49.205Z Checking iana-time-zone v0.1.65
24432026-08-25T07:34:49.252Z Checking digest v0.10.7
24442026-08-25T07:34:49.270Z Checking idna v1.1.0
24452026-08-25T07:34:49.306Z Checking chrono v0.4.45
24462026-08-25T07:34:49.337Z Checking pem-rfc7468 v0.7.0
24472026-08-25T07:34:49.416Z Checking rand_core v0.9.5
24482026-08-25T07:34:49.444Z Checking uuid v1.23.4
24492026-08-25T07:34:49.490Z Checking regex-syntax v0.8.10
24502026-08-25T07:34:49.504Z Checking ppv-lite86 v0.2.21
24512026-08-25T07:34:49.514Z Checking url v2.5.8
24522026-08-25T07:34:49.589Z Checking flagset v0.4.7
24532026-08-25T07:34:49.710Z Checking der v0.7.10
24542026-08-25T07:34:49.773Z Checking base64 v0.22.1
24552026-08-25T07:34:49.793Z Checking rand_chacha v0.9.0
24562026-08-25T07:34:49.963Z Checking http v1.4.2
24572026-08-25T07:34:49.994Z Checking dyn-clone v1.0.20
24582026-08-25T07:34:50.017Z Checking rand v0.9.2
24592026-08-25T07:34:50.093Z Checking semver v1.0.28
24602026-08-25T07:34:50.171Z Checking tracing-core v0.1.36
24612026-08-25T07:34:50.299Z Checking cpufeatures v0.2.17
24622026-08-25T07:34:50.377Z Checking simd-adler32 v0.3.8
24632026-08-25T07:34:50.446Z Checking spki v0.7.3
24642026-08-25T07:34:50.474Z Checking schemars v0.8.22
24652026-08-25T07:34:50.483Z Checking tracing v0.1.44
24662026-08-25T07:34:50.510Z Checking http-body v1.0.1
24672026-08-25T07:34:50.532Z Checking rustls-pki-types v1.14.0
24682026-08-25T07:34:50.603Z Checking pkcs8 v0.10.2
24692026-08-25T07:34:50.635Z Checking spin v0.9.8
24702026-08-25T07:34:50.677Z Checking utf8parse v0.2.2
24712026-08-25T07:34:50.756Z Checking cmov v0.5.4
24722026-08-25T07:34:50.775Z Checking openssl-probe v0.2.1
24732026-08-25T07:34:50.790Z Checking adler2 v2.0.1
24742026-08-25T07:34:50.811Z Checking anstyle v1.0.14
24752026-08-25T07:34:50.811Z Checking fastrand v2.3.0
24762026-08-25T07:34:50.876Z Checking tinyvec_macros v0.1.1
24772026-08-25T07:34:50.891Z Checking miniz_oxide v0.8.9
24782026-08-25T07:34:50.900Z Checking anstyle-parse v1.0.0
24792026-08-25T07:34:50.936Z Checking tinyvec v1.10.0
24802026-08-25T07:34:50.948Z Checking ctutils v0.4.2
24812026-08-25T07:34:50.985Z Checking sha2 v0.10.9
24822026-08-25T07:34:51.002Z Checking tempfile v3.27.0
24832026-08-25T07:34:51.041Z Checking terminal_size v0.4.3
24842026-08-25T07:34:51.122Z Checking aws-lc-sys v0.40.0
24852026-08-25T07:34:51.150Z Checking thiserror v2.0.18
24862026-08-25T07:34:51.163Z Checking anstyle-query v1.1.5
24872026-08-25T07:34:51.184Z Checking tower-layer v0.3.3
24882026-08-25T07:34:51.227Z Checking try-lock v0.2.5
24892026-08-25T07:34:51.239Z Checking untrusted v0.7.1
24902026-08-25T07:34:51.251Z Checking atomic-waker v1.1.2
24912026-08-25T07:34:51.253Z Checking colorchoice v1.0.4
24922026-08-25T07:34:51.264Z Checking is_terminal_polyfill v1.70.2
24932026-08-25T07:34:51.317Z Checking tower-service v0.3.3
24942026-08-25T07:34:51.329Z Checking want v0.3.1
24952026-08-25T07:34:51.341Z Checking hybrid-array v0.4.13
24962026-08-25T07:34:51.355Z Checking anstream v1.0.0
24972026-08-25T07:34:51.368Z Checking ipnet v2.12.0
24982026-08-25T07:34:51.368Z Checking httparse v1.10.1
24992026-08-25T07:34:51.397Z Checking crc32fast v1.5.0
25002026-08-25T07:34:51.440Z Checking wait-timeout v0.2.1
25012026-08-25T07:34:51.528Z Checking aho-corasick v1.1.4
25022026-08-25T07:34:51.544Z Checking tap v1.0.1
25032026-08-25T07:34:51.558Z Checking quick-error v1.2.3
25042026-08-25T07:34:51.578Z Checking plain v0.2.3
25052026-08-25T07:34:51.616Z Checking foreign-types-shared v0.1.1
25062026-08-25T07:34:51.620Z Checking aws-lc-rs v1.16.3
25072026-08-25T07:34:51.641Z Checking untrusted v0.9.0
25082026-08-25T07:34:51.654Z Checking bit-vec v0.8.0
25092026-08-25T07:34:51.672Z Checking httpdate v1.0.3
25102026-08-25T07:34:51.753Z Checking foreign-types v0.3.2
25112026-08-25T07:34:51.766Z Checking rusty-fork v0.3.1
25122026-08-25T07:34:51.766Z Checking wyz v0.5.1
25132026-08-25T07:34:51.812Z Checking unicode-normalization v0.1.25
25142026-08-25T07:34:51.834Z Checking bit-set v0.8.0
25152026-08-25T07:34:51.903Z Checking rand_chacha v0.3.1
25162026-08-25T07:34:51.922Z Checking rand_xorshift v0.4.0
25172026-08-25T07:34:51.976Z Checking signature v2.2.0
25182026-08-25T07:34:52.038Z Checking radium v0.7.0
25192026-08-25T07:34:52.088Z Checking hex v0.4.3
25202026-08-25T07:34:52.103Z Checking openssl-sys v0.9.117
25212026-08-25T07:34:52.118Z Checking num-integer v0.1.46
25222026-08-25T07:34:52.131Z Checking tokio-util v0.7.18
25232026-08-25T07:34:52.201Z Checking regex-automata v0.4.14
25242026-08-25T07:34:52.215Z Checking ucd-trie v0.1.7
25252026-08-25T07:34:52.228Z Checking unarray v0.1.4
25262026-08-25T07:34:52.300Z Checking unicode-ident v1.0.24
25272026-08-25T07:34:52.324Z Checking funty v2.0.0
25282026-08-25T07:34:52.337Z Checking clap_lex v1.0.0
25292026-08-25T07:34:52.348Z Checking strsim v0.11.1
25302026-08-25T07:34:52.404Z Checking proc-macro2 v1.0.106
25312026-08-25T07:34:52.457Z Checking rustls-webpki v0.103.13
25322026-08-25T07:34:52.472Z Checking openssl v0.10.80
25332026-08-25T07:34:52.485Z Checking pest v2.8.6
25342026-08-25T07:34:52.504Z Checking clap_builder v4.6.0
25352026-08-25T07:34:52.630Z Checking bitvec v1.0.1
25362026-08-25T07:34:52.709Z Checking num-iter v0.1.45
25372026-08-25T07:34:52.744Z Checking h2 v0.4.15
25382026-08-25T07:34:52.816Z Checking proptest v1.11.0
25392026-08-25T07:34:52.863Z Checking rustls v0.23.41
25402026-08-25T07:34:53.533Z Checking rand v0.8.6
25412026-08-25T07:34:53.766Z Checking ipnetwork v0.21.1
25422026-08-25T07:34:53.933Z Checking lazy_static v1.5.0
25432026-08-25T07:34:53.952Z Checking hmac v0.12.1
25442026-08-25T07:34:54.002Z Checking thiserror v1.0.69
25452026-08-25T07:34:54.018Z Checking maybe-uninit v2.0.0
25462026-08-25T07:34:54.039Z Checking toml_datetime v0.6.11
25472026-08-25T07:34:54.077Z Checking serde_spanned v0.6.9
25482026-08-25T07:34:54.090Z Checking sync_wrapper v1.0.2
25492026-08-25T07:34:54.106Z Checking crc-catalog v2.4.0
25502026-08-25T07:34:54.187Z Checking pretty-hex v0.4.1
25512026-08-25T07:34:54.187Z Checking nodrop v0.1.14
25522026-08-25T07:34:54.213Z Checking zlib-rs v0.6.2
25532026-08-25T07:34:54.213Z Checking siphasher v1.0.2
25542026-08-25T07:34:54.273Z Checking powerfmt v0.2.0
25552026-08-25T07:34:54.314Z Checking array-init v0.0.4
25562026-08-25T07:34:54.379Z Checking crc v3.4.0
25572026-08-25T07:34:54.421Z Checking deranged v0.5.8
25582026-08-25T07:34:54.482Z Checking native-tls v0.2.18
25592026-08-25T07:34:54.540Z Checking tower v0.5.3
25602026-08-25T07:34:54.596Z Checking newtype-uuid v1.3.2
25612026-08-25T07:34:54.623Z Checking smallvec v0.6.14
25622026-08-25T07:34:54.669Z Checking num-bigint-dig v0.8.6
25632026-08-25T07:34:54.795Z Checking packed_struct v0.10.1
25642026-08-25T07:34:54.809Z Checking oxnet v0.1.6
25652026-08-25T07:34:54.939Z Checking clap v4.6.1
25662026-08-25T07:34:55.019Z Checking quote v1.0.45
25672026-08-25T07:34:55.061Z Checking pkcs1 v0.7.5
25682026-08-25T07:34:55.113Z Checking http-body-util v0.1.3
25692026-08-25T07:34:55.125Z Checking flate2 v1.1.9
25702026-08-25T07:34:55.185Z Checking crossbeam-utils v0.8.21
25712026-08-25T07:34:55.263Z Checking zerocopy v0.6.6
25722026-08-25T07:34:55.325Z Checking bitfield v0.19.4
25732026-08-25T07:34:55.375Z Checking bzip2-sys v0.1.13+1.0.8
25742026-08-25T07:34:55.411Z Checking ahash v0.8.12
25752026-08-25T07:34:55.458Z Checking scroll v0.13.0
25762026-08-25T07:34:55.503Z Checking env_filter v2.0.0
25772026-08-25T07:34:55.517Z Checking winnow v0.5.40
25782026-08-25T07:34:55.548Z Checking gimli v0.32.3
25792026-08-25T07:34:55.565Z Checking hyper v1.10.1
25802026-08-25T07:34:55.591Z Checking iri-string v0.7.10
25812026-08-25T07:34:55.605Z Checking unicode-bidi v0.3.18
25822026-08-25T07:34:55.638Z Checking num-conv v0.2.0
25832026-08-25T07:34:55.679Z Checking unicode-properties v0.1.4
25842026-08-25T07:34:55.752Z Checking ryu v1.0.23
25852026-08-25T07:34:55.858Z Checking base64 v0.21.7
25862026-08-25T07:34:55.872Z Checking hashbrown v0.12.3
25872026-08-25T07:34:55.884Z Checking num_threads v0.1.7
25882026-08-25T07:34:55.895Z Checking allocator-api2 v0.2.21
25892026-08-25T07:34:55.962Z Checking time-core v0.1.8
25902026-08-25T07:34:56.089Z Checking ron v0.8.1
25912026-08-25T07:34:56.108Z Checking time v0.3.47
25922026-08-25T07:34:56.162Z Checking stringprep v0.1.5
25932026-08-25T07:34:56.267Z Checking indexmap v1.9.3
25942026-08-25T07:34:56.311Z Checking serde_urlencoded v0.7.1
25952026-08-25T07:34:56.484Z Checking hyper-util v0.1.20
25962026-08-25T07:34:56.506Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25972026-08-25T07:34:56.572Z Checking goblin v0.10.5
25982026-08-25T07:34:56.591Z Checking env_logger v0.11.11
25992026-08-25T07:34:56.605Z Checking tower-http v0.6.8
26002026-08-25T07:34:56.715Z Checking toml_edit v0.19.15
26012026-08-25T07:34:56.775Z Checking hashbrown v0.13.2
26022026-08-25T07:34:56.870Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-08-25T07:34:57.027Z Checking crossbeam-epoch v0.9.18
26042026-08-25T07:34:57.078Z Checking addr2line v0.25.1
26052026-08-25T07:34:57.194Z Checking rsa v0.9.10
26062026-08-25T07:34:57.215Z Checking bzip2 v0.4.4
26072026-08-25T07:34:57.250Z Checking syn v2.0.117
26082026-08-25T07:34:57.337Z Checking daft v0.1.8
26092026-08-25T07:34:57.373Z Checking serde-hex v0.1.0
26102026-08-25T07:34:57.575Z Checking tokio-native-tls v0.3.1
26112026-08-25T07:34:57.652Z Checking bstr v1.12.1
26122026-08-25T07:34:57.678Z Checking block-buffer v0.12.1
26132026-08-25T07:34:57.734Z Checking crypto-common v0.2.2
26142026-08-25T07:34:57.757Z Checking block-padding v0.4.2
26152026-08-25T07:34:57.839Z Checking rustls-native-certs v0.8.3
26162026-08-25T07:34:57.890Z Checking x509-cert v0.2.5
26172026-08-25T07:34:57.969Z Checking scroll v0.12.0
26182026-08-25T07:34:58.037Z Checking object v0.37.3
26192026-08-25T07:34:58.189Z Checking zstd-sys v2.0.16+zstd.1.5.7
26202026-08-25T07:34:58.299Z Checking md-5 v0.10.6
26212026-08-25T07:34:58.319Z Checking hash32 v0.2.1
26222026-08-25T07:34:58.436Z Checking encoding_rs v0.8.35
26232026-08-25T07:34:58.475Z Checking either v1.15.0
26242026-08-25T07:34:58.540Z Checking mime v0.3.17
26252026-08-25T07:34:58.658Z Checking rustc-demangle v0.1.27
26262026-08-25T07:34:58.708Z Checking fallible-iterator v0.2.0
26272026-08-25T07:34:58.856Z Checking psl-types v2.0.11
26282026-08-25T07:34:58.881Z Checking crc-any v2.5.0
26292026-08-25T07:34:58.906Z Checking dof v0.4.0
26302026-08-25T07:34:58.972Z Checking publicsuffix v2.3.0
26312026-08-25T07:34:58.982Z Checking postgres-protocol v0.6.10
26322026-08-25T07:34:59.054Z Checking heapless v0.7.17
26332026-08-25T07:34:59.126Z Checking zstd-safe v7.2.4
26342026-08-25T07:34:59.290Z Checking goblin v0.8.2
26352026-08-25T07:34:59.303Z Checking inout v0.2.2
26362026-08-25T07:34:59.431Z Checking hyper-tls v0.6.0
26372026-08-25T07:34:59.464Z Checking toml v0.7.8
26382026-08-25T07:34:59.505Z Checking zip v0.6.6
26392026-08-25T07:34:59.510Z Checking cookie v0.18.1
26402026-08-25T07:34:59.523Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26412026-08-25T07:34:59.536Z Checking object v0.30.4
26422026-08-25T07:34:59.549Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26432026-08-25T07:34:59.710Z Checking tokio-rustls v0.26.4
26442026-08-25T07:34:59.745Z Checking phf_shared v0.13.1
26452026-08-25T07:34:59.765Z Checking dtrace-parser v0.3.0
26462026-08-25T07:34:59.797Z Checking zerocopy v0.7.35
26472026-08-25T07:34:59.933Z Checking pin-project v1.1.11
26482026-08-25T07:34:59.936Z Checking signal-hook v0.3.18
26492026-08-25T07:35:00.001Z Checking futures-executor v0.3.32
26502026-08-25T07:35:00.041Z Checking erased-serde v0.3.31
26512026-08-25T07:35:00.118Z Checking ff v0.13.1
26522026-08-25T07:35:00.144Z Checking thread-id v5.1.0
26532026-08-25T07:35:00.220Z Checking managed v0.8.0
26542026-08-25T07:35:00.244Z Checking bitflags v1.3.2
26552026-08-25T07:35:00.280Z Checking path-slash v0.1.5
26562026-08-25T07:35:00.314Z Checking bumpalo v3.20.2
26572026-08-25T07:35:00.373Z Checking jiff-core v0.1.0
26582026-08-25T07:35:00.388Z Checking backtrace v0.3.76
26592026-08-25T07:35:00.400Z Checking foldhash v0.2.0
26602026-08-25T07:35:00.417Z Checking libbz2-rs-sys v0.2.2
26612026-08-25T07:35:00.514Z Checking base16ct v0.2.0
26622026-08-25T07:35:00.523Z Checking unicode-width v0.2.0
26632026-08-25T07:35:00.547Z Checking smawk v0.3.2
26642026-08-25T07:35:00.626Z Compiling rayon-core v1.13.0
26652026-08-25T07:35:00.668Z Checking foldhash v0.1.5
26662026-08-25T07:35:00.672Z Checking same-file v1.0.6
26672026-08-25T07:35:00.758Z Compiling illumos-nvpair-sys v0.2.0
26682026-08-25T07:35:00.786Z Checking is_ci v1.2.0
26692026-08-25T07:35:00.794Z Checking unicode-linebreak v0.1.5
26702026-08-25T07:35:00.806Z Checking bzip2 v0.6.1
26712026-08-25T07:35:00.810Z Checking hashbrown v0.15.5
26722026-08-25T07:35:00.872Z Checking supports-color v3.0.2
26732026-08-25T07:35:00.957Z Checking walkdir v2.5.0
26742026-08-25T07:35:00.974Z Checking backtrace-ext v0.2.1
26752026-08-25T07:35:00.992Z Checking sec1 v0.7.3
26762026-08-25T07:35:01.003Z Checking textwrap v0.16.2
26772026-08-25T07:35:01.057Z Checking jiff v0.2.34
26782026-08-25T07:35:01.072Z Checking hashbrown v0.16.1
26792026-08-25T07:35:01.112Z Checking zopfli v0.8.3
26802026-08-25T07:35:01.192Z Checking slog v2.8.2
26812026-08-25T07:35:01.206Z Checking smoltcp v0.9.1
26822026-08-25T07:35:01.220Z Checking dof v0.3.0
26832026-08-25T07:35:01.270Z Checking group v0.13.0
26842026-08-25T07:35:01.416Z Checking usdt-impl v0.6.0
26852026-08-25T07:35:01.435Z Checking futures v0.3.32
26862026-08-25T07:35:01.446Z Checking signal-hook-mio v0.2.5
26872026-08-25T07:35:01.497Z Checking snafu v0.8.9
26882026-08-25T07:35:01.515Z Checking hyper-rustls v0.27.7
26892026-08-25T07:35:01.542Z Checking phf v0.13.1
26902026-08-25T07:35:01.565Z Checking cookie_store v0.22.1
26912026-08-25T07:35:01.638Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-08-25T07:35:01.682Z Checking reqwest v0.12.28
26932026-08-25T07:35:01.697Z Checking cipher v0.5.2
26942026-08-25T07:35:01.710Z Checking postgres-types v0.2.12
26952026-08-25T07:35:01.723Z Checking zstd v0.13.3
26962026-08-25T07:35:01.799Z Checking globset v0.4.18
26972026-08-25T07:35:01.896Z Checking rustls-platform-verifier v0.6.2
26982026-08-25T07:35:01.907Z Checking crossbeam-deque v0.8.6
26992026-08-25T07:35:02.337Z Checking phf_shared v0.11.3
27002026-08-25T07:35:02.342Z Checking dtrace-parser v0.2.0
27012026-08-25T07:35:02.342Z Checking hkdf v0.12.4
27022026-08-25T07:35:02.342Z Checking regex v1.12.3
27032026-08-25T07:35:02.342Z Checking byte-wrapper v0.1.0
27042026-08-25T07:35:02.342Z Checking ref-cast v1.0.25
27052026-08-25T07:35:02.342Z Checking curve25519-dalek v4.1.3
27062026-08-25T07:35:02.342Z Checking olpc-cjson v0.1.4
27072026-08-25T07:35:02.342Z Checking strum v0.27.2
27082026-08-25T07:35:02.342Z Checking hubpack v0.1.2
27092026-08-25T07:35:02.342Z Checking ed25519 v2.2.3
27102026-08-25T07:35:02.342Z Checking memoffset v0.9.1
27112026-08-25T07:35:02.342Z Checking rustix v0.38.44
27122026-08-25T07:35:02.342Z Checking owo-colors v4.3.0
27132026-08-25T07:35:02.345Z Checking pem v3.0.6
27142026-08-25T07:35:02.355Z Checking crypto-bigint v0.5.5
27152026-08-25T07:35:02.419Z Checking serde-big-array v0.5.1
27162026-08-25T07:35:02.432Z Checking serde_plain v1.0.2
27172026-08-25T07:35:02.494Z Checking float-cmp v0.10.0
27182026-08-25T07:35:02.548Z Checking memmap2 v0.9.10
27192026-08-25T07:35:02.574Z Checking thread-id v4.2.2
27202026-08-25T07:35:02.619Z Checking precomputed-hash v0.1.1
27212026-08-25T07:35:02.647Z Checking difflib v0.4.0
27222026-08-25T07:35:02.694Z Checking typed-path v0.9.3
27232026-08-25T07:35:02.712Z Checking supports-hyperlinks v3.2.0
27242026-08-25T07:35:02.808Z Checking data-encoding v2.10.0
27252026-08-25T07:35:02.821Z Checking fixedbitset v0.5.7
27262026-08-25T07:35:02.846Z Checking predicates-core v1.0.10
27272026-08-25T07:35:02.850Z Checking supports-unicode v3.0.0
27282026-08-25T07:35:02.961Z Checking whoami v2.1.0
27292026-08-25T07:35:02.973Z Checking unicode-width v0.1.14
27302026-08-25T07:35:02.976Z Checking static_assertions v1.1.0
27312026-08-25T07:35:03.008Z Checking winnow v0.7.14
27322026-08-25T07:35:03.039Z Checking unicode-segmentation v1.12.0
27332026-08-25T07:35:03.065Z Checking winnow v1.0.3
27342026-08-25T07:35:03.078Z Checking normalize-line-endings v0.3.0
27352026-08-25T07:35:03.146Z Checking keccak v0.1.6
27362026-08-25T07:35:03.163Z Checking fixedbitset v0.4.2
27372026-08-25T07:35:03.223Z Checking cpufeatures v0.3.0
27382026-08-25T07:35:03.263Z Checking toml_write v0.1.2
27392026-08-25T07:35:03.292Z Checking new_debug_unreachable v1.0.6
27402026-08-25T07:35:03.306Z Checking const-oid v0.10.2
27412026-08-25T07:35:03.306Z Checking petgraph v0.6.5
27422026-08-25T07:35:03.380Z Checking similar v2.7.0
27432026-08-25T07:35:03.396Z Checking string_cache v0.8.9
27442026-08-25T07:35:03.420Z Checking sha3 v0.10.8
27452026-08-25T07:35:03.455Z Checking digest v0.11.3
27462026-08-25T07:35:03.468Z Checking tough v0.22.0
27472026-08-25T07:35:03.509Z Checking chacha20 v0.10.0
27482026-08-25T07:35:03.622Z Checking elliptic-curve v0.13.8
27492026-08-25T07:35:03.635Z Checking miette v7.6.0
27502026-08-25T07:35:03.710Z Checking predicates v3.1.4
27512026-08-25T07:35:03.757Z Checking tokio-postgres v0.7.16
27522026-08-25T07:35:03.902Z Checking toml_parser v1.1.2+spec-1.1.0
27532026-08-25T07:35:03.927Z Checking hickory-proto v0.25.2
27542026-08-25T07:35:04.002Z Checking crossterm v0.28.1
27552026-08-25T07:35:04.138Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27562026-08-25T07:35:04.190Z Checking toml_edit v0.22.27
27572026-08-25T07:35:04.226Z Checking petgraph v0.8.3
27582026-08-25T07:35:04.554Z Checking zip v4.6.1
27592026-08-25T07:35:04.708Z Checking ed25519-dalek v2.2.0
27602026-08-25T07:35:04.948Z Checking usdt v0.6.0
27612026-08-25T07:35:05.062Z Checking usdt-impl v0.5.0
27622026-08-25T07:35:05.117Z Checking nix v0.31.2
27632026-08-25T07:35:05.130Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27642026-08-25T07:35:05.304Z Checking iddqd v0.4.2
27652026-08-25T07:35:05.504Z Checking reqwest v0.13.2
27662026-08-25T07:35:05.664Z Checking oxide-generation v0.1.3
27672026-08-25T07:35:05.822Z Checking itertools v0.15.0
27682026-08-25T07:35:05.836Z Checking itertools v0.13.0
27692026-08-25T07:35:05.883Z Checking strum v0.26.3
27702026-08-25T07:35:05.992Z Checking serde_with v3.21.0
27712026-08-25T07:35:06.206Z Checking derive_more v2.1.1
27722026-08-25T07:35:06.298Z Checking fs-err v3.3.0
27732026-08-25T07:35:06.310Z Checking tokio-stream v0.1.18
27742026-08-25T07:35:06.342Z Checking buf-list v1.1.2
27752026-08-25T07:35:06.380Z Checking camino v1.2.5
27762026-08-25T07:35:06.517Z Checking anyhow v1.0.104
27772026-08-25T07:35:06.627Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27782026-08-25T07:35:06.633Z Checking openapiv3 v2.2.0
27792026-08-25T07:35:06.675Z Checking peg-runtime v0.8.5
27802026-08-25T07:35:06.711Z Checking lalrpop-util v0.19.12
27812026-08-25T07:35:06.724Z Checking illumos-nvpair v0.3.0
27822026-08-25T07:35:06.810Z Checking rayon v1.11.0
27832026-08-25T07:35:06.846Z Checking sigpipe v0.1.3
27842026-08-25T07:35:06.865Z Checking glob v0.3.3
27852026-08-25T07:35:07.771Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27862026-08-25T07:35:08.102Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27872026-08-25T07:35:08.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.61s
27882026-08-25T07:35:08.539Z
27892026-08-25T07:35:08.539Zinfo: running `cargo check --bins` on internal-dns-types (80/380)
27902026-08-25T07:35:09.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-08-25T07:35:09.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-08-25T07:35:09.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-08-25T07:35:09.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27942026-08-25T07:35:09.106Z
27952026-08-25T07:35:09.106Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/380)
27962026-08-25T07:35:09.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-08-25T07:35:09.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-08-25T07:35:09.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-08-25T07:35:09.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28002026-08-25T07:35:09.672Z
28012026-08-25T07:35:09.672Zinfo: running `cargo check --bins` on nexus-types-versions (82/380)
28022026-08-25T07:35:10.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-08-25T07:35:10.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-08-25T07:35:10.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-08-25T07:35:10.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28062026-08-25T07:35:10.262Z
28072026-08-25T07:35:10.262Zinfo: running `cargo check --bins` on oxql-types (83/380)
28082026-08-25T07:35:10.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-08-25T07:35:10.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-08-25T07:35:10.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-08-25T07:35:10.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28122026-08-25T07:35:10.834Z
28132026-08-25T07:35:10.834Zinfo: running `cargo check --bins` on oximeter-types (84/380)
28142026-08-25T07:35:11.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-08-25T07:35:11.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-08-25T07:35:11.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-08-25T07:35:11.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28182026-08-25T07:35:11.411Z
28192026-08-25T07:35:11.411Zinfo: running `cargo check --bins` on oximeter-types-versions (85/380)
28202026-08-25T07:35:11.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-08-25T07:35:11.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-08-25T07:35:11.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-08-25T07:35:11.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28242026-08-25T07:35:11.984Z
28252026-08-25T07:35:11.984Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/380)
28262026-08-25T07:35:12.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-08-25T07:35:12.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-08-25T07:35:12.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-08-25T07:35:12.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28302026-08-25T07:35:12.548Z
28312026-08-25T07:35:12.548Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/380)
28322026-08-25T07:35:12.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-08-25T07:35:12.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-08-25T07:35:12.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-08-25T07:35:12.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28362026-08-25T07:35:13.049Z
28372026-08-25T07:35:13.049Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/380)
28382026-08-25T07:35:13.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-08-25T07:35:13.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-08-25T07:35:13.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-08-25T07:35:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28422026-08-25T07:35:13.388Z
28432026-08-25T07:35:13.388Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/380)
28442026-08-25T07:35:13.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-08-25T07:35:13.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-08-25T07:35:13.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-08-25T07:35:13.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28482026-08-25T07:35:13.804Z
28492026-08-25T07:35:13.804Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/380)
28502026-08-25T07:35:14.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-08-25T07:35:14.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-08-25T07:35:14.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532026-08-25T07:35:14.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28542026-08-25T07:35:14.222Z
28552026-08-25T07:35:14.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/380)
28562026-08-25T07:35:14.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-08-25T07:35:14.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-08-25T07:35:14.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-08-25T07:35:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28602026-08-25T07:35:14.704Z
28612026-08-25T07:35:14.704Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/380)
28622026-08-25T07:35:15.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-08-25T07:35:15.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-08-25T07:35:15.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-08-25T07:35:15.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28662026-08-25T07:35:15.060Z
28672026-08-25T07:35:15.060Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/380)
28682026-08-25T07:35:15.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-08-25T07:35:15.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-08-25T07:35:15.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-08-25T07:35:15.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28722026-08-25T07:35:15.471Z
28732026-08-25T07:35:15.471Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/380)
28742026-08-25T07:35:15.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-08-25T07:35:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-08-25T07:35:15.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-08-25T07:35:15.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28782026-08-25T07:35:15.886Z
28792026-08-25T07:35:15.887Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/380)
28802026-08-25T07:35:16.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-08-25T07:35:16.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-08-25T07:35:16.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-08-25T07:35:16.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28842026-08-25T07:35:16.306Z
28852026-08-25T07:35:16.306Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/380)
28862026-08-25T07:35:16.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-08-25T07:35:16.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-08-25T07:35:16.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-08-25T07:35:16.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28902026-08-25T07:35:16.723Z
28912026-08-25T07:35:16.723Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/380)
28922026-08-25T07:35:17.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-08-25T07:35:17.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-08-25T07:35:17.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-08-25T07:35:17.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28962026-08-25T07:35:17.140Z
28972026-08-25T07:35:17.140Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/380)
28982026-08-25T07:35:17.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-08-25T07:35:17.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-08-25T07:35:17.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-08-25T07:35:17.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29022026-08-25T07:35:17.555Z
29032026-08-25T07:35:17.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/380)
29042026-08-25T07:35:17.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-08-25T07:35:17.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-08-25T07:35:17.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-08-25T07:35:17.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29082026-08-25T07:35:17.971Z
29092026-08-25T07:35:17.971Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/380)
29102026-08-25T07:35:18.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-08-25T07:35:18.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-08-25T07:35:18.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-08-25T07:35:18.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29142026-08-25T07:35:18.387Z
29152026-08-25T07:35:18.387Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/380)
29162026-08-25T07:35:18.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-08-25T07:35:18.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-08-25T07:35:18.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-08-25T07:35:18.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29202026-08-25T07:35:18.801Z
29212026-08-25T07:35:18.802Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/380)
29222026-08-25T07:35:19.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-08-25T07:35:19.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-08-25T07:35:19.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-08-25T07:35:19.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29262026-08-25T07:35:19.218Z
29272026-08-25T07:35:19.218Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/380)
29282026-08-25T07:35:19.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-08-25T07:35:19.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-08-25T07:35:19.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-08-25T07:35:19.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29322026-08-25T07:35:19.633Z
29332026-08-25T07:35:19.633Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/380)
29342026-08-25T07:35:19.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-08-25T07:35:20.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-08-25T07:35:20.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-08-25T07:35:20.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29382026-08-25T07:35:20.051Z
29392026-08-25T07:35:20.052Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/380)
29402026-08-25T07:35:20.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-08-25T07:35:20.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-08-25T07:35:20.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-08-25T07:35:20.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29442026-08-25T07:35:20.465Z
29452026-08-25T07:35:20.465Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/380)
29462026-08-25T07:35:20.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-08-25T07:35:20.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-08-25T07:35:20.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-08-25T07:35:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29502026-08-25T07:35:20.882Z
29512026-08-25T07:35:20.882Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/380)
29522026-08-25T07:35:21.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-08-25T07:35:21.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-08-25T07:35:21.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-08-25T07:35:21.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29562026-08-25T07:35:21.291Z
29572026-08-25T07:35:21.291Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/380)
29582026-08-25T07:35:21.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-08-25T07:35:21.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-08-25T07:35:21.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612026-08-25T07:35:21.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29622026-08-25T07:35:21.708Z
29632026-08-25T07:35:21.708Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/380)
29642026-08-25T07:35:22.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-08-25T07:35:22.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-08-25T07:35:22.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672026-08-25T07:35:22.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29682026-08-25T07:35:22.124Z
29692026-08-25T07:35:22.124Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/380)
29702026-08-25T07:35:22.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712026-08-25T07:35:22.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722026-08-25T07:35:22.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732026-08-25T07:35:22.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29742026-08-25T07:35:22.543Z
29752026-08-25T07:35:22.543Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/380)
29762026-08-25T07:35:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772026-08-25T07:35:22.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782026-08-25T07:35:22.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792026-08-25T07:35:22.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29802026-08-25T07:35:22.961Z
29812026-08-25T07:35:22.961Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/380)
29822026-08-25T07:35:23.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-08-25T07:35:23.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-08-25T07:35:23.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852026-08-25T07:35:23.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29862026-08-25T07:35:23.378Z
29872026-08-25T07:35:23.378Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/380)
29882026-08-25T07:35:23.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-08-25T07:35:23.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-08-25T07:35:23.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912026-08-25T07:35:23.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29922026-08-25T07:35:23.792Z
29932026-08-25T07:35:23.792Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/380)
29942026-08-25T07:35:24.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-08-25T07:35:24.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-08-25T07:35:24.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972026-08-25T07:35:24.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29982026-08-25T07:35:24.210Z
29992026-08-25T07:35:24.210Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/380)
30002026-08-25T07:35:24.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-08-25T07:35:24.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-08-25T07:35:24.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032026-08-25T07:35:24.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30042026-08-25T07:35:24.634Z
30052026-08-25T07:35:24.634Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/380)
30062026-08-25T07:35:24.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-08-25T07:35:25.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-08-25T07:35:25.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092026-08-25T07:35:25.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30102026-08-25T07:35:25.049Z
30112026-08-25T07:35:25.049Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/380)
30122026-08-25T07:35:25.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-08-25T07:35:25.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-08-25T07:35:25.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152026-08-25T07:35:25.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30162026-08-25T07:35:25.468Z
30172026-08-25T07:35:25.468Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/380)
30182026-08-25T07:35:25.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-08-25T07:35:25.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-08-25T07:35:25.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212026-08-25T07:35:25.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30222026-08-25T07:35:25.888Z
30232026-08-25T07:35:25.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/380)
30242026-08-25T07:35:26.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-08-25T07:35:26.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-08-25T07:35:26.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-08-25T07:35:26.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30282026-08-25T07:35:26.312Z
30292026-08-25T07:35:26.312Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/380)
30302026-08-25T07:35:26.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-08-25T07:35:26.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-08-25T07:35:26.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-08-25T07:35:26.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30342026-08-25T07:35:26.730Z
30352026-08-25T07:35:26.731Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/380)
30362026-08-25T07:35:27.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-08-25T07:35:27.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-08-25T07:35:27.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-08-25T07:35:27.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30402026-08-25T07:35:27.148Z
30412026-08-25T07:35:27.148Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/380)
30422026-08-25T07:35:27.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-08-25T07:35:27.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-08-25T07:35:27.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-08-25T07:35:27.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30462026-08-25T07:35:27.574Z
30472026-08-25T07:35:27.575Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/380)
30482026-08-25T07:35:27.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-08-25T07:35:27.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-08-25T07:35:27.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-08-25T07:35:27.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30522026-08-25T07:35:27.991Z
30532026-08-25T07:35:27.991Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/380)
30542026-08-25T07:35:28.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-08-25T07:35:28.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-08-25T07:35:28.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-08-25T07:35:28.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30582026-08-25T07:35:28.411Z
30592026-08-25T07:35:28.411Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/380)
30602026-08-25T07:35:28.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-08-25T07:35:28.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-08-25T07:35:28.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-08-25T07:35:28.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30642026-08-25T07:35:28.833Z
30652026-08-25T07:35:28.833Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/380)
30662026-08-25T07:35:29.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-08-25T07:35:29.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-08-25T07:35:29.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-08-25T07:35:29.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30702026-08-25T07:35:29.252Z
30712026-08-25T07:35:29.252Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/380)
30722026-08-25T07:35:29.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-08-25T07:35:29.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-08-25T07:35:29.937Z Compiling multer v3.1.0
30752026-08-25T07:35:30.091Z Compiling async-stream-impl v0.3.6
30762026-08-25T07:35:30.109Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-08-25T07:35:30.109Z Compiling dropshot v0.17.1
30782026-08-25T07:35:30.109Z Compiling parse-display-derive v0.10.0
30792026-08-25T07:35:30.109Z Compiling newtype-uuid-macros v0.1.0
30802026-08-25T07:35:30.109Z Compiling dropshot_endpoint v0.17.1
30812026-08-25T07:35:30.120Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30822026-08-25T07:35:30.295Z Checking thread_local v1.1.9
30832026-08-25T07:35:30.321Z Checking match_cfg v0.1.0
30842026-08-25T07:35:30.386Z Checking compression-core v0.4.31
30852026-08-25T07:35:30.425Z Checking hostname v0.3.1
30862026-08-25T07:35:30.468Z Checking crossbeam-channel v0.5.15
30872026-08-25T07:35:30.506Z Checking compression-codecs v0.4.37
30882026-08-25T07:35:30.519Z Checking atomicwrites v0.4.4
30892026-08-25T07:35:30.534Z Checking slog-json v2.6.1
30902026-08-25T07:35:30.620Z Checking is-terminal v0.4.17
30912026-08-25T07:35:30.637Z Checking toml_datetime v1.1.1+spec-1.1.0
30922026-08-25T07:35:30.664Z Checking serde_spanned v1.1.1
30932026-08-25T07:35:30.681Z Checking toml_writer v1.1.1+spec-1.1.0
30942026-08-25T07:35:30.705Z Checking term v1.2.1
30952026-08-25T07:35:30.790Z Checking take_mut v0.2.2
30962026-08-25T07:35:30.808Z Checking debug-ignore v1.0.5
30972026-08-25T07:35:30.832Z Checking slog-bunyan v2.5.0
30982026-08-25T07:35:30.855Z Checking async-compression v0.4.41
30992026-08-25T07:35:30.863Z Checking toml v1.1.2+spec-1.1.0
31002026-08-25T07:35:30.886Z Checking slog-async v2.8.0
31012026-08-25T07:35:30.899Z Checking async-stream v0.3.6
31022026-08-25T07:35:30.927Z Checking slog-term v2.9.2
31032026-08-25T07:35:30.942Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31042026-08-25T07:35:31.021Z Checking progenitor-client v0.14.0
31052026-08-25T07:35:31.044Z Checking sha1 v0.11.0
31062026-08-25T07:35:31.085Z Checking waitgroup v0.1.2
31072026-08-25T07:35:31.175Z Checking rustls-pemfile v2.2.0
31082026-08-25T07:35:31.189Z Checking backon v1.6.0
31092026-08-25T07:35:31.294Z Checking serde_path_to_error v0.1.20
31102026-08-25T07:35:31.307Z Checking hostname v0.4.2
31112026-08-25T07:35:31.307Z Checking instant v0.1.13
31122026-08-25T07:35:31.348Z Checking backoff v0.4.0
31132026-08-25T07:35:31.361Z Checking progenitor-extras v0.2.0
31142026-08-25T07:35:31.465Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31152026-08-25T07:35:31.498Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162026-08-25T07:35:31.516Z Checking regress v0.10.5
31172026-08-25T07:35:31.533Z Checking itertools v0.14.0
31182026-08-25T07:35:31.667Z Checking macaddr v1.0.1
31192026-08-25T07:35:31.756Z Checking parse-display v0.10.0
31202026-08-25T07:35:31.850Z Checking humantime v2.3.0
31212026-08-25T07:35:32.653Z Compiling prettyplease v0.2.37
31222026-08-25T07:35:32.914Z Checking num-rational v0.4.2
31232026-08-25T07:35:33.186Z Checking num-complex v0.4.6
31242026-08-25T07:35:33.655Z Compiling num v0.4.3
31252026-08-25T07:35:33.724Z Compiling usdt-attr-macro v0.5.0
31262026-08-25T07:35:33.735Z Compiling usdt-macro v0.5.0
31272026-08-25T07:35:33.777Z Checking memmap v0.7.0
31282026-08-25T07:35:33.780Z Compiling float-ord v0.3.2
31292026-08-25T07:35:33.803Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31302026-08-25T07:35:33.917Z Compiling convert_case v0.4.0
31312026-08-25T07:35:34.200Z Checking newline-converter v0.3.0
31322026-08-25T07:35:34.279Z Compiling derive_more v0.99.20
31332026-08-25T07:35:34.309Z Checking console v0.15.11
31342026-08-25T07:35:34.460Z Compiling toml v0.8.23
31352026-08-25T07:35:34.489Z Checking usdt v0.5.0
31362026-08-25T07:35:34.581Z Checking linked-hash-map v0.5.6
31372026-08-25T07:35:34.742Z Compiling minimal-lexical v0.2.1
31382026-08-25T07:35:34.797Z Checking lru-cache v0.1.2
31392026-08-25T07:35:34.917Z Compiling nom v7.1.3
31402026-08-25T07:35:34.956Z Checking expectorate v1.2.0
31412026-08-25T07:35:35.193Z Checking camino-tempfile v1.4.1
31422026-08-25T07:35:35.358Z Checking hickory-proto v0.24.4
31432026-08-25T07:35:35.414Z Checking phf_shared v0.12.1
31442026-08-25T07:35:35.560Z Compiling slog-dtrace v0.3.0
31452026-08-25T07:35:35.603Z Compiling unicode-xid v0.2.6
31462026-08-25T07:35:35.733Z Checking resolv-conf v0.7.6
31472026-08-25T07:35:35.748Z Checking heck v0.5.0
31482026-08-25T07:35:35.934Z Compiling chrono-tz v0.10.4
31492026-08-25T07:35:36.120Z Compiling const_format_proc_macros v0.2.34
31502026-08-25T07:35:36.141Z Checking phf v0.12.1
31512026-08-25T07:35:36.278Z Checking tokio-dtrace v0.1.1
31522026-08-25T07:35:36.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31532026-08-25T07:35:36.466Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-08-25T07:35:36.638Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31552026-08-25T07:35:36.761Z Compiling derive-where v1.6.0
31562026-08-25T07:35:36.896Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31572026-08-25T07:35:36.999Z Checking highway v1.3.0
31582026-08-25T07:35:37.195Z Checking hickory-resolver v0.24.4
31592026-08-25T07:35:37.219Z Checking const_format v0.2.35
31602026-08-25T07:35:37.458Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31612026-08-25T07:35:37.949Z Checking oxide-tokio-rt v0.1.4
31622026-08-25T07:35:38.056Z Checking qorb v0.4.1
31632026-08-25T07:35:38.277Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31642026-08-25T07:35:38.283Z Checking gethostname v0.5.0
31652026-08-25T07:35:38.301Z Checking bcs v0.1.6
31662026-08-25T07:35:38.356Z Checking termtree v0.5.1
31672026-08-25T07:35:38.411Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31682026-08-25T07:35:38.459Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31692026-08-25T07:35:38.470Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31702026-08-25T07:35:41.533Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-08-25T07:35:44.734Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31722026-08-25T07:35:46.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.67s
31732026-08-25T07:35:47.106Z
31742026-08-25T07:35:47.106Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/380)
31752026-08-25T07:35:47.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-08-25T07:35:47.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-08-25T07:35:47.789Z Compiling ar_archive_writer v0.5.1
31782026-08-25T07:35:47.900Z Compiling stacker v0.1.23
31792026-08-25T07:35:47.906Z Compiling cfg_aliases v0.1.1
31802026-08-25T07:35:47.912Z Compiling proc-macro-error v1.0.4
31812026-08-25T07:35:47.920Z Checking fd-lock v4.0.4
31822026-08-25T07:35:47.925Z Checking nibble_vec v0.1.0
31832026-08-25T07:35:47.925Z Checking vte v0.14.1
31842026-08-25T07:35:47.925Z Compiling recursive-proc-macro-impl v0.1.1
31852026-08-25T07:35:47.963Z Compiling nix v0.28.0
31862026-08-25T07:35:48.029Z Checking endian-type v0.1.2
31872026-08-25T07:35:48.041Z Checking bytecount v0.6.9
31882026-08-25T07:35:48.094Z Checking strip-ansi-escapes v0.2.1
31892026-08-25T07:35:48.137Z Checking papergrid v0.11.0
31902026-08-25T07:35:48.149Z Checking radix_trie v0.2.1
31912026-08-25T07:35:48.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31922026-08-25T07:35:48.189Z Compiling tabled_derive v0.7.0
31932026-08-25T07:35:48.189Z Compiling peg-macros v0.8.5
31942026-08-25T07:35:48.347Z Checking winnow v0.6.26
31952026-08-25T07:35:48.363Z Compiling sqlparser_derive v0.5.0
31962026-08-25T07:35:48.646Z Checking unicode_categories v0.1.1
31972026-08-25T07:35:48.717Z Compiling psm v0.1.30
31982026-08-25T07:35:48.737Z Checking home v0.5.12
31992026-08-25T07:35:48.794Z Checking nu-ansi-term v0.50.3
32002026-08-25T07:35:48.880Z Checking crossterm v0.29.0
32012026-08-25T07:35:48.999Z Checking reedline v0.40.0
32022026-08-25T07:35:49.106Z Checking display-error-chain v0.2.2
32032026-08-25T07:35:49.149Z Checking tabled v0.15.0
32042026-08-25T07:35:49.264Z Checking rustyline v14.0.0
32052026-08-25T07:35:49.465Z Checking recursive v0.1.1
32062026-08-25T07:35:49.477Z Checking sqlformat v0.3.5
32072026-08-25T07:35:49.508Z Checking peg v0.8.5
32082026-08-25T07:35:49.551Z Checking sqlparser v0.61.0
32092026-08-25T07:36:00.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
32102026-08-25T07:36:01.095Z
32112026-08-25T07:36:01.095Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/380)
32122026-08-25T07:36:01.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-25T07:36:01.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-25T07:36:01.770Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-25T07:36:05.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
32162026-08-25T07:36:05.507Z
32172026-08-25T07:36:05.507Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/380)
32182026-08-25T07:36:06.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T07:36:06.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T07:36:06.180Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T07:36:08.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
32222026-08-25T07:36:08.886Z
32232026-08-25T07:36:08.886Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/380)
32242026-08-25T07:36:09.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T07:36:09.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T07:36:09.557Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T07:36:12.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32282026-08-25T07:36:13.056Z
32292026-08-25T07:36:13.056Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/380)
32302026-08-25T07:36:13.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T07:36:13.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T07:36:13.727Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T07:36:17.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32342026-08-25T07:36:17.295Z
32352026-08-25T07:36:17.295Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/380)
32362026-08-25T07:36:17.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T07:36:17.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T07:36:17.969Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T07:36:20.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32402026-08-25T07:36:20.833Z
32412026-08-25T07:36:20.833Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/380)
32422026-08-25T07:36:21.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T07:36:21.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T07:36:21.556Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T07:36:24.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
32462026-08-25T07:36:24.394Z
32472026-08-25T07:36:24.394Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/380)
32482026-08-25T07:36:24.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T07:36:24.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T07:36:25.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-08-25T07:36:28.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
32522026-08-25T07:36:28.757Z
32532026-08-25T07:36:28.757Zinfo: running `cargo check --bins` on oximeter (136/380)
32542026-08-25T07:36:29.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T07:36:29.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T07:36:29.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-08-25T07:36:29.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32582026-08-25T07:36:29.333Z
32592026-08-25T07:36:29.333Zinfo: running `cargo check --bins` on oximeter-schema (137/380)
32602026-08-25T07:36:29.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T07:36:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T07:36:29.972Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-08-25T07:36:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32642026-08-25T07:36:30.520Z
32652026-08-25T07:36:30.520Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/380)
32662026-08-25T07:36:31.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T07:36:31.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T07:36:31.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-25T07:36:31.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32702026-08-25T07:36:31.096Z
32712026-08-25T07:36:31.096Zinfo: running `cargo check --bins` on oximeter-test-utils (139/380)
32722026-08-25T07:36:31.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T07:36:31.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T07:36:31.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T07:36:31.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32762026-08-25T07:36:31.709Z
32772026-08-25T07:36:31.709Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/380)
32782026-08-25T07:36:32.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T07:36:32.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T07:36:32.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T07:36:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32822026-08-25T07:36:32.294Z
32832026-08-25T07:36:32.294Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/380)
32842026-08-25T07:36:32.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T07:36:32.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T07:36:32.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T07:36:32.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32882026-08-25T07:36:32.878Z
32892026-08-25T07:36:32.878Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/380)
32902026-08-25T07:36:33.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T07:36:33.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T07:36:33.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T07:36:33.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-25T07:36:33.465Z
32952026-08-25T07:36:33.465Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/380)
32962026-08-25T07:36:33.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T07:36:33.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T07:36:33.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T07:36:33.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-25T07:36:34.040Z
33012026-08-25T07:36:34.040Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/380)
33022026-08-25T07:36:34.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T07:36:34.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T07:36:34.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-25T07:36:34.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33062026-08-25T07:36:34.621Z
33072026-08-25T07:36:34.621Zinfo: running `cargo check --bins` on reconfigurator-cli (145/380)
33082026-08-25T07:36:35.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-25T07:36:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-25T07:36:35.452Z Compiling crucible-workspace-hack v0.1.0
33112026-08-25T07:36:35.453Z Compiling regress v0.11.1
33122026-08-25T07:36:35.453Z Checking secrecy v0.10.3
33132026-08-25T07:36:35.456Z Checking half v2.7.1
33142026-08-25T07:36:35.456Z Checking ciborium-io v0.2.2
33152026-08-25T07:36:35.456Z Checking inout v0.1.4
33162026-08-25T07:36:35.588Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33172026-08-25T07:36:35.591Z Checking universal-hash v0.5.1
33182026-08-25T07:36:35.685Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33192026-08-25T07:36:35.719Z Checking cipher v0.4.4
33202026-08-25T07:36:35.719Z Compiling thiserror-impl-no-std v2.0.2
33212026-08-25T07:36:35.749Z Checking opaque-debug v0.3.1
33222026-08-25T07:36:35.829Z Checking poly1305 v0.8.0
33232026-08-25T07:36:35.848Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33242026-08-25T07:36:35.878Z Checking ciborium-ll v0.2.2
33252026-08-25T07:36:35.914Z Checking chacha20 v0.9.1
33262026-08-25T07:36:35.929Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33272026-08-25T07:36:36.047Z Checking ciborium v0.2.2
33282026-08-25T07:36:36.091Z Checking password-hash v0.5.0
33292026-08-25T07:36:36.106Z Checking blake2 v0.10.6
33302026-08-25T07:36:36.124Z Checking aead v0.5.2
33312026-08-25T07:36:36.269Z Compiling toml_datetime v0.7.5+spec-1.1.0
33322026-08-25T07:36:36.314Z Checking indent_write v2.2.0
33332026-08-25T07:36:36.329Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33342026-08-25T07:36:36.343Z Checking argon2 v0.5.3
33352026-08-25T07:36:36.444Z Compiling toml_edit v0.23.10+spec-1.0.0
33362026-08-25T07:36:36.469Z Checking chacha20poly1305 v0.10.1
33372026-08-25T07:36:36.511Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33382026-08-25T07:36:36.599Z Compiling unsafe-libyaml v0.2.11
33392026-08-25T07:36:36.687Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-08-25T07:36:36.892Z Compiling heapless v0.8.0
33412026-08-25T07:36:36.908Z Checking thiserror-no-std v2.0.2
33422026-08-25T07:36:36.997Z Checking vsss-rs v3.3.4
33432026-08-25T07:36:37.136Z Compiling typify-impl v0.6.2
33442026-08-25T07:36:37.176Z Compiling serde_yaml v0.9.34+deprecated
33452026-08-25T07:36:37.334Z Compiling proc-macro-crate v3.4.0
33462026-08-25T07:36:37.691Z Compiling ingot-macros v0.2.0
33472026-08-25T07:36:37.869Z Compiling num_enum_derive v0.7.6
33482026-08-25T07:36:38.004Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33492026-08-25T07:36:38.101Z Checking hash32 v0.3.1
33502026-08-25T07:36:38.117Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33512026-08-25T07:36:38.231Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33522026-08-25T07:36:38.442Z Compiling smoltcp v0.11.0
33532026-08-25T07:36:38.624Z Checking tabwriter v1.4.1
33542026-08-25T07:36:38.771Z Checking cobs v0.3.0
33552026-08-25T07:36:38.803Z Checking swrite v0.1.0
33562026-08-25T07:36:38.821Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33572026-08-25T07:36:38.894Z Compiling proc-macro-crate v1.3.1
33582026-08-25T07:36:38.915Z Checking num_enum v0.7.6
33592026-08-25T07:36:38.918Z Checking postcard v1.1.3
33602026-08-25T07:36:39.026Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33612026-08-25T07:36:39.040Z Compiling foreign-types-macros v0.2.3
33622026-08-25T07:36:39.228Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T07:36:39.243Z Checking colored v3.1.1
33642026-08-25T07:36:39.258Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33652026-08-25T07:36:39.302Z Checking foreign-types-shared v0.3.1
33662026-08-25T07:36:39.396Z Compiling num_enum_derive v0.5.11
33672026-08-25T07:36:39.546Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-25T07:36:39.576Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-25T07:36:39.675Z Checking foreign-types v0.5.0
33702026-08-25T07:36:39.738Z Checking cstr-argument v0.1.2
33712026-08-25T07:36:39.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-25T07:36:40.003Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-25T07:36:40.034Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-25T07:36:40.071Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-25T07:36:40.111Z Checking rand v0.10.1
33762026-08-25T07:36:40.207Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33772026-08-25T07:36:40.224Z Compiling zone_cfg_derive v0.3.1
33782026-08-25T07:36:40.238Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-08-25T07:36:40.359Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33802026-08-25T07:36:40.466Z Checking num_enum v0.5.11
33812026-08-25T07:36:40.531Z Checking ingot-types v0.2.0
33822026-08-25T07:36:40.544Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33832026-08-25T07:36:40.593Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33842026-08-25T07:36:40.717Z Checking itertools v0.12.1
33852026-08-25T07:36:40.771Z Compiling num-derive v0.4.2
33862026-08-25T07:36:40.877Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33872026-08-25T07:36:40.896Z Checking ingot v0.2.1
33882026-08-25T07:36:41.061Z Compiling semver v0.1.20
33892026-08-25T07:36:41.364Z Compiling rustc_version v0.1.7
33902026-08-25T07:36:41.583Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33912026-08-25T07:36:41.641Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33922026-08-25T07:36:41.691Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33932026-08-25T07:36:41.709Z Compiling typify-macro v0.6.2
33942026-08-25T07:36:41.738Z Checking smf v0.2.3
33952026-08-25T07:36:41.831Z Checking zone v0.3.1
33962026-08-25T07:36:41.846Z Checking nom v8.0.0
33972026-08-25T07:36:41.908Z Checking csv-core v0.1.13
33982026-08-25T07:36:41.932Z Checking whoami v1.6.1
33992026-08-25T07:36:41.965Z Compiling newtype_derive v0.1.6
34002026-08-25T07:36:42.083Z Checking csv v1.4.0
34012026-08-25T07:36:42.107Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34022026-08-25T07:36:42.107Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34032026-08-25T07:36:42.152Z Compiling cancel-safe-futures v0.1.5
34042026-08-25T07:36:42.302Z Compiling serde_tokenstream v0.3.0
34052026-08-25T07:36:42.379Z Compiling libefi-sys v0.1.0
34062026-08-25T07:36:42.449Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34072026-08-25T07:36:42.532Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34082026-08-25T07:36:42.618Z Compiling oxide-generation-macros v0.2.0
34092026-08-25T07:36:42.665Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34102026-08-25T07:36:42.866Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34112026-08-25T07:36:42.901Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34122026-08-25T07:36:43.040Z Checking oxide-update-engine-types v0.1.2
34132026-08-25T07:36:43.097Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34142026-08-25T07:36:43.113Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34152026-08-25T07:36:43.359Z Compiling bitfield-struct v0.6.2
34162026-08-25T07:36:43.439Z Checking linear-map v1.2.0
34172026-08-25T07:36:43.442Z Compiling typify v0.6.2
34182026-08-25T07:36:43.569Z Compiling progenitor-impl v0.14.0
34192026-08-25T07:36:43.611Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34202026-08-25T07:36:43.629Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34212026-08-25T07:36:43.781Z Checking steno v0.4.1
34222026-08-25T07:36:43.796Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34232026-08-25T07:36:43.931Z Checking oxide-update-engine v0.1.2
34242026-08-25T07:36:43.990Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34252026-08-25T07:36:44.354Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34262026-08-25T07:36:44.412Z Checking sha1 v0.10.6
34272026-08-25T07:36:44.517Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34282026-08-25T07:36:44.572Z Checking utf-8 v0.7.6
34292026-08-25T07:36:44.588Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34302026-08-25T07:36:44.602Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34312026-08-25T07:36:44.725Z Checking tungstenite v0.21.0
34322026-08-25T07:36:44.728Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34332026-08-25T07:36:44.778Z Checking ignore v0.4.25
34342026-08-25T07:36:44.793Z Checking anstyle-parse v0.2.7
34352026-08-25T07:36:44.891Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34362026-08-25T07:36:44.949Z Compiling xshell-macros v0.2.7
34372026-08-25T07:36:44.964Z Checking anstream v0.6.21
34382026-08-25T07:36:45.099Z Checking predicates-tree v1.0.13
34392026-08-25T07:36:45.159Z Checking tokio-tungstenite v0.21.0
34402026-08-25T07:36:45.174Z Checking filetime v0.2.27
34412026-08-25T07:36:45.188Z Checking globwalk v0.9.1
34422026-08-25T07:36:45.212Z Checking xattr v1.6.1
34432026-08-25T07:36:45.312Z Checking tagptr v0.2.0
34442026-08-25T07:36:45.334Z Checking xshell v0.2.7
34452026-08-25T07:36:45.351Z Checking tar v0.4.46
34462026-08-25T07:36:45.369Z Checking camino-tempfile-ext v0.3.3
34472026-08-25T07:36:45.440Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34482026-08-25T07:36:45.455Z Checking moka v0.12.13
34492026-08-25T07:36:45.526Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34502026-08-25T07:36:45.565Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-25T07:36:45.621Z Checking rand_seeder v0.4.0
34522026-08-25T07:36:45.658Z Checking half v1.8.3
34532026-08-25T07:36:45.708Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34542026-08-25T07:36:45.735Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34552026-08-25T07:36:45.769Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34562026-08-25T07:36:45.855Z Checking serde_cbor v0.11.2
34572026-08-25T07:36:45.988Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34582026-08-25T07:36:46.091Z Checking digest-io v0.1.0
34592026-08-25T07:36:46.112Z Checking hickory-resolver v0.25.2
34602026-08-25T07:36:46.222Z Checking sha2 v0.11.0
34612026-08-25T07:36:46.251Z Compiling petname v2.0.2
34622026-08-25T07:36:46.267Z Compiling progenitor-macro v0.14.0
34632026-08-25T07:36:46.616Z Checking rawzip v0.4.4
34642026-08-25T07:36:46.720Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34652026-08-25T07:36:46.826Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34662026-08-25T07:36:47.054Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34672026-08-25T07:36:47.120Z Checking sapling-renderdag v0.1.0
34682026-08-25T07:36:47.235Z Checking subprocess v0.2.15
34692026-08-25T07:36:47.289Z Checking sync-ptr v0.1.4
34702026-08-25T07:36:47.404Z Checking colored v2.2.0
34712026-08-25T07:36:47.407Z Checking assert_matches v1.5.0
34722026-08-25T07:36:47.518Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34732026-08-25T07:36:47.658Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34742026-08-25T07:36:47.741Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34752026-08-25T07:36:47.833Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34762026-08-25T07:36:48.117Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34772026-08-25T07:36:48.423Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34782026-08-25T07:36:48.426Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34792026-08-25T07:36:49.399Z Checking progenitor v0.14.0
34802026-08-25T07:36:49.533Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34812026-08-25T07:36:49.536Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34822026-08-25T07:36:49.536Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34832026-08-25T07:36:49.536Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34842026-08-25T07:36:49.536Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34852026-08-25T07:36:49.536Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34862026-08-25T07:36:49.976Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34872026-08-25T07:36:50.154Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34882026-08-25T07:36:50.162Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34892026-08-25T07:36:50.220Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34902026-08-25T07:36:50.327Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34912026-08-25T07:36:50.712Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34922026-08-25T07:36:51.247Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34932026-08-25T07:36:51.303Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34942026-08-25T07:36:51.898Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34952026-08-25T07:36:52.814Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34962026-08-25T07:37:01.385Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34972026-08-25T07:37:08.636Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34982026-08-25T07:37:08.639Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34992026-08-25T07:37:08.639Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35002026-08-25T07:37:10.138Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35012026-08-25T07:37:11.410Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
35022026-08-25T07:37:13.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.01s
35032026-08-25T07:37:13.833Z
35042026-08-25T07:37:13.833Zinfo: running `cargo check --bins` on nexus-inventory (146/380)
35052026-08-25T07:37:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-25T07:37:14.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-25T07:37:14.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-25T07:37:14.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35092026-08-25T07:37:14.452Z
35102026-08-25T07:37:14.452Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/380)
35112026-08-25T07:37:14.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-25T07:37:14.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-25T07:37:14.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-25T07:37:14.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35152026-08-25T07:37:15.021Z
35162026-08-25T07:37:15.021Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/380)
35172026-08-25T07:37:15.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-25T07:37:15.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-25T07:37:15.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-25T07:37:15.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35212026-08-25T07:37:15.592Z
35222026-08-25T07:37:15.592Zinfo: running `cargo check --bins` on dns-service-client (149/380)
35232026-08-25T07:37:16.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-25T07:37:16.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-25T07:37:16.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-25T07:37:16.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35272026-08-25T07:37:16.166Z
35282026-08-25T07:37:16.166Zinfo: running `cargo check --bins` on ntp-admin-client (150/380)
35292026-08-25T07:37:16.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-25T07:37:16.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-25T07:37:16.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-25T07:37:16.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35332026-08-25T07:37:16.720Z
35342026-08-25T07:37:16.720Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/380)
35352026-08-25T07:37:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-25T07:37:17.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-25T07:37:17.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-25T07:37:17.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35392026-08-25T07:37:17.283Z
35402026-08-25T07:37:17.283Zinfo: running `cargo check --bins` on cockroach-admin-client (152/380)
35412026-08-25T07:37:17.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-25T07:37:17.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-25T07:37:17.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-25T07:37:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35452026-08-25T07:37:17.844Z
35462026-08-25T07:37:17.845Zinfo: running `cargo check --bins` on parallel-task-set (153/380)
35472026-08-25T07:37:18.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-25T07:37:18.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-25T07:37:18.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-25T07:37:18.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35512026-08-25T07:37:18.406Z
35522026-08-25T07:37:18.406Zinfo: running `cargo check --bins` on sled-agent-client (154/380)
35532026-08-25T07:37:18.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-25T07:37:18.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-25T07:37:18.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-25T07:37:18.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-08-25T07:37:18.986Z
35582026-08-25T07:37:18.986Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/380)
35592026-08-25T07:37:19.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-25T07:37:19.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-25T07:37:19.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-25T07:37:19.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35632026-08-25T07:37:19.578Z
35642026-08-25T07:37:19.578Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/380)
35652026-08-25T07:37:20.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-25T07:37:20.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-25T07:37:20.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-25T07:37:20.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35692026-08-25T07:37:20.169Z
35702026-08-25T07:37:20.169Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/380)
35712026-08-25T07:37:20.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-25T07:37:20.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-25T07:37:20.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-25T07:37:20.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35752026-08-25T07:37:20.757Z
35762026-08-25T07:37:20.757Zinfo: running `cargo check --bins` on key-manager (158/380)
35772026-08-25T07:37:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-25T07:37:21.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-25T07:37:21.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-25T07:37:21.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35812026-08-25T07:37:21.331Z
35822026-08-25T07:37:21.331Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/380)
35832026-08-25T07:37:21.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-25T07:37:21.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-25T07:37:21.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-25T07:37:21.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35872026-08-25T07:37:21.912Z
35882026-08-25T07:37:21.913Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/380)
35892026-08-25T07:37:22.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-25T07:37:22.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-25T07:37:22.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-25T07:37:22.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35932026-08-25T07:37:22.503Z
35942026-08-25T07:37:22.503Zinfo: running `cargo check --bins` on typed-rng (161/380)
35952026-08-25T07:37:22.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-25T07:37:22.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-25T07:37:22.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-25T07:37:22.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35992026-08-25T07:37:23.059Z
36002026-08-25T07:37:23.059Zinfo: running `cargo check --bins` on gateway-test-utils (162/380)
36012026-08-25T07:37:23.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-25T07:37:23.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-25T07:37:23.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-25T07:37:23.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36052026-08-25T07:37:23.675Z
36062026-08-25T07:37:23.675Zinfo: running `cargo check --bins` on omicron-gateway (163/380)
36072026-08-25T07:37:24.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-25T07:37:24.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-25T07:37:24.407Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36102026-08-25T07:37:24.410Z Checking void v1.0.2
36112026-08-25T07:37:24.410Z Checking tungstenite v0.23.0
36122026-08-25T07:37:24.410Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36132026-08-25T07:37:24.524Z Checking dropshot-api-manager-types v0.8.0
36142026-08-25T07:37:24.528Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36152026-08-25T07:37:24.528Z Checking nix v0.27.1
36162026-08-25T07:37:24.531Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36172026-08-25T07:37:24.605Z Checking lzss v0.8.2
36182026-08-25T07:37:24.676Z Checking kstat-rs v0.2.5
36192026-08-25T07:37:24.708Z Checking fxhash v0.2.1
36202026-08-25T07:37:24.780Z Checking serde_bytes v0.11.19
36212026-08-25T07:37:24.820Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36222026-08-25T07:37:24.833Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36232026-08-25T07:37:24.833Z Checking signal-hook-tokio v0.3.1
36242026-08-25T07:37:24.857Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36252026-08-25T07:37:24.980Z Checking tokio-tungstenite v0.23.1
36262026-08-25T07:37:25.028Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36272026-08-25T07:37:26.083Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36282026-08-25T07:37:26.627Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36292026-08-25T07:37:28.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
36302026-08-25T07:37:28.961Z
36312026-08-25T07:37:28.961Zinfo: running `cargo check --bins` on gateway-api (164/380)
36322026-08-25T07:37:29.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-25T07:37:29.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-25T07:37:29.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-25T07:37:29.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-08-25T07:37:29.540Z
36372026-08-25T07:37:29.540Zinfo: running `cargo check --bins` on ipcc (165/380)
36382026-08-25T07:37:30.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-25T07:37:30.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-25T07:37:30.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-25T07:37:30.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-08-25T07:37:30.115Z
36432026-08-25T07:37:30.115Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/380)
36442026-08-25T07:37:30.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-25T07:37:30.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-25T07:37:30.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-25T07:37:30.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-08-25T07:37:30.671Z
36492026-08-25T07:37:30.671Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/380)
36502026-08-25T07:37:31.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-25T07:37:31.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-25T07:37:31.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-25T07:37:31.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36542026-08-25T07:37:31.261Z
36552026-08-25T07:37:31.261Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/380)
36562026-08-25T07:37:31.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-25T07:37:31.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-25T07:37:31.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-25T07:37:31.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-08-25T07:37:31.832Z
36612026-08-25T07:37:31.832Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/380)
36622026-08-25T07:37:32.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-25T07:37:32.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-25T07:37:32.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-25T07:37:32.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-25T07:37:32.409Z
36672026-08-25T07:37:32.409Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/380)
36682026-08-25T07:37:32.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-25T07:37:32.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-25T07:37:32.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-25T07:37:32.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36722026-08-25T07:37:32.987Z
36732026-08-25T07:37:32.987Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/380)
36742026-08-25T07:37:33.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-25T07:37:33.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-25T07:37:33.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-25T07:37:33.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36782026-08-25T07:37:33.585Z
36792026-08-25T07:37:33.585Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/380)
36802026-08-25T07:37:34.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-25T07:37:34.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-25T07:37:34.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-25T07:37:34.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-08-25T07:37:34.158Z
36852026-08-25T07:37:34.158Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/380)
36862026-08-25T07:37:34.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-25T07:37:34.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-25T07:37:34.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-25T07:37:34.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-08-25T07:37:34.737Z
36912026-08-25T07:37:34.737Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/380)
36922026-08-25T07:37:35.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-25T07:37:35.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-25T07:37:35.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-25T07:37:35.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-08-25T07:37:35.313Z
36972026-08-25T07:37:35.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/380)
36982026-08-25T07:37:35.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-25T07:37:35.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-25T07:37:35.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-25T07:37:35.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37022026-08-25T07:37:35.892Z
37032026-08-25T07:37:35.892Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/380)
37042026-08-25T07:37:36.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-25T07:37:36.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-25T07:37:36.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-25T07:37:36.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37082026-08-25T07:37:36.463Z
37092026-08-25T07:37:36.463Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/380)
37102026-08-25T07:37:36.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-25T07:37:36.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-25T07:37:36.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-25T07:37:36.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37142026-08-25T07:37:37.041Z
37152026-08-25T07:37:37.041Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/380)
37162026-08-25T07:37:37.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-25T07:37:37.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-25T07:37:37.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-25T07:37:37.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37202026-08-25T07:37:37.616Z
37212026-08-25T07:37:37.616Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/380)
37222026-08-25T07:37:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-25T07:37:38.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-25T07:37:38.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-25T07:37:38.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37262026-08-25T07:37:38.192Z
37272026-08-25T07:37:38.192Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/380)
37282026-08-25T07:37:38.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-25T07:37:38.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-25T07:37:38.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-25T07:37:38.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37322026-08-25T07:37:38.769Z
37332026-08-25T07:37:38.769Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/380)
37342026-08-25T07:37:39.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-25T07:37:39.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-25T07:37:39.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-25T07:37:39.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37382026-08-25T07:37:39.347Z
37392026-08-25T07:37:39.347Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/380)
37402026-08-25T07:37:39.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-25T07:37:39.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-25T07:37:39.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-25T07:37:39.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37442026-08-25T07:37:39.920Z
37452026-08-25T07:37:39.920Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/380)
37462026-08-25T07:37:40.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-25T07:37:40.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-25T07:37:40.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-25T07:37:40.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-25T07:37:40.499Z
37512026-08-25T07:37:40.499Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/380)
37522026-08-25T07:37:40.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-25T07:37:40.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-25T07:37:40.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-25T07:37:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37562026-08-25T07:37:41.072Z
37572026-08-25T07:37:41.072Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/380)
37582026-08-25T07:37:41.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-25T07:37:41.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-25T07:37:41.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-25T07:37:41.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37622026-08-25T07:37:41.649Z
37632026-08-25T07:37:41.649Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/380)
37642026-08-25T07:37:42.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-25T07:37:42.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-25T07:37:42.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-25T07:37:42.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-08-25T07:37:42.244Z
37692026-08-25T07:37:42.244Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/380)
37702026-08-25T07:37:42.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-25T07:37:42.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-25T07:37:42.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-25T07:37:42.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37742026-08-25T07:37:42.840Z
37752026-08-25T07:37:42.840Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/380)
37762026-08-25T07:37:43.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-25T07:37:43.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-25T07:37:43.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-25T07:37:43.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-08-25T07:37:43.433Z
37812026-08-25T07:37:43.433Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/380)
37822026-08-25T07:37:43.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-25T07:37:43.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-25T07:37:43.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-08-25T07:37:43.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37862026-08-25T07:37:44.024Z
37872026-08-25T07:37:44.024Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/380)
37882026-08-25T07:37:44.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-08-25T07:37:44.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-08-25T07:37:44.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-08-25T07:37:44.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37922026-08-25T07:37:44.613Z
37932026-08-25T07:37:44.613Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/380)
37942026-08-25T07:37:45.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-25T07:37:45.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-25T07:37:45.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-25T07:37:45.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-08-25T07:37:45.208Z
37992026-08-25T07:37:45.208Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/380)
38002026-08-25T07:37:45.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-25T07:37:45.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-25T07:37:45.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-25T07:37:45.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-25T07:37:45.799Z
38052026-08-25T07:37:45.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/380)
38062026-08-25T07:37:46.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-25T07:37:46.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-25T07:37:46.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-25T07:37:46.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38102026-08-25T07:37:46.391Z
38112026-08-25T07:37:46.391Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/380)
38122026-08-25T07:37:46.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-25T07:37:46.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-25T07:37:46.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-08-25T07:37:46.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38162026-08-25T07:37:46.980Z
38172026-08-25T07:37:46.980Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/380)
38182026-08-25T07:37:47.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-25T07:37:47.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-25T07:37:47.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-08-25T07:37:47.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-08-25T07:37:47.574Z
38232026-08-25T07:37:47.574Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/380)
38242026-08-25T07:37:48.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-08-25T07:37:48.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-08-25T07:37:48.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-08-25T07:37:48.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38282026-08-25T07:37:48.165Z
38292026-08-25T07:37:48.165Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/380)
38302026-08-25T07:37:48.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-08-25T07:37:48.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-08-25T07:37:48.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-08-25T07:37:48.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38342026-08-25T07:37:48.757Z
38352026-08-25T07:37:48.757Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/380)
38362026-08-25T07:37:49.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-08-25T07:37:49.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-08-25T07:37:49.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-08-25T07:37:49.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38402026-08-25T07:37:49.353Z
38412026-08-25T07:37:49.353Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/380)
38422026-08-25T07:37:49.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-08-25T07:37:49.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-08-25T07:37:49.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-08-25T07:37:49.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38462026-08-25T07:37:49.942Z
38472026-08-25T07:37:49.942Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/380)
38482026-08-25T07:37:50.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-08-25T07:37:50.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-08-25T07:37:50.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-08-25T07:37:50.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38522026-08-25T07:37:50.531Z
38532026-08-25T07:37:50.531Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/380)
38542026-08-25T07:37:51.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-08-25T07:37:51.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-08-25T07:37:51.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-08-25T07:37:51.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38582026-08-25T07:37:51.123Z
38592026-08-25T07:37:51.123Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/380)
38602026-08-25T07:37:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-08-25T07:37:51.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-08-25T07:37:51.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-08-25T07:37:51.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38642026-08-25T07:37:51.715Z
38652026-08-25T07:37:51.715Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/380)
38662026-08-25T07:37:52.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-08-25T07:37:52.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-08-25T07:37:52.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-08-25T07:37:52.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38702026-08-25T07:37:52.307Z
38712026-08-25T07:37:52.307Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/380)
38722026-08-25T07:37:52.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-08-25T07:37:52.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-08-25T07:37:52.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-08-25T07:37:52.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38762026-08-25T07:37:52.881Z
38772026-08-25T07:37:52.881Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/380)
38782026-08-25T07:37:53.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-08-25T07:37:53.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-08-25T07:37:53.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-08-25T07:37:53.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38822026-08-25T07:37:53.460Z
38832026-08-25T07:37:53.460Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/380)
38842026-08-25T07:37:53.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-08-25T07:37:53.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-08-25T07:37:53.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-08-25T07:37:53.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38882026-08-25T07:37:54.036Z
38892026-08-25T07:37:54.036Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/380)
38902026-08-25T07:37:54.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-08-25T07:37:54.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-08-25T07:37:54.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-08-25T07:37:54.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38942026-08-25T07:37:54.610Z
38952026-08-25T07:37:54.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/380)
38962026-08-25T07:37:55.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-08-25T07:37:55.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-08-25T07:37:55.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-08-25T07:37:55.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39002026-08-25T07:37:55.184Z
39012026-08-25T07:37:55.184Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/380)
39022026-08-25T07:37:55.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-08-25T07:37:55.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-08-25T07:37:55.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-08-25T07:37:55.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39062026-08-25T07:37:55.761Z
39072026-08-25T07:37:55.761Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/380)
39082026-08-25T07:37:56.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-25T07:37:56.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-25T07:37:56.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-08-25T07:37:56.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39122026-08-25T07:37:56.330Z
39132026-08-25T07:37:56.330Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/380)
39142026-08-25T07:37:56.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-08-25T07:37:56.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-08-25T07:37:56.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-08-25T07:37:56.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39182026-08-25T07:37:56.903Z
39192026-08-25T07:37:56.903Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/380)
39202026-08-25T07:37:57.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-08-25T07:37:57.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-08-25T07:37:57.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-08-25T07:37:57.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39242026-08-25T07:37:57.480Z
39252026-08-25T07:37:57.480Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/380)
39262026-08-25T07:37:57.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-25T07:37:57.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-25T07:37:57.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-08-25T07:37:57.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39302026-08-25T07:37:58.052Z
39312026-08-25T07:37:58.052Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/380)
39322026-08-25T07:37:58.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-25T07:37:58.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-25T07:37:58.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-08-25T07:37:58.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39362026-08-25T07:37:58.628Z
39372026-08-25T07:37:58.628Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/380)
39382026-08-25T07:37:59.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-25T07:37:59.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-25T07:37:59.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-08-25T07:37:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39422026-08-25T07:37:59.202Z
39432026-08-25T07:37:59.202Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/380)
39442026-08-25T07:37:59.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-25T07:37:59.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-25T07:37:59.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-08-25T07:37:59.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39482026-08-25T07:37:59.776Z
39492026-08-25T07:37:59.776Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/380)
39502026-08-25T07:38:00.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-08-25T07:38:00.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-08-25T07:38:00.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-08-25T07:38:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39542026-08-25T07:38:00.356Z
39552026-08-25T07:38:00.356Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/380)
39562026-08-25T07:38:00.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-25T07:38:00.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-25T07:38:00.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-25T07:38:00.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39602026-08-25T07:38:00.930Z
39612026-08-25T07:38:00.930Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/380)
39622026-08-25T07:38:01.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-25T07:38:01.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-25T07:38:01.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-25T07:38:01.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39662026-08-25T07:38:01.508Z
39672026-08-25T07:38:01.508Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/380)
39682026-08-25T07:38:02.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-25T07:38:02.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-25T07:38:02.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-25T07:38:02.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39722026-08-25T07:38:02.101Z
39732026-08-25T07:38:02.101Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/380)
39742026-08-25T07:38:02.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-25T07:38:02.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-25T07:38:02.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-25T07:38:02.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39782026-08-25T07:38:02.693Z
39792026-08-25T07:38:02.693Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/380)
39802026-08-25T07:38:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-25T07:38:03.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-25T07:38:03.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-25T07:38:03.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39842026-08-25T07:38:03.285Z
39852026-08-25T07:38:03.285Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/380)
39862026-08-25T07:38:03.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-25T07:38:03.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-25T07:38:03.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-25T07:38:03.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39902026-08-25T07:38:03.880Z
39912026-08-25T07:38:03.880Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/380)
39922026-08-25T07:38:04.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-25T07:38:04.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-25T07:38:04.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-25T07:38:04.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39962026-08-25T07:38:04.473Z
39972026-08-25T07:38:04.473Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/380)
39982026-08-25T07:38:04.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-25T07:38:04.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-25T07:38:04.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-25T07:38:04.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40022026-08-25T07:38:05.067Z
40032026-08-25T07:38:05.067Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/380)
40042026-08-25T07:38:05.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-25T07:38:05.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-25T07:38:05.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-25T07:38:05.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40082026-08-25T07:38:05.666Z
40092026-08-25T07:38:05.666Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/380)
40102026-08-25T07:38:06.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-25T07:38:06.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-25T07:38:06.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-25T07:38:06.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-25T07:38:06.255Z
40152026-08-25T07:38:06.255Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/380)
40162026-08-25T07:38:06.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-25T07:38:06.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-25T07:38:06.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-25T07:38:06.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40202026-08-25T07:38:06.845Z
40212026-08-25T07:38:06.845Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/380)
40222026-08-25T07:38:07.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-25T07:38:07.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-25T07:38:07.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-25T07:38:07.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40262026-08-25T07:38:07.439Z
40272026-08-25T07:38:07.439Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/380)
40282026-08-25T07:38:07.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-25T07:38:07.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-25T07:38:07.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-25T07:38:07.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40322026-08-25T07:38:08.031Z
40332026-08-25T07:38:08.031Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/380)
40342026-08-25T07:38:08.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-25T07:38:08.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-25T07:38:08.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-25T07:38:08.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40382026-08-25T07:38:08.629Z
40392026-08-25T07:38:08.630Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/380)
40402026-08-25T07:38:09.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-25T07:38:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-25T07:38:09.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-25T07:38:09.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40442026-08-25T07:38:09.378Z
40452026-08-25T07:38:09.378Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/380)
40462026-08-25T07:38:09.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-25T07:38:09.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-25T07:38:09.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-25T07:38:09.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40502026-08-25T07:38:09.823Z
40512026-08-25T07:38:09.823Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/380)
40522026-08-25T07:38:10.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-25T07:38:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-25T07:38:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-25T07:38:10.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40562026-08-25T07:38:10.419Z
40572026-08-25T07:38:10.419Zinfo: running `cargo check --bins` on oximeter-producer (235/380)
40582026-08-25T07:38:10.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-25T07:38:10.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-25T07:38:10.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-25T07:38:10.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40622026-08-25T07:38:11.029Z
40632026-08-25T07:38:11.029Zinfo: running `cargo check --bins` on internal-dns-resolver (236/380)
40642026-08-25T07:38:11.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-25T07:38:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-25T07:38:11.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-08-25T07:38:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40682026-08-25T07:38:11.605Z
40692026-08-25T07:38:11.605Zinfo: running `cargo check --bins` on dns-server (237/380)
40702026-08-25T07:38:12.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-08-25T07:38:12.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-08-25T07:38:12.255Z Compiling parking_lot_core v0.8.6
40732026-08-25T07:38:12.255Z Compiling git-stub v1.0.0
40742026-08-25T07:38:12.258Z Checking prefix-trie v0.7.0
40752026-08-25T07:38:12.373Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40762026-08-25T07:38:12.481Z Compiling git-stub-vcs v0.1.0
40772026-08-25T07:38:12.637Z Checking hickory-server v0.25.2
40782026-08-25T07:38:12.742Z Checking parking_lot v0.11.2
40792026-08-25T07:38:12.778Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40802026-08-25T07:38:12.906Z Checking sled v0.34.7
40812026-08-25T07:38:14.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
40822026-08-25T07:38:14.996Z
40832026-08-25T07:38:14.996Zinfo: running `cargo check --bins` on dns-server-api (238/380)
40842026-08-25T07:38:15.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-25T07:38:15.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-25T07:38:15.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-25T07:38:15.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40882026-08-25T07:38:15.563Z
40892026-08-25T07:38:15.563Zinfo: running `cargo check --bins` on nexus-client (239/380)
40902026-08-25T07:38:16.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-25T07:38:16.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-25T07:38:16.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-25T07:38:16.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-08-25T07:38:16.171Z
40952026-08-25T07:38:16.171Zinfo: running `cargo check --bins` on oximeter-producer-api (240/380)
40962026-08-25T07:38:16.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-25T07:38:16.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-25T07:38:16.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-25T07:38:16.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41002026-08-25T07:38:16.746Z
41012026-08-25T07:38:16.746Zinfo: running `cargo check --bins` on sp-sim (241/380)
41022026-08-25T07:38:17.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-25T07:38:17.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-25T07:38:17.457Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41052026-08-25T07:38:17.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41062026-08-25T07:38:18.154Z
41072026-08-25T07:38:18.154Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/380)
41082026-08-25T07:38:18.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-25T07:38:18.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-25T07:38:18.984Z Compiling proc-macro-error-attr2 v2.0.0
41112026-08-25T07:38:19.116Z Compiling hashbrown v0.14.5
41122026-08-25T07:38:19.119Z Compiling rfc6979 v0.4.0
41132026-08-25T07:38:19.131Z Compiling salty v0.3.0
41142026-08-25T07:38:19.140Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41152026-08-25T07:38:19.151Z Compiling primeorder v0.13.6
41162026-08-25T07:38:19.165Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41172026-08-25T07:38:19.233Z Compiling ecdsa v0.16.9
41182026-08-25T07:38:19.295Z Compiling sha1 v0.10.6
41192026-08-25T07:38:19.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41202026-08-25T07:38:19.479Z Compiling proc-macro-error2 v2.0.1
41212026-08-25T07:38:19.579Z Compiling p384 v0.13.1
41222026-08-25T07:38:19.598Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41232026-08-25T07:38:19.620Z Compiling chumsky v0.9.3
41242026-08-25T07:38:19.678Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41252026-08-25T07:38:19.799Z Compiling knus-derive v3.4.0
41262026-08-25T07:38:19.841Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41272026-08-25T07:38:19.872Z Checking libscf-sys v1.2.0
41282026-08-25T07:38:19.913Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41292026-08-25T07:38:19.998Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41302026-08-25T07:38:20.127Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41312026-08-25T07:38:20.142Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41322026-08-25T07:38:20.324Z Checking corncobs v0.1.4
41332026-08-25T07:38:20.341Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41342026-08-25T07:38:20.371Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41352026-08-25T07:38:20.374Z Checking papergrid v0.18.0
41362026-08-25T07:38:20.399Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41372026-08-25T07:38:20.447Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41382026-08-25T07:38:20.518Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41392026-08-25T07:38:20.573Z Checking secrecy v0.8.0
41402026-08-25T07:38:20.689Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41412026-08-25T07:38:20.705Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41422026-08-25T07:38:20.829Z Compiling unicase v2.9.0
41432026-08-25T07:38:20.925Z Compiling progenitor-impl v0.13.0
41442026-08-25T07:38:20.990Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41452026-08-25T07:38:21.025Z Compiling mime_guess v2.0.5
41462026-08-25T07:38:21.148Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41472026-08-25T07:38:21.164Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41482026-08-25T07:38:21.179Z Checking tabled v0.21.0
41492026-08-25T07:38:21.219Z Compiling knus v3.4.0
41502026-08-25T07:38:21.353Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41512026-08-25T07:38:21.550Z Checking crc8 v0.1.1
41522026-08-25T07:38:21.999Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41532026-08-25T07:38:22.013Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41542026-08-25T07:38:22.103Z Checking progenitor-client v0.13.0
41552026-08-25T07:38:22.345Z Checking http-range v0.1.5
41562026-08-25T07:38:22.475Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41572026-08-25T07:38:22.571Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41582026-08-25T07:38:22.655Z Checking scuffle v0.1.0
41592026-08-25T07:38:22.877Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41602026-08-25T07:38:23.216Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41612026-08-25T07:38:23.300Z Checking nanorand v0.7.0
41622026-08-25T07:38:23.367Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41632026-08-25T07:38:23.500Z Checking flume v0.11.1
41642026-08-25T07:38:23.516Z Checking hyper-staticfile v0.10.1
41652026-08-25T07:38:23.529Z Compiling progenitor-macro v0.13.0
41662026-08-25T07:38:23.598Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41672026-08-25T07:38:23.759Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41682026-08-25T07:38:23.794Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41692026-08-25T07:38:23.908Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41702026-08-25T07:38:23.923Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41712026-08-25T07:38:23.938Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41722026-08-25T07:38:24.149Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41732026-08-25T07:38:24.177Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41742026-08-25T07:38:24.322Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41752026-08-25T07:38:24.371Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41762026-08-25T07:38:24.447Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41772026-08-25T07:38:24.560Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41782026-08-25T07:38:24.633Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41792026-08-25T07:38:24.680Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41802026-08-25T07:38:25.245Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41812026-08-25T07:38:25.797Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41822026-08-25T07:38:27.018Z Checking progenitor v0.13.0
41832026-08-25T07:38:27.155Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41842026-08-25T07:38:27.771Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41852026-08-25T07:38:28.843Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41862026-08-25T07:38:29.420Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41872026-08-25T07:38:29.420Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41882026-08-25T07:38:31.096Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41892026-08-25T07:38:43.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.90s
41902026-08-25T07:38:43.066Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41912026-08-25T07:38:43.066Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41922026-08-25T07:38:43.261Z
41932026-08-25T07:38:43.262Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/380)
41942026-08-25T07:38:43.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-25T07:38:43.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-25T07:38:44.041Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41972026-08-25T07:38:54.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
41982026-08-25T07:38:54.672Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41992026-08-25T07:38:54.672Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42002026-08-25T07:38:54.873Z
42012026-08-25T07:38:54.873Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/380)
42022026-08-25T07:38:55.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-25T07:38:55.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-25T07:38:55.645Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42052026-08-25T07:39:06.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
42062026-08-25T07:39:06.209Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42072026-08-25T07:39:06.209Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42082026-08-25T07:39:06.424Z
42092026-08-25T07:39:06.424Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/380)
42102026-08-25T07:39:06.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-25T07:39:06.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-25T07:39:07.196Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42132026-08-25T07:39:17.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42142026-08-25T07:39:17.780Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42152026-08-25T07:39:17.780Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42162026-08-25T07:39:17.978Z
42172026-08-25T07:39:17.978Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/380)
42182026-08-25T07:39:18.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-25T07:39:18.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-25T07:39:18.747Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42212026-08-25T07:39:29.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
42222026-08-25T07:39:29.374Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42232026-08-25T07:39:29.374Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42242026-08-25T07:39:29.581Z
42252026-08-25T07:39:29.581Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/380)
42262026-08-25T07:39:30.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-08-25T07:39:30.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-08-25T07:39:30.353Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42292026-08-25T07:39:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
42302026-08-25T07:39:40.920Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42312026-08-25T07:39:40.920Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42322026-08-25T07:39:41.124Z
42332026-08-25T07:39:41.124Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/380)
42342026-08-25T07:39:41.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-25T07:39:41.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-25T07:39:41.902Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42372026-08-25T07:39:52.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
42382026-08-25T07:39:52.515Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42392026-08-25T07:39:52.515Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42402026-08-25T07:39:52.711Z
42412026-08-25T07:39:52.712Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/380)
42422026-08-25T07:39:53.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-25T07:39:53.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-25T07:39:53.482Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42452026-08-25T07:40:04.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42462026-08-25T07:40:04.076Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42472026-08-25T07:40:04.076Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42482026-08-25T07:40:04.275Z
42492026-08-25T07:40:04.275Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/380)
42502026-08-25T07:40:04.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-08-25T07:40:04.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-08-25T07:40:04.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-08-25T07:40:04.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42542026-08-25T07:40:04.861Z
42552026-08-25T07:40:04.861Zinfo: running `cargo check --bins` on installinator-common (251/380)
42562026-08-25T07:40:05.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-08-25T07:40:05.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-08-25T07:40:05.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-08-25T07:40:05.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42602026-08-25T07:40:05.447Z
42612026-08-25T07:40:05.447Zinfo: running `cargo check --bins` on installinator-common-versions (252/380)
42622026-08-25T07:40:05.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-08-25T07:40:05.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-08-25T07:40:05.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-08-25T07:40:05.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42662026-08-25T07:40:06.008Z
42672026-08-25T07:40:06.008Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/380)
42682026-08-25T07:40:06.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-08-25T07:40:06.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-08-25T07:40:06.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-08-25T07:40:06.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42722026-08-25T07:40:06.617Z
42732026-08-25T07:40:06.617Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/380)
42742026-08-25T07:40:07.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-08-25T07:40:07.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-08-25T07:40:07.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-08-25T07:40:07.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42782026-08-25T07:40:07.190Z
42792026-08-25T07:40:07.190Zinfo: running `cargo check --bins` on range-requests (255/380)
42802026-08-25T07:40:07.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-08-25T07:40:07.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-08-25T07:40:07.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-08-25T07:40:07.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42842026-08-25T07:40:07.757Z
42852026-08-25T07:40:07.757Zinfo: running `cargo check --bins` on repo-depot-api (256/380)
42862026-08-25T07:40:08.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-25T07:40:08.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-25T07:40:08.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-25T07:40:08.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42902026-08-25T07:40:08.330Z
42912026-08-25T07:40:08.330Zinfo: running `cargo check --bins` on repo-depot-client (257/380)
42922026-08-25T07:40:08.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-25T07:40:08.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-25T07:40:08.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-25T07:40:08.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42962026-08-25T07:40:08.892Z
42972026-08-25T07:40:08.892Zinfo: running `cargo check --bins` on sled-agent-api (258/380)
42982026-08-25T07:40:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-25T07:40:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-25T07:40:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-08-25T07:40:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43022026-08-25T07:40:09.488Z
43032026-08-25T07:40:09.488Zinfo: running `cargo check --bins` on sled-diagnostics (259/380)
43042026-08-25T07:40:09.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-08-25T07:40:09.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-08-25T07:40:09.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-08-25T07:40:09.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43082026-08-25T07:40:10.081Z
43092026-08-25T07:40:10.081Zinfo: running `cargo check --bins` on zfs-test-harness (260/380)
43102026-08-25T07:40:10.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-25T07:40:10.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-25T07:40:10.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-08-25T07:40:10.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43142026-08-25T07:40:10.673Z
43152026-08-25T07:40:10.673Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/380)
43162026-08-25T07:40:11.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-25T07:40:11.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-25T07:40:11.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-08-25T07:40:11.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43202026-08-25T07:40:11.277Z
43212026-08-25T07:40:11.277Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/380)
43222026-08-25T07:40:11.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-25T07:40:11.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-25T07:40:11.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-08-25T07:40:11.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43262026-08-25T07:40:11.874Z
43272026-08-25T07:40:11.874Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/380)
43282026-08-25T07:40:12.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-25T07:40:12.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-25T07:40:12.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-25T07:40:12.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43322026-08-25T07:40:12.474Z
43332026-08-25T07:40:12.474Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/380)
43342026-08-25T07:40:12.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-25T07:40:12.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-25T07:40:12.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-25T07:40:12.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43382026-08-25T07:40:13.070Z
43392026-08-25T07:40:13.070Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/380)
43402026-08-25T07:40:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-25T07:40:13.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-25T07:40:13.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-08-25T07:40:13.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43442026-08-25T07:40:13.665Z
43452026-08-25T07:40:13.665Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/380)
43462026-08-25T07:40:14.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-08-25T07:40:14.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-08-25T07:40:14.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-08-25T07:40:14.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43502026-08-25T07:40:14.262Z
43512026-08-25T07:40:14.262Zinfo: running `cargo check --bins` on trust-quorum (267/380)
43522026-08-25T07:40:14.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-08-25T07:40:14.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-08-25T07:40:14.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-08-25T07:40:14.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43562026-08-25T07:40:14.862Z
43572026-08-25T07:40:14.862Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/380)
43582026-08-25T07:40:15.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-08-25T07:40:15.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-08-25T07:40:15.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-08-25T07:40:15.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43622026-08-25T07:40:15.449Z
43632026-08-25T07:40:15.449Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/380)
43642026-08-25T07:40:15.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-25T07:40:15.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-25T07:40:15.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-25T07:40:15.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43682026-08-25T07:40:16.042Z
43692026-08-25T07:40:16.042Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/380)
43702026-08-25T07:40:16.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-25T07:40:16.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-25T07:40:16.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-08-25T07:40:16.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43742026-08-25T07:40:16.659Z
43752026-08-25T07:40:16.659Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/380)
43762026-08-25T07:40:17.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-08-25T07:40:17.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-08-25T07:40:17.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-08-25T07:40:17.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43802026-08-25T07:40:17.279Z
43812026-08-25T07:40:17.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/380)
43822026-08-25T07:40:17.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-08-25T07:40:17.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-08-25T07:40:17.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-08-25T07:40:17.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43862026-08-25T07:40:17.891Z
43872026-08-25T07:40:17.891Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/380)
43882026-08-25T07:40:18.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-08-25T07:40:18.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-08-25T07:40:18.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-08-25T07:40:18.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43922026-08-25T07:40:18.511Z
43932026-08-25T07:40:18.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/380)
43942026-08-25T07:40:19.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-08-25T07:40:19.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-08-25T07:40:19.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-08-25T07:40:19.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43982026-08-25T07:40:19.134Z
43992026-08-25T07:40:19.134Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/380)
44002026-08-25T07:40:19.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-08-25T07:40:19.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-08-25T07:40:19.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-08-25T07:40:19.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44042026-08-25T07:40:19.689Z
44052026-08-25T07:40:19.689Zinfo: running `cargo check --bins` on transient-dns-server (276/380)
44062026-08-25T07:40:20.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-08-25T07:40:20.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-08-25T07:40:20.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-08-25T07:40:20.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44102026-08-25T07:40:20.273Z
44112026-08-25T07:40:20.273Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/380)
44122026-08-25T07:40:20.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-08-25T07:40:20.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-08-25T07:40:20.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-08-25T07:40:20.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44162026-08-25T07:40:20.864Z
44172026-08-25T07:40:20.864Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/380)
44182026-08-25T07:40:21.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-08-25T07:40:21.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-08-25T07:40:21.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-08-25T07:40:21.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44222026-08-25T07:40:21.451Z
44232026-08-25T07:40:21.451Zinfo: running `cargo check --bins` on omicron-rpaths (279/380)
44242026-08-25T07:40:21.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-08-25T07:40:21.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-08-25T07:40:21.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-08-25T07:40:21.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44282026-08-25T07:40:22.017Z
44292026-08-25T07:40:22.017Zinfo: running `cargo check --bins` on omicron-repl-utils (280/380)
44302026-08-25T07:40:22.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-08-25T07:40:22.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-08-25T07:40:22.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-08-25T07:40:22.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44342026-08-25T07:40:22.587Z
44352026-08-25T07:40:22.587Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/380)
44362026-08-25T07:40:23.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-08-25T07:40:23.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-08-25T07:40:23.296Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44392026-08-25T07:40:23.701Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44402026-08-25T07:40:24.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44412026-08-25T07:40:25.060Z
44422026-08-25T07:40:25.060Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/380)
44432026-08-25T07:40:25.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-08-25T07:40:25.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-08-25T07:40:25.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-08-25T07:40:25.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44472026-08-25T07:40:25.636Z
44482026-08-25T07:40:25.636Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/380)
44492026-08-25T07:40:26.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-08-25T07:40:26.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-08-25T07:40:26.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-08-25T07:40:26.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44532026-08-25T07:40:26.215Z
44542026-08-25T07:40:26.215Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/380)
44552026-08-25T07:40:26.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-08-25T07:40:26.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-08-25T07:40:26.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-08-25T07:40:26.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44592026-08-25T07:40:26.796Z
44602026-08-25T07:40:26.796Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/380)
44612026-08-25T07:40:27.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-08-25T07:40:27.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-08-25T07:40:27.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-08-25T07:40:27.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44652026-08-25T07:40:27.378Z
44662026-08-25T07:40:27.378Zinfo: running `cargo check --bins` on installinator-client (286/380)
44672026-08-25T07:40:27.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-25T07:40:27.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-25T07:40:27.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-08-25T07:40:27.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44712026-08-25T07:40:27.955Z
44722026-08-25T07:40:27.955Zinfo: running `cargo check --bins` on oxide-client (287/380)
44732026-08-25T07:40:28.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-25T07:40:28.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-25T07:40:28.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-25T07:40:28.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44772026-08-25T07:40:28.526Z
44782026-08-25T07:40:28.526Zinfo: running `cargo check --bins` on oximeter-client (288/380)
44792026-08-25T07:40:29.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-25T07:40:29.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-25T07:40:29.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-25T07:40:29.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44832026-08-25T07:40:29.110Z
44842026-08-25T07:40:29.111Zinfo: running `cargo check --bins` on wicketd-client (289/380)
44852026-08-25T07:40:29.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-25T07:40:29.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-25T07:40:29.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-25T07:40:29.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44892026-08-25T07:40:29.706Z
44902026-08-25T07:40:29.706Zinfo: running `cargo check --bins` on wicket-common (290/380)
44912026-08-25T07:40:30.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-25T07:40:30.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-25T07:40:30.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-25T07:40:30.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44952026-08-25T07:40:30.299Z
44962026-08-25T07:40:30.299Zinfo: running `cargo check --bins` on wicketd-commission-client (291/380)
44972026-08-25T07:40:30.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-25T07:40:30.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-25T07:40:30.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-25T07:40:30.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45012026-08-25T07:40:30.884Z
45022026-08-25T07:40:30.884Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/380)
45032026-08-25T07:40:31.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-25T07:40:31.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-25T07:40:31.559Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45062026-08-25T07:40:31.562Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45072026-08-25T07:40:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45082026-08-25T07:40:32.912Z
45092026-08-25T07:40:32.912Zinfo: running `cargo check --bins` on cockroach-admin-api (293/380)
45102026-08-25T07:40:33.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-08-25T07:40:33.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-08-25T07:40:33.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45132026-08-25T07:40:33.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45142026-08-25T07:40:33.493Z
45152026-08-25T07:40:33.493Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/380)
45162026-08-25T07:40:34.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-08-25T07:40:34.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-08-25T07:40:34.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-08-25T07:40:34.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45202026-08-25T07:40:34.157Z
45212026-08-25T07:40:34.157Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/380)
45222026-08-25T07:40:34.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-08-25T07:40:34.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-08-25T07:40:34.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-08-25T07:40:34.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45262026-08-25T07:40:34.816Z
45272026-08-25T07:40:34.816Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/380)
45282026-08-25T07:40:35.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-08-25T07:40:35.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-08-25T07:40:35.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-08-25T07:40:35.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45322026-08-25T07:40:35.452Z
45332026-08-25T07:40:35.452Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/380)
45342026-08-25T07:40:35.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-08-25T07:40:35.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-08-25T07:40:35.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-08-25T07:40:35.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45382026-08-25T07:40:36.090Z
45392026-08-25T07:40:36.090Zinfo: running `cargo check --bins` on db-macros (298/380)
45402026-08-25T07:40:36.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-08-25T07:40:36.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-08-25T07:40:36.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-08-25T07:40:36.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45442026-08-25T07:40:36.643Z
45452026-08-25T07:40:36.643Zinfo: running `cargo check --bins` on nexus-macros-common (299/380)
45462026-08-25T07:40:37.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-08-25T07:40:37.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-08-25T07:40:37.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-08-25T07:40:37.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45502026-08-25T07:40:37.204Z
45512026-08-25T07:40:37.204Zinfo: running `cargo check --bins` on nexus-auth (300/380)
45522026-08-25T07:40:37.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-25T07:40:37.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-25T07:40:37.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-08-25T07:40:37.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45562026-08-25T07:40:37.838Z
45572026-08-25T07:40:37.839Zinfo: running `cargo check --bins` on authz-macros (301/380)
45582026-08-25T07:40:38.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-08-25T07:40:38.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-08-25T07:40:38.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-08-25T07:40:38.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45622026-08-25T07:40:38.407Z
45632026-08-25T07:40:38.407Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/380)
45642026-08-25T07:40:38.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-08-25T07:40:38.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-08-25T07:40:38.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45672026-08-25T07:40:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45682026-08-25T07:40:39.016Z
45692026-08-25T07:40:39.016Zinfo: running `cargo check --bins` on nexus-db-model (303/380)
45702026-08-25T07:40:39.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-08-25T07:40:39.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-08-25T07:40:39.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45732026-08-25T07:40:39.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45742026-08-25T07:40:39.633Z
45752026-08-25T07:40:39.633Zinfo: running `cargo check --bins` on nexus-db-schema (304/380)
45762026-08-25T07:40:40.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-08-25T07:40:40.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-08-25T07:40:40.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45792026-08-25T07:40:40.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45802026-08-25T07:40:40.194Z
45812026-08-25T07:40:40.194Zinfo: running `cargo check --bins` on nexus-defaults (305/380)
45822026-08-25T07:40:40.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-08-25T07:40:40.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-08-25T07:40:40.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-08-25T07:40:40.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45862026-08-25T07:40:40.767Z
45872026-08-25T07:40:40.767Zinfo: running `cargo check --bins` on omicron-git-version (306/380)
45882026-08-25T07:40:41.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-08-25T07:40:41.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-08-25T07:40:41.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-08-25T07:40:41.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45922026-08-25T07:40:41.328Z
45932026-08-25T07:40:41.328Zinfo: running `cargo check --bins` on nexus-db-errors (307/380)
45942026-08-25T07:40:41.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-08-25T07:40:41.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-08-25T07:40:41.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45972026-08-25T07:40:41.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45982026-08-25T07:40:41.950Z
45992026-08-25T07:40:41.950Zinfo: running `cargo check --bins` on nexus-db-lookup (308/380)
46002026-08-25T07:40:42.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-08-25T07:40:42.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-08-25T07:40:42.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46032026-08-25T07:40:42.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46042026-08-25T07:40:42.578Z
46052026-08-25T07:40:42.578Zinfo: running `cargo check --bins` on nexus-test-interface (309/380)
46062026-08-25T07:40:43.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-08-25T07:40:43.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-08-25T07:40:43.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46092026-08-25T07:40:43.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46102026-08-25T07:40:43.210Z
46112026-08-25T07:40:43.210Zinfo: running `cargo check --bins` on oximeter-collector (310/380)
46122026-08-25T07:40:43.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-08-25T07:40:43.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-08-25T07:40:43.931Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46152026-08-25T07:40:43.931Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46162026-08-25T07:40:44.594Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46172026-08-25T07:40:46.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
46182026-08-25T07:40:46.473Z
46192026-08-25T07:40:46.473Zinfo: running `cargo check --bins` on oximeter-api (311/380)
46202026-08-25T07:40:46.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-25T07:40:46.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-25T07:40:46.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-08-25T07:40:46.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46242026-08-25T07:40:47.043Z
46252026-08-25T07:40:47.043Zinfo: running `cargo check --bins` on cert-dev (312/380)
46262026-08-25T07:40:47.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-25T07:40:47.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-25T07:40:47.652Z Checking yasna v0.5.2
46292026-08-25T07:40:48.046Z Checking rcgen v0.12.1
46302026-08-25T07:40:48.295Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46312026-08-25T07:40:48.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46322026-08-25T07:40:48.636Z
46332026-08-25T07:40:48.636Zinfo: running `cargo check --bins` on clickana (313/380)
46342026-08-25T07:40:49.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-08-25T07:40:49.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-08-25T07:40:49.276Z Compiling instability v0.3.11
46372026-08-25T07:40:49.276Z Checking castaway v0.2.4
46382026-08-25T07:40:49.279Z Compiling indoc v2.0.7
46392026-08-25T07:40:49.279Z Checking unicode-truncate v1.1.0
46402026-08-25T07:40:49.279Z Checking lru v0.12.5
46412026-08-25T07:40:49.279Z Checking cassowary v0.3.0
46422026-08-25T07:40:49.504Z Checking compact_str v0.8.1
46432026-08-25T07:40:50.251Z Checking ratatui v0.29.0
46442026-08-25T07:40:51.318Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46452026-08-25T07:40:52.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
46462026-08-25T07:40:52.226Z
46472026-08-25T07:40:52.226Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/380)
46482026-08-25T07:40:52.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-08-25T07:40:52.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-08-25T07:40:52.944Z Checking headers-core v0.3.0
46512026-08-25T07:40:52.944Z Checking port-file v0.1.0
46522026-08-25T07:40:52.947Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46532026-08-25T07:40:53.138Z Checking headers v0.4.1
46542026-08-25T07:40:53.500Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46552026-08-25T07:40:54.445Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46562026-08-25T07:40:54.963Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46572026-08-25T07:40:55.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
46582026-08-25T07:40:55.598Z
46592026-08-25T07:40:55.598Zinfo: running `cargo check --bins` on ch-dev (315/380)
46602026-08-25T07:40:56.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-08-25T07:40:56.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-08-25T07:40:56.313Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46632026-08-25T07:40:57.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46642026-08-25T07:40:57.249Z
46652026-08-25T07:40:57.249Zinfo: running `cargo check --bins` on dev-tools-common (316/380)
46662026-08-25T07:40:57.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-08-25T07:40:57.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-08-25T07:40:57.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46692026-08-25T07:40:57.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46702026-08-25T07:40:57.669Z
46712026-08-25T07:40:57.669Zinfo: running `cargo check --bins` on corpus-adjust (317/380)
46722026-08-25T07:40:58.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-08-25T07:40:58.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-08-25T07:40:58.297Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46752026-08-25T07:40:58.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
46762026-08-25T07:40:58.833Z
46772026-08-25T07:40:58.833Zinfo: running `cargo check --bins` on crdb-seed (318/380)
46782026-08-25T07:40:59.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-08-25T07:40:59.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-08-25T07:40:59.545Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46812026-08-25T07:41:00.650Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46822026-08-25T07:41:00.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
46832026-08-25T07:41:01.192Z
46842026-08-25T07:41:01.193Zinfo: running `cargo check --bins` on db-dev (319/380)
46852026-08-25T07:41:01.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-25T07:41:01.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-25T07:41:01.905Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46882026-08-25T07:41:02.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46892026-08-25T07:41:02.851Z
46902026-08-25T07:41:02.851Zinfo: running `cargo check --bins` on omicron-dev-lib (320/380)
46912026-08-25T07:41:03.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-25T07:41:03.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-25T07:41:03.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-25T07:41:03.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46952026-08-25T07:41:03.468Z
46962026-08-25T07:41:03.468Zinfo: running `cargo check --bins` on xtask-downloader (321/380)
46972026-08-25T07:41:03.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-25T07:41:03.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-25T07:41:04.084Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47002026-08-25T07:41:04.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47012026-08-25T07:41:04.927Z
47022026-08-25T07:41:04.927Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/380)
47032026-08-25T07:41:05.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-25T07:41:05.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-25T07:41:05.670Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47062026-08-25T07:41:05.670Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47072026-08-25T07:41:05.673Z Checking git-stub v1.0.0
47082026-08-25T07:41:05.673Z Compiling trait-variant v0.1.2
47092026-08-25T07:41:05.673Z Checking maplit v1.0.2
47102026-08-25T07:41:05.808Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47112026-08-25T07:41:05.817Z Checking drift v0.2.0
47122026-08-25T07:41:05.820Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47132026-08-25T07:41:05.861Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47142026-08-25T07:41:05.945Z Checking git-stub-vcs v0.1.0
47152026-08-25T07:41:06.004Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47162026-08-25T07:41:06.037Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47172026-08-25T07:41:06.134Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47182026-08-25T07:41:06.150Z Checking dropshot-api-manager v0.8.0
47192026-08-25T07:41:06.168Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47202026-08-25T07:41:06.294Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47212026-08-25T07:41:06.524Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47222026-08-25T07:41:06.996Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47232026-08-25T07:41:07.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47242026-08-25T07:41:08.951Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47252026-08-25T07:41:09.761Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47262026-08-25T07:41:10.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47272026-08-25T07:41:10.402Z
47282026-08-25T07:41:10.403Zinfo: running `cargo check --bins` on installinator-api (323/380)
47292026-08-25T07:41:10.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-25T07:41:10.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-25T07:41:10.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-08-25T07:41:10.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47332026-08-25T07:41:10.978Z
47342026-08-25T07:41:10.978Zinfo: running `cargo check --bins` on nexus-external-api (324/380)
47352026-08-25T07:41:11.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-25T07:41:11.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-25T07:41:11.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-25T07:41:11.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47392026-08-25T07:41:11.593Z
47402026-08-25T07:41:11.593Zinfo: running `cargo check --bins` on nexus-internal-api (325/380)
47412026-08-25T07:41:12.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-25T07:41:12.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-25T07:41:12.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47442026-08-25T07:41:12.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47452026-08-25T07:41:12.205Z
47462026-08-25T07:41:12.205Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/380)
47472026-08-25T07:41:12.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-25T07:41:12.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-25T07:41:12.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47502026-08-25T07:41:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47512026-08-25T07:41:12.812Z
47522026-08-25T07:41:12.812Zinfo: running `cargo check --bins` on ntp-admin-api (327/380)
47532026-08-25T07:41:13.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-08-25T07:41:13.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-08-25T07:41:13.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47562026-08-25T07:41:13.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47572026-08-25T07:41:13.384Z
47582026-08-25T07:41:13.384Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/380)
47592026-08-25T07:41:13.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-08-25T07:41:13.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-08-25T07:41:13.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47622026-08-25T07:41:13.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47632026-08-25T07:41:14.011Z
47642026-08-25T07:41:14.011Zinfo: running `cargo check --bins` on wicketd-api (329/380)
47652026-08-25T07:41:14.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-08-25T07:41:14.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-08-25T07:41:14.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-08-25T07:41:14.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47692026-08-25T07:41:14.536Z
47702026-08-25T07:41:14.536Zinfo: running `cargo check --bins` on wicketd-commission-api (330/380)
47712026-08-25T07:41:15.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-08-25T07:41:15.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-08-25T07:41:15.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47742026-08-25T07:41:15.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47752026-08-25T07:41:15.119Z
47762026-08-25T07:41:15.119Zinfo: running `cargo check --bins` on omicron-ls-apis (331/380)
47772026-08-25T07:41:15.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-08-25T07:41:15.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-08-25T07:41:15.735Z Compiling blake3 v1.8.5
47802026-08-25T07:41:15.844Z Checking constant_time_eq v0.4.2
47812026-08-25T07:41:15.844Z Checking arrayvec v0.7.6
47822026-08-25T07:41:15.847Z Checking arrayref v0.3.9
47832026-08-25T07:41:15.868Z Checking cargo-platform v0.3.2
47842026-08-25T07:41:15.868Z Checking topological-sort v0.2.2
47852026-08-25T07:41:15.871Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47862026-08-25T07:41:16.024Z Checking cargo_metadata v0.23.1
47872026-08-25T07:41:16.608Z Checking omicron-zone-package v0.12.3
47882026-08-25T07:41:17.308Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47892026-08-25T07:41:18.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47902026-08-25T07:41:18.296Z
47912026-08-25T07:41:18.296Zinfo: running `cargo check --bins` on mgs-dev (332/380)
47922026-08-25T07:41:18.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-08-25T07:41:18.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-08-25T07:41:19.019Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47952026-08-25T07:41:19.646Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47962026-08-25T07:41:20.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
47972026-08-25T07:41:20.345Z
47982026-08-25T07:41:20.346Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (333/380)
47992026-08-25T07:41:20.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-08-25T07:41:20.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-08-25T07:41:21.316Z Compiling darling_core v0.21.3
48022026-08-25T07:41:21.316Z Compiling vergen-lib v0.1.6
48032026-08-25T07:41:21.316Z Compiling diesel_derives v2.3.7
48042026-08-25T07:41:21.320Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48052026-08-25T07:41:21.320Z Checking scheduled-thread-pool v0.2.7
48062026-08-25T07:41:21.320Z Compiling vergen-gitcl v1.0.8
48072026-08-25T07:41:21.320Z Compiling diesel_table_macro_syntax v0.3.0
48082026-08-25T07:41:21.484Z Compiling dirs-sys-next v0.1.2
48092026-08-25T07:41:21.595Z Compiling crunchy v0.2.4
48102026-08-25T07:41:21.668Z Compiling glob v0.3.3
48112026-08-25T07:41:21.795Z Compiling dirs-next v2.0.0
48122026-08-25T07:41:21.798Z Checking r2d2 v0.8.10
48132026-08-25T07:41:21.831Z Checking downcast-rs v2.0.2
48142026-08-25T07:41:21.872Z Compiling tiny-keccak v2.0.2
48152026-08-25T07:41:21.911Z Compiling term v0.7.0
48162026-08-25T07:41:22.005Z Compiling bit-vec v0.6.3
48172026-08-25T07:41:22.094Z Compiling clang-sys v1.8.1
48182026-08-25T07:41:22.128Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48192026-08-25T07:41:22.218Z Compiling ascii-canvas v3.0.0
48202026-08-25T07:41:22.313Z Compiling bit-set v0.5.3
48212026-08-25T07:41:22.458Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48222026-08-25T07:41:22.458Z Compiling itertools v0.10.5
48232026-08-25T07:41:22.489Z Compiling ena v0.14.4
48242026-08-25T07:41:22.489Z Compiling libloading v0.8.9
48252026-08-25T07:41:22.492Z Compiling regex-syntax v0.6.29
48262026-08-25T07:41:22.540Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48272026-08-25T07:41:22.598Z Compiling diff v0.1.13
48282026-08-25T07:41:22.737Z Compiling bindgen v0.71.1
48292026-08-25T07:41:22.878Z Compiling cexpr v0.6.0
48302026-08-25T07:41:23.101Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48312026-08-25T07:41:23.161Z Compiling rustc-hash v2.1.1
48322026-08-25T07:41:23.288Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48332026-08-25T07:41:23.490Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48342026-08-25T07:41:23.540Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48352026-08-25T07:41:23.543Z Compiling libxml v0.3.3
48362026-08-25T07:41:23.632Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48372026-08-25T07:41:23.805Z Compiling lalrpop v0.19.12
48382026-08-25T07:41:23.821Z Compiling strum_macros v0.24.3
48392026-08-25T07:41:23.838Z Compiling indoc v1.0.9
48402026-08-25T07:41:23.950Z Compiling darling_macro v0.21.3
48412026-08-25T07:41:24.458Z Compiling darling v0.21.3
48422026-08-25T07:41:24.549Z Compiling dsl_auto_type v0.2.0
48432026-08-25T07:41:24.745Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48442026-08-25T07:41:24.930Z Checking derive_builder v0.20.2
48452026-08-25T07:41:25.050Z Compiling oso-derive v0.27.3
48462026-08-25T07:41:25.161Z Checking quick-xml v0.37.5
48472026-08-25T07:41:25.192Z Compiling impl-trait-for-tuples v0.2.3
48482026-08-25T07:41:25.554Z Checking openssl-probe v0.1.6
48492026-08-25T07:41:25.693Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48502026-08-25T07:41:26.037Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48512026-08-25T07:41:26.223Z Checking bb8 v0.8.6
48522026-08-25T07:41:26.327Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48532026-08-25T07:41:26.410Z Checking nonempty v0.12.0
48542026-08-25T07:41:26.507Z Compiling libz-sys v1.1.24
48552026-08-25T07:41:26.546Z Compiling strsim v0.10.0
48562026-08-25T07:41:26.572Z Compiling libgit2-sys v0.18.3+1.9.2
48572026-08-25T07:41:26.727Z Compiling darling_core v0.13.4
48582026-08-25T07:41:26.870Z Compiling vergen-git2 v9.1.0
48592026-08-25T07:41:27.084Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48602026-08-25T07:41:27.102Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48612026-08-25T07:41:27.300Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48622026-08-25T07:41:27.508Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48632026-08-25T07:41:27.689Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48642026-08-25T07:41:27.869Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48652026-08-25T07:41:28.051Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48662026-08-25T07:41:28.092Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48672026-08-25T07:41:28.234Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48682026-08-25T07:41:28.420Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48692026-08-25T07:41:28.574Z Compiling darling_macro v0.13.4
48702026-08-25T07:41:28.602Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48712026-08-25T07:41:28.787Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48722026-08-25T07:41:29.064Z Compiling darling v0.13.4
48732026-08-25T07:41:29.156Z Compiling serde_with_macros v1.5.2
48742026-08-25T07:41:29.197Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48752026-08-25T07:41:29.566Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48762026-08-25T07:41:30.016Z Compiling serde_with v1.14.0
48772026-08-25T07:41:30.178Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48782026-08-25T07:41:30.368Z Checking twox-hash v2.1.2
48792026-08-25T07:41:30.481Z Checking diesel v2.3.7
48802026-08-25T07:41:30.499Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48812026-08-25T07:41:30.667Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48822026-08-25T07:41:31.168Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48832026-08-25T07:41:32.212Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48842026-08-25T07:41:32.490Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48852026-08-25T07:41:32.756Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48862026-08-25T07:41:33.177Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48872026-08-25T07:41:33.404Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48882026-08-25T07:41:33.694Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48892026-08-25T07:41:33.792Z Checking libsw-core v0.3.2
48902026-08-25T07:41:33.945Z Checking atty v0.2.14
48912026-08-25T07:41:34.048Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48922026-08-25T07:41:34.232Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48932026-08-25T07:41:34.537Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48942026-08-25T07:41:34.768Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48952026-08-25T07:41:34.839Z Checking libsw v3.5.0
48962026-08-25T07:41:35.003Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48972026-08-25T07:41:35.895Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48982026-08-25T07:41:35.987Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48992026-08-25T07:41:36.606Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49002026-08-25T07:41:36.721Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49012026-08-25T07:41:37.070Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49022026-08-25T07:41:37.258Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49032026-08-25T07:41:37.402Z Checking fatfs v0.3.6
49042026-08-25T07:41:37.674Z Checking console v0.16.2
49052026-08-25T07:41:37.853Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49062026-08-25T07:41:37.984Z Compiling seq-macro v0.3.6
49072026-08-25T07:41:38.481Z Checking unit-prefix v0.5.2
49082026-08-25T07:41:38.621Z Checking indicatif v0.18.4
49092026-08-25T07:41:39.030Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49102026-08-25T07:41:39.166Z Checking oxide-update-engine-display v0.1.2
49112026-08-25T07:41:39.469Z Checking support-bundle-viewer v0.1.2
49122026-08-25T07:41:39.707Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49132026-08-25T07:41:39.730Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49142026-08-25T07:41:39.873Z Checking multimap v0.10.1
49152026-08-25T07:41:45.822Z Checking diesel-dtrace v0.5.0
49162026-08-25T07:41:46.066Z Checking async-bb8-diesel v0.2.1
49172026-08-25T07:41:50.358Z Compiling samael v0.0.19
49182026-08-25T07:41:53.735Z Compiling git2 v0.20.4
49192026-08-25T07:41:55.062Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49202026-08-25T07:41:56.205Z Compiling polar-core v0.27.3
49212026-08-25T07:41:56.303Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49222026-08-25T07:42:00.748Z Checking oso v0.27.3
49232026-08-25T07:42:33.319Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49242026-08-25T07:43:49.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49252026-08-25T07:43:49.231Z
49262026-08-25T07:43:49.231Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (334/380)
49272026-08-25T07:43:49.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-25T07:43:49.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-25T07:43:50.021Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49302026-08-25T07:43:57.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
49312026-08-25T07:43:58.159Z
49322026-08-25T07:43:58.159Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (335/380)
49332026-08-25T07:43:58.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-25T07:43:58.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-25T07:43:58.988Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49362026-08-25T07:44:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s
49372026-08-25T07:44:07.089Z
49382026-08-25T07:44:07.090Zinfo: running `cargo check --bins` on nexus-networking (336/380)
49392026-08-25T07:44:07.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49402026-08-25T07:44:07.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49412026-08-25T07:44:07.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49422026-08-25T07:44:07.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49432026-08-25T07:44:07.722Z
49442026-08-25T07:44:07.722Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (337/380)
49452026-08-25T07:44:08.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49462026-08-25T07:44:08.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49472026-08-25T07:44:08.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49482026-08-25T07:44:08.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49492026-08-25T07:44:08.355Z
49502026-08-25T07:44:08.355Zinfo: running `cargo check --bins` on nexus-saga-recovery (338/380)
49512026-08-25T07:44:08.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49522026-08-25T07:44:08.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49532026-08-25T07:44:08.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49542026-08-25T07:44:08.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49552026-08-25T07:44:08.986Z
49562026-08-25T07:44:08.986Zinfo: running `cargo check --bins` on nexus-test-utils-macros (339/380)
49572026-08-25T07:44:09.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49582026-08-25T07:44:09.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49592026-08-25T07:44:09.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49602026-08-25T07:44:09.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49612026-08-25T07:44:09.550Z
49622026-08-25T07:44:09.550Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (340/380)
49632026-08-25T07:44:10.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49642026-08-25T07:44:10.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49652026-08-25T07:44:10.371Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49662026-08-25T07:44:49.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.76s
49672026-08-25T07:44:49.526Z
49682026-08-25T07:44:49.527Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (341/380)
49692026-08-25T07:44:50.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49702026-08-25T07:44:50.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49712026-08-25T07:44:50.348Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49722026-08-25T07:45:29.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.93s
49732026-08-25T07:45:29.676Z
49742026-08-25T07:45:29.676Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (342/380)
49752026-08-25T07:45:30.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49762026-08-25T07:45:30.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49772026-08-25T07:45:30.490Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49782026-08-25T07:45:31.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
49792026-08-25T07:45:31.446Z
49802026-08-25T07:45:31.446Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (343/380)
49812026-08-25T07:45:31.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-25T07:45:31.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-25T07:45:31.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49842026-08-25T07:45:31.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49852026-08-25T07:45:32.007Z
49862026-08-25T07:45:32.007Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (344/380)
49872026-08-25T07:45:32.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-25T07:45:32.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-25T07:45:32.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-25T07:45:32.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49912026-08-25T07:45:32.572Z
49922026-08-25T07:45:32.573Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (345/380)
49932026-08-25T07:45:33.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-25T07:45:33.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-25T07:45:33.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-25T07:45:33.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49972026-08-25T07:45:33.197Z
49982026-08-25T07:45:33.197Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (346/380)
49992026-08-25T07:45:33.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-25T07:45:33.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-25T07:45:33.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50022026-08-25T07:45:33.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50032026-08-25T07:45:33.826Z
50042026-08-25T07:45:33.826Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (347/380)
50052026-08-25T07:45:34.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-25T07:45:34.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-25T07:45:34.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50082026-08-25T07:45:34.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50092026-08-25T07:45:34.453Z
50102026-08-25T07:45:34.453Zinfo: running `cargo check --bins` on nexus-mgs-updates (348/380)
50112026-08-25T07:45:34.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50122026-08-25T07:45:34.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50132026-08-25T07:45:34.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50142026-08-25T07:45:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50152026-08-25T07:45:35.070Z
50162026-08-25T07:45:35.071Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (349/380)
50172026-08-25T07:45:35.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50182026-08-25T07:45:35.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50192026-08-25T07:45:35.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50202026-08-25T07:45:35.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50212026-08-25T07:45:35.705Z
50222026-08-25T07:45:35.705Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (350/380)
50232026-08-25T07:45:36.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50242026-08-25T07:45:36.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50252026-08-25T07:45:36.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50262026-08-25T07:45:36.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50272026-08-25T07:45:36.338Z
50282026-08-25T07:45:36.338Zinfo: running `cargo check --bins` on nexus-switch-config (351/380)
50292026-08-25T07:45:36.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50302026-08-25T07:45:36.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50312026-08-25T07:45:36.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50322026-08-25T07:45:36.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50332026-08-25T07:45:36.953Z
50342026-08-25T07:45:36.954Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (352/380)
50352026-08-25T07:45:37.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50362026-08-25T07:45:37.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50372026-08-25T07:45:37.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50382026-08-25T07:45:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50392026-08-25T07:45:37.591Z
50402026-08-25T07:45:37.591Zinfo: running `cargo check --bins` on support-bundle-collection (353/380)
50412026-08-25T07:45:38.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50422026-08-25T07:45:38.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50432026-08-25T07:45:38.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50442026-08-25T07:45:38.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50452026-08-25T07:45:38.226Z
50462026-08-25T07:45:38.227Zinfo: running `cargo check --bins` on omicron-dev (354/380)
50472026-08-25T07:45:38.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50482026-08-25T07:45:38.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50492026-08-25T07:45:39.130Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50502026-08-25T07:45:39.148Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50512026-08-25T07:45:39.323Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50522026-08-25T07:45:39.357Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50532026-08-25T07:45:39.373Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50542026-08-25T07:45:39.374Z Checking yansi v1.0.1
50552026-08-25T07:45:39.374Z Checking diff v0.1.13
50562026-08-25T07:45:39.413Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50572026-08-25T07:45:39.459Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50582026-08-25T07:45:39.646Z Checking pretty_assertions v1.4.1
50592026-08-25T07:45:40.387Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50602026-08-25T07:45:40.419Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50612026-08-25T07:46:05.759Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50622026-08-25T07:46:05.762Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50632026-08-25T07:46:05.762Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50642026-08-25T07:46:05.762Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50652026-08-25T07:46:05.762Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50662026-08-25T07:46:05.762Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50672026-08-25T07:46:05.762Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50682026-08-25T07:46:06.607Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50692026-08-25T07:46:06.607Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50702026-08-25T07:46:07.897Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50712026-08-25T07:46:46.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50722026-08-25T07:46:46.698Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50732026-08-25T07:46:46.698Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50742026-08-25T07:46:46.903Z
50752026-08-25T07:46:46.903Zinfo: running `cargo check --bins` on oximeter-load-test (355/380)
50762026-08-25T07:46:47.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-25T07:46:47.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-25T07:46:47.615Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50792026-08-25T07:46:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50802026-08-25T07:46:48.437Z
50812026-08-25T07:46:48.437Zinfo: running `cargo check --bins` on omicron-pins (356/380)
50822026-08-25T07:46:48.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50832026-08-25T07:46:48.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50842026-08-25T07:46:48.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50852026-08-25T07:46:48.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50862026-08-25T07:46:49.002Z
50872026-08-25T07:46:49.003Zinfo: running `cargo check --bins` on rack-init-config (357/380)
50882026-08-25T07:46:49.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50892026-08-25T07:46:49.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50902026-08-25T07:46:49.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50912026-08-25T07:46:49.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50922026-08-25T07:46:49.588Z
50932026-08-25T07:46:49.589Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (358/380)
50942026-08-25T07:46:50.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-25T07:46:50.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-25T07:46:50.371Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50972026-08-25T07:46:50.492Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50982026-08-25T07:46:50.498Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50992026-08-25T07:47:17.875Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51002026-08-25T07:47:18.279Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51012026-08-25T07:47:20.032Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
51022026-08-25T07:47:20.510Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51032026-08-25T07:47:23.609Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51042026-08-25T07:47:48.072Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51052026-08-25T07:47:48.804Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51062026-08-25T07:47:50.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
51072026-08-25T07:47:50.709Z
51082026-08-25T07:47:50.709Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (359/380)
51092026-08-25T07:47:51.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51102026-08-25T07:47:51.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51112026-08-25T07:47:51.427Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51122026-08-25T07:47:52.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
51132026-08-25T07:47:52.312Z
51142026-08-25T07:47:52.312Zinfo: running `cargo check --bins` on omicron-releng (360/380)
51152026-08-25T07:47:52.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51162026-08-25T07:47:52.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51172026-08-25T07:47:52.939Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
51182026-08-25T07:47:52.943Z Compiling fs-err v2.11.0
51192026-08-25T07:47:53.057Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
51202026-08-25T07:47:53.067Z Checking parse-size v1.1.0
51212026-08-25T07:47:53.075Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51222026-08-25T07:47:53.078Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51232026-08-25T07:47:53.078Z Checking shell-words v1.1.1
51242026-08-25T07:47:53.163Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51252026-08-25T07:47:53.485Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51262026-08-25T07:47:53.660Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51272026-08-25T07:47:54.321Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51282026-08-25T07:47:55.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
51292026-08-25T07:47:55.449Z
51302026-08-25T07:47:55.449Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (361/380)
51312026-08-25T07:47:55.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51322026-08-25T07:47:55.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51332026-08-25T07:47:56.080Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51342026-08-25T07:47:56.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
51352026-08-25T07:47:56.746Z
51362026-08-25T07:47:56.746Zinfo: running `cargo check --bins` on schema (362/380)
51372026-08-25T07:47:57.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51382026-08-25T07:47:57.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51392026-08-25T07:47:57.468Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51402026-08-25T07:47:58.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
51412026-08-25T07:47:58.352Z
51422026-08-25T07:47:58.352Zinfo: running `cargo check --bins` on xtask (363/380)
51432026-08-25T07:47:58.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51442026-08-25T07:47:58.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51452026-08-25T07:47:58.755Z Checking serde_core v1.0.229
51462026-08-25T07:47:58.755Z Checking libc v0.2.185
51472026-08-25T07:47:58.834Z Checking bitflags v2.11.0
51482026-08-25T07:47:58.841Z Checking scroll v0.12.0
51492026-08-25T07:47:58.843Z Checking thiserror v1.0.69
51502026-08-25T07:47:58.854Z Checking log v0.4.33
51512026-08-25T07:47:58.854Z Checking indexmap v2.14.0
51522026-08-25T07:47:58.861Z Checking zerocopy v0.7.35
51532026-08-25T07:47:58.932Z Checking syn v2.0.117
51542026-08-25T07:47:58.974Z Checking dtrace-parser v0.2.0
51552026-08-25T07:47:58.992Z Checking once_cell v1.21.3
51562026-08-25T07:47:59.050Z Checking goblin v0.8.2
51572026-08-25T07:47:59.108Z Checking errno v0.3.14
51582026-08-25T07:47:59.155Z Checking getrandom v0.4.3
51592026-08-25T07:47:59.200Z Checking thread-id v4.2.2
51602026-08-25T07:47:59.220Z Checking rustix v1.1.4
51612026-08-25T07:47:59.275Z Checking memmap v0.7.0
51622026-08-25T07:47:59.286Z Checking thiserror v2.0.18
51632026-08-25T07:47:59.345Z Checking fs-err v3.3.0
51642026-08-25T07:47:59.380Z Checking tabled v0.15.0
51652026-08-25T07:47:59.391Z Checking anyhow v1.0.104
51662026-08-25T07:47:59.969Z Checking terminal_size v0.4.3
51672026-08-25T07:47:59.969Z Checking tempfile v3.27.0
51682026-08-25T07:48:00.079Z Checking clap_builder v4.6.0
51692026-08-25T07:48:00.079Z Checking textwrap v0.16.2
51702026-08-25T07:48:00.261Z Checking serde v1.0.229
51712026-08-25T07:48:00.261Z Checking serde_json v1.0.151
51722026-08-25T07:48:00.261Z Checking camino v1.2.5
51732026-08-25T07:48:00.288Z Checking cargo-platform v0.3.2
51742026-08-25T07:48:00.457Z Checking semver v1.0.28
51752026-08-25T07:48:00.504Z Checking camino-tempfile v1.4.1
51762026-08-25T07:48:00.656Z Checking serde_spanned v0.6.9
51772026-08-25T07:48:00.656Z Checking toml_datetime v0.6.11
51782026-08-25T07:48:00.660Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51792026-08-25T07:48:00.660Z Checking macaddr v1.0.1
51802026-08-25T07:48:00.839Z Checking toml_edit v0.22.27
51812026-08-25T07:48:00.863Z Checking cargo_metadata v0.23.1
51822026-08-25T07:48:00.889Z Checking dof v0.3.0
51832026-08-25T07:48:01.149Z Checking usdt-impl v0.5.0
51842026-08-25T07:48:01.264Z Checking clap v4.6.1
51852026-08-25T07:48:01.404Z Checking usdt v0.5.0
51862026-08-25T07:48:01.799Z Checking toml v0.8.23
51872026-08-25T07:48:02.050Z Checking cargo_toml v0.21.0
51882026-08-25T07:48:02.679Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51892026-08-25T07:48:03.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
51902026-08-25T07:48:03.168Z
51912026-08-25T07:48:03.168Zinfo: running `cargo check --bins` on dnsadm (364/380)
51922026-08-25T07:48:03.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51932026-08-25T07:48:03.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51942026-08-25T07:48:03.814Z Checking arc-swap v1.8.2
51952026-08-25T07:48:04.090Z Checking slog-scope v4.4.1
51962026-08-25T07:48:04.197Z Checking slog-stdlog v4.1.1
51972026-08-25T07:48:04.293Z Checking slog-envlogger v2.2.0
51982026-08-25T07:48:04.409Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51992026-08-25T07:48:04.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
52002026-08-25T07:48:04.990Z
52012026-08-25T07:48:04.990Zinfo: running `cargo check --bins` on end-to-end-tests (365/380)
52022026-08-25T07:48:05.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52032026-08-25T07:48:05.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52042026-08-25T07:48:05.798Z Checking cpubits v0.1.1
52052026-08-25T07:48:05.922Z Checking pem-rfc7468 v1.0.0
52062026-08-25T07:48:05.934Z Checking hmac v0.13.0
52072026-08-25T07:48:05.938Z Checking universal-hash v0.6.1
52082026-08-25T07:48:05.957Z Checking ctr v0.10.1
52092026-08-25T07:48:05.957Z Checking aead v0.6.1
52102026-08-25T07:48:05.986Z Checking aes v0.9.1
52112026-08-25T07:48:05.986Z Checking crypto-bigint v0.7.5
52122026-08-25T07:48:06.014Z Checking salsa20 v0.11.0
52132026-08-25T07:48:06.056Z Checking der v0.8.0
52142026-08-25T07:48:06.056Z Checking polyval v0.7.1
52152026-08-25T07:48:06.086Z Checking pbkdf2 v0.13.0
52162026-08-25T07:48:06.100Z Checking cbc v0.2.1
52172026-08-25T07:48:06.167Z Checking ff v0.14.0
52182026-08-25T07:48:06.171Z Checking signature v3.0.0
52192026-08-25T07:48:06.211Z Checking scrypt v0.12.0
52202026-08-25T07:48:06.230Z Checking base16ct v1.0.0
52212026-08-25T07:48:06.234Z Checking ghash v0.6.0
52222026-08-25T07:48:06.309Z Checking group v0.14.0
52232026-08-25T07:48:06.342Z Checking hkdf v0.13.0
52242026-08-25T07:48:06.361Z Compiling curve25519-dalek v5.0.0
52252026-08-25T07:48:06.377Z Checking aes-gcm v0.11.0
52262026-08-25T07:48:06.391Z Checking keccak v0.2.0
52272026-08-25T07:48:06.408Z Checking poly1305 v0.9.0
52282026-08-25T07:48:06.454Z Checking wnaf v0.14.0
52292026-08-25T07:48:06.472Z Checking blowfish v0.10.0
52302026-08-25T07:48:06.535Z Checking blake2 v0.11.0-rc.6
52312026-08-25T07:48:06.551Z Checking sha3 v0.11.0
52322026-08-25T07:48:06.619Z Checking bcrypt-pbkdf v0.11.0
52332026-08-25T07:48:06.637Z Checking kem v0.3.0
52342026-08-25T07:48:06.670Z Checking module-lattice v0.2.3
52352026-08-25T07:48:06.751Z Checking sponge-cursor v0.1.0
52362026-08-25T07:48:06.783Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52372026-08-25T07:48:06.799Z Checking argon2 v0.6.0-rc.8
52382026-08-25T07:48:06.857Z Checking spki v0.8.0
52392026-08-25T07:48:06.872Z Checking sec1 v0.8.1
52402026-08-25T07:48:06.886Z Checking sha3 v0.12.0
52412026-08-25T07:48:06.890Z Checking ml-kem v0.3.2
52422026-08-25T07:48:06.958Z Checking internal-russh-num-bigint v0.5.0
52432026-08-25T07:48:07.030Z Checking pkcs5 v0.8.1
52442026-08-25T07:48:07.069Z Checking pkcs1 v0.8.0-rc.4
52452026-08-25T07:48:07.085Z Checking num-bigint v0.4.6
52462026-08-25T07:48:07.105Z Checking generic-array v1.4.3
52472026-08-25T07:48:07.272Z Checking russh-util v0.52.0
52482026-08-25T07:48:07.317Z Checking pkcs8 v0.11.0
52492026-08-25T07:48:07.393Z Compiling enum_dispatch v0.3.13
52502026-08-25T07:48:07.502Z Compiling delegate v0.13.5
52512026-08-25T07:48:07.518Z Checking ed25519 v3.0.0
52522026-08-25T07:48:07.634Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52532026-08-25T07:48:07.678Z Checking hex-literal v1.1.0
52542026-08-25T07:48:07.707Z Checking ed25519-dalek v3.0.0
52552026-08-25T07:48:07.775Z Checking md5 v0.8.0
52562026-08-25T07:48:07.818Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52572026-08-25T07:48:07.927Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52582026-08-25T07:48:07.942Z Checking socket2 v0.5.10
52592026-08-25T07:48:08.028Z Checking internet-checksum v0.2.1
52602026-08-25T07:48:08.041Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52612026-08-25T07:48:08.221Z Checking elliptic-curve v0.14.1
52622026-08-25T07:48:08.221Z Checking primefield v0.14.0
52632026-08-25T07:48:08.225Z Checking rfc6979 v0.6.0
52642026-08-25T07:48:08.225Z Checking ssh-encoding v0.3.0
52652026-08-25T07:48:08.323Z Checking crypto-primes v0.7.2
52662026-08-25T07:48:08.432Z Checking ssh-cipher v0.3.0
52672026-08-25T07:48:08.432Z Checking russh-cryptovec v0.62.0
52682026-08-25T07:48:08.647Z Checking ecdsa v0.17.0
52692026-08-25T07:48:08.650Z Checking primeorder v0.14.0
52702026-08-25T07:48:09.027Z Checking p521 v0.14.0
52712026-08-25T07:48:09.027Z Checking p384 v0.14.0
52722026-08-25T07:48:09.032Z Checking p256 v0.14.0
52732026-08-25T07:48:09.255Z Checking rsa v0.10.0-rc.18
52742026-08-25T07:48:11.898Z Checking ssh-key v0.7.0-rc.11
52752026-08-25T07:48:12.629Z Checking russh v0.62.4
52762026-08-25T07:48:25.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.97s
52772026-08-25T07:48:25.973Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52782026-08-25T07:48:25.973Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52792026-08-25T07:48:26.175Z
52802026-08-25T07:48:26.175Zinfo: running `cargo check --bins` on gateway-cli (366/380)
52812026-08-25T07:48:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-25T07:48:26.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-25T07:48:26.809Z Checking termios v0.3.3
52842026-08-25T07:48:27.002Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52852026-08-25T07:48:27.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52862026-08-25T07:48:27.764Z
52872026-08-25T07:48:27.764Zinfo: running `cargo check --bins --no-default-features` on installinator (367/380)
52882026-08-25T07:48:28.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52892026-08-25T07:48:28.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52902026-08-25T07:48:28.445Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52912026-08-25T07:48:29.134Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52922026-08-25T07:48:30.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
52932026-08-25T07:48:30.896Z
52942026-08-25T07:48:30.896Zinfo: running `cargo check --bins` on internal-dns-cli (368/380)
52952026-08-25T07:48:31.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52962026-08-25T07:48:31.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52972026-08-25T07:48:31.536Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52982026-08-25T07:48:31.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
52992026-08-25T07:48:32.136Z
53002026-08-25T07:48:32.136Zinfo: running `cargo check --bins` on omicron-live-tests (369/380)
53012026-08-25T07:48:32.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53022026-08-25T07:48:32.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53032026-08-25T07:48:32.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53042026-08-25T07:48:32.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53052026-08-25T07:48:32.697Z
53062026-08-25T07:48:32.698Zinfo: running `cargo check --bins` on live-tests-macros (370/380)
53072026-08-25T07:48:33.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53082026-08-25T07:48:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53092026-08-25T07:48:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53102026-08-25T07:48:33.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53112026-08-25T07:48:33.260Z
53122026-08-25T07:48:33.260Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (371/380)
53132026-08-25T07:48:33.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53142026-08-25T07:48:33.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53152026-08-25T07:48:34.005Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
53162026-08-25T07:48:34.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
53172026-08-25T07:48:34.781Z
53182026-08-25T07:48:34.781Zinfo: running `cargo check --bins` on omicron-ntp-admin (372/380)
53192026-08-25T07:48:35.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53202026-08-25T07:48:35.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53212026-08-25T07:48:35.423Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
53222026-08-25T07:48:35.423Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53232026-08-25T07:48:36.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
53242026-08-25T07:48:36.504Z
53252026-08-25T07:48:36.504Zinfo: running `cargo check --bins` on ntp-admin-types (373/380)
53262026-08-25T07:48:36.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53272026-08-25T07:48:36.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53282026-08-25T07:48:36.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53292026-08-25T07:48:36.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53302026-08-25T07:48:37.069Z
53312026-08-25T07:48:37.069Zinfo: running `cargo check --bins` on omicron-package (374/380)
53322026-08-25T07:48:37.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53332026-08-25T07:48:37.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53342026-08-25T07:48:37.747Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53352026-08-25T07:48:38.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53362026-08-25T07:48:39.009Z
53372026-08-25T07:48:39.009Zinfo: running `cargo check --bins` on tqdb (375/380)
53382026-08-25T07:48:39.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53392026-08-25T07:48:39.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53402026-08-25T07:48:39.779Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53412026-08-25T07:48:40.128Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53422026-08-25T07:48:40.629Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53432026-08-25T07:48:40.629Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53442026-08-25T07:48:47.550Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53452026-08-25T07:48:47.553Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53462026-08-25T07:48:47.553Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53472026-08-25T07:48:48.168Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53482026-08-25T07:48:48.168Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53492026-08-25T07:48:48.172Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53502026-08-25T07:48:48.172Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53512026-08-25T07:48:48.943Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53522026-08-25T07:48:49.577Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53532026-08-25T07:48:49.810Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53542026-08-25T07:48:50.016Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53552026-08-25T07:48:50.869Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53562026-08-25T07:48:51.516Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53572026-08-25T07:48:56.337Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53582026-08-25T07:49:03.540Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53592026-08-25T07:49:03.540Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53602026-08-25T07:49:03.551Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53612026-08-25T07:49:03.551Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53622026-08-25T07:49:05.037Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53632026-08-25T07:49:06.313Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53642026-08-25T07:49:06.979Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53652026-08-25T07:49:08.262Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53662026-08-25T07:49:08.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.78s
53672026-08-25T07:49:09.002Z
53682026-08-25T07:49:09.002Zinfo: running `cargo check --bins` on wicket-dbg (376/380)
53692026-08-25T07:49:09.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53702026-08-25T07:49:09.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53712026-08-25T07:49:09.701Z Checking rtoolbox v0.0.3
53722026-08-25T07:49:09.701Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53732026-08-25T07:49:09.706Z Checking tui-tree-widget v0.23.1
53742026-08-25T07:49:09.815Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53752026-08-25T07:49:09.919Z Checking rpassword v7.5.4
53762026-08-25T07:49:14.211Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53772026-08-25T07:49:14.486Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53782026-08-25T07:49:15.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
53792026-08-25T07:49:15.589Z
53802026-08-25T07:49:15.589Zinfo: running `cargo check --bins` on wicket (377/380)
53812026-08-25T07:49:16.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53822026-08-25T07:49:16.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53832026-08-25T07:49:16.282Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53842026-08-25T07:49:16.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53852026-08-25T07:49:16.818Z
53862026-08-25T07:49:16.818Zinfo: running `cargo check --bins` on wicketd (378/380)
53872026-08-25T07:49:17.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53882026-08-25T07:49:17.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53892026-08-25T07:49:17.523Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53902026-08-25T07:49:21.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
53912026-08-25T07:49:21.262Z
53922026-08-25T07:49:21.262Zinfo: running `cargo check --bins` on omicron-workspace-hack (379/380)
53932026-08-25T07:49:21.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53942026-08-25T07:49:21.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53952026-08-25T07:49:21.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53962026-08-25T07:49:21.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53972026-08-25T07:49:21.821Z
53982026-08-25T07:49:21.821Zinfo: running `cargo check --bins` on zone-setup (380/380)
53992026-08-25T07:49:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
54002026-08-25T07:49:22.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
54012026-08-25T07:49:22.481Z Checking uzers v0.12.2
54022026-08-25T07:49:22.745Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
54032026-08-25T07:49:23.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
54042026-08-25T07:49:23.716Z
54052026-08-25T07:49:23.717Zreal 15:23.618485089
54062026-08-25T07:49:23.717Zuser 22:41.638039737
54072026-08-25T07:49:23.717Zsys 4:27.479492117
54082026-08-25T07:49:23.717Ztrap 0.352327418
54092026-08-25T07:49:23.717Ztflt 0.628257792
54102026-08-25T07:49:23.717Zdflt 0.812754332
54112026-08-25T07:49:23.717Zkflt 0.004949912
54122026-08-25T07:49:23.717Zlock 1:36:26.997239134
54132026-08-25T07:49:23.717Zslp 1:48:45.058019555
54142026-08-25T07:49:23.717Zlat 57.742009620
54152026-08-25T07:49:23.717Zstop 4:19.868135066
54162026-08-25T07:49:23.722Zprocess exited: duration 1216017 ms, exit code 0
 
54172026-08-25T07:49:23.733Zfound 0 output files