01M0G2CMY6EQQFW95CQZYYXM32: 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: 01M0G2D5S958HKEJ58TN8WMXH1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T17:10:45.223Zjob assigned to worker 01M0G2DE5GE470KMYFVMH0MW6J [factory aws, i-0261f3c0f6f7cb77a] (queued for 50 s)
 
22026-08-20T17:10:52.000Zstarting task 0: "setup"
32026-08-20T17:10:52.005Z++ uname -s
42026-08-20T17:10:52.005Z+ kern=SunOS
52026-08-20T17:10:52.005Z+ build_user=build
62026-08-20T17:10:52.005Z+ build_uid=12345
72026-08-20T17:10:52.005Z+ work_dir=/work
82026-08-20T17:10:52.005Z+ input_dir=/input
92026-08-20T17:10:52.005Z+ [[ 0 == 12345 ]]
102026-08-20T17:10:52.005Z+ case "$kern" in
112026-08-20T17:10:52.006Z+ groupadd -g 12345 build
122026-08-20T17:10:52.006Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T17:10:54.006Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T17:10:54.097Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T17:10:54.103Z+ home_fs=zfs
162026-08-20T17:10:54.103Z+ [[ zfs == autofs ]]
172026-08-20T17:10:54.103Z+ mkdir -p /home/build
182026-08-20T17:10:54.103Z+ chown build:build /home/build /work
192026-08-20T17:10:56.096Z+ chmod 0700 /home/build /work
202026-08-20T17:10:56.104Zprocess exited: duration 4110 ms, exit code 0
 
212026-08-20T17:10:56.119Zstarting task 1: "rust-toolchain"
222026-08-20T17:10:56.124Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T17:10:56.124Z * rust toolchain channel = "1.97.1"
242026-08-20T17:10:56.124Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T17:10:56.124Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T17:10:56.124Z * rust toolchain profile = "default"
272026-08-20T17:10:56.124Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T17:10:56.124Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T17:10:56.124Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T17:10:56.229Zinfo: downloading installer
312026-08-20T17:10:57.506Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T17:10:57.506Zwarn: /home/build/.rustup/settings.toml
332026-08-20T17:10:57.506Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T17:10:57.506Zwarn: instead of the one inferred from the default host triple.
352026-08-20T17:10:57.518Zinfo: profile set to default
362026-08-20T17:10:57.518Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T17:10:57.522Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T17:10:57.647Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T17:10:57.657Zinfo: downloading 6 components
402026-08-20T17:11:14.112Z
412026-08-20T17:11:14.112Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-20T17:11:14.135Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T17:11:14.135Z
442026-08-20T17:11:14.135Z
452026-08-20T17:11:14.135ZRust is installed now. Great!
462026-08-20T17:11:14.135Z
472026-08-20T17:11:14.139ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T17:11:14.139Zenvironment variable. This has not been done automatically.
492026-08-20T17:11:14.140Z
502026-08-20T17:11:14.140ZTo configure your current shell, you need to source
512026-08-20T17:11:14.140Zthe corresponding env file under $HOME/.cargo.
522026-08-20T17:11:14.140Z
532026-08-20T17:11:14.140ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T17:11:14.140Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T17:11:14.140Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T17:11:14.140Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T17:11:14.140Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T17:11:14.140Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T17:11:14.140Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T17:11:14.140Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T17:11:14.141Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T17:11:14.237Z+ rustup --version
632026-08-20T17:11:14.253Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T17:11:14.261Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T17:11:14.271Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T17:11:14.272Z+ cargo --version
672026-08-20T17:11:14.285Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T17:11:14.296Z+ rustc --version
692026-08-20T17:11:14.304Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T17:11:14.312Zprocess exited: duration 18190 ms, exit code 0
 
712026-08-20T17:11:14.324Zstarting task 2: "authentication"
722026-08-20T17:11:14.342Zprocess exited: duration 20 ms, exit code 0
 
732026-08-20T17:11:14.358Zstarting task 3: "clone repository"
742026-08-20T17:11:14.362Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T17:11:14.362Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T17:11:14.390ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T17:11:26.172Z+ cd /work/oxidecomputer/omicron
782026-08-20T17:11:26.172Z+ git fetch origin fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
792026-08-20T17:11:26.497ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T17:11:26.497Z * branch fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 -> FETCH_HEAD
812026-08-20T17:11:26.512Z+ [[ -n multirack-join-service-part-3.5 ]]
822026-08-20T17:11:26.527Z++ git branch --show-current
832026-08-20T17:11:26.528Z+ current=main
842026-08-20T17:11:26.528Z+ [[ main != multirack-join-service-part-3.5 ]]
852026-08-20T17:11:26.528Z+ git branch -f multirack-join-service-part-3.5 fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
862026-08-20T17:11:26.528Z+ git checkout -f multirack-join-service-part-3.5
872026-08-20T17:11:26.885ZSwitched to branch 'multirack-join-service-part-3.5'
882026-08-20T17:11:26.902Z+ git reset --hard fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
892026-08-20T17:11:27.023ZHEAD is now at fbcc5cee9 fix migration
902026-08-20T17:11:27.030Zprocess exited: duration 12667 ms, exit code 0
 
912026-08-20T17:11:27.040Zstarting task 4: "build"
922026-08-20T17:11:27.045Z+ source .github/buildomat/ci-env.sh
932026-08-20T17:11:27.046Z++ export CARGO_TERM_COLOR=always
942026-08-20T17:11:27.046Z++ CARGO_TERM_COLOR=always
952026-08-20T17:11:27.046Z+++ uname -s
962026-08-20T17:11:27.046Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T17:11:27.046Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T17:11:27.052Z+ cargo --version
992026-08-20T17:11:27.059Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T17:11:27.059Z+ rustc --version
1012026-08-20T17:11:27.081Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T17:11:27.089Z+ source ./env.sh
1032026-08-20T17:11:27.089Z++ OLD_SHELL_OPTS=ehxB
1042026-08-20T17:11:27.089Z++ set -o xtrace
1052026-08-20T17:11:27.090Z++++ dirname ./env.sh
1062026-08-20T17:11:27.090Z+++ readlink -f .
1072026-08-20T17:11:27.098Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.098Z++ 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-20T17:11:27.100Z++ 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-20T17:11:27.100Z++ 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-20T17:11:27.100Z++ case $OLD_SHELL_OPTS in
1192026-08-20T17:11:27.100Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-20T17:11:27.100Z+ 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-20T17:11:27.100Z+ 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-20T17:11:27.100Z+ banner prerequisites
1232026-08-20T17:11:27.100Z
1242026-08-20T17:11:27.101Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-20T17:11:27.101Z # # # # # # # # # # # # # # #
1262026-08-20T17:11:27.101Z # # # # ##### # # ##### # # # # # #### #
1272026-08-20T17:11:27.101Z ##### ##### # ##### # # # # # # # # #
1282026-08-20T17:11:27.101Z # # # # # # # # # # # # # # #
1292026-08-20T17:11:27.101Z # # # ###### # # ###### ### # #### # #### #
1302026-08-20T17:11:27.101Z
1312026-08-20T17:11:27.101Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-20T17:11:29.093Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-20T17:11:29.286Z Startup: Caching catalogs ... Done
1342026-08-20T17:11:31.182ZPlanning: Solver setup ... Done (1.798s)
1352026-08-20T17:11:31.236ZPlanning: Running solver ... Done (0.055s)
1362026-08-20T17:11:31.290ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-20T17:11:31.294ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-20T17:11:31.309ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-20T17:11:31.322ZPlanning: Package planning ... Done (0.013s)
1402026-08-20T17:11:31.326ZPlanning: Merging actions ... Done (0.001s)
1412026-08-20T17:11:31.507ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-20T17:11:31.512ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-20T17:11:32.272ZPlanning: Evaluating mediators ... Done (0.758s)
1442026-08-20T17:11:32.282ZPlanning: Planning completed in 2.94 seconds
1452026-08-20T17:11:32.282Z Packages to install: 2
1462026-08-20T17:11:32.283Z Estimated space available: 156.01 GB
1472026-08-20T17:11:32.283ZEstimated space to be consumed: 72.16 MB
1482026-08-20T17:11:32.283Z Create boot environment: No
1492026-08-20T17:11:32.283ZCreate backup boot environment: No
1502026-08-20T17:11:32.283Z Rebuild boot archive: No
1512026-08-20T17:11:32.283Z
1522026-08-20T17:11:32.283ZChanged packages:
1532026-08-20T17:11:32.284Zhelios
1542026-08-20T17:11:32.284Z developer/build-essential
1552026-08-20T17:11:32.284Z None -> 11-3.0
1562026-08-20T17:11:32.284Z library/libxmlsec1
1572026-08-20T17:11:32.284Z None -> 1.2.35-3.0
1582026-08-20T17:11:32.284Z
1592026-08-20T17:11:32.284ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-20T17:11:32.646ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1612026-08-20T17:11:32.674Z Actions: 1/268 actions (Installing new actions)
1622026-08-20T17:11:32.674Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-20T17:11:32.674ZFinalize: Updating package state database ... Done (0.031s)
1642026-08-20T17:11:32.674ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-20T17:11:32.674ZFinalize: Updating image state ... Done (0.081s)
1662026-08-20T17:11:35.914ZFinalize: Creating fast lookup database ... Done (2.413s)
1672026-08-20T17:11:36.047ZFinalize: Reading search index ... Done (0.012s)
1682026-08-20T17:11:36.047ZFinalize: Updating search index ... Done (0.000s)
1692026-08-20T17:11:36.047ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-20T17:11:36.047ZPlanning: Evaluating mediator changes ... Done
1712026-08-20T17:11:36.047ZPlanning: Checking for conflicting actions ... Done
1722026-08-20T17:11:36.047ZPlanning: Consolidating action changes ... Done
1732026-08-20T17:11:36.047ZPlanning: Evaluating mediators ... Done
1742026-08-20T17:11:36.047ZPlanning: Planning completed in 0.26 seconds
1752026-08-20T17:11:36.047Z Mediators to change: 2
1762026-08-20T17:11:36.047Z Create boot environment: No
1772026-08-20T17:11:36.047ZCreate backup boot environment: No
1782026-08-20T17:11:36.047ZFinalize: Updating package state database ... Done
1792026-08-20T17:11:36.047ZFinalize: Updating package cache ... Done
1802026-08-20T17:11:36.124ZFinalize: Updating image state ... Done
1812026-08-20T17:11:41.654ZFinalize: Creating fast lookup database ... Done
1822026-08-20T17:11:41.723ZFinalize: Reading search index ... Done
1832026-08-20T17:11:41.723ZFinalize: Updating search index ... Done
1842026-08-20T17:11:41.723ZFinalize: Updating package cache ... Done
1852026-08-20T17:11:41.723ZPlanning: Evaluating mediator changes ... Done
1862026-08-20T17:11:41.723ZPlanning: Checking for conflicting actions ... Done
1872026-08-20T17:11:41.723ZPlanning: Consolidating action changes ... Done
1882026-08-20T17:11:41.723ZPlanning: Evaluating mediators ... Done
1892026-08-20T17:11:41.723ZPlanning: Planning completed in 0.26 seconds
1902026-08-20T17:11:41.723Z Mediators to change: 1
1912026-08-20T17:11:41.723Z Create boot environment: No
1922026-08-20T17:11:41.723ZCreate backup boot environment: No
1932026-08-20T17:11:41.723ZFinalize: Updating package state database ... Done
1942026-08-20T17:11:41.723ZFinalize: Updating package cache ... Done
1952026-08-20T17:11:41.724ZFinalize: Updating image state ... Done
1962026-08-20T17:11:41.724ZFinalize: Creating fast lookup database ... Done
1972026-08-20T17:11:41.724ZFinalize: Reading search index ... Done
1982026-08-20T17:11:41.724ZFinalize: Updating search index ... Done
1992026-08-20T17:11:41.724ZFinalize: Updating package cache ... Done
2002026-08-20T17:11:41.724ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-20T17:11:41.724Zapache system 2.4 system
2022026-08-20T17:11:41.724Zclang system 15 system
2032026-08-20T17:11:41.727Zcsh system system illumos
2042026-08-20T17:11:41.727Zctags system system illumos
2052026-08-20T17:11:41.727Zfile vendor vendor darwinsys
2062026-08-20T17:11:41.727Zfile system system illumos
2072026-08-20T17:11:41.727Zgcc vendor 14 vendor
2082026-08-20T17:11:41.727Zgcc system 13 system
2092026-08-20T17:11:41.727Zgcc system 10 system
2102026-08-20T17:11:41.727Zgo system 1.25 system
2112026-08-20T17:11:41.727Zllvm system 15 system
2122026-08-20T17:11:41.727Zmariadb system 11.4 system
2132026-08-20T17:11:41.727Zmta vendor vendor dma
2142026-08-20T17:11:41.727Zopenjdk system 17 system
2152026-08-20T17:11:41.727Zopenjdk system 11 system
2162026-08-20T17:11:41.727Zopenssl vendor 3 vendor
2172026-08-20T17:11:41.728Zperl system 5.40 system
2182026-08-20T17:11:41.728Zpostgresql system 18 system
2192026-08-20T17:11:41.728Zpostgresql system 17 system
2202026-08-20T17:11:41.728Zpython vendor 3 vendor
2212026-08-20T17:11:41.728Zpython system 2 system
2222026-08-20T17:11:41.728Zpython3 vendor 3.13 vendor
2232026-08-20T17:11:41.728Zruby system 3.4 system
2242026-08-20T17:11:41.728Zruby system 3.0 system
2252026-08-20T17:11:41.728Zwords vendor vendor american-english
2262026-08-20T17:11:41.728Zwords system system australian-english
2272026-08-20T17:11:41.728Zwords system system british-english
2282026-08-20T17:11:41.728Zwords system system canadian-english
2292026-08-20T17:11:41.728Zwords system system french
2302026-08-20T17:11:41.728Zwords system system italian
2312026-08-20T17:11:41.729Zwords system system ngerman
2322026-08-20T17:11:41.729Zwords system system ogerman
2332026-08-20T17:11:41.729Zwords system system spanish
2342026-08-20T17:11:41.729ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-20T17:11:41.729Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-20T17:11:41.834ZFMRI IFO
2372026-08-20T17:11:41.834Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-20T17:11:41.834Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-20T17:11:41.834Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-20T17:11:41.834Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-20T17:11:41.834Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-20T17:11:41.834Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-20T17:11:41.834Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-20T17:11:41.834Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-20T17:11:41.834Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-20T17:11:42.167Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-20T17:11:42.461Z Updating crates.io index
2482026-08-20T17:11:42.467Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-20T17:11:42.797Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-20T17:11:43.229Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-20T17:11:44.223Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-20T17:11:44.783Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-20T17:11:46.909Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-20T17:11:47.852Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-20T17:11:48.169Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-20T17:11:48.583Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-20T17:11:49.807Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-20T17:11:50.156Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-20T17:11:50.611Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-20T17:11:51.302Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-20T17:11:51.621Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-20T17:11:51.977Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-20T17:11:52.341Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-20T17:11:52.617Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-20T17:11:53.982Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-20T17:11:54.462Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-20T17:11:54.859Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-20T17:11:55.401Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-20T17:11:55.717Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-20T17:11:56.441Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-20T17:11:56.794Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-20T17:11:57.446Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-20T17:11:57.931Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-20T17:11:58.299Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-20T17:11:58.745Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-20T17:11:59.164Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-20T17:11:59.481Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-20T17:11:59.878Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-20T17:12:00.284Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-20T17:12:00.903Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-20T17:12:01.549Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-20T17:12:01.954Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-20T17:12:02.305Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-20T17:12:02.626Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-20T17:12:02.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-20T17:12:03.214Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-20T17:12:03.541Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-20T17:12:03.867Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-20T17:12:04.177Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-20T17:12:06.962Z Downloading crates ...
2912026-08-20T17:12:07.019Z Downloaded cargo-platform v0.3.2
2922026-08-20T17:12:07.023Z Downloaded block-buffer v0.10.4
2932026-08-20T17:12:07.028Z Downloaded fs-err v3.3.0
2942026-08-20T17:12:07.033Z Downloaded pest_derive v2.8.6
2952026-08-20T17:12:07.033Z Downloaded cfg-if v1.0.4
2962026-08-20T17:12:07.033Z Downloaded zerocopy-derive v0.7.35
2972026-08-20T17:12:07.036Z Downloaded zmij v1.0.21
2982026-08-20T17:12:07.037Z Downloaded cpufeatures v0.2.17
2992026-08-20T17:12:07.044Z Downloaded zerocopy v0.7.35
3002026-08-20T17:12:07.053Z Downloaded crypto-common v0.1.7
3012026-08-20T17:12:07.056Z Downloaded fastrand v2.3.0
3022026-08-20T17:12:07.056Z Downloaded anstyle v1.0.14
3032026-08-20T17:12:07.057Z Downloaded cargo_metadata v0.23.1
3042026-08-20T17:12:07.057Z Downloaded digest v0.10.7
3052026-08-20T17:12:07.061Z Downloaded anstream v1.0.0
3062026-08-20T17:12:07.061Z Downloaded cargo_toml v0.21.0
3072026-08-20T17:12:07.064Z Downloaded heck v0.4.1
3082026-08-20T17:12:07.064Z Downloaded clap_lex v1.0.0
3092026-08-20T17:12:07.068Z Downloaded colorchoice v1.0.4
3102026-08-20T17:12:07.068Z Downloaded equivalent v1.0.2
3112026-08-20T17:12:07.068Z Downloaded memmap v0.7.0
3122026-08-20T17:12:07.072Z Downloaded macaddr v1.0.1
3132026-08-20T17:12:07.077Z Downloaded dtrace-parser v0.2.0
3142026-08-20T17:12:07.077Z Downloaded itoa v1.0.17
3152026-08-20T17:12:07.080Z Downloaded generic-array v0.14.7
3162026-08-20T17:12:07.085Z Downloaded heck v0.5.0
3172026-08-20T17:12:07.085Z Downloaded fnv v1.0.7
3182026-08-20T17:12:07.088Z Downloaded clap_derive v4.6.1
3192026-08-20T17:12:07.094Z Downloaded bytecount v0.6.9
3202026-08-20T17:12:07.094Z Downloaded camino-tempfile v1.4.1
3212026-08-20T17:12:07.094Z Downloaded memchr v2.8.0
3222026-08-20T17:12:07.098Z Downloaded serde_derive v1.0.228
3232026-08-20T17:12:07.098Z Downloaded is_terminal_polyfill v1.70.2
3242026-08-20T17:12:07.098Z Downloaded tabled_derive v0.7.0
3252026-08-20T17:12:07.105Z Downloaded anstyle-query v1.1.5
3262026-08-20T17:12:07.110Z Downloaded utf8parse v0.2.2
3272026-08-20T17:12:07.113Z Downloaded smawk v0.3.2
3282026-08-20T17:12:07.113Z Downloaded strsim v0.11.1
3292026-08-20T17:12:07.117Z Downloaded serde_spanned v0.6.9
3302026-08-20T17:12:07.117Z Downloaded usdt-macro v0.5.0
3312026-08-20T17:12:07.117Z Downloaded proc-macro-error-attr v1.0.4
3322026-08-20T17:12:07.121Z Downloaded terminal_size v0.4.3
3332026-08-20T17:12:07.121Z Downloaded dof v0.3.0
3342026-08-20T17:12:07.126Z Downloaded usdt-attr-macro v0.5.0
3352026-08-20T17:12:07.126Z Downloaded toml_write v0.1.2
3362026-08-20T17:12:07.129Z Downloaded thread-id v4.2.2
3372026-08-20T17:12:07.133Z Downloaded toml_datetime v0.6.11
3382026-08-20T17:12:07.133Z Downloaded version_check v0.9.5
3392026-08-20T17:12:07.136Z Downloaded errno v0.3.14
3402026-08-20T17:12:07.139Z Downloaded unicode-linebreak v0.1.5
3412026-08-20T17:12:07.144Z Downloaded pretty-hex v0.4.1
3422026-08-20T17:12:07.144Z Downloaded byteorder v1.5.0
3432026-08-20T17:12:07.144Z Downloaded plain v0.2.3
3442026-08-20T17:12:07.149Z Downloaded autocfg v1.5.0
3452026-08-20T17:12:07.155Z Downloaded clap v4.6.1
3462026-08-20T17:12:07.159Z Downloaded swrite v0.1.0
3472026-08-20T17:12:07.166Z Downloaded anstyle-parse v1.0.0
3482026-08-20T17:12:07.171Z Downloaded thiserror v2.0.18
3492026-08-20T17:12:07.175Z Downloaded usdt-impl v0.5.0
3502026-08-20T17:12:07.175Z Downloaded quote v1.0.45
3512026-08-20T17:12:07.175Z Downloaded scroll_derive v0.12.1
3522026-08-20T17:12:07.175Z Downloaded thiserror-impl v1.0.69
3532026-08-20T17:12:07.179Z Downloaded serde_tokenstream v0.2.3
3542026-08-20T17:12:07.184Z Downloaded sha2 v0.10.9
3552026-08-20T17:12:07.188Z Downloaded scroll v0.12.0
3562026-08-20T17:12:07.193Z Downloaded bitflags v2.11.0
3572026-08-20T17:12:07.193Z Downloaded pest_generator v2.8.6
3582026-08-20T17:12:07.197Z Downloaded camino v1.2.5
3592026-08-20T17:12:07.201Z Downloaded thiserror-impl v2.0.18
3602026-08-20T17:12:07.201Z Downloaded anyhow v1.0.104
3612026-08-20T17:12:07.201Z Downloaded usdt v0.5.0
3622026-08-20T17:12:07.206Z Downloaded toml v0.8.23
3632026-08-20T17:12:07.210Z Downloaded semver v1.0.28
3642026-08-20T17:12:07.210Z Downloaded thiserror v1.0.69
3652026-08-20T17:12:07.216Z Downloaded proc-macro-error v1.0.4
3662026-08-20T17:12:07.220Z Downloaded tempfile v3.27.0
3672026-08-20T17:12:07.226Z Downloaded unicode-ident v1.0.24
3682026-08-20T17:12:07.230Z Downloaded log v0.4.33
3692026-08-20T17:12:07.234Z Downloaded ucd-trie v0.1.7
3702026-08-20T17:12:07.239Z Downloaded papergrid v0.11.0
3712026-08-20T17:12:07.253Z Downloaded once_cell v1.21.3
3722026-08-20T17:12:07.256Z Downloaded getrandom v0.3.4
3732026-08-20T17:12:07.260Z Downloaded textwrap v0.16.2
3742026-08-20T17:12:07.260Z Downloaded toml_edit v0.22.27
3752026-08-20T17:12:07.263Z Downloaded pest_meta v2.8.6
3762026-08-20T17:12:07.267Z Downloaded proc-macro2 v1.0.106
3772026-08-20T17:12:07.270Z Downloaded serde_core v1.0.228
3782026-08-20T17:12:07.280Z Downloaded serde v1.0.228
3792026-08-20T17:12:07.291Z Downloaded indexmap v2.14.0
3802026-08-20T17:12:07.309Z Downloaded hashbrown v0.17.0
3812026-08-20T17:12:07.312Z Downloaded typenum v1.20.1
3822026-08-20T17:12:07.317Z Downloaded pest v2.8.6
3832026-08-20T17:12:07.338Z Downloaded clap_builder v4.6.0
3842026-08-20T17:12:07.346Z Downloaded serde_json v1.0.151
3852026-08-20T17:12:07.354Z Downloaded tabled v0.15.0
3862026-08-20T17:12:07.362Z Downloaded winnow v0.7.14
3872026-08-20T17:12:07.367Z Downloaded goblin v0.8.2
3882026-08-20T17:12:07.371Z Downloaded syn v1.0.109
3892026-08-20T17:12:07.392Z Downloaded unicode-width v0.2.0
3902026-08-20T17:12:07.400Z Downloaded unicode-width v0.1.14
3912026-08-20T17:12:07.403Z Downloaded syn v2.0.117
3922026-08-20T17:12:07.419Z Downloaded rustix v1.1.4
3932026-08-20T17:12:07.446Z Downloaded libc v0.2.185
3942026-08-20T17:12:07.509Z Compiling proc-macro2 v1.0.106
3952026-08-20T17:12:07.509Z Compiling unicode-ident v1.0.24
3962026-08-20T17:12:07.509Z Compiling quote v1.0.45
3972026-08-20T17:12:07.509Z Compiling serde_core v1.0.228
3982026-08-20T17:12:07.512Z Compiling libc v0.2.185
3992026-08-20T17:12:07.512Z Compiling version_check v0.9.5
4002026-08-20T17:12:07.512Z Compiling memchr v2.8.0
4012026-08-20T17:12:07.512Z Compiling serde v1.0.228
4022026-08-20T17:12:07.831Z Compiling zmij v1.0.21
4032026-08-20T17:12:08.063Z Compiling itoa v1.0.17
4042026-08-20T17:12:08.077Z Compiling ucd-trie v0.1.7
4052026-08-20T17:12:08.236Z Compiling thiserror v1.0.69
4062026-08-20T17:12:08.341Z Compiling pest v2.8.6
4072026-08-20T17:12:08.443Z Compiling rustix v1.1.4
4082026-08-20T17:12:08.538Z Compiling byteorder v1.5.0
4092026-08-20T17:12:08.709Z Compiling errno v0.3.14
4102026-08-20T17:12:08.775Z Compiling bitflags v2.11.0
4112026-08-20T17:12:08.865Z Compiling serde_json v1.0.151
4122026-08-20T17:12:08.986Z Compiling syn v2.0.117
4132026-08-20T17:12:09.003Z Compiling thread-id v4.2.2
4142026-08-20T17:12:09.085Z Compiling proc-macro-error-attr v1.0.4
4152026-08-20T17:12:09.134Z Compiling usdt-impl v0.5.0
4162026-08-20T17:12:09.229Z Compiling camino v1.2.5
4172026-08-20T17:12:09.266Z Compiling syn v1.0.109
4182026-08-20T17:12:09.447Z Compiling pest_meta v2.8.6
4192026-08-20T17:12:09.594Z Compiling proc-macro-error v1.0.4
4202026-08-20T17:12:09.610Z Compiling utf8parse v0.2.2
4212026-08-20T17:12:09.626Z Compiling hashbrown v0.17.0
4222026-08-20T17:12:09.727Z Compiling log v0.4.33
4232026-08-20T17:12:09.777Z Compiling getrandom v0.3.4
4242026-08-20T17:12:09.945Z Compiling equivalent v1.0.2
4252026-08-20T17:12:10.041Z Compiling plain v0.2.3
4262026-08-20T17:12:10.115Z Compiling indexmap v2.14.0
4272026-08-20T17:12:10.156Z Compiling terminal_size v0.4.3
4282026-08-20T17:12:10.427Z Compiling anstyle-parse v1.0.0
4292026-08-20T17:12:10.724Z Compiling autocfg v1.5.0
4302026-08-20T17:12:10.863Z Compiling toml_write v0.1.2
4312026-08-20T17:12:10.927Z Compiling pretty-hex v0.4.1
4322026-08-20T17:12:10.972Z Compiling colorchoice v1.0.4
4332026-08-20T17:12:11.069Z Compiling anstyle v1.0.14
4342026-08-20T17:12:11.087Z Compiling cfg-if v1.0.4
4352026-08-20T17:12:11.090Z Compiling is_terminal_polyfill v1.70.2
4362026-08-20T17:12:11.118Z Compiling thiserror v2.0.18
4372026-08-20T17:12:11.165Z Compiling winnow v0.7.14
4382026-08-20T17:12:11.209Z Compiling anstyle-query v1.1.5
4392026-08-20T17:12:11.216Z Compiling fs-err v3.3.0
4402026-08-20T17:12:11.299Z Compiling pest_generator v2.8.6
4412026-08-20T17:12:11.323Z Compiling anstream v1.0.0
4422026-08-20T17:12:11.481Z Compiling heck v0.4.1
4432026-08-20T17:12:11.531Z Compiling bytecount v0.6.9
4442026-08-20T17:12:11.639Z Compiling strsim v0.11.1
4452026-08-20T17:12:11.661Z Compiling heck v0.5.0
4462026-08-20T17:12:11.678Z Compiling anyhow v1.0.104
4472026-08-20T17:12:11.706Z Compiling once_cell v1.21.3
4482026-08-20T17:12:12.020Z Compiling fastrand v2.3.0
4492026-08-20T17:12:12.107Z Compiling fnv v1.0.7
4502026-08-20T17:12:12.195Z Compiling clap_lex v1.0.0
4512026-08-20T17:12:12.195Z Compiling unicode-width v0.1.14
4522026-08-20T17:12:12.288Z Compiling clap_builder v4.6.0
4532026-08-20T17:12:12.288Z Compiling tempfile v3.27.0
4542026-08-20T17:12:12.383Z Compiling papergrid v0.11.0
4552026-08-20T17:12:12.383Z Compiling cargo-platform v0.3.2
4562026-08-20T17:12:12.399Z Compiling semver v1.0.28
4572026-08-20T17:12:12.646Z Compiling memmap v0.7.0
4582026-08-20T17:12:12.711Z Compiling unicode-linebreak v0.1.5
4592026-08-20T17:12:12.711Z Compiling smawk v0.3.2
4602026-08-20T17:12:12.753Z Compiling unicode-width v0.2.0
4612026-08-20T17:12:12.757Z Compiling tabled_derive v0.7.0
4622026-08-20T17:12:12.767Z Compiling camino-tempfile v1.4.1
4632026-08-20T17:12:12.989Z Compiling textwrap v0.16.2
4642026-08-20T17:12:13.075Z Compiling serde_derive v1.0.228
4652026-08-20T17:12:13.075Z Compiling thiserror-impl v1.0.69
4662026-08-20T17:12:13.103Z Compiling zerocopy-derive v0.7.35
4672026-08-20T17:12:13.195Z Compiling pest_derive v2.8.6
4682026-08-20T17:12:13.400Z Compiling scroll_derive v0.12.1
4692026-08-20T17:12:13.620Z Compiling thiserror-impl v2.0.18
4702026-08-20T17:12:13.641Z Compiling clap_derive v4.6.1
4712026-08-20T17:12:13.709Z Compiling tabled v0.15.0
4722026-08-20T17:12:13.940Z Compiling zerocopy v0.7.35
4732026-08-20T17:12:14.081Z Compiling scroll v0.12.0
4742026-08-20T17:12:14.357Z Compiling dtrace-parser v0.2.0
4752026-08-20T17:12:14.379Z Compiling goblin v0.8.2
4762026-08-20T17:12:14.509Z Compiling swrite v0.1.0
4772026-08-20T17:12:15.269Z Compiling clap v4.6.1
4782026-08-20T17:12:15.927Z Compiling serde_spanned v0.6.9
4792026-08-20T17:12:15.927Z Compiling toml_datetime v0.6.11
4802026-08-20T17:12:15.935Z Compiling cargo_metadata v0.23.1
4812026-08-20T17:12:15.935Z Compiling macaddr v1.0.1
4822026-08-20T17:12:15.935Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-20T17:12:16.007Z Compiling dof v0.3.0
4842026-08-20T17:12:16.047Z Compiling serde_tokenstream v0.2.3
4852026-08-20T17:12:16.133Z Compiling toml_edit v0.22.27
4862026-08-20T17:12:16.719Z Compiling usdt-macro v0.5.0
4872026-08-20T17:12:16.747Z Compiling usdt-attr-macro v0.5.0
4882026-08-20T17:12:17.391Z Compiling usdt v0.5.0
4892026-08-20T17:12:17.503Z Compiling toml v0.8.23
4902026-08-20T17:12:17.835Z Compiling cargo_toml v0.21.0
4912026-08-20T17:12:19.109Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-20T17:12:21.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s
4932026-08-20T17:12:21.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-20T17:12:21.866Z Downloading crates ...
4952026-08-20T17:12:21.915Z Downloaded addr2line v0.25.1
4962026-08-20T17:12:21.918Z Downloaded argon2 v0.5.3
4972026-08-20T17:12:21.918Z Downloaded aead v0.5.2
4982026-08-20T17:12:21.921Z Downloaded argon2 v0.6.0-rc.8
4992026-08-20T17:12:21.924Z Downloaded anstream v0.6.21
5002026-08-20T17:12:21.924Z Downloaded adler2 v2.0.1
5012026-08-20T17:12:21.924Z Downloaded array-init v0.0.4
5022026-08-20T17:12:21.924Z Downloaded embedded-io v0.4.0
5032026-08-20T17:12:21.928Z Downloaded base64 v0.22.1
5042026-08-20T17:12:21.931Z Downloaded atomic-waker v1.1.2
5052026-08-20T17:12:21.931Z Downloaded async-recursion v1.1.1
5062026-08-20T17:12:21.936Z Downloaded float-ord v0.3.2
5072026-08-20T17:12:21.936Z Downloaded aead v0.6.1
5082026-08-20T17:12:21.936Z Downloaded atomicwrites v0.4.4
5092026-08-20T17:12:21.940Z Downloaded const-oid v0.10.2
5102026-08-20T17:12:21.940Z Downloaded base16ct v0.2.0
5112026-08-20T17:12:21.940Z Downloaded enum_dispatch v0.3.13
5122026-08-20T17:12:21.944Z Downloaded fallible-iterator v0.2.0
5132026-08-20T17:12:21.944Z Downloaded httpdate v1.0.3
5142026-08-20T17:12:21.944Z Downloaded erased-serde v0.3.31
5152026-08-20T17:12:21.944Z Downloaded block-padding v0.4.2
5162026-08-20T17:12:21.950Z Downloaded bitfield-macros v0.19.4
5172026-08-20T17:12:21.954Z Downloaded base64ct v1.8.3
5182026-08-20T17:12:21.954Z Downloaded ar_archive_writer v0.5.1
5192026-08-20T17:12:21.954Z Downloaded ascii-canvas v3.0.0
5202026-08-20T17:12:21.954Z Downloaded embedded-io v0.6.1
5212026-08-20T17:12:21.954Z Downloaded fixedbitset v0.4.2
5222026-08-20T17:12:21.954Z Downloaded getrandom v0.2.17
5232026-08-20T17:12:21.960Z Downloaded allocator-api2 v0.2.21
5242026-08-20T17:12:21.960Z Downloaded hashbrown v0.14.5
5252026-08-20T17:12:21.963Z Downloaded bcs v0.1.6
5262026-08-20T17:12:21.963Z Downloaded bit-vec v0.6.3
5272026-08-20T17:12:21.963Z Downloaded float-cmp v0.10.0
5282026-08-20T17:12:21.964Z Downloaded foreign-types v0.3.2
5292026-08-20T17:12:21.964Z Downloaded hex-literal v1.1.0
5302026-08-20T17:12:21.964Z Downloaded arrayref v0.3.9
5312026-08-20T17:12:21.964Z Downloaded base16ct v1.0.0
5322026-08-20T17:12:21.964Z Downloaded endian-type v0.1.2
5332026-08-20T17:12:21.968Z Downloaded futures-io v0.3.32
5342026-08-20T17:12:21.969Z Downloaded enum-as-inner v0.6.1
5352026-08-20T17:12:21.969Z Downloaded bit-vec v0.8.0
5362026-08-20T17:12:21.973Z Downloaded ena v0.14.4
5372026-08-20T17:12:21.973Z Downloaded foldhash v0.2.0
5382026-08-20T17:12:21.973Z Downloaded find-msvc-tools v0.1.9
5392026-08-20T17:12:21.973Z Downloaded fixedbitset v0.5.7
5402026-08-20T17:12:21.973Z Downloaded fs-err v2.11.0
5412026-08-20T17:12:21.977Z Downloaded async-stream-impl v0.3.6
5422026-08-20T17:12:21.977Z Downloaded compression-core v0.4.31
5432026-08-20T17:12:21.977Z Downloaded assert_matches v1.5.0
5442026-08-20T17:12:21.977Z Downloaded atty v0.2.14
5452026-08-20T17:12:21.977Z Downloaded futures-sink v0.3.32
5462026-08-20T17:12:21.981Z Downloaded block-buffer v0.12.1
5472026-08-20T17:12:21.981Z Downloaded fd-lock v4.0.4
5482026-08-20T17:12:21.981Z Downloaded fxhash v0.2.1
5492026-08-20T17:12:21.982Z Downloaded hostname v0.3.1
5502026-08-20T17:12:21.982Z Downloaded fatfs v0.3.6
5512026-08-20T17:12:21.982Z Downloaded ff v0.13.1
5522026-08-20T17:12:21.985Z Downloaded ff v0.14.0
5532026-08-20T17:12:21.985Z Downloaded bit-set v0.5.3
5542026-08-20T17:12:21.985Z Downloaded async-stream v0.3.6
5552026-08-20T17:12:21.985Z Downloaded flagset v0.4.7
5562026-08-20T17:12:21.988Z Downloaded foreign-types-shared v0.1.1
5572026-08-20T17:12:21.988Z Downloaded bb8 v0.8.6
5582026-08-20T17:12:21.989Z Downloaded castaway v0.2.4
5592026-08-20T17:12:21.989Z Downloaded env_filter v2.0.0
5602026-08-20T17:12:21.989Z Downloaded funty v2.0.0
5612026-08-20T17:12:21.998Z Downloaded foreign-types v0.5.0
5622026-08-20T17:12:21.998Z Downloaded form_urlencoded v1.2.2
5632026-08-20T17:12:21.998Z Downloaded backtrace-ext v0.2.1
5642026-08-20T17:12:21.998Z Downloaded futures-macro v0.3.32
5652026-08-20T17:12:21.998Z Downloaded gethostname v0.5.0
5662026-08-20T17:12:21.998Z Downloaded headers-core v0.3.0
5672026-08-20T17:12:22.002Z Downloaded foreign-types-macros v0.2.3
5682026-08-20T17:12:22.006Z Downloaded hex v0.4.3
5692026-08-20T17:12:22.009Z Downloaded cassowary v0.3.0
5702026-08-20T17:12:22.009Z Downloaded async-bb8-diesel v0.2.1
5712026-08-20T17:12:22.012Z Downloaded ghash v0.6.0
5722026-08-20T17:12:22.012Z Downloaded bit-set v0.8.0
5732026-08-20T17:12:22.016Z Downloaded hubpack v0.1.2
5742026-08-20T17:12:22.020Z Downloaded cobs v0.3.0
5752026-08-20T17:12:22.024Z Downloaded ciborium-ll v0.2.2
5762026-08-20T17:12:22.027Z Downloaded hash32 v0.3.1
5772026-08-20T17:12:22.027Z Downloaded http-range v0.1.5
5782026-08-20T17:12:22.027Z Downloaded hubpack_derive v0.1.1
5792026-08-20T17:12:22.027Z Downloaded futures-task v0.3.32
5802026-08-20T17:12:22.027Z Downloaded home v0.5.12
5812026-08-20T17:12:22.030Z Downloaded ciborium-io v0.2.2
5822026-08-20T17:12:22.031Z Downloaded cfg_aliases v0.2.1
5832026-08-20T17:12:22.031Z Downloaded nodrop v0.1.14
5842026-08-20T17:12:22.034Z Downloaded filetime v0.2.27
5852026-08-20T17:12:22.034Z Downloaded foldhash v0.1.5
5862026-08-20T17:12:22.035Z Downloaded futures-core v0.3.32
5872026-08-20T17:12:22.035Z Downloaded cfg_aliases v0.1.1
5882026-08-20T17:12:22.035Z Downloaded newline-converter v0.3.0
5892026-08-20T17:12:22.038Z Downloaded newtype_derive v0.1.6
5902026-08-20T17:12:22.038Z Downloaded normalize-line-endings v0.3.0
5912026-08-20T17:12:22.038Z Downloaded hostname v0.4.2
5922026-08-20T17:12:22.039Z Downloaded hash32 v0.2.1
5932026-08-20T17:12:22.042Z Downloaded git-stub v1.0.0
5942026-08-20T17:12:22.042Z Downloaded num-derive v0.4.2
5952026-08-20T17:12:22.042Z Downloaded openssl-macros v0.1.1
5962026-08-20T17:12:22.046Z Downloaded precomputed-hash v0.1.1
5972026-08-20T17:12:22.046Z Downloaded globwalk v0.9.1
5982026-08-20T17:12:22.046Z Downloaded path-slash v0.1.5
5992026-08-20T17:12:22.046Z Downloaded fs_extra v1.3.0
6002026-08-20T17:12:22.053Z Downloaded phf_shared v0.11.3
6012026-08-20T17:12:22.056Z Downloaded ahash v0.8.12
6022026-08-20T17:12:22.056Z Downloaded bitfield-struct v0.6.2
6032026-08-20T17:12:22.056Z Downloaded env_logger v0.11.11
6042026-08-20T17:12:22.056Z Downloaded bitfield v0.19.4
6052026-08-20T17:12:22.057Z Downloaded bcrypt-pbkdf v0.11.0
6062026-08-20T17:12:22.057Z Downloaded arrayvec v0.7.6
6072026-08-20T17:12:22.057Z Downloaded psl-types v2.0.11
6082026-08-20T17:12:22.060Z Downloaded cexpr v0.6.0
6092026-08-20T17:12:22.060Z Downloaded proc-macro-crate v3.4.0
6102026-08-20T17:12:22.060Z Downloaded recursive v0.1.1
6112026-08-20T17:12:22.060Z Downloaded rfc6979 v0.6.0
6122026-08-20T17:12:22.060Z Downloaded russh-util v0.52.0
6132026-08-20T17:12:22.060Z Downloaded cipher v0.4.4
6142026-08-20T17:12:22.063Z Downloaded scroll_derive v0.13.1
6152026-08-20T17:12:22.063Z Downloaded cipher v0.5.2
6162026-08-20T17:12:22.067Z Downloaded foreign-types-shared v0.3.1
6172026-08-20T17:12:22.067Z Downloaded cmov v0.5.4
6182026-08-20T17:12:22.067Z Downloaded compression-codecs v0.4.37
6192026-08-20T17:12:22.067Z Downloaded backoff v0.4.0
6202026-08-20T17:12:22.071Z Downloaded futures-executor v0.3.32
6212026-08-20T17:12:22.071Z Downloaded glob v0.3.3
6222026-08-20T17:12:22.071Z Downloaded http-body v1.0.1
6232026-08-20T17:12:22.074Z Downloaded group v0.13.0
6242026-08-20T17:12:22.078Z Downloaded async-trait v0.1.89
6252026-08-20T17:12:22.078Z Downloaded camino-tempfile-ext v0.3.3
6262026-08-20T17:12:22.083Z Downloaded highway v1.3.0
6272026-08-20T17:12:22.083Z Downloaded http-body-util v0.1.3
6282026-08-20T17:12:22.083Z Downloaded progenitor-client v0.14.0
6292026-08-20T17:12:22.083Z Downloaded oxide-update-engine v0.1.2
6302026-08-20T17:12:22.083Z Downloaded sapling-renderdag v0.1.0
6312026-08-20T17:12:22.083Z Downloaded ref-cast-impl v1.0.25
6322026-08-20T17:12:22.088Z Downloaded rustc_version v0.4.1
6332026-08-20T17:12:22.091Z Downloaded slog-bunyan v2.5.0
6342026-08-20T17:12:22.091Z Downloaded num_threads v0.1.7
6352026-08-20T17:12:22.096Z Downloaded blowfish v0.10.0
6362026-08-20T17:12:22.101Z Downloaded byte-wrapper v0.1.0
6372026-08-20T17:12:22.101Z Downloaded cbc v0.2.1
6382026-08-20T17:12:22.101Z Downloaded bs58 v0.5.1
6392026-08-20T17:12:22.101Z Downloaded globset v0.4.18
6402026-08-20T17:12:22.101Z Downloaded git-stub-vcs v0.1.0
6412026-08-20T17:12:22.104Z Downloaded strsim v0.10.0
6422026-08-20T17:12:22.104Z Downloaded chacha20 v0.9.1
6432026-08-20T17:12:22.104Z Downloaded strum v0.27.2
6442026-08-20T17:12:22.104Z Downloaded futures v0.3.32
6452026-08-20T17:12:22.108Z Downloaded cmake v0.1.57
6462026-08-20T17:12:22.108Z Downloaded paste v1.0.15
6472026-08-20T17:12:22.108Z Downloaded elliptic-curve v0.14.1
6482026-08-20T17:12:22.112Z Downloaded progenitor-macro v0.14.0
6492026-08-20T17:12:22.112Z Downloaded num-integer v0.1.46
6502026-08-20T17:12:22.116Z Downloaded rand_core v0.6.4
6512026-08-20T17:12:22.120Z Downloaded tinyvec_macros v0.1.1
6522026-08-20T17:12:22.120Z Downloaded parse-display-derive v0.10.0
6532026-08-20T17:12:22.124Z Downloaded supports-color v3.0.2
6542026-08-20T17:12:22.124Z Downloaded take_mut v0.2.2
6552026-08-20T17:12:22.124Z Downloaded trait-variant v0.1.2
6562026-08-20T17:12:22.124Z Downloaded testing_table v0.3.0
6572026-08-20T17:12:22.124Z Downloaded untrusted v0.7.1
6582026-08-20T17:12:22.129Z Downloaded anstyle-parse v0.2.7
6592026-08-20T17:12:22.129Z Downloaded utf-8 v0.7.6
6602026-08-20T17:12:22.129Z Downloaded xshell-macros v0.2.7
6612026-08-20T17:12:22.133Z Downloaded backon v1.6.0
6622026-08-20T17:12:22.133Z Downloaded bitflags v1.3.2
6632026-08-20T17:12:22.133Z Downloaded bzip2 v0.4.4
6642026-08-20T17:12:22.133Z Downloaded futures-channel v0.3.32
6652026-08-20T17:12:22.133Z Downloaded chacha20 v0.10.0
6662026-08-20T17:12:22.136Z Downloaded colored v2.2.0
6672026-08-20T17:12:22.136Z Downloaded pkg-config v0.3.32
6682026-08-20T17:12:22.137Z Downloaded primeorder v0.13.6
6692026-08-20T17:12:22.141Z Downloaded group v0.14.0
6702026-08-20T17:12:22.145Z Downloaded hmac v0.13.0
6712026-08-20T17:12:22.145Z Downloaded hmac v0.12.1
6722026-08-20T17:12:22.145Z Downloaded serde_derive_internals v0.29.1
6732026-08-20T17:12:22.150Z Downloaded console v0.15.11
6742026-08-20T17:12:22.150Z Downloaded topological-sort v0.2.2
6752026-08-20T17:12:22.150Z Downloaded scrypt v0.12.0
6762026-08-20T17:12:22.150Z Downloaded shlex v1.3.0
6772026-08-20T17:12:22.150Z Downloaded spki v0.7.3
6782026-08-20T17:12:22.154Z Downloaded progenitor-client v0.13.0
6792026-08-20T17:12:22.154Z Downloaded rand_chacha v0.9.0
6802026-08-20T17:12:22.154Z Downloaded unicode-truncate v1.1.0
6812026-08-20T17:12:22.154Z Downloaded serdect v0.4.3
6822026-08-20T17:12:22.154Z Downloaded want v0.3.1
6832026-08-20T17:12:22.154Z Downloaded crunchy v0.2.4
6842026-08-20T17:12:22.154Z Downloaded flume v0.11.1
6852026-08-20T17:12:22.158Z Downloaded slog-stdlog v4.1.1
6862026-08-20T17:12:22.158Z Downloaded spki v0.8.0
6872026-08-20T17:12:22.158Z Downloaded httparse v1.10.1
6882026-08-20T17:12:22.158Z Downloaded half v1.8.3
6892026-08-20T17:12:22.161Z Downloaded smf v0.2.3
6902026-08-20T17:12:22.162Z Downloaded zerofrom v0.1.6
6912026-08-20T17:12:22.162Z Downloaded zone_cfg_derive v0.3.1
6922026-08-20T17:12:22.163Z Downloaded parking_lot v0.12.5
6932026-08-20T17:12:22.166Z Downloaded curve25519-dalek-derive v0.1.1
6942026-08-20T17:12:22.166Z Downloaded pbkdf2 v0.13.0
6952026-08-20T17:12:22.166Z Downloaded darling_macro v0.20.11
6962026-08-20T17:12:22.167Z Downloaded synstructure v0.13.2
6972026-08-20T17:12:22.167Z Downloaded darling_macro v0.21.3
6982026-08-20T17:12:22.167Z Downloaded difflib v0.4.0
6992026-08-20T17:12:22.172Z Downloaded downcast-rs v2.0.2
7002026-08-20T17:12:22.172Z Downloaded simd-adler32 v0.3.8
7012026-08-20T17:12:22.176Z Downloaded ciborium v0.2.2
7022026-08-20T17:12:22.176Z Downloaded buf-list v1.1.2
7032026-08-20T17:12:22.176Z Downloaded console v0.16.2
7042026-08-20T17:12:22.176Z Downloaded cancel-safe-futures v0.1.5
7052026-08-20T17:12:22.179Z Downloaded colored v3.1.1
7062026-08-20T17:12:22.179Z Downloaded const-oid v0.9.6
7072026-08-20T17:12:22.179Z Downloaded blake2 v0.10.6
7082026-08-20T17:12:22.183Z Downloaded serde_path_to_error v0.1.20
7092026-08-20T17:12:22.184Z Downloaded tiny-keccak v2.0.2
7102026-08-20T17:12:22.184Z Downloaded tls_codec v0.4.2
7112026-08-20T17:12:22.187Z Downloaded dof v0.4.0
7122026-08-20T17:12:22.187Z Downloaded pin-project-internal v1.1.11
7132026-08-20T17:12:22.187Z Downloaded instability v0.3.11
7142026-08-20T17:12:22.190Z Downloaded defmt-parser v1.0.0
7152026-08-20T17:12:22.190Z Downloaded dirs-sys-next v0.1.2
7162026-08-20T17:12:22.190Z Downloaded dtrace-parser v0.3.0
7172026-08-20T17:12:22.191Z Downloaded getrandom v0.4.3
7182026-08-20T17:12:22.194Z Downloaded hyper-tls v0.6.0
7192026-08-20T17:12:22.194Z Downloaded writeable v0.6.2
7202026-08-20T17:12:22.194Z Downloaded thread_local v1.1.9
7212026-08-20T17:12:22.197Z Downloaded generic-array v1.4.3
7222026-08-20T17:12:22.201Z Downloaded half v2.7.1
7232026-08-20T17:12:22.201Z Downloaded blake2 v0.11.0-rc.6
7242026-08-20T17:12:22.201Z Downloaded idna_adapter v1.2.1
7252026-08-20T17:12:22.208Z Downloaded toml_writer v1.1.1+spec-1.1.0
7262026-08-20T17:12:22.212Z Downloaded internet-checksum v0.2.1
7272026-08-20T17:12:22.212Z Downloaded is_ci v1.2.0
7282026-08-20T17:12:22.212Z Downloaded jiff-static v0.2.34
7292026-08-20T17:12:22.212Z Downloaded lru-slab v0.1.2
7302026-08-20T17:12:22.216Z Downloaded postgres-types v0.2.12
7312026-08-20T17:12:22.221Z Downloaded critical-section v1.2.0
7322026-08-20T17:12:22.221Z Downloaded match_cfg v0.1.0
7332026-08-20T17:12:22.224Z Downloaded uzers v0.12.2
7342026-08-20T17:12:22.225Z Downloaded xshell v0.2.7
7352026-08-20T17:12:22.225Z Downloaded diesel-dtrace v0.5.0
7362026-08-20T17:12:22.229Z Downloaded libscf-sys v1.2.0
7372026-08-20T17:12:22.229Z Downloaded ctr v0.10.1
7382026-08-20T17:12:22.233Z Downloaded mime v0.3.17
7392026-08-20T17:12:22.233Z Downloaded new_debug_unreachable v1.0.6
7402026-08-20T17:12:22.233Z Downloaded prefix-trie v0.7.0
7412026-08-20T17:12:22.236Z Downloaded der_derive v0.7.3
7422026-08-20T17:12:22.237Z Downloaded num_enum_derive v0.5.11
7432026-08-20T17:12:22.237Z Downloaded term v1.2.1
7442026-08-20T17:12:22.240Z Downloaded tokio-rustls v0.26.4
7452026-08-20T17:12:22.240Z Downloaded password-hash v0.6.1
7462026-08-20T17:12:22.243Z Downloaded ed25519 v2.2.3
7472026-08-20T17:12:22.243Z Downloaded potential_utf v0.1.4
7482026-08-20T17:12:22.247Z Downloaded clang-sys v1.8.1
7492026-08-20T17:12:22.247Z Downloaded bzip2 v0.6.1
7502026-08-20T17:12:22.250Z Downloaded omicron-zone-package v0.12.3
7512026-08-20T17:12:22.250Z Downloaded radium v0.7.0
7522026-08-20T17:12:22.253Z Downloaded rfc6979 v0.4.0
7532026-08-20T17:12:22.257Z Downloaded scheduled-thread-pool v0.2.7
7542026-08-20T17:12:22.257Z Downloaded rustc_version v0.1.7
7552026-08-20T17:12:22.263Z Downloaded headers v0.4.1
7562026-08-20T17:12:22.267Z Downloaded compact_str v0.8.1
7572026-08-20T17:12:22.267Z Downloaded heapless v0.8.0
7582026-08-20T17:12:22.270Z Downloaded pkcs5 v0.8.1
7592026-08-20T17:12:22.275Z Downloaded libefi-sys v0.1.0
7602026-08-20T17:12:22.275Z Downloaded signal-hook v0.3.18
7612026-08-20T17:12:22.275Z Downloaded cookie_store v0.22.1
7622026-08-20T17:12:22.275Z Downloaded arc-swap v1.8.2
7632026-08-20T17:12:22.278Z Downloaded expectorate v1.2.0
7642026-08-20T17:12:22.278Z Downloaded secrecy v0.10.3
7652026-08-20T17:12:22.278Z Downloaded rustc-hash v2.1.1
7662026-08-20T17:12:22.278Z Downloaded spin v0.9.8
7672026-08-20T17:12:22.283Z Downloaded serde_bytes v0.11.19
7682026-08-20T17:12:22.283Z Downloaded signature v3.0.0
7692026-08-20T17:12:22.283Z Downloaded multer v3.1.0
7702026-08-20T17:12:22.287Z Downloaded sha1 v0.11.0
7712026-08-20T17:12:22.287Z Downloaded shell-words v1.1.1
7722026-08-20T17:12:22.288Z Downloaded slog-envlogger v2.2.0
7732026-08-20T17:12:22.288Z Downloaded signature v2.2.0
7742026-08-20T17:12:22.291Z Downloaded derive_builder v0.20.2
7752026-08-20T17:12:22.291Z Downloaded num-complex v0.4.6
7762026-08-20T17:12:22.291Z Downloaded tap v1.0.1
7772026-08-20T17:12:22.291Z Downloaded try-lock v0.2.5
7782026-08-20T17:12:22.295Z Downloaded owo-colors v4.3.0
7792026-08-20T17:12:22.295Z Downloaded derive_builder_core v0.20.2
7802026-08-20T17:12:22.295Z Downloaded sync_wrapper v1.0.2
7812026-08-20T17:12:22.295Z Downloaded tokio-test v0.4.5
7822026-08-20T17:12:22.299Z Downloaded unicode-properties v0.1.4
7832026-08-20T17:12:22.302Z Downloaded untrusted v0.9.0
7842026-08-20T17:12:22.302Z Downloaded utf8_iter v1.0.4
7852026-08-20T17:12:22.307Z Downloaded pem v3.0.6
7862026-08-20T17:12:22.307Z Downloaded pem-rfc7468 v0.7.0
7872026-08-20T17:12:22.307Z Downloaded darling v0.20.11
7882026-08-20T17:12:22.310Z Downloaded ecdsa v0.17.0
7892026-08-20T17:12:22.310Z Downloaded mime_guess v2.0.5
7902026-08-20T17:12:22.311Z Downloaded tracing-attributes v0.1.31
7912026-08-20T17:12:22.314Z Downloaded oxnet v0.1.6
7922026-08-20T17:12:22.314Z Downloaded tracing-core v0.1.36
7932026-08-20T17:12:22.321Z Downloaded unarray v0.1.4
7942026-08-20T17:12:22.321Z Downloaded jobserver v0.1.34
7952026-08-20T17:12:22.321Z Downloaded powerfmt v0.2.0
7962026-08-20T17:12:22.341Z Downloaded bytes v1.11.1
7972026-08-20T17:12:22.342Z Downloaded void v1.0.2
7982026-08-20T17:12:22.346Z Downloaded heapless v0.7.17
7992026-08-20T17:12:22.346Z Downloaded hickory-resolver v0.25.2
8002026-08-20T17:12:22.346Z Downloaded subprocess v0.2.15
8012026-08-20T17:12:22.346Z Downloaded hybrid-array v0.4.13
8022026-08-20T17:12:22.346Z Downloaded progenitor v0.13.0
8032026-08-20T17:12:22.346Z Downloaded cc v1.2.56
8042026-08-20T17:12:22.346Z Downloaded proc-macro-error2 v2.0.1
8052026-08-20T17:12:22.346Z Downloaded progenitor v0.14.0
8062026-08-20T17:12:22.346Z Downloaded base64 v0.21.7
8072026-08-20T17:12:22.346Z Downloaded bumpalo v3.20.2
8082026-08-20T17:12:22.346Z Downloaded chumsky v0.9.3
8092026-08-20T17:12:22.346Z Downloaded scuffle v0.1.0
8102026-08-20T17:12:22.346Z Downloaded serde_cbor v0.11.2
8112026-08-20T17:12:22.350Z Downloaded wnaf v0.14.0
8122026-08-20T17:12:22.350Z Downloaded xattr v1.6.1
8132026-08-20T17:12:22.350Z Downloaded zone v0.3.1
8142026-08-20T17:12:22.351Z Downloaded crc-catalog v2.4.0
8152026-08-20T17:12:22.351Z Downloaded crucible-workspace-hack v0.1.0
8162026-08-20T17:12:22.351Z Downloaded cstr-argument v0.1.2
8172026-08-20T17:12:22.351Z Downloaded flate2 v1.1.9
8182026-08-20T17:12:22.354Z Downloaded backtrace v0.3.76
8192026-08-20T17:12:22.354Z Downloaded serde_with_macros v1.5.2
8202026-08-20T17:12:22.354Z Downloaded crossbeam-utils v0.8.21
8212026-08-20T17:12:22.357Z Downloaded rustc-demangle v0.1.27
8222026-08-20T17:12:22.357Z Downloaded serde-hex v0.1.0
8232026-08-20T17:12:22.357Z Downloaded aws-lc-rs v1.16.3
8242026-08-20T17:12:22.361Z Downloaded toml v1.1.2+spec-1.1.0
8252026-08-20T17:12:22.364Z Downloaded ingot-macros v0.2.0
8262026-08-20T17:12:22.364Z Downloaded ssh-encoding v0.3.0
8272026-08-20T17:12:22.367Z Downloaded stacker v0.1.23
8282026-08-20T17:12:22.368Z Downloaded scroll v0.13.0
8292026-08-20T17:12:22.368Z Downloaded slog-dtrace v0.3.0
8302026-08-20T17:12:22.368Z Downloaded sponge-cursor v0.1.0
8312026-08-20T17:12:22.371Z Downloaded strum_macros v0.24.3
8322026-08-20T17:12:22.371Z Downloaded phc v0.6.1
8332026-08-20T17:12:22.371Z Downloaded tokio-dtrace v0.1.1
8342026-08-20T17:12:22.371Z Downloaded strum_macros v0.26.4
8352026-08-20T17:12:22.375Z Downloaded tinystr v0.8.2
8362026-08-20T17:12:22.375Z Downloaded unicode-xid v0.2.6
8372026-08-20T17:12:22.375Z Downloaded typify v0.6.2
8382026-08-20T17:12:22.375Z Downloaded inout v0.1.4
8392026-08-20T17:12:22.378Z Downloaded crc-any v2.5.0
8402026-08-20T17:12:22.378Z Downloaded memmap2 v0.9.10
8412026-08-20T17:12:22.378Z Downloaded num_enum_derive v0.7.6
8422026-08-20T17:12:22.382Z Downloaded parking_lot_core v0.9.12
8432026-08-20T17:12:22.382Z Downloaded dunce v1.0.5
8442026-08-20T17:12:22.382Z Downloaded indent_write v2.2.0
8452026-08-20T17:12:22.382Z Downloaded polyval v0.7.1
8462026-08-20T17:12:22.388Z Downloaded ppv-lite86 v0.2.21
8472026-08-20T17:12:22.392Z Downloaded openssl-sys v0.9.117
8482026-08-20T17:12:22.392Z Downloaded p256 v0.14.0
8492026-08-20T17:12:22.395Z Downloaded pkcs8 v0.11.0
8502026-08-20T17:12:22.395Z Downloaded socket2 v0.6.3
8512026-08-20T17:12:22.395Z Downloaded vergen-gitcl v1.0.8
8522026-08-20T17:12:22.398Z Downloaded keccak v0.1.6
8532026-08-20T17:12:22.399Z Downloaded vsss-rs v3.3.4
8542026-08-20T17:12:22.399Z Downloaded lazy_static v1.5.0
8552026-08-20T17:12:22.399Z Downloaded maplit v1.0.2
8562026-08-20T17:12:22.399Z Downloaded memoffset v0.9.1
8572026-08-20T17:12:22.427Z Downloaded openssl-probe v0.1.6
8582026-08-20T17:12:22.427Z Downloaded async-compression v0.4.41
8592026-08-20T17:12:22.427Z Downloaded chacha20poly1305 v0.10.1
8602026-08-20T17:12:22.427Z Downloaded http v1.4.2
8612026-08-20T17:12:22.428Z Downloaded zerovec-derive v0.11.2
8622026-08-20T17:12:22.428Z Downloaded hickory-resolver v0.24.4
8632026-08-20T17:12:22.428Z Downloaded percent-encoding v2.3.2
8642026-08-20T17:12:22.428Z Downloaded zeroize v1.9.0
8652026-08-20T17:12:22.428Z Downloaded zip v0.6.6
8662026-08-20T17:12:22.428Z Downloaded hashbrown v0.13.2
8672026-08-20T17:12:22.428Z Downloaded salsa20 v0.11.0
8682026-08-20T17:12:22.428Z Downloaded crossbeam-deque v0.8.6
8692026-08-20T17:12:22.428Z Downloaded olpc-cjson v0.1.4
8702026-08-20T17:12:22.428Z Downloaded darling v0.13.4
8712026-08-20T17:12:22.428Z Downloaded strip-ansi-escapes v0.2.1
8722026-08-20T17:12:22.428Z Downloaded data-encoding v2.10.0
8732026-08-20T17:12:22.428Z Downloaded deranged v0.5.8
8742026-08-20T17:12:22.433Z Downloaded proc-macro-crate v1.3.1
8752026-08-20T17:12:22.433Z Downloaded rand v0.8.6
8762026-08-20T17:12:22.433Z Downloaded rustls-platform-verifier v0.6.2
8772026-08-20T17:12:22.433Z Downloaded term v0.7.0
8782026-08-20T17:12:22.437Z Downloaded parse-display v0.10.0
8792026-08-20T17:12:22.437Z Downloaded schemars v1.2.1
8802026-08-20T17:12:22.440Z Downloaded humantime v2.3.0
8812026-08-20T17:12:22.444Z Downloaded hashbrown v0.12.3
8822026-08-20T17:12:22.444Z Downloaded vte v0.14.1
8832026-08-20T17:12:22.447Z Downloaded darling_core v0.20.11
8842026-08-20T17:12:22.447Z Downloaded displaydoc v0.2.5
8852026-08-20T17:12:22.451Z Downloaded litrs v1.0.0
8862026-08-20T17:12:22.451Z Downloaded digest v0.11.3
8872026-08-20T17:12:22.451Z Downloaded twox-hash v2.1.2
8882026-08-20T17:12:22.455Z Downloaded siphasher v1.0.2
8892026-08-20T17:12:22.455Z Downloaded progenitor-macro v0.13.0
8902026-08-20T17:12:22.455Z Downloaded indoc v2.0.7
8912026-08-20T17:12:22.455Z Downloaded rand_xorshift v0.4.0
8922026-08-20T17:12:22.455Z Downloaded same-file v1.0.6
8932026-08-20T17:12:22.455Z Downloaded scopeguard v1.2.0
8942026-08-20T17:12:22.459Z Downloaded strum v0.26.3
8952026-08-20T17:12:22.459Z Downloaded thiserror-impl-no-std v2.0.2
8962026-08-20T17:12:22.459Z Downloaded supports-hyperlinks v3.2.0
8972026-08-20T17:12:22.459Z Downloaded typify-macro v0.6.2
8982026-08-20T17:12:22.462Z Downloaded pin-project v1.1.11
8992026-08-20T17:12:22.468Z Downloaded icu_locale_core v2.1.1
9002026-08-20T17:12:22.471Z Downloaded ipnetwork v0.21.1
9012026-08-20T17:12:22.475Z Downloaded libsw-core v0.3.2
9022026-08-20T17:12:22.475Z Downloaded multimap v0.10.1
9032026-08-20T17:12:22.475Z Downloaded libsw v3.5.0
9042026-08-20T17:12:22.475Z Downloaded usdt-attr-macro v0.6.0
9052026-08-20T17:12:22.475Z Downloaded wait-timeout v0.2.1
9062026-08-20T17:12:22.475Z Downloaded zeroize_derive v1.5.0
9072026-08-20T17:12:22.478Z Downloaded ignore v0.4.25
9082026-08-20T17:12:22.481Z Downloaded hickory-server v0.25.2
9092026-08-20T17:12:22.484Z Downloaded postgres-protocol v0.6.10
9102026-08-20T17:12:22.484Z Downloaded convert_case v0.4.0
9112026-08-20T17:12:22.485Z Downloaded corncobs v0.1.4
9122026-08-20T17:12:22.488Z Downloaded crypto-bigint v0.5.5
9132026-08-20T17:12:22.492Z Downloaded derive_builder_macro v0.20.2
9142026-08-20T17:12:22.495Z Downloaded packed_struct v0.10.1
9152026-08-20T17:12:22.495Z Downloaded oxide-tokio-rt v0.1.4
9162026-08-20T17:12:22.495Z Downloaded phf v0.13.1
9172026-08-20T17:12:22.500Z Downloaded debug-ignore v1.0.5
9182026-08-20T17:12:22.500Z Downloaded dyn-clone v1.0.20
9192026-08-20T17:12:22.500Z Downloaded indoc v1.0.9
9202026-08-20T17:12:22.501Z Downloaded rustls-webpki v0.103.13
9212026-08-20T17:12:22.504Z Downloaded defmt-macros v1.0.1
9222026-08-20T17:12:22.504Z Downloaded is-terminal v0.4.17
9232026-08-20T17:12:22.504Z Downloaded lru-cache v0.1.2
9242026-08-20T17:12:22.507Z Downloaded rand_core v0.9.5
9252026-08-20T17:12:22.507Z Downloaded const_format v0.2.35
9262026-08-20T17:12:22.510Z Downloaded p384 v0.14.0
9272026-08-20T17:12:22.510Z Downloaded rpassword v7.5.4
9282026-08-20T17:12:22.514Z Downloaded iana-time-zone v0.1.65
9292026-08-20T17:12:22.514Z Downloaded slog-async v2.8.0
9302026-08-20T17:12:22.514Z Downloaded slog-json v2.6.1
9312026-08-20T17:12:22.514Z Downloaded sec1 v0.7.3
9322026-08-20T17:12:22.520Z Downloaded sec1 v0.8.1
9332026-08-20T17:12:22.520Z Downloaded slab v0.4.12
9342026-08-20T17:12:22.520Z Downloaded time-macros v0.2.27
9352026-08-20T17:12:22.520Z Downloaded tokio-tungstenite v0.21.0
9362026-08-20T17:12:22.525Z Downloaded linked-hash-map v0.5.6
9372026-08-20T17:12:22.525Z Downloaded nibble_vec v0.1.0
9382026-08-20T17:12:22.525Z Downloaded kstat-rs v0.2.5
9392026-08-20T17:12:22.525Z Downloaded md-5 v0.10.6
9402026-08-20T17:12:22.525Z Downloaded md5 v0.8.0
9412026-08-20T17:12:22.525Z Downloaded opaque-debug v0.3.1
9422026-08-20T17:12:22.529Z Downloaded rand_pcg v0.10.2
9432026-08-20T17:12:22.532Z Downloaded pkcs1 v0.7.5
9442026-08-20T17:12:22.543Z Downloaded zerocopy v0.6.6
9452026-08-20T17:12:22.551Z Downloaded snafu v0.8.9
9462026-08-20T17:12:22.555Z Downloaded tar v0.4.46
9472026-08-20T17:12:22.558Z Downloaded toml v0.7.8
9482026-08-20T17:12:22.558Z Downloaded constant_time_eq v0.4.2
9492026-08-20T17:12:22.558Z Downloaded whoami v1.6.1
9502026-08-20T17:12:22.563Z Downloaded convert_case v0.10.0
9512026-08-20T17:12:22.563Z Downloaded diesel_table_macro_syntax v0.3.0
9522026-08-20T17:12:22.563Z Downloaded whoami v2.1.0
9532026-08-20T17:12:22.563Z Downloaded csv-core v0.1.13
9542026-08-20T17:12:22.563Z Downloaded semver v0.1.20
9552026-08-20T17:12:22.568Z Downloaded serde_spanned v1.1.1
9562026-08-20T17:12:22.568Z Downloaded tagptr v0.2.0
9572026-08-20T17:12:22.568Z Downloaded rustls-pki-types v1.14.0
9582026-08-20T17:12:22.575Z Downloaded hyper-staticfile v0.10.1
9592026-08-20T17:12:22.575Z Downloaded ingot v0.2.1
9602026-08-20T17:12:22.575Z Downloaded knus-derive v3.4.0
9612026-08-20T17:12:22.575Z Downloaded poly1305 v0.9.0
9622026-08-20T17:12:22.575Z Downloaded sqlparser_derive v0.5.0
9632026-08-20T17:12:22.580Z Downloaded either v1.15.0
9642026-08-20T17:12:22.580Z Downloaded parking_lot_core v0.8.6
9652026-08-20T17:12:22.580Z Downloaded structmeta v0.3.0
9662026-08-20T17:12:22.580Z Downloaded subtle v2.6.1
9672026-08-20T17:12:22.580Z Downloaded derive_more v0.99.20
9682026-08-20T17:12:22.580Z Downloaded rustls-pemfile v2.2.0
9692026-08-20T17:12:22.580Z Downloaded toml_edit v0.23.10+spec-1.0.0
9702026-08-20T17:12:22.585Z Downloaded thread-id v5.1.0
9712026-08-20T17:12:22.585Z Downloaded tokio-stream v0.1.18
9722026-08-20T17:12:22.585Z Downloaded signal-hook-registry v1.4.8
9732026-08-20T17:12:22.586Z Downloaded serde_with_macros v3.21.0
9742026-08-20T17:12:22.586Z Downloaded slog-scope v4.4.1
9752026-08-20T17:12:22.591Z Downloaded nanorand v0.7.0
9762026-08-20T17:12:22.591Z Downloaded usdt v0.6.0
9772026-08-20T17:12:22.591Z Downloaded nu-ansi-term v0.50.3
9782026-08-20T17:12:22.591Z Downloaded num_enum v0.5.11
9792026-08-20T17:12:22.596Z Downloaded quinn v0.11.11
9802026-08-20T17:12:22.596Z Downloaded crc v3.4.0
9812026-08-20T17:12:22.596Z Downloaded waitgroup v0.1.2
9822026-08-20T17:12:22.600Z Downloaded tokio-postgres v0.7.16
9832026-08-20T17:12:22.601Z Downloaded zopfli v0.8.3
9842026-08-20T17:12:22.606Z Downloaded darling_macro v0.13.4
9852026-08-20T17:12:22.606Z Downloaded darling_macro v0.23.0
9862026-08-20T17:12:22.606Z Downloaded num-bigint v0.4.6
9872026-08-20T17:12:22.611Z Downloaded password-hash v0.5.0
9882026-08-20T17:12:22.617Z Downloaded primefield v0.14.0
9892026-08-20T17:12:22.617Z Downloaded r2d2 v0.8.10
9902026-08-20T17:12:22.617Z Downloaded rustls-native-certs v0.8.3
9912026-08-20T17:12:22.617Z Downloaded rtoolbox v0.0.3
9922026-08-20T17:12:22.622Z Downloaded toml_parser v1.1.2+spec-1.1.0
9932026-08-20T17:12:22.622Z Downloaded num-traits v0.2.19
9942026-08-20T17:12:22.627Z Downloaded vergen v9.1.0
9952026-08-20T17:12:22.627Z Downloaded hashbrown v0.16.1
9962026-08-20T17:12:22.631Z Downloaded quinn-udp v0.5.14
9972026-08-20T17:12:22.631Z Downloaded signal-hook-mio v0.2.5
9982026-08-20T17:12:22.631Z Downloaded static_assertions v1.1.0
9992026-08-20T17:12:22.633Z Downloaded inout v0.2.2
10002026-08-20T17:12:22.633Z Downloaded openssl-probe v0.2.1
10012026-08-20T17:12:22.633Z Downloaded darling_core v0.21.3
10022026-08-20T17:12:22.637Z Downloaded nonempty v0.12.0
10032026-08-20T17:12:22.637Z Downloaded peg-runtime v0.8.5
10042026-08-20T17:12:22.638Z Downloaded ron v0.8.1
10052026-08-20T17:12:22.642Z Downloaded snafu-derive v0.8.9
10062026-08-20T17:12:22.642Z Downloaded predicates-tree v1.0.13
10072026-08-20T17:12:22.646Z Downloaded unicode_categories v0.1.1
10082026-08-20T17:12:22.646Z Downloaded test-strategy v0.4.5
10092026-08-20T17:12:22.646Z Downloaded thiserror-no-std v2.0.2
10102026-08-20T17:12:22.651Z Downloaded zerocopy-derive v0.8.55
10112026-08-20T17:12:22.656Z Downloaded progenitor-impl v0.14.0
10122026-08-20T17:12:22.656Z Downloaded aes v0.9.1
10132026-08-20T17:12:22.657Z Downloaded tokio-tungstenite v0.23.1
10142026-08-20T17:12:22.662Z Downloaded walkdir v2.5.0
10152026-08-20T17:12:22.662Z Downloaded const_format_proc_macros v0.2.34
10162026-08-20T17:12:22.662Z Downloaded secrecy v0.8.0
10172026-08-20T17:12:22.662Z Downloaded signal-hook-tokio v0.3.1
10182026-08-20T17:12:22.662Z Downloaded universal-hash v0.5.1
10192026-08-20T17:12:22.662Z Downloaded unicase v2.9.0
10202026-08-20T17:12:22.662Z Downloaded vergen-git2 v9.1.0
10212026-08-20T17:12:22.668Z Downloaded universal-hash v0.6.1
10222026-08-20T17:12:22.668Z Downloaded postcard v1.1.3
10232026-08-20T17:12:22.673Z Downloaded serde_repr v0.1.20
10242026-08-20T17:12:22.673Z Downloaded rand v0.9.2
10252026-08-20T17:12:22.678Z Downloaded delegate v0.13.5
10262026-08-20T17:12:22.678Z Downloaded miniz_oxide v0.8.9
10272026-08-20T17:12:22.684Z Downloaded pem-rfc7468 v1.0.0
10282026-08-20T17:12:22.690Z Downloaded daft-derive v0.1.7
10292026-08-20T17:12:22.690Z Downloaded structmeta-derive v0.3.0
10302026-08-20T17:12:22.690Z Downloaded ecdsa v0.16.9
10312026-08-20T17:12:22.695Z Downloaded impl-trait-for-tuples v0.2.3
10322026-08-20T17:12:22.695Z Downloaded libloading v0.8.9
10332026-08-20T17:12:22.700Z Downloaded document-features v0.2.12
10342026-08-20T17:12:22.704Z Downloaded darling_core v0.13.4
10352026-08-20T17:12:22.704Z Downloaded dropshot-api-manager-types v0.8.0
10362026-08-20T17:12:22.704Z Downloaded illumos-nvpair-sys v0.2.0
10372026-08-20T17:12:22.710Z Downloaded module-lattice v0.2.3
10382026-08-20T17:12:22.713Z Downloaded derive_more v2.1.1
10392026-08-20T17:12:22.717Z Downloaded pin-project-lite v0.2.17
10402026-08-20T17:12:22.718Z Downloaded phf_shared v0.12.1
10412026-08-20T17:12:22.722Z Downloaded pretty_assertions v1.4.1
10422026-08-20T17:12:22.722Z Downloaded icu_provider v2.1.1
10432026-08-20T17:12:22.722Z Downloaded unicode-segmentation v1.12.0
10442026-08-20T17:12:22.722Z Downloaded lalrpop-util v0.19.12
10452026-08-20T17:12:22.725Z Downloaded ed25519-dalek v2.2.0
10462026-08-20T17:12:22.725Z Downloaded rayon-core v1.13.0
10472026-08-20T17:12:22.730Z Downloaded slog v2.8.2
10482026-08-20T17:12:22.730Z Downloaded num v0.4.3
10492026-08-20T17:12:22.734Z Downloaded parse-size v1.1.0
10502026-08-20T17:12:22.734Z Downloaded crc32fast v1.5.0
10512026-08-20T17:12:22.734Z Downloaded resolv-conf v0.7.6
10522026-08-20T17:12:22.734Z Downloaded phf_shared v0.13.1
10532026-08-20T17:12:22.739Z Downloaded seq-macro v0.3.6
10542026-08-20T17:12:22.739Z Downloaded serde-big-array v0.5.1
10552026-08-20T17:12:22.744Z Downloaded sigpipe v0.1.3
10562026-08-20T17:12:22.744Z Downloaded psm v0.1.30
10572026-08-20T17:12:22.744Z Downloaded quick-error v1.2.3
10582026-08-20T17:12:22.744Z Downloaded reqwest v0.13.2
10592026-08-20T17:12:22.748Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10602026-08-20T17:12:22.748Z Downloaded russh-cryptovec v0.62.0
10612026-08-20T17:12:22.748Z Downloaded tabwriter v1.4.1
10622026-08-20T17:12:22.752Z Downloaded rsa v0.10.0-rc.18
10632026-08-20T17:12:22.757Z Downloaded stringprep v0.1.5
10642026-08-20T17:12:22.757Z Downloaded diff v0.1.13
10652026-08-20T17:12:22.762Z Downloaded strum_macros v0.27.2
10662026-08-20T17:12:22.766Z Downloaded tower-layer v0.3.3
10672026-08-20T17:12:22.766Z Downloaded ryu v1.0.23
10682026-08-20T17:12:22.767Z Downloaded futures-util v0.3.32
10692026-08-20T17:12:22.771Z Downloaded string_cache v0.8.9
10702026-08-20T17:12:22.776Z Downloaded sync-ptr v0.1.4
10712026-08-20T17:12:22.776Z Downloaded zstd-safe v7.2.4
10722026-08-20T17:12:22.776Z Downloaded tower-service v0.3.3
10732026-08-20T17:12:22.776Z Downloaded cpufeatures v0.3.0
10742026-08-20T17:12:22.776Z Downloaded h2 v0.4.15
10752026-08-20T17:12:22.780Z Downloaded hashbrown v0.15.5
10762026-08-20T17:12:22.780Z Downloaded serde_yaml v0.9.34+deprecated
10772026-08-20T17:12:22.784Z Downloaded crypto-common v0.2.2
10782026-08-20T17:12:22.784Z Downloaded daft v0.1.7
10792026-08-20T17:12:22.788Z Downloaded hkdf v0.13.0
10802026-08-20T17:12:22.792Z Downloaded zstd v0.13.3
10812026-08-20T17:12:22.792Z Downloaded similar v2.7.0
10822026-08-20T17:12:22.798Z Downloaded linear-map v1.2.0
10832026-08-20T17:12:22.798Z Downloaded derive-ex v0.1.8
10842026-08-20T17:12:22.798Z Downloaded port-file v0.1.0
10852026-08-20T17:12:22.802Z Downloaded ingot-types v0.2.0
10862026-08-20T17:12:22.802Z Downloaded newtype-uuid-macros v0.1.0
10872026-08-20T17:12:22.803Z Downloaded num_enum v0.7.6
10882026-08-20T17:12:22.807Z Downloaded num-bigint-dig v0.8.6
10892026-08-20T17:12:22.811Z Downloaded unicode-bidi v0.3.18
10902026-08-20T17:12:22.811Z Downloaded sha2 v0.11.0
10912026-08-20T17:12:22.811Z Downloaded tokio-native-tls v0.3.1
10922026-08-20T17:12:22.811Z Downloaded sha1 v0.10.6
10932026-08-20T17:12:22.817Z Downloaded hyper-util v0.1.20
10942026-08-20T17:12:22.820Z Downloaded rand_seeder v0.4.0
10952026-08-20T17:12:22.826Z Downloaded stable_deref_trait v1.2.1
10962026-08-20T17:12:22.826Z Downloaded usdt-macro v0.6.0
10972026-08-20T17:12:22.826Z Downloaded rawzip v0.4.4
10982026-08-20T17:12:22.830Z Downloaded blake3 v1.8.5
10992026-08-20T17:12:22.834Z Downloaded drift v0.2.0
11002026-08-20T17:12:22.841Z Downloaded prettyplease v0.2.37
11012026-08-20T17:12:22.844Z Downloaded hkdf v0.12.4
11022026-08-20T17:12:22.844Z Downloaded winnow v0.5.40
11032026-08-20T17:12:22.848Z Downloaded ssh-cipher v0.3.0
11042026-08-20T17:12:22.848Z Downloaded vergen-lib v0.1.6
11052026-08-20T17:12:22.848Z Downloaded aes-gcm v0.11.0
11062026-08-20T17:12:22.851Z Downloaded der v0.7.10
11072026-08-20T17:12:22.854Z Downloaded libbz2-rs-sys v0.2.2
11082026-08-20T17:12:22.855Z Downloaded managed v0.8.0
11092026-08-20T17:12:22.861Z Downloaded ipnet v2.12.0
11102026-08-20T17:12:22.864Z Downloaded time-core v0.1.8
11112026-08-20T17:12:22.868Z Downloaded oxide-update-engine-types v0.1.2
11122026-08-20T17:12:22.872Z Downloaded litemap v0.8.1
11132026-08-20T17:12:22.872Z Downloaded lock_api v0.4.14
11142026-08-20T17:12:22.877Z Downloaded nom v8.0.0
11152026-08-20T17:12:22.877Z Downloaded rand_core v0.10.0
11162026-08-20T17:12:22.885Z Downloaded rand_chacha v0.3.1
11172026-08-20T17:12:22.886Z Downloaded defmt v0.3.100
11182026-08-20T17:12:22.886Z Downloaded icu_collections v2.1.1
11192026-08-20T17:12:22.886Z Downloaded aho-corasick v1.1.4
11202026-08-20T17:12:22.890Z Downloaded illumos-nvpair v0.3.0
11212026-08-20T17:12:22.890Z Downloaded primeorder v0.14.0
11222026-08-20T17:12:22.890Z Downloaded schemars_derive v0.8.22
11232026-08-20T17:12:22.890Z Downloaded progenitor-extras v0.2.0
11242026-08-20T17:12:22.890Z Downloaded rusty-fork v0.3.1
11252026-08-20T17:12:22.891Z Downloaded zerotrie v0.2.3
11262026-08-20T17:12:22.895Z Downloaded maybe-uninit v2.0.0
11272026-08-20T17:12:22.899Z Downloaded termios v0.3.3
11282026-08-20T17:12:22.903Z Downloaded packed_struct_codegen v0.10.1
11292026-08-20T17:12:22.908Z Downloaded vergen-lib v9.1.0
11302026-08-20T17:12:22.908Z Downloaded p384 v0.13.1
11312026-08-20T17:12:22.908Z Downloaded icu_properties_data v2.1.2
11322026-08-20T17:12:22.911Z Downloaded nom v7.1.3
11332026-08-20T17:12:22.918Z Downloaded qorb v0.4.1
11342026-08-20T17:12:22.921Z Downloaded icu_normalizer_data v2.1.1
11352026-08-20T17:12:22.922Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-08-20T17:12:22.922Z Downloaded pkcs8 v0.10.2
11372026-08-20T17:12:22.922Z Downloaded lzss v0.8.2
11382026-08-20T17:12:22.926Z Downloaded dsl_auto_type v0.2.0
11392026-08-20T17:12:22.926Z Downloaded lru v0.12.5
11402026-08-20T17:12:22.926Z Downloaded zerofrom-derive v0.1.6
11412026-08-20T17:12:22.926Z Downloaded cpubits v0.1.1
11422026-08-20T17:12:22.926Z Downloaded idna v1.1.0
11432026-08-20T17:12:22.929Z Downloaded itertools v0.14.0
11442026-08-20T17:12:22.934Z Downloaded yasna v0.5.2
11452026-08-20T17:12:22.938Z Downloaded hyper-rustls v0.27.7
11462026-08-20T17:12:22.938Z Downloaded native-tls v0.2.18
11472026-08-20T17:12:22.938Z Downloaded recursive-proc-macro-impl v0.1.1
11482026-08-20T17:12:22.938Z Downloaded keccak v0.2.0
11492026-08-20T17:12:22.946Z Downloaded newtype-uuid v1.3.2
11502026-08-20T17:12:22.946Z Downloaded predicates-core v1.0.10
11512026-08-20T17:12:22.946Z Downloaded instant v0.1.13
11522026-08-20T17:12:22.946Z Downloaded serde_plain v1.0.2
11532026-08-20T17:12:22.946Z Downloaded support-bundle-viewer v0.1.2
11542026-08-20T17:12:22.946Z Downloaded unit-prefix v0.5.2
11552026-08-20T17:12:22.946Z Downloaded wyz v0.5.1
11562026-08-20T17:12:22.946Z Downloaded schemars v0.9.0
11572026-08-20T17:12:22.951Z Downloaded des v0.9.0
11582026-08-20T17:12:22.951Z Downloaded phf v0.12.1
11592026-08-20T17:12:22.956Z Downloaded num-iter v0.1.45
11602026-08-20T17:12:22.956Z Downloaded yoke-derive v0.8.1
11612026-08-20T17:12:22.956Z Downloaded supports-unicode v3.0.0
11622026-08-20T17:12:22.993Z Downloaded ctutils v0.4.2
11632026-08-20T17:12:22.993Z Downloaded progenitor-impl v0.13.0
11642026-08-20T17:12:22.999Z Downloaded jiff-core v0.1.0
11652026-08-20T17:12:22.999Z Downloaded socket2 v0.5.10
11662026-08-20T17:12:22.999Z Downloaded crc8 v0.1.1
11672026-08-20T17:12:22.999Z Downloaded uuid v1.23.4
11682026-08-20T17:12:22.999Z Downloaded poly1305 v0.8.0
11692026-08-20T17:12:22.999Z Downloaded typed-path v0.9.3
11702026-08-20T17:12:23.000Z Downloaded slog-term v2.9.2
11712026-08-20T17:12:23.000Z Downloaded darling v0.23.0
11722026-08-20T17:12:23.000Z Downloaded num-conv v0.2.0
11732026-08-20T17:12:23.000Z Downloaded oso-derive v0.27.3
11742026-08-20T17:12:23.000Z Downloaded tokio-macros v2.7.0
11752026-08-20T17:12:23.000Z Downloaded display-error-chain v0.2.2
11762026-08-20T17:12:23.000Z Downloaded tls_codec_derive v0.4.2
11772026-08-20T17:12:23.000Z Downloaded dirs-next v2.0.0
11782026-08-20T17:12:23.006Z Downloaded icu_properties v2.1.2
11792026-08-20T17:12:23.007Z Downloaded pkcs1 v0.8.0-rc.4
11802026-08-20T17:12:23.007Z Downloaded diesel_derives v2.3.7
11812026-08-20T17:12:23.012Z Downloaded ml-kem v0.3.2
11822026-08-20T17:12:23.012Z Downloaded ident_case v1.0.1
11832026-08-20T17:12:23.012Z Downloaded digest-io v0.1.0
11842026-08-20T17:12:23.012Z Downloaded sqlformat v0.3.5
11852026-08-20T17:12:23.012Z Downloaded icu_normalizer v2.1.1
11862026-08-20T17:12:23.042Z Downloaded rcgen v0.12.1
11872026-08-20T17:12:23.042Z Downloaded darling v0.21.3
11882026-08-20T17:12:23.042Z Downloaded derive-where v1.6.0
11892026-08-20T17:12:23.042Z Downloaded proc-macro-error-attr2 v2.0.0
11902026-08-20T17:12:23.042Z Downloaded serde_urlencoded v0.7.1
11912026-08-20T17:12:23.042Z Downloaded termtree v0.5.1
11922026-08-20T17:12:23.042Z Downloaded ed25519 v3.0.0
11932026-08-20T17:12:23.042Z Downloaded ref-cast v1.0.25
11942026-08-20T17:12:23.042Z Downloaded num-rational v0.4.2
11952026-08-20T17:12:23.043Z Downloaded toml_edit v0.19.15
11962026-08-20T17:12:23.043Z Downloaded kem v0.3.0
11972026-08-20T17:12:23.043Z Downloaded publicsuffix v2.3.0
11982026-08-20T17:12:23.046Z Downloaded dropshot-api-manager v0.8.0
11992026-08-20T17:12:23.046Z Downloaded tui-tree-widget v0.23.1
12002026-08-20T17:12:23.046Z Downloaded cookie v0.18.1
12012026-08-20T17:12:23.046Z Downloaded yoke v0.8.1
12022026-08-20T17:12:23.046Z Downloaded proptest v1.11.0
12032026-08-20T17:12:23.050Z Downloaded rayon v1.11.0
12042026-08-20T17:12:23.054Z Downloaded dropshot_endpoint v0.17.1
12052026-08-20T17:12:23.058Z Downloaded itertools v0.12.1
12062026-08-20T17:12:23.063Z Downloaded tinyvec v1.10.0
12072026-08-20T17:12:23.063Z Downloaded tungstenite v0.23.0
12082026-08-20T17:12:23.063Z Downloaded peg v0.8.5
12092026-08-20T17:12:23.066Z Downloaded smallvec v0.6.14
12102026-08-20T17:12:23.066Z Downloaded peg-macros v0.8.5
12112026-08-20T17:12:23.066Z Downloaded oxide-update-engine-display v0.1.2
12122026-08-20T17:12:23.066Z Downloaded usdt-impl v0.6.0
12132026-08-20T17:12:23.069Z Downloaded yansi v1.0.1
12142026-08-20T17:12:23.069Z Downloaded knus v3.4.0
12152026-08-20T17:12:23.069Z Downloaded parking_lot v0.11.2
12162026-08-20T17:12:23.077Z Downloaded indexmap v1.9.3
12172026-08-20T17:12:23.085Z Downloaded tower v0.5.3
12182026-08-20T17:12:23.090Z Downloaded predicates v3.1.4
12192026-08-20T17:12:23.095Z Downloaded rustversion v1.0.22
12202026-08-20T17:12:23.095Z Downloaded smallvec v1.15.1
12212026-08-20T17:12:23.096Z Downloaded tower-http v0.6.8
12222026-08-20T17:12:23.104Z Downloaded oso v0.27.3
12232026-08-20T17:12:23.104Z Downloaded schemars v0.8.22
12242026-08-20T17:12:23.121Z Downloaded unsafe-libyaml v0.2.11
12252026-08-20T17:12:23.122Z Downloaded url v2.5.8
12262026-08-20T17:12:23.128Z Downloaded elliptic-curve v0.13.8
12272026-08-20T17:12:23.128Z Downloaded miette-derive v7.6.0
12282026-08-20T17:12:23.128Z Downloaded defmt v1.0.1
12292026-08-20T17:12:23.128Z Downloaded minimal-lexical v0.2.1
12302026-08-20T17:12:23.129Z Downloaded papergrid v0.18.0
12312026-08-20T17:12:23.129Z Downloaded crossbeam-epoch v0.9.18
12322026-08-20T17:12:23.130Z Downloaded bitvec v1.0.1
12332026-08-20T17:12:23.136Z Downloaded darling_core v0.23.0
12342026-08-20T17:12:23.144Z Downloaded indicatif v0.18.4
12352026-08-20T17:12:23.144Z Downloaded libm v0.2.16
12362026-08-20T17:12:23.151Z Downloaded bindgen v0.71.1
12372026-08-20T17:12:23.155Z Downloaded crossterm v0.29.0
12382026-08-20T17:12:23.155Z Downloaded libxml v0.3.3
12392026-08-20T17:12:23.161Z Downloaded samael v0.0.19
12402026-08-20T17:12:23.165Z Downloaded git2 v0.20.4
12412026-08-20T17:12:23.165Z Downloaded petname v2.0.2
12422026-08-20T17:12:23.169Z Downloaded vcpkg v0.2.15
12432026-08-20T17:12:23.188Z Downloaded crossbeam-channel v0.5.15
12442026-08-20T17:12:23.192Z Downloaded tough v0.22.0
12452026-08-20T17:12:23.205Z Downloaded chrono v0.4.45
12462026-08-20T17:12:23.221Z Downloaded reedline v0.40.0
12472026-08-20T17:12:23.221Z Downloaded derive_more-impl v2.1.1
12482026-08-20T17:12:23.222Z Downloaded itertools v0.10.5
12492026-08-20T17:12:23.222Z Downloaded lalrpop v0.19.12
12502026-08-20T17:12:23.222Z Downloaded crossterm v0.28.1
12512026-08-20T17:12:23.235Z Downloaded itertools v0.15.0
12522026-08-20T17:12:23.235Z Downloaded zip v4.6.1
12532026-08-20T17:12:23.235Z Downloaded winnow v0.6.26
12542026-08-20T17:12:23.245Z Downloaded zerovec v0.11.5
12552026-08-20T17:12:23.245Z Downloaded hyper v1.10.1
12562026-08-20T17:12:23.245Z Downloaded iri-string v0.7.10
12572026-08-20T17:12:23.245Z Downloaded x509-cert v0.2.5
12582026-08-20T17:12:23.253Z Downloaded smoltcp v0.9.1
12592026-08-20T17:12:23.254Z Downloaded goblin v0.10.5
12602026-08-20T17:12:23.259Z Downloaded mio v1.2.0
12612026-08-20T17:12:23.259Z Downloaded p521 v0.14.0
12622026-08-20T17:12:23.259Z Downloaded rsa v0.9.10
12632026-08-20T17:12:23.259Z Downloaded tungstenite v0.21.0
12642026-08-20T17:12:23.265Z Downloaded serde_with v1.14.0
12652026-08-20T17:12:23.265Z Downloaded ssh-key v0.7.0-rc.11
12662026-08-20T17:12:23.271Z Downloaded der v0.8.0
12672026-08-20T17:12:23.271Z Downloaded steno v0.4.1
12682026-08-20T17:12:23.278Z Downloaded polar-core v0.27.3
12692026-08-20T17:12:23.285Z Downloaded regex v1.12.3
12702026-08-20T17:12:23.285Z Downloaded rustyline v14.0.0
12712026-08-20T17:12:23.285Z Downloaded salty v0.3.0
12722026-08-20T17:12:23.292Z Downloaded moka v0.12.13
12732026-08-20T17:12:23.292Z Downloaded radix_trie v0.2.1
12742026-08-20T17:12:23.295Z Downloaded miette v7.6.0
12752026-08-20T17:12:23.295Z Downloaded unicode-normalization v0.1.25
12762026-08-20T17:12:23.295Z Downloaded object v0.30.4
12772026-08-20T17:12:23.300Z Downloaded gimli v0.32.3
12782026-08-20T17:12:23.305Z Downloaded rand v0.10.1
12792026-08-20T17:12:23.307Z Downloaded serde_with v3.21.0
12802026-08-20T17:12:23.312Z Downloaded ed25519-dalek v3.0.0
12812026-08-20T17:12:23.324Z Downloaded iddqd v0.4.2
12822026-08-20T17:12:23.329Z Downloaded tabled v0.21.0
12832026-08-20T17:12:23.338Z Downloaded crypto-primes v0.7.2
12842026-08-20T17:12:23.348Z Downloaded internal-russh-num-bigint v0.5.0
12852026-08-20T17:12:23.354Z Downloaded nix v0.27.1
12862026-08-20T17:12:23.361Z Downloaded quick-xml v0.37.5
12872026-08-20T17:12:23.364Z Downloaded bstr v1.12.1
12882026-08-20T17:12:23.370Z Downloaded zlib-rs v0.6.2
12892026-08-20T17:12:23.373Z Downloaded reqwest v0.12.28
12902026-08-20T17:12:23.376Z Downloaded curve25519-dalek v4.1.3
12912026-08-20T17:12:23.392Z Downloaded tokio-util v0.7.18
12922026-08-20T17:12:23.405Z Downloaded regex-syntax v0.6.29
12932026-08-20T17:12:23.408Z Downloaded portable-atomic v1.13.1
12942026-08-20T17:12:23.421Z Downloaded rustix v0.38.44
12952026-08-20T17:12:23.433Z Downloaded itertools v0.13.0
12962026-08-20T17:12:23.437Z Downloaded russh v0.62.4
12972026-08-20T17:12:23.443Z Downloaded hickory-proto v0.24.4
12982026-08-20T17:12:23.451Z Downloaded regex-syntax v0.8.10
12992026-08-20T17:12:23.455Z Downloaded winnow v1.0.3
13002026-08-20T17:12:23.460Z Downloaded sha3 v0.12.0
13012026-08-20T17:12:23.466Z Downloaded zerocopy v0.8.55
13022026-08-20T17:12:23.479Z Downloaded nix v0.28.0
13032026-08-20T17:12:23.484Z Downloaded hickory-proto v0.25.2
13042026-08-20T17:12:23.493Z Downloaded smoltcp v0.11.0
13052026-08-20T17:12:23.499Z Downloaded regress v0.10.5
13062026-08-20T17:12:23.505Z Downloaded time v0.3.47
13072026-08-20T17:12:23.510Z Downloaded nix v0.31.2
13082026-08-20T17:12:23.517Z Downloaded openssl v0.10.80
13092026-08-20T17:12:23.523Z Downloaded quinn-proto v0.11.16
13102026-08-20T17:12:23.527Z Downloaded openapiv3 v2.2.0
13112026-08-20T17:12:23.532Z Downloaded crypto-bigint v0.7.5
13122026-08-20T17:12:23.541Z Downloaded sled v0.34.7
13132026-08-20T17:12:23.546Z Downloaded object v0.37.3
13142026-08-20T17:12:23.552Z Downloaded regress v0.11.1
13152026-08-20T17:12:23.557Z Downloaded dropshot v0.17.1
13162026-08-20T17:12:23.571Z Downloaded curve25519-dalek v5.0.0
13172026-08-20T17:12:23.574Z Downloaded rustls v0.23.41
13182026-08-20T17:12:23.581Z Downloaded typify-impl v0.6.2
13192026-08-20T17:12:23.589Z Downloaded ratatui v0.29.0
13202026-08-20T17:12:23.610Z Downloaded tracing v0.1.44
13212026-08-20T17:12:23.627Z Downloaded zerocopy-derive v0.6.6
13222026-08-20T17:12:23.632Z Downloaded sqlparser v0.61.0
13232026-08-20T17:12:23.638Z Downloaded diesel v2.3.7
13242026-08-20T17:12:23.658Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-20T17:12:23.672Z Downloaded sha3 v0.11.0
13262026-08-20T17:12:23.676Z Downloaded regex-automata v0.4.14
13272026-08-20T17:12:23.685Z Downloaded jiff v0.2.34
13282026-08-20T17:12:23.702Z Downloaded libz-sys v1.1.24
13292026-08-20T17:12:23.723Z Downloaded chrono-tz v0.10.4
13302026-08-20T17:12:23.742Z Downloaded petgraph v0.6.5
13312026-08-20T17:12:23.753Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-08-20T17:12:23.763Z Downloaded tokio v1.52.1
13332026-08-20T17:12:23.784Z Downloaded sha3 v0.10.8
13342026-08-20T17:12:23.790Z Downloaded petgraph v0.8.3
13352026-08-20T17:12:23.800Z Downloaded encoding_rs v0.8.35
13362026-08-20T17:12:23.812Z Downloaded csv v1.4.0
13372026-08-20T17:12:23.824Z Downloaded ring v0.17.14
13382026-08-20T17:12:23.908Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-20T17:12:24.382Z Downloaded aws-lc-sys v0.40.0
13402026-08-20T17:12:24.641Z Compiling serde_core v1.0.228
13412026-08-20T17:12:24.641Z Compiling libc v0.2.185
13422026-08-20T17:12:24.641Z Compiling serde v1.0.228
13432026-08-20T17:12:24.646Z Compiling log v0.4.33
13442026-08-20T17:12:24.646Z Compiling smallvec v1.15.1
13452026-08-20T17:12:24.646Z Compiling shlex v1.3.0
13462026-08-20T17:12:24.646Z Compiling find-msvc-tools v0.1.9
13472026-08-20T17:12:24.781Z Compiling syn v2.0.117
13482026-08-20T17:12:24.991Z Compiling subtle v2.6.1
13492026-08-20T17:12:25.010Z Compiling scopeguard v1.2.0
13502026-08-20T17:12:25.033Z Compiling typenum v1.20.1
13512026-08-20T17:12:25.092Z Compiling lock_api v0.4.14
13522026-08-20T17:12:25.106Z Compiling stable_deref_trait v1.2.1
13532026-08-20T17:12:25.119Z Compiling zerocopy v0.8.55
13542026-08-20T17:12:25.295Z Compiling portable-atomic v1.13.1
13552026-08-20T17:12:25.309Z Compiling serde_json v1.0.151
13562026-08-20T17:12:25.421Z Compiling critical-section v1.2.0
13572026-08-20T17:12:25.511Z Compiling libm v0.2.16
13582026-08-20T17:12:25.530Z Compiling num-traits v0.2.19
13592026-08-20T17:12:25.629Z Compiling pkg-config v0.3.32
13602026-08-20T17:12:25.761Z Compiling errno v0.3.14
13612026-08-20T17:12:25.808Z Compiling jobserver v0.1.34
13622026-08-20T17:12:25.882Z Compiling getrandom v0.2.17
13632026-08-20T17:12:25.910Z Compiling generic-array v0.14.7
13642026-08-20T17:12:26.110Z Compiling cc v1.2.56
13652026-08-20T17:12:26.114Z Compiling rand_core v0.6.4
13662026-08-20T17:12:26.190Z Compiling const-oid v0.9.6
13672026-08-20T17:12:26.190Z Compiling pin-project-lite v0.2.17
13682026-08-20T17:12:26.300Z Compiling parking_lot_core v0.9.12
13692026-08-20T17:12:26.392Z Compiling once_cell v1.21.3
13702026-08-20T17:12:26.453Z Compiling getrandom v0.3.4
13712026-08-20T17:12:26.614Z Compiling signal-hook-registry v1.4.8
13722026-08-20T17:12:26.908Z Compiling litemap v0.8.1
13732026-08-20T17:12:26.954Z Compiling futures-core v0.3.32
13742026-08-20T17:12:27.048Z Compiling bitflags v2.11.0
13752026-08-20T17:12:27.118Z Compiling writeable v0.6.2
13762026-08-20T17:12:27.146Z Compiling percent-encoding v2.3.2
13772026-08-20T17:12:27.298Z Compiling semver v1.0.28
13782026-08-20T17:12:27.327Z Compiling parking_lot v0.12.5
13792026-08-20T17:12:27.384Z Compiling mio v1.2.0
13802026-08-20T17:12:27.396Z Compiling icu_normalizer_data v2.1.1
13812026-08-20T17:12:27.498Z Compiling icu_properties_data v2.1.2
13822026-08-20T17:12:27.627Z Compiling socket2 v0.6.3
13832026-08-20T17:12:27.687Z Compiling rustix v1.1.4
13842026-08-20T17:12:27.716Z Compiling getrandom v0.4.3
13852026-08-20T17:12:27.729Z Compiling synstructure v0.13.2
13862026-08-20T17:12:27.810Z Compiling futures-sink v0.3.32
13872026-08-20T17:12:27.875Z Compiling rand_core v0.10.0
13882026-08-20T17:12:27.926Z Compiling futures-channel v0.3.32
13892026-08-20T17:12:28.048Z Compiling indexmap v2.14.0
13902026-08-20T17:12:28.053Z Compiling futures-io v0.3.32
13912026-08-20T17:12:28.162Z Compiling futures-task v0.3.32
13922026-08-20T17:12:28.219Z Compiling slab v0.4.12
13932026-08-20T17:12:28.280Z Compiling utf8_iter v1.0.4
13942026-08-20T17:12:28.339Z Compiling form_urlencoded v1.2.2
13952026-08-20T17:12:28.346Z Compiling rustversion v1.0.22
13962026-08-20T17:12:28.360Z Compiling base64ct v1.8.3
13972026-08-20T17:12:28.398Z Compiling iana-time-zone v0.1.65
13982026-08-20T17:12:28.420Z Compiling cmake v0.1.57
13992026-08-20T17:12:28.512Z Compiling dunce v1.0.5
14002026-08-20T17:12:28.601Z Compiling pem-rfc7468 v0.7.0
14012026-08-20T17:12:28.616Z Compiling fs_extra v1.3.0
14022026-08-20T17:12:28.649Z Compiling flagset v0.4.7
14032026-08-20T17:12:28.711Z Compiling regex-syntax v0.8.10
14042026-08-20T17:12:28.793Z Compiling ident_case v1.0.1
14052026-08-20T17:12:28.823Z Compiling uuid v1.23.4
14062026-08-20T17:12:28.917Z Compiling aws-lc-sys v0.40.0
14072026-08-20T17:12:28.933Z Compiling rand_core v0.9.5
14082026-08-20T17:12:28.962Z Compiling base64 v0.22.1
14092026-08-20T17:12:29.219Z Compiling vcpkg v0.2.15
14102026-08-20T17:12:29.300Z Compiling syn v1.0.109
14112026-08-20T17:12:29.383Z Compiling serde_derive_internals v0.29.1
14122026-08-20T17:12:29.519Z Compiling rustc_version v0.4.1
14132026-08-20T17:12:29.543Z Compiling serde_derive v1.0.228
14142026-08-20T17:12:29.593Z Compiling zeroize_derive v1.5.0
14152026-08-20T17:12:29.610Z Compiling zerocopy-derive v0.8.55
14162026-08-20T17:12:29.852Z Compiling zerofrom-derive v0.1.6
14172026-08-20T17:12:29.973Z Compiling yoke-derive v0.8.1
14182026-08-20T17:12:30.284Z Compiling zerovec-derive v0.11.2
14192026-08-20T17:12:30.323Z Compiling displaydoc v0.2.5
14202026-08-20T17:12:31.093Z Compiling tokio-macros v2.7.0
14212026-08-20T17:12:31.149Z Compiling futures-macro v0.3.32
14222026-08-20T17:12:31.149Z Compiling der_derive v0.7.3
14232026-08-20T17:12:31.837Z Compiling zerofrom v0.1.6
14242026-08-20T17:12:31.846Z Compiling yoke v0.8.1
14252026-08-20T17:12:31.846Z Compiling thiserror-impl v2.0.18
14262026-08-20T17:12:31.846Z Compiling zerovec v0.11.5
14272026-08-20T17:12:31.846Z Compiling zerotrie v0.2.3
14282026-08-20T17:12:31.966Z Compiling futures-util v0.3.32
14292026-08-20T17:12:32.103Z Compiling tinystr v0.8.2
14302026-08-20T17:12:32.127Z Compiling potential_utf v0.1.4
14312026-08-20T17:12:32.140Z Compiling openssl-sys v0.9.117
14322026-08-20T17:12:32.289Z Compiling icu_locale_core v2.1.1
14332026-08-20T17:12:32.305Z Compiling icu_collections v2.1.1
14342026-08-20T17:12:32.718Z Compiling tracing-attributes v0.1.31
14352026-08-20T17:12:32.769Z Compiling thiserror v2.0.18
14362026-08-20T17:12:32.784Z Compiling tracing-core v0.1.36
14372026-08-20T17:12:32.879Z Compiling cpufeatures v0.2.17
14382026-08-20T17:12:32.961Z Compiling icu_provider v2.1.1
14392026-08-20T17:12:33.106Z Compiling zeroize v1.9.0
14402026-08-20T17:12:33.153Z Compiling bytes v1.11.1
14412026-08-20T17:12:33.256Z Compiling icu_normalizer v2.1.1
14422026-08-20T17:12:33.331Z Compiling icu_properties v2.1.2
14432026-08-20T17:12:33.763Z Compiling tokio v1.52.1
14442026-08-20T17:12:33.787Z Compiling chrono v0.4.45
14452026-08-20T17:12:33.885Z Compiling block-buffer v0.10.4
14462026-08-20T17:12:34.016Z Compiling crypto-common v0.1.7
14472026-08-20T17:12:34.059Z Compiling ppv-lite86 v0.2.21
14482026-08-20T17:12:34.160Z Compiling digest v0.10.7
14492026-08-20T17:12:34.182Z Compiling idna_adapter v1.2.1
14502026-08-20T17:12:34.275Z Compiling der v0.7.10
14512026-08-20T17:12:34.332Z Compiling idna v1.1.0
14522026-08-20T17:12:34.386Z Compiling http v1.4.2
14532026-08-20T17:12:34.411Z Compiling rand_chacha v0.9.0
14542026-08-20T17:12:34.428Z Compiling schemars v0.8.22
14552026-08-20T17:12:34.642Z Compiling url v2.5.8
14562026-08-20T17:12:34.970Z Compiling dyn-clone v1.0.20
14572026-08-20T17:12:35.104Z Compiling spki v0.7.3
14582026-08-20T17:12:35.114Z Compiling simd-adler32 v0.3.8
14592026-08-20T17:12:35.216Z Compiling aws-lc-rs v1.16.3
14602026-08-20T17:12:35.332Z Compiling pkcs8 v0.10.2
14612026-08-20T17:12:35.357Z Compiling http-body v1.0.1
14622026-08-20T17:12:35.411Z Compiling rand v0.9.2
14632026-08-20T17:12:35.500Z Compiling tracing v0.1.44
14642026-08-20T17:12:35.503Z Compiling rustls-pki-types v1.14.0
14652026-08-20T17:12:35.583Z Compiling schemars_derive v0.8.22
14662026-08-20T17:12:35.592Z Compiling spin v0.9.8
14672026-08-20T17:12:35.762Z Compiling adler2 v2.0.1
14682026-08-20T17:12:35.800Z Compiling cmov v0.5.4
14692026-08-20T17:12:35.899Z Compiling crc32fast v1.5.0
14702026-08-20T17:12:35.954Z Compiling httparse v1.10.1
14712026-08-20T17:12:36.020Z Compiling openssl-probe v0.2.1
14722026-08-20T17:12:36.156Z Compiling tinyvec_macros v0.1.1
14732026-08-20T17:12:36.190Z Compiling ctutils v0.4.2
14742026-08-20T17:12:36.218Z Compiling tinyvec v1.10.0
14752026-08-20T17:12:36.230Z Compiling tempfile v3.27.0
14762026-08-20T17:12:36.339Z Compiling miniz_oxide v0.8.9
14772026-08-20T17:12:36.423Z Compiling pest_generator v2.8.6
14782026-08-20T17:12:36.558Z Compiling sha2 v0.10.9
14792026-08-20T17:12:36.590Z Compiling terminal_size v0.4.3
14802026-08-20T17:12:36.734Z Compiling aho-corasick v1.1.4
14812026-08-20T17:12:36.936Z Compiling tower-service v0.3.3
14822026-08-20T17:12:37.034Z Compiling tower-layer v0.3.3
14832026-08-20T17:12:37.110Z Compiling try-lock v0.2.5
14842026-08-20T17:12:37.194Z Compiling radium v0.7.0
14852026-08-20T17:12:37.220Z Compiling atomic-waker v1.1.2
14862026-08-20T17:12:37.347Z Compiling untrusted v0.7.1
14872026-08-20T17:12:37.463Z Compiling want v0.3.1
14882026-08-20T17:12:37.474Z Compiling pest_derive v2.8.6
14892026-08-20T17:12:37.624Z Compiling tokio-util v0.7.18
14902026-08-20T17:12:37.850Z Compiling regex-automata v0.4.14
14912026-08-20T17:12:37.905Z Compiling hybrid-array v0.4.13
14922026-08-20T17:12:38.353Z Compiling h2 v0.4.15
14932026-08-20T17:12:38.551Z Compiling ipnet v2.12.0
14942026-08-20T17:12:38.637Z Compiling scroll_derive v0.13.1
14952026-08-20T17:12:38.664Z Compiling darling_core v0.20.11
14962026-08-20T17:12:39.037Z Compiling maybe-uninit v2.0.0
14972026-08-20T17:12:39.278Z Compiling foreign-types-shared v0.1.1
14982026-08-20T17:12:39.300Z Compiling tap v1.0.1
14992026-08-20T17:12:39.368Z Compiling rustls v0.23.41
15002026-08-20T17:12:39.412Z Compiling untrusted v0.9.0
15012026-08-20T17:12:39.425Z Compiling openssl v0.10.80
15022026-08-20T17:12:39.451Z Compiling httpdate v1.0.3
15032026-08-20T17:12:39.529Z Compiling scroll v0.13.0
15042026-08-20T17:12:39.544Z Compiling wyz v0.5.1
15052026-08-20T17:12:39.663Z Compiling foreign-types v0.3.2
15062026-08-20T17:12:39.739Z Compiling unicode-normalization v0.1.25
15072026-08-20T17:12:39.791Z Compiling signature v2.2.0
15082026-08-20T17:12:39.923Z Compiling rand_chacha v0.3.1
15092026-08-20T17:12:39.979Z Compiling hex v0.4.3
15102026-08-20T17:12:40.148Z Compiling thiserror-impl v1.0.69
15112026-08-20T17:12:40.245Z Compiling openssl-macros v0.1.1
15122026-08-20T17:12:40.276Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-08-20T17:12:40.553Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15142026-08-20T17:12:40.646Z Compiling num-integer v0.1.46
15152026-08-20T17:12:40.732Z Compiling wait-timeout v0.2.1
15162026-08-20T17:12:40.933Z Compiling darling_macro v0.20.11
15172026-08-20T17:12:40.947Z Compiling ahash v0.8.12
15182026-08-20T17:12:40.967Z Compiling funty v2.0.0
15192026-08-20T17:12:40.999Z Compiling num-bigint-dig v0.8.6
15202026-08-20T17:12:41.147Z Compiling native-tls v0.2.18
15212026-08-20T17:12:41.184Z Compiling num-conv v0.2.0
15222026-08-20T17:12:41.321Z Compiling bit-vec v0.8.0
15232026-08-20T17:12:41.352Z Compiling quick-error v1.2.3
15242026-08-20T17:12:41.418Z Compiling time-core v0.1.8
15252026-08-20T17:12:41.436Z Compiling packed_struct v0.10.1
15262026-08-20T17:12:41.458Z Compiling hyper v1.10.1
15272026-08-20T17:12:41.546Z Compiling powerfmt v0.2.0
15282026-08-20T17:12:41.556Z Compiling clap_builder v4.6.0
15292026-08-20T17:12:41.570Z Compiling time-macros v0.2.27
15302026-08-20T17:12:41.696Z Compiling deranged v0.5.8
15312026-08-20T17:12:41.746Z Compiling bit-set v0.8.0
15322026-08-20T17:12:41.909Z Compiling thiserror v1.0.69
15332026-08-20T17:12:41.924Z Compiling rusty-fork v0.3.1
15342026-08-20T17:12:42.018Z Compiling darling v0.20.11
15352026-08-20T17:12:42.125Z Compiling bitvec v1.0.1
15362026-08-20T17:12:42.452Z Compiling num-iter v0.1.45
15372026-08-20T17:12:42.575Z Compiling hyper-util v0.1.20
15382026-08-20T17:12:43.017Z Compiling rand v0.8.6
15392026-08-20T17:12:43.421Z Compiling goblin v0.10.5
15402026-08-20T17:12:43.608Z Compiling packed_struct_codegen v0.10.1
15412026-08-20T17:12:43.810Z Compiling lazy_static v1.5.0
15422026-08-20T17:12:43.909Z Compiling hmac v0.12.1
15432026-08-20T17:12:44.072Z Compiling toml_datetime v0.6.11
15442026-08-20T17:12:44.252Z Compiling serde_spanned v0.6.9
15452026-08-20T17:12:44.330Z Compiling zerocopy-derive v0.6.6
15462026-08-20T17:12:44.398Z Compiling bitfield-macros v0.19.4
15472026-08-20T17:12:44.505Z Compiling clap_derive v4.6.1
15482026-08-20T17:12:44.654Z Compiling rand_xorshift v0.4.0
15492026-08-20T17:12:44.821Z Compiling sync_wrapper v1.0.2
15502026-08-20T17:12:44.931Z Compiling indexmap v1.9.3
15512026-08-20T17:12:45.102Z Compiling siphasher v1.0.2
15522026-08-20T17:12:45.119Z Compiling crossbeam-utils v0.8.21
15532026-08-20T17:12:45.152Z Compiling crc-catalog v2.4.0
15542026-08-20T17:12:45.296Z Compiling unarray v0.1.4
15552026-08-20T17:12:45.352Z Compiling object v0.37.3
15562026-08-20T17:12:45.412Z Compiling usdt-impl v0.6.0
15572026-08-20T17:12:45.448Z Compiling paste v1.0.15
15582026-08-20T17:12:45.616Z Compiling num_threads v0.1.7
15592026-08-20T17:12:45.630Z Compiling zlib-rs v0.6.2
15602026-08-20T17:12:45.644Z Compiling nodrop v0.1.14
15612026-08-20T17:12:45.713Z Compiling array-init v0.0.4
15622026-08-20T17:12:45.738Z Compiling time v0.3.47
15632026-08-20T17:12:45.859Z Compiling proptest v1.11.0
15642026-08-20T17:12:46.064Z Compiling crc v3.4.0
15652026-08-20T17:12:46.251Z Compiling clap v4.6.1
15662026-08-20T17:12:46.268Z Compiling dof v0.4.0
15672026-08-20T17:12:46.333Z Compiling zerocopy v0.6.6
15682026-08-20T17:12:46.676Z Compiling bitfield v0.19.4
15692026-08-20T17:12:46.965Z Compiling tower v0.5.3
15702026-08-20T17:12:47.592Z Compiling smallvec v0.6.14
15712026-08-20T17:12:47.794Z Compiling derive_builder_core v0.20.2
15722026-08-20T17:12:47.948Z Compiling dtrace-parser v0.3.0
15732026-08-20T17:12:48.620Z Compiling flate2 v1.1.9
15742026-08-20T17:12:48.641Z Compiling ipnetwork v0.21.1
15752026-08-20T17:12:48.666Z Compiling http-body-util v0.1.3
15762026-08-20T17:12:48.800Z Compiling pkcs1 v0.7.5
15772026-08-20T17:12:48.837Z Compiling heapless v0.7.17
15782026-08-20T17:12:48.908Z Compiling scroll_derive v0.12.1
15792026-08-20T17:12:49.022Z Compiling structmeta-derive v0.3.0
15802026-08-20T17:12:49.026Z Compiling slog v2.8.2
15812026-08-20T17:12:49.073Z Compiling darling_core v0.23.0
15822026-08-20T17:12:49.195Z Compiling thread-id v5.1.0
15832026-08-20T17:12:49.226Z Compiling cookie v0.18.1
15842026-08-20T17:12:49.277Z Compiling env_filter v2.0.0
15852026-08-20T17:12:49.412Z Compiling gimli v0.32.3
15862026-08-20T17:12:49.576Z Compiling iri-string v0.7.10
15872026-08-20T17:12:49.576Z Compiling hashbrown v0.12.3
15882026-08-20T17:12:50.070Z Compiling allocator-api2 v0.2.21
15892026-08-20T17:12:50.112Z Compiling signal-hook v0.3.18
15902026-08-20T17:12:50.330Z Compiling winnow v0.5.40
15912026-08-20T17:12:50.430Z Compiling base64 v0.21.7
15922026-08-20T17:12:50.753Z Compiling unicode-properties v0.1.4
15932026-08-20T17:12:50.972Z Compiling zstd-safe v7.2.4
15942026-08-20T17:12:51.124Z Compiling anyhow v1.0.104
15952026-08-20T17:12:51.172Z Compiling unicode-bidi v0.3.18
15962026-08-20T17:12:51.410Z Compiling ryu v1.0.23
15972026-08-20T17:12:51.597Z Compiling serde_urlencoded v0.7.1
15982026-08-20T17:12:51.643Z Compiling toml_edit v0.19.15
15992026-08-20T17:12:51.666Z Compiling darling_macro v0.23.0
16002026-08-20T17:12:51.703Z Compiling stringprep v0.1.5
16012026-08-20T17:12:51.790Z Compiling addr2line v0.25.1
16022026-08-20T17:12:51.841Z Compiling tower-http v0.6.8
16032026-08-20T17:12:52.124Z Compiling ron v0.8.1
16042026-08-20T17:12:52.156Z Compiling structmeta v0.3.0
16052026-08-20T17:12:52.238Z Compiling scroll v0.12.0
16062026-08-20T17:12:52.368Z Compiling env_logger v0.11.11
16072026-08-20T17:12:52.630Z Compiling rsa v0.9.10
16082026-08-20T17:12:52.723Z Compiling oxnet v0.1.6
16092026-08-20T17:12:53.014Z Compiling derive_builder_macro v0.20.2
16102026-08-20T17:12:53.043Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-20T17:12:53.110Z Compiling newtype-uuid v1.3.2
16122026-08-20T17:12:53.157Z Compiling hashbrown v0.13.2
16132026-08-20T17:12:53.439Z Compiling serde-hex v0.1.0
16142026-08-20T17:12:53.484Z Compiling bzip2 v0.4.4
16152026-08-20T17:12:53.640Z Compiling tokio-native-tls v0.3.1
16162026-08-20T17:12:53.692Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-20T17:12:54.244Z Compiling camino v1.2.5
16182026-08-20T17:12:54.634Z Compiling bstr v1.12.1
16192026-08-20T17:12:54.840Z Compiling crypto-common v0.2.2
16202026-08-20T17:12:55.167Z Compiling block-padding v0.4.2
16212026-08-20T17:12:55.337Z Compiling block-buffer v0.12.1
16222026-08-20T17:12:55.361Z Compiling rustls-native-certs v0.8.3
16232026-08-20T17:12:55.561Z Compiling x509-cert v0.2.5
16242026-08-20T17:12:55.661Z Compiling md-5 v0.10.6
16252026-08-20T17:12:55.703Z Compiling erased-serde v0.3.31
16262026-08-20T17:12:55.843Z Compiling serde_tokenstream v0.2.3
16272026-08-20T17:12:56.164Z Compiling curve25519-dalek v4.1.3
16282026-08-20T17:12:56.202Z Compiling pin-project-internal v1.1.11
16292026-08-20T17:12:56.497Z Compiling async-trait v0.1.89
16302026-08-20T17:12:56.603Z Compiling daft-derive v0.1.7
16312026-08-20T17:12:56.704Z Compiling zerocopy-derive v0.7.35
16322026-08-20T17:12:56.808Z Compiling vergen-lib v9.1.0
16332026-08-20T17:12:56.988Z Compiling hash32 v0.2.1
16342026-08-20T17:12:57.173Z Compiling memoffset v0.9.1
16352026-08-20T17:12:57.189Z Compiling encoding_rs v0.8.35
16362026-08-20T17:12:57.299Z Compiling litrs v1.0.0
16372026-08-20T17:12:57.324Z Compiling crc-any v2.5.0
16382026-08-20T17:12:57.363Z Compiling ref-cast v1.0.25
16392026-08-20T17:12:57.511Z Compiling fallible-iterator v0.2.0
16402026-08-20T17:12:57.552Z Compiling rustc-demangle v0.1.27
16412026-08-20T17:12:57.575Z Compiling cfg_aliases v0.2.1
16422026-08-20T17:12:57.645Z Compiling owo-colors v4.3.0
16432026-08-20T17:12:57.659Z Compiling smoltcp v0.9.1
16442026-08-20T17:12:57.659Z Compiling mime v0.3.17
16452026-08-20T17:12:57.811Z Compiling rustix v0.38.44
16462026-08-20T17:12:57.814Z Compiling psl-types v2.0.11
16472026-08-20T17:12:57.920Z Compiling publicsuffix v2.3.0
16482026-08-20T17:12:57.935Z Compiling document-features v0.2.12
16492026-08-20T17:12:57.947Z Compiling postgres-protocol v0.6.10
16502026-08-20T17:12:57.999Z Compiling backtrace v0.3.76
16512026-08-20T17:12:58.059Z Compiling nix v0.31.2
16522026-08-20T17:12:58.085Z Compiling zerocopy v0.7.35
16532026-08-20T17:12:58.238Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-20T17:12:58.480Z Compiling daft v0.1.7
16552026-08-20T17:12:58.504Z Compiling pin-project v1.1.11
16562026-08-20T17:12:58.663Z Compiling inout v0.2.2
16572026-08-20T17:12:58.698Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-20T17:12:58.756Z Compiling hyper-tls v0.6.0
16592026-08-20T17:12:58.890Z Compiling zip v0.6.6
16602026-08-20T17:12:58.972Z Compiling object v0.30.4
16612026-08-20T17:12:58.976Z Compiling derive_builder v0.20.2
16622026-08-20T17:12:59.020Z Compiling toml v0.7.8
16632026-08-20T17:12:59.139Z Compiling goblin v0.8.2
16642026-08-20T17:12:59.202Z Compiling derive-ex v0.1.8
16652026-08-20T17:12:59.400Z Compiling darling v0.23.0
16662026-08-20T17:12:59.625Z Compiling phf_shared v0.13.1
16672026-08-20T17:12:59.781Z Compiling regex v1.12.3
16682026-08-20T17:12:59.864Z Compiling hubpack_derive v0.1.1
16692026-08-20T17:12:59.945Z Compiling futures-executor v0.3.32
16702026-08-20T17:13:00.248Z Compiling ref-cast-impl v1.0.25
16712026-08-20T17:13:00.262Z Compiling strum_macros v0.27.2
16722026-08-20T17:13:00.339Z Compiling curve25519-dalek-derive v0.1.1
16732026-08-20T17:13:00.810Z Compiling snafu-derive v0.8.9
16742026-08-20T17:13:00.909Z Compiling vergen v9.1.0
16752026-08-20T17:13:01.005Z Compiling cargo-platform v0.3.2
16762026-08-20T17:13:01.089Z Compiling ff v0.13.1
16772026-08-20T17:13:01.239Z Compiling fs-err v3.3.0
16782026-08-20T17:13:01.284Z Compiling path-slash v0.1.5
16792026-08-20T17:13:01.418Z Compiling libbz2-rs-sys v0.2.2
16802026-08-20T17:13:01.433Z Compiling base16ct v0.2.0
16812026-08-20T17:13:01.615Z Compiling jiff-core v0.1.0
16822026-08-20T17:13:01.838Z Compiling unicode-segmentation v1.12.0
16832026-08-20T17:13:02.102Z Compiling bumpalo v3.20.2
16842026-08-20T17:13:02.233Z Compiling foldhash v0.1.5
16852026-08-20T17:13:02.252Z Compiling same-file v1.0.6
16862026-08-20T17:13:02.360Z Compiling managed v0.8.0
16872026-08-20T17:13:02.405Z Compiling is_ci v1.2.0
16882026-08-20T17:13:02.420Z Compiling bitflags v1.3.2
16892026-08-20T17:13:02.497Z Compiling either v1.15.0
16902026-08-20T17:13:02.546Z Compiling foldhash v0.2.0
16912026-08-20T17:13:02.574Z Compiling textwrap v0.16.2
16922026-08-20T17:13:02.691Z Compiling hashbrown v0.16.1
16932026-08-20T17:13:02.714Z Compiling supports-color v3.0.2
16942026-08-20T17:13:02.727Z Compiling snafu v0.8.9
16952026-08-20T17:13:02.771Z Compiling walkdir v2.5.0
16962026-08-20T17:13:02.881Z Compiling hashbrown v0.15.5
16972026-08-20T17:13:03.038Z Compiling jiff v0.2.34
16982026-08-20T17:13:03.072Z Compiling zopfli v0.8.3
16992026-08-20T17:13:03.096Z Compiling strum v0.27.2
17002026-08-20T17:13:03.226Z Compiling bzip2 v0.6.1
17012026-08-20T17:13:03.282Z Compiling sec1 v0.7.3
17022026-08-20T17:13:03.446Z Compiling dof v0.3.0
17032026-08-20T17:13:03.468Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17042026-08-20T17:13:03.527Z Compiling group v0.13.0
17052026-08-20T17:13:03.562Z Compiling cargo_metadata v0.23.1
17062026-08-20T17:13:03.744Z Compiling test-strategy v0.4.5
17072026-08-20T17:13:04.268Z Compiling hubpack v0.1.2
17082026-08-20T17:13:04.490Z Compiling futures v0.3.32
17092026-08-20T17:13:04.576Z Compiling phf v0.13.1
17102026-08-20T17:13:04.888Z Compiling signal-hook-mio v0.2.5
17112026-08-20T17:13:04.918Z Compiling serde_with_macros v3.21.0
17122026-08-20T17:13:05.013Z Compiling cookie_store v0.22.1
17132026-08-20T17:13:05.116Z Compiling zstd v0.13.3
17142026-08-20T17:13:05.248Z Compiling reqwest v0.12.28
17152026-08-20T17:13:05.386Z Compiling cipher v0.5.2
17162026-08-20T17:13:05.725Z Compiling backtrace-ext v0.2.1
17172026-08-20T17:13:05.820Z Compiling postgres-types v0.2.12
17182026-08-20T17:13:06.387Z Compiling usdt-attr-macro v0.6.0
17192026-08-20T17:13:06.657Z Compiling usdt-macro v0.6.0
17202026-08-20T17:13:06.768Z Compiling globset v0.4.18
17212026-08-20T17:13:06.829Z Compiling phf_shared v0.11.3
17222026-08-20T17:13:07.014Z Compiling hkdf v0.12.4
17232026-08-20T17:13:07.031Z Compiling dtrace-parser v0.2.0
17242026-08-20T17:13:07.191Z Compiling byte-wrapper v0.1.0
17252026-08-20T17:13:07.194Z Compiling olpc-cjson v0.1.4
17262026-08-20T17:13:07.374Z Compiling ed25519 v2.2.3
17272026-08-20T17:13:07.400Z Compiling crypto-bigint v0.5.5
17282026-08-20T17:13:07.415Z Compiling serde-big-array v0.5.1
17292026-08-20T17:13:07.451Z Compiling serde_plain v1.0.2
17302026-08-20T17:13:07.530Z Compiling miette-derive v7.6.0
17312026-08-20T17:13:07.557Z Compiling enum-as-inner v0.6.1
17322026-08-20T17:13:07.647Z Compiling async-recursion v1.1.1
17332026-08-20T17:13:07.777Z Compiling serde_repr v0.1.20
17342026-08-20T17:13:08.075Z Compiling strum_macros v0.26.4
17352026-08-20T17:13:08.281Z Compiling pem v3.0.6
17362026-08-20T17:13:08.314Z Compiling float-cmp v0.10.0
17372026-08-20T17:13:08.329Z Compiling thread-id v4.2.2
17382026-08-20T17:13:08.414Z Compiling memmap2 v0.9.10
17392026-08-20T17:13:08.466Z Compiling predicates-core v1.0.10
17402026-08-20T17:13:08.611Z Compiling winnow v1.0.3
17412026-08-20T17:13:08.633Z Compiling difflib v0.4.0
17422026-08-20T17:13:08.651Z Compiling precomputed-hash v0.1.1
17432026-08-20T17:13:08.684Z Compiling typed-path v0.9.3
17442026-08-20T17:13:08.743Z Compiling keccak v0.1.6
17452026-08-20T17:13:09.041Z Compiling static_assertions v1.1.0
17462026-08-20T17:13:09.121Z Compiling supports-unicode v3.0.0
17472026-08-20T17:13:09.190Z Compiling cpufeatures v0.3.0
17482026-08-20T17:13:09.270Z Compiling fixedbitset v0.5.7
17492026-08-20T17:13:09.273Z Compiling normalize-line-endings v0.3.0
17502026-08-20T17:13:09.382Z Compiling new_debug_unreachable v1.0.6
17512026-08-20T17:13:09.461Z Compiling whoami v2.1.0
17522026-08-20T17:13:09.488Z Compiling fixedbitset v0.4.2
17532026-08-20T17:13:09.511Z Compiling data-encoding v2.10.0
17542026-08-20T17:13:09.580Z Compiling const-oid v0.10.2
17552026-08-20T17:13:09.688Z Compiling supports-hyperlinks v3.2.0
17562026-08-20T17:13:09.705Z Compiling tokio-postgres v0.7.16
17572026-08-20T17:13:09.794Z Compiling miette v7.6.0
17582026-08-20T17:13:09.837Z Compiling hickory-proto v0.25.2
17592026-08-20T17:13:09.851Z Compiling digest v0.11.3
17602026-08-20T17:13:09.854Z Compiling strum v0.26.3
17612026-08-20T17:13:09.891Z Compiling petgraph v0.6.5
17622026-08-20T17:13:09.992Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-08-20T17:13:10.077Z Compiling petgraph v0.8.3
17642026-08-20T17:13:10.262Z Compiling string_cache v0.8.9
17652026-08-20T17:13:10.505Z Compiling predicates v3.1.4
17662026-08-20T17:13:10.642Z Compiling toml_edit v0.22.27
17672026-08-20T17:13:10.979Z Compiling chacha20 v0.10.0
17682026-08-20T17:13:11.163Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-20T17:13:11.366Z Compiling sha3 v0.10.8
17702026-08-20T17:13:11.450Z Compiling usdt v0.6.0
17712026-08-20T17:13:11.722Z Compiling usdt-impl v0.5.0
17722026-08-20T17:13:11.828Z Compiling elliptic-curve v0.13.8
17732026-08-20T17:13:12.019Z Compiling ed25519-dalek v2.2.0
17742026-08-20T17:13:12.081Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-20T17:13:12.233Z Compiling crossterm v0.28.1
17762026-08-20T17:13:12.311Z Compiling serde_with v3.21.0
17772026-08-20T17:13:13.377Z Compiling zip v4.6.1
17782026-08-20T17:13:13.572Z Compiling iddqd v0.4.2
17792026-08-20T17:13:14.004Z Compiling itertools v0.13.0
17802026-08-20T17:13:14.079Z Compiling itertools v0.15.0
17812026-08-20T17:13:14.284Z Compiling similar v2.7.0
17822026-08-20T17:13:14.302Z Compiling heck v0.4.1
17832026-08-20T17:13:14.318Z Compiling crossbeam-epoch v0.9.18
17842026-08-20T17:13:14.525Z Compiling tokio-stream v0.1.18
17852026-08-20T17:13:14.543Z Compiling buf-list v1.1.2
17862026-08-20T17:13:14.639Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-20T17:13:14.813Z Compiling openapiv3 v2.2.0
17882026-08-20T17:13:14.844Z Compiling peg-runtime v0.8.5
17892026-08-20T17:13:14.943Z Compiling lalrpop-util v0.19.12
17902026-08-20T17:13:14.980Z Compiling thread_local v1.1.9
17912026-08-20T17:13:15.101Z Compiling slog-async v2.8.0
17922026-08-20T17:13:15.119Z Compiling crossbeam-channel v0.5.15
17932026-08-20T17:13:15.171Z Compiling is-terminal v0.4.17
17942026-08-20T17:13:15.250Z Compiling filetime v0.2.27
17952026-08-20T17:13:15.279Z Compiling take_mut v0.2.2
17962026-08-20T17:13:15.283Z Compiling term v1.2.1
17972026-08-20T17:13:15.382Z Compiling xattr v1.6.1
17982026-08-20T17:13:15.416Z Compiling camino-tempfile v1.4.1
17992026-08-20T17:13:15.546Z Compiling slog-term v2.9.2
18002026-08-20T17:13:15.636Z Compiling tar v0.4.46
18012026-08-20T17:13:21.620Z Compiling rustls-webpki v0.103.13
18022026-08-20T17:13:24.359Z Compiling tokio-rustls v0.26.4
18032026-08-20T17:13:24.360Z Compiling rustls-platform-verifier v0.6.2
18042026-08-20T17:13:24.360Z Compiling tough v0.22.0
18052026-08-20T17:13:24.583Z Compiling hyper-rustls v0.27.7
18062026-08-20T17:13:24.775Z Compiling reqwest v0.13.2
18072026-08-20T17:13:26.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-20T17:13:27.197Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-20T17:13:30.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-20T17:13:30.323Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-20T17:13:30.382ZAug 20 17:13:28.608 INFO Starting download, target: Clickhouse
18122026-08-20T17:13:30.382ZAug 20 17:13:28.609 INFO Starting download, target: Console
18132026-08-20T17:13:30.382ZAug 20 17:13:28.609 INFO Starting download, target: DendriteStub
18142026-08-20T17:13:30.382ZAug 20 17:13:28.609 INFO Starting download, target: Cockroach
18152026-08-20T17:13:30.382ZAug 20 17:13:28.609 INFO Starting download, target: MaghemiteMgd
18162026-08-20T17:13:30.382ZAug 20 17:13:28.609 INFO Starting download, target: MaghemiteDdmd
18172026-08-20T17:13:30.386ZAug 20 17:13:28.609 INFO Starting download, target: TransceiverControl
18182026-08-20T17:13:30.386ZAug 20 17:13:28.609 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-20T17:13:30.386ZAug 20 17:13:28.609 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18202026-08-20T17:13:30.386ZAug 20 17:13:28.609 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-08-20T17:13:30.387ZAug 20 17:13:28.609 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-20T17:13:30.387ZAug 20 17:13:28.609 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-08-20T17:13:30.387ZAug 20 17:13:28.609 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-20T17:13:30.387ZAug 20 17:13:28.609 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-20T17:13:31.455ZAug 20 17:13:29.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-20T17:13:31.615ZAug 20 17:13:29.829 INFO Download complete, target: TransceiverControl
18272026-08-20T17:13:32.453ZAug 20 17:13:30.657 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-20T17:13:32.493ZAug 20 17:13:30.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-20T17:13:32.732ZAug 20 17:13:30.957 INFO Download complete, target: Console
18302026-08-20T17:13:32.920ZAug 20 17:13:31.137 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18312026-08-20T17:13:33.123ZAug 20 17:13:31.342 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18322026-08-20T17:13:33.314ZAug 20 17:13:31.521 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18332026-08-20T17:13:34.011ZAug 20 17:13:32.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-20T17:13:34.012ZAug 20 17:13:32.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-20T17:13:34.933ZAug 20 17:13:33.160 INFO Download complete, target: MaghemiteDdmd
18362026-08-20T17:13:35.771ZAug 20 17:13:33.999 INFO Download complete, target: MaghemiteMgd
18372026-08-20T17:13:36.278ZAug 20 17:13:34.505 INFO Download complete, target: DendriteStub
18382026-08-20T17:13:38.790ZAug 20 17:13:37.018 INFO Checking that binary works, target: Cockroach
18392026-08-20T17:13:38.903ZAug 20 17:13:37.131 INFO Download complete, target: Cockroach
18402026-08-20T17:13:39.397ZAug 20 17:13:37.625 INFO Checking that binary works, target: Clickhouse
18412026-08-20T17:13:39.506ZAug 20 17:13:37.734 INFO Download complete, target: Clickhouse
18422026-08-20T17:13:39.523ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-20T17:13:39.526Z
18442026-08-20T17:13:39.526Zreal 2:12.430746924
18452026-08-20T17:13:39.526Zuser 7:20.400613941
18462026-08-20T17:13:39.526Zsys 1:27.827604669
18472026-08-20T17:13:39.526Ztrap 0.263606790
18482026-08-20T17:13:39.526Ztflt 0.534872380
18492026-08-20T17:13:39.526Zdflt 0.931868927
18502026-08-20T17:13:39.526Zkflt 0.023395921
18512026-08-20T17:13:39.526Zlock 27:45.516260400
18522026-08-20T17:13:39.526Zslp 22:16.521013647
18532026-08-20T17:13:39.526Zlat 47.497553970
18542026-08-20T17:13:39.526Zstop 2:44.019086504
18552026-08-20T17:13:39.526Z+ banner hack-check
18562026-08-20T17:13:39.526Z
18572026-08-20T17:13:39.526Z # # ## #### # # #### # # ###### #### # #
18582026-08-20T17:13:39.526Z # # # # # # # # # # # # # # # # #
18592026-08-20T17:13:39.526Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-20T17:13:39.526Z # # ###### # # # # # # # # # #
18612026-08-20T17:13:39.526Z # # # # # # # # # # # # # # # # #
18622026-08-20T17:13:39.526Z # # # # #### # # #### # # ###### #### # #
18632026-08-20T17:13:39.526Z
18642026-08-20T17:13:39.526Z+ export CARGO_INCREMENTAL=0
18652026-08-20T17:13:39.526Z+ CARGO_INCREMENTAL=0
18662026-08-20T17:13:39.526Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-20T17:13:39.997Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-20T17:13:40.285Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-20T17:13:42.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18702026-08-20T17:13:42.203Z Running `target/debug/xtask check-features --ci`
18712026-08-20T17:13:42.229Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-20T17:13:42.230Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-20T17:13:42.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18742026-08-20T17:13:42.682Z Running `target/debug/xtask download cargo-hack`
18752026-08-20T17:13:43.477Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-20T17:13:43.793Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-20T17:13:46.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
18782026-08-20T17:13:46.572Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-20T17:13:46.617ZAug 20 17:13:44.845 INFO Starting download, target: CargoHack
18802026-08-20T17:13:46.624ZAug 20 17:13:44.845 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-20T17:13:46.994ZAug 20 17:13:45.221 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-20T17:13:47.043ZAug 20 17:13:45.271 INFO Download complete, target: CargoHack
18832026-08-20T17:13:47.047Zrunning: "/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"
18842026-08-20T17:13:47.059Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-20T17:13:47.220Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-20T17:13:47.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-20T17:13:47.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-20T17:13:47.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-20T17:13:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-20T17:13:47.778Z
18912026-08-20T17:13:47.778Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-20T17:13:48.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-20T17:13:48.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-20T17:13:48.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-20T17:13:48.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-20T17:13:48.331Z
18972026-08-20T17:13:48.331Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-20T17:13:48.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-20T17:13:48.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-20T17:13:48.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-20T17:13:48.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-20T17:13:48.879Z
19032026-08-20T17:13:48.879Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-20T17:13:49.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-20T17:13:49.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-20T17:13:49.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-20T17:13:49.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-20T17:13:49.430Z
19092026-08-20T17:13:49.430Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-20T17:13:49.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-20T17:13:49.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-20T17:13:49.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-20T17:13:49.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-20T17:13:49.982Z
19152026-08-20T17:13:49.982Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-20T17:13:50.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-20T17:13:50.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-20T17:13:50.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-20T17:13:50.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-20T17:13:50.547Z
19212026-08-20T17:13:50.547Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-20T17:13:51.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-20T17:13:51.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-20T17:13:51.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-20T17:13:51.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-20T17:13:51.118Z
19272026-08-20T17:13:51.118Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-20T17:13:51.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-20T17:13:51.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-20T17:13:51.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-20T17:13:51.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19322026-08-20T17:13:51.680Z
19332026-08-20T17:13:51.680Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-20T17:13:52.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-20T17:13:52.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-20T17:13:52.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-20T17:13:52.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-20T17:13:52.093Z
19392026-08-20T17:13:52.093Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-20T17:13:52.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-20T17:13:52.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-20T17:13:52.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-20T17:13:52.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-20T17:13:52.510Z
19452026-08-20T17:13:52.511Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-20T17:13:52.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-20T17:13:52.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-20T17:13:52.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-20T17:13:52.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-20T17:13:52.928Z
19512026-08-20T17:13:52.928Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-20T17:13:53.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-20T17:13:53.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-20T17:13:53.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-20T17:13:53.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-20T17:13:53.342Z
19572026-08-20T17:13:53.342Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-20T17:13:53.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-20T17:13:53.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-20T17:13:53.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-20T17:13:53.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-20T17:13:53.757Z
19632026-08-20T17:13:53.757Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-20T17:13:54.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-20T17:13:54.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-20T17:13:54.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-20T17:13:54.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-20T17:13:54.174Z
19692026-08-20T17:13:54.174Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-20T17:13:54.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-20T17:13:54.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-20T17:13:54.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-20T17:13:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-20T17:13:54.590Z
19752026-08-20T17:13:54.590Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-20T17:13:54.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-20T17:13:54.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-20T17:13:54.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-20T17:13:54.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-20T17:13:55.005Z
19812026-08-20T17:13:55.005Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-20T17:13:55.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-20T17:13:55.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-20T17:13:55.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-20T17:13:55.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-20T17:13:55.421Z
19872026-08-20T17:13:55.421Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-20T17:13:55.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-20T17:13:55.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-20T17:13:55.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-20T17:13:55.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-20T17:13:55.836Z
19932026-08-20T17:13:55.836Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-20T17:13:56.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-20T17:13:56.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-20T17:13:56.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-20T17:13:56.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-20T17:13:56.250Z
19992026-08-20T17:13:56.250Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-20T17:13:56.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-20T17:13:56.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-20T17:13:56.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-20T17:13:56.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-20T17:13:56.668Z
20052026-08-20T17:13:56.668Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-20T17:13:57.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-20T17:13:57.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-20T17:13:57.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-20T17:13:57.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-20T17:13:57.089Z
20112026-08-20T17:13:57.089Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-20T17:13:57.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-20T17:13:57.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-20T17:13:57.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-20T17:13:57.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-20T17:13:57.509Z
20172026-08-20T17:13:57.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-20T17:13:57.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-20T17:13:57.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-20T17:13:57.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-20T17:13:57.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-20T17:13:57.931Z
20232026-08-20T17:13:57.931Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-20T17:13:58.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-20T17:13:58.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-20T17:13:58.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-20T17:13:58.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-20T17:13:58.353Z
20292026-08-20T17:13:58.353Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-20T17:13:58.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-20T17:13:58.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-20T17:13:58.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-20T17:13:58.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-20T17:13:58.773Z
20352026-08-20T17:13:58.773Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-20T17:13:59.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-20T17:13:59.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-20T17:13:59.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-20T17:13:59.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-20T17:13:59.193Z
20412026-08-20T17:13:59.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-20T17:13:59.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-20T17:13:59.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-20T17:13:59.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-20T17:13:59.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20462026-08-20T17:13:59.616Z
20472026-08-20T17:13:59.616Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-20T17:13:59.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-20T17:13:59.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-20T17:13:59.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-20T17:13:59.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-20T17:14:00.034Z
20532026-08-20T17:14:00.034Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-20T17:14:00.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-20T17:14:00.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-20T17:14:00.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-20T17:14:00.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-20T17:14:00.454Z
20592026-08-20T17:14:00.454Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-20T17:14:00.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-20T17:14:00.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-20T17:14:00.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-20T17:14:00.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-20T17:14:00.874Z
20652026-08-20T17:14:00.874Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-20T17:14:01.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-20T17:14:01.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-20T17:14:01.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-20T17:14:01.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-20T17:14:01.295Z
20712026-08-20T17:14:01.295Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-20T17:14:01.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-20T17:14:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-20T17:14:01.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-20T17:14:01.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-20T17:14:01.714Z
20772026-08-20T17:14:01.714Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-20T17:14:02.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-20T17:14:02.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-20T17:14:02.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-20T17:14:02.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-20T17:14:02.134Z
20832026-08-20T17:14:02.134Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-20T17:14:02.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-20T17:14:02.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-20T17:14:02.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-20T17:14:02.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-20T17:14:02.557Z
20892026-08-20T17:14:02.557Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-20T17:14:02.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-20T17:14:02.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-20T17:14:02.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-20T17:14:02.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-20T17:14:02.978Z
20952026-08-20T17:14:02.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-20T17:14:03.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-20T17:14:03.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-20T17:14:03.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-20T17:14:03.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-20T17:14:03.399Z
21012026-08-20T17:14:03.399Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-20T17:14:03.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-20T17:14:03.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-20T17:14:03.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-20T17:14:03.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-20T17:14:03.822Z
21072026-08-20T17:14:03.822Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-20T17:14:04.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-20T17:14:04.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-20T17:14:04.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-20T17:14:04.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-20T17:14:04.242Z
21132026-08-20T17:14:04.242Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-20T17:14:04.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-20T17:14:04.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-20T17:14:04.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-20T17:14:04.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-20T17:14:04.659Z
21192026-08-20T17:14:04.659Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-20T17:14:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-20T17:14:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-20T17:14:05.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-20T17:14:05.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21242026-08-20T17:14:05.085Z
21252026-08-20T17:14:05.085Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-20T17:14:05.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-20T17:14:05.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-20T17:14:05.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-20T17:14:05.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21302026-08-20T17:14:05.510Z
21312026-08-20T17:14:05.510Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-20T17:14:05.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-20T17:14:05.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-20T17:14:05.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-20T17:14:05.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21362026-08-20T17:14:05.933Z
21372026-08-20T17:14:05.933Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-20T17:14:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-20T17:14:06.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-20T17:14:06.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-20T17:14:06.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-20T17:14:06.357Z
21432026-08-20T17:14:06.357Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-20T17:14:06.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-20T17:14:06.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-20T17:14:06.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-20T17:14:06.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-20T17:14:06.780Z
21492026-08-20T17:14:06.780Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-20T17:14:07.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-20T17:14:07.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-20T17:14:07.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-20T17:14:07.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21542026-08-20T17:14:07.203Z
21552026-08-20T17:14:07.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-20T17:14:07.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-20T17:14:07.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-20T17:14:07.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-20T17:14:07.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-20T17:14:07.627Z
21612026-08-20T17:14:07.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-20T17:14:07.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-20T17:14:08.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-20T17:14:08.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-20T17:14:08.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21662026-08-20T17:14:08.055Z
21672026-08-20T17:14:08.055Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-20T17:14:08.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-20T17:14:08.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-20T17:14:08.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-20T17:14:08.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-20T17:14:08.475Z
21732026-08-20T17:14:08.475Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-20T17:14:08.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-20T17:14:08.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-20T17:14:08.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-20T17:14:08.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-20T17:14:09.084Z
21792026-08-20T17:14:09.084Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-20T17:14:09.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-20T17:14:09.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-20T17:14:09.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-20T17:14:09.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-08-20T17:14:09.691Z
21852026-08-20T17:14:09.691Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-20T17:14:10.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-20T17:14:10.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-20T17:14:10.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-20T17:14:10.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-08-20T17:14:10.293Z
21912026-08-20T17:14:10.293Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-20T17:14:10.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-20T17:14:10.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-20T17:14:10.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-20T17:14:10.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-20T17:14:10.900Z
21972026-08-20T17:14:10.900Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-20T17:14:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-20T17:14:11.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-20T17:14:11.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-20T17:14:11.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-08-20T17:14:11.476Z
22032026-08-20T17:14:11.476Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-20T17:14:11.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-20T17:14:11.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-20T17:14:11.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-20T17:14:11.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-20T17:14:12.027Z
22092026-08-20T17:14:12.027Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-20T17:14:12.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-20T17:14:12.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-20T17:14:12.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-20T17:14:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-08-20T17:14:12.609Z
22152026-08-20T17:14:12.609Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-20T17:14:13.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-20T17:14:13.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-20T17:14:13.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-20T17:14:13.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-08-20T17:14:13.181Z
22212026-08-20T17:14:13.181Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-20T17:14:13.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-20T17:14:13.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-20T17:14:13.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-20T17:14:13.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-20T17:14:13.757Z
22272026-08-20T17:14:13.757Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-20T17:14:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-20T17:14:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-20T17:14:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-20T17:14:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-08-20T17:14:14.335Z
22332026-08-20T17:14:14.335Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-20T17:14:14.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-20T17:14:14.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-20T17:14:14.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-20T17:14:14.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-20T17:14:14.893Z
22392026-08-20T17:14:14.893Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-20T17:14:15.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-20T17:14:15.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-20T17:14:15.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-20T17:14:15.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-08-20T17:14:15.443Z
22452026-08-20T17:14:15.443Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-20T17:14:15.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-20T17:14:15.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-20T17:14:15.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-20T17:14:15.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-20T17:14:16.000Z
22512026-08-20T17:14:16.000Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-20T17:14:16.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-20T17:14:16.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-20T17:14:16.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-20T17:14:16.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-20T17:14:16.559Z
22572026-08-20T17:14:16.559Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-20T17:14:17.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-20T17:14:17.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-20T17:14:17.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-20T17:14:17.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-20T17:14:17.112Z
22632026-08-20T17:14:17.113Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-20T17:14:17.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-20T17:14:17.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-20T17:14:17.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-20T17:14:17.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-20T17:14:17.681Z
22692026-08-20T17:14:17.681Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-20T17:14:18.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-20T17:14:18.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-20T17:14:18.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-20T17:14:18.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22742026-08-20T17:14:18.255Z
22752026-08-20T17:14:18.255Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-20T17:14:18.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-20T17:14:18.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-20T17:14:18.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-20T17:14:18.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-20T17:14:18.818Z
22812026-08-20T17:14:18.818Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-20T17:14:19.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-20T17:14:19.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-20T17:14:19.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-20T17:14:19.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-20T17:14:19.380Z
22872026-08-20T17:14:19.380Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-20T17:14:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-20T17:14:19.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-20T17:14:19.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-20T17:14:19.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-20T17:14:19.953Z
22932026-08-20T17:14:19.953Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-20T17:14:20.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-20T17:14:20.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-20T17:14:20.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-20T17:14:20.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-20T17:14:20.517Z
22992026-08-20T17:14:20.517Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-20T17:14:20.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-20T17:14:20.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-20T17:14:20.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-20T17:14:20.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-20T17:14:21.071Z
23052026-08-20T17:14:21.071Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-20T17:14:21.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-20T17:14:21.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-20T17:14:21.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-20T17:14:21.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-20T17:14:21.628Z
23112026-08-20T17:14:21.628Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-20T17:14:22.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-20T17:14:22.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-20T17:14:22.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-20T17:14:22.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-20T17:14:22.190Z
23172026-08-20T17:14:22.190Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-20T17:14:22.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-20T17:14:22.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-20T17:14:22.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-20T17:14:22.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23222026-08-20T17:14:22.757Z
23232026-08-20T17:14:22.757Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-20T17:14:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-20T17:14:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-20T17:14:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-20T17:14:23.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-20T17:14:23.319Z
23292026-08-20T17:14:23.319Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-20T17:14:23.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-20T17:14:23.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-20T17:14:23.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-20T17:14:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23342026-08-20T17:14:23.879Z
23352026-08-20T17:14:23.879Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-20T17:14:24.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-20T17:14:24.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-20T17:14:24.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-20T17:14:24.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-20T17:14:24.464Z
23412026-08-20T17:14:24.464Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-20T17:14:24.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-20T17:14:24.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-20T17:14:24.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-20T17:14:24.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23462026-08-20T17:14:25.053Z
23472026-08-20T17:14:25.053Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-20T17:14:25.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-20T17:14:25.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-20T17:14:25.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-20T17:14:25.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23522026-08-20T17:14:25.605Z
23532026-08-20T17:14:25.605Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-20T17:14:26.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-20T17:14:26.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-20T17:14:26.208Z Checking cfg-if v1.0.4
23572026-08-20T17:14:26.211Z Checking serde_core v1.0.228
23582026-08-20T17:14:26.211Z Checking libc v0.2.185
23592026-08-20T17:14:26.327Z Checking memchr v2.8.0
23602026-08-20T17:14:26.336Z Checking smallvec v1.15.1
23612026-08-20T17:14:26.336Z Checking log v0.4.33
23622026-08-20T17:14:26.356Z Checking subtle v2.6.1
23632026-08-20T17:14:26.366Z Checking itoa v1.0.17
23642026-08-20T17:14:26.376Z Checking scopeguard v1.2.0
23652026-08-20T17:14:26.473Z Checking lock_api v0.4.14
23662026-08-20T17:14:26.498Z Checking stable_deref_trait v1.2.1
23672026-08-20T17:14:26.501Z Checking typenum v1.20.1
23682026-08-20T17:14:26.521Z Checking zerofrom v0.1.6
23692026-08-20T17:14:26.534Z Checking zerocopy v0.8.55
23702026-08-20T17:14:26.579Z Checking portable-atomic v1.13.1
23712026-08-20T17:14:26.632Z Checking yoke v0.8.1
23722026-08-20T17:14:26.672Z Checking critical-section v1.2.0
23732026-08-20T17:14:26.700Z Checking const-oid v0.9.6
23742026-08-20T17:14:26.713Z Checking errno v0.3.14
23752026-08-20T17:14:26.765Z Checking getrandom v0.2.17
23762026-08-20T17:14:26.799Z Checking zerovec v0.11.5
23772026-08-20T17:14:26.825Z Checking pin-project-lite v0.2.17
23782026-08-20T17:14:26.926Z Checking rand_core v0.6.4
23792026-08-20T17:14:26.939Z Checking libm v0.2.16
23802026-08-20T17:14:27.010Z Checking once_cell v1.21.3
23812026-08-20T17:14:27.099Z Checking zmij v1.0.21
23822026-08-20T17:14:27.181Z Checking signal-hook-registry v1.4.8
23832026-08-20T17:14:27.260Z Checking tinystr v0.8.2
23842026-08-20T17:14:27.274Z Checking parking_lot_core v0.9.12
23852026-08-20T17:14:27.320Z Checking writeable v0.6.2
23862026-08-20T17:14:27.359Z Checking percent-encoding v2.3.2
23872026-08-20T17:14:27.400Z Checking futures-core v0.3.32
23882026-08-20T17:14:27.428Z Checking litemap v0.8.1
23892026-08-20T17:14:27.448Z Checking parking_lot v0.12.5
23902026-08-20T17:14:27.479Z Checking potential_utf v0.1.4
23912026-08-20T17:14:27.491Z Checking zerotrie v0.2.3
23922026-08-20T17:14:27.525Z Checking mio v1.2.0
23932026-08-20T17:14:27.597Z Checking icu_locale_core v2.1.1
23942026-08-20T17:14:27.616Z Checking equivalent v1.0.2
23952026-08-20T17:14:27.653Z Checking num-traits v0.2.19
23962026-08-20T17:14:27.660Z Checking icu_collections v2.1.1
23972026-08-20T17:14:27.692Z Checking getrandom v0.3.4
23982026-08-20T17:14:27.720Z Checking socket2 v0.6.3
23992026-08-20T17:14:27.801Z Checking icu_properties_data v2.1.2
24002026-08-20T17:14:27.841Z Checking serde v1.0.228
24012026-08-20T17:14:27.848Z Checking bitflags v2.11.0
24022026-08-20T17:14:27.923Z Checking serde_json v1.0.151
24032026-08-20T17:14:27.962Z Checking icu_normalizer_data v2.1.1
24042026-08-20T17:14:27.981Z Checking byteorder v1.5.0
24052026-08-20T17:14:28.005Z Checking futures-sink v0.3.32
24062026-08-20T17:14:28.028Z Checking rand_core v0.10.0
24072026-08-20T17:14:28.105Z Checking hashbrown v0.17.0
24082026-08-20T17:14:28.157Z Checking icu_provider v2.1.1
24092026-08-20T17:14:28.170Z Checking getrandom v0.4.3
24102026-08-20T17:14:28.198Z Checking futures-channel v0.3.32
24112026-08-20T17:14:28.209Z Checking utf8_iter v1.0.4
24122026-08-20T17:14:28.237Z Checking zeroize v1.9.0
24132026-08-20T17:14:28.305Z Checking bytes v1.11.1
24142026-08-20T17:14:28.317Z Checking futures-io v0.3.32
24152026-08-20T17:14:28.363Z Checking futures-task v0.3.32
24162026-08-20T17:14:28.381Z Checking icu_properties v2.1.2
24172026-08-20T17:14:28.408Z Checking generic-array v0.14.7
24182026-08-20T17:14:28.434Z Checking icu_normalizer v2.1.1
24192026-08-20T17:14:28.518Z Checking slab v0.4.12
24202026-08-20T17:14:28.581Z Checking indexmap v2.14.0
24212026-08-20T17:14:28.601Z Checking rustix v1.1.4
24222026-08-20T17:14:28.658Z Checking futures-util v0.3.32
24232026-08-20T17:14:28.727Z Checking form_urlencoded v1.2.2
24242026-08-20T17:14:28.743Z Checking tokio v1.52.1
24252026-08-20T17:14:28.864Z Checking fnv v1.0.7
24262026-08-20T17:14:28.875Z Checking crypto-common v0.1.7
24272026-08-20T17:14:28.956Z Checking block-buffer v0.10.4
24282026-08-20T17:14:29.004Z Checking base64ct v1.8.3
24292026-08-20T17:14:29.100Z Checking digest v0.10.7
24302026-08-20T17:14:29.128Z Checking flagset v0.4.7
24312026-08-20T17:14:29.195Z Checking idna_adapter v1.2.1
24322026-08-20T17:14:29.223Z Checking pem-rfc7468 v0.7.0
24332026-08-20T17:14:29.253Z Checking iana-time-zone v0.1.65
24342026-08-20T17:14:29.297Z Checking uuid v1.23.4
24352026-08-20T17:14:29.320Z Checking idna v1.1.0
24362026-08-20T17:14:29.338Z Checking ppv-lite86 v0.2.21
24372026-08-20T17:14:29.359Z Checking chrono v0.4.45
24382026-08-20T17:14:29.382Z Checking der v0.7.10
24392026-08-20T17:14:29.429Z Checking rand_core v0.9.5
24402026-08-20T17:14:29.552Z Checking url v2.5.8
24412026-08-20T17:14:29.608Z Checking regex-syntax v0.8.10
24422026-08-20T17:14:29.608Z Checking base64 v0.22.1
24432026-08-20T17:14:29.641Z Checking http v1.4.2
24442026-08-20T17:14:29.854Z Checking rand_chacha v0.9.0
24452026-08-20T17:14:29.988Z Checking tracing-core v0.1.36
24462026-08-20T17:14:30.050Z Checking simd-adler32 v0.3.8
24472026-08-20T17:14:30.111Z Checking spki v0.7.3
24482026-08-20T17:14:30.192Z Checking dyn-clone v1.0.20
24492026-08-20T17:14:30.207Z Checking cpufeatures v0.2.17
24502026-08-20T17:14:30.221Z Checking http-body v1.0.1
24512026-08-20T17:14:30.277Z Checking rand v0.9.2
24522026-08-20T17:14:30.289Z Checking pkcs8 v0.10.2
24532026-08-20T17:14:30.301Z Checking tracing v0.1.44
24542026-08-20T17:14:30.311Z Checking rustls-pki-types v1.14.0
24552026-08-20T17:14:30.351Z Checking semver v1.0.28
24562026-08-20T17:14:30.446Z Checking spin v0.9.8
24572026-08-20T17:14:30.504Z Checking openssl-probe v0.2.1
24582026-08-20T17:14:30.561Z Checking tinyvec_macros v0.1.1
24592026-08-20T17:14:30.573Z Checking adler2 v2.0.1
24602026-08-20T17:14:30.589Z Checking anstyle v1.0.14
24612026-08-20T17:14:30.607Z Checking utf8parse v0.2.2
24622026-08-20T17:14:30.623Z Checking cmov v0.5.4
24632026-08-20T17:14:30.635Z Checking tinyvec v1.10.0
24642026-08-20T17:14:30.674Z Checking miniz_oxide v0.8.9
24652026-08-20T17:14:30.704Z Checking anstyle-parse v1.0.0
24662026-08-20T17:14:30.754Z Checking schemars v0.8.22
24672026-08-20T17:14:30.769Z Checking sha2 v0.10.9
24682026-08-20T17:14:30.829Z Checking ctutils v0.4.2
24692026-08-20T17:14:30.857Z Checking terminal_size v0.4.3
24702026-08-20T17:14:30.935Z Checking aws-lc-sys v0.40.0
24712026-08-20T17:14:30.959Z Checking thiserror v2.0.18
24722026-08-20T17:14:30.972Z Checking colorchoice v1.0.4
24732026-08-20T17:14:31.041Z Checking anstyle-query v1.1.5
24742026-08-20T17:14:31.056Z Checking tower-layer v0.3.3
24752026-08-20T17:14:31.056Z Checking atomic-waker v1.1.2
24762026-08-20T17:14:31.079Z Checking is_terminal_polyfill v1.70.2
24772026-08-20T17:14:31.083Z Checking fastrand v2.3.0
24782026-08-20T17:14:31.130Z Checking tower-service v0.3.3
24792026-08-20T17:14:31.151Z Checking try-lock v0.2.5
24802026-08-20T17:14:31.167Z Checking untrusted v0.7.1
24812026-08-20T17:14:31.212Z Checking anstream v1.0.0
24822026-08-20T17:14:31.225Z Checking hybrid-array v0.4.13
24832026-08-20T17:14:31.248Z Checking want v0.3.1
24842026-08-20T17:14:31.272Z Checking tempfile v3.27.0
24852026-08-20T17:14:31.287Z Checking ipnet v2.12.0
24862026-08-20T17:14:31.370Z Checking httparse v1.10.1
24872026-08-20T17:14:31.407Z Checking crc32fast v1.5.0
24882026-08-20T17:14:31.439Z Checking aws-lc-rs v1.16.3
24892026-08-20T17:14:31.454Z Checking aho-corasick v1.1.4
24902026-08-20T17:14:31.474Z Checking untrusted v0.9.0
24912026-08-20T17:14:31.543Z Checking plain v0.2.3
24922026-08-20T17:14:31.543Z Checking httpdate v1.0.3
24932026-08-20T17:14:31.574Z Checking tap v1.0.1
24942026-08-20T17:14:31.588Z Checking foreign-types-shared v0.1.1
24952026-08-20T17:14:31.649Z Checking unicode-normalization v0.1.25
24962026-08-20T17:14:31.667Z Checking foreign-types v0.3.2
24972026-08-20T17:14:31.678Z Checking wyz v0.5.1
24982026-08-20T17:14:31.697Z Checking rand_chacha v0.3.1
24992026-08-20T17:14:31.733Z Checking signature v2.2.0
25002026-08-20T17:14:31.851Z Checking radium v0.7.0
25012026-08-20T17:14:31.869Z Checking hex v0.4.3
25022026-08-20T17:14:31.903Z Checking num-integer v0.1.46
25032026-08-20T17:14:31.983Z Checking openssl-sys v0.9.117
25042026-08-20T17:14:32.023Z Checking wait-timeout v0.2.1
25052026-08-20T17:14:32.041Z Checking tokio-util v0.7.18
25062026-08-20T17:14:32.057Z Checking bit-vec v0.8.0
25072026-08-20T17:14:32.094Z Checking unicode-ident v1.0.24
25082026-08-20T17:14:32.128Z Checking regex-automata v0.4.14
25092026-08-20T17:14:32.128Z Checking strsim v0.11.1
25102026-08-20T17:14:32.151Z Checking ucd-trie v0.1.7
25112026-08-20T17:14:32.200Z Checking quick-error v1.2.3
25122026-08-20T17:14:32.258Z Checking clap_lex v1.0.0
25132026-08-20T17:14:32.278Z Checking funty v2.0.0
25142026-08-20T17:14:32.292Z Checking rustls-webpki v0.103.13
25152026-08-20T17:14:32.303Z Checking rusty-fork v0.3.1
25162026-08-20T17:14:32.314Z Checking pest v2.8.6
25172026-08-20T17:14:32.355Z Checking openssl v0.10.80
25182026-08-20T17:14:32.400Z Checking clap_builder v4.6.0
25192026-08-20T17:14:32.468Z Checking bit-set v0.8.0
25202026-08-20T17:14:32.588Z Checking bitvec v1.0.1
25212026-08-20T17:14:32.619Z Checking proc-macro2 v1.0.106
25222026-08-20T17:14:32.702Z Checking h2 v0.4.15
25232026-08-20T17:14:32.708Z Checking rustls v0.23.41
25242026-08-20T17:14:32.927Z Checking num-iter v0.1.45
25252026-08-20T17:14:33.038Z Checking rand v0.8.6
25262026-08-20T17:14:33.371Z Checking lazy_static v1.5.0
25272026-08-20T17:14:33.464Z Checking rand_xorshift v0.4.0
25282026-08-20T17:14:33.563Z Checking hmac v0.12.1
25292026-08-20T17:14:33.586Z Checking thiserror v1.0.69
25302026-08-20T17:14:33.622Z Checking maybe-uninit v2.0.0
25312026-08-20T17:14:33.683Z Checking toml_datetime v0.6.11
25322026-08-20T17:14:33.696Z Checking serde_spanned v0.6.9
25332026-08-20T17:14:33.701Z Checking sync_wrapper v1.0.2
25342026-08-20T17:14:33.809Z Checking crc-catalog v2.4.0
25352026-08-20T17:14:33.822Z Checking pretty-hex v0.4.1
25362026-08-20T17:14:33.863Z Checking powerfmt v0.2.0
25372026-08-20T17:14:33.880Z Checking zlib-rs v0.6.2
25382026-08-20T17:14:33.898Z Checking unarray v0.1.4
25392026-08-20T17:14:33.932Z Checking nodrop v0.1.14
25402026-08-20T17:14:33.963Z Checking siphasher v1.0.2
25412026-08-20T17:14:34.005Z Checking proptest v1.11.0
25422026-08-20T17:14:34.012Z Checking deranged v0.5.8
25432026-08-20T17:14:34.023Z Checking array-init v0.0.4
25442026-08-20T17:14:34.121Z Checking crc v3.4.0
25452026-08-20T17:14:34.297Z Checking packed_struct v0.10.1
25462026-08-20T17:14:34.314Z Checking tower v0.5.3
25472026-08-20T17:14:34.367Z Checking native-tls v0.2.18
25482026-08-20T17:14:34.548Z Checking smallvec v0.6.14
25492026-08-20T17:14:34.702Z Checking clap v4.6.1
25502026-08-20T17:14:34.734Z Checking num-bigint-dig v0.8.6
25512026-08-20T17:14:34.759Z Checking flate2 v1.1.9
25522026-08-20T17:14:34.780Z Checking quote v1.0.45
25532026-08-20T17:14:34.941Z Checking ipnetwork v0.21.1
25542026-08-20T17:14:34.956Z Checking pkcs1 v0.7.5
25552026-08-20T17:14:34.956Z Checking http-body-util v0.1.3
25562026-08-20T17:14:35.051Z Checking crossbeam-utils v0.8.21
25572026-08-20T17:14:35.159Z Checking zerocopy v0.6.6
25582026-08-20T17:14:35.162Z Checking bitfield v0.19.4
25592026-08-20T17:14:35.182Z Checking ahash v0.8.12
25602026-08-20T17:14:35.341Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-20T17:14:35.375Z Checking scroll v0.13.0
25622026-08-20T17:14:35.393Z Checking env_filter v2.0.0
25632026-08-20T17:14:35.424Z Checking winnow v0.5.40
25642026-08-20T17:14:35.436Z Checking gimli v0.32.3
25652026-08-20T17:14:35.448Z Checking unicode-properties v0.1.4
25662026-08-20T17:14:35.453Z Checking hyper v1.10.1
25672026-08-20T17:14:35.535Z Checking num_threads v0.1.7
25682026-08-20T17:14:35.535Z Checking hashbrown v0.12.3
25692026-08-20T17:14:35.601Z Checking allocator-api2 v0.2.21
25702026-08-20T17:14:35.632Z Checking base64 v0.21.7
25712026-08-20T17:14:35.645Z Checking time-core v0.1.8
25722026-08-20T17:14:35.784Z Checking ryu v1.0.23
25732026-08-20T17:14:35.806Z Checking num-conv v0.2.0
25742026-08-20T17:14:35.880Z Checking iri-string v0.7.10
25752026-08-20T17:14:35.883Z Checking unicode-bidi v0.3.18
25762026-08-20T17:14:35.920Z Checking serde_urlencoded v0.7.1
25772026-08-20T17:14:35.926Z Checking time v0.3.47
25782026-08-20T17:14:35.964Z Checking indexmap v1.9.3
25792026-08-20T17:14:36.185Z Checking ron v0.8.1
25802026-08-20T17:14:36.189Z Checking stringprep v0.1.5
25812026-08-20T17:14:36.302Z Checking newtype-uuid v1.3.2
25822026-08-20T17:14:36.335Z Checking goblin v0.10.5
25832026-08-20T17:14:36.411Z Checking hyper-util v0.1.20
25842026-08-20T17:14:36.486Z Checking rsa v0.9.10
25852026-08-20T17:14:36.607Z Checking toml_edit v0.19.15
25862026-08-20T17:14:36.643Z Checking env_logger v0.11.11
25872026-08-20T17:14:36.839Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25882026-08-20T17:14:36.885Z Checking tower-http v0.6.8
25892026-08-20T17:14:36.956Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25902026-08-20T17:14:36.991Z Checking addr2line v0.25.1
25912026-08-20T17:14:36.991Z Checking bzip2 v0.4.4
25922026-08-20T17:14:37.069Z Checking crossbeam-epoch v0.9.18
25932026-08-20T17:14:37.157Z Checking hashbrown v0.13.2
25942026-08-20T17:14:37.175Z Checking oxnet v0.1.6
25952026-08-20T17:14:37.242Z Checking syn v2.0.117
25962026-08-20T17:14:37.296Z Checking serde-hex v0.1.0
25972026-08-20T17:14:37.433Z Checking tokio-native-tls v0.3.1
25982026-08-20T17:14:37.574Z Checking bstr v1.12.1
25992026-08-20T17:14:37.598Z Checking crypto-common v0.2.2
26002026-08-20T17:14:37.635Z Checking block-buffer v0.12.1
26012026-08-20T17:14:37.675Z Checking block-padding v0.4.2
26022026-08-20T17:14:37.804Z Checking rustls-native-certs v0.8.3
26032026-08-20T17:14:37.804Z Checking x509-cert v0.2.5
26042026-08-20T17:14:37.953Z Checking scroll v0.12.0
26052026-08-20T17:14:37.967Z Checking object v0.37.3
26062026-08-20T17:14:38.212Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-20T17:14:38.225Z Checking md-5 v0.10.6
26082026-08-20T17:14:38.290Z Checking hash32 v0.2.1
26092026-08-20T17:14:38.339Z Checking encoding_rs v0.8.35
26102026-08-20T17:14:38.450Z Checking crc-any v2.5.0
26112026-08-20T17:14:38.462Z Checking psl-types v2.0.11
26122026-08-20T17:14:38.578Z Checking rustc-demangle v0.1.27
26132026-08-20T17:14:38.623Z Checking fallible-iterator v0.2.0
26142026-08-20T17:14:38.651Z Checking either v1.15.0
26152026-08-20T17:14:38.802Z Checking mime v0.3.17
26162026-08-20T17:14:38.817Z Checking dof v0.4.0
26172026-08-20T17:14:38.838Z Checking publicsuffix v2.3.0
26182026-08-20T17:14:38.901Z Checking postgres-protocol v0.6.10
26192026-08-20T17:14:38.977Z Checking heapless v0.7.17
26202026-08-20T17:14:38.995Z Checking zstd-safe v7.2.4
26212026-08-20T17:14:39.159Z Checking goblin v0.8.2
26222026-08-20T17:14:39.217Z Checking inout v0.2.2
26232026-08-20T17:14:39.278Z Checking hyper-tls v0.6.0
26242026-08-20T17:14:39.382Z Checking toml v0.7.8
26252026-08-20T17:14:39.409Z Checking object v0.30.4
26262026-08-20T17:14:39.445Z Checking daft v0.1.7
26272026-08-20T17:14:39.475Z Checking zip v0.6.6
26282026-08-20T17:14:39.532Z Checking cookie v0.18.1
26292026-08-20T17:14:39.688Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-08-20T17:14:39.701Z Checking tokio-rustls v0.26.4
26312026-08-20T17:14:39.794Z Checking phf_shared v0.13.1
26322026-08-20T17:14:39.802Z Checking dtrace-parser v0.3.0
26332026-08-20T17:14:39.845Z Checking zerocopy v0.7.35
26342026-08-20T17:14:39.929Z Checking pin-project v1.1.11
26352026-08-20T17:14:39.961Z Checking signal-hook v0.3.18
26362026-08-20T17:14:39.992Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-08-20T17:14:40.047Z Checking futures-executor v0.3.32
26382026-08-20T17:14:40.082Z Checking ff v0.13.1
26392026-08-20T17:14:40.183Z Checking thread-id v5.1.0
26402026-08-20T17:14:40.189Z Checking jiff-core v0.1.0
26412026-08-20T17:14:40.189Z Checking foldhash v0.2.0
26422026-08-20T17:14:40.228Z Checking unicode-width v0.2.0
26432026-08-20T17:14:40.272Z Checking backtrace v0.3.76
26442026-08-20T17:14:40.323Z Checking same-file v1.0.6
26452026-08-20T17:14:40.342Z Checking base16ct v0.2.0
26462026-08-20T17:14:40.440Z Checking libbz2-rs-sys v0.2.2
26472026-08-20T17:14:40.469Z Checking foldhash v0.1.5
26482026-08-20T17:14:40.472Z Checking path-slash v0.1.5
26492026-08-20T17:14:40.565Z Checking is_ci v1.2.0
26502026-08-20T17:14:40.576Z Checking bumpalo v3.20.2
26512026-08-20T17:14:40.603Z Checking smawk v0.3.2
26522026-08-20T17:14:40.661Z Checking managed v0.8.0
26532026-08-20T17:14:40.726Z Compiling rayon-core v1.13.0
26542026-08-20T17:14:40.776Z Checking bitflags v1.3.2
26552026-08-20T17:14:40.828Z Checking unicode-linebreak v0.1.5
26562026-08-20T17:14:40.851Z Checking jiff v0.2.34
26572026-08-20T17:14:40.861Z Checking bzip2 v0.6.1
26582026-08-20T17:14:40.864Z Checking smoltcp v0.9.1
26592026-08-20T17:14:40.934Z Checking zopfli v0.8.3
26602026-08-20T17:14:40.961Z Checking supports-color v3.0.2
26612026-08-20T17:14:41.028Z Checking hashbrown v0.15.5
26622026-08-20T17:14:41.039Z Checking textwrap v0.16.2
26632026-08-20T17:14:41.084Z Checking backtrace-ext v0.2.1
26642026-08-20T17:14:41.090Z Checking dof v0.3.0
26652026-08-20T17:14:41.196Z Checking sec1 v0.7.3
26662026-08-20T17:14:41.255Z Checking walkdir v2.5.0
26672026-08-20T17:14:41.275Z Checking hashbrown v0.16.1
26682026-08-20T17:14:41.385Z Checking usdt-impl v0.6.0
26692026-08-20T17:14:41.401Z Checking futures v0.3.32
26702026-08-20T17:14:41.416Z Checking group v0.13.0
26712026-08-20T17:14:41.468Z Checking signal-hook-mio v0.2.5
26722026-08-20T17:14:41.479Z Checking snafu v0.8.9
26732026-08-20T17:14:41.491Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-08-20T17:14:41.502Z Checking phf v0.13.1
26752026-08-20T17:14:41.559Z Checking hyper-rustls v0.27.7
26762026-08-20T17:14:41.570Z Checking cookie_store v0.22.1
26772026-08-20T17:14:41.646Z Checking reqwest v0.12.28
26782026-08-20T17:14:41.665Z Checking cipher v0.5.2
26792026-08-20T17:14:41.712Z Checking postgres-types v0.2.12
26802026-08-20T17:14:41.762Z Checking zstd v0.13.3
26812026-08-20T17:14:41.782Z Checking globset v0.4.18
26822026-08-20T17:14:41.820Z Checking rustls-platform-verifier v0.6.2
26832026-08-20T17:14:41.906Z Checking crossbeam-deque v0.8.6
26842026-08-20T17:14:41.948Z Checking phf_shared v0.11.3
26852026-08-20T17:14:42.049Z Checking regex v1.12.3
26862026-08-20T17:14:42.050Z Checking hkdf v0.12.4
26872026-08-20T17:14:42.092Z Checking dtrace-parser v0.2.0
26882026-08-20T17:14:42.092Z Checking byte-wrapper v0.1.0
26892026-08-20T17:14:42.093Z Checking curve25519-dalek v4.1.3
26902026-08-20T17:14:42.104Z Checking ref-cast v1.0.25
26912026-08-20T17:14:42.104Z Checking strum v0.27.2
26922026-08-20T17:14:42.179Z Checking olpc-cjson v0.1.4
26932026-08-20T17:14:42.206Z Checking hubpack v0.1.2
26942026-08-20T17:14:42.225Z Checking ed25519 v2.2.3
26952026-08-20T17:14:42.236Z Checking memoffset v0.9.1
26962026-08-20T17:14:42.248Z Checking rustix v0.38.44
26972026-08-20T17:14:42.314Z Checking owo-colors v4.3.0
26982026-08-20T17:14:42.322Z Checking pem v3.0.6
26992026-08-20T17:14:42.368Z Checking crypto-bigint v0.5.5
27002026-08-20T17:14:42.392Z Checking erased-serde v0.3.31
27012026-08-20T17:14:42.405Z Checking serde-big-array v0.5.1
27022026-08-20T17:14:42.474Z Checking serde_plain v1.0.2
27032026-08-20T17:14:42.542Z Checking float-cmp v0.10.0
27042026-08-20T17:14:42.614Z Checking memmap2 v0.9.10
27052026-08-20T17:14:42.665Z Checking thread-id v4.2.2
27062026-08-20T17:14:42.742Z Checking keccak v0.1.6
27072026-08-20T17:14:42.772Z Checking precomputed-hash v0.1.1
27082026-08-20T17:14:42.779Z Checking fixedbitset v0.5.7
27092026-08-20T17:14:42.788Z Checking typed-path v0.9.3
27102026-08-20T17:14:42.835Z Checking predicates-core v1.0.10
27112026-08-20T17:14:42.847Z Checking supports-unicode v3.0.0
27122026-08-20T17:14:42.862Z Checking winnow v0.7.14
27132026-08-20T17:14:42.910Z Checking fixedbitset v0.4.2
27142026-08-20T17:14:42.950Z Checking static_assertions v1.1.0
27152026-08-20T17:14:42.965Z Checking winnow v1.0.3
27162026-08-20T17:14:42.974Z Checking normalize-line-endings v0.3.0
27172026-08-20T17:14:43.018Z Checking unicode-width v0.1.14
27182026-08-20T17:14:43.050Z Checking new_debug_unreachable v1.0.6
27192026-08-20T17:14:43.060Z Checking const-oid v0.10.2
27202026-08-20T17:14:43.063Z Checking unicode-segmentation v1.12.0
27212026-08-20T17:14:43.116Z Checking cpufeatures v0.3.0
27222026-08-20T17:14:43.190Z Checking whoami v2.1.0
27232026-08-20T17:14:43.217Z Checking data-encoding v2.10.0
27242026-08-20T17:14:43.265Z Checking difflib v0.4.0
27252026-08-20T17:14:43.300Z Checking supports-hyperlinks v3.2.0
27262026-08-20T17:14:43.380Z Checking toml_write v0.1.2
27272026-08-20T17:14:43.385Z Checking similar v2.7.0
27282026-08-20T17:14:43.405Z Checking miette v7.6.0
27292026-08-20T17:14:43.439Z Checking predicates v3.1.4
27302026-08-20T17:14:43.501Z Checking hickory-proto v0.25.2
27312026-08-20T17:14:43.550Z Checking tokio-postgres v0.7.16
27322026-08-20T17:14:43.564Z Checking tough v0.22.0
27332026-08-20T17:14:43.734Z Checking elliptic-curve v0.13.8
27342026-08-20T17:14:43.767Z Checking digest v0.11.3
27352026-08-20T17:14:43.815Z Checking toml_parser v1.1.2+spec-1.1.0
27362026-08-20T17:14:43.953Z Checking chacha20 v0.10.0
27372026-08-20T17:14:43.968Z Checking string_cache v0.8.9
27382026-08-20T17:14:44.047Z Checking petgraph v0.6.5
27392026-08-20T17:14:44.049Z Checking toml_edit v0.22.27
27402026-08-20T17:14:44.121Z Checking crossterm v0.28.1
27412026-08-20T17:14:44.137Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27422026-08-20T17:14:44.157Z Checking petgraph v0.8.3
27432026-08-20T17:14:44.813Z Checking sha3 v0.10.8
27442026-08-20T17:14:44.823Z Checking ed25519-dalek v2.2.0
27452026-08-20T17:14:45.026Z Checking slog v2.8.2
27462026-08-20T17:14:45.056Z Checking usdt v0.6.0
27472026-08-20T17:14:45.141Z Checking zip v4.6.1
27482026-08-20T17:14:45.227Z Checking usdt-impl v0.5.0
27492026-08-20T17:14:45.280Z Checking nix v0.31.2
27502026-08-20T17:14:45.312Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27512026-08-20T17:14:45.509Z Checking iddqd v0.4.2
27522026-08-20T17:14:45.726Z Checking reqwest v0.13.2
27532026-08-20T17:14:45.742Z Checking itertools v0.15.0
27542026-08-20T17:14:45.920Z Checking itertools v0.13.0
27552026-08-20T17:14:45.933Z Checking strum v0.26.3
27562026-08-20T17:14:46.047Z Checking serde_with v3.21.0
27572026-08-20T17:14:46.295Z Checking fs-err v3.3.0
27582026-08-20T17:14:46.419Z Checking tokio-stream v0.1.18
27592026-08-20T17:14:46.445Z Checking buf-list v1.1.2
27602026-08-20T17:14:46.505Z Checking camino v1.2.5
27612026-08-20T17:14:46.584Z Checking anyhow v1.0.104
27622026-08-20T17:14:46.599Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-20T17:14:46.627Z Checking openapiv3 v2.2.0
27642026-08-20T17:14:46.764Z Checking lalrpop-util v0.19.12
27652026-08-20T17:14:46.789Z Checking peg-runtime v0.8.5
27662026-08-20T17:14:46.802Z Checking rayon v1.11.0
27672026-08-20T17:14:46.862Z Checking sigpipe v0.1.3
27682026-08-20T17:14:46.883Z Checking glob v0.3.3
27692026-08-20T17:14:47.800Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-20T17:14:48.086Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-20T17:14:48.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.76s
27722026-08-20T17:14:48.528Z
27732026-08-20T17:14:48.528Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-20T17:14:49.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-20T17:14:49.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-20T17:14:49.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-20T17:14:49.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-20T17:14:49.132Z
27792026-08-20T17:14:49.132Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-20T17:14:49.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-20T17:14:49.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-20T17:14:49.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-20T17:14:49.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27842026-08-20T17:14:49.674Z
27852026-08-20T17:14:49.674Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-20T17:14:50.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-20T17:14:50.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-20T17:14:50.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-20T17:14:50.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27902026-08-20T17:14:50.277Z
27912026-08-20T17:14:50.277Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-20T17:14:50.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-20T17:14:50.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-20T17:14:50.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-20T17:14:50.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-20T17:14:50.826Z
27972026-08-20T17:14:50.826Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-20T17:14:51.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-20T17:14:51.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-20T17:14:51.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-20T17:14:51.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-20T17:14:51.410Z
28032026-08-20T17:14:51.410Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-20T17:14:51.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-20T17:14:51.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-20T17:14:51.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-20T17:14:51.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-20T17:14:51.967Z
28092026-08-20T17:14:51.968Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-20T17:14:52.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-20T17:14:52.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-20T17:14:52.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-20T17:14:52.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28142026-08-20T17:14:52.517Z
28152026-08-20T17:14:52.517Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-20T17:14:53.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-20T17:14:53.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-20T17:14:53.225Z Compiling multer v3.1.0
28192026-08-20T17:14:53.321Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28202026-08-20T17:14:53.321Z Compiling async-stream-impl v0.3.6
28212026-08-20T17:14:53.336Z Compiling dropshot v0.17.1
28222026-08-20T17:14:53.344Z Compiling parse-display-derive v0.10.0
28232026-08-20T17:14:53.375Z Compiling newtype-uuid-macros v0.1.0
28242026-08-20T17:14:53.375Z Compiling dropshot_endpoint v0.17.1
28252026-08-20T17:14:53.385Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-20T17:14:53.550Z Checking thread_local v1.1.9
28272026-08-20T17:14:53.560Z Checking match_cfg v0.1.0
28282026-08-20T17:14:53.632Z Checking compression-core v0.4.31
28292026-08-20T17:14:53.699Z Checking hostname v0.3.1
28302026-08-20T17:14:53.745Z Checking crossbeam-channel v0.5.15
28312026-08-20T17:14:53.763Z Checking compression-codecs v0.4.37
28322026-08-20T17:14:53.779Z Checking atomicwrites v0.4.4
28332026-08-20T17:14:53.790Z Checking slog-json v2.6.1
28342026-08-20T17:14:53.887Z Checking toml_datetime v1.1.1+spec-1.1.0
28352026-08-20T17:14:53.904Z Checking serde_spanned v1.1.1
28362026-08-20T17:14:53.932Z Checking is-terminal v0.4.17
28372026-08-20T17:14:53.942Z Checking debug-ignore v1.0.5
28382026-08-20T17:14:54.011Z Checking term v1.2.1
28392026-08-20T17:14:54.030Z Checking take_mut v0.2.2
28402026-08-20T17:14:54.045Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-20T17:14:54.080Z Checking slog-bunyan v2.5.0
28422026-08-20T17:14:54.098Z Checking async-compression v0.4.41
28432026-08-20T17:14:54.110Z Checking async-stream v0.3.6
28442026-08-20T17:14:54.131Z Checking slog-async v2.8.0
28452026-08-20T17:14:54.192Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462026-08-20T17:14:54.218Z Checking toml v1.1.2+spec-1.1.0
28472026-08-20T17:14:54.230Z Checking slog-term v2.9.2
28482026-08-20T17:14:54.238Z Checking progenitor-client v0.14.0
28492026-08-20T17:14:54.297Z Checking sha1 v0.11.0
28502026-08-20T17:14:54.338Z Checking waitgroup v0.1.2
28512026-08-20T17:14:54.438Z Checking rustls-pemfile v2.2.0
28522026-08-20T17:14:54.481Z Checking backon v1.6.0
28532026-08-20T17:14:54.490Z Checking serde_path_to_error v0.1.20
28542026-08-20T17:14:54.499Z Checking hostname v0.4.2
28552026-08-20T17:14:54.526Z Checking instant v0.1.13
28562026-08-20T17:14:54.613Z Checking backoff v0.4.0
28572026-08-20T17:14:54.639Z Checking progenitor-extras v0.2.0
28582026-08-20T17:14:54.766Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-20T17:14:54.786Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-20T17:14:54.801Z Checking regress v0.10.5
28612026-08-20T17:14:54.815Z Checking itertools v0.14.0
28622026-08-20T17:14:54.986Z Checking macaddr v1.0.1
28632026-08-20T17:14:55.015Z Checking parse-display v0.10.0
28642026-08-20T17:14:55.151Z Checking humantime v2.3.0
28652026-08-20T17:14:55.999Z Compiling prettyplease v0.2.37
28662026-08-20T17:14:56.250Z Checking num-rational v0.4.2
28672026-08-20T17:14:56.530Z Checking num-complex v0.4.6
28682026-08-20T17:14:57.022Z Compiling num v0.4.3
28692026-08-20T17:14:57.098Z Compiling usdt-macro v0.5.0
28702026-08-20T17:14:57.098Z Compiling usdt-attr-macro v0.5.0
28712026-08-20T17:14:57.127Z Checking memmap v0.7.0
28722026-08-20T17:14:57.148Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-08-20T17:14:57.174Z Checking float-ord v0.3.2
28742026-08-20T17:14:57.269Z Compiling convert_case v0.4.0
28752026-08-20T17:14:57.567Z Checking newline-converter v0.3.0
28762026-08-20T17:14:57.643Z Compiling derive_more v0.99.20
28772026-08-20T17:14:57.687Z Checking console v0.15.11
28782026-08-20T17:14:57.833Z Compiling toml v0.8.23
28792026-08-20T17:14:57.894Z Checking usdt v0.5.0
28802026-08-20T17:14:57.970Z Checking linked-hash-map v0.5.6
28812026-08-20T17:14:58.071Z Compiling minimal-lexical v0.2.1
28822026-08-20T17:14:58.152Z Checking lru-cache v0.1.2
28832026-08-20T17:14:58.274Z Compiling nom v7.1.3
28842026-08-20T17:14:58.385Z Checking expectorate v1.2.0
28852026-08-20T17:14:58.526Z Checking camino-tempfile v1.4.1
28862026-08-20T17:14:58.685Z Checking hickory-proto v0.24.4
28872026-08-20T17:14:58.788Z Checking phf_shared v0.12.1
28882026-08-20T17:14:58.940Z Compiling slog-dtrace v0.3.0
28892026-08-20T17:14:58.961Z Compiling unicode-xid v0.2.6
28902026-08-20T17:14:59.132Z Checking heck v0.5.0
28912026-08-20T17:14:59.267Z Compiling chrono-tz v0.10.4
28922026-08-20T17:14:59.355Z Checking resolv-conf v0.7.6
28932026-08-20T17:14:59.506Z Compiling const_format_proc_macros v0.2.34
28942026-08-20T17:14:59.543Z Checking phf v0.12.1
28952026-08-20T17:14:59.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-20T17:14:59.682Z Checking tokio-dtrace v0.1.1
28972026-08-20T17:14:59.881Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-20T17:14:59.923Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-20T17:15:00.093Z Compiling derive-where v1.6.0
29002026-08-20T17:15:00.203Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-20T17:15:00.401Z Checking highway v1.3.0
29022026-08-20T17:15:00.530Z Checking hickory-resolver v0.24.4
29032026-08-20T17:15:00.543Z Checking const_format v0.2.35
29042026-08-20T17:15:00.788Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-20T17:15:01.328Z Checking oxide-tokio-rt v0.1.4
29062026-08-20T17:15:01.398Z Checking qorb v0.4.1
29072026-08-20T17:15:01.513Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-20T17:15:01.730Z Checking gethostname v0.5.0
29092026-08-20T17:15:01.756Z Checking bcs v0.1.6
29102026-08-20T17:15:01.773Z Checking termtree v0.5.1
29112026-08-20T17:15:01.790Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-20T17:15:01.812Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29132026-08-20T17:15:01.812Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142026-08-20T17:15:04.873Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-20T17:15:08.093Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-20T17:15:10.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.70s
29172026-08-20T17:15:10.408Z
29182026-08-20T17:15:10.408Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-20T17:15:10.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-20T17:15:10.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-20T17:15:11.072Z Compiling ar_archive_writer v0.5.1
29222026-08-20T17:15:11.201Z Compiling stacker v0.1.23
29232026-08-20T17:15:11.231Z Compiling cfg_aliases v0.1.1
29242026-08-20T17:15:11.231Z Compiling convert_case v0.10.0
29252026-08-20T17:15:11.232Z Compiling proc-macro-error v1.0.4
29262026-08-20T17:15:11.249Z Checking fd-lock v4.0.4
29272026-08-20T17:15:11.249Z Checking nibble_vec v0.1.0
29282026-08-20T17:15:11.249Z Compiling recursive-proc-macro-impl v0.1.1
29292026-08-20T17:15:11.267Z Compiling nix v0.28.0
29302026-08-20T17:15:11.333Z Checking vte v0.14.1
29312026-08-20T17:15:11.348Z Checking endian-type v0.1.2
29322026-08-20T17:15:11.442Z Checking bytecount v0.6.9
29332026-08-20T17:15:11.473Z Checking radix_trie v0.2.1
29342026-08-20T17:15:11.485Z Checking strip-ansi-escapes v0.2.1
29352026-08-20T17:15:11.486Z Compiling derive_more-impl v2.1.1
29362026-08-20T17:15:11.503Z Compiling tabled_derive v0.7.0
29372026-08-20T17:15:11.556Z Checking papergrid v0.11.0
29382026-08-20T17:15:11.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-20T17:15:11.642Z Compiling peg-macros v0.8.5
29402026-08-20T17:15:11.771Z Checking winnow v0.6.26
29412026-08-20T17:15:12.014Z Compiling psm v0.1.30
29422026-08-20T17:15:12.098Z Compiling sqlparser_derive v0.5.0
29432026-08-20T17:15:12.178Z Checking unicode_categories v0.1.1
29442026-08-20T17:15:12.655Z Checking derive_more v2.1.1
29452026-08-20T17:15:12.702Z Checking home v0.5.12
29462026-08-20T17:15:12.702Z Checking nu-ansi-term v0.50.3
29472026-08-20T17:15:12.702Z Checking crossterm v0.29.0
29482026-08-20T17:15:12.702Z Checking tabled v0.15.0
29492026-08-20T17:15:12.702Z Checking rustyline v14.0.0
29502026-08-20T17:15:12.702Z Checking reedline v0.40.0
29512026-08-20T17:15:12.779Z Checking recursive v0.1.1
29522026-08-20T17:15:12.913Z Checking display-error-chain v0.2.2
29532026-08-20T17:15:12.931Z Checking sqlparser v0.61.0
29542026-08-20T17:15:12.931Z Checking sqlformat v0.3.5
29552026-08-20T17:15:12.993Z Checking peg v0.8.5
29562026-08-20T17:15:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
29572026-08-20T17:15:24.402Z
29582026-08-20T17:15:24.402Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-20T17:15:24.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-20T17:15:24.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-20T17:15:25.069Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-20T17:15:28.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29632026-08-20T17:15:28.815Z
29642026-08-20T17:15:28.815Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-20T17:15:29.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-20T17:15:29.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-20T17:15:29.521Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-20T17:15:32.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
29692026-08-20T17:15:32.263Z
29702026-08-20T17:15:32.263Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-20T17:15:32.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-20T17:15:32.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-20T17:15:32.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-20T17:15:36.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29752026-08-20T17:15:36.470Z
29762026-08-20T17:15:36.470Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-20T17:15:36.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-20T17:15:36.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-20T17:15:37.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-20T17:15:40.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
29812026-08-20T17:15:40.706Z
29822026-08-20T17:15:40.706Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-20T17:15:41.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-20T17:15:41.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-20T17:15:41.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-20T17:15:44.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29872026-08-20T17:15:44.274Z
29882026-08-20T17:15:44.274Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-20T17:15:44.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-20T17:15:44.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-20T17:15:44.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-20T17:15:47.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
29932026-08-20T17:15:47.909Z
29942026-08-20T17:15:47.909Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-20T17:15:48.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-20T17:15:48.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-20T17:15:48.677Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-20T17:15:52.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29992026-08-20T17:15:53.046Z
30002026-08-20T17:15:53.046Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-20T17:15:53.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-20T17:15:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-20T17:15:53.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-20T17:15:53.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-20T17:15:53.133Z
30062026-08-20T17:15:53.134Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-20T17:15:53.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-20T17:15:53.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-20T17:15:53.475Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-20T17:15:53.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30112026-08-20T17:15:54.028Z
30122026-08-20T17:15:54.031Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-20T17:15:54.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-20T17:15:54.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-20T17:15:54.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-20T17:15:54.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-20T17:15:54.603Z
30182026-08-20T17:15:54.603Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-20T17:15:55.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-20T17:15:55.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-20T17:15:55.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-20T17:15:55.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30232026-08-20T17:15:55.229Z
30242026-08-20T17:15:55.229Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-20T17:15:55.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-20T17:15:55.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-20T17:15:55.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-20T17:15:55.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-20T17:15:55.804Z
30302026-08-20T17:15:55.804Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-20T17:15:56.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-20T17:15:56.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-20T17:15:56.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-20T17:15:56.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30352026-08-20T17:15:56.385Z
30362026-08-20T17:15:56.385Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-20T17:15:58.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-20T17:15:59.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-20T17:15:59.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-20T17:15:59.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-20T17:15:59.439Z
30422026-08-20T17:15:59.439Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-20T17:16:01.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-20T17:16:01.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-20T17:16:01.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-20T17:16:01.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-08-20T17:16:01.408Z
30482026-08-20T17:16:01.408Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-20T17:16:01.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-20T17:16:01.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-20T17:16:01.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-20T17:16:01.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30532026-08-20T17:16:01.409Z
30542026-08-20T17:16:01.409Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-20T17:16:01.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-20T17:16:01.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-20T17:16:01.410Z Compiling crucible-workspace-hack v0.1.0
30582026-08-20T17:16:01.410Z Compiling regress v0.11.1
30592026-08-20T17:16:01.410Z Checking secrecy v0.10.3
30602026-08-20T17:16:01.410Z Checking half v2.7.1
30612026-08-20T17:16:01.410Z Checking ciborium-io v0.2.2
30622026-08-20T17:16:01.410Z Checking inout v0.1.4
30632026-08-20T17:16:01.410Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-20T17:16:01.410Z Checking universal-hash v0.5.1
30652026-08-20T17:16:01.410Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-20T17:16:01.410Z Checking cipher v0.4.4
30672026-08-20T17:16:01.411Z Compiling thiserror-impl-no-std v2.0.2
30682026-08-20T17:16:01.411Z Checking opaque-debug v0.3.1
30692026-08-20T17:16:01.411Z Checking poly1305 v0.8.0
30702026-08-20T17:16:01.411Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-20T17:16:01.411Z Checking ciborium-ll v0.2.2
30722026-08-20T17:16:01.411Z Checking chacha20 v0.9.1
30732026-08-20T17:16:01.411Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30742026-08-20T17:16:01.458Z Checking ciborium v0.2.2
30752026-08-20T17:16:01.458Z Checking password-hash v0.5.0
30762026-08-20T17:16:01.459Z Checking blake2 v0.10.6
30772026-08-20T17:16:01.459Z Checking aead v0.5.2
30782026-08-20T17:16:01.459Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-08-20T17:16:01.459Z Checking indent_write v2.2.0
30802026-08-20T17:16:01.459Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30812026-08-20T17:16:01.459Z Checking argon2 v0.5.3
30822026-08-20T17:16:01.459Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-08-20T17:16:01.459Z Checking chacha20poly1305 v0.10.1
30842026-08-20T17:16:01.459Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30852026-08-20T17:16:01.459Z Compiling unsafe-libyaml v0.2.11
30862026-08-20T17:16:01.459Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-20T17:16:01.460Z Checking thiserror-no-std v2.0.2
30882026-08-20T17:16:01.460Z Compiling heapless v0.8.0
30892026-08-20T17:16:01.460Z Checking vsss-rs v3.3.4
30902026-08-20T17:16:01.460Z Compiling typify-impl v0.6.2
30912026-08-20T17:16:01.460Z Compiling serde_yaml v0.9.34+deprecated
30922026-08-20T17:16:01.460Z Compiling proc-macro-crate v3.4.0
30932026-08-20T17:16:01.460Z Compiling ingot-macros v0.2.0
30942026-08-20T17:16:01.460Z Compiling num_enum_derive v0.7.6
30952026-08-20T17:16:01.491Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-20T17:16:01.593Z Checking hash32 v0.3.1
30972026-08-20T17:16:01.610Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-08-20T17:16:01.728Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-20T17:16:01.945Z Compiling smoltcp v0.11.0
31002026-08-20T17:16:02.148Z Checking tabwriter v1.4.1
31012026-08-20T17:16:02.256Z Checking cobs v0.3.0
31022026-08-20T17:16:02.306Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31032026-08-20T17:16:02.323Z Checking swrite v0.1.0
31042026-08-20T17:16:02.408Z Checking postcard v1.1.3
31052026-08-20T17:16:02.425Z Compiling proc-macro-crate v1.3.1
31062026-08-20T17:16:02.454Z Checking num_enum v0.7.6
31072026-08-20T17:16:02.506Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-20T17:16:02.570Z Compiling foreign-types-macros v0.2.3
31092026-08-20T17:16:02.700Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-20T17:16:02.721Z Checking foreign-types-shared v0.3.1
31112026-08-20T17:16:02.735Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-08-20T17:16:02.812Z Checking colored v3.1.1
31132026-08-20T17:16:02.830Z Compiling num_enum_derive v0.5.11
31142026-08-20T17:16:03.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-20T17:16:03.134Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-20T17:16:03.168Z Checking foreign-types v0.5.0
31172026-08-20T17:16:03.251Z Checking cstr-argument v0.1.2
31182026-08-20T17:16:03.382Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31192026-08-20T17:16:03.498Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-08-20T17:16:03.591Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-08-20T17:16:03.607Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31222026-08-20T17:16:03.622Z Checking rand v0.10.1
31232026-08-20T17:16:03.655Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-08-20T17:16:03.763Z Compiling zone_cfg_derive v0.3.1
31252026-08-20T17:16:03.786Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-08-20T17:16:03.855Z Checking num_enum v0.5.11
31272026-08-20T17:16:03.904Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31282026-08-20T17:16:04.074Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-08-20T17:16:04.077Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31302026-08-20T17:16:04.078Z Checking ingot-types v0.2.0
31312026-08-20T17:16:04.152Z Checking itertools v0.12.1
31322026-08-20T17:16:04.167Z Compiling num-derive v0.4.2
31332026-08-20T17:16:04.382Z Checking ingot v0.2.1
31342026-08-20T17:16:04.429Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-08-20T17:16:04.612Z Compiling semver v0.1.20
31362026-08-20T17:16:04.912Z Compiling rustc_version v0.1.7
31372026-08-20T17:16:04.991Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-20T17:16:05.103Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31392026-08-20T17:16:05.160Z Checking smf v0.2.3
31402026-08-20T17:16:05.173Z Checking zone v0.3.1
31412026-08-20T17:16:05.215Z Compiling typify-macro v0.6.2
31422026-08-20T17:16:05.297Z Checking nom v8.0.0
31432026-08-20T17:16:05.327Z Checking csv-core v0.1.13
31442026-08-20T17:16:05.387Z Checking whoami v1.6.1
31452026-08-20T17:16:05.460Z Compiling newtype_derive v0.1.6
31462026-08-20T17:16:05.506Z Checking csv v1.4.0
31472026-08-20T17:16:05.546Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-08-20T17:16:05.564Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-08-20T17:16:05.654Z Compiling cancel-safe-futures v0.1.5
31502026-08-20T17:16:05.732Z Compiling libefi-sys v0.1.0
31512026-08-20T17:16:05.889Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31522026-08-20T17:16:05.918Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31532026-08-20T17:16:06.060Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-20T17:16:06.076Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31552026-08-20T17:16:06.210Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31562026-08-20T17:16:06.226Z Checking oxide-update-engine-types v0.1.2
31572026-08-20T17:16:06.282Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31582026-08-20T17:16:06.348Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592026-08-20T17:16:06.531Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31602026-08-20T17:16:06.633Z Compiling bitfield-struct v0.6.2
31612026-08-20T17:16:06.650Z Checking linear-map v1.2.0
31622026-08-20T17:16:06.843Z Checking steno v0.4.1
31632026-08-20T17:16:07.022Z Compiling typify v0.6.2
31642026-08-20T17:16:07.135Z Compiling progenitor-impl v0.14.0
31652026-08-20T17:16:07.151Z Checking oxide-update-engine v0.1.2
31662026-08-20T17:16:07.187Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31672026-08-20T17:16:07.284Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-20T17:16:07.324Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31692026-08-20T17:16:07.597Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-20T17:16:07.710Z Checking sha1 v0.10.6
31712026-08-20T17:16:07.769Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31722026-08-20T17:16:07.848Z Checking utf-8 v0.7.6
31732026-08-20T17:16:07.853Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-20T17:16:07.887Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31752026-08-20T17:16:07.991Z Checking tungstenite v0.21.0
31762026-08-20T17:16:08.041Z Checking ignore v0.4.25
31772026-08-20T17:16:08.045Z Checking anstyle-parse v0.2.7
31782026-08-20T17:16:08.100Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-08-20T17:16:08.215Z Compiling xshell-macros v0.2.7
31802026-08-20T17:16:08.247Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31812026-08-20T17:16:08.306Z Checking anstream v0.6.21
31822026-08-20T17:16:08.415Z Checking tokio-tungstenite v0.21.0
31832026-08-20T17:16:08.456Z Checking globwalk v0.9.1
31842026-08-20T17:16:08.473Z Checking predicates-tree v1.0.13
31852026-08-20T17:16:08.514Z Checking filetime v0.2.27
31862026-08-20T17:16:08.585Z Checking xattr v1.6.1
31872026-08-20T17:16:08.604Z Checking xshell v0.2.7
31882026-08-20T17:16:08.634Z Checking tagptr v0.2.0
31892026-08-20T17:16:08.692Z Checking camino-tempfile-ext v0.3.3
31902026-08-20T17:16:08.706Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31912026-08-20T17:16:08.720Z Checking tar v0.4.46
31922026-08-20T17:16:08.778Z Checking moka v0.12.13
31932026-08-20T17:16:08.792Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-20T17:16:08.850Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-20T17:16:08.877Z Checking rand_seeder v0.4.0
31962026-08-20T17:16:08.926Z Checking half v1.8.3
31972026-08-20T17:16:08.998Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-20T17:16:09.026Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-20T17:16:09.095Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32002026-08-20T17:16:09.129Z Checking serde_cbor v0.11.2
32012026-08-20T17:16:09.349Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32022026-08-20T17:16:09.359Z Checking sha2 v0.11.0
32032026-08-20T17:16:09.433Z Checking hickory-resolver v0.25.2
32042026-08-20T17:16:09.509Z Checking digest-io v0.1.0
32052026-08-20T17:16:09.649Z Compiling petname v2.0.2
32062026-08-20T17:16:09.749Z Compiling progenitor-macro v0.14.0
32072026-08-20T17:16:09.967Z Checking rawzip v0.4.4
32082026-08-20T17:16:10.022Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-20T17:16:10.154Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-20T17:16:10.410Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-20T17:16:10.431Z Checking sapling-renderdag v0.1.0
32122026-08-20T17:16:10.595Z Checking subprocess v0.2.15
32132026-08-20T17:16:10.616Z Checking sync-ptr v0.1.4
32142026-08-20T17:16:10.673Z Checking colored v2.2.0
32152026-08-20T17:16:10.734Z Checking assert_matches v1.5.0
32162026-08-20T17:16:10.913Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32172026-08-20T17:16:10.955Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32182026-08-20T17:16:11.006Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-20T17:16:11.062Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32202026-08-20T17:16:11.331Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-08-20T17:16:11.731Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-20T17:16:11.737Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-20T17:16:12.839Z Checking progenitor v0.14.0
32242026-08-20T17:16:12.977Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32252026-08-20T17:16:12.977Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32262026-08-20T17:16:12.981Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32272026-08-20T17:16:12.981Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32282026-08-20T17:16:12.981Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32292026-08-20T17:16:12.981Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-20T17:16:13.136Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32312026-08-20T17:16:13.376Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32322026-08-20T17:16:13.496Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32332026-08-20T17:16:13.594Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32342026-08-20T17:16:13.619Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32352026-08-20T17:16:13.849Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32362026-08-20T17:16:14.514Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-20T17:16:14.683Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32382026-08-20T17:16:15.190Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-20T17:16:16.075Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-20T17:16:24.671Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-20T17:16:31.904Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-08-20T17:16:31.904Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-08-20T17:16:31.908Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-20T17:16:33.405Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-20T17:16:34.695Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-20T17:16:36.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.83s
32472026-08-20T17:16:37.162Z
32482026-08-20T17:16:37.163Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-20T17:16:37.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-20T17:16:37.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-20T17:16:37.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-20T17:16:37.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-08-20T17:16:37.780Z
32542026-08-20T17:16:37.780Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-20T17:16:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-20T17:16:38.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-20T17:16:38.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-20T17:16:38.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-20T17:16:38.618Z
32602026-08-20T17:16:38.618Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-20T17:16:38.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-20T17:16:38.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-20T17:16:38.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-20T17:16:38.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-20T17:16:38.931Z
32662026-08-20T17:16:38.931Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-20T17:16:39.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-20T17:16:39.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-20T17:16:39.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-20T17:16:39.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32712026-08-20T17:16:39.498Z
32722026-08-20T17:16:39.498Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-20T17:16:39.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-20T17:16:39.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-20T17:16:39.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-20T17:16:39.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-20T17:16:40.053Z
32782026-08-20T17:16:40.053Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-20T17:16:40.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-20T17:16:40.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-20T17:16:40.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-20T17:16:40.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-20T17:16:40.610Z
32842026-08-20T17:16:40.610Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-20T17:16:41.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-20T17:16:41.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-20T17:16:41.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-20T17:16:41.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-20T17:16:41.169Z
32902026-08-20T17:16:41.169Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-20T17:16:41.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-20T17:16:41.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-20T17:16:41.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-20T17:16:41.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32952026-08-20T17:16:41.728Z
32962026-08-20T17:16:41.728Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-20T17:16:42.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-20T17:16:42.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-20T17:16:42.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-20T17:16:42.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33012026-08-20T17:16:42.304Z
33022026-08-20T17:16:42.304Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-20T17:16:42.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-20T17:16:42.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-20T17:16:42.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-20T17:16:42.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-20T17:16:42.892Z
33082026-08-20T17:16:42.892Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-20T17:16:43.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-20T17:16:43.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-20T17:16:43.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-20T17:16:43.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-20T17:16:43.479Z
33142026-08-20T17:16:43.479Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-20T17:16:43.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-20T17:16:43.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-20T17:16:43.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-20T17:16:43.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-20T17:16:44.064Z
33202026-08-20T17:16:44.064Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-20T17:16:44.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-20T17:16:44.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-20T17:16:44.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-20T17:16:44.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-08-20T17:16:44.637Z
33262026-08-20T17:16:44.637Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-20T17:16:45.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-20T17:16:45.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-20T17:16:45.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-20T17:16:45.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-20T17:16:45.223Z
33322026-08-20T17:16:45.223Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-20T17:16:45.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-20T17:16:45.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-20T17:16:45.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-20T17:16:45.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-08-20T17:16:45.812Z
33382026-08-20T17:16:45.813Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-20T17:16:46.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-20T17:16:46.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-20T17:16:46.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-20T17:16:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33432026-08-20T17:16:46.371Z
33442026-08-20T17:16:46.371Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-20T17:16:46.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-20T17:16:46.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-20T17:16:46.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-20T17:16:46.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-08-20T17:16:46.989Z
33502026-08-20T17:16:46.989Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-20T17:16:47.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-20T17:16:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-20T17:16:47.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-20T17:16:47.721Z Checking void v1.0.2
33552026-08-20T17:16:47.721Z Checking tungstenite v0.23.0
33562026-08-20T17:16:47.722Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-20T17:16:47.837Z Checking nix v0.27.1
33582026-08-20T17:16:47.851Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-20T17:16:47.858Z Checking dropshot-api-manager-types v0.8.0
33602026-08-20T17:16:47.862Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-20T17:16:47.924Z Checking lzss v0.8.2
33622026-08-20T17:16:48.014Z Checking kstat-rs v0.2.5
33632026-08-20T17:16:48.042Z Checking fxhash v0.2.1
33642026-08-20T17:16:48.081Z Checking serde_bytes v0.11.19
33652026-08-20T17:16:48.100Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-20T17:16:48.151Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-08-20T17:16:48.154Z Checking signal-hook-tokio v0.3.1
33682026-08-20T17:16:48.193Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-20T17:16:48.263Z Checking tokio-tungstenite v0.23.1
33702026-08-20T17:16:48.336Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-20T17:16:49.456Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-20T17:16:50.013Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-20T17:16:52.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
33742026-08-20T17:16:52.370Z
33752026-08-20T17:16:52.370Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-20T17:16:52.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-20T17:16:52.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-20T17:16:52.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-20T17:16:52.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33802026-08-20T17:16:52.941Z
33812026-08-20T17:16:52.941Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-20T17:16:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-20T17:16:53.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-20T17:16:53.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-20T17:16:53.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33862026-08-20T17:16:53.518Z
33872026-08-20T17:16:53.518Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-20T17:16:53.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-20T17:16:53.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-20T17:16:53.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-20T17:16:53.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33922026-08-20T17:16:54.076Z
33932026-08-20T17:16:54.076Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-20T17:16:54.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-20T17:16:54.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-20T17:16:54.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-20T17:16:54.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-08-20T17:16:54.672Z
33992026-08-20T17:16:54.672Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-20T17:16:55.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-20T17:16:55.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-20T17:16:55.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-20T17:16:55.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34042026-08-20T17:16:55.248Z
34052026-08-20T17:16:55.248Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-20T17:16:55.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-20T17:16:55.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-20T17:16:55.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-20T17:16:55.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-20T17:16:55.819Z
34112026-08-20T17:16:55.819Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-20T17:16:56.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-20T17:16:56.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-20T17:16:56.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-20T17:16:56.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34162026-08-20T17:16:56.393Z
34172026-08-20T17:16:56.393Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-20T17:16:56.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-20T17:16:56.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-20T17:16:56.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-20T17:16:56.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-08-20T17:16:56.985Z
34232026-08-20T17:16:56.985Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-20T17:16:57.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-20T17:16:57.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-20T17:16:57.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-20T17:16:57.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34282026-08-20T17:16:57.557Z
34292026-08-20T17:16:57.557Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-20T17:16:58.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-20T17:16:58.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-20T17:16:58.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-20T17:16:58.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-20T17:16:58.129Z
34352026-08-20T17:16:58.129Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-20T17:16:58.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-20T17:16:58.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-20T17:16:58.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-20T17:16:58.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-20T17:16:58.693Z
34412026-08-20T17:16:58.694Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-20T17:16:59.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-20T17:16:59.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-20T17:16:59.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-20T17:16:59.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-20T17:16:59.266Z
34472026-08-20T17:16:59.266Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-20T17:16:59.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-20T17:16:59.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-20T17:16:59.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-20T17:16:59.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-20T17:16:59.841Z
34532026-08-20T17:16:59.841Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-20T17:17:00.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-20T17:17:00.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-20T17:17:00.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-20T17:17:00.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-20T17:17:00.415Z
34592026-08-20T17:17:00.415Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-20T17:17:00.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-20T17:17:00.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-20T17:17:00.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-20T17:17:00.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34642026-08-20T17:17:00.992Z
34652026-08-20T17:17:00.992Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-20T17:17:01.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-20T17:17:01.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-20T17:17:01.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-20T17:17:01.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-20T17:17:01.566Z
34712026-08-20T17:17:01.566Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-20T17:17:02.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-20T17:17:02.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-20T17:17:02.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-20T17:17:02.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34762026-08-20T17:17:02.144Z
34772026-08-20T17:17:02.144Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-20T17:17:02.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-20T17:17:02.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-20T17:17:02.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-20T17:17:02.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-20T17:17:02.716Z
34832026-08-20T17:17:02.716Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-20T17:17:03.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-20T17:17:03.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-20T17:17:03.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-20T17:17:03.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-20T17:17:03.290Z
34892026-08-20T17:17:03.290Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-20T17:17:03.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-20T17:17:03.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-20T17:17:03.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-20T17:17:03.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-20T17:17:03.861Z
34952026-08-20T17:17:03.861Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-20T17:17:04.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-20T17:17:04.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-20T17:17:04.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-20T17:17:04.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-20T17:17:04.427Z
35012026-08-20T17:17:04.427Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-20T17:17:04.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-20T17:17:04.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-20T17:17:04.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-20T17:17:04.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-20T17:17:05.000Z
35072026-08-20T17:17:05.000Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-20T17:17:05.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-20T17:17:05.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-20T17:17:05.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-20T17:17:05.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-20T17:17:05.597Z
35132026-08-20T17:17:05.597Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-20T17:17:06.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-20T17:17:06.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-20T17:17:06.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-20T17:17:06.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-20T17:17:06.180Z
35192026-08-20T17:17:06.180Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-20T17:17:06.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-20T17:17:06.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-20T17:17:06.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-20T17:17:06.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-20T17:17:06.774Z
35252026-08-20T17:17:06.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-20T17:17:07.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-20T17:17:07.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-20T17:17:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-20T17:17:07.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-20T17:17:07.365Z
35312026-08-20T17:17:07.365Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-20T17:17:07.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-20T17:17:07.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-20T17:17:07.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-20T17:17:07.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-20T17:17:07.953Z
35372026-08-20T17:17:07.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-20T17:17:08.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-20T17:17:08.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-20T17:17:08.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-20T17:17:08.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-08-20T17:17:08.544Z
35432026-08-20T17:17:08.544Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-20T17:17:09.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-20T17:17:09.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-20T17:17:09.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-20T17:17:09.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-08-20T17:17:09.136Z
35492026-08-20T17:17:09.136Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-20T17:17:09.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-20T17:17:09.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-20T17:17:09.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-20T17:17:09.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-20T17:17:09.728Z
35552026-08-20T17:17:09.729Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-20T17:17:10.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-20T17:17:10.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-20T17:17:10.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-20T17:17:10.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-20T17:17:10.317Z
35612026-08-20T17:17:10.317Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-20T17:17:10.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-20T17:17:10.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-20T17:17:10.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-20T17:17:10.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-20T17:17:10.907Z
35672026-08-20T17:17:10.907Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-20T17:17:11.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-20T17:17:11.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-20T17:17:11.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-20T17:17:11.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-20T17:17:11.493Z
35732026-08-20T17:17:11.494Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-20T17:17:11.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-20T17:17:11.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-20T17:17:11.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-20T17:17:11.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-20T17:17:12.076Z
35792026-08-20T17:17:12.076Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-20T17:17:12.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-20T17:17:12.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-20T17:17:12.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-20T17:17:12.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-20T17:17:12.662Z
35852026-08-20T17:17:12.662Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-20T17:17:13.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-20T17:17:13.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-20T17:17:13.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-20T17:17:13.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-20T17:17:13.256Z
35912026-08-20T17:17:13.256Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-20T17:17:13.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-20T17:17:13.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-20T17:17:13.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-20T17:17:13.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35962026-08-20T17:17:13.842Z
35972026-08-20T17:17:13.842Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-20T17:17:14.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-20T17:17:14.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-20T17:17:14.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-20T17:17:14.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-20T17:17:14.441Z
36032026-08-20T17:17:14.441Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-20T17:17:14.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-20T17:17:14.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-20T17:17:14.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-20T17:17:14.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-08-20T17:17:15.025Z
36092026-08-20T17:17:15.025Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-20T17:17:15.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-20T17:17:15.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-20T17:17:15.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-20T17:17:15.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-08-20T17:17:15.613Z
36152026-08-20T17:17:15.613Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-20T17:17:16.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-20T17:17:16.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-20T17:17:16.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-20T17:17:16.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-20T17:17:16.188Z
36212026-08-20T17:17:16.189Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-20T17:17:16.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-20T17:17:16.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-20T17:17:16.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-20T17:17:16.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-20T17:17:16.761Z
36272026-08-20T17:17:16.761Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-20T17:17:17.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-20T17:17:17.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-20T17:17:17.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-20T17:17:17.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-08-20T17:17:17.336Z
36332026-08-20T17:17:17.336Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-20T17:17:17.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-20T17:17:17.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-20T17:17:17.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-20T17:17:17.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-20T17:17:17.913Z
36392026-08-20T17:17:17.913Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-20T17:17:18.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-20T17:17:18.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-20T17:17:18.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-20T17:17:18.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-20T17:17:18.483Z
36452026-08-20T17:17:18.483Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-20T17:17:18.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-20T17:17:18.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-20T17:17:18.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-20T17:17:18.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-20T17:17:19.059Z
36512026-08-20T17:17:19.059Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-20T17:17:19.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-20T17:17:19.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-20T17:17:19.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-20T17:17:19.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-20T17:17:19.630Z
36572026-08-20T17:17:19.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-20T17:17:20.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-20T17:17:20.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-20T17:17:20.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-20T17:17:20.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-20T17:17:20.217Z
36632026-08-20T17:17:20.217Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-20T17:17:20.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-20T17:17:20.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-20T17:17:20.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-20T17:17:20.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-20T17:17:20.781Z
36692026-08-20T17:17:20.781Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-20T17:17:21.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-20T17:17:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-20T17:17:21.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-20T17:17:21.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-20T17:17:21.355Z
36752026-08-20T17:17:21.356Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-20T17:17:21.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-20T17:17:21.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-20T17:17:21.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-20T17:17:21.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-20T17:17:21.931Z
36812026-08-20T17:17:21.931Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-20T17:17:22.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-20T17:17:22.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-20T17:17:22.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-20T17:17:22.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-20T17:17:22.503Z
36872026-08-20T17:17:22.503Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-20T17:17:22.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-20T17:17:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-20T17:17:22.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-20T17:17:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36922026-08-20T17:17:23.080Z
36932026-08-20T17:17:23.080Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-20T17:17:23.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-20T17:17:23.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-20T17:17:23.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-20T17:17:23.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-20T17:17:23.659Z
36992026-08-20T17:17:23.659Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-20T17:17:24.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-20T17:17:24.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-20T17:17:24.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-20T17:17:24.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-20T17:17:24.230Z
37052026-08-20T17:17:24.231Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-20T17:17:24.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-20T17:17:24.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-20T17:17:24.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-20T17:17:24.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-08-20T17:17:24.804Z
37112026-08-20T17:17:24.804Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-20T17:17:25.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-20T17:17:25.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-20T17:17:25.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-20T17:17:25.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-08-20T17:17:25.395Z
37172026-08-20T17:17:25.395Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-20T17:17:25.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-20T17:17:25.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-20T17:17:25.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-20T17:17:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-08-20T17:17:25.986Z
37232026-08-20T17:17:25.987Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-20T17:17:26.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-20T17:17:26.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-20T17:17:26.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-20T17:17:26.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-20T17:17:26.570Z
37292026-08-20T17:17:26.570Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-20T17:17:27.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-20T17:17:27.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-20T17:17:27.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-20T17:17:27.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-08-20T17:17:27.163Z
37352026-08-20T17:17:27.164Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-20T17:17:27.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-20T17:17:27.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-20T17:17:27.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-20T17:17:27.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-20T17:17:27.755Z
37412026-08-20T17:17:27.756Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-20T17:17:28.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-20T17:17:28.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-20T17:17:28.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-20T17:17:28.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-08-20T17:17:28.346Z
37472026-08-20T17:17:28.346Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-20T17:17:28.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-20T17:17:28.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-20T17:17:28.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-20T17:17:28.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37522026-08-20T17:17:28.942Z
37532026-08-20T17:17:28.942Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-20T17:17:29.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-20T17:17:29.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-20T17:17:29.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-20T17:17:29.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37582026-08-20T17:17:29.530Z
37592026-08-20T17:17:29.530Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-20T17:17:30.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-20T17:17:30.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-20T17:17:30.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-20T17:17:30.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37642026-08-20T17:17:30.126Z
37652026-08-20T17:17:30.126Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-20T17:17:30.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-20T17:17:30.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-20T17:17:30.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-20T17:17:30.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37702026-08-20T17:17:30.714Z
37712026-08-20T17:17:30.714Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-20T17:17:31.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-20T17:17:31.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-20T17:17:31.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-20T17:17:31.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37762026-08-20T17:17:31.305Z
37772026-08-20T17:17:31.305Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-20T17:17:31.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-20T17:17:31.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-20T17:17:31.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-20T17:17:31.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-08-20T17:17:31.895Z
37832026-08-20T17:17:31.896Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-20T17:17:32.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-20T17:17:32.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-20T17:17:32.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-20T17:17:32.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-20T17:17:32.487Z
37892026-08-20T17:17:32.487Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-20T17:17:32.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-20T17:17:32.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-20T17:17:32.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-20T17:17:32.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-20T17:17:33.080Z
37952026-08-20T17:17:33.080Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-20T17:17:33.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-20T17:17:33.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-20T17:17:33.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-20T17:17:33.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38002026-08-20T17:17:33.669Z
38012026-08-20T17:17:33.669Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-20T17:17:34.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-20T17:17:34.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-20T17:17:34.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-20T17:17:34.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-20T17:17:34.279Z
38072026-08-20T17:17:34.280Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-20T17:17:34.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-20T17:17:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-20T17:17:35.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-20T17:17:35.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-20T17:17:35.013Z
38132026-08-20T17:17:35.013Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-20T17:17:35.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-20T17:17:35.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-20T17:17:35.511Z Compiling parking_lot_core v0.8.6
38172026-08-20T17:17:35.517Z Compiling git-stub v1.0.0
38182026-08-20T17:17:35.517Z Checking prefix-trie v0.7.0
38192026-08-20T17:17:35.624Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-20T17:17:35.738Z Compiling git-stub-vcs v0.1.0
38212026-08-20T17:17:35.894Z Checking hickory-server v0.25.2
38222026-08-20T17:17:36.014Z Checking parking_lot v0.11.2
38232026-08-20T17:17:36.045Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-20T17:17:36.181Z Checking sled v0.34.7
38252026-08-20T17:17:38.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
38262026-08-20T17:17:38.308Z
38272026-08-20T17:17:38.308Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-20T17:17:38.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-20T17:17:38.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-20T17:17:38.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-20T17:17:38.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38322026-08-20T17:17:38.877Z
38332026-08-20T17:17:38.877Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-20T17:17:39.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-20T17:17:39.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-20T17:17:39.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-20T17:17:39.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38382026-08-20T17:17:39.481Z
38392026-08-20T17:17:39.481Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-20T17:17:39.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-20T17:17:39.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-20T17:17:39.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-20T17:17:39.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38442026-08-20T17:17:40.054Z
38452026-08-20T17:17:40.054Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-20T17:17:40.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-20T17:17:40.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-20T17:17:40.762Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-20T17:17:41.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38502026-08-20T17:17:41.480Z
38512026-08-20T17:17:41.480Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-20T17:17:42.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-20T17:17:42.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-20T17:17:42.301Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-20T17:17:42.432Z Compiling hashbrown v0.14.5
38562026-08-20T17:17:42.435Z Compiling rfc6979 v0.4.0
38572026-08-20T17:17:42.435Z Compiling salty v0.3.0
38582026-08-20T17:17:42.456Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-20T17:17:42.466Z Compiling primeorder v0.13.6
38602026-08-20T17:17:42.481Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-20T17:17:42.552Z Compiling ecdsa v0.16.9
38622026-08-20T17:17:42.609Z Compiling sha1 v0.10.6
38632026-08-20T17:17:42.730Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-20T17:17:42.804Z Compiling proc-macro-error2 v2.0.1
38652026-08-20T17:17:42.914Z Compiling chumsky v0.9.3
38662026-08-20T17:17:42.929Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38672026-08-20T17:17:42.942Z Compiling p384 v0.13.1
38682026-08-20T17:17:42.984Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-20T17:17:43.110Z Compiling knus-derive v3.4.0
38702026-08-20T17:17:43.148Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-20T17:17:43.174Z Checking libscf-sys v1.2.0
38722026-08-20T17:17:43.225Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-20T17:17:43.300Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-20T17:17:43.487Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-20T17:17:43.509Z Checking corncobs v0.1.4
38762026-08-20T17:17:43.627Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-20T17:17:43.641Z Checking papergrid v0.18.0
38782026-08-20T17:17:43.658Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38792026-08-20T17:17:43.658Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-20T17:17:43.685Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38812026-08-20T17:17:43.832Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-20T17:17:43.846Z Checking secrecy v0.8.0
38832026-08-20T17:17:43.936Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-20T17:17:43.975Z Compiling illumos-nvpair-sys v0.2.0
38852026-08-20T17:17:44.112Z Compiling unicase v2.9.0
38862026-08-20T17:17:44.180Z Compiling progenitor-impl v0.13.0
38872026-08-20T17:17:44.196Z Checking crc8 v0.1.1
38882026-08-20T17:17:44.209Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-20T17:17:44.312Z Compiling mime_guess v2.0.5
38902026-08-20T17:17:44.413Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38912026-08-20T17:17:44.413Z Checking tabled v0.21.0
38922026-08-20T17:17:44.416Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38932026-08-20T17:17:44.471Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38942026-08-20T17:17:44.495Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38952026-08-20T17:17:44.550Z Compiling knus v3.4.0
38962026-08-20T17:17:45.070Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-20T17:17:45.294Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-20T17:17:45.366Z Checking progenitor-client v0.13.0
38992026-08-20T17:17:45.474Z Checking http-range v0.1.5
39002026-08-20T17:17:45.605Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-20T17:17:45.608Z Checking illumos-nvpair v0.3.0
39022026-08-20T17:17:45.758Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-20T17:17:45.788Z Checking scuffle v0.1.0
39042026-08-20T17:17:45.797Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-20T17:17:45.938Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-20T17:17:46.336Z Checking nanorand v0.7.0
39072026-08-20T17:17:46.392Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-20T17:17:46.548Z Checking flume v0.11.1
39092026-08-20T17:17:46.610Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-20T17:17:46.690Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39112026-08-20T17:17:46.737Z Checking hyper-staticfile v0.10.1
39122026-08-20T17:17:46.770Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-20T17:17:46.793Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-20T17:17:46.810Z Compiling progenitor-macro v0.13.0
39152026-08-20T17:17:46.935Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-20T17:17:47.037Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-20T17:17:47.151Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-20T17:17:47.191Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-20T17:17:47.231Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-20T17:17:47.427Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-20T17:17:47.568Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-20T17:17:47.707Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39232026-08-20T17:17:47.737Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39242026-08-20T17:17:49.172Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-20T17:17:50.119Z Checking progenitor v0.13.0
39262026-08-20T17:17:50.256Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-20T17:17:51.206Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-20T17:17:52.283Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-20T17:17:52.598Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-20T17:17:52.883Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-20T17:17:52.883Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-20T17:18:06.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.78s
39332026-08-20T17:18:06.273Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-20T17:18:06.273Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-20T17:18:06.472Z
39362026-08-20T17:18:06.472Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-20T17:18:07.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-20T17:18:07.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-20T17:18:07.259Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-20T17:18:17.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39412026-08-20T17:18:17.909Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-20T17:18:17.909Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-20T17:18:18.109Z
39442026-08-20T17:18:18.109Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-20T17:18:18.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-20T17:18:18.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-20T17:18:18.892Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-20T17:18:29.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39492026-08-20T17:18:29.559Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-20T17:18:29.559Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-20T17:18:29.760Z
39522026-08-20T17:18:29.760Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-20T17:18:30.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-20T17:18:30.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-20T17:18:30.536Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-20T17:18:41.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
39572026-08-20T17:18:41.283Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-20T17:18:41.285Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-20T17:18:41.488Z
39602026-08-20T17:18:41.488Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-20T17:18:42.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-20T17:18:42.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-20T17:18:42.269Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-20T17:18:52.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39652026-08-20T17:18:52.888Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-20T17:18:52.888Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-20T17:18:53.094Z
39682026-08-20T17:18:53.094Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-20T17:18:53.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-20T17:18:53.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-20T17:18:53.873Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-20T17:19:04.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39732026-08-20T17:19:04.593Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-20T17:19:04.594Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-20T17:19:04.799Z
39762026-08-20T17:19:04.799Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-20T17:19:05.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-20T17:19:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-20T17:19:05.574Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-20T17:19:16.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39812026-08-20T17:19:16.232Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-20T17:19:16.232Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-20T17:19:16.436Z
39842026-08-20T17:19:16.436Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-20T17:19:16.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-20T17:19:16.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-20T17:19:17.217Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-20T17:19:27.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
39892026-08-20T17:19:27.965Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-20T17:19:27.965Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-20T17:19:28.171Z
39922026-08-20T17:19:28.171Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-20T17:19:28.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-20T17:19:28.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-20T17:19:28.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-20T17:19:28.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-20T17:19:28.755Z
39982026-08-20T17:19:28.755Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-20T17:19:29.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-20T17:19:29.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-20T17:19:29.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-20T17:19:29.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40032026-08-20T17:19:29.355Z
40042026-08-20T17:19:29.355Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-20T17:19:29.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-20T17:19:29.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-20T17:19:29.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-20T17:19:29.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-08-20T17:19:29.919Z
40102026-08-20T17:19:29.920Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-20T17:19:30.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-20T17:19:30.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-20T17:19:30.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-20T17:19:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40152026-08-20T17:19:30.530Z
40162026-08-20T17:19:30.530Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-20T17:19:31.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-20T17:19:31.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-20T17:19:31.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-20T17:19:31.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-20T17:19:31.116Z
40222026-08-20T17:19:31.117Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-20T17:19:31.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-20T17:19:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-20T17:19:31.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-20T17:19:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40272026-08-20T17:19:31.691Z
40282026-08-20T17:19:31.694Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-20T17:19:32.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-20T17:19:32.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-20T17:19:32.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-20T17:19:32.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40332026-08-20T17:19:32.265Z
40342026-08-20T17:19:32.265Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-20T17:19:32.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-20T17:19:32.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-20T17:19:32.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-20T17:19:32.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40392026-08-20T17:19:32.837Z
40402026-08-20T17:19:32.838Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-20T17:19:33.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-20T17:19:33.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-20T17:19:33.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-20T17:19:33.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-20T17:19:33.433Z
40462026-08-20T17:19:33.433Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-20T17:19:33.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-20T17:19:33.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-20T17:19:33.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-20T17:19:33.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40512026-08-20T17:19:34.031Z
40522026-08-20T17:19:34.031Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-20T17:19:34.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-20T17:19:34.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-20T17:19:34.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-20T17:19:34.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-20T17:19:34.631Z
40582026-08-20T17:19:34.631Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-20T17:19:35.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-20T17:19:35.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-20T17:19:35.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-20T17:19:35.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-20T17:19:35.240Z
40642026-08-20T17:19:35.240Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-20T17:19:35.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-20T17:19:35.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-20T17:19:35.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-20T17:19:35.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-20T17:19:35.857Z
40702026-08-20T17:19:35.858Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-20T17:19:36.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-20T17:19:36.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-20T17:19:36.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-20T17:19:36.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-20T17:19:36.437Z
40762026-08-20T17:19:36.438Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-20T17:19:36.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-20T17:19:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-20T17:19:36.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-20T17:19:36.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40812026-08-20T17:19:37.041Z
40822026-08-20T17:19:37.041Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-20T17:19:37.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-20T17:19:37.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-20T17:19:37.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-20T17:19:37.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-20T17:19:37.639Z
40882026-08-20T17:19:37.640Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-20T17:19:38.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-20T17:19:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-20T17:19:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-20T17:19:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40932026-08-20T17:19:38.247Z
40942026-08-20T17:19:38.247Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-20T17:19:38.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-20T17:19:38.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-20T17:19:38.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-20T17:19:38.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-20T17:19:38.852Z
41002026-08-20T17:19:38.852Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-20T17:19:39.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-20T17:19:39.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-20T17:19:39.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-20T17:19:39.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-08-20T17:19:39.443Z
41062026-08-20T17:19:39.443Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-20T17:19:39.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-20T17:19:39.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-20T17:19:39.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-20T17:19:39.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41112026-08-20T17:19:40.038Z
41122026-08-20T17:19:40.038Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-20T17:19:40.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-20T17:19:40.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-20T17:19:40.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-20T17:19:40.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-20T17:19:40.659Z
41182026-08-20T17:19:40.659Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-20T17:19:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-20T17:19:41.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-20T17:19:41.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-20T17:19:41.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41232026-08-20T17:19:41.279Z
41242026-08-20T17:19:41.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-20T17:19:41.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-20T17:19:41.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-20T17:19:41.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-20T17:19:41.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41292026-08-20T17:19:41.892Z
41302026-08-20T17:19:41.892Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-20T17:19:42.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-20T17:19:42.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-20T17:19:42.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-20T17:19:42.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-20T17:19:42.515Z
41362026-08-20T17:19:42.515Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-20T17:19:43.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-20T17:19:43.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-20T17:19:43.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-20T17:19:43.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41412026-08-20T17:19:43.138Z
41422026-08-20T17:19:43.138Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-20T17:19:43.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-20T17:19:43.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-20T17:19:43.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-20T17:19:43.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-20T17:19:43.692Z
41482026-08-20T17:19:43.693Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-20T17:19:44.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-20T17:19:44.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-20T17:19:44.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-20T17:19:44.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-20T17:19:44.272Z
41542026-08-20T17:19:44.272Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-20T17:19:44.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-20T17:19:44.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-20T17:19:44.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-20T17:19:44.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-20T17:19:44.862Z
41602026-08-20T17:19:44.862Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-20T17:19:45.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-20T17:19:45.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-20T17:19:45.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-20T17:19:45.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41652026-08-20T17:19:45.445Z
41662026-08-20T17:19:45.445Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-20T17:19:45.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-20T17:19:45.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-20T17:19:45.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-20T17:19:45.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-20T17:19:46.005Z
41722026-08-20T17:19:46.005Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-20T17:19:46.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-20T17:19:46.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-20T17:19:46.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-20T17:19:46.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41772026-08-20T17:19:46.561Z
41782026-08-20T17:19:46.561Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-20T17:19:47.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-20T17:19:47.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-20T17:19:47.259Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-20T17:19:47.680Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-20T17:19:48.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
41842026-08-20T17:19:49.075Z
41852026-08-20T17:19:49.075Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-20T17:19:49.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-20T17:19:49.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-20T17:19:49.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-20T17:19:49.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-20T17:19:49.650Z
41912026-08-20T17:19:49.650Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-20T17:19:50.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-20T17:19:50.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-20T17:19:50.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-20T17:19:50.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41962026-08-20T17:19:50.231Z
41972026-08-20T17:19:50.231Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-20T17:19:50.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-20T17:19:50.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-20T17:19:50.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-20T17:19:50.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-20T17:19:50.841Z
42032026-08-20T17:19:50.841Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-20T17:19:51.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-20T17:19:51.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-20T17:19:51.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-20T17:19:51.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-20T17:19:51.405Z
42092026-08-20T17:19:51.406Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-20T17:19:51.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-20T17:19:51.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-20T17:19:51.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-20T17:19:51.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-08-20T17:19:51.968Z
42152026-08-20T17:19:51.968Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-20T17:19:52.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-20T17:19:52.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-20T17:19:52.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-20T17:19:52.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-20T17:19:52.537Z
42212026-08-20T17:19:52.537Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-20T17:19:53.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-20T17:19:53.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-20T17:19:53.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-20T17:19:53.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42262026-08-20T17:19:53.110Z
42272026-08-20T17:19:53.110Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-20T17:19:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-20T17:19:53.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-20T17:19:53.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-20T17:19:53.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42322026-08-20T17:19:53.704Z
42332026-08-20T17:19:53.704Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-20T17:19:54.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-20T17:19:54.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-20T17:19:54.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-20T17:19:54.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42382026-08-20T17:19:54.293Z
42392026-08-20T17:19:54.294Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-20T17:19:54.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-20T17:19:54.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-20T17:19:54.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-20T17:19:54.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-08-20T17:19:54.882Z
42452026-08-20T17:19:54.882Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-20T17:19:55.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-20T17:19:55.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-20T17:19:55.553Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-20T17:19:55.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-20T17:19:56.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42512026-08-20T17:19:56.946Z
42522026-08-20T17:19:56.946Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-20T17:19:57.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-20T17:19:57.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-20T17:19:57.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-20T17:19:57.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-20T17:19:57.516Z
42582026-08-20T17:19:57.516Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-20T17:19:58.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-20T17:19:58.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-20T17:19:58.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-20T17:19:58.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42632026-08-20T17:19:58.167Z
42642026-08-20T17:19:58.167Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-20T17:19:58.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-20T17:19:58.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-20T17:19:58.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-20T17:19:58.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42692026-08-20T17:19:58.818Z
42702026-08-20T17:19:58.818Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-20T17:19:59.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-20T17:19:59.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-20T17:19:59.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-20T17:19:59.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42752026-08-20T17:19:59.446Z
42762026-08-20T17:19:59.446Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-20T17:19:59.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-20T17:19:59.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-20T17:19:59.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-20T17:19:59.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42812026-08-20T17:20:00.080Z
42822026-08-20T17:20:00.080Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-20T17:20:00.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-20T17:20:00.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-20T17:20:00.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-20T17:20:00.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-20T17:20:00.636Z
42882026-08-20T17:20:00.636Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-20T17:20:01.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-20T17:20:01.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-20T17:20:01.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-20T17:20:01.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42932026-08-20T17:20:01.197Z
42942026-08-20T17:20:01.197Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-20T17:20:01.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-20T17:20:01.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-20T17:20:01.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-20T17:20:01.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42992026-08-20T17:20:01.822Z
43002026-08-20T17:20:01.822Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-20T17:20:02.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-20T17:20:02.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-20T17:20:02.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-20T17:20:02.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43052026-08-20T17:20:02.380Z
43062026-08-20T17:20:02.380Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-20T17:20:02.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-20T17:20:02.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-20T17:20:02.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-20T17:20:02.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43112026-08-20T17:20:02.997Z
43122026-08-20T17:20:02.997Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-20T17:20:03.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-20T17:20:03.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-20T17:20:03.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-20T17:20:03.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43172026-08-20T17:20:03.613Z
43182026-08-20T17:20:03.613Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-20T17:20:04.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-20T17:20:04.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-20T17:20:04.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-20T17:20:04.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43232026-08-20T17:20:04.177Z
43242026-08-20T17:20:04.177Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-20T17:20:04.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-20T17:20:04.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-20T17:20:04.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-20T17:20:04.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-20T17:20:04.749Z
43302026-08-20T17:20:04.749Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-20T17:20:05.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-20T17:20:05.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-20T17:20:05.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-20T17:20:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43352026-08-20T17:20:05.311Z
43362026-08-20T17:20:05.311Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-20T17:20:05.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-20T17:20:05.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-20T17:20:05.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-20T17:20:05.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43412026-08-20T17:20:05.942Z
43422026-08-20T17:20:05.942Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-20T17:20:06.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-20T17:20:06.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-20T17:20:06.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-20T17:20:06.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43472026-08-20T17:20:06.571Z
43482026-08-20T17:20:06.571Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-20T17:20:07.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-20T17:20:07.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-20T17:20:07.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-20T17:20:07.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43532026-08-20T17:20:07.202Z
43542026-08-20T17:20:07.203Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-20T17:20:07.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-20T17:20:07.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-20T17:20:07.930Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-20T17:20:07.934Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-20T17:20:08.606Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-20T17:20:10.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
43612026-08-20T17:20:10.521Z
43622026-08-20T17:20:10.521Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-20T17:20:11.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-20T17:20:11.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-20T17:20:11.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-20T17:20:11.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43672026-08-20T17:20:11.092Z
43682026-08-20T17:20:11.092Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-20T17:20:11.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-20T17:20:11.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-20T17:20:11.700Z Checking yasna v0.5.2
43722026-08-20T17:20:12.105Z Checking rcgen v0.12.1
43732026-08-20T17:20:12.404Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-20T17:20:12.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43752026-08-20T17:20:12.726Z
43762026-08-20T17:20:12.726Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-20T17:20:13.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-20T17:20:13.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-20T17:20:13.369Z Compiling instability v0.3.11
43802026-08-20T17:20:13.369Z Checking castaway v0.2.4
43812026-08-20T17:20:13.372Z Compiling indoc v2.0.7
43822026-08-20T17:20:13.372Z Checking unicode-truncate v1.1.0
43832026-08-20T17:20:13.487Z Checking lru v0.12.5
43842026-08-20T17:20:13.490Z Checking cassowary v0.3.0
43852026-08-20T17:20:13.576Z Checking compact_str v0.8.1
43862026-08-20T17:20:14.358Z Checking ratatui v0.29.0
43872026-08-20T17:20:15.409Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-20T17:20:16.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
43892026-08-20T17:20:16.326Z
43902026-08-20T17:20:16.326Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-20T17:20:16.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-20T17:20:16.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-20T17:20:17.046Z Checking headers-core v0.3.0
43942026-08-20T17:20:17.049Z Checking port-file v0.1.0
43952026-08-20T17:20:17.049Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-20T17:20:17.256Z Checking headers v0.4.1
43972026-08-20T17:20:17.624Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-20T17:20:18.589Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-20T17:20:19.104Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-20T17:20:19.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
44012026-08-20T17:20:19.741Z
44022026-08-20T17:20:19.741Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-20T17:20:20.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-20T17:20:20.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-20T17:20:20.460Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-20T17:20:21.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44072026-08-20T17:20:21.415Z
44082026-08-20T17:20:21.415Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-20T17:20:21.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-20T17:20:21.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-20T17:20:21.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-20T17:20:21.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-20T17:20:21.836Z
44142026-08-20T17:20:21.836Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-20T17:20:22.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-20T17:20:22.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-20T17:20:22.464Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-20T17:20:22.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
44192026-08-20T17:20:23.018Z
44202026-08-20T17:20:23.018Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-20T17:20:23.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-20T17:20:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-20T17:20:23.731Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-20T17:20:24.837Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-20T17:20:25.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44262026-08-20T17:20:25.388Z
44272026-08-20T17:20:25.388Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-20T17:20:25.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-20T17:20:25.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-20T17:20:26.107Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-20T17:20:26.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44322026-08-20T17:20:27.083Z
44332026-08-20T17:20:27.083Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-20T17:20:27.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-20T17:20:27.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-20T17:20:27.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-20T17:20:27.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-08-20T17:20:27.697Z
44392026-08-20T17:20:27.697Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-20T17:20:28.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-20T17:20:28.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-20T17:20:28.311Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-20T17:20:29.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
44442026-08-20T17:20:29.179Z
44452026-08-20T17:20:29.179Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-20T17:20:29.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-20T17:20:29.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-20T17:20:29.927Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-20T17:20:29.927Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-20T17:20:29.930Z Checking git-stub v1.0.0
44512026-08-20T17:20:29.930Z Compiling trait-variant v0.1.2
44522026-08-20T17:20:29.930Z Checking maplit v1.0.2
44532026-08-20T17:20:30.076Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-20T17:20:30.080Z Checking drift v0.2.0
44552026-08-20T17:20:30.088Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-20T17:20:30.113Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44572026-08-20T17:20:30.198Z Checking git-stub-vcs v0.1.0
44582026-08-20T17:20:30.288Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44592026-08-20T17:20:30.301Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44602026-08-20T17:20:30.391Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-20T17:20:30.420Z Checking dropshot-api-manager v0.8.0
44622026-08-20T17:20:30.437Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44632026-08-20T17:20:30.581Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-20T17:20:30.776Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-20T17:20:31.303Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-20T17:20:32.233Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-20T17:20:33.249Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-20T17:20:34.122Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-20T17:20:34.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44702026-08-20T17:20:34.773Z
44712026-08-20T17:20:34.773Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-20T17:20:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-20T17:20:35.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-20T17:20:35.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-20T17:20:35.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-20T17:20:35.349Z
44772026-08-20T17:20:35.349Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-20T17:20:35.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-20T17:20:35.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-20T17:20:35.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-20T17:20:35.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-20T17:20:35.960Z
44832026-08-20T17:20:35.960Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-20T17:20:36.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-20T17:20:36.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-20T17:20:36.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-20T17:20:36.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-20T17:20:36.570Z
44892026-08-20T17:20:36.570Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-20T17:20:37.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-20T17:20:37.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-20T17:20:37.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-20T17:20:37.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-08-20T17:20:37.184Z
44952026-08-20T17:20:37.184Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-20T17:20:37.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-20T17:20:37.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-20T17:20:37.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-20T17:20:37.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-20T17:20:37.759Z
45012026-08-20T17:20:37.759Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-20T17:20:38.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-20T17:20:38.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-20T17:20:38.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-20T17:20:38.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-20T17:20:38.322Z
45072026-08-20T17:20:38.322Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-20T17:20:38.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-20T17:20:38.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-20T17:20:38.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-20T17:20:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-20T17:20:38.909Z
45132026-08-20T17:20:38.909Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-20T17:20:39.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-20T17:20:39.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-20T17:20:39.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-20T17:20:39.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45182026-08-20T17:20:39.510Z
45192026-08-20T17:20:39.510Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-20T17:20:40.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-20T17:20:40.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-20T17:20:40.130Z Compiling blake3 v1.8.5
45232026-08-20T17:20:40.241Z Checking constant_time_eq v0.4.2
45242026-08-20T17:20:40.249Z Checking arrayvec v0.7.6
45252026-08-20T17:20:40.263Z Checking arrayref v0.3.9
45262026-08-20T17:20:40.266Z Checking cargo-platform v0.3.2
45272026-08-20T17:20:40.266Z Checking topological-sort v0.2.2
45282026-08-20T17:20:40.266Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-20T17:20:40.414Z Checking cargo_metadata v0.23.1
45302026-08-20T17:20:41.126Z Checking omicron-zone-package v0.12.3
45312026-08-20T17:20:41.831Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-20T17:20:42.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45332026-08-20T17:20:42.860Z
45342026-08-20T17:20:42.860Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-20T17:20:43.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-20T17:20:43.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-20T17:20:43.564Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-20T17:20:44.210Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-20T17:20:44.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
45402026-08-20T17:20:44.914Z
45412026-08-20T17:20:44.914Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-20T17:20:45.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-20T17:20:45.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-20T17:20:45.892Z Compiling darling_core v0.21.3
45452026-08-20T17:20:45.892Z Compiling vergen-lib v0.1.6
45462026-08-20T17:20:45.897Z Compiling diesel_derives v2.3.7
45472026-08-20T17:20:45.897Z Checking scheduled-thread-pool v0.2.7
45482026-08-20T17:20:45.897Z Compiling vergen-gitcl v1.0.8
45492026-08-20T17:20:45.897Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-20T17:20:45.897Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-20T17:20:45.897Z Compiling dirs-sys-next v0.1.2
45522026-08-20T17:20:46.218Z Compiling glob v0.3.3
45532026-08-20T17:20:46.233Z Compiling crunchy v0.2.4
45542026-08-20T17:20:46.263Z Checking r2d2 v0.8.10
45552026-08-20T17:20:46.295Z Compiling dirs-next v2.0.0
45562026-08-20T17:20:46.325Z Compiling tiny-keccak v2.0.2
45572026-08-20T17:20:46.416Z Checking downcast-rs v2.0.2
45582026-08-20T17:20:46.482Z Compiling term v0.7.0
45592026-08-20T17:20:46.556Z Compiling bit-vec v0.6.3
45602026-08-20T17:20:46.600Z Compiling clang-sys v1.8.1
45612026-08-20T17:20:46.675Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45622026-08-20T17:20:46.774Z Compiling bit-set v0.5.3
45632026-08-20T17:20:46.857Z Compiling ascii-canvas v3.0.0
45642026-08-20T17:20:46.942Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-20T17:20:46.979Z Compiling itertools v0.10.5
45662026-08-20T17:20:47.003Z Compiling ena v0.14.4
45672026-08-20T17:20:47.003Z Compiling libloading v0.8.9
45682026-08-20T17:20:47.091Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45692026-08-20T17:20:47.091Z Compiling diff v0.1.13
45702026-08-20T17:20:47.128Z Compiling regex-syntax v0.6.29
45712026-08-20T17:20:47.210Z Compiling bindgen v0.71.1
45722026-08-20T17:20:47.392Z Compiling cexpr v0.6.0
45732026-08-20T17:20:47.607Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-20T17:20:47.701Z Compiling rustc-hash v2.1.1
45752026-08-20T17:20:47.821Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-20T17:20:48.008Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-20T17:20:48.036Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-20T17:20:48.067Z Compiling libxml v0.3.3
45792026-08-20T17:20:48.200Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-20T17:20:48.324Z Compiling strum_macros v0.24.3
45812026-08-20T17:20:48.337Z Compiling indoc v1.0.9
45822026-08-20T17:20:48.620Z Compiling darling_macro v0.21.3
45832026-08-20T17:20:48.781Z Compiling lalrpop v0.19.12
45842026-08-20T17:20:49.127Z Compiling darling v0.21.3
45852026-08-20T17:20:49.198Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45862026-08-20T17:20:49.225Z Compiling dsl_auto_type v0.2.0
45872026-08-20T17:20:49.283Z Checking derive_builder v0.20.2
45882026-08-20T17:20:49.393Z Compiling oso-derive v0.27.3
45892026-08-20T17:20:49.409Z Checking quick-xml v0.37.5
45902026-08-20T17:20:49.658Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-20T17:20:49.897Z Checking openssl-probe v0.1.6
45922026-08-20T17:20:50.040Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-20T17:20:50.285Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-20T17:20:50.481Z Checking bb8 v0.8.6
45952026-08-20T17:20:50.786Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-20T17:20:50.809Z Checking nonempty v0.12.0
45972026-08-20T17:20:50.822Z Compiling libz-sys v1.1.24
45982026-08-20T17:20:51.002Z Compiling strsim v0.10.0
45992026-08-20T17:20:51.106Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-20T17:20:51.246Z Compiling darling_core v0.13.4
46012026-08-20T17:20:51.323Z Compiling vergen-git2 v9.1.0
46022026-08-20T17:20:51.474Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-20T17:20:51.546Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-20T17:20:51.686Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-20T17:20:51.904Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46062026-08-20T17:20:52.097Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46072026-08-20T17:20:52.292Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46082026-08-20T17:20:52.479Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46092026-08-20T17:20:52.525Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-20T17:20:52.666Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46112026-08-20T17:20:52.854Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46122026-08-20T17:20:53.045Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46132026-08-20T17:20:53.106Z Compiling darling_macro v0.13.4
46142026-08-20T17:20:53.241Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46152026-08-20T17:20:53.591Z Compiling darling v0.13.4
46162026-08-20T17:20:53.645Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46172026-08-20T17:20:53.686Z Compiling serde_with_macros v1.5.2
46182026-08-20T17:20:54.017Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-20T17:20:54.517Z Compiling serde_with v1.14.0
46202026-08-20T17:20:54.597Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46212026-08-20T17:20:54.787Z Checking twox-hash v2.1.2
46222026-08-20T17:20:54.935Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-20T17:20:55.085Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46242026-08-20T17:20:55.111Z Checking diesel v2.3.7
46252026-08-20T17:20:55.667Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-20T17:20:56.688Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-20T17:20:56.930Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-20T17:20:57.360Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46292026-08-20T17:20:57.622Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46302026-08-20T17:20:57.879Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46312026-08-20T17:20:58.293Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-08-20T17:20:58.546Z Checking libsw-core v0.3.2
46332026-08-20T17:20:58.711Z Checking atty v0.2.14
46342026-08-20T17:20:58.772Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-20T17:20:58.811Z Checking libsw v3.5.0
46362026-08-20T17:20:58.988Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46372026-08-20T17:20:59.028Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46382026-08-20T17:20:59.129Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46392026-08-20T17:20:59.180Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-20T17:21:00.467Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46412026-08-20T17:21:00.729Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46422026-08-20T17:21:01.041Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-20T17:21:01.223Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-20T17:21:01.441Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-20T17:21:01.644Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-20T17:21:01.784Z Checking fatfs v0.3.6
46472026-08-20T17:21:02.213Z Checking console v0.16.2
46482026-08-20T17:21:02.241Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-20T17:21:02.526Z Checking unit-prefix v0.5.2
46502026-08-20T17:21:02.666Z Compiling seq-macro v0.3.6
46512026-08-20T17:21:03.164Z Checking indicatif v0.18.4
46522026-08-20T17:21:03.567Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-20T17:21:03.591Z Checking oxide-update-engine-display v0.1.2
46542026-08-20T17:21:03.901Z Checking support-bundle-viewer v0.1.2
46552026-08-20T17:21:04.156Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-20T17:21:04.240Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-20T17:21:04.322Z Checking multimap v0.10.1
46582026-08-20T17:21:10.254Z Checking async-bb8-diesel v0.2.1
46592026-08-20T17:21:10.609Z Checking diesel-dtrace v0.5.0
46602026-08-20T17:21:13.859Z Compiling samael v0.0.19
46612026-08-20T17:21:18.716Z Compiling git2 v0.20.4
46622026-08-20T17:21:19.652Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-20T17:21:24.931Z Compiling polar-core v0.27.3
46642026-08-20T17:21:24.965Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46652026-08-20T17:21:25.381Z Checking oso v0.27.3
46662026-08-20T17:21:57.607Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-20T17:23:12.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-20T17:23:12.797Z
46692026-08-20T17:23:12.797Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-20T17:23:13.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-20T17:23:13.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-20T17:23:13.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-20T17:23:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46742026-08-20T17:23:13.471Z
46752026-08-20T17:23:13.471Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-20T17:23:14.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-20T17:23:14.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-20T17:23:14.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-20T17:23:14.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46802026-08-20T17:23:14.112Z
46812026-08-20T17:23:14.112Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-20T17:23:14.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-20T17:23:14.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-20T17:23:14.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-20T17:23:14.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46862026-08-20T17:23:14.748Z
46872026-08-20T17:23:14.749Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-20T17:23:15.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-20T17:23:15.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-20T17:23:15.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-20T17:23:15.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46922026-08-20T17:23:15.317Z
46932026-08-20T17:23:15.317Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-20T17:23:15.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-20T17:23:15.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-20T17:23:16.149Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-20T17:23:16.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
46982026-08-20T17:23:17.155Z
46992026-08-20T17:23:17.155Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-20T17:23:17.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-20T17:23:17.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-20T17:23:17.985Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-20T17:23:57.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
47042026-08-20T17:23:57.334Z
47052026-08-20T17:23:57.334Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-20T17:23:57.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-20T17:23:57.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-20T17:23:57.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-20T17:23:57.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47102026-08-20T17:23:57.899Z
47112026-08-20T17:23:57.899Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-20T17:23:58.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-20T17:23:58.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-20T17:23:58.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-20T17:23:58.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47162026-08-20T17:23:58.474Z
47172026-08-20T17:23:58.474Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-20T17:23:58.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-20T17:23:59.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-20T17:23:59.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-20T17:23:59.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-20T17:23:59.102Z
47232026-08-20T17:23:59.102Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-20T17:23:59.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-20T17:23:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-20T17:23:59.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-20T17:23:59.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47282026-08-20T17:23:59.739Z
47292026-08-20T17:23:59.739Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-20T17:24:00.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-20T17:24:00.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-20T17:24:00.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-20T17:24:00.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47342026-08-20T17:24:00.379Z
47352026-08-20T17:24:00.379Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-20T17:24:00.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-20T17:24:00.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-20T17:24:00.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-20T17:24:00.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-20T17:24:01.026Z
47412026-08-20T17:24:01.026Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-20T17:24:01.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-20T17:24:01.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-20T17:24:01.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-20T17:24:01.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-20T17:24:01.644Z
47472026-08-20T17:24:01.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-20T17:24:02.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-20T17:24:02.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-20T17:24:02.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-20T17:24:02.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47522026-08-20T17:24:02.281Z
47532026-08-20T17:24:02.281Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-20T17:24:02.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-20T17:24:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-20T17:24:02.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-20T17:24:02.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47582026-08-20T17:24:02.907Z
47592026-08-20T17:24:02.908Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-20T17:24:03.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-20T17:24:03.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-20T17:24:03.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-20T17:24:03.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47642026-08-20T17:24:03.548Z
47652026-08-20T17:24:03.548Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-20T17:24:04.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-20T17:24:04.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-20T17:24:04.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-20T17:24:04.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47702026-08-20T17:24:04.191Z
47712026-08-20T17:24:04.191Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-20T17:24:04.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-20T17:24:04.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-20T17:24:05.102Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-20T17:24:05.106Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-20T17:24:05.293Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-20T17:24:05.320Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-20T17:24:05.334Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-20T17:24:05.346Z Checking diff v0.1.13
47802026-08-20T17:24:05.349Z Checking yansi v1.0.1
47812026-08-20T17:24:05.374Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-20T17:24:05.419Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-20T17:24:05.610Z Checking pretty_assertions v1.4.1
47842026-08-20T17:24:06.383Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-20T17:24:06.421Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-20T17:24:31.913Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-20T17:24:31.924Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47882026-08-20T17:24:31.924Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-20T17:24:31.924Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47902026-08-20T17:24:31.924Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47912026-08-20T17:24:31.925Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47922026-08-20T17:24:31.925Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47932026-08-20T17:24:32.796Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47942026-08-20T17:24:32.851Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-20T17:24:34.085Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-20T17:25:12.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47972026-08-20T17:25:12.936Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-20T17:25:12.936Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-20T17:25:13.146Z
48002026-08-20T17:25:13.146Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-20T17:25:13.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-20T17:25:13.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-20T17:25:13.861Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-20T17:25:14.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
48052026-08-20T17:25:27.369Z
48062026-08-20T17:25:27.369Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-20T17:25:34.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-20T17:25:34.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-20T17:25:34.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-20T17:25:34.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48112026-08-20T17:25:34.194Z
48122026-08-20T17:25:34.195Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-20T17:25:34.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-20T17:25:34.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-20T17:25:34.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-20T17:25:34.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-20T17:25:34.195Z
48182026-08-20T17:25:34.195Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-20T17:25:34.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-20T17:25:34.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-20T17:25:34.195Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-20T17:25:34.195Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-20T17:25:34.195Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-20T17:25:44.207Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-20T17:25:44.620Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-20T17:25:46.415Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-20T17:25:46.911Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-20T17:25:50.052Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-20T17:26:14.388Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-20T17:26:15.145Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-20T17:26:16.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
48322026-08-20T17:26:17.104Z
48332026-08-20T17:26:17.104Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-20T17:26:17.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-20T17:26:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-20T17:26:17.833Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-20T17:26:18.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48382026-08-20T17:26:18.735Z
48392026-08-20T17:26:18.735Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-20T17:26:19.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-20T17:26:19.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-20T17:26:19.367Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-20T17:26:19.371Z Compiling fs-err v2.11.0
48442026-08-20T17:26:19.487Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-20T17:26:19.497Z Checking parse-size v1.1.0
48462026-08-20T17:26:19.506Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-20T17:26:19.511Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-20T17:26:19.511Z Checking shell-words v1.1.1
48492026-08-20T17:26:19.599Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-20T17:26:19.949Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-20T17:26:20.133Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-20T17:26:21.157Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-20T17:26:21.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
48542026-08-20T17:26:21.999Z
48552026-08-20T17:26:21.999Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-20T17:26:22.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-20T17:26:22.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-20T17:26:22.643Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-20T17:26:23.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
48602026-08-20T17:26:23.326Z
48612026-08-20T17:26:23.326Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-20T17:26:23.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-20T17:26:23.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-20T17:26:24.062Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-20T17:26:24.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
48662026-08-20T17:26:24.979Z
48672026-08-20T17:26:24.979Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-20T17:26:25.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-20T17:26:25.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-20T17:26:25.387Z Checking serde_core v1.0.228
48712026-08-20T17:26:25.387Z Checking libc v0.2.185
48722026-08-20T17:26:25.466Z Checking bitflags v2.11.0
48732026-08-20T17:26:25.474Z Checking scroll v0.12.0
48742026-08-20T17:26:25.478Z Checking thiserror v1.0.69
48752026-08-20T17:26:25.486Z Checking log v0.4.33
48762026-08-20T17:26:25.492Z Checking zerocopy v0.7.35
48772026-08-20T17:26:25.501Z Checking indexmap v2.14.0
48782026-08-20T17:26:25.568Z Checking syn v2.0.117
48792026-08-20T17:26:25.609Z Checking dtrace-parser v0.2.0
48802026-08-20T17:26:25.624Z Checking once_cell v1.21.3
48812026-08-20T17:26:25.687Z Checking goblin v0.8.2
48822026-08-20T17:26:25.761Z Checking errno v0.3.14
48832026-08-20T17:26:25.797Z Checking getrandom v0.3.4
48842026-08-20T17:26:25.843Z Checking thread-id v4.2.2
48852026-08-20T17:26:25.879Z Checking rustix v1.1.4
48862026-08-20T17:26:25.922Z Checking memmap v0.7.0
48872026-08-20T17:26:25.935Z Checking thiserror v2.0.18
48882026-08-20T17:26:25.978Z Checking fs-err v3.3.0
48892026-08-20T17:26:26.030Z Checking anyhow v1.0.104
48902026-08-20T17:26:26.040Z Checking tabled v0.15.0
48912026-08-20T17:26:26.656Z Checking terminal_size v0.4.3
48922026-08-20T17:26:26.656Z Checking tempfile v3.27.0
48932026-08-20T17:26:26.770Z Checking clap_builder v4.6.0
48942026-08-20T17:26:26.770Z Checking textwrap v0.16.2
48952026-08-20T17:26:26.954Z Checking serde v1.0.228
48962026-08-20T17:26:26.958Z Checking serde_json v1.0.151
48972026-08-20T17:26:26.958Z Checking camino v1.2.5
48982026-08-20T17:26:27.004Z Checking semver v1.0.28
48992026-08-20T17:26:27.123Z Checking cargo-platform v0.3.2
49002026-08-20T17:26:27.235Z Checking camino-tempfile v1.4.1
49012026-08-20T17:26:27.374Z Checking serde_spanned v0.6.9
49022026-08-20T17:26:27.374Z Checking toml_datetime v0.6.11
49032026-08-20T17:26:27.377Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49042026-08-20T17:26:27.377Z Checking macaddr v1.0.1
49052026-08-20T17:26:27.571Z Checking toml_edit v0.22.27
49062026-08-20T17:26:27.600Z Checking dof v0.3.0
49072026-08-20T17:26:27.600Z Checking cargo_metadata v0.23.1
49082026-08-20T17:26:27.879Z Checking usdt-impl v0.5.0
49092026-08-20T17:26:27.956Z Checking clap v4.6.1
49102026-08-20T17:26:28.140Z Checking usdt v0.5.0
49112026-08-20T17:26:28.559Z Checking toml v0.8.23
49122026-08-20T17:26:28.823Z Checking cargo_toml v0.21.0
49132026-08-20T17:26:29.461Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-20T17:26:29.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
49152026-08-20T17:26:29.963Z
49162026-08-20T17:26:29.963Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-20T17:26:30.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-20T17:26:30.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-20T17:26:30.608Z Checking arc-swap v1.8.2
49202026-08-20T17:26:30.899Z Checking slog-scope v4.4.1
49212026-08-20T17:26:31.014Z Checking slog-stdlog v4.1.1
49222026-08-20T17:26:31.115Z Checking slog-envlogger v2.2.0
49232026-08-20T17:26:31.237Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-20T17:26:31.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
49252026-08-20T17:26:31.843Z
49262026-08-20T17:26:31.843Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-20T17:26:32.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-20T17:26:32.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-20T17:26:32.648Z Checking cpubits v0.1.1
49302026-08-20T17:26:32.778Z Checking pem-rfc7468 v1.0.0
49312026-08-20T17:26:32.800Z Checking hmac v0.13.0
49322026-08-20T17:26:32.807Z Checking universal-hash v0.6.1
49332026-08-20T17:26:32.823Z Checking ctr v0.10.1
49342026-08-20T17:26:32.823Z Checking aead v0.6.1
49352026-08-20T17:26:32.854Z Checking aes v0.9.1
49362026-08-20T17:26:32.854Z Checking crypto-bigint v0.7.5
49372026-08-20T17:26:32.885Z Checking salsa20 v0.11.0
49382026-08-20T17:26:32.948Z Checking der v0.8.0
49392026-08-20T17:26:32.954Z Checking polyval v0.7.1
49402026-08-20T17:26:32.966Z Checking pbkdf2 v0.13.0
49412026-08-20T17:26:32.979Z Checking cbc v0.2.1
49422026-08-20T17:26:33.044Z Checking ff v0.14.0
49432026-08-20T17:26:33.050Z Checking signature v3.0.0
49442026-08-20T17:26:33.088Z Checking scrypt v0.12.0
49452026-08-20T17:26:33.110Z Checking base16ct v1.0.0
49462026-08-20T17:26:33.138Z Checking ghash v0.6.0
49472026-08-20T17:26:33.193Z Checking group v0.14.0
49482026-08-20T17:26:33.228Z Checking hkdf v0.13.0
49492026-08-20T17:26:33.247Z Compiling curve25519-dalek v5.0.0
49502026-08-20T17:26:33.263Z Checking aes-gcm v0.11.0
49512026-08-20T17:26:33.287Z Checking keccak v0.2.0
49522026-08-20T17:26:33.296Z Checking poly1305 v0.9.0
49532026-08-20T17:26:33.341Z Checking wnaf v0.14.0
49542026-08-20T17:26:33.368Z Checking blowfish v0.10.0
49552026-08-20T17:26:33.426Z Checking blake2 v0.11.0-rc.6
49562026-08-20T17:26:33.443Z Checking sha3 v0.11.0
49572026-08-20T17:26:33.515Z Checking kem v0.3.0
49582026-08-20T17:26:33.528Z Checking bcrypt-pbkdf v0.11.0
49592026-08-20T17:26:33.572Z Checking module-lattice v0.2.3
49602026-08-20T17:26:33.639Z Checking sponge-cursor v0.1.0
49612026-08-20T17:26:33.683Z Checking argon2 v0.6.0-rc.8
49622026-08-20T17:26:33.699Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49632026-08-20T17:26:33.728Z Checking spki v0.8.0
49642026-08-20T17:26:33.764Z Checking sec1 v0.8.1
49652026-08-20T17:26:33.787Z Checking sha3 v0.12.0
49662026-08-20T17:26:33.792Z Checking ml-kem v0.3.2
49672026-08-20T17:26:33.879Z Checking internal-russh-num-bigint v0.5.0
49682026-08-20T17:26:33.912Z Checking pkcs5 v0.8.1
49692026-08-20T17:26:33.986Z Checking pkcs1 v0.8.0-rc.4
49702026-08-20T17:26:33.997Z Checking num-bigint v0.4.6
49712026-08-20T17:26:34.007Z Checking generic-array v1.4.3
49722026-08-20T17:26:34.192Z Checking russh-util v0.52.0
49732026-08-20T17:26:34.217Z Checking pkcs8 v0.11.0
49742026-08-20T17:26:34.322Z Compiling enum_dispatch v0.3.13
49752026-08-20T17:26:34.413Z Compiling delegate v0.13.5
49762026-08-20T17:26:34.429Z Checking ed25519 v3.0.0
49772026-08-20T17:26:34.541Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-20T17:26:34.583Z Checking md5 v0.8.0
49792026-08-20T17:26:34.624Z Checking ed25519-dalek v3.0.0
49802026-08-20T17:26:34.750Z Checking hex-literal v1.1.0
49812026-08-20T17:26:34.793Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-20T17:26:34.861Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-20T17:26:34.861Z Checking socket2 v0.5.10
49842026-08-20T17:26:34.957Z Checking internet-checksum v0.2.1
49852026-08-20T17:26:34.968Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-20T17:26:35.148Z Checking elliptic-curve v0.14.1
49872026-08-20T17:26:35.148Z Checking primefield v0.14.0
49882026-08-20T17:26:35.158Z Checking rfc6979 v0.6.0
49892026-08-20T17:26:35.158Z Checking ssh-encoding v0.3.0
49902026-08-20T17:26:35.272Z Checking crypto-primes v0.7.2
49912026-08-20T17:26:35.370Z Checking ssh-cipher v0.3.0
49922026-08-20T17:26:35.370Z Checking russh-cryptovec v0.62.0
49932026-08-20T17:26:35.548Z Checking primeorder v0.14.0
49942026-08-20T17:26:35.548Z Checking ecdsa v0.17.0
49952026-08-20T17:26:35.925Z Checking p521 v0.14.0
49962026-08-20T17:26:35.925Z Checking p384 v0.14.0
49972026-08-20T17:26:35.930Z Checking p256 v0.14.0
49982026-08-20T17:26:36.206Z Checking rsa v0.10.0-rc.18
49992026-08-20T17:26:38.794Z Checking ssh-key v0.7.0-rc.11
50002026-08-20T17:26:39.549Z Checking russh v0.62.4
50012026-08-20T17:26:53.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.33s
50022026-08-20T17:26:53.176Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-20T17:26:53.177Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-20T17:26:53.378Z
50052026-08-20T17:26:53.378Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-20T17:26:53.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-20T17:26:53.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-20T17:26:54.025Z Checking termios v0.3.3
50092026-08-20T17:26:54.223Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-20T17:26:54.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
50112026-08-20T17:26:54.996Z
50122026-08-20T17:26:54.996Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-20T17:26:55.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-20T17:26:55.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-20T17:26:55.680Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-20T17:26:56.378Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-20T17:26:57.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
50182026-08-20T17:26:58.172Z
50192026-08-20T17:26:58.172Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-20T17:26:58.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-20T17:26:58.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-20T17:26:58.817Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-20T17:26:59.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
50242026-08-20T17:26:59.435Z
50252026-08-20T17:26:59.436Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-20T17:26:59.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-20T17:26:59.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-20T17:26:59.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-20T17:26:59.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50302026-08-20T17:27:00.006Z
50312026-08-20T17:27:00.007Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-20T17:27:00.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-20T17:27:00.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-20T17:27:00.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-20T17:27:00.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50362026-08-20T17:27:00.573Z
50372026-08-20T17:27:00.573Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-20T17:27:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-20T17:27:01.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-20T17:27:01.322Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-20T17:27:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50422026-08-20T17:27:02.112Z
50432026-08-20T17:27:02.112Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-20T17:27:02.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-20T17:27:02.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-20T17:27:02.760Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-20T17:27:02.760Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-20T17:27:03.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
50492026-08-20T17:27:03.878Z
50502026-08-20T17:27:03.878Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-20T17:27:04.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-20T17:27:04.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-20T17:27:04.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-20T17:27:04.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-20T17:27:04.444Z
50562026-08-20T17:27:04.444Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-20T17:27:04.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-20T17:27:04.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-20T17:27:05.125Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-20T17:27:06.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
50612026-08-20T17:27:06.415Z
50622026-08-20T17:27:06.415Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-20T17:27:06.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-20T17:27:06.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-20T17:27:07.200Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-20T17:27:07.559Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-20T17:27:08.077Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-20T17:27:08.081Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-20T17:27:14.812Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-20T17:27:14.816Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-20T17:27:14.816Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-20T17:27:15.459Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-20T17:27:15.459Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-20T17:27:15.462Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-20T17:27:15.462Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-20T17:27:16.240Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-20T17:27:16.869Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-20T17:27:17.108Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-20T17:27:17.354Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-20T17:27:18.246Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-20T17:27:18.882Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-20T17:27:23.787Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-20T17:27:31.074Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50842026-08-20T17:27:31.074Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50852026-08-20T17:27:31.077Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50862026-08-20T17:27:31.078Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50872026-08-20T17:27:32.594Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-20T17:27:33.886Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-20T17:27:34.565Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-20T17:27:35.852Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-20T17:27:36.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.98s
50922026-08-20T17:27:36.608Z
50932026-08-20T17:27:36.608Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-20T17:27:37.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-20T17:27:37.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-20T17:27:37.318Z Checking rtoolbox v0.0.3
50972026-08-20T17:27:37.322Z Checking tui-tree-widget v0.23.1
50982026-08-20T17:27:37.322Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-20T17:27:37.445Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-20T17:27:37.540Z Checking rpassword v7.5.4
51012026-08-20T17:27:40.406Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-20T17:27:42.267Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-20T17:27:43.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
51042026-08-20T17:27:43.406Z
51052026-08-20T17:27:43.406Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-20T17:27:43.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-20T17:27:43.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-20T17:27:44.105Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-20T17:27:44.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
51102026-08-20T17:27:44.661Z
51112026-08-20T17:27:44.661Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-20T17:27:45.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-20T17:27:45.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-20T17:27:45.366Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-20T17:27:48.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
51162026-08-20T17:27:49.164Z
51172026-08-20T17:27:49.164Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-20T17:27:49.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-20T17:27:49.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-20T17:27:49.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-20T17:27:49.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
51222026-08-20T17:27:49.732Z
51232026-08-20T17:27:49.732Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-20T17:27:50.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-20T17:27:50.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-20T17:27:50.405Z Checking uzers v0.12.2
51272026-08-20T17:27:50.681Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-20T17:27:51.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
51292026-08-20T17:27:51.682Z
51302026-08-20T17:27:51.682Zreal 14:12.149307562
51312026-08-20T17:27:51.682Zuser 21:32.281429993
51322026-08-20T17:27:51.682Zsys 4:25.984045765
51332026-08-20T17:27:51.682Ztrap 0.338287627
51342026-08-20T17:27:51.685Ztflt 0.632663311
51352026-08-20T17:27:51.685Zdflt 0.845751582
51362026-08-20T17:27:51.685Zkflt 0.004881463
51372026-08-20T17:27:51.685Zlock 1:28:03.364754877
51382026-08-20T17:27:51.685Zslp 1:42:09.393218791
51392026-08-20T17:27:51.686Zlat 58.739017961
51402026-08-20T17:27:51.686Zstop 4:07.622687382
51412026-08-20T17:27:51.686Zprocess exited: duration 984637 ms, exit code 0
 
51422026-08-20T17:27:51.693Zfound 0 output files