01KXYQZWCZJCJRBW5AWEAWDQPQ: 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: 01KXYR0D2TEYKY9T6HVFPJ7KN0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T03:10:29.131Zjob assigned to worker 01KXYR0HEYZ1DHB7726PE8Z90X [factory aws, i-04916ea5e22463f39] (queued for 47 s)
 
22026-07-20T03:10:35.832Zstarting task 0: "setup"
32026-07-20T03:10:35.836Z++ uname -s
42026-07-20T03:10:35.838Z+ kern=SunOS
52026-07-20T03:10:35.838Z+ build_user=build
62026-07-20T03:10:35.838Z+ build_uid=12345
72026-07-20T03:10:35.839Z+ work_dir=/work
82026-07-20T03:10:35.839Z+ input_dir=/input
92026-07-20T03:10:35.839Z+ [[ 0 == 12345 ]]
102026-07-20T03:10:35.839Z+ case "$kern" in
112026-07-20T03:10:35.839Z+ groupadd -g 12345 build
122026-07-20T03:10:35.841Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T03:10:37.845Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T03:10:37.961Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T03:10:37.964Z+ home_fs=zfs
162026-07-20T03:10:37.964Z+ [[ zfs == autofs ]]
172026-07-20T03:10:37.964Z+ mkdir -p /home/build
182026-07-20T03:10:37.964Z+ chown build:build /home/build /work
192026-07-20T03:10:39.963Z+ chmod 0700 /home/build /work
202026-07-20T03:10:39.966Zprocess exited: duration 4134 ms, exit code 0
 
212026-07-20T03:10:39.972Zstarting task 1: "rust-toolchain"
222026-07-20T03:10:39.976Z * rust toolchain channel = "1.96.1"
232026-07-20T03:10:39.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-20T03:10:39.976Z * rust toolchain profile = "default"
252026-07-20T03:10:39.976Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T03:10:39.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T03:10:39.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T03:10:39.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T03:10:39.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T03:10:40.081Zinfo: downloading installer
312026-07-20T03:10:41.503Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T03:10:41.503Zwarn: /home/build/.rustup/settings.toml
332026-07-20T03:10:41.503Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T03:10:41.503Zwarn: instead of the one inferred from the default host triple.
352026-07-20T03:10:41.516Zinfo: profile set to default
362026-07-20T03:10:41.516Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T03:10:41.519Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T03:10:41.662Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T03:10:41.665Zinfo: downloading 6 components
402026-07-20T03:10:56.590Z
412026-07-20T03:10:56.590Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-20T03:10:56.624Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T03:10:56.624Z
442026-07-20T03:10:56.628Z
452026-07-20T03:10:56.628ZRust is installed now. Great!
462026-07-20T03:10:56.628Z
472026-07-20T03:10:56.628ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T03:10:56.628Zenvironment variable. This has not been done automatically.
492026-07-20T03:10:56.628Z
502026-07-20T03:10:56.628ZTo configure your current shell, you need to source
512026-07-20T03:10:56.628Zthe corresponding env file under $HOME/.cargo.
522026-07-20T03:10:56.628Z
532026-07-20T03:10:56.628ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T03:10:56.628Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T03:10:56.628Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T03:10:56.628Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T03:10:56.628Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T03:10:56.628Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T03:10:56.628Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T03:10:56.628Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T03:10:56.628Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T03:10:56.725Z+ rustup --version
632026-07-20T03:10:56.734Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T03:10:56.738Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T03:10:56.756Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T03:10:56.760Z+ cargo --version
672026-07-20T03:10:56.774Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T03:10:56.777Z+ rustc --version
692026-07-20T03:10:56.796Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T03:10:56.799Zprocess exited: duration 16826 ms, exit code 0
 
712026-07-20T03:10:56.805Zstarting task 2: "authentication"
722026-07-20T03:10:56.822Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T03:10:56.828Zstarting task 3: "clone repository"
742026-07-20T03:10:56.832Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-20T03:10:56.835Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-20T03:10:56.863ZCloning into '/work/oxidecomputer/omicron'...
772026-07-20T03:11:07.964Z+ cd /work/oxidecomputer/omicron
782026-07-20T03:11:07.964Z+ git fetch origin fdfc38c50cb14e5479cda55715ce20f848ec5af7
792026-07-20T03:11:08.261ZFrom https://github.com/oxidecomputer/omicron
802026-07-20T03:11:08.261Z * branch fdfc38c50cb14e5479cda55715ce20f848ec5af7 -> FETCH_HEAD
812026-07-20T03:11:08.272Z+ [[ -n '' ]]
822026-07-20T03:11:08.272Z+ git reset --hard fdfc38c50cb14e5479cda55715ce20f848ec5af7
832026-07-20T03:11:08.525ZHEAD is now at fdfc38c50 [spr] initial version
842026-07-20T03:11:08.528Zprocess exited: duration 11698 ms, exit code 0
 
852026-07-20T03:11:08.533Zstarting task 4: "build"
862026-07-20T03:11:08.537Z+ source .github/buildomat/ci-env.sh
872026-07-20T03:11:08.540Z++ export CARGO_TERM_COLOR=always
882026-07-20T03:11:08.540Z++ CARGO_TERM_COLOR=always
892026-07-20T03:11:08.540Z+++ uname -s
902026-07-20T03:11:08.540Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-20T03:11:08.540Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-20T03:11:08.543Z+ cargo --version
932026-07-20T03:11:08.551Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-20T03:11:08.553Z+ rustc --version
952026-07-20T03:11:08.573Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-20T03:11:08.577Z+ source ./env.sh
972026-07-20T03:11:08.577Z++ OLD_SHELL_OPTS=ehxB
982026-07-20T03:11:08.577Z++ set -o xtrace
992026-07-20T03:11:08.580Z++++ dirname ./env.sh
1002026-07-20T03:11:08.580Z+++ readlink -f .
1012026-07-20T03:11:08.582Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-20T03:11:08.582Z++ 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-07-20T03:11:08.582Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ 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-07-20T03:11:08.583Z++ case $OLD_SHELL_OPTS in
1132026-07-20T03:11:08.583Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-20T03:11:08.583Z+ 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-07-20T03:11:08.583Z+ 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-07-20T03:11:08.583Z+ banner prerequisites
1172026-07-20T03:11:08.586Z
1182026-07-20T03:11:08.586Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-07-20T03:11:08.586Z # # # # # # # # # # # # # # #
1202026-07-20T03:11:08.586Z # # # # ##### # # ##### # # # # # #### #
1212026-07-20T03:11:08.586Z ##### ##### # ##### # # # # # # # # #
1222026-07-20T03:11:08.586Z # # # # # # # # # # # # # # #
1232026-07-20T03:11:08.586Z # # # ###### # # ###### ### # #### # #### #
1242026-07-20T03:11:08.586Z
1252026-07-20T03:11:08.586Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-07-20T03:11:10.616Z Startup: Refreshing catalog 'helios' ... Done
1272026-07-20T03:11:10.892Z Startup: Caching catalogs ... Done
1282026-07-20T03:11:11.639ZPlanning: Solver setup ... Done (0.790s)
1292026-07-20T03:11:11.713ZPlanning: Running solver ... Done (0.037s)
1302026-07-20T03:11:11.725ZPlanning: Finding local manifests ... Done (0.003s)
1312026-07-20T03:11:11.725ZPlanning: Fetching manifests: 0/2 0% complete
1322026-07-20T03:11:11.725ZPlanning: Fetching manifests: 2/2 100% complete
1332026-07-20T03:11:11.734ZPlanning: Package planning ... Done (0.013s)
1342026-07-20T03:11:11.734ZPlanning: Merging actions ... Done (0.001s)
1352026-07-20T03:11:11.966ZPlanning: Checking for conflicting actions ... Done (0.206s)
1362026-07-20T03:11:11.979ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-07-20T03:11:12.752ZPlanning: Evaluating mediators ... Done (0.790s)
1382026-07-20T03:11:12.762ZPlanning: Planning completed in 1.93 seconds
1392026-07-20T03:11:12.762Z Packages to install: 2
1402026-07-20T03:11:12.762Z Estimated space available: 156.06 GB
1412026-07-20T03:11:12.762ZEstimated space to be consumed: 43.83 MB
1422026-07-20T03:11:12.762Z Create boot environment: No
1432026-07-20T03:11:12.762ZCreate backup boot environment: No
1442026-07-20T03:11:12.762Z Rebuild boot archive: No
1452026-07-20T03:11:12.762Z
1462026-07-20T03:11:12.762ZChanged packages:
1472026-07-20T03:11:12.762Zhelios
1482026-07-20T03:11:12.762Z developer/build-essential
1492026-07-20T03:11:12.762Z None -> 11-3.0
1502026-07-20T03:11:12.763Z library/libxmlsec1
1512026-07-20T03:11:12.763Z None -> 1.2.35-3.0
1522026-07-20T03:11:12.763Z
1532026-07-20T03:11:12.763ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-07-20T03:11:13.265ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1552026-07-20T03:11:13.335Z Actions: 1/268 actions (Installing new actions)
1562026-07-20T03:11:13.374Z Actions: Completed 268 actions in 0.04 seconds.
1572026-07-20T03:11:13.392ZFinalize: Updating package state database ... Done (0.018s)
1582026-07-20T03:11:13.395ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-20T03:11:13.438ZFinalize: Updating image state ... Done (0.045s)
1602026-07-20T03:11:15.887ZFinalize: Creating fast lookup database ... Done (2.408s)
1612026-07-20T03:11:15.951ZFinalize: Reading search index ... Done (0.012s)
1622026-07-20T03:11:15.954ZFinalize: Updating search index ... Done (0.000s)
1632026-07-20T03:11:16.060ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-20T03:11:16.401ZPlanning: Evaluating mediator changes ... Done
1652026-07-20T03:11:16.519ZPlanning: Checking for conflicting actions ... Done
1662026-07-20T03:11:16.533ZPlanning: Consolidating action changes ... Done
1672026-07-20T03:11:16.663ZPlanning: Evaluating mediators ... Done
1682026-07-20T03:11:16.666ZPlanning: Planning completed in 0.27 seconds
1692026-07-20T03:11:16.701Z Mediators to change: 2
1702026-07-20T03:11:16.705Z Create boot environment: No
1712026-07-20T03:11:16.706ZCreate backup boot environment: No
1722026-07-20T03:11:16.755ZFinalize: Updating package state database ... Done
1732026-07-20T03:11:16.758ZFinalize: Updating package cache ... Done
1742026-07-20T03:11:16.781ZFinalize: Updating image state ... Done
1752026-07-20T03:11:18.754ZFinalize: Creating fast lookup database ... Done
1762026-07-20T03:11:18.816ZFinalize: Reading search index ... Done
1772026-07-20T03:11:18.819ZFinalize: Updating search index ... Done
1782026-07-20T03:11:18.906ZFinalize: Updating package cache ... Done
1792026-07-20T03:11:19.192ZPlanning: Evaluating mediator changes ... Done
1802026-07-20T03:11:19.300ZPlanning: Checking for conflicting actions ... Done
1812026-07-20T03:11:19.304ZPlanning: Consolidating action changes ... Done
1822026-07-20T03:11:19.459ZPlanning: Evaluating mediators ... Done
1832026-07-20T03:11:19.463ZPlanning: Planning completed in 0.27 seconds
1842026-07-20T03:11:19.483Z Mediators to change: 1
1852026-07-20T03:11:19.483Z Create boot environment: No
1862026-07-20T03:11:19.486ZCreate backup boot environment: No
1872026-07-20T03:11:19.535ZFinalize: Updating package state database ... Done
1882026-07-20T03:11:19.537ZFinalize: Updating package cache ... Done
1892026-07-20T03:11:19.561ZFinalize: Updating image state ... Done
1902026-07-20T03:11:21.539ZFinalize: Creating fast lookup database ... Done
1912026-07-20T03:11:21.601ZFinalize: Reading search index ... Done
1922026-07-20T03:11:21.604ZFinalize: Updating search index ... Done
1932026-07-20T03:11:21.676ZFinalize: Updating package cache ... Done
1942026-07-20T03:11:21.992ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-07-20T03:11:21.992Zapache system 2.4 system
1962026-07-20T03:11:21.992Zclang system 15 system
1972026-07-20T03:11:21.992Zcsh system system illumos
1982026-07-20T03:11:21.992Zctags system system illumos
1992026-07-20T03:11:21.992Zfile vendor vendor darwinsys
2002026-07-20T03:11:21.992Zfile system system illumos
2012026-07-20T03:11:21.992Zgcc vendor 14 vendor
2022026-07-20T03:11:21.992Zgcc system 13 system
2032026-07-20T03:11:21.992Zgcc system 10 system
2042026-07-20T03:11:21.992Zgo system 1.25 system
2052026-07-20T03:11:21.992Zllvm system 15 system
2062026-07-20T03:11:21.992Zmariadb system 11.4 system
2072026-07-20T03:11:21.992Zmta vendor vendor dma
2082026-07-20T03:11:21.992Zopenjdk system 17 system
2092026-07-20T03:11:21.992Zopenjdk system 11 system
2102026-07-20T03:11:21.992Zopenssl vendor 3 vendor
2112026-07-20T03:11:21.992Zperl system 5.40 system
2122026-07-20T03:11:21.992Zpostgresql system 18 system
2132026-07-20T03:11:21.992Zpostgresql system 17 system
2142026-07-20T03:11:21.992Zpython vendor 3 vendor
2152026-07-20T03:11:21.992Zpython system 2 system
2162026-07-20T03:11:21.992Zpython3 vendor 3.13 vendor
2172026-07-20T03:11:21.992Zruby system 3.4 system
2182026-07-20T03:11:21.992Zruby system 3.0 system
2192026-07-20T03:11:21.992Zwords vendor vendor american-english
2202026-07-20T03:11:21.992Zwords system system australian-english
2212026-07-20T03:11:21.992Zwords system system british-english
2222026-07-20T03:11:21.992Zwords system system canadian-english
2232026-07-20T03:11:21.992Zwords system system french
2242026-07-20T03:11:21.992Zwords system system italian
2252026-07-20T03:11:21.993Zwords system system ngerman
2262026-07-20T03:11:21.993Zwords system system ogerman
2272026-07-20T03:11:21.993Zwords system system spanish
2282026-07-20T03:11:22.247ZPUBLISHER TYPE STATUS P LOCATION
2292026-07-20T03:11:22.247Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-07-20T03:11:22.597ZFMRI IFO
2312026-07-20T03:11:22.597Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-07-20T03:11:22.597Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-07-20T03:11:22.598Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-07-20T03:11:22.598Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-07-20T03:11:22.598Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-07-20T03:11:22.598Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-07-20T03:11:22.598Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-07-20T03:11:22.598Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-07-20T03:11:22.598Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-07-20T03:11:22.886Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-07-20T03:11:23.193Z Updating crates.io index
2422026-07-20T03:11:23.220Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-07-20T03:11:23.455Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-20T03:11:23.745Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-07-20T03:11:24.666Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-07-20T03:11:25.128Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-07-20T03:11:26.745Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-07-20T03:11:27.507Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-07-20T03:11:27.748Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-07-20T03:11:28.050Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-07-20T03:11:29.343Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-07-20T03:11:29.588Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-07-20T03:11:29.851Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-07-20T03:11:30.108Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-07-20T03:11:30.514Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-20T03:11:30.982Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-07-20T03:11:31.218Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-20T03:11:31.434Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-07-20T03:11:31.694Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-07-20T03:11:31.994Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-07-20T03:11:32.202Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-07-20T03:11:32.423Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-07-20T03:11:32.638Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-07-20T03:11:32.950Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-07-20T03:11:33.274Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-07-20T03:11:33.490Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-07-20T03:11:33.880Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-07-20T03:11:34.104Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-07-20T03:11:34.455Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-20T03:11:34.754Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-20T03:11:34.981Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-20T03:11:35.192Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-20T03:11:35.490Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-20T03:11:35.856Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-20T03:11:36.070Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-20T03:11:36.301Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-20T03:11:36.560Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-20T03:11:36.808Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-20T03:11:37.245Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-07-20T03:11:37.463Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-07-20T03:11:37.719Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-07-20T03:11:37.955Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-07-20T03:11:41.187Z Downloading crates ...
2842026-07-20T03:11:41.261Z Downloaded swrite v0.1.0
2852026-07-20T03:11:41.263Z Downloaded pest v2.8.6
2862026-07-20T03:11:41.275Z Downloaded zerocopy v0.7.35
2872026-07-20T03:11:41.283Z Downloaded toml_write v0.1.2
2882026-07-20T03:11:41.285Z Downloaded zmij v1.0.21
2892026-07-20T03:11:41.286Z Downloaded zerocopy-derive v0.7.35
2902026-07-20T03:11:41.288Z Downloaded macaddr v1.0.1
2912026-07-20T03:11:41.288Z Downloaded clap_lex v1.0.0
2922026-07-20T03:11:41.291Z Downloaded heck v0.5.0
2932026-07-20T03:11:41.291Z Downloaded dtrace-parser v0.2.0
2942026-07-20T03:11:41.291Z Downloaded cfg-if v1.0.4
2952026-07-20T03:11:41.294Z Downloaded equivalent v1.0.2
2962026-07-20T03:11:41.296Z Downloaded camino-tempfile v1.4.1
2972026-07-20T03:11:41.299Z Downloaded anstyle-parse v1.0.0
2982026-07-20T03:11:41.299Z Downloaded fs-err v3.3.0
2992026-07-20T03:11:41.299Z Downloaded anstyle v1.0.14
3002026-07-20T03:11:41.305Z Downloaded fnv v1.0.7
3012026-07-20T03:11:41.315Z Downloaded cargo-platform v0.3.2
3022026-07-20T03:11:41.317Z Downloaded is_terminal_polyfill v1.70.2
3032026-07-20T03:11:41.322Z Downloaded anstream v1.0.0
3042026-07-20T03:11:41.325Z Downloaded anyhow v1.0.102
3052026-07-20T03:11:41.333Z Downloaded errno v0.3.14
3062026-07-20T03:11:41.335Z Downloaded cpufeatures v0.2.17
3072026-07-20T03:11:41.350Z Downloaded heck v0.4.1
3082026-07-20T03:11:41.361Z Downloaded fastrand v2.3.0
3092026-07-20T03:11:41.369Z Downloaded block-buffer v0.10.4
3102026-07-20T03:11:41.378Z Downloaded dof v0.3.0
3112026-07-20T03:11:41.381Z Downloaded tabled_derive v0.7.0
3122026-07-20T03:11:41.381Z Downloaded toml_datetime v0.6.11
3132026-07-20T03:11:41.384Z Downloaded proc-macro-error-attr v1.0.4
3142026-07-20T03:11:41.387Z Downloaded serde_spanned v0.6.9
3152026-07-20T03:11:41.387Z Downloaded colorchoice v1.0.4
3162026-07-20T03:11:41.390Z Downloaded smawk v0.3.2
3172026-07-20T03:11:41.393Z Downloaded scroll_derive v0.12.1
3182026-07-20T03:11:41.396Z Downloaded pretty-hex v0.4.1
3192026-07-20T03:11:41.399Z Downloaded getrandom v0.4.1
3202026-07-20T03:11:41.405Z Downloaded utf8parse v0.2.2
3212026-07-20T03:11:41.408Z Downloaded usdt-attr-macro v0.5.0
3222026-07-20T03:11:41.408Z Downloaded thread-id v4.2.2
3232026-07-20T03:11:41.408Z Downloaded strsim v0.11.1
3242026-07-20T03:11:41.412Z Downloaded version_check v0.9.5
3252026-07-20T03:11:41.414Z Downloaded unicode-linebreak v0.1.5
3262026-07-20T03:11:41.414Z Downloaded usdt-macro v0.5.0
3272026-07-20T03:11:41.414Z Downloaded itoa v1.0.17
3282026-07-20T03:11:41.417Z Downloaded plain v0.2.3
3292026-07-20T03:11:41.420Z Downloaded anstyle-query v1.1.5
3302026-07-20T03:11:41.428Z Downloaded clap_derive v4.6.1
3312026-07-20T03:11:41.431Z Downloaded usdt v0.5.0
3322026-07-20T03:11:41.434Z Downloaded terminal_size v0.4.3
3332026-07-20T03:11:41.434Z Downloaded papergrid v0.11.0
3342026-07-20T03:11:41.437Z Downloaded byteorder v1.5.0
3352026-07-20T03:11:41.439Z Downloaded crypto-common v0.1.7
3362026-07-20T03:11:41.439Z Downloaded bytecount v0.6.9
3372026-07-20T03:11:41.442Z Downloaded cargo_toml v0.21.0
3382026-07-20T03:11:41.442Z Downloaded proc-macro-error v1.0.4
3392026-07-20T03:11:41.449Z Downloaded serde_tokenstream v0.2.3
3402026-07-20T03:11:41.452Z Downloaded thiserror-impl v2.0.18
3412026-07-20T03:11:41.452Z Downloaded generic-array v0.14.7
3422026-07-20T03:11:41.452Z Downloaded digest v0.10.7
3432026-07-20T03:11:41.452Z Downloaded usdt-impl v0.5.0
3442026-07-20T03:11:41.452Z Downloaded thiserror v1.0.69
3452026-07-20T03:11:41.454Z Downloaded scroll v0.12.0
3462026-07-20T03:11:41.463Z Downloaded log v0.4.29
3472026-07-20T03:11:41.465Z Downloaded bitflags v2.11.0
3482026-07-20T03:11:41.468Z Downloaded memmap v0.7.0
3492026-07-20T03:11:41.471Z Downloaded thiserror-impl v1.0.69
3502026-07-20T03:11:41.471Z Downloaded thiserror v2.0.18
3512026-07-20T03:11:41.475Z Downloaded quote v1.0.45
3522026-07-20T03:11:41.477Z Downloaded pest_generator v2.8.6
3532026-07-20T03:11:41.477Z Downloaded once_cell v1.21.3
3542026-07-20T03:11:41.477Z Downloaded pest_derive v2.8.6
3552026-07-20T03:11:41.481Z Downloaded sha2 v0.10.9
3562026-07-20T03:11:41.484Z Downloaded autocfg v1.5.0
3572026-07-20T03:11:41.487Z Downloaded cargo_metadata v0.23.1
3582026-07-20T03:11:41.492Z Downloaded camino v1.2.2
3592026-07-20T03:11:41.494Z Downloaded ucd-trie v0.1.7
3602026-07-20T03:11:41.494Z Downloaded tempfile v3.25.0
3612026-07-20T03:11:41.509Z Downloaded toml v0.8.23
3622026-07-20T03:11:41.520Z Downloaded memchr v2.8.0
3632026-07-20T03:11:41.523Z Downloaded clap v4.6.1
3642026-07-20T03:11:41.526Z Downloaded unicode-ident v1.0.24
3652026-07-20T03:11:41.529Z Downloaded textwrap v0.16.2
3662026-07-20T03:11:41.532Z Downloaded semver v1.0.28
3672026-07-20T03:11:41.535Z Downloaded serde_derive v1.0.228
3682026-07-20T03:11:41.537Z Downloaded indexmap v2.14.0
3692026-07-20T03:11:41.540Z Downloaded pest_meta v2.8.6
3702026-07-20T03:11:41.543Z Downloaded winnow v0.7.14
3712026-07-20T03:11:41.548Z Downloaded toml_edit v0.22.27
3722026-07-20T03:11:41.553Z Downloaded serde_core v1.0.228
3732026-07-20T03:11:41.569Z Downloaded serde v1.0.228
3742026-07-20T03:11:41.571Z Downloaded proc-macro2 v1.0.106
3752026-07-20T03:11:41.586Z Downloaded typenum v1.20.1
3762026-07-20T03:11:41.607Z Downloaded tabled v0.15.0
3772026-07-20T03:11:41.615Z Downloaded hashbrown v0.17.0
3782026-07-20T03:11:41.618Z Downloaded clap_builder v4.6.0
3792026-07-20T03:11:41.626Z Downloaded serde_json v1.0.150
3802026-07-20T03:11:41.632Z Downloaded goblin v0.8.2
3812026-07-20T03:11:41.676Z Downloaded syn v1.0.109
3822026-07-20T03:11:41.688Z Downloaded unicode-width v0.2.0
3832026-07-20T03:11:41.691Z Downloaded unicode-width v0.1.14
3842026-07-20T03:11:41.697Z Downloaded syn v2.0.117
3852026-07-20T03:11:41.714Z Downloaded rustix v1.1.3
3862026-07-20T03:11:41.745Z Downloaded libc v0.2.185
3872026-07-20T03:11:41.809Z Compiling proc-macro2 v1.0.106
3882026-07-20T03:11:41.809Z Compiling unicode-ident v1.0.24
3892026-07-20T03:11:41.813Z Compiling quote v1.0.45
3902026-07-20T03:11:41.813Z Compiling serde_core v1.0.228
3912026-07-20T03:11:41.813Z Compiling libc v0.2.185
3922026-07-20T03:11:41.813Z Compiling version_check v0.9.5
3932026-07-20T03:11:41.813Z Compiling memchr v2.8.0
3942026-07-20T03:11:41.813Z Compiling serde v1.0.228
3952026-07-20T03:11:42.132Z Compiling zmij v1.0.21
3962026-07-20T03:11:42.415Z Compiling ucd-trie v0.1.7
3972026-07-20T03:11:42.418Z Compiling itoa v1.0.17
3982026-07-20T03:11:42.610Z Compiling thiserror v1.0.69
3992026-07-20T03:11:42.666Z Compiling pest v2.8.6
4002026-07-20T03:11:42.684Z Compiling rustix v1.1.3
4012026-07-20T03:11:42.801Z Compiling byteorder v1.5.0
4022026-07-20T03:11:43.044Z Compiling errno v0.3.14
4032026-07-20T03:11:43.198Z Compiling serde_json v1.0.150
4042026-07-20T03:11:43.266Z Compiling syn v2.0.117
4052026-07-20T03:11:43.311Z Compiling bitflags v2.11.0
4062026-07-20T03:11:43.349Z Compiling thread-id v4.2.2
4072026-07-20T03:11:43.430Z Compiling proc-macro-error-attr v1.0.4
4082026-07-20T03:11:43.453Z Compiling usdt-impl v0.5.0
4092026-07-20T03:11:43.581Z Compiling syn v1.0.109
4102026-07-20T03:11:43.635Z Compiling camino v1.2.2
4112026-07-20T03:11:43.794Z Compiling pest_meta v2.8.6
4122026-07-20T03:11:43.994Z Compiling proc-macro-error v1.0.4
4132026-07-20T03:11:44.011Z Compiling plain v0.2.3
4142026-07-20T03:11:44.028Z Compiling hashbrown v0.17.0
4152026-07-20T03:11:44.126Z Compiling log v0.4.29
4162026-07-20T03:11:44.318Z Compiling getrandom v0.4.1
4172026-07-20T03:11:44.344Z Compiling equivalent v1.0.2
4182026-07-20T03:11:44.439Z Compiling utf8parse v0.2.2
4192026-07-20T03:11:44.586Z Compiling anstyle-parse v1.0.0
4202026-07-20T03:11:44.661Z Compiling indexmap v2.14.0
4212026-07-20T03:11:44.715Z Compiling terminal_size v0.4.3
4222026-07-20T03:11:45.229Z Compiling anstyle v1.0.14
4232026-07-20T03:11:45.276Z Compiling anstyle-query v1.1.5
4242026-07-20T03:11:45.293Z Compiling pretty-hex v0.4.1
4252026-07-20T03:11:45.384Z Compiling autocfg v1.5.0
4262026-07-20T03:11:45.402Z Compiling toml_write v0.1.2
4272026-07-20T03:11:45.434Z Compiling is_terminal_polyfill v1.70.2
4282026-07-20T03:11:45.436Z Compiling cfg-if v1.0.4
4292026-07-20T03:11:45.469Z Compiling thiserror v2.0.18
4302026-07-20T03:11:45.529Z Compiling pest_generator v2.8.6
4312026-07-20T03:11:45.546Z Compiling winnow v0.7.14
4322026-07-20T03:11:45.589Z Compiling colorchoice v1.0.4
4332026-07-20T03:11:45.713Z Compiling anstream v1.0.0
4342026-07-20T03:11:45.817Z Compiling fs-err v3.3.0
4352026-07-20T03:11:45.905Z Compiling heck v0.5.0
4362026-07-20T03:11:46.041Z Compiling bytecount v0.6.9
4372026-07-20T03:11:46.044Z Compiling fastrand v2.3.0
4382026-07-20T03:11:46.150Z Compiling strsim v0.11.1
4392026-07-20T03:11:46.186Z Compiling fnv v1.0.7
4402026-07-20T03:11:46.258Z Compiling clap_lex v1.0.0
4412026-07-20T03:11:46.293Z Compiling heck v0.4.1
4422026-07-20T03:11:46.332Z Compiling once_cell v1.21.3
4432026-07-20T03:11:46.349Z Compiling unicode-width v0.1.14
4442026-07-20T03:11:46.491Z Compiling anyhow v1.0.102
4452026-07-20T03:11:46.511Z Compiling clap_builder v4.6.0
4462026-07-20T03:11:46.527Z Compiling tempfile v3.25.0
4472026-07-20T03:11:46.661Z Compiling papergrid v0.11.0
4482026-07-20T03:11:46.691Z Compiling semver v1.0.28
4492026-07-20T03:11:46.961Z Compiling cargo-platform v0.3.2
4502026-07-20T03:11:46.985Z Compiling tabled_derive v0.7.0
4512026-07-20T03:11:47.046Z Compiling memmap v0.7.0
4522026-07-20T03:11:47.073Z Compiling smawk v0.3.2
4532026-07-20T03:11:47.132Z Compiling unicode-linebreak v0.1.5
4542026-07-20T03:11:47.217Z Compiling unicode-width v0.2.0
4552026-07-20T03:11:47.257Z Compiling camino-tempfile v1.4.1
4562026-07-20T03:11:47.271Z Compiling serde_derive v1.0.228
4572026-07-20T03:11:47.394Z Compiling thiserror-impl v1.0.69
4582026-07-20T03:11:47.509Z Compiling zerocopy-derive v0.7.35
4592026-07-20T03:11:47.528Z Compiling pest_derive v2.8.6
4602026-07-20T03:11:47.636Z Compiling scroll_derive v0.12.1
4612026-07-20T03:11:47.944Z Compiling thiserror-impl v2.0.18
4622026-07-20T03:11:48.010Z Compiling clap_derive v4.6.1
4632026-07-20T03:11:48.168Z Compiling tabled v0.15.0
4642026-07-20T03:11:48.328Z Compiling scroll v0.12.0
4652026-07-20T03:11:48.411Z Compiling zerocopy v0.7.35
4662026-07-20T03:11:48.623Z Compiling goblin v0.8.2
4672026-07-20T03:11:48.834Z Compiling dtrace-parser v0.2.0
4682026-07-20T03:11:48.980Z Compiling textwrap v0.16.2
4692026-07-20T03:11:49.456Z Compiling swrite v0.1.0
4702026-07-20T03:11:49.814Z Compiling clap v4.6.1
4712026-07-20T03:11:50.499Z Compiling serde_spanned v0.6.9
4722026-07-20T03:11:50.499Z Compiling toml_datetime v0.6.11
4732026-07-20T03:11:50.500Z Compiling macaddr v1.0.1
4742026-07-20T03:11:50.506Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-07-20T03:11:50.506Z Compiling cargo_metadata v0.23.1
4762026-07-20T03:11:50.583Z Compiling dof v0.3.0
4772026-07-20T03:11:50.600Z Compiling serde_tokenstream v0.2.3
4782026-07-20T03:11:50.722Z Compiling toml_edit v0.22.27
4792026-07-20T03:11:51.369Z Compiling usdt-attr-macro v0.5.0
4802026-07-20T03:11:51.372Z Compiling usdt-macro v0.5.0
4812026-07-20T03:11:52.031Z Compiling usdt v0.5.0
4822026-07-20T03:11:52.091Z Compiling toml v0.8.23
4832026-07-20T03:11:52.433Z Compiling cargo_toml v0.21.0
4842026-07-20T03:11:53.721Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-07-20T03:11:55.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
4862026-07-20T03:11:55.921Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-07-20T03:11:56.428Z Downloading crates ...
4882026-07-20T03:11:56.525Z Downloaded bitfield-struct v0.6.2
4892026-07-20T03:11:56.529Z Downloaded adler2 v2.0.1
4902026-07-20T03:11:56.545Z Downloaded blake2 v0.10.6
4912026-07-20T03:11:56.548Z Downloaded aes v0.9.1
4922026-07-20T03:11:56.548Z Downloaded defmt v0.3.100
4932026-07-20T03:11:56.548Z Downloaded bzip2 v0.6.1
4942026-07-20T03:11:56.551Z Downloaded block-buffer v0.12.1
4952026-07-20T03:11:56.551Z Downloaded crypto-common v0.2.2
4962026-07-20T03:11:56.554Z Downloaded base64 v0.22.1
4972026-07-20T03:11:56.557Z Downloaded async-trait v0.1.89
4982026-07-20T03:11:56.557Z Downloaded darling_macro v0.13.4
4992026-07-20T03:11:56.560Z Downloaded convert_case v0.4.0
5002026-07-20T03:11:56.560Z Downloaded assert_matches v1.5.0
5012026-07-20T03:11:56.560Z Downloaded base16ct v1.0.0
5022026-07-20T03:11:56.563Z Downloaded arc-swap v1.8.2
5032026-07-20T03:11:56.565Z Downloaded crc32fast v1.5.0
5042026-07-20T03:11:56.565Z Downloaded bit-vec v0.8.0
5052026-07-20T03:11:56.568Z Downloaded arrayvec v0.7.6
5062026-07-20T03:11:56.568Z Downloaded anstyle-parse v0.2.7
5072026-07-20T03:11:56.570Z Downloaded async-bb8-diesel v0.2.1
5082026-07-20T03:11:56.573Z Downloaded base16ct v0.2.0
5092026-07-20T03:11:56.573Z Downloaded atomic-waker v1.1.2
5102026-07-20T03:11:56.573Z Downloaded array-init v0.0.4
5112026-07-20T03:11:56.576Z Downloaded argon2 v0.6.0-rc.8
5122026-07-20T03:11:56.579Z Downloaded async-stream v0.3.6
5132026-07-20T03:11:56.582Z Downloaded curve25519-dalek-derive v0.1.1
5142026-07-20T03:11:56.582Z Downloaded bit-vec v0.6.3
5152026-07-20T03:11:56.582Z Downloaded arrayref v0.3.9
5162026-07-20T03:11:56.585Z Downloaded bb8 v0.8.6
5172026-07-20T03:11:56.585Z Downloaded async-recursion v1.1.1
5182026-07-20T03:11:56.588Z Downloaded dtrace-parser v0.3.0
5192026-07-20T03:11:56.591Z Downloaded cstr-argument v0.1.2
5202026-07-20T03:11:56.591Z Downloaded crc8 v0.1.1
5212026-07-20T03:11:56.594Z Downloaded bit-set v0.8.0
5222026-07-20T03:11:56.594Z Downloaded bcrypt-pbkdf v0.11.0
5232026-07-20T03:11:56.596Z Downloaded bit-set v0.5.3
5242026-07-20T03:11:56.599Z Downloaded atty v0.2.14
5252026-07-20T03:11:56.602Z Downloaded debug-ignore v1.0.5
5262026-07-20T03:11:56.602Z Downloaded darling_macro v0.23.0
5272026-07-20T03:11:56.605Z Downloaded crunchy v0.2.4
5282026-07-20T03:11:56.605Z Downloaded bitflags v1.3.2
5292026-07-20T03:11:56.605Z Downloaded ascii-canvas v3.0.0
5302026-07-20T03:11:56.608Z Downloaded async-stream-impl v0.3.6
5312026-07-20T03:11:56.608Z Downloaded atomicwrites v0.4.4
5322026-07-20T03:11:56.608Z Downloaded aead v0.5.2
5332026-07-20T03:11:56.613Z Downloaded crc v3.4.0
5342026-07-20T03:11:56.616Z Downloaded darling_macro v0.21.3
5352026-07-20T03:11:56.616Z Downloaded compression-core v0.4.31
5362026-07-20T03:11:56.616Z Downloaded ciborium-io v0.2.2
5372026-07-20T03:11:56.616Z Downloaded block-padding v0.4.2
5382026-07-20T03:11:56.620Z Downloaded darling_macro v0.20.11
5392026-07-20T03:11:56.620Z Downloaded crucible-workspace-hack v0.1.0
5402026-07-20T03:11:56.620Z Downloaded crc-catalog v2.4.0
5412026-07-20T03:11:56.623Z Downloaded dirs-sys-next v0.1.2
5422026-07-20T03:11:56.626Z Downloaded allocator-api2 v0.2.21
5432026-07-20T03:11:56.626Z Downloaded dropshot-api-manager-types v0.7.2
5442026-07-20T03:11:56.628Z Downloaded cobs v0.3.0
5452026-07-20T03:11:56.629Z Downloaded cfg_aliases v0.1.1
5462026-07-20T03:11:56.631Z Downloaded bitfield-macros v0.19.4
5472026-07-20T03:11:56.631Z Downloaded bcs v0.1.6
5482026-07-20T03:11:56.634Z Downloaded embedded-io v0.4.0
5492026-07-20T03:11:56.637Z Downloaded dirs-next v2.0.0
5502026-07-20T03:11:56.637Z Downloaded ciborium-ll v0.2.2
5512026-07-20T03:11:56.637Z Downloaded cfg_aliases v0.2.1
5522026-07-20T03:11:56.640Z Downloaded castaway v0.2.4
5532026-07-20T03:11:56.640Z Downloaded derive_builder_macro v0.20.2
5542026-07-20T03:11:56.640Z Downloaded cpubits v0.1.1
5552026-07-20T03:11:56.642Z Downloaded dsl_auto_type v0.2.0
5562026-07-20T03:11:56.642Z Downloaded document-features v0.2.12
5572026-07-20T03:11:56.648Z Downloaded defmt-parser v1.0.0
5582026-07-20T03:11:56.655Z Downloaded dyn-clone v1.0.20
5592026-07-20T03:11:56.657Z Downloaded dof v0.4.0
5602026-07-20T03:11:56.660Z Downloaded downcast-rs v2.0.2
5612026-07-20T03:11:56.660Z Downloaded env_filter v1.0.0
5622026-07-20T03:11:56.660Z Downloaded enum-as-inner v0.6.1
5632026-07-20T03:11:56.663Z Downloaded fd-lock v4.0.4
5642026-07-20T03:11:56.667Z Downloaded dunce v1.0.5
5652026-07-20T03:11:56.672Z Downloaded base64ct v1.8.3
5662026-07-20T03:11:56.675Z Downloaded diesel_table_macro_syntax v0.3.0
5672026-07-20T03:11:56.675Z Downloaded bs58 v0.5.1
5682026-07-20T03:11:56.675Z Downloaded backoff v0.4.0
5692026-07-20T03:11:56.677Z Downloaded argon2 v0.5.3
5702026-07-20T03:11:56.677Z Downloaded embedded-io v0.6.1
5712026-07-20T03:11:56.680Z Downloaded either v1.15.0
5722026-07-20T03:11:56.680Z Downloaded csv-core v0.1.13
5732026-07-20T03:11:56.680Z Downloaded critical-section v1.2.0
5742026-07-20T03:11:56.683Z Downloaded diesel-dtrace v0.5.0
5752026-07-20T03:11:56.683Z Downloaded float-cmp v0.10.0
5762026-07-20T03:11:56.686Z Downloaded cpufeatures v0.3.0
5772026-07-20T03:11:56.686Z Downloaded ahash v0.8.12
5782026-07-20T03:11:56.689Z Downloaded endian-type v0.1.2
5792026-07-20T03:11:56.689Z Downloaded display-error-chain v0.2.2
5802026-07-20T03:11:56.689Z Downloaded daft-derive v0.1.7
5812026-07-20T03:11:56.692Z Downloaded digest v0.11.3
5822026-07-20T03:11:56.694Z Downloaded foreign-types v0.5.0
5832026-07-20T03:11:56.694Z Downloaded futures-sink v0.3.32
5842026-07-20T03:11:56.694Z Downloaded futures-macro v0.3.32
5852026-07-20T03:11:56.697Z Downloaded futures-io v0.3.32
5862026-07-20T03:11:56.697Z Downloaded foreign-types-shared v0.3.1
5872026-07-20T03:11:56.697Z Downloaded foreign-types-shared v0.1.1
5882026-07-20T03:11:56.697Z Downloaded foreign-types-macros v0.2.3
5892026-07-20T03:11:56.699Z Downloaded foreign-types v0.3.2
5902026-07-20T03:11:56.699Z Downloaded ctutils v0.4.2
5912026-07-20T03:11:56.702Z Downloaded ghash v0.6.0
5922026-07-20T03:11:56.702Z Downloaded globwalk v0.9.1
5932026-07-20T03:11:56.705Z Downloaded funty v2.0.0
5942026-07-20T03:11:56.705Z Downloaded digest-io v0.1.0
5952026-07-20T03:11:56.705Z Downloaded delegate v0.13.5
5962026-07-20T03:11:56.707Z Downloaded defmt-macros v1.0.1
5972026-07-20T03:11:56.710Z Downloaded constant_time_eq v0.4.2
5982026-07-20T03:11:56.710Z Downloaded derive_builder_core v0.20.2
5992026-07-20T03:11:56.712Z Downloaded anstream v0.6.21
6002026-07-20T03:11:56.712Z Downloaded convert_case v0.10.0
6012026-07-20T03:11:56.715Z Downloaded cmake v0.1.57
6022026-07-20T03:11:56.715Z Downloaded camino-tempfile-ext v0.3.3
6032026-07-20T03:11:56.718Z Downloaded difflib v0.4.0
6042026-07-20T03:11:56.718Z Downloaded ed25519 v2.2.3
6052026-07-20T03:11:56.721Z Downloaded displaydoc v0.2.5
6062026-07-20T03:11:56.721Z Downloaded aead v0.6.1
6072026-07-20T03:11:56.723Z Downloaded cipher v0.5.2
6082026-07-20T03:11:56.723Z Downloaded deranged v0.5.8
6092026-07-20T03:11:56.726Z Downloaded filetime v0.2.27
6102026-07-20T03:11:56.726Z Downloaded enum_dispatch v0.3.13
6112026-07-20T03:11:56.729Z Downloaded futures-task v0.3.32
6122026-07-20T03:11:56.731Z Downloaded float-ord v0.3.2
6132026-07-20T03:11:56.732Z Downloaded const_format_proc_macros v0.2.34
6142026-07-20T03:11:56.732Z Downloaded ed25519 v3.0.0
6152026-07-20T03:11:56.734Z Downloaded gethostname v0.5.0
6162026-07-20T03:11:56.734Z Downloaded darling v0.13.4
6172026-07-20T03:11:56.737Z Downloaded env_logger v0.11.9
6182026-07-20T03:11:56.737Z Downloaded der_derive v0.7.3
6192026-07-20T03:11:56.739Z Downloaded cmov v0.5.4
6202026-07-20T03:11:56.739Z Downloaded derive_builder v0.20.2
6212026-07-20T03:11:56.742Z Downloaded erased-serde v0.3.31
6222026-07-20T03:11:56.745Z Downloaded fixedbitset v0.4.2
6232026-07-20T03:11:56.747Z Downloaded console v0.15.11
6242026-07-20T03:11:56.747Z Downloaded ena v0.14.4
6252026-07-20T03:11:56.750Z Downloaded fallible-iterator v0.2.0
6262026-07-20T03:11:56.750Z Downloaded ciborium v0.2.2
6272026-07-20T03:11:56.752Z Downloaded darling v0.23.0
6282026-07-20T03:11:56.755Z Downloaded hash32 v0.3.1
6292026-07-20T03:11:56.755Z Downloaded hash32 v0.2.1
6302026-07-20T03:11:56.757Z Downloaded ff v0.13.1
6312026-07-20T03:11:56.757Z Downloaded git-stub v1.0.0
6322026-07-20T03:11:56.760Z Downloaded fixedbitset v0.5.7
6332026-07-20T03:11:56.760Z Downloaded ff v0.14.0
6342026-07-20T03:11:56.764Z Downloaded hex-literal v1.1.0
6352026-07-20T03:11:56.764Z Downloaded hex v0.4.3
6362026-07-20T03:11:56.766Z Downloaded headers-core v0.3.0
6372026-07-20T03:11:56.767Z Downloaded foldhash v0.1.5
6382026-07-20T03:11:56.767Z Downloaded find-msvc-tools v0.1.9
6392026-07-20T03:11:56.770Z Downloaded foldhash v0.2.0
6402026-07-20T03:11:56.770Z Downloaded futures-executor v0.3.32
6412026-07-20T03:11:56.770Z Downloaded const-oid v0.9.6
6422026-07-20T03:11:56.772Z Downloaded crossterm v0.29.0
6432026-07-20T03:11:56.776Z Downloaded ecdsa v0.17.0-rc.18
6442026-07-20T03:11:56.781Z Downloaded ecdsa v0.16.9
6452026-07-20T03:11:56.783Z Downloaded console v0.16.2
6462026-07-20T03:11:56.783Z Downloaded cipher v0.4.4
6472026-07-20T03:11:56.783Z Downloaded chacha20 v0.10.0
6482026-07-20T03:11:56.783Z Downloaded fs_extra v1.3.0
6492026-07-20T03:11:56.788Z Downloaded blake2 v0.11.0-rc.6
6502026-07-20T03:11:56.791Z Downloaded cbc v0.2.1
6512026-07-20T03:11:56.791Z Downloaded hostname v0.3.1
6522026-07-20T03:11:56.791Z Downloaded http-range v0.1.5
6532026-07-20T03:11:56.791Z Downloaded hubpack_derive v0.1.1
6542026-07-20T03:11:56.794Z Downloaded httpdate v1.0.3
6552026-07-20T03:11:56.794Z Downloaded hostname v0.4.2
6562026-07-20T03:11:56.794Z Downloaded hubpack v0.1.2
6572026-07-20T03:11:56.796Z Downloaded group v0.13.0
6582026-07-20T03:11:56.796Z Downloaded clang-sys v1.8.1
6592026-07-20T03:11:56.799Z Downloaded home v0.5.12
6602026-07-20T03:11:56.799Z Downloaded globset v0.4.18
6612026-07-20T03:11:56.802Z Downloaded backon v1.6.0
6622026-07-20T03:11:56.802Z Downloaded glob v0.3.3
6632026-07-20T03:11:56.804Z Downloaded crossbeam-epoch v0.9.18
6642026-07-20T03:11:56.804Z Downloaded compact_str v0.8.1
6652026-07-20T03:11:56.807Z Downloaded colored v3.1.1
6662026-07-20T03:11:56.809Z Downloaded diff v0.1.13
6672026-07-20T03:11:56.813Z Downloaded cookie_store v0.22.1
6682026-07-20T03:11:56.813Z Downloaded illumos-nvpair-sys v0.2.0
6692026-07-20T03:11:56.813Z Downloaded group v0.14.0
6702026-07-20T03:11:56.816Z Downloaded bitfield v0.19.4
6712026-07-20T03:11:56.816Z Downloaded ctr v0.10.1
6722026-07-20T03:11:56.816Z Downloaded crossbeam-utils v0.8.21
6732026-07-20T03:11:56.830Z Downloaded darling v0.20.11
6742026-07-20T03:11:56.830Z Downloaded fs-err v2.11.0
6752026-07-20T03:11:56.830Z Downloaded cookie v0.18.1
6762026-07-20T03:11:56.830Z Downloaded indoc v1.0.9
6772026-07-20T03:11:56.830Z Downloaded illumos-nvpair v0.3.0
6782026-07-20T03:11:56.830Z Downloaded is-terminal v0.4.17
6792026-07-20T03:11:56.830Z Downloaded instant v0.1.13
6802026-07-20T03:11:56.830Z Downloaded byte-wrapper v0.1.0
6812026-07-20T03:11:56.830Z Downloaded compression-codecs v0.4.37
6822026-07-20T03:11:56.835Z Downloaded chacha20 v0.9.1
6832026-07-20T03:11:56.835Z Downloaded idna_adapter v1.2.1
6842026-07-20T03:11:56.835Z Downloaded kstat-rs v0.2.4
6852026-07-20T03:11:56.835Z Downloaded ident_case v1.0.1
6862026-07-20T03:11:56.838Z Downloaded kem v0.3.0
6872026-07-20T03:11:56.838Z Downloaded cexpr v0.6.0
6882026-07-20T03:11:56.838Z Downloaded cassowary v0.3.0
6892026-07-20T03:11:56.840Z Downloaded inout v0.1.4
6902026-07-20T03:11:56.840Z Downloaded derive-ex v0.1.8
6912026-07-20T03:11:56.840Z Downloaded inout v0.2.2
6922026-07-20T03:11:56.843Z Downloaded defmt v1.0.1
6932026-07-20T03:11:56.843Z Downloaded blowfish v0.10.0
6942026-07-20T03:11:56.846Z Downloaded instability v0.3.11
6952026-07-20T03:11:56.846Z Downloaded data-encoding v2.10.0
6962026-07-20T03:11:56.849Z Downloaded const-oid v0.10.2
6972026-07-20T03:11:56.849Z Downloaded colored v2.2.0
6982026-07-20T03:11:56.852Z Downloaded is_ci v1.2.0
6992026-07-20T03:11:56.852Z Downloaded bzip2 v0.4.4
7002026-07-20T03:11:56.854Z Downloaded lalrpop-util v0.19.12
7012026-07-20T03:11:56.855Z Downloaded http-body v1.0.1
7022026-07-20T03:11:56.855Z Downloaded getrandom v0.2.17
7032026-07-20T03:11:56.857Z Downloaded lazy_static v1.5.0
7042026-07-20T03:11:56.857Z Downloaded crc-any v2.5.0
7052026-07-20T03:11:56.860Z Downloaded http-body-util v0.1.3
7062026-07-20T03:11:56.860Z Downloaded git-stub-vcs v0.1.0
7072026-07-20T03:11:56.862Z Downloaded libscf-sys v1.1.0
7082026-07-20T03:11:56.862Z Downloaded cancel-safe-futures v0.1.5
7092026-07-20T03:11:56.865Z Downloaded futures-channel v0.3.32
7102026-07-20T03:11:56.869Z Downloaded elliptic-curve v0.14.0-rc.33
7112026-07-20T03:11:56.871Z Downloaded match_cfg v0.1.0
7122026-07-20T03:11:56.871Z Downloaded drift v0.2.0
7132026-07-20T03:11:56.876Z Downloaded maplit v1.0.2
7142026-07-20T03:11:56.878Z Downloaded managed v0.8.0
7152026-07-20T03:11:56.879Z Downloaded lru-cache v0.1.2
7162026-07-20T03:11:56.881Z Downloaded impl-trait-for-tuples v0.2.3
7172026-07-20T03:11:56.883Z Downloaded mime v0.3.17
7182026-07-20T03:11:56.883Z Downloaded memoffset v0.9.1
7192026-07-20T03:11:56.884Z Downloaded md5 v0.8.0
7202026-07-20T03:11:56.886Z Downloaded lru v0.12.5
7212026-07-20T03:11:56.886Z Downloaded hyper-staticfile v0.10.1
7222026-07-20T03:11:56.889Z Downloaded lzss v0.8.2
7232026-07-20T03:11:56.889Z Downloaded half v1.8.3
7242026-07-20T03:11:56.892Z Downloaded darling_core v0.21.3
7252026-07-20T03:11:56.895Z Downloaded lru-slab v0.1.2
7262026-07-20T03:11:56.895Z Downloaded hyper-tls v0.6.0
7272026-07-20T03:11:56.895Z Downloaded derive_more v0.99.20
7282026-07-20T03:11:56.897Z Downloaded ipnetwork v0.21.1
7292026-07-20T03:11:56.900Z Downloaded ipnet v2.11.0
7302026-07-20T03:11:56.900Z Downloaded internet-checksum v0.2.1
7312026-07-20T03:11:56.902Z Downloaded jobserver v0.1.34
7322026-07-20T03:11:56.902Z Downloaded md-5 v0.10.6
7332026-07-20T03:11:56.905Z Downloaded multimap v0.10.1
7342026-07-20T03:11:56.905Z Downloaded maybe-uninit v2.0.0
7352026-07-20T03:11:56.905Z Downloaded newtype_derive v0.1.6
7362026-07-20T03:11:56.907Z Downloaded newline-converter v0.3.0
7372026-07-20T03:11:56.907Z Downloaded nibble_vec v0.1.0
7382026-07-20T03:11:56.907Z Downloaded futures v0.3.32
7392026-07-20T03:11:56.910Z Downloaded new_debug_unreachable v1.0.6
7402026-07-20T03:11:56.913Z Downloaded getrandom v0.3.4
7412026-07-20T03:11:56.915Z Downloaded humantime v2.3.0
7422026-07-20T03:11:56.915Z Downloaded ingot v0.1.1
7432026-07-20T03:11:56.918Z Downloaded indoc v2.0.7
7442026-07-20T03:11:56.923Z Downloaded const_format v0.2.35
7452026-07-20T03:11:56.926Z Downloaded nodrop v0.1.14
7462026-07-20T03:11:56.926Z Downloaded libloading v0.8.9
7472026-07-20T03:11:56.926Z Downloaded ingot-types v0.1.2
7482026-07-20T03:11:56.926Z Downloaded hybrid-array v0.4.13
7492026-07-20T03:11:56.929Z Downloaded linear-map v1.2.0
7502026-07-20T03:11:56.929Z Downloaded newtype-uuid-macros v0.1.0
7512026-07-20T03:11:56.934Z Downloaded keccak v0.2.0
7522026-07-20T03:11:56.934Z Downloaded keccak v0.1.6
7532026-07-20T03:11:56.937Z Downloaded libsw-core v0.3.2
7542026-07-20T03:11:56.937Z Downloaded dropshot_endpoint v0.17.1
7552026-07-20T03:11:56.937Z Downloaded darling_core v0.13.4
7562026-07-20T03:11:56.940Z Downloaded libsw v3.5.0
7572026-07-20T03:11:56.943Z Downloaded indent_write v2.2.0
7582026-07-20T03:11:56.943Z Downloaded generic-array v1.4.3
7592026-07-20T03:11:56.943Z Downloaded chacha20poly1305 v0.10.1
7602026-07-20T03:11:56.945Z Downloaded derive-where v1.6.0
7612026-07-20T03:11:56.948Z Downloaded mime_guess v2.0.5
7622026-07-20T03:11:56.948Z Downloaded darling_core v0.23.0
7632026-07-20T03:11:56.951Z Downloaded normalize-line-endings v0.3.0
7642026-07-20T03:11:56.953Z Downloaded num-derive v0.3.3
7652026-07-20T03:11:56.954Z Downloaded num_threads v0.1.7
7662026-07-20T03:11:56.956Z Downloaded num-derive v0.4.2
7672026-07-20T03:11:56.956Z Downloaded flume v0.11.1
7682026-07-20T03:11:56.959Z Downloaded num-iter v0.1.45
7692026-07-20T03:11:56.961Z Downloaded half v2.7.1
7702026-07-20T03:11:56.961Z Downloaded lock_api v0.4.14
7712026-07-20T03:11:56.965Z Downloaded iana-time-zone v0.1.65
7722026-07-20T03:11:56.965Z Downloaded hyper-rustls v0.27.7
7732026-07-20T03:11:56.968Z Downloaded elliptic-curve v0.13.8
7742026-07-20T03:11:56.970Z Downloaded newtype-uuid v1.3.2
7752026-07-20T03:11:56.970Z Downloaded num_enum_derive v0.5.11
7762026-07-20T03:11:56.970Z Downloaded opaque-debug v0.3.1
7772026-07-20T03:11:56.973Z Downloaded multer v3.1.0
7782026-07-20T03:11:56.973Z Downloaded openssl-macros v0.1.1
7792026-07-20T03:11:56.975Z Downloaded olpc-cjson v0.1.4
7802026-07-20T03:11:56.975Z Downloaded native-tls v0.2.18
7812026-07-20T03:11:56.978Z Downloaded openssl-probe v0.1.6
7822026-07-20T03:11:56.978Z Downloaded nanorand v0.7.0
7832026-07-20T03:11:56.981Z Downloaded openssl-probe v0.2.1
7842026-07-20T03:11:56.981Z Downloaded bumpalo v3.20.2
7852026-07-20T03:11:56.983Z Downloaded oso-derive v0.27.3
7862026-07-20T03:11:56.997Z Downloaded module-lattice v0.2.3
7872026-07-20T03:11:57.000Z Downloaded base64 v0.21.7
7882026-07-20T03:11:57.005Z Downloaded ar_archive_writer v0.5.1
7892026-07-20T03:11:57.007Z Downloaded litemap v0.8.1
7902026-07-20T03:11:57.007Z Downloaded packed_struct_codegen v0.10.1
7912026-07-20T03:11:57.007Z Downloaded num v0.4.3
7922026-07-20T03:11:57.010Z Downloaded nu-ansi-term v0.50.3
7932026-07-20T03:11:57.010Z Downloaded parse-size v1.1.0
7942026-07-20T03:11:57.010Z Downloaded parse-display v0.10.0
7952026-07-20T03:11:57.013Z Downloaded nonempty v0.12.0
7962026-07-20T03:11:57.013Z Downloaded path-slash v0.1.5
7972026-07-20T03:11:57.015Z Downloaded memmap2 v0.9.10
7982026-07-20T03:11:57.015Z Downloaded crossbeam-channel v0.5.15
7992026-07-20T03:11:57.018Z Downloaded ingot-macros v0.1.1
8002026-07-20T03:11:57.020Z Downloaded cc v1.2.56
8012026-07-20T03:11:57.026Z Downloaded peg-runtime v0.8.5
8022026-07-20T03:11:57.026Z Downloaded bytes v1.11.1
8032026-07-20T03:11:57.029Z Downloaded num-conv v0.2.0
8042026-07-20T03:11:57.029Z Downloaded httparse v1.10.1
8052026-07-20T03:11:57.029Z Downloaded ed25519-dalek v2.2.0
8062026-07-20T03:11:57.029Z Downloaded hmac v0.12.1
8072026-07-20T03:11:57.032Z Downloaded num-complex v0.4.6
8082026-07-20T03:11:57.032Z Downloaded hmac v0.13.0
8092026-07-20T03:11:57.034Z Downloaded heapless v0.8.0
8102026-07-20T03:11:57.038Z Downloaded phf_shared v0.11.3
8112026-07-20T03:11:57.038Z Downloaded percent-encoding v2.3.2
8122026-07-20T03:11:57.038Z Downloaded num_enum v0.7.6
8132026-07-20T03:11:57.042Z Downloaded phf_shared v0.12.1
8142026-07-20T03:11:57.045Z Downloaded phf_shared v0.13.1
8152026-07-20T03:11:57.045Z Downloaded litrs v1.0.0
8162026-07-20T03:11:57.045Z Downloaded derive_more-impl v2.1.1
8172026-07-20T03:11:57.048Z Downloaded libefi-sys v0.1.0
8182026-07-20T03:11:57.051Z Downloaded libbz2-rs-sys v0.2.2
8192026-07-20T03:11:57.053Z Downloaded num-integer v0.1.46
8202026-07-20T03:11:57.053Z Downloaded crypto-bigint v0.5.5
8212026-07-20T03:11:57.056Z Downloaded num_enum_derive v0.7.6
8222026-07-20T03:11:57.059Z Downloaded owo-colors v4.3.0
8232026-07-20T03:11:57.059Z Downloaded darling_core v0.20.11
8242026-07-20T03:11:57.062Z Downloaded highway v1.3.0
8252026-07-20T03:11:57.065Z Downloaded fatfs v0.3.6
8262026-07-20T03:11:57.067Z Downloaded potential_utf v0.1.4
8272026-07-20T03:11:57.067Z Downloaded parking_lot_core v0.8.6
8282026-07-20T03:11:57.071Z Downloaded oxide-tokio-rt v0.1.4
8292026-07-20T03:11:57.071Z Downloaded darling v0.21.3
8302026-07-20T03:11:57.074Z Downloaded icu_provider v2.1.1
8312026-07-20T03:11:57.074Z Downloaded heapless v0.7.17
8322026-07-20T03:11:57.077Z Downloaded oxnet v0.1.6
8332026-07-20T03:11:57.080Z Downloaded precomputed-hash v0.1.1
8342026-07-20T03:11:57.080Z Downloaded powerfmt v0.2.0
8352026-07-20T03:11:57.080Z Downloaded indexmap v1.9.3
8362026-07-20T03:11:57.083Z Downloaded proc-macro-crate v1.3.1
8372026-07-20T03:11:57.083Z Downloaded predicates-core v1.0.10
8382026-07-20T03:11:57.083Z Downloaded headers v0.4.1
8392026-07-20T03:11:57.086Z Downloaded pem-rfc7468 v0.7.0
8402026-07-20T03:11:57.089Z Downloaded parse-display-derive v0.10.0
8412026-07-20T03:11:57.089Z Downloaded paste v1.0.15
8422026-07-20T03:11:57.092Z Downloaded pem v3.0.6
8432026-07-20T03:11:57.092Z Downloaded peg v0.8.5
8442026-07-20T03:11:57.095Z Downloaded phc v0.6.1
8452026-07-20T03:11:57.098Z Downloaded predicates-tree v1.0.13
8462026-07-20T03:11:57.098Z Downloaded progenitor-client v0.14.0
8472026-07-20T03:11:57.098Z Downloaded proc-macro-crate v3.4.0
8482026-07-20T03:11:57.101Z Downloaded phf v0.13.1
8492026-07-20T03:11:57.101Z Downloaded phf v0.12.1
8502026-07-20T03:11:57.101Z Downloaded peg-macros v0.8.5
8512026-07-20T03:11:57.104Z Downloaded pbkdf2 v0.13.0
8522026-07-20T03:11:57.104Z Downloaded password-hash v0.6.1
8532026-07-20T03:11:57.104Z Downloaded ml-kem v0.3.2
8542026-07-20T03:11:57.107Z Downloaded hickory-resolver v0.25.2
8552026-07-20T03:11:57.110Z Downloaded ed25519-dalek v3.0.0-rc.0
8562026-07-20T03:11:57.112Z Downloaded derive_more v2.1.1
8572026-07-20T03:11:57.116Z Downloaded pin-project-lite v0.2.17
8582026-07-20T03:11:57.123Z Downloaded psl-types v2.0.11
8592026-07-20T03:11:57.125Z Downloaded pkg-config v0.3.32
8602026-07-20T03:11:57.125Z Downloaded progenitor-macro v0.13.0
8612026-07-20T03:11:57.125Z Downloaded radium v0.7.0
8622026-07-20T03:11:57.126Z Downloaded progenitor-macro v0.14.0
8632026-07-20T03:11:57.126Z Downloaded pem-rfc7468 v1.0.0
8642026-07-20T03:11:57.126Z Downloaded num-rational v0.4.2
8652026-07-20T03:11:57.128Z Downloaded pin-project-internal v1.1.11
8662026-07-20T03:11:57.128Z Downloaded password-hash v0.5.0
8672026-07-20T03:11:57.131Z Downloaded flate2 v1.1.9
8682026-07-20T03:11:57.133Z Downloaded der v0.7.10
8692026-07-20T03:11:57.136Z Downloaded hickory-resolver v0.24.4
8702026-07-20T03:11:57.140Z Downloaded diesel_derives v2.3.7
8712026-07-20T03:11:57.142Z Downloaded packed_struct v0.10.1
8722026-07-20T03:11:57.145Z Downloaded port-file v0.1.0
8732026-07-20T03:11:57.145Z Downloaded polyval v0.7.1
8742026-07-20T03:11:57.147Z Downloaded parking_lot v0.12.5
8752026-07-20T03:11:57.150Z Downloaded icu_normalizer_data v2.1.1
8762026-07-20T03:11:57.152Z Downloaded ignore v0.4.25
8772026-07-20T03:11:57.152Z Downloaded primeorder v0.14.0-rc.10
8782026-07-20T03:11:57.155Z Downloaded proc-macro-error2 v2.0.1
8792026-07-20T03:11:57.158Z Downloaded proc-macro-error-attr2 v2.0.0
8802026-07-20T03:11:57.158Z Downloaded parking_lot v0.11.2
8812026-07-20T03:11:57.163Z Downloaded icu_properties v2.1.2
8822026-07-20T03:11:57.165Z Downloaded icu_normalizer v2.1.1
8832026-07-20T03:11:57.165Z Downloaded predicates v3.1.4
8842026-07-20T03:11:57.168Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-07-20T03:11:57.168Z Downloaded recursive v0.1.1
8862026-07-20T03:11:57.168Z Downloaded rand_chacha v0.3.1
8872026-07-20T03:11:57.171Z Downloaded hashbrown v0.12.3
8882026-07-20T03:11:57.171Z Downloaded pkcs1 v0.7.5
8892026-07-20T03:11:57.174Z Downloaded ref-cast v1.0.25
8902026-07-20T03:11:57.176Z Downloaded progenitor v0.14.0
8912026-07-20T03:11:57.176Z Downloaded der v0.8.0
8922026-07-20T03:11:57.179Z Downloaded pkcs8 v0.10.2
8932026-07-20T03:11:57.182Z Downloaded progenitor-client v0.13.0
8942026-07-20T03:11:57.185Z Downloaded quick-error v1.2.3
8952026-07-20T03:11:57.185Z Downloaded pkcs8 v0.11.0
8962026-07-20T03:11:57.188Z Downloaded rfc6979 v0.5.0
8972026-07-20T03:11:57.188Z Downloaded ref-cast-impl v1.0.25
8982026-07-20T03:11:57.191Z Downloaded omicron-zone-package v0.12.3
8992026-07-20T03:11:57.191Z Downloaded rfc6979 v0.4.0
9002026-07-20T03:11:57.191Z Downloaded psm v0.1.30
9012026-07-20T03:11:57.193Z Downloaded jiff-static v0.2.21
9022026-07-20T03:11:57.196Z Downloaded icu_collections v2.1.1
9032026-07-20T03:11:57.199Z Downloaded poly1305 v0.8.0
9042026-07-20T03:11:57.202Z Downloaded oso v0.27.3
9052026-07-20T03:11:57.202Z Downloaded progenitor v0.13.0
9062026-07-20T03:11:57.205Z Downloaded primeorder v0.13.6
9072026-07-20T03:11:57.205Z Downloaded r2d2 v0.8.10
9082026-07-20T03:11:57.208Z Downloaded postcard v1.1.3
9092026-07-20T03:11:57.208Z Downloaded poly1305 v0.9.0
9102026-07-20T03:11:57.210Z Downloaded pkcs1 v0.8.0-rc.4
9112026-07-20T03:11:57.213Z Downloaded russh-util v0.52.0
9122026-07-20T03:11:57.213Z Downloaded russh-cryptovec v0.61.0
9132026-07-20T03:11:57.216Z Downloaded rustc_version v0.1.7
9142026-07-20T03:11:57.216Z Downloaded rustc-hash v2.1.1
9152026-07-20T03:11:57.216Z Downloaded rtoolbox v0.0.3
9162026-07-20T03:11:57.218Z Downloaded ppv-lite86 v0.2.21
9172026-07-20T03:11:57.218Z Downloaded postgres-protocol v0.6.10
9182026-07-20T03:11:57.221Z Downloaded sapling-renderdag v0.1.0
9192026-07-20T03:11:57.221Z Downloaded same-file v1.0.6
9202026-07-20T03:11:57.225Z Downloaded num_enum v0.5.11
9212026-07-20T03:11:57.228Z Downloaded parking_lot_core v0.9.12
9222026-07-20T03:11:57.228Z Downloaded num-traits v0.2.19
9232026-07-20T03:11:57.230Z Downloaded rand_core v0.6.4
9242026-07-20T03:11:57.230Z Downloaded indicatif v0.18.4
9252026-07-20T03:11:57.233Z Downloaded rand_core v0.9.5
9262026-07-20T03:11:57.233Z Downloaded scopeguard v1.2.0
9272026-07-20T03:11:57.233Z Downloaded papergrid v0.17.0
9282026-07-20T03:11:57.237Z Downloaded aho-corasick v1.1.4
9292026-07-20T03:11:57.239Z Downloaded icu_locale_core v2.1.1
9302026-07-20T03:11:57.243Z Downloaded linked-hash-map v0.5.6
9312026-07-20T03:11:57.245Z Downloaded scheduled-thread-pool v0.2.7
9322026-07-20T03:11:57.246Z Downloaded primefield v0.14.0
9332026-07-20T03:11:57.248Z Downloaded rand_xorshift v0.4.0
9342026-07-20T03:11:57.248Z Downloaded rand_seeder v0.4.0
9352026-07-20T03:11:57.248Z Downloaded scroll_derive v0.13.1
9362026-07-20T03:11:57.251Z Downloaded internal-russh-num-bigint v0.5.0
9372026-07-20T03:11:57.253Z Downloaded pin-project v1.1.11
9382026-07-20T03:11:57.259Z Downloaded hickory-server v0.25.2
9392026-07-20T03:11:57.262Z Downloaded rustc_version v0.4.1
9402026-07-20T03:11:57.266Z Downloaded crossterm v0.28.1
9412026-07-20T03:11:57.269Z Downloaded serde-big-array v0.5.1
9422026-07-20T03:11:57.269Z Downloaded seq-macro v0.3.6
9432026-07-20T03:11:57.271Z Downloaded serde_repr v0.1.20
9442026-07-20T03:11:57.271Z Downloaded semver v0.1.20
9452026-07-20T03:11:57.271Z Downloaded quinn-udp v0.5.14
9462026-07-20T03:11:57.274Z Downloaded serde_bytes v0.11.19
9472026-07-20T03:11:57.274Z Downloaded openssl-sys v0.9.115
9482026-07-20T03:11:57.277Z Downloaded pkcs5 v0.8.1
9492026-07-20T03:11:57.279Z Downloaded miniz_oxide v0.8.9
9502026-07-20T03:11:57.283Z Downloaded p256 v0.14.0-rc.10
9512026-07-20T03:11:57.286Z Downloaded rand_core v0.10.0
9522026-07-20T03:11:57.286Z Downloaded http v1.4.2
9532026-07-20T03:11:57.289Z Downloaded secrecy v0.10.3
9542026-07-20T03:11:57.289Z Downloaded secrecy v0.8.0
9552026-07-20T03:11:57.289Z Downloaded resolv-conf v0.7.6
9562026-07-20T03:11:57.292Z Downloaded rpassword v7.5.4
9572026-07-20T03:11:57.292Z Downloaded serde_plain v1.0.2
9582026-07-20T03:11:57.292Z Downloaded serde_spanned v1.1.1
9592026-07-20T03:11:57.295Z Downloaded expectorate v1.2.0
9602026-07-20T03:11:57.295Z Downloaded rand_chacha v0.9.0
9612026-07-20T03:11:57.297Z Downloaded des v0.9.0
9622026-07-20T03:11:57.297Z Downloaded daft v0.1.7
9632026-07-20T03:11:57.300Z Downloaded signature v2.2.0
9642026-07-20T03:11:57.300Z Downloaded sha1 v0.11.0
9652026-07-20T03:11:57.306Z Downloaded sha1 v0.10.6
9662026-07-20T03:11:57.306Z Downloaded rusty-fork v0.3.1
9672026-07-20T03:11:57.306Z Downloaded rustversion v1.0.22
9682026-07-20T03:11:57.310Z Downloaded postgres-types v0.2.12
9692026-07-20T03:11:57.310Z Downloaded corncobs v0.1.4
9702026-07-20T03:11:57.311Z Downloaded fxhash v0.2.1
9712026-07-20T03:11:57.313Z Downloaded futures-core v0.3.32
9722026-07-20T03:11:57.325Z Downloaded signal-hook-mio v0.2.5
9732026-07-20T03:11:57.325Z Downloaded shell-words v1.1.1
9742026-07-20T03:11:57.325Z Downloaded form_urlencoded v1.2.2
9752026-07-20T03:11:57.325Z Downloaded flagset v0.4.7
9762026-07-20T03:11:57.325Z Downloaded signal-hook-tokio v0.3.1
9772026-07-20T03:11:57.326Z Downloaded p384 v0.14.0-rc.10
9782026-07-20T03:11:57.326Z Downloaded prefix-trie v0.7.0
9792026-07-20T03:11:57.326Z Downloaded minimal-lexical v0.2.1
9802026-07-20T03:11:57.326Z Downloaded progenitor-extras v0.2.0
9812026-07-20T03:11:57.330Z Downloaded sigpipe v0.1.3
9822026-07-20T03:11:57.330Z Downloaded crossbeam-deque v0.8.6
9832026-07-20T03:11:57.330Z Downloaded dropshot-api-manager v0.7.2
9842026-07-20T03:11:57.330Z Downloaded slog-envlogger v2.2.0
9852026-07-20T03:11:57.330Z Downloaded scroll v0.13.0
9862026-07-20T03:11:57.337Z Downloaded schemars_derive v0.8.22
9872026-07-20T03:11:57.337Z Downloaded buf-list v1.1.2
9882026-07-20T03:11:57.337Z Downloaded progenitor-impl v0.14.0
9892026-07-20T03:11:57.347Z Downloaded async-compression v0.4.41
9902026-07-20T03:11:57.347Z Downloaded signature v3.0.0
9912026-07-20T03:11:57.347Z Downloaded serde_derive_internals v0.29.1
9922026-07-20T03:11:57.347Z Downloaded serde-hex v0.1.0
9932026-07-20T03:11:57.347Z Downloaded scrypt v0.12.0
9942026-07-20T03:11:57.356Z Downloaded siphasher v1.0.2
9952026-07-20T03:11:57.356Z Downloaded slog-bunyan v2.5.0
9962026-07-20T03:11:57.361Z Downloaded sec1 v0.8.1
9972026-07-20T03:11:57.362Z Downloaded hyper-util v0.1.20
9982026-07-20T03:11:57.362Z Downloaded sec1 v0.7.3
9992026-07-20T03:11:57.362Z Downloaded rustls-pemfile v2.2.0
10002026-07-20T03:11:57.367Z Downloaded rustls-native-certs v0.8.3
10012026-07-20T03:11:57.372Z Downloaded rustls-pki-types v1.14.0
10022026-07-20T03:11:57.372Z Downloaded serde_with_macros v1.5.2
10032026-07-20T03:11:57.378Z Downloaded serde_urlencoded v0.7.1
10042026-07-20T03:11:57.378Z Downloaded salsa20 v0.11.0
10052026-07-20T03:11:57.378Z Downloaded serde_path_to_error v0.1.20
10062026-07-20T03:11:57.378Z Downloaded aws-lc-rs v1.16.3
10072026-07-20T03:11:57.381Z Downloaded serdect v0.4.3
10082026-07-20T03:11:57.381Z Downloaded aes-gcm v0.11.0
10092026-07-20T03:11:57.385Z Downloaded shlex v1.3.0
10102026-07-20T03:11:57.402Z Downloaded hashbrown v0.13.2
10112026-07-20T03:11:57.403Z Downloaded stable_deref_trait v1.2.1
10122026-07-20T03:11:57.403Z Downloaded itertools v0.10.5
10132026-07-20T03:11:57.415Z Downloaded pretty_assertions v1.4.1
10142026-07-20T03:11:57.415Z Downloaded strum v0.27.2
10152026-07-20T03:11:57.415Z Downloaded strum v0.26.3
10162026-07-20T03:11:57.415Z Downloaded strip-ansi-escapes v0.2.1
10172026-07-20T03:11:57.415Z Downloaded progenitor-impl v0.13.0
10182026-07-20T03:11:57.416Z Downloaded strsim v0.10.0
10192026-07-20T03:11:57.425Z Downloaded slog-json v2.6.1
10202026-07-20T03:11:57.425Z Downloaded structmeta-derive v0.3.0
10212026-07-20T03:11:57.425Z Downloaded structmeta v0.3.0
10222026-07-20T03:11:57.425Z Downloaded simd-adler32 v0.3.8
10232026-07-20T03:11:57.425Z Downloaded slog-scope v4.4.1
10242026-07-20T03:11:57.437Z Downloaded slog-term v2.9.2
10252026-07-20T03:11:57.437Z Downloaded ron v0.8.1
10262026-07-20T03:11:57.437Z Downloaded subtle v2.6.1
10272026-07-20T03:11:57.438Z Downloaded tabwriter v1.4.1
10282026-07-20T03:11:57.438Z Downloaded supports-color v3.0.2
10292026-07-20T03:11:57.438Z Downloaded slog-stdlog v4.1.1
10302026-07-20T03:11:57.462Z Downloaded tagptr v0.2.0
10312026-07-20T03:11:57.463Z Downloaded tap v1.0.1
10322026-07-20T03:11:57.463Z Downloaded take_mut v0.2.2
10332026-07-20T03:11:57.463Z Downloaded sync-ptr v0.1.4
10342026-07-20T03:11:57.463Z Downloaded tabled_derive v0.11.0
10352026-07-20T03:11:57.464Z Downloaded smf v0.2.3
10362026-07-20T03:11:57.464Z Downloaded slog-async v2.8.0
10372026-07-20T03:11:57.464Z Downloaded smallvec v0.6.14
10382026-07-20T03:11:57.464Z Downloaded slog-dtrace v0.3.0
10392026-07-20T03:11:57.464Z Downloaded slab v0.4.12
10402026-07-20T03:11:57.465Z Downloaded mio v1.2.0
10412026-07-20T03:11:57.496Z Downloaded rustls-platform-verifier v0.6.2
10422026-07-20T03:11:57.496Z Downloaded serde_with_macros v3.21.0
10432026-07-20T03:11:57.496Z Downloaded snafu-derive v0.8.9
10442026-07-20T03:11:57.496Z Downloaded testing_table v0.3.0
10452026-07-20T03:11:57.496Z Downloaded nom v7.1.3
10462026-07-20T03:11:57.496Z Downloaded spki v0.8.0
10472026-07-20T03:11:57.496Z Downloaded rcgen v0.12.1
10482026-07-20T03:11:57.496Z Downloaded hashbrown v0.16.1
10492026-07-20T03:11:57.496Z Downloaded ssh-cipher v0.3.0-rc.9
10502026-07-20T03:11:57.496Z Downloaded thread-id v5.1.0
10512026-07-20T03:11:57.496Z Downloaded termtree v0.5.1
10522026-07-20T03:11:57.497Z Downloaded sqlparser_derive v0.5.0
10532026-07-20T03:11:57.497Z Downloaded sqlformat v0.3.5
10542026-07-20T03:11:57.497Z Downloaded string_cache v0.8.9
10552026-07-20T03:11:57.497Z Downloaded ssh-encoding v0.3.0-rc.9
10562026-07-20T03:11:57.505Z Downloaded stringprep v0.1.5
10572026-07-20T03:11:57.505Z Downloaded stacker v0.1.23
10582026-07-20T03:11:57.505Z Downloaded thiserror-impl-no-std v2.0.2
10592026-07-20T03:11:57.505Z Downloaded hashbrown v0.15.5
10602026-07-20T03:11:57.505Z Downloaded sha2 v0.11.0
10612026-07-20T03:11:57.505Z Downloaded tinyvec_macros v0.1.1
10622026-07-20T03:11:57.505Z Downloaded num-bigint v0.4.6
10632026-07-20T03:11:57.506Z Downloaded time-core v0.1.8
10642026-07-20T03:11:57.506Z Downloaded strum_macros v0.26.4
10652026-07-20T03:11:57.506Z Downloaded strum_macros v0.24.3
10662026-07-20T03:11:57.506Z Downloaded rayon-core v1.13.0
10672026-07-20T03:11:57.506Z Downloaded quinn v0.11.9
10682026-07-20T03:11:57.515Z Downloaded support-bundle-viewer v0.1.2
10692026-07-20T03:11:57.516Z Downloaded strum_macros v0.27.2
10702026-07-20T03:11:57.516Z Downloaded qorb v0.4.1
10712026-07-20T03:11:57.516Z Downloaded tokio-macros v2.7.0
10722026-07-20T03:11:57.516Z Downloaded tokio-test v0.4.5
10732026-07-20T03:11:57.517Z Downloaded smallvec v1.15.1
10742026-07-20T03:11:57.517Z Downloaded serde_cbor v0.11.2
10752026-07-20T03:11:57.517Z Downloaded sync_wrapper v1.0.2
10762026-07-20T03:11:57.517Z Downloaded signal-hook-registry v1.4.8
10772026-07-20T03:11:57.535Z Downloaded schemars v0.8.22
10782026-07-20T03:11:57.535Z Downloaded synstructure v0.13.2
10792026-07-20T03:11:57.536Z Downloaded rand v0.8.6
10802026-07-20T03:11:57.548Z Downloaded publicsuffix v2.3.0
10812026-07-20T03:11:57.548Z Downloaded spki v0.7.3
10822026-07-20T03:11:57.548Z Downloaded ryu v1.0.23
10832026-07-20T03:11:57.548Z Downloaded spin v0.9.8
10842026-07-20T03:11:57.548Z Downloaded try-lock v0.2.5
10852026-07-20T03:11:57.549Z Downloaded termios v0.3.3
10862026-07-20T03:11:57.549Z Downloaded p521 v0.14.0-rc.10
10872026-07-20T03:11:57.561Z Downloaded trait-variant v0.1.2
10882026-07-20T03:11:57.561Z Downloaded idna v1.1.0
10892026-07-20T03:11:57.561Z Downloaded prettyplease v0.2.37
10902026-07-20T03:11:57.561Z Downloaded tower-layer v0.3.3
10912026-07-20T03:11:57.561Z Downloaded itertools v0.12.1
10922026-07-20T03:11:57.561Z Downloaded signal-hook v0.3.18
10932026-07-20T03:11:57.569Z Downloaded hyper v1.10.1
10942026-07-20T03:11:57.570Z Downloaded itertools v0.13.0
10952026-07-20T03:11:57.570Z Downloaded tower-service v0.3.3
10962026-07-20T03:11:57.570Z Downloaded tinystr v0.8.2
10972026-07-20T03:11:57.570Z Downloaded thiserror-no-std v2.0.2
10982026-07-20T03:11:57.578Z Downloaded tiny-keccak v2.0.2
10992026-07-20T03:11:57.578Z Downloaded libxml v0.3.3
11002026-07-20T03:11:57.578Z Downloaded unarray v0.1.4
11012026-07-20T03:11:57.578Z Downloaded itertools v0.14.0
11022026-07-20T03:11:57.583Z Downloaded tls_codec v0.4.2
11032026-07-20T03:11:57.583Z Downloaded slog v2.8.2
11042026-07-20T03:11:57.583Z Downloaded tokio-tungstenite v0.21.0
11052026-07-20T03:11:57.588Z Downloaded unit-prefix v0.5.2
11062026-07-20T03:11:57.588Z Downloaded tokio-tungstenite v0.23.1
11072026-07-20T03:11:57.588Z Downloaded unicode-xid v0.2.6
11082026-07-20T03:11:57.588Z Downloaded untrusted v0.9.0
11092026-07-20T03:11:57.588Z Downloaded universal-hash v0.6.1
11102026-07-20T03:11:57.591Z Downloaded tokio-native-tls v0.3.1
11112026-07-20T03:11:57.591Z Downloaded usdt-attr-macro v0.6.0
11122026-07-20T03:11:57.591Z Downloaded universal-hash v0.5.1
11132026-07-20T03:11:57.591Z Downloaded tokio-dtrace v0.1.1
11142026-07-20T03:11:57.591Z Downloaded tls_codec_derive v0.4.2
11152026-07-20T03:11:57.594Z Downloaded blake3 v1.8.5
11162026-07-20T03:11:57.598Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-20T03:11:57.602Z Downloaded rand v0.9.2
11182026-07-20T03:11:57.602Z Downloaded rsa v0.9.10
11192026-07-20T03:11:57.605Z Downloaded socket2 v0.6.3
11202026-07-20T03:11:57.610Z Downloaded socket2 v0.5.10
11212026-07-20T03:11:57.610Z Downloaded toml_writer v1.1.1+spec-1.1.0
11222026-07-20T03:11:57.610Z Downloaded untrusted v0.7.1
11232026-07-20T03:11:57.614Z Downloaded usdt-macro v0.6.0
11242026-07-20T03:11:57.614Z Downloaded topological-sort v0.2.2
11252026-07-20T03:11:57.614Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-07-20T03:11:57.614Z Downloaded term v1.2.1
11272026-07-20T03:11:57.617Z Downloaded utf8_iter v1.0.4
11282026-07-20T03:11:57.617Z Downloaded utf-8 v0.7.6
11292026-07-20T03:11:57.617Z Downloaded schemars v1.2.1
11302026-07-20T03:11:57.622Z Downloaded waitgroup v0.1.2
11312026-07-20T03:11:57.625Z Downloaded num-bigint-dig v0.8.6
11322026-07-20T03:11:57.629Z Downloaded void v1.0.2
11332026-07-20T03:11:57.629Z Downloaded wait-timeout v0.2.1
11342026-07-20T03:11:57.629Z Downloaded term v0.7.0
11352026-07-20T03:11:57.631Z Downloaded static_assertions v1.1.0
11362026-07-20T03:11:57.631Z Downloaded serde_yaml v0.9.34+deprecated
11372026-07-20T03:11:57.634Z Downloaded time-macros v0.2.27
11382026-07-20T03:11:57.637Z Downloaded thread_local v1.1.9
11392026-07-20T03:11:57.637Z Downloaded samael v0.0.19
11402026-07-20T03:11:57.643Z Downloaded typify-macro v0.6.2
11412026-07-20T03:11:57.653Z Downloaded h2 v0.4.15
11422026-07-20T03:11:57.653Z Downloaded nom v8.0.0
11432026-07-20T03:11:57.653Z Downloaded tokio-rustls v0.26.4
11442026-07-20T03:11:57.663Z Downloaded snafu v0.8.9
11452026-07-20T03:11:57.663Z Downloaded unicode-truncate v1.1.0
11462026-07-20T03:11:57.663Z Downloaded tui-tree-widget v0.23.1
11472026-07-20T03:11:57.663Z Downloaded schemars v0.9.0
11482026-07-20T03:11:57.669Z Downloaded xshell-macros v0.2.7
11492026-07-20T03:11:57.669Z Downloaded xattr v1.6.1
11502026-07-20T03:11:57.669Z Downloaded usdt-impl v0.6.0
11512026-07-20T03:11:57.669Z Downloaded unicase v2.9.0
11522026-07-20T03:11:57.669Z Downloaded yoke-derive v0.8.1
11532026-07-20T03:11:57.669Z Downloaded subprocess v0.2.15
11542026-07-20T03:11:57.669Z Downloaded rustls-webpki v0.103.13
11552026-07-20T03:11:57.675Z Downloaded icu_properties_data v2.1.2
11562026-07-20T03:11:57.685Z Downloaded hkdf v0.12.4
11572026-07-20T03:11:57.685Z Downloaded similar v2.7.0
11582026-07-20T03:11:57.686Z Downloaded zeroize_derive v1.4.3
11592026-07-20T03:11:57.686Z Downloaded vergen-gitcl v1.0.8
11602026-07-20T03:11:57.686Z Downloaded uzers v0.12.2
11612026-07-20T03:11:57.711Z Downloaded zerofrom v0.1.6
11622026-07-20T03:11:57.712Z Downloaded zerofrom-derive v0.1.6
11632026-07-20T03:11:57.712Z Downloaded usdt v0.6.0
11642026-07-20T03:11:57.712Z Downloaded tracing-attributes v0.1.31
11652026-07-20T03:11:57.712Z Downloaded toml_parser v1.1.2+spec-1.1.0
11662026-07-20T03:11:57.712Z Downloaded test-strategy v0.4.5
11672026-07-20T03:11:57.712Z Downloaded vsss-rs v3.3.4
11682026-07-20T03:11:57.712Z Downloaded crypto-primes v0.7.2
11692026-07-20T03:11:57.722Z Downloaded want v0.3.1
11702026-07-20T03:11:57.722Z Downloaded vergen-lib v9.1.0
11712026-07-20T03:11:57.722Z Downloaded zone v0.3.1
11722026-07-20T03:11:57.722Z Downloaded vergen-lib v0.1.6
11732026-07-20T03:11:57.722Z Downloaded twox-hash v2.1.2
11742026-07-20T03:11:57.722Z Downloaded libm v0.2.16
11752026-07-20T03:11:57.723Z Downloaded whoami v2.1.0
11762026-07-20T03:11:57.723Z Downloaded iri-string v0.7.10
11772026-07-20T03:11:57.723Z Downloaded futures-util v0.3.32
11782026-07-20T03:11:57.728Z Downloaded walkdir v2.5.0
11792026-07-20T03:11:57.728Z Downloaded yoke v0.8.1
11802026-07-20T03:11:57.729Z Downloaded tokio-stream v0.1.18
11812026-07-20T03:11:57.729Z Downloaded whoami v1.6.1
11822026-07-20T03:11:57.729Z Downloaded tinyvec v1.10.0
11832026-07-20T03:11:57.729Z Downloaded zone_cfg_derive v0.3.1
11842026-07-20T03:11:57.729Z Downloaded toml v0.7.8
11852026-07-20T03:11:57.732Z Downloaded xshell v0.2.7
11862026-07-20T03:11:57.732Z Downloaded unicode-properties v0.1.4
11872026-07-20T03:11:57.732Z Downloaded zeroize v1.8.2
11882026-07-20T03:11:57.732Z Downloaded bindgen v0.71.1
11892026-07-20T03:11:57.738Z Downloaded rand v0.10.1
11902026-07-20T03:11:57.742Z Downloaded vergen-git2 v9.1.0
11912026-07-20T03:11:57.742Z Downloaded serde_with v1.14.0
11922026-07-20T03:11:57.745Z Downloaded rustyline v14.0.0
11932026-07-20T03:11:57.748Z Downloaded iddqd v0.4.2
11942026-07-20T03:11:57.752Z Downloaded rsa v0.10.0-rc.18
11952026-07-20T03:11:57.756Z Downloaded zstd-safe v7.2.4
11962026-07-20T03:11:57.761Z Downloaded zerovec-derive v0.11.2
11972026-07-20T03:11:57.761Z Downloaded vergen v9.1.0
11982026-07-20T03:11:57.761Z Downloaded tungstenite v0.23.0
11992026-07-20T03:11:57.767Z Downloaded zstd v0.13.3
12002026-07-20T03:11:57.767Z Downloaded wyz v0.5.1
12012026-07-20T03:11:57.767Z Downloaded unicode-bidi v0.3.18
12022026-07-20T03:11:57.770Z Downloaded tar v0.4.46
12032026-07-20T03:11:57.770Z Downloaded steno v0.4.1
12042026-07-20T03:11:57.770Z Downloaded yasna v0.5.2
12052026-07-20T03:11:57.773Z Downloaded writeable v0.6.2
12062026-07-20T03:11:57.773Z Downloaded typify v0.6.2
12072026-07-20T03:11:57.776Z Downloaded tungstenite v0.21.0
12082026-07-20T03:11:57.776Z Downloaded tracing-core v0.1.36
12092026-07-20T03:11:57.780Z Downloaded toml v1.1.2+spec-1.1.0
12102026-07-20T03:11:57.784Z Downloaded uuid v1.23.4
12112026-07-20T03:11:57.793Z Downloaded chrono v0.4.45
12122026-07-20T03:11:57.799Z Downloaded bitvec v1.0.1
12132026-07-20T03:11:57.805Z Downloaded zerocopy v0.6.6
12142026-07-20T03:11:57.808Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-07-20T03:11:57.812Z Downloaded reedline v0.40.0
12162026-07-20T03:11:57.822Z Downloaded vte v0.14.1
12172026-07-20T03:11:57.835Z Downloaded tokio-postgres v0.7.16
12182026-07-20T03:11:57.840Z Downloaded unsafe-libyaml v0.2.11
12192026-07-20T03:11:57.845Z Downloaded hkdf v0.13.0
12202026-07-20T03:11:57.850Z Downloaded zopfli v0.8.3
12212026-07-20T03:11:57.858Z Downloaded git2 v0.20.4
12222026-07-20T03:11:57.863Z Downloaded yansi v1.0.1
12232026-07-20T03:11:57.866Z Downloaded portable-atomic v1.13.1
12242026-07-20T03:11:57.869Z Downloaded regex v1.12.3
12252026-07-20T03:11:57.872Z Downloaded rawzip v0.4.4
12262026-07-20T03:11:57.879Z Downloaded reqwest v0.12.28
12272026-07-20T03:11:57.883Z Downloaded unicode_categories v0.1.1
12282026-07-20T03:11:57.887Z Downloaded lalrpop v0.19.12
12292026-07-20T03:11:57.891Z Downloaded toml_edit v0.19.15
12302026-07-20T03:11:57.899Z Downloaded zip v0.6.6
12312026-07-20T03:11:57.903Z Downloaded moka v0.12.13
12322026-07-20T03:11:57.908Z Downloaded ssh-key v0.7.0-rc.10
12332026-07-20T03:11:57.912Z Downloaded tower v0.5.3
12342026-07-20T03:11:57.918Z Downloaded p384 v0.13.1
12352026-07-20T03:11:57.926Z Downloaded zerotrie v0.2.3
12362026-07-20T03:11:57.926Z Downloaded x509-cert v0.2.5
12372026-07-20T03:11:57.930Z Downloaded reqwest v0.13.2
12382026-07-20T03:11:57.935Z Downloaded url v2.5.8
12392026-07-20T03:11:57.938Z Downloaded quick-xml v0.37.5
12402026-07-20T03:11:57.951Z Downloaded typed-path v0.9.3
12412026-07-20T03:11:57.954Z Downloaded salty v0.3.0
12422026-07-20T03:11:57.961Z Downloaded crypto-bigint v0.7.5
12432026-07-20T03:11:57.969Z Downloaded unicode-segmentation v1.12.0
12442026-07-20T03:11:57.976Z Downloaded unicode-normalization v0.1.25
12452026-07-20T03:11:57.981Z Downloaded tokio-util v0.7.18
12462026-07-20T03:11:57.981Z Downloaded curve25519-dalek v4.1.3
12472026-07-20T03:11:57.984Z Downloaded goblin v0.10.5
12482026-07-20T03:11:57.987Z Downloaded rayon v1.11.0
12492026-07-20T03:11:57.992Z Downloaded serde_with v3.21.0
12502026-07-20T03:11:57.999Z Downloaded tower-http v0.6.8
12512026-07-20T03:11:58.003Z Downloaded zerovec v0.11.5
12522026-07-20T03:11:58.007Z Downloaded proptest v1.10.0
12532026-07-20T03:11:58.012Z Downloaded tough v0.22.0
12542026-07-20T03:11:58.018Z Downloaded zip v4.6.1
12552026-07-20T03:11:58.022Z Downloaded curve25519-dalek v5.0.0-rc.0
12562026-07-20T03:11:58.025Z Downloaded zerocopy-derive v0.8.40
12572026-07-20T03:11:58.030Z Downloaded quinn-proto v0.11.13
12582026-07-20T03:11:58.034Z Downloaded petname v2.0.2
12592026-07-20T03:11:58.039Z Downloaded russh v0.61.2
12602026-07-20T03:11:58.044Z Downloaded radix_trie v0.2.1
12612026-07-20T03:11:58.062Z Downloaded object v0.30.4
12622026-07-20T03:11:58.076Z Downloaded nix v0.27.1
12632026-07-20T03:11:58.089Z Downloaded openssl v0.10.79
12642026-07-20T03:11:58.095Z Downloaded regex-syntax v0.6.29
12652026-07-20T03:11:58.095Z Downloaded nix v0.28.0
12662026-07-20T03:11:58.095Z Downloaded time v0.3.47
12672026-07-20T03:11:58.104Z Downloaded dropshot v0.17.1
12682026-07-20T03:11:58.117Z Downloaded winnow v0.5.40
12692026-07-20T03:11:58.126Z Downloaded zlib-rs v0.6.2
12702026-07-20T03:11:58.126Z Downloaded hickory-proto v0.24.4
12712026-07-20T03:11:58.136Z Downloaded bstr v1.12.1
12722026-07-20T03:11:58.143Z Downloaded nix v0.31.2
12732026-07-20T03:11:58.143Z Downloaded diesel v2.3.7
12742026-07-20T03:11:58.155Z Downloaded zerocopy v0.8.40
12752026-07-20T03:11:58.159Z Downloaded tabled v0.20.0
12762026-07-20T03:11:58.174Z Downloaded openapiv3 v2.2.0
12772026-07-20T03:11:58.179Z Downloaded regex-syntax v0.8.10
12782026-07-20T03:11:58.187Z Downloaded polar-core v0.27.3
12792026-07-20T03:11:58.187Z Downloaded winnow v1.0.3
12802026-07-20T03:11:58.191Z Downloaded winnow v0.6.26
12812026-07-20T03:11:58.196Z Downloaded regress v0.10.5
12822026-07-20T03:11:58.206Z Downloaded smoltcp v0.9.1
12832026-07-20T03:11:58.214Z Downloaded vcpkg v0.2.15
12842026-07-20T03:11:58.229Z Downloaded object v0.37.3
12852026-07-20T03:11:58.238Z Downloaded hickory-proto v0.25.2
12862026-07-20T03:11:58.247Z Downloaded typify-impl v0.6.2
12872026-07-20T03:11:58.253Z Downloaded ratatui v0.29.0
12882026-07-20T03:11:58.263Z Downloaded smoltcp v0.11.0
12892026-07-20T03:11:58.280Z Downloaded zerocopy-derive v0.6.6
12902026-07-20T03:11:58.286Z Downloaded regress v0.11.1
12912026-07-20T03:11:58.301Z Downloaded petgraph v0.6.5
12922026-07-20T03:11:58.304Z Downloaded rustix v0.38.44
12932026-07-20T03:11:58.316Z Downloaded rustls v0.23.41
12942026-07-20T03:11:58.340Z Downloaded csv v1.4.0
12952026-07-20T03:11:58.352Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12962026-07-20T03:11:58.362Z Downloaded tokio v1.52.1
12972026-07-20T03:11:58.413Z Downloaded sqlparser v0.61.0
12982026-07-20T03:11:58.425Z Downloaded fiat-crypto v0.3.0
12992026-07-20T03:11:58.442Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-07-20T03:11:58.464Z Downloaded sled v0.34.7
13012026-07-20T03:11:58.471Z Downloaded tracing v0.1.44
13022026-07-20T03:11:58.481Z Downloaded sha3 v0.11.0
13032026-07-20T03:11:58.504Z Downloaded regex-automata v0.4.14
13042026-07-20T03:11:58.543Z Downloaded chrono-tz v0.10.4
13052026-07-20T03:11:58.554Z Downloaded jiff v0.2.21
13062026-07-20T03:11:58.587Z Downloaded petgraph v0.8.3
13072026-07-20T03:11:58.600Z Downloaded libz-sys v1.1.24
13082026-07-20T03:11:58.636Z Downloaded sha3 v0.10.8
13092026-07-20T03:11:58.715Z Downloaded encoding_rs v0.8.35
13102026-07-20T03:11:58.763Z Downloaded ring v0.17.14
13112026-07-20T03:11:58.804Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-07-20T03:11:59.319Z Downloaded aws-lc-sys v0.40.0
13132026-07-20T03:11:59.580Z Compiling libc v0.2.185
13142026-07-20T03:11:59.580Z Compiling serde_core v1.0.228
13152026-07-20T03:11:59.586Z Compiling serde v1.0.228
13162026-07-20T03:11:59.587Z Compiling log v0.4.29
13172026-07-20T03:11:59.587Z Compiling smallvec v1.15.1
13182026-07-20T03:11:59.723Z Compiling shlex v1.3.0
13192026-07-20T03:11:59.729Z Compiling find-msvc-tools v0.1.9
13202026-07-20T03:11:59.736Z Compiling syn v2.0.117
13212026-07-20T03:11:59.920Z Compiling subtle v2.6.1
13222026-07-20T03:11:59.934Z Compiling stable_deref_trait v1.2.1
13232026-07-20T03:11:59.938Z Compiling scopeguard v1.2.0
13242026-07-20T03:12:00.020Z Compiling lock_api v0.4.14
13252026-07-20T03:12:00.034Z Compiling typenum v1.20.1
13262026-07-20T03:12:00.060Z Compiling serde_json v1.0.150
13272026-07-20T03:12:00.086Z Compiling portable-atomic v1.13.1
13282026-07-20T03:12:00.092Z Compiling zerocopy v0.8.40
13292026-07-20T03:12:00.253Z Compiling parking_lot_core v0.9.12
13302026-07-20T03:12:00.292Z Compiling pin-project-lite v0.2.17
13312026-07-20T03:12:00.395Z Compiling getrandom v0.4.1
13322026-07-20T03:12:00.533Z Compiling pkg-config v0.3.32
13332026-07-20T03:12:00.546Z Compiling libm v0.2.16
13342026-07-20T03:12:00.572Z Compiling jobserver v0.1.34
13352026-07-20T03:12:00.642Z Compiling errno v0.3.14
13362026-07-20T03:12:00.793Z Compiling cc v1.2.56
13372026-07-20T03:12:00.855Z Compiling getrandom v0.2.17
13382026-07-20T03:12:00.870Z Compiling critical-section v1.2.0
13392026-07-20T03:12:00.975Z Compiling signal-hook-registry v1.4.8
13402026-07-20T03:12:00.994Z Compiling rand_core v0.6.4
13412026-07-20T03:12:01.092Z Compiling num-traits v0.2.19
13422026-07-20T03:12:01.245Z Compiling once_cell v1.21.3
13432026-07-20T03:12:01.259Z Compiling futures-core v0.3.32
13442026-07-20T03:12:01.292Z Compiling rand_core v0.10.0
13452026-07-20T03:12:01.364Z Compiling parking_lot v0.12.5
13462026-07-20T03:12:01.457Z Compiling mio v1.2.0
13472026-07-20T03:12:01.470Z Compiling generic-array v0.14.7
13482026-07-20T03:12:01.773Z Compiling writeable v0.6.2
13492026-07-20T03:12:01.797Z Compiling percent-encoding v2.3.2
13502026-07-20T03:12:01.816Z Compiling litemap v0.8.1
13512026-07-20T03:12:01.998Z Compiling bitflags v2.11.0
13522026-07-20T03:12:02.018Z Compiling const-oid v0.9.6
13532026-07-20T03:12:02.031Z Compiling semver v1.0.28
13542026-07-20T03:12:02.104Z Compiling icu_normalizer_data v2.1.1
13552026-07-20T03:12:02.234Z Compiling icu_properties_data v2.1.2
13562026-07-20T03:12:02.398Z Compiling socket2 v0.6.3
13572026-07-20T03:12:02.582Z Compiling futures-sink v0.3.32
13582026-07-20T03:12:02.617Z Compiling futures-task v0.3.32
13592026-07-20T03:12:02.679Z Compiling synstructure v0.13.2
13602026-07-20T03:12:02.697Z Compiling futures-channel v0.3.32
13612026-07-20T03:12:02.793Z Compiling slab v0.4.12
13622026-07-20T03:12:02.796Z Compiling futures-io v0.3.32
13632026-07-20T03:12:02.823Z Compiling utf8_iter v1.0.4
13642026-07-20T03:12:02.929Z Compiling indexmap v2.14.0
13652026-07-20T03:12:02.965Z Compiling form_urlencoded v1.2.2
13662026-07-20T03:12:02.979Z Compiling rustversion v1.0.22
13672026-07-20T03:12:02.982Z Compiling getrandom v0.3.4
13682026-07-20T03:12:03.008Z Compiling cmake v0.1.57
13692026-07-20T03:12:03.148Z Compiling rustix v1.1.3
13702026-07-20T03:12:03.182Z Compiling fs_extra v1.3.0
13712026-07-20T03:12:03.303Z Compiling dunce v1.0.5
13722026-07-20T03:12:03.417Z Compiling ident_case v1.0.1
13732026-07-20T03:12:03.430Z Compiling iana-time-zone v0.1.65
13742026-07-20T03:12:03.468Z Compiling aws-lc-sys v0.40.0
13752026-07-20T03:12:03.538Z Compiling regex-syntax v0.8.10
13762026-07-20T03:12:03.610Z Compiling uuid v1.23.4
13772026-07-20T03:12:03.639Z Compiling base64 v0.22.1
13782026-07-20T03:12:03.977Z Compiling rand_core v0.9.5
13792026-07-20T03:12:03.980Z Compiling vcpkg v0.2.15
13802026-07-20T03:12:04.041Z Compiling base64ct v1.8.3
13812026-07-20T03:12:04.273Z Compiling rustc_version v0.4.1
13822026-07-20T03:12:04.352Z Compiling pem-rfc7468 v0.7.0
13832026-07-20T03:12:04.369Z Compiling tracing-core v0.1.36
13842026-07-20T03:12:04.459Z Compiling serde_derive v1.0.228
13852026-07-20T03:12:04.621Z Compiling zeroize_derive v1.4.3
13862026-07-20T03:12:04.678Z Compiling zerofrom-derive v0.1.6
13872026-07-20T03:12:04.776Z Compiling yoke-derive v0.8.1
13882026-07-20T03:12:04.953Z Compiling zerovec-derive v0.11.2
13892026-07-20T03:12:04.993Z Compiling zerocopy-derive v0.8.40
13902026-07-20T03:12:05.335Z Compiling zeroize v1.8.2
13912026-07-20T03:12:05.563Z Compiling displaydoc v0.2.5
13922026-07-20T03:12:06.040Z Compiling tokio-macros v2.7.0
13932026-07-20T03:12:06.168Z Compiling zerofrom v0.1.6
13942026-07-20T03:12:06.183Z Compiling futures-macro v0.3.32
13952026-07-20T03:12:06.302Z Compiling yoke v0.8.1
13962026-07-20T03:12:06.369Z Compiling openssl-sys v0.9.115
13972026-07-20T03:12:06.500Z Compiling zerovec v0.11.5
13982026-07-20T03:12:06.644Z Compiling zerotrie v0.2.3
13992026-07-20T03:12:06.883Z Compiling crypto-common v0.1.7
14002026-07-20T03:12:06.998Z Compiling block-buffer v0.10.4
14012026-07-20T03:12:07.005Z Compiling tracing-attributes v0.1.31
14022026-07-20T03:12:07.027Z Compiling tinystr v0.8.2
14032026-07-20T03:12:07.070Z Compiling potential_utf v0.1.4
14042026-07-20T03:12:07.086Z Compiling futures-util v0.3.32
14052026-07-20T03:12:07.170Z Compiling digest v0.10.7
14062026-07-20T03:12:07.239Z Compiling icu_locale_core v2.1.1
14072026-07-20T03:12:07.243Z Compiling icu_collections v2.1.1
14082026-07-20T03:12:07.433Z Compiling der_derive v0.7.3
14092026-07-20T03:12:07.757Z Compiling thiserror-impl v2.0.18
14102026-07-20T03:12:08.151Z Compiling bytes v1.11.1
14112026-07-20T03:12:08.166Z Compiling icu_provider v2.1.1
14122026-07-20T03:12:08.407Z Compiling icu_properties v2.1.2
14132026-07-20T03:12:08.442Z Compiling icu_normalizer v2.1.1
14142026-07-20T03:12:08.472Z Compiling chrono v0.4.45
14152026-07-20T03:12:08.789Z Compiling tokio v1.52.1
14162026-07-20T03:12:08.986Z Compiling http v1.4.2
14172026-07-20T03:12:09.155Z Compiling aws-lc-rs v1.16.3
14182026-07-20T03:12:09.460Z Compiling idna_adapter v1.2.1
14192026-07-20T03:12:09.478Z Compiling flagset v0.4.7
14202026-07-20T03:12:09.509Z Compiling thiserror v2.0.18
14212026-07-20T03:12:09.599Z Compiling idna v1.1.0
14222026-07-20T03:12:09.614Z Compiling ppv-lite86 v0.2.21
14232026-07-20T03:12:09.626Z Compiling der v0.7.10
14242026-07-20T03:12:09.709Z Compiling http-body v1.0.1
14252026-07-20T03:12:09.869Z Compiling tracing v0.1.44
14262026-07-20T03:12:09.902Z Compiling url v2.5.8
14272026-07-20T03:12:09.930Z Compiling rand_chacha v0.9.0
14282026-07-20T03:12:10.010Z Compiling rustls-pki-types v1.14.0
14292026-07-20T03:12:10.135Z Compiling serde_derive_internals v0.29.1
14302026-07-20T03:12:10.269Z Compiling openssl-probe v0.2.1
14312026-07-20T03:12:10.449Z Compiling cmov v0.5.4
14322026-07-20T03:12:10.464Z Compiling schemars v0.8.22
14332026-07-20T03:12:10.622Z Compiling dyn-clone v1.0.20
14342026-07-20T03:12:10.657Z Compiling tinyvec_macros v0.1.1
14352026-07-20T03:12:10.678Z Compiling httparse v1.10.1
14362026-07-20T03:12:10.715Z Compiling tinyvec v1.10.0
14372026-07-20T03:12:10.726Z Compiling ctutils v0.4.2
14382026-07-20T03:12:10.755Z Compiling spki v0.7.3
14392026-07-20T03:12:10.835Z Compiling pest_generator v2.8.6
14402026-07-20T03:12:10.954Z Compiling rand v0.9.2
14412026-07-20T03:12:10.954Z Compiling aho-corasick v1.1.4
14422026-07-20T03:12:11.021Z Compiling schemars_derive v0.8.22
14432026-07-20T03:12:11.052Z Compiling atomic-waker v1.1.2
14442026-07-20T03:12:11.070Z Compiling tower-service v0.3.3
14452026-07-20T03:12:11.164Z Compiling untrusted v0.7.1
14462026-07-20T03:12:11.179Z Compiling try-lock v0.2.5
14472026-07-20T03:12:11.288Z Compiling tower-layer v0.3.3
14482026-07-20T03:12:11.290Z Compiling want v0.3.1
14492026-07-20T03:12:11.470Z Compiling tempfile v3.25.0
14502026-07-20T03:12:11.522Z Compiling pest_derive v2.8.6
14512026-07-20T03:12:11.771Z Compiling hybrid-array v0.4.13
14522026-07-20T03:12:11.773Z Compiling ipnet v2.11.0
14532026-07-20T03:12:11.875Z Compiling regex-automata v0.4.14
14542026-07-20T03:12:12.025Z Compiling scroll_derive v0.13.1
14552026-07-20T03:12:12.276Z Compiling darling_core v0.20.11
14562026-07-20T03:12:12.574Z Compiling cpufeatures v0.2.17
14572026-07-20T03:12:12.649Z Compiling tokio-util v0.7.18
14582026-07-20T03:12:12.688Z Compiling openssl v0.10.79
14592026-07-20T03:12:12.850Z Compiling rustls v0.23.41
14602026-07-20T03:12:12.938Z Compiling httpdate v1.0.3
14612026-07-20T03:12:13.038Z Compiling foreign-types-shared v0.1.1
14622026-07-20T03:12:13.129Z Compiling untrusted v0.9.0
14632026-07-20T03:12:13.166Z Compiling foreign-types v0.3.2
14642026-07-20T03:12:13.254Z Compiling scroll v0.13.0
14652026-07-20T03:12:13.271Z Compiling unicode-normalization v0.1.25
14662026-07-20T03:12:13.520Z Compiling h2 v0.4.15
14672026-07-20T03:12:13.641Z Compiling pkcs8 v0.10.2
14682026-07-20T03:12:13.730Z Compiling openssl-macros v0.1.1
14692026-07-20T03:12:13.899Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-07-20T03:12:14.092Z Compiling spin v0.9.8
14712026-07-20T03:12:14.135Z Compiling crc32fast v1.5.0
14722026-07-20T03:12:14.295Z Compiling num-conv v0.2.0
14732026-07-20T03:12:14.310Z Compiling native-tls v0.2.18
14742026-07-20T03:12:14.420Z Compiling powerfmt v0.2.0
14752026-07-20T03:12:14.424Z Compiling time-core v0.1.8
14762026-07-20T03:12:14.559Z Compiling darling_macro v0.20.11
14772026-07-20T03:12:14.571Z Compiling deranged v0.5.8
14782026-07-20T03:12:14.584Z Compiling time-macros v0.2.27
14792026-07-20T03:12:15.042Z Compiling darling v0.20.11
14802026-07-20T03:12:15.127Z Compiling goblin v0.10.5
14812026-07-20T03:12:15.528Z Compiling sha2 v0.10.9
14822026-07-20T03:12:15.658Z Compiling hmac v0.12.1
14832026-07-20T03:12:15.816Z Compiling sync_wrapper v1.0.2
14842026-07-20T03:12:15.925Z Compiling wait-timeout v0.2.1
14852026-07-20T03:12:15.986Z Compiling quick-error v1.2.3
14862026-07-20T03:12:16.093Z Compiling bit-vec v0.8.0
14872026-07-20T03:12:16.190Z Compiling num_threads v0.1.7
14882026-07-20T03:12:16.291Z Compiling syn v1.0.109
14892026-07-20T03:12:16.327Z Compiling siphasher v1.0.2
14902026-07-20T03:12:16.512Z Compiling simd-adler32 v0.3.8
14912026-07-20T03:12:16.608Z Compiling usdt-impl v0.6.0
14922026-07-20T03:12:16.787Z Compiling hyper v1.10.1
14932026-07-20T03:12:16.865Z Compiling crossbeam-utils v0.8.21
14942026-07-20T03:12:17.246Z Compiling bit-set v0.8.0
14952026-07-20T03:12:17.300Z Compiling time v0.3.47
14962026-07-20T03:12:17.413Z Compiling rusty-fork v0.3.1
14972026-07-20T03:12:17.620Z Compiling tower v0.5.3
14982026-07-20T03:12:17.736Z Compiling derive_builder_core v0.20.2
14992026-07-20T03:12:17.943Z Compiling hyper-util v0.1.20
15002026-07-20T03:12:18.109Z Compiling dof v0.4.0
15012026-07-20T03:12:18.427Z Compiling dtrace-parser v0.3.0
15022026-07-20T03:12:18.622Z Compiling http-body-util v0.1.3
15032026-07-20T03:12:18.866Z Compiling heapless v0.7.17
15042026-07-20T03:12:18.898Z Compiling thiserror-impl v1.0.69
15052026-07-20T03:12:19.121Z Compiling scroll_derive v0.12.1
15062026-07-20T03:12:19.167Z Compiling rand_xorshift v0.4.0
15072026-07-20T03:12:19.280Z Compiling slog v2.8.2
15082026-07-20T03:12:19.331Z Compiling darling_core v0.23.0
15092026-07-20T03:12:19.400Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-07-20T03:12:19.477Z Compiling thread-id v5.1.0
15112026-07-20T03:12:19.562Z Compiling cookie v0.18.1
15122026-07-20T03:12:19.691Z Compiling unicode-properties v0.1.4
15132026-07-20T03:12:19.708Z Compiling iri-string v0.7.10
15142026-07-20T03:12:19.761Z Compiling paste v1.0.15
15152026-07-20T03:12:19.787Z Compiling unarray v0.1.4
15162026-07-20T03:12:19.897Z Compiling ryu v1.0.23
15172026-07-20T03:12:19.897Z Compiling adler2 v2.0.1
15182026-07-20T03:12:20.029Z Compiling signal-hook v0.3.18
15192026-07-20T03:12:20.044Z Compiling unicode-bidi v0.3.18
15202026-07-20T03:12:20.089Z Compiling anyhow v1.0.102
15212026-07-20T03:12:20.172Z Compiling allocator-api2 v0.2.21
15222026-07-20T03:12:20.218Z Compiling zstd-safe v7.2.4
15232026-07-20T03:12:20.429Z Compiling stringprep v0.1.5
15242026-07-20T03:12:20.523Z Compiling thiserror v1.0.69
15252026-07-20T03:12:20.609Z Compiling serde_urlencoded v0.7.1
15262026-07-20T03:12:20.630Z Compiling miniz_oxide v0.8.9
15272026-07-20T03:12:20.633Z Compiling proptest v1.10.0
15282026-07-20T03:12:20.850Z Compiling tower-http v0.6.8
15292026-07-20T03:12:20.871Z Compiling scroll v0.12.0
15302026-07-20T03:12:21.269Z Compiling derive_builder_macro v0.20.2
15312026-07-20T03:12:21.298Z Compiling camino v1.2.2
15322026-07-20T03:12:21.776Z Compiling tokio-native-tls v0.3.1
15332026-07-20T03:12:21.849Z Compiling bstr v1.12.1
15342026-07-20T03:12:21.876Z Compiling darling_macro v0.23.0
15352026-07-20T03:12:21.943Z Compiling ipnetwork v0.21.1
15362026-07-20T03:12:21.958Z Compiling block-padding v0.4.2
15372026-07-20T03:12:22.120Z Compiling block-buffer v0.12.1
15382026-07-20T03:12:22.209Z Compiling crypto-common v0.2.2
15392026-07-20T03:12:22.324Z Compiling rustls-native-certs v0.8.3
15402026-07-20T03:12:22.342Z Compiling rand_chacha v0.3.1
15412026-07-20T03:12:22.372Z Compiling serde_tokenstream v0.2.3
15422026-07-20T03:12:22.513Z Compiling hex v0.4.3
15432026-07-20T03:12:22.618Z Compiling serde_spanned v0.6.9
15442026-07-20T03:12:22.691Z Compiling toml_datetime v0.6.11
15452026-07-20T03:12:22.768Z Compiling erased-serde v0.3.31
15462026-07-20T03:12:22.793Z Compiling md-5 v0.10.6
15472026-07-20T03:12:22.956Z Compiling signature v2.2.0
15482026-07-20T03:12:22.960Z Compiling curve25519-dalek v4.1.3
15492026-07-20T03:12:23.138Z Compiling pin-project-internal v1.1.11
15502026-07-20T03:12:23.154Z Compiling zerocopy-derive v0.7.35
15512026-07-20T03:12:23.260Z Compiling async-trait v0.1.89
15522026-07-20T03:12:23.311Z Compiling vergen-lib v9.1.0
15532026-07-20T03:12:23.507Z Compiling hash32 v0.2.1
15542026-07-20T03:12:23.708Z Compiling num-integer v0.1.46
15552026-07-20T03:12:23.965Z Compiling memoffset v0.9.1
15562026-07-20T03:12:24.029Z Compiling encoding_rs v0.8.35
15572026-07-20T03:12:24.032Z Compiling smoltcp v0.9.1
15582026-07-20T03:12:24.177Z Compiling ref-cast v1.0.25
15592026-07-20T03:12:24.253Z Compiling num-bigint-dig v0.8.6
15602026-07-20T03:12:24.290Z Compiling fallible-iterator v0.2.0
15612026-07-20T03:12:24.392Z Compiling zlib-rs v0.6.2
15622026-07-20T03:12:24.457Z Compiling rustix v0.38.44
15632026-07-20T03:12:24.491Z Compiling litrs v1.0.0
15642026-07-20T03:12:24.608Z Compiling cfg_aliases v0.2.1
15652026-07-20T03:12:24.690Z Compiling psl-types v2.0.11
15662026-07-20T03:12:24.811Z Compiling mime v0.3.17
15672026-07-20T03:12:24.909Z Compiling publicsuffix v2.3.0
15682026-07-20T03:12:25.004Z Compiling document-features v0.2.12
15692026-07-20T03:12:25.072Z Compiling nix v0.31.2
15702026-07-20T03:12:25.087Z Compiling postgres-protocol v0.6.10
15712026-07-20T03:12:25.338Z Compiling hubpack_derive v0.1.1
15722026-07-20T03:12:25.544Z Compiling pin-project v1.1.11
15732026-07-20T03:12:25.617Z Compiling zerocopy v0.7.35
15742026-07-20T03:12:25.639Z Compiling num-iter v0.1.45
15752026-07-20T03:12:25.775Z Compiling newtype-uuid v1.3.2
15762026-07-20T03:12:25.793Z Compiling rand v0.8.6
15772026-07-20T03:12:26.101Z Compiling darling v0.23.0
15782026-07-20T03:12:26.117Z Compiling oxnet v0.1.6
15792026-07-20T03:12:26.148Z Compiling inout v0.2.2
15802026-07-20T03:12:26.182Z Compiling hyper-tls v0.6.0
15812026-07-20T03:12:26.255Z Compiling derive_builder v0.20.2
15822026-07-20T03:12:26.404Z Compiling goblin v0.8.2
15832026-07-20T03:12:26.942Z Compiling phf_shared v0.13.1
15842026-07-20T03:12:26.958Z Compiling lazy_static v1.5.0
15852026-07-20T03:12:26.986Z Compiling regex v1.12.3
15862026-07-20T03:12:27.047Z Compiling anstyle-parse v0.2.7
15872026-07-20T03:12:27.122Z Compiling futures-executor v0.3.32
15882026-07-20T03:12:27.190Z Compiling terminal_size v0.4.3
15892026-07-20T03:12:27.235Z Compiling curve25519-dalek-derive v0.1.1
15902026-07-20T03:12:27.330Z Compiling ref-cast-impl v1.0.25
15912026-07-20T03:12:27.383Z Compiling flate2 v1.1.9
15922026-07-20T03:12:27.423Z Compiling daft-derive v0.1.7
15932026-07-20T03:12:27.749Z Compiling strum_macros v0.27.2
15942026-07-20T03:12:27.808Z Compiling snafu-derive v0.8.9
15952026-07-20T03:12:27.899Z Compiling vergen v9.1.0
15962026-07-20T03:12:27.913Z Compiling cargo-platform v0.3.2
15972026-07-20T03:12:28.099Z Compiling ff v0.13.1
15982026-07-20T03:12:28.178Z Compiling fs-err v3.3.0
15992026-07-20T03:12:28.192Z Compiling ahash v0.8.12
16002026-07-20T03:12:28.239Z Compiling foldhash v0.1.5
16012026-07-20T03:12:28.385Z Compiling object v0.37.3
16022026-07-20T03:12:28.412Z Compiling bitflags v1.3.2
16032026-07-20T03:12:28.416Z Compiling bumpalo v3.20.2
16042026-07-20T03:12:28.491Z Compiling base16ct v0.2.0
16052026-07-20T03:12:28.668Z Compiling unicode-segmentation v1.12.0
16062026-07-20T03:12:28.668Z Compiling winnow v0.5.40
16072026-07-20T03:12:28.698Z Compiling managed v0.8.0
16082026-07-20T03:12:28.914Z Compiling libbz2-rs-sys v0.2.2
16092026-07-20T03:12:29.071Z Compiling foldhash v0.2.0
16102026-07-20T03:12:29.298Z Compiling same-file v1.0.6
16112026-07-20T03:12:29.475Z Compiling walkdir v2.5.0
16122026-07-20T03:12:29.610Z Compiling bzip2 v0.6.1
16132026-07-20T03:12:29.741Z Compiling snafu v0.8.9
16142026-07-20T03:12:29.760Z Compiling strum v0.27.2
16152026-07-20T03:12:29.792Z Compiling hashbrown v0.16.1
16162026-07-20T03:12:29.887Z Compiling dof v0.3.0
16172026-07-20T03:12:29.973Z Compiling toml_edit v0.19.15
16182026-07-20T03:12:30.110Z Compiling zopfli v0.8.3
16192026-07-20T03:12:30.140Z Compiling sec1 v0.7.3
16202026-07-20T03:12:30.385Z Compiling clap_builder v4.6.0
16212026-07-20T03:12:30.569Z Compiling hashbrown v0.15.5
16222026-07-20T03:12:30.601Z Compiling group v0.13.0
16232026-07-20T03:12:30.627Z Compiling daft v0.1.7
16242026-07-20T03:12:30.796Z Compiling cargo_metadata v0.23.1
16252026-07-20T03:12:31.014Z Compiling futures v0.3.32
16262026-07-20T03:12:31.106Z Compiling anstream v0.6.21
16272026-07-20T03:12:31.129Z Compiling phf v0.13.1
16282026-07-20T03:12:31.414Z Compiling signal-hook-mio v0.2.5
16292026-07-20T03:12:31.770Z Compiling cookie_store v0.22.1
16302026-07-20T03:12:31.932Z Compiling zstd v0.13.3
16312026-07-20T03:12:32.208Z Compiling reqwest v0.12.28
16322026-07-20T03:12:32.229Z Compiling cipher v0.5.2
16332026-07-20T03:12:32.438Z Compiling bzip2 v0.4.4
16342026-07-20T03:12:32.541Z Compiling serde_with_macros v3.21.0
16352026-07-20T03:12:32.652Z Compiling hubpack v0.1.2
16362026-07-20T03:12:32.817Z Compiling postgres-types v0.2.12
16372026-07-20T03:12:33.376Z Compiling ed25519 v2.2.3
16382026-07-20T03:12:33.459Z Compiling usdt-macro v0.6.0
16392026-07-20T03:12:33.690Z Compiling usdt-attr-macro v0.6.0
16402026-07-20T03:12:33.896Z Compiling globset v0.4.18
16412026-07-20T03:12:33.981Z Compiling dtrace-parser v0.2.0
16422026-07-20T03:12:34.224Z Compiling phf_shared v0.11.3
16432026-07-20T03:12:34.285Z Compiling hkdf v0.12.4
16442026-07-20T03:12:34.413Z Compiling pkcs1 v0.7.5
16452026-07-20T03:12:34.456Z Compiling olpc-cjson v0.1.4
16462026-07-20T03:12:34.498Z Compiling serde-big-array v0.5.1
16472026-07-20T03:12:34.578Z Compiling serde_plain v1.0.2
16482026-07-20T03:12:34.615Z Compiling crypto-bigint v0.5.5
16492026-07-20T03:12:34.637Z Compiling strum_macros v0.26.4
16502026-07-20T03:12:34.728Z Compiling async-recursion v1.1.1
16512026-07-20T03:12:34.774Z Compiling clap_derive v4.6.1
16522026-07-20T03:12:34.808Z Compiling serde_repr v0.1.20
16532026-07-20T03:12:35.349Z Compiling enum-as-inner v0.6.1
16542026-07-20T03:12:35.393Z Compiling pem v3.0.6
16552026-07-20T03:12:35.718Z Compiling float-cmp v0.10.0
16562026-07-20T03:12:35.869Z Compiling memmap2 v0.9.10
16572026-07-20T03:12:35.869Z Compiling thread-id v4.2.2
16582026-07-20T03:12:35.962Z Compiling env_filter v1.0.0
16592026-07-20T03:12:35.978Z Compiling predicates-core v1.0.10
16602026-07-20T03:12:36.082Z Compiling difflib v0.4.0
16612026-07-20T03:12:36.153Z Compiling data-encoding v2.10.0
16622026-07-20T03:12:36.275Z Compiling const-oid v0.10.2
16632026-07-20T03:12:36.398Z Compiling precomputed-hash v0.1.1
16642026-07-20T03:12:36.486Z Compiling normalize-line-endings v0.3.0
16652026-07-20T03:12:36.490Z Compiling fixedbitset v0.5.7
16662026-07-20T03:12:36.551Z Compiling keccak v0.1.6
16672026-07-20T03:12:36.581Z Compiling jiff v0.2.21
16682026-07-20T03:12:36.685Z Compiling new_debug_unreachable v1.0.6
16692026-07-20T03:12:36.733Z Compiling typed-path v0.9.3
16702026-07-20T03:12:36.757Z Compiling cpufeatures v0.3.0
16712026-07-20T03:12:36.836Z Compiling winnow v1.0.3
16722026-07-20T03:12:36.850Z Compiling static_assertions v1.1.0
16732026-07-20T03:12:36.876Z Compiling whoami v2.1.0
16742026-07-20T03:12:36.921Z Compiling either v1.15.0
16752026-07-20T03:12:37.035Z Compiling fixedbitset v0.4.2
16762026-07-20T03:12:37.127Z Compiling toml_parser v1.1.2+spec-1.1.0
16772026-07-20T03:12:37.177Z Compiling itertools v0.13.0
16782026-07-20T03:12:37.247Z Compiling petgraph v0.6.5
16792026-07-20T03:12:37.262Z Compiling tokio-postgres v0.7.16
16802026-07-20T03:12:37.336Z Compiling toml_edit v0.22.27
16812026-07-20T03:12:37.774Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-07-20T03:12:37.973Z Compiling chacha20 v0.10.0
16832026-07-20T03:12:38.353Z Compiling petgraph v0.8.3
16842026-07-20T03:12:38.434Z Compiling string_cache v0.8.9
16852026-07-20T03:12:38.662Z Compiling sha3 v0.10.8
16862026-07-20T03:12:38.755Z Compiling predicates v3.1.4
16872026-07-20T03:12:39.117Z Compiling clap v4.6.1
16882026-07-20T03:12:39.202Z Compiling zip v4.6.1
16892026-07-20T03:12:39.415Z Compiling hickory-proto v0.25.2
16902026-07-20T03:12:39.454Z Compiling digest v0.11.3
16912026-07-20T03:12:39.679Z Compiling strum v0.26.3
16922026-07-20T03:12:39.811Z Compiling env_logger v0.11.9
16932026-07-20T03:12:40.075Z Compiling usdt v0.6.0
16942026-07-20T03:12:40.159Z Compiling usdt-impl v0.5.0
16952026-07-20T03:12:40.177Z Compiling elliptic-curve v0.13.8
16962026-07-20T03:12:40.313Z Compiling rsa v0.9.10
16972026-07-20T03:12:40.351Z Compiling crossterm v0.28.1
16982026-07-20T03:12:40.580Z Compiling serde_with v3.21.0
16992026-07-20T03:12:40.613Z Compiling ed25519-dalek v2.2.0
17002026-07-20T03:12:40.763Z Compiling zip v0.6.6
17012026-07-20T03:12:41.340Z Compiling toml v0.7.8
17022026-07-20T03:12:41.637Z Compiling iddqd v0.4.2
17032026-07-20T03:12:42.243Z Compiling similar v2.7.0
17042026-07-20T03:12:42.427Z Compiling heck v0.4.1
17052026-07-20T03:12:42.499Z Compiling byte-wrapper v0.1.0
17062026-07-20T03:12:42.653Z Compiling crossbeam-epoch v0.9.18
17072026-07-20T03:12:42.832Z Compiling tokio-stream v0.1.18
17082026-07-20T03:12:42.930Z Compiling buf-list v1.1.2
17092026-07-20T03:12:42.987Z Compiling x509-cert v0.2.5
17102026-07-20T03:12:43.118Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-20T03:12:43.211Z Compiling openapiv3 v2.2.0
17122026-07-20T03:12:43.294Z Compiling lalrpop-util v0.19.12
17132026-07-20T03:12:43.422Z Compiling peg-runtime v0.8.5
17142026-07-20T03:12:43.491Z Compiling thread_local v1.1.9
17152026-07-20T03:12:43.661Z Compiling slog-async v2.8.0
17162026-07-20T03:12:43.705Z Compiling crossbeam-channel v0.5.15
17172026-07-20T03:12:43.744Z Compiling filetime v0.2.27
17182026-07-20T03:12:43.921Z Compiling is-terminal v0.4.17
17192026-07-20T03:12:43.993Z Compiling take_mut v0.2.2
17202026-07-20T03:12:44.023Z Compiling xattr v1.6.1
17212026-07-20T03:12:44.108Z Compiling term v1.2.1
17222026-07-20T03:12:44.163Z Compiling tar v0.4.46
17232026-07-20T03:12:44.194Z Compiling camino-tempfile v1.4.1
17242026-07-20T03:12:44.425Z Compiling slog-term v2.9.2
17252026-07-20T03:12:54.268Z Compiling rustls-webpki v0.103.13
17262026-07-20T03:12:56.992Z Compiling tokio-rustls v0.26.4
17272026-07-20T03:12:56.992Z Compiling rustls-platform-verifier v0.6.2
17282026-07-20T03:12:56.992Z Compiling tough v0.22.0
17292026-07-20T03:12:57.208Z Compiling hyper-rustls v0.27.7
17302026-07-20T03:12:57.410Z Compiling reqwest v0.13.2
17312026-07-20T03:12:59.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-20T03:12:59.876Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-20T03:13:02.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17342026-07-20T03:13:02.873Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-20T03:13:02.927ZJul 20 03:13:01.763 INFO Starting download, target: Clickhouse
17362026-07-20T03:13:02.927ZJul 20 03:13:01.764 INFO Starting download, target: DendriteStub
17372026-07-20T03:13:02.927ZJul 20 03:13:01.764 INFO Starting download, target: Cockroach
17382026-07-20T03:13:02.927ZJul 20 03:13:01.764 INFO Starting download, target: MaghemiteMgd
17392026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Starting download, target: Console
17402026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Starting download, target: MaghemiteDdmd
17412026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Starting download, target: TransceiverControl
17422026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482026-07-20T03:13:02.932ZJul 20 03:13:01.764 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-20T03:13:03.280ZJul 20 03:13:02.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-20T03:13:03.518ZJul 20 03:13:02.331 INFO Download complete, target: TransceiverControl
17512026-07-20T03:13:04.575ZJul 20 03:13:03.396 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-07-20T03:13:04.623ZJul 20 03:13:03.449 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-07-20T03:13:04.719ZJul 20 03:13:03.555 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-07-20T03:13:04.763ZJul 20 03:13:03.597 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-07-20T03:13:04.831ZJul 20 03:13:03.665 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17562026-07-20T03:13:04.976ZJul 20 03:13:03.813 INFO Download complete, target: Console
17572026-07-20T03:13:05.047ZJul 20 03:13:03.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-07-20T03:13:05.048ZJul 20 03:13:03.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-07-20T03:13:06.789ZJul 20 03:13:05.586 INFO Download complete, target: MaghemiteDdmd
17602026-07-20T03:13:07.117ZJul 20 03:13:05.945 INFO Download complete, target: DendriteStub
17612026-07-20T03:13:07.433ZJul 20 03:13:06.260 INFO Download complete, target: MaghemiteMgd
17622026-07-20T03:13:09.763ZJul 20 03:13:08.599 INFO Checking that binary works, target: Cockroach
17632026-07-20T03:13:09.872ZJul 20 03:13:08.708 INFO Download complete, target: Cockroach
17642026-07-20T03:13:11.676ZJul 20 03:13:10.486 INFO Checking that binary works, target: Clickhouse
17652026-07-20T03:13:11.746ZJul 20 03:13:10.577 INFO Download complete, target: Clickhouse
17662026-07-20T03:13:11.761ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-20T03:13:11.771Z
17682026-07-20T03:13:11.771Zreal 2:03.171192897
17692026-07-20T03:13:11.771Zuser 6:44.686971406
17702026-07-20T03:13:11.771Zsys 1:23.440727908
17712026-07-20T03:13:11.772Ztrap 0.246094800
17722026-07-20T03:13:11.772Ztflt 0.459736447
17732026-07-20T03:13:11.772Zdflt 0.807561851
17742026-07-20T03:13:11.772Zkflt 0.021896052
17752026-07-20T03:13:11.772Zlock 22:14.888765664
17762026-07-20T03:13:11.772Zslp 20:27.958631986
17772026-07-20T03:13:11.772Zlat 43.663537718
17782026-07-20T03:13:11.772Zstop 2:00.325429091
17792026-07-20T03:13:11.772Z+ banner hack-check
17802026-07-20T03:13:11.772Z
17812026-07-20T03:13:11.772Z # # ## #### # # #### # # ###### #### # #
17822026-07-20T03:13:11.772Z # # # # # # # # # # # # # # # # #
17832026-07-20T03:13:11.772Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-20T03:13:11.772Z # # ###### # # # # # # # # # #
17852026-07-20T03:13:11.772Z # # # # # # # # # # # # # # # # #
17862026-07-20T03:13:11.772Z # # # # #### # # #### # # ###### #### # #
17872026-07-20T03:13:11.772Z
17882026-07-20T03:13:11.772Z+ export CARGO_INCREMENTAL=0
17892026-07-20T03:13:11.772Z+ CARGO_INCREMENTAL=0
17902026-07-20T03:13:11.772Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-20T03:13:12.232Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-20T03:13:12.522Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-20T03:13:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17942026-07-20T03:13:14.359Z Running `target/debug/xtask check-features --ci`
17952026-07-20T03:13:14.384Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-20T03:13:14.389Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-20T03:13:14.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17982026-07-20T03:13:14.826Z Running `target/debug/xtask download cargo-hack`
17992026-07-20T03:13:15.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-20T03:13:15.902Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-20T03:13:18.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18022026-07-20T03:13:18.636Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-20T03:13:18.673ZJul 20 03:13:17.510 INFO Starting download, target: CargoHack
18042026-07-20T03:13:18.676ZJul 20 03:13:17.510 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-20T03:13:19.037ZJul 20 03:13:17.874 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-20T03:13:19.088ZJul 20 03:13:17.924 INFO Download complete, target: CargoHack
18072026-07-20T03:13:19.090Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-20T03:13:19.104Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-20T03:13:19.268Zinfo: running `cargo check --bins` on api_identity (1/301)
18102026-07-20T03:13:19.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-20T03:13:19.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-20T03:13:19.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-20T03:13:19.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18142026-07-20T03:13:19.804Z
18152026-07-20T03:13:19.804Zinfo: running `cargo check --bins` on bootstore (2/301)
18162026-07-20T03:13:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-20T03:13:20.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-20T03:13:20.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-20T03:13:20.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18202026-07-20T03:13:20.336Z
18212026-07-20T03:13:20.336Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18222026-07-20T03:13:20.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-20T03:13:20.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-20T03:13:20.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-20T03:13:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18262026-07-20T03:13:20.861Z
18272026-07-20T03:13:20.861Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18282026-07-20T03:13:21.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-20T03:13:21.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-20T03:13:21.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-20T03:13:21.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-07-20T03:13:21.384Z
18332026-07-20T03:13:21.384Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18342026-07-20T03:13:21.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-20T03:13:21.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-20T03:13:21.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-20T03:13:21.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18382026-07-20T03:13:21.924Z
18392026-07-20T03:13:21.924Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18402026-07-20T03:13:22.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-20T03:13:22.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-20T03:13:22.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-20T03:13:22.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18442026-07-20T03:13:22.466Z
18452026-07-20T03:13:22.466Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18462026-07-20T03:13:22.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-20T03:13:22.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-20T03:13:22.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-20T03:13:22.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18502026-07-20T03:13:23.006Z
18512026-07-20T03:13:23.006Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18522026-07-20T03:13:23.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-20T03:13:23.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-20T03:13:23.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-20T03:13:23.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18562026-07-20T03:13:23.545Z
18572026-07-20T03:13:23.545Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18582026-07-20T03:13:23.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-20T03:13:23.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-20T03:13:23.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-20T03:13:23.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18622026-07-20T03:13:23.956Z
18632026-07-20T03:13:23.956Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18642026-07-20T03:13:24.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-20T03:13:24.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-20T03:13:24.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-20T03:13:24.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18682026-07-20T03:13:24.364Z
18692026-07-20T03:13:24.364Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18702026-07-20T03:13:24.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-20T03:13:24.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-20T03:13:24.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-20T03:13:24.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18742026-07-20T03:13:24.767Z
18752026-07-20T03:13:24.767Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18762026-07-20T03:13:25.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-20T03:13:25.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-20T03:13:25.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-20T03:13:25.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18802026-07-20T03:13:25.173Z
18812026-07-20T03:13:25.173Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18822026-07-20T03:13:25.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-20T03:13:25.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-20T03:13:25.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-20T03:13:25.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18862026-07-20T03:13:25.576Z
18872026-07-20T03:13:25.576Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18882026-07-20T03:13:25.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-20T03:13:25.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-20T03:13:25.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-20T03:13:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18922026-07-20T03:13:25.981Z
18932026-07-20T03:13:25.981Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18942026-07-20T03:13:26.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-20T03:13:26.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-20T03:13:26.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-20T03:13:26.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18982026-07-20T03:13:26.396Z
18992026-07-20T03:13:26.396Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19002026-07-20T03:13:26.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-20T03:13:26.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-20T03:13:26.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-20T03:13:26.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19042026-07-20T03:13:26.809Z
19052026-07-20T03:13:26.810Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19062026-07-20T03:13:27.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-20T03:13:27.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-20T03:13:27.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-20T03:13:27.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19102026-07-20T03:13:27.219Z
19112026-07-20T03:13:27.219Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19122026-07-20T03:13:27.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-20T03:13:27.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-20T03:13:27.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-20T03:13:27.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19162026-07-20T03:13:27.635Z
19172026-07-20T03:13:27.635Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19182026-07-20T03:13:27.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-20T03:13:27.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-20T03:13:27.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-20T03:13:28.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19222026-07-20T03:13:28.049Z
19232026-07-20T03:13:28.049Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19242026-07-20T03:13:28.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-20T03:13:28.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-20T03:13:28.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-20T03:13:28.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19282026-07-20T03:13:28.459Z
19292026-07-20T03:13:28.459Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19302026-07-20T03:13:28.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-20T03:13:28.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-20T03:13:28.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-20T03:13:28.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19342026-07-20T03:13:28.874Z
19352026-07-20T03:13:28.874Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19362026-07-20T03:13:29.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-20T03:13:29.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-20T03:13:29.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-20T03:13:29.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19402026-07-20T03:13:29.286Z
19412026-07-20T03:13:29.286Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19422026-07-20T03:13:29.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-20T03:13:29.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-20T03:13:29.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-20T03:13:29.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-07-20T03:13:29.701Z
19472026-07-20T03:13:29.702Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19482026-07-20T03:13:30.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-20T03:13:30.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-20T03:13:30.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-20T03:13:30.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-20T03:13:30.108Z
19532026-07-20T03:13:30.108Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19542026-07-20T03:13:30.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-20T03:13:30.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-20T03:13:30.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-20T03:13:30.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-07-20T03:13:30.522Z
19592026-07-20T03:13:30.522Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19602026-07-20T03:13:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-20T03:13:30.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-20T03:13:30.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-20T03:13:30.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-07-20T03:13:30.939Z
19652026-07-20T03:13:30.939Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19662026-07-20T03:13:31.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-20T03:13:31.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-20T03:13:31.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-20T03:13:31.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-20T03:13:31.342Z
19712026-07-20T03:13:31.342Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19722026-07-20T03:13:31.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-20T03:13:31.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-20T03:13:31.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-20T03:13:31.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-20T03:13:31.748Z
19772026-07-20T03:13:31.748Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19782026-07-20T03:13:32.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-20T03:13:32.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-20T03:13:32.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-20T03:13:32.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-20T03:13:32.153Z
19832026-07-20T03:13:32.153Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19842026-07-20T03:13:32.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-20T03:13:32.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-20T03:13:32.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-20T03:13:32.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-07-20T03:13:32.563Z
19892026-07-20T03:13:32.563Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19902026-07-20T03:13:32.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-20T03:13:32.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-20T03:13:32.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-20T03:13:32.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-20T03:13:32.965Z
19952026-07-20T03:13:32.965Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
19962026-07-20T03:13:33.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-20T03:13:33.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-20T03:13:33.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-20T03:13:33.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-20T03:13:33.371Z
20012026-07-20T03:13:33.371Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20022026-07-20T03:13:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-20T03:13:33.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-20T03:13:33.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-20T03:13:33.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-20T03:13:33.776Z
20072026-07-20T03:13:33.776Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20082026-07-20T03:13:34.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-20T03:13:34.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-20T03:13:34.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-20T03:13:34.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-20T03:13:34.186Z
20132026-07-20T03:13:34.186Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20142026-07-20T03:13:34.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-20T03:13:34.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-20T03:13:34.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-20T03:13:34.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-07-20T03:13:34.589Z
20192026-07-20T03:13:34.589Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20202026-07-20T03:13:34.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-20T03:13:34.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-20T03:13:34.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-20T03:13:34.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-07-20T03:13:34.996Z
20252026-07-20T03:13:34.996Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20262026-07-20T03:13:35.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-20T03:13:35.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-20T03:13:35.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-20T03:13:35.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-20T03:13:35.404Z
20312026-07-20T03:13:35.404Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20322026-07-20T03:13:35.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-20T03:13:35.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-20T03:13:35.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-20T03:13:35.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-20T03:13:35.812Z
20372026-07-20T03:13:35.812Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20382026-07-20T03:13:36.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-20T03:13:36.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-20T03:13:36.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-20T03:13:36.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-07-20T03:13:36.222Z
20432026-07-20T03:13:36.222Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20442026-07-20T03:13:36.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-20T03:13:36.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-20T03:13:36.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-20T03:13:36.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-20T03:13:36.633Z
20492026-07-20T03:13:36.633Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20502026-07-20T03:13:36.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-20T03:13:36.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-20T03:13:36.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-20T03:13:36.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-20T03:13:37.042Z
20552026-07-20T03:13:37.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20562026-07-20T03:13:37.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-20T03:13:37.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-20T03:13:37.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-20T03:13:37.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-20T03:13:37.453Z
20612026-07-20T03:13:37.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20622026-07-20T03:13:37.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-20T03:13:37.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-20T03:13:37.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-20T03:13:37.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-20T03:13:37.864Z
20672026-07-20T03:13:37.864Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20682026-07-20T03:13:38.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-20T03:13:38.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-20T03:13:38.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-20T03:13:38.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-07-20T03:13:38.279Z
20732026-07-20T03:13:38.279Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20742026-07-20T03:13:38.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-20T03:13:38.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-20T03:13:38.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-20T03:13:38.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-07-20T03:13:38.694Z
20792026-07-20T03:13:38.694Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20802026-07-20T03:13:39.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-20T03:13:39.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-20T03:13:39.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-20T03:13:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-20T03:13:39.103Z
20852026-07-20T03:13:39.103Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20862026-07-20T03:13:39.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-20T03:13:39.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-20T03:13:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-20T03:13:39.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-20T03:13:39.513Z
20912026-07-20T03:13:39.513Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20922026-07-20T03:13:39.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-20T03:13:39.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-20T03:13:39.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-20T03:13:39.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-07-20T03:13:39.927Z
20972026-07-20T03:13:39.927Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
20982026-07-20T03:13:40.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-20T03:13:40.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-20T03:13:40.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-20T03:13:40.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-07-20T03:13:40.513Z
21032026-07-20T03:13:40.513Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21042026-07-20T03:13:41.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-20T03:13:41.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-20T03:13:41.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-20T03:13:41.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21082026-07-20T03:13:41.098Z
21092026-07-20T03:13:41.098Zinfo: running `cargo check --bins` on nexus-config (51/301)
21102026-07-20T03:13:41.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-20T03:13:41.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-20T03:13:41.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-20T03:13:41.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21142026-07-20T03:13:41.678Z
21152026-07-20T03:13:41.678Zinfo: running `cargo check --bins` on nexus-types (52/301)
21162026-07-20T03:13:42.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-20T03:13:42.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-20T03:13:42.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-20T03:13:42.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21202026-07-20T03:13:42.254Z
21212026-07-20T03:13:42.254Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21222026-07-20T03:13:42.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-20T03:13:42.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-20T03:13:42.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-20T03:13:42.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21262026-07-20T03:13:42.798Z
21272026-07-20T03:13:42.798Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21282026-07-20T03:13:43.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-20T03:13:43.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-20T03:13:43.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-20T03:13:43.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21322026-07-20T03:13:43.328Z
21332026-07-20T03:13:43.328Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21342026-07-20T03:13:43.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-20T03:13:43.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-20T03:13:43.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-20T03:13:43.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21382026-07-20T03:13:43.875Z
21392026-07-20T03:13:43.875Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21402026-07-20T03:13:44.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-20T03:13:44.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-20T03:13:44.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-20T03:13:44.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21442026-07-20T03:13:44.427Z
21452026-07-20T03:13:44.427Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21462026-07-20T03:13:44.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-20T03:13:44.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-20T03:13:44.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-20T03:13:44.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21502026-07-20T03:13:44.977Z
21512026-07-20T03:13:44.977Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21522026-07-20T03:13:45.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-20T03:13:45.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-20T03:13:45.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-20T03:13:45.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21562026-07-20T03:13:45.524Z
21572026-07-20T03:13:45.524Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21582026-07-20T03:13:45.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-20T03:13:45.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-20T03:13:45.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-20T03:13:45.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21622026-07-20T03:13:46.053Z
21632026-07-20T03:13:46.053Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21642026-07-20T03:13:46.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-20T03:13:46.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-20T03:13:46.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-20T03:13:46.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21682026-07-20T03:13:46.585Z
21692026-07-20T03:13:46.585Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21702026-07-20T03:13:47.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-20T03:13:47.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-20T03:13:47.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-20T03:13:47.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-20T03:13:47.107Z
21752026-07-20T03:13:47.107Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21762026-07-20T03:13:47.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-20T03:13:47.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-20T03:13:47.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-20T03:13:47.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21802026-07-20T03:13:47.638Z
21812026-07-20T03:13:47.638Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21822026-07-20T03:13:48.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-20T03:13:48.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-20T03:13:48.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-20T03:13:48.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21862026-07-20T03:13:48.183Z
21872026-07-20T03:13:48.183Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21882026-07-20T03:13:48.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-20T03:13:48.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-20T03:13:48.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-20T03:13:48.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21922026-07-20T03:13:48.730Z
21932026-07-20T03:13:48.730Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21942026-07-20T03:13:49.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-20T03:13:49.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-20T03:13:49.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-20T03:13:49.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-20T03:13:49.257Z
21992026-07-20T03:13:49.257Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22002026-07-20T03:13:49.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-20T03:13:49.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-20T03:13:49.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-20T03:13:49.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22042026-07-20T03:13:49.789Z
22052026-07-20T03:13:49.789Zinfo: running `cargo check --bins` on ereport-types (67/301)
22062026-07-20T03:13:50.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-20T03:13:50.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-20T03:13:50.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-20T03:13:50.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22102026-07-20T03:13:50.321Z
22112026-07-20T03:13:50.321Zinfo: running `cargo check --bins` on gateway-client (68/301)
22122026-07-20T03:13:50.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-20T03:13:50.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-20T03:13:50.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-20T03:13:50.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22162026-07-20T03:13:50.858Z
22172026-07-20T03:13:50.858Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22182026-07-20T03:13:51.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-20T03:13:51.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-20T03:13:51.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-20T03:13:51.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22222026-07-20T03:13:51.396Z
22232026-07-20T03:13:51.396Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22242026-07-20T03:13:51.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-20T03:13:51.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-20T03:13:51.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-20T03:13:51.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22282026-07-20T03:13:51.939Z
22292026-07-20T03:13:51.939Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22302026-07-20T03:13:52.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-20T03:13:52.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-20T03:13:52.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-20T03:13:52.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22342026-07-20T03:13:52.479Z
22352026-07-20T03:13:52.479Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22362026-07-20T03:13:52.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-20T03:13:52.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-20T03:13:52.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-20T03:13:52.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-20T03:13:53.029Z
22412026-07-20T03:13:53.029Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22422026-07-20T03:13:53.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-20T03:13:53.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-20T03:13:53.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-20T03:13:53.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22462026-07-20T03:13:53.568Z
22472026-07-20T03:13:53.568Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22482026-07-20T03:13:54.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-20T03:13:54.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-20T03:13:54.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-20T03:13:54.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-07-20T03:13:54.121Z
22532026-07-20T03:13:54.121Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22542026-07-20T03:13:54.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-20T03:13:54.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-20T03:13:54.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-20T03:13:54.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22582026-07-20T03:13:54.651Z
22592026-07-20T03:13:54.651Zinfo: running `cargo check --bins` on oxlog (76/301)
22602026-07-20T03:13:55.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-20T03:13:55.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-20T03:13:55.222Z Checking cfg-if v1.0.4
22632026-07-20T03:13:55.226Z Checking libc v0.2.185
22642026-07-20T03:13:55.226Z Checking serde_core v1.0.228
22652026-07-20T03:13:55.339Z Checking memchr v2.8.0
22662026-07-20T03:13:55.342Z Checking zeroize v1.8.2
22672026-07-20T03:13:55.354Z Checking log v0.4.29
22682026-07-20T03:13:55.357Z Checking smallvec v1.15.1
22692026-07-20T03:13:55.373Z Checking subtle v2.6.1
22702026-07-20T03:13:55.385Z Checking itoa v1.0.17
22712026-07-20T03:13:55.491Z Checking scopeguard v1.2.0
22722026-07-20T03:13:55.514Z Checking stable_deref_trait v1.2.1
22732026-07-20T03:13:55.526Z Checking typenum v1.20.1
22742026-07-20T03:13:55.537Z Checking zerofrom v0.1.6
22752026-07-20T03:13:55.550Z Checking pin-project-lite v0.2.17
22762026-07-20T03:13:55.583Z Checking lock_api v0.4.14
22772026-07-20T03:13:55.597Z Checking portable-atomic v1.13.1
22782026-07-20T03:13:55.640Z Checking futures-core v0.3.32
22792026-07-20T03:13:55.652Z Checking yoke v0.8.1
22802026-07-20T03:13:55.709Z Checking critical-section v1.2.0
22812026-07-20T03:13:55.744Z Checking errno v0.3.14
22822026-07-20T03:13:55.767Z Checking getrandom v0.2.17
22832026-07-20T03:13:55.785Z Checking parking_lot_core v0.9.12
22842026-07-20T03:13:55.805Z Checking mio v1.2.0
22852026-07-20T03:13:55.817Z Checking zerovec v0.11.5
22862026-07-20T03:13:55.868Z Checking signal-hook-registry v1.4.8
22872026-07-20T03:13:55.909Z Checking rand_core v0.6.4
22882026-07-20T03:13:55.966Z Checking parking_lot v0.12.5
22892026-07-20T03:13:56.002Z Checking once_cell v1.21.3
22902026-07-20T03:13:56.028Z Checking zerocopy v0.8.40
22912026-07-20T03:13:56.102Z Checking zmij v1.0.21
22922026-07-20T03:13:56.109Z Checking rand_core v0.10.0
22932026-07-20T03:13:56.150Z Checking const-oid v0.9.6
22942026-07-20T03:13:56.177Z Checking libm v0.2.16
22952026-07-20T03:13:56.231Z Checking getrandom v0.4.1
22962026-07-20T03:13:56.255Z Checking tinystr v0.8.2
22972026-07-20T03:13:56.280Z Checking writeable v0.6.2
22982026-07-20T03:13:56.292Z Checking litemap v0.8.1
22992026-07-20T03:13:56.376Z Checking percent-encoding v2.3.2
23002026-07-20T03:13:56.430Z Checking generic-array v0.14.7
23012026-07-20T03:13:56.443Z Checking potential_utf v0.1.4
23022026-07-20T03:13:56.460Z Checking icu_locale_core v2.1.1
23032026-07-20T03:13:56.522Z Checking zerotrie v0.2.3
23042026-07-20T03:13:56.569Z Checking socket2 v0.6.3
23052026-07-20T03:13:56.768Z Checking equivalent v1.0.2
23062026-07-20T03:13:56.820Z Checking icu_collections v2.1.1
23072026-07-20T03:13:56.833Z Checking serde v1.0.228
23082026-07-20T03:13:56.850Z Checking bitflags v2.11.0
23092026-07-20T03:13:56.853Z Checking serde_json v1.0.150
23102026-07-20T03:13:56.893Z Checking num-traits v0.2.19
23112026-07-20T03:13:56.909Z Checking futures-sink v0.3.32
23122026-07-20T03:13:57.005Z Checking futures-channel v0.3.32
23132026-07-20T03:13:57.017Z Checking icu_normalizer_data v2.1.1
23142026-07-20T03:13:57.029Z Checking icu_provider v2.1.1
23152026-07-20T03:13:57.086Z Checking icu_properties_data v2.1.2
23162026-07-20T03:13:57.132Z Checking slab v0.4.12
23172026-07-20T03:13:57.195Z Checking futures-io v0.3.32
23182026-07-20T03:13:57.215Z Checking futures-task v0.3.32
23192026-07-20T03:13:57.242Z Checking bytes v1.11.1
23202026-07-20T03:13:57.261Z Checking icu_properties v2.1.2
23212026-07-20T03:13:57.288Z Checking icu_normalizer v2.1.1
23222026-07-20T03:13:57.310Z Checking hashbrown v0.17.0
23232026-07-20T03:13:57.351Z Checking futures-util v0.3.32
23242026-07-20T03:13:57.417Z Checking crypto-common v0.1.7
23252026-07-20T03:13:57.534Z Checking block-buffer v0.10.4
23262026-07-20T03:13:57.548Z Checking utf8_iter v1.0.4
23272026-07-20T03:13:57.586Z Checking form_urlencoded v1.2.2
23282026-07-20T03:13:57.665Z Checking digest v0.10.7
23292026-07-20T03:13:57.678Z Checking getrandom v0.3.4
23302026-07-20T03:13:57.690Z Checking tokio v1.52.1
23312026-07-20T03:13:57.715Z Checking fnv v1.0.7
23322026-07-20T03:13:57.782Z Checking indexmap v2.14.0
23332026-07-20T03:13:57.807Z Checking byteorder v1.5.0
23342026-07-20T03:13:57.820Z Checking rand_core v0.9.5
23352026-07-20T03:13:57.860Z Checking http v1.4.2
23362026-07-20T03:13:57.992Z Checking uuid v1.23.4
23372026-07-20T03:13:58.007Z Checking regex-syntax v0.8.10
23382026-07-20T03:13:58.075Z Checking idna_adapter v1.2.1
23392026-07-20T03:13:58.192Z Checking idna v1.1.0
23402026-07-20T03:13:58.307Z Checking iana-time-zone v0.1.65
23412026-07-20T03:13:58.341Z Checking base64ct v1.8.3
23422026-07-20T03:13:58.413Z Checking base64 v0.22.1
23432026-07-20T03:13:58.428Z Checking chrono v0.4.45
23442026-07-20T03:13:58.441Z Checking url v2.5.8
23452026-07-20T03:13:58.578Z Checking pem-rfc7468 v0.7.0
23462026-07-20T03:13:58.647Z Checking rustix v1.1.3
23472026-07-20T03:13:58.747Z Checking tracing-core v0.1.36
23482026-07-20T03:13:58.862Z Checking ppv-lite86 v0.2.21
23492026-07-20T03:13:58.893Z Checking flagset v0.4.7
23502026-07-20T03:13:59.019Z Checking der v0.7.10
23512026-07-20T03:13:59.059Z Checking tracing v0.1.44
23522026-07-20T03:13:59.163Z Checking rand_chacha v0.9.0
23532026-07-20T03:13:59.267Z Checking http-body v1.0.1
23542026-07-20T03:13:59.310Z Checking rustls-pki-types v1.14.0
23552026-07-20T03:13:59.324Z Checking cmov v0.5.4
23562026-07-20T03:13:59.350Z Checking tinyvec_macros v0.1.1
23572026-07-20T03:13:59.364Z Checking openssl-probe v0.2.1
23582026-07-20T03:13:59.398Z Checking rand v0.9.2
23592026-07-20T03:13:59.416Z Checking tinyvec v1.10.0
23602026-07-20T03:13:59.467Z Checking aws-lc-sys v0.40.0
23612026-07-20T03:13:59.502Z Checking tower-service v0.3.3
23622026-07-20T03:13:59.516Z Checking ctutils v0.4.2
23632026-07-20T03:13:59.594Z Checking tower-layer v0.3.3
23642026-07-20T03:13:59.605Z Checking try-lock v0.2.5
23652026-07-20T03:13:59.701Z Checking atomic-waker v1.1.2
23662026-07-20T03:13:59.720Z Checking untrusted v0.7.1
23672026-07-20T03:13:59.731Z Checking dyn-clone v1.0.20
23682026-07-20T03:13:59.743Z Checking hybrid-array v0.4.13
23692026-07-20T03:13:59.780Z Checking spki v0.7.3
23702026-07-20T03:13:59.793Z Checking want v0.3.1
23712026-07-20T03:13:59.827Z Checking ipnet v2.11.0
23722026-07-20T03:13:59.840Z Checking semver v1.0.28
23732026-07-20T03:13:59.875Z Checking httparse v1.10.1
23742026-07-20T03:13:59.909Z Checking aho-corasick v1.1.4
23752026-07-20T03:13:59.942Z Checking fastrand v2.3.0
23762026-07-20T03:13:59.968Z Checking aws-lc-rs v1.16.3
23772026-07-20T03:14:00.047Z Checking httpdate v1.0.3
23782026-07-20T03:14:00.081Z Checking untrusted v0.9.0
23792026-07-20T03:14:00.081Z Checking utf8parse v0.2.2
23802026-07-20T03:14:00.120Z Checking plain v0.2.3
23812026-07-20T03:14:00.187Z Checking cpufeatures v0.2.17
23822026-07-20T03:14:00.200Z Checking foreign-types-shared v0.1.1
23832026-07-20T03:14:00.214Z Checking tempfile v3.25.0
23842026-07-20T03:14:00.227Z Checking schemars v0.8.22
23852026-07-20T03:14:00.256Z Checking pkcs8 v0.10.2
23862026-07-20T03:14:00.279Z Checking foreign-types v0.3.2
23872026-07-20T03:14:00.348Z Checking unicode-normalization v0.1.25
23882026-07-20T03:14:00.407Z Checking openssl-sys v0.9.115
23892026-07-20T03:14:00.418Z Checking spin v0.9.8
23902026-07-20T03:14:00.512Z Checking ucd-trie v0.1.7
23912026-07-20T03:14:00.587Z Checking regex-automata v0.4.14
23922026-07-20T03:14:00.604Z Checking anstyle v1.0.14
23932026-07-20T03:14:00.650Z Checking unicode-ident v1.0.24
23942026-07-20T03:14:00.757Z Checking proc-macro2 v1.0.106
23952026-07-20T03:14:00.760Z Checking pest v2.8.6
23962026-07-20T03:14:00.783Z Checking openssl v0.10.79
23972026-07-20T03:14:00.796Z Checking sha2 v0.10.9
23982026-07-20T03:14:00.810Z Checking rustls-webpki v0.103.13
23992026-07-20T03:14:00.885Z Checking hmac v0.12.1
24002026-07-20T03:14:00.987Z Checking tokio-util v0.7.18
24012026-07-20T03:14:01.022Z Checking thiserror v2.0.18
24022026-07-20T03:14:01.069Z Checking sync_wrapper v1.0.2
24032026-07-20T03:14:01.081Z Checking wait-timeout v0.2.1
24042026-07-20T03:14:01.123Z Checking siphasher v1.0.2
24052026-07-20T03:14:01.172Z Checking is_terminal_polyfill v1.70.2
24062026-07-20T03:14:01.203Z Checking simd-adler32 v0.3.8
24072026-07-20T03:14:01.232Z Checking rustls v0.23.41
24082026-07-20T03:14:01.258Z Checking anstyle-query v1.1.5
24092026-07-20T03:14:01.278Z Checking quick-error v1.2.3
24102026-07-20T03:14:01.350Z Checking colorchoice v1.0.4
24112026-07-20T03:14:01.374Z Checking powerfmt v0.2.0
24122026-07-20T03:14:01.385Z Checking bit-vec v0.8.0
24132026-07-20T03:14:01.450Z Checking pretty-hex v0.4.1
24142026-07-20T03:14:01.533Z Checking deranged v0.5.8
24152026-07-20T03:14:01.571Z Checking rusty-fork v0.3.1
24162026-07-20T03:14:01.596Z Checking bit-set v0.8.0
24172026-07-20T03:14:01.635Z Checking h2 v0.4.15
24182026-07-20T03:14:01.745Z Checking tower v0.5.3
24192026-07-20T03:14:01.759Z Checking quote v1.0.45
24202026-07-20T03:14:01.884Z Compiling newtype-uuid v1.3.2
24212026-07-20T03:14:01.931Z Checking http-body-util v0.1.3
24222026-07-20T03:14:02.067Z Checking crossbeam-utils v0.8.21
24232026-07-20T03:14:02.145Z Checking rand_xorshift v0.4.0
24242026-07-20T03:14:02.158Z Checking crc32fast v1.5.0
24252026-07-20T03:14:02.264Z Checking scroll v0.13.0
24262026-07-20T03:14:02.297Z Checking ryu v1.0.23
24272026-07-20T03:14:02.408Z Checking num_threads v0.1.7
24282026-07-20T03:14:02.433Z Checking unicode-bidi v0.3.18
24292026-07-20T03:14:02.484Z Checking iri-string v0.7.10
24302026-07-20T03:14:02.498Z Checking allocator-api2 v0.2.21
24312026-07-20T03:14:02.509Z Checking unicode-properties v0.1.4
24322026-07-20T03:14:02.522Z Checking num-conv v0.2.0
24332026-07-20T03:14:02.638Z Checking unarray v0.1.4
24342026-07-20T03:14:02.695Z Checking adler2 v2.0.1
24352026-07-20T03:14:02.731Z Checking time-core v0.1.8
24362026-07-20T03:14:02.743Z Checking proptest v1.10.0
24372026-07-20T03:14:02.781Z Checking stringprep v0.1.5
24382026-07-20T03:14:02.800Z Checking miniz_oxide v0.8.9
24392026-07-20T03:14:02.856Z Checking native-tls v0.2.18
24402026-07-20T03:14:02.868Z Checking time v0.3.47
24412026-07-20T03:14:02.931Z Checking bstr v1.12.1
24422026-07-20T03:14:03.036Z Checking tokio-native-tls v0.3.1
24432026-07-20T03:14:03.157Z Checking goblin v0.10.5
24442026-07-20T03:14:03.199Z Checking serde_urlencoded v0.7.1
24452026-07-20T03:14:03.333Z Checking crossbeam-epoch v0.9.18
24462026-07-20T03:14:03.403Z Compiling daft v0.1.7
24472026-07-20T03:14:03.513Z Checking tower-http v0.6.8
24482026-07-20T03:14:03.546Z Checking syn v2.0.117
24492026-07-20T03:14:03.563Z Checking ipnetwork v0.21.1
24502026-07-20T03:14:03.691Z Checking block-padding v0.4.2
24512026-07-20T03:14:03.783Z Checking crypto-common v0.2.2
24522026-07-20T03:14:03.796Z Checking block-buffer v0.12.1
24532026-07-20T03:14:03.828Z Checking anstyle-parse v1.0.0
24542026-07-20T03:14:03.958Z Checking rustls-native-certs v0.8.3
24552026-07-20T03:14:03.981Z Checking rand_chacha v0.3.1
24562026-07-20T03:14:04.011Z Checking thiserror v1.0.69
24572026-07-20T03:14:04.088Z Checking scroll v0.12.0
24582026-07-20T03:14:04.109Z Checking hash32 v0.2.1
24592026-07-20T03:14:04.191Z Checking md-5 v0.10.6
24602026-07-20T03:14:04.268Z Checking signature v2.2.0
24612026-07-20T03:14:04.316Z Checking zstd-sys v2.0.16+zstd.1.5.7
24622026-07-20T03:14:04.331Z Checking num-integer v0.1.46
24632026-07-20T03:14:04.388Z Checking toml_datetime v0.6.11
24642026-07-20T03:14:04.401Z Checking serde_spanned v0.6.9
24652026-07-20T03:14:04.425Z Checking hex v0.4.3
24662026-07-20T03:14:04.523Z Checking encoding_rs v0.8.35
24672026-07-20T03:14:04.534Z Checking hyper v1.10.1
24682026-07-20T03:14:04.554Z Checking fallible-iterator v0.2.0
24692026-07-20T03:14:04.570Z Checking mime v0.3.17
24702026-07-20T03:14:04.582Z Checking psl-types v2.0.11
24712026-07-20T03:14:04.652Z Checking zlib-rs v0.6.2
24722026-07-20T03:14:04.696Z Checking publicsuffix v2.3.0
24732026-07-20T03:14:04.841Z Checking postgres-protocol v0.6.10
24742026-07-20T03:14:04.857Z Checking num-iter v0.1.45
24752026-07-20T03:14:04.898Z Checking zstd-safe v7.2.4
24762026-07-20T03:14:04.969Z Checking goblin v0.8.2
24772026-07-20T03:14:05.063Z Checking heapless v0.7.17
24782026-07-20T03:14:05.157Z Checking rand v0.8.6
24792026-07-20T03:14:05.468Z Checking hyper-util v0.1.20
24802026-07-20T03:14:05.481Z Checking cookie v0.18.1
24812026-07-20T03:14:05.495Z Checking anstream v1.0.0
24822026-07-20T03:14:05.551Z Checking flate2 v1.1.9
24832026-07-20T03:14:05.563Z Checking dof v0.4.0
24842026-07-20T03:14:05.685Z Checking inout v0.2.2
24852026-07-20T03:14:05.685Z Checking oxnet v0.1.6
24862026-07-20T03:14:05.714Z Compiling iddqd v0.4.2
24872026-07-20T03:14:05.847Z Checking tokio-rustls v0.26.4
24882026-07-20T03:14:05.865Z Checking dtrace-parser v0.3.0
24892026-07-20T03:14:05.880Z Checking phf_shared v0.13.1
24902026-07-20T03:14:05.950Z Checking lazy_static v1.5.0
24912026-07-20T03:14:06.041Z Checking anstyle-parse v0.2.7
24922026-07-20T03:14:06.073Z Checking zerocopy v0.7.35
24932026-07-20T03:14:06.076Z Checking pin-project v1.1.11
24942026-07-20T03:14:06.107Z Checking terminal_size v0.4.3
24952026-07-20T03:14:06.180Z Checking bzip2-sys v0.1.13+1.0.8
24962026-07-20T03:14:06.193Z Checking signal-hook v0.3.18
24972026-07-20T03:14:06.206Z Checking futures-executor v0.3.32
24982026-07-20T03:14:06.224Z Checking ff v0.13.1
24992026-07-20T03:14:06.263Z Checking thread-id v5.1.0
25002026-07-20T03:14:06.344Z Checking base16ct v0.2.0
25012026-07-20T03:14:06.357Z Checking foldhash v0.1.5
25022026-07-20T03:14:06.358Z Compiling rayon-core v1.13.0
25032026-07-20T03:14:06.382Z Checking bitflags v1.3.2
25042026-07-20T03:14:06.452Z Checking foldhash v0.2.0
25052026-07-20T03:14:06.468Z Checking libbz2-rs-sys v0.2.2
25062026-07-20T03:14:06.501Z Checking winnow v0.5.40
25072026-07-20T03:14:06.571Z Checking bumpalo v3.20.2
25082026-07-20T03:14:06.592Z Checking clap_lex v1.0.0
25092026-07-20T03:14:06.614Z Checking either v1.15.0
25102026-07-20T03:14:06.751Z Checking strsim v0.11.1
25112026-07-20T03:14:06.781Z Checking same-file v1.0.6
25122026-07-20T03:14:06.802Z Checking hyper-tls v0.6.0
25132026-07-20T03:14:06.814Z Checking managed v0.8.0
25142026-07-20T03:14:06.889Z Checking bzip2 v0.6.1
25152026-07-20T03:14:06.901Z Checking walkdir v2.5.0
25162026-07-20T03:14:06.921Z Checking clap_builder v4.6.0
25172026-07-20T03:14:06.956Z Checking dof v0.3.0
25182026-07-20T03:14:06.981Z Checking reqwest v0.12.28
25192026-07-20T03:14:07.009Z Checking smoltcp v0.9.1
25202026-07-20T03:14:07.052Z Checking hyper-rustls v0.27.7
25212026-07-20T03:14:07.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-07-20T03:14:07.068Z Checking zopfli v0.8.3
25232026-07-20T03:14:07.241Z Checking hashbrown v0.16.1
25242026-07-20T03:14:07.284Z Checking hashbrown v0.15.5
25252026-07-20T03:14:07.301Z Checking sec1 v0.7.3
25262026-07-20T03:14:07.410Z Checking signal-hook-mio v0.2.5
25272026-07-20T03:14:07.512Z Checking futures v0.3.32
25282026-07-20T03:14:07.525Z Checking group v0.13.0
25292026-07-20T03:14:07.593Z Checking usdt-impl v0.6.0
25302026-07-20T03:14:07.631Z Checking bzip2 v0.4.4
25312026-07-20T03:14:07.675Z Checking anstream v0.6.21
25322026-07-20T03:14:07.738Z Checking toml_edit v0.19.15
25332026-07-20T03:14:07.763Z Checking snafu v0.8.9
25342026-07-20T03:14:07.766Z Checking phf v0.13.1
25352026-07-20T03:14:07.787Z Checking num-bigint-dig v0.8.6
25362026-07-20T03:14:07.876Z Checking cipher v0.5.2
25372026-07-20T03:14:07.889Z Checking cookie_store v0.22.1
25382026-07-20T03:14:07.924Z Checking postgres-types v0.2.12
25392026-07-20T03:14:08.005Z Checking zstd v0.13.3
25402026-07-20T03:14:08.042Z Checking ed25519 v2.2.3
25412026-07-20T03:14:08.121Z Checking dtrace-parser v0.2.0
25422026-07-20T03:14:08.202Z Checking rustls-platform-verifier v0.6.2
25432026-07-20T03:14:08.228Z Checking crossbeam-deque v0.8.6
25442026-07-20T03:14:08.231Z Checking globset v0.4.18
25452026-07-20T03:14:08.243Z Checking regex v1.12.3
25462026-07-20T03:14:08.246Z Checking phf_shared v0.11.3
25472026-07-20T03:14:08.342Z Checking hkdf v0.12.4
25482026-07-20T03:14:08.373Z Checking olpc-cjson v0.1.4
25492026-07-20T03:14:08.412Z Checking ref-cast v1.0.25
25502026-07-20T03:14:08.412Z Checking curve25519-dalek v4.1.3
25512026-07-20T03:14:08.478Z Checking strum v0.27.2
25522026-07-20T03:14:08.503Z Checking pkcs1 v0.7.5
25532026-07-20T03:14:08.516Z Checking hubpack v0.1.2
25542026-07-20T03:14:08.519Z Checking memoffset v0.9.1
25552026-07-20T03:14:08.547Z Checking rustix v0.38.44
25562026-07-20T03:14:08.589Z Checking pem v3.0.6
25572026-07-20T03:14:08.605Z Checking float-cmp v0.10.0
25582026-07-20T03:14:08.638Z Checking serde-big-array v0.5.1
25592026-07-20T03:14:08.682Z Checking serde_plain v1.0.2
25602026-07-20T03:14:08.715Z Checking erased-serde v0.3.31
25612026-07-20T03:14:08.731Z Checking crypto-bigint v0.5.5
25622026-07-20T03:14:08.748Z Checking thread-id v4.2.2
25632026-07-20T03:14:08.774Z Checking memmap2 v0.9.10
25642026-07-20T03:14:08.820Z Checking env_filter v1.0.0
25652026-07-20T03:14:08.834Z Checking static_assertions v1.1.0
25662026-07-20T03:14:08.834Z Checking fixedbitset v0.4.2
25672026-07-20T03:14:08.914Z Checking data-encoding v2.10.0
25682026-07-20T03:14:08.933Z Checking cpufeatures v0.3.0
25692026-07-20T03:14:08.963Z Checking normalize-line-endings v0.3.0
25702026-07-20T03:14:08.981Z Checking winnow v0.7.14
25712026-07-20T03:14:09.003Z Checking keccak v0.1.6
25722026-07-20T03:14:09.057Z Checking const-oid v0.10.2
25732026-07-20T03:14:09.108Z Checking fixedbitset v0.5.7
25742026-07-20T03:14:09.172Z Checking jiff v0.2.21
25752026-07-20T03:14:09.190Z Checking winnow v1.0.3
25762026-07-20T03:14:09.220Z Checking unicode-segmentation v1.12.0
25772026-07-20T03:14:09.234Z Checking new_debug_unreachable v1.0.6
25782026-07-20T03:14:09.301Z Checking precomputed-hash v0.1.1
25792026-07-20T03:14:09.317Z Checking whoami v2.1.0
25802026-07-20T03:14:09.375Z Checking difflib v0.4.0
25812026-07-20T03:14:09.388Z Checking typed-path v0.9.3
25822026-07-20T03:14:09.483Z Checking predicates-core v1.0.10
25832026-07-20T03:14:09.510Z Checking toml_write v0.1.2
25842026-07-20T03:14:09.544Z Checking similar v2.7.0
25852026-07-20T03:14:09.560Z Checking tokio-postgres v0.7.16
25862026-07-20T03:14:09.609Z Checking predicates v3.1.4
25872026-07-20T03:14:09.662Z Checking elliptic-curve v0.13.8
25882026-07-20T03:14:09.677Z Checking toml_parser v1.1.2+spec-1.1.0
25892026-07-20T03:14:09.920Z Checking string_cache v0.8.9
25902026-07-20T03:14:09.943Z Checking crossterm v0.28.1
25912026-07-20T03:14:09.978Z Checking petgraph v0.8.3
25922026-07-20T03:14:10.011Z Checking ed25519-dalek v2.2.0
25932026-07-20T03:14:10.092Z Checking digest v0.11.3
25942026-07-20T03:14:10.234Z Checking tough v0.22.0
25952026-07-20T03:14:10.243Z Checking toml_edit v0.22.27
25962026-07-20T03:14:10.247Z Checking hickory-proto v0.25.2
25972026-07-20T03:14:10.277Z Checking sha3 v0.10.8
25982026-07-20T03:14:10.492Z Checking slog v2.8.2
25992026-07-20T03:14:10.675Z Checking chacha20 v0.10.0
26002026-07-20T03:14:10.762Z Checking petgraph v0.6.5
26012026-07-20T03:14:10.891Z Checking env_logger v0.11.9
26022026-07-20T03:14:10.933Z Checking usdt v0.6.0
26032026-07-20T03:14:11.089Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26042026-07-20T03:14:11.106Z Checking usdt-impl v0.5.0
26052026-07-20T03:14:11.362Z Checking toml v0.7.8
26062026-07-20T03:14:11.394Z Checking rsa v0.9.10
26072026-07-20T03:14:11.494Z Checking zip v4.6.1
26082026-07-20T03:14:11.602Z Checking nix v0.31.2
26092026-07-20T03:14:12.093Z Checking reqwest v0.13.2
26102026-07-20T03:14:12.107Z Checking clap v4.6.1
26112026-07-20T03:14:12.185Z Checking zip v0.6.6
26122026-07-20T03:14:12.273Z Checking itertools v0.13.0
26132026-07-20T03:14:12.359Z Checking byte-wrapper v0.1.0
26142026-07-20T03:14:12.524Z Checking serde_with v3.21.0
26152026-07-20T03:14:12.574Z Checking strum v0.26.3
26162026-07-20T03:14:12.662Z Checking fs-err v3.3.0
26172026-07-20T03:14:12.689Z Checking ahash v0.8.12
26182026-07-20T03:14:12.846Z Checking object v0.37.3
26192026-07-20T03:14:12.892Z Checking tokio-stream v0.1.18
26202026-07-20T03:14:12.976Z Checking buf-list v1.1.2
26212026-07-20T03:14:12.994Z Checking camino v1.2.2
26222026-07-20T03:14:13.166Z Checking anyhow v1.0.102
26232026-07-20T03:14:13.222Z Checking x509-cert v0.2.5
26242026-07-20T03:14:13.254Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26252026-07-20T03:14:13.288Z Checking openapiv3 v2.2.0
26262026-07-20T03:14:13.334Z Checking peg-runtime v0.8.5
26272026-07-20T03:14:13.369Z Checking lalrpop-util v0.19.12
26282026-07-20T03:14:13.482Z Checking rayon v1.11.0
26292026-07-20T03:14:13.525Z Checking sigpipe v0.1.3
26302026-07-20T03:14:13.539Z Checking glob v0.3.3
26312026-07-20T03:14:15.132Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-07-20T03:14:15.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s
26332026-07-20T03:14:15.567Z
26342026-07-20T03:14:15.567Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26352026-07-20T03:14:16.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-07-20T03:14:16.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-07-20T03:14:16.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-07-20T03:14:16.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26392026-07-20T03:14:16.121Z
26402026-07-20T03:14:16.121Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26412026-07-20T03:14:16.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-20T03:14:16.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-20T03:14:16.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-20T03:14:16.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26452026-07-20T03:14:16.679Z
26462026-07-20T03:14:16.679Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26472026-07-20T03:14:17.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-20T03:14:17.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-20T03:14:17.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-20T03:14:17.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26512026-07-20T03:14:17.246Z
26522026-07-20T03:14:17.246Zinfo: running `cargo check --bins` on oxql-types (80/301)
26532026-07-20T03:14:17.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-20T03:14:17.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-20T03:14:17.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-20T03:14:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26572026-07-20T03:14:17.797Z
26582026-07-20T03:14:17.797Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26592026-07-20T03:14:18.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-20T03:14:18.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-20T03:14:18.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-20T03:14:18.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26632026-07-20T03:14:18.354Z
26642026-07-20T03:14:18.354Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26652026-07-20T03:14:18.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-20T03:14:18.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-20T03:14:18.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-20T03:14:18.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26692026-07-20T03:14:18.906Z
26702026-07-20T03:14:18.906Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26712026-07-20T03:14:19.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-20T03:14:19.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-20T03:14:19.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-20T03:14:19.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26752026-07-20T03:14:19.442Z
26762026-07-20T03:14:19.442Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26772026-07-20T03:14:19.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-20T03:14:19.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-20T03:14:20.089Z Compiling structmeta-derive v0.3.0
26802026-07-20T03:14:20.208Z Compiling multer v3.1.0
26812026-07-20T03:14:20.219Z Compiling async-stream-impl v0.3.6
26822026-07-20T03:14:20.222Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-07-20T03:14:20.237Z Compiling dropshot v0.17.1
26842026-07-20T03:14:20.251Z Compiling newtype-uuid-macros v0.1.0
26852026-07-20T03:14:20.254Z Compiling dropshot_endpoint v0.17.1
26862026-07-20T03:14:20.278Z Checking newtype-uuid v1.3.2
26872026-07-20T03:14:20.452Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-07-20T03:14:20.482Z Checking daft v0.1.7
26892026-07-20T03:14:20.535Z Checking thread_local v1.1.9
26902026-07-20T03:14:20.627Z Checking match_cfg v0.1.0
26912026-07-20T03:14:20.698Z Checking compression-core v0.4.31
26922026-07-20T03:14:20.713Z Checking hostname v0.3.1
26932026-07-20T03:14:20.758Z Checking iddqd v0.4.2
26942026-07-20T03:14:20.812Z Checking crossbeam-channel v0.5.15
26952026-07-20T03:14:20.826Z Checking compression-codecs v0.4.37
26962026-07-20T03:14:20.827Z Checking atomicwrites v0.4.4
26972026-07-20T03:14:20.870Z Checking slog-json v2.6.1
26982026-07-20T03:14:20.953Z Checking toml_datetime v1.1.1+spec-1.1.0
26992026-07-20T03:14:21.007Z Checking serde_spanned v1.1.1
27002026-07-20T03:14:21.032Z Checking is-terminal v0.4.17
27012026-07-20T03:14:21.057Z Checking debug-ignore v1.0.5
27022026-07-20T03:14:21.125Z Checking toml_writer v1.1.1+spec-1.1.0
27032026-07-20T03:14:21.139Z Checking term v1.2.1
27042026-07-20T03:14:21.154Z Checking take_mut v0.2.2
27052026-07-20T03:14:21.154Z Checking slog-bunyan v2.5.0
27062026-07-20T03:14:21.157Z Checking async-compression v0.4.41
27072026-07-20T03:14:21.261Z Checking slog-async v2.8.0
27082026-07-20T03:14:21.283Z Checking async-stream v0.3.6
27092026-07-20T03:14:21.300Z Compiling structmeta v0.3.0
27102026-07-20T03:14:21.314Z Checking toml v1.1.2+spec-1.1.0
27112026-07-20T03:14:21.369Z Checking slog-term v2.9.2
27122026-07-20T03:14:21.411Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27132026-07-20T03:14:21.432Z Checking progenitor-client v0.14.0
27142026-07-20T03:14:21.446Z Checking sha1 v0.11.0
27152026-07-20T03:14:21.562Z Compiling derive-ex v0.1.8
27162026-07-20T03:14:21.640Z Compiling parse-display-derive v0.10.0
27172026-07-20T03:14:21.643Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-07-20T03:14:21.687Z Checking waitgroup v0.1.2
27192026-07-20T03:14:21.742Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-07-20T03:14:21.779Z Checking rustls-pemfile v2.2.0
27212026-07-20T03:14:21.792Z Checking backon v1.6.0
27222026-07-20T03:14:21.795Z Checking serde_path_to_error v0.1.20
27232026-07-20T03:14:21.822Z Checking hostname v0.4.2
27242026-07-20T03:14:21.926Z Checking instant v0.1.13
27252026-07-20T03:14:21.963Z Checking progenitor-extras v0.2.0
27262026-07-20T03:14:22.024Z Checking backoff v0.4.0
27272026-07-20T03:14:22.110Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-07-20T03:14:22.145Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-07-20T03:14:22.190Z Checking itertools v0.14.0
27302026-07-20T03:14:22.203Z Checking regress v0.10.5
27312026-07-20T03:14:22.330Z Checking macaddr v1.0.1
27322026-07-20T03:14:22.673Z Checking humantime v2.3.0
27332026-07-20T03:14:23.351Z Compiling test-strategy v0.4.5
27342026-07-20T03:14:23.407Z Checking parse-display v0.10.0
27352026-07-20T03:14:23.801Z Compiling prettyplease v0.2.37
27362026-07-20T03:14:24.098Z Checking num-rational v0.4.2
27372026-07-20T03:14:24.333Z Checking num-complex v0.4.6
27382026-07-20T03:14:24.792Z Compiling num v0.4.3
27392026-07-20T03:14:24.884Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27402026-07-20T03:14:24.908Z Compiling usdt-attr-macro v0.5.0
27412026-07-20T03:14:24.941Z Compiling usdt-macro v0.5.0
27422026-07-20T03:14:25.033Z Checking memmap v0.7.0
27432026-07-20T03:14:25.175Z Compiling float-ord v0.3.2
27442026-07-20T03:14:25.267Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-07-20T03:14:25.405Z Checking unicode-width v0.2.0
27462026-07-20T03:14:25.446Z Compiling convert_case v0.4.0
27472026-07-20T03:14:25.669Z Checking console v0.15.11
27482026-07-20T03:14:25.709Z Checking newline-converter v0.3.0
27492026-07-20T03:14:25.723Z Checking usdt v0.5.0
27502026-07-20T03:14:25.815Z Compiling toml v0.8.23
27512026-07-20T03:14:25.845Z Compiling derive_more v0.99.20
27522026-07-20T03:14:25.895Z Compiling minimal-lexical v0.2.1
27532026-07-20T03:14:25.961Z Checking linked-hash-map v0.5.6
27542026-07-20T03:14:26.143Z Checking lru-cache v0.1.2
27552026-07-20T03:14:26.166Z Compiling nom v7.1.3
27562026-07-20T03:14:26.272Z Checking expectorate v1.2.0
27572026-07-20T03:14:26.720Z Checking camino-tempfile v1.4.1
27582026-07-20T03:14:26.848Z Checking hickory-proto v0.24.4
27592026-07-20T03:14:26.895Z Checking phf_shared v0.12.1
27602026-07-20T03:14:26.970Z Compiling slog-dtrace v0.3.0
27612026-07-20T03:14:27.044Z Checking resolv-conf v0.7.6
27622026-07-20T03:14:27.246Z Checking heck v0.5.0
27632026-07-20T03:14:27.379Z Compiling unicode-xid v0.2.6
27642026-07-20T03:14:27.507Z Compiling chrono-tz v0.10.4
27652026-07-20T03:14:27.521Z Compiling const_format_proc_macros v0.2.34
27662026-07-20T03:14:27.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-07-20T03:14:27.782Z Checking phf v0.12.1
27682026-07-20T03:14:27.931Z Checking tokio-dtrace v0.1.1
27692026-07-20T03:14:28.132Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-07-20T03:14:28.186Z Compiling derive-where v1.6.0
27712026-07-20T03:14:28.580Z Checking highway v1.3.0
27722026-07-20T03:14:28.621Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-07-20T03:14:28.694Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27742026-07-20T03:14:28.761Z Checking hickory-resolver v0.24.4
27752026-07-20T03:14:28.818Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-07-20T03:14:29.338Z Checking const_format v0.2.35
27772026-07-20T03:14:29.567Z Checking oxide-tokio-rt v0.1.4
27782026-07-20T03:14:29.580Z Checking qorb v0.4.1
27792026-07-20T03:14:29.742Z Checking gethostname v0.5.0
27802026-07-20T03:14:29.834Z Checking bcs v0.1.6
27812026-07-20T03:14:29.855Z Checking termtree v0.5.1
27822026-07-20T03:14:30.177Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-07-20T03:14:30.217Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27842026-07-20T03:14:30.411Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-07-20T03:14:30.414Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-07-20T03:14:33.453Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-07-20T03:14:36.006Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-07-20T03:14:38.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.76s
27892026-07-20T03:14:38.377Z
27902026-07-20T03:14:38.377Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27912026-07-20T03:14:38.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-07-20T03:14:38.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-07-20T03:14:39.028Z Compiling ar_archive_writer v0.5.1
27942026-07-20T03:14:39.138Z Compiling stacker v0.1.23
27952026-07-20T03:14:39.144Z Compiling cfg_aliases v0.1.1
27962026-07-20T03:14:39.150Z Compiling convert_case v0.10.0
27972026-07-20T03:14:39.155Z Checking unicode-width v0.1.14
27982026-07-20T03:14:39.163Z Compiling proc-macro-error v1.0.4
27992026-07-20T03:14:39.173Z Checking fd-lock v4.0.4
28002026-07-20T03:14:39.176Z Checking nibble_vec v0.1.0
28012026-07-20T03:14:39.196Z Compiling nix v0.28.0
28022026-07-20T03:14:39.288Z Compiling recursive-proc-macro-impl v0.1.1
28032026-07-20T03:14:39.301Z Checking vte v0.14.1
28042026-07-20T03:14:39.404Z Checking bytecount v0.6.9
28052026-07-20T03:14:39.421Z Checking endian-type v0.1.2
28062026-07-20T03:14:39.464Z Compiling derive_more-impl v2.1.1
28072026-07-20T03:14:39.467Z Compiling tabled_derive v0.7.0
28082026-07-20T03:14:39.467Z Checking strip-ansi-escapes v0.2.1
28092026-07-20T03:14:39.502Z Checking papergrid v0.11.0
28102026-07-20T03:14:39.586Z Checking radix_trie v0.2.1
28112026-07-20T03:14:39.598Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-07-20T03:14:39.715Z Compiling peg-macros v0.8.5
28132026-07-20T03:14:39.798Z Checking winnow v0.6.26
28142026-07-20T03:14:39.995Z Compiling psm v0.1.30
28152026-07-20T03:14:40.107Z Compiling sqlparser_derive v0.5.0
28162026-07-20T03:14:40.137Z Checking nu-ansi-term v0.50.3
28172026-07-20T03:14:40.318Z Checking derive_more v2.1.1
28182026-07-20T03:14:40.349Z Checking unicode_categories v0.1.1
28192026-07-20T03:14:40.395Z Checking home v0.5.12
28202026-07-20T03:14:40.491Z Checking tabled v0.15.0
28212026-07-20T03:14:40.504Z Checking crossterm v0.29.0
28222026-07-20T03:14:40.515Z Checking reedline v0.40.0
28232026-07-20T03:14:40.528Z Checking rustyline v14.0.0
28242026-07-20T03:14:40.813Z Checking recursive v0.1.1
28252026-07-20T03:14:40.906Z Checking sqlparser v0.61.0
28262026-07-20T03:14:40.939Z Checking display-error-chain v0.2.2
28272026-07-20T03:14:41.003Z Checking sqlformat v0.3.5
28282026-07-20T03:14:41.145Z Checking peg v0.8.5
28292026-07-20T03:14:52.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
28302026-07-20T03:14:52.587Z
28312026-07-20T03:14:52.587Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28322026-07-20T03:14:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-07-20T03:14:53.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-07-20T03:14:53.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-07-20T03:14:56.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
28362026-07-20T03:14:56.970Z
28372026-07-20T03:14:56.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28382026-07-20T03:14:57.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-20T03:14:57.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-20T03:14:57.611Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-20T03:15:00.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28422026-07-20T03:15:00.321Z
28432026-07-20T03:15:00.321Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28442026-07-20T03:15:00.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-20T03:15:00.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-20T03:15:00.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-20T03:15:04.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28482026-07-20T03:15:04.519Z
28492026-07-20T03:15:04.519Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28502026-07-20T03:15:05.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-20T03:15:05.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-20T03:15:05.164Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-20T03:15:08.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28542026-07-20T03:15:08.752Z
28552026-07-20T03:15:08.752Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28562026-07-20T03:15:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-20T03:15:09.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-20T03:15:09.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-20T03:15:12.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28602026-07-20T03:15:12.223Z
28612026-07-20T03:15:12.223Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28622026-07-20T03:15:12.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-20T03:15:12.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-20T03:15:12.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-20T03:15:15.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28662026-07-20T03:15:15.731Z
28672026-07-20T03:15:15.731Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28682026-07-20T03:15:16.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-20T03:15:16.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-20T03:15:16.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-20T03:15:19.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
28722026-07-20T03:15:20.099Z
28732026-07-20T03:15:20.099Zinfo: running `cargo check --bins` on oximeter (93/301)
28742026-07-20T03:15:20.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-20T03:15:20.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-20T03:15:20.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-07-20T03:15:20.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28782026-07-20T03:15:20.652Z
28792026-07-20T03:15:20.652Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28802026-07-20T03:15:21.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-20T03:15:21.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-20T03:15:21.252Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-07-20T03:15:21.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-07-20T03:15:21.417Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-07-20T03:15:21.777Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-07-20T03:15:24.425Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-07-20T03:15:25.670Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-07-20T03:15:25.882Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-07-20T03:15:26.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
28902026-07-20T03:15:26.731Z
28912026-07-20T03:15:26.731Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28922026-07-20T03:15:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-20T03:15:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-20T03:15:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-20T03:15:27.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28962026-07-20T03:15:27.283Z
28972026-07-20T03:15:27.283Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
28982026-07-20T03:15:27.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-20T03:15:27.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-20T03:15:27.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-20T03:15:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-07-20T03:15:27.877Z
29032026-07-20T03:15:27.877Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29042026-07-20T03:15:28.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-20T03:15:28.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-20T03:15:28.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-20T03:15:28.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29082026-07-20T03:15:28.439Z
29092026-07-20T03:15:28.439Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29102026-07-20T03:15:28.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-20T03:15:28.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-20T03:15:28.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-20T03:15:28.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29142026-07-20T03:15:29.002Z
29152026-07-20T03:15:29.002Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29162026-07-20T03:15:29.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-20T03:15:29.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-20T03:15:29.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-20T03:15:29.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29202026-07-20T03:15:29.561Z
29212026-07-20T03:15:29.561Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29222026-07-20T03:15:30.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-20T03:15:30.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-20T03:15:30.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-20T03:15:30.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29262026-07-20T03:15:30.115Z
29272026-07-20T03:15:30.115Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29282026-07-20T03:15:30.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-20T03:15:30.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-20T03:15:30.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-20T03:15:30.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-20T03:15:30.653Z
29332026-07-20T03:15:30.653Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29342026-07-20T03:15:31.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-20T03:15:31.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-20T03:15:31.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-20T03:15:31.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29382026-07-20T03:15:31.213Z
29392026-07-20T03:15:31.213Zinfo: running `cargo check --bins` on update-engine (103/301)
29402026-07-20T03:15:31.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-20T03:15:31.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-20T03:15:31.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-20T03:15:31.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29442026-07-20T03:15:31.754Z
29452026-07-20T03:15:31.754Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29462026-07-20T03:15:32.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-20T03:15:32.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-20T03:15:32.440Z Compiling darling_core v0.21.3
29492026-07-20T03:15:32.559Z Compiling crucible-workspace-hack v0.1.0
29502026-07-20T03:15:32.565Z Checking secrecy v0.10.3
29512026-07-20T03:15:32.571Z Compiling heapless v0.8.0
29522026-07-20T03:15:32.575Z Compiling toml_datetime v0.7.5+spec-1.1.0
29532026-07-20T03:15:32.587Z Checking hash32 v0.3.1
29542026-07-20T03:15:32.590Z Checking inout v0.1.4
29552026-07-20T03:15:32.611Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-07-20T03:15:32.668Z Compiling smoltcp v0.11.0
29572026-07-20T03:15:32.709Z Checking cobs v0.3.0
29582026-07-20T03:15:32.730Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-07-20T03:15:32.816Z Checking cipher v0.4.4
29602026-07-20T03:15:32.832Z Checking universal-hash v0.5.1
29612026-07-20T03:15:32.860Z Compiling thiserror-impl-no-std v2.0.2
29622026-07-20T03:15:32.881Z Checking half v2.7.1
29632026-07-20T03:15:32.953Z Checking ciborium-io v0.2.2
29642026-07-20T03:15:33.015Z Checking opaque-debug v0.3.1
29652026-07-20T03:15:33.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29662026-07-20T03:15:33.066Z Checking chacha20 v0.9.1
29672026-07-20T03:15:33.086Z Checking poly1305 v0.8.0
29682026-07-20T03:15:33.147Z Checking ciborium-ll v0.2.2
29692026-07-20T03:15:33.263Z Checking postcard v1.1.3
29702026-07-20T03:15:33.279Z Compiling proc-macro-crate v3.4.0
29712026-07-20T03:15:33.327Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29722026-07-20T03:15:33.353Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-07-20T03:15:33.560Z Checking password-hash v0.5.0
29742026-07-20T03:15:33.622Z Checking blake2 v0.10.6
29752026-07-20T03:15:33.742Z Compiling proc-macro-crate v1.3.1
29762026-07-20T03:15:33.794Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-20T03:15:33.808Z Checking aead v0.5.2
29782026-07-20T03:15:33.841Z Compiling num_enum_derive v0.7.6
29792026-07-20T03:15:33.867Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29802026-07-20T03:15:33.953Z Compiling foreign-types-macros v0.2.3
29812026-07-20T03:15:34.034Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29822026-07-20T03:15:34.072Z Checking thiserror-no-std v2.0.2
29832026-07-20T03:15:34.085Z Checking foreign-types-shared v0.3.1
29842026-07-20T03:15:34.159Z Compiling num_enum_derive v0.5.11
29852026-07-20T03:15:34.173Z Checking vsss-rs v3.3.4
29862026-07-20T03:15:34.185Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29872026-07-20T03:15:34.326Z Checking chacha20poly1305 v0.10.1
29882026-07-20T03:15:34.425Z Checking argon2 v0.5.3
29892026-07-20T03:15:34.573Z Checking foreign-types v0.5.0
29902026-07-20T03:15:34.654Z Checking ciborium v0.2.2
29912026-07-20T03:15:34.790Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-07-20T03:15:34.892Z Checking tabwriter v1.4.1
29932026-07-20T03:15:34.940Z Checking num_enum v0.7.6
29942026-07-20T03:15:35.043Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-20T03:15:35.060Z Checking cstr-argument v0.1.2
29962026-07-20T03:15:35.083Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-20T03:15:35.098Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-20T03:15:35.160Z Compiling darling_macro v0.21.3
29992026-07-20T03:15:35.184Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30002026-07-20T03:15:35.238Z Checking num_enum v0.5.11
30012026-07-20T03:15:35.317Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30022026-07-20T03:15:35.331Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30032026-07-20T03:15:35.350Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-07-20T03:15:35.364Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-20T03:15:35.493Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-20T03:15:35.523Z Checking rand v0.10.1
30072026-07-20T03:15:35.553Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-20T03:15:35.568Z Checking colored v3.1.1
30092026-07-20T03:15:35.601Z Checking indent_write v2.2.0
30102026-07-20T03:15:35.684Z Compiling darling v0.21.3
30112026-07-20T03:15:35.708Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30122026-07-20T03:15:35.731Z Compiling zone_cfg_derive v0.3.1
30132026-07-20T03:15:35.766Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-07-20T03:15:35.780Z Compiling ingot-macros v0.1.1
30152026-07-20T03:15:35.804Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30162026-07-20T03:15:35.915Z Checking itertools v0.12.1
30172026-07-20T03:15:35.942Z Compiling num-derive v0.4.2
30182026-07-20T03:15:35.957Z Checking swrite v0.1.0
30192026-07-20T03:15:35.974Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-07-20T03:15:36.049Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-20T03:15:36.202Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-07-20T03:15:36.376Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-07-20T03:15:36.378Z Checking dropshot-api-manager-types v0.7.2
30242026-07-20T03:15:36.416Z Checking smf v0.2.3
30252026-07-20T03:15:36.493Z Checking nanorand v0.7.0
30262026-07-20T03:15:36.571Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-07-20T03:15:36.610Z Checking whoami v1.6.1
30282026-07-20T03:15:36.704Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30292026-07-20T03:15:36.720Z Checking flume v0.11.1
30302026-07-20T03:15:36.975Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30312026-07-20T03:15:36.992Z Checking zone v0.3.1
30322026-07-20T03:15:38.075Z Checking ingot-types v0.1.2
30332026-07-20T03:15:38.398Z Checking ingot v0.1.1
30342026-07-20T03:15:39.821Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30352026-07-20T03:15:40.791Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30362026-07-20T03:15:41.695Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30372026-07-20T03:15:43.136Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30382026-07-20T03:15:45.228Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-07-20T03:15:46.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
30402026-07-20T03:15:46.513Z
30412026-07-20T03:15:46.513Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30422026-07-20T03:15:46.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-20T03:15:46.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-20T03:15:46.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-20T03:15:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30462026-07-20T03:15:47.063Z
30472026-07-20T03:15:47.063Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30482026-07-20T03:15:47.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-20T03:15:47.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-20T03:15:47.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-20T03:15:47.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30522026-07-20T03:15:47.617Z
30532026-07-20T03:15:47.617Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30542026-07-20T03:15:48.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-20T03:15:48.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-20T03:15:48.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-20T03:15:48.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30582026-07-20T03:15:48.176Z
30592026-07-20T03:15:48.176Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30602026-07-20T03:15:48.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-20T03:15:48.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-20T03:15:48.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-20T03:15:48.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-07-20T03:15:48.736Z
30652026-07-20T03:15:48.737Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30662026-07-20T03:15:49.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-20T03:15:49.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-20T03:15:49.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-20T03:15:49.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30702026-07-20T03:15:49.293Z
30712026-07-20T03:15:49.293Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30722026-07-20T03:15:49.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-20T03:15:49.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-20T03:15:49.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-20T03:15:49.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30762026-07-20T03:15:49.850Z
30772026-07-20T03:15:49.850Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30782026-07-20T03:15:50.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-20T03:15:50.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-20T03:15:50.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-20T03:15:50.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30822026-07-20T03:15:50.412Z
30832026-07-20T03:15:50.412Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30842026-07-20T03:15:50.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-20T03:15:50.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-20T03:15:50.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-20T03:15:50.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30882026-07-20T03:15:50.962Z
30892026-07-20T03:15:50.962Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30902026-07-20T03:15:51.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-20T03:15:51.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-20T03:15:51.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-20T03:15:51.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30942026-07-20T03:15:51.525Z
30952026-07-20T03:15:51.525Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30962026-07-20T03:15:51.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-20T03:15:51.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-20T03:15:51.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-20T03:15:52.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31002026-07-20T03:15:52.085Z
31012026-07-20T03:15:52.085Zinfo: running `cargo check --bins` on installinator-client (115/301)
31022026-07-20T03:15:52.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-20T03:15:52.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-20T03:15:52.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-20T03:15:52.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31062026-07-20T03:15:52.644Z
31072026-07-20T03:15:52.644Zinfo: running `cargo check --bins` on nexus-client (116/301)
31082026-07-20T03:15:53.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-20T03:15:53.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-20T03:15:53.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-20T03:15:53.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31122026-07-20T03:15:53.238Z
31132026-07-20T03:15:53.238Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31142026-07-20T03:15:53.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-20T03:15:53.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-20T03:15:53.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-20T03:15:53.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-07-20T03:15:53.834Z
31192026-07-20T03:15:53.834Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31202026-07-20T03:15:54.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-20T03:15:54.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-20T03:15:54.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-20T03:15:54.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31242026-07-20T03:15:54.380Z
31252026-07-20T03:15:54.380Zinfo: running `cargo check --bins` on oxide-client (119/301)
31262026-07-20T03:15:54.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-20T03:15:54.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-20T03:15:54.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-20T03:15:54.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31302026-07-20T03:15:54.929Z
31312026-07-20T03:15:54.929Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31322026-07-20T03:15:55.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-20T03:15:55.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-20T03:15:55.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-20T03:15:55.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31362026-07-20T03:15:55.495Z
31372026-07-20T03:15:55.495Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31382026-07-20T03:15:55.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-20T03:15:55.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-20T03:15:55.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-20T03:15:55.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-20T03:15:56.040Z
31432026-07-20T03:15:56.040Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31442026-07-20T03:15:56.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-20T03:15:56.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-20T03:15:56.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-20T03:15:56.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31482026-07-20T03:15:56.609Z
31492026-07-20T03:15:56.609Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31502026-07-20T03:15:57.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-20T03:15:57.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-20T03:15:57.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-20T03:15:57.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31542026-07-20T03:15:57.195Z
31552026-07-20T03:15:57.195Zinfo: running `cargo check --bins` on installinator-common (124/301)
31562026-07-20T03:15:57.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-20T03:15:57.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-20T03:15:57.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-20T03:15:57.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-07-20T03:15:57.771Z
31612026-07-20T03:15:57.771Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31622026-07-20T03:15:58.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-20T03:15:58.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-20T03:15:58.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-20T03:15:58.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31662026-07-20T03:15:58.315Z
31672026-07-20T03:15:58.315Zinfo: running `cargo check --bins` on wicket-common (126/301)
31682026-07-20T03:15:58.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-20T03:15:58.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-20T03:15:58.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-20T03:15:58.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31722026-07-20T03:15:58.886Z
31732026-07-20T03:15:58.886Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31742026-07-20T03:15:59.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-20T03:15:59.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-20T03:15:59.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-20T03:15:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31782026-07-20T03:15:59.442Z
31792026-07-20T03:15:59.442Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31802026-07-20T03:15:59.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-20T03:15:59.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-20T03:15:59.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-20T03:15:59.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31842026-07-20T03:16:00.003Z
31852026-07-20T03:16:00.003Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31862026-07-20T03:16:00.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-20T03:16:00.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-20T03:16:00.659Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31892026-07-20T03:16:00.773Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31902026-07-20T03:16:00.780Z Checking csv-core v0.1.13
31912026-07-20T03:16:00.786Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31922026-07-20T03:16:00.792Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31932026-07-20T03:16:00.801Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31942026-07-20T03:16:00.812Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31952026-07-20T03:16:00.823Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31962026-07-20T03:16:00.936Z Checking csv v1.4.0
31972026-07-20T03:16:00.963Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31982026-07-20T03:16:00.966Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31992026-07-20T03:16:01.003Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32002026-07-20T03:16:01.033Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32012026-07-20T03:16:01.280Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32022026-07-20T03:16:01.658Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32032026-07-20T03:16:01.661Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32042026-07-20T03:16:01.983Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32052026-07-20T03:16:08.142Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32062026-07-20T03:16:08.682Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32072026-07-20T03:16:11.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
32082026-07-20T03:16:11.275Z
32092026-07-20T03:16:11.275Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32102026-07-20T03:16:11.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-20T03:16:11.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-20T03:16:11.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-20T03:16:11.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32142026-07-20T03:16:11.835Z
32152026-07-20T03:16:11.835Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32162026-07-20T03:16:12.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-20T03:16:12.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-20T03:16:12.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-20T03:16:12.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202026-07-20T03:16:12.480Z
32212026-07-20T03:16:12.480Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32222026-07-20T03:16:13.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-20T03:16:13.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-20T03:16:13.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-20T03:16:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32262026-07-20T03:16:13.123Z
32272026-07-20T03:16:13.123Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32282026-07-20T03:16:13.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-20T03:16:13.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-20T03:16:13.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-20T03:16:13.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32322026-07-20T03:16:13.730Z
32332026-07-20T03:16:13.730Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32342026-07-20T03:16:14.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-20T03:16:14.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-20T03:16:14.473Z Compiling regress v0.11.1
32372026-07-20T03:16:14.619Z Compiling unsafe-libyaml v0.2.11
32382026-07-20T03:16:14.631Z Compiling radium v0.7.0
32392026-07-20T03:16:14.634Z Compiling semver v0.1.20
32402026-07-20T03:16:14.652Z Checking nom v8.0.0
32412026-07-20T03:16:14.652Z Compiling maybe-uninit v2.0.0
32422026-07-20T03:16:14.654Z Checking tap v1.0.1
32432026-07-20T03:16:14.781Z Checking wyz v0.5.1
32442026-07-20T03:16:14.905Z Compiling rustc_version v0.1.7
32452026-07-20T03:16:14.963Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32462026-07-20T03:16:14.996Z Compiling zerocopy-derive v0.6.6
32472026-07-20T03:16:15.112Z Compiling packed_struct v0.10.1
32482026-07-20T03:16:15.139Z Compiling serde_yaml v0.9.34+deprecated
32492026-07-20T03:16:15.366Z Compiling newtype_derive v0.1.6
32502026-07-20T03:16:15.382Z Compiling owo-colors v4.3.0
32512026-07-20T03:16:15.586Z Checking crc-catalog v2.4.0
32522026-07-20T03:16:15.686Z Compiling cancel-safe-futures v0.1.5
32532026-07-20T03:16:15.739Z Checking funty v2.0.0
32542026-07-20T03:16:15.885Z Checking zerocopy v0.6.6
32552026-07-20T03:16:15.981Z Checking crc v3.4.0
32562026-07-20T03:16:16.065Z Checking bitvec v1.0.1
32572026-07-20T03:16:16.142Z Checking typify-impl v0.6.2
32582026-07-20T03:16:16.286Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-07-20T03:16:16.529Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32602026-07-20T03:16:16.693Z Compiling packed_struct_codegen v0.10.1
32612026-07-20T03:16:16.707Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32622026-07-20T03:16:16.867Z Checking libsw-core v0.3.2
32632026-07-20T03:16:16.895Z Compiling bitfield-macros v0.19.4
32642026-07-20T03:16:17.023Z Compiling indexmap v1.9.3
32652026-07-20T03:16:17.245Z Checking nodrop v0.1.14
32662026-07-20T03:16:17.345Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32672026-07-20T03:16:17.368Z Checking array-init v0.0.4
32682026-07-20T03:16:17.438Z Checking libsw v3.5.0
32692026-07-20T03:16:17.457Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-07-20T03:16:17.595Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32712026-07-20T03:16:17.648Z Checking bitfield v0.19.4
32722026-07-20T03:16:17.678Z Checking smallvec v0.6.14
32732026-07-20T03:16:17.858Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-07-20T03:16:17.922Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32752026-07-20T03:16:18.018Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32762026-07-20T03:16:18.049Z Checking base64 v0.21.7
32772026-07-20T03:16:18.132Z Checking smawk v0.3.2
32782026-07-20T03:16:18.266Z Checking unicode-linebreak v0.1.5
32792026-07-20T03:16:18.282Z Checking linear-map v1.2.0
32802026-07-20T03:16:18.296Z Checking tagptr v0.2.0
32812026-07-20T03:16:18.436Z Checking hashbrown v0.12.3
32822026-07-20T03:16:18.439Z Checking moka v0.12.13
32832026-07-20T03:16:18.464Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32842026-07-20T03:16:18.486Z Checking textwrap v0.16.2
32852026-07-20T03:16:18.508Z Checking ron v0.8.1
32862026-07-20T03:16:18.715Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-07-20T03:16:18.894Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-07-20T03:16:18.909Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-07-20T03:16:19.058Z Checking serde-hex v0.1.0
32902026-07-20T03:16:19.129Z Checking steno v0.4.1
32912026-07-20T03:16:19.211Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-07-20T03:16:19.381Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32932026-07-20T03:16:19.738Z Checking hashbrown v0.13.2
32942026-07-20T03:16:19.813Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-07-20T03:16:19.982Z Checking crc-any v2.5.0
32962026-07-20T03:16:20.059Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32972026-07-20T03:16:20.169Z Checking hickory-resolver v0.25.2
32982026-07-20T03:16:20.185Z Checking object v0.30.4
32992026-07-20T03:16:20.185Z Checking sha1 v0.10.6
33002026-07-20T03:16:20.229Z Checking path-slash v0.1.5
33012026-07-20T03:16:20.335Z Checking utf-8 v0.7.6
33022026-07-20T03:16:20.364Z Checking void v1.0.2
33032026-07-20T03:16:20.471Z Checking half v1.8.3
33042026-07-20T03:16:20.472Z Checking lzss v0.8.2
33052026-07-20T03:16:20.607Z Checking tungstenite v0.23.0
33062026-07-20T03:16:20.675Z Checking serde_cbor v0.11.2
33072026-07-20T03:16:20.816Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33082026-07-20T03:16:20.882Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33092026-07-20T03:16:20.899Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-07-20T03:16:20.914Z Compiling typify-macro v0.6.2
33112026-07-20T03:16:20.976Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33122026-07-20T03:16:20.991Z Checking nix v0.27.1
33132026-07-20T03:16:21.034Z Checking kstat-rs v0.2.4
33142026-07-20T03:16:21.079Z Checking fxhash v0.2.1
33152026-07-20T03:16:21.200Z Checking serde_bytes v0.11.19
33162026-07-20T03:16:21.215Z Checking tokio-tungstenite v0.23.1
33172026-07-20T03:16:21.232Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-07-20T03:16:21.323Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-07-20T03:16:21.376Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-07-20T03:16:21.484Z Checking signal-hook-tokio v0.3.1
33212026-07-20T03:16:22.095Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33222026-07-20T03:16:22.397Z Compiling typify v0.6.2
33232026-07-20T03:16:22.476Z Compiling progenitor-impl v0.14.0
33242026-07-20T03:16:23.033Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33252026-07-20T03:16:23.347Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33262026-07-20T03:16:23.939Z Compiling progenitor-macro v0.14.0
33272026-07-20T03:16:26.301Z Checking progenitor v0.14.0
33282026-07-20T03:16:26.413Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33292026-07-20T03:16:26.416Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-07-20T03:16:29.169Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33312026-07-20T03:16:37.678Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33322026-07-20T03:16:44.540Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33332026-07-20T03:16:45.920Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33342026-07-20T03:16:46.422Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33352026-07-20T03:16:48.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.80s
33362026-07-20T03:16:48.736Z
33372026-07-20T03:16:48.736Zinfo: running `cargo check --bins` on gateway-api (135/301)
33382026-07-20T03:16:49.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-20T03:16:49.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-20T03:16:49.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-20T03:16:49.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33422026-07-20T03:16:49.290Z
33432026-07-20T03:16:49.290Zinfo: running `cargo check --bins` on ipcc (136/301)
33442026-07-20T03:16:49.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-20T03:16:49.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-20T03:16:49.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-20T03:16:49.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33482026-07-20T03:16:49.847Z
33492026-07-20T03:16:49.847Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33502026-07-20T03:16:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-20T03:16:50.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-20T03:16:50.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-20T03:16:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-20T03:16:50.389Z
33552026-07-20T03:16:50.389Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33562026-07-20T03:16:50.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-20T03:16:50.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-20T03:16:50.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-20T03:16:50.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33602026-07-20T03:16:50.970Z
33612026-07-20T03:16:50.970Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33622026-07-20T03:16:51.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-20T03:16:51.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-20T03:16:51.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-20T03:16:51.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33662026-07-20T03:16:51.529Z
33672026-07-20T03:16:51.529Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33682026-07-20T03:16:52.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-20T03:16:52.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-20T03:16:52.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-20T03:16:52.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33722026-07-20T03:16:52.093Z
33732026-07-20T03:16:52.094Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33742026-07-20T03:16:52.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-20T03:16:52.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-20T03:16:52.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-20T03:16:52.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33782026-07-20T03:16:52.657Z
33792026-07-20T03:16:52.657Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33802026-07-20T03:16:53.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-20T03:16:53.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-20T03:16:53.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-20T03:16:53.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33842026-07-20T03:16:53.230Z
33852026-07-20T03:16:53.230Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33862026-07-20T03:16:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-20T03:16:53.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-20T03:16:53.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-20T03:16:53.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33902026-07-20T03:16:53.790Z
33912026-07-20T03:16:53.790Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33922026-07-20T03:16:54.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-20T03:16:54.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-20T03:16:54.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-20T03:16:54.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33962026-07-20T03:16:54.354Z
33972026-07-20T03:16:54.354Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
33982026-07-20T03:16:54.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-20T03:16:54.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-20T03:16:54.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-20T03:16:54.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34022026-07-20T03:16:54.919Z
34032026-07-20T03:16:54.919Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34042026-07-20T03:16:55.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-20T03:16:55.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-20T03:16:55.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-20T03:16:55.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34082026-07-20T03:16:55.482Z
34092026-07-20T03:16:55.482Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34102026-07-20T03:16:55.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-20T03:16:55.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-20T03:16:55.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-20T03:16:55.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34142026-07-20T03:16:56.049Z
34152026-07-20T03:16:56.049Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34162026-07-20T03:16:56.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-20T03:16:56.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-20T03:16:56.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-20T03:16:56.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34202026-07-20T03:16:56.613Z
34212026-07-20T03:16:56.613Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34222026-07-20T03:16:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-20T03:16:57.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-20T03:16:57.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-20T03:16:57.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34262026-07-20T03:16:57.189Z
34272026-07-20T03:16:57.189Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34282026-07-20T03:16:57.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-20T03:16:57.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-20T03:16:57.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-20T03:16:57.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34322026-07-20T03:16:57.773Z
34332026-07-20T03:16:57.773Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34342026-07-20T03:16:58.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-20T03:16:58.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-20T03:16:58.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-20T03:16:58.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34382026-07-20T03:16:58.351Z
34392026-07-20T03:16:58.351Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34402026-07-20T03:16:58.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-20T03:16:58.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-20T03:16:58.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-20T03:16:58.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34442026-07-20T03:16:58.925Z
34452026-07-20T03:16:58.925Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34462026-07-20T03:16:59.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-20T03:16:59.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-20T03:16:59.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-20T03:16:59.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34502026-07-20T03:16:59.507Z
34512026-07-20T03:16:59.507Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34522026-07-20T03:16:59.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-20T03:16:59.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-20T03:16:59.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-20T03:16:59.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34562026-07-20T03:17:00.083Z
34572026-07-20T03:17:00.084Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34582026-07-20T03:17:00.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-20T03:17:00.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-20T03:17:00.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-20T03:17:00.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34622026-07-20T03:17:00.662Z
34632026-07-20T03:17:00.662Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34642026-07-20T03:17:01.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-20T03:17:01.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-20T03:17:01.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-20T03:17:01.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34682026-07-20T03:17:01.244Z
34692026-07-20T03:17:01.244Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34702026-07-20T03:17:01.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-20T03:17:01.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-20T03:17:01.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-20T03:17:01.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34742026-07-20T03:17:01.829Z
34752026-07-20T03:17:01.829Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34762026-07-20T03:17:02.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-20T03:17:02.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-20T03:17:02.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-20T03:17:02.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34802026-07-20T03:17:02.405Z
34812026-07-20T03:17:02.405Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34822026-07-20T03:17:02.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-20T03:17:02.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-20T03:17:02.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-20T03:17:02.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34862026-07-20T03:17:02.961Z
34872026-07-20T03:17:02.961Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34882026-07-20T03:17:03.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-20T03:17:03.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-20T03:17:03.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-20T03:17:03.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34922026-07-20T03:17:03.509Z
34932026-07-20T03:17:03.509Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34942026-07-20T03:17:03.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-20T03:17:03.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-20T03:17:03.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-20T03:17:03.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34982026-07-20T03:17:04.064Z
34992026-07-20T03:17:04.064Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35002026-07-20T03:17:04.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-20T03:17:04.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-20T03:17:04.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-20T03:17:04.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35042026-07-20T03:17:04.613Z
35052026-07-20T03:17:04.613Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35062026-07-20T03:17:05.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-20T03:17:05.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-20T03:17:05.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-20T03:17:05.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35102026-07-20T03:17:05.167Z
35112026-07-20T03:17:05.167Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35122026-07-20T03:17:05.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-20T03:17:05.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-20T03:17:05.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-20T03:17:05.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-20T03:17:05.721Z
35172026-07-20T03:17:05.721Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35182026-07-20T03:17:06.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-20T03:17:06.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-20T03:17:06.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-20T03:17:06.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-20T03:17:06.270Z
35232026-07-20T03:17:06.271Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35242026-07-20T03:17:06.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-20T03:17:06.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-20T03:17:06.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-20T03:17:06.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-20T03:17:06.814Z
35292026-07-20T03:17:06.814Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35302026-07-20T03:17:07.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-20T03:17:07.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-20T03:17:07.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-20T03:17:07.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35342026-07-20T03:17:07.387Z
35352026-07-20T03:17:07.387Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35362026-07-20T03:17:07.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-20T03:17:07.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-20T03:17:07.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-20T03:17:07.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35402026-07-20T03:17:07.956Z
35412026-07-20T03:17:07.956Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35422026-07-20T03:17:08.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-20T03:17:08.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-20T03:17:08.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-20T03:17:08.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35462026-07-20T03:17:08.524Z
35472026-07-20T03:17:08.524Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35482026-07-20T03:17:09.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-20T03:17:09.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-20T03:17:09.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-20T03:17:09.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35522026-07-20T03:17:09.097Z
35532026-07-20T03:17:09.097Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35542026-07-20T03:17:09.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-20T03:17:09.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-20T03:17:09.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-20T03:17:09.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35582026-07-20T03:17:09.665Z
35592026-07-20T03:17:09.665Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35602026-07-20T03:17:10.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-20T03:17:10.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-20T03:17:10.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-20T03:17:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35642026-07-20T03:17:10.234Z
35652026-07-20T03:17:10.234Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35662026-07-20T03:17:10.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-20T03:17:10.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-20T03:17:10.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-20T03:17:10.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-07-20T03:17:10.799Z
35712026-07-20T03:17:10.799Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35722026-07-20T03:17:11.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-20T03:17:11.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-20T03:17:11.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-20T03:17:11.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-07-20T03:17:11.389Z
35772026-07-20T03:17:11.389Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35782026-07-20T03:17:11.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-20T03:17:11.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-20T03:17:11.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-20T03:17:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35822026-07-20T03:17:11.947Z
35832026-07-20T03:17:11.947Zinfo: running `cargo check --bins` on dns-server (176/301)
35842026-07-20T03:17:12.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-20T03:17:12.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-20T03:17:12.564Z Compiling parking_lot_core v0.8.6
35872026-07-20T03:17:12.568Z Compiling git-stub v1.0.0
35882026-07-20T03:17:12.568Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35892026-07-20T03:17:12.682Z Checking prefix-trie v0.7.0
35902026-07-20T03:17:12.803Z Compiling git-stub-vcs v0.1.0
35912026-07-20T03:17:12.965Z Checking hickory-server v0.25.2
35922026-07-20T03:17:13.093Z Checking parking_lot v0.11.2
35932026-07-20T03:17:13.096Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35942026-07-20T03:17:13.144Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35952026-07-20T03:17:13.144Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35962026-07-20T03:17:13.275Z Checking sled v0.34.7
35972026-07-20T03:17:15.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
35982026-07-20T03:17:15.407Z
35992026-07-20T03:17:15.407Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36002026-07-20T03:17:15.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-20T03:17:15.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-20T03:17:15.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-07-20T03:17:15.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36042026-07-20T03:17:15.957Z
36052026-07-20T03:17:15.957Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36062026-07-20T03:17:16.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-20T03:17:16.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-20T03:17:16.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-20T03:17:16.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36102026-07-20T03:17:16.508Z
36112026-07-20T03:17:16.508Zinfo: running `cargo check --bins` on sp-sim (179/301)
36122026-07-20T03:17:17.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-20T03:17:17.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-20T03:17:17.206Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36152026-07-20T03:17:18.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
36162026-07-20T03:17:19.186Z
36172026-07-20T03:17:19.186Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36182026-07-20T03:17:19.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-20T03:17:19.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-20T03:17:19.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-20T03:17:19.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36222026-07-20T03:17:19.791Z
36232026-07-20T03:17:19.791Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36242026-07-20T03:17:20.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-20T03:17:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-20T03:17:20.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-20T03:17:20.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-07-20T03:17:20.403Z
36292026-07-20T03:17:20.404Zinfo: running `cargo check --bins` on db-macros (182/301)
36302026-07-20T03:17:20.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-20T03:17:20.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-20T03:17:20.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-20T03:17:20.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36342026-07-20T03:17:20.946Z
36352026-07-20T03:17:20.946Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36362026-07-20T03:17:21.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-20T03:17:21.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-20T03:17:21.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-20T03:17:21.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36402026-07-20T03:17:21.489Z
36412026-07-20T03:17:21.489Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36422026-07-20T03:17:21.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-20T03:17:21.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-20T03:17:21.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-20T03:17:22.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36462026-07-20T03:17:22.095Z
36472026-07-20T03:17:22.095Zinfo: running `cargo check --bins` on authz-macros (185/301)
36482026-07-20T03:17:22.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-20T03:17:22.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-20T03:17:22.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-20T03:17:22.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36522026-07-20T03:17:22.636Z
36532026-07-20T03:17:22.636Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36542026-07-20T03:17:23.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-20T03:17:23.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-20T03:17:23.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-20T03:17:23.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36582026-07-20T03:17:23.233Z
36592026-07-20T03:17:23.233Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36602026-07-20T03:17:23.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-20T03:17:23.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-20T03:17:23.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-20T03:17:23.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36642026-07-20T03:17:23.835Z
36652026-07-20T03:17:23.835Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36662026-07-20T03:17:24.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-20T03:17:24.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-20T03:17:24.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-20T03:17:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36702026-07-20T03:17:24.378Z
36712026-07-20T03:17:24.378Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36722026-07-20T03:17:24.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-20T03:17:24.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-20T03:17:24.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-20T03:17:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36762026-07-20T03:17:24.918Z
36772026-07-20T03:17:24.918Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36782026-07-20T03:17:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-20T03:17:25.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-20T03:17:25.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-20T03:17:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36822026-07-20T03:17:25.475Z
36832026-07-20T03:17:25.475Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36842026-07-20T03:17:25.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-20T03:17:25.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-20T03:17:25.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-20T03:17:25.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36882026-07-20T03:17:26.020Z
36892026-07-20T03:17:26.020Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36902026-07-20T03:17:26.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-20T03:17:26.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-20T03:17:26.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-20T03:17:26.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36942026-07-20T03:17:26.567Z
36952026-07-20T03:17:26.567Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36962026-07-20T03:17:27.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-20T03:17:27.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-20T03:17:27.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-20T03:17:27.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37002026-07-20T03:17:27.116Z
37012026-07-20T03:17:27.116Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37022026-07-20T03:17:27.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-20T03:17:27.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-20T03:17:27.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-20T03:17:27.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37062026-07-20T03:17:27.730Z
37072026-07-20T03:17:27.730Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37082026-07-20T03:17:28.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-20T03:17:28.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-20T03:17:28.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-20T03:17:28.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37122026-07-20T03:17:28.342Z
37132026-07-20T03:17:28.342Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37142026-07-20T03:17:28.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-20T03:17:28.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-20T03:17:28.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-20T03:17:28.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37182026-07-20T03:17:28.946Z
37192026-07-20T03:17:28.946Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37202026-07-20T03:17:29.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-20T03:17:29.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-20T03:17:29.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-20T03:17:29.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37242026-07-20T03:17:29.527Z
37252026-07-20T03:17:29.527Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37262026-07-20T03:17:30.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-20T03:17:30.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-20T03:17:30.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-20T03:17:30.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37302026-07-20T03:17:30.105Z
37312026-07-20T03:17:30.106Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37322026-07-20T03:17:30.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-20T03:17:30.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-20T03:17:30.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-20T03:17:30.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37362026-07-20T03:17:30.672Z
37372026-07-20T03:17:30.672Zinfo: running `cargo check --bins` on key-manager (200/301)
37382026-07-20T03:17:31.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-20T03:17:31.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-20T03:17:31.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-20T03:17:31.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37422026-07-20T03:17:31.223Z
37432026-07-20T03:17:31.223Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37442026-07-20T03:17:31.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-20T03:17:31.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-20T03:17:31.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-20T03:17:31.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37482026-07-20T03:17:31.796Z
37492026-07-20T03:17:31.796Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37502026-07-20T03:17:32.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-20T03:17:32.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-20T03:17:32.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-07-20T03:17:32.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37542026-07-20T03:17:32.372Z
37552026-07-20T03:17:32.372Zinfo: running `cargo check --bins` on typed-rng (203/301)
37562026-07-20T03:17:32.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-07-20T03:17:32.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-07-20T03:17:32.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-07-20T03:17:32.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37602026-07-20T03:17:32.908Z
37612026-07-20T03:17:32.908Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37622026-07-20T03:17:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-07-20T03:17:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-07-20T03:17:33.721Z Compiling libefi-sys v0.1.0
37652026-07-20T03:17:33.724Z Compiling bitfield-struct v0.6.2
37662026-07-20T03:17:33.865Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-07-20T03:17:33.874Z Compiling xshell-macros v0.2.7
37682026-07-20T03:17:33.882Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37692026-07-20T03:17:33.895Z Compiling salty v0.3.0
37702026-07-20T03:17:33.909Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37712026-07-20T03:17:33.924Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37722026-07-20T03:17:33.937Z Checking rfc6979 v0.4.0
37732026-07-20T03:17:34.052Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37742026-07-20T03:17:34.068Z Checking ecdsa v0.16.9
37752026-07-20T03:17:34.205Z Checking primeorder v0.13.6
37762026-07-20T03:17:34.225Z Compiling proc-macro-error-attr2 v2.0.0
37772026-07-20T03:17:34.255Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37782026-07-20T03:17:34.270Z Checking xshell v0.2.7
37792026-07-20T03:17:34.407Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37802026-07-20T03:17:34.423Z Checking tungstenite v0.21.0
37812026-07-20T03:17:34.436Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37822026-07-20T03:17:34.450Z Checking p384 v0.13.1
37832026-07-20T03:17:34.464Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37842026-07-20T03:17:34.495Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37852026-07-20T03:17:34.575Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37862026-07-20T03:17:34.633Z Compiling num-derive v0.3.3
37872026-07-20T03:17:34.648Z Compiling proc-macro-error2 v2.0.1
37882026-07-20T03:17:34.738Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37892026-07-20T03:17:34.855Z Checking tokio-tungstenite v0.21.0
37902026-07-20T03:17:34.877Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-20T03:17:34.941Z Checking papergrid v0.17.0
37922026-07-20T03:17:34.958Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37932026-07-20T03:17:34.972Z Compiling tabled_derive v0.11.0
37942026-07-20T03:17:34.987Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37952026-07-20T03:17:35.088Z Compiling progenitor-impl v0.13.0
37962026-07-20T03:17:35.141Z Checking testing_table v0.3.0
37972026-07-20T03:17:35.238Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37982026-07-20T03:17:35.255Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37992026-07-20T03:17:35.258Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38002026-07-20T03:17:35.472Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38012026-07-20T03:17:35.488Z Compiling unicase v2.9.0
38022026-07-20T03:17:35.573Z Checking libscf-sys v1.1.0
38032026-07-20T03:17:35.693Z Compiling illumos-nvpair-sys v0.2.0
38042026-07-20T03:17:35.693Z Checking corncobs v0.1.4
38052026-07-20T03:17:35.723Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38062026-07-20T03:17:35.816Z Compiling mime_guess v2.0.5
38072026-07-20T03:17:35.840Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38082026-07-20T03:17:35.916Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38092026-07-20T03:17:35.947Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38102026-07-20T03:17:35.966Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38112026-07-20T03:17:36.043Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38122026-07-20T03:17:36.175Z Checking tabled v0.20.0
38132026-07-20T03:17:36.285Z Checking progenitor-client v0.13.0
38142026-07-20T03:17:36.381Z Checking secrecy v0.8.0
38152026-07-20T03:17:36.518Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38162026-07-20T03:17:36.555Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38172026-07-20T03:17:36.635Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38182026-07-20T03:17:36.922Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38192026-07-20T03:17:36.938Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38202026-07-20T03:17:36.997Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38212026-07-20T03:17:37.061Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38222026-07-20T03:17:37.122Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38232026-07-20T03:17:37.165Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38242026-07-20T03:17:37.279Z Checking filetime v0.2.27
38252026-07-20T03:17:37.341Z Checking crc8 v0.1.1
38262026-07-20T03:17:37.425Z Checking xattr v1.6.1
38272026-07-20T03:17:37.521Z Checking http-range v0.1.5
38282026-07-20T03:17:37.562Z Checking tar v0.4.46
38292026-07-20T03:17:37.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38302026-07-20T03:17:37.810Z Compiling progenitor-macro v0.13.0
38312026-07-20T03:17:37.853Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38322026-07-20T03:17:37.871Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38332026-07-20T03:17:37.942Z Checking illumos-nvpair v0.3.0
38342026-07-20T03:17:37.972Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38352026-07-20T03:17:38.094Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38362026-07-20T03:17:38.110Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38372026-07-20T03:17:38.329Z Checking atty v0.2.14
38382026-07-20T03:17:38.367Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38392026-07-20T03:17:38.432Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38402026-07-20T03:17:38.551Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38412026-07-20T03:17:38.625Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38422026-07-20T03:17:38.705Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38432026-07-20T03:17:38.707Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38442026-07-20T03:17:38.736Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38452026-07-20T03:17:38.874Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38462026-07-20T03:17:38.908Z Checking hyper-staticfile v0.10.1
38472026-07-20T03:17:39.100Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38482026-07-20T03:17:39.115Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38492026-07-20T03:17:39.210Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38502026-07-20T03:17:39.369Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38512026-07-20T03:17:39.485Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38522026-07-20T03:17:39.674Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38532026-07-20T03:17:39.774Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38542026-07-20T03:17:40.102Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38552026-07-20T03:17:40.847Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38562026-07-20T03:17:41.341Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38572026-07-20T03:17:41.774Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38582026-07-20T03:17:42.012Z Checking progenitor v0.13.0
38592026-07-20T03:17:42.154Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38602026-07-20T03:17:44.242Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38612026-07-20T03:17:47.640Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38622026-07-20T03:17:58.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.94s
38632026-07-20T03:17:59.078Z
38642026-07-20T03:17:59.078Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38652026-07-20T03:17:59.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-07-20T03:17:59.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-07-20T03:17:59.838Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-07-20T03:18:10.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38692026-07-20T03:18:10.995Z
38702026-07-20T03:18:10.995Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38712026-07-20T03:18:11.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-20T03:18:11.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-20T03:18:11.755Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-20T03:18:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
38752026-07-20T03:18:23.002Z
38762026-07-20T03:18:23.002Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38772026-07-20T03:18:23.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-20T03:18:23.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-20T03:18:23.741Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-20T03:18:34.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
38812026-07-20T03:18:35.035Z
38822026-07-20T03:18:35.035Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38832026-07-20T03:18:35.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-20T03:18:35.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-20T03:18:35.783Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-20T03:18:46.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
38872026-07-20T03:18:47.025Z
38882026-07-20T03:18:47.025Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38892026-07-20T03:18:47.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-20T03:18:47.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-20T03:18:47.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-20T03:18:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s
38932026-07-20T03:18:58.956Z
38942026-07-20T03:18:58.956Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38952026-07-20T03:18:59.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-20T03:18:59.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-20T03:18:59.704Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-20T03:19:10.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
38992026-07-20T03:19:10.940Z
39002026-07-20T03:19:10.940Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39012026-07-20T03:19:11.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-20T03:19:11.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-20T03:19:11.684Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-20T03:19:22.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
39052026-07-20T03:19:22.762Z
39062026-07-20T03:19:22.763Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39072026-07-20T03:19:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-20T03:19:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-20T03:19:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-07-20T03:19:23.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39112026-07-20T03:19:23.320Z
39122026-07-20T03:19:23.320Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39132026-07-20T03:19:23.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-20T03:19:23.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-20T03:19:23.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-20T03:19:23.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39172026-07-20T03:19:23.885Z
39182026-07-20T03:19:23.885Zinfo: running `cargo check --bins` on range-requests (214/301)
39192026-07-20T03:19:24.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-20T03:19:24.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-20T03:19:24.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-20T03:19:24.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-07-20T03:19:24.435Z
39242026-07-20T03:19:24.435Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39252026-07-20T03:19:24.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-20T03:19:24.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-20T03:19:24.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-20T03:19:24.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39292026-07-20T03:19:24.985Z
39302026-07-20T03:19:24.985Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39312026-07-20T03:19:25.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-20T03:19:25.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-20T03:19:25.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-20T03:19:25.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39352026-07-20T03:19:25.568Z
39362026-07-20T03:19:25.568Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39372026-07-20T03:19:26.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-20T03:19:26.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-20T03:19:26.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-20T03:19:26.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39412026-07-20T03:19:26.148Z
39422026-07-20T03:19:26.148Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39432026-07-20T03:19:26.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-20T03:19:26.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-20T03:19:26.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-20T03:19:26.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39472026-07-20T03:19:26.727Z
39482026-07-20T03:19:26.727Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39492026-07-20T03:19:27.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-20T03:19:27.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-20T03:19:27.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-20T03:19:27.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39532026-07-20T03:19:27.308Z
39542026-07-20T03:19:27.308Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39552026-07-20T03:19:27.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-20T03:19:27.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-20T03:19:27.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-20T03:19:27.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39592026-07-20T03:19:27.887Z
39602026-07-20T03:19:27.887Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39612026-07-20T03:19:28.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-20T03:19:28.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-20T03:19:28.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-20T03:19:28.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-07-20T03:19:28.476Z
39662026-07-20T03:19:28.476Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39672026-07-20T03:19:28.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-20T03:19:28.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-20T03:19:28.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-20T03:19:28.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39712026-07-20T03:19:29.050Z
39722026-07-20T03:19:29.050Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39732026-07-20T03:19:29.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-20T03:19:29.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-20T03:19:29.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-20T03:19:29.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39772026-07-20T03:19:29.629Z
39782026-07-20T03:19:29.629Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39792026-07-20T03:19:30.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-20T03:19:30.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-20T03:19:30.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-20T03:19:30.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39832026-07-20T03:19:30.212Z
39842026-07-20T03:19:30.212Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39852026-07-20T03:19:30.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-20T03:19:30.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-20T03:19:30.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-20T03:19:30.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39892026-07-20T03:19:30.793Z
39902026-07-20T03:19:30.794Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39912026-07-20T03:19:31.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-20T03:19:31.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-20T03:19:31.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-20T03:19:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39952026-07-20T03:19:31.405Z
39962026-07-20T03:19:31.405Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39972026-07-20T03:19:31.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-20T03:19:31.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-20T03:19:31.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-20T03:19:31.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-20T03:19:31.992Z
40022026-07-20T03:19:31.992Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40032026-07-20T03:19:32.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-20T03:19:32.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-20T03:19:32.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-20T03:19:32.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40072026-07-20T03:19:32.589Z
40082026-07-20T03:19:32.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40092026-07-20T03:19:33.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-20T03:19:33.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-20T03:19:33.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-20T03:19:33.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40132026-07-20T03:19:33.203Z
40142026-07-20T03:19:33.203Zinfo: running `cargo check --bins` on update-common (230/301)
40152026-07-20T03:19:33.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-20T03:19:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-20T03:19:33.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-20T03:19:33.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40192026-07-20T03:19:33.769Z
40202026-07-20T03:19:33.769Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40212026-07-20T03:19:34.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-20T03:19:34.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-20T03:19:34.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-20T03:19:34.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40252026-07-20T03:19:34.391Z
40262026-07-20T03:19:34.391Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40272026-07-20T03:19:34.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-20T03:19:34.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-20T03:19:34.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-20T03:19:34.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40312026-07-20T03:19:34.932Z
40322026-07-20T03:19:34.932Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40332026-07-20T03:19:35.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-20T03:19:35.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-20T03:19:35.684Z Compiling fs-err v2.11.0
40362026-07-20T03:19:35.687Z Checking ignore v0.4.25
40372026-07-20T03:19:35.687Z Checking arc-swap v1.8.2
40382026-07-20T03:19:35.818Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40392026-07-20T03:19:35.821Z Checking predicates-tree v1.0.13
40402026-07-20T03:19:35.821Z Checking parse-size v1.1.0
40412026-07-20T03:19:35.847Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40422026-07-20T03:19:35.850Z Checking rand_seeder v0.4.0
40432026-07-20T03:19:35.926Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40442026-07-20T03:19:35.945Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40452026-07-20T03:19:36.009Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40462026-07-20T03:19:36.022Z Checking slog-scope v4.4.1
40472026-07-20T03:19:36.065Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40482026-07-20T03:19:36.142Z Compiling petname v2.0.2
40492026-07-20T03:19:36.155Z Checking slog-stdlog v4.1.1
40502026-07-20T03:19:36.173Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40512026-07-20T03:19:36.204Z Checking globwalk v0.9.1
40522026-07-20T03:19:36.274Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40532026-07-20T03:19:36.287Z Checking slog-envlogger v2.2.0
40542026-07-20T03:19:36.390Z Checking camino-tempfile-ext v0.3.3
40552026-07-20T03:19:36.441Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40562026-07-20T03:19:36.472Z Checking sapling-renderdag v0.1.0
40572026-07-20T03:19:36.596Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40582026-07-20T03:19:36.665Z Checking subprocess v0.2.15
40592026-07-20T03:19:36.729Z Checking sync-ptr v0.1.4
40602026-07-20T03:19:36.817Z Checking colored v2.2.0
40612026-07-20T03:19:36.850Z Checking assert_matches v1.5.0
40622026-07-20T03:19:36.960Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40632026-07-20T03:19:37.126Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40642026-07-20T03:19:37.126Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40652026-07-20T03:19:37.784Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40662026-07-20T03:19:39.134Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40672026-07-20T03:19:41.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
40682026-07-20T03:19:41.545Z
40692026-07-20T03:19:41.545Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40702026-07-20T03:19:42.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-07-20T03:19:42.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-07-20T03:19:42.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-07-20T03:19:42.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40742026-07-20T03:19:42.089Z
40752026-07-20T03:19:42.089Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40762026-07-20T03:19:42.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-20T03:19:42.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-20T03:19:42.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-20T03:19:42.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40802026-07-20T03:19:42.657Z
40812026-07-20T03:19:42.657Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40822026-07-20T03:19:43.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-20T03:19:43.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-20T03:19:43.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-20T03:19:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40862026-07-20T03:19:43.266Z
40872026-07-20T03:19:43.266Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40882026-07-20T03:19:43.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-20T03:19:43.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-20T03:19:43.962Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40912026-07-20T03:19:43.965Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40922026-07-20T03:19:44.606Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40932026-07-20T03:19:46.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40942026-07-20T03:19:46.414Z
40952026-07-20T03:19:46.414Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40962026-07-20T03:19:46.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-07-20T03:19:46.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-07-20T03:19:46.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-07-20T03:19:46.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41002026-07-20T03:19:46.965Z
41012026-07-20T03:19:46.965Zinfo: running `cargo check --bins` on cert-dev (239/301)
41022026-07-20T03:19:47.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-20T03:19:47.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-20T03:19:47.539Z Checking yasna v0.5.2
41052026-07-20T03:19:47.949Z Checking rcgen v0.12.1
41062026-07-20T03:19:48.203Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41072026-07-20T03:19:48.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41082026-07-20T03:19:48.546Z
41092026-07-20T03:19:48.546Zinfo: running `cargo check --bins` on clickana (240/301)
41102026-07-20T03:19:49.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-07-20T03:19:49.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-07-20T03:19:49.163Z Compiling instability v0.3.11
41132026-07-20T03:19:49.163Z Checking castaway v0.2.4
41142026-07-20T03:19:49.166Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41152026-07-20T03:19:49.166Z Compiling indoc v2.0.7
41162026-07-20T03:19:49.166Z Checking unicode-truncate v1.1.0
41172026-07-20T03:19:49.283Z Checking lru v0.12.5
41182026-07-20T03:19:49.288Z Checking cassowary v0.3.0
41192026-07-20T03:19:49.382Z Checking compact_str v0.8.1
41202026-07-20T03:19:50.230Z Checking ratatui v0.29.0
41212026-07-20T03:19:50.610Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41222026-07-20T03:19:50.786Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41232026-07-20T03:19:51.708Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41242026-07-20T03:19:52.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
41252026-07-20T03:19:52.531Z
41262026-07-20T03:19:52.531Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41272026-07-20T03:19:53.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-07-20T03:19:53.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-07-20T03:19:53.224Z Checking headers-core v0.3.0
41302026-07-20T03:19:53.228Z Checking port-file v0.1.0
41312026-07-20T03:19:53.228Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41322026-07-20T03:19:53.423Z Checking headers v0.4.1
41332026-07-20T03:19:53.799Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-07-20T03:19:54.747Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41352026-07-20T03:19:55.229Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41362026-07-20T03:19:55.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
41372026-07-20T03:19:55.829Z
41382026-07-20T03:19:55.829Zinfo: running `cargo check --bins` on ch-dev (242/301)
41392026-07-20T03:19:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-20T03:19:56.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-20T03:19:56.523Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41422026-07-20T03:19:57.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41432026-07-20T03:19:57.475Z
41442026-07-20T03:19:57.475Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41452026-07-20T03:19:57.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-20T03:19:57.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-20T03:19:57.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-07-20T03:19:57.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41492026-07-20T03:19:57.897Z
41502026-07-20T03:19:57.897Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41512026-07-20T03:19:58.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-20T03:19:58.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-20T03:19:58.511Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41542026-07-20T03:19:58.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
41552026-07-20T03:19:59.037Z
41562026-07-20T03:19:59.037Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41572026-07-20T03:19:59.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-20T03:19:59.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-20T03:19:59.731Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41602026-07-20T03:20:00.845Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41612026-07-20T03:20:01.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
41622026-07-20T03:20:01.364Z
41632026-07-20T03:20:01.365Zinfo: running `cargo check --bins` on db-dev (246/301)
41642026-07-20T03:20:01.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-20T03:20:01.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-20T03:20:02.059Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41672026-07-20T03:20:02.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41682026-07-20T03:20:03.011Z
41692026-07-20T03:20:03.011Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41702026-07-20T03:20:03.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-20T03:20:03.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-20T03:20:03.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-07-20T03:20:03.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41742026-07-20T03:20:03.611Z
41752026-07-20T03:20:03.611Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41762026-07-20T03:20:04.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-20T03:20:04.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-20T03:20:04.209Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41792026-07-20T03:20:04.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41802026-07-20T03:20:05.102Z
41812026-07-20T03:20:05.102Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41822026-07-20T03:20:05.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-20T03:20:05.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-20T03:20:05.831Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-07-20T03:20:05.831Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-07-20T03:20:05.834Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41872026-07-20T03:20:05.834Z Checking git-stub v1.0.0
41882026-07-20T03:20:05.955Z Compiling trait-variant v0.1.2
41892026-07-20T03:20:05.962Z Checking maplit v1.0.2
41902026-07-20T03:20:05.967Z Checking is_ci v1.2.0
41912026-07-20T03:20:05.996Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41922026-07-20T03:20:06.051Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41932026-07-20T03:20:06.091Z Checking supports-color v3.0.2
41942026-07-20T03:20:06.111Z Checking git-stub-vcs v0.1.0
41952026-07-20T03:20:06.200Z Checking drift v0.2.0
41962026-07-20T03:20:06.218Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41972026-07-20T03:20:06.269Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41982026-07-20T03:20:06.317Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41992026-07-20T03:20:06.493Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42002026-07-20T03:20:06.524Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42012026-07-20T03:20:06.554Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42022026-07-20T03:20:06.565Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42032026-07-20T03:20:06.580Z Checking dropshot-api-manager v0.7.2
42042026-07-20T03:20:06.774Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42052026-07-20T03:20:06.793Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42062026-07-20T03:20:07.299Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42072026-07-20T03:20:08.308Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42082026-07-20T03:20:09.333Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42092026-07-20T03:20:10.044Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42102026-07-20T03:20:10.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
42112026-07-20T03:20:10.670Z
42122026-07-20T03:20:10.670Zinfo: running `cargo check --bins` on installinator-api (250/301)
42132026-07-20T03:20:11.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-20T03:20:11.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-20T03:20:11.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-20T03:20:11.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42172026-07-20T03:20:11.232Z
42182026-07-20T03:20:11.232Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42192026-07-20T03:20:11.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-20T03:20:11.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-20T03:20:11.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-20T03:20:11.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42232026-07-20T03:20:11.842Z
42242026-07-20T03:20:11.842Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42252026-07-20T03:20:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-20T03:20:12.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-20T03:20:12.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-20T03:20:12.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42292026-07-20T03:20:12.441Z
42302026-07-20T03:20:12.441Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42312026-07-20T03:20:12.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-20T03:20:12.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-20T03:20:12.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-20T03:20:12.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42352026-07-20T03:20:13.035Z
42362026-07-20T03:20:13.035Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42372026-07-20T03:20:13.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-20T03:20:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-20T03:20:13.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-20T03:20:13.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42412026-07-20T03:20:13.598Z
42422026-07-20T03:20:13.598Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42432026-07-20T03:20:14.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-20T03:20:14.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-20T03:20:14.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-20T03:20:14.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-20T03:20:14.147Z
42482026-07-20T03:20:14.147Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42492026-07-20T03:20:14.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-20T03:20:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-20T03:20:14.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-20T03:20:14.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42532026-07-20T03:20:14.731Z
42542026-07-20T03:20:14.731Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42552026-07-20T03:20:15.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-20T03:20:15.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-20T03:20:15.322Z Compiling blake3 v1.8.5
42582026-07-20T03:20:15.432Z Checking constant_time_eq v0.4.2
42592026-07-20T03:20:15.436Z Checking arrayref v0.3.9
42602026-07-20T03:20:15.442Z Checking arrayvec v0.7.6
42612026-07-20T03:20:15.456Z Checking cargo-platform v0.3.2
42622026-07-20T03:20:15.456Z Checking topological-sort v0.2.2
42632026-07-20T03:20:15.459Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42642026-07-20T03:20:15.616Z Checking cargo_metadata v0.23.1
42652026-07-20T03:20:16.343Z Checking omicron-zone-package v0.12.3
42662026-07-20T03:20:17.087Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42672026-07-20T03:20:17.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42682026-07-20T03:20:18.111Z
42692026-07-20T03:20:18.111Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42702026-07-20T03:20:18.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-07-20T03:20:18.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-07-20T03:20:18.829Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42732026-07-20T03:20:19.453Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42742026-07-20T03:20:19.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42752026-07-20T03:20:20.153Z
42762026-07-20T03:20:20.153Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42772026-07-20T03:20:20.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-07-20T03:20:20.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-07-20T03:20:21.099Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42802026-07-20T03:20:21.099Z Compiling vergen-lib v0.1.6
42812026-07-20T03:20:21.102Z Compiling diesel_derives v2.3.7
42822026-07-20T03:20:21.102Z Compiling dsl_auto_type v0.2.0
42832026-07-20T03:20:21.102Z Checking scheduled-thread-pool v0.2.7
42842026-07-20T03:20:21.102Z Compiling vergen-gitcl v1.0.8
42852026-07-20T03:20:21.102Z Compiling diesel_table_macro_syntax v0.3.0
42862026-07-20T03:20:21.102Z Compiling dirs-sys-next v0.1.2
42872026-07-20T03:20:21.373Z Compiling crunchy v0.2.4
42882026-07-20T03:20:21.471Z Compiling glob v0.3.3
42892026-07-20T03:20:21.501Z Compiling dirs-next v2.0.0
42902026-07-20T03:20:21.552Z Checking r2d2 v0.8.10
42912026-07-20T03:20:21.583Z Compiling tiny-keccak v2.0.2
42922026-07-20T03:20:21.632Z Checking downcast-rs v2.0.2
42932026-07-20T03:20:21.728Z Compiling term v0.7.0
42942026-07-20T03:20:21.770Z Compiling bit-vec v0.6.3
42952026-07-20T03:20:21.872Z Compiling clang-sys v1.8.1
42962026-07-20T03:20:21.934Z Compiling bit-set v0.5.3
42972026-07-20T03:20:21.993Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42982026-07-20T03:20:22.100Z Compiling ascii-canvas v3.0.0
42992026-07-20T03:20:22.205Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43002026-07-20T03:20:22.247Z Compiling itertools v0.10.5
43012026-07-20T03:20:22.287Z Compiling ena v0.14.4
43022026-07-20T03:20:22.304Z Compiling libloading v0.8.9
43032026-07-20T03:20:22.323Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43042026-07-20T03:20:22.353Z Compiling regex-syntax v0.6.29
43052026-07-20T03:20:22.370Z Compiling diff v0.1.13
43062026-07-20T03:20:22.504Z Compiling bindgen v0.71.1
43072026-07-20T03:20:22.665Z Compiling cexpr v0.6.0
43082026-07-20T03:20:22.974Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43092026-07-20T03:20:22.994Z Compiling rustc-hash v2.1.1
43102026-07-20T03:20:23.208Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43112026-07-20T03:20:23.298Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43122026-07-20T03:20:23.341Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43132026-07-20T03:20:23.358Z Compiling libxml v0.3.3
43142026-07-20T03:20:23.619Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43152026-07-20T03:20:23.619Z Compiling strum_macros v0.24.3
43162026-07-20T03:20:23.654Z Compiling indoc v1.0.9
43172026-07-20T03:20:23.835Z Compiling lalrpop v0.19.12
43182026-07-20T03:20:24.557Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43192026-07-20T03:20:24.767Z Checking derive_builder v0.20.2
43202026-07-20T03:20:24.890Z Compiling oso-derive v0.27.3
43212026-07-20T03:20:25.050Z Checking quick-xml v0.37.5
43222026-07-20T03:20:25.113Z Compiling impl-trait-for-tuples v0.2.3
43232026-07-20T03:20:25.423Z Checking openssl-probe v0.1.6
43242026-07-20T03:20:25.574Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43252026-07-20T03:20:25.975Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43262026-07-20T03:20:26.189Z Checking bb8 v0.8.6
43272026-07-20T03:20:26.307Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43282026-07-20T03:20:26.334Z Checking nonempty v0.12.0
43292026-07-20T03:20:26.482Z Compiling libz-sys v1.1.24
43302026-07-20T03:20:26.504Z Compiling strsim v0.10.0
43312026-07-20T03:20:26.575Z Compiling libgit2-sys v0.18.3+1.9.2
43322026-07-20T03:20:26.778Z Compiling darling_core v0.13.4
43332026-07-20T03:20:26.889Z Compiling vergen-git2 v9.1.0
43342026-07-20T03:20:27.136Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43352026-07-20T03:20:27.154Z Compiling base64 v0.21.7
43362026-07-20T03:20:27.381Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43372026-07-20T03:20:27.413Z Checking diesel v2.3.7
43382026-07-20T03:20:27.491Z Compiling ron v0.8.1
43392026-07-20T03:20:28.417Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-07-20T03:20:28.503Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43412026-07-20T03:20:28.644Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43422026-07-20T03:20:28.748Z Compiling darling_macro v0.13.4
43432026-07-20T03:20:28.858Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43442026-07-20T03:20:29.073Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43452026-07-20T03:20:29.268Z Compiling darling v0.13.4
43462026-07-20T03:20:29.288Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43472026-07-20T03:20:29.363Z Compiling serde_with_macros v1.5.2
43482026-07-20T03:20:29.505Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43492026-07-20T03:20:29.730Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43502026-07-20T03:20:29.940Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-07-20T03:20:30.082Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43522026-07-20T03:20:30.150Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43532026-07-20T03:20:30.256Z Compiling serde_with v1.14.0
43542026-07-20T03:20:31.452Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43552026-07-20T03:20:31.867Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43562026-07-20T03:20:31.995Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43572026-07-20T03:20:32.680Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43582026-07-20T03:20:32.952Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43592026-07-20T03:20:33.228Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43602026-07-20T03:20:33.540Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43612026-07-20T03:20:33.721Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43622026-07-20T03:20:33.922Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43632026-07-20T03:20:34.318Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43642026-07-20T03:20:34.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-07-20T03:20:34.569Z Checking twox-hash v2.1.2
43662026-07-20T03:20:34.654Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43672026-07-20T03:20:34.891Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43682026-07-20T03:20:34.950Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43692026-07-20T03:20:35.324Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43702026-07-20T03:20:35.492Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43712026-07-20T03:20:36.708Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43722026-07-20T03:20:36.842Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43732026-07-20T03:20:36.996Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43742026-07-20T03:20:37.385Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43752026-07-20T03:20:37.547Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43762026-07-20T03:20:37.761Z Checking console v0.16.2
43772026-07-20T03:20:38.093Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43782026-07-20T03:20:38.245Z Checking fatfs v0.3.6
43792026-07-20T03:20:38.388Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43802026-07-20T03:20:38.726Z Compiling seq-macro v0.3.6
43812026-07-20T03:20:39.271Z Checking unit-prefix v0.5.2
43822026-07-20T03:20:39.419Z Checking indicatif v0.18.4
43832026-07-20T03:20:39.792Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43842026-07-20T03:20:39.830Z Checking support-bundle-viewer v0.1.2
43852026-07-20T03:20:40.098Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43862026-07-20T03:20:40.318Z Checking multimap v0.10.1
43872026-07-20T03:20:46.166Z Checking diesel-dtrace v0.5.0
43882026-07-20T03:20:46.423Z Checking async-bb8-diesel v0.2.1
43892026-07-20T03:20:50.520Z Compiling samael v0.0.19
43902026-07-20T03:20:55.260Z Compiling git2 v0.20.4
43912026-07-20T03:20:56.821Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43922026-07-20T03:20:57.402Z Compiling polar-core v0.27.3
43932026-07-20T03:20:57.815Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43942026-07-20T03:21:02.158Z Checking oso v0.27.3
43952026-07-20T03:21:32.304Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43962026-07-20T03:22:47.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
43972026-07-20T03:22:47.788Z
43982026-07-20T03:22:47.788Zinfo: running `cargo check --bins` on nexus-networking (260/301)
43992026-07-20T03:22:48.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-07-20T03:22:48.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-07-20T03:22:48.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-07-20T03:22:48.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44032026-07-20T03:22:48.443Z
44042026-07-20T03:22:48.443Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44052026-07-20T03:22:48.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-20T03:22:48.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-20T03:22:48.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-20T03:22:48.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44092026-07-20T03:22:49.059Z
44102026-07-20T03:22:49.059Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44112026-07-20T03:22:49.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-20T03:22:49.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-20T03:22:49.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-20T03:22:49.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44152026-07-20T03:22:49.677Z
44162026-07-20T03:22:49.677Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44172026-07-20T03:22:50.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-20T03:22:50.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-20T03:22:50.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-20T03:22:50.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44212026-07-20T03:22:50.222Z
44222026-07-20T03:22:50.222Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44232026-07-20T03:22:50.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-20T03:22:50.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-20T03:22:51.026Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44262026-07-20T03:22:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44272026-07-20T03:22:51.985Z
44282026-07-20T03:22:51.985Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44292026-07-20T03:22:52.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-20T03:22:52.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-20T03:22:52.787Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-20T03:23:31.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s
44332026-07-20T03:23:31.667Z
44342026-07-20T03:23:31.667Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44352026-07-20T03:23:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-20T03:23:32.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-20T03:23:32.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-07-20T03:23:32.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44392026-07-20T03:23:32.214Z
44402026-07-20T03:23:32.214Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44412026-07-20T03:23:32.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-20T03:23:32.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-20T03:23:32.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-20T03:23:32.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44452026-07-20T03:23:32.756Z
44462026-07-20T03:23:32.756Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44472026-07-20T03:23:33.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-20T03:23:33.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-20T03:23:33.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-20T03:23:33.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44512026-07-20T03:23:33.355Z
44522026-07-20T03:23:33.355Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44532026-07-20T03:23:33.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-20T03:23:33.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-20T03:23:33.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-20T03:23:33.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44572026-07-20T03:23:33.969Z
44582026-07-20T03:23:33.969Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44592026-07-20T03:23:34.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-20T03:23:34.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-20T03:23:34.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-20T03:23:34.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44632026-07-20T03:23:34.586Z
44642026-07-20T03:23:34.586Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44652026-07-20T03:23:35.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-20T03:23:35.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-20T03:23:35.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-20T03:23:35.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44692026-07-20T03:23:35.189Z
44702026-07-20T03:23:35.189Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44712026-07-20T03:23:35.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-20T03:23:35.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-20T03:23:35.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-20T03:23:35.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44752026-07-20T03:23:35.810Z
44762026-07-20T03:23:35.810Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44772026-07-20T03:23:36.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-20T03:23:36.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-20T03:23:36.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-20T03:23:36.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44812026-07-20T03:23:36.438Z
44822026-07-20T03:23:36.438Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44832026-07-20T03:23:36.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-20T03:23:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-20T03:23:36.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-20T03:23:36.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44872026-07-20T03:23:37.044Z
44882026-07-20T03:23:37.044Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44892026-07-20T03:23:37.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-20T03:23:37.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-20T03:23:37.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-20T03:23:37.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44932026-07-20T03:23:37.666Z
44942026-07-20T03:23:37.666Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44952026-07-20T03:23:38.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-20T03:23:38.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-20T03:23:38.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-20T03:23:38.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44992026-07-20T03:23:38.290Z
45002026-07-20T03:23:38.290Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45012026-07-20T03:23:38.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-20T03:23:38.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-20T03:23:39.182Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45042026-07-20T03:23:39.186Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45052026-07-20T03:23:39.371Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45062026-07-20T03:23:39.401Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45072026-07-20T03:23:39.423Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45082026-07-20T03:23:39.444Z Checking diff v0.1.13
45092026-07-20T03:23:39.456Z Checking yansi v1.0.1
45102026-07-20T03:23:39.456Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45112026-07-20T03:23:39.522Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45122026-07-20T03:23:39.715Z Checking pretty_assertions v1.4.1
45132026-07-20T03:23:40.469Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45142026-07-20T03:23:40.541Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45152026-07-20T03:24:05.811Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45162026-07-20T03:24:05.818Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45172026-07-20T03:24:05.818Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45182026-07-20T03:24:05.818Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45192026-07-20T03:24:05.818Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45202026-07-20T03:24:05.818Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45212026-07-20T03:24:05.818Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45222026-07-20T03:24:06.640Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45232026-07-20T03:24:06.640Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-07-20T03:24:07.880Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45252026-07-20T03:24:46.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
45262026-07-20T03:24:46.627Z
45272026-07-20T03:24:46.627Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45282026-07-20T03:24:47.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-07-20T03:24:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-07-20T03:24:47.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-07-20T03:24:47.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45322026-07-20T03:24:47.176Z
45332026-07-20T03:24:47.176Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45342026-07-20T03:24:47.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-20T03:24:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-20T03:24:47.937Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45372026-07-20T03:24:48.061Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45382026-07-20T03:24:48.064Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45392026-07-20T03:25:15.689Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45402026-07-20T03:25:16.075Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45412026-07-20T03:25:17.865Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45422026-07-20T03:25:18.321Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45432026-07-20T03:25:21.476Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45442026-07-20T03:25:46.124Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45452026-07-20T03:25:46.831Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45462026-07-20T03:25:48.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
45472026-07-20T03:25:48.672Z
45482026-07-20T03:25:48.672Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45492026-07-20T03:25:49.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-20T03:25:49.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-20T03:25:49.369Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45522026-07-20T03:25:50.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45532026-07-20T03:25:50.246Z
45542026-07-20T03:25:50.246Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45552026-07-20T03:25:50.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-20T03:25:50.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-20T03:25:50.863Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45582026-07-20T03:25:50.964Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45592026-07-20T03:25:50.970Z Checking sha2 v0.11.0
45602026-07-20T03:25:50.970Z Checking digest-io v0.1.0
45612026-07-20T03:25:50.981Z Checking rawzip v0.4.4
45622026-07-20T03:25:50.991Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45632026-07-20T03:25:50.997Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45642026-07-20T03:25:51.015Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45652026-07-20T03:25:51.079Z Checking shell-words v1.1.1
45662026-07-20T03:25:51.461Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45672026-07-20T03:25:51.687Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45682026-07-20T03:25:52.718Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45692026-07-20T03:25:53.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
45702026-07-20T03:25:53.962Z
45712026-07-20T03:25:53.962Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45722026-07-20T03:25:54.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-07-20T03:25:54.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-07-20T03:25:54.570Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45752026-07-20T03:25:54.899Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45762026-07-20T03:25:55.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45772026-07-20T03:25:55.478Z
45782026-07-20T03:25:55.478Zinfo: running `cargo check --bins` on schema (283/301)
45792026-07-20T03:25:55.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-07-20T03:25:55.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-07-20T03:25:56.174Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45822026-07-20T03:25:56.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45832026-07-20T03:25:57.075Z
45842026-07-20T03:25:57.076Zinfo: running `cargo check --bins` on xtask (284/301)
45852026-07-20T03:25:57.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-20T03:25:57.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-20T03:25:57.472Z Checking serde_core v1.0.228
45882026-07-20T03:25:57.472Z Checking libc v0.2.185
45892026-07-20T03:25:57.475Z Checking bitflags v2.11.0
45902026-07-20T03:25:57.559Z Checking scroll v0.12.0
45912026-07-20T03:25:57.562Z Checking thiserror v1.0.69
45922026-07-20T03:25:57.570Z Checking log v0.4.29
45932026-07-20T03:25:57.579Z Checking zerocopy v0.7.35
45942026-07-20T03:25:57.579Z Checking indexmap v2.14.0
45952026-07-20T03:25:57.654Z Checking syn v2.0.117
45962026-07-20T03:25:57.701Z Checking dtrace-parser v0.2.0
45972026-07-20T03:25:57.714Z Checking once_cell v1.21.3
45982026-07-20T03:25:57.775Z Checking goblin v0.8.2
45992026-07-20T03:25:57.844Z Checking errno v0.3.14
46002026-07-20T03:25:57.892Z Checking getrandom v0.4.1
46012026-07-20T03:25:57.931Z Checking thread-id v4.2.2
46022026-07-20T03:25:57.962Z Checking rustix v1.1.3
46032026-07-20T03:25:58.010Z Checking memmap v0.7.0
46042026-07-20T03:25:58.027Z Checking thiserror v2.0.18
46052026-07-20T03:25:58.085Z Checking fs-err v3.3.0
46062026-07-20T03:25:58.124Z Checking tabled v0.15.0
46072026-07-20T03:25:58.135Z Checking anyhow v1.0.102
46082026-07-20T03:25:58.755Z Checking terminal_size v0.4.3
46092026-07-20T03:25:58.755Z Checking tempfile v3.25.0
46102026-07-20T03:25:58.870Z Checking clap_builder v4.6.0
46112026-07-20T03:25:58.873Z Checking textwrap v0.16.2
46122026-07-20T03:25:59.055Z Checking serde v1.0.228
46132026-07-20T03:25:59.055Z Checking serde_json v1.0.150
46142026-07-20T03:25:59.058Z Checking camino v1.2.2
46152026-07-20T03:25:59.085Z Checking semver v1.0.28
46162026-07-20T03:25:59.258Z Checking cargo-platform v0.3.2
46172026-07-20T03:25:59.308Z Checking camino-tempfile v1.4.1
46182026-07-20T03:25:59.472Z Checking serde_spanned v0.6.9
46192026-07-20T03:25:59.472Z Checking toml_datetime v0.6.11
46202026-07-20T03:25:59.475Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46212026-07-20T03:25:59.475Z Checking macaddr v1.0.1
46222026-07-20T03:25:59.661Z Checking toml_edit v0.22.27
46232026-07-20T03:25:59.679Z Checking dof v0.3.0
46242026-07-20T03:25:59.683Z Checking cargo_metadata v0.23.1
46252026-07-20T03:25:59.960Z Checking usdt-impl v0.5.0
46262026-07-20T03:26:00.091Z Checking clap v4.6.1
46272026-07-20T03:26:00.237Z Checking usdt v0.5.0
46282026-07-20T03:26:00.669Z Checking toml v0.8.23
46292026-07-20T03:26:00.933Z Checking cargo_toml v0.21.0
46302026-07-20T03:26:01.583Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46312026-07-20T03:26:01.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
46322026-07-20T03:26:02.088Z
46332026-07-20T03:26:02.088Zinfo: running `cargo check --bins` on dnsadm (285/301)
46342026-07-20T03:26:02.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-07-20T03:26:02.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-07-20T03:26:02.701Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46372026-07-20T03:26:03.174Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46382026-07-20T03:26:03.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46392026-07-20T03:26:03.740Z
46402026-07-20T03:26:03.740Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46412026-07-20T03:26:04.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-07-20T03:26:04.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-07-20T03:26:04.531Z Checking cpubits v0.1.1
46442026-07-20T03:26:04.537Z Checking pem-rfc7468 v1.0.0
46452026-07-20T03:26:04.670Z Checking hmac v0.13.0
46462026-07-20T03:26:04.670Z Checking universal-hash v0.6.1
46472026-07-20T03:26:04.693Z Checking ctr v0.10.1
46482026-07-20T03:26:04.693Z Checking aead v0.6.1
46492026-07-20T03:26:04.723Z Checking aes v0.9.1
46502026-07-20T03:26:04.726Z Checking crypto-bigint v0.7.5
46512026-07-20T03:26:04.749Z Checking cbc v0.2.1
46522026-07-20T03:26:04.793Z Checking polyval v0.7.1
46532026-07-20T03:26:04.808Z Checking der v0.8.0
46542026-07-20T03:26:04.822Z Checking pbkdf2 v0.13.0
46552026-07-20T03:26:04.838Z Checking salsa20 v0.11.0
46562026-07-20T03:26:04.890Z Checking ff v0.14.0
46572026-07-20T03:26:04.895Z Checking signature v3.0.0
46582026-07-20T03:26:04.936Z Checking base16ct v1.0.0
46592026-07-20T03:26:04.963Z Checking ghash v0.6.0
46602026-07-20T03:26:04.985Z Checking scrypt v0.12.0
46612026-07-20T03:26:05.042Z Checking group v0.14.0
46622026-07-20T03:26:05.070Z Checking hkdf v0.13.0
46632026-07-20T03:26:05.088Z Checking rfc6979 v0.5.0
46642026-07-20T03:26:05.108Z Compiling curve25519-dalek v5.0.0-rc.0
46652026-07-20T03:26:05.135Z Checking aes-gcm v0.11.0
46662026-07-20T03:26:05.157Z Checking poly1305 v0.9.0
46672026-07-20T03:26:05.201Z Checking blowfish v0.10.0
46682026-07-20T03:26:05.217Z Checking blake2 v0.11.0-rc.6
46692026-07-20T03:26:05.230Z Checking keccak v0.2.0
46702026-07-20T03:26:05.302Z Checking fiat-crypto v0.3.0
46712026-07-20T03:26:05.353Z Checking bcrypt-pbkdf v0.11.0
46722026-07-20T03:26:05.389Z Checking sha3 v0.11.0
46732026-07-20T03:26:05.439Z Checking kem v0.3.0
46742026-07-20T03:26:05.476Z Checking argon2 v0.6.0-rc.8
46752026-07-20T03:26:05.509Z Checking module-lattice v0.2.3
46762026-07-20T03:26:05.558Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46772026-07-20T03:26:05.631Z Checking spki v0.8.0
46782026-07-20T03:26:05.734Z Checking sec1 v0.8.1
46792026-07-20T03:26:05.748Z Checking ml-kem v0.3.2
46802026-07-20T03:26:05.766Z Checking internal-russh-num-bigint v0.5.0
46812026-07-20T03:26:05.796Z Checking num-bigint v0.4.6
46822026-07-20T03:26:05.811Z Checking pkcs5 v0.8.1
46832026-07-20T03:26:05.947Z Checking pkcs1 v0.8.0-rc.4
46842026-07-20T03:26:06.118Z Checking pkcs8 v0.11.0
46852026-07-20T03:26:06.163Z Checking generic-array v1.4.3
46862026-07-20T03:26:06.317Z Checking ed25519 v3.0.0
46872026-07-20T03:26:06.442Z Compiling enum_dispatch v0.3.13
46882026-07-20T03:26:06.522Z Checking ed25519-dalek v3.0.0-rc.0
46892026-07-20T03:26:06.561Z Checking russh-util v0.52.0
46902026-07-20T03:26:06.576Z Compiling delegate v0.13.5
46912026-07-20T03:26:06.637Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46922026-07-20T03:26:06.687Z Checking md5 v0.8.0
46932026-07-20T03:26:06.743Z Checking hex-literal v1.1.0
46942026-07-20T03:26:06.781Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46952026-07-20T03:26:06.845Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46962026-07-20T03:26:06.862Z Checking socket2 v0.5.10
46972026-07-20T03:26:07.048Z Checking internet-checksum v0.2.1
46982026-07-20T03:26:07.064Z Checking elliptic-curve v0.14.0-rc.33
46992026-07-20T03:26:07.079Z Checking primefield v0.14.0
47002026-07-20T03:26:07.114Z Checking ssh-encoding v0.3.0-rc.9
47012026-07-20T03:26:07.171Z Checking crypto-primes v0.7.2
47022026-07-20T03:26:07.286Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47032026-07-20T03:26:07.348Z Checking ssh-cipher v0.3.0-rc.9
47042026-07-20T03:26:07.439Z Checking russh-cryptovec v0.61.0
47052026-07-20T03:26:07.544Z Checking ecdsa v0.17.0-rc.18
47062026-07-20T03:26:07.544Z Checking primeorder v0.14.0-rc.10
47072026-07-20T03:26:07.906Z Checking p521 v0.14.0-rc.10
47082026-07-20T03:26:07.909Z Checking p256 v0.14.0-rc.10
47092026-07-20T03:26:08.157Z Checking rsa v0.10.0-rc.18
47102026-07-20T03:26:10.381Z Checking p384 v0.14.0-rc.10
47112026-07-20T03:26:12.328Z Checking ssh-key v0.7.0-rc.10
47122026-07-20T03:26:13.111Z Checking russh v0.61.2
47132026-07-20T03:26:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s
47142026-07-20T03:26:25.832Z
47152026-07-20T03:26:25.832Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47162026-07-20T03:26:26.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-07-20T03:26:26.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-07-20T03:26:26.451Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47192026-07-20T03:26:26.559Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47202026-07-20T03:26:26.566Z Checking termios v0.3.3
47212026-07-20T03:26:27.794Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47222026-07-20T03:26:27.943Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47232026-07-20T03:26:29.625Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47242026-07-20T03:26:30.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
47252026-07-20T03:26:30.376Z
47262026-07-20T03:26:30.376Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47272026-07-20T03:26:30.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-20T03:26:30.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-20T03:26:31.065Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47302026-07-20T03:26:31.069Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47312026-07-20T03:26:31.181Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47322026-07-20T03:26:31.184Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47332026-07-20T03:26:31.206Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47342026-07-20T03:26:31.206Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47352026-07-20T03:26:31.985Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-07-20T03:26:32.317Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47372026-07-20T03:26:32.317Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47382026-07-20T03:26:32.963Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47392026-07-20T03:26:34.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
47402026-07-20T03:26:34.822Z
47412026-07-20T03:26:34.822Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47422026-07-20T03:26:35.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-20T03:26:35.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-20T03:26:35.432Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47452026-07-20T03:26:35.884Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47462026-07-20T03:26:36.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
47472026-07-20T03:26:36.369Z
47482026-07-20T03:26:36.370Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47492026-07-20T03:26:36.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-07-20T03:26:36.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-07-20T03:26:36.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-07-20T03:26:36.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47532026-07-20T03:26:36.917Z
47542026-07-20T03:26:36.917Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47552026-07-20T03:26:37.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-20T03:26:37.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-20T03:26:37.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-07-20T03:26:37.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47592026-07-20T03:26:37.474Z
47602026-07-20T03:26:37.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47612026-07-20T03:26:37.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-20T03:26:37.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-20T03:26:38.203Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47642026-07-20T03:26:38.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47652026-07-20T03:26:39.001Z
47662026-07-20T03:26:39.001Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47672026-07-20T03:26:39.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-20T03:26:39.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-20T03:26:39.624Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47702026-07-20T03:26:39.627Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47712026-07-20T03:26:39.903Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47722026-07-20T03:26:39.903Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47732026-07-20T03:26:40.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47742026-07-20T03:26:40.906Z
47752026-07-20T03:26:40.906Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47762026-07-20T03:26:41.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-07-20T03:26:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-07-20T03:26:41.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47792026-07-20T03:26:41.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47802026-07-20T03:26:41.449Z
47812026-07-20T03:26:41.449Zinfo: running `cargo check --bins` on omicron-package (295/301)
47822026-07-20T03:26:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-20T03:26:41.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-20T03:26:42.098Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47852026-07-20T03:26:43.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47862026-07-20T03:26:43.356Z
47872026-07-20T03:26:43.356Zinfo: running `cargo check --bins` on tqdb (296/301)
47882026-07-20T03:26:43.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-20T03:26:43.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-20T03:26:44.106Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47912026-07-20T03:26:44.462Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47922026-07-20T03:26:44.984Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47932026-07-20T03:26:44.987Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47942026-07-20T03:26:51.222Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47952026-07-20T03:26:51.226Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47962026-07-20T03:26:51.810Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47972026-07-20T03:26:51.814Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47982026-07-20T03:26:51.814Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47992026-07-20T03:26:51.814Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48002026-07-20T03:26:52.598Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48012026-07-20T03:26:53.657Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48022026-07-20T03:26:54.496Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48032026-07-20T03:26:55.139Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48042026-07-20T03:27:00.158Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48052026-07-20T03:27:07.061Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48062026-07-20T03:27:07.065Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48072026-07-20T03:27:07.065Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48082026-07-20T03:27:07.065Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48092026-07-20T03:27:08.565Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48102026-07-20T03:27:09.915Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48112026-07-20T03:27:10.603Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48122026-07-20T03:27:11.847Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48132026-07-20T03:27:12.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s
48142026-07-20T03:27:12.599Z
48152026-07-20T03:27:12.599Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48162026-07-20T03:27:13.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-20T03:27:13.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-20T03:27:13.278Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48192026-07-20T03:27:13.396Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48202026-07-20T03:27:13.403Z Checking rtoolbox v0.0.3
48212026-07-20T03:27:13.411Z Checking tui-tree-widget v0.23.1
48222026-07-20T03:27:13.509Z Checking rpassword v7.5.4
48232026-07-20T03:27:13.903Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48242026-07-20T03:27:14.082Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48252026-07-20T03:27:15.045Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48262026-07-20T03:27:18.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48272026-07-20T03:27:20.085Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48282026-07-20T03:27:20.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s
48292026-07-20T03:27:21.179Z
48302026-07-20T03:27:21.179Zinfo: running `cargo check --bins` on wicket (298/301)
48312026-07-20T03:27:21.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48322026-07-20T03:27:21.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48332026-07-20T03:27:21.844Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48342026-07-20T03:27:22.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48352026-07-20T03:27:22.385Z
48362026-07-20T03:27:22.385Zinfo: running `cargo check --bins` on wicketd (299/301)
48372026-07-20T03:27:22.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-07-20T03:27:22.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-07-20T03:27:23.070Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48402026-07-20T03:27:23.077Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48412026-07-20T03:27:23.077Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48422026-07-20T03:27:23.077Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48432026-07-20T03:27:23.967Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48442026-07-20T03:27:24.526Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48452026-07-20T03:27:27.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
48462026-07-20T03:27:27.828Z
48472026-07-20T03:27:27.828Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48482026-07-20T03:27:28.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48492026-07-20T03:27:28.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48502026-07-20T03:27:28.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48512026-07-20T03:27:28.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48522026-07-20T03:27:28.417Z
48532026-07-20T03:27:28.417Zinfo: running `cargo check --bins` on zone-setup (301/301)
48542026-07-20T03:27:28.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48552026-07-20T03:27:28.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48562026-07-20T03:27:29.027Z Checking uzers v0.12.2
48572026-07-20T03:27:29.304Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48582026-07-20T03:27:30.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48592026-07-20T03:27:30.261Z
48602026-07-20T03:27:30.261Zreal 14:18.482242769
48612026-07-20T03:27:30.261Zuser 21:49.441598431
48622026-07-20T03:27:30.261Zsys 4:23.425927068
48632026-07-20T03:27:30.261Ztrap 0.344314180
48642026-07-20T03:27:30.261Ztflt 0.702322004
48652026-07-20T03:27:30.261Zdflt 1.006116484
48662026-07-20T03:27:30.261Zkflt 0.004462827
48672026-07-20T03:27:30.266Zlock 1:18:57.342498803
48682026-07-20T03:27:30.266Zslp 1:44:03.691529015
48692026-07-20T03:27:30.266Zlat 1:02.523850103
48702026-07-20T03:27:30.266Zstop 3:42.534866975
48712026-07-20T03:27:30.266Zprocess exited: duration 981710 ms, exit code 0
 
48722026-07-20T03:27:30.297Zfound 0 output files