01M090N9VA0W2SBKF0P7G3QJRG: 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: 01M090NTWGTFGE0FEJRJG72Z2M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T23:25:50.964Zjob assigned to worker 01M090P2W5PB6RYV29XXM58XPT [factory aws, i-0f394b8a68039e3ed] (queued for 50 s)
 
22026-08-17T23:25:57.978Zstarting task 0: "setup"
32026-08-17T23:25:57.983Z++ uname -s
42026-08-17T23:25:57.986Z+ kern=SunOS
52026-08-17T23:25:57.986Z+ build_user=build
62026-08-17T23:25:57.986Z+ build_uid=12345
72026-08-17T23:25:57.986Z+ work_dir=/work
82026-08-17T23:25:57.987Z+ input_dir=/input
92026-08-17T23:25:57.987Z+ [[ 0 == 12345 ]]
102026-08-17T23:25:57.987Z+ case "$kern" in
112026-08-17T23:25:57.987Z+ groupadd -g 12345 build
122026-08-17T23:25:57.987Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T23:25:59.990Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T23:26:00.077Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T23:26:00.081Z+ home_fs=zfs
162026-08-17T23:26:00.081Z+ [[ zfs == autofs ]]
172026-08-17T23:26:00.081Z+ mkdir -p /home/build
182026-08-17T23:26:00.081Z+ chown build:build /home/build /work
192026-08-17T23:26:02.087Z+ chmod 0700 /home/build /work
202026-08-17T23:26:02.094Zprocess exited: duration 4105 ms, exit code 0
 
212026-08-17T23:26:02.103Zstarting task 1: "rust-toolchain"
222026-08-17T23:26:02.107Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T23:26:02.107Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-17T23:26:02.107Z * rust toolchain channel = "1.97.1"
252026-08-17T23:26:02.107Z * rust toolchain profile = "default"
262026-08-17T23:26:02.107Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T23:26:02.107Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T23:26:02.112Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T23:26:02.112Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T23:26:02.201Zinfo: downloading installer
312026-08-17T23:26:03.646Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T23:26:03.646Zwarn: /home/build/.rustup/settings.toml
332026-08-17T23:26:03.646Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T23:26:03.646Zwarn: instead of the one inferred from the default host triple.
352026-08-17T23:26:03.658Zinfo: profile set to default
362026-08-17T23:26:03.658Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T23:26:03.662Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T23:26:03.802Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T23:26:03.806Zinfo: downloading 6 components
402026-08-17T23:26:19.325Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T23:26:19.325Z
422026-08-17T23:26:19.352Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T23:26:19.352Z
442026-08-17T23:26:19.352Z
452026-08-17T23:26:19.353ZRust is installed now. Great!
462026-08-17T23:26:19.353Z
472026-08-17T23:26:19.353ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T23:26:19.353Zenvironment variable. This has not been done automatically.
492026-08-17T23:26:19.353Z
502026-08-17T23:26:19.353ZTo configure your current shell, you need to source
512026-08-17T23:26:19.353Zthe corresponding env file under $HOME/.cargo.
522026-08-17T23:26:19.353Z
532026-08-17T23:26:19.353ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T23:26:19.358Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T23:26:19.358Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T23:26:19.360Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T23:26:19.360Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T23:26:19.360Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T23:26:19.361Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T23:26:19.361Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T23:26:19.361Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T23:26:19.452Z+ rustup --version
632026-08-17T23:26:19.459Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T23:26:19.463Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T23:26:19.482Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T23:26:19.487Z+ cargo --version
672026-08-17T23:26:19.497Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T23:26:19.502Z+ rustc --version
692026-08-17T23:26:19.520Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T23:26:19.524Zprocess exited: duration 17418 ms, exit code 0
 
712026-08-17T23:26:19.530Zstarting task 2: "authentication"
722026-08-17T23:26:19.547Zprocess exited: duration 16 ms, exit code 0
 
732026-08-17T23:26:19.554Zstarting task 3: "clone repository"
742026-08-17T23:26:19.560Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T23:26:19.560Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T23:26:19.591ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T23:26:37.986Z+ cd /work/oxidecomputer/omicron
782026-08-17T23:26:37.986Z+ git fetch origin aac4ef5abd241d8b69b5d838d334dd04c7151ba3
792026-08-17T23:26:38.101ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T23:26:38.101Z * branch aac4ef5abd241d8b69b5d838d334dd04c7151ba3 -> FETCH_HEAD
812026-08-17T23:26:38.110Z+ [[ -n maghemite-integration ]]
822026-08-17T23:26:38.113Z++ git branch --show-current
832026-08-17T23:26:38.113Z+ current=main
842026-08-17T23:26:38.113Z+ [[ main != maghemite-integration ]]
852026-08-17T23:26:38.114Z+ git branch -f maghemite-integration aac4ef5abd241d8b69b5d838d334dd04c7151ba3
862026-08-17T23:26:38.117Z+ git checkout -f maghemite-integration
872026-08-17T23:26:38.367ZSwitched to branch 'maghemite-integration'
882026-08-17T23:26:38.371Z+ git reset --hard aac4ef5abd241d8b69b5d838d334dd04c7151ba3
892026-08-17T23:26:38.386ZHEAD is now at aac4ef5ab update Cargo.lock and workspace-hack
902026-08-17T23:26:38.389Zprocess exited: duration 18833 ms, exit code 0
 
912026-08-17T23:26:38.395Zstarting task 4: "build"
922026-08-17T23:26:38.399Z+ source .github/buildomat/ci-env.sh
932026-08-17T23:26:38.399Z++ export CARGO_TERM_COLOR=always
942026-08-17T23:26:38.399Z++ CARGO_TERM_COLOR=always
952026-08-17T23:26:38.402Z+++ uname -s
962026-08-17T23:26:38.402Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T23:26:38.402Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T23:26:38.405Z+ cargo --version
992026-08-17T23:26:38.412Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T23:26:38.415Z+ rustc --version
1012026-08-17T23:26:38.434Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T23:26:38.437Z+ source ./env.sh
1032026-08-17T23:26:38.437Z++ OLD_SHELL_OPTS=ehxB
1042026-08-17T23:26:38.437Z++ set -o xtrace
1052026-08-17T23:26:38.441Z++++ dirname ./env.sh
1062026-08-17T23:26:38.442Z+++ readlink -f .
1072026-08-17T23:26:38.445Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-17T23:26:38.445Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-17T23:26:38.445Z++ 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-17T23:26:38.445Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-17T23:26:38.445Z++ 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-17T23:26:38.445Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-17T23:26:38.445Z++ 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-17T23:26:38.445Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-17T23:26:38.445Z++ 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-17T23:26:38.445Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-17T23:26:38.445Z++ 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-17T23:26:38.445Z++ case $OLD_SHELL_OPTS in
1192026-08-17T23:26:38.446Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-17T23:26:38.446Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-17T23:26:38.446Z+ 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-17T23:26:38.446Z+ banner prerequisites
1232026-08-17T23:26:38.446Z
1242026-08-17T23:26:38.446Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-17T23:26:38.446Z # # # # # # # # # # # # # # #
1262026-08-17T23:26:38.446Z # # # # ##### # # ##### # # # # # #### #
1272026-08-17T23:26:38.446Z ##### ##### # ##### # # # # # # # # #
1282026-08-17T23:26:38.446Z # # # # # # # # # # # # # # #
1292026-08-17T23:26:38.446Z # # # ###### # # ###### ### # #### # #### #
1302026-08-17T23:26:38.446Z
1312026-08-17T23:26:38.446Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-17T23:26:40.307Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-17T23:26:40.625Z Startup: Caching catalogs ... Done
1342026-08-17T23:26:42.377ZPlanning: Solver setup ... Done (1.664s)
1352026-08-17T23:26:42.430ZPlanning: Running solver ... Done (0.053s)
1362026-08-17T23:26:42.470ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-17T23:26:42.482ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-17T23:26:42.496ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-17T23:26:42.509ZPlanning: Package planning ... Done (0.013s)
1402026-08-17T23:26:42.513ZPlanning: Merging actions ... Done (0.002s)
1412026-08-17T23:26:42.673ZPlanning: Checking for conflicting actions ... Done (0.162s)
1422026-08-17T23:26:42.677ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-17T23:26:43.425ZPlanning: Evaluating mediators ... Done (0.751s)
1442026-08-17T23:26:43.429ZPlanning: Planning completed in 2.78 seconds
1452026-08-17T23:26:43.434Z Packages to install: 2
1462026-08-17T23:26:43.438Z Estimated space available: 156.01 GB
1472026-08-17T23:26:43.438ZEstimated space to be consumed: 69.36 MB
1482026-08-17T23:26:43.438Z Create boot environment: No
1492026-08-17T23:26:43.438ZCreate backup boot environment: No
1502026-08-17T23:26:43.438Z Rebuild boot archive: No
1512026-08-17T23:26:43.438Z
1522026-08-17T23:26:43.438ZChanged packages:
1532026-08-17T23:26:43.438Zhelios
1542026-08-17T23:26:43.438Z developer/build-essential
1552026-08-17T23:26:43.438Z None -> 11-3.0
1562026-08-17T23:26:43.438Z library/libxmlsec1
1572026-08-17T23:26:43.438Z None -> 1.2.35-3.0
1582026-08-17T23:26:43.467Z
1592026-08-17T23:26:43.467ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-17T23:26:43.528ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1612026-08-17T23:26:43.582Z Actions: 1/268 actions (Installing new actions)
1622026-08-17T23:26:43.620Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-17T23:26:43.651ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-17T23:26:43.654ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-17T23:26:43.726ZFinalize: Updating image state ... Done (0.076s)
1662026-08-17T23:26:46.162ZFinalize: Creating fast lookup database ... Done (2.389s)
1672026-08-17T23:26:46.230ZFinalize: Reading search index ... Done (0.012s)
1682026-08-17T23:26:46.234ZFinalize: Updating search index ... Done (0.000s)
1692026-08-17T23:26:46.327ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-17T23:26:46.691ZPlanning: Evaluating mediator changes ... Done
1712026-08-17T23:26:46.799ZPlanning: Checking for conflicting actions ... Done
1722026-08-17T23:26:46.802ZPlanning: Consolidating action changes ... Done
1732026-08-17T23:26:46.955ZPlanning: Evaluating mediators ... Done
1742026-08-17T23:26:46.959ZPlanning: Planning completed in 0.27 seconds
1752026-08-17T23:26:46.978Z Mediators to change: 2
1762026-08-17T23:26:46.979Z Create boot environment: No
1772026-08-17T23:26:46.979ZCreate backup boot environment: No
1782026-08-17T23:26:47.014ZFinalize: Updating package state database ... Done
1792026-08-17T23:26:47.014ZFinalize: Updating package cache ... Done
1802026-08-17T23:26:47.057ZFinalize: Updating image state ... Done
1812026-08-17T23:26:49.004ZFinalize: Creating fast lookup database ... Done
1822026-08-17T23:26:49.067ZFinalize: Reading search index ... Done
1832026-08-17T23:26:49.071ZFinalize: Updating search index ... Done
1842026-08-17T23:26:49.122ZFinalize: Updating package cache ... Done
1852026-08-17T23:26:49.410ZPlanning: Evaluating mediator changes ... Done
1862026-08-17T23:26:49.513ZPlanning: Checking for conflicting actions ... Done
1872026-08-17T23:26:49.517ZPlanning: Consolidating action changes ... Done
1882026-08-17T23:26:49.670ZPlanning: Evaluating mediators ... Done
1892026-08-17T23:26:49.673ZPlanning: Planning completed in 0.26 seconds
1902026-08-17T23:26:49.697Z Mediators to change: 1
1912026-08-17T23:26:49.697Z Create boot environment: No
1922026-08-17T23:26:49.701ZCreate backup boot environment: No
1932026-08-17T23:26:49.731ZFinalize: Updating package state database ... Done
1942026-08-17T23:26:49.731ZFinalize: Updating package cache ... Done
1952026-08-17T23:26:49.775ZFinalize: Updating image state ... Done
1962026-08-17T23:26:51.839ZFinalize: Creating fast lookup database ... Done
1972026-08-17T23:26:51.847ZFinalize: Reading search index ... Done
1982026-08-17T23:26:51.847ZFinalize: Updating search index ... Done
1992026-08-17T23:26:51.847ZFinalize: Updating package cache ... Done
2002026-08-17T23:26:52.154ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-17T23:26:52.154Zapache system 2.4 system
2022026-08-17T23:26:52.154Zclang system 15 system
2032026-08-17T23:26:52.154Zcsh system system illumos
2042026-08-17T23:26:52.154Zctags system system illumos
2052026-08-17T23:26:52.154Zfile vendor vendor darwinsys
2062026-08-17T23:26:52.154Zfile system system illumos
2072026-08-17T23:26:52.154Zgcc vendor 14 vendor
2082026-08-17T23:26:52.154Zgcc system 13 system
2092026-08-17T23:26:52.154Zgcc system 10 system
2102026-08-17T23:26:52.154Zgo system 1.25 system
2112026-08-17T23:26:52.154Zllvm system 15 system
2122026-08-17T23:26:52.154Zmariadb system 11.4 system
2132026-08-17T23:26:52.154Zmta vendor vendor dma
2142026-08-17T23:26:52.154Zopenjdk system 17 system
2152026-08-17T23:26:52.154Zopenjdk system 11 system
2162026-08-17T23:26:52.154Zopenssl vendor 3 vendor
2172026-08-17T23:26:52.154Zperl system 5.40 system
2182026-08-17T23:26:52.154Zpostgresql system 18 system
2192026-08-17T23:26:52.155Zpostgresql system 17 system
2202026-08-17T23:26:52.155Zpython vendor 3 vendor
2212026-08-17T23:26:52.155Zpython system 2 system
2222026-08-17T23:26:52.155Zpython3 vendor 3.13 vendor
2232026-08-17T23:26:52.155Zruby system 3.4 system
2242026-08-17T23:26:52.155Zruby system 3.0 system
2252026-08-17T23:26:52.155Zwords vendor vendor american-english
2262026-08-17T23:26:52.155Zwords system system australian-english
2272026-08-17T23:26:52.155Zwords system system british-english
2282026-08-17T23:26:52.155Zwords system system canadian-english
2292026-08-17T23:26:52.155Zwords system system french
2302026-08-17T23:26:52.155Zwords system system italian
2312026-08-17T23:26:52.155Zwords system system ngerman
2322026-08-17T23:26:52.155Zwords system system ogerman
2332026-08-17T23:26:52.155Zwords system system spanish
2342026-08-17T23:26:52.408ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-17T23:26:52.408Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-17T23:26:52.857ZFMRI IFO
2372026-08-17T23:26:52.857Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-17T23:26:52.857Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-17T23:26:52.857Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-17T23:26:52.857Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-17T23:26:52.857Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-17T23:26:52.857Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-17T23:26:52.857Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-17T23:26:52.857Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-17T23:26:52.857Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-17T23:26:53.176Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-17T23:26:53.531Z Updating crates.io index
2482026-08-17T23:26:53.535Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-17T23:26:53.787Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T23:26:54.165Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-17T23:26:55.206Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-17T23:26:56.036Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-17T23:26:57.628Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-17T23:26:58.720Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-17T23:26:59.010Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-17T23:26:59.369Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-17T23:27:00.986Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-17T23:27:01.540Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-17T23:27:01.895Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-17T23:27:02.180Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-17T23:27:02.465Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-17T23:27:02.751Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-17T23:27:03.049Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-17T23:27:03.325Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-17T23:27:03.616Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-17T23:27:04.070Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-17T23:27:04.819Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-17T23:27:05.206Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-17T23:27:05.716Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-17T23:27:06.031Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-17T23:27:06.583Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-17T23:27:06.951Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-17T23:27:07.461Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-17T23:27:07.890Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-17T23:27:08.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-17T23:27:08.930Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-17T23:27:09.303Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-17T23:27:09.595Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-17T23:27:09.916Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-17T23:27:10.283Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-17T23:27:10.869Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-17T23:27:11.153Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-17T23:27:11.462Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-17T23:27:11.767Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-17T23:27:12.131Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-17T23:27:12.391Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-17T23:27:12.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-17T23:27:12.988Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-17T23:27:13.246Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-17T23:27:16.109Z Downloading crates ...
2912026-08-17T23:27:16.135Z Downloaded crypto-common v0.1.7
2922026-08-17T23:27:16.174Z Downloaded block-buffer v0.10.4
2932026-08-17T23:27:16.174Z Downloaded itoa v1.0.17
2942026-08-17T23:27:16.174Z Downloaded dtrace-parser v0.2.0
2952026-08-17T23:27:16.174Z Downloaded errno v0.3.14
2962026-08-17T23:27:16.174Z Downloaded scroll_derive v0.12.1
2972026-08-17T23:27:16.174Z Downloaded serde_spanned v0.6.9
2982026-08-17T23:27:16.175Z Downloaded zerocopy-derive v0.7.35
2992026-08-17T23:27:16.175Z Downloaded tabled_derive v0.7.0
3002026-08-17T23:27:16.175Z Downloaded strsim v0.11.1
3012026-08-17T23:27:16.175Z Downloaded cargo_metadata v0.23.1
3022026-08-17T23:27:16.175Z Downloaded cfg-if v1.0.4
3032026-08-17T23:27:16.175Z Downloaded usdt-attr-macro v0.5.0
3042026-08-17T23:27:16.175Z Downloaded utf8parse v0.2.2
3052026-08-17T23:27:16.184Z Downloaded zmij v1.0.21
3062026-08-17T23:27:16.184Z Downloaded winnow v0.7.14
3072026-08-17T23:27:16.184Z Downloaded anstyle-query v1.1.5
3082026-08-17T23:27:16.184Z Downloaded clap_lex v1.0.0
3092026-08-17T23:27:16.184Z Downloaded zerocopy v0.7.35
3102026-08-17T23:27:16.184Z Downloaded anstyle-parse v1.0.0
3112026-08-17T23:27:16.184Z Downloaded fs-err v3.3.0
3122026-08-17T23:27:16.185Z Downloaded equivalent v1.0.2
3132026-08-17T23:27:16.185Z Downloaded fnv v1.0.7
3142026-08-17T23:27:16.185Z Downloaded once_cell v1.21.3
3152026-08-17T23:27:16.185Z Downloaded byteorder v1.5.0
3162026-08-17T23:27:16.212Z Downloaded camino-tempfile v1.4.1
3172026-08-17T23:27:16.212Z Downloaded camino v1.2.2
3182026-08-17T23:27:16.212Z Downloaded heck v0.4.1
3192026-08-17T23:27:16.212Z Downloaded generic-array v0.14.7
3202026-08-17T23:27:16.212Z Downloaded is_terminal_polyfill v1.70.2
3212026-08-17T23:27:16.212Z Downloaded smawk v0.3.2
3222026-08-17T23:27:16.212Z Downloaded cargo-platform v0.3.2
3232026-08-17T23:27:16.213Z Downloaded autocfg v1.5.0
3242026-08-17T23:27:16.213Z Downloaded colorchoice v1.0.4
3252026-08-17T23:27:16.213Z Downloaded quote v1.0.45
3262026-08-17T23:27:16.213Z Downloaded anstream v1.0.0
3272026-08-17T23:27:16.213Z Downloaded anstyle v1.0.14
3282026-08-17T23:27:16.243Z Downloaded dof v0.3.0
3292026-08-17T23:27:16.243Z Downloaded swrite v0.1.0
3302026-08-17T23:27:16.243Z Downloaded anyhow v1.0.102
3312026-08-17T23:27:16.244Z Downloaded digest v0.10.7
3322026-08-17T23:27:16.244Z Downloaded sha2 v0.10.9
3332026-08-17T23:27:16.244Z Downloaded fastrand v2.3.0
3342026-08-17T23:27:16.244Z Downloaded thread-id v4.2.2
3352026-08-17T23:27:16.244Z Downloaded macaddr v1.0.1
3362026-08-17T23:27:16.244Z Downloaded toml_datetime v0.6.11
3372026-08-17T23:27:16.244Z Downloaded plain v0.2.3
3382026-08-17T23:27:16.297Z Downloaded cpufeatures v0.2.17
3392026-08-17T23:27:16.297Z Downloaded unicode-linebreak v0.1.5
3402026-08-17T23:27:16.297Z Downloaded proc-macro-error-attr v1.0.4
3412026-08-17T23:27:16.297Z Downloaded pretty-hex v0.4.1
3422026-08-17T23:27:16.297Z Downloaded toml_write v0.1.2
3432026-08-17T23:27:16.297Z Downloaded memmap v0.7.0
3442026-08-17T23:27:16.298Z Downloaded version_check v0.9.5
3452026-08-17T23:27:16.298Z Downloaded terminal_size v0.4.3
3462026-08-17T23:27:16.298Z Downloaded bitflags v2.11.0
3472026-08-17T23:27:16.298Z Downloaded toml v0.8.23
3482026-08-17T23:27:16.298Z Downloaded usdt-macro v0.5.0
3492026-08-17T23:27:16.298Z Downloaded usdt v0.5.0
3502026-08-17T23:27:16.350Z Downloaded thiserror-impl v1.0.69
3512026-08-17T23:27:16.350Z Downloaded heck v0.5.0
3522026-08-17T23:27:16.350Z Downloaded ucd-trie v0.1.7
3532026-08-17T23:27:16.350Z Downloaded bytecount v0.6.9
3542026-08-17T23:27:16.350Z Downloaded clap_derive v4.6.1
3552026-08-17T23:27:16.351Z Downloaded cargo_toml v0.21.0
3562026-08-17T23:27:16.351Z Downloaded serde_tokenstream v0.2.3
3572026-08-17T23:27:16.351Z Downloaded proc-macro-error v1.0.4
3582026-08-17T23:27:16.351Z Downloaded thiserror v1.0.69
3592026-08-17T23:27:16.351Z Downloaded usdt-impl v0.5.0
3602026-08-17T23:27:16.351Z Downloaded clap v4.6.1
3612026-08-17T23:27:16.351Z Downloaded thiserror-impl v2.0.18
3622026-08-17T23:27:16.351Z Downloaded textwrap v0.16.2
3632026-08-17T23:27:16.351Z Downloaded pest_meta v2.8.6
3642026-08-17T23:27:16.351Z Downloaded log v0.4.29
3652026-08-17T23:27:16.351Z Downloaded pest_derive v2.8.6
3662026-08-17T23:27:16.351Z Downloaded semver v1.0.28
3672026-08-17T23:27:16.351Z Downloaded scroll v0.12.0
3682026-08-17T23:27:16.352Z Downloaded thiserror v2.0.18
3692026-08-17T23:27:16.352Z Downloaded toml_edit v0.22.27
3702026-08-17T23:27:16.394Z Downloaded tempfile v3.25.0
3712026-08-17T23:27:16.395Z Downloaded papergrid v0.11.0
3722026-08-17T23:27:16.395Z Downloaded serde_core v1.0.229
3732026-08-17T23:27:16.395Z Downloaded proc-macro2 v1.0.106
3742026-08-17T23:27:16.395Z Downloaded pest_generator v2.8.6
3752026-08-17T23:27:16.395Z Downloaded unicode-ident v1.0.24
3762026-08-17T23:27:16.395Z Downloaded getrandom v0.4.1
3772026-08-17T23:27:16.395Z Downloaded serde_derive v1.0.229
3782026-08-17T23:27:16.395Z Downloaded memchr v2.8.0
3792026-08-17T23:27:16.436Z Downloaded serde v1.0.229
3802026-08-17T23:27:16.436Z Downloaded typenum v1.20.1
3812026-08-17T23:27:16.436Z Downloaded indexmap v2.14.0
3822026-08-17T23:27:16.436Z Downloaded pest v2.8.6
3832026-08-17T23:27:16.436Z Downloaded hashbrown v0.17.0
3842026-08-17T23:27:16.484Z Downloaded serde_json v1.0.151
3852026-08-17T23:27:16.484Z Downloaded clap_builder v4.6.0
3862026-08-17T23:27:16.485Z Downloaded goblin v0.8.2
3872026-08-17T23:27:16.485Z Downloaded tabled v0.15.0
3882026-08-17T23:27:16.499Z Downloaded unicode-width v0.1.14
3892026-08-17T23:27:16.499Z Downloaded syn v1.0.109
3902026-08-17T23:27:16.499Z Downloaded syn v2.0.117
3912026-08-17T23:27:16.500Z Downloaded unicode-width v0.2.0
3922026-08-17T23:27:16.515Z Downloaded syn v3.0.3
3932026-08-17T23:27:16.540Z Downloaded rustix v1.1.3
3942026-08-17T23:27:16.541Z Downloaded libc v0.2.185
3952026-08-17T23:27:16.598Z Compiling proc-macro2 v1.0.106
3962026-08-17T23:27:16.598Z Compiling unicode-ident v1.0.24
3972026-08-17T23:27:16.598Z Compiling quote v1.0.45
3982026-08-17T23:27:16.599Z Compiling serde_core v1.0.229
3992026-08-17T23:27:16.615Z Compiling libc v0.2.185
4002026-08-17T23:27:16.616Z Compiling version_check v0.9.5
4012026-08-17T23:27:16.616Z Compiling memchr v2.8.0
4022026-08-17T23:27:16.616Z Compiling serde v1.0.229
4032026-08-17T23:27:16.913Z Compiling zmij v1.0.21
4042026-08-17T23:27:17.207Z Compiling thiserror v1.0.69
4052026-08-17T23:27:17.256Z Compiling itoa v1.0.17
4062026-08-17T23:27:17.457Z Compiling ucd-trie v0.1.7
4072026-08-17T23:27:17.475Z Compiling byteorder v1.5.0
4082026-08-17T23:27:17.669Z Compiling pest v2.8.6
4092026-08-17T23:27:17.733Z Compiling rustix v1.1.3
4102026-08-17T23:27:17.736Z Compiling errno v0.3.14
4112026-08-17T23:27:17.770Z Compiling serde_json v1.0.151
4122026-08-17T23:27:17.954Z Compiling bitflags v2.11.0
4132026-08-17T23:27:18.074Z Compiling syn v2.0.117
4142026-08-17T23:27:18.114Z Compiling syn v3.0.3
4152026-08-17T23:27:18.176Z Compiling thread-id v4.2.2
4162026-08-17T23:27:18.214Z Compiling proc-macro-error-attr v1.0.4
4172026-08-17T23:27:18.257Z Compiling usdt-impl v0.5.0
4182026-08-17T23:27:18.395Z Compiling camino v1.2.2
4192026-08-17T23:27:18.479Z Compiling syn v1.0.109
4202026-08-17T23:27:18.704Z Compiling pest_meta v2.8.6
4212026-08-17T23:27:18.971Z Compiling proc-macro-error v1.0.4
4222026-08-17T23:27:18.987Z Compiling getrandom v0.4.1
4232026-08-17T23:27:19.145Z Compiling log v0.4.29
4242026-08-17T23:27:19.342Z Compiling hashbrown v0.17.0
4252026-08-17T23:27:19.382Z Compiling equivalent v1.0.2
4262026-08-17T23:27:19.451Z Compiling plain v0.2.3
4272026-08-17T23:27:19.475Z Compiling utf8parse v0.2.2
4282026-08-17T23:27:19.575Z Compiling anstyle-parse v1.0.0
4292026-08-17T23:27:19.618Z Compiling terminal_size v0.4.3
4302026-08-17T23:27:19.857Z Compiling indexmap v2.14.0
4312026-08-17T23:27:20.229Z Compiling serde_derive v1.0.229
4322026-08-17T23:27:20.277Z Compiling pest_generator v2.8.6
4332026-08-17T23:27:20.296Z Compiling pretty-hex v0.4.1
4342026-08-17T23:27:20.332Z Compiling cfg-if v1.0.4
4352026-08-17T23:27:20.369Z Compiling thiserror v2.0.18
4362026-08-17T23:27:20.406Z Compiling colorchoice v1.0.4
4372026-08-17T23:27:20.435Z Compiling anstyle-query v1.1.5
4382026-08-17T23:27:20.483Z Compiling autocfg v1.5.0
4392026-08-17T23:27:20.525Z Compiling toml_write v0.1.2
4402026-08-17T23:27:20.560Z Compiling anstyle v1.0.14
4412026-08-17T23:27:20.699Z Compiling is_terminal_polyfill v1.70.2
4422026-08-17T23:27:20.756Z Compiling winnow v0.7.14
4432026-08-17T23:27:20.790Z Compiling anstream v1.0.0
4442026-08-17T23:27:20.935Z Compiling fs-err v3.3.0
4452026-08-17T23:27:21.092Z Compiling heck v0.4.1
4462026-08-17T23:27:21.118Z Compiling unicode-width v0.1.14
4472026-08-17T23:27:21.134Z Compiling fnv v1.0.7
4482026-08-17T23:27:21.151Z Compiling strsim v0.11.1
4492026-08-17T23:27:21.314Z Compiling bytecount v0.6.9
4502026-08-17T23:27:21.390Z Compiling fastrand v2.3.0
4512026-08-17T23:27:21.454Z Compiling heck v0.5.0
4522026-08-17T23:27:21.496Z Compiling clap_lex v1.0.0
4532026-08-17T23:27:21.551Z Compiling once_cell v1.21.3
4542026-08-17T23:27:21.652Z Compiling anyhow v1.0.102
4552026-08-17T23:27:21.697Z Compiling clap_builder v4.6.0
4562026-08-17T23:27:21.728Z Compiling tempfile v3.25.0
4572026-08-17T23:27:21.768Z Compiling papergrid v0.11.0
4582026-08-17T23:27:21.952Z Compiling thiserror-impl v1.0.69
4592026-08-17T23:27:22.024Z Compiling zerocopy-derive v0.7.35
4602026-08-17T23:27:22.137Z Compiling pest_derive v2.8.6
4612026-08-17T23:27:22.162Z Compiling scroll_derive v0.12.1
4622026-08-17T23:27:22.301Z Compiling thiserror-impl v2.0.18
4632026-08-17T23:27:22.592Z Compiling tabled_derive v0.7.0
4642026-08-17T23:27:22.833Z Compiling scroll v0.12.0
4652026-08-17T23:27:22.901Z Compiling zerocopy v0.7.35
4662026-08-17T23:27:23.233Z Compiling goblin v0.8.2
4672026-08-17T23:27:23.312Z Compiling dtrace-parser v0.2.0
4682026-08-17T23:27:23.500Z Compiling toml_datetime v0.6.11
4692026-08-17T23:27:23.570Z Compiling serde_spanned v0.6.9
4702026-08-17T23:27:23.647Z Compiling dof v0.3.0
4712026-08-17T23:27:23.664Z Compiling serde_tokenstream v0.2.3
4722026-08-17T23:27:23.720Z Compiling toml_edit v0.22.27
4732026-08-17T23:27:23.767Z Compiling clap_derive v4.6.1
4742026-08-17T23:27:23.975Z Compiling semver v1.0.28
4752026-08-17T23:27:24.026Z Compiling cargo-platform v0.3.2
4762026-08-17T23:27:24.053Z Compiling memmap v0.7.0
4772026-08-17T23:27:24.315Z Compiling smawk v0.3.2
4782026-08-17T23:27:24.322Z Compiling unicode-width v0.2.0
4792026-08-17T23:27:24.322Z Compiling unicode-linebreak v0.1.5
4802026-08-17T23:27:24.423Z Compiling cargo_metadata v0.23.1
4812026-08-17T23:27:24.517Z Compiling usdt-macro v0.5.0
4822026-08-17T23:27:24.561Z Compiling usdt-attr-macro v0.5.0
4832026-08-17T23:27:24.580Z Compiling textwrap v0.16.2
4842026-08-17T23:27:25.115Z Compiling macaddr v1.0.1
4852026-08-17T23:27:25.138Z Compiling toml v0.8.23
4862026-08-17T23:27:25.242Z Compiling tabled v0.15.0
4872026-08-17T23:27:25.338Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4882026-08-17T23:27:25.395Z Compiling camino-tempfile v1.4.1
4892026-08-17T23:27:25.630Z Compiling cargo_toml v0.21.0
4902026-08-17T23:27:25.753Z Compiling clap v4.6.1
4912026-08-17T23:27:25.772Z Compiling swrite v0.1.0
4922026-08-17T23:27:26.165Z Compiling usdt v0.5.0
4932026-08-17T23:27:27.111Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942026-08-17T23:27:29.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.20s
4952026-08-17T23:27:29.425Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4962026-08-17T23:27:29.938Z Downloading crates ...
4972026-08-17T23:27:29.996Z Downloaded allocator-api2 v0.2.21
4982026-08-17T23:27:29.999Z Downloaded arrayref v0.3.9
4992026-08-17T23:27:30.002Z Downloaded bitfield-struct v0.6.2
5002026-08-17T23:27:30.005Z Downloaded adler2 v2.0.1
5012026-08-17T23:27:30.005Z Downloaded async-recursion v1.1.1
5022026-08-17T23:27:30.010Z Downloaded ciborium-io v0.2.2
5032026-08-17T23:27:30.013Z Downloaded atty v0.2.14
5042026-08-17T23:27:30.020Z Downloaded assert_matches v1.5.0
5052026-08-17T23:27:30.023Z Downloaded atomicwrites v0.4.4
5062026-08-17T23:27:30.024Z Downloaded form_urlencoded v1.2.2
5072026-08-17T23:27:30.024Z Downloaded bcrypt-pbkdf v0.11.0
5082026-08-17T23:27:30.024Z Downloaded foreign-types v0.3.2
5092026-08-17T23:27:30.024Z Downloaded foreign-types-macros v0.2.3
5102026-08-17T23:27:30.028Z Downloaded bit-set v0.5.3
5112026-08-17T23:27:30.033Z Downloaded array-init v0.0.4
5122026-08-17T23:27:30.036Z Downloaded base16ct v1.0.0
5132026-08-17T23:27:30.036Z Downloaded getrandom v0.3.4
5142026-08-17T23:27:30.040Z Downloaded hmac v0.12.1
5152026-08-17T23:27:30.043Z Downloaded hybrid-array v0.4.13
5162026-08-17T23:27:30.043Z Downloaded bitfield-macros v0.19.4
5172026-08-17T23:27:30.043Z Downloaded backoff v0.4.0
5182026-08-17T23:27:30.046Z Downloaded base16ct v0.2.0
5192026-08-17T23:27:30.049Z Downloaded aead v0.5.2
5202026-08-17T23:27:30.052Z Downloaded async-stream v0.3.6
5212026-08-17T23:27:30.052Z Downloaded async-stream-impl v0.3.6
5222026-08-17T23:27:30.055Z Downloaded convert_case v0.4.0
5232026-08-17T23:27:30.055Z Downloaded fd-lock v4.0.4
5242026-08-17T23:27:30.058Z Downloaded futures-sink v0.3.32
5252026-08-17T23:27:30.058Z Downloaded ascii-canvas v3.0.0
5262026-08-17T23:27:30.058Z Downloaded bb8 v0.8.6
5272026-08-17T23:27:30.061Z Downloaded cobs v0.3.0
5282026-08-17T23:27:30.061Z Downloaded compression-core v0.4.31
5292026-08-17T23:27:30.064Z Downloaded castaway v0.2.4
5302026-08-17T23:27:30.064Z Downloaded float-ord v0.3.2
5312026-08-17T23:27:30.067Z Downloaded half v2.7.1
5322026-08-17T23:27:30.067Z Downloaded env_filter v1.0.0
5332026-08-17T23:27:30.067Z Downloaded foldhash v0.2.0
5342026-08-17T23:27:30.070Z Downloaded ciborium-ll v0.2.2
5352026-08-17T23:27:30.070Z Downloaded cfg_aliases v0.1.1
5362026-08-17T23:27:30.073Z Downloaded env_logger v0.11.9
5372026-08-17T23:27:30.073Z Downloaded fixedbitset v0.4.2
5382026-08-17T23:27:30.076Z Downloaded foreign-types-shared v0.1.1
5392026-08-17T23:27:30.076Z Downloaded fxhash v0.2.1
5402026-08-17T23:27:30.076Z Downloaded gethostname v0.5.0
5412026-08-17T23:27:30.078Z Downloaded enum_dispatch v0.3.13
5422026-08-17T23:27:30.078Z Downloaded foldhash v0.1.5
5432026-08-17T23:27:30.078Z Downloaded atomic-waker v1.1.2
5442026-08-17T23:27:30.081Z Downloaded flagset v0.4.7
5452026-08-17T23:27:30.081Z Downloaded git-stub v1.0.0
5462026-08-17T23:27:30.082Z Downloaded endian-type v0.1.2
5472026-08-17T23:27:30.086Z Downloaded flate2 v1.1.9
5482026-08-17T23:27:30.089Z Downloaded hashbrown v0.12.3
5492026-08-17T23:27:30.092Z Downloaded http v1.4.2
5502026-08-17T23:27:30.095Z Downloaded block-buffer v0.12.1
5512026-08-17T23:27:30.095Z Downloaded futures-macro v0.3.32
5522026-08-17T23:27:30.095Z Downloaded cfg_aliases v0.2.1
5532026-08-17T23:27:30.095Z Downloaded globwalk v0.9.1
5542026-08-17T23:27:30.098Z Downloaded home v0.5.12
5552026-08-17T23:27:30.101Z Downloaded block-padding v0.4.2
5562026-08-17T23:27:30.103Z Downloaded httpdate v1.0.3
5572026-08-17T23:27:30.103Z Downloaded futures-core v0.3.32
5582026-08-17T23:27:30.106Z Downloaded funty v2.0.0
5592026-08-17T23:27:30.109Z Downloaded hyper-tls v0.6.0
5602026-08-17T23:27:30.112Z Downloaded num v0.4.3
5612026-08-17T23:27:30.112Z Downloaded foreign-types v0.5.0
5622026-08-17T23:27:30.112Z Downloaded hubpack_derive v0.1.1
5632026-08-17T23:27:30.117Z Downloaded hostname v0.3.1
5642026-08-17T23:27:30.120Z Downloaded argon2 v0.5.3
5652026-08-17T23:27:30.123Z Downloaded aead v0.6.1
5662026-08-17T23:27:30.123Z Downloaded async-trait v0.1.89
5672026-08-17T23:27:30.126Z Downloaded bit-vec v0.6.3
5682026-08-17T23:27:30.126Z Downloaded bcs v0.1.6
5692026-08-17T23:27:30.126Z Downloaded bit-set v0.8.0
5702026-08-17T23:27:30.160Z Downloaded bitfield v0.19.4
5712026-08-17T23:27:30.160Z Downloaded float-cmp v0.10.0
5722026-08-17T23:27:30.160Z Downloaded enum-as-inner v0.6.1
5732026-08-17T23:27:30.160Z Downloaded ff v0.14.0
5742026-08-17T23:27:30.160Z Downloaded filetime v0.2.27
5752026-08-17T23:27:30.160Z Downloaded hash32 v0.2.1
5762026-08-17T23:27:30.161Z Downloaded flume v0.11.1
5772026-08-17T23:27:30.161Z Downloaded arrayvec v0.7.6
5782026-08-17T23:27:30.161Z Downloaded anstyle-parse v0.2.7
5792026-08-17T23:27:30.161Z Downloaded num-conv v0.2.0
5802026-08-17T23:27:30.161Z Downloaded hostname v0.4.2
5812026-08-17T23:27:30.161Z Downloaded http-body v1.0.1
5822026-08-17T23:27:30.161Z Downloaded openssl-probe v0.2.1
5832026-08-17T23:27:30.161Z Downloaded futures-task v0.3.32
5842026-08-17T23:27:30.161Z Downloaded headers-core v0.3.0
5852026-08-17T23:27:30.161Z Downloaded hex-literal v1.1.0
5862026-08-17T23:27:30.161Z Downloaded anstream v0.6.21
5872026-08-17T23:27:30.161Z Downloaded bit-vec v0.8.0
5882026-08-17T23:27:30.161Z Downloaded bitflags v1.3.2
5892026-08-17T23:27:30.161Z Downloaded hex v0.4.3
5902026-08-17T23:27:30.161Z Downloaded ghash v0.6.0
5912026-08-17T23:27:30.161Z Downloaded cexpr v0.6.0
5922026-08-17T23:27:30.161Z Downloaded compression-codecs v0.4.37
5932026-08-17T23:27:30.161Z Downloaded foreign-types-shared v0.3.1
5942026-08-17T23:27:30.165Z Downloaded futures-io v0.3.32
5952026-08-17T23:27:30.165Z Downloaded hubpack v0.1.2
5962026-08-17T23:27:30.165Z Downloaded bs58 v0.5.1
5972026-08-17T23:27:30.168Z Downloaded camino-tempfile-ext v0.3.3
5982026-08-17T23:27:30.168Z Downloaded const_format_proc_macros v0.2.34
5992026-08-17T23:27:30.168Z Downloaded blowfish v0.10.0
6002026-08-17T23:27:30.172Z Downloaded rand_chacha v0.3.1
6012026-08-17T23:27:30.172Z Downloaded rand_pcg v0.10.2
6022026-08-17T23:27:30.175Z Downloaded http-range v0.1.5
6032026-08-17T23:27:30.175Z Downloaded cmov v0.5.4
6042026-08-17T23:27:30.175Z Downloaded fixedbitset v0.5.7
6052026-08-17T23:27:30.178Z Downloaded constant_time_eq v0.4.2
6062026-08-17T23:27:30.178Z Downloaded ff v0.13.1
6072026-08-17T23:27:30.178Z Downloaded globset v0.4.18
6082026-08-17T23:27:30.181Z Downloaded find-msvc-tools v0.1.9
6092026-08-17T23:27:30.181Z Downloaded group v0.13.0
6102026-08-17T23:27:30.184Z Downloaded cbc v0.2.1
6112026-08-17T23:27:30.184Z Downloaded chacha20 v0.9.1
6122026-08-17T23:27:30.184Z Downloaded cipher v0.4.4
6132026-08-17T23:27:30.187Z Downloaded cipher v0.5.2
6142026-08-17T23:27:30.187Z Downloaded http-body-util v0.1.3
6152026-08-17T23:27:30.187Z Downloaded humantime v2.3.0
6162026-08-17T23:27:30.190Z Downloaded fatfs v0.3.6
6172026-08-17T23:27:30.190Z Downloaded glob v0.3.3
6182026-08-17T23:27:30.195Z Downloaded erased-serde v0.3.31
6192026-08-17T23:27:30.195Z Downloaded fs-err v2.11.0
6202026-08-17T23:27:30.195Z Downloaded cassowary v0.3.0
6212026-08-17T23:27:30.195Z Downloaded powerfmt v0.2.0
6222026-08-17T23:27:30.195Z Downloaded highway v1.3.0
6232026-08-17T23:27:30.199Z Downloaded same-file v1.0.6
6242026-08-17T23:27:30.202Z Downloaded num-rational v0.4.2
6252026-08-17T23:27:30.202Z Downloaded sapling-renderdag v0.1.0
6262026-08-17T23:27:30.205Z Downloaded semver v0.1.20
6272026-08-17T23:27:30.208Z Downloaded argon2 v0.6.0-rc.8
6282026-08-17T23:27:30.208Z Downloaded backon v1.6.0
6292026-08-17T23:27:30.211Z Downloaded blake2 v0.10.6
6302026-08-17T23:27:30.211Z Downloaded sigpipe v0.1.3
6312026-08-17T23:27:30.214Z Downloaded fallible-iterator v0.2.0
6322026-08-17T23:27:30.217Z Downloaded oxnet v0.1.6
6332026-08-17T23:27:30.217Z Downloaded password-hash v0.5.0
6342026-08-17T23:27:30.220Z Downloaded pkg-config v0.3.32
6352026-08-17T23:27:30.220Z Downloaded pbkdf2 v0.13.0
6362026-08-17T23:27:30.220Z Downloaded peg v0.8.5
6372026-08-17T23:27:30.223Z Downloaded peg-macros v0.8.5
6382026-08-17T23:27:30.223Z Downloaded group v0.14.0
6392026-08-17T23:27:30.224Z Downloaded hash32 v0.3.1
6402026-08-17T23:27:30.227Z Downloaded git-stub-vcs v0.1.0
6412026-08-17T23:27:30.227Z Downloaded futures-executor v0.3.32
6422026-08-17T23:27:30.227Z Downloaded phf v0.12.1
6432026-08-17T23:27:30.230Z Downloaded subtle v2.6.1
6442026-08-17T23:27:30.230Z Downloaded hyper-staticfile v0.10.1
6452026-08-17T23:27:30.233Z Downloaded tokio-test v0.4.5
6462026-08-17T23:27:30.235Z Downloaded tower-layer v0.3.3
6472026-08-17T23:27:30.236Z Downloaded async-bb8-diesel v0.2.1
6482026-08-17T23:27:30.236Z Downloaded phf v0.13.1
6492026-08-17T23:27:30.239Z Downloaded ahash v0.8.12
6502026-08-17T23:27:30.242Z Downloaded tap v1.0.1
6512026-08-17T23:27:30.242Z Downloaded testing_table v0.3.0
6522026-08-17T23:27:30.242Z Downloaded primeorder v0.14.0
6532026-08-17T23:27:30.242Z Downloaded rand_seeder v0.4.0
6542026-08-17T23:27:30.245Z Downloaded base64ct v1.8.3
6552026-08-17T23:27:30.245Z Downloaded blake2 v0.11.0-rc.6
6562026-08-17T23:27:30.250Z Downloaded buf-list v1.1.2
6572026-08-17T23:27:30.252Z Downloaded bzip2 v0.4.4
6582026-08-17T23:27:30.253Z Downloaded fs_extra v1.3.0
6592026-08-17T23:27:30.256Z Downloaded termtree v0.5.1
6602026-08-17T23:27:30.260Z Downloaded cmake v0.1.57
6612026-08-17T23:27:30.263Z Downloaded colored v2.2.0
6622026-08-17T23:27:30.263Z Downloaded colored v3.1.1
6632026-08-17T23:27:30.266Z Downloaded chacha20 v0.10.0
6642026-08-17T23:27:30.266Z Downloaded console v0.16.2
6652026-08-17T23:27:30.266Z Downloaded untrusted v0.7.1
6662026-08-17T23:27:30.269Z Downloaded hyper-rustls v0.27.7
6672026-08-17T23:27:30.272Z Downloaded russh-cryptovec v0.62.0
6682026-08-17T23:27:30.272Z Downloaded ppv-lite86 v0.2.21
6692026-08-17T23:27:30.272Z Downloaded radium v0.7.0
6702026-08-17T23:27:30.272Z Downloaded progenitor-extras v0.2.0
6712026-08-17T23:27:30.275Z Downloaded ciborium v0.2.2
6722026-08-17T23:27:30.275Z Downloaded rustls-pemfile v2.2.0
6732026-08-17T23:27:30.275Z Downloaded schemars_derive v0.8.22
6742026-08-17T23:27:30.275Z Downloaded seq-macro v0.3.6
6752026-08-17T23:27:30.278Z Downloaded rustls-native-certs v0.8.3
6762026-08-17T23:27:30.278Z Downloaded sec1 v0.7.3
6772026-08-17T23:27:30.278Z Downloaded slog-async v2.8.0
6782026-08-17T23:27:30.281Z Downloaded slog-scope v4.4.1
6792026-08-17T23:27:30.281Z Downloaded usdt-attr-macro v0.6.0
6802026-08-17T23:27:30.281Z Downloaded wait-timeout v0.2.1
6812026-08-17T23:27:30.281Z Downloaded cancel-safe-futures v0.1.5
6822026-08-17T23:27:30.284Z Downloaded waitgroup v0.1.2
6832026-08-17T23:27:30.284Z Downloaded zerofrom v0.1.6
6842026-08-17T23:27:30.284Z Downloaded zerofrom-derive v0.1.6
6852026-08-17T23:27:30.287Z Downloaded crc-catalog v2.4.0
6862026-08-17T23:27:30.287Z Downloaded utf8_iter v1.0.4
6872026-08-17T23:27:30.293Z Downloaded slab v0.4.12
6882026-08-17T23:27:30.296Z Downloaded cpubits v0.1.1
6892026-08-17T23:27:30.296Z Downloaded zone_cfg_derive v0.3.1
6902026-08-17T23:27:30.296Z Downloaded httparse v1.10.1
6912026-08-17T23:27:30.301Z Downloaded pkcs8 v0.11.0
6922026-08-17T23:27:30.301Z Downloaded serde_plain v1.0.2
6932026-08-17T23:27:30.305Z Downloaded ssh-encoding v0.3.0
6942026-08-17T23:27:30.308Z Downloaded strum_macros v0.27.2
6952026-08-17T23:27:30.308Z Downloaded signal-hook-registry v1.4.8
6962026-08-17T23:27:30.308Z Downloaded stacker v0.1.23
6972026-08-17T23:27:30.311Z Downloaded static_assertions v1.1.0
6982026-08-17T23:27:30.311Z Downloaded tokio-native-tls v0.3.1
6992026-08-17T23:27:30.311Z Downloaded cstr-argument v0.1.2
7002026-08-17T23:27:30.311Z Downloaded progenitor v0.13.0
7012026-08-17T23:27:30.316Z Downloaded downcast-rs v2.0.2
7022026-08-17T23:27:30.316Z Downloaded embedded-io v0.6.1
7032026-08-17T23:27:30.318Z Downloaded ident_case v1.0.1
7042026-08-17T23:27:30.318Z Downloaded sqlformat v0.3.5
7052026-08-17T23:27:30.321Z Downloaded termios v0.3.3
7062026-08-17T23:27:30.324Z Downloaded display-error-chain v0.2.2
7072026-08-17T23:27:30.324Z Downloaded half v1.8.3
7082026-08-17T23:27:30.329Z Downloaded getrandom v0.2.17
7092026-08-17T23:27:30.332Z Downloaded byte-wrapper v0.1.0
7102026-08-17T23:27:30.337Z Downloaded const-oid v0.10.2
7112026-08-17T23:27:30.337Z Downloaded futures-channel v0.3.32
7122026-08-17T23:27:30.337Z Downloaded hmac v0.13.0
7132026-08-17T23:27:30.341Z Downloaded bzip2 v0.6.1
7142026-08-17T23:27:30.341Z Downloaded clang-sys v1.8.1
7152026-08-17T23:27:30.341Z Downloaded const-oid v0.9.6
7162026-08-17T23:27:30.341Z Downloaded console v0.15.11
7172026-08-17T23:27:30.344Z Downloaded dropshot-api-manager-types v0.8.0
7182026-08-17T23:27:30.344Z Downloaded dunce v1.0.5
7192026-08-17T23:27:30.344Z Downloaded toml_writer v1.1.1+spec-1.1.0
7202026-08-17T23:27:30.344Z Downloaded idna_adapter v1.2.1
7212026-08-17T23:27:30.349Z Downloaded internet-checksum v0.2.1
7222026-08-17T23:27:30.353Z Downloaded num-traits v0.2.19
7232026-08-17T23:27:30.362Z Downloaded vergen-lib v9.1.0
7242026-08-17T23:27:30.364Z Downloaded unicase v2.9.0
7252026-08-17T23:27:30.368Z Downloaded linked-hash-map v0.5.6
7262026-08-17T23:27:30.371Z Downloaded memoffset v0.9.1
7272026-08-17T23:27:30.374Z Downloaded maybe-uninit v2.0.0
7282026-08-17T23:27:30.374Z Downloaded num-iter v0.1.45
7292026-08-17T23:27:30.376Z Downloaded pkcs1 v0.7.5
7302026-08-17T23:27:30.376Z Downloaded writeable v0.6.2
7312026-08-17T23:27:30.376Z Downloaded ctr v0.10.1
7322026-08-17T23:27:30.379Z Downloaded new_debug_unreachable v1.0.6
7332026-08-17T23:27:30.379Z Downloaded postcard v1.1.3
7342026-08-17T23:27:30.383Z Downloaded sha2 v0.11.0
7352026-08-17T23:27:30.386Z Downloaded csv-core v0.1.13
7362026-08-17T23:27:30.386Z Downloaded smallvec v1.15.1
7372026-08-17T23:27:30.389Z Downloaded deranged v0.5.8
7382026-08-17T23:27:30.389Z Downloaded ed25519 v2.2.3
7392026-08-17T23:27:30.389Z Downloaded papergrid v0.18.0
7402026-08-17T23:27:30.392Z Downloaded delegate v0.13.5
7412026-08-17T23:27:30.395Z Downloaded generic-array v1.4.3
7422026-08-17T23:27:30.395Z Downloaded openssl-probe v0.1.6
7432026-08-17T23:27:30.395Z Downloaded phf_shared v0.12.1
7442026-08-17T23:27:30.395Z Downloaded futures v0.3.32
7452026-08-17T23:27:30.398Z Downloaded parking_lot_core v0.9.12
7462026-08-17T23:27:30.400Z Downloaded oso v0.27.3
7472026-08-17T23:27:30.401Z Downloaded phf_shared v0.13.1
7482026-08-17T23:27:30.403Z Downloaded rustc_version v0.1.7
7492026-08-17T23:27:30.404Z Downloaded tinystr v0.8.2
7502026-08-17T23:27:30.404Z Downloaded defmt v0.3.100
7512026-08-17T23:27:30.404Z Downloaded arc-swap v1.8.2
7522026-08-17T23:27:30.406Z Downloaded base64 v0.22.1
7532026-08-17T23:27:30.409Z Downloaded precomputed-hash v0.1.1
7542026-08-17T23:27:30.409Z Downloaded potential_utf v0.1.4
7552026-08-17T23:27:30.412Z Downloaded bytes v1.11.1
7562026-08-17T23:27:30.412Z Downloaded chacha20poly1305 v0.10.1
7572026-08-17T23:27:30.415Z Downloaded compact_str v0.8.1
7582026-08-17T23:27:30.415Z Downloaded recursive v0.1.1
7592026-08-17T23:27:30.418Z Downloaded psl-types v2.0.11
7602026-08-17T23:27:30.418Z Downloaded progenitor-impl v0.13.0
7612026-08-17T23:27:30.421Z Downloaded ed25519 v3.0.0
7622026-08-17T23:27:30.423Z Downloaded heapless v0.8.0
7632026-08-17T23:27:30.427Z Downloaded derive-ex v0.1.8
7642026-08-17T23:27:30.430Z Downloaded secrecy v0.10.3
7652026-08-17T23:27:30.430Z Downloaded scroll_derive v0.13.1
7662026-08-17T23:27:30.430Z Downloaded serde-big-array v0.5.1
7672026-08-17T23:27:30.430Z Downloaded serde_urlencoded v0.7.1
7682026-08-17T23:27:30.430Z Downloaded serde_spanned v1.1.1
7692026-08-17T23:27:30.433Z Downloaded digest v0.11.3
7702026-08-17T23:27:30.436Z Downloaded const_format v0.2.35
7712026-08-17T23:27:30.439Z Downloaded ipnet v2.11.0
7722026-08-17T23:27:30.442Z Downloaded ipnetwork v0.21.1
7732026-08-17T23:27:30.442Z Downloaded linear-map v1.2.0
7742026-08-17T23:27:30.442Z Downloaded keccak v0.2.0
7752026-08-17T23:27:30.442Z Downloaded rustc_version v0.4.1
7762026-08-17T23:27:30.445Z Downloaded sponge-cursor v0.1.0
7772026-08-17T23:27:30.445Z Downloaded ar_archive_writer v0.5.1
7782026-08-17T23:27:30.449Z Downloaded wnaf v0.14.0
7792026-08-17T23:27:30.449Z Downloaded yasna v0.5.2
7802026-08-17T23:27:30.449Z Downloaded tracing-attributes v0.1.31
7812026-08-17T23:27:30.453Z Downloaded libsw v3.5.0
7822026-08-17T23:27:30.456Z Downloaded slog-envlogger v2.2.0
7832026-08-17T23:27:30.456Z Downloaded sync-ptr v0.1.4
7842026-08-17T23:27:30.456Z Downloaded tabwriter v1.4.1
7852026-08-17T23:27:30.456Z Downloaded crc32fast v1.5.0
7862026-08-17T23:27:30.460Z Downloaded tinyvec_macros v0.1.1
7872026-08-17T23:27:30.463Z Downloaded native-tls v0.2.18
7882026-08-17T23:27:30.463Z Downloaded ryu v1.0.23
7892026-08-17T23:27:30.467Z Downloaded strip-ansi-escapes v0.2.1
7902026-08-17T23:27:30.470Z Downloaded serde_yaml v0.9.34+deprecated
7912026-08-17T23:27:30.473Z Downloaded oxide-update-engine-display v0.1.2
7922026-08-17T23:27:30.476Z Downloaded packed_struct v0.10.1
7932026-08-17T23:27:30.479Z Downloaded paste v1.0.15
7942026-08-17T23:27:30.479Z Downloaded unit-prefix v0.5.2
7952026-08-17T23:27:30.479Z Downloaded num_enum_derive v0.7.6
7962026-08-17T23:27:30.481Z Downloaded oxide-update-engine v0.1.2
7972026-08-17T23:27:30.482Z Downloaded poly1305 v0.8.0
7982026-08-17T23:27:30.482Z Downloaded untrusted v0.9.0
7992026-08-17T23:27:30.485Z Downloaded usdt-macro v0.6.0
8002026-08-17T23:27:30.488Z Downloaded utf-8 v0.7.6
8012026-08-17T23:27:30.495Z Downloaded want v0.3.1
8022026-08-17T23:27:30.498Z Downloaded rustversion v1.0.22
8032026-08-17T23:27:30.498Z Downloaded prettyplease v0.2.37
8042026-08-17T23:27:30.501Z Downloaded pem-rfc7468 v0.7.0
8052026-08-17T23:27:30.501Z Downloaded proc-macro-error2 v2.0.1
8062026-08-17T23:27:30.504Z Downloaded progenitor v0.14.0
8072026-08-17T23:27:30.504Z Downloaded quick-error v1.2.3
8082026-08-17T23:27:30.504Z Downloaded cc v1.2.56
8092026-08-17T23:27:30.508Z Downloaded predicates v3.1.4
8102026-08-17T23:27:30.508Z Downloaded void v1.0.2
8112026-08-17T23:27:30.511Z Downloaded psm v0.1.30
8122026-08-17T23:27:30.511Z Downloaded headers v0.4.1
8132026-08-17T23:27:30.514Z Downloaded ingot v0.2.1
8142026-08-17T23:27:30.515Z Downloaded heapless v0.7.17
8152026-08-17T23:27:30.515Z Downloaded serde_with_macros v1.5.2
8162026-08-17T23:27:30.517Z Downloaded test-strategy v0.4.5
8172026-08-17T23:27:30.520Z Downloaded tracing-core v0.1.36
8182026-08-17T23:27:30.524Z Downloaded zone v0.3.1
8192026-08-17T23:27:30.524Z Downloaded darling_macro v0.20.11
8202026-08-17T23:27:30.524Z Downloaded litemap v0.8.1
8212026-08-17T23:27:30.526Z Downloaded debug-ignore v1.0.5
8222026-08-17T23:27:30.529Z Downloaded dirs-next v2.0.0
8232026-08-17T23:27:30.529Z Downloaded unicode-bidi v0.3.18
8242026-08-17T23:27:30.532Z Downloaded dirs-sys-next v0.1.2
8252026-08-17T23:27:30.532Z Downloaded uuid v1.23.4
8262026-08-17T23:27:30.535Z Downloaded inout v0.2.2
8272026-08-17T23:27:30.535Z Downloaded expectorate v1.2.0
8282026-08-17T23:27:30.535Z Downloaded indoc v1.0.9
8292026-08-17T23:27:30.540Z Downloaded diesel_table_macro_syntax v0.3.0
8302026-08-17T23:27:30.543Z Downloaded dsl_auto_type v0.2.0
8312026-08-17T23:27:30.543Z Downloaded typify v0.6.2
8322026-08-17T23:27:30.543Z Downloaded zopfli v0.8.3
8332026-08-17T23:27:30.546Z Downloaded tokio-tungstenite v0.23.1
8342026-08-17T23:27:30.550Z Downloaded tiny-keccak v2.0.2
8352026-08-17T23:27:30.552Z Downloaded spki v0.8.0
8362026-08-17T23:27:30.555Z Downloaded stringprep v0.1.5
8372026-08-17T23:27:30.555Z Downloaded strum_macros v0.26.4
8382026-08-17T23:27:30.555Z Downloaded thiserror-impl-no-std v2.0.2
8392026-08-17T23:27:30.558Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8402026-08-17T23:27:30.561Z Downloaded openssl-sys v0.9.117
8412026-08-17T23:27:30.564Z Downloaded kem v0.3.0
8422026-08-17T23:27:30.564Z Downloaded ingot-macros v0.2.0
8432026-08-17T23:27:30.574Z Downloaded match_cfg v0.1.0
8442026-08-17T23:27:30.577Z Downloaded libscf-sys v1.2.0
8452026-08-17T23:27:30.577Z Downloaded openssl-macros v0.1.1
8462026-08-17T23:27:30.581Z Downloaded phf_shared v0.11.3
8472026-08-17T23:27:30.584Z Downloaded snafu v0.8.9
8482026-08-17T23:27:30.587Z Downloaded hickory-resolver v0.25.2
8492026-08-17T23:27:30.591Z Downloaded newline-converter v0.3.0
8502026-08-17T23:27:30.591Z Downloaded parse-display v0.10.0
8512026-08-17T23:27:30.591Z Downloaded subprocess v0.2.15
8522026-08-17T23:27:30.594Z Downloaded base64 v0.21.7
8532026-08-17T23:27:30.598Z Downloaded bumpalo v3.20.2
8542026-08-17T23:27:30.603Z Downloaded publicsuffix v2.3.0
8552026-08-17T23:27:30.606Z Downloaded path-slash v0.1.5
8562026-08-17T23:27:30.606Z Downloaded slog-json v2.6.1
8572026-08-17T23:27:30.609Z Downloaded wyz v0.5.1
8582026-08-17T23:27:30.609Z Downloaded ref-cast v1.0.25
8592026-08-17T23:27:30.609Z Downloaded ref-cast-impl v1.0.25
8602026-08-17T23:27:30.612Z Downloaded proc-macro-crate v1.3.1
8612026-08-17T23:27:30.612Z Downloaded icu_properties v2.1.2
8622026-08-17T23:27:30.615Z Downloaded defmt v1.0.1
8632026-08-17T23:27:30.619Z Downloaded derive_builder_core v0.20.2
8642026-08-17T23:27:30.623Z Downloaded sha1 v0.11.0
8652026-08-17T23:27:30.626Z Downloaded shell-words v1.1.1
8662026-08-17T23:27:30.626Z Downloaded strsim v0.10.0
8672026-08-17T23:27:30.629Z Downloaded convert_case v0.10.0
8682026-08-17T23:27:30.632Z Downloaded russh-util v0.52.0
8692026-08-17T23:27:30.636Z Downloaded either v1.15.0
8702026-08-17T23:27:30.638Z Downloaded darling_core v0.23.0
8712026-08-17T23:27:30.642Z Downloaded derive-where v1.6.0
8722026-08-17T23:27:30.647Z Downloaded term v1.2.1
8732026-08-17T23:27:30.653Z Downloaded mime v0.3.17
8742026-08-17T23:27:30.653Z Downloaded serde_with_macros v3.21.0
8752026-08-17T23:27:30.653Z Downloaded impl-trait-for-tuples v0.2.3
8762026-08-17T23:27:30.658Z Downloaded unicode-xid v0.2.6
8772026-08-17T23:27:30.661Z Downloaded typify-macro v0.6.2
8782026-08-17T23:27:30.664Z Downloaded newtype-uuid v1.3.2
8792026-08-17T23:27:30.667Z Downloaded hashbrown v0.13.2
8802026-08-17T23:27:30.670Z Downloaded omicron-zone-package v0.12.3
8812026-08-17T23:27:30.673Z Downloaded darling_core v0.21.3
8822026-08-17T23:27:30.676Z Downloaded libsw-core v0.3.2
8832026-08-17T23:27:30.676Z Downloaded module-lattice v0.2.3
8842026-08-17T23:27:30.676Z Downloaded nanorand v0.7.0
8852026-08-17T23:27:30.678Z Downloaded num_enum v0.5.11
8862026-08-17T23:27:30.683Z Downloaded try-lock v0.2.5
8872026-08-17T23:27:30.683Z Downloaded pem-rfc7468 v1.0.0
8882026-08-17T23:27:30.688Z Downloaded async-compression v0.4.41
8892026-08-17T23:27:30.688Z Downloaded cookie v0.18.1
8902026-08-17T23:27:30.688Z Downloaded cpufeatures v0.3.0
8912026-08-17T23:27:30.688Z Downloaded rand v0.10.1
8922026-08-17T23:27:30.693Z Downloaded rcgen v0.12.1
8932026-08-17T23:27:30.693Z Downloaded quinn v0.11.11
8942026-08-17T23:27:30.699Z Downloaded curve25519-dalek-derive v0.1.1
8952026-08-17T23:27:30.705Z Downloaded rand_core v0.6.4
8962026-08-17T23:27:30.709Z Downloaded critical-section v1.2.0
8972026-08-17T23:27:30.709Z Downloaded serde_path_to_error v0.1.20
8982026-08-17T23:27:30.712Z Downloaded darling v0.23.0
8992026-08-17T23:27:30.715Z Downloaded ena v0.14.4
9002026-08-17T23:27:30.715Z Downloaded aes v0.9.1
9012026-08-17T23:27:30.720Z Downloaded serde-hex v0.1.0
9022026-08-17T23:27:30.723Z Downloaded indent_write v2.2.0
9032026-08-17T23:27:30.726Z Downloaded synstructure v0.13.2
9042026-08-17T23:27:30.727Z Downloaded toml_edit v0.19.15
9052026-08-17T23:27:30.734Z Downloaded miniz_oxide v0.8.9
9062026-08-17T23:27:30.738Z Downloaded socket2 v0.5.10
9072026-08-17T23:27:30.740Z Downloaded thread_local v1.1.9
9082026-08-17T23:27:30.741Z Downloaded tls_codec v0.4.2
9092026-08-17T23:27:30.743Z Downloaded lazy_static v1.5.0
9102026-08-17T23:27:30.746Z Downloaded strum_macros v0.24.3
9112026-08-17T23:27:30.746Z Downloaded md-5 v0.10.6
9122026-08-17T23:27:30.747Z Downloaded nibble_vec v0.1.0
9132026-08-17T23:27:30.750Z Downloaded hickory-resolver v0.24.4
9142026-08-17T23:27:30.750Z Downloaded tokio-tungstenite v0.21.0
9152026-08-17T23:27:30.753Z Downloaded num-integer v0.1.46
9162026-08-17T23:27:30.757Z Downloaded steno v0.4.1
9172026-08-17T23:27:30.757Z Downloaded hickory-server v0.25.2
9182026-08-17T23:27:30.760Z Downloaded uzers v0.12.2
9192026-08-17T23:27:30.761Z Downloaded nonempty v0.12.0
9202026-08-17T23:27:30.761Z Downloaded tungstenite v0.21.0
9212026-08-17T23:27:30.773Z Downloaded num-derive v0.4.2
9222026-08-17T23:27:30.773Z Downloaded oso-derive v0.27.3
9232026-08-17T23:27:30.784Z Downloaded vergen-gitcl v1.0.8
9242026-08-17T23:27:30.784Z Downloaded rayon-core v1.13.0
9252026-08-17T23:27:30.784Z Downloaded yoke v0.8.1
9262026-08-17T23:27:30.784Z Downloaded peg-runtime v0.8.5
9272026-08-17T23:27:30.784Z Downloaded polyval v0.7.1
9282026-08-17T23:27:30.793Z Downloaded zstd-safe v7.2.4
9292026-08-17T23:27:30.793Z Downloaded crossbeam-deque v0.8.6
9302026-08-17T23:27:30.793Z Downloaded ctutils v0.4.2
9312026-08-17T23:27:30.805Z Downloaded predicates-tree v1.0.13
9322026-08-17T23:27:30.805Z Downloaded proc-macro-crate v3.4.0
9332026-08-17T23:27:30.805Z Downloaded data-encoding v2.10.0
9342026-08-17T23:27:30.805Z Downloaded diesel-dtrace v0.5.0
9352026-08-17T23:27:30.805Z Downloaded displaydoc v0.2.5
9362026-08-17T23:27:30.805Z Downloaded progenitor-macro v0.13.0
9372026-08-17T23:27:30.816Z Downloaded spin v0.9.8
9382026-08-17T23:27:30.826Z Downloaded dropshot_endpoint v0.17.1
9392026-08-17T23:27:30.826Z Downloaded rfc6979 v0.6.0
9402026-08-17T23:27:30.826Z Downloaded rustc-hash v2.1.1
9412026-08-17T23:27:30.826Z Downloaded rustls-pki-types v1.14.0
9422026-08-17T23:27:30.826Z Downloaded slog-stdlog v4.1.1
9432026-08-17T23:27:30.826Z Downloaded signal-hook-tokio v0.3.1
9442026-08-17T23:27:30.826Z Downloaded ecdsa v0.16.9
9452026-08-17T23:27:30.826Z Downloaded toml_edit v0.23.10+spec-1.0.0
9462026-08-17T23:27:30.836Z Downloaded crypto-bigint v0.5.5
9472026-08-17T23:27:30.837Z Downloaded tagptr v0.2.0
9482026-08-17T23:27:30.837Z Downloaded ingot-types v0.2.0
9492026-08-17T23:27:30.837Z Downloaded jobserver v0.1.34
9502026-08-17T23:27:30.837Z Downloaded maplit v1.0.2
9512026-08-17T23:27:30.847Z Downloaded structmeta v0.3.0
9522026-08-17T23:27:30.847Z Downloaded time-macros v0.2.27
9532026-08-17T23:27:30.847Z Downloaded tinyvec v1.10.0
9542026-08-17T23:27:30.847Z Downloaded owo-colors v4.3.0
9552026-08-17T23:27:30.856Z Downloaded tower-service v0.3.3
9562026-08-17T23:27:30.856Z Downloaded vergen-git2 v9.1.0
9572026-08-17T23:27:30.856Z Downloaded multer v3.1.0
9582026-08-17T23:27:30.865Z Downloaded diesel_derives v2.3.7
9592026-08-17T23:27:30.865Z Downloaded icu_collections v2.1.1
9602026-08-17T23:27:30.880Z Downloaded crossbeam-epoch v0.9.18
9612026-08-17T23:27:30.880Z Downloaded libbz2-rs-sys v0.2.2
9622026-08-17T23:27:30.880Z Downloaded oxide-update-engine-types v0.1.2
9632026-08-17T23:27:30.880Z Downloaded pin-project v1.1.11
9642026-08-17T23:27:30.890Z Downloaded unicode-truncate v1.1.0
9652026-08-17T23:27:30.890Z Downloaded crucible-workspace-hack v0.1.0
9662026-08-17T23:27:30.890Z Downloaded digest-io v0.1.0
9672026-08-17T23:27:30.890Z Downloaded postgres-types v0.2.12
9682026-08-17T23:27:30.890Z Downloaded illumos-nvpair v0.3.0
9692026-08-17T23:27:30.890Z Downloaded is-terminal v0.4.17
9702026-08-17T23:27:30.890Z Downloaded instant v0.1.13
9712026-08-17T23:27:30.890Z Downloaded samael v0.0.19
9722026-08-17T23:27:30.891Z Downloaded schemars v1.2.1
9732026-08-17T23:27:30.901Z Downloaded rand_chacha v0.9.0
9742026-08-17T23:27:30.901Z Downloaded sha1 v0.10.6
9752026-08-17T23:27:30.901Z Downloaded ron v0.8.1
9762026-08-17T23:27:31.034Z Downloaded kstat-rs v0.2.5
9772026-08-17T23:27:31.034Z Downloaded zip v4.6.1
9782026-08-17T23:27:31.034Z Downloaded nom v8.0.0
9792026-08-17T23:27:31.034Z Downloaded aes-gcm v0.11.0
9802026-08-17T23:27:31.034Z Downloaded serde_with v1.14.0
9812026-08-17T23:27:31.039Z Downloaded salsa20 v0.11.0
9822026-08-17T23:27:31.039Z Downloaded support-bundle-viewer v0.1.2
9832026-08-17T23:27:31.039Z Downloaded slog-term v2.9.2
9842026-08-17T23:27:31.039Z Downloaded slog-dtrace v0.3.0
9852026-08-17T23:27:31.039Z Downloaded num_enum_derive v0.5.11
9862026-08-17T23:27:31.039Z Downloaded sec1 v0.8.1
9872026-08-17T23:27:31.040Z Downloaded lru-slab v0.1.2
9882026-08-17T23:27:31.040Z Downloaded litrs v1.0.0
9892026-08-17T23:27:31.040Z Downloaded hashbrown v0.16.1
9902026-08-17T23:27:31.040Z Downloaded icu_normalizer v2.1.1
9912026-08-17T23:27:31.040Z Downloaded icu_normalizer_data v2.1.1
9922026-08-17T23:27:31.040Z Downloaded thread-id v5.1.0
9932026-08-17T23:27:31.040Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9942026-08-17T23:27:31.040Z Downloaded toml_parser v1.1.2+spec-1.1.0
9952026-08-17T23:27:31.040Z Downloaded proc-macro-error-attr2 v2.0.0
9962026-08-17T23:27:31.040Z Downloaded password-hash v0.6.1
9972026-08-17T23:27:31.040Z Downloaded rfc6979 v0.4.0
9982026-08-17T23:27:31.040Z Downloaded qorb v0.4.1
9992026-08-17T23:27:31.040Z Downloaded parking_lot_core v0.8.6
10002026-08-17T23:27:31.040Z Downloaded pretty_assertions v1.4.1
10012026-08-17T23:27:31.040Z Downloaded unsafe-libyaml v0.2.11
10022026-08-17T23:27:31.040Z Downloaded pkcs1 v0.8.0-rc.4
10032026-08-17T23:27:31.040Z Downloaded progenitor-impl v0.14.0
10042026-08-17T23:27:31.040Z Downloaded walkdir v2.5.0
10052026-08-17T23:27:31.040Z Downloaded whoami v1.6.1
10062026-08-17T23:27:31.040Z Downloaded signature v3.0.0
10072026-08-17T23:27:31.040Z Downloaded slog-bunyan v2.5.0
10082026-08-17T23:27:31.040Z Downloaded time-core v0.1.8
10092026-08-17T23:27:31.040Z Downloaded yansi v1.0.1
10102026-08-17T23:27:31.040Z Downloaded der_derive v0.7.3
10112026-08-17T23:27:31.040Z Downloaded zerovec-derive v0.11.2
10122026-08-17T23:27:31.040Z Downloaded quinn-udp v0.5.14
10132026-08-17T23:27:31.041Z Downloaded structmeta-derive v0.3.0
10142026-08-17T23:27:31.041Z Downloaded sync_wrapper v1.0.2
10152026-08-17T23:27:31.041Z Downloaded derive_more v0.99.20
10162026-08-17T23:27:31.041Z Downloaded daft v0.1.7
10172026-08-17T23:27:31.041Z Downloaded elliptic-curve v0.13.8
10182026-08-17T23:27:31.041Z Downloaded usdt v0.6.0
10192026-08-17T23:27:31.041Z Downloaded zeroize_derive v1.5.0
10202026-08-17T23:27:31.041Z Downloaded reedline v0.40.0
10212026-08-17T23:27:31.041Z Downloaded unicode-normalization v0.1.25
10222026-08-17T23:27:31.041Z Downloaded crossterm v0.28.1
10232026-08-17T23:27:31.041Z Downloaded mio v1.2.0
10242026-08-17T23:27:31.041Z Downloaded crunchy v0.2.4
10252026-08-17T23:27:31.041Z Downloaded smallvec v0.6.14
10262026-08-17T23:27:31.041Z Downloaded difflib v0.4.0
10272026-08-17T23:27:31.041Z Downloaded xattr v1.6.1
10282026-08-17T23:27:31.041Z Downloaded darling_macro v0.21.3
10292026-08-17T23:27:31.041Z Downloaded tar v0.4.46
10302026-08-17T23:27:31.041Z Downloaded oxide-tokio-rt v0.1.4
10312026-08-17T23:27:31.041Z Downloaded hashbrown v0.15.5
10322026-08-17T23:27:31.041Z Downloaded phc v0.6.1
10332026-08-17T23:27:31.041Z Downloaded pin-project-internal v1.1.11
10342026-08-17T23:27:31.041Z Downloaded newtype_derive v0.1.6
10352026-08-17T23:27:31.041Z Downloaded nu-ansi-term v0.50.3
10362026-08-17T23:27:31.041Z Downloaded rusty-fork v0.3.1
10372026-08-17T23:27:31.041Z Downloaded is_ci v1.2.0
10382026-08-17T23:27:31.041Z Downloaded jiff-static v0.2.34
10392026-08-17T23:27:31.041Z Downloaded lzss v0.8.2
10402026-08-17T23:27:31.042Z Downloaded p521 v0.14.0
10412026-08-17T23:27:31.042Z Downloaded p256 v0.14.0
10422026-08-17T23:27:31.042Z Downloaded resolv-conf v0.7.6
10432026-08-17T23:27:31.042Z Downloaded opaque-debug v0.3.1
10442026-08-17T23:27:31.042Z Downloaded zerotrie v0.2.3
10452026-08-17T23:27:31.056Z Downloaded packed_struct_codegen v0.10.1
10462026-08-17T23:27:31.056Z Downloaded zerocopy-derive v0.8.40
10472026-08-17T23:27:31.056Z Downloaded hkdf v0.12.4
10482026-08-17T23:27:31.056Z Downloaded predicates-core v1.0.10
10492026-08-17T23:27:31.056Z Downloaded tokio-util v0.7.18
10502026-08-17T23:27:31.077Z Downloaded darling_core v0.20.11
10512026-08-17T23:27:31.077Z Downloaded pkcs5 v0.8.1
10522026-08-17T23:27:31.077Z Downloaded rsa v0.10.0-rc.18
10532026-08-17T23:27:31.077Z Downloaded cookie_store v0.22.1
10542026-08-17T23:27:31.077Z Downloaded stable_deref_trait v1.2.1
10552026-08-17T23:27:31.077Z Downloaded darling v0.21.3
10562026-08-17T23:27:31.082Z Downloaded iana-time-zone v0.1.65
10572026-08-17T23:27:31.082Z Downloaded des v0.9.0
10582026-08-17T23:27:31.082Z Downloaded scopeguard v1.2.0
10592026-08-17T23:27:31.082Z Downloaded signal-hook-mio v0.2.5
10602026-08-17T23:27:31.082Z Downloaded signature v2.2.0
10612026-08-17T23:27:31.082Z Downloaded take_mut v0.2.2
10622026-08-17T23:27:31.082Z Downloaded crossbeam-channel v0.5.15
10632026-08-17T23:27:31.082Z Downloaded jiff-core v0.1.0
10642026-08-17T23:27:31.082Z Downloaded rustls-platform-verifier v0.6.2
10652026-08-17T23:27:31.082Z Downloaded zeroize v1.9.0
10662026-08-17T23:27:31.082Z Downloaded strum v0.26.3
10672026-08-17T23:27:31.082Z Downloaded tls_codec_derive v0.4.2
10682026-08-17T23:27:31.082Z Downloaded reqwest v0.13.2
10692026-08-17T23:27:31.082Z Downloaded reqwest v0.12.28
10702026-08-17T23:27:31.094Z Downloaded similar v2.7.0
10712026-08-17T23:27:31.094Z Downloaded defmt-parser v1.0.0
10722026-08-17T23:27:31.094Z Downloaded document-features v0.2.12
10732026-08-17T23:27:31.097Z Downloaded memmap2 v0.9.10
10742026-08-17T23:27:31.097Z Downloaded usdt-impl v0.6.0
10752026-08-17T23:27:31.097Z Downloaded darling v0.13.4
10762026-08-17T23:27:31.097Z Downloaded derive_more-impl v2.1.1
10772026-08-17T23:27:31.097Z Downloaded crc v3.4.0
10782026-08-17T23:27:31.099Z Downloaded embedded-io v0.4.0
10792026-08-17T23:27:31.099Z Downloaded parking_lot v0.11.2
10802026-08-17T23:27:31.103Z Downloaded hyper v1.10.1
10812026-08-17T23:27:31.106Z Downloaded num-complex v0.4.6
10822026-08-17T23:27:31.106Z Downloaded hkdf v0.13.0
10832026-08-17T23:27:31.111Z Downloaded libloading v0.8.9
10842026-08-17T23:27:31.114Z Downloaded serde_derive_internals v0.29.1
10852026-08-17T23:27:31.119Z Downloaded num_threads v0.1.7
10862026-08-17T23:27:31.122Z Downloaded rand_xorshift v0.4.0
10872026-08-17T23:27:31.122Z Downloaded progenitor-client v0.13.0
10882026-08-17T23:27:31.122Z Downloaded futures-util v0.3.32
10892026-08-17T23:27:31.129Z Downloaded r2d2 v0.8.10
10902026-08-17T23:27:31.132Z Downloaded scroll v0.13.0
10912026-08-17T23:27:31.132Z Downloaded unicode-segmentation v1.12.0
10922026-08-17T23:27:31.135Z Downloaded progenitor-client v0.14.0
10932026-08-17T23:27:31.135Z Downloaded spki v0.7.3
10942026-08-17T23:27:31.135Z Downloaded pkcs8 v0.10.2
10952026-08-17T23:27:31.138Z Downloaded rand_core v0.9.5
10962026-08-17T23:27:31.139Z Downloaded rpassword v7.5.4
10972026-08-17T23:27:31.139Z Downloaded darling_core v0.13.4
10982026-08-17T23:27:31.142Z Downloaded pem v3.0.6
10992026-08-17T23:27:31.142Z Downloaded scrypt v0.12.0
11002026-08-17T23:27:31.145Z Downloaded tokio-dtrace v0.1.1
11012026-08-17T23:27:31.145Z Downloaded serde_bytes v0.11.19
11022026-08-17T23:27:31.148Z Downloaded yoke-derive v0.8.1
11032026-08-17T23:27:31.151Z Downloaded unarray v0.1.4
11042026-08-17T23:27:31.151Z Downloaded universal-hash v0.5.1
11052026-08-17T23:27:31.151Z Downloaded illumos-nvpair-sys v0.2.0
11062026-08-17T23:27:31.151Z Downloaded instability v0.3.11
11072026-08-17T23:27:31.154Z Downloaded scuffle v0.1.0
11082026-08-17T23:27:31.154Z Downloaded tui-tree-widget v0.23.1
11092026-08-17T23:27:31.159Z Downloaded unicode-properties v0.1.4
11102026-08-17T23:27:31.159Z Downloaded idna v1.1.0
11112026-08-17T23:27:31.162Z Downloaded aho-corasick v1.1.4
11122026-08-17T23:27:31.165Z Downloaded darling_macro v0.23.0
11132026-08-17T23:27:31.165Z Downloaded nodrop v0.1.14
11142026-08-17T23:27:31.165Z Downloaded schemars v0.9.0
11152026-08-17T23:27:31.170Z Downloaded derive_builder v0.20.2
11162026-08-17T23:27:31.173Z Downloaded md5 v0.8.0
11172026-08-17T23:27:31.176Z Downloaded percent-encoding v2.3.2
11182026-08-17T23:27:31.176Z Downloaded scheduled-thread-pool v0.2.7
11192026-08-17T23:27:31.176Z Downloaded vergen-lib v0.1.6
11202026-08-17T23:27:31.176Z Downloaded progenitor-macro v0.14.0
11212026-08-17T23:27:31.179Z Downloaded siphasher v1.0.2
11222026-08-17T23:27:31.179Z Downloaded diff v0.1.13
11232026-08-17T23:27:31.185Z Downloaded whoami v2.1.0
11242026-08-17T23:27:31.188Z Downloaded sqlparser_derive v0.5.0
11252026-08-17T23:27:31.191Z Downloaded lru-cache v0.1.2
11262026-08-17T23:27:31.194Z Downloaded h2 v0.4.15
11272026-08-17T23:27:31.197Z Downloaded dtrace-parser v0.3.0
11282026-08-17T23:27:31.199Z Downloaded newtype-uuid-macros v0.1.0
11292026-08-17T23:27:31.202Z Downloaded parse-display-derive v0.10.0
11302026-08-17T23:27:31.205Z Downloaded serde_cbor v0.11.2
11312026-08-17T23:27:31.205Z Downloaded mime_guess v2.0.5
11322026-08-17T23:27:31.205Z Downloaded postgres-protocol v0.6.10
11332026-08-17T23:27:31.208Z Downloaded num-bigint-dig v0.8.6
11342026-08-17T23:27:31.210Z Downloaded keccak v0.1.6
11352026-08-17T23:27:31.210Z Downloaded x509-cert v0.2.5
11362026-08-17T23:27:31.213Z Downloaded secrecy v0.8.0
11372026-08-17T23:27:31.216Z Downloaded zerocopy v0.6.6
11382026-08-17T23:27:31.222Z Downloaded ssh-cipher v0.3.0
11392026-08-17T23:27:31.229Z Downloaded derive_builder_macro v0.20.2
11402026-08-17T23:27:31.233Z Downloaded zerovec v0.11.5
11412026-08-17T23:27:31.233Z Downloaded dyn-clone v1.0.20
11422026-08-17T23:27:31.236Z Downloaded normalize-line-endings v0.3.0
11432026-08-17T23:27:31.237Z Downloaded tokio-macros v2.7.0
11442026-08-17T23:27:31.240Z Downloaded crc8 v0.1.1
11452026-08-17T23:27:31.240Z Downloaded toml v1.1.2+spec-1.1.0
11462026-08-17T23:27:31.240Z Downloaded lock_api v0.4.14
11472026-08-17T23:27:31.244Z Downloaded crypto-common v0.2.2
11482026-08-17T23:27:31.247Z Downloaded inout v0.1.4
11492026-08-17T23:27:31.247Z Downloaded topological-sort v0.2.2
11502026-08-17T23:27:31.247Z Downloaded rustyline v14.0.0
11512026-08-17T23:27:31.250Z Downloaded darling v0.20.11
11522026-08-17T23:27:31.253Z Downloaded supports-color v3.0.2
11532026-08-17T23:27:31.255Z Downloaded corncobs v0.1.4
11542026-08-17T23:27:31.256Z Downloaded defmt-macros v1.0.1
11552026-08-17T23:27:31.260Z Downloaded rtoolbox v0.0.3
11562026-08-17T23:27:31.260Z Downloaded lru v0.12.5
11572026-08-17T23:27:31.263Z Downloaded internal-russh-num-bigint v0.5.0
11582026-08-17T23:27:31.267Z Downloaded bitvec v1.0.1
11592026-08-17T23:27:31.276Z Downloaded thiserror-no-std v2.0.2
11602026-08-17T23:27:31.281Z Downloaded num-bigint v0.4.6
11612026-08-17T23:27:31.287Z Downloaded icu_provider v2.1.1
11622026-08-17T23:27:31.290Z Downloaded darling_macro v0.13.4
11632026-08-17T23:27:31.290Z Downloaded recursive-proc-macro-impl v0.1.1
11642026-08-17T23:27:31.293Z Downloaded dof v0.4.0
11652026-08-17T23:27:31.293Z Downloaded multimap v0.10.1
11662026-08-17T23:27:31.293Z Downloaded trait-variant v0.1.2
11672026-08-17T23:27:31.299Z Downloaded url v2.5.8
11682026-08-17T23:27:31.303Z Downloaded serde_repr v0.1.20
11692026-08-17T23:27:31.306Z Downloaded universal-hash v0.6.1
11702026-08-17T23:27:31.310Z Downloaded managed v0.8.0
11712026-08-17T23:27:31.312Z Downloaded lalrpop-util v0.19.12
11722026-08-17T23:27:31.312Z Downloaded xshell-macros v0.2.7
11732026-08-17T23:27:31.315Z Downloaded indoc v2.0.7
11742026-08-17T23:27:31.318Z Downloaded pin-project-lite v0.2.17
11752026-08-17T23:27:31.320Z Downloaded libxml v0.3.3
11762026-08-17T23:27:31.323Z Downloaded simd-adler32 v0.3.8
11772026-08-17T23:27:31.326Z Downloaded smf v0.2.3
11782026-08-17T23:27:31.326Z Downloaded blake3 v1.8.5
11792026-08-17T23:27:31.329Z Downloaded der v0.8.0
11802026-08-17T23:27:31.332Z Downloaded tungstenite v0.23.0
11812026-08-17T23:27:31.335Z Downloaded ignore v0.4.25
11822026-08-17T23:27:31.338Z Downloaded shlex v1.3.0
11832026-08-17T23:27:31.338Z Downloaded term v0.7.0
11842026-08-17T23:27:31.342Z Downloaded strum v0.27.2
11852026-08-17T23:27:31.342Z Downloaded toml v0.7.8
11862026-08-17T23:27:31.345Z Downloaded crc-any v2.5.0
11872026-08-17T23:27:31.349Z Downloaded tokio-stream v0.1.18
11882026-08-17T23:27:31.351Z Downloaded rand_core v0.10.0
11892026-08-17T23:27:31.355Z Downloaded zstd v0.13.3
11902026-08-17T23:27:31.355Z Downloaded num_enum v0.7.6
11912026-08-17T23:27:31.361Z Downloaded rand v0.8.6
11922026-08-17T23:27:31.364Z Downloaded parse-size v1.1.0
11932026-08-17T23:27:31.368Z Downloaded primeorder v0.13.6
11942026-08-17T23:27:31.371Z Downloaded tokio-postgres v0.7.16
11952026-08-17T23:27:31.371Z Downloaded itertools v0.12.1
11962026-08-17T23:27:31.375Z Downloaded indexmap v1.9.3
11972026-08-17T23:27:31.378Z Downloaded ed25519-dalek v2.2.0
11982026-08-17T23:27:31.378Z Downloaded git2 v0.20.4
11992026-08-17T23:27:31.383Z Downloaded libefi-sys v0.1.0
12002026-08-17T23:27:31.386Z Downloaded olpc-cjson v0.1.4
12012026-08-17T23:27:31.386Z Downloaded signal-hook v0.3.18
12022026-08-17T23:27:31.386Z Downloaded winnow v1.0.3
12032026-08-17T23:27:31.391Z Downloaded parking_lot v0.12.5
12042026-08-17T23:27:31.394Z Downloaded hyper-util v0.1.20
12052026-08-17T23:27:31.396Z Downloaded port-file v0.1.0
12062026-08-17T23:27:31.399Z Downloaded string_cache v0.8.9
12072026-08-17T23:27:31.399Z Downloaded vergen v9.1.0
12082026-08-17T23:27:31.399Z Downloaded xshell v0.2.7
12092026-08-17T23:27:31.402Z Downloaded serdect v0.4.3
12102026-08-17T23:27:31.402Z Downloaded vsss-rs v3.3.4
12112026-08-17T23:27:31.402Z Downloaded winnow v0.6.26
12122026-08-17T23:27:31.407Z Downloaded aws-lc-rs v1.16.3
12132026-08-17T23:27:31.413Z Downloaded ssh-key v0.7.0-rc.11
12142026-08-17T23:27:31.417Z Downloaded primefield v0.14.0
12152026-08-17T23:27:31.420Z Downloaded tokio-rustls v0.26.4
12162026-08-17T23:27:31.423Z Downloaded rand v0.9.2
12172026-08-17T23:27:31.423Z Downloaded poly1305 v0.9.0
12182026-08-17T23:27:31.426Z Downloaded crossbeam-utils v0.8.21
12192026-08-17T23:27:31.426Z Downloaded daft-derive v0.1.7
12202026-08-17T23:27:31.429Z Downloaded tower-http v0.6.8
12212026-08-17T23:27:31.433Z Downloaded iri-string v0.7.10
12222026-08-17T23:27:31.437Z Downloaded tower v0.5.3
12232026-08-17T23:27:31.442Z Downloaded ml-kem v0.3.2
12242026-08-17T23:27:31.445Z Downloaded slog v2.8.2
12252026-08-17T23:27:31.449Z Downloaded ecdsa v0.17.0
12262026-08-17T23:27:31.451Z Downloaded twox-hash v2.1.2
12272026-08-17T23:27:31.456Z Downloaded unicode_categories v0.1.1
12282026-08-17T23:27:31.458Z Downloaded chrono v0.4.45
12292026-08-17T23:27:31.461Z Downloaded russh v0.62.4
12302026-08-17T23:27:31.467Z Downloaded ed25519-dalek v3.0.0
12312026-08-17T23:27:31.470Z Downloaded snafu-derive v0.8.9
12322026-08-17T23:27:31.470Z Downloaded bindgen v0.71.1
12332026-08-17T23:27:31.484Z Downloaded prefix-trie v0.7.0
12342026-08-17T23:27:31.487Z Downloaded vte v0.14.1
12352026-08-17T23:27:31.490Z Downloaded icu_locale_core v2.1.1
12362026-08-17T23:27:31.497Z Downloaded rawzip v0.4.4
12372026-08-17T23:27:31.501Z Downloaded schemars v0.8.22
12382026-08-17T23:27:31.507Z Downloaded elliptic-curve v0.14.1
12392026-08-17T23:27:31.512Z Downloaded der v0.7.10
12402026-08-17T23:27:31.518Z Downloaded drift v0.2.0
12412026-08-17T23:27:31.524Z Downloaded salty v0.3.0
12422026-08-17T23:27:31.529Z Downloaded itertools v0.13.0
12432026-08-17T23:27:31.545Z Downloaded rustls-webpki v0.103.13
12442026-08-17T23:27:31.548Z Downloaded quick-xml v0.37.5
12452026-08-17T23:27:31.551Z Downloaded p384 v0.14.0
12462026-08-17T23:27:31.554Z Downloaded indicatif v0.18.4
12472026-08-17T23:27:31.554Z Downloaded socket2 v0.6.3
12482026-08-17T23:27:31.557Z Downloaded rsa v0.9.10
12492026-08-17T23:27:31.561Z Downloaded lalrpop v0.19.12
12502026-08-17T23:27:31.566Z Downloaded serde_with v3.21.0
12512026-08-17T23:27:31.574Z Downloaded goblin v0.10.5
12522026-08-17T23:27:31.578Z Downloaded minimal-lexical v0.2.1
12532026-08-17T23:27:31.581Z Downloaded zip v0.6.6
12542026-08-17T23:27:31.584Z Downloaded dropshot-api-manager v0.8.0
12552026-08-17T23:27:31.595Z Downloaded sha3 v0.12.0
12562026-08-17T23:27:31.598Z Downloaded iddqd v0.4.2
12572026-08-17T23:27:31.602Z Downloaded derive_more v2.1.1
12582026-08-17T23:27:31.609Z Downloaded itertools v0.10.5
12592026-08-17T23:27:31.612Z Downloaded nom v7.1.3
12602026-08-17T23:27:31.616Z Downloaded rayon v1.11.0
12612026-08-17T23:27:31.622Z Downloaded libm v0.2.16
12622026-08-17T23:27:32.630Z Downloaded icu_properties_data v2.1.2
12632026-08-17T23:27:32.634Z Downloaded portable-atomic v1.13.1
12642026-08-17T23:27:32.634Z Downloaded typed-path v0.9.3
12652026-08-17T23:27:32.635Z Downloaded winnow v0.5.40
12662026-08-17T23:27:32.635Z Downloaded radix_trie v0.2.1
12672026-08-17T23:27:32.635Z Downloaded itertools v0.14.0
12682026-08-17T23:27:32.635Z Downloaded tough v0.22.0
12692026-08-17T23:27:32.635Z Downloaded regex v1.12.3
12702026-08-17T23:27:32.635Z Downloaded crossterm v0.29.0
12712026-08-17T23:27:32.635Z Downloaded object v0.37.3
12722026-08-17T23:27:32.635Z Downloaded polar-core v0.27.3
12732026-08-17T23:27:32.635Z Downloaded proptest v1.11.0
12742026-08-17T23:27:32.635Z Downloaded smoltcp v0.11.0
12752026-08-17T23:27:32.635Z Downloaded bstr v1.12.1
12762026-08-17T23:27:32.635Z Downloaded petname v2.0.2
12772026-08-17T23:27:32.635Z Downloaded smoltcp v0.9.1
12782026-08-17T23:27:32.635Z Downloaded itertools v0.15.0
12792026-08-17T23:27:32.635Z Downloaded nix v0.28.0
12802026-08-17T23:27:32.635Z Downloaded openapiv3 v2.2.0
12812026-08-17T23:27:32.635Z Downloaded vcpkg v0.2.15
12822026-08-17T23:27:32.635Z Downloaded moka v0.12.13
12832026-08-17T23:27:32.636Z Downloaded p384 v0.13.1
12842026-08-17T23:27:32.636Z Downloaded zlib-rs v0.6.2
12852026-08-17T23:27:32.636Z Downloaded tabled v0.21.0
12862026-08-17T23:27:32.636Z Downloaded object v0.30.4
12872026-08-17T23:27:32.636Z Downloaded nix v0.31.2
12882026-08-17T23:27:32.636Z Downloaded zerocopy v0.8.40
12892026-08-17T23:27:32.636Z Downloaded crypto-primes v0.7.2
12902026-08-17T23:27:32.636Z Downloaded curve25519-dalek v4.1.3
12912026-08-17T23:27:32.636Z Downloaded hickory-proto v0.24.4
12922026-08-17T23:27:32.636Z Downloaded regress v0.11.1
12932026-08-17T23:27:32.636Z Downloaded crypto-bigint v0.7.5
12942026-08-17T23:27:32.636Z Downloaded nix v0.27.1
12952026-08-17T23:27:32.636Z Downloaded quinn-proto v0.11.16
12962026-08-17T23:27:32.637Z Downloaded dropshot v0.17.1
12972026-08-17T23:27:32.637Z Downloaded hickory-proto v0.25.2
12982026-08-17T23:27:32.637Z Downloaded time v0.3.47
12992026-08-17T23:27:32.637Z Downloaded openssl v0.10.80
13002026-08-17T23:27:32.637Z Downloaded curve25519-dalek v5.0.0
13012026-08-17T23:27:32.637Z Downloaded regex-syntax v0.6.29
13022026-08-17T23:27:32.637Z Downloaded regex-syntax v0.8.10
13032026-08-17T23:27:32.637Z Downloaded sqlparser v0.61.0
13042026-08-17T23:27:32.637Z Downloaded typify-impl v0.6.2
13052026-08-17T23:27:32.637Z Downloaded ratatui v0.29.0
13062026-08-17T23:27:32.637Z Downloaded regress v0.10.5
13072026-08-17T23:27:32.637Z Downloaded regex-automata v0.4.14
13082026-08-17T23:27:32.637Z Downloaded tracing v0.1.44
13092026-08-17T23:27:32.637Z Downloaded diesel v2.3.7
13102026-08-17T23:27:32.637Z Downloaded rustls v0.23.41
13112026-08-17T23:27:32.637Z Downloaded sled v0.34.7
13122026-08-17T23:27:32.637Z Downloaded rustix v0.38.44
13132026-08-17T23:27:32.637Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-08-17T23:27:32.637Z Downloaded zerocopy-derive v0.6.6
13152026-08-17T23:27:32.637Z Downloaded sha3 v0.11.0
13162026-08-17T23:27:32.637Z Downloaded chrono-tz v0.10.4
13172026-08-17T23:27:32.637Z Downloaded petgraph v0.6.5
13182026-08-17T23:27:32.637Z Downloaded jiff v0.2.34
13192026-08-17T23:27:32.637Z Downloaded csv v1.4.0
13202026-08-17T23:27:32.637Z Downloaded libz-sys v1.1.24
13212026-08-17T23:27:32.637Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-08-17T23:27:32.637Z Downloaded sha3 v0.10.8
13232026-08-17T23:27:32.637Z Downloaded tokio v1.52.1
13242026-08-17T23:27:32.637Z Downloaded petgraph v0.8.3
13252026-08-17T23:27:32.637Z Downloaded encoding_rs v0.8.35
13262026-08-17T23:27:32.637Z Downloaded ring v0.17.14
13272026-08-17T23:27:32.637Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-17T23:27:32.913Z Downloaded aws-lc-sys v0.40.0
13292026-08-17T23:27:33.163Z Compiling libc v0.2.185
13302026-08-17T23:27:33.163Z Compiling serde_core v1.0.229
13312026-08-17T23:27:33.163Z Compiling serde v1.0.229
13322026-08-17T23:27:33.166Z Compiling log v0.4.29
13332026-08-17T23:27:33.166Z Compiling smallvec v1.15.1
13342026-08-17T23:27:33.166Z Compiling shlex v1.3.0
13352026-08-17T23:27:33.166Z Compiling find-msvc-tools v0.1.9
13362026-08-17T23:27:33.307Z Compiling syn v2.0.117
13372026-08-17T23:27:33.513Z Compiling subtle v2.6.1
13382026-08-17T23:27:33.535Z Compiling scopeguard v1.2.0
13392026-08-17T23:27:33.585Z Compiling typenum v1.20.1
13402026-08-17T23:27:33.617Z Compiling lock_api v0.4.14
13412026-08-17T23:27:33.629Z Compiling stable_deref_trait v1.2.1
13422026-08-17T23:27:33.643Z Compiling zerocopy v0.8.40
13432026-08-17T23:27:33.684Z Compiling portable-atomic v1.13.1
13442026-08-17T23:27:33.697Z Compiling serde_json v1.0.151
13452026-08-17T23:27:33.850Z Compiling critical-section v1.2.0
13462026-08-17T23:27:33.903Z Compiling libm v0.2.16
13472026-08-17T23:27:33.961Z Compiling num-traits v0.2.19
13482026-08-17T23:27:34.075Z Compiling pkg-config v0.3.32
13492026-08-17T23:27:34.160Z Compiling jobserver v0.1.34
13502026-08-17T23:27:34.190Z Compiling errno v0.3.14
13512026-08-17T23:27:34.220Z Compiling getrandom v0.2.17
13522026-08-17T23:27:34.362Z Compiling cc v1.2.56
13532026-08-17T23:27:34.404Z Compiling rand_core v0.6.4
13542026-08-17T23:27:34.633Z Compiling once_cell v1.21.3
13552026-08-17T23:27:34.677Z Compiling generic-array v0.14.7
13562026-08-17T23:27:34.703Z Compiling parking_lot_core v0.9.12
13572026-08-17T23:27:34.717Z Compiling const-oid v0.9.6
13582026-08-17T23:27:34.846Z Compiling pin-project-lite v0.2.17
13592026-08-17T23:27:34.863Z Compiling getrandom v0.4.1
13602026-08-17T23:27:36.462Z Compiling rand_core v0.10.0
13612026-08-17T23:27:36.491Z Compiling signal-hook-registry v1.4.8
13622026-08-17T23:27:36.491Z Compiling bitflags v2.11.0
13632026-08-17T23:27:36.491Z Compiling percent-encoding v2.3.2
13642026-08-17T23:27:36.491Z Compiling writeable v0.6.2
13652026-08-17T23:27:36.491Z Compiling litemap v0.8.1
13662026-08-17T23:27:36.491Z Compiling futures-core v0.3.32
13672026-08-17T23:27:36.491Z Compiling semver v1.0.28
13682026-08-17T23:27:36.491Z Compiling bytes v1.11.1
13692026-08-17T23:27:36.491Z Compiling parking_lot v0.12.5
13702026-08-17T23:27:36.491Z Compiling mio v1.2.0
13712026-08-17T23:27:36.491Z Compiling icu_normalizer_data v2.1.1
13722026-08-17T23:27:36.491Z Compiling icu_properties_data v2.1.2
13732026-08-17T23:27:36.491Z Compiling socket2 v0.6.3
13742026-08-17T23:27:36.491Z Compiling synstructure v0.13.2
13752026-08-17T23:27:36.491Z Compiling getrandom v0.3.4
13762026-08-17T23:27:36.491Z Compiling futures-sink v0.3.32
13772026-08-17T23:27:36.491Z Compiling indexmap v2.14.0
13782026-08-17T23:27:36.491Z Compiling futures-channel v0.3.32
13792026-08-17T23:27:36.491Z Compiling futures-io v0.3.32
13802026-08-17T23:27:36.491Z Compiling rustix v1.1.3
13812026-08-17T23:27:36.570Z Compiling futures-task v0.3.32
13822026-08-17T23:27:36.589Z Compiling slab v0.4.12
13832026-08-17T23:27:36.626Z Compiling utf8_iter v1.0.4
13842026-08-17T23:27:36.661Z Compiling form_urlencoded v1.2.2
13852026-08-17T23:27:36.739Z Compiling rustversion v1.0.22
13862026-08-17T23:27:36.788Z Compiling base64ct v1.8.3
13872026-08-17T23:27:36.794Z Compiling iana-time-zone v0.1.65
13882026-08-17T23:27:36.914Z Compiling cmake v0.1.57
13892026-08-17T23:27:37.692Z Compiling pem-rfc7468 v0.7.0
13902026-08-17T23:27:37.727Z Compiling chrono v0.4.45
13912026-08-17T23:27:37.727Z Compiling regex-syntax v0.8.10
13922026-08-17T23:27:37.727Z Compiling flagset v0.4.7
13932026-08-17T23:27:37.727Z Compiling fs_extra v1.3.0
13942026-08-17T23:27:37.727Z Compiling dunce v1.0.5
13952026-08-17T23:27:37.727Z Compiling ident_case v1.0.1
13962026-08-17T23:27:37.727Z Compiling rand_core v0.9.5
13972026-08-17T23:27:37.727Z Compiling uuid v1.23.4
13982026-08-17T23:27:37.727Z Compiling aws-lc-sys v0.40.0
13992026-08-17T23:27:37.727Z Compiling base64 v0.22.1
14002026-08-17T23:27:37.773Z Compiling http v1.4.2
14012026-08-17T23:27:37.923Z Compiling zeroize_derive v1.5.0
14022026-08-17T23:27:38.012Z Compiling zerofrom-derive v0.1.6
14032026-08-17T23:27:38.345Z Compiling zerocopy-derive v0.8.40
14042026-08-17T23:27:38.361Z Compiling yoke-derive v0.8.1
14052026-08-17T23:27:38.599Z Compiling zerovec-derive v0.11.2
14062026-08-17T23:27:38.613Z Compiling zeroize v1.9.0
14072026-08-17T23:27:39.045Z Compiling displaydoc v0.2.5
14082026-08-17T23:27:39.303Z Compiling tokio-macros v2.7.0
14092026-08-17T23:27:39.495Z Compiling crypto-common v0.1.7
14102026-08-17T23:27:39.510Z Compiling block-buffer v0.10.4
14112026-08-17T23:27:39.510Z Compiling zerofrom v0.1.6
14122026-08-17T23:27:39.510Z Compiling futures-macro v0.3.32
14132026-08-17T23:27:39.554Z Compiling yoke v0.8.1
14142026-08-17T23:27:39.568Z Compiling digest v0.10.7
14152026-08-17T23:27:39.586Z Compiling der_derive v0.7.3
14162026-08-17T23:27:39.658Z Compiling thiserror-impl v2.0.18
14172026-08-17T23:27:39.740Z Compiling zerovec v0.11.5
14182026-08-17T23:27:39.879Z Compiling zerotrie v0.2.3
14192026-08-17T23:27:40.063Z Compiling tokio v1.52.1
14202026-08-17T23:27:40.211Z Compiling vcpkg v0.2.15
14212026-08-17T23:27:40.253Z Compiling tinystr v0.8.2
14222026-08-17T23:27:40.267Z Compiling potential_utf v0.1.4
14232026-08-17T23:27:40.431Z Compiling icu_locale_core v2.1.1
14242026-08-17T23:27:40.453Z Compiling icu_collections v2.1.1
14252026-08-17T23:27:40.624Z Compiling futures-util v0.3.32
14262026-08-17T23:27:40.823Z Compiling der v0.7.10
14272026-08-17T23:27:40.919Z Compiling thiserror v2.0.18
14282026-08-17T23:27:40.923Z Compiling syn v1.0.109
14292026-08-17T23:27:41.070Z Compiling icu_provider v2.1.1
14302026-08-17T23:27:41.279Z Compiling icu_normalizer v2.1.1
14312026-08-17T23:27:41.357Z Compiling icu_properties v2.1.2
14322026-08-17T23:27:41.361Z Compiling openssl-sys v0.9.117
14332026-08-17T23:27:41.790Z Compiling spki v0.7.3
14342026-08-17T23:27:42.237Z Compiling tracing-attributes v0.1.31
14352026-08-17T23:27:42.261Z Compiling serde_derive_internals v0.29.1
14362026-08-17T23:27:42.262Z Compiling rustc_version v0.4.1
14372026-08-17T23:27:42.596Z Compiling idna_adapter v1.2.1
14382026-08-17T23:27:42.609Z Compiling tracing-core v0.1.36
14392026-08-17T23:27:42.609Z Compiling ppv-lite86 v0.2.21
14402026-08-17T23:27:43.100Z Compiling idna v1.1.0
14412026-08-17T23:27:43.123Z Compiling rand_chacha v0.9.0
14422026-08-17T23:27:43.123Z Compiling schemars v0.8.22
14432026-08-17T23:27:43.123Z Compiling cpufeatures v0.2.17
14442026-08-17T23:27:43.130Z Compiling url v2.5.8
14452026-08-17T23:27:43.130Z Compiling aws-lc-rs v1.16.3
14462026-08-17T23:27:43.130Z Compiling dyn-clone v1.0.20
14472026-08-17T23:27:43.177Z Compiling tracing v0.1.44
14482026-08-17T23:27:43.432Z Compiling rand v0.9.2
14492026-08-17T23:27:43.447Z Compiling schemars_derive v0.8.22
14502026-08-17T23:27:43.447Z Compiling pkcs8 v0.10.2
14512026-08-17T23:27:43.904Z Compiling rustls-pki-types v1.14.0
14522026-08-17T23:27:43.927Z Compiling http-body v1.0.1
14532026-08-17T23:27:43.927Z Compiling spin v0.9.8
14542026-08-17T23:27:43.927Z Compiling tinyvec_macros v0.1.1
14552026-08-17T23:27:43.927Z Compiling crc32fast v1.5.0
14562026-08-17T23:27:43.977Z Compiling tokio-util v0.7.18
14572026-08-17T23:27:44.110Z Compiling openssl-probe v0.2.1
14582026-08-17T23:27:44.121Z Compiling cmov v0.5.4
14592026-08-17T23:27:44.125Z Compiling httparse v1.10.1
14602026-08-17T23:27:44.190Z Compiling tempfile v3.25.0
14612026-08-17T23:27:44.376Z Compiling ctutils v0.4.2
14622026-08-17T23:27:44.548Z Compiling tinyvec v1.10.0
14632026-08-17T23:27:44.553Z Compiling pest_generator v2.8.6
14642026-08-17T23:27:44.553Z Compiling sha2 v0.10.9
14652026-08-17T23:27:44.829Z Compiling aho-corasick v1.1.4
14662026-08-17T23:27:44.983Z Compiling atomic-waker v1.1.2
14672026-08-17T23:27:45.148Z Compiling try-lock v0.2.5
14682026-08-17T23:27:45.184Z Compiling radium v0.7.0
14692026-08-17T23:27:45.215Z Compiling tower-service v0.3.3
14702026-08-17T23:27:45.311Z Compiling untrusted v0.7.1
14712026-08-17T23:27:45.682Z Compiling tower-layer v0.3.3
14722026-08-17T23:27:45.699Z Compiling want v0.3.1
14732026-08-17T23:27:45.699Z Compiling pest_derive v2.8.6
14742026-08-17T23:27:45.699Z Compiling regex-automata v0.4.14
14752026-08-17T23:27:45.771Z Compiling h2 v0.4.15
14762026-08-17T23:27:46.096Z Compiling hybrid-array v0.4.13
14772026-08-17T23:27:46.105Z Compiling scroll_derive v0.13.1
14782026-08-17T23:27:46.150Z Compiling darling_core v0.20.11
14792026-08-17T23:27:46.464Z Compiling ipnet v2.11.0
14802026-08-17T23:27:46.750Z Compiling tap v1.0.1
14812026-08-17T23:27:46.794Z Compiling simd-adler32 v0.3.8
14822026-08-17T23:27:47.297Z Compiling maybe-uninit v2.0.0
14832026-08-17T23:27:47.302Z Compiling foreign-types-shared v0.1.1
14842026-08-17T23:27:47.302Z Compiling untrusted v0.9.0
14852026-08-17T23:27:47.302Z Compiling httpdate v1.0.3
14862026-08-17T23:27:47.302Z Compiling openssl v0.10.80
14872026-08-17T23:27:47.302Z Compiling rustls v0.23.41
14882026-08-17T23:27:47.328Z Compiling foreign-types v0.3.2
14892026-08-17T23:27:47.352Z Compiling wyz v0.5.1
14902026-08-17T23:27:47.367Z Compiling scroll v0.13.0
14912026-08-17T23:27:47.541Z Compiling unicode-normalization v0.1.25
14922026-08-17T23:27:47.593Z Compiling rand_chacha v0.3.1
14932026-08-17T23:27:50.869Z Compiling signature v2.2.0
14942026-08-17T23:27:50.934Z Compiling terminal_size v0.4.3
14952026-08-17T23:27:50.934Z Compiling thiserror-impl v1.0.69
14962026-08-17T23:27:50.934Z Compiling openssl-macros v0.1.1
14972026-08-17T23:27:50.934Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-17T23:27:50.934Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-17T23:27:50.934Z Compiling hex v0.4.3
15002026-08-17T23:27:50.934Z Compiling num-integer v0.1.46
15012026-08-17T23:27:50.934Z Compiling darling_macro v0.20.11
15022026-08-17T23:27:50.934Z Compiling wait-timeout v0.2.1
15032026-08-17T23:27:50.934Z Compiling ahash v0.8.12
15042026-08-17T23:27:50.934Z Compiling native-tls v0.2.18
15052026-08-17T23:27:50.934Z Compiling adler2 v2.0.1
15062026-08-17T23:27:50.934Z Compiling powerfmt v0.2.0
15072026-08-17T23:27:50.935Z Compiling hyper v1.10.1
15082026-08-17T23:27:50.935Z Compiling quick-error v1.2.3
15092026-08-17T23:27:50.935Z Compiling bit-vec v0.8.0
15102026-08-17T23:27:50.935Z Compiling num-bigint-dig v0.8.6
15112026-08-17T23:27:50.935Z Compiling funty v2.0.0
15122026-08-17T23:27:50.935Z Compiling time-core v0.1.8
15132026-08-17T23:27:50.935Z Compiling packed_struct v0.10.1
15142026-08-17T23:27:50.935Z Compiling num-conv v0.2.0
15152026-08-17T23:27:50.935Z Compiling clap_builder v4.6.0
15162026-08-17T23:27:50.935Z Compiling time-macros v0.2.27
15172026-08-17T23:27:50.935Z Compiling bitvec v1.0.1
15182026-08-17T23:27:50.935Z Compiling bit-set v0.8.0
15192026-08-17T23:27:50.935Z Compiling thiserror v1.0.69
15202026-08-17T23:27:50.935Z Compiling rusty-fork v0.3.1
15212026-08-17T23:27:50.935Z Compiling deranged v0.5.8
15222026-08-17T23:27:50.936Z Compiling darling v0.20.11
15232026-08-17T23:27:50.936Z Compiling hyper-util v0.1.20
15242026-08-17T23:27:50.936Z Compiling miniz_oxide v0.8.9
15252026-08-17T23:27:50.936Z Compiling num-iter v0.1.45
15262026-08-17T23:27:50.936Z Compiling rand v0.8.6
15272026-08-17T23:27:50.936Z Compiling goblin v0.10.5
15282026-08-17T23:27:51.488Z Compiling packed_struct_codegen v0.10.1
15292026-08-17T23:27:51.690Z Compiling lazy_static v1.5.0
15302026-08-17T23:27:51.697Z Compiling anstyle-parse v0.2.7
15312026-08-17T23:27:51.746Z Compiling hmac v0.12.1
15322026-08-17T23:27:52.005Z Compiling bitfield-macros v0.19.4
15332026-08-17T23:27:52.021Z Compiling zerocopy-derive v0.6.6
15342026-08-17T23:27:52.183Z Compiling clap_derive v4.6.1
15352026-08-17T23:27:52.548Z Compiling rand_xorshift v0.4.0
15362026-08-17T23:27:52.597Z Compiling serde_spanned v0.6.9
15372026-08-17T23:27:52.743Z Compiling toml_datetime v0.6.11
15382026-08-17T23:27:52.748Z Compiling sync_wrapper v1.0.2
15392026-08-17T23:27:52.779Z Compiling indexmap v1.9.3
15402026-08-17T23:27:52.897Z Compiling num_threads v0.1.7
15412026-08-17T23:27:52.953Z Compiling usdt-impl v0.6.0
15422026-08-17T23:27:52.968Z Compiling siphasher v1.0.2
15432026-08-17T23:27:52.971Z Compiling crc-catalog v2.4.0
15442026-08-17T23:27:53.079Z Compiling nodrop v0.1.14
15452026-08-17T23:27:53.152Z Compiling unarray v0.1.4
15462026-08-17T23:27:53.213Z Compiling paste v1.0.15
15472026-08-17T23:27:53.218Z Compiling crossbeam-utils v0.8.21
15482026-08-17T23:27:53.258Z Compiling zlib-rs v0.6.2
15492026-08-17T23:27:53.494Z Compiling proptest v1.11.0
15502026-08-17T23:27:53.506Z Compiling array-init v0.0.4
15512026-08-17T23:27:53.632Z Compiling dof v0.4.0
15522026-08-17T23:27:53.849Z Compiling crc v3.4.0
15532026-08-17T23:27:53.911Z Compiling clap v4.6.1
15542026-08-17T23:27:54.015Z Compiling time v0.3.47
15552026-08-17T23:27:54.038Z Compiling tower v0.5.3
15562026-08-17T23:27:54.726Z Compiling zerocopy v0.6.6
15572026-08-17T23:27:54.794Z Compiling bitfield v0.19.4
15582026-08-17T23:27:55.047Z Compiling anstream v0.6.21
15592026-08-17T23:27:55.362Z Compiling smallvec v0.6.14
15602026-08-17T23:27:56.318Z Compiling derive_builder_core v0.20.2
15612026-08-17T23:27:56.336Z Compiling dtrace-parser v0.3.0
15622026-08-17T23:27:56.336Z Compiling flate2 v1.1.9
15632026-08-17T23:27:57.244Z Compiling ipnetwork v0.21.1
15642026-08-17T23:27:57.255Z Compiling http-body-util v0.1.3
15652026-08-17T23:27:57.255Z Compiling pkcs1 v0.7.5
15662026-08-17T23:27:57.255Z Compiling heapless v0.7.17
15672026-08-17T23:27:57.255Z Compiling scroll_derive v0.12.1
15682026-08-17T23:27:57.255Z Compiling structmeta-derive v0.3.0
15692026-08-17T23:27:57.255Z Compiling slog v2.8.2
15702026-08-17T23:27:57.255Z Compiling darling_core v0.23.0
15712026-08-17T23:27:57.255Z Compiling thread-id v5.1.0
15722026-08-17T23:27:57.255Z Compiling env_filter v1.0.0
15732026-08-17T23:27:57.255Z Compiling cookie v0.18.1
15742026-08-17T23:27:57.261Z Compiling base64 v0.21.7
15752026-08-17T23:27:57.655Z Compiling winnow v0.5.40
15762026-08-17T23:27:57.668Z Compiling signal-hook v0.3.18
15772026-08-17T23:27:57.668Z Compiling hashbrown v0.12.3
15782026-08-17T23:27:57.668Z Compiling allocator-api2 v0.2.21
15792026-08-17T23:27:57.904Z Compiling iri-string v0.7.10
15802026-08-17T23:27:57.919Z Compiling unicode-properties v0.1.4
15812026-08-17T23:27:58.551Z Compiling anyhow v1.0.102
15822026-08-17T23:27:58.569Z Compiling ryu v1.0.23
15832026-08-17T23:27:58.570Z Compiling unicode-bidi v0.3.18
15842026-08-17T23:27:58.570Z Compiling zstd-safe v7.2.4
15852026-08-17T23:27:58.773Z Compiling stringprep v0.1.5
15862026-08-17T23:27:58.788Z Compiling toml_edit v0.19.15
15872026-08-17T23:27:58.865Z Compiling serde_urlencoded v0.7.1
15882026-08-17T23:27:59.309Z Compiling tower-http v0.6.8
15892026-08-17T23:27:59.441Z Compiling structmeta v0.3.0
15902026-08-17T23:27:59.444Z Compiling darling_macro v0.23.0
15912026-08-17T23:27:59.505Z Compiling ron v0.8.1
15922026-08-17T23:27:59.760Z Compiling scroll v0.12.0
15932026-08-17T23:27:59.786Z Compiling env_logger v0.11.9
15942026-08-17T23:28:00.198Z Compiling rsa v0.9.10
15952026-08-17T23:28:00.206Z Compiling oxnet v0.1.6
15962026-08-17T23:28:00.462Z Compiling derive_builder_macro v0.20.2
15972026-08-17T23:28:00.469Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-08-17T23:28:00.513Z Compiling newtype-uuid v1.3.2
15992026-08-17T23:28:00.535Z Compiling hashbrown v0.13.2
16002026-08-17T23:28:00.961Z Compiling bzip2 v0.4.4
16012026-08-17T23:28:00.973Z Compiling serde-hex v0.1.0
16022026-08-17T23:28:01.016Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-17T23:28:01.048Z Compiling tokio-native-tls v0.3.1
16042026-08-17T23:28:01.199Z Compiling camino v1.2.2
16052026-08-17T23:28:01.584Z Compiling bstr v1.12.1
16062026-08-17T23:28:01.836Z Compiling block-buffer v0.12.1
16072026-08-17T23:28:01.980Z Compiling block-padding v0.4.2
16082026-08-17T23:28:01.986Z Compiling crypto-common v0.2.2
16092026-08-17T23:28:02.150Z Compiling rustls-native-certs v0.8.3
16102026-08-17T23:28:02.342Z Compiling curve25519-dalek v4.1.3
16112026-08-17T23:28:02.398Z Compiling x509-cert v0.2.5
16122026-08-17T23:28:02.612Z Compiling md-5 v0.10.6
16132026-08-17T23:28:02.683Z Compiling zerocopy-derive v0.7.35
16142026-08-17T23:28:02.811Z Compiling pin-project-internal v1.1.11
16152026-08-17T23:28:03.135Z Compiling async-trait v0.1.89
16162026-08-17T23:28:03.550Z Compiling daft-derive v0.1.7
16172026-08-17T23:28:04.206Z Compiling vergen-lib v9.1.0
16182026-08-17T23:28:04.236Z Compiling serde_tokenstream v0.2.3
16192026-08-17T23:28:04.236Z Compiling hash32 v0.2.1
16202026-08-17T23:28:04.236Z Compiling erased-serde v0.3.31
16212026-08-17T23:28:04.236Z Compiling memoffset v0.9.1
16222026-08-17T23:28:04.236Z Compiling encoding_rs v0.8.35
16232026-08-17T23:28:04.236Z Compiling crc-any v2.5.0
16242026-08-17T23:28:04.274Z Compiling psl-types v2.0.11
16252026-08-17T23:28:04.286Z Compiling litrs v1.0.0
16262026-08-17T23:28:04.824Z Compiling ref-cast v1.0.25
16272026-08-17T23:28:04.828Z Compiling rustix v0.38.44
16282026-08-17T23:28:04.828Z Compiling mime v0.3.17
16292026-08-17T23:28:04.828Z Compiling smoltcp v0.9.1
16302026-08-17T23:28:04.829Z Compiling fallible-iterator v0.2.0
16312026-08-17T23:28:04.829Z Compiling cfg_aliases v0.2.1
16322026-08-17T23:28:04.829Z Compiling nix v0.31.2
16332026-08-17T23:28:04.829Z Compiling document-features v0.2.12
16342026-08-17T23:28:04.855Z Compiling publicsuffix v2.3.0
16352026-08-17T23:28:04.959Z Compiling postgres-protocol v0.6.10
16362026-08-17T23:28:05.014Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16372026-08-17T23:28:05.096Z Compiling daft v0.1.7
16382026-08-17T23:28:05.224Z Compiling pin-project v1.1.11
16392026-08-17T23:28:05.348Z Compiling zerocopy v0.7.35
16402026-08-17T23:28:05.378Z Compiling inout v0.2.2
16412026-08-17T23:28:05.437Z Compiling hyper-tls v0.6.0
16422026-08-17T23:28:05.495Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-17T23:28:05.545Z Compiling zip v0.6.6
16442026-08-17T23:28:05.632Z Compiling object v0.30.4
16452026-08-17T23:28:05.644Z Compiling derive_builder v0.20.2
16462026-08-17T23:28:05.672Z Compiling toml v0.7.8
16472026-08-17T23:28:05.796Z Compiling darling v0.23.0
16482026-08-17T23:28:05.848Z Compiling goblin v0.8.2
16492026-08-17T23:28:05.984Z Compiling derive-ex v0.1.8
16502026-08-17T23:28:07.023Z Compiling phf_shared v0.13.1
16512026-08-17T23:28:07.057Z Compiling regex v1.12.3
16522026-08-17T23:28:07.057Z Compiling hubpack_derive v0.1.1
16532026-08-17T23:28:07.057Z Compiling futures-executor v0.3.32
16542026-08-17T23:28:07.057Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-17T23:28:07.057Z Compiling snafu-derive v0.8.9
16562026-08-17T23:28:07.069Z Compiling ref-cast-impl v1.0.25
16572026-08-17T23:28:07.537Z Compiling strum_macros v0.27.2
16582026-08-17T23:28:07.603Z Compiling vergen v9.1.0
16592026-08-17T23:28:07.631Z Compiling cargo-platform v0.3.2
16602026-08-17T23:28:07.810Z Compiling ff v0.13.1
16612026-08-17T23:28:07.985Z Compiling fs-err v3.3.0
16622026-08-17T23:28:08.007Z Compiling foldhash v0.2.0
16632026-08-17T23:28:08.268Z Compiling path-slash v0.1.5
16642026-08-17T23:28:08.288Z Compiling object v0.37.3
16652026-08-17T23:28:08.288Z Compiling libbz2-rs-sys v0.2.2
16662026-08-17T23:28:08.415Z Compiling unicode-segmentation v1.12.0
16672026-08-17T23:28:08.526Z Compiling either v1.15.0
16682026-08-17T23:28:08.739Z Compiling foldhash v0.1.5
16692026-08-17T23:28:11.291Z Compiling base16ct v0.2.0
16702026-08-17T23:28:11.346Z Compiling managed v0.8.0
16712026-08-17T23:28:11.346Z Compiling jiff-core v0.1.0
16722026-08-17T23:28:11.346Z Compiling bumpalo v3.20.2
16732026-08-17T23:28:11.346Z Compiling bitflags v1.3.2
16742026-08-17T23:28:11.346Z Compiling same-file v1.0.6
16752026-08-17T23:28:11.346Z Compiling walkdir v2.5.0
16762026-08-17T23:28:11.346Z Compiling zopfli v0.8.3
16772026-08-17T23:28:11.346Z Compiling sec1 v0.7.3
16782026-08-17T23:28:11.347Z Compiling strum v0.27.2
16792026-08-17T23:28:11.347Z Compiling snafu v0.8.9
16802026-08-17T23:28:11.347Z Compiling hashbrown v0.15.5
16812026-08-17T23:28:11.347Z Compiling jiff v0.2.34
16822026-08-17T23:28:11.347Z Compiling bzip2 v0.6.1
16832026-08-17T23:28:11.347Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16842026-08-17T23:28:11.347Z Compiling dof v0.3.0
16852026-08-17T23:28:11.347Z Compiling hashbrown v0.16.1
16862026-08-17T23:28:11.347Z Compiling group v0.13.0
16872026-08-17T23:28:11.347Z Compiling cargo_metadata v0.23.1
16882026-08-17T23:28:11.347Z Compiling test-strategy v0.4.5
16892026-08-17T23:28:11.347Z Compiling hubpack v0.1.2
16902026-08-17T23:28:11.347Z Compiling futures v0.3.32
16912026-08-17T23:28:11.347Z Compiling phf v0.13.1
16922026-08-17T23:28:11.347Z Compiling signal-hook-mio v0.2.5
16932026-08-17T23:28:11.438Z Compiling cookie_store v0.22.1
16942026-08-17T23:28:13.335Z Compiling zstd v0.13.3
16952026-08-17T23:28:13.346Z Compiling serde_with_macros v3.21.0
16962026-08-17T23:28:13.347Z Compiling reqwest v0.12.28
16972026-08-17T23:28:13.347Z Compiling cipher v0.5.2
16982026-08-17T23:28:13.347Z Compiling postgres-types v0.2.12
16992026-08-17T23:28:13.347Z Compiling usdt-macro v0.6.0
17002026-08-17T23:28:13.347Z Compiling usdt-attr-macro v0.6.0
17012026-08-17T23:28:13.347Z Compiling globset v0.4.18
17022026-08-17T23:28:13.347Z Compiling phf_shared v0.11.3
17032026-08-17T23:28:13.420Z Compiling hkdf v0.12.4
17042026-08-17T23:28:13.623Z Compiling dtrace-parser v0.2.0
17052026-08-17T23:28:13.634Z Compiling byte-wrapper v0.1.0
17062026-08-17T23:28:13.635Z Compiling olpc-cjson v0.1.4
17072026-08-17T23:28:13.694Z Compiling ed25519 v2.2.3
17082026-08-17T23:28:13.848Z Compiling crypto-bigint v0.5.5
17092026-08-17T23:28:13.856Z Compiling pem v3.0.6
17102026-08-17T23:28:13.870Z Compiling async-recursion v1.1.1
17112026-08-17T23:28:14.932Z Compiling enum-as-inner v0.6.1
17122026-08-17T23:28:14.956Z Compiling serde_repr v0.1.20
17132026-08-17T23:28:14.957Z Compiling strum_macros v0.26.4
17142026-08-17T23:28:14.957Z Compiling serde-big-array v0.5.1
17152026-08-17T23:28:14.957Z Compiling serde_plain v1.0.2
17162026-08-17T23:28:14.957Z Compiling float-cmp v0.10.0
17172026-08-17T23:28:14.957Z Compiling memmap2 v0.9.10
17182026-08-17T23:28:14.957Z Compiling thread-id v4.2.2
17192026-08-17T23:28:14.957Z Compiling cpufeatures v0.3.0
17202026-08-17T23:28:14.957Z Compiling winnow v1.0.3
17212026-08-17T23:28:14.957Z Compiling difflib v0.4.0
17222026-08-17T23:28:14.957Z Compiling data-encoding v2.10.0
17232026-08-17T23:28:14.957Z Compiling whoami v2.1.0
17242026-08-17T23:28:15.257Z Compiling const-oid v0.10.2
17252026-08-17T23:28:15.384Z Compiling new_debug_unreachable v1.0.6
17262026-08-17T23:28:15.461Z Compiling typed-path v0.9.3
17272026-08-17T23:28:15.499Z Compiling static_assertions v1.1.0
17282026-08-17T23:28:15.519Z Compiling normalize-line-endings v0.3.0
17292026-08-17T23:28:15.545Z Compiling fixedbitset v0.4.2
17302026-08-17T23:28:15.584Z Compiling keccak v0.1.6
17312026-08-17T23:28:15.617Z Compiling predicates-core v1.0.10
17322026-08-17T23:28:15.780Z Compiling precomputed-hash v0.1.1
17332026-08-17T23:28:15.804Z Compiling fixedbitset v0.5.7
17342026-08-17T23:28:15.832Z Compiling toml_edit v0.22.27
17352026-08-17T23:28:15.850Z Compiling string_cache v0.8.9
17362026-08-17T23:28:15.919Z Compiling predicates v3.1.4
17372026-08-17T23:28:15.989Z Compiling strum v0.26.3
17382026-08-17T23:28:16.067Z Compiling petgraph v0.8.3
17392026-08-17T23:28:16.087Z Compiling petgraph v0.6.5
17402026-08-17T23:28:16.087Z Compiling toml_parser v1.1.2+spec-1.1.0
17412026-08-17T23:28:16.325Z Compiling sha3 v0.10.8
17422026-08-17T23:28:16.487Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17432026-08-17T23:28:16.656Z Compiling digest v0.11.3
17442026-08-17T23:28:16.695Z Compiling hickory-proto v0.25.2
17452026-08-17T23:28:16.729Z Compiling tokio-postgres v0.7.16
17462026-08-17T23:28:16.929Z Compiling chacha20 v0.10.0
17472026-08-17T23:28:17.285Z Compiling usdt-impl v0.5.0
17482026-08-17T23:28:17.626Z Compiling usdt v0.6.0
17492026-08-17T23:28:17.866Z Compiling elliptic-curve v0.13.8
17502026-08-17T23:28:17.896Z Compiling ed25519-dalek v2.2.0
17512026-08-17T23:28:18.037Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-17T23:28:18.275Z Compiling crossterm v0.28.1
17532026-08-17T23:28:18.448Z Compiling serde_with v3.21.0
17542026-08-17T23:28:19.002Z Compiling zip v4.6.1
17552026-08-17T23:28:19.533Z Compiling iddqd v0.4.2
17562026-08-17T23:28:19.938Z Compiling similar v2.7.0
17572026-08-17T23:28:20.087Z Compiling heck v0.4.1
17582026-08-17T23:28:20.176Z Compiling itertools v0.15.0
17592026-08-17T23:28:20.191Z Compiling itertools v0.13.0
17602026-08-17T23:28:20.266Z Compiling crossbeam-epoch v0.9.18
17612026-08-17T23:28:20.593Z Compiling tokio-stream v0.1.18
17622026-08-17T23:28:20.775Z Compiling buf-list v1.1.2
17632026-08-17T23:28:20.826Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-17T23:28:21.040Z Compiling openapiv3 v2.2.0
17652026-08-17T23:28:21.055Z Compiling lalrpop-util v0.19.12
17662026-08-17T23:28:21.121Z Compiling peg-runtime v0.8.5
17672026-08-17T23:28:21.247Z Compiling thread_local v1.1.9
17682026-08-17T23:28:21.398Z Compiling slog-async v2.8.0
17692026-08-17T23:28:21.429Z Compiling crossbeam-channel v0.5.15
17702026-08-17T23:28:21.442Z Compiling is-terminal v0.4.17
17712026-08-17T23:28:21.500Z Compiling filetime v0.2.27
17722026-08-17T23:28:21.504Z Compiling take_mut v0.2.2
17732026-08-17T23:28:21.524Z Compiling term v1.2.1
17742026-08-17T23:28:21.604Z Compiling xattr v1.6.1
17752026-08-17T23:28:21.654Z Compiling camino-tempfile v1.4.1
17762026-08-17T23:28:21.716Z Compiling tar v0.4.46
17772026-08-17T23:28:21.908Z Compiling slog-term v2.9.2
17782026-08-17T23:28:28.081Z Compiling rustls-webpki v0.103.13
17792026-08-17T23:28:30.753Z Compiling tokio-rustls v0.26.4
17802026-08-17T23:28:30.753Z Compiling rustls-platform-verifier v0.6.2
17812026-08-17T23:28:30.754Z Compiling tough v0.22.0
17822026-08-17T23:28:30.957Z Compiling hyper-rustls v0.27.7
17832026-08-17T23:28:31.148Z Compiling reqwest v0.13.2
17842026-08-17T23:28:33.382Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-17T23:28:33.594Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-17T23:28:36.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17872026-08-17T23:28:36.652Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-17T23:28:36.708ZAug 17 23:28:35.847 INFO Starting download, target: Cockroach
17892026-08-17T23:28:36.708ZAug 17 23:28:35.847 INFO Starting download, target: DendriteStub
17902026-08-17T23:28:36.716ZAug 17 23:28:35.847 INFO Starting download, target: MaghemiteDdmd
17912026-08-17T23:28:36.716ZAug 17 23:28:35.847 INFO Starting download, target: Clickhouse
17922026-08-17T23:28:36.716ZAug 17 23:28:35.847 INFO Starting download, target: MaghemiteMgd
17932026-08-17T23:28:36.716ZAug 17 23:28:35.847 INFO Starting download, target: Console
17942026-08-17T23:28:36.716ZAug 17 23:28:35.848 INFO Starting download, target: TransceiverControl
17952026-08-17T23:28:36.716ZAug 17 23:28:35.848 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-17T23:28:36.717ZAug 17 23:28:35.848 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17972026-08-17T23:28:36.717ZAug 17 23:28:35.848 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-17T23:28:36.717ZAug 17 23:28:35.848 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-17T23:28:36.717ZAug 17 23:28:35.848 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18002026-08-17T23:28:36.717ZAug 17 23:28:35.848 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-17T23:28:36.717ZAug 17 23:28:35.848 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-17T23:28:37.460ZAug 17 23:28:36.586 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-17T23:28:37.670ZAug 17 23:28:36.796 INFO Download complete, target: TransceiverControl
18042026-08-17T23:28:38.535ZAug 17 23:28:37.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-17T23:28:38.772ZAug 17 23:28:37.910 INFO Download complete, target: Console
18062026-08-17T23:28:39.232ZAug 17 23:28:38.370 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-08-17T23:28:39.238ZAug 17 23:28:38.372 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18082026-08-17T23:28:39.784ZAug 17 23:28:38.921 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-17T23:28:39.823ZAug 17 23:28:38.958 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-08-17T23:28:40.158ZAug 17 23:28:39.297 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-17T23:28:40.158ZAug 17 23:28:39.297 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-17T23:28:41.182ZAug 17 23:28:40.321 INFO Download complete, target: MaghemiteDdmd
18132026-08-17T23:28:42.259ZAug 17 23:28:41.397 INFO Download complete, target: DendriteStub
18142026-08-17T23:28:42.445ZAug 17 23:28:41.584 INFO Download complete, target: MaghemiteMgd
18152026-08-17T23:28:44.682ZAug 17 23:28:43.821 INFO Checking that binary works, target: Cockroach
18162026-08-17T23:28:44.801ZAug 17 23:28:43.939 INFO Download complete, target: Cockroach
18172026-08-17T23:28:45.734ZAug 17 23:28:44.874 INFO Checking that binary works, target: Clickhouse
18182026-08-17T23:28:45.853ZAug 17 23:28:44.992 INFO Download complete, target: Clickhouse
18192026-08-17T23:28:45.868ZAll builder prerequisites installed successfully, and PATH looks valid
18202026-08-17T23:28:45.871Z
18212026-08-17T23:28:45.871Zreal 2:07.422103904
18222026-08-17T23:28:45.871Zuser 7:11.055442211
18232026-08-17T23:28:45.871Zsys 1:25.514107115
18242026-08-17T23:28:45.871Ztrap 0.236874054
18252026-08-17T23:28:45.872Ztflt 0.624115256
18262026-08-17T23:28:45.872Zdflt 0.715854663
18272026-08-17T23:28:45.872Zkflt 0.026671446
18282026-08-17T23:28:45.872Zlock 26:38.539725972
18292026-08-17T23:28:45.872Zslp 21:31.875610838
18302026-08-17T23:28:45.872Zlat 49.322942790
18312026-08-17T23:28:45.872Zstop 2:52.487925060
18322026-08-17T23:28:45.872Z+ banner hack-check
18332026-08-17T23:28:45.872Z
18342026-08-17T23:28:45.872Z # # ## #### # # #### # # ###### #### # #
18352026-08-17T23:28:45.872Z # # # # # # # # # # # # # # # # #
18362026-08-17T23:28:45.872Z ###### # # # #### ##### # ###### ##### # ####
18372026-08-17T23:28:45.872Z # # ###### # # # # # # # # # #
18382026-08-17T23:28:45.872Z # # # # # # # # # # # # # # # # #
18392026-08-17T23:28:45.872Z # # # # #### # # #### # # ###### #### # #
18402026-08-17T23:28:45.872Z
18412026-08-17T23:28:45.872Z+ export CARGO_INCREMENTAL=0
18422026-08-17T23:28:45.872Z+ CARGO_INCREMENTAL=0
18432026-08-17T23:28:45.872Z+ ptime -m timeout 2h cargo xtask check-features --ci
18442026-08-17T23:28:46.355Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18452026-08-17T23:28:46.635Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18462026-08-17T23:28:48.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18472026-08-17T23:28:48.510Z Running `target/debug/xtask check-features --ci`
18482026-08-17T23:28:48.545Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18492026-08-17T23:28:48.552Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18502026-08-17T23:28:48.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18512026-08-17T23:28:48.993Z Running `target/debug/xtask download cargo-hack`
18522026-08-17T23:28:49.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532026-08-17T23:28:50.091Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18542026-08-17T23:28:52.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18552026-08-17T23:28:52.855Z Running `target/debug/xtask-downloader cargo-hack`
18562026-08-17T23:28:52.893ZAug 17 23:28:52.032 INFO Starting download, target: CargoHack
18572026-08-17T23:28:52.896ZAug 17 23:28:52.032 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18582026-08-17T23:28:53.207ZAug 17 23:28:52.346 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18592026-08-17T23:28:53.254ZAug 17 23:28:52.393 INFO Download complete, target: CargoHack
18602026-08-17T23:28:53.258Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18612026-08-17T23:28:53.270Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18622026-08-17T23:28:53.427Zinfo: running `cargo check --bins` on api_identity (1/335)
18632026-08-17T23:28:53.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-08-17T23:28:53.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-08-17T23:28:53.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-08-17T23:28:53.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-08-17T23:28:53.965Z
18682026-08-17T23:28:53.965Zinfo: running `cargo check --bins` on bootstore (2/335)
18692026-08-17T23:28:54.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-08-17T23:28:54.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-08-17T23:28:54.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-08-17T23:28:54.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18732026-08-17T23:28:54.507Z
18742026-08-17T23:28:54.507Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18752026-08-17T23:28:54.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-08-17T23:28:54.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-08-17T23:28:54.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-08-17T23:28:54.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18792026-08-17T23:28:55.044Z
18802026-08-17T23:28:55.044Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18812026-08-17T23:28:55.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-08-17T23:28:55.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-08-17T23:28:55.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-08-17T23:28:55.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18852026-08-17T23:28:55.581Z
18862026-08-17T23:28:55.581Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18872026-08-17T23:28:56.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-17T23:28:56.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-17T23:28:56.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-17T23:28:56.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-17T23:28:56.122Z
18922026-08-17T23:28:56.122Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18932026-08-17T23:28:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-17T23:28:56.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-17T23:28:56.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-17T23:28:56.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18972026-08-17T23:28:56.677Z
18982026-08-17T23:28:56.678Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
18992026-08-17T23:28:57.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-17T23:28:57.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-17T23:28:57.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-17T23:28:57.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19032026-08-17T23:28:57.244Z
19042026-08-17T23:28:57.244Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19052026-08-17T23:28:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-17T23:28:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-17T23:28:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-17T23:28:57.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19092026-08-17T23:28:57.798Z
19102026-08-17T23:28:57.798Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19112026-08-17T23:28:58.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-17T23:28:58.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-17T23:28:58.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-17T23:28:58.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19152026-08-17T23:28:58.211Z
19162026-08-17T23:28:58.211Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19172026-08-17T23:28:58.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-17T23:28:58.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-17T23:28:58.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-17T23:28:58.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19212026-08-17T23:28:58.622Z
19222026-08-17T23:28:58.622Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19232026-08-17T23:28:58.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-17T23:28:58.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-17T23:28:58.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-17T23:28:58.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19272026-08-17T23:28:59.033Z
19282026-08-17T23:28:59.033Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19292026-08-17T23:28:59.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-17T23:28:59.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-17T23:28:59.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-17T23:28:59.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-08-17T23:28:59.441Z
19342026-08-17T23:28:59.441Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19352026-08-17T23:28:59.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-17T23:28:59.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-17T23:28:59.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-17T23:28:59.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-08-17T23:28:59.850Z
19402026-08-17T23:28:59.851Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19412026-08-17T23:29:00.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-17T23:29:00.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-17T23:29:00.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-17T23:29:00.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-17T23:29:00.260Z
19462026-08-17T23:29:00.260Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19472026-08-17T23:29:00.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-17T23:29:00.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-17T23:29:00.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-17T23:29:00.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19512026-08-17T23:29:00.668Z
19522026-08-17T23:29:00.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19532026-08-17T23:29:01.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-17T23:29:01.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-17T23:29:01.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-17T23:29:01.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-08-17T23:29:01.080Z
19582026-08-17T23:29:01.080Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19592026-08-17T23:29:01.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-17T23:29:01.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-17T23:29:01.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-17T23:29:01.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-17T23:29:01.492Z
19642026-08-17T23:29:01.492Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19652026-08-17T23:29:01.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-17T23:29:01.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-17T23:29:01.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-17T23:29:01.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-17T23:29:01.903Z
19702026-08-17T23:29:01.903Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19712026-08-17T23:29:02.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-17T23:29:02.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-17T23:29:02.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-17T23:29:02.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-17T23:29:02.314Z
19762026-08-17T23:29:02.314Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19772026-08-17T23:29:02.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-17T23:29:02.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-17T23:29:02.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-17T23:29:02.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-17T23:29:02.726Z
19822026-08-17T23:29:02.726Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19832026-08-17T23:29:03.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-17T23:29:03.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-17T23:29:03.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-17T23:29:03.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-17T23:29:03.140Z
19882026-08-17T23:29:03.140Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19892026-08-17T23:29:03.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-17T23:29:03.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-17T23:29:03.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-17T23:29:03.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-17T23:29:03.551Z
19942026-08-17T23:29:03.551Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19952026-08-17T23:29:03.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-17T23:29:03.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-17T23:29:03.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-17T23:29:03.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-17T23:29:03.967Z
20002026-08-17T23:29:03.967Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20012026-08-17T23:29:04.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-17T23:29:04.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-17T23:29:04.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-17T23:29:04.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-17T23:29:04.381Z
20062026-08-17T23:29:04.381Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20072026-08-17T23:29:04.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-17T23:29:04.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-17T23:29:04.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-17T23:29:04.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-17T23:29:04.792Z
20122026-08-17T23:29:04.792Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20132026-08-17T23:29:05.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-17T23:29:05.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-17T23:29:05.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-17T23:29:05.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-17T23:29:05.203Z
20182026-08-17T23:29:05.203Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20192026-08-17T23:29:05.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-17T23:29:05.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-17T23:29:05.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-17T23:29:05.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-17T23:29:05.615Z
20242026-08-17T23:29:05.615Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20252026-08-17T23:29:05.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-17T23:29:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-17T23:29:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-17T23:29:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-17T23:29:06.027Z
20302026-08-17T23:29:06.027Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20312026-08-17T23:29:06.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-17T23:29:06.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-17T23:29:06.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-17T23:29:06.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-17T23:29:06.440Z
20362026-08-17T23:29:06.440Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20372026-08-17T23:29:06.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-17T23:29:06.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-17T23:29:06.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-17T23:29:06.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-17T23:29:06.850Z
20422026-08-17T23:29:06.850Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20432026-08-17T23:29:07.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-17T23:29:07.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-17T23:29:07.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-17T23:29:07.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-17T23:29:07.259Z
20482026-08-17T23:29:07.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20492026-08-17T23:29:07.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-17T23:29:07.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-17T23:29:07.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-17T23:29:07.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-17T23:29:07.967Z
20542026-08-17T23:29:07.967Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20552026-08-17T23:29:08.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-17T23:29:08.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-17T23:29:08.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-17T23:29:08.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-17T23:29:08.221Z
20602026-08-17T23:29:08.222Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20612026-08-17T23:29:08.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-17T23:29:08.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-17T23:29:08.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-17T23:29:08.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-17T23:29:08.489Z
20662026-08-17T23:29:08.489Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20672026-08-17T23:29:08.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-17T23:29:08.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-17T23:29:08.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-17T23:29:08.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-17T23:29:08.898Z
20722026-08-17T23:29:08.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20732026-08-17T23:29:09.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-17T23:29:09.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-17T23:29:09.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-17T23:29:09.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-08-17T23:29:09.309Z
20782026-08-17T23:29:09.309Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20792026-08-17T23:29:09.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-17T23:29:09.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-17T23:29:09.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-17T23:29:09.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-17T23:29:09.719Z
20842026-08-17T23:29:09.719Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20852026-08-17T23:29:10.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-17T23:29:10.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-17T23:29:10.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-17T23:29:10.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-08-17T23:29:10.129Z
20902026-08-17T23:29:10.129Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20912026-08-17T23:29:10.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-17T23:29:10.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-17T23:29:10.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-17T23:29:10.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-08-17T23:29:10.535Z
20962026-08-17T23:29:10.535Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20972026-08-17T23:29:10.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-17T23:29:10.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-17T23:29:10.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-17T23:29:10.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-17T23:29:10.949Z
21022026-08-17T23:29:10.949Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21032026-08-17T23:29:11.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-17T23:29:11.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-17T23:29:11.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-17T23:29:11.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-17T23:29:11.362Z
21082026-08-17T23:29:11.362Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21092026-08-17T23:29:11.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-17T23:29:11.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-17T23:29:11.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-17T23:29:11.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-17T23:29:11.775Z
21142026-08-17T23:29:11.776Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21152026-08-17T23:29:12.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-17T23:29:12.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-17T23:29:12.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-17T23:29:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-17T23:29:12.185Z
21202026-08-17T23:29:12.185Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21212026-08-17T23:29:12.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-17T23:29:12.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-17T23:29:12.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-17T23:29:12.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-17T23:29:12.597Z
21262026-08-17T23:29:12.597Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21272026-08-17T23:29:12.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-17T23:29:12.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-17T23:29:12.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-17T23:29:12.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-17T23:29:13.008Z
21322026-08-17T23:29:13.008Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21332026-08-17T23:29:13.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-17T23:29:13.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-17T23:29:13.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-17T23:29:13.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-17T23:29:13.419Z
21382026-08-17T23:29:13.420Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21392026-08-17T23:29:13.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-17T23:29:13.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-17T23:29:13.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-17T23:29:13.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-17T23:29:13.831Z
21442026-08-17T23:29:13.831Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21452026-08-17T23:29:14.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-17T23:29:14.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-17T23:29:14.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-17T23:29:14.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-17T23:29:14.246Z
21502026-08-17T23:29:14.246Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21512026-08-17T23:29:14.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-17T23:29:14.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-17T23:29:14.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-17T23:29:14.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-08-17T23:29:14.839Z
21562026-08-17T23:29:14.839Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21572026-08-17T23:29:15.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-17T23:29:15.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-17T23:29:15.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-17T23:29:15.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-08-17T23:29:15.430Z
21622026-08-17T23:29:15.430Zinfo: running `cargo check --bins` on nexus-config (51/335)
21632026-08-17T23:29:15.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-17T23:29:15.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-17T23:29:15.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-17T23:29:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-08-17T23:29:16.024Z
21682026-08-17T23:29:16.024Zinfo: running `cargo check --bins` on nexus-types (52/335)
21692026-08-17T23:29:16.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-17T23:29:16.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-17T23:29:16.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-17T23:29:16.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-08-17T23:29:16.622Z
21742026-08-17T23:29:16.622Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21752026-08-17T23:29:17.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-17T23:29:17.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-17T23:29:17.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-17T23:29:17.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21792026-08-17T23:29:17.180Z
21802026-08-17T23:29:17.180Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21812026-08-17T23:29:17.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-17T23:29:17.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-17T23:29:17.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-17T23:29:17.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21852026-08-17T23:29:17.717Z
21862026-08-17T23:29:17.717Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21872026-08-17T23:29:18.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-17T23:29:18.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-17T23:29:18.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-17T23:29:18.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21912026-08-17T23:29:18.279Z
21922026-08-17T23:29:18.279Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21932026-08-17T23:29:18.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-17T23:29:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-17T23:29:18.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-17T23:29:18.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21972026-08-17T23:29:18.842Z
21982026-08-17T23:29:18.842Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
21992026-08-17T23:29:19.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-17T23:29:19.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-17T23:29:19.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-17T23:29:19.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22032026-08-17T23:29:19.405Z
22042026-08-17T23:29:19.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22052026-08-17T23:29:19.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-17T23:29:19.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-17T23:29:19.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-17T23:29:19.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22092026-08-17T23:29:19.966Z
22102026-08-17T23:29:19.966Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22112026-08-17T23:29:20.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-17T23:29:20.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-17T23:29:20.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-17T23:29:20.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22152026-08-17T23:29:20.508Z
22162026-08-17T23:29:20.509Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22172026-08-17T23:29:20.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-17T23:29:20.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-17T23:29:20.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-17T23:29:20.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-08-17T23:29:21.054Z
22222026-08-17T23:29:21.054Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22232026-08-17T23:29:21.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-17T23:29:21.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-17T23:29:21.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-17T23:29:21.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22272026-08-17T23:29:21.611Z
22282026-08-17T23:29:21.611Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22292026-08-17T23:29:22.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-17T23:29:22.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-17T23:29:22.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-17T23:29:22.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-08-17T23:29:22.147Z
22342026-08-17T23:29:22.147Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22352026-08-17T23:29:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-17T23:29:22.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-17T23:29:22.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-17T23:29:22.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22392026-08-17T23:29:22.705Z
22402026-08-17T23:29:22.705Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22412026-08-17T23:29:23.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-17T23:29:23.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-17T23:29:23.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-17T23:29:23.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22452026-08-17T23:29:23.269Z
22462026-08-17T23:29:23.269Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22472026-08-17T23:29:23.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-17T23:29:23.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-17T23:29:23.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-17T23:29:23.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22512026-08-17T23:29:23.823Z
22522026-08-17T23:29:23.823Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22532026-08-17T23:29:24.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-17T23:29:24.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-17T23:29:24.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-17T23:29:24.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-08-17T23:29:24.368Z
22582026-08-17T23:29:24.368Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22592026-08-17T23:29:24.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-17T23:29:24.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-17T23:29:24.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-17T23:29:24.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-17T23:29:24.923Z
22642026-08-17T23:29:24.923Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22652026-08-17T23:29:25.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-17T23:29:25.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-17T23:29:25.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-17T23:29:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22692026-08-17T23:29:25.477Z
22702026-08-17T23:29:25.477Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22712026-08-17T23:29:25.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-17T23:29:25.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-17T23:29:25.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-17T23:29:25.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22752026-08-17T23:29:26.021Z
22762026-08-17T23:29:26.021Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22772026-08-17T23:29:26.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-17T23:29:26.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-17T23:29:26.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-17T23:29:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22812026-08-17T23:29:26.563Z
22822026-08-17T23:29:26.564Zinfo: running `cargo check --bins` on ereport-types (71/335)
22832026-08-17T23:29:27.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-17T23:29:27.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-17T23:29:27.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-17T23:29:27.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-17T23:29:27.117Z
22882026-08-17T23:29:27.117Zinfo: running `cargo check --bins` on gateway-client (72/335)
22892026-08-17T23:29:27.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-17T23:29:27.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-17T23:29:27.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-17T23:29:27.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22932026-08-17T23:29:27.668Z
22942026-08-17T23:29:27.668Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22952026-08-17T23:29:28.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-17T23:29:28.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-17T23:29:28.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-17T23:29:28.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22992026-08-17T23:29:28.223Z
23002026-08-17T23:29:28.223Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23012026-08-17T23:29:28.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-17T23:29:28.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-17T23:29:28.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-17T23:29:28.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23052026-08-17T23:29:28.773Z
23062026-08-17T23:29:28.773Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23072026-08-17T23:29:29.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-17T23:29:29.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-17T23:29:29.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-17T23:29:29.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23112026-08-17T23:29:29.344Z
23122026-08-17T23:29:29.344Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23132026-08-17T23:29:29.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-17T23:29:29.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-17T23:29:29.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-17T23:29:29.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23172026-08-17T23:29:29.920Z
23182026-08-17T23:29:29.920Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23192026-08-17T23:29:30.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-17T23:29:30.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-17T23:29:30.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-17T23:29:30.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23232026-08-17T23:29:30.459Z
23242026-08-17T23:29:30.459Zinfo: running `cargo check --bins` on oxlog (78/335)
23252026-08-17T23:29:30.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-17T23:29:30.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-17T23:29:31.049Z Checking cfg-if v1.0.4
23282026-08-17T23:29:31.157Z Checking libc v0.2.185
23292026-08-17T23:29:31.157Z Checking serde_core v1.0.229
23302026-08-17T23:29:31.168Z Checking memchr v2.8.0
23312026-08-17T23:29:31.175Z Checking zeroize v1.9.0
23322026-08-17T23:29:31.184Z Checking log v0.4.29
23332026-08-17T23:29:31.188Z Checking smallvec v1.15.1
23342026-08-17T23:29:31.205Z Checking subtle v2.6.1
23352026-08-17T23:29:31.215Z Checking itoa v1.0.17
23362026-08-17T23:29:31.328Z Checking scopeguard v1.2.0
23372026-08-17T23:29:31.340Z Checking typenum v1.20.1
23382026-08-17T23:29:31.351Z Checking stable_deref_trait v1.2.1
23392026-08-17T23:29:31.362Z Checking zerofrom v0.1.6
23402026-08-17T23:29:31.375Z Checking portable-atomic v1.13.1
23412026-08-17T23:29:31.417Z Checking zerocopy v0.8.40
23422026-08-17T23:29:31.428Z Checking lock_api v0.4.14
23432026-08-17T23:29:31.471Z Checking yoke v0.8.1
23442026-08-17T23:29:31.539Z Checking critical-section v1.2.0
23452026-08-17T23:29:31.550Z Checking errno v0.3.14
23462026-08-17T23:29:31.622Z Checking getrandom v0.2.17
23472026-08-17T23:29:31.634Z Checking zerovec v0.11.5
23482026-08-17T23:29:31.648Z Checking const-oid v0.9.6
23492026-08-17T23:29:31.658Z Checking pin-project-lite v0.2.17
23502026-08-17T23:29:31.745Z Checking libm v0.2.16
23512026-08-17T23:29:31.764Z Checking rand_core v0.6.4
23522026-08-17T23:29:31.776Z Checking once_cell v1.21.3
23532026-08-17T23:29:31.941Z Checking zmij v1.0.21
23542026-08-17T23:29:31.954Z Checking signal-hook-registry v1.4.8
23552026-08-17T23:29:32.075Z Checking tinystr v0.8.2
23562026-08-17T23:29:32.087Z Checking generic-array v0.14.7
23572026-08-17T23:29:32.107Z Checking parking_lot_core v0.9.12
23582026-08-17T23:29:32.149Z Checking rand_core v0.10.0
23592026-08-17T23:29:32.246Z Checking writeable v0.6.2
23602026-08-17T23:29:32.288Z Checking futures-core v0.3.32
23612026-08-17T23:29:32.291Z Checking litemap v0.8.1
23622026-08-17T23:29:32.331Z Checking percent-encoding v2.3.2
23632026-08-17T23:29:32.404Z Checking parking_lot v0.12.5
23642026-08-17T23:29:32.415Z Checking getrandom v0.4.1
23652026-08-17T23:29:32.446Z Checking num-traits v0.2.19
23662026-08-17T23:29:32.475Z Checking potential_utf v0.1.4
23672026-08-17T23:29:32.479Z Checking icu_locale_core v2.1.1
23682026-08-17T23:29:32.529Z Checking zerotrie v0.2.3
23692026-08-17T23:29:32.552Z Checking mio v1.2.0
23702026-08-17T23:29:32.588Z Checking equivalent v1.0.2
23712026-08-17T23:29:32.600Z Checking icu_collections v2.1.1
23722026-08-17T23:29:32.668Z Checking serde v1.0.229
23732026-08-17T23:29:32.668Z Checking bitflags v2.11.0
23742026-08-17T23:29:32.765Z Checking serde_json v1.0.151
23752026-08-17T23:29:32.829Z Checking socket2 v0.6.3
23762026-08-17T23:29:32.843Z Checking icu_properties_data v2.1.2
23772026-08-17T23:29:32.892Z Checking icu_normalizer_data v2.1.1
23782026-08-17T23:29:32.964Z Checking byteorder v1.5.0
23792026-08-17T23:29:32.977Z Checking block-buffer v0.10.4
23802026-08-17T23:29:32.988Z Checking crypto-common v0.1.7
23812026-08-17T23:29:33.020Z Checking icu_provider v2.1.1
23822026-08-17T23:29:33.066Z Checking hashbrown v0.17.0
23832026-08-17T23:29:33.079Z Checking bytes v1.11.1
23842026-08-17T23:29:33.100Z Checking futures-sink v0.3.32
23852026-08-17T23:29:33.104Z Checking digest v0.10.7
23862026-08-17T23:29:33.162Z Checking getrandom v0.3.4
23872026-08-17T23:29:33.197Z Checking futures-channel v0.3.32
23882026-08-17T23:29:33.250Z Checking icu_normalizer v2.1.1
23892026-08-17T23:29:33.299Z Checking icu_properties v2.1.2
23902026-08-17T23:29:33.311Z Checking utf8_iter v1.0.4
23912026-08-17T23:29:33.384Z Checking futures-task v0.3.32
23922026-08-17T23:29:33.427Z Checking slab v0.4.12
23932026-08-17T23:29:33.439Z Checking futures-io v0.3.32
23942026-08-17T23:29:33.512Z Checking tokio v1.52.1
23952026-08-17T23:29:33.525Z Checking indexmap v2.14.0
23962026-08-17T23:29:33.535Z Checking form_urlencoded v1.2.2
23972026-08-17T23:29:33.552Z Checking rustix v1.1.3
23982026-08-17T23:29:33.563Z Checking base64ct v1.8.3
23992026-08-17T23:29:33.579Z Checking futures-util v0.3.32
24002026-08-17T23:29:33.656Z Checking fnv v1.0.7
24012026-08-17T23:29:33.747Z Checking iana-time-zone v0.1.65
24022026-08-17T23:29:33.791Z Checking pem-rfc7468 v0.7.0
24032026-08-17T23:29:33.853Z Checking flagset v0.4.7
24042026-08-17T23:29:33.955Z Checking chrono v0.4.45
24052026-08-17T23:29:33.979Z Checking der v0.7.10
24062026-08-17T23:29:34.080Z Checking rand_core v0.9.5
24072026-08-17T23:29:34.130Z Checking idna_adapter v1.2.1
24082026-08-17T23:29:34.179Z Checking ppv-lite86 v0.2.21
24092026-08-17T23:29:34.246Z Checking idna v1.1.0
24102026-08-17T23:29:34.259Z Checking uuid v1.23.4
24112026-08-17T23:29:34.383Z Checking base64 v0.22.1
24122026-08-17T23:29:34.466Z Checking regex-syntax v0.8.10
24132026-08-17T23:29:34.485Z Checking url v2.5.8
24142026-08-17T23:29:34.566Z Checking http v1.4.2
24152026-08-17T23:29:34.618Z Checking utf8parse v0.2.2
24162026-08-17T23:29:34.709Z Checking spki v0.7.3
24172026-08-17T23:29:34.724Z Checking rand_chacha v0.9.0
24182026-08-17T23:29:34.800Z Checking tracing-core v0.1.36
24192026-08-17T23:29:34.869Z Checking dyn-clone v1.0.20
24202026-08-17T23:29:34.915Z Checking cpufeatures v0.2.17
24212026-08-17T23:29:34.928Z Checking anstyle v1.0.14
24222026-08-17T23:29:34.970Z Checking rand v0.9.2
24232026-08-17T23:29:34.984Z Checking pkcs8 v0.10.2
24242026-08-17T23:29:35.099Z Checking tracing v0.1.44
24252026-08-17T23:29:35.115Z Checking semver v1.0.28
24262026-08-17T23:29:35.127Z Checking http-body v1.0.1
24272026-08-17T23:29:35.143Z Checking spin v0.9.8
24282026-08-17T23:29:35.250Z Checking rustls-pki-types v1.14.0
24292026-08-17T23:29:35.298Z Checking tinyvec_macros v0.1.1
24302026-08-17T23:29:35.317Z Checking openssl-probe v0.2.1
24312026-08-17T23:29:35.326Z Checking anstyle-query v1.1.5
24322026-08-17T23:29:35.360Z Checking colorchoice v1.0.4
24332026-08-17T23:29:35.414Z Checking cmov v0.5.4
24342026-08-17T23:29:35.419Z Checking is_terminal_polyfill v1.70.2
24352026-08-17T23:29:35.439Z Checking tinyvec v1.10.0
24362026-08-17T23:29:35.456Z Checking schemars v0.8.22
24372026-08-17T23:29:35.482Z Checking sha2 v0.10.9
24382026-08-17T23:29:35.510Z Checking aws-lc-sys v0.40.0
24392026-08-17T23:29:35.534Z Checking thiserror v2.0.18
24402026-08-17T23:29:35.598Z Checking ctutils v0.4.2
24412026-08-17T23:29:35.636Z Checking try-lock v0.2.5
24422026-08-17T23:29:35.734Z Checking atomic-waker v1.1.2
24432026-08-17T23:29:35.745Z Checking untrusted v0.7.1
24442026-08-17T23:29:35.756Z Checking fastrand v2.3.0
24452026-08-17T23:29:35.770Z Checking tower-layer v0.3.3
24462026-08-17T23:29:35.804Z Checking tower-service v0.3.3
24472026-08-17T23:29:35.830Z Checking hybrid-array v0.4.13
24482026-08-17T23:29:35.850Z Checking want v0.3.1
24492026-08-17T23:29:35.894Z Checking anstyle-parse v1.0.0
24502026-08-17T23:29:35.906Z Checking ipnet v2.11.0
24512026-08-17T23:29:35.928Z Checking tempfile v3.25.0
24522026-08-17T23:29:35.970Z Checking crc32fast v1.5.0
24532026-08-17T23:29:36.004Z Checking aws-lc-rs v1.16.3
24542026-08-17T23:29:36.039Z Checking httparse v1.10.1
24552026-08-17T23:29:36.102Z Checking aho-corasick v1.1.4
24562026-08-17T23:29:36.115Z Checking foreign-types-shared v0.1.1
24572026-08-17T23:29:36.128Z Checking plain v0.2.3
24582026-08-17T23:29:36.154Z Checking httpdate v1.0.3
24592026-08-17T23:29:36.196Z Checking untrusted v0.9.0
24602026-08-17T23:29:36.223Z Checking tap v1.0.1
24612026-08-17T23:29:36.244Z Checking simd-adler32 v0.3.8
24622026-08-17T23:29:36.294Z Checking foreign-types v0.3.2
24632026-08-17T23:29:36.309Z Checking anstream v1.0.0
24642026-08-17T23:29:36.323Z Checking wyz v0.5.1
24652026-08-17T23:29:36.361Z Checking unicode-normalization v0.1.25
24662026-08-17T23:29:36.407Z Checking rand_chacha v0.3.1
24672026-08-17T23:29:36.488Z Checking terminal_size v0.4.3
24682026-08-17T23:29:36.503Z Checking radium v0.7.0
24692026-08-17T23:29:36.569Z Checking signature v2.2.0
24702026-08-17T23:29:36.598Z Checking hex v0.4.3
24712026-08-17T23:29:36.616Z Checking num-integer v0.1.46
24722026-08-17T23:29:36.677Z Checking openssl-sys v0.9.117
24732026-08-17T23:29:36.698Z Checking wait-timeout v0.2.1
24742026-08-17T23:29:36.752Z Checking tokio-util v0.7.18
24752026-08-17T23:29:36.766Z Checking funty v2.0.0
24762026-08-17T23:29:36.778Z Checking regex-automata v0.4.14
24772026-08-17T23:29:36.810Z Checking quick-error v1.2.3
24782026-08-17T23:29:36.825Z Checking unicode-ident v1.0.24
24792026-08-17T23:29:36.835Z Checking rustls-webpki v0.103.13
24802026-08-17T23:29:36.852Z Checking bit-vec v0.8.0
24812026-08-17T23:29:36.908Z Checking clap_lex v1.0.0
24822026-08-17T23:29:36.925Z Checking adler2 v2.0.1
24832026-08-17T23:29:37.032Z Checking ucd-trie v0.1.7
24842026-08-17T23:29:37.045Z Checking strsim v0.11.1
24852026-08-17T23:29:37.058Z Checking bit-set v0.8.0
24862026-08-17T23:29:37.070Z Checking openssl v0.10.80
24872026-08-17T23:29:37.091Z Checking bitvec v1.0.1
24882026-08-17T23:29:37.158Z Checking pest v2.8.6
24892026-08-17T23:29:37.199Z Checking clap_builder v4.6.0
24902026-08-17T23:29:37.211Z Checking miniz_oxide v0.8.9
24912026-08-17T23:29:37.252Z Checking rustls v0.23.41
24922026-08-17T23:29:37.403Z Checking h2 v0.4.15
24932026-08-17T23:29:37.566Z Checking proc-macro2 v1.0.106
24942026-08-17T23:29:37.873Z Checking rusty-fork v0.3.1
24952026-08-17T23:29:38.044Z Checking num-iter v0.1.45
24962026-08-17T23:29:38.154Z Checking rand v0.8.6
24972026-08-17T23:29:38.208Z Checking lazy_static v1.5.0
24982026-08-17T23:29:38.298Z Checking anstyle-parse v0.2.7
24992026-08-17T23:29:38.404Z Checking rand_xorshift v0.4.0
25002026-08-17T23:29:38.423Z Checking thiserror v1.0.69
25012026-08-17T23:29:38.447Z Checking maybe-uninit v2.0.0
25022026-08-17T23:29:38.512Z Checking hmac v0.12.1
25032026-08-17T23:29:38.523Z Checking toml_datetime v0.6.11
25042026-08-17T23:29:38.527Z Checking serde_spanned v0.6.9
25052026-08-17T23:29:38.634Z Checking sync_wrapper v1.0.2
25062026-08-17T23:29:38.647Z Checking pretty-hex v0.4.1
25072026-08-17T23:29:38.647Z Checking zlib-rs v0.6.2
25082026-08-17T23:29:38.668Z Checking nodrop v0.1.14
25092026-08-17T23:29:38.707Z Checking crc-catalog v2.4.0
25102026-08-17T23:29:38.731Z Checking siphasher v1.0.2
25112026-08-17T23:29:38.749Z Checking unarray v0.1.4
25122026-08-17T23:29:38.765Z Checking powerfmt v0.2.0
25132026-08-17T23:29:38.792Z Checking crc v3.4.0
25142026-08-17T23:29:38.850Z Checking proptest v1.11.0
25152026-08-17T23:29:38.886Z Checking array-init v0.0.4
25162026-08-17T23:29:38.911Z Checking deranged v0.5.8
25172026-08-17T23:29:38.960Z Checking tower v0.5.3
25182026-08-17T23:29:39.062Z Checking native-tls v0.2.18
25192026-08-17T23:29:39.174Z Checking num-bigint-dig v0.8.6
25202026-08-17T23:29:39.240Z Checking smallvec v0.6.14
25212026-08-17T23:29:39.345Z Checking anstream v0.6.21
25222026-08-17T23:29:39.426Z Checking clap v4.6.1
25232026-08-17T23:29:39.495Z Checking packed_struct v0.10.1
25242026-08-17T23:29:39.510Z Checking quote v1.0.45
25252026-08-17T23:29:39.523Z Checking flate2 v1.1.9
25262026-08-17T23:29:39.539Z Checking ipnetwork v0.21.1
25272026-08-17T23:29:39.679Z Checking http-body-util v0.1.3
25282026-08-17T23:29:39.748Z Checking pkcs1 v0.7.5
25292026-08-17T23:29:39.815Z Checking crossbeam-utils v0.8.21
25302026-08-17T23:29:39.829Z Checking bitfield v0.19.4
25312026-08-17T23:29:39.895Z Checking zerocopy v0.6.6
25322026-08-17T23:29:39.956Z Checking ahash v0.8.12
25332026-08-17T23:29:39.982Z Checking bzip2-sys v0.1.13+1.0.8
25342026-08-17T23:29:40.067Z Checking scroll v0.13.0
25352026-08-17T23:29:40.090Z Checking env_filter v1.0.0
25362026-08-17T23:29:40.147Z Checking unicode-bidi v0.3.18
25372026-08-17T23:29:40.159Z Checking hashbrown v0.12.3
25382026-08-17T23:29:40.184Z Checking ryu v1.0.23
25392026-08-17T23:29:40.229Z Checking base64 v0.21.7
25402026-08-17T23:29:40.233Z Checking hyper v1.10.1
25412026-08-17T23:29:40.287Z Checking iri-string v0.7.10
25422026-08-17T23:29:40.317Z Checking time-core v0.1.8
25432026-08-17T23:29:40.439Z Checking unicode-properties v0.1.4
25442026-08-17T23:29:40.454Z Checking num-conv v0.2.0
25452026-08-17T23:29:40.458Z Checking num_threads v0.1.7
25462026-08-17T23:29:40.533Z Checking allocator-api2 v0.2.21
25472026-08-17T23:29:40.548Z Checking winnow v0.5.40
25482026-08-17T23:29:40.563Z Checking indexmap v1.9.3
25492026-08-17T23:29:40.573Z Checking time v0.3.47
25502026-08-17T23:29:40.621Z Checking stringprep v0.1.5
25512026-08-17T23:29:40.645Z Checking newtype-uuid v1.3.2
25522026-08-17T23:29:40.772Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-08-17T23:29:40.812Z Checking ron v0.8.1
25542026-08-17T23:29:40.847Z Checking serde_urlencoded v0.7.1
25552026-08-17T23:29:40.870Z Checking goblin v0.10.5
25562026-08-17T23:29:41.050Z Checking env_logger v0.11.9
25572026-08-17T23:29:41.188Z Checking hyper-util v0.1.20
25582026-08-17T23:29:41.236Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-08-17T23:29:41.314Z Checking tower-http v0.6.8
25602026-08-17T23:29:41.328Z Checking hashbrown v0.13.2
25612026-08-17T23:29:41.390Z Checking crossbeam-epoch v0.9.18
25622026-08-17T23:29:41.590Z Checking bzip2 v0.4.4
25632026-08-17T23:29:41.607Z Checking rsa v0.9.10
25642026-08-17T23:29:41.678Z Checking oxnet v0.1.6
25652026-08-17T23:29:41.692Z Checking toml_edit v0.19.15
25662026-08-17T23:29:41.744Z Checking syn v2.0.117
25672026-08-17T23:29:41.758Z Checking serde-hex v0.1.0
25682026-08-17T23:29:41.950Z Checking tokio-native-tls v0.3.1
25692026-08-17T23:29:42.086Z Checking bstr v1.12.1
25702026-08-17T23:29:42.112Z Checking block-padding v0.4.2
25712026-08-17T23:29:42.253Z Checking block-buffer v0.12.1
25722026-08-17T23:29:42.412Z Checking crypto-common v0.2.2
25732026-08-17T23:29:42.454Z Checking rustls-native-certs v0.8.3
25742026-08-17T23:29:42.480Z Checking scroll v0.12.0
25752026-08-17T23:29:42.581Z Checking x509-cert v0.2.5
25762026-08-17T23:29:42.700Z Checking zstd-sys v2.0.16+zstd.1.5.7
25772026-08-17T23:29:42.724Z Checking md-5 v0.10.6
25782026-08-17T23:29:42.809Z Checking hash32 v0.2.1
25792026-08-17T23:29:42.866Z Checking encoding_rs v0.8.35
25802026-08-17T23:29:42.965Z Checking either v1.15.0
25812026-08-17T23:29:43.004Z Checking crc-any v2.5.0
25822026-08-17T23:29:43.150Z Checking mime v0.3.17
25832026-08-17T23:29:43.177Z Checking psl-types v2.0.11
25842026-08-17T23:29:43.205Z Checking fallible-iterator v0.2.0
25852026-08-17T23:29:43.233Z Checking dof v0.4.0
25862026-08-17T23:29:43.261Z Checking heapless v0.7.17
25872026-08-17T23:29:43.288Z Checking publicsuffix v2.3.0
25882026-08-17T23:29:43.321Z Checking zstd-safe v7.2.4
25892026-08-17T23:29:43.448Z Checking toml v0.7.8
25902026-08-17T23:29:43.480Z Checking postgres-protocol v0.6.10
25912026-08-17T23:29:43.492Z Checking goblin v0.8.2
25922026-08-17T23:29:43.673Z Checking hyper-tls v0.6.0
25932026-08-17T23:29:43.749Z Checking inout v0.2.2
25942026-08-17T23:29:43.796Z Checking daft v0.1.7
25952026-08-17T23:29:43.810Z Checking zip v0.6.6
25962026-08-17T23:29:43.831Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25972026-08-17T23:29:43.843Z Checking object v0.30.4
25982026-08-17T23:29:43.868Z Checking cookie v0.18.1
25992026-08-17T23:29:43.897Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-08-17T23:29:44.034Z Checking tokio-rustls v0.26.4
26012026-08-17T23:29:44.049Z Checking phf_shared v0.13.1
26022026-08-17T23:29:44.064Z Checking dtrace-parser v0.3.0
26032026-08-17T23:29:44.106Z Checking zerocopy v0.7.35
26042026-08-17T23:29:44.129Z Checking pin-project v1.1.11
26052026-08-17T23:29:44.224Z Checking futures-executor v0.3.32
26062026-08-17T23:29:44.237Z Checking signal-hook v0.3.18
26072026-08-17T23:29:44.259Z Checking ff v0.13.1
26082026-08-17T23:29:44.297Z Checking thread-id v5.1.0
26092026-08-17T23:29:44.367Z Checking foldhash v0.2.0
26102026-08-17T23:29:44.377Z Checking managed v0.8.0
26112026-08-17T23:29:44.388Z Checking bumpalo v3.20.2
26122026-08-17T23:29:44.420Z Checking jiff-core v0.1.0
26132026-08-17T23:29:44.514Z Checking libbz2-rs-sys v0.2.2
26142026-08-17T23:29:44.552Z Checking base16ct v0.2.0
26152026-08-17T23:29:44.577Z Checking same-file v1.0.6
26162026-08-17T23:29:44.581Z Checking path-slash v0.1.5
26172026-08-17T23:29:44.671Z Checking bitflags v1.3.2
26182026-08-17T23:29:44.684Z Checking foldhash v0.1.5
26192026-08-17T23:29:44.696Z Compiling rayon-core v1.13.0
26202026-08-17T23:29:44.743Z Checking smoltcp v0.9.1
26212026-08-17T23:29:44.800Z Checking walkdir v2.5.0
26222026-08-17T23:29:44.811Z Checking hashbrown v0.15.5
26232026-08-17T23:29:44.883Z Checking sec1 v0.7.3
26242026-08-17T23:29:44.897Z Checking bzip2 v0.6.1
26252026-08-17T23:29:44.963Z Checking zopfli v0.8.3
26262026-08-17T23:29:45.055Z Checking hashbrown v0.16.1
26272026-08-17T23:29:45.078Z Checking signal-hook-mio v0.2.5
26282026-08-17T23:29:45.101Z Checking jiff v0.2.34
26292026-08-17T23:29:45.182Z Checking group v0.13.0
26302026-08-17T23:29:45.271Z Checking usdt-impl v0.6.0
26312026-08-17T23:29:45.283Z Checking futures v0.3.32
26322026-08-17T23:29:45.328Z Checking hyper-rustls v0.27.7
26332026-08-17T23:29:45.331Z Checking phf v0.13.1
26342026-08-17T23:29:45.355Z Checking snafu v0.8.9
26352026-08-17T23:29:45.392Z Checking dof v0.3.0
26362026-08-17T23:29:45.481Z Checking cookie_store v0.22.1
26372026-08-17T23:29:45.525Z Checking cipher v0.5.2
26382026-08-17T23:29:45.544Z Checking reqwest v0.12.28
26392026-08-17T23:29:45.547Z Checking postgres-types v0.2.12
26402026-08-17T23:29:45.588Z Checking zstd v0.13.3
26412026-08-17T23:29:45.672Z Checking rustls-platform-verifier v0.6.2
26422026-08-17T23:29:45.755Z Checking globset v0.4.18
26432026-08-17T23:29:45.771Z Checking crossbeam-deque v0.8.6
26442026-08-17T23:29:45.807Z Checking phf_shared v0.11.3
26452026-08-17T23:29:45.810Z Checking hkdf v0.12.4
26462026-08-17T23:29:45.859Z Checking regex v1.12.3
26472026-08-17T23:29:45.930Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-08-17T23:29:45.944Z Checking dtrace-parser v0.2.0
26492026-08-17T23:29:45.947Z Checking byte-wrapper v0.1.0
26502026-08-17T23:29:45.947Z Checking ref-cast v1.0.25
26512026-08-17T23:29:46.003Z Checking curve25519-dalek v4.1.3
26522026-08-17T23:29:46.059Z Checking strum v0.27.2
26532026-08-17T23:29:46.131Z Checking olpc-cjson v0.1.4
26542026-08-17T23:29:46.146Z Checking ed25519 v2.2.3
26552026-08-17T23:29:46.167Z Checking hubpack v0.1.2
26562026-08-17T23:29:46.188Z Checking memoffset v0.9.1
26572026-08-17T23:29:46.254Z Checking rustix v0.38.44
26582026-08-17T23:29:46.266Z Checking pem v3.0.6
26592026-08-17T23:29:46.270Z Checking serde-big-array v0.5.1
26602026-08-17T23:29:46.291Z Checking serde_plain v1.0.2
26612026-08-17T23:29:46.322Z Checking erased-serde v0.3.31
26622026-08-17T23:29:46.326Z Checking float-cmp v0.10.0
26632026-08-17T23:29:46.400Z Checking crypto-bigint v0.5.5
26642026-08-17T23:29:46.415Z Checking memmap2 v0.9.10
26652026-08-17T23:29:46.433Z Checking thread-id v4.2.2
26662026-08-17T23:29:46.455Z Checking difflib v0.4.0
26672026-08-17T23:29:46.510Z Checking normalize-line-endings v0.3.0
26682026-08-17T23:29:46.574Z Checking data-encoding v2.10.0
26692026-08-17T23:29:46.600Z Checking const-oid v0.10.2
26702026-08-17T23:29:46.630Z Checking keccak v0.1.6
26712026-08-17T23:29:46.710Z Checking new_debug_unreachable v1.0.6
26722026-08-17T23:29:46.754Z Checking toml_write v0.1.2
26732026-08-17T23:29:46.757Z Checking cpufeatures v0.3.0
26742026-08-17T23:29:46.779Z Checking winnow v1.0.3
26752026-08-17T23:29:46.792Z Checking static_assertions v1.1.0
26762026-08-17T23:29:46.844Z Checking precomputed-hash v0.1.1
26772026-08-17T23:29:46.856Z Checking fixedbitset v0.5.7
26782026-08-17T23:29:46.872Z Checking unicode-segmentation v1.12.0
26792026-08-17T23:29:46.926Z Checking typed-path v0.9.3
26802026-08-17T23:29:46.938Z Checking whoami v2.1.0
26812026-08-17T23:29:47.012Z Checking winnow v0.7.14
26822026-08-17T23:29:47.048Z Checking fixedbitset v0.4.2
26832026-08-17T23:29:47.061Z Checking predicates-core v1.0.10
26842026-08-17T23:29:47.133Z Checking tokio-postgres v0.7.16
26852026-08-17T23:29:47.183Z Checking predicates v3.1.4
26862026-08-17T23:29:47.183Z Checking similar v2.7.0
26872026-08-17T23:29:47.206Z Checking petgraph v0.6.5
26882026-08-17T23:29:47.314Z Checking elliptic-curve v0.13.8
26892026-08-17T23:29:47.480Z Checking crossterm v0.28.1
26902026-08-17T23:29:47.568Z Checking petgraph v0.8.3
26912026-08-17T23:29:47.616Z Checking toml_parser v1.1.2+spec-1.1.0
26922026-08-17T23:29:47.628Z Checking zip v4.6.1
26932026-08-17T23:29:47.701Z Checking tough v0.22.0
26942026-08-17T23:29:47.944Z Checking string_cache v0.8.9
26952026-08-17T23:29:48.113Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26962026-08-17T23:29:48.178Z Checking hickory-proto v0.25.2
26972026-08-17T23:29:48.199Z Checking chacha20 v0.10.0
26982026-08-17T23:29:48.212Z Checking toml_edit v0.22.27
26992026-08-17T23:29:48.393Z Checking sha3 v0.10.8
27002026-08-17T23:29:48.444Z Checking ed25519-dalek v2.2.0
27012026-08-17T23:29:48.456Z Checking digest v0.11.3
27022026-08-17T23:29:48.599Z Checking slog v2.8.2
27032026-08-17T23:29:48.630Z Checking usdt v0.6.0
27042026-08-17T23:29:48.672Z Checking usdt-impl v0.5.0
27052026-08-17T23:29:48.798Z Checking nix v0.31.2
27062026-08-17T23:29:48.856Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27072026-08-17T23:29:48.951Z Checking iddqd v0.4.2
27082026-08-17T23:29:49.301Z Checking reqwest v0.13.2
27092026-08-17T23:29:49.439Z Checking itertools v0.13.0
27102026-08-17T23:29:49.470Z Checking itertools v0.15.0
27112026-08-17T23:29:49.700Z Checking strum v0.26.3
27122026-08-17T23:29:49.816Z Checking serde_with v3.21.0
27132026-08-17T23:29:49.866Z Checking fs-err v3.3.0
27142026-08-17T23:29:49.989Z Checking object v0.37.3
27152026-08-17T23:29:50.159Z Checking tokio-stream v0.1.18
27162026-08-17T23:29:50.163Z Checking buf-list v1.1.2
27172026-08-17T23:29:50.329Z Checking anyhow v1.0.102
27182026-08-17T23:29:50.353Z Checking camino v1.2.2
27192026-08-17T23:29:50.472Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27202026-08-17T23:29:50.526Z Checking openapiv3 v2.2.0
27212026-08-17T23:29:50.539Z Checking lalrpop-util v0.19.12
27222026-08-17T23:29:50.564Z Checking peg-runtime v0.8.5
27232026-08-17T23:29:50.601Z Checking rayon v1.11.0
27242026-08-17T23:29:50.692Z Checking sigpipe v0.1.3
27252026-08-17T23:29:50.704Z Checking glob v0.3.3
27262026-08-17T23:29:52.167Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272026-08-17T23:29:52.228Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27282026-08-17T23:29:52.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.04s
27292026-08-17T23:29:52.674Z
27302026-08-17T23:29:52.674Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27312026-08-17T23:29:53.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-08-17T23:29:53.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-08-17T23:29:53.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342026-08-17T23:29:53.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27352026-08-17T23:29:53.261Z
27362026-08-17T23:29:53.261Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27372026-08-17T23:29:53.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382026-08-17T23:29:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392026-08-17T23:29:53.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402026-08-17T23:29:53.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27412026-08-17T23:29:53.820Z
27422026-08-17T23:29:53.820Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27432026-08-17T23:29:54.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442026-08-17T23:29:54.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452026-08-17T23:29:54.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462026-08-17T23:29:54.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27472026-08-17T23:29:54.397Z
27482026-08-17T23:29:54.397Zinfo: running `cargo check --bins` on oxql-types (82/335)
27492026-08-17T23:29:54.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-08-17T23:29:54.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-08-17T23:29:54.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522026-08-17T23:29:54.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27532026-08-17T23:29:54.957Z
27542026-08-17T23:29:54.964Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27552026-08-17T23:29:55.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-08-17T23:29:55.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-08-17T23:29:55.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-08-17T23:29:55.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27592026-08-17T23:29:55.514Z
27602026-08-17T23:29:55.514Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27612026-08-17T23:29:55.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-08-17T23:29:55.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-08-17T23:29:55.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-08-17T23:29:56.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27652026-08-17T23:29:56.074Z
27662026-08-17T23:29:56.074Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27672026-08-17T23:29:56.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-08-17T23:29:56.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-08-17T23:29:56.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-08-17T23:29:56.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27712026-08-17T23:29:56.619Z
27722026-08-17T23:29:56.619Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27732026-08-17T23:29:57.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-08-17T23:29:57.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-08-17T23:29:57.290Z Compiling multer v3.1.0
27762026-08-17T23:29:57.405Z Compiling async-stream-impl v0.3.6
27772026-08-17T23:29:57.413Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782026-08-17T23:29:57.419Z Compiling dropshot v0.17.1
27792026-08-17T23:29:57.432Z Compiling parse-display-derive v0.10.0
27802026-08-17T23:29:57.443Z Compiling dropshot_endpoint v0.17.1
27812026-08-17T23:29:57.447Z Compiling newtype-uuid-macros v0.1.0
27822026-08-17T23:29:57.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27832026-08-17T23:29:57.621Z Checking thread_local v1.1.9
27842026-08-17T23:29:57.642Z Checking compression-core v0.4.31
27852026-08-17T23:29:57.768Z Checking match_cfg v0.1.0
27862026-08-17T23:29:57.783Z Checking compression-codecs v0.4.37
27872026-08-17T23:29:57.797Z Checking crossbeam-channel v0.5.15
27882026-08-17T23:29:57.834Z Checking hostname v0.3.1
27892026-08-17T23:29:57.867Z Checking atomicwrites v0.4.4
27902026-08-17T23:29:57.945Z Checking slog-json v2.6.1
27912026-08-17T23:29:57.981Z Checking toml_datetime v1.1.1+spec-1.1.0
27922026-08-17T23:29:57.986Z Checking is-terminal v0.4.17
27932026-08-17T23:29:57.993Z Checking serde_spanned v1.1.1
27942026-08-17T23:29:58.064Z Checking debug-ignore v1.0.5
27952026-08-17T23:29:58.098Z Checking take_mut v0.2.2
27962026-08-17T23:29:58.115Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-17T23:29:58.137Z Checking term v1.2.1
27982026-08-17T23:29:58.161Z Checking slog-bunyan v2.5.0
27992026-08-17T23:29:58.161Z Checking async-stream v0.3.6
28002026-08-17T23:29:58.190Z Checking async-compression v0.4.41
28012026-08-17T23:29:58.204Z Checking slog-async v2.8.0
28022026-08-17T23:29:58.276Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28032026-08-17T23:29:58.291Z Checking progenitor-client v0.14.0
28042026-08-17T23:29:58.295Z Checking toml v1.1.2+spec-1.1.0
28052026-08-17T23:29:58.352Z Checking slog-term v2.9.2
28062026-08-17T23:29:58.368Z Checking sha1 v0.11.0
28072026-08-17T23:29:58.435Z Checking waitgroup v0.1.2
28082026-08-17T23:29:58.521Z Checking rustls-pemfile v2.2.0
28092026-08-17T23:29:58.532Z Checking backon v1.6.0
28102026-08-17T23:29:58.554Z Checking serde_path_to_error v0.1.20
28112026-08-17T23:29:58.591Z Checking hostname v0.4.2
28122026-08-17T23:29:58.604Z Checking instant v0.1.13
28132026-08-17T23:29:58.685Z Checking progenitor-extras v0.2.0
28142026-08-17T23:29:58.685Z Checking backoff v0.4.0
28152026-08-17T23:29:58.821Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28162026-08-17T23:29:58.877Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28172026-08-17T23:29:58.880Z Checking regress v0.10.5
28182026-08-17T23:29:58.903Z Checking itertools v0.14.0
28192026-08-17T23:29:59.020Z Checking macaddr v1.0.1
28202026-08-17T23:29:59.104Z Checking parse-display v0.10.0
28212026-08-17T23:29:59.232Z Checking humantime v2.3.0
28222026-08-17T23:30:00.006Z Compiling prettyplease v0.2.37
28232026-08-17T23:30:00.285Z Checking num-rational v0.4.2
28242026-08-17T23:30:00.560Z Checking num-complex v0.4.6
28252026-08-17T23:30:01.020Z Compiling num v0.4.3
28262026-08-17T23:30:01.090Z Compiling usdt-attr-macro v0.5.0
28272026-08-17T23:30:01.102Z Compiling usdt-macro v0.5.0
28282026-08-17T23:30:01.142Z Checking memmap v0.7.0
28292026-08-17T23:30:01.155Z Checking float-ord v0.3.2
28302026-08-17T23:30:01.169Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312026-08-17T23:30:01.271Z Checking unicode-width v0.2.0
28322026-08-17T23:30:01.371Z Compiling convert_case v0.4.0
28332026-08-17T23:30:01.516Z Checking console v0.15.11
28342026-08-17T23:30:01.733Z Compiling derive_more v0.99.20
28352026-08-17T23:30:01.804Z Checking newline-converter v0.3.0
28362026-08-17T23:30:01.879Z Compiling toml v0.8.23
28372026-08-17T23:30:01.882Z Checking usdt v0.5.0
28382026-08-17T23:30:01.961Z Checking linked-hash-map v0.5.6
28392026-08-17T23:30:02.049Z Compiling minimal-lexical v0.2.1
28402026-08-17T23:30:02.136Z Checking lru-cache v0.1.2
28412026-08-17T23:30:02.258Z Compiling nom v7.1.3
28422026-08-17T23:30:02.303Z Checking expectorate v1.2.0
28432026-08-17T23:30:02.756Z Checking camino-tempfile v1.4.1
28442026-08-17T23:30:02.830Z Checking hickory-proto v0.24.4
28452026-08-17T23:30:02.921Z Checking phf_shared v0.12.1
28462026-08-17T23:30:02.959Z Compiling slog-dtrace v0.3.0
28472026-08-17T23:30:03.068Z Checking heck v0.5.0
28482026-08-17T23:30:03.194Z Compiling unicode-xid v0.2.6
28492026-08-17T23:30:03.322Z Compiling chrono-tz v0.10.4
28502026-08-17T23:30:03.483Z Checking resolv-conf v0.7.6
28512026-08-17T23:30:03.518Z Compiling const_format_proc_macros v0.2.34
28522026-08-17T23:30:03.623Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-17T23:30:03.695Z Checking phf v0.12.1
28542026-08-17T23:30:03.839Z Checking tokio-dtrace v0.1.1
28552026-08-17T23:30:04.031Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28562026-08-17T23:30:04.101Z Compiling derive-where v1.6.0
28572026-08-17T23:30:04.129Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28582026-08-17T23:30:04.340Z Checking highway v1.3.0
28592026-08-17T23:30:04.382Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-17T23:30:04.569Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28612026-08-17T23:30:04.667Z Checking hickory-resolver v0.24.4
28622026-08-17T23:30:05.068Z Checking const_format v0.2.35
28632026-08-17T23:30:05.322Z Checking oxide-tokio-rt v0.1.4
28642026-08-17T23:30:05.410Z Checking qorb v0.4.1
28652026-08-17T23:30:05.679Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-08-17T23:30:05.725Z Checking gethostname v0.5.0
28672026-08-17T23:30:05.776Z Checking bcs v0.1.6
28682026-08-17T23:30:05.815Z Checking termtree v0.5.1
28692026-08-17T23:30:05.907Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28702026-08-17T23:30:05.948Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-08-17T23:30:05.953Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28722026-08-17T23:30:09.016Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28732026-08-17T23:30:12.142Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28742026-08-17T23:30:14.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.78s
28752026-08-17T23:30:14.574Z
28762026-08-17T23:30:14.574Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28772026-08-17T23:30:15.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-17T23:30:15.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-17T23:30:15.242Z Compiling ar_archive_writer v0.5.1
28802026-08-17T23:30:15.353Z Compiling stacker v0.1.23
28812026-08-17T23:30:15.359Z Compiling cfg_aliases v0.1.1
28822026-08-17T23:30:15.365Z Compiling convert_case v0.10.0
28832026-08-17T23:30:15.365Z Checking unicode-width v0.1.14
28842026-08-17T23:30:15.380Z Compiling proc-macro-error v1.0.4
28852026-08-17T23:30:15.392Z Checking fd-lock v4.0.4
28862026-08-17T23:30:15.396Z Checking nibble_vec v0.1.0
28872026-08-17T23:30:15.414Z Compiling nix v0.28.0
28882026-08-17T23:30:15.507Z Checking vte v0.14.1
28892026-08-17T23:30:15.517Z Compiling recursive-proc-macro-impl v0.1.1
28902026-08-17T23:30:15.602Z Checking bytecount v0.6.9
28912026-08-17T23:30:15.615Z Checking endian-type v0.1.2
28922026-08-17T23:30:15.648Z Compiling derive_more-impl v2.1.1
28932026-08-17T23:30:15.659Z Checking strip-ansi-escapes v0.2.1
28942026-08-17T23:30:15.671Z Compiling tabled_derive v0.7.0
28952026-08-17T23:30:15.698Z Checking papergrid v0.11.0
28962026-08-17T23:30:15.732Z Checking radix_trie v0.2.1
28972026-08-17T23:30:15.755Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28982026-08-17T23:30:15.911Z Compiling peg-macros v0.8.5
28992026-08-17T23:30:15.936Z Checking winnow v0.6.26
29002026-08-17T23:30:16.168Z Compiling psm v0.1.30
29012026-08-17T23:30:16.214Z Compiling sqlparser_derive v0.5.0
29022026-08-17T23:30:16.299Z Checking unicode_categories v0.1.1
29032026-08-17T23:30:16.456Z Checking derive_more v2.1.1
29042026-08-17T23:30:16.456Z Checking home v0.5.12
29052026-08-17T23:30:16.565Z Checking nu-ansi-term v0.50.3
29062026-08-17T23:30:16.607Z Checking crossterm v0.29.0
29072026-08-17T23:30:16.621Z Checking tabled v0.15.0
29082026-08-17T23:30:16.687Z Checking rustyline v14.0.0
29092026-08-17T23:30:16.766Z Checking reedline v0.40.0
29102026-08-17T23:30:16.931Z Checking recursive v0.1.1
29112026-08-17T23:30:16.999Z Checking display-error-chain v0.2.2
29122026-08-17T23:30:17.031Z Checking sqlparser v0.61.0
29132026-08-17T23:30:17.107Z Checking sqlformat v0.3.5
29142026-08-17T23:30:17.252Z Checking peg v0.8.5
29152026-08-17T23:30:28.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
29162026-08-17T23:30:28.484Z
29172026-08-17T23:30:28.484Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29182026-08-17T23:30:28.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-17T23:30:28.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-17T23:30:29.144Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-08-17T23:30:32.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29222026-08-17T23:30:32.847Z
29232026-08-17T23:30:32.848Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29242026-08-17T23:30:33.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-17T23:30:33.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-17T23:30:33.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-08-17T23:30:36.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
29282026-08-17T23:30:36.217Z
29292026-08-17T23:30:36.217Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29302026-08-17T23:30:36.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-17T23:30:36.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-17T23:30:36.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-17T23:30:40.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29342026-08-17T23:30:40.377Z
29352026-08-17T23:30:40.377Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29362026-08-17T23:30:40.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-17T23:30:40.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-17T23:30:41.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-17T23:30:44.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29402026-08-17T23:30:44.576Z
29412026-08-17T23:30:44.577Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29422026-08-17T23:30:45.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-17T23:30:45.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-17T23:30:45.241Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-08-17T23:30:47.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
29462026-08-17T23:30:48.093Z
29472026-08-17T23:30:48.093Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29482026-08-17T23:30:48.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-17T23:30:48.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-17T23:30:48.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29512026-08-17T23:30:51.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29522026-08-17T23:30:51.637Z
29532026-08-17T23:30:51.637Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29542026-08-17T23:30:52.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-17T23:30:52.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-17T23:30:52.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572026-08-17T23:30:55.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
29582026-08-17T23:30:55.982Z
29592026-08-17T23:30:55.982Zinfo: running `cargo check --bins` on oximeter (95/335)
29602026-08-17T23:30:56.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-17T23:30:56.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-17T23:30:56.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-08-17T23:30:56.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29642026-08-17T23:30:56.548Z
29652026-08-17T23:30:56.548Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29662026-08-17T23:30:57.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-17T23:30:57.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-17T23:30:57.168Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-08-17T23:30:57.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29702026-08-17T23:30:57.713Z
29712026-08-17T23:30:57.713Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29722026-08-17T23:30:58.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-17T23:30:58.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-17T23:30:58.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-17T23:30:58.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29762026-08-17T23:30:58.275Z
29772026-08-17T23:30:58.275Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29782026-08-17T23:30:58.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-17T23:30:58.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-17T23:30:58.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-17T23:30:58.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29822026-08-17T23:30:58.878Z
29832026-08-17T23:30:58.878Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29842026-08-17T23:30:59.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-17T23:30:59.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-17T23:30:59.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-17T23:30:59.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29882026-08-17T23:30:59.449Z
29892026-08-17T23:30:59.449Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29902026-08-17T23:30:59.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-17T23:30:59.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-17T23:30:59.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-17T23:30:59.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942026-08-17T23:31:00.016Z
29952026-08-17T23:31:00.017Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29962026-08-17T23:31:00.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-17T23:31:00.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-17T23:31:00.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-17T23:31:00.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30002026-08-17T23:31:00.586Z
30012026-08-17T23:31:00.586Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30022026-08-17T23:31:01.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-17T23:31:01.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-17T23:31:01.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-17T23:31:01.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-08-17T23:31:01.159Z
30072026-08-17T23:31:01.159Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30082026-08-17T23:31:01.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-17T23:31:01.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-17T23:31:01.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-17T23:31:01.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30122026-08-17T23:31:01.707Z
30132026-08-17T23:31:01.707Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30142026-08-17T23:31:02.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-17T23:31:02.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-17T23:31:02.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-17T23:31:02.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30182026-08-17T23:31:02.279Z
30192026-08-17T23:31:02.279Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30202026-08-17T23:31:02.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-17T23:31:02.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-17T23:31:03.090Z Compiling regress v0.11.1
30232026-08-17T23:31:03.090Z Checking secrecy v0.10.3
30242026-08-17T23:31:03.090Z Compiling crucible-workspace-hack v0.1.0
30252026-08-17T23:31:03.093Z Checking half v2.7.1
30262026-08-17T23:31:03.093Z Checking ciborium-io v0.2.2
30272026-08-17T23:31:03.093Z Checking inout v0.1.4
30282026-08-17T23:31:03.093Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30292026-08-17T23:31:03.321Z Checking universal-hash v0.5.1
30302026-08-17T23:31:03.335Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30312026-08-17T23:31:03.361Z Checking cipher v0.4.4
30322026-08-17T23:31:03.442Z Compiling thiserror-impl-no-std v2.0.2
30332026-08-17T23:31:03.471Z Compiling toml_datetime v0.7.5+spec-1.1.0
30342026-08-17T23:31:03.538Z Checking ciborium-ll v0.2.2
30352026-08-17T23:31:03.554Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30362026-08-17T23:31:03.554Z Checking opaque-debug v0.3.1
30372026-08-17T23:31:03.581Z Checking chacha20 v0.9.1
30382026-08-17T23:31:03.620Z Checking poly1305 v0.8.0
30392026-08-17T23:31:03.707Z Checking ciborium v0.2.2
30402026-08-17T23:31:03.707Z Compiling toml_edit v0.23.10+spec-1.0.0
30412026-08-17T23:31:03.768Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30422026-08-17T23:31:03.879Z Checking password-hash v0.5.0
30432026-08-17T23:31:03.954Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30442026-08-17T23:31:04.052Z Checking blake2 v0.10.6
30452026-08-17T23:31:04.102Z Checking aead v0.5.2
30462026-08-17T23:31:04.126Z Compiling unsafe-libyaml v0.2.11
30472026-08-17T23:31:04.246Z Checking indent_write v2.2.0
30482026-08-17T23:31:04.294Z Checking argon2 v0.5.3
30492026-08-17T23:31:04.377Z Checking chacha20poly1305 v0.10.1
30502026-08-17T23:31:04.508Z Compiling proc-macro-crate v3.4.0
30512026-08-17T23:31:04.624Z Checking thiserror-no-std v2.0.2
30522026-08-17T23:31:04.641Z Compiling serde_yaml v0.9.34+deprecated
30532026-08-17T23:31:04.670Z Checking typify-impl v0.6.2
30542026-08-17T23:31:04.714Z Checking vsss-rs v3.3.4
30552026-08-17T23:31:04.753Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-08-17T23:31:05.057Z Compiling num_enum_derive v0.7.6
30572026-08-17T23:31:05.357Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30582026-08-17T23:31:05.564Z Compiling heapless v0.8.0
30592026-08-17T23:31:05.625Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-17T23:31:05.725Z Compiling ingot-macros v0.2.0
30612026-08-17T23:31:05.795Z Checking hash32 v0.3.1
30622026-08-17T23:31:05.816Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-08-17T23:31:05.926Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30642026-08-17T23:31:06.022Z Compiling smoltcp v0.11.0
30652026-08-17T23:31:06.094Z Checking num_enum v0.7.6
30662026-08-17T23:31:06.155Z Checking tabwriter v1.4.1
30672026-08-17T23:31:06.210Z Checking cobs v0.3.0
30682026-08-17T23:31:06.304Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30692026-08-17T23:31:06.372Z Checking postcard v1.1.3
30702026-08-17T23:31:06.392Z Compiling proc-macro-crate v1.3.1
30712026-08-17T23:31:06.465Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30722026-08-17T23:31:06.506Z Compiling foreign-types-macros v0.2.3
30732026-08-17T23:31:06.663Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30742026-08-17T23:31:06.676Z Checking swrite v0.1.0
30752026-08-17T23:31:06.766Z Checking colored v3.1.1
30762026-08-17T23:31:06.804Z Checking foreign-types-shared v0.3.1
30772026-08-17T23:31:06.919Z Compiling num_enum_derive v0.5.11
30782026-08-17T23:31:06.950Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30792026-08-17T23:31:07.042Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30802026-08-17T23:31:07.100Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30812026-08-17T23:31:07.116Z Checking foreign-types v0.5.0
30822026-08-17T23:31:07.195Z Checking cstr-argument v0.1.2
30832026-08-17T23:31:07.325Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30842026-08-17T23:31:07.482Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30852026-08-17T23:31:07.539Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30862026-08-17T23:31:07.558Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30872026-08-17T23:31:07.593Z Checking rand v0.10.1
30882026-08-17T23:31:07.668Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30892026-08-17T23:31:07.711Z Compiling zone_cfg_derive v0.3.1
30902026-08-17T23:31:07.726Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30912026-08-17T23:31:07.840Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30922026-08-17T23:31:07.956Z Checking num_enum v0.5.11
30932026-08-17T23:31:07.988Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30942026-08-17T23:31:08.074Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30952026-08-17T23:31:08.161Z Checking itertools v0.12.1
30962026-08-17T23:31:08.253Z Compiling num-derive v0.4.2
30972026-08-17T23:31:08.360Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30982026-08-17T23:31:08.550Z Compiling semver v0.1.20
30992026-08-17T23:31:08.593Z Checking ingot-types v0.2.0
31002026-08-17T23:31:08.843Z Compiling rustc_version v0.1.7
31012026-08-17T23:31:08.962Z Checking ingot v0.2.1
31022026-08-17T23:31:09.071Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31032026-08-17T23:31:09.105Z Checking smf v0.2.3
31042026-08-17T23:31:09.175Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31052026-08-17T23:31:09.189Z Checking zone v0.3.1
31062026-08-17T23:31:09.228Z Checking csv-core v0.1.13
31072026-08-17T23:31:09.340Z Checking nom v8.0.0
31082026-08-17T23:31:09.379Z Checking whoami v1.6.1
31092026-08-17T23:31:09.404Z Compiling newtype_derive v0.1.6
31102026-08-17T23:31:09.414Z Checking csv v1.4.0
31112026-08-17T23:31:09.429Z Compiling typify-macro v0.6.2
31122026-08-17T23:31:09.542Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31132026-08-17T23:31:09.559Z Compiling cancel-safe-futures v0.1.5
31142026-08-17T23:31:09.636Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31152026-08-17T23:31:09.777Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31162026-08-17T23:31:09.794Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31172026-08-17T23:31:09.808Z Compiling libefi-sys v0.1.0
31182026-08-17T23:31:09.866Z Compiling owo-colors v4.3.0
31192026-08-17T23:31:10.100Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-08-17T23:31:10.207Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31212026-08-17T23:31:10.253Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31222026-08-17T23:31:10.312Z Checking oxide-update-engine-types v0.1.2
31232026-08-17T23:31:10.373Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31242026-08-17T23:31:10.453Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31252026-08-17T23:31:10.523Z Compiling bitfield-struct v0.6.2
31262026-08-17T23:31:10.573Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31272026-08-17T23:31:10.719Z Checking linear-map v1.2.0
31282026-08-17T23:31:10.896Z Checking smawk v0.3.2
31292026-08-17T23:31:10.917Z Checking unicode-linebreak v0.1.5
31302026-08-17T23:31:11.032Z Checking steno v0.4.1
31312026-08-17T23:31:11.129Z Checking textwrap v0.16.2
31322026-08-17T23:31:11.155Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31332026-08-17T23:31:11.169Z Compiling typify v0.6.2
31342026-08-17T23:31:11.278Z Compiling progenitor-impl v0.14.0
31352026-08-17T23:31:11.281Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31362026-08-17T23:31:11.341Z Checking oxide-update-engine v0.1.2
31372026-08-17T23:31:11.657Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31382026-08-17T23:31:11.957Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31392026-08-17T23:31:12.034Z Checking sha1 v0.10.6
31402026-08-17T23:31:12.099Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31412026-08-17T23:31:12.124Z Checking utf-8 v0.7.6
31422026-08-17T23:31:12.181Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31432026-08-17T23:31:12.207Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31442026-08-17T23:31:12.240Z Checking ignore v0.4.25
31452026-08-17T23:31:12.263Z Checking tungstenite v0.21.0
31462026-08-17T23:31:12.359Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31472026-08-17T23:31:12.419Z Compiling xshell-macros v0.2.7
31482026-08-17T23:31:12.568Z Checking predicates-tree v1.0.13
31492026-08-17T23:31:12.649Z Checking globwalk v0.9.1
31502026-08-17T23:31:12.683Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31512026-08-17T23:31:12.699Z Checking tokio-tungstenite v0.21.0
31522026-08-17T23:31:12.788Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31532026-08-17T23:31:12.804Z Checking xshell v0.2.7
31542026-08-17T23:31:12.833Z Checking filetime v0.2.27
31552026-08-17T23:31:12.972Z Checking xattr v1.6.1
31562026-08-17T23:31:12.987Z Checking tagptr v0.2.0
31572026-08-17T23:31:13.002Z Checking camino-tempfile-ext v0.3.3
31582026-08-17T23:31:13.002Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31592026-08-17T23:31:13.050Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31602026-08-17T23:31:13.105Z Checking tar v0.4.46
31612026-08-17T23:31:13.127Z Checking moka v0.12.13
31622026-08-17T23:31:13.181Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31632026-08-17T23:31:13.197Z Checking rand_seeder v0.4.0
31642026-08-17T23:31:13.201Z Checking half v1.8.3
31652026-08-17T23:31:13.326Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31662026-08-17T23:31:13.348Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31672026-08-17T23:31:13.412Z Checking serde_cbor v0.11.2
31682026-08-17T23:31:13.489Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31692026-08-17T23:31:13.652Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31702026-08-17T23:31:13.742Z Checking sha2 v0.11.0
31712026-08-17T23:31:13.770Z Checking hickory-resolver v0.25.2
31722026-08-17T23:31:13.791Z Checking digest-io v0.1.0
31732026-08-17T23:31:13.917Z Compiling petname v2.0.2
31742026-08-17T23:31:13.934Z Compiling progenitor-macro v0.14.0
31752026-08-17T23:31:14.285Z Checking rawzip v0.4.4
31762026-08-17T23:31:14.399Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31772026-08-17T23:31:14.499Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31782026-08-17T23:31:14.698Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-08-17T23:31:14.725Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31802026-08-17T23:31:14.801Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31812026-08-17T23:31:14.925Z Checking sapling-renderdag v0.1.0
31822026-08-17T23:31:14.958Z Checking subprocess v0.2.15
31832026-08-17T23:31:14.983Z Checking sync-ptr v0.1.4
31842026-08-17T23:31:15.165Z Checking colored v2.2.0
31852026-08-17T23:31:15.244Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31862026-08-17T23:31:15.259Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31872026-08-17T23:31:15.263Z Checking assert_matches v1.5.0
31882026-08-17T23:31:15.383Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31892026-08-17T23:31:15.401Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31902026-08-17T23:31:16.686Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31912026-08-17T23:31:16.914Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31922026-08-17T23:31:17.222Z Checking progenitor v0.14.0
31932026-08-17T23:31:17.250Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942026-08-17T23:31:17.352Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
31952026-08-17T23:31:17.355Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31962026-08-17T23:31:17.355Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31972026-08-17T23:31:17.355Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31982026-08-17T23:31:17.356Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31992026-08-17T23:31:17.356Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002026-08-17T23:31:17.850Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-08-17T23:31:17.973Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32022026-08-17T23:31:17.978Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32032026-08-17T23:31:18.154Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32042026-08-17T23:31:18.847Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32052026-08-17T23:31:19.070Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32062026-08-17T23:31:20.304Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32072026-08-17T23:31:28.790Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32082026-08-17T23:31:35.962Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-08-17T23:31:35.998Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32102026-08-17T23:31:35.998Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32112026-08-17T23:31:37.457Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122026-08-17T23:31:38.717Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32132026-08-17T23:31:40.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
32142026-08-17T23:31:41.164Z
32152026-08-17T23:31:41.164Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32162026-08-17T23:31:41.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-08-17T23:31:41.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-08-17T23:31:41.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-08-17T23:31:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32202026-08-17T23:31:41.773Z
32212026-08-17T23:31:41.773Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32222026-08-17T23:31:42.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-17T23:31:42.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-17T23:31:42.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-08-17T23:31:42.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32262026-08-17T23:31:42.341Z
32272026-08-17T23:31:42.341Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32282026-08-17T23:31:42.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-17T23:31:42.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-17T23:31:42.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-08-17T23:31:42.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32322026-08-17T23:31:42.909Z
32332026-08-17T23:31:42.909Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32342026-08-17T23:31:43.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-17T23:31:43.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-17T23:31:43.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-08-17T23:31:43.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32382026-08-17T23:31:43.478Z
32392026-08-17T23:31:43.478Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32402026-08-17T23:31:43.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-17T23:31:43.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-17T23:31:43.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-08-17T23:31:43.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32442026-08-17T23:31:44.033Z
32452026-08-17T23:31:44.033Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32462026-08-17T23:31:44.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-17T23:31:44.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-17T23:31:44.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-08-17T23:31:44.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32502026-08-17T23:31:44.592Z
32512026-08-17T23:31:44.592Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32522026-08-17T23:31:45.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-08-17T23:31:45.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-08-17T23:31:45.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-08-17T23:31:45.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32562026-08-17T23:31:45.147Z
32572026-08-17T23:31:45.147Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32582026-08-17T23:31:45.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-17T23:31:45.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-17T23:31:45.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-17T23:31:45.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32622026-08-17T23:31:45.699Z
32632026-08-17T23:31:45.699Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32642026-08-17T23:31:46.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-17T23:31:46.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-17T23:31:46.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-17T23:31:46.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32682026-08-17T23:31:46.277Z
32692026-08-17T23:31:46.277Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32702026-08-17T23:31:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-17T23:31:46.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-17T23:31:46.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-17T23:31:46.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32742026-08-17T23:31:46.863Z
32752026-08-17T23:31:46.863Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32762026-08-17T23:31:47.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-17T23:31:47.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-17T23:31:47.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-17T23:31:47.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32802026-08-17T23:31:47.449Z
32812026-08-17T23:31:47.449Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32822026-08-17T23:31:47.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-17T23:31:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-17T23:31:47.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-17T23:31:47.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32862026-08-17T23:31:48.035Z
32872026-08-17T23:31:48.035Zinfo: running `cargo check --bins` on key-manager (118/335)
32882026-08-17T23:31:48.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-17T23:31:48.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-17T23:31:48.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-08-17T23:31:48.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32922026-08-17T23:31:48.607Z
32932026-08-17T23:31:48.607Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32942026-08-17T23:31:49.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-08-17T23:31:49.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-08-17T23:31:49.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-08-17T23:31:49.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32982026-08-17T23:31:49.194Z
32992026-08-17T23:31:49.194Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
33002026-08-17T23:31:49.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-08-17T23:31:49.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-08-17T23:31:49.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-08-17T23:31:49.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33042026-08-17T23:31:49.768Z
33052026-08-17T23:31:49.768Zinfo: running `cargo check --bins` on typed-rng (121/335)
33062026-08-17T23:31:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-08-17T23:31:50.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-08-17T23:31:50.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-08-17T23:31:50.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33102026-08-17T23:31:50.320Z
33112026-08-17T23:31:50.320Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33122026-08-17T23:31:50.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-08-17T23:31:50.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-08-17T23:31:50.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-08-17T23:31:50.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33162026-08-17T23:31:50.935Z
33172026-08-17T23:31:50.935Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33182026-08-17T23:31:51.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-08-17T23:31:51.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-08-17T23:31:51.656Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-08-17T23:31:51.659Z Checking void v1.0.2
33222026-08-17T23:31:51.659Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33232026-08-17T23:31:51.659Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-17T23:31:51.659Z Checking tungstenite v0.23.0
33252026-08-17T23:31:51.775Z Checking dropshot-api-manager-types v0.8.0
33262026-08-17T23:31:51.781Z Checking nix v0.27.1
33272026-08-17T23:31:51.784Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33282026-08-17T23:31:51.859Z Checking lzss v0.8.2
33292026-08-17T23:31:51.924Z Checking kstat-rs v0.2.5
33302026-08-17T23:31:51.936Z Checking fxhash v0.2.1
33312026-08-17T23:31:52.032Z Checking serde_bytes v0.11.19
33322026-08-17T23:31:52.047Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-08-17T23:31:52.078Z Checking signal-hook-tokio v0.3.1
33342026-08-17T23:31:52.094Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-08-17T23:31:52.108Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33362026-08-17T23:31:52.202Z Checking tokio-tungstenite v0.23.1
33372026-08-17T23:31:52.285Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33382026-08-17T23:31:53.371Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-08-17T23:31:53.926Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-08-17T23:31:56.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
33412026-08-17T23:31:56.259Z
33422026-08-17T23:31:56.259Zinfo: running `cargo check --bins` on gateway-api (124/335)
33432026-08-17T23:31:56.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-08-17T23:31:56.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-08-17T23:31:56.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-08-17T23:31:56.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33472026-08-17T23:31:56.821Z
33482026-08-17T23:31:56.821Zinfo: running `cargo check --bins` on ipcc (125/335)
33492026-08-17T23:31:57.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-08-17T23:31:57.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-08-17T23:31:57.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-08-17T23:31:57.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33532026-08-17T23:31:57.388Z
33542026-08-17T23:31:57.389Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33552026-08-17T23:31:57.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-08-17T23:31:57.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-08-17T23:31:57.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-08-17T23:31:57.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33592026-08-17T23:31:57.934Z
33602026-08-17T23:31:57.934Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33612026-08-17T23:31:58.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-08-17T23:31:58.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-08-17T23:31:58.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-08-17T23:31:58.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33652026-08-17T23:31:58.516Z
33662026-08-17T23:31:58.516Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33672026-08-17T23:31:58.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-17T23:31:58.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-17T23:31:58.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-17T23:31:59.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33712026-08-17T23:31:59.085Z
33722026-08-17T23:31:59.085Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33732026-08-17T23:31:59.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-17T23:31:59.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-17T23:31:59.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-17T23:31:59.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33772026-08-17T23:31:59.650Z
33782026-08-17T23:31:59.650Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33792026-08-17T23:32:00.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-17T23:32:00.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-17T23:32:00.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-17T23:32:00.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33832026-08-17T23:32:00.211Z
33842026-08-17T23:32:00.211Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33852026-08-17T23:32:00.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-17T23:32:00.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-17T23:32:00.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-17T23:32:00.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33892026-08-17T23:32:00.789Z
33902026-08-17T23:32:00.789Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33912026-08-17T23:32:01.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-17T23:32:01.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-17T23:32:01.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-17T23:32:01.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33952026-08-17T23:32:01.358Z
33962026-08-17T23:32:01.358Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33972026-08-17T23:32:01.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-17T23:32:01.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-17T23:32:01.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-17T23:32:01.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34012026-08-17T23:32:01.926Z
34022026-08-17T23:32:01.926Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34032026-08-17T23:32:02.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-17T23:32:02.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-17T23:32:02.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-17T23:32:02.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34072026-08-17T23:32:02.491Z
34082026-08-17T23:32:02.491Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34092026-08-17T23:32:02.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-17T23:32:02.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-17T23:32:02.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-17T23:32:02.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34132026-08-17T23:32:03.062Z
34142026-08-17T23:32:03.062Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34152026-08-17T23:32:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-17T23:32:03.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-17T23:32:03.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-17T23:32:03.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34192026-08-17T23:32:03.632Z
34202026-08-17T23:32:03.632Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34212026-08-17T23:32:04.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-17T23:32:04.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-17T23:32:04.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-17T23:32:04.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34252026-08-17T23:32:04.199Z
34262026-08-17T23:32:04.199Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34272026-08-17T23:32:04.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-17T23:32:04.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-17T23:32:04.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-17T23:32:04.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-08-17T23:32:04.768Z
34322026-08-17T23:32:04.768Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34332026-08-17T23:32:05.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-17T23:32:05.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-17T23:32:05.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-17T23:32:05.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-08-17T23:32:05.331Z
34382026-08-17T23:32:05.331Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34392026-08-17T23:32:05.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-17T23:32:05.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-17T23:32:05.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-17T23:32:05.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-08-17T23:32:05.898Z
34442026-08-17T23:32:05.898Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34452026-08-17T23:32:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-17T23:32:06.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-17T23:32:06.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-17T23:32:06.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-17T23:32:06.466Z
34502026-08-17T23:32:06.466Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34512026-08-17T23:32:06.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-17T23:32:06.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-17T23:32:06.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-17T23:32:06.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-08-17T23:32:07.037Z
34562026-08-17T23:32:07.037Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34572026-08-17T23:32:07.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-17T23:32:07.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-17T23:32:07.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-17T23:32:07.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-08-17T23:32:07.606Z
34622026-08-17T23:32:07.607Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34632026-08-17T23:32:08.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-17T23:32:08.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-17T23:32:08.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-17T23:32:08.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-08-17T23:32:08.171Z
34682026-08-17T23:32:08.171Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34692026-08-17T23:32:08.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-17T23:32:08.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-17T23:32:08.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-17T23:32:08.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34732026-08-17T23:32:08.734Z
34742026-08-17T23:32:08.734Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34752026-08-17T23:32:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-17T23:32:09.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-17T23:32:09.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-17T23:32:09.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34792026-08-17T23:32:09.319Z
34802026-08-17T23:32:09.319Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34812026-08-17T23:32:09.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-17T23:32:09.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-17T23:32:09.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-17T23:32:09.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34852026-08-17T23:32:09.905Z
34862026-08-17T23:32:09.905Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34872026-08-17T23:32:10.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-17T23:32:10.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-17T23:32:10.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-17T23:32:10.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34912026-08-17T23:32:10.488Z
34922026-08-17T23:32:10.488Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34932026-08-17T23:32:10.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-17T23:32:10.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-17T23:32:10.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-17T23:32:10.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34972026-08-17T23:32:11.074Z
34982026-08-17T23:32:11.074Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
34992026-08-17T23:32:11.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-17T23:32:11.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-17T23:32:11.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-17T23:32:11.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-08-17T23:32:11.657Z
35042026-08-17T23:32:11.657Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35052026-08-17T23:32:12.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-17T23:32:12.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-17T23:32:12.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-17T23:32:12.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35092026-08-17T23:32:12.233Z
35102026-08-17T23:32:12.234Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35112026-08-17T23:32:12.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-17T23:32:12.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-17T23:32:12.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-17T23:32:12.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-08-17T23:32:12.814Z
35162026-08-17T23:32:12.814Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35172026-08-17T23:32:13.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-17T23:32:13.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-17T23:32:13.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-17T23:32:13.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35212026-08-17T23:32:13.393Z
35222026-08-17T23:32:13.393Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35232026-08-17T23:32:13.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-17T23:32:13.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-17T23:32:13.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-17T23:32:13.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-08-17T23:32:13.974Z
35282026-08-17T23:32:13.974Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35292026-08-17T23:32:14.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-17T23:32:14.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-17T23:32:14.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-17T23:32:14.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-08-17T23:32:14.555Z
35342026-08-17T23:32:14.555Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35352026-08-17T23:32:15.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-17T23:32:15.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-17T23:32:15.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-17T23:32:15.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-08-17T23:32:15.141Z
35402026-08-17T23:32:15.142Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35412026-08-17T23:32:15.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-17T23:32:15.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-17T23:32:15.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-17T23:32:15.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-08-17T23:32:15.728Z
35462026-08-17T23:32:15.728Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35472026-08-17T23:32:16.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-17T23:32:16.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-17T23:32:16.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-17T23:32:16.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-08-17T23:32:16.310Z
35522026-08-17T23:32:16.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35532026-08-17T23:32:16.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-17T23:32:16.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-17T23:32:16.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-17T23:32:16.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-08-17T23:32:16.892Z
35582026-08-17T23:32:16.892Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35592026-08-17T23:32:17.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-17T23:32:17.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-17T23:32:17.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-17T23:32:17.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-17T23:32:17.474Z
35642026-08-17T23:32:17.474Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35652026-08-17T23:32:17.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-17T23:32:17.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-17T23:32:17.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-17T23:32:17.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-08-17T23:32:18.054Z
35702026-08-17T23:32:18.054Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35712026-08-17T23:32:18.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-17T23:32:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-17T23:32:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-17T23:32:18.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-08-17T23:32:18.636Z
35762026-08-17T23:32:18.636Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35772026-08-17T23:32:19.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-17T23:32:19.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-17T23:32:19.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-17T23:32:19.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-08-17T23:32:19.224Z
35822026-08-17T23:32:19.224Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35832026-08-17T23:32:19.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-17T23:32:19.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-17T23:32:19.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-17T23:32:19.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-08-17T23:32:19.787Z
35882026-08-17T23:32:19.787Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35892026-08-17T23:32:20.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-17T23:32:20.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-17T23:32:20.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-17T23:32:20.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35932026-08-17T23:32:20.348Z
35942026-08-17T23:32:20.348Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35952026-08-17T23:32:20.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-17T23:32:20.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-17T23:32:20.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-17T23:32:20.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35992026-08-17T23:32:20.913Z
36002026-08-17T23:32:20.913Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36012026-08-17T23:32:21.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-17T23:32:21.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-17T23:32:21.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-17T23:32:21.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36052026-08-17T23:32:21.478Z
36062026-08-17T23:32:21.478Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36072026-08-17T23:32:21.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-17T23:32:21.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-17T23:32:21.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-08-17T23:32:21.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36112026-08-17T23:32:22.045Z
36122026-08-17T23:32:22.045Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36132026-08-17T23:32:22.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-08-17T23:32:22.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-08-17T23:32:22.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-08-17T23:32:22.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36172026-08-17T23:32:22.607Z
36182026-08-17T23:32:22.608Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36192026-08-17T23:32:23.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-08-17T23:32:23.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-08-17T23:32:23.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-08-17T23:32:23.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36232026-08-17T23:32:23.172Z
36242026-08-17T23:32:23.172Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36252026-08-17T23:32:23.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-17T23:32:23.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-17T23:32:23.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-08-17T23:32:23.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36292026-08-17T23:32:23.734Z
36302026-08-17T23:32:23.734Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36312026-08-17T23:32:24.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-17T23:32:24.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-17T23:32:24.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-17T23:32:24.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36352026-08-17T23:32:24.299Z
36362026-08-17T23:32:24.299Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36372026-08-17T23:32:24.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-17T23:32:24.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-17T23:32:24.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-17T23:32:24.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36412026-08-17T23:32:24.861Z
36422026-08-17T23:32:24.862Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36432026-08-17T23:32:25.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-17T23:32:25.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-17T23:32:25.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-17T23:32:25.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36472026-08-17T23:32:25.430Z
36482026-08-17T23:32:25.431Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36492026-08-17T23:32:25.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-17T23:32:25.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-17T23:32:25.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-17T23:32:25.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36532026-08-17T23:32:25.997Z
36542026-08-17T23:32:25.997Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36552026-08-17T23:32:26.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-17T23:32:26.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-17T23:32:26.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-17T23:32:26.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36592026-08-17T23:32:26.565Z
36602026-08-17T23:32:26.565Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36612026-08-17T23:32:27.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-17T23:32:27.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-17T23:32:27.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-17T23:32:27.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36652026-08-17T23:32:27.137Z
36662026-08-17T23:32:27.137Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36672026-08-17T23:32:27.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-17T23:32:27.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-17T23:32:27.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-17T23:32:27.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36712026-08-17T23:32:27.703Z
36722026-08-17T23:32:27.704Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36732026-08-17T23:32:28.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-17T23:32:28.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-17T23:32:28.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-17T23:32:28.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36772026-08-17T23:32:28.272Z
36782026-08-17T23:32:28.272Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36792026-08-17T23:32:28.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-17T23:32:28.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-17T23:32:28.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-17T23:32:28.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-08-17T23:32:28.857Z
36842026-08-17T23:32:28.857Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36852026-08-17T23:32:29.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-17T23:32:29.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-17T23:32:29.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-17T23:32:29.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-08-17T23:32:29.444Z
36902026-08-17T23:32:29.444Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36912026-08-17T23:32:29.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-17T23:32:29.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-17T23:32:29.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-17T23:32:29.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-08-17T23:32:30.031Z
36962026-08-17T23:32:30.031Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36972026-08-17T23:32:30.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-17T23:32:30.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-17T23:32:30.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-17T23:32:30.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37012026-08-17T23:32:30.615Z
37022026-08-17T23:32:30.615Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37032026-08-17T23:32:31.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-17T23:32:31.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-17T23:32:31.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-17T23:32:31.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37072026-08-17T23:32:31.201Z
37082026-08-17T23:32:31.202Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37092026-08-17T23:32:31.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-17T23:32:31.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-17T23:32:31.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-17T23:32:31.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-08-17T23:32:31.787Z
37142026-08-17T23:32:31.787Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37152026-08-17T23:32:32.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-17T23:32:32.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-17T23:32:32.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-17T23:32:32.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-08-17T23:32:32.375Z
37202026-08-17T23:32:32.375Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37212026-08-17T23:32:32.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-17T23:32:32.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-17T23:32:32.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-17T23:32:32.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37252026-08-17T23:32:32.962Z
37262026-08-17T23:32:32.962Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37272026-08-17T23:32:33.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-17T23:32:33.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-17T23:32:33.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-17T23:32:33.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37312026-08-17T23:32:33.545Z
37322026-08-17T23:32:33.545Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37332026-08-17T23:32:34.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-17T23:32:34.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-17T23:32:34.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-17T23:32:34.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-08-17T23:32:34.129Z
37382026-08-17T23:32:34.129Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37392026-08-17T23:32:34.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-17T23:32:34.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-17T23:32:34.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-17T23:32:34.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-17T23:32:34.710Z
37442026-08-17T23:32:34.710Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37452026-08-17T23:32:35.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-17T23:32:35.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-17T23:32:35.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-17T23:32:35.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-17T23:32:35.293Z
37502026-08-17T23:32:35.294Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37512026-08-17T23:32:35.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-17T23:32:35.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-17T23:32:35.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-17T23:32:35.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37552026-08-17T23:32:35.875Z
37562026-08-17T23:32:35.875Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37572026-08-17T23:32:36.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-17T23:32:36.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-17T23:32:36.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-17T23:32:36.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-08-17T23:32:36.457Z
37622026-08-17T23:32:36.457Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37632026-08-17T23:32:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-17T23:32:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-17T23:32:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-17T23:32:36.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-08-17T23:32:37.042Z
37682026-08-17T23:32:37.042Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37692026-08-17T23:32:37.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-17T23:32:37.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-17T23:32:37.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-08-17T23:32:37.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37732026-08-17T23:32:37.648Z
37742026-08-17T23:32:37.648Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37752026-08-17T23:32:38.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-08-17T23:32:38.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-08-17T23:32:38.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-08-17T23:32:38.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37792026-08-17T23:32:38.213Z
37802026-08-17T23:32:38.213Zinfo: running `cargo check --bins` on dns-server (197/335)
37812026-08-17T23:32:38.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-08-17T23:32:38.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-08-17T23:32:38.847Z Compiling parking_lot_core v0.8.6
37842026-08-17T23:32:38.850Z Compiling git-stub v1.0.0
37852026-08-17T23:32:38.962Z Checking prefix-trie v0.7.0
37862026-08-17T23:32:38.966Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37872026-08-17T23:32:39.075Z Compiling git-stub-vcs v0.1.0
37882026-08-17T23:32:39.234Z Checking hickory-server v0.25.2
37892026-08-17T23:32:39.346Z Checking parking_lot v0.11.2
37902026-08-17T23:32:39.375Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37912026-08-17T23:32:39.511Z Checking sled v0.34.7
37922026-08-17T23:32:41.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
37932026-08-17T23:32:41.618Z
37942026-08-17T23:32:41.618Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37952026-08-17T23:32:42.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-17T23:32:42.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-17T23:32:42.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-17T23:32:42.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37992026-08-17T23:32:42.190Z
38002026-08-17T23:32:42.190Zinfo: running `cargo check --bins` on nexus-client (199/335)
38012026-08-17T23:32:42.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-17T23:32:42.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-17T23:32:42.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-17T23:32:42.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-08-17T23:32:42.793Z
38062026-08-17T23:32:42.793Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38072026-08-17T23:32:43.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-17T23:32:43.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-17T23:32:43.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-08-17T23:32:43.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38112026-08-17T23:32:43.364Z
38122026-08-17T23:32:43.364Zinfo: running `cargo check --bins` on sp-sim (201/335)
38132026-08-17T23:32:43.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-17T23:32:43.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-17T23:32:44.062Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38162026-08-17T23:32:44.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38172026-08-17T23:32:44.763Z
38182026-08-17T23:32:44.763Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38192026-08-17T23:32:45.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-08-17T23:32:45.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-08-17T23:32:45.563Z Compiling salty v0.3.0
38222026-08-17T23:32:45.564Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38232026-08-17T23:32:45.703Z Checking libscf-sys v1.2.0
38242026-08-17T23:32:45.706Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38252026-08-17T23:32:45.706Z Checking rfc6979 v0.4.0
38262026-08-17T23:32:45.730Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38272026-08-17T23:32:45.734Z Checking primeorder v0.13.6
38282026-08-17T23:32:45.756Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38292026-08-17T23:32:45.815Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38302026-08-17T23:32:45.829Z Checking ecdsa v0.16.9
38312026-08-17T23:32:45.890Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38322026-08-17T23:32:45.961Z Checking papergrid v0.18.0
38332026-08-17T23:32:45.979Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-17T23:32:46.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38352026-08-17T23:32:46.152Z Checking p384 v0.13.1
38362026-08-17T23:32:46.169Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38372026-08-17T23:32:46.244Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
38382026-08-17T23:32:46.309Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38392026-08-17T23:32:46.313Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-17T23:32:46.509Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38412026-08-17T23:32:46.559Z Compiling illumos-nvpair-sys v0.2.0
38422026-08-17T23:32:46.576Z Checking corncobs v0.1.4
38432026-08-17T23:32:46.607Z Compiling unicase v2.9.0
38442026-08-17T23:32:46.686Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38452026-08-17T23:32:46.700Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
38462026-08-17T23:32:46.704Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38472026-08-17T23:32:46.726Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38482026-08-17T23:32:46.754Z Checking tabled v0.21.0
38492026-08-17T23:32:46.793Z Compiling progenitor-impl v0.13.0
38502026-08-17T23:32:46.807Z Compiling mime_guess v2.0.5
38512026-08-17T23:32:46.890Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38522026-08-17T23:32:46.957Z Checking secrecy v0.8.0
38532026-08-17T23:32:46.975Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-08-17T23:32:47.013Z Checking crc8 v0.1.1
38552026-08-17T23:32:47.108Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
38562026-08-17T23:32:47.304Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38572026-08-17T23:32:47.596Z Checking progenitor-client v0.13.0
38582026-08-17T23:32:47.670Z Checking http-range v0.1.5
38592026-08-17T23:32:47.690Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38602026-08-17T23:32:47.793Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38612026-08-17T23:32:47.822Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-08-17T23:32:48.002Z Checking illumos-nvpair v0.3.0
38632026-08-17T23:32:48.159Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38642026-08-17T23:32:48.196Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38652026-08-17T23:32:48.242Z Checking scuffle v0.1.0
38662026-08-17T23:32:48.257Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38672026-08-17T23:32:48.271Z Checking nanorand v0.7.0
38682026-08-17T23:32:48.466Z Checking flume v0.11.1
38692026-08-17T23:32:48.539Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38702026-08-17T23:32:48.707Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38712026-08-17T23:32:48.813Z Checking hyper-staticfile v0.10.1
38722026-08-17T23:32:48.876Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-17T23:32:48.881Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38742026-08-17T23:32:48.924Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38752026-08-17T23:32:49.097Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38762026-08-17T23:32:49.149Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38772026-08-17T23:32:49.178Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38782026-08-17T23:32:49.231Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38792026-08-17T23:32:49.361Z Compiling progenitor-macro v0.13.0
38802026-08-17T23:32:49.484Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38812026-08-17T23:32:49.528Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38822026-08-17T23:32:49.559Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38832026-08-17T23:32:49.889Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38842026-08-17T23:32:50.427Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38852026-08-17T23:32:50.900Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38862026-08-17T23:32:52.143Z Checking progenitor v0.13.0
38872026-08-17T23:32:52.278Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38882026-08-17T23:32:53.893Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38892026-08-17T23:32:54.671Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38902026-08-17T23:33:08.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.27s
38912026-08-17T23:33:08.249Z
38922026-08-17T23:33:08.249Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
38932026-08-17T23:33:08.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-17T23:33:08.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-17T23:33:09.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-08-17T23:33:19.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38972026-08-17T23:33:19.794Z
38982026-08-17T23:33:19.794Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
38992026-08-17T23:33:20.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-17T23:33:20.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-17T23:33:20.553Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-08-17T23:33:31.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39032026-08-17T23:33:31.280Z
39042026-08-17T23:33:31.281Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39052026-08-17T23:33:31.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-17T23:33:31.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-17T23:33:32.051Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39082026-08-17T23:33:42.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39092026-08-17T23:33:42.800Z
39102026-08-17T23:33:42.801Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39112026-08-17T23:33:43.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-17T23:33:43.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-17T23:33:43.560Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39142026-08-17T23:33:54.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39152026-08-17T23:33:54.434Z
39162026-08-17T23:33:54.434Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39172026-08-17T23:33:54.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-17T23:33:54.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-17T23:33:55.196Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39202026-08-17T23:34:05.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39212026-08-17T23:34:05.952Z
39222026-08-17T23:34:05.952Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39232026-08-17T23:34:06.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-17T23:34:06.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-17T23:34:06.720Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39262026-08-17T23:34:17.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39272026-08-17T23:34:17.509Z
39282026-08-17T23:34:17.509Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39292026-08-17T23:34:18.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-17T23:34:18.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-17T23:34:18.275Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39322026-08-17T23:34:28.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39332026-08-17T23:34:29.071Z
39342026-08-17T23:34:29.071Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39352026-08-17T23:34:29.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-17T23:34:29.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-17T23:34:29.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-17T23:34:29.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39392026-08-17T23:34:29.646Z
39402026-08-17T23:34:29.646Zinfo: running `cargo check --bins` on installinator-common (211/335)
39412026-08-17T23:34:30.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-17T23:34:30.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-17T23:34:30.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-17T23:34:30.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-08-17T23:34:30.236Z
39462026-08-17T23:34:30.236Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39472026-08-17T23:34:30.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-17T23:34:30.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-17T23:34:30.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-17T23:34:30.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-08-17T23:34:30.792Z
39522026-08-17T23:34:30.792Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39532026-08-17T23:34:31.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-17T23:34:31.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-17T23:34:31.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-17T23:34:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39572026-08-17T23:34:31.400Z
39582026-08-17T23:34:31.400Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39592026-08-17T23:34:31.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-17T23:34:31.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-17T23:34:31.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-17T23:34:31.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-17T23:34:31.975Z
39642026-08-17T23:34:31.975Zinfo: running `cargo check --bins` on range-requests (215/335)
39652026-08-17T23:34:32.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-17T23:34:32.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-17T23:34:32.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-17T23:34:32.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-08-17T23:34:32.536Z
39702026-08-17T23:34:32.536Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39712026-08-17T23:34:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-17T23:34:33.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-17T23:34:33.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-17T23:34:33.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-08-17T23:34:33.093Z
39762026-08-17T23:34:33.093Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39772026-08-17T23:34:33.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-17T23:34:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-17T23:34:33.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-17T23:34:33.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39812026-08-17T23:34:33.643Z
39822026-08-17T23:34:33.643Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
39832026-08-17T23:34:34.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-17T23:34:34.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-17T23:34:34.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-17T23:34:34.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-17T23:34:34.234Z
39882026-08-17T23:34:34.234Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
39892026-08-17T23:34:34.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-17T23:34:34.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-17T23:34:34.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-17T23:34:34.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-08-17T23:34:34.818Z
39942026-08-17T23:34:34.818Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
39952026-08-17T23:34:35.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-17T23:34:35.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-17T23:34:35.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-17T23:34:35.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-17T23:34:35.405Z
40002026-08-17T23:34:35.405Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40012026-08-17T23:34:35.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-17T23:34:35.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-17T23:34:35.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-17T23:34:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-17T23:34:35.995Z
40062026-08-17T23:34:35.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40072026-08-17T23:34:36.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-17T23:34:36.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-17T23:34:36.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-17T23:34:36.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-17T23:34:36.588Z
40122026-08-17T23:34:36.588Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40132026-08-17T23:34:37.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-17T23:34:37.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-17T23:34:37.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-17T23:34:37.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-17T23:34:37.175Z
40182026-08-17T23:34:37.175Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40192026-08-17T23:34:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-17T23:34:37.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-17T23:34:37.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-17T23:34:37.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-17T23:34:37.763Z
40242026-08-17T23:34:37.763Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40252026-08-17T23:34:38.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-17T23:34:38.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-17T23:34:38.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-17T23:34:38.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-17T23:34:38.352Z
40302026-08-17T23:34:38.352Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40312026-08-17T23:34:38.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-17T23:34:38.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-17T23:34:38.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-17T23:34:38.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40352026-08-17T23:34:38.939Z
40362026-08-17T23:34:38.939Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40372026-08-17T23:34:39.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-17T23:34:39.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-17T23:34:39.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-17T23:34:39.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40412026-08-17T23:34:39.533Z
40422026-08-17T23:34:39.533Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40432026-08-17T23:34:40.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-17T23:34:40.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-17T23:34:40.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-17T23:34:40.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40472026-08-17T23:34:40.151Z
40482026-08-17T23:34:40.151Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40492026-08-17T23:34:40.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-17T23:34:40.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-17T23:34:40.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-17T23:34:40.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-08-17T23:34:40.748Z
40542026-08-17T23:34:40.748Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40552026-08-17T23:34:41.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-17T23:34:41.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-17T23:34:41.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-17T23:34:41.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40592026-08-17T23:34:41.360Z
40602026-08-17T23:34:41.360Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40612026-08-17T23:34:41.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-17T23:34:41.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-17T23:34:41.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-17T23:34:41.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40652026-08-17T23:34:41.981Z
40662026-08-17T23:34:41.981Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40672026-08-17T23:34:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-17T23:34:42.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-17T23:34:42.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-08-17T23:34:42.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40712026-08-17T23:34:42.600Z
40722026-08-17T23:34:42.600Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40732026-08-17T23:34:43.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-08-17T23:34:43.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-08-17T23:34:43.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-08-17T23:34:43.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40772026-08-17T23:34:43.154Z
40782026-08-17T23:34:43.154Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
40792026-08-17T23:34:43.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-08-17T23:34:43.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-08-17T23:34:43.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-08-17T23:34:43.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40832026-08-17T23:34:43.734Z
40842026-08-17T23:34:43.734Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
40852026-08-17T23:34:44.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-08-17T23:34:44.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-08-17T23:34:44.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-08-17T23:34:44.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-08-17T23:34:44.320Z
40902026-08-17T23:34:44.320Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
40912026-08-17T23:34:44.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-08-17T23:34:44.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-08-17T23:34:44.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-08-17T23:34:44.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40952026-08-17T23:34:44.904Z
40962026-08-17T23:34:44.904Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
40972026-08-17T23:34:45.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-08-17T23:34:45.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-08-17T23:34:45.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-08-17T23:34:45.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41012026-08-17T23:34:45.449Z
41022026-08-17T23:34:45.449Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41032026-08-17T23:34:45.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-17T23:34:45.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-17T23:34:45.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-08-17T23:34:45.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41072026-08-17T23:34:46.003Z
41082026-08-17T23:34:46.003Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41092026-08-17T23:34:46.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-17T23:34:46.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-17T23:34:46.692Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41122026-08-17T23:34:47.106Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41132026-08-17T23:34:48.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
41142026-08-17T23:34:48.472Z
41152026-08-17T23:34:48.472Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41162026-08-17T23:34:48.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-08-17T23:34:48.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-08-17T23:34:48.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-08-17T23:34:48.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41202026-08-17T23:34:49.040Z
41212026-08-17T23:34:49.040Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41222026-08-17T23:34:49.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-08-17T23:34:49.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-08-17T23:34:49.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-08-17T23:34:49.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41262026-08-17T23:34:49.608Z
41272026-08-17T23:34:49.608Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41282026-08-17T23:34:50.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-08-17T23:34:50.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-08-17T23:34:50.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-08-17T23:34:50.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41322026-08-17T23:34:50.189Z
41332026-08-17T23:34:50.190Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41342026-08-17T23:34:50.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-08-17T23:34:50.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-08-17T23:34:50.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-08-17T23:34:50.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41382026-08-17T23:34:50.758Z
41392026-08-17T23:34:50.758Zinfo: running `cargo check --bins` on installinator-client (244/335)
41402026-08-17T23:34:51.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-08-17T23:34:51.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-08-17T23:34:51.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-08-17T23:34:51.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41442026-08-17T23:34:51.329Z
41452026-08-17T23:34:51.329Zinfo: running `cargo check --bins` on oxide-client (245/335)
41462026-08-17T23:34:51.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-08-17T23:34:51.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-08-17T23:34:51.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-08-17T23:34:51.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41502026-08-17T23:34:51.886Z
41512026-08-17T23:34:51.886Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41522026-08-17T23:34:52.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-08-17T23:34:52.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-08-17T23:34:52.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-08-17T23:34:52.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41562026-08-17T23:34:52.455Z
41572026-08-17T23:34:52.455Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41582026-08-17T23:34:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-08-17T23:34:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-08-17T23:34:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-08-17T23:34:52.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41622026-08-17T23:34:53.047Z
41632026-08-17T23:34:53.047Zinfo: running `cargo check --bins` on wicket-common (248/335)
41642026-08-17T23:34:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-08-17T23:34:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-08-17T23:34:53.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-08-17T23:34:53.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41682026-08-17T23:34:53.627Z
41692026-08-17T23:34:53.627Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41702026-08-17T23:34:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-08-17T23:34:54.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-08-17T23:34:54.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-08-17T23:34:54.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41742026-08-17T23:34:54.199Z
41752026-08-17T23:34:54.199Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41762026-08-17T23:34:54.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-08-17T23:34:54.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-08-17T23:34:54.861Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41792026-08-17T23:34:54.970Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-08-17T23:34:56.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41812026-08-17T23:34:56.213Z
41822026-08-17T23:34:56.213Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
41832026-08-17T23:34:56.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-17T23:34:56.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-17T23:34:56.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-08-17T23:34:56.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41872026-08-17T23:34:56.787Z
41882026-08-17T23:34:56.787Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
41892026-08-17T23:34:57.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-17T23:34:57.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-17T23:34:57.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-08-17T23:34:57.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41932026-08-17T23:34:57.440Z
41942026-08-17T23:34:57.440Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
41952026-08-17T23:34:57.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-08-17T23:34:57.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-08-17T23:34:57.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-08-17T23:34:57.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41992026-08-17T23:34:58.095Z
42002026-08-17T23:34:58.095Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42012026-08-17T23:34:58.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-08-17T23:34:58.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-08-17T23:34:58.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-08-17T23:34:58.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-08-17T23:34:58.718Z
42062026-08-17T23:34:58.718Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42072026-08-17T23:34:59.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-17T23:34:59.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-17T23:34:59.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-08-17T23:34:59.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42112026-08-17T23:34:59.338Z
42122026-08-17T23:34:59.338Zinfo: running `cargo check --bins` on db-macros (256/335)
42132026-08-17T23:34:59.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-17T23:34:59.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-17T23:34:59.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-08-17T23:34:59.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42172026-08-17T23:34:59.896Z
42182026-08-17T23:34:59.896Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42192026-08-17T23:35:00.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-08-17T23:35:00.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-08-17T23:35:00.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-08-17T23:35:00.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42232026-08-17T23:35:00.453Z
42242026-08-17T23:35:00.453Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42252026-08-17T23:35:00.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-08-17T23:35:00.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-08-17T23:35:00.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-08-17T23:35:00.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42292026-08-17T23:35:01.082Z
42302026-08-17T23:35:01.082Zinfo: running `cargo check --bins` on authz-macros (259/335)
42312026-08-17T23:35:01.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-17T23:35:01.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-17T23:35:01.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-08-17T23:35:01.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42352026-08-17T23:35:01.640Z
42362026-08-17T23:35:01.640Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42372026-08-17T23:35:02.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-17T23:35:02.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-17T23:35:02.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-08-17T23:35:02.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42412026-08-17T23:35:02.256Z
42422026-08-17T23:35:02.256Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42432026-08-17T23:35:02.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-17T23:35:02.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-17T23:35:02.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-17T23:35:02.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42472026-08-17T23:35:02.872Z
42482026-08-17T23:35:02.872Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42492026-08-17T23:35:03.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-17T23:35:03.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-17T23:35:03.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-17T23:35:03.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42532026-08-17T23:35:03.430Z
42542026-08-17T23:35:03.431Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42552026-08-17T23:35:03.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-17T23:35:03.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-17T23:35:03.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-17T23:35:03.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42592026-08-17T23:35:03.992Z
42602026-08-17T23:35:03.992Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42612026-08-17T23:35:04.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-17T23:35:04.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-17T23:35:04.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-17T23:35:04.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42652026-08-17T23:35:04.541Z
42662026-08-17T23:35:04.541Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42672026-08-17T23:35:05.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-17T23:35:05.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-17T23:35:05.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-08-17T23:35:05.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42712026-08-17T23:35:05.156Z
42722026-08-17T23:35:05.156Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42732026-08-17T23:35:05.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-08-17T23:35:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-08-17T23:35:05.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-08-17T23:35:05.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42772026-08-17T23:35:05.768Z
42782026-08-17T23:35:05.768Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
42792026-08-17T23:35:06.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-08-17T23:35:06.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-08-17T23:35:06.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-08-17T23:35:06.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42832026-08-17T23:35:06.384Z
42842026-08-17T23:35:06.384Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
42852026-08-17T23:35:06.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-08-17T23:35:06.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-08-17T23:35:07.096Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-17T23:35:07.096Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42892026-08-17T23:35:07.764Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42902026-08-17T23:35:09.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
42912026-08-17T23:35:09.649Z
42922026-08-17T23:35:09.649Zinfo: running `cargo check --bins` on oximeter-api (269/335)
42932026-08-17T23:35:10.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-17T23:35:10.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-17T23:35:10.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-17T23:35:10.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42972026-08-17T23:35:10.211Z
42982026-08-17T23:35:10.211Zinfo: running `cargo check --bins` on cert-dev (270/335)
42992026-08-17T23:35:10.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-17T23:35:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-17T23:35:10.806Z Checking yasna v0.5.2
43022026-08-17T23:35:11.205Z Checking rcgen v0.12.1
43032026-08-17T23:35:11.452Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43042026-08-17T23:35:11.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43052026-08-17T23:35:11.811Z
43062026-08-17T23:35:11.811Zinfo: running `cargo check --bins` on clickana (271/335)
43072026-08-17T23:35:12.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-17T23:35:12.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-17T23:35:12.443Z Compiling instability v0.3.11
43102026-08-17T23:35:12.446Z Checking castaway v0.2.4
43112026-08-17T23:35:12.446Z Compiling indoc v2.0.7
43122026-08-17T23:35:12.446Z Checking unicode-truncate v1.1.0
43132026-08-17T23:35:12.558Z Checking lru v0.12.5
43142026-08-17T23:35:12.562Z Checking cassowary v0.3.0
43152026-08-17T23:35:12.651Z Checking compact_str v0.8.1
43162026-08-17T23:35:13.428Z Checking ratatui v0.29.0
43172026-08-17T23:35:14.468Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43182026-08-17T23:35:15.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
43192026-08-17T23:35:15.364Z
43202026-08-17T23:35:15.364Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43212026-08-17T23:35:15.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-08-17T23:35:15.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-08-17T23:35:16.074Z Checking headers-core v0.3.0
43242026-08-17T23:35:16.077Z Checking port-file v0.1.0
43252026-08-17T23:35:16.077Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43262026-08-17T23:35:16.312Z Checking headers v0.4.1
43272026-08-17T23:35:16.631Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43282026-08-17T23:35:17.584Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43292026-08-17T23:35:18.098Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43302026-08-17T23:35:18.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43312026-08-17T23:35:18.725Z
43322026-08-17T23:35:18.725Zinfo: running `cargo check --bins` on ch-dev (273/335)
43332026-08-17T23:35:19.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-08-17T23:35:19.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-08-17T23:35:19.427Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43362026-08-17T23:35:20.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43372026-08-17T23:35:20.370Z
43382026-08-17T23:35:20.370Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43392026-08-17T23:35:20.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-08-17T23:35:20.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-08-17T23:35:20.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-08-17T23:35:20.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
43432026-08-17T23:35:20.782Z
43442026-08-17T23:35:20.782Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43452026-08-17T23:35:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-08-17T23:35:21.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-08-17T23:35:21.400Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43482026-08-17T23:35:21.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43492026-08-17T23:35:21.943Z
43502026-08-17T23:35:21.943Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43512026-08-17T23:35:22.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-08-17T23:35:22.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-08-17T23:35:22.645Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43542026-08-17T23:35:23.741Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43552026-08-17T23:35:24.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
43562026-08-17T23:35:24.283Z
43572026-08-17T23:35:24.283Zinfo: running `cargo check --bins` on db-dev (277/335)
43582026-08-17T23:35:24.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-08-17T23:35:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-08-17T23:35:24.987Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43612026-08-17T23:35:25.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43622026-08-17T23:35:25.936Z
43632026-08-17T23:35:25.937Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43642026-08-17T23:35:26.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-17T23:35:26.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-17T23:35:26.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-17T23:35:26.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43682026-08-17T23:35:26.535Z
43692026-08-17T23:35:26.535Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43702026-08-17T23:35:27.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-17T23:35:27.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-17T23:35:27.145Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43732026-08-17T23:35:27.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43742026-08-17T23:35:27.989Z
43752026-08-17T23:35:27.990Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43762026-08-17T23:35:28.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-08-17T23:35:28.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-08-17T23:35:28.717Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-17T23:35:28.717Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43802026-08-17T23:35:28.721Z Checking git-stub v1.0.0
43812026-08-17T23:35:28.721Z Compiling trait-variant v0.1.2
43822026-08-17T23:35:28.721Z Checking is_ci v1.2.0
43832026-08-17T23:35:28.835Z Checking maplit v1.0.2
43842026-08-17T23:35:28.875Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43852026-08-17T23:35:28.879Z Checking drift v0.2.0
43862026-08-17T23:35:28.913Z Checking supports-color v3.0.2
43872026-08-17T23:35:28.917Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43882026-08-17T23:35:28.971Z Checking git-stub-vcs v0.1.0
43892026-08-17T23:35:29.053Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-08-17T23:35:29.070Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43912026-08-17T23:35:29.086Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43922026-08-17T23:35:29.160Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43932026-08-17T23:35:29.222Z Checking dropshot-api-manager v0.8.0
43942026-08-17T23:35:29.253Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43952026-08-17T23:35:29.374Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43962026-08-17T23:35:29.574Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43972026-08-17T23:35:30.080Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43982026-08-17T23:35:31.003Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43992026-08-17T23:35:32.013Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44002026-08-17T23:35:32.825Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44012026-08-17T23:35:33.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
44022026-08-17T23:35:33.469Z
44032026-08-17T23:35:33.469Zinfo: running `cargo check --bins` on installinator-api (281/335)
44042026-08-17T23:35:33.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-08-17T23:35:33.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-08-17T23:35:33.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-08-17T23:35:33.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44082026-08-17T23:35:34.033Z
44092026-08-17T23:35:34.033Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44102026-08-17T23:35:34.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-08-17T23:35:34.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-08-17T23:35:34.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-08-17T23:35:34.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44142026-08-17T23:35:34.635Z
44152026-08-17T23:35:34.635Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44162026-08-17T23:35:35.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-08-17T23:35:35.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-08-17T23:35:35.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-08-17T23:35:35.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44202026-08-17T23:35:35.237Z
44212026-08-17T23:35:35.237Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44222026-08-17T23:35:35.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-17T23:35:35.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-17T23:35:35.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-08-17T23:35:35.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44262026-08-17T23:35:35.842Z
44272026-08-17T23:35:35.842Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44282026-08-17T23:35:36.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-17T23:35:36.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-17T23:35:36.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-17T23:35:36.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44322026-08-17T23:35:36.410Z
44332026-08-17T23:35:36.410Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44342026-08-17T23:35:36.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-17T23:35:36.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-17T23:35:36.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-17T23:35:36.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44382026-08-17T23:35:36.970Z
44392026-08-17T23:35:36.970Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44402026-08-17T23:35:37.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-17T23:35:37.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-17T23:35:37.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-08-17T23:35:37.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44442026-08-17T23:35:37.552Z
44452026-08-17T23:35:37.552Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44462026-08-17T23:35:38.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-17T23:35:38.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-17T23:35:38.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-08-17T23:35:38.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44502026-08-17T23:35:38.127Z
44512026-08-17T23:35:38.127Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44522026-08-17T23:35:38.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-08-17T23:35:38.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-08-17T23:35:38.728Z Compiling blake3 v1.8.5
44552026-08-17T23:35:38.838Z Checking constant_time_eq v0.4.2
44562026-08-17T23:35:38.841Z Checking arrayvec v0.7.6
44572026-08-17T23:35:38.847Z Checking arrayref v0.3.9
44582026-08-17T23:35:38.860Z Checking cargo-platform v0.3.2
44592026-08-17T23:35:38.860Z Checking topological-sort v0.2.2
44602026-08-17T23:35:38.863Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44612026-08-17T23:35:39.018Z Checking cargo_metadata v0.23.1
44622026-08-17T23:35:39.608Z Checking omicron-zone-package v0.12.3
44632026-08-17T23:35:40.305Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44642026-08-17T23:35:41.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
44652026-08-17T23:35:41.298Z
44662026-08-17T23:35:41.298Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44672026-08-17T23:35:41.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-17T23:35:41.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-17T23:35:42.013Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44702026-08-17T23:35:42.640Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44712026-08-17T23:35:43.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44722026-08-17T23:35:43.346Z
44732026-08-17T23:35:43.346Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44742026-08-17T23:35:43.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-17T23:35:43.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-17T23:35:44.299Z Compiling darling_core v0.21.3
44772026-08-17T23:35:44.299Z Compiling vergen-lib v0.1.6
44782026-08-17T23:35:44.299Z Compiling diesel_derives v2.3.7
44792026-08-17T23:35:44.299Z Checking scheduled-thread-pool v0.2.7
44802026-08-17T23:35:44.303Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-17T23:35:44.303Z Compiling vergen-gitcl v1.0.8
44822026-08-17T23:35:44.303Z Compiling diesel_table_macro_syntax v0.3.0
44832026-08-17T23:35:44.303Z Compiling dirs-sys-next v0.1.2
44842026-08-17T23:35:44.643Z Compiling glob v0.3.3
44852026-08-17T23:35:44.655Z Compiling crunchy v0.2.4
44862026-08-17T23:35:44.686Z Checking r2d2 v0.8.10
44872026-08-17T23:35:44.739Z Compiling dirs-next v2.0.0
44882026-08-17T23:35:44.762Z Compiling tiny-keccak v2.0.2
44892026-08-17T23:35:44.860Z Checking downcast-rs v2.0.2
44902026-08-17T23:35:44.863Z Compiling term v0.7.0
44912026-08-17T23:35:44.998Z Compiling bit-vec v0.6.3
44922026-08-17T23:35:45.015Z Compiling clang-sys v1.8.1
44932026-08-17T23:35:45.092Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44942026-08-17T23:35:45.260Z Compiling bit-set v0.5.3
44952026-08-17T23:35:45.284Z Compiling ascii-canvas v3.0.0
44962026-08-17T23:35:45.409Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44972026-08-17T23:35:45.426Z Compiling itertools v0.10.5
44982026-08-17T23:35:45.466Z Compiling ena v0.14.4
44992026-08-17T23:35:45.482Z Compiling libloading v0.8.9
45002026-08-17T23:35:45.508Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45012026-08-17T23:35:45.527Z Compiling bindgen v0.71.1
45022026-08-17T23:35:45.556Z Compiling regex-syntax v0.6.29
45032026-08-17T23:35:45.676Z Compiling diff v0.1.13
45042026-08-17T23:35:45.942Z Compiling cexpr v0.6.0
45052026-08-17T23:35:45.959Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45062026-08-17T23:35:46.110Z Compiling rustc-hash v2.1.1
45072026-08-17T23:35:46.146Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45082026-08-17T23:35:46.437Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45092026-08-17T23:35:46.491Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45102026-08-17T23:35:46.510Z Compiling libxml v0.3.3
45112026-08-17T23:35:46.618Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-08-17T23:35:46.765Z Compiling strum_macros v0.24.3
45132026-08-17T23:35:46.782Z Compiling indoc v1.0.9
45142026-08-17T23:35:46.929Z Compiling darling_macro v0.21.3
45152026-08-17T23:35:47.232Z Compiling lalrpop v0.19.12
45162026-08-17T23:35:47.459Z Compiling darling v0.21.3
45172026-08-17T23:35:47.555Z Compiling dsl_auto_type v0.2.0
45182026-08-17T23:35:47.654Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45192026-08-17T23:35:47.728Z Checking derive_builder v0.20.2
45202026-08-17T23:35:47.842Z Compiling oso-derive v0.27.3
45212026-08-17T23:35:47.859Z Checking quick-xml v0.37.5
45222026-08-17T23:35:48.144Z Compiling impl-trait-for-tuples v0.2.3
45232026-08-17T23:35:48.350Z Checking openssl-probe v0.1.6
45242026-08-17T23:35:48.491Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45252026-08-17T23:35:48.732Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45262026-08-17T23:35:48.926Z Checking bb8 v0.8.6
45272026-08-17T23:35:49.234Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45282026-08-17T23:35:49.252Z Checking nonempty v0.12.0
45292026-08-17T23:35:49.311Z Compiling libz-sys v1.1.24
45302026-08-17T23:35:49.415Z Compiling strsim v0.10.0
45312026-08-17T23:35:49.456Z Compiling libgit2-sys v0.18.3+1.9.2
45322026-08-17T23:35:49.703Z Compiling darling_core v0.13.4
45332026-08-17T23:35:49.747Z Compiling vergen-git2 v9.1.0
45342026-08-17T23:35:49.882Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45352026-08-17T23:35:49.967Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45362026-08-17T23:35:50.090Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45372026-08-17T23:35:50.306Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45382026-08-17T23:35:50.492Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45392026-08-17T23:35:50.678Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45402026-08-17T23:35:50.868Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45412026-08-17T23:35:50.936Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45422026-08-17T23:35:51.057Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45432026-08-17T23:35:51.245Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45442026-08-17T23:35:51.432Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45452026-08-17T23:35:51.550Z Compiling darling_macro v0.13.4
45462026-08-17T23:35:51.619Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45472026-08-17T23:35:52.040Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45482026-08-17T23:35:52.081Z Compiling darling v0.13.4
45492026-08-17T23:35:52.176Z Compiling serde_with_macros v1.5.2
45502026-08-17T23:35:52.428Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45512026-08-17T23:35:53.017Z Compiling serde_with v1.14.0
45522026-08-17T23:35:53.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45532026-08-17T23:35:53.226Z Checking twox-hash v2.1.2
45542026-08-17T23:35:53.359Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45552026-08-17T23:35:53.466Z Checking diesel v2.3.7
45562026-08-17T23:35:53.523Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45572026-08-17T23:35:54.155Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45582026-08-17T23:35:55.050Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45592026-08-17T23:35:55.301Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45602026-08-17T23:35:55.736Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45612026-08-17T23:35:55.994Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45622026-08-17T23:35:56.392Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45632026-08-17T23:35:56.647Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45642026-08-17T23:35:56.939Z Checking libsw-core v0.3.2
45652026-08-17T23:35:57.098Z Checking atty v0.2.14
45662026-08-17T23:35:57.169Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45672026-08-17T23:35:57.202Z Checking libsw v3.5.0
45682026-08-17T23:35:57.367Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45692026-08-17T23:35:57.481Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45702026-08-17T23:35:57.518Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45712026-08-17T23:35:57.633Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45722026-08-17T23:35:58.916Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45732026-08-17T23:35:59.125Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45742026-08-17T23:35:59.403Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45752026-08-17T23:35:59.857Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45762026-08-17T23:36:00.105Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45772026-08-17T23:36:00.294Z Checking console v0.16.2
45782026-08-17T23:36:00.610Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45792026-08-17T23:36:00.759Z Checking fatfs v0.3.6
45802026-08-17T23:36:00.816Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45812026-08-17T23:36:01.215Z Checking unit-prefix v0.5.2
45822026-08-17T23:36:01.353Z Compiling seq-macro v0.3.6
45832026-08-17T23:36:01.866Z Checking indicatif v0.18.4
45842026-08-17T23:36:02.170Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45852026-08-17T23:36:02.187Z Checking oxide-update-engine-display v0.1.2
45862026-08-17T23:36:02.286Z Checking support-bundle-viewer v0.1.2
45872026-08-17T23:36:02.508Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45882026-08-17T23:36:02.525Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45892026-08-17T23:36:02.831Z Checking multimap v0.10.1
45902026-08-17T23:36:08.648Z Checking async-bb8-diesel v0.2.1
45912026-08-17T23:36:09.008Z Checking diesel-dtrace v0.5.0
45922026-08-17T23:36:12.871Z Compiling samael v0.0.19
45932026-08-17T23:36:16.504Z Compiling git2 v0.20.4
45942026-08-17T23:36:18.028Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45952026-08-17T23:36:19.064Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45962026-08-17T23:36:19.308Z Compiling polar-core v0.27.3
45972026-08-17T23:36:23.911Z Checking oso v0.27.3
45982026-08-17T23:36:56.131Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45992026-08-17T23:38:10.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46002026-08-17T23:38:11.162Z
46012026-08-17T23:38:11.162Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46022026-08-17T23:38:11.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-08-17T23:38:11.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-08-17T23:38:11.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46052026-08-17T23:38:11.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46062026-08-17T23:38:11.824Z
46072026-08-17T23:38:11.824Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46082026-08-17T23:38:12.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-08-17T23:38:12.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-08-17T23:38:12.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46112026-08-17T23:38:12.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46122026-08-17T23:38:12.449Z
46132026-08-17T23:38:12.449Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46142026-08-17T23:38:12.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-17T23:38:12.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-17T23:38:12.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-17T23:38:12.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46182026-08-17T23:38:13.074Z
46192026-08-17T23:38:13.074Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46202026-08-17T23:38:13.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-17T23:38:13.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-17T23:38:13.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-08-17T23:38:13.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46242026-08-17T23:38:13.627Z
46252026-08-17T23:38:13.627Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46262026-08-17T23:38:14.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-17T23:38:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-17T23:38:14.441Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46292026-08-17T23:38:15.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46302026-08-17T23:38:15.406Z
46312026-08-17T23:38:15.406Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46322026-08-17T23:38:15.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-08-17T23:38:15.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-08-17T23:38:16.216Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46352026-08-17T23:38:55.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.61s
46362026-08-17T23:38:55.226Z
46372026-08-17T23:38:55.226Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46382026-08-17T23:38:55.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-08-17T23:38:55.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-08-17T23:38:55.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-08-17T23:38:55.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46422026-08-17T23:38:55.781Z
46432026-08-17T23:38:55.781Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46442026-08-17T23:38:56.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-08-17T23:38:56.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-08-17T23:38:56.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46472026-08-17T23:38:56.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46482026-08-17T23:38:56.338Z
46492026-08-17T23:38:56.338Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46502026-08-17T23:38:56.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-08-17T23:38:56.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-08-17T23:38:56.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46532026-08-17T23:38:56.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46542026-08-17T23:38:56.953Z
46552026-08-17T23:38:56.953Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46562026-08-17T23:38:57.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-08-17T23:38:57.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-08-17T23:38:57.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-08-17T23:38:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46602026-08-17T23:38:57.572Z
46612026-08-17T23:38:57.572Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46622026-08-17T23:38:58.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-08-17T23:38:58.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-08-17T23:38:58.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46652026-08-17T23:38:58.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46662026-08-17T23:38:58.196Z
46672026-08-17T23:38:58.196Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46682026-08-17T23:38:58.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-17T23:38:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-17T23:38:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46712026-08-17T23:38:58.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46722026-08-17T23:38:58.806Z
46732026-08-17T23:38:58.806Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
46742026-08-17T23:38:59.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-17T23:38:59.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-17T23:38:59.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-08-17T23:38:59.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46782026-08-17T23:38:59.421Z
46792026-08-17T23:38:59.421Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
46802026-08-17T23:38:59.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-17T23:38:59.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-17T23:38:59.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-08-17T23:38:59.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46842026-08-17T23:39:00.039Z
46852026-08-17T23:39:00.039Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
46862026-08-17T23:39:00.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-17T23:39:00.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-17T23:39:00.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-17T23:39:00.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46902026-08-17T23:39:00.645Z
46912026-08-17T23:39:00.645Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
46922026-08-17T23:39:01.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-17T23:39:01.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-17T23:39:01.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-08-17T23:39:01.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46962026-08-17T23:39:01.260Z
46972026-08-17T23:39:01.260Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
46982026-08-17T23:39:01.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-17T23:39:01.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-17T23:39:01.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-08-17T23:39:01.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47022026-08-17T23:39:01.880Z
47032026-08-17T23:39:01.881Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47042026-08-17T23:39:02.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-08-17T23:39:02.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-08-17T23:39:02.758Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47072026-08-17T23:39:02.761Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47082026-08-17T23:39:02.948Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47092026-08-17T23:39:02.978Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47102026-08-17T23:39:02.993Z Checking diff v0.1.13
47112026-08-17T23:39:02.998Z Checking yansi v1.0.1
47122026-08-17T23:39:03.024Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47132026-08-17T23:39:03.043Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47142026-08-17T23:39:03.249Z Checking pretty_assertions v1.4.1
47152026-08-17T23:39:04.001Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47162026-08-17T23:39:04.057Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47172026-08-17T23:39:28.993Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47182026-08-17T23:39:28.995Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47192026-08-17T23:39:28.996Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47202026-08-17T23:39:28.996Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47212026-08-17T23:39:28.996Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47222026-08-17T23:39:28.996Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47232026-08-17T23:39:28.996Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47242026-08-17T23:39:29.845Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-17T23:39:29.848Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47262026-08-17T23:39:31.129Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47272026-08-17T23:40:09.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47282026-08-17T23:40:09.910Z
47292026-08-17T23:40:09.910Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47302026-08-17T23:40:10.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-17T23:40:10.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-17T23:40:10.615Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47332026-08-17T23:40:11.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47342026-08-17T23:40:11.446Z
47352026-08-17T23:40:11.446Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47362026-08-17T23:40:11.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-17T23:40:11.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-17T23:40:11.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-17T23:40:11.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47402026-08-17T23:40:11.996Z
47412026-08-17T23:40:11.996Zinfo: running `cargo check --bins` on rack-init-config (312/335)
47422026-08-17T23:40:12.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-17T23:40:12.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-17T23:40:12.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-17T23:40:12.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47462026-08-17T23:40:12.567Z
47472026-08-17T23:40:12.567Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335)
47482026-08-17T23:40:13.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-17T23:40:13.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-17T23:40:13.333Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47512026-08-17T23:40:13.454Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47522026-08-17T23:40:13.463Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47532026-08-17T23:40:40.414Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47542026-08-17T23:40:40.822Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47552026-08-17T23:40:42.579Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47562026-08-17T23:40:43.055Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47572026-08-17T23:40:46.177Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47582026-08-17T23:41:10.193Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47592026-08-17T23:41:10.935Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47602026-08-17T23:41:12.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47612026-08-17T23:41:12.823Z
47622026-08-17T23:41:12.823Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/335)
47632026-08-17T23:41:13.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-08-17T23:41:13.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-08-17T23:41:13.532Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47662026-08-17T23:41:14.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47672026-08-17T23:41:14.420Z
47682026-08-17T23:41:14.420Zinfo: running `cargo check --bins` on omicron-releng (315/335)
47692026-08-17T23:41:14.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-08-17T23:41:14.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-08-17T23:41:15.038Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47722026-08-17T23:41:15.041Z Compiling fs-err v2.11.0
47732026-08-17T23:41:15.154Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47742026-08-17T23:41:15.164Z Checking parse-size v1.1.0
47752026-08-17T23:41:15.175Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47762026-08-17T23:41:15.175Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47772026-08-17T23:41:15.179Z Checking shell-words v1.1.1
47782026-08-17T23:41:15.261Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47792026-08-17T23:41:15.593Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47802026-08-17T23:41:15.770Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47812026-08-17T23:41:16.434Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47822026-08-17T23:41:17.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
47832026-08-17T23:41:17.569Z
47842026-08-17T23:41:17.569Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
47852026-08-17T23:41:18.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-08-17T23:41:18.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-08-17T23:41:18.194Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47882026-08-17T23:41:18.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
47892026-08-17T23:41:18.861Z
47902026-08-17T23:41:18.861Zinfo: running `cargo check --bins` on schema (317/335)
47912026-08-17T23:41:19.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-08-17T23:41:19.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-08-17T23:41:19.575Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47942026-08-17T23:41:20.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47952026-08-17T23:41:20.470Z
47962026-08-17T23:41:20.470Zinfo: running `cargo check --bins` on xtask (318/335)
47972026-08-17T23:41:20.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-08-17T23:41:20.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-08-17T23:41:20.877Z Checking serde_core v1.0.229
48002026-08-17T23:41:20.877Z Checking libc v0.2.185
48012026-08-17T23:41:20.956Z Checking bitflags v2.11.0
48022026-08-17T23:41:20.962Z Checking scroll v0.12.0
48032026-08-17T23:41:20.968Z Checking thiserror v1.0.69
48042026-08-17T23:41:20.974Z Checking log v0.4.29
48052026-08-17T23:41:20.982Z Checking indexmap v2.14.0
48062026-08-17T23:41:20.985Z Checking zerocopy v0.7.35
48072026-08-17T23:41:21.052Z Checking syn v2.0.117
48082026-08-17T23:41:21.094Z Checking dtrace-parser v0.2.0
48092026-08-17T23:41:21.111Z Checking once_cell v1.21.3
48102026-08-17T23:41:21.177Z Checking goblin v0.8.2
48112026-08-17T23:41:21.232Z Checking errno v0.3.14
48122026-08-17T23:41:21.278Z Checking getrandom v0.4.1
48132026-08-17T23:41:21.323Z Checking thread-id v4.2.2
48142026-08-17T23:41:21.348Z Checking rustix v1.1.3
48152026-08-17T23:41:21.398Z Checking memmap v0.7.0
48162026-08-17T23:41:21.409Z Checking thiserror v2.0.18
48172026-08-17T23:41:21.473Z Checking fs-err v3.3.0
48182026-08-17T23:41:21.505Z Checking anyhow v1.0.102
48192026-08-17T23:41:21.506Z Checking tabled v0.15.0
48202026-08-17T23:41:22.111Z Checking terminal_size v0.4.3
48212026-08-17T23:41:22.111Z Checking tempfile v3.25.0
48222026-08-17T23:41:22.220Z Checking clap_builder v4.6.0
48232026-08-17T23:41:22.220Z Checking textwrap v0.16.2
48242026-08-17T23:41:22.420Z Checking serde v1.0.229
48252026-08-17T23:41:22.420Z Checking serde_json v1.0.151
48262026-08-17T23:41:22.423Z Checking camino v1.2.2
48272026-08-17T23:41:22.423Z Checking cargo-platform v0.3.2
48282026-08-17T23:41:22.601Z Checking semver v1.0.28
48292026-08-17T23:41:22.667Z Checking camino-tempfile v1.4.1
48302026-08-17T23:41:22.819Z Checking toml_datetime v0.6.11
48312026-08-17T23:41:22.819Z Checking serde_spanned v0.6.9
48322026-08-17T23:41:22.822Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48332026-08-17T23:41:22.822Z Checking macaddr v1.0.1
48342026-08-17T23:41:22.989Z Checking toml_edit v0.22.27
48352026-08-17T23:41:23.021Z Checking dof v0.3.0
48362026-08-17T23:41:23.021Z Checking cargo_metadata v0.23.1
48372026-08-17T23:41:23.287Z Checking usdt-impl v0.5.0
48382026-08-17T23:41:23.396Z Checking clap v4.6.1
48392026-08-17T23:41:23.544Z Checking usdt v0.5.0
48402026-08-17T23:41:23.965Z Checking toml v0.8.23
48412026-08-17T23:41:24.220Z Checking cargo_toml v0.21.0
48422026-08-17T23:41:24.849Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48432026-08-17T23:41:25.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
48442026-08-17T23:41:25.340Z
48452026-08-17T23:41:25.340Zinfo: running `cargo check --bins` on dnsadm (319/335)
48462026-08-17T23:41:25.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48472026-08-17T23:41:25.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48482026-08-17T23:41:25.980Z Checking arc-swap v1.8.2
48492026-08-17T23:41:26.255Z Checking slog-scope v4.4.1
48502026-08-17T23:41:26.367Z Checking slog-stdlog v4.1.1
48512026-08-17T23:41:26.460Z Checking slog-envlogger v2.2.0
48522026-08-17T23:41:26.577Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48532026-08-17T23:41:26.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48542026-08-17T23:41:27.163Z
48552026-08-17T23:41:27.163Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48562026-08-17T23:41:27.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-17T23:41:27.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-17T23:41:27.960Z Checking cpubits v0.1.1
48592026-08-17T23:41:28.087Z Checking pem-rfc7468 v1.0.0
48602026-08-17T23:41:28.097Z Checking hmac v0.13.0
48612026-08-17T23:41:28.097Z Checking universal-hash v0.6.1
48622026-08-17T23:41:28.120Z Checking ctr v0.10.1
48632026-08-17T23:41:28.120Z Checking aead v0.6.1
48642026-08-17T23:41:28.148Z Checking aes v0.9.1
48652026-08-17T23:41:28.148Z Checking crypto-bigint v0.7.5
48662026-08-17T23:41:28.175Z Checking salsa20 v0.11.0
48672026-08-17T23:41:28.219Z Checking polyval v0.7.1
48682026-08-17T23:41:28.236Z Checking der v0.8.0
48692026-08-17T23:41:28.240Z Checking pbkdf2 v0.13.0
48702026-08-17T23:41:28.263Z Checking cbc v0.2.1
48712026-08-17T23:41:28.327Z Checking ff v0.14.0
48722026-08-17T23:41:28.348Z Checking signature v3.0.0
48732026-08-17T23:41:28.378Z Checking ghash v0.6.0
48742026-08-17T23:41:28.412Z Checking scrypt v0.12.0
48752026-08-17T23:41:28.426Z Checking base16ct v1.0.0
48762026-08-17T23:41:28.458Z Checking group v0.14.0
48772026-08-17T23:41:28.493Z Checking hkdf v0.13.0
48782026-08-17T23:41:28.512Z Compiling curve25519-dalek v5.0.0
48792026-08-17T23:41:28.530Z Checking aes-gcm v0.11.0
48802026-08-17T23:41:28.549Z Checking keccak v0.2.0
48812026-08-17T23:41:28.567Z Checking poly1305 v0.9.0
48822026-08-17T23:41:28.604Z Checking wnaf v0.14.0
48832026-08-17T23:41:28.622Z Checking blowfish v0.10.0
48842026-08-17T23:41:28.683Z Checking blake2 v0.11.0-rc.6
48852026-08-17T23:41:28.706Z Checking sha3 v0.11.0
48862026-08-17T23:41:28.766Z Checking kem v0.3.0
48872026-08-17T23:41:28.782Z Checking bcrypt-pbkdf v0.11.0
48882026-08-17T23:41:28.825Z Checking module-lattice v0.2.3
48892026-08-17T23:41:28.883Z Checking sponge-cursor v0.1.0
48902026-08-17T23:41:28.930Z Checking argon2 v0.6.0-rc.8
48912026-08-17T23:41:28.945Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48922026-08-17T23:41:29.007Z Checking sha3 v0.12.0
48932026-08-17T23:41:29.038Z Checking ml-kem v0.3.2
48942026-08-17T23:41:29.053Z Checking internal-russh-num-bigint v0.5.0
48952026-08-17T23:41:29.068Z Checking spki v0.8.0
48962026-08-17T23:41:29.123Z Checking sec1 v0.8.1
48972026-08-17T23:41:29.201Z Checking num-bigint v0.4.6
48982026-08-17T23:41:29.237Z Checking pkcs5 v0.8.1
48992026-08-17T23:41:29.241Z Checking pkcs1 v0.8.0-rc.4
49002026-08-17T23:41:29.325Z Checking generic-array v1.4.3
49012026-08-17T23:41:29.451Z Compiling enum_dispatch v0.3.13
49022026-08-17T23:41:29.527Z Checking pkcs8 v0.11.0
49032026-08-17T23:41:29.712Z Checking russh-util v0.52.0
49042026-08-17T23:41:29.728Z Checking ed25519 v3.0.0
49052026-08-17T23:41:29.790Z Compiling delegate v0.13.5
49062026-08-17T23:41:29.806Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49072026-08-17T23:41:29.832Z Checking md5 v0.8.0
49082026-08-17T23:41:29.876Z Checking hex-literal v1.1.0
49092026-08-17T23:41:29.921Z Checking ed25519-dalek v3.0.0
49102026-08-17T23:41:29.999Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49112026-08-17T23:41:30.014Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49122026-08-17T23:41:30.119Z Checking socket2 v0.5.10
49132026-08-17T23:41:30.139Z Checking internet-checksum v0.2.1
49142026-08-17T23:41:30.203Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49152026-08-17T23:41:30.376Z Checking elliptic-curve v0.14.1
49162026-08-17T23:41:30.376Z Checking rfc6979 v0.6.0
49172026-08-17T23:41:30.379Z Checking primefield v0.14.0
49182026-08-17T23:41:30.379Z Checking ssh-encoding v0.3.0
49192026-08-17T23:41:30.379Z Checking crypto-primes v0.7.2
49202026-08-17T23:41:30.663Z Checking ssh-cipher v0.3.0
49212026-08-17T23:41:30.666Z Checking russh-cryptovec v0.62.0
49222026-08-17T23:41:30.781Z Checking primeorder v0.14.0
49232026-08-17T23:41:30.784Z Checking ecdsa v0.17.0
49242026-08-17T23:41:31.160Z Checking p521 v0.14.0
49252026-08-17T23:41:31.160Z Checking p384 v0.14.0
49262026-08-17T23:41:31.163Z Checking p256 v0.14.0
49272026-08-17T23:41:31.367Z Checking rsa v0.10.0-rc.18
49282026-08-17T23:41:33.993Z Checking ssh-key v0.7.0-rc.11
49292026-08-17T23:41:34.730Z Checking russh v0.62.4
49302026-08-17T23:41:48.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s
49312026-08-17T23:41:48.423Z
49322026-08-17T23:41:48.423Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49332026-08-17T23:41:48.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-17T23:41:48.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-17T23:41:49.054Z Checking termios v0.3.3
49362026-08-17T23:41:49.248Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49372026-08-17T23:41:49.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
49382026-08-17T23:41:50.024Z
49392026-08-17T23:41:50.024Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49402026-08-17T23:41:50.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-17T23:41:50.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-17T23:41:50.700Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49432026-08-17T23:41:51.401Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49442026-08-17T23:41:53.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
49452026-08-17T23:41:53.183Z
49462026-08-17T23:41:53.183Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49472026-08-17T23:41:53.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49482026-08-17T23:41:53.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49492026-08-17T23:41:53.811Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49502026-08-17T23:41:54.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
49512026-08-17T23:41:54.427Z
49522026-08-17T23:41:54.427Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49532026-08-17T23:41:54.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49542026-08-17T23:41:54.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49552026-08-17T23:41:54.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49562026-08-17T23:41:54.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49572026-08-17T23:41:54.979Z
49582026-08-17T23:41:54.979Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49592026-08-17T23:41:55.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49602026-08-17T23:41:55.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49612026-08-17T23:41:55.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49622026-08-17T23:41:55.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49632026-08-17T23:41:55.535Z
49642026-08-17T23:41:55.535Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49652026-08-17T23:41:56.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49662026-08-17T23:41:56.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49672026-08-17T23:41:56.265Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49682026-08-17T23:41:56.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49692026-08-17T23:41:57.046Z
49702026-08-17T23:41:57.046Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
49712026-08-17T23:41:57.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49722026-08-17T23:41:57.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49732026-08-17T23:41:57.679Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49742026-08-17T23:41:57.679Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49752026-08-17T23:41:58.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
49762026-08-17T23:41:58.773Z
49772026-08-17T23:41:58.773Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
49782026-08-17T23:41:59.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49792026-08-17T23:41:59.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49802026-08-17T23:41:59.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49812026-08-17T23:41:59.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49822026-08-17T23:41:59.327Z
49832026-08-17T23:41:59.327Zinfo: running `cargo check --bins` on omicron-package (329/335)
49842026-08-17T23:41:59.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49852026-08-17T23:41:59.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49862026-08-17T23:41:59.993Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49872026-08-17T23:42:01.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
49882026-08-17T23:42:01.263Z
49892026-08-17T23:42:01.263Zinfo: running `cargo check --bins` on tqdb (330/335)
49902026-08-17T23:42:01.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49912026-08-17T23:42:01.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49922026-08-17T23:42:02.031Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49932026-08-17T23:42:02.380Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49942026-08-17T23:42:02.886Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49952026-08-17T23:42:02.886Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49962026-08-17T23:42:09.213Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49972026-08-17T23:42:09.213Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49982026-08-17T23:42:09.216Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49992026-08-17T23:42:09.824Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50002026-08-17T23:42:09.824Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50012026-08-17T23:42:09.827Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50022026-08-17T23:42:10.612Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50032026-08-17T23:42:11.068Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50042026-08-17T23:42:11.303Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50052026-08-17T23:42:11.649Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50062026-08-17T23:42:12.505Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50072026-08-17T23:42:13.167Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50082026-08-17T23:42:17.977Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50092026-08-17T23:42:25.214Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50102026-08-17T23:42:25.218Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50112026-08-17T23:42:25.218Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50122026-08-17T23:42:25.218Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50132026-08-17T23:42:26.724Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50142026-08-17T23:42:28.013Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50152026-08-17T23:42:28.682Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50162026-08-17T23:42:29.970Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50172026-08-17T23:42:30.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.24s
50182026-08-17T23:42:30.721Z
50192026-08-17T23:42:30.721Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50202026-08-17T23:42:31.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-17T23:42:31.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-17T23:42:31.415Z Checking rtoolbox v0.0.3
50232026-08-17T23:42:31.418Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50242026-08-17T23:42:31.418Z Checking tui-tree-widget v0.23.1
50252026-08-17T23:42:31.542Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50262026-08-17T23:42:31.631Z Checking rpassword v7.5.4
50272026-08-17T23:42:34.492Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50282026-08-17T23:42:36.332Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50292026-08-17T23:42:37.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s
50302026-08-17T23:42:37.444Z
50312026-08-17T23:42:37.444Zinfo: running `cargo check --bins` on wicket (332/335)
50322026-08-17T23:42:37.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-17T23:42:37.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-17T23:42:38.121Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50352026-08-17T23:42:38.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
50362026-08-17T23:42:38.663Z
50372026-08-17T23:42:38.663Zinfo: running `cargo check --bins` on wicketd (333/335)
50382026-08-17T23:42:39.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-17T23:42:39.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-17T23:42:39.349Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50412026-08-17T23:42:42.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
50422026-08-17T23:42:43.168Z
50432026-08-17T23:42:43.168Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50442026-08-17T23:42:43.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-17T23:42:43.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-17T23:42:43.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50472026-08-17T23:42:43.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50482026-08-17T23:42:43.718Z
50492026-08-17T23:42:43.718Zinfo: running `cargo check --bins` on zone-setup (335/335)
50502026-08-17T23:42:44.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50512026-08-17T23:42:44.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50522026-08-17T23:42:44.373Z Checking uzers v0.12.2
50532026-08-17T23:42:44.641Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50542026-08-17T23:42:45.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50552026-08-17T23:42:45.616Z
50562026-08-17T23:42:45.616Zreal 13:59.738325330
50572026-08-17T23:42:45.616Zuser 21:07.137476461
50582026-08-17T23:42:45.616Zsys 4:17.426590831
50592026-08-17T23:42:45.616Ztrap 0.325310339
50602026-08-17T23:42:45.616Ztflt 0.575481194
50612026-08-17T23:42:45.616Zdflt 0.881853816
50622026-08-17T23:42:45.616Zkflt 0.004806362
50632026-08-17T23:42:45.617Zlock 1:28:34.433395226
50642026-08-17T23:42:45.620Zslp 1:40:14.378469338
50652026-08-17T23:42:45.620Zlat 57.819076637
50662026-08-17T23:42:45.620Zstop 4:07.973930132
50672026-08-17T23:42:45.620Zprocess exited: duration 967215 ms, exit code 0
 
50682026-08-17T23:42:45.626Zfound 0 output files