01M0ZCNN9YSRJPZ5NS0MABRG9V: 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: 01M0ZCP14AD7PV0S3799271AKP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T15:58:57.873Zjob assigned to worker 01M0ZCP97YW22XP8R9NJ8A1QX9 [factory aws, i-0aefb60f7ad0c0ce4] (queued for 50 s)
 
22026-08-26T15:59:04.021Zstarting task 0: "setup"
32026-08-26T15:59:04.025Z++ uname -s
42026-08-26T15:59:04.028Z+ kern=SunOS
52026-08-26T15:59:04.028Z+ build_user=build
62026-08-26T15:59:04.028Z+ build_uid=12345
72026-08-26T15:59:04.028Z+ work_dir=/work
82026-08-26T15:59:04.028Z+ input_dir=/input
92026-08-26T15:59:04.028Z+ [[ 0 == 12345 ]]
102026-08-26T15:59:04.028Z+ case "$kern" in
112026-08-26T15:59:04.028Z+ groupadd -g 12345 build
122026-08-26T15:59:04.029Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T15:59:06.035Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T15:59:06.130Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T15:59:06.134Z+ home_fs=zfs
162026-08-26T15:59:06.134Z+ [[ zfs == autofs ]]
172026-08-26T15:59:06.134Z+ mkdir -p /home/build
182026-08-26T15:59:06.134Z+ chown build:build /home/build /work
192026-08-26T15:59:08.135Z+ chmod 0700 /home/build /work
202026-08-26T15:59:08.138Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-26T15:59:08.145Zstarting task 1: "rust-toolchain"
222026-08-26T15:59:08.149Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T15:59:08.149Z * rust toolchain channel = "1.97.1"
242026-08-26T15:59:08.149Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-26T15:59:08.153Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-26T15:59:08.153Z * rust toolchain profile = "default"
272026-08-26T15:59:08.153Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T15:59:08.153Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T15:59:08.153Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T15:59:08.229Zinfo: downloading installer
312026-08-26T15:59:09.622Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T15:59:09.622Zwarn: /home/build/.rustup/settings.toml
332026-08-26T15:59:09.622Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T15:59:09.622Zwarn: instead of the one inferred from the default host triple.
352026-08-26T15:59:09.634Zinfo: profile set to default
362026-08-26T15:59:09.634Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T15:59:09.637Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T15:59:09.773Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T15:59:09.776Zinfo: downloading 6 components
402026-08-26T15:59:26.608Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T15:59:26.608Z
422026-08-26T15:59:26.635Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T15:59:26.636Z
442026-08-26T15:59:26.636Z
452026-08-26T15:59:26.636ZRust is installed now. Great!
462026-08-26T15:59:26.636Z
472026-08-26T15:59:26.636ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T15:59:26.636Zenvironment variable. This has not been done automatically.
492026-08-26T15:59:26.636Z
502026-08-26T15:59:26.636ZTo configure your current shell, you need to source
512026-08-26T15:59:26.636Zthe corresponding env file under $HOME/.cargo.
522026-08-26T15:59:26.636Z
532026-08-26T15:59:26.636ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T15:59:26.639Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T15:59:26.639Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T15:59:26.639Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T15:59:26.639Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T15:59:26.639Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T15:59:26.639Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T15:59:26.640Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T15:59:26.640Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T15:59:26.725Z+ rustup --version
632026-08-26T15:59:26.734Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T15:59:26.737Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T15:59:26.754Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T15:59:26.757Z+ cargo --version
672026-08-26T15:59:26.772Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T15:59:26.775Z+ rustc --version
692026-08-26T15:59:26.793Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T15:59:26.797Zprocess exited: duration 18649 ms, exit code 0
 
712026-08-26T15:59:26.803Zstarting task 2: "authentication"
722026-08-26T15:59:26.821Zprocess exited: duration 17 ms, exit code 0
 
732026-08-26T15:59:26.827Zstarting task 3: "clone repository"
742026-08-26T15:59:26.830Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-26T15:59:26.833Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-26T15:59:26.862ZCloning into '/work/oxidecomputer/omicron'...
772026-08-26T15:59:41.218Z+ cd /work/oxidecomputer/omicron
782026-08-26T15:59:41.218Z+ git fetch origin aa4095c1d7e62bed4cffc801852b6f853dd1689d
792026-08-26T15:59:41.925ZFrom https://github.com/oxidecomputer/omicron
802026-08-26T15:59:41.926Z * branch aa4095c1d7e62bed4cffc801852b6f853dd1689d -> FETCH_HEAD
812026-08-26T15:59:41.937Z+ [[ -n '' ]]
822026-08-26T15:59:41.937Z+ git reset --hard aa4095c1d7e62bed4cffc801852b6f853dd1689d
832026-08-26T15:59:42.191ZHEAD is now at aa4095c1d InlineErrorChain for sled_client_ext and progenitor function
842026-08-26T15:59:42.195Zprocess exited: duration 15366 ms, exit code 0
 
852026-08-26T15:59:42.202Zstarting task 4: "build"
862026-08-26T15:59:42.207Z+ source .github/buildomat/ci-env.sh
872026-08-26T15:59:42.207Z++ export CARGO_TERM_COLOR=always
882026-08-26T15:59:42.207Z++ CARGO_TERM_COLOR=always
892026-08-26T15:59:42.210Z+++ uname -s
902026-08-26T15:59:42.210Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-26T15:59:42.210Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-26T15:59:42.211Z+ cargo --version
932026-08-26T15:59:42.220Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-26T15:59:42.224Z+ rustc --version
952026-08-26T15:59:42.243Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-26T15:59:42.247Z+ source ./env.sh
972026-08-26T15:59:42.247Z++ OLD_SHELL_OPTS=ehxB
982026-08-26T15:59:42.247Z++ set -o xtrace
992026-08-26T15:59:42.247Z++++ dirname ./env.sh
1002026-08-26T15:59:42.251Z+++ readlink -f .
1012026-08-26T15:59:42.254Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-26T15:59:42.254Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-26T15:59:42.254Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-26T15:59:42.254Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-26T15:59:42.254Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-26T15:59:42.254Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-26T15:59:42.255Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-26T15:59:42.255Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-26T15:59:42.255Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-26T15:59:42.255Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-26T15:59:42.255Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-26T15:59:42.255Z++ case $OLD_SHELL_OPTS in
1132026-08-26T15:59:42.255Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-26T15:59:42.255Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1152026-08-26T15:59:42.255Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-26T15:59:42.255Z+ banner prerequisites
1172026-08-26T15:59:42.255Z
1182026-08-26T15:59:42.255Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-26T15:59:42.255Z # # # # # # # # # # # # # # #
1202026-08-26T15:59:42.255Z # # # # ##### # # ##### # # # # # #### #
1212026-08-26T15:59:42.255Z ##### ##### # ##### # # # # # # # # #
1222026-08-26T15:59:42.255Z # # # # # # # # # # # # # # #
1232026-08-26T15:59:42.255Z # # # ###### # # ###### ### # #### # #### #
1242026-08-26T15:59:42.255Z
1252026-08-26T15:59:42.255Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-26T15:59:44.632Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-26T15:59:45.016Z Startup: Caching catalogs ... Done
1282026-08-26T15:59:47.176ZPlanning: Solver setup ... Done (2.040s)
1292026-08-26T15:59:47.238ZPlanning: Running solver ... Done (0.062s)
1302026-08-26T15:59:47.287ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-26T15:59:47.299ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-26T15:59:47.323ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-26T15:59:47.336ZPlanning: Package planning ... Done (0.013s)
1342026-08-26T15:59:47.340ZPlanning: Merging actions ... Done (0.001s)
1352026-08-26T15:59:47.559ZPlanning: Checking for conflicting actions ... Done (0.221s)
1362026-08-26T15:59:47.563ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-26T15:59:48.342ZPlanning: Evaluating mediators ... Done (0.781s)
1382026-08-26T15:59:48.345ZPlanning: Planning completed in 3.29 seconds
1392026-08-26T15:59:48.350Z Packages to install: 2
1402026-08-26T15:59:48.350Z Estimated space available: 156.01 GB
1412026-08-26T15:59:48.350ZEstimated space to be consumed: 80.56 MB
1422026-08-26T15:59:48.350Z Create boot environment: No
1432026-08-26T15:59:48.354ZCreate backup boot environment: No
1442026-08-26T15:59:48.354Z Rebuild boot archive: No
1452026-08-26T15:59:48.354Z
1462026-08-26T15:59:48.354ZChanged packages:
1472026-08-26T15:59:48.354Zhelios
1482026-08-26T15:59:48.354Z developer/build-essential
1492026-08-26T15:59:48.354Z None -> 11-3.0
1502026-08-26T15:59:48.354Z library/libxmlsec1
1512026-08-26T15:59:48.354Z None -> 1.2.35-3.0
1522026-08-26T15:59:48.374Z
1532026-08-26T15:59:48.374ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-26T15:59:48.442ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-08-26T15:59:48.511Z Actions: 1/268 actions (Installing new actions)
1562026-08-26T15:59:48.549Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-26T15:59:48.584ZFinalize: Updating package state database ... Done (0.035s)
1582026-08-26T15:59:48.587ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-26T15:59:48.671ZFinalize: Updating image state ... Done (0.087s)
1602026-08-26T15:59:51.140ZFinalize: Creating fast lookup database ... Done (2.415s)
1612026-08-26T15:59:51.205ZFinalize: Reading search index ... Done (0.012s)
1622026-08-26T15:59:51.208ZFinalize: Updating search index ... Done (0.000s)
1632026-08-26T15:59:51.293ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-26T15:59:51.658ZPlanning: Evaluating mediator changes ... Done
1652026-08-26T15:59:51.762ZPlanning: Checking for conflicting actions ... Done
1662026-08-26T15:59:51.766ZPlanning: Consolidating action changes ... Done
1672026-08-26T15:59:51.917ZPlanning: Evaluating mediators ... Done
1682026-08-26T15:59:51.921ZPlanning: Planning completed in 0.26 seconds
1692026-08-26T15:59:51.940Z Mediators to change: 2
1702026-08-26T15:59:51.940Z Create boot environment: No
1712026-08-26T15:59:51.940ZCreate backup boot environment: No
1722026-08-26T15:59:52.006ZFinalize: Updating package state database ... Done
1732026-08-26T15:59:52.006ZFinalize: Updating package cache ... Done
1742026-08-26T15:59:52.058ZFinalize: Updating image state ... Done
1752026-08-26T15:59:53.970ZFinalize: Creating fast lookup database ... Done
1762026-08-26T15:59:54.034ZFinalize: Reading search index ... Done
1772026-08-26T15:59:54.037ZFinalize: Updating search index ... Done
1782026-08-26T15:59:54.125ZFinalize: Updating package cache ... Done
1792026-08-26T15:59:54.409ZPlanning: Evaluating mediator changes ... Done
1802026-08-26T15:59:54.513ZPlanning: Checking for conflicting actions ... Done
1812026-08-26T15:59:54.517ZPlanning: Consolidating action changes ... Done
1822026-08-26T15:59:54.668ZPlanning: Evaluating mediators ... Done
1832026-08-26T15:59:54.672ZPlanning: Planning completed in 0.26 seconds
1842026-08-26T15:59:54.691Z Mediators to change: 1
1852026-08-26T15:59:54.691Z Create boot environment: No
1862026-08-26T15:59:54.691ZCreate backup boot environment: No
1872026-08-26T15:59:54.743ZFinalize: Updating package state database ... Done
1882026-08-26T15:59:54.743ZFinalize: Updating package cache ... Done
1892026-08-26T15:59:54.795ZFinalize: Updating image state ... Done
1902026-08-26T15:59:56.714ZFinalize: Creating fast lookup database ... Done
1912026-08-26T15:59:56.777ZFinalize: Reading search index ... Done
1922026-08-26T15:59:56.780ZFinalize: Updating search index ... Done
1932026-08-26T15:59:56.862ZFinalize: Updating package cache ... Done
1942026-08-26T15:59:57.173ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-26T15:59:57.173Zapache system 2.4 system
1962026-08-26T15:59:57.173Zclang system 15 system
1972026-08-26T15:59:57.173Zcsh system system illumos
1982026-08-26T15:59:57.173Zctags system system illumos
1992026-08-26T15:59:57.173Zfile vendor vendor darwinsys
2002026-08-26T15:59:57.173Zfile system system illumos
2012026-08-26T15:59:57.173Zgcc vendor 14 vendor
2022026-08-26T15:59:57.173Zgcc system 13 system
2032026-08-26T15:59:57.173Zgcc system 10 system
2042026-08-26T15:59:57.173Zgo system 1.25 system
2052026-08-26T15:59:57.173Zllvm system 15 system
2062026-08-26T15:59:57.173Zmariadb system 11.4 system
2072026-08-26T15:59:57.173Zmta vendor vendor dma
2082026-08-26T15:59:57.173Zopenjdk system 17 system
2092026-08-26T15:59:57.173Zopenjdk system 11 system
2102026-08-26T15:59:57.173Zopenssl vendor 3 vendor
2112026-08-26T15:59:57.173Zperl system 5.40 system
2122026-08-26T15:59:57.173Zpostgresql system 18 system
2132026-08-26T15:59:57.173Zpostgresql system 17 system
2142026-08-26T15:59:57.173Zpython vendor 3 vendor
2152026-08-26T15:59:57.173Zpython system 2 system
2162026-08-26T15:59:57.173Zpython3 vendor 3.13 vendor
2172026-08-26T15:59:57.173Zruby system 3.4 system
2182026-08-26T15:59:57.173Zruby system 3.0 system
2192026-08-26T15:59:57.173Zwords vendor vendor american-english
2202026-08-26T15:59:57.173Zwords system system australian-english
2212026-08-26T15:59:57.173Zwords system system british-english
2222026-08-26T15:59:57.173Zwords system system canadian-english
2232026-08-26T15:59:57.174Zwords system system french
2242026-08-26T15:59:57.174Zwords system system italian
2252026-08-26T15:59:57.174Zwords system system ngerman
2262026-08-26T15:59:57.174Zwords system system ogerman
2272026-08-26T15:59:57.174Zwords system system spanish
2282026-08-26T15:59:57.422ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-26T15:59:57.422Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-26T15:59:57.911ZFMRI IFO
2312026-08-26T15:59:57.911Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-26T15:59:57.911Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-26T15:59:57.911Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-26T15:59:57.911Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-26T15:59:57.912Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-26T15:59:57.912Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-26T15:59:57.912Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-26T15:59:57.912Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-26T15:59:57.912Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-26T15:59:58.246Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-26T15:59:58.586Z Updating crates.io index
2422026-08-26T15:59:58.596Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-26T15:59:58.886Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-26T15:59:59.295Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-26T16:00:00.611Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-26T16:00:01.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-26T16:00:03.317Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-26T16:00:04.568Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-26T16:00:04.962Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-26T16:00:05.342Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-26T16:00:06.698Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-26T16:00:06.987Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-26T16:00:07.416Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-26T16:00:07.678Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-26T16:00:07.949Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-26T16:00:08.192Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-26T16:00:08.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-26T16:00:08.784Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-26T16:00:09.110Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-26T16:00:09.690Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-26T16:00:10.052Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2622026-08-26T16:00:10.336Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-26T16:00:10.748Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-26T16:00:11.053Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-26T16:00:11.627Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-26T16:00:11.968Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-26T16:00:12.229Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-26T16:00:12.703Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-26T16:00:12.979Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-26T16:00:13.324Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-26T16:00:13.662Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-26T16:00:13.937Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-26T16:00:14.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-26T16:00:14.675Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-26T16:00:15.379Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-26T16:00:15.638Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-26T16:00:15.909Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-26T16:00:16.242Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-26T16:00:16.548Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-26T16:00:16.805Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-26T16:00:17.109Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-26T16:00:17.399Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-26T16:00:17.671Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-26T16:00:17.934Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-26T16:00:20.549Z Downloading crates ...
2862026-08-26T16:00:20.594Z Downloaded clap_lex v1.0.0
2872026-08-26T16:00:20.603Z Downloaded proc-macro2 v1.0.106
2882026-08-26T16:00:20.609Z Downloaded fastrand v2.3.0
2892026-08-26T16:00:20.612Z Downloaded dtrace-parser v0.2.0
2902026-08-26T16:00:20.612Z Downloaded heck v0.4.1
2912026-08-26T16:00:20.621Z Downloaded dof v0.3.0
2922026-08-26T16:00:20.624Z Downloaded anstyle-query v1.1.5
2932026-08-26T16:00:20.624Z Downloaded memmap v0.7.0
2942026-08-26T16:00:20.625Z Downloaded zerocopy v0.7.35
2952026-08-26T16:00:20.632Z Downloaded cargo-platform v0.3.2
2962026-08-26T16:00:20.635Z Downloaded colorchoice v1.0.4
2972026-08-26T16:00:20.635Z Downloaded cpufeatures v0.2.17
2982026-08-26T16:00:20.636Z Downloaded crypto-common v0.1.7
2992026-08-26T16:00:20.636Z Downloaded generic-array v0.14.7
3002026-08-26T16:00:20.636Z Downloaded zmij v1.0.21
3012026-08-26T16:00:20.639Z Downloaded block-buffer v0.10.4
3022026-08-26T16:00:20.639Z Downloaded itoa v1.0.17
3032026-08-26T16:00:20.639Z Downloaded macaddr v1.0.1
3042026-08-26T16:00:20.639Z Downloaded errno v0.3.14
3052026-08-26T16:00:20.639Z Downloaded equivalent v1.0.2
3062026-08-26T16:00:20.643Z Downloaded heck v0.5.0
3072026-08-26T16:00:20.647Z Downloaded tabled_derive v0.7.0
3082026-08-26T16:00:20.650Z Downloaded is_terminal_polyfill v1.70.2
3092026-08-26T16:00:20.653Z Downloaded fnv v1.0.7
3102026-08-26T16:00:20.653Z Downloaded utf8parse v0.2.2
3112026-08-26T16:00:20.660Z Downloaded toml_datetime v0.6.11
3122026-08-26T16:00:20.665Z Downloaded terminal_size v0.4.3
3132026-08-26T16:00:20.668Z Downloaded thread-id v4.2.2
3142026-08-26T16:00:20.672Z Downloaded anstyle-parse v1.0.0
3152026-08-26T16:00:20.676Z Downloaded usdt-attr-macro v0.5.0
3162026-08-26T16:00:20.676Z Downloaded anstream v1.0.0
3172026-08-26T16:00:20.679Z Downloaded toml_write v0.1.2
3182026-08-26T16:00:20.679Z Downloaded pretty-hex v0.4.1
3192026-08-26T16:00:20.682Z Downloaded plain v0.2.3
3202026-08-26T16:00:20.682Z Downloaded unicode-linebreak v0.1.5
3212026-08-26T16:00:20.688Z Downloaded scroll_derive v0.12.1
3222026-08-26T16:00:20.691Z Downloaded swrite v0.1.0
3232026-08-26T16:00:20.691Z Downloaded usdt-macro v0.5.0
3242026-08-26T16:00:20.694Z Downloaded cfg-if v1.0.4
3252026-08-26T16:00:20.699Z Downloaded serde_spanned v0.6.9
3262026-08-26T16:00:20.699Z Downloaded version_check v0.9.5
3272026-08-26T16:00:20.703Z Downloaded proc-macro-error-attr v1.0.4
3282026-08-26T16:00:20.706Z Downloaded anstyle v1.0.14
3292026-08-26T16:00:20.706Z Downloaded digest v0.10.7
3302026-08-26T16:00:20.709Z Downloaded cargo_metadata v0.23.1
3312026-08-26T16:00:20.713Z Downloaded bytecount v0.6.9
3322026-08-26T16:00:20.713Z Downloaded autocfg v1.5.0
3332026-08-26T16:00:20.713Z Downloaded sha2 v0.10.9
3342026-08-26T16:00:20.716Z Downloaded byteorder v1.5.0
3352026-08-26T16:00:20.719Z Downloaded thiserror v2.0.18
3362026-08-26T16:00:20.729Z Downloaded quote v1.0.45
3372026-08-26T16:00:20.732Z Downloaded anyhow v1.0.104
3382026-08-26T16:00:20.735Z Downloaded serde_tokenstream v0.2.3
3392026-08-26T16:00:20.735Z Downloaded smawk v0.3.2
3402026-08-26T16:00:20.735Z Downloaded scroll v0.12.0
3412026-08-26T16:00:20.738Z Downloaded strsim v0.11.1
3422026-08-26T16:00:20.738Z Downloaded usdt-impl v0.5.0
3432026-08-26T16:00:20.738Z Downloaded fs-err v3.3.0
3442026-08-26T16:00:20.741Z Downloaded usdt v0.5.0
3452026-08-26T16:00:20.741Z Downloaded proc-macro-error v1.0.4
3462026-08-26T16:00:20.744Z Downloaded thiserror v1.0.69
3472026-08-26T16:00:20.748Z Downloaded thiserror-impl v2.0.18
3482026-08-26T16:00:20.751Z Downloaded cargo_toml v0.21.0
3492026-08-26T16:00:20.751Z Downloaded camino v1.2.5
3502026-08-26T16:00:20.754Z Downloaded semver v1.0.28
3512026-08-26T16:00:20.757Z Downloaded bitflags v2.11.0
3522026-08-26T16:00:20.760Z Downloaded thiserror-impl v1.0.69
3532026-08-26T16:00:20.764Z Downloaded clap_derive v4.6.1
3542026-08-26T16:00:20.767Z Downloaded getrandom v0.4.3
3552026-08-26T16:00:20.767Z Downloaded log v0.4.33
3562026-08-26T16:00:20.770Z Downloaded toml v0.8.23
3572026-08-26T16:00:20.770Z Downloaded pest_generator v2.8.6
3582026-08-26T16:00:20.773Z Downloaded camino-tempfile v1.4.1
3592026-08-26T16:00:20.776Z Downloaded pest_derive v2.8.6
3602026-08-26T16:00:20.780Z Downloaded tempfile v3.27.0
3612026-08-26T16:00:20.784Z Downloaded zerocopy-derive v0.7.35
3622026-08-26T16:00:20.787Z Downloaded papergrid v0.11.0
3632026-08-26T16:00:20.790Z Downloaded clap v4.6.1
3642026-08-26T16:00:20.794Z Downloaded once_cell v1.21.3
3652026-08-26T16:00:20.799Z Downloaded textwrap v0.16.2
3662026-08-26T16:00:20.802Z Downloaded unicode-ident v1.0.24
3672026-08-26T16:00:20.802Z Downloaded serde_core v1.0.228
3682026-08-26T16:00:20.808Z Downloaded pest_meta v2.8.6
3692026-08-26T16:00:20.811Z Downloaded serde_derive v1.0.228
3702026-08-26T16:00:20.814Z Downloaded memchr v2.8.0
3712026-08-26T16:00:20.817Z Downloaded ucd-trie v0.1.7
3722026-08-26T16:00:20.826Z Downloaded toml_edit v0.22.27
3732026-08-26T16:00:20.835Z Downloaded indexmap v2.14.0
3742026-08-26T16:00:20.838Z Downloaded serde v1.0.228
3752026-08-26T16:00:20.841Z Downloaded typenum v1.20.1
3762026-08-26T16:00:20.883Z Downloaded pest v2.8.6
3772026-08-26T16:00:20.886Z Downloaded serde_json v1.0.151
3782026-08-26T16:00:20.889Z Downloaded syn v2.0.117
3792026-08-26T16:00:20.895Z Downloaded hashbrown v0.17.0
3802026-08-26T16:00:20.898Z Downloaded clap_builder v4.6.0
3812026-08-26T16:00:20.902Z Downloaded goblin v0.8.2
3822026-08-26T16:00:20.905Z Downloaded winnow v0.7.14
3832026-08-26T16:00:20.909Z Downloaded tabled v0.15.0
3842026-08-26T16:00:20.918Z Downloaded syn v1.0.109
3852026-08-26T16:00:20.925Z Downloaded unicode-width v0.2.0
3862026-08-26T16:00:20.930Z Downloaded unicode-width v0.1.14
3872026-08-26T16:00:20.941Z Downloaded rustix v1.1.4
3882026-08-26T16:00:20.966Z Downloaded libc v0.2.185
3892026-08-26T16:00:21.028Z Compiling proc-macro2 v1.0.106
3902026-08-26T16:00:21.028Z Compiling quote v1.0.45
3912026-08-26T16:00:21.028Z Compiling unicode-ident v1.0.24
3922026-08-26T16:00:21.028Z Compiling serde_core v1.0.228
3932026-08-26T16:00:21.028Z Compiling libc v0.2.185
3942026-08-26T16:00:21.028Z Compiling version_check v0.9.5
3952026-08-26T16:00:21.028Z Compiling memchr v2.8.0
3962026-08-26T16:00:21.032Z Compiling serde v1.0.228
3972026-08-26T16:00:21.350Z Compiling zmij v1.0.21
3982026-08-26T16:00:21.573Z Compiling itoa v1.0.17
3992026-08-26T16:00:21.634Z Compiling thiserror v1.0.69
4002026-08-26T16:00:21.763Z Compiling ucd-trie v0.1.7
4012026-08-26T16:00:21.874Z Compiling rustix v1.1.4
4022026-08-26T16:00:21.978Z Compiling pest v2.8.6
4032026-08-26T16:00:22.059Z Compiling byteorder v1.5.0
4042026-08-26T16:00:22.145Z Compiling errno v0.3.14
4052026-08-26T16:00:22.298Z Compiling serde_json v1.0.151
4062026-08-26T16:00:22.396Z Compiling bitflags v2.11.0
4072026-08-26T16:00:22.501Z Compiling syn v2.0.117
4082026-08-26T16:00:22.540Z Compiling thread-id v4.2.2
4092026-08-26T16:00:22.617Z Compiling proc-macro-error-attr v1.0.4
4102026-08-26T16:00:22.632Z Compiling usdt-impl v0.5.0
4112026-08-26T16:00:22.636Z Compiling camino v1.2.5
4122026-08-26T16:00:22.805Z Compiling syn v1.0.109
4132026-08-26T16:00:23.010Z Compiling proc-macro-error v1.0.4
4142026-08-26T16:00:23.027Z Compiling pest_meta v2.8.6
4152026-08-26T16:00:23.157Z Compiling equivalent v1.0.2
4162026-08-26T16:00:23.191Z Compiling getrandom v0.4.3
4172026-08-26T16:00:23.231Z Compiling plain v0.2.3
4182026-08-26T16:00:23.248Z Compiling utf8parse v0.2.2
4192026-08-26T16:00:23.345Z Compiling hashbrown v0.17.0
4202026-08-26T16:00:23.362Z Compiling log v0.4.33
4212026-08-26T16:00:23.602Z Compiling terminal_size v0.4.3
4222026-08-26T16:00:23.664Z Compiling anstyle-parse v1.0.0
4232026-08-26T16:00:23.845Z Compiling indexmap v2.14.0
4242026-08-26T16:00:24.184Z Compiling toml_write v0.1.2
4252026-08-26T16:00:24.344Z Compiling colorchoice v1.0.4
4262026-08-26T16:00:24.388Z Compiling pretty-hex v0.4.1
4272026-08-26T16:00:24.463Z Compiling anstyle-query v1.1.5
4282026-08-26T16:00:24.467Z Compiling cfg-if v1.0.4
4292026-08-26T16:00:24.526Z Compiling is_terminal_polyfill v1.70.2
4302026-08-26T16:00:24.544Z Compiling anstyle v1.0.14
4312026-08-26T16:00:24.561Z Compiling autocfg v1.5.0
4322026-08-26T16:00:24.575Z Compiling winnow v0.7.14
4332026-08-26T16:00:24.614Z Compiling thiserror v2.0.18
4342026-08-26T16:00:24.718Z Compiling pest_generator v2.8.6
4352026-08-26T16:00:24.762Z Compiling anstream v1.0.0
4362026-08-26T16:00:24.904Z Compiling unicode-width v0.1.14
4372026-08-26T16:00:24.974Z Compiling fs-err v3.3.0
4382026-08-26T16:00:25.140Z Compiling clap_lex v1.0.0
4392026-08-26T16:00:25.159Z Compiling heck v0.5.0
4402026-08-26T16:00:25.174Z Compiling strsim v0.11.1
4412026-08-26T16:00:25.362Z Compiling anyhow v1.0.104
4422026-08-26T16:00:25.365Z Compiling heck v0.4.1
4432026-08-26T16:00:25.393Z Compiling fastrand v2.3.0
4442026-08-26T16:00:25.409Z Compiling bytecount v0.6.9
4452026-08-26T16:00:25.512Z Compiling fnv v1.0.7
4462026-08-26T16:00:25.544Z Compiling once_cell v1.21.3
4472026-08-26T16:00:25.593Z Compiling clap_builder v4.6.0
4482026-08-26T16:00:25.617Z Compiling papergrid v0.11.0
4492026-08-26T16:00:25.770Z Compiling tempfile v3.27.0
4502026-08-26T16:00:25.788Z Compiling cargo-platform v0.3.2
4512026-08-26T16:00:25.861Z Compiling tabled_derive v0.7.0
4522026-08-26T16:00:25.895Z Compiling semver v1.0.28
4532026-08-26T16:00:26.046Z Compiling memmap v0.7.0
4542026-08-26T16:00:26.063Z Compiling unicode-width v0.2.0
4552026-08-26T16:00:26.138Z Compiling smawk v0.3.2
4562026-08-26T16:00:26.209Z Compiling unicode-linebreak v0.1.5
4572026-08-26T16:00:26.228Z Compiling camino-tempfile v1.4.1
4582026-08-26T16:00:26.316Z Compiling serde_derive v1.0.228
4592026-08-26T16:00:26.333Z Compiling thiserror-impl v1.0.69
4602026-08-26T16:00:26.449Z Compiling zerocopy-derive v0.7.35
4612026-08-26T16:00:26.468Z Compiling pest_derive v2.8.6
4622026-08-26T16:00:26.619Z Compiling scroll_derive v0.12.1
4632026-08-26T16:00:26.748Z Compiling thiserror-impl v2.0.18
4642026-08-26T16:00:26.984Z Compiling clap_derive v4.6.1
4652026-08-26T16:00:27.110Z Compiling tabled v0.15.0
4662026-08-26T16:00:27.386Z Compiling scroll v0.12.0
4672026-08-26T16:00:27.470Z Compiling zerocopy v0.7.35
4682026-08-26T16:00:27.672Z Compiling goblin v0.8.2
4692026-08-26T16:00:27.757Z Compiling dtrace-parser v0.2.0
4702026-08-26T16:00:27.961Z Compiling textwrap v0.16.2
4712026-08-26T16:00:28.389Z Compiling swrite v0.1.0
4722026-08-26T16:00:28.708Z Compiling clap v4.6.1
4732026-08-26T16:00:29.419Z Compiling serde_spanned v0.6.9
4742026-08-26T16:00:29.419Z Compiling toml_datetime v0.6.11
4752026-08-26T16:00:29.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-08-26T16:00:29.423Z Compiling cargo_metadata v0.23.1
4772026-08-26T16:00:29.423Z Compiling macaddr v1.0.1
4782026-08-26T16:00:29.502Z Compiling dof v0.3.0
4792026-08-26T16:00:29.519Z Compiling serde_tokenstream v0.2.3
4802026-08-26T16:00:29.649Z Compiling toml_edit v0.22.27
4812026-08-26T16:00:30.278Z Compiling usdt-macro v0.5.0
4822026-08-26T16:00:30.278Z Compiling usdt-attr-macro v0.5.0
4832026-08-26T16:00:30.866Z Compiling usdt v0.5.0
4842026-08-26T16:00:30.973Z Compiling toml v0.8.23
4852026-08-26T16:00:31.298Z Compiling cargo_toml v0.21.0
4862026-08-26T16:00:32.565Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-26T16:00:34.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.50s
4882026-08-26T16:00:34.788Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-26T16:00:35.304Z Downloading crates ...
4902026-08-26T16:00:35.366Z Downloaded assert_matches v1.5.0
4912026-08-26T16:00:35.370Z Downloaded async-stream v0.3.6
4922026-08-26T16:00:35.370Z Downloaded bb8 v0.8.6
4932026-08-26T16:00:35.371Z Downloaded aes v0.9.1
4942026-08-26T16:00:35.374Z Downloaded async-trait v0.1.89
4952026-08-26T16:00:35.374Z Downloaded block-buffer v0.12.1
4962026-08-26T16:00:35.374Z Downloaded colored v2.2.0
4972026-08-26T16:00:35.378Z Downloaded byte-wrapper v0.1.0
4982026-08-26T16:00:35.378Z Downloaded array-init v0.0.4
4992026-08-26T16:00:35.378Z Downloaded arrayref v0.3.9
5002026-08-26T16:00:35.381Z Downloaded arrayvec v0.7.6
5012026-08-26T16:00:35.384Z Downloaded ascii-canvas v3.0.0
5022026-08-26T16:00:35.384Z Downloaded addr2line v0.25.1
5032026-08-26T16:00:35.384Z Downloaded adler2 v2.0.1
5042026-08-26T16:00:35.389Z Downloaded enum_dispatch v0.3.13
5052026-08-26T16:00:35.392Z Downloaded base16ct v1.0.0
5062026-08-26T16:00:35.392Z Downloaded enum-as-inner v0.6.1
5072026-08-26T16:00:35.392Z Downloaded atomic-waker v1.1.2
5082026-08-26T16:00:35.396Z Downloaded bcrypt-pbkdf v0.11.0
5092026-08-26T16:00:35.396Z Downloaded embedded-io v0.6.1
5102026-08-26T16:00:35.396Z Downloaded ena v0.14.4
5112026-08-26T16:00:35.396Z Downloaded erased-serde v0.3.31
5122026-08-26T16:00:35.400Z Downloaded env_logger v0.11.11
5132026-08-26T16:00:35.400Z Downloaded anstream v0.6.21
5142026-08-26T16:00:35.404Z Downloaded base64 v0.22.1
5152026-08-26T16:00:35.404Z Downloaded base16ct v0.2.0
5162026-08-26T16:00:35.407Z Downloaded float-ord v0.3.2
5172026-08-26T16:00:35.407Z Downloaded env_filter v2.0.0
5182026-08-26T16:00:35.411Z Downloaded aead v0.6.1
5192026-08-26T16:00:35.411Z Downloaded anstyle-parse v0.2.7
5202026-08-26T16:00:35.411Z Downloaded bit-vec v0.8.0
5212026-08-26T16:00:35.412Z Downloaded bitfield v0.19.4
5222026-08-26T16:00:35.412Z Downloaded endian-type v0.1.2
5232026-08-26T16:00:35.415Z Downloaded funty v2.0.0
5242026-08-26T16:00:35.415Z Downloaded foreign-types-shared v0.3.1
5252026-08-26T16:00:35.415Z Downloaded fxhash v0.2.1
5262026-08-26T16:00:35.416Z Downloaded futures-macro v0.3.32
5272026-08-26T16:00:35.416Z Downloaded async-bb8-diesel v0.2.1
5282026-08-26T16:00:35.416Z Downloaded base64ct v1.8.3
5292026-08-26T16:00:35.416Z Downloaded foreign-types-shared v0.1.1
5302026-08-26T16:00:35.446Z Downloaded ahash v0.8.12
5312026-08-26T16:00:35.446Z Downloaded argon2 v0.6.0-rc.8
5322026-08-26T16:00:35.446Z Downloaded foreign-types-macros v0.2.3
5332026-08-26T16:00:35.446Z Downloaded fd-lock v4.0.4
5342026-08-26T16:00:35.446Z Downloaded futures-io v0.3.32
5352026-08-26T16:00:35.446Z Downloaded futures-sink v0.3.32
5362026-08-26T16:00:35.446Z Downloaded elliptic-curve v0.14.1
5372026-08-26T16:00:35.446Z Downloaded const-oid v0.10.2
5382026-08-26T16:00:35.446Z Downloaded gethostname v0.5.0
5392026-08-26T16:00:35.446Z Downloaded async-stream-impl v0.3.6
5402026-08-26T16:00:35.446Z Downloaded cobs v0.3.0
5412026-08-26T16:00:35.446Z Downloaded foreign-types v0.5.0
5422026-08-26T16:00:35.446Z Downloaded aead v0.5.2
5432026-08-26T16:00:35.446Z Downloaded atty v0.2.14
5442026-08-26T16:00:35.447Z Downloaded foreign-types v0.3.2
5452026-08-26T16:00:35.447Z Downloaded futures-task v0.3.32
5462026-08-26T16:00:35.447Z Downloaded form_urlencoded v1.2.2
5472026-08-26T16:00:35.447Z Downloaded git-stub v1.0.0
5482026-08-26T16:00:35.447Z Downloaded hash32 v0.2.1
5492026-08-26T16:00:35.447Z Downloaded bitfield-macros v0.19.4
5502026-08-26T16:00:35.447Z Downloaded httpdate v1.0.3
5512026-08-26T16:00:35.447Z Downloaded headers-core v0.3.0
5522026-08-26T16:00:35.447Z Downloaded bitfield-struct v0.6.2
5532026-08-26T16:00:35.447Z Downloaded newline-converter v0.3.0
5542026-08-26T16:00:35.447Z Downloaded float-cmp v0.10.0
5552026-08-26T16:00:35.453Z Downloaded backtrace-ext v0.2.1
5562026-08-26T16:00:35.453Z Downloaded castaway v0.2.4
5572026-08-26T16:00:35.453Z Downloaded flagset v0.4.7
5582026-08-26T16:00:35.453Z Downloaded embedded-io v0.4.0
5592026-08-26T16:00:35.453Z Downloaded bit-set v0.5.3
5602026-08-26T16:00:35.458Z Downloaded home v0.5.12
5612026-08-26T16:00:35.458Z Downloaded ff v0.13.1
5622026-08-26T16:00:35.458Z Downloaded foldhash v0.2.0
5632026-08-26T16:00:35.458Z Downloaded hostname v0.4.2
5642026-08-26T16:00:35.458Z Downloaded ciborium-io v0.2.2
5652026-08-26T16:00:35.458Z Downloaded bit-set v0.8.0
5662026-08-26T16:00:35.464Z Downloaded cfg_aliases v0.2.1
5672026-08-26T16:00:35.464Z Downloaded fixedbitset v0.5.7
5682026-08-26T16:00:35.464Z Downloaded cfg_aliases v0.1.1
5692026-08-26T16:00:35.467Z Downloaded hash32 v0.3.1
5702026-08-26T16:00:35.467Z Downloaded hex v0.4.3
5712026-08-26T16:00:35.467Z Downloaded hostname v0.3.1
5722026-08-26T16:00:35.471Z Downloaded hubpack_derive v0.1.1
5732026-08-26T16:00:35.471Z Downloaded hubpack v0.1.2
5742026-08-26T16:00:35.473Z Downloaded block-padding v0.4.2
5752026-08-26T16:00:35.473Z Downloaded globwalk v0.9.1
5762026-08-26T16:00:35.477Z Downloaded futures-core v0.3.32
5772026-08-26T16:00:35.480Z Downloaded hex-literal v1.1.0
5782026-08-26T16:00:35.484Z Downloaded http-range v0.1.5
5792026-08-26T16:00:35.484Z Downloaded http-body v1.0.1
5802026-08-26T16:00:35.488Z Downloaded ghash v0.6.0
5812026-08-26T16:00:35.488Z Downloaded parse-display v0.10.0
5822026-08-26T16:00:35.491Z Downloaded async-recursion v1.1.1
5832026-08-26T16:00:35.491Z Downloaded atomicwrites v0.4.4
5842026-08-26T16:00:35.492Z Downloaded normalize-line-endings v0.3.0
5852026-08-26T16:00:35.492Z Downloaded powerfmt v0.2.0
5862026-08-26T16:00:35.495Z Downloaded proc-macro-crate v3.4.0
5872026-08-26T16:00:35.500Z Downloaded fallible-iterator v0.2.0
5882026-08-26T16:00:35.500Z Downloaded fixedbitset v0.4.2
5892026-08-26T16:00:35.500Z Downloaded newtype-uuid-macros v0.1.0
5902026-08-26T16:00:35.500Z Downloaded num_threads v0.1.7
5912026-08-26T16:00:35.503Z Downloaded ff v0.14.0
5922026-08-26T16:00:35.504Z Downloaded futures-executor v0.3.32
5932026-08-26T16:00:35.504Z Downloaded find-msvc-tools v0.1.9
5942026-08-26T16:00:35.507Z Downloaded foldhash v0.1.5
5952026-08-26T16:00:35.507Z Downloaded oso-derive v0.27.3
5962026-08-26T16:00:35.507Z Downloaded glob v0.3.3
5972026-08-26T16:00:35.511Z Downloaded path-slash v0.1.5
5982026-08-26T16:00:35.511Z Downloaded highway v1.3.0
5992026-08-26T16:00:35.515Z Downloaded globset v0.4.18
6002026-08-26T16:00:35.515Z Downloaded fs-err v2.11.0
6012026-08-26T16:00:35.515Z Downloaded futures-channel v0.3.32
6022026-08-26T16:00:35.515Z Downloaded proc-macro-crate v1.3.1
6032026-08-26T16:00:35.519Z Downloaded ref-cast v1.0.25
6042026-08-26T16:00:35.522Z Downloaded bcs v0.1.6
6052026-08-26T16:00:35.525Z Downloaded cassowary v0.3.0
6062026-08-26T16:00:35.529Z Downloaded rfc6979 v0.4.0
6072026-08-26T16:00:35.529Z Downloaded bit-vec v0.6.3
6082026-08-26T16:00:35.529Z Downloaded chacha20 v0.9.1
6092026-08-26T16:00:35.532Z Downloaded secrecy v0.10.3
6102026-08-26T16:00:35.532Z Downloaded serde_plain v1.0.2
6112026-08-26T16:00:35.532Z Downloaded bitflags v1.3.2
6122026-08-26T16:00:35.532Z Downloaded cipher v0.5.2
6132026-08-26T16:00:35.536Z Downloaded compression-codecs v0.4.37
6142026-08-26T16:00:35.536Z Downloaded semver v0.1.20
6152026-08-26T16:00:35.539Z Downloaded sha1 v0.11.0
6162026-08-26T16:00:35.539Z Downloaded shell-words v1.1.1
6172026-08-26T16:00:35.539Z Downloaded compression-core v0.4.31
6182026-08-26T16:00:35.543Z Downloaded ciborium-ll v0.2.2
6192026-08-26T16:00:35.547Z Downloaded group v0.13.0
6202026-08-26T16:00:35.550Z Downloaded group v0.14.0
6212026-08-26T16:00:35.550Z Downloaded cbc v0.2.1
6222026-08-26T16:00:35.553Z Downloaded http-body-util v0.1.3
6232026-08-26T16:00:35.553Z Downloaded buf-list v1.1.2
6242026-08-26T16:00:35.553Z Downloaded cmov v0.5.4
6252026-08-26T16:00:35.556Z Downloaded filetime v0.2.27
6262026-08-26T16:00:35.556Z Downloaded cexpr v0.6.0
6272026-08-26T16:00:35.560Z Downloaded pem-rfc7468 v1.0.0
6282026-08-26T16:00:35.560Z Downloaded phc v0.6.1
6292026-08-26T16:00:35.560Z Downloaded phf v0.12.1
6302026-08-26T16:00:35.564Z Downloaded sqlparser_derive v0.5.0
6312026-08-26T16:00:35.564Z Downloaded scopeguard v1.2.0
6322026-08-26T16:00:35.567Z Downloaded cipher v0.4.4
6332026-08-26T16:00:35.567Z Downloaded cmake v0.1.57
6342026-08-26T16:00:35.571Z Downloaded httparse v1.10.1
6352026-08-26T16:00:35.574Z Downloaded predicates v3.1.4
6362026-08-26T16:00:35.574Z Downloaded sha1 v0.10.6
6372026-08-26T16:00:35.574Z Downloaded signature v2.2.0
6382026-08-26T16:00:35.575Z Downloaded slog-envlogger v2.2.0
6392026-08-26T16:00:35.578Z Downloaded hmac v0.13.0
6402026-08-26T16:00:35.578Z Downloaded stable_deref_trait v1.2.1
6412026-08-26T16:00:35.581Z Downloaded take_mut v0.2.2
6422026-08-26T16:00:35.581Z Downloaded argon2 v0.5.3
6432026-08-26T16:00:35.584Z Downloaded backoff v0.4.0
6442026-08-26T16:00:35.584Z Downloaded generic-array v1.4.3
6452026-08-26T16:00:35.587Z Downloaded fs_extra v1.3.0
6462026-08-26T16:00:35.587Z Downloaded half v1.8.3
6472026-08-26T16:00:35.588Z Downloaded hmac v0.12.1
6482026-08-26T16:00:35.591Z Downloaded testing_table v0.3.0
6492026-08-26T16:00:35.591Z Downloaded tinyvec_macros v0.1.1
6502026-08-26T16:00:35.591Z Downloaded camino-tempfile-ext v0.3.3
6512026-08-26T16:00:35.591Z Downloaded newtype-uuid v1.3.2
6522026-08-26T16:00:35.591Z Downloaded num-complex v0.4.6
6532026-08-26T16:00:35.594Z Downloaded num_enum v0.5.11
6542026-08-26T16:00:35.594Z Downloaded olpc-cjson v0.1.4
6552026-08-26T16:00:35.597Z Downloaded paste v1.0.15
6562026-08-26T16:00:35.602Z Downloaded pkg-config v0.3.32
6572026-08-26T16:00:35.602Z Downloaded resolv-conf v0.7.6
6582026-08-26T16:00:35.602Z Downloaded rustls-native-certs v0.8.3
6592026-08-26T16:00:35.605Z Downloaded primefield v0.14.0
6602026-08-26T16:00:35.605Z Downloaded primeorder v0.14.0
6612026-08-26T16:00:35.605Z Downloaded rand_core v0.9.5
6622026-08-26T16:00:35.605Z Downloaded subtle v2.6.1
6632026-08-26T16:00:35.605Z Downloaded serde_path_to_error v0.1.20
6642026-08-26T16:00:35.605Z Downloaded serde_repr v0.1.20
6652026-08-26T16:00:35.609Z Downloaded tokio-macros v2.7.0
6662026-08-26T16:00:35.609Z Downloaded unarray v0.1.4
6672026-08-26T16:00:35.609Z Downloaded usdt v0.6.0
6682026-08-26T16:00:35.609Z Downloaded usdt-attr-macro v0.6.0
6692026-08-26T16:00:35.612Z Downloaded wait-timeout v0.2.1
6702026-08-26T16:00:35.617Z Downloaded yoke-derive v0.8.1
6712026-08-26T16:00:35.617Z Downloaded primeorder v0.13.6
6722026-08-26T16:00:35.617Z Downloaded rand_core v0.10.0
6732026-08-26T16:00:35.617Z Downloaded zone_cfg_derive v0.3.1
6742026-08-26T16:00:35.617Z Downloaded const-oid v0.9.6
6752026-08-26T16:00:35.622Z Downloaded ciborium v0.2.2
6762026-08-26T16:00:35.626Z Downloaded bzip2 v0.6.1
6772026-08-26T16:00:35.629Z Downloaded git-stub-vcs v0.1.0
6782026-08-26T16:00:35.629Z Downloaded clang-sys v1.8.1
6792026-08-26T16:00:35.630Z Downloaded colored v3.1.1
6802026-08-26T16:00:35.633Z Downloaded synstructure v0.13.2
6812026-08-26T16:00:35.636Z Downloaded blowfish v0.10.0
6822026-08-26T16:00:35.636Z Downloaded bs58 v0.5.1
6832026-08-26T16:00:35.636Z Downloaded cancel-safe-futures v0.1.5
6842026-08-26T16:00:35.640Z Downloaded console v0.16.2
6852026-08-26T16:00:35.640Z Downloaded zeroize_derive v1.5.0
6862026-08-26T16:00:35.640Z Downloaded expectorate v1.2.0
6872026-08-26T16:00:35.640Z Downloaded blake2 v0.11.0-rc.6
6882026-08-26T16:00:35.643Z Downloaded pkcs1 v0.7.5
6892026-08-26T16:00:35.643Z Downloaded stacker v0.1.23
6902026-08-26T16:00:35.643Z Downloaded xshell-macros v0.2.7
6912026-08-26T16:00:35.643Z Downloaded futures v0.3.32
6922026-08-26T16:00:35.648Z Downloaded half v2.7.1
6932026-08-26T16:00:35.648Z Downloaded bzip2 v0.4.4
6942026-08-26T16:00:35.651Z Downloaded chacha20 v0.10.0
6952026-08-26T16:00:35.651Z Downloaded debug-ignore v1.0.5
6962026-08-26T16:00:35.655Z Downloaded scrypt v0.12.0
6972026-08-26T16:00:35.655Z Downloaded defmt-parser v1.0.0
6982026-08-26T16:00:35.655Z Downloaded fatfs v0.3.6
6992026-08-26T16:00:35.659Z Downloaded flume v0.11.1
7002026-08-26T16:00:35.659Z Downloaded tiny-keccak v2.0.2
7012026-08-26T16:00:35.665Z Downloaded crc-catalog v2.4.0
7022026-08-26T16:00:35.665Z Downloaded slog-json v2.6.1
7032026-08-26T16:00:35.666Z Downloaded crunchy v0.2.4
7042026-08-26T16:00:35.666Z Downloaded toml_writer v1.1.1+spec-1.1.0
7052026-08-26T16:00:35.666Z Downloaded darling_macro v0.20.11
7062026-08-26T16:00:35.666Z Downloaded dirs-sys-next v0.1.2
7072026-08-26T16:00:35.671Z Downloaded dyn-clone v1.0.20
7082026-08-26T16:00:35.671Z Downloaded inout v0.2.2
7092026-08-26T16:00:35.671Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7102026-08-26T16:00:35.677Z Downloaded parking_lot_core v0.9.12
7112026-08-26T16:00:35.681Z Downloaded pkcs8 v0.11.0
7122026-08-26T16:00:35.681Z Downloaded postcard v1.1.3
7132026-08-26T16:00:35.685Z Downloaded strum_macros v0.24.3
7142026-08-26T16:00:35.685Z Downloaded support-bundle-viewer v0.1.2
7152026-08-26T16:00:35.685Z Downloaded rustc-demangle v0.1.27
7162026-08-26T16:00:35.685Z Downloaded illumos-nvpair-sys v0.2.0
7172026-08-26T16:00:35.690Z Downloaded dof v0.4.0
7182026-08-26T16:00:35.690Z Downloaded kem v0.3.0
7192026-08-26T16:00:35.693Z Downloaded allocator-api2 v0.2.21
7202026-08-26T16:00:35.693Z Downloaded match_cfg v0.1.0
7212026-08-26T16:00:35.693Z Downloaded memoffset v0.9.1
7222026-08-26T16:00:35.696Z Downloaded backon v1.6.0
7232026-08-26T16:00:35.702Z Downloaded console v0.15.11
7242026-08-26T16:00:35.702Z Downloaded blake2 v0.10.6
7252026-08-26T16:00:35.705Z Downloaded zerovec-derive v0.11.2
7262026-08-26T16:00:35.705Z Downloaded getrandom v0.2.17
7272026-08-26T16:00:35.709Z Downloaded getrandom v0.3.4
7282026-08-26T16:00:35.712Z Downloaded is_ci v1.2.0
7292026-08-26T16:00:35.712Z Downloaded lalrpop-util v0.19.12
7302026-08-26T16:00:35.712Z Downloaded libscf-sys v1.2.0
7312026-08-26T16:00:35.712Z Downloaded papergrid v0.18.0
7322026-08-26T16:00:35.716Z Downloaded async-compression v0.4.41
7332026-08-26T16:00:35.722Z Downloaded zstd v0.13.3
7342026-08-26T16:00:35.722Z Downloaded unicase v2.9.0
7352026-08-26T16:00:35.722Z Downloaded static_assertions v1.1.0
7362026-08-26T16:00:35.725Z Downloaded multimap v0.10.1
7372026-08-26T16:00:35.725Z Downloaded num-conv v0.2.0
7382026-08-26T16:00:35.725Z Downloaded heapless v0.8.0
7392026-08-26T16:00:35.729Z Downloaded term v1.2.1
7402026-08-26T16:00:35.729Z Downloaded ctr v0.10.1
7412026-08-26T16:00:35.733Z Downloaded openssl-probe v0.1.6
7422026-08-26T16:00:35.733Z Downloaded openssl-probe v0.2.1
7432026-08-26T16:00:35.733Z Downloaded corncobs v0.1.4
7442026-08-26T16:00:35.737Z Downloaded thread_local v1.1.9
7452026-08-26T16:00:35.741Z Downloaded tokio-rustls v0.26.4
7462026-08-26T16:00:35.741Z Downloaded delegate v0.13.5
7472026-08-26T16:00:35.741Z Downloaded diesel-dtrace v0.5.0
7482026-08-26T16:00:35.745Z Downloaded spki v0.7.3
7492026-08-26T16:00:35.748Z Downloaded peg-runtime v0.8.5
7502026-08-26T16:00:35.748Z Downloaded rand_pcg v0.10.2
7512026-08-26T16:00:35.748Z Downloaded russh-cryptovec v0.62.0
7522026-08-26T16:00:35.760Z Downloaded oso v0.27.3
7532026-08-26T16:00:35.764Z Downloaded oxide-update-engine-types v0.1.2
7542026-08-26T16:00:35.764Z Downloaded tui-tree-widget v0.23.1
7552026-08-26T16:00:35.767Z Downloaded downcast-rs v2.0.2
7562026-08-26T16:00:35.767Z Downloaded slog v2.8.2
7572026-08-26T16:00:35.770Z Downloaded radium v0.7.0
7582026-08-26T16:00:35.773Z Downloaded recursive v0.1.1
7592026-08-26T16:00:35.777Z Downloaded rustc_version v0.4.1
7602026-08-26T16:00:35.777Z Downloaded arc-swap v1.8.2
7612026-08-26T16:00:35.780Z Downloaded impl-trait-for-tuples v0.2.3
7622026-08-26T16:00:35.781Z Downloaded sponge-cursor v0.1.0
7632026-08-26T16:00:35.781Z Downloaded socket2 v0.5.10
7642026-08-26T16:00:35.784Z Downloaded vergen v9.1.0
7652026-08-26T16:00:35.784Z Downloaded chumsky v0.9.3
7662026-08-26T16:00:35.787Z Downloaded bytes v1.11.1
7672026-08-26T16:00:35.792Z Downloaded headers v0.4.1
7682026-08-26T16:00:35.795Z Downloaded chacha20poly1305 v0.10.1
7692026-08-26T16:00:35.796Z Downloaded ipnet v2.12.0
7702026-08-26T16:00:35.796Z Downloaded sapling-renderdag v0.1.0
7712026-08-26T16:00:35.796Z Downloaded serde-big-array v0.5.1
7722026-08-26T16:00:35.802Z Downloaded siphasher v1.0.2
7732026-08-26T16:00:35.806Z Downloaded supports-unicode v3.0.0
7742026-08-26T16:00:35.809Z Downloaded native-tls v0.2.18
7752026-08-26T16:00:35.809Z Downloaded ctutils v0.4.2
7762026-08-26T16:00:35.812Z Downloaded hickory-resolver v0.25.2
7772026-08-26T16:00:35.812Z Downloaded crossbeam-utils v0.8.21
7782026-08-26T16:00:35.816Z Downloaded nanorand v0.7.0
7792026-08-26T16:00:35.816Z Downloaded num_enum_derive v0.5.11
7802026-08-26T16:00:35.816Z Downloaded tabwriter v1.4.1
7812026-08-26T16:00:35.820Z Downloaded tagptr v0.2.0
7822026-08-26T16:00:35.820Z Downloaded tap v1.0.1
7832026-08-26T16:00:35.820Z Downloaded parking_lot_core v0.8.6
7842026-08-26T16:00:35.820Z Downloaded pem v3.0.6
7852026-08-26T16:00:35.820Z Downloaded tokio-test v0.4.5
7862026-08-26T16:00:35.824Z Downloaded trait-variant v0.1.2
7872026-08-26T16:00:35.824Z Downloaded pkcs8 v0.10.2
7882026-08-26T16:00:35.829Z Downloaded try-lock v0.2.5
7892026-08-26T16:00:35.829Z Downloaded hybrid-array v0.4.13
7902026-08-26T16:00:35.829Z Downloaded hyper-rustls v0.27.7
7912026-08-26T16:00:35.832Z Downloaded similar v2.7.0
7922026-08-26T16:00:35.835Z Downloaded darling v0.20.11
7932026-08-26T16:00:35.835Z Downloaded darling v0.21.3
7942026-08-26T16:00:35.838Z Downloaded peg-macros v0.8.5
7952026-08-26T16:00:35.838Z Downloaded progenitor v0.14.0
7962026-08-26T16:00:35.844Z Downloaded crc8 v0.1.1
7972026-08-26T16:00:35.844Z Downloaded universal-hash v0.6.1
7982026-08-26T16:00:35.844Z Downloaded want v0.3.1
7992026-08-26T16:00:35.848Z Downloaded rayon-core v1.13.0
8002026-08-26T16:00:35.848Z Downloaded rusty-fork v0.3.1
8012026-08-26T16:00:35.848Z Downloaded schemars_derive v0.8.22
8022026-08-26T16:00:35.848Z Downloaded postgres-protocol v0.6.10
8032026-08-26T16:00:35.852Z Downloaded schemars v0.8.22
8042026-08-26T16:00:35.862Z Downloaded ingot-macros v0.2.0
8052026-08-26T16:00:35.866Z Downloaded vte v0.14.1
8062026-08-26T16:00:35.866Z Downloaded litrs v1.0.0
8072026-08-26T16:00:35.870Z Downloaded rpassword v7.5.4
8082026-08-26T16:00:35.870Z Downloaded litemap v0.8.1
8092026-08-26T16:00:35.870Z Downloaded p384 v0.14.0
8102026-08-26T16:00:35.870Z Downloaded twox-hash v2.1.2
8112026-08-26T16:00:35.875Z Downloaded r2d2 v0.8.10
8122026-08-26T16:00:35.875Z Downloaded waitgroup v0.1.2
8132026-08-26T16:00:35.875Z Downloaded convert_case v0.4.0
8142026-08-26T16:00:35.875Z Downloaded darling_macro v0.13.4
8152026-08-26T16:00:35.875Z Downloaded document-features v0.2.12
8162026-08-26T16:00:35.879Z Downloaded sec1 v0.7.3
8172026-08-26T16:00:35.879Z Downloaded cpubits v0.1.1
8182026-08-26T16:00:35.879Z Downloaded crypto-common v0.2.2
8192026-08-26T16:00:35.879Z Downloaded shlex v1.3.0
8202026-08-26T16:00:35.879Z Downloaded hickory-resolver v0.24.4
8212026-08-26T16:00:35.879Z Downloaded heapless v0.7.17
8222026-08-26T16:00:35.882Z Downloaded zopfli v0.8.3
8232026-08-26T16:00:35.882Z Downloaded ar_archive_writer v0.5.1
8242026-08-26T16:00:35.886Z Downloaded serde-hex v0.1.0
8252026-08-26T16:00:35.886Z Downloaded simd-adler32 v0.3.8
8262026-08-26T16:00:35.886Z Downloaded slog-scope v4.4.1
8272026-08-26T16:00:35.889Z Downloaded snafu-derive v0.8.9
8282026-08-26T16:00:35.889Z Downloaded digest-io v0.1.0
8292026-08-26T16:00:35.890Z Downloaded strum_macros v0.27.2
8302026-08-26T16:00:35.890Z Downloaded tokio-dtrace v0.1.1
8312026-08-26T16:00:35.890Z Downloaded flate2 v1.1.9
8322026-08-26T16:00:35.893Z Downloaded diesel_table_macro_syntax v0.3.0
8332026-08-26T16:00:35.893Z Downloaded ssh-encoding v0.3.0
8342026-08-26T16:00:35.897Z Downloaded parking_lot v0.12.5
8352026-08-26T16:00:35.897Z Downloaded memmap2 v0.9.10
8362026-08-26T16:00:35.897Z Downloaded multer v3.1.0
8372026-08-26T16:00:35.900Z Downloaded idna_adapter v1.2.1
8382026-08-26T16:00:35.903Z Downloaded compact_str v0.8.1
8392026-08-26T16:00:35.907Z Downloaded instant v0.1.13
8402026-08-26T16:00:35.907Z Downloaded keccak v0.1.6
8412026-08-26T16:00:35.907Z Downloaded usdt-impl v0.6.0
8422026-08-26T16:00:35.907Z Downloaded vergen-lib v0.1.6
8432026-08-26T16:00:35.910Z Downloaded whoami v1.6.1
8442026-08-26T16:00:35.911Z Downloaded zeroize v1.9.0
8452026-08-26T16:00:35.911Z Downloaded crc-any v2.5.0
8462026-08-26T16:00:35.914Z Downloaded new_debug_unreachable v1.0.6
8472026-08-26T16:00:35.914Z Downloaded tracing-attributes v0.1.31
8482026-08-26T16:00:35.914Z Downloaded quinn v0.11.11
8492026-08-26T16:00:35.917Z Downloaded rand v0.8.6
8502026-08-26T16:00:35.917Z Downloaded owo-colors v4.3.0
8512026-08-26T16:00:35.917Z Downloaded derive_builder v0.20.2
8522026-08-26T16:00:35.921Z Downloaded unsafe-libyaml v0.2.11
8532026-08-26T16:00:35.928Z Downloaded linked-hash-map v0.5.6
8542026-08-26T16:00:35.928Z Downloaded lru-slab v0.1.2
8552026-08-26T16:00:35.928Z Downloaded maplit v1.0.2
8562026-08-26T16:00:35.928Z Downloaded maybe-uninit v2.0.0
8572026-08-26T16:00:35.928Z Downloaded critical-section v1.2.0
8582026-08-26T16:00:35.928Z Downloaded deranged v0.5.8
8592026-08-26T16:00:35.932Z Downloaded backtrace v0.3.76
8602026-08-26T16:00:35.935Z Downloaded postgres-types v0.2.12
8612026-08-26T16:00:35.935Z Downloaded potential_utf v0.1.4
8622026-08-26T16:00:35.939Z Downloaded predicates-tree v1.0.13
8632026-08-26T16:00:35.939Z Downloaded cc v1.2.56
8642026-08-26T16:00:35.943Z Downloaded walkdir v2.5.0
8652026-08-26T16:00:35.952Z Downloaded ed25519 v2.2.3
8662026-08-26T16:00:35.955Z Downloaded structmeta-derive v0.3.0
8672026-08-26T16:00:35.955Z Downloaded prettyplease v0.2.37
8682026-08-26T16:00:35.955Z Downloaded http v1.4.2
8692026-08-26T16:00:35.959Z Downloaded hashbrown v0.12.3
8702026-08-26T16:00:35.962Z Downloaded pin-project v1.1.11
8712026-08-26T16:00:35.967Z Downloaded pkcs5 v0.8.1
8722026-08-26T16:00:35.971Z Downloaded toml_parser v1.1.2+spec-1.1.0
8732026-08-26T16:00:35.974Z Downloaded base64 v0.21.7
8742026-08-26T16:00:35.974Z Downloaded bumpalo v3.20.2
8752026-08-26T16:00:35.977Z Downloaded rustc_version v0.1.7
8762026-08-26T16:00:35.977Z Downloaded rtoolbox v0.0.3
8772026-08-26T16:00:35.977Z Downloaded secrecy v0.8.0
8782026-08-26T16:00:35.977Z Downloaded rand_chacha v0.3.1
8792026-08-26T16:00:35.977Z Downloaded progenitor-macro v0.13.0
8802026-08-26T16:00:35.977Z Downloaded progenitor-macro v0.14.0
8812026-08-26T16:00:35.981Z Downloaded signal-hook-mio v0.2.5
8822026-08-26T16:00:35.981Z Downloaded rand_xorshift v0.4.0
8832026-08-26T16:00:35.984Z Downloaded libsw v3.5.0
8842026-08-26T16:00:35.984Z Downloaded strum v0.27.2
8852026-08-26T16:00:35.985Z Downloaded strum v0.26.3
8862026-08-26T16:00:35.988Z Downloaded same-file v1.0.6
8872026-08-26T16:00:35.991Z Downloaded untrusted v0.9.0
8882026-08-26T16:00:35.995Z Downloaded unicode_categories v0.1.1
8892026-08-26T16:00:36.007Z Downloaded oxide-generation v0.1.3
8902026-08-26T16:00:36.010Z Downloaded pbkdf2 v0.13.0
8912026-08-26T16:00:36.010Z Downloaded pem-rfc7468 v0.7.0
8922026-08-26T16:00:36.011Z Downloaded ingot v0.2.1
8932026-08-26T16:00:36.014Z Downloaded jobserver v0.1.34
8942026-08-26T16:00:36.014Z Downloaded libefi-sys v0.1.0
8952026-08-26T16:00:36.014Z Downloaded utf8_iter v1.0.4
8962026-08-26T16:00:36.014Z Downloaded zerofrom v0.1.6
8972026-08-26T16:00:36.014Z Downloaded sync_wrapper v1.0.2
8982026-08-26T16:00:36.017Z Downloaded tower-service v0.3.3
8992026-08-26T16:00:36.017Z Downloaded hashbrown v0.13.2
9002026-08-26T16:00:36.026Z Downloaded hickory-server v0.25.2
9012026-08-26T16:00:36.030Z Downloaded iana-time-zone v0.1.65
9022026-08-26T16:00:36.033Z Downloaded curve25519-dalek-derive v0.1.1
9032026-08-26T16:00:36.033Z Downloaded defmt v0.3.100
9042026-08-26T16:00:36.033Z Downloaded progenitor-impl v0.13.0
9052026-08-26T16:00:36.037Z Downloaded omicron-zone-package v0.12.3
9062026-08-26T16:00:36.042Z Downloaded oxide-update-engine-display v0.1.2
9072026-08-26T16:00:36.045Z Downloaded scroll v0.13.0
9082026-08-26T16:00:36.049Z Downloaded darling_macro v0.23.0
9092026-08-26T16:00:36.053Z Downloaded ident_case v1.0.1
9102026-08-26T16:00:36.056Z Downloaded rcgen v0.12.1
9112026-08-26T16:00:36.056Z Downloaded serde_with_macros v1.5.2
9122026-08-26T16:00:36.060Z Downloaded drift v0.2.0
9132026-08-26T16:00:36.062Z Downloaded uuid v1.23.4
9142026-08-26T16:00:36.066Z Downloaded stringprep v0.1.5
9152026-08-26T16:00:36.066Z Downloaded tokio-tungstenite v0.23.1
9162026-08-26T16:00:36.069Z Downloaded lru v0.12.5
9172026-08-26T16:00:36.069Z Downloaded oxnet v0.1.6
9182026-08-26T16:00:36.069Z Downloaded nonempty v0.12.0
9192026-08-26T16:00:36.069Z Downloaded indent_write v2.2.0
9202026-08-26T16:00:36.069Z Downloaded uzers v0.12.2
9212026-08-26T16:00:36.072Z Downloaded illumos-nvpair v0.3.0
9222026-08-26T16:00:36.076Z Downloaded rustls-platform-verifier v0.6.2
9232026-08-26T16:00:36.084Z Downloaded oxide-generation-macros v0.2.0
9242026-08-26T16:00:36.087Z Downloaded parse-size v1.1.0
9252026-08-26T16:00:36.087Z Downloaded ecdsa v0.16.9
9262026-08-26T16:00:36.090Z Downloaded ecdsa v0.17.0
9272026-08-26T16:00:36.090Z Downloaded precomputed-hash v0.1.1
9282026-08-26T16:00:36.094Z Downloaded num-iter v0.1.45
9292026-08-26T16:00:36.097Z Downloaded slog-async v2.8.0
9302026-08-26T16:00:36.097Z Downloaded pin-project-lite v0.2.17
9312026-08-26T16:00:36.101Z Downloaded toml v1.1.2+spec-1.1.0
9322026-08-26T16:00:36.105Z Downloaded aes-gcm v0.11.0
9332026-08-26T16:00:36.105Z Downloaded crypto-bigint v0.5.5
9342026-08-26T16:00:36.108Z Downloaded openssl-sys v0.9.117
9352026-08-26T16:00:36.111Z Downloaded unicode-bidi v0.3.18
9362026-08-26T16:00:36.114Z Downloaded data-encoding v2.10.0
9372026-08-26T16:00:36.114Z Downloaded daft v0.1.8
9382026-08-26T16:00:36.114Z Downloaded scroll_derive v0.13.1
9392026-08-26T16:00:36.114Z Downloaded serde_bytes v0.11.19
9402026-08-26T16:00:36.118Z Downloaded phf_shared v0.13.1
9412026-08-26T16:00:36.118Z Downloaded psl-types v2.0.11
9422026-08-26T16:00:36.121Z Downloaded pretty_assertions v1.4.1
9432026-08-26T16:00:36.124Z Downloaded derive_more v2.1.1
9442026-08-26T16:00:36.129Z Downloaded yoke v0.8.1
9452026-08-26T16:00:36.133Z Downloaded md-5 v0.10.6
9462026-08-26T16:00:36.133Z Downloaded diesel_derives v2.3.7
9472026-08-26T16:00:36.136Z Downloaded serde_urlencoded v0.7.1
9482026-08-26T16:00:36.139Z Downloaded qorb v0.4.1
9492026-08-26T16:00:36.149Z Downloaded darling v0.23.0
9502026-08-26T16:00:36.149Z Downloaded strip-ansi-escapes v0.2.1
9512026-08-26T16:00:36.149Z Downloaded time-core v0.1.8
9522026-08-26T16:00:36.149Z Downloaded vsss-rs v3.3.4
9532026-08-26T16:00:36.153Z Downloaded either v1.15.0
9542026-08-26T16:00:36.153Z Downloaded derive_more v0.99.20
9552026-08-26T16:00:36.158Z Downloaded darling_core v0.23.0
9562026-08-26T16:00:36.162Z Downloaded prefix-trie v0.7.0
9572026-08-26T16:00:36.165Z Downloaded password-hash v0.5.0
9582026-08-26T16:00:36.168Z Downloaded unit-prefix v0.5.2
9592026-08-26T16:00:36.172Z Downloaded crc v3.4.0
9602026-08-26T16:00:36.175Z Downloaded hashbrown v0.14.5
9612026-08-26T16:00:36.178Z Downloaded progenitor v0.13.0
9622026-08-26T16:00:36.178Z Downloaded libsw-core v0.3.2
9632026-08-26T16:00:36.178Z Downloaded hashbrown v0.15.5
9642026-08-26T16:00:36.182Z Downloaded dropshot_endpoint v0.17.1
9652026-08-26T16:00:36.182Z Downloaded ignore v0.4.25
9662026-08-26T16:00:36.186Z Downloaded tar v0.4.46
9672026-08-26T16:00:36.186Z Downloaded hashbrown v0.16.1
9682026-08-26T16:00:36.189Z Downloaded usdt-macro v0.6.0
9692026-08-26T16:00:36.189Z Downloaded wnaf v0.14.0
9702026-08-26T16:00:36.189Z Downloaded des v0.9.0
9712026-08-26T16:00:36.193Z Downloaded module-lattice v0.2.3
9722026-08-26T16:00:36.193Z Downloaded samael v0.0.19
9732026-08-26T16:00:36.197Z Downloaded smallvec v1.15.1
9742026-08-26T16:00:36.197Z Downloaded spin v0.9.8
9752026-08-26T16:00:36.197Z Downloaded rustyline v14.0.0
9762026-08-26T16:00:36.201Z Downloaded icu_properties v2.1.2
9772026-08-26T16:00:36.204Z Downloaded zone v0.3.1
9782026-08-26T16:00:36.204Z Downloaded crucible-workspace-hack v0.1.0
9792026-08-26T16:00:36.204Z Downloaded cstr-argument v0.1.2
9802026-08-26T16:00:36.204Z Downloaded dirs-next v2.0.0
9812026-08-26T16:00:36.204Z Downloaded parse-display-derive v0.10.0
9822026-08-26T16:00:36.210Z Downloaded serde_cbor v0.11.2
9832026-08-26T16:00:36.222Z Downloaded yansi v1.0.1
9842026-08-26T16:00:36.225Z Downloaded topological-sort v0.2.2
9852026-08-26T16:00:36.225Z Downloaded string_cache v0.8.9
9862026-08-26T16:00:36.232Z Downloaded cookie v0.18.1
9872026-08-26T16:00:36.235Z Downloaded crc32fast v1.5.0
9882026-08-26T16:00:36.238Z Downloaded managed v0.8.0
9892026-08-26T16:00:36.242Z Downloaded der v0.7.10
9902026-08-26T16:00:36.243Z Downloaded md5 v0.8.0
9912026-08-26T16:00:36.243Z Downloaded ed25519-dalek v3.0.0
9922026-08-26T16:00:36.246Z Downloaded num-traits v0.2.19
9932026-08-26T16:00:36.249Z Downloaded progenitor-impl v0.14.0
9942026-08-26T16:00:36.252Z Downloaded password-hash v0.6.1
9952026-08-26T16:00:36.256Z Downloaded proc-macro-error-attr2 v2.0.0
9962026-08-26T16:00:36.256Z Downloaded rfc6979 v0.6.0
9972026-08-26T16:00:36.259Z Downloaded slog-dtrace v0.3.0
9982026-08-26T16:00:36.259Z Downloaded smallvec v0.6.14
9992026-08-26T16:00:36.259Z Downloaded smf v0.2.3
10002026-08-26T16:00:36.259Z Downloaded polyval v0.7.1
10012026-08-26T16:00:36.262Z Downloaded vergen-lib v9.1.0
10022026-08-26T16:00:36.262Z Downloaded serde_yaml v0.9.34+deprecated
10032026-08-26T16:00:36.271Z Downloaded xshell v0.2.7
10042026-08-26T16:00:36.274Z Downloaded zerocopy-derive v0.8.55
10052026-08-26T16:00:36.277Z Downloaded signal-hook v0.3.18
10062026-08-26T16:00:36.282Z Downloaded constant_time_eq v0.4.2
10072026-08-26T16:00:36.282Z Downloaded mime_guess v2.0.5
10082026-08-26T16:00:36.282Z Downloaded futures-util v0.3.32
10092026-08-26T16:00:36.286Z Downloaded socket2 v0.6.3
10102026-08-26T16:00:36.290Z Downloaded term v0.7.0
10112026-08-26T16:00:36.290Z Downloaded tungstenite v0.21.0
10122026-08-26T16:00:36.293Z Downloaded tracing-core v0.1.36
10132026-08-26T16:00:36.293Z Downloaded derive-ex v0.1.8
10142026-08-26T16:00:36.293Z Downloaded hkdf v0.12.4
10152026-08-26T16:00:36.296Z Downloaded defmt v1.0.1
10162026-08-26T16:00:36.296Z Downloaded dsl_auto_type v0.2.0
10172026-08-26T16:00:36.299Z Downloaded ingot-types v0.2.0
10182026-08-26T16:00:36.300Z Downloaded supports-color v3.0.2
10192026-08-26T16:00:36.300Z Downloaded strsim v0.10.0
10202026-08-26T16:00:36.300Z Downloaded termtree v0.5.1
10212026-08-26T16:00:36.303Z Downloaded serdect v0.4.3
10222026-08-26T16:00:36.306Z Downloaded keccak v0.2.0
10232026-08-26T16:00:36.306Z Downloaded num-bigint-dig v0.8.6
10242026-08-26T16:00:36.309Z Downloaded tower-http v0.6.8
10252026-08-26T16:00:36.312Z Downloaded serde_with_macros v3.21.0
10262026-08-26T16:00:36.316Z Downloaded linear-map v1.2.0
10272026-08-26T16:00:36.316Z Downloaded tls_codec_derive v0.4.2
10282026-08-26T16:00:36.316Z Downloaded p256 v0.14.0
10292026-08-26T16:00:36.319Z Downloaded unicode-truncate v1.1.0
10302026-08-26T16:00:36.319Z Downloaded crossbeam-epoch v0.9.18
10312026-08-26T16:00:36.319Z Downloaded indoc v1.0.9
10322026-08-26T16:00:36.323Z Downloaded tinyvec v1.10.0
10332026-08-26T16:00:36.323Z Downloaded num-rational v0.4.2
10342026-08-26T16:00:36.327Z Downloaded utf-8 v0.7.6
10352026-08-26T16:00:36.335Z Downloaded miette-derive v7.6.0
10362026-08-26T16:00:36.338Z Downloaded oxide-update-engine v0.1.2
10372026-08-26T16:00:36.342Z Downloaded rand_core v0.6.4
10382026-08-26T16:00:36.342Z Downloaded peg v0.8.5
10392026-08-26T16:00:36.345Z Downloaded elliptic-curve v0.13.8
10402026-08-26T16:00:36.345Z Downloaded serde_with v1.14.0
10412026-08-26T16:00:36.348Z Downloaded hkdf v0.13.0
10422026-08-26T16:00:36.351Z Downloaded indexmap v1.9.3
10432026-08-26T16:00:36.351Z Downloaded rustls-pemfile v2.2.0
10442026-08-26T16:00:36.354Z Downloaded kstat-rs v0.2.5
10452026-08-26T16:00:36.354Z Downloaded pin-project-internal v1.1.11
10462026-08-26T16:00:36.354Z Downloaded mime v0.3.17
10472026-08-26T16:00:36.354Z Downloaded libbz2-rs-sys v0.2.2
10482026-08-26T16:00:36.354Z Downloaded unicode-properties v0.1.4
10492026-08-26T16:00:36.358Z Downloaded yasna v0.5.2
10502026-08-26T16:00:36.358Z Downloaded port-file v0.1.0
10512026-08-26T16:00:36.361Z Downloaded num-bigint v0.4.6
10522026-08-26T16:00:36.361Z Downloaded sec1 v0.8.1
10532026-08-26T16:00:36.364Z Downloaded signal-hook-registry v1.4.8
10542026-08-26T16:00:36.367Z Downloaded toml_edit v0.23.10+spec-1.0.0
10552026-08-26T16:00:36.373Z Downloaded knus v3.4.0
10562026-08-26T16:00:36.376Z Downloaded indicatif v0.18.4
10572026-08-26T16:00:36.380Z Downloaded slab v0.4.12
10582026-08-26T16:00:36.380Z Downloaded slog-term v2.9.2
10592026-08-26T16:00:36.380Z Downloaded predicates-core v1.0.10
10602026-08-26T16:00:36.380Z Downloaded sqlformat v0.3.5
10612026-08-26T16:00:36.383Z Downloaded time-macros v0.2.27
10622026-08-26T16:00:36.383Z Downloaded ref-cast-impl v1.0.25
10632026-08-26T16:00:36.386Z Downloaded seq-macro v0.3.6
10642026-08-26T16:00:36.389Z Downloaded tokio-util v0.7.18
10652026-08-26T16:00:36.393Z Downloaded tokio-stream v0.1.18
10662026-08-26T16:00:36.396Z Downloaded indoc v2.0.7
10672026-08-26T16:00:36.399Z Downloaded void v1.0.2
10682026-08-26T16:00:36.405Z Downloaded zip v0.6.6
10692026-08-26T16:00:36.410Z Downloaded vergen-git2 v9.1.0
10702026-08-26T16:00:36.414Z Downloaded thiserror-impl-no-std v2.0.2
10712026-08-26T16:00:36.417Z Downloaded unicode-xid v0.2.6
10722026-08-26T16:00:36.420Z Downloaded xattr v1.6.1
10732026-08-26T16:00:36.421Z Downloaded darling_macro v0.21.3
10742026-08-26T16:00:36.421Z Downloaded is-terminal v0.4.17
10752026-08-26T16:00:36.424Z Downloaded dropshot-api-manager-types v0.8.0
10762026-08-26T16:00:36.424Z Downloaded displaydoc v0.2.5
10772026-08-26T16:00:36.427Z Downloaded csv-core v0.1.13
10782026-08-26T16:00:36.427Z Downloaded ed25519 v3.0.0
10792026-08-26T16:00:36.427Z Downloaded quick-error v1.2.3
10802026-08-26T16:00:36.434Z Downloaded test-strategy v0.4.5
10812026-08-26T16:00:36.437Z Downloaded miette v7.6.0
10822026-08-26T16:00:36.441Z Downloaded quinn-udp v0.5.14
10832026-08-26T16:00:36.441Z Downloaded progenitor-extras v0.2.0
10842026-08-26T16:00:36.444Z Downloaded num_enum_derive v0.7.6
10852026-08-26T16:00:36.449Z Downloaded newtype_derive v0.1.6
10862026-08-26T16:00:36.449Z Downloaded recursive-proc-macro-impl v0.1.1
10872026-08-26T16:00:36.449Z Downloaded nu-ansi-term v0.50.3
10882026-08-26T16:00:36.449Z Downloaded proc-macro-error2 v2.0.1
10892026-08-26T16:00:36.453Z Downloaded scheduled-thread-pool v0.2.7
10902026-08-26T16:00:36.453Z Downloaded num_enum v0.7.6
10912026-08-26T16:00:36.453Z Downloaded tower v0.5.3
10922026-08-26T16:00:36.457Z Downloaded darling_core v0.13.4
10932026-08-26T16:00:36.460Z Downloaded icu_normalizer v2.1.1
10942026-08-26T16:00:36.463Z Downloaded slog-stdlog v4.1.1
10952026-08-26T16:00:36.466Z Downloaded tokio-tungstenite v0.21.0
10962026-08-26T16:00:36.466Z Downloaded rustversion v1.0.22
10972026-08-26T16:00:36.470Z Downloaded spki v0.8.0
10982026-08-26T16:00:36.470Z Downloaded thread-id v5.1.0
10992026-08-26T16:00:36.470Z Downloaded poly1305 v0.8.0
11002026-08-26T16:00:36.470Z Downloaded serde_derive_internals v0.29.1
11012026-08-26T16:00:36.473Z Downloaded sigpipe v0.1.3
11022026-08-26T16:00:36.473Z Downloaded icu_provider v2.1.1
11032026-08-26T16:00:36.473Z Downloaded hyper v1.10.1
11042026-08-26T16:00:36.476Z Downloaded mio v1.2.0
11052026-08-26T16:00:36.479Z Downloaded difflib v0.4.0
11062026-08-26T16:00:36.482Z Downloaded dunce v1.0.5
11072026-08-26T16:00:36.486Z Downloaded nodrop v0.1.14
11082026-08-26T16:00:36.486Z Downloaded num v0.4.3
11092026-08-26T16:00:36.486Z Downloaded cookie_store v0.22.1
11102026-08-26T16:00:36.489Z Downloaded termios v0.3.3
11112026-08-26T16:00:36.489Z Downloaded thiserror-no-std v2.0.2
11122026-08-26T16:00:36.489Z Downloaded idna v1.1.0
11132026-08-26T16:00:36.492Z Downloaded progenitor-client v0.14.0
11142026-08-26T16:00:36.492Z Downloaded signature v3.0.0
11152026-08-26T16:00:36.495Z Downloaded zip v4.6.1
11162026-08-26T16:00:36.498Z Downloaded nom v7.1.3
11172026-08-26T16:00:36.501Z Downloaded itertools v0.15.0
11182026-08-26T16:00:36.504Z Downloaded winnow v0.6.26
11192026-08-26T16:00:36.509Z Downloaded crossbeam-deque v0.8.6
11202026-08-26T16:00:36.512Z Downloaded wyz v0.5.1
11212026-08-26T16:00:36.512Z Downloaded lazy_static v1.5.0
11222026-08-26T16:00:36.512Z Downloaded lzss v0.8.2
11232026-08-26T16:00:36.512Z Downloaded num-integer v0.1.46
11242026-08-26T16:00:36.516Z Downloaded phf_shared v0.12.1
11252026-08-26T16:00:36.516Z Downloaded percent-encoding v2.3.2
11262026-08-26T16:00:36.516Z Downloaded serde_spanned v1.1.1
11272026-08-26T16:00:36.516Z Downloaded supports-hyperlinks v3.2.0
11282026-08-26T16:00:36.519Z Downloaded zerofrom-derive v0.1.6
11292026-08-26T16:00:36.519Z Downloaded cpufeatures v0.3.0
11302026-08-26T16:00:36.522Z Downloaded aho-corasick v1.1.4
11312026-08-26T16:00:36.526Z Downloaded rustls-webpki v0.103.13
11322026-08-26T16:00:36.530Z Downloaded reedline v0.40.0
11332026-08-26T16:00:36.533Z Downloaded phf v0.13.1
11342026-08-26T16:00:36.536Z Downloaded progenitor-client v0.13.0
11352026-08-26T16:00:36.536Z Downloaded h2 v0.4.15
11362026-08-26T16:00:36.540Z Downloaded derive_builder_macro v0.20.2
11372026-08-26T16:00:36.540Z Downloaded salsa20 v0.11.0
11382026-08-26T16:00:36.543Z Downloaded x509-cert v0.2.5
11392026-08-26T16:00:36.549Z Downloaded typify v0.6.2
11402026-08-26T16:00:36.552Z Downloaded icu_properties_data v2.1.2
11412026-08-26T16:00:36.556Z Downloaded parking_lot v0.11.2
11422026-08-26T16:00:36.559Z Downloaded whoami v2.1.0
11432026-08-26T16:00:36.559Z Downloaded strum_macros v0.26.4
11442026-08-26T16:00:36.562Z Downloaded convert_case v0.10.0
11452026-08-26T16:00:36.562Z Downloaded hyper-tls v0.6.0
11462026-08-26T16:00:36.565Z Downloaded packed_struct_codegen v0.10.1
11472026-08-26T16:00:36.568Z Downloaded dtrace-parser v0.3.0
11482026-08-26T16:00:36.568Z Downloaded rustc-hash v2.1.1
11492026-08-26T16:00:36.568Z Downloaded signal-hook-tokio v0.3.1
11502026-08-26T16:00:36.572Z Downloaded tower-layer v0.3.3
11512026-08-26T16:00:36.575Z Downloaded opaque-debug v0.3.1
11522026-08-26T16:00:36.586Z Downloaded ipnetwork v0.21.1
11532026-08-26T16:00:36.592Z Downloaded num-derive v0.4.2
11542026-08-26T16:00:36.596Z Downloaded phf_shared v0.11.3
11552026-08-26T16:00:36.599Z Downloaded rsa v0.10.0-rc.18
11562026-08-26T16:00:36.602Z Downloaded vergen-gitcl v1.0.8
11572026-08-26T16:00:36.605Z Downloaded winnow v1.0.3
11582026-08-26T16:00:36.609Z Downloaded scuffle v0.1.0
11592026-08-26T16:00:36.612Z Downloaded itertools v0.14.0
11602026-08-26T16:00:36.616Z Downloaded tokio-native-tls v0.3.1
11612026-08-26T16:00:36.616Z Downloaded ssh-key v0.7.0-rc.11
11622026-08-26T16:00:36.619Z Downloaded rand_seeder v0.4.0
11632026-08-26T16:00:36.622Z Downloaded diff v0.1.13
11642026-08-26T16:00:36.622Z Downloaded iri-string v0.7.10
11652026-08-26T16:00:36.625Z Downloaded ed25519-dalek v2.2.0
11662026-08-26T16:00:36.629Z Downloaded itertools v0.13.0
11672026-08-26T16:00:36.632Z Downloaded sha2 v0.11.0
11682026-08-26T16:00:36.632Z Downloaded hyper-staticfile v0.10.1
11692026-08-26T16:00:36.635Z Downloaded universal-hash v0.5.1
11702026-08-26T16:00:36.635Z Downloaded nibble_vec v0.1.0
11712026-08-26T16:00:36.635Z Downloaded internet-checksum v0.2.1
11722026-08-26T16:00:36.635Z Downloaded jiff-static v0.2.34
11732026-08-26T16:00:36.635Z Downloaded slog-bunyan v2.5.0
11742026-08-26T16:00:36.636Z Downloaded structmeta v0.3.0
11752026-08-26T16:00:36.636Z Downloaded instability v0.3.11
11762026-08-26T16:00:36.639Z Downloaded sync-ptr v0.1.4
11772026-08-26T16:00:36.639Z Downloaded serde_tokenstream v0.3.0
11782026-08-26T16:00:36.642Z Downloaded unicode-normalization v0.1.25
11792026-08-26T16:00:36.645Z Downloaded psm v0.1.30
11802026-08-26T16:00:36.645Z Downloaded russh-util v0.52.0
11812026-08-26T16:00:36.648Z Downloaded display-error-chain v0.2.2
11822026-08-26T16:00:36.648Z Downloaded lock_api v0.4.14
11832026-08-26T16:00:36.652Z Downloaded poly1305 v0.9.0
11842026-08-26T16:00:36.655Z Downloaded darling v0.13.4
11852026-08-26T16:00:36.658Z Downloaded humantime v2.3.0
11862026-08-26T16:00:36.658Z Downloaded knus-derive v3.4.0
11872026-08-26T16:00:36.672Z Downloaded lru-cache v0.1.2
11882026-08-26T16:00:36.675Z Downloaded typify-macro v0.6.2
11892026-08-26T16:00:36.675Z Downloaded untrusted v0.7.1
11902026-08-26T16:00:36.694Z Downloaded defmt-macros v1.0.1
11912026-08-26T16:00:36.698Z Downloaded der_derive v0.7.3
11922026-08-26T16:00:36.701Z Downloaded const_format_proc_macros v0.2.34
11932026-08-26T16:00:36.701Z Downloaded zerocopy v0.6.6
11942026-08-26T16:00:36.704Z Downloaded toml v0.7.8
11952026-08-26T16:00:36.704Z Downloaded daft-derive v0.1.8
11962026-08-26T16:00:36.707Z Downloaded openssl-macros v0.1.1
11972026-08-26T16:00:36.707Z Downloaded packed_struct v0.10.1
11982026-08-26T16:00:36.710Z Downloaded icu_collections v2.1.1
11992026-08-26T16:00:36.710Z Downloaded inout v0.1.4
12002026-08-26T16:00:36.713Z Downloaded blake3 v1.8.5
12012026-08-26T16:00:36.716Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12022026-08-26T16:00:36.716Z Downloaded darling_core v0.21.3
12032026-08-26T16:00:36.720Z Downloaded digest v0.11.3
12042026-08-26T16:00:36.723Z Downloaded nom v8.0.0
12052026-08-26T16:00:36.726Z Downloaded rand_chacha v0.9.0
12062026-08-26T16:00:36.726Z Downloaded ssh-cipher v0.3.0
12072026-08-26T16:00:36.726Z Downloaded writeable v0.6.2
12082026-08-26T16:00:36.726Z Downloaded derive_more-impl v2.1.1
12092026-08-26T16:00:36.736Z Downloaded git2 v0.20.4
12102026-08-26T16:00:36.742Z Downloaded regex v1.12.3
12112026-08-26T16:00:36.745Z Downloaded rustls-pki-types v1.14.0
12122026-08-26T16:00:36.749Z Downloaded tls_codec v0.4.2
12132026-08-26T16:00:36.752Z Downloaded tinystr v0.8.2
12142026-08-26T16:00:36.752Z Downloaded dropshot-api-manager v0.8.0
12152026-08-26T16:00:36.755Z Downloaded libloading v0.8.9
12162026-08-26T16:00:36.755Z Downloaded ppv-lite86 v0.2.21
12172026-08-26T16:00:36.755Z Downloaded oxide-tokio-rt v0.1.4
12182026-08-26T16:00:36.759Z Downloaded ml-kem v0.3.2
12192026-08-26T16:00:36.762Z Downloaded hyper-util v0.1.20
12202026-08-26T16:00:36.768Z Downloaded subprocess v0.2.15
12212026-08-26T16:00:36.771Z Downloaded quinn-proto v0.11.16
12222026-08-26T16:00:36.774Z Downloaded crossterm v0.28.1
12232026-08-26T16:00:36.778Z Downloaded crypto-primes v0.7.2
12242026-08-26T16:00:36.781Z Downloaded url v2.5.8
12252026-08-26T16:00:36.784Z Downloaded ron v0.8.1
12262026-08-26T16:00:36.788Z Downloaded derive_builder_core v0.20.2
12272026-08-26T16:00:36.791Z Downloaded pkcs1 v0.8.0-rc.4
12282026-08-26T16:00:36.794Z Downloaded bitvec v1.0.1
12292026-08-26T16:00:36.809Z Downloaded rand v0.9.2
12302026-08-26T16:00:36.822Z Downloaded darling_core v0.20.11
12312026-08-26T16:00:36.827Z Downloaded icu_normalizer_data v2.1.1
12322026-08-26T16:00:36.830Z Downloaded internal-russh-num-bigint v0.5.0
12332026-08-26T16:00:36.834Z Downloaded itertools v0.12.1
12342026-08-26T16:00:36.838Z Downloaded miniz_oxide v0.8.9
12352026-08-26T16:00:36.838Z Downloaded schemars v1.2.1
12362026-08-26T16:00:36.846Z Downloaded snafu v0.8.9
12372026-08-26T16:00:36.850Z Downloaded tungstenite v0.23.0
12382026-08-26T16:00:36.850Z Downloaded zerotrie v0.2.3
12392026-08-26T16:00:36.854Z Downloaded zstd-safe v7.2.4
12402026-08-26T16:00:36.859Z Downloaded aws-lc-rs v1.16.3
12412026-08-26T16:00:36.863Z Downloaded tokio-postgres v0.7.16
12422026-08-26T16:00:36.863Z Downloaded icu_locale_core v2.1.1
12432026-08-26T16:00:36.866Z Downloaded rawzip v0.4.4
12442026-08-26T16:00:36.869Z Downloaded rayon v1.11.0
12452026-08-26T16:00:36.872Z Downloaded russh v0.62.4
12462026-08-26T16:00:36.875Z Downloaded tough v0.22.0
12472026-08-26T16:00:36.879Z Downloaded goblin v0.10.5
12482026-08-26T16:00:36.883Z Downloaded sha3 v0.12.0
12492026-08-26T16:00:36.886Z Downloaded derive-where v1.6.0
12502026-08-26T16:00:36.889Z Downloaded minimal-lexical v0.2.1
12512026-08-26T16:00:36.889Z Downloaded steno v0.4.1
12522026-08-26T16:00:36.893Z Downloaded bindgen v0.71.1
12532026-08-26T16:00:36.897Z Downloaded ryu v1.0.23
12542026-08-26T16:00:36.897Z Downloaded typed-path v0.9.3
12552026-08-26T16:00:36.900Z Downloaded p521 v0.14.0
12562026-08-26T16:00:36.903Z Downloaded reqwest v0.12.28
12572026-08-26T16:00:36.906Z Downloaded rsa v0.9.10
12582026-08-26T16:00:36.910Z Downloaded smoltcp v0.9.1
12592026-08-26T16:00:36.913Z Downloaded vcpkg v0.2.15
12602026-08-26T16:00:36.934Z Downloaded const_format v0.2.35
12612026-08-26T16:00:36.938Z Downloaded publicsuffix v2.3.0
12622026-08-26T16:00:36.941Z Downloaded rand v0.10.1
12632026-08-26T16:00:36.941Z Downloaded toml_edit v0.19.15
12642026-08-26T16:00:36.950Z Downloaded libxml v0.3.3
12652026-08-26T16:00:36.953Z Downloaded crossbeam-channel v0.5.15
12662026-08-26T16:00:36.957Z Downloaded proptest v1.11.0
12672026-08-26T16:00:36.960Z Downloaded p384 v0.13.1
12682026-08-26T16:00:36.963Z Downloaded gimli v0.32.3
12692026-08-26T16:00:36.967Z Downloaded chrono v0.4.45
12702026-08-26T16:00:36.970Z Downloaded lalrpop v0.19.12
12712026-08-26T16:00:36.976Z Downloaded schemars v0.9.0
12722026-08-26T16:00:36.983Z Downloaded crossterm v0.29.0
12732026-08-26T16:00:36.986Z Downloaded itertools v0.10.5
12742026-08-26T16:00:36.990Z Downloaded zerovec v0.11.5
12752026-08-26T16:00:36.993Z Downloaded der v0.8.0
12762026-08-26T16:00:36.998Z Downloaded unicode-segmentation v1.12.0
12772026-08-26T16:00:36.998Z Downloaded serde_with v3.21.0
12782026-08-26T16:00:37.002Z Downloaded time v0.3.47
12792026-08-26T16:00:37.008Z Downloaded quick-xml v0.37.5
12802026-08-26T16:00:37.011Z Downloaded zlib-rs v0.6.2
12812026-08-26T16:00:37.014Z Downloaded petname v2.0.2
12822026-08-26T16:00:37.020Z Downloaded tabled v0.21.0
12832026-08-26T16:00:37.025Z Downloaded salty v0.3.0
12842026-08-26T16:00:37.029Z Downloaded libm v0.2.16
12852026-08-26T16:00:37.036Z Downloaded openssl v0.10.80
12862026-08-26T16:00:37.042Z Downloaded reqwest v0.13.2
12872026-08-26T16:00:37.045Z Downloaded jiff-core v0.1.0
12882026-08-26T16:00:37.045Z Downloaded iddqd v0.4.2
12892026-08-26T16:00:37.049Z Downloaded winnow v0.5.40
12902026-08-26T16:00:37.053Z Downloaded bstr v1.12.1
12912026-08-26T16:00:37.059Z Downloaded regress v0.11.1
12922026-08-26T16:00:37.062Z Downloaded polar-core v0.27.3
12932026-08-26T16:00:37.066Z Downloaded object v0.30.4
12942026-08-26T16:00:37.071Z Downloaded portable-atomic v1.13.1
12952026-08-26T16:00:37.075Z Downloaded crypto-bigint v0.7.5
12962026-08-26T16:00:37.082Z Downloaded nix v0.28.0
12972026-08-26T16:00:37.088Z Downloaded nix v0.27.1
12982026-08-26T16:00:37.094Z Downloaded regex-syntax v0.6.29
12992026-08-26T16:00:37.100Z Downloaded moka v0.12.13
13002026-08-26T16:00:37.110Z Downloaded rustls v0.23.41
13012026-08-26T16:00:37.119Z Downloaded radix_trie v0.2.1
13022026-08-26T16:00:37.123Z Downloaded hickory-proto v0.24.4
13032026-08-26T16:00:37.135Z Downloaded regress v0.10.5
13042026-08-26T16:00:37.140Z Downloaded object v0.37.3
13052026-08-26T16:00:37.143Z Downloaded syn v3.0.3
13062026-08-26T16:00:37.150Z Downloaded zerocopy v0.8.55
13072026-08-26T16:00:37.159Z Downloaded curve25519-dalek v4.1.3
13082026-08-26T16:00:37.170Z Downloaded smoltcp v0.11.0
13092026-08-26T16:00:37.179Z Downloaded nix v0.31.2
13102026-08-26T16:00:37.195Z Downloaded tracing v0.1.44
13112026-08-26T16:00:37.205Z Downloaded hickory-proto v0.25.2
13122026-08-26T16:00:37.235Z Downloaded rustix v0.38.44
13132026-08-26T16:00:37.247Z Downloaded dropshot v0.17.1
13142026-08-26T16:00:37.260Z Downloaded bzip2-sys v0.1.13+1.0.8
13152026-08-26T16:00:37.272Z Downloaded curve25519-dalek v5.0.0
13162026-08-26T16:00:37.306Z Downloaded chrono-tz v0.10.4
13172026-08-26T16:00:37.315Z Downloaded openapiv3 v2.2.0
13182026-08-26T16:00:37.321Z Downloaded regex-syntax v0.8.10
13192026-08-26T16:00:37.344Z Downloaded diesel v2.3.7
13202026-08-26T16:00:37.353Z Downloaded csv v1.4.0
13212026-08-26T16:00:37.384Z Downloaded sha3 v0.11.0
13222026-08-26T16:00:37.420Z Downloaded ratatui v0.29.0
13232026-08-26T16:00:37.430Z Downloaded typify-impl v0.6.2
13242026-08-26T16:00:37.439Z Downloaded sqlparser v0.61.0
13252026-08-26T16:00:37.450Z Downloaded zerocopy-derive v0.6.6
13262026-08-26T16:00:37.457Z Downloaded sled v0.34.7
13272026-08-26T16:00:37.502Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-26T16:00:37.534Z Downloaded regex-automata v0.4.14
13292026-08-26T16:00:37.561Z Downloaded jiff v0.2.34
13302026-08-26T16:00:37.572Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-26T16:00:37.579Z Downloaded petgraph v0.6.5
13322026-08-26T16:00:37.599Z Downloaded libz-sys v1.1.24
13332026-08-26T16:00:37.611Z Downloaded tokio v1.52.1
13342026-08-26T16:00:37.637Z Downloaded petgraph v0.8.3
13352026-08-26T16:00:37.650Z Downloaded sha3 v0.10.8
13362026-08-26T16:00:37.685Z Downloaded encoding_rs v0.8.35
13372026-08-26T16:00:37.700Z Downloaded ring v0.17.14
13382026-08-26T16:00:38.113Z Downloaded aws-lc-sys v0.40.0
13392026-08-26T16:00:38.381Z Compiling serde_core v1.0.228
13402026-08-26T16:00:38.381Z Compiling libc v0.2.185
13412026-08-26T16:00:38.385Z Compiling serde v1.0.228
13422026-08-26T16:00:38.385Z Compiling log v0.4.33
13432026-08-26T16:00:38.385Z Compiling smallvec v1.15.1
13442026-08-26T16:00:38.534Z Compiling shlex v1.3.0
13452026-08-26T16:00:38.542Z Compiling find-msvc-tools v0.1.9
13462026-08-26T16:00:38.545Z Compiling syn v2.0.117
13472026-08-26T16:00:38.776Z Compiling subtle v2.6.1
13482026-08-26T16:00:38.776Z Compiling scopeguard v1.2.0
13492026-08-26T16:00:38.801Z Compiling stable_deref_trait v1.2.1
13502026-08-26T16:00:38.813Z Compiling typenum v1.20.1
13512026-08-26T16:00:38.858Z Compiling lock_api v0.4.14
13522026-08-26T16:00:38.871Z Compiling zerocopy v0.8.55
13532026-08-26T16:00:38.884Z Compiling portable-atomic v1.13.1
13542026-08-26T16:00:38.964Z Compiling serde_json v1.0.151
13552026-08-26T16:00:39.092Z Compiling critical-section v1.2.0
13562026-08-26T16:00:39.167Z Compiling libm v0.2.16
13572026-08-26T16:00:39.199Z Compiling num-traits v0.2.19
13582026-08-26T16:00:39.309Z Compiling pkg-config v0.3.32
13592026-08-26T16:00:39.396Z Compiling errno v0.3.14
13602026-08-26T16:00:39.410Z Compiling jobserver v0.1.34
13612026-08-26T16:00:39.461Z Compiling getrandom v0.2.17
13622026-08-26T16:00:39.610Z Compiling cc v1.2.56
13632026-08-26T16:00:39.687Z Compiling rand_core v0.6.4
13642026-08-26T16:00:39.832Z Compiling once_cell v1.21.3
13652026-08-26T16:00:39.920Z Compiling generic-array v0.14.7
13662026-08-26T16:00:39.935Z Compiling pin-project-lite v0.2.17
13672026-08-26T16:00:39.952Z Compiling parking_lot_core v0.9.12
13682026-08-26T16:00:40.029Z Compiling getrandom v0.4.3
13692026-08-26T16:00:40.045Z Compiling const-oid v0.9.6
13702026-08-26T16:00:40.157Z Compiling rand_core v0.10.0
13712026-08-26T16:00:40.478Z Compiling signal-hook-registry v1.4.8
13722026-08-26T16:00:40.597Z Compiling bitflags v2.11.0
13732026-08-26T16:00:40.744Z Compiling writeable v0.6.2
13742026-08-26T16:00:40.760Z Compiling litemap v0.8.1
13752026-08-26T16:00:40.764Z Compiling percent-encoding v2.3.2
13762026-08-26T16:00:40.838Z Compiling futures-core v0.3.32
13772026-08-26T16:00:40.930Z Compiling semver v1.0.28
13782026-08-26T16:00:40.943Z Compiling parking_lot v0.12.5
13792026-08-26T16:00:40.958Z Compiling mio v1.2.0
13802026-08-26T16:00:40.958Z Compiling icu_properties_data v2.1.2
13812026-08-26T16:00:40.985Z Compiling icu_normalizer_data v2.1.1
13822026-08-26T16:00:41.094Z Compiling socket2 v0.6.3
13832026-08-26T16:00:41.234Z Compiling rustix v1.1.4
13842026-08-26T16:00:41.276Z Compiling synstructure v0.13.2
13852026-08-26T16:00:41.298Z Compiling getrandom v0.3.4
13862026-08-26T16:00:41.314Z Compiling futures-sink v0.3.32
13872026-08-26T16:00:41.404Z Compiling futures-channel v0.3.32
13882026-08-26T16:00:41.419Z Compiling indexmap v2.14.0
13892026-08-26T16:00:41.483Z Compiling utf8_iter v1.0.4
13902026-08-26T16:00:41.627Z Compiling slab v0.4.12
13912026-08-26T16:00:41.631Z Compiling futures-io v0.3.32
13922026-08-26T16:00:41.708Z Compiling futures-task v0.3.32
13932026-08-26T16:00:41.795Z Compiling form_urlencoded v1.2.2
13942026-08-26T16:00:41.901Z Compiling rustversion v1.0.22
13952026-08-26T16:00:41.934Z Compiling iana-time-zone v0.1.65
13962026-08-26T16:00:41.975Z Compiling base64ct v1.8.3
13972026-08-26T16:00:42.037Z Compiling cmake v0.1.57
13982026-08-26T16:00:42.132Z Compiling fs_extra v1.3.0
13992026-08-26T16:00:42.152Z Compiling ident_case v1.0.1
14002026-08-26T16:00:42.211Z Compiling pem-rfc7468 v0.7.0
14012026-08-26T16:00:42.264Z Compiling regex-syntax v0.8.10
14022026-08-26T16:00:42.278Z Compiling dunce v1.0.5
14032026-08-26T16:00:42.375Z Compiling flagset v0.4.7
14042026-08-26T16:00:42.409Z Compiling rand_core v0.9.5
14052026-08-26T16:00:42.431Z Compiling aws-lc-sys v0.40.0
14062026-08-26T16:00:42.502Z Compiling uuid v1.23.4
14072026-08-26T16:00:42.517Z Compiling base64 v0.22.1
14082026-08-26T16:00:42.690Z Compiling vcpkg v0.2.15
14092026-08-26T16:00:42.848Z Compiling syn v1.0.109
14102026-08-26T16:00:42.864Z Compiling serde_derive_internals v0.29.1
14112026-08-26T16:00:42.973Z Compiling serde_derive v1.0.228
14122026-08-26T16:00:42.991Z Compiling zeroize_derive v1.5.0
14132026-08-26T16:00:43.155Z Compiling zerofrom-derive v0.1.6
14142026-08-26T16:00:43.204Z Compiling zerocopy-derive v0.8.55
14152026-08-26T16:00:43.403Z Compiling yoke-derive v0.8.1
14162026-08-26T16:00:43.647Z Compiling zerovec-derive v0.11.2
14172026-08-26T16:00:43.768Z Compiling displaydoc v0.2.5
14182026-08-26T16:00:44.536Z Compiling tokio-macros v2.7.0
14192026-08-26T16:00:44.571Z Compiling zerofrom v0.1.6
14202026-08-26T16:00:44.575Z Compiling futures-macro v0.3.32
14212026-08-26T16:00:44.626Z Compiling thiserror-impl v2.0.18
14222026-08-26T16:00:44.697Z Compiling yoke v0.8.1
14232026-08-26T16:00:44.787Z Compiling der_derive v0.7.3
14242026-08-26T16:00:44.891Z Compiling zerovec v0.11.5
14252026-08-26T16:00:45.270Z Compiling zerotrie v0.2.3
14262026-08-26T16:00:45.410Z Compiling tinystr v0.8.2
14272026-08-26T16:00:45.450Z Compiling potential_utf v0.1.4
14282026-08-26T16:00:45.585Z Compiling icu_locale_core v2.1.1
14292026-08-26T16:00:45.605Z Compiling icu_collections v2.1.1
14302026-08-26T16:00:45.609Z Compiling futures-util v0.3.32
14312026-08-26T16:00:45.762Z Compiling openssl-sys v0.9.117
14322026-08-26T16:00:45.975Z Compiling thiserror v2.0.18
14332026-08-26T16:00:46.081Z Compiling tracing-attributes v0.1.31
14342026-08-26T16:00:46.114Z Compiling rustc_version v0.4.1
14352026-08-26T16:00:46.273Z Compiling icu_provider v2.1.1
14362026-08-26T16:00:46.423Z Compiling tracing-core v0.1.36
14372026-08-26T16:00:46.448Z Compiling zeroize v1.9.0
14382026-08-26T16:00:46.513Z Compiling bytes v1.11.1
14392026-08-26T16:00:46.563Z Compiling icu_properties v2.1.2
14402026-08-26T16:00:47.030Z Compiling tokio v1.52.1
14412026-08-26T16:00:47.160Z Compiling icu_normalizer v2.1.1
14422026-08-26T16:00:47.261Z Compiling crypto-common v0.1.7
14432026-08-26T16:00:47.402Z Compiling block-buffer v0.10.4
14442026-08-26T16:00:47.416Z Compiling chrono v0.4.45
14452026-08-26T16:00:47.580Z Compiling digest v0.10.7
14462026-08-26T16:00:47.689Z Compiling ppv-lite86 v0.2.21
14472026-08-26T16:00:47.703Z Compiling idna_adapter v1.2.1
14482026-08-26T16:00:47.776Z Compiling der v0.7.10
14492026-08-26T16:00:47.836Z Compiling idna v1.1.0
14502026-08-26T16:00:47.840Z Compiling http v1.4.2
14512026-08-26T16:00:47.941Z Compiling simd-adler32 v0.3.8
14522026-08-26T16:00:48.017Z Compiling rand_chacha v0.9.0
14532026-08-26T16:00:48.188Z Compiling url v2.5.8
14542026-08-26T16:00:48.482Z Compiling aws-lc-rs v1.16.3
14552026-08-26T16:00:48.707Z Compiling spki v0.7.3
14562026-08-26T16:00:48.761Z Compiling dyn-clone v1.0.20
14572026-08-26T16:00:48.777Z Compiling cpufeatures v0.2.17
14582026-08-26T16:00:48.789Z Compiling schemars v0.8.22
14592026-08-26T16:00:48.846Z Compiling http-body v1.0.1
14602026-08-26T16:00:48.892Z Compiling pkcs8 v0.10.2
14612026-08-26T16:00:48.908Z Compiling rand v0.9.2
14622026-08-26T16:00:48.958Z Compiling tracing v0.1.44
14632026-08-26T16:00:48.973Z Compiling rustls-pki-types v1.14.0
14642026-08-26T16:00:49.061Z Compiling schemars_derive v0.8.22
14652026-08-26T16:00:49.138Z Compiling spin v0.9.8
14662026-08-26T16:00:49.206Z Compiling tinyvec_macros v0.1.1
14672026-08-26T16:00:49.278Z Compiling cmov v0.5.4
14682026-08-26T16:00:49.338Z Compiling httparse v1.10.1
14692026-08-26T16:00:49.401Z Compiling openssl-probe v0.2.1
14702026-08-26T16:00:49.478Z Compiling crc32fast v1.5.0
14712026-08-26T16:00:49.573Z Compiling adler2 v2.0.1
14722026-08-26T16:00:49.632Z Compiling ctutils v0.4.2
14732026-08-26T16:00:49.700Z Compiling miniz_oxide v0.8.9
14742026-08-26T16:00:49.714Z Compiling tempfile v3.27.0
14752026-08-26T16:00:49.778Z Compiling tinyvec v1.10.0
14762026-08-26T16:00:49.858Z Compiling pest_generator v2.8.6
14772026-08-26T16:00:50.067Z Compiling sha2 v0.10.9
14782026-08-26T16:00:50.108Z Compiling terminal_size v0.4.3
14792026-08-26T16:00:50.241Z Compiling aho-corasick v1.1.4
14802026-08-26T16:00:50.275Z Compiling atomic-waker v1.1.2
14812026-08-26T16:00:50.398Z Compiling tower-service v0.3.3
14822026-08-26T16:00:50.494Z Compiling radium v0.7.0
14832026-08-26T16:00:50.522Z Compiling try-lock v0.2.5
14842026-08-26T16:00:50.630Z Compiling untrusted v0.7.1
14852026-08-26T16:00:50.736Z Compiling tower-layer v0.3.3
14862026-08-26T16:00:50.755Z Compiling tokio-util v0.7.18
14872026-08-26T16:00:50.915Z Compiling want v0.3.1
14882026-08-26T16:00:51.075Z Compiling regex-automata v0.4.14
14892026-08-26T16:00:51.336Z Compiling pest_derive v2.8.6
14902026-08-26T16:00:51.486Z Compiling h2 v0.4.15
14912026-08-26T16:00:51.742Z Compiling hybrid-array v0.4.13
14922026-08-26T16:00:51.957Z Compiling ipnet v2.12.0
14932026-08-26T16:00:52.149Z Compiling scroll_derive v0.13.1
14942026-08-26T16:00:52.447Z Compiling darling_core v0.20.11
14952026-08-26T16:00:52.538Z Compiling tap v1.0.1
14962026-08-26T16:00:52.651Z Compiling openssl v0.10.80
14972026-08-26T16:00:52.717Z Compiling foreign-types-shared v0.1.1
14982026-08-26T16:00:52.732Z Compiling rustls v0.23.41
14992026-08-26T16:00:52.805Z Compiling untrusted v0.9.0
15002026-08-26T16:00:52.875Z Compiling maybe-uninit v2.0.0
15012026-08-26T16:00:52.897Z Compiling httpdate v1.0.3
15022026-08-26T16:00:52.937Z Compiling scroll v0.13.0
15032026-08-26T16:00:52.953Z Compiling foreign-types v0.3.2
15042026-08-26T16:00:53.026Z Compiling wyz v0.5.1
15052026-08-26T16:00:53.183Z Compiling unicode-normalization v0.1.25
15062026-08-26T16:00:53.211Z Compiling rand_chacha v0.3.1
15072026-08-26T16:00:53.318Z Compiling signature v2.2.0
15082026-08-26T16:00:53.506Z Compiling hex v0.4.3
15092026-08-26T16:00:53.587Z Compiling openssl-macros v0.1.1
15102026-08-26T16:00:53.632Z Compiling thiserror-impl v1.0.69
15112026-08-26T16:00:53.767Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-08-26T16:00:53.961Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-08-26T16:00:53.975Z Compiling num-integer v0.1.46
15142026-08-26T16:00:54.140Z Compiling wait-timeout v0.2.1
15152026-08-26T16:00:54.230Z Compiling ahash v0.8.12
15162026-08-26T16:00:54.290Z Compiling bit-vec v0.8.0
15172026-08-26T16:00:54.400Z Compiling num-bigint-dig v0.8.6
15182026-08-26T16:00:54.429Z Compiling packed_struct v0.10.1
15192026-08-26T16:00:54.518Z Compiling funty v2.0.0
15202026-08-26T16:00:54.580Z Compiling hyper v1.10.1
15212026-08-26T16:00:54.663Z Compiling time-core v0.1.8
15222026-08-26T16:00:54.678Z Compiling darling_macro v0.20.11
15232026-08-26T16:00:54.807Z Compiling powerfmt v0.2.0
15242026-08-26T16:00:54.845Z Compiling num-conv v0.2.0
15252026-08-26T16:00:54.974Z Compiling native-tls v0.2.18
15262026-08-26T16:00:55.006Z Compiling quick-error v1.2.3
15272026-08-26T16:00:55.082Z Compiling clap_builder v4.6.0
15282026-08-26T16:00:55.112Z Compiling rusty-fork v0.3.1
15292026-08-26T16:00:55.128Z Compiling time-macros v0.2.27
15302026-08-26T16:00:55.144Z Compiling darling v0.20.11
15312026-08-26T16:00:55.190Z Compiling deranged v0.5.8
15322026-08-26T16:00:55.227Z Compiling thiserror v1.0.69
15332026-08-26T16:00:55.329Z Compiling bitvec v1.0.1
15342026-08-26T16:00:55.455Z Compiling bit-set v0.8.0
15352026-08-26T16:00:55.630Z Compiling num-iter v0.1.45
15362026-08-26T16:00:55.753Z Compiling hyper-util v0.1.20
15372026-08-26T16:00:56.150Z Compiling rand v0.8.6
15382026-08-26T16:00:56.442Z Compiling goblin v0.10.5
15392026-08-26T16:00:56.713Z Compiling packed_struct_codegen v0.10.1
15402026-08-26T16:00:57.002Z Compiling lazy_static v1.5.0
15412026-08-26T16:00:57.097Z Compiling hmac v0.12.1
15422026-08-26T16:00:57.263Z Compiling serde_spanned v0.6.9
15432026-08-26T16:00:57.408Z Compiling toml_datetime v0.6.11
15442026-08-26T16:00:57.477Z Compiling clap_derive v4.6.1
15452026-08-26T16:00:57.663Z Compiling bitfield-macros v0.19.4
15462026-08-26T16:00:57.811Z Compiling zerocopy-derive v0.6.6
15472026-08-26T16:00:58.072Z Compiling rand_xorshift v0.4.0
15482026-08-26T16:00:58.240Z Compiling sync_wrapper v1.0.2
15492026-08-26T16:00:58.351Z Compiling indexmap v1.9.3
15502026-08-26T16:00:58.366Z Compiling crc-catalog v2.4.0
15512026-08-26T16:00:58.462Z Compiling usdt-impl v0.6.0
15522026-08-26T16:00:58.534Z Compiling unarray v0.1.4
15532026-08-26T16:00:58.632Z Compiling paste v1.0.15
15542026-08-26T16:00:58.647Z Compiling siphasher v1.0.2
15552026-08-26T16:00:58.661Z Compiling nodrop v0.1.14
15562026-08-26T16:00:58.750Z Compiling zlib-rs v0.6.2
15572026-08-26T16:00:58.827Z Compiling crossbeam-utils v0.8.21
15582026-08-26T16:00:58.888Z Compiling object v0.37.3
15592026-08-26T16:00:59.090Z Compiling num_threads v0.1.7
15602026-08-26T16:00:59.105Z Compiling unicode-segmentation v1.12.0
15612026-08-26T16:00:59.183Z Compiling time v0.3.47
15622026-08-26T16:00:59.186Z Compiling clap v4.6.1
15632026-08-26T16:00:59.199Z Compiling dof v0.4.0
15642026-08-26T16:00:59.346Z Compiling array-init v0.0.4
15652026-08-26T16:00:59.496Z Compiling zerocopy v0.6.6
15662026-08-26T16:00:59.681Z Compiling proptest v1.11.0
15672026-08-26T16:00:59.838Z Compiling crc v3.4.0
15682026-08-26T16:01:00.031Z Compiling bitfield v0.19.4
15692026-08-26T16:01:00.347Z Compiling tower v0.5.3
15702026-08-26T16:01:00.691Z Compiling smallvec v0.6.14
15712026-08-26T16:01:00.889Z Compiling derive_builder_core v0.20.2
15722026-08-26T16:01:01.106Z Compiling dtrace-parser v0.3.0
15732026-08-26T16:01:01.712Z Compiling flate2 v1.1.9
15742026-08-26T16:01:01.818Z Compiling ipnetwork v0.21.1
15752026-08-26T16:01:01.863Z Compiling pkcs1 v0.7.5
15762026-08-26T16:01:01.931Z Compiling http-body-util v0.1.3
15772026-08-26T16:01:02.167Z Compiling heapless v0.7.17
15782026-08-26T16:01:02.182Z Compiling scroll_derive v0.12.1
15792026-08-26T16:01:02.222Z Compiling structmeta-derive v0.3.0
15802026-08-26T16:01:02.244Z Compiling slog v2.8.2
15812026-08-26T16:01:02.404Z Compiling darling_core v0.23.0
15822026-08-26T16:01:02.430Z Compiling thread-id v5.1.0
15832026-08-26T16:01:02.517Z Compiling cookie v0.18.1
15842026-08-26T16:01:02.535Z Compiling env_filter v2.0.0
15852026-08-26T16:01:02.696Z Compiling syn v3.0.3
15862026-08-26T16:01:02.833Z Compiling iri-string v0.7.10
15872026-08-26T16:01:02.849Z Compiling allocator-api2 v0.2.21
15882026-08-26T16:01:03.180Z Compiling ryu v1.0.23
15892026-08-26T16:01:03.291Z Compiling unicode-properties v0.1.4
15902026-08-26T16:01:03.365Z Compiling signal-hook v0.3.18
15912026-08-26T16:01:03.500Z Compiling winnow v0.5.40
15922026-08-26T16:01:03.532Z Compiling unicode-bidi v0.3.18
15932026-08-26T16:01:04.062Z Compiling zstd-safe v7.2.4
15942026-08-26T16:01:04.258Z Compiling gimli v0.32.3
15952026-08-26T16:01:04.323Z Compiling hashbrown v0.12.3
15962026-08-26T16:01:04.793Z Compiling base64 v0.21.7
15972026-08-26T16:01:04.867Z Compiling anyhow v1.0.104
15982026-08-26T16:01:04.905Z Compiling darling_macro v0.23.0
15992026-08-26T16:01:05.098Z Compiling ron v0.8.1
16002026-08-26T16:01:05.374Z Compiling toml_edit v0.19.15
16012026-08-26T16:01:05.779Z Compiling tower-http v0.6.8
16022026-08-26T16:01:06.022Z Compiling addr2line v0.25.1
16032026-08-26T16:01:06.038Z Compiling stringprep v0.1.5
16042026-08-26T16:01:06.093Z Compiling daft-derive v0.1.8
16052026-08-26T16:01:06.169Z Compiling serde_urlencoded v0.7.1
16062026-08-26T16:01:06.184Z Compiling structmeta v0.3.0
16072026-08-26T16:01:06.346Z Compiling scroll v0.12.0
16082026-08-26T16:01:06.413Z Compiling env_logger v0.11.11
16092026-08-26T16:01:06.606Z Compiling rsa v0.9.10
16102026-08-26T16:01:06.631Z Compiling oxnet v0.1.6
16112026-08-26T16:01:06.751Z Compiling newtype-uuid v1.3.2
16122026-08-26T16:01:06.782Z Compiling derive_builder_macro v0.20.2
16132026-08-26T16:01:07.053Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16142026-08-26T16:01:07.095Z Compiling hashbrown v0.13.2
16152026-08-26T16:01:07.098Z Compiling bzip2 v0.4.4
16162026-08-26T16:01:07.302Z Compiling serde-hex v0.1.0
16172026-08-26T16:01:07.317Z Compiling tokio-native-tls v0.3.1
16182026-08-26T16:01:07.490Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-26T16:01:07.586Z Compiling camino v1.2.5
16202026-08-26T16:01:08.179Z Compiling bstr v1.12.1
16212026-08-26T16:01:08.460Z Compiling block-padding v0.4.2
16222026-08-26T16:01:08.630Z Compiling block-buffer v0.12.1
16232026-08-26T16:01:08.813Z Compiling crypto-common v0.2.2
16242026-08-26T16:01:08.832Z Compiling rustls-native-certs v0.8.3
16252026-08-26T16:01:09.018Z Compiling x509-cert v0.2.5
16262026-08-26T16:01:09.122Z Compiling md-5 v0.10.6
16272026-08-26T16:01:09.291Z Compiling erased-serde v0.3.31
16282026-08-26T16:01:09.654Z Compiling serde_tokenstream v0.2.3
16292026-08-26T16:01:09.785Z Compiling curve25519-dalek v4.1.3
16302026-08-26T16:01:09.968Z Compiling async-trait v0.1.89
16312026-08-26T16:01:10.116Z Compiling pin-project-internal v1.1.11
16322026-08-26T16:01:10.478Z Compiling zerocopy-derive v0.7.35
16332026-08-26T16:01:10.519Z Compiling vergen-lib v9.1.0
16342026-08-26T16:01:10.601Z Compiling hash32 v0.2.1
16352026-08-26T16:01:10.698Z Compiling memoffset v0.9.1
16362026-08-26T16:01:10.756Z Compiling encoding_rs v0.8.35
16372026-08-26T16:01:10.788Z Compiling rustc-demangle v0.1.27
16382026-08-26T16:01:10.887Z Compiling mime v0.3.17
16392026-08-26T16:01:10.960Z Compiling fallible-iterator v0.2.0
16402026-08-26T16:01:11.135Z Compiling ref-cast v1.0.25
16412026-08-26T16:01:11.177Z Compiling psl-types v2.0.11
16422026-08-26T16:01:11.191Z Compiling cfg_aliases v0.2.1
16432026-08-26T16:01:11.264Z Compiling litrs v1.0.0
16442026-08-26T16:01:11.279Z Compiling crc-any v2.5.0
16452026-08-26T16:01:11.300Z Compiling rustix v0.38.44
16462026-08-26T16:01:11.338Z Compiling smoltcp v0.9.1
16472026-08-26T16:01:11.425Z Compiling owo-colors v4.3.0
16482026-08-26T16:01:11.497Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-08-26T16:01:11.617Z Compiling zerocopy v0.7.35
16502026-08-26T16:01:11.679Z Compiling publicsuffix v2.3.0
16512026-08-26T16:01:11.711Z Compiling nix v0.31.2
16522026-08-26T16:01:11.758Z Compiling document-features v0.2.12
16532026-08-26T16:01:11.776Z Compiling postgres-protocol v0.6.10
16542026-08-26T16:01:11.881Z Compiling pin-project v1.1.11
16552026-08-26T16:01:11.982Z Compiling backtrace v0.3.76
16562026-08-26T16:01:12.307Z Compiling inout v0.2.2
16572026-08-26T16:01:12.336Z Compiling daft v0.1.8
16582026-08-26T16:01:12.351Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-26T16:01:12.486Z Compiling object v0.30.4
16602026-08-26T16:01:12.613Z Compiling hyper-tls v0.6.0
16612026-08-26T16:01:12.627Z Compiling derive_builder v0.20.2
16622026-08-26T16:01:12.631Z Compiling zip v0.6.6
16632026-08-26T16:01:12.659Z Compiling toml v0.7.8
16642026-08-26T16:01:12.751Z Compiling goblin v0.8.2
16652026-08-26T16:01:13.127Z Compiling derive-ex v0.1.8
16662026-08-26T16:01:13.241Z Compiling darling v0.23.0
16672026-08-26T16:01:13.500Z Compiling convert_case v0.10.0
16682026-08-26T16:01:13.552Z Compiling phf_shared v0.13.1
16692026-08-26T16:01:13.661Z Compiling regex v1.12.3
16702026-08-26T16:01:13.792Z Compiling hubpack_derive v0.1.1
16712026-08-26T16:01:13.808Z Compiling futures-executor v0.3.32
16722026-08-26T16:01:14.058Z Compiling ref-cast-impl v1.0.25
16732026-08-26T16:01:14.078Z Compiling curve25519-dalek-derive v0.1.1
16742026-08-26T16:01:14.232Z Compiling strum_macros v0.27.2
16752026-08-26T16:01:14.589Z Compiling snafu-derive v0.8.9
16762026-08-26T16:01:14.707Z Compiling vergen v9.1.0
16772026-08-26T16:01:14.739Z Compiling cargo-platform v0.3.2
16782026-08-26T16:01:14.885Z Compiling ff v0.13.1
16792026-08-26T16:01:15.016Z Compiling fs-err v3.3.0
16802026-08-26T16:01:15.032Z Compiling bumpalo v3.20.2
16812026-08-26T16:01:15.204Z Compiling libbz2-rs-sys v0.2.2
16822026-08-26T16:01:15.285Z Compiling jiff-core v0.1.0
16832026-08-26T16:01:15.309Z Compiling bitflags v1.3.2
16842026-08-26T16:01:15.387Z Compiling path-slash v0.1.5
16852026-08-26T16:01:15.520Z Compiling either v1.15.0
16862026-08-26T16:01:15.737Z Compiling foldhash v0.2.0
16872026-08-26T16:01:15.876Z Compiling base16ct v0.2.0
16882026-08-26T16:01:15.956Z Compiling managed v0.8.0
16892026-08-26T16:01:16.079Z Compiling foldhash v0.1.5
16902026-08-26T16:01:16.157Z Compiling is_ci v1.2.0
16912026-08-26T16:01:16.171Z Compiling same-file v1.0.6
16922026-08-26T16:01:16.184Z Compiling textwrap v0.16.2
16932026-08-26T16:01:16.250Z Compiling supports-color v3.0.2
16942026-08-26T16:01:16.289Z Compiling hashbrown v0.15.5
16952026-08-26T16:01:16.326Z Compiling walkdir v2.5.0
16962026-08-26T16:01:16.350Z Compiling strum v0.27.2
16972026-08-26T16:01:16.469Z Compiling snafu v0.8.9
16982026-08-26T16:01:16.484Z Compiling sec1 v0.7.3
16992026-08-26T16:01:16.623Z Compiling jiff v0.2.34
17002026-08-26T16:01:16.638Z Compiling hashbrown v0.16.1
17012026-08-26T16:01:16.758Z Compiling bzip2 v0.6.1
17022026-08-26T16:01:16.812Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17032026-08-26T16:01:16.859Z Compiling zopfli v0.8.3
17042026-08-26T16:01:17.082Z Compiling group v0.13.0
17052026-08-26T16:01:17.231Z Compiling cargo_metadata v0.23.1
17062026-08-26T16:01:17.259Z Compiling dof v0.3.0
17072026-08-26T16:01:17.295Z Compiling test-strategy v0.4.5
17082026-08-26T16:01:18.093Z Compiling hubpack v0.1.2
17092026-08-26T16:01:18.240Z Compiling futures v0.3.32
17102026-08-26T16:01:18.318Z Compiling derive_more-impl v2.1.1
17112026-08-26T16:01:18.333Z Compiling phf v0.13.1
17122026-08-26T16:01:18.595Z Compiling signal-hook-mio v0.2.5
17132026-08-26T16:01:18.719Z Compiling serde_with_macros v3.21.0
17142026-08-26T16:01:18.766Z Compiling cookie_store v0.22.1
17152026-08-26T16:01:18.849Z Compiling zstd v0.13.3
17162026-08-26T16:01:19.123Z Compiling reqwest v0.12.28
17172026-08-26T16:01:19.430Z Compiling cipher v0.5.2
17182026-08-26T16:01:19.448Z Compiling backtrace-ext v0.2.1
17192026-08-26T16:01:19.709Z Compiling postgres-types v0.2.12
17202026-08-26T16:01:20.202Z Compiling usdt-macro v0.6.0
17212026-08-26T16:01:20.263Z Compiling usdt-attr-macro v0.6.0
17222026-08-26T16:01:20.477Z Compiling globset v0.4.18
17232026-08-26T16:01:20.499Z Compiling phf_shared v0.11.3
17242026-08-26T16:01:20.587Z Compiling hkdf v0.12.4
17252026-08-26T16:01:20.682Z Compiling dtrace-parser v0.2.0
17262026-08-26T16:01:20.752Z Compiling byte-wrapper v0.1.0
17272026-08-26T16:01:20.937Z Compiling olpc-cjson v0.1.4
17282026-08-26T16:01:20.954Z Compiling ed25519 v2.2.3
17292026-08-26T16:01:21.060Z Compiling crypto-bigint v0.5.5
17302026-08-26T16:01:21.082Z Compiling serde_plain v1.0.2
17312026-08-26T16:01:21.103Z Compiling serde-big-array v0.5.1
17322026-08-26T16:01:21.143Z Compiling serde_repr v0.1.20
17332026-08-26T16:01:21.244Z Compiling strum_macros v0.26.4
17342026-08-26T16:01:21.275Z Compiling enum-as-inner v0.6.1
17352026-08-26T16:01:21.418Z Compiling async-recursion v1.1.1
17362026-08-26T16:01:21.666Z Compiling miette-derive v7.6.0
17372026-08-26T16:01:21.778Z Compiling pem v3.0.6
17382026-08-26T16:01:21.916Z Compiling float-cmp v0.10.0
17392026-08-26T16:01:22.068Z Compiling memmap2 v0.9.10
17402026-08-26T16:01:22.123Z Compiling thread-id v4.2.2
17412026-08-26T16:01:22.148Z Compiling fixedbitset v0.5.7
17422026-08-26T16:01:22.209Z Compiling fixedbitset v0.4.2
17432026-08-26T16:01:22.282Z Compiling winnow v1.0.3
17442026-08-26T16:01:22.429Z Compiling predicates-core v1.0.10
17452026-08-26T16:01:22.452Z Compiling data-encoding v2.10.0
17462026-08-26T16:01:22.610Z Compiling normalize-line-endings v0.3.0
17472026-08-26T16:01:22.718Z Compiling new_debug_unreachable v1.0.6
17482026-08-26T16:01:22.801Z Compiling typed-path v0.9.3
17492026-08-26T16:01:22.832Z Compiling precomputed-hash v0.1.1
17502026-08-26T16:01:22.870Z Compiling supports-unicode v3.0.0
17512026-08-26T16:01:22.923Z Compiling difflib v0.4.0
17522026-08-26T16:01:23.006Z Compiling static_assertions v1.1.0
17532026-08-26T16:01:23.020Z Compiling whoami v2.1.0
17542026-08-26T16:01:23.084Z Compiling supports-hyperlinks v3.2.0
17552026-08-26T16:01:23.151Z Compiling cpufeatures v0.3.0
17562026-08-26T16:01:23.192Z Compiling keccak v0.1.6
17572026-08-26T16:01:23.227Z Compiling const-oid v0.10.2
17582026-08-26T16:01:23.241Z Compiling miette v7.6.0
17592026-08-26T16:01:23.361Z Compiling sha3 v0.10.8
17602026-08-26T16:01:23.392Z Compiling digest v0.11.3
17612026-08-26T16:01:23.430Z Compiling tokio-postgres v0.7.16
17622026-08-26T16:01:23.474Z Compiling chacha20 v0.10.0
17632026-08-26T16:01:23.612Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-08-26T16:01:23.815Z Compiling predicates v3.1.4
17652026-08-26T16:01:23.847Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-26T16:01:23.923Z Compiling toml_edit v0.22.27
17672026-08-26T16:01:24.019Z Compiling strum v0.26.3
17682026-08-26T16:01:24.153Z Compiling string_cache v0.8.9
17692026-08-26T16:01:24.221Z Compiling hickory-proto v0.25.2
17702026-08-26T16:01:24.371Z Compiling petgraph v0.6.5
17712026-08-26T16:01:24.376Z Compiling petgraph v0.8.3
17722026-08-26T16:01:24.450Z Compiling usdt v0.6.0
17732026-08-26T16:01:24.713Z Compiling usdt-impl v0.5.0
17742026-08-26T16:01:25.289Z Compiling elliptic-curve v0.13.8
17752026-08-26T16:01:25.630Z Compiling ed25519-dalek v2.2.0
17762026-08-26T16:01:25.691Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17772026-08-26T16:01:25.820Z Compiling crossterm v0.28.1
17782026-08-26T16:01:26.150Z Compiling serde_with v3.21.0
17792026-08-26T16:01:26.595Z Compiling derive_more v2.1.1
17802026-08-26T16:01:26.610Z Compiling zip v4.6.1
17812026-08-26T16:01:27.120Z Compiling iddqd v0.4.2
17822026-08-26T16:01:27.194Z Compiling itertools v0.13.0
17832026-08-26T16:01:27.545Z Compiling itertools v0.15.0
17842026-08-26T16:01:27.581Z Compiling similar v2.7.0
17852026-08-26T16:01:27.963Z Compiling crossbeam-epoch v0.9.18
17862026-08-26T16:01:27.978Z Compiling heck v0.4.1
17872026-08-26T16:01:28.196Z Compiling tokio-stream v0.1.18
17882026-08-26T16:01:28.282Z Compiling buf-list v1.1.2
17892026-08-26T16:01:28.395Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-26T16:01:28.430Z Compiling openapiv3 v2.2.0
17912026-08-26T16:01:28.434Z Compiling lalrpop-util v0.19.12
17922026-08-26T16:01:28.556Z Compiling peg-runtime v0.8.5
17932026-08-26T16:01:28.635Z Compiling thread_local v1.1.9
17942026-08-26T16:01:28.647Z Compiling slog-async v2.8.0
17952026-08-26T16:01:28.714Z Compiling crossbeam-channel v0.5.15
17962026-08-26T16:01:28.831Z Compiling is-terminal v0.4.17
17972026-08-26T16:01:28.875Z Compiling filetime v0.2.27
17982026-08-26T16:01:28.888Z Compiling take_mut v0.2.2
17992026-08-26T16:01:28.903Z Compiling xattr v1.6.1
18002026-08-26T16:01:28.936Z Compiling term v1.2.1
18012026-08-26T16:01:28.956Z Compiling camino-tempfile v1.4.1
18022026-08-26T16:01:29.030Z Compiling tar v0.4.46
18032026-08-26T16:01:29.180Z Compiling slog-term v2.9.2
18042026-08-26T16:01:35.004Z Compiling rustls-webpki v0.103.13
18052026-08-26T16:01:37.682Z Compiling tokio-rustls v0.26.4
18062026-08-26T16:01:37.685Z Compiling rustls-platform-verifier v0.6.2
18072026-08-26T16:01:37.685Z Compiling tough v0.22.0
18082026-08-26T16:01:37.899Z Compiling hyper-rustls v0.27.7
18092026-08-26T16:01:38.093Z Compiling reqwest v0.13.2
18102026-08-26T16:01:40.301Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-26T16:01:40.515Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-26T16:01:43.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18132026-08-26T16:01:43.571Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-26T16:01:43.627ZAug 26 16:01:41.993 INFO Starting download, target: Cockroach
18152026-08-26T16:01:43.627ZAug 26 16:01:41.994 INFO Starting download, target: Console
18162026-08-26T16:01:43.627ZAug 26 16:01:41.994 INFO Starting download, target: Clickhouse
18172026-08-26T16:01:43.627ZAug 26 16:01:41.994 INFO Starting download, target: DendriteStub
18182026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Starting download, target: MaghemiteMgd
18192026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Starting download, target: MaghemiteDdmd
18202026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Starting download, target: TransceiverControl
18212026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18242026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18252026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18262026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18272026-08-26T16:01:43.631ZAug 26 16:01:41.994 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18282026-08-26T16:01:43.929ZAug 26 16:01:42.296 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18292026-08-26T16:01:44.150ZAug 26 16:01:42.514 INFO Download complete, target: TransceiverControl
18302026-08-26T16:01:45.431ZAug 26 16:01:43.796 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-08-26T16:01:45.454ZAug 26 16:01:43.806 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18322026-08-26T16:01:45.461ZAug 26 16:01:43.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18332026-08-26T16:01:45.538ZAug 26 16:01:43.903 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18342026-08-26T16:01:45.715ZAug 26 16:01:44.082 INFO Download complete, target: Console
18352026-08-26T16:01:45.754ZAug 26 16:01:44.117 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18362026-08-26T16:01:46.241ZAug 26 16:01:44.608 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18372026-08-26T16:01:46.241ZAug 26 16:01:44.608 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18382026-08-26T16:01:47.448ZAug 26 16:01:45.814 INFO Download complete, target: MaghemiteDdmd
18392026-08-26T16:01:47.911ZAug 26 16:01:46.278 INFO Download complete, target: DendriteStub
18402026-08-26T16:01:48.325ZAug 26 16:01:46.691 INFO Download complete, target: MaghemiteMgd
18412026-08-26T16:01:50.837ZAug 26 16:01:49.204 INFO Checking that binary works, target: Cockroach
18422026-08-26T16:01:50.947ZAug 26 16:01:49.313 INFO Download complete, target: Cockroach
18432026-08-26T16:01:52.195ZAug 26 16:01:50.562 INFO Checking that binary works, target: Clickhouse
18442026-08-26T16:01:52.323ZAug 26 16:01:50.690 INFO Download complete, target: Clickhouse
18452026-08-26T16:01:52.340ZAll builder prerequisites installed successfully, and PATH looks valid
18462026-08-26T16:01:52.344Z
18472026-08-26T16:01:52.344Zreal 2:10.084092309
18482026-08-26T16:01:52.344Zuser 7:19.141266698
18492026-08-26T16:01:52.344Zsys 1:27.046234727
18502026-08-26T16:01:52.344Ztrap 0.244844753
18512026-08-26T16:01:52.344Ztflt 0.565384913
18522026-08-26T16:01:52.344Zdflt 0.960426704
18532026-08-26T16:01:52.344Zkflt 0.021154140
18542026-08-26T16:01:52.344Zlock 27:21.809099564
18552026-08-26T16:01:52.344Zslp 22:02.876304265
18562026-08-26T16:01:52.344Zlat 49.054435097
18572026-08-26T16:01:52.344Zstop 2:45.493177418
18582026-08-26T16:01:52.344Z+ banner hack-check
18592026-08-26T16:01:52.344Z
18602026-08-26T16:01:52.344Z # # ## #### # # #### # # ###### #### # #
18612026-08-26T16:01:52.344Z # # # # # # # # # # # # # # # # #
18622026-08-26T16:01:52.344Z ###### # # # #### ##### # ###### ##### # ####
18632026-08-26T16:01:52.344Z # # ###### # # # # # # # # # #
18642026-08-26T16:01:52.344Z # # # # # # # # # # # # # # # # #
18652026-08-26T16:01:52.344Z # # # # #### # # #### # # ###### #### # #
18662026-08-26T16:01:52.344Z
18672026-08-26T16:01:52.344Z+ export CARGO_INCREMENTAL=0
18682026-08-26T16:01:52.344Z+ CARGO_INCREMENTAL=0
18692026-08-26T16:01:52.344Z+ ptime -m timeout 2h cargo xtask check-features --ci
18702026-08-26T16:01:52.815Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18712026-08-26T16:01:53.101Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18722026-08-26T16:01:54.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18732026-08-26T16:01:54.958Z Running `target/debug/xtask check-features --ci`
18742026-08-26T16:01:55.003Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18752026-08-26T16:01:55.004Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18762026-08-26T16:01:55.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18772026-08-26T16:01:55.432Z Running `target/debug/xtask download cargo-hack`
18782026-08-26T16:01:56.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792026-08-26T16:01:56.522Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18802026-08-26T16:01:59.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18812026-08-26T16:01:59.230Z Running `target/debug/xtask-downloader cargo-hack`
18822026-08-26T16:01:59.271ZAug 26 16:01:57.637 INFO Starting download, target: CargoHack
18832026-08-26T16:01:59.275ZAug 26 16:01:57.638 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18842026-08-26T16:01:59.697ZAug 26 16:01:58.043 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18852026-08-26T16:01:59.726ZAug 26 16:01:58.093 INFO Download complete, target: CargoHack
18862026-08-26T16:01:59.730Zrunning: "/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"
18872026-08-26T16:01:59.743Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18882026-08-26T16:01:59.903Zinfo: running `cargo check --bins` on api_identity (1/377)
18892026-08-26T16:02:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-26T16:02:00.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-26T16:02:00.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-26T16:02:00.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18932026-08-26T16:02:00.462Z
18942026-08-26T16:02:00.462Zinfo: running `cargo check --bins` on bootstore (2/377)
18952026-08-26T16:02:00.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-26T16:02:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-26T16:02:00.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-26T16:02:00.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-26T16:02:01.022Z
19002026-08-26T16:02:01.022Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19012026-08-26T16:02:01.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-26T16:02:01.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-26T16:02:01.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-26T16:02:01.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-26T16:02:01.576Z
19062026-08-26T16:02:01.577Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19072026-08-26T16:02:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-26T16:02:02.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-26T16:02:02.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-26T16:02:02.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-26T16:02:02.135Z
19122026-08-26T16:02:02.135Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19132026-08-26T16:02:02.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-26T16:02:02.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-26T16:02:02.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-26T16:02:02.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19172026-08-26T16:02:02.693Z
19182026-08-26T16:02:02.693Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19192026-08-26T16:02:03.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-26T16:02:03.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-26T16:02:03.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-26T16:02:03.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19232026-08-26T16:02:03.255Z
19242026-08-26T16:02:03.255Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19252026-08-26T16:02:03.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-26T16:02:03.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-26T16:02:03.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-26T16:02:03.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19292026-08-26T16:02:03.820Z
19302026-08-26T16:02:03.820Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19312026-08-26T16:02:04.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-26T16:02:04.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-26T16:02:04.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-26T16:02:04.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19352026-08-26T16:02:04.380Z
19362026-08-26T16:02:04.380Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19372026-08-26T16:02:04.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-26T16:02:04.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-26T16:02:04.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-26T16:02:04.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-08-26T16:02:04.792Z
19422026-08-26T16:02:04.792Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19432026-08-26T16:02:05.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-26T16:02:05.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-26T16:02:05.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-26T16:02:05.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-26T16:02:05.248Z
19482026-08-26T16:02:05.248Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19492026-08-26T16:02:06.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-26T16:02:06.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-26T16:02:06.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-26T16:02:06.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-26T16:02:06.540Z
19542026-08-26T16:02:06.540Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19552026-08-26T16:02:06.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-26T16:02:06.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-26T16:02:06.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-26T16:02:06.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-26T16:02:06.540Z
19602026-08-26T16:02:06.541Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19612026-08-26T16:02:06.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-26T16:02:06.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-26T16:02:06.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-26T16:02:06.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-26T16:02:06.541Z
19662026-08-26T16:02:06.541Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19672026-08-26T16:02:07.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-26T16:02:07.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-26T16:02:07.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-26T16:02:07.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-08-26T16:02:07.429Z
19722026-08-26T16:02:07.430Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19732026-08-26T16:02:07.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-26T16:02:07.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-26T16:02:07.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-26T16:02:07.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-26T16:02:07.430Z
19782026-08-26T16:02:07.430Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19792026-08-26T16:02:07.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-26T16:02:07.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-26T16:02:07.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-26T16:02:07.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-26T16:02:07.678Z
19842026-08-26T16:02:07.679Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19852026-08-26T16:02:08.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-26T16:02:08.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-26T16:02:08.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-26T16:02:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-26T16:02:08.936Z
19902026-08-26T16:02:08.937Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19912026-08-26T16:02:08.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-26T16:02:08.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-26T16:02:08.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-26T16:02:08.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-26T16:02:08.937Z
19962026-08-26T16:02:08.937Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
19972026-08-26T16:02:08.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-26T16:02:08.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-26T16:02:08.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-26T16:02:08.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-26T16:02:08.949Z
20022026-08-26T16:02:08.949Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20032026-08-26T16:02:09.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-26T16:02:09.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-26T16:02:09.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-26T16:02:09.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-26T16:02:09.337Z
20082026-08-26T16:02:09.337Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20092026-08-26T16:02:09.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-26T16:02:09.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-26T16:02:09.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-26T16:02:09.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-26T16:02:09.754Z
20142026-08-26T16:02:09.754Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20152026-08-26T16:02:10.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-26T16:02:10.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-26T16:02:10.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-26T16:02:10.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-26T16:02:10.166Z
20202026-08-26T16:02:10.166Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20212026-08-26T16:02:10.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-26T16:02:10.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-26T16:02:10.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-26T16:02:10.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-26T16:02:10.577Z
20262026-08-26T16:02:10.577Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20272026-08-26T16:02:10.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-26T16:02:10.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-26T16:02:10.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-26T16:02:10.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-26T16:02:10.992Z
20322026-08-26T16:02:10.992Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20332026-08-26T16:02:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-26T16:02:11.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-26T16:02:11.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-26T16:02:11.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-26T16:02:11.408Z
20382026-08-26T16:02:11.408Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20392026-08-26T16:02:11.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-26T16:02:11.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-26T16:02:11.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-26T16:02:11.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-08-26T16:02:11.816Z
20442026-08-26T16:02:11.816Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20452026-08-26T16:02:12.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-26T16:02:12.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-26T16:02:12.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-26T16:02:12.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-26T16:02:12.231Z
20502026-08-26T16:02:12.231Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20512026-08-26T16:02:12.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-26T16:02:12.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-26T16:02:12.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-26T16:02:12.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-26T16:02:12.648Z
20562026-08-26T16:02:12.648Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20572026-08-26T16:02:13.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-26T16:02:13.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-26T16:02:13.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-26T16:02:13.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-26T16:02:13.066Z
20622026-08-26T16:02:13.066Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20632026-08-26T16:02:13.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-26T16:02:13.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-26T16:02:13.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-26T16:02:13.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-26T16:02:13.485Z
20682026-08-26T16:02:13.485Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20692026-08-26T16:02:13.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-26T16:02:13.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-26T16:02:13.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-26T16:02:13.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-26T16:02:13.904Z
20742026-08-26T16:02:13.904Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20752026-08-26T16:02:14.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-26T16:02:14.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-26T16:02:14.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-26T16:02:14.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-26T16:02:14.317Z
20802026-08-26T16:02:14.317Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20812026-08-26T16:02:14.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-26T16:02:14.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-26T16:02:14.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-26T16:02:14.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-26T16:02:14.736Z
20862026-08-26T16:02:14.736Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20872026-08-26T16:02:15.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-26T16:02:15.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-26T16:02:15.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-26T16:02:15.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-26T16:02:15.156Z
20922026-08-26T16:02:15.156Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20932026-08-26T16:02:15.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-26T16:02:15.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-26T16:02:15.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-26T16:02:15.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-26T16:02:15.574Z
20982026-08-26T16:02:15.574Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
20992026-08-26T16:02:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-26T16:02:15.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-26T16:02:15.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-26T16:02:15.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-26T16:02:15.994Z
21042026-08-26T16:02:15.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21052026-08-26T16:02:16.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-26T16:02:16.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-26T16:02:16.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-26T16:02:16.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-26T16:02:16.415Z
21102026-08-26T16:02:16.415Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21112026-08-26T16:02:16.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-26T16:02:16.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-26T16:02:16.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-26T16:02:16.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-26T16:02:16.833Z
21162026-08-26T16:02:16.834Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21172026-08-26T16:02:17.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-26T16:02:17.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-26T16:02:17.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-26T16:02:17.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-26T16:02:17.254Z
21222026-08-26T16:02:17.254Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21232026-08-26T16:02:17.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-26T16:02:17.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-26T16:02:17.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-26T16:02:17.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-26T16:02:17.669Z
21282026-08-26T16:02:17.669Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21292026-08-26T16:02:18.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-26T16:02:18.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-26T16:02:18.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-26T16:02:18.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-26T16:02:18.086Z
21342026-08-26T16:02:18.086Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21352026-08-26T16:02:18.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-26T16:02:18.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-26T16:02:18.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-26T16:02:18.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-26T16:02:18.503Z
21402026-08-26T16:02:18.504Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21412026-08-26T16:02:18.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-26T16:02:18.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-26T16:02:18.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-26T16:02:18.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-26T16:02:18.921Z
21462026-08-26T16:02:18.921Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21472026-08-26T16:02:19.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-26T16:02:19.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-26T16:02:19.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-26T16:02:19.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-26T16:02:19.334Z
21522026-08-26T16:02:19.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21532026-08-26T16:02:19.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-26T16:02:19.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-26T16:02:19.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-26T16:02:19.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-26T16:02:19.752Z
21582026-08-26T16:02:19.752Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21592026-08-26T16:02:20.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-26T16:02:20.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-26T16:02:20.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-26T16:02:20.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-26T16:02:20.172Z
21642026-08-26T16:02:20.172Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21652026-08-26T16:02:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-26T16:02:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-26T16:02:20.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-26T16:02:20.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-26T16:02:20.589Z
21702026-08-26T16:02:20.589Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21712026-08-26T16:02:20.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-26T16:02:20.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-26T16:02:20.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-26T16:02:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-26T16:02:21.007Z
21762026-08-26T16:02:21.007Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21772026-08-26T16:02:21.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-26T16:02:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-26T16:02:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-26T16:02:21.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-26T16:02:21.427Z
21822026-08-26T16:02:21.427Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21832026-08-26T16:02:21.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-26T16:02:21.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-26T16:02:21.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-26T16:02:21.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-26T16:02:21.851Z
21882026-08-26T16:02:21.851Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21892026-08-26T16:02:22.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-26T16:02:22.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-26T16:02:22.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-26T16:02:22.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-26T16:02:22.274Z
21942026-08-26T16:02:22.274Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
21952026-08-26T16:02:22.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-26T16:02:22.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-26T16:02:22.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-26T16:02:22.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-26T16:02:22.693Z
22002026-08-26T16:02:22.693Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22012026-08-26T16:02:23.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-26T16:02:23.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-26T16:02:23.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-26T16:02:23.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-26T16:02:23.113Z
22062026-08-26T16:02:23.113Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22072026-08-26T16:02:23.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-26T16:02:23.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-26T16:02:23.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-26T16:02:23.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-26T16:02:23.534Z
22122026-08-26T16:02:23.534Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22132026-08-26T16:02:23.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-26T16:02:23.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-26T16:02:23.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-26T16:02:23.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-26T16:02:23.954Z
22182026-08-26T16:02:23.954Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22192026-08-26T16:02:24.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-26T16:02:24.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-26T16:02:24.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-26T16:02:24.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-26T16:02:24.365Z
22242026-08-26T16:02:24.365Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22252026-08-26T16:02:24.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-26T16:02:24.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-26T16:02:24.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-26T16:02:24.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22292026-08-26T16:02:24.781Z
22302026-08-26T16:02:24.781Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22312026-08-26T16:02:25.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-26T16:02:25.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-26T16:02:25.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-26T16:02:25.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-26T16:02:25.199Z
22362026-08-26T16:02:25.199Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22372026-08-26T16:02:25.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-26T16:02:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-26T16:02:25.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-26T16:02:25.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-26T16:02:25.617Z
22422026-08-26T16:02:25.617Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22432026-08-26T16:02:25.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-26T16:02:25.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-26T16:02:25.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-26T16:02:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-26T16:02:26.038Z
22482026-08-26T16:02:26.038Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22492026-08-26T16:02:26.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-26T16:02:26.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-26T16:02:26.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-26T16:02:26.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22532026-08-26T16:02:26.458Z
22542026-08-26T16:02:26.458Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22552026-08-26T16:02:26.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-26T16:02:26.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-26T16:02:26.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-26T16:02:26.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-26T16:02:26.881Z
22602026-08-26T16:02:26.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22612026-08-26T16:02:27.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-26T16:02:27.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-26T16:02:27.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-26T16:02:27.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-26T16:02:27.305Z
22662026-08-26T16:02:27.305Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22672026-08-26T16:02:27.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-26T16:02:27.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-26T16:02:27.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-26T16:02:27.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22712026-08-26T16:02:27.730Z
22722026-08-26T16:02:27.731Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22732026-08-26T16:02:28.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-26T16:02:28.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-26T16:02:28.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-26T16:02:28.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-26T16:02:28.151Z
22782026-08-26T16:02:28.151Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22792026-08-26T16:02:28.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-26T16:02:28.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-26T16:02:28.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-26T16:02:28.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-26T16:02:28.571Z
22842026-08-26T16:02:28.572Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22852026-08-26T16:02:28.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-26T16:02:28.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-26T16:02:28.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-26T16:02:28.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-26T16:02:28.994Z
22902026-08-26T16:02:28.994Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22912026-08-26T16:02:29.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-26T16:02:29.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-26T16:02:29.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-26T16:02:29.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22952026-08-26T16:02:29.409Z
22962026-08-26T16:02:29.409Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
22972026-08-26T16:02:29.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-26T16:02:29.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-26T16:02:29.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-26T16:02:29.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23012026-08-26T16:02:29.832Z
23022026-08-26T16:02:29.832Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23032026-08-26T16:02:30.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-26T16:02:30.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-26T16:02:30.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-26T16:02:30.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-26T16:02:30.251Z
23082026-08-26T16:02:30.251Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23092026-08-26T16:02:30.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-26T16:02:30.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-26T16:02:30.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-26T16:02:30.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-26T16:02:30.665Z
23142026-08-26T16:02:30.665Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23152026-08-26T16:02:31.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-26T16:02:31.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-26T16:02:31.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-26T16:02:31.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-26T16:02:31.081Z
23202026-08-26T16:02:31.081Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23212026-08-26T16:02:31.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-26T16:02:31.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-26T16:02:31.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-26T16:02:31.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-26T16:02:31.499Z
23262026-08-26T16:02:31.499Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23272026-08-26T16:02:31.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-26T16:02:31.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-26T16:02:31.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-26T16:02:31.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-26T16:02:31.917Z
23322026-08-26T16:02:31.917Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23332026-08-26T16:02:32.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-26T16:02:32.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-26T16:02:32.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-26T16:02:32.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-26T16:02:32.335Z
23382026-08-26T16:02:32.335Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23392026-08-26T16:02:32.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-26T16:02:32.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-26T16:02:32.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-26T16:02:32.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-26T16:02:32.755Z
23442026-08-26T16:02:32.755Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23452026-08-26T16:02:33.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-26T16:02:33.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-26T16:02:33.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-26T16:02:33.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-26T16:02:33.173Z
23502026-08-26T16:02:33.173Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23512026-08-26T16:02:33.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-26T16:02:33.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-26T16:02:33.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-26T16:02:33.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-26T16:02:33.592Z
23562026-08-26T16:02:33.592Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23572026-08-26T16:02:33.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-26T16:02:33.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-26T16:02:33.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-26T16:02:33.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-26T16:02:34.013Z
23622026-08-26T16:02:34.013Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23632026-08-26T16:02:34.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-26T16:02:34.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-26T16:02:34.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-26T16:02:34.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-26T16:02:34.434Z
23682026-08-26T16:02:34.434Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23692026-08-26T16:02:34.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-26T16:02:34.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-26T16:02:34.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-26T16:02:34.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-26T16:02:34.853Z
23742026-08-26T16:02:34.853Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23752026-08-26T16:02:35.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-26T16:02:35.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-26T16:02:35.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-26T16:02:35.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-26T16:02:35.275Z
23802026-08-26T16:02:35.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23812026-08-26T16:02:35.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-26T16:02:35.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-26T16:02:35.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-26T16:02:35.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-26T16:02:35.694Z
23862026-08-26T16:02:35.694Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23872026-08-26T16:02:36.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-26T16:02:36.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-26T16:02:36.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-26T16:02:36.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-26T16:02:36.115Z
23922026-08-26T16:02:36.115Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23932026-08-26T16:02:36.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-26T16:02:36.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-26T16:02:36.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-26T16:02:36.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23972026-08-26T16:02:36.537Z
23982026-08-26T16:02:36.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
23992026-08-26T16:02:36.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-26T16:02:36.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-26T16:02:36.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-26T16:02:36.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24032026-08-26T16:02:36.953Z
24042026-08-26T16:02:36.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24052026-08-26T16:02:37.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-26T16:02:37.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-26T16:02:37.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-26T16:02:37.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24092026-08-26T16:02:37.374Z
24102026-08-26T16:02:37.374Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24112026-08-26T16:02:37.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-26T16:02:37.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-26T16:02:37.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-26T16:02:37.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24152026-08-26T16:02:37.800Z
24162026-08-26T16:02:37.800Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24172026-08-26T16:02:38.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-26T16:02:38.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-26T16:02:38.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-26T16:02:38.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24212026-08-26T16:02:38.406Z
24222026-08-26T16:02:38.406Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24232026-08-26T16:02:38.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-26T16:02:38.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-26T16:02:38.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-26T16:02:38.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24272026-08-26T16:02:39.014Z
24282026-08-26T16:02:39.014Zinfo: running `cargo check --bins` on nexus-config (91/377)
24292026-08-26T16:02:39.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-26T16:02:39.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-26T16:02:39.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-26T16:02:39.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24332026-08-26T16:02:39.613Z
24342026-08-26T16:02:39.613Zinfo: running `cargo check --bins` on nexus-types (92/377)
24352026-08-26T16:02:40.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-26T16:02:40.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-26T16:02:40.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-26T16:02:40.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24392026-08-26T16:02:40.216Z
24402026-08-26T16:02:40.217Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24412026-08-26T16:02:40.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-26T16:02:40.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-26T16:02:40.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-26T16:02:40.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24452026-08-26T16:02:40.786Z
24462026-08-26T16:02:40.787Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24472026-08-26T16:02:41.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-26T16:02:41.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-26T16:02:41.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-26T16:02:41.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24512026-08-26T16:02:41.333Z
24522026-08-26T16:02:41.334Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24532026-08-26T16:02:41.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-26T16:02:41.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-26T16:02:41.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-26T16:02:41.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24572026-08-26T16:02:41.906Z
24582026-08-26T16:02:41.906Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24592026-08-26T16:02:42.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-26T16:02:42.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-26T16:02:42.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-26T16:02:42.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24632026-08-26T16:02:42.477Z
24642026-08-26T16:02:42.478Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24652026-08-26T16:02:42.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-26T16:02:42.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-26T16:02:42.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-26T16:02:42.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24692026-08-26T16:02:43.047Z
24702026-08-26T16:02:43.047Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24712026-08-26T16:02:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-26T16:02:43.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-26T16:02:43.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-26T16:02:43.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24752026-08-26T16:02:43.617Z
24762026-08-26T16:02:43.618Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24772026-08-26T16:02:44.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-26T16:02:44.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-26T16:02:44.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-26T16:02:44.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24812026-08-26T16:02:44.170Z
24822026-08-26T16:02:44.170Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24832026-08-26T16:02:44.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-26T16:02:44.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-26T16:02:44.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-26T16:02:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24872026-08-26T16:02:44.723Z
24882026-08-26T16:02:44.723Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24892026-08-26T16:02:45.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-26T16:02:45.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-26T16:02:45.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-26T16:02:45.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-26T16:02:45.275Z
24942026-08-26T16:02:45.275Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
24952026-08-26T16:02:45.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-26T16:02:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-26T16:02:45.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-26T16:02:45.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24992026-08-26T16:02:45.825Z
25002026-08-26T16:02:45.826Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25012026-08-26T16:02:46.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-26T16:02:46.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-26T16:02:46.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-26T16:02:46.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25052026-08-26T16:02:46.375Z
25062026-08-26T16:02:46.375Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25072026-08-26T16:02:46.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-26T16:02:46.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-26T16:02:46.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-26T16:02:46.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25112026-08-26T16:02:46.938Z
25122026-08-26T16:02:46.938Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25132026-08-26T16:02:47.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-26T16:02:47.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-26T16:02:47.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-26T16:02:47.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25172026-08-26T16:02:47.509Z
25182026-08-26T16:02:47.509Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25192026-08-26T16:02:47.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-26T16:02:47.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-26T16:02:47.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-26T16:02:47.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25232026-08-26T16:02:48.071Z
25242026-08-26T16:02:48.071Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25252026-08-26T16:02:48.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-26T16:02:48.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-26T16:02:48.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-26T16:02:48.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25292026-08-26T16:02:48.633Z
25302026-08-26T16:02:48.633Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25312026-08-26T16:02:49.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-26T16:02:49.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-26T16:02:49.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-26T16:02:49.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25352026-08-26T16:02:49.204Z
25362026-08-26T16:02:49.204Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25372026-08-26T16:02:49.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-26T16:02:49.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-26T16:02:49.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-26T16:02:49.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25412026-08-26T16:02:49.769Z
25422026-08-26T16:02:49.769Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25432026-08-26T16:02:50.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-26T16:02:50.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-26T16:02:50.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-26T16:02:50.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25472026-08-26T16:02:50.325Z
25482026-08-26T16:02:50.325Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25492026-08-26T16:02:50.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-26T16:02:50.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-26T16:02:50.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-26T16:02:50.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25532026-08-26T16:02:50.883Z
25542026-08-26T16:02:50.883Zinfo: running `cargo check --bins` on ereport-types (112/377)
25552026-08-26T16:02:51.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-26T16:02:51.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-26T16:02:51.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-26T16:02:51.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-26T16:02:51.444Z
25602026-08-26T16:02:51.444Zinfo: running `cargo check --bins` on gateway-client (113/377)
25612026-08-26T16:02:51.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-26T16:02:51.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-26T16:02:51.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-26T16:02:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25652026-08-26T16:02:52.010Z
25662026-08-26T16:02:52.010Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25672026-08-26T16:02:52.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-26T16:02:52.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-26T16:02:52.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-26T16:02:52.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25712026-08-26T16:02:52.572Z
25722026-08-26T16:02:52.572Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25732026-08-26T16:02:53.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-26T16:02:53.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-26T16:02:53.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-26T16:02:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25772026-08-26T16:02:53.137Z
25782026-08-26T16:02:53.137Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25792026-08-26T16:02:53.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-26T16:02:53.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-26T16:02:53.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-26T16:02:53.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25832026-08-26T16:02:53.715Z
25842026-08-26T16:02:53.715Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25852026-08-26T16:02:54.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-26T16:02:54.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-26T16:02:54.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-26T16:02:54.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892026-08-26T16:02:54.298Z
25902026-08-26T16:02:54.298Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25912026-08-26T16:02:54.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-26T16:02:54.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-26T16:02:54.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-26T16:02:54.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25952026-08-26T16:02:54.845Z
25962026-08-26T16:02:54.846Zinfo: running `cargo check --bins` on oxlog (119/377)
25972026-08-26T16:02:55.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-26T16:02:55.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-26T16:02:55.445Z Checking cfg-if v1.0.4
26002026-08-26T16:02:55.448Z Checking serde_core v1.0.228
26012026-08-26T16:02:55.448Z Checking libc v0.2.185
26022026-08-26T16:02:55.561Z Checking memchr v2.8.0
26032026-08-26T16:02:55.570Z Checking smallvec v1.15.1
26042026-08-26T16:02:55.573Z Checking log v0.4.33
26052026-08-26T16:02:55.589Z Checking subtle v2.6.1
26062026-08-26T16:02:55.599Z Checking itoa v1.0.17
26072026-08-26T16:02:55.608Z Checking scopeguard v1.2.0
26082026-08-26T16:02:55.704Z Checking lock_api v0.4.14
26092026-08-26T16:02:55.729Z Checking typenum v1.20.1
26102026-08-26T16:02:55.732Z Checking stable_deref_trait v1.2.1
26112026-08-26T16:02:55.752Z Checking zerofrom v0.1.6
26122026-08-26T16:02:55.764Z Checking portable-atomic v1.13.1
26132026-08-26T16:02:55.808Z Checking zerocopy v0.8.55
26142026-08-26T16:02:55.861Z Checking yoke v0.8.1
26152026-08-26T16:02:55.902Z Checking critical-section v1.2.0
26162026-08-26T16:02:55.947Z Checking errno v0.3.14
26172026-08-26T16:02:55.947Z Checking getrandom v0.2.17
26182026-08-26T16:02:55.995Z Checking pin-project-lite v0.2.17
26192026-08-26T16:02:56.021Z Checking zerovec v0.11.5
26202026-08-26T16:02:56.081Z Checking const-oid v0.9.6
26212026-08-26T16:02:56.095Z Checking libm v0.2.16
26222026-08-26T16:02:56.107Z Checking rand_core v0.6.4
26232026-08-26T16:02:56.169Z Checking once_cell v1.21.3
26242026-08-26T16:02:56.275Z Checking zmij v1.0.21
26252026-08-26T16:02:56.335Z Checking signal-hook-registry v1.4.8
26262026-08-26T16:02:56.443Z Checking tinystr v0.8.2
26272026-08-26T16:02:56.455Z Checking parking_lot_core v0.9.12
26282026-08-26T16:02:56.479Z Checking futures-core v0.3.32
26292026-08-26T16:02:56.493Z Checking rand_core v0.10.0
26302026-08-26T16:02:56.597Z Checking litemap v0.8.1
26312026-08-26T16:02:56.611Z Checking writeable v0.6.2
26322026-08-26T16:02:56.629Z Checking percent-encoding v2.3.2
26332026-08-26T16:02:56.642Z Checking parking_lot v0.12.5
26342026-08-26T16:02:56.748Z Checking getrandom v0.4.3
26352026-08-26T16:02:56.763Z Checking potential_utf v0.1.4
26362026-08-26T16:02:56.766Z Checking icu_locale_core v2.1.1
26372026-08-26T16:02:56.766Z Checking zerotrie v0.2.3
26382026-08-26T16:02:56.796Z Checking num-traits v0.2.19
26392026-08-26T16:02:56.824Z Checking mio v1.2.0
26402026-08-26T16:02:56.886Z Checking equivalent v1.0.2
26412026-08-26T16:02:56.900Z Checking icu_collections v2.1.1
26422026-08-26T16:02:56.970Z Checking socket2 v0.6.3
26432026-08-26T16:02:57.012Z Checking icu_properties_data v2.1.2
26442026-08-26T16:02:57.039Z Checking serde v1.0.228
26452026-08-26T16:02:57.101Z Checking bitflags v2.11.0
26462026-08-26T16:02:57.134Z Checking serde_json v1.0.151
26472026-08-26T16:02:57.196Z Checking icu_normalizer_data v2.1.1
26482026-08-26T16:02:57.208Z Checking byteorder v1.5.0
26492026-08-26T16:02:57.271Z Checking hashbrown v0.17.0
26502026-08-26T16:02:57.274Z Checking futures-sink v0.3.32
26512026-08-26T16:02:57.310Z Checking getrandom v0.3.4
26522026-08-26T16:02:57.325Z Checking icu_provider v2.1.1
26532026-08-26T16:02:57.377Z Checking futures-channel v0.3.32
26542026-08-26T16:02:57.407Z Checking futures-io v0.3.32
26552026-08-26T16:02:57.450Z Checking zeroize v1.9.0
26562026-08-26T16:02:57.463Z Checking bytes v1.11.1
26572026-08-26T16:02:57.517Z Checking slab v0.4.12
26582026-08-26T16:02:57.554Z Checking icu_properties v2.1.2
26592026-08-26T16:02:57.566Z Checking icu_normalizer v2.1.1
26602026-08-26T16:02:57.619Z Checking generic-array v0.14.7
26612026-08-26T16:02:57.671Z Checking utf8_iter v1.0.4
26622026-08-26T16:02:57.736Z Checking indexmap v2.14.0
26632026-08-26T16:02:57.791Z Checking futures-task v0.3.32
26642026-08-26T16:02:57.814Z Checking rustix v1.1.4
26652026-08-26T16:02:57.860Z Checking form_urlencoded v1.2.2
26662026-08-26T16:02:57.898Z Checking tokio v1.52.1
26672026-08-26T16:02:57.923Z Checking futures-util v0.3.32
26682026-08-26T16:02:57.986Z Checking base64ct v1.8.3
26692026-08-26T16:02:58.069Z Checking block-buffer v0.10.4
26702026-08-26T16:02:58.208Z Checking crypto-common v0.1.7
26712026-08-26T16:02:58.211Z Checking fnv v1.0.7
26722026-08-26T16:02:58.295Z Checking pem-rfc7468 v0.7.0
26732026-08-26T16:02:58.312Z Checking iana-time-zone v0.1.65
26742026-08-26T16:02:58.333Z Checking digest v0.10.7
26752026-08-26T16:02:58.357Z Checking idna_adapter v1.2.1
26762026-08-26T16:02:58.415Z Checking flagset v0.4.7
26772026-08-26T16:02:58.449Z Checking chrono v0.4.45
26782026-08-26T16:02:58.474Z Checking idna v1.1.0
26792026-08-26T16:02:58.530Z Checking rand_core v0.9.5
26802026-08-26T16:02:58.541Z Checking der v0.7.10
26812026-08-26T16:02:58.560Z Checking ppv-lite86 v0.2.21
26822026-08-26T16:02:58.639Z Checking uuid v1.23.4
26832026-08-26T16:02:58.698Z Checking regex-syntax v0.8.10
26842026-08-26T16:02:58.714Z Checking url v2.5.8
26852026-08-26T16:02:58.848Z Checking base64 v0.22.1
26862026-08-26T16:02:58.955Z Checking http v1.4.2
26872026-08-26T16:02:59.084Z Checking rand_chacha v0.9.0
26882026-08-26T16:02:59.150Z Checking tracing-core v0.1.36
26892026-08-26T16:02:59.265Z Checking spki v0.7.3
26902026-08-26T16:02:59.279Z Checking dyn-clone v1.0.20
26912026-08-26T16:02:59.291Z Checking simd-adler32 v0.3.8
26922026-08-26T16:02:59.378Z Checking cpufeatures v0.2.17
26932026-08-26T16:02:59.429Z Checking pkcs8 v0.10.2
26942026-08-26T16:02:59.444Z Checking rand v0.9.2
26952026-08-26T16:02:59.458Z Checking tracing v0.1.44
26962026-08-26T16:02:59.471Z Checking rustls-pki-types v1.14.0
26972026-08-26T16:02:59.514Z Checking http-body v1.0.1
26982026-08-26T16:02:59.584Z Checking semver v1.0.28
26992026-08-26T16:02:59.643Z Checking spin v0.9.8
27002026-08-26T16:02:59.657Z Checking cmov v0.5.4
27012026-08-26T16:02:59.752Z Checking adler2 v2.0.1
27022026-08-26T16:02:59.789Z Checking tinyvec_macros v0.1.1
27032026-08-26T16:02:59.806Z Checking openssl-probe v0.2.1
27042026-08-26T16:02:59.818Z Checking utf8parse v0.2.2
27052026-08-26T16:02:59.841Z Checking anstyle v1.0.14
27062026-08-26T16:02:59.853Z Checking tinyvec v1.10.0
27072026-08-26T16:02:59.864Z Checking miniz_oxide v0.8.9
27082026-08-26T16:02:59.907Z Checking anstyle-parse v1.0.0
27092026-08-26T16:02:59.909Z Checking ctutils v0.4.2
27102026-08-26T16:02:59.919Z Checking schemars v0.8.22
27112026-08-26T16:02:59.973Z Checking sha2 v0.10.9
27122026-08-26T16:03:00.016Z Checking terminal_size v0.4.3
27132026-08-26T16:03:00.052Z Checking aws-lc-sys v0.40.0
27142026-08-26T16:03:00.123Z Checking thiserror v2.0.18
27152026-08-26T16:03:00.137Z Checking anstyle-query v1.1.5
27162026-08-26T16:03:00.155Z Checking atomic-waker v1.1.2
27172026-08-26T16:03:00.210Z Checking is_terminal_polyfill v1.70.2
27182026-08-26T16:03:00.222Z Checking fastrand v2.3.0
27192026-08-26T16:03:00.225Z Checking try-lock v0.2.5
27202026-08-26T16:03:00.245Z Checking tower-service v0.3.3
27212026-08-26T16:03:00.256Z Checking tower-layer v0.3.3
27222026-08-26T16:03:00.294Z Checking untrusted v0.7.1
27232026-08-26T16:03:00.324Z Checking colorchoice v1.0.4
27242026-08-26T16:03:00.336Z Checking want v0.3.1
27252026-08-26T16:03:00.394Z Checking tempfile v3.27.0
27262026-08-26T16:03:00.407Z Checking hybrid-array v0.4.13
27272026-08-26T16:03:00.418Z Checking anstream v1.0.0
27282026-08-26T16:03:00.431Z Checking ipnet v2.12.0
27292026-08-26T16:03:00.450Z Checking crc32fast v1.5.0
27302026-08-26T16:03:00.545Z Checking aws-lc-rs v1.16.3
27312026-08-26T16:03:00.580Z Checking httparse v1.10.1
27322026-08-26T16:03:00.593Z Checking aho-corasick v1.1.4
27332026-08-26T16:03:00.606Z Checking untrusted v0.9.0
27342026-08-26T16:03:00.619Z Checking httpdate v1.0.3
27352026-08-26T16:03:00.677Z Checking plain v0.2.3
27362026-08-26T16:03:00.712Z Checking foreign-types-shared v0.1.1
27372026-08-26T16:03:00.758Z Checking tap v1.0.1
27382026-08-26T16:03:00.779Z Checking unicode-normalization v0.1.25
27392026-08-26T16:03:00.793Z Checking foreign-types v0.3.2
27402026-08-26T16:03:00.806Z Checking rand_chacha v0.3.1
27412026-08-26T16:03:00.855Z Checking signature v2.2.0
27422026-08-26T16:03:00.866Z Checking wyz v0.5.1
27432026-08-26T16:03:00.986Z Checking radium v0.7.0
27442026-08-26T16:03:01.011Z Checking hex v0.4.3
27452026-08-26T16:03:01.032Z Checking num-integer v0.1.46
27462026-08-26T16:03:01.114Z Checking tokio-util v0.7.18
27472026-08-26T16:03:01.150Z Checking openssl-sys v0.9.117
27482026-08-26T16:03:01.161Z Checking wait-timeout v0.2.1
27492026-08-26T16:03:01.176Z Checking clap_lex v1.0.0
27502026-08-26T16:03:01.230Z Checking unicode-ident v1.0.24
27512026-08-26T16:03:01.248Z Checking regex-automata v0.4.14
27522026-08-26T16:03:01.260Z Checking funty v2.0.0
27532026-08-26T16:03:01.278Z Checking bit-vec v0.8.0
27542026-08-26T16:03:01.323Z Checking strsim v0.11.1
27552026-08-26T16:03:01.335Z Checking ucd-trie v0.1.7
27562026-08-26T16:03:01.395Z Checking rustls-webpki v0.103.13
27572026-08-26T16:03:01.460Z Checking quick-error v1.2.3
27582026-08-26T16:03:01.470Z Checking bit-set v0.8.0
27592026-08-26T16:03:01.482Z Checking clap_builder v4.6.0
27602026-08-26T16:03:01.510Z Checking openssl v0.10.80
27612026-08-26T16:03:01.555Z Checking rusty-fork v0.3.1
27622026-08-26T16:03:01.568Z Checking bitvec v1.0.1
27632026-08-26T16:03:01.608Z Checking pest v2.8.6
27642026-08-26T16:03:01.718Z Checking proc-macro2 v1.0.106
27652026-08-26T16:03:01.722Z Checking h2 v0.4.15
27662026-08-26T16:03:01.778Z Checking rustls v0.23.41
27672026-08-26T16:03:02.022Z Checking num-iter v0.1.45
27682026-08-26T16:03:02.135Z Checking rand v0.8.6
27692026-08-26T16:03:02.663Z Checking lazy_static v1.5.0
27702026-08-26T16:03:02.683Z Checking rand_xorshift v0.4.0
27712026-08-26T16:03:02.720Z Checking hmac v0.12.1
27722026-08-26T16:03:02.752Z Checking thiserror v1.0.69
27732026-08-26T16:03:02.804Z Checking maybe-uninit v2.0.0
27742026-08-26T16:03:02.847Z Checking toml_datetime v0.6.11
27752026-08-26T16:03:02.859Z Checking serde_spanned v0.6.9
27762026-08-26T16:03:02.872Z Checking sync_wrapper v1.0.2
27772026-08-26T16:03:02.907Z Checking siphasher v1.0.2
27782026-08-26T16:03:02.968Z Checking nodrop v0.1.14
27792026-08-26T16:03:02.981Z Checking zlib-rs v0.6.2
27802026-08-26T16:03:03.023Z Checking pretty-hex v0.4.1
27812026-08-26T16:03:03.052Z Checking powerfmt v0.2.0
27822026-08-26T16:03:03.065Z Checking crc-catalog v2.4.0
27832026-08-26T16:03:03.075Z Checking unarray v0.1.4
27842026-08-26T16:03:03.135Z Checking array-init v0.0.4
27852026-08-26T16:03:03.157Z Checking crc v3.4.0
27862026-08-26T16:03:03.173Z Checking proptest v1.11.0
27872026-08-26T16:03:03.199Z Checking deranged v0.5.8
27882026-08-26T16:03:03.317Z Checking tower v0.5.3
27892026-08-26T16:03:03.422Z Checking packed_struct v0.10.1
27902026-08-26T16:03:03.522Z Checking native-tls v0.2.18
27912026-08-26T16:03:03.698Z Checking smallvec v0.6.14
27922026-08-26T16:03:03.711Z Checking num-bigint-dig v0.8.6
27932026-08-26T16:03:03.839Z Checking flate2 v1.1.9
27942026-08-26T16:03:03.884Z Checking clap v4.6.1
27952026-08-26T16:03:03.964Z Checking quote v1.0.45
27962026-08-26T16:03:04.047Z Checking ipnetwork v0.21.1
27972026-08-26T16:03:04.110Z Checking http-body-util v0.1.3
27982026-08-26T16:03:04.127Z Checking pkcs1 v0.7.5
27992026-08-26T16:03:04.140Z Checking crossbeam-utils v0.8.21
28002026-08-26T16:03:04.259Z Checking bitfield v0.19.4
28012026-08-26T16:03:04.324Z Checking zerocopy v0.6.6
28022026-08-26T16:03:04.336Z Checking ahash v0.8.12
28032026-08-26T16:03:04.464Z Checking bzip2-sys v0.1.13+1.0.8
28042026-08-26T16:03:04.478Z Checking scroll v0.13.0
28052026-08-26T16:03:04.501Z Checking env_filter v2.0.0
28062026-08-26T16:03:04.513Z Checking hyper v1.10.1
28072026-08-26T16:03:04.526Z Checking hashbrown v0.12.3
28082026-08-26T16:03:04.527Z Checking num_threads v0.1.7
28092026-08-26T16:03:04.549Z Checking unicode-bidi v0.3.18
28102026-08-26T16:03:04.617Z Checking num-conv v0.2.0
28112026-08-26T16:03:04.631Z Checking ryu v1.0.23
28122026-08-26T16:03:04.641Z Checking winnow v0.5.40
28132026-08-26T16:03:04.700Z Checking time-core v0.1.8
28142026-08-26T16:03:04.730Z Checking allocator-api2 v0.2.21
28152026-08-26T16:03:04.763Z Checking unicode-properties v0.1.4
28162026-08-26T16:03:04.837Z Checking gimli v0.32.3
28172026-08-26T16:03:04.841Z Checking iri-string v0.7.10
28182026-08-26T16:03:04.937Z Checking base64 v0.21.7
28192026-08-26T16:03:04.950Z Checking stringprep v0.1.5
28202026-08-26T16:03:04.961Z Checking newtype-uuid v1.3.2
28212026-08-26T16:03:05.010Z Checking indexmap v1.9.3
28222026-08-26T16:03:05.095Z Checking time v0.3.47
28232026-08-26T16:03:05.158Z Checking serde_urlencoded v0.7.1
28242026-08-26T16:03:05.171Z Checking ron v0.8.1
28252026-08-26T16:03:05.323Z Checking goblin v0.10.5
28262026-08-26T16:03:05.358Z Checking env_logger v0.11.11
28272026-08-26T16:03:05.439Z Checking hyper-util v0.1.20
28282026-08-26T16:03:05.542Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28292026-08-26T16:03:05.678Z Checking bzip2 v0.4.4
28302026-08-26T16:03:05.695Z Checking hashbrown v0.13.2
28312026-08-26T16:03:05.782Z Checking toml_edit v0.19.15
28322026-08-26T16:03:05.836Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28332026-08-26T16:03:05.854Z Checking tower-http v0.6.8
28342026-08-26T16:03:06.114Z Checking rsa v0.9.10
28352026-08-26T16:03:06.134Z Checking crossbeam-epoch v0.9.18
28362026-08-26T16:03:06.213Z Checking oxnet v0.1.6
28372026-08-26T16:03:06.357Z Checking syn v2.0.117
28382026-08-26T16:03:06.370Z Checking addr2line v0.25.1
28392026-08-26T16:03:06.469Z Checking serde-hex v0.1.0
28402026-08-26T16:03:06.589Z Checking tokio-native-tls v0.3.1
28412026-08-26T16:03:06.628Z Checking bstr v1.12.1
28422026-08-26T16:03:06.702Z Checking crypto-common v0.2.2
28432026-08-26T16:03:06.747Z Checking block-buffer v0.12.1
28442026-08-26T16:03:06.788Z Checking block-padding v0.4.2
28452026-08-26T16:03:06.912Z Checking rustls-native-certs v0.8.3
28462026-08-26T16:03:06.926Z Checking x509-cert v0.2.5
28472026-08-26T16:03:07.013Z Checking scroll v0.12.0
28482026-08-26T16:03:07.043Z Checking object v0.37.3
28492026-08-26T16:03:07.251Z Checking zstd-sys v2.0.16+zstd.1.5.7
28502026-08-26T16:03:07.306Z Checking md-5 v0.10.6
28512026-08-26T16:03:07.364Z Checking hash32 v0.2.1
28522026-08-26T16:03:07.452Z Checking encoding_rs v0.8.35
28532026-08-26T16:03:07.520Z Checking mime v0.3.17
28542026-08-26T16:03:07.583Z Checking either v1.15.0
28552026-08-26T16:03:07.616Z Checking fallible-iterator v0.2.0
28562026-08-26T16:03:07.688Z Checking crc-any v2.5.0
28572026-08-26T16:03:07.762Z Checking psl-types v2.0.11
28582026-08-26T16:03:07.859Z Checking rustc-demangle v0.1.27
28592026-08-26T16:03:07.879Z Checking publicsuffix v2.3.0
28602026-08-26T16:03:07.891Z Checking postgres-protocol v0.6.10
28612026-08-26T16:03:07.985Z Checking dof v0.4.0
28622026-08-26T16:03:08.036Z Checking heapless v0.7.17
28632026-08-26T16:03:08.078Z Checking zstd-safe v7.2.4
28642026-08-26T16:03:08.208Z Checking goblin v0.8.2
28652026-08-26T16:03:08.241Z Checking inout v0.2.2
28662026-08-26T16:03:08.391Z Checking toml v0.7.8
28672026-08-26T16:03:08.392Z Checking hyper-tls v0.6.0
28682026-08-26T16:03:08.443Z Checking daft v0.1.8
28692026-08-26T16:03:08.565Z Checking cookie v0.18.1
28702026-08-26T16:03:08.618Z Checking object v0.30.4
28712026-08-26T16:03:08.621Z Checking zip v0.6.6
28722026-08-26T16:03:08.684Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28732026-08-26T16:03:08.714Z Checking tokio-rustls v0.26.4
28742026-08-26T16:03:08.795Z Checking phf_shared v0.13.1
28752026-08-26T16:03:08.842Z Checking dtrace-parser v0.3.0
28762026-08-26T16:03:08.853Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28772026-08-26T16:03:08.936Z Checking zerocopy v0.7.35
28782026-08-26T16:03:08.957Z Checking pin-project v1.1.11
28792026-08-26T16:03:08.985Z Checking signal-hook v0.3.18
28802026-08-26T16:03:09.048Z Checking futures-executor v0.3.32
28812026-08-26T16:03:09.075Z Checking ff v0.13.1
28822026-08-26T16:03:09.173Z Checking thread-id v5.1.0
28832026-08-26T16:03:09.192Z Checking smawk v0.3.2
28842026-08-26T16:03:09.205Z Checking foldhash v0.2.0
28852026-08-26T16:03:09.249Z Checking foldhash v0.1.5
28862026-08-26T16:03:09.316Z Compiling illumos-nvpair-sys v0.2.0
28872026-08-26T16:03:09.352Z Checking same-file v1.0.6
28882026-08-26T16:03:09.367Z Checking backtrace v0.3.76
28892026-08-26T16:03:09.382Z Checking unicode-linebreak v0.1.5
28902026-08-26T16:03:09.419Z Compiling rayon-core v1.13.0
28912026-08-26T16:03:09.465Z Checking managed v0.8.0
28922026-08-26T16:03:09.486Z Checking base16ct v0.2.0
28932026-08-26T16:03:09.584Z Checking bitflags v1.3.2
28942026-08-26T16:03:09.596Z Checking unicode-width v0.2.0
28952026-08-26T16:03:09.608Z Checking path-slash v0.1.5
28962026-08-26T16:03:09.645Z Checking libbz2-rs-sys v0.2.2
28972026-08-26T16:03:09.645Z Checking jiff-core v0.1.0
28982026-08-26T16:03:09.668Z Checking bumpalo v3.20.2
28992026-08-26T16:03:09.701Z Checking is_ci v1.2.0
29002026-08-26T16:03:09.796Z Checking supports-color v3.0.2
29012026-08-26T16:03:09.822Z Checking smoltcp v0.9.1
29022026-08-26T16:03:09.834Z Checking textwrap v0.16.2
29032026-08-26T16:03:09.860Z Checking zopfli v0.8.3
29042026-08-26T16:03:09.915Z Checking backtrace-ext v0.2.1
29052026-08-26T16:03:10.023Z Checking sec1 v0.7.3
29062026-08-26T16:03:10.036Z Checking bzip2 v0.6.1
29072026-08-26T16:03:10.078Z Checking walkdir v2.5.0
29082026-08-26T16:03:10.114Z Checking dof v0.3.0
29092026-08-26T16:03:10.184Z Checking hashbrown v0.15.5
29102026-08-26T16:03:10.201Z Checking hashbrown v0.16.1
29112026-08-26T16:03:10.223Z Checking usdt-impl v0.6.0
29122026-08-26T16:03:10.235Z Checking group v0.13.0
29132026-08-26T16:03:10.326Z Checking jiff v0.2.34
29142026-08-26T16:03:10.377Z Checking futures v0.3.32
29152026-08-26T16:03:10.400Z Checking signal-hook-mio v0.2.5
29162026-08-26T16:03:10.403Z Checking snafu v0.8.9
29172026-08-26T16:03:10.450Z Checking phf v0.13.1
29182026-08-26T16:03:10.499Z Checking hyper-rustls v0.27.7
29192026-08-26T16:03:10.502Z Checking cookie_store v0.22.1
29202026-08-26T16:03:10.594Z Checking reqwest v0.12.28
29212026-08-26T16:03:10.641Z Checking cipher v0.5.2
29222026-08-26T16:03:10.654Z Checking zstd v0.13.3
29232026-08-26T16:03:10.697Z Checking postgres-types v0.2.12
29242026-08-26T16:03:10.710Z Checking rustls-platform-verifier v0.6.2
29252026-08-26T16:03:10.713Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29262026-08-26T16:03:10.833Z Checking globset v0.4.18
29272026-08-26T16:03:10.846Z Checking crossbeam-deque v0.8.6
29282026-08-26T16:03:10.849Z Checking regex v1.12.3
29292026-08-26T16:03:10.874Z Checking phf_shared v0.11.3
29302026-08-26T16:03:11.003Z Checking hkdf v0.12.4
29312026-08-26T16:03:11.016Z Checking dtrace-parser v0.2.0
29322026-08-26T16:03:11.016Z Checking byte-wrapper v0.1.0
29332026-08-26T16:03:11.054Z Checking curve25519-dalek v4.1.3
29342026-08-26T16:03:11.076Z Checking ref-cast v1.0.25
29352026-08-26T16:03:11.129Z Checking strum v0.27.2
29362026-08-26T16:03:11.142Z Checking olpc-cjson v0.1.4
29372026-08-26T16:03:11.169Z Checking hubpack v0.1.2
29382026-08-26T16:03:11.219Z Checking ed25519 v2.2.3
29392026-08-26T16:03:11.235Z Checking memoffset v0.9.1
29402026-08-26T16:03:11.247Z Checking rustix v0.38.44
29412026-08-26T16:03:11.269Z Checking owo-colors v4.3.0
29422026-08-26T16:03:11.311Z Checking pem v3.0.6
29432026-08-26T16:03:11.332Z Checking crypto-bigint v0.5.5
29442026-08-26T16:03:11.345Z Checking serde-big-array v0.5.1
29452026-08-26T16:03:11.401Z Checking serde_plain v1.0.2
29462026-08-26T16:03:11.461Z Checking erased-serde v0.3.31
29472026-08-26T16:03:11.474Z Checking float-cmp v0.10.0
29482026-08-26T16:03:11.542Z Checking memmap2 v0.9.10
29492026-08-26T16:03:11.596Z Checking thread-id v4.2.2
29502026-08-26T16:03:11.675Z Checking data-encoding v2.10.0
29512026-08-26T16:03:11.702Z Checking typed-path v0.9.3
29522026-08-26T16:03:11.814Z Checking new_debug_unreachable v1.0.6
29532026-08-26T16:03:11.826Z Checking static_assertions v1.1.0
29542026-08-26T16:03:11.838Z Checking cpufeatures v0.3.0
29552026-08-26T16:03:11.880Z Checking fixedbitset v0.5.7
29562026-08-26T16:03:11.892Z Checking winnow v1.0.3
29572026-08-26T16:03:11.906Z Checking supports-hyperlinks v3.2.0
29582026-08-26T16:03:11.939Z Checking difflib v0.4.0
29592026-08-26T16:03:12.009Z Checking unicode-width v0.1.14
29602026-08-26T16:03:12.033Z Checking supports-unicode v3.0.0
29612026-08-26T16:03:12.068Z Checking whoami v2.1.0
29622026-08-26T16:03:12.114Z Checking winnow v0.7.14
29632026-08-26T16:03:12.188Z Checking normalize-line-endings v0.3.0
29642026-08-26T16:03:12.206Z Checking toml_write v0.1.2
29652026-08-26T16:03:12.233Z Checking precomputed-hash v0.1.1
29662026-08-26T16:03:12.246Z Checking keccak v0.1.6
29672026-08-26T16:03:12.257Z Checking fixedbitset v0.4.2
29682026-08-26T16:03:12.269Z Checking const-oid v0.10.2
29692026-08-26T16:03:12.310Z Checking unicode-segmentation v1.12.0
29702026-08-26T16:03:12.377Z Checking predicates-core v1.0.10
29712026-08-26T16:03:12.404Z Checking sha3 v0.10.8
29722026-08-26T16:03:12.404Z Checking petgraph v0.6.5
29732026-08-26T16:03:12.427Z Checking digest v0.11.3
29742026-08-26T16:03:12.499Z Checking predicates v3.1.4
29752026-08-26T16:03:12.503Z Checking tough v0.22.0
29762026-08-26T16:03:12.606Z Checking string_cache v0.8.9
29772026-08-26T16:03:12.610Z Checking tokio-postgres v0.7.16
29782026-08-26T16:03:12.630Z Checking similar v2.7.0
29792026-08-26T16:03:12.766Z Checking toml_parser v1.1.2+spec-1.1.0
29802026-08-26T16:03:12.780Z Checking miette v7.6.0
29812026-08-26T16:03:12.801Z Checking elliptic-curve v0.13.8
29822026-08-26T16:03:13.006Z Checking zip v4.6.1
29832026-08-26T16:03:13.091Z Checking petgraph v0.8.3
29842026-08-26T16:03:13.105Z Checking crossterm v0.28.1
29852026-08-26T16:03:13.284Z Checking hickory-proto v0.25.2
29862026-08-26T16:03:13.316Z Checking toml_edit v0.22.27
29872026-08-26T16:03:13.572Z Checking chacha20 v0.10.0
29882026-08-26T16:03:13.650Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29892026-08-26T16:03:13.794Z Checking slog v2.8.2
29902026-08-26T16:03:13.825Z Checking ed25519-dalek v2.2.0
29912026-08-26T16:03:13.875Z Checking usdt v0.6.0
29922026-08-26T16:03:14.045Z Checking usdt-impl v0.5.0
29932026-08-26T16:03:14.059Z Checking nix v0.31.2
29942026-08-26T16:03:14.059Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29952026-08-26T16:03:14.326Z Checking iddqd v0.4.2
29962026-08-26T16:03:14.537Z Checking reqwest v0.13.2
29972026-08-26T16:03:14.664Z Checking itertools v0.13.0
29982026-08-26T16:03:14.699Z Checking itertools v0.15.0
29992026-08-26T16:03:14.766Z Checking strum v0.26.3
30002026-08-26T16:03:14.879Z Checking serde_with v3.21.0
30012026-08-26T16:03:15.235Z Checking derive_more v2.1.1
30022026-08-26T16:03:15.252Z Checking fs-err v3.3.0
30032026-08-26T16:03:15.334Z Checking tokio-stream v0.1.18
30042026-08-26T16:03:15.360Z Checking buf-list v1.1.2
30052026-08-26T16:03:15.542Z Checking camino v1.2.5
30062026-08-26T16:03:15.542Z Checking anyhow v1.0.104
30072026-08-26T16:03:15.670Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30082026-08-26T16:03:15.707Z Checking openapiv3 v2.2.0
30092026-08-26T16:03:15.747Z Checking lalrpop-util v0.19.12
30102026-08-26T16:03:15.785Z Checking peg-runtime v0.8.5
30112026-08-26T16:03:15.798Z Checking illumos-nvpair v0.3.0
30122026-08-26T16:03:15.873Z Checking rayon v1.11.0
30132026-08-26T16:03:15.904Z Checking sigpipe v0.1.3
30142026-08-26T16:03:15.924Z Checking glob v0.3.3
30152026-08-26T16:03:16.840Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-08-26T16:03:17.164Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-08-26T16:03:17.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.61s
30182026-08-26T16:03:17.619Z
30192026-08-26T16:03:17.619Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30202026-08-26T16:03:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-26T16:03:18.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-26T16:03:18.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-26T16:03:18.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30242026-08-26T16:03:18.188Z
30252026-08-26T16:03:18.188Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30262026-08-26T16:03:18.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-26T16:03:18.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-26T16:03:18.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-26T16:03:18.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30302026-08-26T16:03:18.746Z
30312026-08-26T16:03:18.746Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30322026-08-26T16:03:19.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-26T16:03:19.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-26T16:03:19.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-26T16:03:19.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30362026-08-26T16:03:19.324Z
30372026-08-26T16:03:19.324Zinfo: running `cargo check --bins` on oxql-types (123/377)
30382026-08-26T16:03:19.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-26T16:03:19.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-26T16:03:19.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-26T16:03:19.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30422026-08-26T16:03:19.892Z
30432026-08-26T16:03:19.892Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30442026-08-26T16:03:20.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-26T16:03:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-26T16:03:20.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-26T16:03:20.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30482026-08-26T16:03:20.457Z
30492026-08-26T16:03:20.457Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30502026-08-26T16:03:20.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-26T16:03:20.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-26T16:03:20.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-26T16:03:20.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-26T16:03:21.024Z
30552026-08-26T16:03:21.024Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30562026-08-26T16:03:21.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-26T16:03:21.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-26T16:03:21.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-26T16:03:21.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30602026-08-26T16:03:21.577Z
30612026-08-26T16:03:21.577Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30622026-08-26T16:03:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-26T16:03:22.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-26T16:03:22.262Z Compiling multer v3.1.0
30652026-08-26T16:03:22.376Z Compiling async-stream-impl v0.3.6
30662026-08-26T16:03:22.379Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-08-26T16:03:22.395Z Compiling serde_tokenstream v0.3.0
30682026-08-26T16:03:22.406Z Compiling dropshot v0.17.1
30692026-08-26T16:03:22.419Z Compiling parse-display-derive v0.10.0
30702026-08-26T16:03:22.430Z Compiling newtype-uuid-macros v0.1.0
30712026-08-26T16:03:22.434Z Compiling dropshot_endpoint v0.17.1
30722026-08-26T16:03:22.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-08-26T16:03:22.661Z Checking thread_local v1.1.9
30742026-08-26T16:03:22.701Z Compiling oxide-generation-macros v0.2.0
30752026-08-26T16:03:22.753Z Checking match_cfg v0.1.0
30762026-08-26T16:03:22.822Z Checking compression-core v0.4.31
30772026-08-26T16:03:22.837Z Checking hostname v0.3.1
30782026-08-26T16:03:22.934Z Checking crossbeam-channel v0.5.15
30792026-08-26T16:03:22.948Z Checking atomicwrites v0.4.4
30802026-08-26T16:03:22.952Z Checking compression-codecs v0.4.37
30812026-08-26T16:03:23.027Z Checking slog-json v2.6.1
30822026-08-26T16:03:23.073Z Checking toml_datetime v1.1.1+spec-1.1.0
30832026-08-26T16:03:23.125Z Checking serde_spanned v1.1.1
30842026-08-26T16:03:23.180Z Checking is-terminal v0.4.17
30852026-08-26T16:03:23.193Z Checking term v1.2.1
30862026-08-26T16:03:23.255Z Checking debug-ignore v1.0.5
30872026-08-26T16:03:23.269Z Checking take_mut v0.2.2
30882026-08-26T16:03:23.273Z Checking toml_writer v1.1.1+spec-1.1.0
30892026-08-26T16:03:23.295Z Checking slog-bunyan v2.5.0
30902026-08-26T16:03:23.353Z Checking async-compression v0.4.41
30912026-08-26T16:03:23.372Z Checking slog-async v2.8.0
30922026-08-26T16:03:23.405Z Checking slog-term v2.9.2
30932026-08-26T16:03:23.408Z Checking async-stream v0.3.6
30942026-08-26T16:03:23.430Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-08-26T16:03:23.458Z Checking toml v1.1.2+spec-1.1.0
30962026-08-26T16:03:23.535Z Checking progenitor-client v0.14.0
30972026-08-26T16:03:23.549Z Checking sha1 v0.11.0
30982026-08-26T16:03:23.592Z Checking oxide-generation v0.1.3
30992026-08-26T16:03:23.661Z Checking waitgroup v0.1.2
31002026-08-26T16:03:23.737Z Checking rustls-pemfile v2.2.0
31012026-08-26T16:03:23.760Z Checking backon v1.6.0
31022026-08-26T16:03:23.773Z Checking serde_path_to_error v0.1.20
31032026-08-26T16:03:23.786Z Checking hostname v0.4.2
31042026-08-26T16:03:23.810Z Checking instant v0.1.13
31052026-08-26T16:03:23.902Z Checking backoff v0.4.0
31062026-08-26T16:03:23.922Z Checking progenitor-extras v0.2.0
31072026-08-26T16:03:24.040Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31082026-08-26T16:03:24.044Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31092026-08-26T16:03:24.068Z Checking parse-display v0.10.0
31102026-08-26T16:03:24.082Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31112026-08-26T16:03:24.094Z Checking regress v0.10.5
31122026-08-26T16:03:24.143Z Checking itertools v0.14.0
31132026-08-26T16:03:24.215Z Checking macaddr v1.0.1
31142026-08-26T16:03:24.385Z Checking humantime v2.3.0
31152026-08-26T16:03:25.235Z Compiling prettyplease v0.2.37
31162026-08-26T16:03:25.514Z Checking num-rational v0.4.2
31172026-08-26T16:03:25.788Z Checking num-complex v0.4.6
31182026-08-26T16:03:26.129Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-08-26T16:03:26.200Z Compiling num v0.4.3
31202026-08-26T16:03:26.331Z Compiling usdt-attr-macro v0.5.0
31212026-08-26T16:03:26.345Z Compiling usdt-macro v0.5.0
31222026-08-26T16:03:26.357Z Checking memmap v0.7.0
31232026-08-26T16:03:26.395Z Compiling float-ord v0.3.2
31242026-08-26T16:03:26.512Z Compiling convert_case v0.4.0
31252026-08-26T16:03:26.874Z Compiling derive_more v0.99.20
31262026-08-26T16:03:26.950Z Checking newline-converter v0.3.0
31272026-08-26T16:03:27.062Z Checking console v0.15.11
31282026-08-26T16:03:27.062Z Compiling toml v0.8.23
31292026-08-26T16:03:27.106Z Checking usdt v0.5.0
31302026-08-26T16:03:27.317Z Checking linked-hash-map v0.5.6
31312026-08-26T16:03:27.368Z Compiling minimal-lexical v0.2.1
31322026-08-26T16:03:27.490Z Checking lru-cache v0.1.2
31332026-08-26T16:03:27.616Z Compiling nom v7.1.3
31342026-08-26T16:03:27.629Z Checking expectorate v1.2.0
31352026-08-26T16:03:27.799Z Checking camino-tempfile v1.4.1
31362026-08-26T16:03:27.963Z Checking hickory-proto v0.24.4
31372026-08-26T16:03:28.091Z Checking phf_shared v0.12.1
31382026-08-26T16:03:28.207Z Compiling slog-dtrace v0.3.0
31392026-08-26T16:03:28.235Z Compiling chrono-tz v0.10.4
31402026-08-26T16:03:28.417Z Checking resolv-conf v0.7.6
31412026-08-26T16:03:28.599Z Compiling unicode-xid v0.2.6
31422026-08-26T16:03:28.681Z Checking heck v0.5.0
31432026-08-26T16:03:28.724Z Compiling const_format_proc_macros v0.2.34
31442026-08-26T16:03:28.878Z Checking phf v0.12.1
31452026-08-26T16:03:28.943Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31462026-08-26T16:03:28.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31472026-08-26T16:03:29.018Z Checking tokio-dtrace v0.1.1
31482026-08-26T16:03:29.205Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-08-26T16:03:29.455Z Compiling derive-where v1.6.0
31502026-08-26T16:03:29.491Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31512026-08-26T16:03:29.537Z Checking highway v1.3.0
31522026-08-26T16:03:29.766Z Checking const_format v0.2.35
31532026-08-26T16:03:29.780Z Checking hickory-resolver v0.24.4
31542026-08-26T16:03:29.996Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31552026-08-26T16:03:30.501Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-08-26T16:03:30.514Z Checking oxide-tokio-rt v0.1.4
31572026-08-26T16:03:30.728Z Checking qorb v0.4.1
31582026-08-26T16:03:30.784Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31592026-08-26T16:03:30.908Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-08-26T16:03:30.985Z Checking gethostname v0.5.0
31612026-08-26T16:03:31.002Z Checking bcs v0.1.6
31622026-08-26T16:03:31.017Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31632026-08-26T16:03:31.072Z Checking termtree v0.5.1
31642026-08-26T16:03:34.065Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-08-26T16:03:37.126Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31662026-08-26T16:03:39.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
31672026-08-26T16:03:39.563Z
31682026-08-26T16:03:39.563Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31692026-08-26T16:03:40.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-08-26T16:03:40.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-08-26T16:03:40.244Z Compiling ar_archive_writer v0.5.1
31722026-08-26T16:03:40.354Z Compiling stacker v0.1.23
31732026-08-26T16:03:40.361Z Compiling cfg_aliases v0.1.1
31742026-08-26T16:03:40.369Z Compiling proc-macro-error v1.0.4
31752026-08-26T16:03:40.377Z Checking fd-lock v4.0.4
31762026-08-26T16:03:40.377Z Checking nibble_vec v0.1.0
31772026-08-26T16:03:40.380Z Compiling recursive-proc-macro-impl v0.1.1
31782026-08-26T16:03:40.380Z Checking vte v0.14.1
31792026-08-26T16:03:40.417Z Compiling nix v0.28.0
31802026-08-26T16:03:40.484Z Checking endian-type v0.1.2
31812026-08-26T16:03:40.519Z Checking bytecount v0.6.9
31822026-08-26T16:03:40.534Z Checking strip-ansi-escapes v0.2.1
31832026-08-26T16:03:40.604Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31842026-08-26T16:03:40.616Z Checking radix_trie v0.2.1
31852026-08-26T16:03:40.629Z Checking papergrid v0.11.0
31862026-08-26T16:03:40.640Z Compiling peg-macros v0.8.5
31872026-08-26T16:03:40.652Z Compiling tabled_derive v0.7.0
31882026-08-26T16:03:40.775Z Compiling sqlparser_derive v0.5.0
31892026-08-26T16:03:40.815Z Checking winnow v0.6.26
31902026-08-26T16:03:41.064Z Checking home v0.5.12
31912026-08-26T16:03:41.157Z Compiling psm v0.1.30
31922026-08-26T16:03:41.170Z Checking nu-ansi-term v0.50.3
31932026-08-26T16:03:41.229Z Checking unicode_categories v0.1.1
31942026-08-26T16:03:41.373Z Checking reedline v0.40.0
31952026-08-26T16:03:41.439Z Checking crossterm v0.29.0
31962026-08-26T16:03:41.521Z Checking display-error-chain v0.2.2
31972026-08-26T16:03:41.602Z Checking tabled v0.15.0
31982026-08-26T16:03:41.677Z Checking rustyline v14.0.0
31992026-08-26T16:03:41.903Z Checking recursive v0.1.1
32002026-08-26T16:03:41.923Z Checking peg v0.8.5
32012026-08-26T16:03:41.927Z Checking sqlformat v0.3.5
32022026-08-26T16:03:41.988Z Checking sqlparser v0.61.0
32032026-08-26T16:03:53.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
32042026-08-26T16:03:53.354Z
32052026-08-26T16:03:53.354Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32062026-08-26T16:03:53.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-08-26T16:03:53.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-08-26T16:03:54.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32092026-08-26T16:03:57.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32102026-08-26T16:03:57.731Z
32112026-08-26T16:03:57.731Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32122026-08-26T16:03:58.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-26T16:03:58.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-26T16:03:58.400Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-26T16:04:00.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
32162026-08-26T16:04:01.094Z
32172026-08-26T16:04:01.094Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32182026-08-26T16:04:01.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-26T16:04:01.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-26T16:04:01.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-26T16:04:05.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
32222026-08-26T16:04:05.251Z
32232026-08-26T16:04:05.251Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32242026-08-26T16:04:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-26T16:04:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-26T16:04:05.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-26T16:04:09.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
32282026-08-26T16:04:09.462Z
32292026-08-26T16:04:09.462Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32302026-08-26T16:04:09.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-26T16:04:09.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-26T16:04:10.133Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-26T16:04:12.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
32342026-08-26T16:04:13.005Z
32352026-08-26T16:04:13.005Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32362026-08-26T16:04:13.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-26T16:04:13.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-26T16:04:13.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-26T16:04:16.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
32402026-08-26T16:04:16.561Z
32412026-08-26T16:04:16.561Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32422026-08-26T16:04:17.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-26T16:04:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-26T16:04:17.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-26T16:04:20.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
32462026-08-26T16:04:20.920Z
32472026-08-26T16:04:20.920Zinfo: running `cargo check --bins` on oximeter (136/377)
32482026-08-26T16:04:21.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-26T16:04:21.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-26T16:04:21.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-08-26T16:04:21.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32522026-08-26T16:04:21.495Z
32532026-08-26T16:04:21.495Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32542026-08-26T16:04:21.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-26T16:04:21.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-26T16:04:22.132Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-08-26T16:04:22.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32582026-08-26T16:04:22.683Z
32592026-08-26T16:04:22.683Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32602026-08-26T16:04:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-26T16:04:23.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-26T16:04:23.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-26T16:04:23.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32642026-08-26T16:04:23.255Z
32652026-08-26T16:04:23.255Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32662026-08-26T16:04:23.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-26T16:04:23.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-26T16:04:23.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-26T16:04:23.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32702026-08-26T16:04:23.866Z
32712026-08-26T16:04:23.866Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32722026-08-26T16:04:24.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-26T16:04:24.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-26T16:04:24.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-26T16:04:24.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32762026-08-26T16:04:24.439Z
32772026-08-26T16:04:24.439Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32782026-08-26T16:04:24.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-26T16:04:24.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-26T16:04:24.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-26T16:04:24.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32822026-08-26T16:04:25.005Z
32832026-08-26T16:04:25.005Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32842026-08-26T16:04:25.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-26T16:04:25.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-26T16:04:25.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-26T16:04:25.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-26T16:04:25.574Z
32892026-08-26T16:04:25.574Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32902026-08-26T16:04:26.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-26T16:04:26.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-26T16:04:26.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-26T16:04:26.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32942026-08-26T16:04:26.146Z
32952026-08-26T16:04:26.146Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32962026-08-26T16:04:26.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-26T16:04:26.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-26T16:04:26.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-26T16:04:26.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-26T16:04:26.716Z
33012026-08-26T16:04:26.716Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33022026-08-26T16:04:27.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-26T16:04:27.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-26T16:04:27.535Z Compiling crucible-workspace-hack v0.1.0
33052026-08-26T16:04:27.535Z Compiling regress v0.11.1
33062026-08-26T16:04:27.535Z Checking secrecy v0.10.3
33072026-08-26T16:04:27.539Z Checking half v2.7.1
33082026-08-26T16:04:27.539Z Checking ciborium-io v0.2.2
33092026-08-26T16:04:27.539Z Checking inout v0.1.4
33102026-08-26T16:04:27.539Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-08-26T16:04:27.539Z Checking universal-hash v0.5.1
33122026-08-26T16:04:27.752Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33132026-08-26T16:04:27.789Z Checking cipher v0.4.4
33142026-08-26T16:04:27.825Z Compiling thiserror-impl-no-std v2.0.2
33152026-08-26T16:04:27.829Z Checking opaque-debug v0.3.1
33162026-08-26T16:04:27.907Z Checking poly1305 v0.8.0
33172026-08-26T16:04:27.919Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33182026-08-26T16:04:27.928Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33192026-08-26T16:04:27.990Z Checking ciborium-ll v0.2.2
33202026-08-26T16:04:28.003Z Checking chacha20 v0.9.1
33212026-08-26T16:04:28.184Z Checking ciborium v0.2.2
33222026-08-26T16:04:28.202Z Checking password-hash v0.5.0
33232026-08-26T16:04:28.230Z Checking blake2 v0.10.6
33242026-08-26T16:04:28.247Z Checking aead v0.5.2
33252026-08-26T16:04:28.338Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33262026-08-26T16:04:28.391Z Checking indent_write v2.2.0
33272026-08-26T16:04:28.420Z Compiling toml_datetime v0.7.5+spec-1.1.0
33282026-08-26T16:04:28.462Z Checking argon2 v0.5.3
33292026-08-26T16:04:28.518Z Checking chacha20poly1305 v0.10.1
33302026-08-26T16:04:28.599Z Compiling toml_edit v0.23.10+spec-1.0.0
33312026-08-26T16:04:28.647Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-08-26T16:04:28.662Z Compiling unsafe-libyaml v0.2.11
33332026-08-26T16:04:28.806Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33342026-08-26T16:04:28.977Z Checking thiserror-no-std v2.0.2
33352026-08-26T16:04:29.013Z Compiling heapless v0.8.0
33362026-08-26T16:04:29.069Z Checking vsss-rs v3.3.4
33372026-08-26T16:04:29.292Z Compiling typify-impl v0.6.2
33382026-08-26T16:04:29.307Z Compiling serde_yaml v0.9.34+deprecated
33392026-08-26T16:04:29.405Z Compiling proc-macro-crate v3.4.0
33402026-08-26T16:04:29.849Z Compiling ingot-macros v0.2.0
33412026-08-26T16:04:29.947Z Compiling num_enum_derive v0.7.6
33422026-08-26T16:04:30.013Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33432026-08-26T16:04:30.115Z Checking hash32 v0.3.1
33442026-08-26T16:04:30.171Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-08-26T16:04:30.248Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33462026-08-26T16:04:30.457Z Compiling smoltcp v0.11.0
33472026-08-26T16:04:30.717Z Checking tabwriter v1.4.1
33482026-08-26T16:04:30.824Z Checking cobs v0.3.0
33492026-08-26T16:04:30.869Z Checking swrite v0.1.0
33502026-08-26T16:04:30.905Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33512026-08-26T16:04:30.966Z Compiling proc-macro-crate v1.3.1
33522026-08-26T16:04:30.982Z Checking num_enum v0.7.6
33532026-08-26T16:04:30.986Z Checking postcard v1.1.3
33542026-08-26T16:04:31.098Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-26T16:04:31.117Z Compiling foreign-types-macros v0.2.3
33562026-08-26T16:04:31.278Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33572026-08-26T16:04:31.294Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33582026-08-26T16:04:31.308Z Checking colored v3.1.1
33592026-08-26T16:04:31.380Z Checking foreign-types-shared v0.3.1
33602026-08-26T16:04:31.474Z Compiling num_enum_derive v0.5.11
33612026-08-26T16:04:31.612Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33622026-08-26T16:04:31.657Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-26T16:04:31.707Z Checking foreign-types v0.5.0
33642026-08-26T16:04:31.788Z Checking cstr-argument v0.1.2
33652026-08-26T16:04:31.916Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33662026-08-26T16:04:32.048Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33672026-08-26T16:04:32.114Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-08-26T16:04:32.132Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-08-26T16:04:32.156Z Checking rand v0.10.1
33702026-08-26T16:04:32.204Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33712026-08-26T16:04:32.324Z Compiling zone_cfg_derive v0.3.1
33722026-08-26T16:04:32.345Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33732026-08-26T16:04:32.465Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33742026-08-26T16:04:32.500Z Checking num_enum v0.5.11
33752026-08-26T16:04:32.559Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33762026-08-26T16:04:32.616Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33772026-08-26T16:04:32.686Z Checking ingot-types v0.2.0
33782026-08-26T16:04:32.736Z Checking itertools v0.12.1
33792026-08-26T16:04:32.798Z Compiling num-derive v0.4.2
33802026-08-26T16:04:32.980Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33812026-08-26T16:04:33.066Z Checking ingot v0.2.1
33822026-08-26T16:04:33.168Z Compiling semver v0.1.20
33832026-08-26T16:04:33.463Z Compiling rustc_version v0.1.7
33842026-08-26T16:04:33.693Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33852026-08-26T16:04:33.720Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33862026-08-26T16:04:33.737Z Checking smf v0.2.3
33872026-08-26T16:04:33.767Z Checking zone v0.3.1
33882026-08-26T16:04:33.790Z Compiling typify-macro v0.6.2
33892026-08-26T16:04:33.845Z Checking nom v8.0.0
33902026-08-26T16:04:33.937Z Checking csv-core v0.1.13
33912026-08-26T16:04:33.964Z Checking whoami v1.6.1
33922026-08-26T16:04:34.020Z Compiling newtype_derive v0.1.6
33932026-08-26T16:04:34.115Z Checking csv v1.4.0
33942026-08-26T16:04:34.118Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-08-26T16:04:34.144Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33962026-08-26T16:04:34.211Z Compiling cancel-safe-futures v0.1.5
33972026-08-26T16:04:34.313Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-26T16:04:34.388Z Compiling libefi-sys v0.1.0
33992026-08-26T16:04:34.474Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34002026-08-26T16:04:34.535Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-26T16:04:34.669Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34022026-08-26T16:04:34.684Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34032026-08-26T16:04:34.688Z Checking oxide-update-engine-types v0.1.2
34042026-08-26T16:04:34.872Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34052026-08-26T16:04:34.891Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34062026-08-26T16:04:34.970Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34072026-08-26T16:04:35.067Z Compiling bitfield-struct v0.6.2
34082026-08-26T16:04:35.215Z Checking linear-map v1.2.0
34092026-08-26T16:04:35.395Z Checking steno v0.4.1
34102026-08-26T16:04:35.527Z Compiling typify v0.6.2
34112026-08-26T16:04:35.608Z Checking oxide-update-engine v0.1.2
34122026-08-26T16:04:35.644Z Compiling progenitor-impl v0.14.0
34132026-08-26T16:04:35.701Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34142026-08-26T16:04:35.771Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34152026-08-26T16:04:35.786Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34162026-08-26T16:04:35.940Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34172026-08-26T16:04:36.026Z Checking sha1 v0.10.6
34182026-08-26T16:04:36.105Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34192026-08-26T16:04:36.188Z Checking utf-8 v0.7.6
34202026-08-26T16:04:36.204Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-26T16:04:36.328Z Checking tungstenite v0.21.0
34222026-08-26T16:04:36.393Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34232026-08-26T16:04:36.448Z Checking ignore v0.4.25
34242026-08-26T16:04:36.548Z Checking anstyle-parse v0.2.7
34252026-08-26T16:04:36.591Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-08-26T16:04:36.707Z Compiling xshell-macros v0.2.7
34272026-08-26T16:04:36.747Z Checking tokio-tungstenite v0.21.0
34282026-08-26T16:04:36.793Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34292026-08-26T16:04:36.812Z Checking anstream v0.6.21
34302026-08-26T16:04:36.859Z Checking globwalk v0.9.1
34312026-08-26T16:04:37.012Z Checking predicates-tree v1.0.13
34322026-08-26T16:04:37.012Z Checking filetime v0.2.27
34332026-08-26T16:04:37.042Z Checking xattr v1.6.1
34342026-08-26T16:04:37.042Z Checking tagptr v0.2.0
34352026-08-26T16:04:37.081Z Checking xshell v0.2.7
34362026-08-26T16:04:37.124Z Checking camino-tempfile-ext v0.3.3
34372026-08-26T16:04:37.163Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34382026-08-26T16:04:37.179Z Checking moka v0.12.13
34392026-08-26T16:04:37.192Z Checking tar v0.4.46
34402026-08-26T16:04:37.304Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34412026-08-26T16:04:37.373Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34422026-08-26T16:04:37.407Z Checking rand_seeder v0.4.0
34432026-08-26T16:04:37.439Z Checking half v1.8.3
34442026-08-26T16:04:37.522Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-26T16:04:37.553Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-08-26T16:04:37.611Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-26T16:04:37.643Z Checking serde_cbor v0.11.2
34482026-08-26T16:04:37.847Z Checking hickory-resolver v0.25.2
34492026-08-26T16:04:37.863Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34502026-08-26T16:04:37.878Z Checking sha2 v0.11.0
34512026-08-26T16:04:38.038Z Checking digest-io v0.1.0
34522026-08-26T16:04:38.187Z Compiling petname v2.0.2
34532026-08-26T16:04:38.291Z Compiling progenitor-macro v0.14.0
34542026-08-26T16:04:38.500Z Checking rawzip v0.4.4
34552026-08-26T16:04:38.558Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34562026-08-26T16:04:38.577Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-08-26T16:04:38.935Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34582026-08-26T16:04:38.954Z Checking sapling-renderdag v0.1.0
34592026-08-26T16:04:39.052Z Checking subprocess v0.2.15
34602026-08-26T16:04:39.117Z Checking sync-ptr v0.1.4
34612026-08-26T16:04:39.259Z Checking colored v2.2.0
34622026-08-26T16:04:39.295Z Checking assert_matches v1.5.0
34632026-08-26T16:04:39.335Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34642026-08-26T16:04:39.468Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34652026-08-26T16:04:39.774Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662026-08-26T16:04:39.831Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34672026-08-26T16:04:39.854Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-26T16:04:40.419Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34692026-08-26T16:04:40.420Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34702026-08-26T16:04:41.197Z Checking progenitor v0.14.0
34712026-08-26T16:04:41.331Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34722026-08-26T16:04:41.334Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34732026-08-26T16:04:41.335Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34742026-08-26T16:04:41.335Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34752026-08-26T16:04:41.335Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34762026-08-26T16:04:41.335Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34772026-08-26T16:04:41.731Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34782026-08-26T16:04:41.851Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34792026-08-26T16:04:41.941Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34802026-08-26T16:04:42.107Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34812026-08-26T16:04:42.269Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34822026-08-26T16:04:42.462Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34832026-08-26T16:04:43.104Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34842026-08-26T16:04:43.185Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34852026-08-26T16:04:43.835Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34862026-08-26T16:04:44.340Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34872026-08-26T16:04:52.922Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34882026-08-26T16:05:00.178Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34892026-08-26T16:05:00.181Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34902026-08-26T16:05:00.181Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34912026-08-26T16:05:01.663Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922026-08-26T16:05:02.932Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34932026-08-26T16:05:05.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s
34942026-08-26T16:05:05.379Z
34952026-08-26T16:05:05.379Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
34962026-08-26T16:05:05.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-26T16:05:05.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-26T16:05:05.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-26T16:05:05.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-08-26T16:05:05.969Z
35012026-08-26T16:05:05.969Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35022026-08-26T16:05:06.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-26T16:05:06.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-26T16:05:06.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-26T16:05:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-26T16:05:06.538Z
35072026-08-26T16:05:06.538Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35082026-08-26T16:05:07.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-26T16:05:07.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-26T16:05:07.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-26T16:05:07.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-26T16:05:07.106Z
35132026-08-26T16:05:07.107Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35142026-08-26T16:05:07.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-26T16:05:07.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-26T16:05:07.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-26T16:05:07.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-08-26T16:05:07.662Z
35192026-08-26T16:05:07.662Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35202026-08-26T16:05:08.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-26T16:05:08.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-26T16:05:08.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-26T16:05:08.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35242026-08-26T16:05:08.216Z
35252026-08-26T16:05:08.216Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35262026-08-26T16:05:08.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-26T16:05:08.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-26T16:05:08.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-26T16:05:08.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-26T16:05:08.773Z
35312026-08-26T16:05:08.773Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35322026-08-26T16:05:09.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-26T16:05:09.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-26T16:05:09.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-26T16:05:09.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-26T16:05:09.324Z
35372026-08-26T16:05:09.324Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35382026-08-26T16:05:09.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-26T16:05:09.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-26T16:05:09.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-26T16:05:09.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-26T16:05:09.880Z
35432026-08-26T16:05:09.880Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35442026-08-26T16:05:10.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-26T16:05:10.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-26T16:05:10.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-26T16:05:10.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-26T16:05:10.468Z
35492026-08-26T16:05:10.468Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35502026-08-26T16:05:10.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-26T16:05:10.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-26T16:05:10.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-26T16:05:10.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-26T16:05:11.044Z
35552026-08-26T16:05:11.044Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35562026-08-26T16:05:11.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-26T16:05:11.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-26T16:05:11.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-26T16:05:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-26T16:05:11.629Z
35612026-08-26T16:05:11.629Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35622026-08-26T16:05:12.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-26T16:05:12.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-26T16:05:12.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-26T16:05:12.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-26T16:05:12.212Z
35672026-08-26T16:05:12.212Zinfo: running `cargo check --bins` on key-manager (158/377)
35682026-08-26T16:05:12.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-26T16:05:12.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-26T16:05:12.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-26T16:05:12.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35722026-08-26T16:05:12.787Z
35732026-08-26T16:05:12.787Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35742026-08-26T16:05:13.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-26T16:05:13.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-26T16:05:13.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-26T16:05:13.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-26T16:05:13.369Z
35792026-08-26T16:05:13.369Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35802026-08-26T16:05:13.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-26T16:05:13.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-26T16:05:13.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-26T16:05:13.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-26T16:05:13.953Z
35852026-08-26T16:05:13.953Zinfo: running `cargo check --bins` on typed-rng (161/377)
35862026-08-26T16:05:14.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-26T16:05:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-26T16:05:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-26T16:05:14.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35902026-08-26T16:05:14.503Z
35912026-08-26T16:05:14.503Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35922026-08-26T16:05:15.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-26T16:05:15.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-26T16:05:15.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-26T16:05:15.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-08-26T16:05:15.115Z
35972026-08-26T16:05:15.115Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
35982026-08-26T16:05:15.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-26T16:05:15.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-26T16:05:15.839Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36012026-08-26T16:05:15.839Z Checking void v1.0.2
36022026-08-26T16:05:15.842Z Checking tungstenite v0.23.0
36032026-08-26T16:05:15.842Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36042026-08-26T16:05:15.842Z Checking dropshot-api-manager-types v0.8.0
36052026-08-26T16:05:15.842Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36062026-08-26T16:05:15.842Z Checking nix v0.27.1
36072026-08-26T16:05:15.955Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-26T16:05:16.040Z Checking lzss v0.8.2
36092026-08-26T16:05:16.109Z Checking kstat-rs v0.2.5
36102026-08-26T16:05:16.134Z Checking fxhash v0.2.1
36112026-08-26T16:05:16.215Z Checking serde_bytes v0.11.19
36122026-08-26T16:05:16.248Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36132026-08-26T16:05:16.264Z Checking signal-hook-tokio v0.3.1
36142026-08-26T16:05:16.277Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36152026-08-26T16:05:16.289Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36162026-08-26T16:05:16.379Z Checking tokio-tungstenite v0.23.1
36172026-08-26T16:05:16.475Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36182026-08-26T16:05:17.529Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36192026-08-26T16:05:18.080Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36202026-08-26T16:05:20.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
36212026-08-26T16:05:20.410Z
36222026-08-26T16:05:20.410Zinfo: running `cargo check --bins` on gateway-api (164/377)
36232026-08-26T16:05:20.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-26T16:05:20.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-26T16:05:20.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-26T16:05:20.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-26T16:05:20.973Z
36282026-08-26T16:05:20.973Zinfo: running `cargo check --bins` on ipcc (165/377)
36292026-08-26T16:05:21.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-26T16:05:21.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-26T16:05:21.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-26T16:05:21.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-26T16:05:21.526Z
36342026-08-26T16:05:21.526Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36352026-08-26T16:05:21.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-26T16:05:22.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-26T16:05:22.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-26T16:05:22.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-26T16:05:22.080Z
36402026-08-26T16:05:22.080Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36412026-08-26T16:05:22.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-26T16:05:22.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-26T16:05:22.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-26T16:05:22.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36452026-08-26T16:05:22.667Z
36462026-08-26T16:05:22.667Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36472026-08-26T16:05:23.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-26T16:05:23.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-26T16:05:23.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-26T16:05:23.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-26T16:05:23.236Z
36522026-08-26T16:05:23.236Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36532026-08-26T16:05:23.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-26T16:05:23.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-26T16:05:23.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-26T16:05:23.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-26T16:05:23.810Z
36582026-08-26T16:05:23.810Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36592026-08-26T16:05:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-26T16:05:24.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-26T16:05:24.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-26T16:05:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-26T16:05:24.384Z
36642026-08-26T16:05:24.384Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36652026-08-26T16:05:24.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-26T16:05:24.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-26T16:05:24.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-26T16:05:24.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36692026-08-26T16:05:24.973Z
36702026-08-26T16:05:24.973Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36712026-08-26T16:05:25.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-26T16:05:25.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-26T16:05:25.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-26T16:05:25.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-08-26T16:05:25.549Z
36762026-08-26T16:05:25.549Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36772026-08-26T16:05:26.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-26T16:05:26.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-26T16:05:26.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-26T16:05:26.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-08-26T16:05:26.129Z
36822026-08-26T16:05:26.129Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36832026-08-26T16:05:26.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-26T16:05:26.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-26T16:05:26.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-26T16:05:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36872026-08-26T16:05:26.709Z
36882026-08-26T16:05:26.709Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36892026-08-26T16:05:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-26T16:05:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-26T16:05:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-26T16:05:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-26T16:05:27.285Z
36942026-08-26T16:05:27.285Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36952026-08-26T16:05:27.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-26T16:05:27.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-26T16:05:27.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-26T16:05:27.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36992026-08-26T16:05:27.863Z
37002026-08-26T16:05:27.864Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37012026-08-26T16:05:28.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-26T16:05:28.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-26T16:05:28.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-26T16:05:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37052026-08-26T16:05:28.441Z
37062026-08-26T16:05:28.441Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37072026-08-26T16:05:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-26T16:05:28.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-26T16:05:28.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-26T16:05:28.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-26T16:05:29.017Z
37122026-08-26T16:05:29.017Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37132026-08-26T16:05:29.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-26T16:05:29.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-26T16:05:29.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-26T16:05:29.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-26T16:05:29.590Z
37182026-08-26T16:05:29.590Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37192026-08-26T16:05:30.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-26T16:05:30.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-26T16:05:30.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-26T16:05:30.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-26T16:05:30.168Z
37242026-08-26T16:05:30.168Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37252026-08-26T16:05:30.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-26T16:05:30.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-26T16:05:30.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-26T16:05:30.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-26T16:05:30.752Z
37302026-08-26T16:05:30.752Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37312026-08-26T16:05:31.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-26T16:05:31.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-26T16:05:31.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-26T16:05:31.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-26T16:05:31.328Z
37362026-08-26T16:05:31.328Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37372026-08-26T16:05:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-26T16:05:31.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-26T16:05:31.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-26T16:05:31.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-26T16:05:31.913Z
37422026-08-26T16:05:31.913Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37432026-08-26T16:05:32.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-26T16:05:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-26T16:05:32.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-26T16:05:32.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-26T16:05:32.484Z
37482026-08-26T16:05:32.484Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37492026-08-26T16:05:32.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-26T16:05:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-26T16:05:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-26T16:05:32.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-26T16:05:33.060Z
37542026-08-26T16:05:33.060Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37552026-08-26T16:05:33.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-26T16:05:33.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-26T16:05:33.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-26T16:05:33.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-26T16:05:33.657Z
37602026-08-26T16:05:33.657Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37612026-08-26T16:05:34.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-26T16:05:34.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-26T16:05:34.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-26T16:05:34.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-26T16:05:34.253Z
37662026-08-26T16:05:34.253Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37672026-08-26T16:05:34.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-26T16:05:34.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-26T16:05:34.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-26T16:05:34.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-26T16:05:34.845Z
37722026-08-26T16:05:34.845Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37732026-08-26T16:05:35.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-26T16:05:35.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-26T16:05:35.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-26T16:05:35.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-26T16:05:35.436Z
37782026-08-26T16:05:35.436Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37792026-08-26T16:05:35.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-26T16:05:35.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-26T16:05:35.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-26T16:05:35.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-26T16:05:36.033Z
37842026-08-26T16:05:36.033Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37852026-08-26T16:05:36.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-26T16:05:36.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-26T16:05:36.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-26T16:05:36.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-26T16:05:36.627Z
37902026-08-26T16:05:36.627Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37912026-08-26T16:05:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-26T16:05:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-26T16:05:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-26T16:05:37.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-26T16:05:37.220Z
37962026-08-26T16:05:37.220Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
37972026-08-26T16:05:37.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-26T16:05:37.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-26T16:05:37.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-26T16:05:37.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-08-26T16:05:37.809Z
38022026-08-26T16:05:37.809Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38032026-08-26T16:05:38.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-26T16:05:38.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-26T16:05:38.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-26T16:05:38.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-26T16:05:38.402Z
38082026-08-26T16:05:38.402Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38092026-08-26T16:05:38.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-26T16:05:38.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-26T16:05:38.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-26T16:05:38.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-26T16:05:38.998Z
38142026-08-26T16:05:38.998Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38152026-08-26T16:05:39.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-26T16:05:39.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-26T16:05:39.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-26T16:05:39.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-08-26T16:05:39.586Z
38202026-08-26T16:05:39.586Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38212026-08-26T16:05:40.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-26T16:05:40.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-26T16:05:40.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-26T16:05:40.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-08-26T16:05:40.178Z
38262026-08-26T16:05:40.178Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38272026-08-26T16:05:40.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-26T16:05:40.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-26T16:05:40.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-26T16:05:40.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-26T16:05:40.770Z
38322026-08-26T16:05:40.770Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38332026-08-26T16:05:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-26T16:05:41.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-26T16:05:41.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-26T16:05:41.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-26T16:05:41.364Z
38382026-08-26T16:05:41.364Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38392026-08-26T16:05:41.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-26T16:05:41.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-26T16:05:41.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-26T16:05:41.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38432026-08-26T16:05:41.955Z
38442026-08-26T16:05:41.955Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38452026-08-26T16:05:42.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-26T16:05:42.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-26T16:05:42.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-26T16:05:42.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-26T16:05:42.548Z
38502026-08-26T16:05:42.548Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38512026-08-26T16:05:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-26T16:05:43.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-26T16:05:43.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-26T16:05:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-26T16:05:43.141Z
38562026-08-26T16:05:43.141Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38572026-08-26T16:05:43.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-26T16:05:43.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-26T16:05:43.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-26T16:05:43.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-26T16:05:43.733Z
38622026-08-26T16:05:43.733Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38632026-08-26T16:05:44.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-26T16:05:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-26T16:05:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-26T16:05:44.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38672026-08-26T16:05:44.309Z
38682026-08-26T16:05:44.310Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38692026-08-26T16:05:44.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-26T16:05:44.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-26T16:05:44.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-26T16:05:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38732026-08-26T16:05:44.889Z
38742026-08-26T16:05:44.889Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38752026-08-26T16:05:45.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-26T16:05:45.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-26T16:05:45.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-26T16:05:45.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38792026-08-26T16:05:45.466Z
38802026-08-26T16:05:45.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38812026-08-26T16:05:45.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-26T16:05:45.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-26T16:05:45.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-26T16:05:45.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38852026-08-26T16:05:46.042Z
38862026-08-26T16:05:46.042Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38872026-08-26T16:05:46.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-26T16:05:46.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-26T16:05:46.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-26T16:05:46.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38912026-08-26T16:05:46.617Z
38922026-08-26T16:05:46.617Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38932026-08-26T16:05:47.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-26T16:05:47.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-26T16:05:47.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-26T16:05:47.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38972026-08-26T16:05:47.194Z
38982026-08-26T16:05:47.194Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
38992026-08-26T16:05:47.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-26T16:05:47.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-26T16:05:47.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-26T16:05:47.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-08-26T16:05:47.772Z
39042026-08-26T16:05:47.772Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39052026-08-26T16:05:48.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-26T16:05:48.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-26T16:05:48.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-26T16:05:48.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-08-26T16:05:48.349Z
39102026-08-26T16:05:48.349Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39112026-08-26T16:05:48.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-26T16:05:48.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-26T16:05:48.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-26T16:05:48.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39152026-08-26T16:05:48.929Z
39162026-08-26T16:05:48.929Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39172026-08-26T16:05:49.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-26T16:05:49.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-26T16:05:49.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-26T16:05:49.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-26T16:05:49.500Z
39222026-08-26T16:05:49.500Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39232026-08-26T16:05:49.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-26T16:05:49.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-26T16:05:49.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-26T16:05:49.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39272026-08-26T16:05:50.077Z
39282026-08-26T16:05:50.077Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39292026-08-26T16:05:50.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-26T16:05:50.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-26T16:05:50.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-26T16:05:50.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39332026-08-26T16:05:50.654Z
39342026-08-26T16:05:50.654Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39352026-08-26T16:05:51.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-26T16:05:51.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-26T16:05:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-26T16:05:51.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-08-26T16:05:51.219Z
39402026-08-26T16:05:51.219Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39412026-08-26T16:05:51.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-26T16:05:51.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-26T16:05:51.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-26T16:05:51.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-08-26T16:05:51.797Z
39462026-08-26T16:05:51.797Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39472026-08-26T16:05:52.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-26T16:05:52.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-26T16:05:52.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-26T16:05:52.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-08-26T16:05:52.375Z
39522026-08-26T16:05:52.375Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39532026-08-26T16:05:52.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-26T16:05:52.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-26T16:05:52.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-26T16:05:52.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-26T16:05:52.940Z
39582026-08-26T16:05:52.940Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39592026-08-26T16:05:53.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-26T16:05:53.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-26T16:05:53.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-26T16:05:53.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-08-26T16:05:53.531Z
39642026-08-26T16:05:53.531Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39652026-08-26T16:05:54.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-26T16:05:54.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-26T16:05:54.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-26T16:05:54.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-26T16:05:54.122Z
39702026-08-26T16:05:54.122Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39712026-08-26T16:05:54.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-26T16:05:54.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-26T16:05:54.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-26T16:05:54.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-26T16:05:54.717Z
39762026-08-26T16:05:54.717Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39772026-08-26T16:05:55.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-26T16:05:55.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-26T16:05:55.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-26T16:05:55.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-26T16:05:55.310Z
39822026-08-26T16:05:55.310Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39832026-08-26T16:05:55.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-26T16:05:55.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-26T16:05:55.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-26T16:05:55.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-26T16:05:55.906Z
39882026-08-26T16:05:55.906Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39892026-08-26T16:05:56.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-26T16:05:56.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-26T16:05:56.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-26T16:05:56.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-08-26T16:05:56.493Z
39942026-08-26T16:05:56.493Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39952026-08-26T16:05:56.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-26T16:05:56.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-26T16:05:56.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-26T16:05:56.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-26T16:05:57.074Z
40002026-08-26T16:05:57.074Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40012026-08-26T16:05:57.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-26T16:05:57.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-26T16:05:57.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-26T16:05:57.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-26T16:05:57.662Z
40062026-08-26T16:05:57.663Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40072026-08-26T16:05:58.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-26T16:05:58.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-26T16:05:58.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-26T16:05:58.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-08-26T16:05:58.251Z
40122026-08-26T16:05:58.252Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40132026-08-26T16:05:58.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-26T16:05:58.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-26T16:05:58.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-26T16:05:58.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-26T16:05:58.834Z
40182026-08-26T16:05:58.834Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40192026-08-26T16:05:59.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-26T16:05:59.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-26T16:05:59.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-26T16:05:59.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-26T16:05:59.414Z
40242026-08-26T16:05:59.414Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40252026-08-26T16:05:59.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-26T16:05:59.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-26T16:05:59.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-26T16:05:59.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-26T16:05:59.999Z
40302026-08-26T16:05:59.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40312026-08-26T16:06:00.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-26T16:06:00.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-26T16:06:00.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-26T16:06:00.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40352026-08-26T16:06:00.582Z
40362026-08-26T16:06:00.582Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40372026-08-26T16:06:01.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-26T16:06:01.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-26T16:06:01.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-26T16:06:01.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40412026-08-26T16:06:01.170Z
40422026-08-26T16:06:01.170Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40432026-08-26T16:06:01.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-26T16:06:01.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-26T16:06:01.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-26T16:06:01.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40472026-08-26T16:06:01.754Z
40482026-08-26T16:06:01.754Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40492026-08-26T16:06:02.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-26T16:06:02.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-26T16:06:02.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-26T16:06:02.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40532026-08-26T16:06:02.358Z
40542026-08-26T16:06:02.358Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40552026-08-26T16:06:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-26T16:06:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-26T16:06:02.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-26T16:06:02.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40592026-08-26T16:06:02.932Z
40602026-08-26T16:06:02.932Zinfo: running `cargo check --bins` on dns-server (237/377)
40612026-08-26T16:06:03.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-26T16:06:03.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-26T16:06:03.576Z Compiling parking_lot_core v0.8.6
40642026-08-26T16:06:03.684Z Compiling git-stub v1.0.0
40652026-08-26T16:06:03.693Z Checking prefix-trie v0.7.0
40662026-08-26T16:06:03.697Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40672026-08-26T16:06:03.808Z Compiling git-stub-vcs v0.1.0
40682026-08-26T16:06:03.972Z Checking hickory-server v0.25.2
40692026-08-26T16:06:04.076Z Checking parking_lot v0.11.2
40702026-08-26T16:06:04.106Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-08-26T16:06:04.241Z Checking sled v0.34.7
40722026-08-26T16:06:06.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
40732026-08-26T16:06:06.342Z
40742026-08-26T16:06:06.342Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40752026-08-26T16:06:06.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-26T16:06:06.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-26T16:06:06.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-26T16:06:06.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40792026-08-26T16:06:06.902Z
40802026-08-26T16:06:06.902Zinfo: running `cargo check --bins` on nexus-client (239/377)
40812026-08-26T16:06:07.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-26T16:06:07.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-26T16:06:07.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-26T16:06:07.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40852026-08-26T16:06:07.513Z
40862026-08-26T16:06:07.513Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40872026-08-26T16:06:07.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-26T16:06:07.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-26T16:06:07.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-26T16:06:07.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40912026-08-26T16:06:08.074Z
40922026-08-26T16:06:08.074Zinfo: running `cargo check --bins` on sp-sim (241/377)
40932026-08-26T16:06:08.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-26T16:06:08.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-26T16:06:08.774Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40962026-08-26T16:06:09.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
40972026-08-26T16:06:09.489Z
40982026-08-26T16:06:09.489Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
40992026-08-26T16:06:10.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-26T16:06:10.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-26T16:06:10.307Z Compiling proc-macro-error-attr2 v2.0.0
41022026-08-26T16:06:10.432Z Compiling hashbrown v0.14.5
41032026-08-26T16:06:10.432Z Compiling rfc6979 v0.4.0
41042026-08-26T16:06:10.449Z Compiling salty v0.3.0
41052026-08-26T16:06:10.460Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41062026-08-26T16:06:10.470Z Compiling primeorder v0.13.6
41072026-08-26T16:06:10.484Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41082026-08-26T16:06:10.556Z Compiling ecdsa v0.16.9
41092026-08-26T16:06:10.616Z Compiling sha1 v0.10.6
41102026-08-26T16:06:10.721Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41112026-08-26T16:06:10.795Z Compiling proc-macro-error2 v2.0.1
41122026-08-26T16:06:10.909Z Compiling chumsky v0.9.3
41132026-08-26T16:06:10.926Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41142026-08-26T16:06:10.941Z Compiling p384 v0.13.1
41152026-08-26T16:06:10.971Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41162026-08-26T16:06:11.091Z Compiling knus-derive v3.4.0
41172026-08-26T16:06:11.132Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41182026-08-26T16:06:11.180Z Checking libscf-sys v1.2.0
41192026-08-26T16:06:11.236Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41202026-08-26T16:06:11.305Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41212026-08-26T16:06:11.452Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41222026-08-26T16:06:11.472Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41232026-08-26T16:06:11.636Z Checking corncobs v0.1.4
41242026-08-26T16:06:11.667Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41252026-08-26T16:06:11.667Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41262026-08-26T16:06:11.695Z Checking papergrid v0.18.0
41272026-08-26T16:06:11.698Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41282026-08-26T16:06:11.759Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-26T16:06:11.823Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41302026-08-26T16:06:11.879Z Checking secrecy v0.8.0
41312026-08-26T16:06:12.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41322026-08-26T16:06:12.022Z Compiling unicase v2.9.0
41332026-08-26T16:06:12.098Z Compiling progenitor-impl v0.13.0
41342026-08-26T16:06:12.193Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41352026-08-26T16:06:12.225Z Compiling mime_guess v2.0.5
41362026-08-26T16:06:12.269Z Checking crc8 v0.1.1
41372026-08-26T16:06:12.367Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41382026-08-26T16:06:12.475Z Checking tabled v0.21.0
41392026-08-26T16:06:12.479Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41402026-08-26T16:06:12.503Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41412026-08-26T16:06:12.518Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-08-26T16:06:12.533Z Compiling knus v3.4.0
41432026-08-26T16:06:13.073Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41442026-08-26T16:06:13.331Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41452026-08-26T16:06:13.352Z Checking progenitor-client v0.13.0
41462026-08-26T16:06:13.417Z Checking http-range v0.1.5
41472026-08-26T16:06:13.545Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41482026-08-26T16:06:13.589Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41492026-08-26T16:06:13.659Z Checking scuffle v0.1.0
41502026-08-26T16:06:13.725Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41512026-08-26T16:06:13.955Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41522026-08-26T16:06:14.216Z Checking nanorand v0.7.0
41532026-08-26T16:06:14.347Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41542026-08-26T16:06:14.418Z Checking flume v0.11.1
41552026-08-26T16:06:14.530Z Checking hyper-staticfile v0.10.1
41562026-08-26T16:06:14.606Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41572026-08-26T16:06:14.678Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41582026-08-26T16:06:14.693Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41592026-08-26T16:06:14.706Z Compiling progenitor-macro v0.13.0
41602026-08-26T16:06:14.724Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41612026-08-26T16:06:14.814Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41622026-08-26T16:06:14.842Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41632026-08-26T16:06:15.035Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41642026-08-26T16:06:15.070Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-26T16:06:15.233Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41662026-08-26T16:06:15.262Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41672026-08-26T16:06:15.451Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41682026-08-26T16:06:15.540Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41692026-08-26T16:06:15.730Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41702026-08-26T16:06:17.054Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41712026-08-26T16:06:17.978Z Checking progenitor v0.13.0
41722026-08-26T16:06:18.114Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41732026-08-26T16:06:19.023Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41742026-08-26T16:06:20.085Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41752026-08-26T16:06:20.439Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41762026-08-26T16:06:20.656Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41772026-08-26T16:06:20.660Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41782026-08-26T16:06:33.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.42s
41792026-08-26T16:06:33.924Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41802026-08-26T16:06:33.925Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-08-26T16:06:34.130Z
41822026-08-26T16:06:34.130Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41832026-08-26T16:06:34.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-26T16:06:34.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-26T16:06:34.903Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-08-26T16:06:45.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
41872026-08-26T16:06:45.434Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41882026-08-26T16:06:45.434Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41892026-08-26T16:06:45.631Z
41902026-08-26T16:06:45.631Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41912026-08-26T16:06:46.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-26T16:06:46.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-26T16:06:46.403Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41942026-08-26T16:06:56.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
41952026-08-26T16:06:56.942Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41962026-08-26T16:06:56.942Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41972026-08-26T16:06:57.142Z
41982026-08-26T16:06:57.142Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
41992026-08-26T16:06:57.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-26T16:06:57.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-26T16:06:57.921Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42022026-08-26T16:07:08.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42032026-08-26T16:07:08.503Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42042026-08-26T16:07:08.503Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42052026-08-26T16:07:08.697Z
42062026-08-26T16:07:08.697Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42072026-08-26T16:07:09.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-26T16:07:09.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-26T16:07:09.468Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42102026-08-26T16:07:20.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
42112026-08-26T16:07:20.050Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42122026-08-26T16:07:20.050Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42132026-08-26T16:07:20.252Z
42142026-08-26T16:07:20.252Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42152026-08-26T16:07:20.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-26T16:07:20.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-26T16:07:21.023Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-08-26T16:07:31.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
42192026-08-26T16:07:31.559Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42202026-08-26T16:07:31.559Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42212026-08-26T16:07:31.762Z
42222026-08-26T16:07:31.762Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42232026-08-26T16:07:32.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-26T16:07:32.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-26T16:07:32.543Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42262026-08-26T16:07:43.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
42272026-08-26T16:07:43.057Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-08-26T16:07:43.057Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-08-26T16:07:43.262Z
42302026-08-26T16:07:43.262Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42312026-08-26T16:07:43.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-26T16:07:43.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-26T16:07:44.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42342026-08-26T16:07:54.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
42352026-08-26T16:07:54.507Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42362026-08-26T16:07:54.507Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42372026-08-26T16:07:54.709Z
42382026-08-26T16:07:54.709Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42392026-08-26T16:07:55.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-26T16:07:55.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-26T16:07:55.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-26T16:07:55.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42432026-08-26T16:07:55.287Z
42442026-08-26T16:07:55.287Zinfo: running `cargo check --bins` on installinator-common (251/377)
42452026-08-26T16:07:55.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-26T16:07:55.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-26T16:07:55.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-26T16:07:55.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-08-26T16:07:55.883Z
42502026-08-26T16:07:55.883Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42512026-08-26T16:07:56.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-26T16:07:56.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-26T16:07:56.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-26T16:07:56.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42552026-08-26T16:07:56.443Z
42562026-08-26T16:07:56.443Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42572026-08-26T16:07:56.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-26T16:07:56.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-26T16:07:56.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-26T16:07:56.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42612026-08-26T16:07:57.052Z
42622026-08-26T16:07:57.052Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42632026-08-26T16:07:57.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-26T16:07:57.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-26T16:07:57.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-26T16:07:57.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42672026-08-26T16:07:57.624Z
42682026-08-26T16:07:57.624Zinfo: running `cargo check --bins` on range-requests (255/377)
42692026-08-26T16:07:58.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-26T16:07:58.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-26T16:07:58.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-26T16:07:58.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42732026-08-26T16:07:58.186Z
42742026-08-26T16:07:58.186Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42752026-08-26T16:07:58.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-26T16:07:58.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-26T16:07:58.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-26T16:07:58.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-26T16:07:58.755Z
42802026-08-26T16:07:58.755Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42812026-08-26T16:07:59.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-26T16:07:59.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-26T16:07:59.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-26T16:07:59.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42852026-08-26T16:07:59.316Z
42862026-08-26T16:07:59.316Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42872026-08-26T16:07:59.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-26T16:07:59.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-26T16:07:59.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-26T16:07:59.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-08-26T16:07:59.911Z
42922026-08-26T16:07:59.911Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42932026-08-26T16:08:00.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-26T16:08:00.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-26T16:08:00.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-26T16:08:00.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42972026-08-26T16:08:00.500Z
42982026-08-26T16:08:00.500Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
42992026-08-26T16:08:00.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-26T16:08:01.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-26T16:08:01.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-26T16:08:01.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-08-26T16:08:01.093Z
43042026-08-26T16:08:01.093Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43052026-08-26T16:08:01.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-26T16:08:01.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-26T16:08:01.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-26T16:08:01.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-26T16:08:01.696Z
43102026-08-26T16:08:01.696Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43112026-08-26T16:08:02.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-26T16:08:02.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-26T16:08:02.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-26T16:08:02.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43152026-08-26T16:08:02.291Z
43162026-08-26T16:08:02.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43172026-08-26T16:08:02.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-26T16:08:02.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-26T16:08:02.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-26T16:08:02.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43212026-08-26T16:08:02.890Z
43222026-08-26T16:08:02.890Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43232026-08-26T16:08:03.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-26T16:08:03.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-26T16:08:03.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-26T16:08:03.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-26T16:08:03.487Z
43282026-08-26T16:08:03.487Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43292026-08-26T16:08:03.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-26T16:08:03.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-26T16:08:03.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-26T16:08:03.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43332026-08-26T16:08:04.081Z
43342026-08-26T16:08:04.081Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43352026-08-26T16:08:04.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-26T16:08:04.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-26T16:08:04.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-26T16:08:04.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-26T16:08:04.677Z
43402026-08-26T16:08:04.677Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43412026-08-26T16:08:05.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-26T16:08:05.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-26T16:08:05.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-26T16:08:05.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-08-26T16:08:05.275Z
43462026-08-26T16:08:05.276Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43472026-08-26T16:08:05.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-26T16:08:05.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-26T16:08:05.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-26T16:08:05.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43512026-08-26T16:08:05.862Z
43522026-08-26T16:08:05.862Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43532026-08-26T16:08:06.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-26T16:08:06.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-26T16:08:06.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-26T16:08:06.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-08-26T16:08:06.454Z
43582026-08-26T16:08:06.454Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43592026-08-26T16:08:06.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-26T16:08:06.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-26T16:08:06.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-26T16:08:06.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43632026-08-26T16:08:07.074Z
43642026-08-26T16:08:07.074Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43652026-08-26T16:08:07.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-26T16:08:07.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-26T16:08:07.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-26T16:08:07.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43692026-08-26T16:08:07.696Z
43702026-08-26T16:08:07.696Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43712026-08-26T16:08:08.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-26T16:08:08.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-26T16:08:08.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-26T16:08:08.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43752026-08-26T16:08:08.305Z
43762026-08-26T16:08:08.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43772026-08-26T16:08:08.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-26T16:08:08.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-26T16:08:08.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-26T16:08:08.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43812026-08-26T16:08:08.920Z
43822026-08-26T16:08:08.920Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43832026-08-26T16:08:09.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-26T16:08:09.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-26T16:08:09.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-26T16:08:09.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43872026-08-26T16:08:09.533Z
43882026-08-26T16:08:09.533Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43892026-08-26T16:08:10.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-26T16:08:10.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-26T16:08:10.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-26T16:08:10.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43932026-08-26T16:08:10.089Z
43942026-08-26T16:08:10.089Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
43952026-08-26T16:08:10.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-26T16:08:10.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-26T16:08:10.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-26T16:08:10.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-08-26T16:08:10.667Z
44002026-08-26T16:08:10.667Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44012026-08-26T16:08:11.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-26T16:08:11.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-26T16:08:11.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-26T16:08:11.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-26T16:08:11.252Z
44062026-08-26T16:08:11.252Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44072026-08-26T16:08:11.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-26T16:08:11.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-26T16:08:11.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-26T16:08:11.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44112026-08-26T16:08:11.837Z
44122026-08-26T16:08:11.837Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44132026-08-26T16:08:12.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-26T16:08:12.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-26T16:08:12.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-26T16:08:12.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44172026-08-26T16:08:12.392Z
44182026-08-26T16:08:12.392Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44192026-08-26T16:08:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-26T16:08:12.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-26T16:08:12.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-26T16:08:12.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44232026-08-26T16:08:12.945Z
44242026-08-26T16:08:12.945Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44252026-08-26T16:08:13.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-26T16:08:13.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-26T16:08:13.647Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44282026-08-26T16:08:14.064Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44292026-08-26T16:08:15.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
44302026-08-26T16:08:15.444Z
44312026-08-26T16:08:15.444Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44322026-08-26T16:08:15.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-26T16:08:15.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-26T16:08:15.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-26T16:08:15.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44362026-08-26T16:08:16.010Z
44372026-08-26T16:08:16.010Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44382026-08-26T16:08:16.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-26T16:08:16.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-26T16:08:16.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-26T16:08:16.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-26T16:08:16.581Z
44432026-08-26T16:08:16.581Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44442026-08-26T16:08:17.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-26T16:08:17.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-26T16:08:17.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-26T16:08:17.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44482026-08-26T16:08:17.157Z
44492026-08-26T16:08:17.157Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44502026-08-26T16:08:17.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-26T16:08:17.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-26T16:08:17.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-26T16:08:17.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44542026-08-26T16:08:17.735Z
44552026-08-26T16:08:17.735Zinfo: running `cargo check --bins` on installinator-client (286/377)
44562026-08-26T16:08:18.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-26T16:08:18.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-26T16:08:18.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-26T16:08:18.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44602026-08-26T16:08:18.286Z
44612026-08-26T16:08:18.287Zinfo: running `cargo check --bins` on oxide-client (287/377)
44622026-08-26T16:08:18.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-26T16:08:18.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-26T16:08:18.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-26T16:08:18.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44662026-08-26T16:08:18.845Z
44672026-08-26T16:08:18.845Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44682026-08-26T16:08:19.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-26T16:08:19.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-26T16:08:19.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-26T16:08:19.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44722026-08-26T16:08:19.414Z
44732026-08-26T16:08:19.414Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44742026-08-26T16:08:19.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-26T16:08:19.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-26T16:08:19.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-26T16:08:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44782026-08-26T16:08:20.005Z
44792026-08-26T16:08:20.005Zinfo: running `cargo check --bins` on wicket-common (290/377)
44802026-08-26T16:08:20.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-26T16:08:20.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-26T16:08:20.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-26T16:08:20.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44842026-08-26T16:08:20.589Z
44852026-08-26T16:08:20.589Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44862026-08-26T16:08:21.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-26T16:08:21.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-26T16:08:21.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-26T16:08:21.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44902026-08-26T16:08:21.162Z
44912026-08-26T16:08:21.162Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44922026-08-26T16:08:21.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-26T16:08:21.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-26T16:08:21.829Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44952026-08-26T16:08:21.833Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44962026-08-26T16:08:23.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44972026-08-26T16:08:23.202Z
44982026-08-26T16:08:23.202Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
44992026-08-26T16:08:23.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-26T16:08:23.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-26T16:08:23.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-26T16:08:23.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45032026-08-26T16:08:23.765Z
45042026-08-26T16:08:23.765Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45052026-08-26T16:08:24.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-26T16:08:24.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-26T16:08:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-26T16:08:24.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45092026-08-26T16:08:24.414Z
45102026-08-26T16:08:24.415Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45112026-08-26T16:08:24.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-26T16:08:24.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-26T16:08:24.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-26T16:08:24.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45152026-08-26T16:08:25.062Z
45162026-08-26T16:08:25.062Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45172026-08-26T16:08:25.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-26T16:08:25.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-26T16:08:25.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-26T16:08:25.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45212026-08-26T16:08:25.683Z
45222026-08-26T16:08:25.683Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45232026-08-26T16:08:26.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-26T16:08:26.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-26T16:08:26.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-26T16:08:26.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45272026-08-26T16:08:26.307Z
45282026-08-26T16:08:26.307Zinfo: running `cargo check --bins` on db-macros (298/377)
45292026-08-26T16:08:26.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-26T16:08:26.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-26T16:08:26.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-26T16:08:26.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45332026-08-26T16:08:26.868Z
45342026-08-26T16:08:26.868Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45352026-08-26T16:08:27.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-26T16:08:27.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-26T16:08:27.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-26T16:08:27.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45392026-08-26T16:08:27.427Z
45402026-08-26T16:08:27.427Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45412026-08-26T16:08:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-26T16:08:27.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-26T16:08:27.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-26T16:08:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45452026-08-26T16:08:28.056Z
45462026-08-26T16:08:28.056Zinfo: running `cargo check --bins` on authz-macros (301/377)
45472026-08-26T16:08:28.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-26T16:08:28.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-26T16:08:28.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-26T16:08:28.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45512026-08-26T16:08:28.618Z
45522026-08-26T16:08:28.618Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45532026-08-26T16:08:29.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-26T16:08:29.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-26T16:08:29.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-26T16:08:29.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45572026-08-26T16:08:29.237Z
45582026-08-26T16:08:29.237Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45592026-08-26T16:08:29.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-26T16:08:29.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-26T16:08:29.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-26T16:08:29.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45632026-08-26T16:08:29.854Z
45642026-08-26T16:08:29.854Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45652026-08-26T16:08:30.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-26T16:08:30.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-26T16:08:30.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-26T16:08:30.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45692026-08-26T16:08:30.423Z
45702026-08-26T16:08:30.423Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45712026-08-26T16:08:30.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-26T16:08:30.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-26T16:08:30.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-26T16:08:30.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45752026-08-26T16:08:31.006Z
45762026-08-26T16:08:31.006Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45772026-08-26T16:08:31.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-26T16:08:31.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-26T16:08:31.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-26T16:08:31.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45812026-08-26T16:08:31.567Z
45822026-08-26T16:08:31.567Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45832026-08-26T16:08:32.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-26T16:08:32.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-26T16:08:32.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-26T16:08:32.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45872026-08-26T16:08:32.196Z
45882026-08-26T16:08:32.196Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45892026-08-26T16:08:32.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-26T16:08:32.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-26T16:08:32.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-26T16:08:32.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45932026-08-26T16:08:32.830Z
45942026-08-26T16:08:32.830Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
45952026-08-26T16:08:33.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-26T16:08:33.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-26T16:08:33.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-26T16:08:33.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-26T16:08:33.461Z
46002026-08-26T16:08:33.461Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46012026-08-26T16:08:33.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-26T16:08:33.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-26T16:08:34.181Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46042026-08-26T16:08:34.181Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46052026-08-26T16:08:34.859Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46062026-08-26T16:08:36.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
46072026-08-26T16:08:36.745Z
46082026-08-26T16:08:36.745Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46092026-08-26T16:08:37.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-26T16:08:37.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-26T16:08:37.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46122026-08-26T16:08:37.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46132026-08-26T16:08:37.316Z
46142026-08-26T16:08:37.316Zinfo: running `cargo check --bins` on cert-dev (312/377)
46152026-08-26T16:08:37.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-26T16:08:37.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-26T16:08:37.925Z Checking yasna v0.5.2
46182026-08-26T16:08:38.338Z Checking rcgen v0.12.1
46192026-08-26T16:08:38.587Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46202026-08-26T16:08:38.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46212026-08-26T16:08:38.948Z
46222026-08-26T16:08:38.948Zinfo: running `cargo check --bins` on clickana (313/377)
46232026-08-26T16:08:39.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-08-26T16:08:39.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-08-26T16:08:39.580Z Compiling instability v0.3.11
46262026-08-26T16:08:39.580Z Checking castaway v0.2.4
46272026-08-26T16:08:39.585Z Compiling indoc v2.0.7
46282026-08-26T16:08:39.585Z Checking unicode-truncate v1.1.0
46292026-08-26T16:08:39.585Z Checking lru v0.12.5
46302026-08-26T16:08:39.585Z Checking cassowary v0.3.0
46312026-08-26T16:08:39.776Z Checking compact_str v0.8.1
46322026-08-26T16:08:40.575Z Checking ratatui v0.29.0
46332026-08-26T16:08:41.618Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46342026-08-26T16:08:42.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
46352026-08-26T16:08:42.519Z
46362026-08-26T16:08:42.519Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46372026-08-26T16:08:43.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-26T16:08:43.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-26T16:08:43.234Z Checking headers-core v0.3.0
46402026-08-26T16:08:43.234Z Checking port-file v0.1.0
46412026-08-26T16:08:43.237Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46422026-08-26T16:08:43.429Z Checking headers v0.4.1
46432026-08-26T16:08:43.794Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46442026-08-26T16:08:44.742Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46452026-08-26T16:08:45.261Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46462026-08-26T16:08:45.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
46472026-08-26T16:08:45.891Z
46482026-08-26T16:08:45.891Zinfo: running `cargo check --bins` on ch-dev (315/377)
46492026-08-26T16:08:46.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-26T16:08:46.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-26T16:08:46.606Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46522026-08-26T16:08:47.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46532026-08-26T16:08:47.555Z
46542026-08-26T16:08:47.555Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46552026-08-26T16:08:47.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-26T16:08:47.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-26T16:08:47.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-26T16:08:47.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46592026-08-26T16:08:47.973Z
46602026-08-26T16:08:47.973Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46612026-08-26T16:08:48.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-26T16:08:48.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-26T16:08:48.595Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46642026-08-26T16:08:48.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
46652026-08-26T16:08:49.149Z
46662026-08-26T16:08:49.149Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46672026-08-26T16:08:49.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-26T16:08:49.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-26T16:08:49.858Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46702026-08-26T16:08:50.952Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46712026-08-26T16:08:51.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
46722026-08-26T16:08:51.493Z
46732026-08-26T16:08:51.494Zinfo: running `cargo check --bins` on db-dev (319/377)
46742026-08-26T16:08:52.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-26T16:08:52.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-26T16:08:52.204Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46772026-08-26T16:08:52.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46782026-08-26T16:08:53.159Z
46792026-08-26T16:08:53.159Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46802026-08-26T16:08:53.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-26T16:08:53.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-26T16:08:53.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-08-26T16:08:53.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46842026-08-26T16:08:53.772Z
46852026-08-26T16:08:53.772Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46862026-08-26T16:08:54.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-26T16:08:54.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-26T16:08:54.389Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46892026-08-26T16:08:55.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
46902026-08-26T16:08:55.248Z
46912026-08-26T16:08:55.248Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46922026-08-26T16:08:55.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-26T16:08:55.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-26T16:08:55.991Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46952026-08-26T16:08:55.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46962026-08-26T16:08:55.995Z Checking git-stub v1.0.0
46972026-08-26T16:08:55.995Z Compiling trait-variant v0.1.2
46982026-08-26T16:08:55.995Z Checking maplit v1.0.2
46992026-08-26T16:08:55.995Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47002026-08-26T16:08:56.107Z Checking drift v0.2.0
47012026-08-26T16:08:56.115Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47022026-08-26T16:08:56.180Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47032026-08-26T16:08:56.300Z Checking git-stub-vcs v0.1.0
47042026-08-26T16:08:56.321Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47052026-08-26T16:08:56.363Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-08-26T16:08:56.456Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47072026-08-26T16:08:56.472Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47082026-08-26T16:08:56.516Z Checking dropshot-api-manager v0.8.0
47092026-08-26T16:08:56.614Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47102026-08-26T16:08:56.904Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47112026-08-26T16:08:57.320Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47122026-08-26T16:08:58.341Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47132026-08-26T16:08:59.345Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47142026-08-26T16:09:00.103Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47152026-08-26T16:09:00.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
47162026-08-26T16:09:00.733Z
47172026-08-26T16:09:00.733Zinfo: running `cargo check --bins` on installinator-api (323/377)
47182026-08-26T16:09:01.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-26T16:09:01.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-26T16:09:01.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-26T16:09:01.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47222026-08-26T16:09:01.300Z
47232026-08-26T16:09:01.300Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47242026-08-26T16:09:01.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-26T16:09:01.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-26T16:09:01.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-26T16:09:01.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47282026-08-26T16:09:01.911Z
47292026-08-26T16:09:01.911Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47302026-08-26T16:09:02.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-26T16:09:02.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-26T16:09:02.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-26T16:09:02.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-26T16:09:02.523Z
47352026-08-26T16:09:02.524Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47362026-08-26T16:09:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-26T16:09:03.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-26T16:09:03.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-26T16:09:03.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-26T16:09:03.135Z
47412026-08-26T16:09:03.135Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47422026-08-26T16:09:03.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-26T16:09:03.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-26T16:09:03.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-26T16:09:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47462026-08-26T16:09:03.707Z
47472026-08-26T16:09:03.707Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47482026-08-26T16:09:04.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-26T16:09:04.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-26T16:09:04.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-26T16:09:04.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47522026-08-26T16:09:04.267Z
47532026-08-26T16:09:04.267Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47542026-08-26T16:09:04.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-26T16:09:04.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-26T16:09:04.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-26T16:09:04.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47582026-08-26T16:09:04.854Z
47592026-08-26T16:09:04.854Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47602026-08-26T16:09:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-26T16:09:05.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-26T16:09:05.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-26T16:09:05.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47642026-08-26T16:09:05.433Z
47652026-08-26T16:09:05.433Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47662026-08-26T16:09:05.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-26T16:09:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-26T16:09:06.051Z Compiling blake3 v1.8.5
47692026-08-26T16:09:06.159Z Checking constant_time_eq v0.4.2
47702026-08-26T16:09:06.159Z Checking arrayvec v0.7.6
47712026-08-26T16:09:06.168Z Checking arrayref v0.3.9
47722026-08-26T16:09:06.182Z Checking cargo-platform v0.3.2
47732026-08-26T16:09:06.182Z Checking topological-sort v0.2.2
47742026-08-26T16:09:06.185Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47752026-08-26T16:09:06.348Z Checking cargo_metadata v0.23.1
47762026-08-26T16:09:06.935Z Checking omicron-zone-package v0.12.3
47772026-08-26T16:09:07.642Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47782026-08-26T16:09:08.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
47792026-08-26T16:09:08.660Z
47802026-08-26T16:09:08.661Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47812026-08-26T16:09:09.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-08-26T16:09:09.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-08-26T16:09:09.387Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47842026-08-26T16:09:10.017Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47852026-08-26T16:09:10.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
47862026-08-26T16:09:10.725Z
47872026-08-26T16:09:10.725Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47882026-08-26T16:09:11.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-26T16:09:11.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-26T16:09:11.694Z Compiling darling_core v0.21.3
47912026-08-26T16:09:11.694Z Compiling vergen-lib v0.1.6
47922026-08-26T16:09:11.695Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47932026-08-26T16:09:11.695Z Compiling diesel_derives v2.3.7
47942026-08-26T16:09:11.695Z Checking scheduled-thread-pool v0.2.7
47952026-08-26T16:09:11.698Z Compiling vergen-gitcl v1.0.8
47962026-08-26T16:09:11.839Z Compiling diesel_table_macro_syntax v0.3.0
47972026-08-26T16:09:11.922Z Compiling dirs-sys-next v0.1.2
47982026-08-26T16:09:11.968Z Compiling crunchy v0.2.4
47992026-08-26T16:09:12.056Z Compiling glob v0.3.3
48002026-08-26T16:09:12.086Z Compiling dirs-next v2.0.0
48012026-08-26T16:09:12.123Z Checking r2d2 v0.8.10
48022026-08-26T16:09:12.195Z Checking downcast-rs v2.0.2
48032026-08-26T16:09:12.211Z Compiling tiny-keccak v2.0.2
48042026-08-26T16:09:12.305Z Compiling term v0.7.0
48052026-08-26T16:09:12.342Z Compiling bit-vec v0.6.3
48062026-08-26T16:09:12.433Z Compiling clang-sys v1.8.1
48072026-08-26T16:09:12.437Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48082026-08-26T16:09:12.558Z Compiling bit-set v0.5.3
48092026-08-26T16:09:12.628Z Compiling ascii-canvas v3.0.0
48102026-08-26T16:09:12.732Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48112026-08-26T16:09:12.802Z Compiling itertools v0.10.5
48122026-08-26T16:09:12.831Z Compiling ena v0.14.4
48132026-08-26T16:09:12.852Z Compiling libloading v0.8.9
48142026-08-26T16:09:12.870Z Compiling bindgen v0.71.1
48152026-08-26T16:09:12.887Z Compiling diff v0.1.13
48162026-08-26T16:09:12.901Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48172026-08-26T16:09:13.039Z Compiling regex-syntax v0.6.29
48182026-08-26T16:09:13.162Z Compiling cexpr v0.6.0
48192026-08-26T16:09:13.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48202026-08-26T16:09:13.448Z Compiling rustc-hash v2.1.1
48212026-08-26T16:09:13.583Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48222026-08-26T16:09:13.712Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48232026-08-26T16:09:13.821Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48242026-08-26T16:09:13.857Z Compiling libxml v0.3.3
48252026-08-26T16:09:13.930Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48262026-08-26T16:09:14.105Z Compiling strum_macros v0.24.3
48272026-08-26T16:09:14.123Z Compiling indoc v1.0.9
48282026-08-26T16:09:14.313Z Compiling darling_macro v0.21.3
48292026-08-26T16:09:14.554Z Compiling lalrpop v0.19.12
48302026-08-26T16:09:14.823Z Compiling darling v0.21.3
48312026-08-26T16:09:14.918Z Compiling dsl_auto_type v0.2.0
48322026-08-26T16:09:14.956Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48332026-08-26T16:09:15.088Z Checking derive_builder v0.20.2
48342026-08-26T16:09:15.141Z Compiling oso-derive v0.27.3
48352026-08-26T16:09:15.205Z Checking quick-xml v0.37.5
48362026-08-26T16:09:15.420Z Compiling impl-trait-for-tuples v0.2.3
48372026-08-26T16:09:15.648Z Checking openssl-probe v0.1.6
48382026-08-26T16:09:15.788Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48392026-08-26T16:09:16.065Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48402026-08-26T16:09:16.257Z Checking bb8 v0.8.6
48412026-08-26T16:09:16.531Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48422026-08-26T16:09:16.547Z Checking nonempty v0.12.0
48432026-08-26T16:09:16.592Z Compiling libz-sys v1.1.24
48442026-08-26T16:09:16.710Z Compiling strsim v0.10.0
48452026-08-26T16:09:16.750Z Compiling libgit2-sys v0.18.3+1.9.2
48462026-08-26T16:09:16.962Z Compiling darling_core v0.13.4
48472026-08-26T16:09:17.034Z Compiling vergen-git2 v9.1.0
48482026-08-26T16:09:17.182Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48492026-08-26T16:09:17.307Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48502026-08-26T16:09:17.411Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48512026-08-26T16:09:17.624Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48522026-08-26T16:09:17.811Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48532026-08-26T16:09:17.998Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48542026-08-26T16:09:18.185Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48552026-08-26T16:09:18.277Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-26T16:09:18.371Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48572026-08-26T16:09:18.560Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48582026-08-26T16:09:18.748Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-26T16:09:18.884Z Compiling darling_macro v0.13.4
48602026-08-26T16:09:18.933Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48612026-08-26T16:09:19.318Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48622026-08-26T16:09:19.370Z Compiling darling v0.13.4
48632026-08-26T16:09:19.466Z Compiling serde_with_macros v1.5.2
48642026-08-26T16:09:19.694Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48652026-08-26T16:09:20.280Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48662026-08-26T16:09:20.298Z Compiling serde_with v1.14.0
48672026-08-26T16:09:20.468Z Checking twox-hash v2.1.2
48682026-08-26T16:09:20.774Z Checking libsw-core v0.3.2
48692026-08-26T16:09:20.795Z Checking diesel v2.3.7
48702026-08-26T16:09:20.815Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48712026-08-26T16:09:20.924Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48722026-08-26T16:09:21.437Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48732026-08-26T16:09:22.536Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48742026-08-26T16:09:22.770Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48752026-08-26T16:09:23.062Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48762026-08-26T16:09:23.459Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48772026-08-26T16:09:24.113Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48782026-08-26T16:09:24.150Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48792026-08-26T16:09:24.171Z Checking atty v0.2.14
48802026-08-26T16:09:24.276Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48812026-08-26T16:09:24.673Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48822026-08-26T16:09:24.697Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48832026-08-26T16:09:24.851Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48842026-08-26T16:09:24.921Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48852026-08-26T16:09:26.119Z Checking libsw v3.5.0
48862026-08-26T16:09:26.282Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48872026-08-26T16:09:26.546Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48882026-08-26T16:09:26.706Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48892026-08-26T16:09:27.015Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48902026-08-26T16:09:27.416Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48912026-08-26T16:09:27.606Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48922026-08-26T16:09:27.754Z Checking fatfs v0.3.6
48932026-08-26T16:09:27.983Z Checking console v0.16.2
48942026-08-26T16:09:28.211Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48952026-08-26T16:09:28.295Z Compiling seq-macro v0.3.6
48962026-08-26T16:09:28.797Z Checking unit-prefix v0.5.2
48972026-08-26T16:09:28.935Z Checking indicatif v0.18.4
48982026-08-26T16:09:29.351Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48992026-08-26T16:09:29.517Z Checking oxide-update-engine-display v0.1.2
49002026-08-26T16:09:29.763Z Checking support-bundle-viewer v0.1.2
49012026-08-26T16:09:29.814Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49022026-08-26T16:09:29.994Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49032026-08-26T16:09:30.012Z Checking multimap v0.10.1
49042026-08-26T16:09:35.354Z Checking async-bb8-diesel v0.2.1
49052026-08-26T16:09:35.721Z Checking diesel-dtrace v0.5.0
49062026-08-26T16:09:39.465Z Compiling samael v0.0.19
49072026-08-26T16:09:44.425Z Compiling git2 v0.20.4
49082026-08-26T16:09:44.957Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49092026-08-26T16:09:46.533Z Compiling polar-core v0.27.3
49102026-08-26T16:09:46.854Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49112026-08-26T16:09:51.015Z Checking oso v0.27.3
49122026-08-26T16:10:23.153Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49132026-08-26T16:11:37.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
49142026-08-26T16:11:38.050Z
49152026-08-26T16:11:38.050Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49162026-08-26T16:11:38.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49172026-08-26T16:11:38.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49182026-08-26T16:11:38.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49192026-08-26T16:11:38.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49202026-08-26T16:11:38.716Z
49212026-08-26T16:11:38.716Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49222026-08-26T16:11:39.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-26T16:11:39.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-26T16:11:39.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-26T16:11:39.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49262026-08-26T16:11:39.347Z
49272026-08-26T16:11:39.347Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49282026-08-26T16:11:39.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-26T16:11:39.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-26T16:11:39.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-26T16:11:39.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49322026-08-26T16:11:39.975Z
49332026-08-26T16:11:39.975Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49342026-08-26T16:11:40.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-26T16:11:40.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-26T16:11:40.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-26T16:11:40.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49382026-08-26T16:11:40.535Z
49392026-08-26T16:11:40.535Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49402026-08-26T16:11:41.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-26T16:11:41.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-26T16:11:41.361Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49432026-08-26T16:11:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
49442026-08-26T16:11:42.336Z
49452026-08-26T16:11:42.336Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49462026-08-26T16:11:42.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-26T16:11:42.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-26T16:11:43.162Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-26T16:12:22.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.84s
49502026-08-26T16:12:22.402Z
49512026-08-26T16:12:22.402Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49522026-08-26T16:12:22.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-26T16:12:22.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-26T16:12:22.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-26T16:12:22.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49562026-08-26T16:12:22.958Z
49572026-08-26T16:12:22.958Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49582026-08-26T16:12:23.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-26T16:12:23.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-26T16:12:23.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-26T16:12:23.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49622026-08-26T16:12:23.517Z
49632026-08-26T16:12:23.517Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49642026-08-26T16:12:24.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-26T16:12:24.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-26T16:12:24.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-26T16:12:24.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49682026-08-26T16:12:24.132Z
49692026-08-26T16:12:24.132Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49702026-08-26T16:12:24.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-26T16:12:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-26T16:12:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-26T16:12:24.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49742026-08-26T16:12:24.762Z
49752026-08-26T16:12:24.762Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49762026-08-26T16:12:25.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-26T16:12:25.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-26T16:12:25.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-26T16:12:25.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49802026-08-26T16:12:25.381Z
49812026-08-26T16:12:25.381Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49822026-08-26T16:12:25.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-26T16:12:25.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-26T16:12:25.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-26T16:12:25.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49862026-08-26T16:12:25.997Z
49872026-08-26T16:12:25.997Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49882026-08-26T16:12:26.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-26T16:12:26.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-26T16:12:26.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-26T16:12:26.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49922026-08-26T16:12:26.626Z
49932026-08-26T16:12:26.626Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
49942026-08-26T16:12:27.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-26T16:12:27.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-26T16:12:27.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-26T16:12:27.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49982026-08-26T16:12:27.255Z
49992026-08-26T16:12:27.255Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50002026-08-26T16:12:27.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-26T16:12:27.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-26T16:12:27.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-26T16:12:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50042026-08-26T16:12:27.865Z
50052026-08-26T16:12:27.865Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50062026-08-26T16:12:28.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-26T16:12:28.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-26T16:12:28.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-26T16:12:28.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50102026-08-26T16:12:28.492Z
50112026-08-26T16:12:28.492Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50122026-08-26T16:12:29.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-26T16:12:29.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-26T16:12:29.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-26T16:12:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50162026-08-26T16:12:29.117Z
50172026-08-26T16:12:29.117Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50182026-08-26T16:12:29.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-26T16:12:29.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-26T16:12:30.018Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50212026-08-26T16:12:30.018Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50222026-08-26T16:12:30.209Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50232026-08-26T16:12:30.212Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50242026-08-26T16:12:30.253Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50252026-08-26T16:12:30.270Z Checking diff v0.1.13
50262026-08-26T16:12:30.274Z Checking yansi v1.0.1
50272026-08-26T16:12:30.274Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50282026-08-26T16:12:30.340Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50292026-08-26T16:12:30.513Z Checking pretty_assertions v1.4.1
50302026-08-26T16:12:31.282Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50312026-08-26T16:12:31.315Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50322026-08-26T16:12:56.611Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50332026-08-26T16:12:56.615Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50342026-08-26T16:12:56.615Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50352026-08-26T16:12:56.615Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50362026-08-26T16:12:56.615Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50372026-08-26T16:12:56.615Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50382026-08-26T16:12:56.615Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50392026-08-26T16:12:57.484Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50402026-08-26T16:12:57.487Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50412026-08-26T16:12:58.756Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50422026-08-26T16:13:37.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50432026-08-26T16:13:37.505Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50442026-08-26T16:13:37.505Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50452026-08-26T16:13:37.712Z
50462026-08-26T16:13:37.712Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50472026-08-26T16:13:38.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50482026-08-26T16:13:38.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50492026-08-26T16:13:38.417Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50502026-08-26T16:13:39.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50512026-08-26T16:13:39.264Z
50522026-08-26T16:13:39.264Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50532026-08-26T16:13:39.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-26T16:13:39.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-26T16:13:39.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50562026-08-26T16:13:39.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50572026-08-26T16:13:39.826Z
50582026-08-26T16:13:39.826Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50592026-08-26T16:13:40.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-26T16:13:40.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-26T16:13:40.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-26T16:13:40.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50632026-08-26T16:13:40.401Z
50642026-08-26T16:13:40.401Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50652026-08-26T16:13:40.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-26T16:13:40.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-26T16:13:41.172Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50682026-08-26T16:13:41.295Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50692026-08-26T16:13:41.302Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50702026-08-26T16:14:08.269Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50712026-08-26T16:14:08.679Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50722026-08-26T16:14:10.446Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50732026-08-26T16:14:10.936Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50742026-08-26T16:14:14.032Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50752026-08-26T16:14:38.064Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50762026-08-26T16:14:38.802Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50772026-08-26T16:14:40.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50782026-08-26T16:14:40.717Z
50792026-08-26T16:14:40.717Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50802026-08-26T16:14:41.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50812026-08-26T16:14:41.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50822026-08-26T16:14:41.428Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50832026-08-26T16:14:42.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50842026-08-26T16:14:42.320Z
50852026-08-26T16:14:42.320Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50862026-08-26T16:14:42.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-26T16:14:42.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-26T16:14:42.941Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50892026-08-26T16:14:42.945Z Compiling fs-err v2.11.0
50902026-08-26T16:14:43.060Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50912026-08-26T16:14:43.071Z Checking parse-size v1.1.0
50922026-08-26T16:14:43.079Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50932026-08-26T16:14:43.082Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50942026-08-26T16:14:43.082Z Checking shell-words v1.1.1
50952026-08-26T16:14:43.169Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50962026-08-26T16:14:43.496Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50972026-08-26T16:14:43.675Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50982026-08-26T16:14:44.339Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50992026-08-26T16:14:45.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
51002026-08-26T16:14:45.472Z
51012026-08-26T16:14:45.472Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51022026-08-26T16:14:45.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51032026-08-26T16:14:45.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51042026-08-26T16:14:46.107Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51052026-08-26T16:14:46.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
51062026-08-26T16:14:46.781Z
51072026-08-26T16:14:46.781Zinfo: running `cargo check --bins` on schema (359/377)
51082026-08-26T16:14:47.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-26T16:14:47.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-26T16:14:47.505Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51112026-08-26T16:14:48.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
51122026-08-26T16:14:48.408Z
51132026-08-26T16:14:48.408Zinfo: running `cargo check --bins` on xtask (360/377)
51142026-08-26T16:14:48.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-26T16:14:48.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-26T16:14:48.813Z Checking serde_core v1.0.228
51172026-08-26T16:14:48.813Z Checking libc v0.2.185
51182026-08-26T16:14:48.816Z Checking bitflags v2.11.0
51192026-08-26T16:14:48.901Z Checking scroll v0.12.0
51202026-08-26T16:14:48.904Z Checking thiserror v1.0.69
51212026-08-26T16:14:48.913Z Checking log v0.4.33
51222026-08-26T16:14:48.920Z Checking indexmap v2.14.0
51232026-08-26T16:14:48.923Z Checking zerocopy v0.7.35
51242026-08-26T16:14:48.994Z Checking syn v2.0.117
51252026-08-26T16:14:49.032Z Checking dtrace-parser v0.2.0
51262026-08-26T16:14:49.051Z Checking once_cell v1.21.3
51272026-08-26T16:14:49.110Z Checking goblin v0.8.2
51282026-08-26T16:14:49.181Z Checking errno v0.3.14
51292026-08-26T16:14:49.223Z Checking getrandom v0.4.3
51302026-08-26T16:14:49.260Z Checking thread-id v4.2.2
51312026-08-26T16:14:49.294Z Checking rustix v1.1.4
51322026-08-26T16:14:49.336Z Checking memmap v0.7.0
51332026-08-26T16:14:49.352Z Checking thiserror v2.0.18
51342026-08-26T16:14:49.404Z Checking fs-err v3.3.0
51352026-08-26T16:14:49.437Z Checking tabled v0.15.0
51362026-08-26T16:14:49.450Z Checking anyhow v1.0.104
51372026-08-26T16:14:50.079Z Checking terminal_size v0.4.3
51382026-08-26T16:14:50.079Z Checking tempfile v3.27.0
51392026-08-26T16:14:50.187Z Checking clap_builder v4.6.0
51402026-08-26T16:14:50.190Z Checking textwrap v0.16.2
51412026-08-26T16:14:50.335Z Checking serde v1.0.228
51422026-08-26T16:14:50.335Z Checking serde_json v1.0.151
51432026-08-26T16:14:50.338Z Checking camino v1.2.5
51442026-08-26T16:14:50.393Z Checking semver v1.0.28
51452026-08-26T16:14:50.531Z Checking cargo-platform v0.3.2
51462026-08-26T16:14:50.593Z Checking camino-tempfile v1.4.1
51472026-08-26T16:14:50.744Z Checking toml_datetime v0.6.11
51482026-08-26T16:14:50.747Z Checking serde_spanned v0.6.9
51492026-08-26T16:14:50.747Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51502026-08-26T16:14:50.747Z Checking macaddr v1.0.1
51512026-08-26T16:14:50.925Z Checking cargo_metadata v0.23.1
51522026-08-26T16:14:50.928Z Checking dof v0.3.0
51532026-08-26T16:14:50.928Z Checking toml_edit v0.22.27
51542026-08-26T16:14:51.213Z Checking usdt-impl v0.5.0
51552026-08-26T16:14:51.366Z Checking clap v4.6.1
51562026-08-26T16:14:51.470Z Checking usdt v0.5.0
51572026-08-26T16:14:51.915Z Checking toml v0.8.23
51582026-08-26T16:14:52.172Z Checking cargo_toml v0.21.0
51592026-08-26T16:14:52.805Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51602026-08-26T16:14:53.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
51612026-08-26T16:14:53.296Z
51622026-08-26T16:14:53.296Zinfo: running `cargo check --bins` on dnsadm (361/377)
51632026-08-26T16:14:53.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51642026-08-26T16:14:53.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51652026-08-26T16:14:53.935Z Checking arc-swap v1.8.2
51662026-08-26T16:14:54.218Z Checking slog-scope v4.4.1
51672026-08-26T16:14:54.331Z Checking slog-stdlog v4.1.1
51682026-08-26T16:14:54.430Z Checking slog-envlogger v2.2.0
51692026-08-26T16:14:54.553Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51702026-08-26T16:14:54.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
51712026-08-26T16:14:55.153Z
51722026-08-26T16:14:55.153Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51732026-08-26T16:14:55.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51742026-08-26T16:14:55.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51752026-08-26T16:14:55.971Z Checking cpubits v0.1.1
51762026-08-26T16:14:56.096Z Checking pem-rfc7468 v1.0.0
51772026-08-26T16:14:56.110Z Checking hmac v0.13.0
51782026-08-26T16:14:56.113Z Checking universal-hash v0.6.1
51792026-08-26T16:14:56.133Z Checking ctr v0.10.1
51802026-08-26T16:14:56.133Z Checking aead v0.6.1
51812026-08-26T16:14:56.161Z Checking aes v0.9.1
51822026-08-26T16:14:56.161Z Checking crypto-bigint v0.7.5
51832026-08-26T16:14:56.188Z Checking salsa20 v0.11.0
51842026-08-26T16:14:56.235Z Checking polyval v0.7.1
51852026-08-26T16:14:56.235Z Checking der v0.8.0
51862026-08-26T16:14:56.263Z Checking pbkdf2 v0.13.0
51872026-08-26T16:14:56.280Z Checking cbc v0.2.1
51882026-08-26T16:14:56.310Z Checking ff v0.14.0
51892026-08-26T16:14:56.357Z Checking signature v3.0.0
51902026-08-26T16:14:56.375Z Checking scrypt v0.12.0
51912026-08-26T16:14:56.401Z Checking ghash v0.6.0
51922026-08-26T16:14:56.456Z Checking base16ct v1.0.0
51932026-08-26T16:14:56.459Z Checking group v0.14.0
51942026-08-26T16:14:56.508Z Checking hkdf v0.13.0
51952026-08-26T16:14:56.526Z Compiling curve25519-dalek v5.0.0
51962026-08-26T16:14:56.541Z Checking aes-gcm v0.11.0
51972026-08-26T16:14:56.556Z Checking keccak v0.2.0
51982026-08-26T16:14:56.579Z Checking poly1305 v0.9.0
51992026-08-26T16:14:56.613Z Checking wnaf v0.14.0
52002026-08-26T16:14:56.642Z Checking blowfish v0.10.0
52012026-08-26T16:14:56.702Z Checking blake2 v0.11.0-rc.6
52022026-08-26T16:14:56.717Z Checking sha3 v0.11.0
52032026-08-26T16:14:56.778Z Checking kem v0.3.0
52042026-08-26T16:14:56.796Z Checking bcrypt-pbkdf v0.11.0
52052026-08-26T16:14:56.846Z Checking module-lattice v0.2.3
52062026-08-26T16:14:56.897Z Checking sponge-cursor v0.1.0
52072026-08-26T16:14:56.951Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52082026-08-26T16:14:56.954Z Checking argon2 v0.6.0-rc.8
52092026-08-26T16:14:57.021Z Checking sha3 v0.12.0
52102026-08-26T16:14:57.037Z Checking spki v0.8.0
52112026-08-26T16:14:57.056Z Checking sec1 v0.8.1
52122026-08-26T16:14:57.070Z Checking ml-kem v0.3.2
52132026-08-26T16:14:57.131Z Checking internal-russh-num-bigint v0.5.0
52142026-08-26T16:14:57.206Z Checking pkcs5 v0.8.1
52152026-08-26T16:14:57.225Z Checking pkcs1 v0.8.0-rc.4
52162026-08-26T16:14:57.263Z Checking num-bigint v0.4.6
52172026-08-26T16:14:57.278Z Checking generic-array v1.4.3
52182026-08-26T16:14:57.431Z Checking russh-util v0.52.0
52192026-08-26T16:14:57.499Z Checking pkcs8 v0.11.0
52202026-08-26T16:14:57.556Z Compiling enum_dispatch v0.3.13
52212026-08-26T16:14:57.668Z Compiling delegate v0.13.5
52222026-08-26T16:14:57.703Z Checking ed25519 v3.0.0
52232026-08-26T16:14:57.798Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52242026-08-26T16:14:57.838Z Checking hex-literal v1.1.0
52252026-08-26T16:14:57.901Z Checking ed25519-dalek v3.0.0
52262026-08-26T16:14:57.938Z Checking md5 v0.8.0
52272026-08-26T16:14:57.992Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52282026-08-26T16:14:58.106Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52292026-08-26T16:14:58.130Z Checking socket2 v0.5.10
52302026-08-26T16:14:58.173Z Checking internet-checksum v0.2.1
52312026-08-26T16:14:58.206Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52322026-08-26T16:14:58.361Z Checking elliptic-curve v0.14.1
52332026-08-26T16:14:58.361Z Checking rfc6979 v0.6.0
52342026-08-26T16:14:58.364Z Checking primefield v0.14.0
52352026-08-26T16:14:58.403Z Checking ssh-encoding v0.3.0
52362026-08-26T16:14:58.501Z Checking crypto-primes v0.7.2
52372026-08-26T16:14:58.619Z Checking ssh-cipher v0.3.0
52382026-08-26T16:14:58.620Z Checking russh-cryptovec v0.62.0
52392026-08-26T16:14:58.755Z Checking ecdsa v0.17.0
52402026-08-26T16:14:58.755Z Checking primeorder v0.14.0
52412026-08-26T16:14:59.130Z Checking p256 v0.14.0
52422026-08-26T16:14:59.133Z Checking p521 v0.14.0
52432026-08-26T16:14:59.133Z Checking p384 v0.14.0
52442026-08-26T16:14:59.425Z Checking rsa v0.10.0-rc.18
52452026-08-26T16:15:01.990Z Checking ssh-key v0.7.0-rc.11
52462026-08-26T16:15:02.738Z Checking russh v0.62.4
52472026-08-26T16:15:16.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s
52482026-08-26T16:15:16.276Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52492026-08-26T16:15:16.276Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52502026-08-26T16:15:16.486Z
52512026-08-26T16:15:16.486Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52522026-08-26T16:15:16.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52532026-08-26T16:15:16.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52542026-08-26T16:15:17.121Z Checking termios v0.3.3
52552026-08-26T16:15:17.317Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52562026-08-26T16:15:17.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
52572026-08-26T16:15:18.092Z
52582026-08-26T16:15:18.092Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52592026-08-26T16:15:18.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52602026-08-26T16:15:18.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52612026-08-26T16:15:18.777Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52622026-08-26T16:15:19.479Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52632026-08-26T16:15:21.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
52642026-08-26T16:15:21.265Z
52652026-08-26T16:15:21.265Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52662026-08-26T16:15:21.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52672026-08-26T16:15:21.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52682026-08-26T16:15:21.901Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52692026-08-26T16:15:22.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
52702026-08-26T16:15:22.511Z
52712026-08-26T16:15:22.511Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52722026-08-26T16:15:22.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-26T16:15:22.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-26T16:15:22.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52752026-08-26T16:15:22.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52762026-08-26T16:15:23.074Z
52772026-08-26T16:15:23.074Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52782026-08-26T16:15:23.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-26T16:15:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-26T16:15:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-26T16:15:23.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52822026-08-26T16:15:23.642Z
52832026-08-26T16:15:23.642Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52842026-08-26T16:15:24.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-26T16:15:24.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-26T16:15:24.389Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52872026-08-26T16:15:24.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
52882026-08-26T16:15:25.172Z
52892026-08-26T16:15:25.172Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52902026-08-26T16:15:25.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-26T16:15:25.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-26T16:15:25.817Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52932026-08-26T16:15:25.821Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52942026-08-26T16:15:26.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
52952026-08-26T16:15:26.921Z
52962026-08-26T16:15:26.921Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
52972026-08-26T16:15:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52982026-08-26T16:15:27.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52992026-08-26T16:15:27.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53002026-08-26T16:15:27.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53012026-08-26T16:15:27.481Z
53022026-08-26T16:15:27.481Zinfo: running `cargo check --bins` on omicron-package (371/377)
53032026-08-26T16:15:27.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-26T16:15:27.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-26T16:15:28.154Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53062026-08-26T16:15:29.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
53072026-08-26T16:15:29.440Z
53082026-08-26T16:15:29.440Zinfo: running `cargo check --bins` on tqdb (372/377)
53092026-08-26T16:15:29.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-26T16:15:29.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-26T16:15:30.217Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53122026-08-26T16:15:30.586Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53132026-08-26T16:15:31.105Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53142026-08-26T16:15:31.109Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53152026-08-26T16:15:37.910Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53162026-08-26T16:15:37.913Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53172026-08-26T16:15:37.914Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53182026-08-26T16:15:38.538Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53192026-08-26T16:15:38.538Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53202026-08-26T16:15:38.541Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53212026-08-26T16:15:38.541Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53222026-08-26T16:15:39.317Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53232026-08-26T16:15:39.959Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53242026-08-26T16:15:40.195Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53252026-08-26T16:15:40.367Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53262026-08-26T16:15:41.231Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53272026-08-26T16:15:41.888Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53282026-08-26T16:15:46.714Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53292026-08-26T16:15:53.989Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53302026-08-26T16:15:53.994Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53312026-08-26T16:15:53.994Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53322026-08-26T16:15:53.994Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53332026-08-26T16:15:55.498Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53342026-08-26T16:15:56.792Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53352026-08-26T16:15:57.474Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53362026-08-26T16:15:58.755Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53372026-08-26T16:15:59.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.86s
53382026-08-26T16:15:59.500Z
53392026-08-26T16:15:59.501Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53402026-08-26T16:16:00.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53412026-08-26T16:16:00.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53422026-08-26T16:16:00.201Z Checking rtoolbox v0.0.3
53432026-08-26T16:16:00.205Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53442026-08-26T16:16:00.205Z Checking tui-tree-widget v0.23.1
53452026-08-26T16:16:00.205Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53462026-08-26T16:16:00.420Z Checking rpassword v7.5.4
53472026-08-26T16:16:03.147Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53482026-08-26T16:16:04.985Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53492026-08-26T16:16:05.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
53502026-08-26T16:16:06.103Z
53512026-08-26T16:16:06.103Zinfo: running `cargo check --bins` on wicket (374/377)
53522026-08-26T16:16:06.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53532026-08-26T16:16:06.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53542026-08-26T16:16:06.787Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53552026-08-26T16:16:07.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53562026-08-26T16:16:07.332Z
53572026-08-26T16:16:07.332Zinfo: running `cargo check --bins` on wicketd (375/377)
53582026-08-26T16:16:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-26T16:16:07.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-26T16:16:08.027Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53612026-08-26T16:16:11.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
53622026-08-26T16:16:11.768Z
53632026-08-26T16:16:11.769Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53642026-08-26T16:16:12.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-26T16:16:12.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-26T16:16:12.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53672026-08-26T16:16:12.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53682026-08-26T16:16:12.321Z
53692026-08-26T16:16:12.321Zinfo: running `cargo check --bins` on zone-setup (377/377)
53702026-08-26T16:16:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-26T16:16:12.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-26T16:16:12.985Z Checking uzers v0.12.2
53732026-08-26T16:16:13.256Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53742026-08-26T16:16:14.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
53752026-08-26T16:16:14.238Z
53762026-08-26T16:16:14.241Zreal 14:21.884687650
53772026-08-26T16:16:14.241Zuser 21:33.900256896
53782026-08-26T16:16:14.241Zsys 4:27.313779374
53792026-08-26T16:16:14.241Ztrap 0.341819495
53802026-08-26T16:16:14.241Ztflt 0.570603424
53812026-08-26T16:16:14.241Zdflt 0.870655119
53822026-08-26T16:16:14.241Zkflt 0.004915475
53832026-08-26T16:16:14.241Zlock 1:30:28.635610227
53842026-08-26T16:16:14.241Zslp 1:42:25.932268725
53852026-08-26T16:16:14.241Zlat 53.755685447
53862026-08-26T16:16:14.241Zstop 4:12.238146995
53872026-08-26T16:16:14.241Zprocess exited: duration 992027 ms, exit code 0
 
53882026-08-26T16:16:14.247Zfound 0 output files