01KWG0WSF4V5FTT005CH4HKVVF: 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: 01KWG0XVWJB71MKDB7C3SQRCXM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T23:42:02.550Zjob assigned to worker 01KWG0XYTJMRGSM0RF6JJ0TETF [factory aws, i-093f0f0dcb1766148] (queued for 44 s)
 
22026-07-01T23:42:13.839Zstarting task 0: "setup"
32026-07-01T23:42:13.902Z++ uname -s
42026-07-01T23:42:13.902Z+ kern=SunOS
52026-07-01T23:42:13.902Z+ build_user=build
62026-07-01T23:42:13.902Z+ build_uid=12345
72026-07-01T23:42:13.902Z+ work_dir=/work
82026-07-01T23:42:13.902Z+ input_dir=/input
92026-07-01T23:42:13.902Z+ [[ 0 == 12345 ]]
102026-07-01T23:42:13.902Z+ case "$kern" in
112026-07-01T23:42:13.902Z+ groupadd -g 12345 build
122026-07-01T23:42:13.902Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T23:42:18.966Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T23:42:19.033Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T23:42:19.033Z+ home_fs=zfs
162026-07-01T23:42:19.033Z+ [[ zfs == autofs ]]
172026-07-01T23:42:19.033Z+ mkdir -p /home/build
182026-07-01T23:42:19.033Z+ chown build:build /home/build /work
192026-07-01T23:42:19.033Z+ chmod 0700 /home/build /work
202026-07-01T23:42:19.034Zprocess exited: duration 4125 ms, exit code 0
 
212026-07-01T23:42:19.854Zstarting task 1: "rust-toolchain"
222026-07-01T23:42:19.918Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T23:42:19.918Z * rust toolchain channel = "1.96.1"
242026-07-01T23:42:19.918Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-01T23:42:19.918Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-01T23:42:19.918Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T23:42:19.918Z * rust toolchain profile = "default"
282026-07-01T23:42:19.918Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T23:42:19.918Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T23:42:19.918Zinfo: downloading installer
312026-07-01T23:42:21.456Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T23:42:21.456Zwarn: /home/build/.rustup/settings.toml
332026-07-01T23:42:21.456Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T23:42:21.456Zwarn: instead of the one inferred from the default host triple.
352026-07-01T23:42:21.478Zinfo: profile set to default
362026-07-01T23:42:21.479Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T23:42:21.479Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T23:42:21.479Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T23:42:21.479Zinfo: downloading 6 components
402026-07-01T23:42:37.304Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T23:42:37.304Z
422026-07-01T23:42:37.524Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T23:42:37.524Z
442026-07-01T23:42:37.524Z
452026-07-01T23:42:37.524ZRust is installed now. Great!
462026-07-01T23:42:37.524Z
472026-07-01T23:42:37.524ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T23:42:37.524Zenvironment variable. This has not been done automatically.
492026-07-01T23:42:37.524Z
502026-07-01T23:42:37.524ZTo configure your current shell, you need to source
512026-07-01T23:42:37.524Zthe corresponding env file under $HOME/.cargo.
522026-07-01T23:42:37.524Z
532026-07-01T23:42:37.524ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T23:42:37.524Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T23:42:37.524Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T23:42:37.524Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T23:42:37.524Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T23:42:37.524Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T23:42:37.525Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T23:42:37.525Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T23:42:37.525Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T23:42:37.525Z+ rustup --version
632026-07-01T23:42:37.525Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T23:42:37.525Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T23:42:37.525Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T23:42:37.525Z+ cargo --version
672026-07-01T23:42:37.525Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T23:42:37.525Z+ rustc --version
692026-07-01T23:42:37.525Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T23:42:37.525Zprocess exited: duration 18240 ms, exit code 0
 
712026-07-01T23:42:37.643Zstarting task 2: "authentication"
722026-07-01T23:42:37.675ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-01T23:43:03.671Zprocess exited: duration 26022 ms, exit code 0
 
742026-07-01T23:43:03.742Zstarting task 3: "clone repository"
752026-07-01T23:43:03.768Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-01T23:43:03.768Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-01T23:43:03.774ZCloning into '/work/oxidecomputer/omicron'...
782026-07-01T23:43:14.287Z+ cd /work/oxidecomputer/omicron
792026-07-01T23:43:14.287Z+ git fetch origin 1468adb792651ea108413d39043eb0dbfc9451d7
802026-07-01T23:43:14.733ZFrom https://github.com/oxidecomputer/omicron
812026-07-01T23:43:14.733Z * branch 1468adb792651ea108413d39043eb0dbfc9451d7 -> FETCH_HEAD
822026-07-01T23:43:14.743Z+ [[ -n '' ]]
832026-07-01T23:43:14.743Z+ git reset --hard 1468adb792651ea108413d39043eb0dbfc9451d7
842026-07-01T23:43:14.997ZHEAD is now at 1468adb79 [update-status] Re-enable stuck saga reporting
852026-07-01T23:43:15.002Zprocess exited: duration 11262 ms, exit code 0
 
862026-07-01T23:43:15.019Zstarting task 4: "build"
872026-07-01T23:43:15.022Z+ source .github/buildomat/ci-env.sh
882026-07-01T23:43:15.022Z++ export CARGO_TERM_COLOR=always
892026-07-01T23:43:15.022Z++ CARGO_TERM_COLOR=always
902026-07-01T23:43:15.022Z+ cargo --version
912026-07-01T23:43:15.054Zcargo 1.96.1 (356927216 2026-06-26)
922026-07-01T23:43:15.054Z+ rustc --version
932026-07-01T23:43:15.071Zrustc 1.96.1 (31fca3adb 2026-06-26)
942026-07-01T23:43:15.080Z+ source ./env.sh
952026-07-01T23:43:15.080Z++ OLD_SHELL_OPTS=ehxB
962026-07-01T23:43:15.080Z++ set -o xtrace
972026-07-01T23:43:15.080Z++++ dirname ./env.sh
982026-07-01T23:43:15.080Z+++ readlink -f .
992026-07-01T23:43:15.080Z++ OMICRON_WS=/work/oxidecomputer/omicron
1002026-07-01T23:43:15.080Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T23:43:15.080Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-01T23:43:15.080Z++ 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
1032026-07-01T23:43:15.080Z++ 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
1042026-07-01T23:43:15.080Z++ 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
1052026-07-01T23:43:15.080Z++ 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
1062026-07-01T23:43:15.080Z++ 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
1072026-07-01T23:43:15.080Z++ 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
1082026-07-01T23:43:15.080Z++ 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
1092026-07-01T23:43:15.080Z++ 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
1102026-07-01T23:43:15.081Z++ case $OLD_SHELL_OPTS in
1112026-07-01T23:43:15.081Z++ unset OLD_SHELL_OPTS OMICRON_WS
1122026-07-01T23:43:15.081Z+ 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
1132026-07-01T23:43:15.081Z+ 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
1142026-07-01T23:43:15.081Z+ banner prerequisites
1152026-07-01T23:43:15.081Z
1162026-07-01T23:43:15.081Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-01T23:43:15.081Z # # # # # # # # # # # # # # #
1182026-07-01T23:43:15.081Z # # # # ##### # # ##### # # # # # #### #
1192026-07-01T23:43:15.081Z ##### ##### # ##### # # # # # # # # #
1202026-07-01T23:43:15.081Z # # # # # # # # # # # # # # #
1212026-07-01T23:43:15.081Z # # # ###### # # ###### ### # #### # #### #
1222026-07-01T23:43:15.081Z
1232026-07-01T23:43:15.081Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-01T23:43:16.538Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-01T23:43:16.644Z Startup: Caching catalogs ... Done
1262026-07-01T23:43:17.128ZPlanning: Solver setup ... Done (0.437s)
1272026-07-01T23:43:17.157ZPlanning: Running solver ... Done (0.026s)
1282026-07-01T23:43:17.165ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-01T23:43:17.178ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-01T23:43:17.200ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-01T23:43:17.213ZPlanning: Package planning ... Done (0.013s)
1322026-07-01T23:43:17.220ZPlanning: Merging actions ... Done (0.001s)
1332026-07-01T23:43:17.400ZPlanning: Checking for conflicting actions ... Done (0.167s)
1342026-07-01T23:43:17.422ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-01T23:43:18.169ZPlanning: Evaluating mediators ... Done (0.787s)
1362026-07-01T23:43:18.173ZPlanning: Planning completed in 1.51 seconds
1372026-07-01T23:43:18.179Z Packages to install: 2
1382026-07-01T23:43:18.179Z Estimated space available: 156.09 GB
1392026-07-01T23:43:18.186ZEstimated space to be consumed: 30.98 MB
1402026-07-01T23:43:18.186Z Create boot environment: No
1412026-07-01T23:43:18.186ZCreate backup boot environment: No
1422026-07-01T23:43:18.186Z Rebuild boot archive: No
1432026-07-01T23:43:18.186Z
1442026-07-01T23:43:18.186ZChanged packages:
1452026-07-01T23:43:18.186Zhelios
1462026-07-01T23:43:18.186Z developer/build-essential
1472026-07-01T23:43:18.186Z None -> 11-3.0
1482026-07-01T23:43:18.186Z library/libxmlsec1
1492026-07-01T23:43:18.187Z None -> 1.2.35-3.0
1502026-07-01T23:43:18.208Z
1512026-07-01T23:43:18.208ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-01T23:43:21.055ZDownload: Completed 1.28 MB in 2.85 seconds (460k/s)
1532026-07-01T23:43:21.101Z Actions: 1/268 actions (Installing new actions)
1542026-07-01T23:43:21.137Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-01T23:43:21.148ZFinalize: Updating package state database ... Done (0.010s)
1562026-07-01T23:43:21.148ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-01T23:43:21.176ZFinalize: Updating image state ... Done (0.029s)
1582026-07-01T23:43:23.563ZFinalize: Creating fast lookup database ... Done (2.360s)
1592026-07-01T23:43:23.630ZFinalize: Reading search index ... Done (0.012s)
1602026-07-01T23:43:23.641ZFinalize: Updating search index ... Done (0.000s)
1612026-07-01T23:43:23.740ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-01T23:43:24.059ZPlanning: Evaluating mediator changes ... Done
1632026-07-01T23:43:24.169ZPlanning: Checking for conflicting actions ... Done
1642026-07-01T23:43:24.177ZPlanning: Consolidating action changes ... Done
1652026-07-01T23:43:24.311ZPlanning: Evaluating mediators ... Done
1662026-07-01T23:43:24.328ZPlanning: Planning completed in 0.26 seconds
1672026-07-01T23:43:24.334Z Mediators to change: 2
1682026-07-01T23:43:24.334Z Create boot environment: No
1692026-07-01T23:43:24.334ZCreate backup boot environment: No
1702026-07-01T23:43:24.391ZFinalize: Updating package state database ... Done
1712026-07-01T23:43:24.391ZFinalize: Updating package cache ... Done
1722026-07-01T23:43:24.416ZFinalize: Updating image state ... Done
1732026-07-01T23:43:26.335ZFinalize: Creating fast lookup database ... Done
1742026-07-01T23:43:26.406ZFinalize: Reading search index ... Done
1752026-07-01T23:43:26.406ZFinalize: Updating search index ... Done
1762026-07-01T23:43:26.464ZFinalize: Updating package cache ... Done
1772026-07-01T23:43:26.773ZPlanning: Evaluating mediator changes ... Done
1782026-07-01T23:43:26.883ZPlanning: Checking for conflicting actions ... Done
1792026-07-01T23:43:26.890ZPlanning: Consolidating action changes ... Done
1802026-07-01T23:43:27.014ZPlanning: Evaluating mediators ... Done
1812026-07-01T23:43:27.040ZPlanning: Planning completed in 0.27 seconds
1822026-07-01T23:43:27.052Z Mediators to change: 1
1832026-07-01T23:43:27.052Z Create boot environment: No
1842026-07-01T23:43:27.053ZCreate backup boot environment: No
1852026-07-01T23:43:27.105ZFinalize: Updating package state database ... Done
1862026-07-01T23:43:27.105ZFinalize: Updating package cache ... Done
1872026-07-01T23:43:27.116ZFinalize: Updating image state ... Done
1882026-07-01T23:43:29.035ZFinalize: Creating fast lookup database ... Done
1892026-07-01T23:43:29.092ZFinalize: Reading search index ... Done
1902026-07-01T23:43:29.097ZFinalize: Updating search index ... Done
1912026-07-01T23:43:29.150ZFinalize: Updating package cache ... Done
1922026-07-01T23:43:29.464ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-01T23:43:29.465Zapache system 2.4 system
1942026-07-01T23:43:29.465Zclang system 15 system
1952026-07-01T23:43:29.465Zcsh system system illumos
1962026-07-01T23:43:29.465Zctags system system illumos
1972026-07-01T23:43:29.465Zfile vendor vendor darwinsys
1982026-07-01T23:43:29.465Zfile system system illumos
1992026-07-01T23:43:29.465Zgcc vendor 14 vendor
2002026-07-01T23:43:29.465Zgcc system 13 system
2012026-07-01T23:43:29.465Zgcc system 10 system
2022026-07-01T23:43:29.465Zgo system 1.25 system
2032026-07-01T23:43:29.465Zllvm system 15 system
2042026-07-01T23:43:29.465Zmariadb system 11.4 system
2052026-07-01T23:43:29.465Zmta vendor vendor dma
2062026-07-01T23:43:29.465Zopenjdk system 17 system
2072026-07-01T23:43:29.465Zopenjdk system 11 system
2082026-07-01T23:43:29.465Zopenssl vendor 3 vendor
2092026-07-01T23:43:29.465Zperl system 5.40 system
2102026-07-01T23:43:29.465Zpostgresql system 18 system
2112026-07-01T23:43:29.465Zpostgresql system 17 system
2122026-07-01T23:43:29.466Zpython vendor 3 vendor
2132026-07-01T23:43:29.466Zpython system 2 system
2142026-07-01T23:43:29.466Zpython3 vendor 3.13 vendor
2152026-07-01T23:43:29.466Zruby system 3.4 system
2162026-07-01T23:43:29.466Zruby system 3.0 system
2172026-07-01T23:43:29.466Zwords vendor vendor american-english
2182026-07-01T23:43:29.466Zwords system system australian-english
2192026-07-01T23:43:29.466Zwords system system british-english
2202026-07-01T23:43:29.466Zwords system system canadian-english
2212026-07-01T23:43:29.466Zwords system system french
2222026-07-01T23:43:29.466Zwords system system italian
2232026-07-01T23:43:29.466Zwords system system ngerman
2242026-07-01T23:43:29.466Zwords system system ogerman
2252026-07-01T23:43:29.466Zwords system system spanish
2262026-07-01T23:43:29.712ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-01T23:43:29.712Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-01T23:43:30.017ZFMRI IFO
2292026-07-01T23:43:30.017Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-01T23:43:30.017Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-01T23:43:30.017Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-01T23:43:30.017Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-01T23:43:30.017Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-01T23:43:30.017Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-01T23:43:30.017Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-01T23:43:30.017Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-01T23:43:30.017Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-01T23:43:30.280Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-01T23:43:30.556Z Updating crates.io index
2402026-07-01T23:43:30.560Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-01T23:43:30.796Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-01T23:43:31.092Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-01T23:43:31.985Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-01T23:43:32.448Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-01T23:43:33.943Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-01T23:43:34.678Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-01T23:43:34.936Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-01T23:43:35.236Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-01T23:43:36.250Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-01T23:43:36.510Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-01T23:43:36.826Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-01T23:43:37.144Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-01T23:43:37.547Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-01T23:43:38.257Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-01T23:43:38.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-01T23:43:38.706Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-01T23:43:38.990Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-01T23:43:39.303Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-01T23:43:39.451Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-01T23:43:39.695Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-01T23:43:40.012Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-01T23:43:40.358Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-01T23:43:40.699Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-01T23:43:40.907Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-01T23:43:41.285Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-01T23:43:41.538Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-07-01T23:43:41.862Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-07-01T23:43:42.140Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-07-01T23:43:42.383Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-07-01T23:43:42.738Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-07-01T23:43:43.128Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-07-01T23:43:43.380Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-07-01T23:43:43.671Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-07-01T23:43:43.944Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-07-01T23:43:44.227Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-07-01T23:43:44.519Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-07-01T23:43:44.779Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-07-01T23:43:45.027Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-07-01T23:43:45.265Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-07-01T23:43:48.271Z Downloading crates ...
2812026-07-01T23:43:48.335Z Downloaded scroll_derive v0.12.1
2822026-07-01T23:43:48.337Z Downloaded serde_spanned v0.6.9
2832026-07-01T23:43:48.344Z Downloaded anstyle-query v1.1.5
2842026-07-01T23:43:48.348Z Downloaded zerocopy-derive v0.7.35
2852026-07-01T23:43:48.351Z Downloaded thiserror v2.0.18
2862026-07-01T23:43:48.358Z Downloaded zmij v1.0.21
2872026-07-01T23:43:48.361Z Downloaded colorchoice v1.0.4
2882026-07-01T23:43:48.361Z Downloaded clap v4.6.1
2892026-07-01T23:43:48.364Z Downloaded usdt v0.5.0
2902026-07-01T23:43:48.364Z Downloaded dtrace-parser v0.2.0
2912026-07-01T23:43:48.364Z Downloaded is_terminal_polyfill v1.70.2
2922026-07-01T23:43:48.366Z Downloaded zerocopy v0.7.35
2932026-07-01T23:43:48.375Z Downloaded autocfg v1.5.0
2942026-07-01T23:43:48.378Z Downloaded generic-array v0.14.7
2952026-07-01T23:43:48.378Z Downloaded block-buffer v0.10.4
2962026-07-01T23:43:48.386Z Downloaded digest v0.10.7
2972026-07-01T23:43:48.389Z Downloaded cargo_toml v0.21.0
2982026-07-01T23:43:48.392Z Downloaded heck v0.4.1
2992026-07-01T23:43:48.395Z Downloaded indexmap v2.14.0
3002026-07-01T23:43:48.395Z Downloaded fs-err v3.3.0
3012026-07-01T23:43:48.398Z Downloaded camino v1.2.2
3022026-07-01T23:43:48.398Z Downloaded camino-tempfile v1.4.1
3032026-07-01T23:43:48.398Z Downloaded crypto-common v0.1.7
3042026-07-01T23:43:48.398Z Downloaded anyhow v1.0.102
3052026-07-01T23:43:48.401Z Downloaded errno v0.3.14
3062026-07-01T23:43:48.401Z Downloaded byteorder v1.5.0
3072026-07-01T23:43:48.404Z Downloaded memmap v0.7.0
3082026-07-01T23:43:48.404Z Downloaded cfg-if v1.0.4
3092026-07-01T23:43:48.407Z Downloaded fastrand v2.3.0
3102026-07-01T23:43:48.410Z Downloaded cpufeatures v0.2.17
3112026-07-01T23:43:48.416Z Downloaded bytecount v0.6.9
3122026-07-01T23:43:48.427Z Downloaded clap_derive v4.6.1
3132026-07-01T23:43:48.433Z Downloaded macaddr v1.0.1
3142026-07-01T23:43:48.436Z Downloaded clap_lex v1.0.0
3152026-07-01T23:43:48.439Z Downloaded plain v0.2.3
3162026-07-01T23:43:48.444Z Downloaded dof v0.3.0
3172026-07-01T23:43:48.447Z Downloaded utf8parse v0.2.2
3182026-07-01T23:43:48.453Z Downloaded clap_builder v4.6.0
3192026-07-01T23:43:48.461Z Downloaded toml_write v0.1.2
3202026-07-01T23:43:48.486Z Downloaded smawk v0.3.2
3212026-07-01T23:43:48.486Z Downloaded terminal_size v0.4.3
3222026-07-01T23:43:48.486Z Downloaded usdt-attr-macro v0.5.0
3232026-07-01T23:43:48.486Z Downloaded proc-macro-error-attr v1.0.4
3242026-07-01T23:43:48.486Z Downloaded pretty-hex v0.4.1
3252026-07-01T23:43:48.486Z Downloaded itoa v1.0.17
3262026-07-01T23:43:48.496Z Downloaded fnv v1.0.7
3272026-07-01T23:43:48.496Z Downloaded cargo-platform v0.3.2
3282026-07-01T23:43:48.496Z Downloaded version_check v0.9.5
3292026-07-01T23:43:48.496Z Downloaded swrite v0.1.0
3302026-07-01T23:43:48.496Z Downloaded equivalent v1.0.2
3312026-07-01T23:43:48.496Z Downloaded anstyle-parse v1.0.0
3322026-07-01T23:43:48.496Z Downloaded sha2 v0.10.9
3332026-07-01T23:43:48.496Z Downloaded scroll v0.12.0
3342026-07-01T23:43:48.496Z Downloaded cargo_metadata v0.23.1
3352026-07-01T23:43:48.502Z Downloaded heck v0.5.0
3362026-07-01T23:43:48.502Z Downloaded toml_datetime v0.6.11
3372026-07-01T23:43:48.508Z Downloaded usdt-macro v0.5.0
3382026-07-01T23:43:48.511Z Downloaded unicode-linebreak v0.1.5
3392026-07-01T23:43:48.519Z Downloaded anstream v1.0.0
3402026-07-01T23:43:48.524Z Downloaded anstyle v1.0.14
3412026-07-01T23:43:48.529Z Downloaded tabled_derive v0.7.0
3422026-07-01T23:43:48.531Z Downloaded strsim v0.11.1
3432026-07-01T23:43:48.547Z Downloaded usdt-impl v0.5.0
3442026-07-01T23:43:48.550Z Downloaded quote v1.0.45
3452026-07-01T23:43:48.553Z Downloaded serde_tokenstream v0.2.3
3462026-07-01T23:43:48.561Z Downloaded thread-id v4.2.2
3472026-07-01T23:43:48.566Z Downloaded thiserror-impl v2.0.18
3482026-07-01T23:43:48.576Z Downloaded semver v1.0.28
3492026-07-01T23:43:48.590Z Downloaded thiserror-impl v1.0.69
3502026-07-01T23:43:48.593Z Downloaded proc-macro-error v1.0.4
3512026-07-01T23:43:48.593Z Downloaded bitflags v2.11.0
3522026-07-01T23:43:48.599Z Downloaded thiserror v1.0.69
3532026-07-01T23:43:48.605Z Downloaded once_cell v1.21.3
3542026-07-01T23:43:48.611Z Downloaded pest_generator v2.8.6
3552026-07-01T23:43:48.621Z Downloaded log v0.4.29
3562026-07-01T23:43:48.624Z Downloaded pest_derive v2.8.6
3572026-07-01T23:43:48.627Z Downloaded tempfile v3.25.0
3582026-07-01T23:43:48.627Z Downloaded proc-macro2 v1.0.106
3592026-07-01T23:43:48.635Z Downloaded serde_derive v1.0.228
3602026-07-01T23:43:48.638Z Downloaded getrandom v0.4.1
3612026-07-01T23:43:48.643Z Downloaded serde_core v1.0.228
3622026-07-01T23:43:48.648Z Downloaded toml v0.8.23
3632026-07-01T23:43:48.651Z Downloaded unicode-ident v1.0.24
3642026-07-01T23:43:48.653Z Downloaded textwrap v0.16.2
3652026-07-01T23:43:48.657Z Downloaded pest_meta v2.8.6
3662026-07-01T23:43:48.660Z Downloaded memchr v2.8.0
3672026-07-01T23:43:48.688Z Downloaded papergrid v0.11.0
3682026-07-01T23:43:48.706Z Downloaded toml_edit v0.22.27
3692026-07-01T23:43:48.709Z Downloaded serde v1.0.228
3702026-07-01T23:43:48.712Z Downloaded goblin v0.8.2
3712026-07-01T23:43:48.716Z Downloaded ucd-trie v0.1.7
3722026-07-01T23:43:48.719Z Downloaded typenum v1.20.1
3732026-07-01T23:43:48.727Z Downloaded pest v2.8.6
3742026-07-01T23:43:48.742Z Downloaded hashbrown v0.17.0
3752026-07-01T23:43:48.755Z Downloaded serde_json v1.0.150
3762026-07-01T23:43:48.777Z Downloaded winnow v0.7.14
3772026-07-01T23:43:48.815Z Downloaded tabled v0.15.0
3782026-07-01T23:43:48.835Z Downloaded syn v1.0.109
3792026-07-01T23:43:48.842Z Downloaded unicode-width v0.2.0
3802026-07-01T23:43:48.847Z Downloaded syn v2.0.117
3812026-07-01T23:43:48.850Z Downloaded unicode-width v0.1.14
3822026-07-01T23:43:48.868Z Downloaded rustix v1.1.3
3832026-07-01T23:43:48.907Z Downloaded libc v0.2.185
3842026-07-01T23:43:48.969Z Compiling proc-macro2 v1.0.106
3852026-07-01T23:43:48.969Z Compiling quote v1.0.45
3862026-07-01T23:43:48.969Z Compiling unicode-ident v1.0.24
3872026-07-01T23:43:48.969Z Compiling serde_core v1.0.228
3882026-07-01T23:43:48.971Z Compiling libc v0.2.185
3892026-07-01T23:43:48.971Z Compiling version_check v0.9.5
3902026-07-01T23:43:49.147Z Compiling memchr v2.8.0
3912026-07-01T23:43:49.152Z Compiling serde v1.0.228
3922026-07-01T23:43:49.292Z Compiling zmij v1.0.21
3932026-07-01T23:43:49.550Z Compiling thiserror v1.0.69
3942026-07-01T23:43:49.582Z Compiling itoa v1.0.17
3952026-07-01T23:43:49.645Z Compiling ucd-trie v0.1.7
3962026-07-01T23:43:49.870Z Compiling pest v2.8.6
3972026-07-01T23:43:49.903Z Compiling byteorder v1.5.0
3982026-07-01T23:43:49.936Z Compiling rustix v1.1.3
3992026-07-01T23:43:50.030Z Compiling errno v0.3.14
4002026-07-01T23:43:50.150Z Compiling serde_json v1.0.150
4012026-07-01T23:43:50.352Z Compiling bitflags v2.11.0
4022026-07-01T23:43:50.372Z Compiling syn v2.0.117
4032026-07-01T23:43:50.490Z Compiling thread-id v4.2.2
4042026-07-01T23:43:50.570Z Compiling proc-macro-error-attr v1.0.4
4052026-07-01T23:43:50.573Z Compiling usdt-impl v0.5.0
4062026-07-01T23:43:50.683Z Compiling syn v1.0.109
4072026-07-01T23:43:50.774Z Compiling camino v1.2.2
4082026-07-01T23:43:50.913Z Compiling pest_meta v2.8.6
4092026-07-01T23:43:51.089Z Compiling proc-macro-error v1.0.4
4102026-07-01T23:43:51.107Z Compiling plain v0.2.3
4112026-07-01T23:43:51.169Z Compiling utf8parse v0.2.2
4122026-07-01T23:43:51.217Z Compiling equivalent v1.0.2
4132026-07-01T23:43:51.298Z Compiling hashbrown v0.17.0
4142026-07-01T23:43:51.328Z Compiling getrandom v0.4.1
4152026-07-01T23:43:51.461Z Compiling log v0.4.29
4162026-07-01T23:43:51.596Z Compiling terminal_size v0.4.3
4172026-07-01T23:43:51.751Z Compiling anstyle-parse v1.0.0
4182026-07-01T23:43:51.934Z Compiling indexmap v2.14.0
4192026-07-01T23:43:52.170Z Compiling winnow v0.7.14
4202026-07-01T23:43:52.346Z Compiling autocfg v1.5.0
4212026-07-01T23:43:52.353Z Compiling cfg-if v1.0.4
4222026-07-01T23:43:52.415Z Compiling is_terminal_polyfill v1.70.2
4232026-07-01T23:43:52.516Z Compiling toml_write v0.1.2
4242026-07-01T23:43:52.534Z Compiling colorchoice v1.0.4
4252026-07-01T23:43:52.557Z Compiling thiserror v2.0.18
4262026-07-01T23:43:52.647Z Compiling pest_generator v2.8.6
4272026-07-01T23:43:52.711Z Compiling anstyle v1.0.14
4282026-07-01T23:43:52.784Z Compiling anstyle-query v1.1.5
4292026-07-01T23:43:52.873Z Compiling pretty-hex v0.4.1
4302026-07-01T23:43:52.899Z Compiling anstream v1.0.0
4312026-07-01T23:43:52.935Z Compiling fs-err v3.3.0
4322026-07-01T23:43:53.191Z Compiling anyhow v1.0.102
4332026-07-01T23:43:53.216Z Compiling unicode-width v0.1.14
4342026-07-01T23:43:53.245Z Compiling bytecount v0.6.9
4352026-07-01T23:43:53.336Z Compiling once_cell v1.21.3
4362026-07-01T23:43:53.380Z Compiling strsim v0.11.1
4372026-07-01T23:43:53.427Z Compiling clap_lex v1.0.0
4382026-07-01T23:43:53.489Z Compiling heck v0.4.1
4392026-07-01T23:43:53.512Z Compiling fnv v1.0.7
4402026-07-01T23:43:53.553Z Compiling fastrand v2.3.0
4412026-07-01T23:43:53.617Z Compiling heck v0.5.0
4422026-07-01T23:43:53.657Z Compiling papergrid v0.11.0
4432026-07-01T23:43:53.674Z Compiling clap_builder v4.6.0
4442026-07-01T23:43:53.733Z Compiling tempfile v3.25.0
4452026-07-01T23:43:53.851Z Compiling cargo-platform v0.3.2
4462026-07-01T23:43:53.912Z Compiling semver v1.0.28
4472026-07-01T23:43:53.929Z Compiling memmap v0.7.0
4482026-07-01T23:43:53.945Z Compiling tabled_derive v0.7.0
4492026-07-01T23:43:54.097Z Compiling unicode-width v0.2.0
4502026-07-01T23:43:54.120Z Compiling unicode-linebreak v0.1.5
4512026-07-01T23:43:54.194Z Compiling smawk v0.3.2
4522026-07-01T23:43:54.220Z Compiling serde_derive v1.0.228
4532026-07-01T23:43:54.264Z Compiling thiserror-impl v1.0.69
4542026-07-01T23:43:54.347Z Compiling zerocopy-derive v0.7.35
4552026-07-01T23:43:54.408Z Compiling pest_derive v2.8.6
4562026-07-01T23:43:54.427Z Compiling scroll_derive v0.12.1
4572026-07-01T23:43:54.882Z Compiling thiserror-impl v2.0.18
4582026-07-01T23:43:54.911Z Compiling clap_derive v4.6.1
4592026-07-01T23:43:55.109Z Compiling scroll v0.12.0
4602026-07-01T23:43:55.137Z Compiling tabled v0.15.0
4612026-07-01T23:43:55.230Z Compiling zerocopy v0.7.35
4622026-07-01T23:43:55.390Z Compiling goblin v0.8.2
4632026-07-01T23:43:55.682Z Compiling dtrace-parser v0.2.0
4642026-07-01T23:43:55.779Z Compiling textwrap v0.16.2
4652026-07-01T23:43:56.253Z Compiling camino-tempfile v1.4.1
4662026-07-01T23:43:56.477Z Compiling swrite v0.1.0
4672026-07-01T23:43:56.684Z Compiling clap v4.6.1
4682026-07-01T23:43:57.449Z Compiling serde_spanned v0.6.9
4692026-07-01T23:43:57.449Z Compiling toml_datetime v0.6.11
4702026-07-01T23:43:57.451Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4712026-07-01T23:43:57.452Z Compiling macaddr v1.0.1
4722026-07-01T23:43:57.452Z Compiling cargo_metadata v0.23.1
4732026-07-01T23:43:57.530Z Compiling dof v0.3.0
4742026-07-01T23:43:57.533Z Compiling serde_tokenstream v0.2.3
4752026-07-01T23:43:57.713Z Compiling toml_edit v0.22.27
4762026-07-01T23:43:58.272Z Compiling usdt-attr-macro v0.5.0
4772026-07-01T23:43:58.272Z Compiling usdt-macro v0.5.0
4782026-07-01T23:43:58.845Z Compiling usdt v0.5.0
4792026-07-01T23:43:59.011Z Compiling toml v0.8.23
4802026-07-01T23:43:59.381Z Compiling cargo_toml v0.21.0
4812026-07-01T23:44:00.657Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822026-07-01T23:44:02.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.46s
4832026-07-01T23:44:02.787Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4842026-07-01T23:44:03.282Z Downloading crates ...
4852026-07-01T23:44:03.383Z Downloaded atty v0.2.14
4862026-07-01T23:44:03.387Z Downloaded adler2 v2.0.1
4872026-07-01T23:44:03.402Z Downloaded aead v0.5.2
4882026-07-01T23:44:03.420Z Downloaded cassowary v0.3.0
4892026-07-01T23:44:03.425Z Downloaded bitvec v1.0.1
4902026-07-01T23:44:03.838Z Downloaded darling_macro v0.20.11
4912026-07-01T23:44:03.838Z Downloaded darling v0.23.0
4922026-07-01T23:44:03.845Z Downloaded crypto-common v0.2.2
4932026-07-01T23:44:03.845Z Downloaded crunchy v0.2.4
4942026-07-01T23:44:03.845Z Downloaded crucible-workspace-hack v0.1.0
4952026-07-01T23:44:03.845Z Downloaded bitfield-macros v0.19.4
4962026-07-01T23:44:03.845Z Downloaded base16ct v0.2.0
4972026-07-01T23:44:03.845Z Downloaded corncobs v0.1.4
4982026-07-01T23:44:03.845Z Downloaded async-stream v0.3.6
4992026-07-01T23:44:03.845Z Downloaded ascii-canvas v3.0.0
5002026-07-01T23:44:03.845Z Downloaded data-encoding v2.10.0
5012026-07-01T23:44:03.845Z Downloaded anstream v0.6.21
5022026-07-01T23:44:03.845Z Downloaded cpubits v0.1.1
5032026-07-01T23:44:03.845Z Downloaded bit-set v0.5.3
5042026-07-01T23:44:03.845Z Downloaded async-stream-impl v0.3.6
5052026-07-01T23:44:03.846Z Downloaded darling v0.20.11
5062026-07-01T23:44:03.846Z Downloaded async-bb8-diesel v0.2.1
5072026-07-01T23:44:03.846Z Downloaded darling_macro v0.21.3
5082026-07-01T23:44:03.846Z Downloaded daft v0.1.7
5092026-07-01T23:44:03.846Z Downloaded csv-core v0.1.13
5102026-07-01T23:44:03.846Z Downloaded array-init v0.0.4
5112026-07-01T23:44:03.846Z Downloaded crossbeam-deque v0.8.6
5122026-07-01T23:44:03.846Z Downloaded cpufeatures v0.3.0
5132026-07-01T23:44:03.846Z Downloaded der_derive v0.7.3
5142026-07-01T23:44:03.846Z Downloaded bitfield v0.19.4
5152026-07-01T23:44:03.846Z Downloaded crc v3.4.0
5162026-07-01T23:44:03.846Z Downloaded darling_macro v0.23.0
5172026-07-01T23:44:03.846Z Downloaded allocator-api2 v0.2.21
5182026-07-01T23:44:03.846Z Downloaded block-padding v0.4.2
5192026-07-01T23:44:03.846Z Downloaded arrayref v0.3.9
5202026-07-01T23:44:03.846Z Downloaded curve25519-dalek-derive v0.1.1
5212026-07-01T23:44:03.846Z Downloaded cstr-argument v0.1.2
5222026-07-01T23:44:03.846Z Downloaded bit-set v0.8.0
5232026-07-01T23:44:03.846Z Downloaded darling v0.13.4
5242026-07-01T23:44:03.846Z Downloaded aho-corasick v1.1.4
5252026-07-01T23:44:03.846Z Downloaded crc-catalog v2.4.0
5262026-07-01T23:44:03.846Z Downloaded buf-list v1.1.2
5272026-07-01T23:44:03.846Z Downloaded difflib v0.4.0
5282026-07-01T23:44:03.846Z Downloaded atomicwrites v0.4.4
5292026-07-01T23:44:03.846Z Downloaded crossbeam-epoch v0.9.18
5302026-07-01T23:44:03.846Z Downloaded bcs v0.1.6
5312026-07-01T23:44:03.846Z Downloaded daft-derive v0.1.7
5322026-07-01T23:44:03.846Z Downloaded base16ct v1.0.0
5332026-07-01T23:44:03.846Z Downloaded darling_macro v0.13.4
5342026-07-01T23:44:03.846Z Downloaded cookie v0.18.1
5352026-07-01T23:44:03.846Z Downloaded bcrypt-pbkdf v0.11.0
5362026-07-01T23:44:03.846Z Downloaded embedded-io v0.6.1
5372026-07-01T23:44:03.846Z Downloaded atomic-waker v1.1.2
5382026-07-01T23:44:03.846Z Downloaded assert_matches v1.5.0
5392026-07-01T23:44:03.846Z Downloaded base64ct v1.8.3
5402026-07-01T23:44:03.847Z Downloaded dof v0.4.0
5412026-07-01T23:44:03.847Z Downloaded bb8 v0.8.6
5422026-07-01T23:44:03.847Z Downloaded async-recursion v1.1.1
5432026-07-01T23:44:03.847Z Downloaded debug-ignore v1.0.5
5442026-07-01T23:44:03.847Z Downloaded display-error-chain v0.2.2
5452026-07-01T23:44:03.847Z Downloaded dunce v1.0.5
5462026-07-01T23:44:03.847Z Downloaded convert_case v0.4.0
5472026-07-01T23:44:03.847Z Downloaded dtrace-parser v0.3.0
5482026-07-01T23:44:03.847Z Downloaded crossbeam-utils v0.8.21
5492026-07-01T23:44:03.847Z Downloaded cookie_store v0.22.1
5502026-07-01T23:44:03.847Z Downloaded defmt-parser v1.0.0
5512026-07-01T23:44:03.847Z Downloaded dyn-clone v1.0.20
5522026-07-01T23:44:03.847Z Downloaded critical-section v1.2.0
5532026-07-01T23:44:03.847Z Downloaded cobs v0.3.0
5542026-07-01T23:44:03.847Z Downloaded cfg_aliases v0.1.1
5552026-07-01T23:44:03.847Z Downloaded dropshot-api-manager-types v0.7.2
5562026-07-01T23:44:03.847Z Downloaded document-features v0.2.12
5572026-07-01T23:44:03.847Z Downloaded dsl_auto_type v0.2.0
5582026-07-01T23:44:03.847Z Downloaded dirs-sys-next v0.1.2
5592026-07-01T23:44:03.847Z Downloaded cfg_aliases v0.2.1
5602026-07-01T23:44:03.847Z Downloaded diesel_table_macro_syntax v0.3.0
5612026-07-01T23:44:03.847Z Downloaded diesel-dtrace v0.5.0
5622026-07-01T23:44:03.847Z Downloaded darling v0.21.3
5632026-07-01T23:44:03.847Z Downloaded ciborium-ll v0.2.2
5642026-07-01T23:44:03.847Z Downloaded crc32fast v1.5.0
5652026-07-01T23:44:03.847Z Downloaded ciborium-io v0.2.2
5662026-07-01T23:44:03.847Z Downloaded convert_case v0.10.0
5672026-07-01T23:44:03.847Z Downloaded downcast-rs v2.0.2
5682026-07-01T23:44:03.847Z Downloaded ecdsa v0.16.9
5692026-07-01T23:44:03.847Z Downloaded derive_builder_macro v0.20.2
5702026-07-01T23:44:03.847Z Downloaded defmt v0.3.100
5712026-07-01T23:44:03.847Z Downloaded crc8 v0.1.1
5722026-07-01T23:44:03.847Z Downloaded ctr v0.10.1
5732026-07-01T23:44:03.847Z Downloaded endian-type v0.1.2
5742026-07-01T23:44:03.847Z Downloaded fd-lock v4.0.4
5752026-07-01T23:44:03.847Z Downloaded chacha20 v0.9.1
5762026-07-01T23:44:03.847Z Downloaded arrayvec v0.7.6
5772026-07-01T23:44:03.847Z Downloaded bit-vec v0.8.0
5782026-07-01T23:44:03.847Z Downloaded foreign-types-macros v0.2.3
5792026-07-01T23:44:03.848Z Downloaded float-ord v0.3.2
5802026-07-01T23:44:03.848Z Downloaded fixedbitset v0.4.2
5812026-07-01T23:44:03.848Z Downloaded anstyle-parse v0.2.7
5822026-07-01T23:44:03.848Z Downloaded form_urlencoded v1.2.2
5832026-07-01T23:44:03.848Z Downloaded argon2 v0.6.0-rc.8
5842026-07-01T23:44:03.848Z Downloaded env_filter v1.0.0
5852026-07-01T23:44:03.848Z Downloaded flagset v0.4.7
5862026-07-01T23:44:03.848Z Downloaded digest v0.11.3
5872026-07-01T23:44:03.848Z Downloaded enum-as-inner v0.6.1
5882026-07-01T23:44:03.848Z Downloaded compression-core v0.4.31
5892026-07-01T23:44:03.848Z Downloaded argon2 v0.5.3
5902026-07-01T23:44:03.848Z Downloaded derive-ex v0.1.8
5912026-07-01T23:44:03.848Z Downloaded bitfield-struct v0.6.2
5922026-07-01T23:44:03.854Z Downloaded dirs-next v2.0.0
5932026-07-01T23:44:03.854Z Downloaded defmt v1.0.1
5942026-07-01T23:44:03.854Z Downloaded defmt-macros v1.0.1
5952026-07-01T23:44:03.854Z Downloaded ctutils v0.4.2
5962026-07-01T23:44:03.854Z Downloaded block-buffer v0.12.1
5972026-07-01T23:44:03.854Z Downloaded foreign-types v0.5.0
5982026-07-01T23:44:03.854Z Downloaded foreign-types v0.3.2
5992026-07-01T23:44:03.854Z Downloaded derive_builder_core v0.20.2
6002026-07-01T23:44:03.854Z Downloaded displaydoc v0.2.5
6012026-07-01T23:44:03.854Z Downloaded castaway v0.2.4
6022026-07-01T23:44:03.854Z Downloaded futures-task v0.3.32
6032026-07-01T23:44:03.854Z Downloaded futures-sink v0.3.32
6042026-07-01T23:44:03.854Z Downloaded gethostname v0.5.0
6052026-07-01T23:44:03.855Z Downloaded fxhash v0.2.1
6062026-07-01T23:44:03.855Z Downloaded crc-any v2.5.0
6072026-07-01T23:44:03.855Z Downloaded float-cmp v0.10.0
6082026-07-01T23:44:03.855Z Downloaded futures-io v0.3.32
6092026-07-01T23:44:03.855Z Downloaded ed25519 v3.0.0
6102026-07-01T23:44:03.855Z Downloaded funty v2.0.0
6112026-07-01T23:44:03.855Z Downloaded darling_core v0.13.4
6122026-07-01T23:44:03.855Z Downloaded embedded-io v0.4.0
6132026-07-01T23:44:03.855Z Downloaded either v1.15.0
6142026-07-01T23:44:03.855Z Downloaded bit-vec v0.6.3
6152026-07-01T23:44:03.855Z Downloaded enum_dispatch v0.3.13
6162026-07-01T23:44:03.855Z Downloaded compression-codecs v0.4.37
6172026-07-01T23:44:03.855Z Downloaded globwalk v0.9.1
6182026-07-01T23:44:03.855Z Downloaded cexpr v0.6.0
6192026-07-01T23:44:03.855Z Downloaded camino-tempfile-ext v0.3.3
6202026-07-01T23:44:03.855Z Downloaded async-trait v0.1.89
6212026-07-01T23:44:03.855Z Downloaded delegate v0.13.5
6222026-07-01T23:44:03.855Z Downloaded cmake v0.1.57
6232026-07-01T23:44:03.855Z Downloaded cbc v0.2.1
6242026-07-01T23:44:03.855Z Downloaded fallible-iterator v0.2.0
6252026-07-01T23:44:03.855Z Downloaded erased-serde v0.3.31
6262026-07-01T23:44:03.855Z Downloaded find-msvc-tools v0.1.9
6272026-07-01T23:44:03.855Z Downloaded hash32 v0.2.1
6282026-07-01T23:44:03.855Z Downloaded env_logger v0.11.9
6292026-07-01T23:44:03.855Z Downloaded blowfish v0.10.0
6302026-07-01T23:44:03.855Z Downloaded cmov v0.5.4
6312026-07-01T23:44:03.855Z Downloaded bzip2 v0.4.4
6322026-07-01T23:44:03.855Z Downloaded backon v1.6.0
6332026-07-01T23:44:03.855Z Downloaded hex v0.4.3
6342026-07-01T23:44:03.855Z Downloaded ghash v0.6.0
6352026-07-01T23:44:03.855Z Downloaded hex-literal v1.1.0
6362026-07-01T23:44:03.855Z Downloaded git-stub v1.0.0
6372026-07-01T23:44:03.855Z Downloaded bitflags v1.3.2
6382026-07-01T23:44:03.855Z Downloaded fs-err v2.11.0
6392026-07-01T23:44:03.855Z Downloaded des v0.9.0
6402026-07-01T23:44:03.855Z Downloaded diff v0.1.13
6412026-07-01T23:44:03.855Z Downloaded cipher v0.4.4
6422026-07-01T23:44:03.855Z Downloaded filetime v0.2.27
6432026-07-01T23:44:03.855Z Downloaded aead v0.6.1
6442026-07-01T23:44:03.855Z Downloaded derive_builder v0.20.2
6452026-07-01T23:44:03.856Z Downloaded hash32 v0.3.1
6462026-07-01T23:44:03.856Z Downloaded headers-core v0.3.0
6472026-07-01T23:44:03.856Z Downloaded foreign-types-shared v0.1.1
6482026-07-01T23:44:03.856Z Downloaded ecdsa v0.17.0-rc.18
6492026-07-01T23:44:03.856Z Downloaded ff v0.14.0
6502026-07-01T23:44:03.856Z Downloaded futures-core v0.3.32
6512026-07-01T23:44:03.856Z Downloaded drift v0.2.0
6522026-07-01T23:44:03.856Z Downloaded futures-executor v0.3.32
6532026-07-01T23:44:03.856Z Downloaded hostname v0.3.1
6542026-07-01T23:44:03.856Z Downloaded ff v0.13.1
6552026-07-01T23:44:03.856Z Downloaded cipher v0.5.2
6562026-07-01T23:44:03.856Z Downloaded byte-wrapper v0.1.0
6572026-07-01T23:44:03.856Z Downloaded foldhash v0.1.5
6582026-07-01T23:44:03.856Z Downloaded ed25519 v2.2.3
6592026-07-01T23:44:03.856Z Downloaded git-stub-vcs v0.1.0
6602026-07-01T23:44:03.856Z Downloaded fixedbitset v0.5.7
6612026-07-01T23:44:03.856Z Downloaded http-range v0.1.5
6622026-07-01T23:44:03.856Z Downloaded httpdate v1.0.3
6632026-07-01T23:44:03.856Z Downloaded http-body v1.0.1
6642026-07-01T23:44:03.856Z Downloaded hostname v0.4.2
6652026-07-01T23:44:03.856Z Downloaded home v0.5.12
6662026-07-01T23:44:03.856Z Downloaded glob v0.3.3
6672026-07-01T23:44:03.856Z Downloaded hubpack v0.1.2
6682026-07-01T23:44:03.856Z Downloaded hyper-tls v0.6.0
6692026-07-01T23:44:03.856Z Downloaded hubpack_derive v0.1.1
6702026-07-01T23:44:03.856Z Downloaded ahash v0.8.12
6712026-07-01T23:44:03.856Z Downloaded const-oid v0.9.6
6722026-07-01T23:44:03.856Z Downloaded clang-sys v1.8.1
6732026-07-01T23:44:03.856Z Downloaded group v0.14.0
6742026-07-01T23:44:03.856Z Downloaded futures-macro v0.3.32
6752026-07-01T23:44:03.856Z Downloaded fs_extra v1.3.0
6762026-07-01T23:44:03.856Z Downloaded console v0.16.2
6772026-07-01T23:44:03.856Z Downloaded foldhash v0.2.0
6782026-07-01T23:44:03.856Z Downloaded ena v0.14.4
6792026-07-01T23:44:03.856Z Downloaded darling_core v0.23.0
6802026-07-01T23:44:03.856Z Downloaded constant_time_eq v0.4.2
6812026-07-01T23:44:03.856Z Downloaded console v0.15.11
6822026-07-01T23:44:03.856Z Downloaded ciborium v0.2.2
6832026-07-01T23:44:03.856Z Downloaded ident_case v1.0.1
6842026-07-01T23:44:03.857Z Downloaded blake2 v0.11.0-rc.6
6852026-07-01T23:44:03.857Z Downloaded darling_core v0.20.11
6862026-07-01T23:44:03.857Z Downloaded derive-where v1.6.0
6872026-07-01T23:44:03.857Z Downloaded dropshot_endpoint v0.17.1
6882026-07-01T23:44:03.857Z Downloaded arc-swap v1.8.2
6892026-07-01T23:44:03.857Z Downloaded darling_core v0.21.3
6902026-07-01T23:44:03.857Z Downloaded idna_adapter v1.2.1
6912026-07-01T23:44:03.857Z Downloaded chacha20 v0.10.0
6922026-07-01T23:44:03.864Z Downloaded indoc v1.0.9
6932026-07-01T23:44:03.864Z Downloaded illumos-nvpair-sys v0.2.0
6942026-07-01T23:44:03.864Z Downloaded instability v0.3.11
6952026-07-01T23:44:03.864Z Downloaded futures-channel v0.3.32
6962026-07-01T23:44:03.864Z Downloaded indent_write v2.2.0
6972026-07-01T23:44:03.864Z Downloaded foreign-types-shared v0.3.1
6982026-07-01T23:44:03.864Z Downloaded highway v1.3.0
6992026-07-01T23:44:03.864Z Downloaded inout v0.2.2
7002026-07-01T23:44:03.864Z Downloaded const_format_proc_macros v0.2.34
7012026-07-01T23:44:03.864Z Downloaded is-terminal v0.4.17
7022026-07-01T23:44:03.864Z Downloaded is_ci v1.2.0
7032026-07-01T23:44:03.864Z Downloaded internet-checksum v0.2.1
7042026-07-01T23:44:03.865Z Downloaded group v0.13.0
7052026-07-01T23:44:03.865Z Downloaded backoff v0.4.0
7062026-07-01T23:44:03.865Z Downloaded instant v0.1.13
7072026-07-01T23:44:03.865Z Downloaded inout v0.1.4
7082026-07-01T23:44:03.865Z Downloaded deranged v0.5.8
7092026-07-01T23:44:03.865Z Downloaded bzip2 v0.6.1
7102026-07-01T23:44:03.865Z Downloaded kem v0.3.0
7112026-07-01T23:44:03.865Z Downloaded base64 v0.21.7
7122026-07-01T23:44:03.865Z Downloaded elliptic-curve v0.13.8
7132026-07-01T23:44:03.865Z Downloaded crypto-bigint v0.5.5
7142026-07-01T23:44:03.865Z Downloaded keccak v0.1.6
7152026-07-01T23:44:03.865Z Downloaded http-body-util v0.1.3
7162026-07-01T23:44:03.865Z Downloaded lalrpop-util v0.19.12
7172026-07-01T23:44:03.865Z Downloaded linked-hash-map v0.5.6
7182026-07-01T23:44:03.865Z Downloaded blake2 v0.10.6
7192026-07-01T23:44:03.865Z Downloaded humantime v2.3.0
7202026-07-01T23:44:03.865Z Downloaded cancel-safe-futures v0.1.5
7212026-07-01T23:44:03.865Z Downloaded derive_more v0.99.20
7222026-07-01T23:44:03.865Z Downloaded fatfs v0.3.6
7232026-07-01T23:44:03.865Z Downloaded libscf-sys v1.1.0
7242026-07-01T23:44:03.865Z Downloaded hyper-staticfile v0.10.1
7252026-07-01T23:44:03.865Z Downloaded lru-cache v0.1.2
7262026-07-01T23:44:03.865Z Downloaded lru v0.12.5
7272026-07-01T23:44:03.865Z Downloaded lazy_static v1.5.0
7282026-07-01T23:44:03.865Z Downloaded illumos-nvpair v0.3.0
7292026-07-01T23:44:03.865Z Downloaded lru-slab v0.1.2
7302026-07-01T23:44:03.865Z Downloaded crossbeam-channel v0.5.15
7312026-07-01T23:44:03.865Z Downloaded globset v0.4.18
7322026-07-01T23:44:03.865Z Downloaded half v1.8.3
7332026-07-01T23:44:03.865Z Downloaded getrandom v0.2.17
7342026-07-01T23:44:03.865Z Downloaded elliptic-curve v0.14.0-rc.33
7352026-07-01T23:44:03.865Z Downloaded lzss v0.8.2
7362026-07-01T23:44:03.865Z Downloaded match_cfg v0.1.0
7372026-07-01T23:44:03.865Z Downloaded md5 v0.8.0
7382026-07-01T23:44:03.865Z Downloaded impl-trait-for-tuples v0.2.3
7392026-07-01T23:44:03.865Z Downloaded managed v0.8.0
7402026-07-01T23:44:03.865Z Downloaded mime v0.3.17
7412026-07-01T23:44:03.865Z Downloaded memoffset v0.9.1
7422026-07-01T23:44:03.866Z Downloaded md-5 v0.10.6
7432026-07-01T23:44:03.866Z Downloaded maplit v1.0.2
7442026-07-01T23:44:03.866Z Downloaded newtype-uuid-macros v0.1.0
7452026-07-01T23:44:03.866Z Downloaded maybe-uninit v2.0.0
7462026-07-01T23:44:03.866Z Downloaded ingot-types v0.1.2
7472026-07-01T23:44:03.866Z Downloaded nibble_vec v0.1.0
7482026-07-01T23:44:03.871Z Downloaded newtype_derive v0.1.6
7492026-07-01T23:44:03.871Z Downloaded keccak v0.2.0
7502026-07-01T23:44:03.871Z Downloaded ipnetwork v0.21.1
7512026-07-01T23:44:03.871Z Downloaded newline-converter v0.3.0
7522026-07-01T23:44:03.871Z Downloaded normalize-line-endings v0.3.0
7532026-07-01T23:44:03.871Z Downloaded kstat-rs v0.2.4
7542026-07-01T23:44:03.871Z Downloaded ipnet v2.11.0
7552026-07-01T23:44:03.871Z Downloaded hmac v0.13.0
7562026-07-01T23:44:03.875Z Downloaded generic-array v1.4.3
7572026-07-01T23:44:03.875Z Downloaded ed25519-dalek v2.2.0
7582026-07-01T23:44:03.880Z Downloaded colored v2.2.0
7592026-07-01T23:44:03.880Z Downloaded jobserver v0.1.34
7602026-07-01T23:44:03.880Z Downloaded hybrid-array v0.4.13
7612026-07-01T23:44:03.883Z Downloaded nonempty v0.12.0
7622026-07-01T23:44:03.883Z Downloaded new_debug_unreachable v1.0.6
7632026-07-01T23:44:03.883Z Downloaded indoc v2.0.7
7642026-07-01T23:44:03.887Z Downloaded libloading v0.8.9
7652026-07-01T23:44:03.887Z Downloaded num v0.4.3
7662026-07-01T23:44:03.891Z Downloaded num-conv v0.2.0
7672026-07-01T23:44:03.891Z Downloaded iana-time-zone v0.1.65
7682026-07-01T23:44:03.891Z Downloaded httparse v1.10.1
7692026-07-01T23:44:03.894Z Downloaded num-derive v0.3.3
7702026-07-01T23:44:03.894Z Downloaded nodrop v0.1.14
7712026-07-01T23:44:04.324Z Downloaded hyper-rustls v0.27.7
7722026-07-01T23:44:04.324Z Downloaded compact_str v0.8.1
7732026-07-01T23:44:04.341Z Downloaded colored v3.1.1
7742026-07-01T23:44:04.341Z Downloaded libefi-sys v0.1.0
7752026-07-01T23:44:04.341Z Downloaded num-derive v0.4.2
7762026-07-01T23:44:04.341Z Downloaded num_threads v0.1.7
7772026-07-01T23:44:04.341Z Downloaded num-iter v0.1.45
7782026-07-01T23:44:04.341Z Downloaded half v2.7.1
7792026-07-01T23:44:04.341Z Downloaded libsw-core v0.3.2
7802026-07-01T23:44:04.341Z Downloaded num_enum_derive v0.5.11
7812026-07-01T23:44:04.341Z Downloaded olpc-cjson v0.1.4
7822026-07-01T23:44:04.342Z Downloaded opaque-debug v0.3.1
7832026-07-01T23:44:04.342Z Downloaded openssl-macros v0.1.1
7842026-07-01T23:44:04.342Z Downloaded getrandom v0.3.4
7852026-07-01T23:44:04.342Z Downloaded ar_archive_writer v0.5.1
7862026-07-01T23:44:04.342Z Downloaded multimap v0.10.1
7872026-07-01T23:44:04.342Z Downloaded multer v3.1.0
7882026-07-01T23:44:04.342Z Downloaded openssl-probe v0.2.1
7892026-07-01T23:44:04.342Z Downloaded ingot v0.1.1
7902026-07-01T23:44:04.342Z Downloaded module-lattice v0.2.3
7912026-07-01T23:44:04.342Z Downloaded oso-derive v0.27.3
7922026-07-01T23:44:04.342Z Downloaded hmac v0.12.1
7932026-07-01T23:44:04.342Z Downloaded openssl-probe v0.1.6
7942026-07-01T23:44:04.342Z Downloaded newtype-uuid v1.3.2
7952026-07-01T23:44:04.342Z Downloaded nanorand v0.7.0
7962026-07-01T23:44:04.342Z Downloaded ingot-macros v0.1.1
7972026-07-01T23:44:04.342Z Downloaded const_format v0.2.35
7982026-07-01T23:44:04.342Z Downloaded der v0.7.10
7992026-07-01T23:44:04.342Z Downloaded nu-ansi-term v0.50.3
8002026-07-01T23:44:04.342Z Downloaded parse-size v1.1.0
8012026-07-01T23:44:04.342Z Downloaded parse-display v0.10.0
8022026-07-01T23:44:04.342Z Downloaded password-hash v0.6.1
8032026-07-01T23:44:04.342Z Downloaded num-integer v0.1.46
8042026-07-01T23:44:04.343Z Downloaded num-complex v0.4.6
8052026-07-01T23:44:04.343Z Downloaded flume v0.11.1
8062026-07-01T23:44:04.343Z Downloaded chacha20poly1305 v0.10.1
8072026-07-01T23:44:04.343Z Downloaded cc v1.2.56
8082026-07-01T23:44:04.343Z Downloaded packed_struct_codegen v0.10.1
8092026-07-01T23:44:04.343Z Downloaded headers v0.4.1
8102026-07-01T23:44:04.343Z Downloaded lock_api v0.4.14
8112026-07-01T23:44:04.343Z Downloaded libsw v3.5.0
8122026-07-01T23:44:04.343Z Downloaded heapless v0.7.17
8132026-07-01T23:44:04.343Z Downloaded peg-runtime v0.8.5
8142026-07-01T23:44:04.343Z Downloaded path-slash v0.1.5
8152026-07-01T23:44:04.343Z Downloaded heapless v0.8.0
8162026-07-01T23:44:04.343Z Downloaded derive_more-impl v2.1.1
8172026-07-01T23:44:04.343Z Downloaded derive_more v2.1.1
8182026-07-01T23:44:04.343Z Downloaded phf_shared v0.11.3
8192026-07-01T23:44:04.343Z Downloaded litrs v1.0.0
8202026-07-01T23:44:04.343Z Downloaded phf_shared v0.13.1
8212026-07-01T23:44:04.343Z Downloaded phf_shared v0.12.1
8222026-07-01T23:44:04.343Z Downloaded bytes v1.11.1
8232026-07-01T23:44:04.343Z Downloaded flate2 v1.1.9
8242026-07-01T23:44:04.343Z Downloaded num_enum_derive v0.7.6
8252026-07-01T23:44:04.343Z Downloaded num_enum v0.7.6
8262026-07-01T23:44:04.343Z Downloaded num_enum v0.5.11
8272026-07-01T23:44:04.343Z Downloaded oxnet v0.1.6
8282026-07-01T23:44:04.343Z Downloaded icu_provider v2.1.1
8292026-07-01T23:44:04.343Z Downloaded icu_properties v2.1.2
8302026-07-01T23:44:04.343Z Downloaded litemap v0.8.1
8312026-07-01T23:44:04.343Z Downloaded native-tls v0.2.18
8322026-07-01T23:44:04.344Z Downloaded ml-kem v0.3.2
8332026-07-01T23:44:04.344Z Downloaded memmap2 v0.9.10
8342026-07-01T23:44:04.344Z Downloaded indexmap v1.9.3
8352026-07-01T23:44:04.344Z Downloaded mime_guess v2.0.5
8362026-07-01T23:44:04.344Z Downloaded linear-map v1.2.0
8372026-07-01T23:44:04.344Z Downloaded potential_utf v0.1.4
8382026-07-01T23:44:04.344Z Downloaded base64 v0.22.1
8392026-07-01T23:44:04.344Z Downloaded async-compression v0.4.41
8402026-07-01T23:44:04.344Z Downloaded futures v0.3.32
8412026-07-01T23:44:04.344Z Downloaded const-oid v0.10.2
8422026-07-01T23:44:04.344Z Downloaded predicates-core v1.0.10
8432026-07-01T23:44:04.344Z Downloaded oxide-tokio-rt v0.1.4
8442026-07-01T23:44:04.344Z Downloaded predicates-tree v1.0.13
8452026-07-01T23:44:04.344Z Downloaded precomputed-hash v0.1.1
8462026-07-01T23:44:04.344Z Downloaded parking_lot_core v0.8.6
8472026-07-01T23:44:04.344Z Downloaded powerfmt v0.2.0
8482026-07-01T23:44:04.344Z Downloaded pem v3.0.6
8492026-07-01T23:44:04.344Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-07-01T23:44:04.344Z Downloaded proc-macro-crate v1.3.1
8512026-07-01T23:44:04.344Z Downloaded parse-display-derive v0.10.0
8522026-07-01T23:44:04.344Z Downloaded pem-rfc7468 v1.0.0
8532026-07-01T23:44:04.344Z Downloaded proc-macro-crate v3.4.0
8542026-07-01T23:44:04.344Z Downloaded icu_normalizer_data v2.1.1
8552026-07-01T23:44:04.344Z Downloaded peg v0.8.5
8562026-07-01T23:44:04.344Z Downloaded libbz2-rs-sys v0.2.2
8572026-07-01T23:44:04.344Z Downloaded phf v0.13.1
8582026-07-01T23:44:04.344Z Downloaded phf v0.12.1
8592026-07-01T23:44:04.344Z Downloaded phc v0.6.1
8602026-07-01T23:44:04.344Z Downloaded pin-project-lite v0.2.17
8612026-07-01T23:44:04.344Z Downloaded progenitor-macro v0.13.0
8622026-07-01T23:44:04.344Z Downloaded crossterm v0.29.0
8632026-07-01T23:44:04.344Z Downloaded progenitor-macro v0.14.0
8642026-07-01T23:44:04.344Z Downloaded poly1305 v0.8.0
8652026-07-01T23:44:04.344Z Downloaded quick-error v1.2.3
8662026-07-01T23:44:04.344Z Downloaded pkcs8 v0.10.2
8672026-07-01T23:44:04.344Z Downloaded indicatif v0.18.4
8682026-07-01T23:44:04.344Z Downloaded ignore v0.4.25
8692026-07-01T23:44:04.345Z Downloaded icu_normalizer v2.1.1
8702026-07-01T23:44:04.345Z Downloaded parking_lot_core v0.9.12
8712026-07-01T23:44:04.345Z Downloaded progenitor-client v0.14.0
8722026-07-01T23:44:04.345Z Downloaded percent-encoding v2.3.2
8732026-07-01T23:44:04.362Z Downloaded num-rational v0.4.2
8742026-07-01T23:44:04.362Z Downloaded pkg-config v0.3.32
8752026-07-01T23:44:04.362Z Downloaded hickory-resolver v0.25.2
8762026-07-01T23:44:04.362Z Downloaded hickory-resolver v0.24.4
8772026-07-01T23:44:04.362Z Downloaded pin-project-internal v1.1.11
8782026-07-01T23:44:04.362Z Downloaded peg-macros v0.8.5
8792026-07-01T23:44:04.362Z Downloaded rand_chacha v0.3.1
8802026-07-01T23:44:04.362Z Downloaded owo-colors v4.3.0
8812026-07-01T23:44:04.362Z Downloaded radium v0.7.0
8822026-07-01T23:44:04.362Z Downloaded pbkdf2 v0.13.0
8832026-07-01T23:44:04.362Z Downloaded paste v1.0.15
8842026-07-01T23:44:04.362Z Downloaded predicates v3.1.4
8852026-07-01T23:44:04.362Z Downloaded num-traits v0.2.19
8862026-07-01T23:44:04.362Z Downloaded icu_collections v2.1.1
8872026-07-01T23:44:04.362Z Downloaded expectorate v1.2.0
8882026-07-01T23:44:04.362Z Downloaded diesel_derives v2.3.7
8892026-07-01T23:44:04.362Z Downloaded rand_xorshift v0.4.0
8902026-07-01T23:44:04.362Z Downloaded postgres-protocol v0.6.10
8912026-07-01T23:44:04.363Z Downloaded pem-rfc7468 v0.7.0
8922026-07-01T23:44:04.363Z Downloaded ed25519-dalek v3.0.0-rc.0
8932026-07-01T23:44:04.363Z Downloaded primeorder v0.14.0-rc.10
8942026-07-01T23:44:04.363Z Downloaded bumpalo v3.20.2
8952026-07-01T23:44:04.363Z Downloaded packed_struct v0.10.1
8962026-07-01T23:44:04.363Z Downloaded password-hash v0.5.0
8972026-07-01T23:44:04.363Z Downloaded ref-cast-impl v1.0.25
8982026-07-01T23:44:04.363Z Downloaded ref-cast v1.0.25
8992026-07-01T23:44:04.363Z Downloaded parking_lot v0.11.2
9002026-07-01T23:44:04.363Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-07-01T23:44:04.363Z Downloaded recursive v0.1.1
9022026-07-01T23:44:04.363Z Downloaded pkcs1 v0.8.0-rc.4
9032026-07-01T23:44:04.363Z Downloaded polyval v0.7.1
9042026-07-01T23:44:04.363Z Downloaded psm v0.1.30
9052026-07-01T23:44:04.363Z Downloaded primeorder v0.13.6
9062026-07-01T23:44:04.363Z Downloaded rfc6979 v0.5.0
9072026-07-01T23:44:04.363Z Downloaded r2d2 v0.8.10
9082026-07-01T23:44:04.363Z Downloaded progenitor v0.13.0
9092026-07-01T23:44:04.363Z Downloaded proc-macro-error2 v2.0.1
9102026-07-01T23:44:04.363Z Downloaded progenitor-extras v0.2.0
9112026-07-01T23:44:04.363Z Downloaded progenitor-client v0.13.0
9122026-07-01T23:44:04.363Z Downloaded progenitor v0.14.0
9132026-07-01T23:44:04.363Z Downloaded postcard v1.1.3
9142026-07-01T23:44:04.363Z Downloaded pkcs8 v0.11.0
9152026-07-01T23:44:04.363Z Downloaded jiff-static v0.2.21
9162026-07-01T23:44:04.363Z Downloaded rfc6979 v0.4.0
9172026-07-01T23:44:04.363Z Downloaded parking_lot v0.12.5
9182026-07-01T23:44:04.363Z Downloaded papergrid v0.17.0
9192026-07-01T23:44:04.363Z Downloaded primefield v0.14.0
9202026-07-01T23:44:04.363Z Downloaded rand_core v0.9.5
9212026-07-01T23:44:04.363Z Downloaded pkcs1 v0.7.5
9222026-07-01T23:44:04.363Z Downloaded hashbrown v0.13.2
9232026-07-01T23:44:04.363Z Downloaded icu_locale_core v2.1.1
9242026-07-01T23:44:04.363Z Downloaded miniz_oxide v0.8.9
9252026-07-01T23:44:04.363Z Downloaded russh-util v0.52.0
9262026-07-01T23:44:04.363Z Downloaded psl-types v2.0.11
9272026-07-01T23:44:04.363Z Downloaded poly1305 v0.9.0
9282026-07-01T23:44:04.363Z Downloaded rustc_version v0.4.1
9292026-07-01T23:44:04.364Z Downloaded omicron-zone-package v0.12.3
9302026-07-01T23:44:04.364Z Downloaded rtoolbox v0.0.3
9312026-07-01T23:44:04.364Z Downloaded hashbrown v0.12.3
9322026-07-01T23:44:04.364Z Downloaded der v0.8.0
9332026-07-01T23:44:04.364Z Downloaded oso v0.27.3
9342026-07-01T23:44:04.364Z Downloaded rand_seeder v0.4.0
9352026-07-01T23:44:04.364Z Downloaded openssl-sys v0.9.115
9362026-07-01T23:44:04.364Z Downloaded rand_core v0.10.0
9372026-07-01T23:44:04.364Z Downloaded rand_core v0.6.4
9382026-07-01T23:44:04.364Z Downloaded rand_chacha v0.9.0
9392026-07-01T23:44:04.364Z Downloaded secrecy v0.8.0
9402026-07-01T23:44:04.364Z Downloaded hickory-server v0.25.2
9412026-07-01T23:44:04.364Z Downloaded rustc_version v0.1.7
9422026-07-01T23:44:04.364Z Downloaded russh-cryptovec v0.61.0
9432026-07-01T23:44:04.364Z Downloaded scheduled-thread-pool v0.2.7
9442026-07-01T23:44:04.364Z Downloaded scroll_derive v0.13.1
9452026-07-01T23:44:04.364Z Downloaded scopeguard v1.2.0
9462026-07-01T23:44:04.364Z Downloaded semver v0.1.20
9472026-07-01T23:44:04.364Z Downloaded secrecy v0.10.3
9482026-07-01T23:44:04.364Z Downloaded rustc-hash v2.1.1
9492026-07-01T23:44:04.364Z Downloaded ppv-lite86 v0.2.21
9502026-07-01T23:44:04.364Z Downloaded p256 v0.14.0-rc.10
9512026-07-01T23:44:04.364Z Downloaded prefix-trie v0.7.0
9522026-07-01T23:44:04.364Z Downloaded crossterm v0.28.1
9532026-07-01T23:44:04.364Z Downloaded serde_plain v1.0.2
9542026-07-01T23:44:04.364Z Downloaded serde_bytes v0.11.19
9552026-07-01T23:44:04.364Z Downloaded serde-big-array v0.5.1
9562026-07-01T23:44:04.364Z Downloaded seq-macro v0.3.6
9572026-07-01T23:44:04.364Z Downloaded serde_urlencoded v0.7.1
9582026-07-01T23:44:04.364Z Downloaded serde_spanned v1.1.1
9592026-07-01T23:44:04.364Z Downloaded serde_repr v0.1.20
9602026-07-01T23:44:04.364Z Downloaded progenitor-impl v0.13.0
9612026-07-01T23:44:04.364Z Downloaded resolv-conf v0.7.6
9622026-07-01T23:44:04.364Z Downloaded aes v0.9.1
9632026-07-01T23:44:04.364Z Downloaded sha1 v0.10.6
9642026-07-01T23:44:04.364Z Downloaded pkcs5 v0.8.1
9652026-07-01T23:44:04.379Z Downloaded minimal-lexical v0.2.1
9662026-07-01T23:44:04.379Z Downloaded sec1 v0.7.3
9672026-07-01T23:44:04.379Z Downloaded schemars_derive v0.8.22
9682026-07-01T23:44:04.379Z Downloaded quinn-udp v0.5.14
9692026-07-01T23:44:04.379Z Downloaded postgres-types v0.2.12
9702026-07-01T23:44:04.379Z Downloaded same-file v1.0.6
9712026-07-01T23:44:04.379Z Downloaded sec1 v0.8.1
9722026-07-01T23:44:04.379Z Downloaded shell-words v1.1.1
9732026-07-01T23:44:04.379Z Downloaded sha1 v0.11.0
9742026-07-01T23:44:04.391Z Downloaded sigpipe v0.1.3
9752026-07-01T23:44:04.391Z Downloaded signature v3.0.0
9762026-07-01T23:44:04.391Z Downloaded siphasher v1.0.2
9772026-07-01T23:44:04.391Z Downloaded rustversion v1.0.22
9782026-07-01T23:44:04.391Z Downloaded dropshot-api-manager v0.7.2
9792026-07-01T23:44:04.391Z Downloaded http v1.4.2
9802026-07-01T23:44:04.391Z Downloaded signal-hook-mio v0.2.5
9812026-07-01T23:44:04.398Z Downloaded rustls-pemfile v2.2.0
9822026-07-01T23:44:04.398Z Downloaded serde-hex v0.1.0
9832026-07-01T23:44:04.398Z Downloaded rustls-native-certs v0.8.3
9842026-07-01T23:44:04.398Z Downloaded p384 v0.14.0-rc.10
9852026-07-01T23:44:04.399Z Downloaded sapling-renderdag v0.1.0
9862026-07-01T23:44:04.399Z Downloaded rusty-fork v0.3.1
9872026-07-01T23:44:04.399Z Downloaded signal-hook-tokio v0.3.1
9882026-07-01T23:44:04.407Z Downloaded serde_path_to_error v0.1.20
9892026-07-01T23:44:04.408Z Downloaded scrypt v0.12.0
9902026-07-01T23:44:04.408Z Downloaded scroll v0.13.0
9912026-07-01T23:44:04.417Z Downloaded slog-bunyan v2.5.0
9922026-07-01T23:44:04.421Z Downloaded slog-envlogger v2.2.0
9932026-07-01T23:44:04.424Z Downloaded serde_with_macros v1.5.2
9942026-07-01T23:44:04.424Z Downloaded mio v1.2.0
9952026-07-01T23:44:04.428Z Downloaded hyper-util v0.1.20
9962026-07-01T23:44:04.432Z Downloaded salsa20 v0.11.0
9972026-07-01T23:44:04.435Z Downloaded pin-project v1.1.11
9982026-07-01T23:44:04.440Z Downloaded stable_deref_trait v1.2.1
9992026-07-01T23:44:04.449Z Downloaded sqlparser_derive v0.5.0
10002026-07-01T23:44:04.453Z Downloaded progenitor-impl v0.14.0
10012026-07-01T23:44:04.470Z Downloaded signature v2.2.0
10022026-07-01T23:44:04.472Z Downloaded serdect v0.4.3
10032026-07-01T23:44:04.477Z Downloaded num-bigint v0.4.6
10042026-07-01T23:44:04.480Z Downloaded signal-hook-registry v1.4.8
10052026-07-01T23:44:04.483Z Downloaded itertools v0.10.5
10062026-07-01T23:44:04.488Z Downloaded slog-term v2.9.2
10072026-07-01T23:44:04.488Z Downloaded strip-ansi-escapes v0.2.1
10082026-07-01T23:44:04.490Z Downloaded serde_cbor v0.11.2
10092026-07-01T23:44:04.490Z Downloaded crypto-primes v0.7.2
10102026-07-01T23:44:04.493Z Downloaded strsim v0.10.0
10112026-07-01T23:44:04.493Z Downloaded libxml v0.3.3
10122026-07-01T23:44:04.496Z Downloaded strum v0.27.2
10132026-07-01T23:44:04.499Z Downloaded structmeta-derive v0.3.0
10142026-07-01T23:44:04.499Z Downloaded slog-scope v4.4.1
10152026-07-01T23:44:04.502Z Downloaded structmeta v0.3.0
10162026-07-01T23:44:04.502Z Downloaded serde_derive_internals v0.29.1
10172026-07-01T23:44:04.502Z Downloaded simd-adler32 v0.3.8
10182026-07-01T23:44:04.505Z Downloaded aes-gcm v0.11.0
10192026-07-01T23:44:04.509Z Downloaded hashbrown v0.16.1
10202026-07-01T23:44:04.513Z Downloaded slog-json v2.6.1
10212026-07-01T23:44:04.513Z Downloaded slog-dtrace v0.3.0
10222026-07-01T23:44:04.513Z Downloaded snafu-derive v0.8.9
10232026-07-01T23:44:04.513Z Downloaded prettyplease v0.2.37
10242026-07-01T23:44:04.517Z Downloaded smallvec v0.6.14
10252026-07-01T23:44:04.517Z Downloaded ryu v1.0.23
10262026-07-01T23:44:04.520Z Downloaded supports-color v3.0.2
10272026-07-01T23:44:04.520Z Downloaded rcgen v0.12.1
10282026-07-01T23:44:04.525Z Downloaded slab v0.4.12
10292026-07-01T23:44:04.529Z Downloaded sync_wrapper v1.0.2
10302026-07-01T23:44:04.529Z Downloaded sync-ptr v0.1.4
10312026-07-01T23:44:04.530Z Downloaded tabled_derive v0.11.0
10322026-07-01T23:44:04.530Z Downloaded slog-async v2.8.0
10332026-07-01T23:44:04.530Z Downloaded subtle v2.6.1
10342026-07-01T23:44:04.538Z Downloaded tap v1.0.1
10352026-07-01T23:44:04.538Z Downloaded take_mut v0.2.2
10362026-07-01T23:44:04.538Z Downloaded tabwriter v1.4.1
10372026-07-01T23:44:04.538Z Downloaded shlex v1.3.0
10382026-07-01T23:44:04.544Z Downloaded ssh-encoding v0.3.0-rc.9
10392026-07-01T23:44:04.544Z Downloaded ssh-cipher v0.3.0-rc.9
10402026-07-01T23:44:04.544Z Downloaded spki v0.7.3
10412026-07-01T23:44:04.544Z Downloaded qorb v0.4.1
10422026-07-01T23:44:04.544Z Downloaded sqlformat v0.3.5
10432026-07-01T23:44:04.547Z Downloaded smf v0.2.3
10442026-07-01T23:44:04.547Z Downloaded publicsuffix v2.3.0
10452026-07-01T23:44:04.547Z Downloaded static_assertions v1.1.0
10462026-07-01T23:44:04.547Z Downloaded sha2 v0.11.0
10472026-07-01T23:44:04.551Z Downloaded thread-id v5.1.0
10482026-07-01T23:44:04.552Z Downloaded thiserror-impl-no-std v2.0.2
10492026-07-01T23:44:04.552Z Downloaded testing_table v0.3.0
10502026-07-01T23:44:04.552Z Downloaded spki v0.8.0
10512026-07-01T23:44:04.554Z Downloaded termtree v0.5.1
10522026-07-01T23:44:04.554Z Downloaded time-core v0.1.8
10532026-07-01T23:44:04.554Z Downloaded string_cache v0.8.9
10542026-07-01T23:44:04.560Z Downloaded tagptr v0.2.0
10552026-07-01T23:44:04.561Z Downloaded futures-util v0.3.32
10562026-07-01T23:44:04.977Z Downloaded internal-russh-num-bigint v0.5.0
10572026-07-01T23:44:04.982Z Downloaded ron v0.8.1
10582026-07-01T23:44:04.982Z Downloaded rustls-platform-verifier v0.6.2
10592026-07-01T23:44:04.983Z Downloaded tinyvec_macros v0.1.1
10602026-07-01T23:44:04.983Z Downloaded hashbrown v0.15.5
10612026-07-01T23:44:04.983Z Downloaded h2 v0.4.15
10622026-07-01T23:44:04.983Z Downloaded stacker v0.1.23
10632026-07-01T23:44:04.983Z Downloaded slog-stdlog v4.1.1
10642026-07-01T23:44:04.983Z Downloaded serde_with_macros v3.17.0
10652026-07-01T23:44:04.983Z Downloaded stringprep v0.1.5
10662026-07-01T23:44:04.983Z Downloaded rustls-pki-types v1.14.0
10672026-07-01T23:44:04.983Z Downloaded strum_macros v0.24.3
10682026-07-01T23:44:04.983Z Downloaded tokio-macros v2.7.0
10692026-07-01T23:44:04.983Z Downloaded strum v0.26.3
10702026-07-01T23:44:04.983Z Downloaded schemars v0.8.22
10712026-07-01T23:44:04.983Z Downloaded synstructure v0.13.2
10722026-07-01T23:44:04.983Z Downloaded nom v7.1.3
10732026-07-01T23:44:04.983Z Downloaded spin v0.9.8
10742026-07-01T23:44:04.983Z Downloaded pretty_assertions v1.4.1
10752026-07-01T23:44:04.983Z Downloaded strum_macros v0.27.2
10762026-07-01T23:44:04.983Z Downloaded smallvec v1.15.1
10772026-07-01T23:44:04.983Z Downloaded icu_properties_data v2.1.2
10782026-07-01T23:44:04.983Z Downloaded support-bundle-viewer v0.1.2
10792026-07-01T23:44:04.983Z Downloaded hkdf v0.12.4
10802026-07-01T23:44:04.983Z Downloaded tokio-test v0.4.5
10812026-07-01T23:44:04.983Z Downloaded topological-sort v0.2.2
10822026-07-01T23:44:04.983Z Downloaded thiserror-no-std v2.0.2
10832026-07-01T23:44:04.983Z Downloaded termios v0.3.3
10842026-07-01T23:44:04.983Z Downloaded rand v0.8.6
10852026-07-01T23:44:04.983Z Downloaded tiny-keccak v2.0.2
10862026-07-01T23:44:04.983Z Downloaded similar v2.7.0
10872026-07-01T23:44:04.983Z Downloaded quinn v0.11.9
10882026-07-01T23:44:04.983Z Downloaded tower-service v0.3.3
10892026-07-01T23:44:04.984Z Downloaded tower-layer v0.3.3
10902026-07-01T23:44:04.984Z Downloaded time-macros v0.2.27
10912026-07-01T23:44:04.984Z Downloaded thread_local v1.1.9
10922026-07-01T23:44:04.984Z Downloaded rand v0.9.2
10932026-07-01T23:44:04.984Z Downloaded serde_yaml v0.9.34+deprecated
10942026-07-01T23:44:04.984Z Downloaded try-lock v0.2.5
10952026-07-01T23:44:04.984Z Downloaded typify-macro v0.6.2
10962026-07-01T23:44:04.984Z Downloaded trait-variant v0.1.2
10972026-07-01T23:44:04.984Z Downloaded tokio-dtrace v0.1.1
10982026-07-01T23:44:04.984Z Downloaded rustls-webpki v0.103.9
10992026-07-01T23:44:04.984Z Downloaded itertools v0.13.0
11002026-07-01T23:44:04.984Z Downloaded socket2 v0.6.3
11012026-07-01T23:44:04.984Z Downloaded socket2 v0.5.10
11022026-07-01T23:44:04.984Z Downloaded samael v0.0.19
11032026-07-01T23:44:04.984Z Downloaded tls_codec_derive v0.4.2
11042026-07-01T23:44:04.984Z Downloaded tinystr v0.8.2
11052026-07-01T23:44:04.984Z Downloaded term v1.2.1
11062026-07-01T23:44:04.984Z Downloaded signal-hook v0.3.18
11072026-07-01T23:44:04.984Z Downloaded unarray v0.1.4
11082026-07-01T23:44:04.985Z Downloaded universal-hash v0.5.1
11092026-07-01T23:44:04.985Z Downloaded unicode-truncate v1.1.0
11102026-07-01T23:44:04.985Z Downloaded utf-8 v0.7.6
11112026-07-01T23:44:04.985Z Downloaded unicode-xid v0.2.6
11122026-07-01T23:44:04.985Z Downloaded usdt-macro v0.6.0
11132026-07-01T23:44:04.985Z Downloaded schemars v0.9.0
11142026-07-01T23:44:04.985Z Downloaded schemars v1.2.1
11152026-07-01T23:44:04.985Z Downloaded void v1.0.2
11162026-07-01T23:44:04.985Z Downloaded utf8_iter v1.0.4
11172026-07-01T23:44:04.985Z Downloaded usdt-attr-macro v0.6.0
11182026-07-01T23:44:04.985Z Downloaded usdt v0.6.0
11192026-07-01T23:44:04.985Z Downloaded untrusted v0.9.0
11202026-07-01T23:44:04.985Z Downloaded untrusted v0.7.1
11212026-07-01T23:44:04.985Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-07-01T23:44:04.985Z Downloaded slog v2.8.2
11232026-07-01T23:44:04.985Z Downloaded universal-hash v0.6.1
11242026-07-01T23:44:04.985Z Downloaded unit-prefix v0.5.2
11252026-07-01T23:44:04.985Z Downloaded tokio-native-tls v0.3.1
11262026-07-01T23:44:04.985Z Downloaded libm v0.2.16
11272026-07-01T23:44:04.985Z Downloaded term v0.7.0
11282026-07-01T23:44:04.985Z Downloaded num-bigint-dig v0.8.6
11292026-07-01T23:44:04.985Z Downloaded tokio-tungstenite v0.23.1
11302026-07-01T23:44:04.985Z Downloaded tokio-tungstenite v0.21.0
11312026-07-01T23:44:04.985Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-07-01T23:44:04.985Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11332026-07-01T23:44:04.985Z Downloaded tls_codec v0.4.2
11342026-07-01T23:44:04.985Z Downloaded rayon-core v1.13.0
11352026-07-01T23:44:04.985Z Downloaded waitgroup v0.1.2
11362026-07-01T23:44:04.985Z Downloaded p521 v0.14.0-rc.10
11372026-07-01T23:44:04.985Z Downloaded wait-timeout v0.2.1
11382026-07-01T23:44:04.985Z Downloaded want v0.3.1
11392026-07-01T23:44:04.985Z Downloaded idna v1.1.0
11402026-07-01T23:44:04.985Z Downloaded snafu v0.8.9
11412026-07-01T23:44:04.985Z Downloaded unicase v2.9.0
11422026-07-01T23:44:04.985Z Downloaded xshell-macros v0.2.7
11432026-07-01T23:44:04.986Z Downloaded itertools v0.12.1
11442026-07-01T23:44:04.986Z Downloaded iddqd v0.4.2
11452026-07-01T23:44:04.986Z Downloaded iri-string v0.7.10
11462026-07-01T23:44:04.986Z Downloaded xattr v1.6.1
11472026-07-01T23:44:04.986Z Downloaded zerofrom v0.1.6
11482026-07-01T23:44:04.986Z Downloaded tui-tree-widget v0.23.1
11492026-07-01T23:44:04.986Z Downloaded nom v8.0.0
11502026-07-01T23:44:04.986Z Downloaded hyper v1.10.1
11512026-07-01T23:44:04.986Z Downloaded vergen-lib v0.1.6
11522026-07-01T23:44:04.986Z Downloaded strum_macros v0.26.4
11532026-07-01T23:44:04.986Z Downloaded yoke-derive v0.8.1
11542026-07-01T23:44:04.986Z Downloaded rsa v0.10.0-rc.18
11552026-07-01T23:44:04.986Z Downloaded zeroize_derive v1.4.3
11562026-07-01T23:44:04.986Z Downloaded vergen-lib v9.1.0
11572026-07-01T23:44:04.990Z Downloaded hkdf v0.13.0
11582026-07-01T23:44:04.990Z Downloaded tokio-stream v0.1.18
11592026-07-01T23:44:04.990Z Downloaded zerofrom-derive v0.1.6
11602026-07-01T23:44:04.990Z Downloaded tokio-rustls v0.26.4
11612026-07-01T23:44:04.990Z Downloaded zone_cfg_derive v0.3.1
11622026-07-01T23:44:04.990Z Downloaded zone v0.3.1
11632026-07-01T23:44:04.990Z Downloaded uzers v0.12.2
11642026-07-01T23:44:04.990Z Downloaded vergen-gitcl v1.0.8
11652026-07-01T23:44:04.990Z Downloaded test-strategy v0.4.5
11662026-07-01T23:44:04.990Z Downloaded wyz v0.5.1
11672026-07-01T23:44:04.990Z Downloaded whoami v2.1.0
11682026-07-01T23:44:04.990Z Downloaded whoami v1.6.1
11692026-07-01T23:44:04.990Z Downloaded rsa v0.9.10
11702026-07-01T23:44:04.990Z Downloaded subprocess v0.2.15
11712026-07-01T23:44:04.990Z Downloaded tinyvec v1.10.0
11722026-07-01T23:44:04.990Z Downloaded tracing-attributes v0.1.31
11732026-07-01T23:44:04.990Z Downloaded unicode-properties v0.1.4
11742026-07-01T23:44:04.990Z Downloaded usdt-impl v0.6.0
11752026-07-01T23:44:04.990Z Downloaded itertools v0.14.0
11762026-07-01T23:44:04.990Z Downloaded xshell v0.2.7
11772026-07-01T23:44:04.990Z Downloaded yoke v0.8.1
11782026-07-01T23:44:04.990Z Downloaded rand v0.10.1
11792026-07-01T23:44:04.990Z Downloaded writeable v0.6.2
11802026-07-01T23:44:04.990Z Downloaded tar v0.4.45
11812026-07-01T23:44:04.990Z Downloaded zeroize v1.8.2
11822026-07-01T23:44:04.990Z Downloaded vsss-rs v3.3.4
11832026-07-01T23:44:04.990Z Downloaded toml v1.1.2+spec-1.1.0
11842026-07-01T23:44:04.990Z Downloaded blake3 v1.8.5
11852026-07-01T23:44:04.990Z Downloaded zerovec-derive v0.11.2
11862026-07-01T23:44:04.990Z Downloaded toml v0.7.8
11872026-07-01T23:44:04.990Z Downloaded serde_with v1.14.0
11882026-07-01T23:44:04.990Z Downloaded rustyline v14.0.0
11892026-07-01T23:44:04.990Z Downloaded vergen-git2 v9.1.0
11902026-07-01T23:44:04.991Z Downloaded vergen v9.1.0
11912026-07-01T23:44:04.991Z Downloaded zstd v0.13.3
11922026-07-01T23:44:04.991Z Downloaded walkdir v2.5.0
11932026-07-01T23:44:04.991Z Downloaded unicode-bidi v0.3.18
11942026-07-01T23:44:04.991Z Downloaded toml_parser v1.1.2+spec-1.1.0
11952026-07-01T23:44:04.991Z Downloaded tracing-core v0.1.36
11962026-07-01T23:44:04.991Z Downloaded yasna v0.5.2
11972026-07-01T23:44:04.991Z Downloaded unsafe-libyaml v0.2.11
11982026-07-01T23:44:04.991Z Downloaded tungstenite v0.23.0
11992026-07-01T23:44:04.991Z Downloaded git2 v0.20.4
12002026-07-01T23:44:04.991Z Downloaded lalrpop v0.19.12
12012026-07-01T23:44:04.991Z Downloaded typify v0.6.2
12022026-07-01T23:44:04.991Z Downloaded twox-hash v2.1.2
12032026-07-01T23:44:04.991Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-07-01T23:44:04.991Z Downloaded vte v0.14.1
12052026-07-01T23:44:04.991Z Downloaded tungstenite v0.21.0
12062026-07-01T23:44:05.010Z Downloaded portable-atomic v1.13.1
12072026-07-01T23:44:05.014Z Downloaded zstd-safe v7.2.4
12082026-07-01T23:44:05.023Z Downloaded steno v0.4.1
12092026-07-01T23:44:05.027Z Downloaded toml_edit v0.19.15
12102026-07-01T23:44:05.082Z Downloaded bindgen v0.71.1
12112026-07-01T23:44:05.097Z Downloaded zopfli v0.8.3
12122026-07-01T23:44:05.097Z Downloaded zerocopy v0.6.6
12132026-07-01T23:44:05.097Z Downloaded reedline v0.40.0
12142026-07-01T23:44:05.097Z Downloaded uuid v1.23.4
12152026-07-01T23:44:05.097Z Downloaded yansi v1.0.1
12162026-07-01T23:44:05.097Z Downloaded unicode_categories v0.1.1
12172026-07-01T23:44:05.097Z Downloaded quick-xml v0.37.5
12182026-07-01T23:44:05.097Z Downloaded rpassword v7.4.0
12192026-07-01T23:44:05.097Z Downloaded zip v0.6.6
12202026-07-01T23:44:05.104Z Downloaded aws-lc-rs v1.16.3
12212026-07-01T23:44:05.104Z Downloaded p384 v0.13.1
12222026-07-01T23:44:05.104Z Downloaded tokio-postgres v0.7.16
12232026-07-01T23:44:05.109Z Downloaded crypto-bigint v0.7.5
12242026-07-01T23:44:05.120Z Downloaded zerotrie v0.2.3
12252026-07-01T23:44:05.524Z Downloaded ssh-key v0.7.0-rc.10
12262026-07-01T23:44:05.524Z Downloaded regex v1.12.3
12272026-07-01T23:44:05.524Z Downloaded url v2.5.8
12282026-07-01T23:44:05.524Z Downloaded reqwest v0.13.2
12292026-07-01T23:44:05.527Z Downloaded reqwest v0.12.28
12302026-07-01T23:44:05.527Z Downloaded salty v0.3.0
12312026-07-01T23:44:05.527Z Downloaded tower v0.5.3
12322026-07-01T23:44:05.527Z Downloaded curve25519-dalek v5.0.0-rc.0
12332026-07-01T23:44:05.527Z Downloaded chrono v0.4.44
12342026-07-01T23:44:05.527Z Downloaded unicode-segmentation v1.12.0
12352026-07-01T23:44:05.527Z Downloaded zerocopy-derive v0.8.40
12362026-07-01T23:44:05.527Z Downloaded typed-path v0.9.3
12372026-07-01T23:44:05.527Z Downloaded rayon v1.11.0
12382026-07-01T23:44:05.527Z Downloaded proptest v1.10.0
12392026-07-01T23:44:05.527Z Downloaded petname v2.0.2
12402026-07-01T23:44:05.527Z Downloaded x509-cert v0.2.5
12412026-07-01T23:44:05.527Z Downloaded goblin v0.10.5
12422026-07-01T23:44:05.527Z Downloaded nix v0.27.1
12432026-07-01T23:44:05.527Z Downloaded moka v0.12.13
12442026-07-01T23:44:05.527Z Downloaded curve25519-dalek v4.1.3
12452026-07-01T23:44:05.528Z Downloaded zip v4.6.1
12462026-07-01T23:44:05.528Z Downloaded serde_with v3.17.0
12472026-07-01T23:44:05.528Z Downloaded unicode-normalization v0.1.25
12482026-07-01T23:44:05.528Z Downloaded radix_trie v0.2.1
12492026-07-01T23:44:05.528Z Downloaded tokio-util v0.7.18
12502026-07-01T23:44:05.528Z Downloaded zerovec v0.11.5
12512026-07-01T23:44:05.528Z Downloaded russh v0.61.2
12522026-07-01T23:44:05.528Z Downloaded dropshot v0.17.1
12532026-07-01T23:44:05.528Z Downloaded winnow v0.5.40
12542026-07-01T23:44:05.528Z Downloaded polar-core v0.27.3
12552026-07-01T23:44:05.528Z Downloaded tough v0.22.0
12562026-07-01T23:44:05.528Z Downloaded openssl v0.10.79
12572026-07-01T23:44:05.528Z Downloaded hickory-proto v0.24.4
12582026-07-01T23:44:05.528Z Downloaded tabled v0.20.0
12592026-07-01T23:44:05.528Z Downloaded tower-http v0.6.8
12602026-07-01T23:44:05.528Z Downloaded smoltcp v0.9.1
12612026-07-01T23:44:05.528Z Downloaded object v0.30.4
12622026-07-01T23:44:05.528Z Downloaded regex-syntax v0.6.29
12632026-07-01T23:44:05.528Z Downloaded diesel v2.3.7
12642026-07-01T23:44:05.528Z Downloaded openapiv3 v2.2.0
12652026-07-01T23:44:05.528Z Downloaded smoltcp v0.11.0
12662026-07-01T23:44:05.528Z Downloaded bstr v1.12.1
12672026-07-01T23:44:05.528Z Downloaded rustix v0.38.44
12682026-07-01T23:44:05.528Z Downloaded winnow v0.6.26
12692026-07-01T23:44:05.528Z Downloaded rustls v0.23.41
12702026-07-01T23:44:05.528Z Downloaded regex-syntax v0.8.10
12712026-07-01T23:44:05.528Z Downloaded quinn-proto v0.11.13
12722026-07-01T23:44:05.528Z Downloaded winnow v1.0.3
12732026-07-01T23:44:05.528Z Downloaded time v0.3.47
12742026-07-01T23:44:05.528Z Downloaded sled v0.34.7
12752026-07-01T23:44:05.528Z Downloaded nix v0.28.0
12762026-07-01T23:44:05.528Z Downloaded ratatui v0.29.0
12772026-07-01T23:44:05.528Z Downloaded zlib-rs v0.6.2
12782026-07-01T23:44:05.528Z Downloaded sha3 v0.11.0
12792026-07-01T23:44:05.528Z Downloaded typify-impl v0.6.2
12802026-07-01T23:44:05.539Z Downloaded nix v0.31.2
12812026-07-01T23:44:05.549Z Downloaded jiff v0.2.21
12822026-07-01T23:44:05.567Z Downloaded libz-sys v1.1.24
12832026-07-01T23:44:05.581Z Downloaded csv v1.4.0
12842026-07-01T23:44:05.592Z Downloaded object v0.37.3
12852026-07-01T23:44:05.612Z Downloaded vcpkg v0.2.15
12862026-07-01T23:44:05.633Z Downloaded zerocopy v0.8.40
12872026-07-01T23:44:05.640Z Downloaded regress v0.10.5
12882026-07-01T23:44:05.643Z Downloaded hickory-proto v0.25.2
12892026-07-01T23:44:05.662Z Downloaded regress v0.11.1
12902026-07-01T23:44:05.842Z Downloaded sqlparser v0.61.0
12912026-07-01T23:44:05.851Z Downloaded fiat-crypto v0.3.0
12922026-07-01T23:44:05.917Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-01T23:44:05.927Z Downloaded tracing v0.1.44
12942026-07-01T23:44:06.005Z Downloaded regex-automata v0.4.14
12952026-07-01T23:44:06.024Z Downloaded zerocopy-derive v0.6.6
12962026-07-01T23:44:06.048Z Downloaded petgraph v0.6.5
12972026-07-01T23:44:06.085Z Downloaded chrono-tz v0.10.4
12982026-07-01T23:44:06.157Z Downloaded petgraph v0.8.3
12992026-07-01T23:44:06.203Z Downloaded sha3 v0.10.8
13002026-07-01T23:44:06.234Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-07-01T23:44:06.253Z Downloaded tokio v1.52.1
13022026-07-01T23:44:06.335Z Downloaded encoding_rs v0.8.35
13032026-07-01T23:44:06.408Z Downloaded ring v0.17.14
13042026-07-01T23:44:06.463Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-07-01T23:44:07.198Z Downloaded aws-lc-sys v0.40.0
13062026-07-01T23:44:07.450Z Compiling libc v0.2.185
13072026-07-01T23:44:07.450Z Compiling serde_core v1.0.228
13082026-07-01T23:44:07.450Z Compiling serde v1.0.228
13092026-07-01T23:44:07.452Z Compiling log v0.4.29
13102026-07-01T23:44:07.452Z Compiling smallvec v1.15.1
13112026-07-01T23:44:07.453Z Compiling shlex v1.3.0
13122026-07-01T23:44:07.453Z Compiling find-msvc-tools v0.1.9
13132026-07-01T23:44:07.453Z Compiling syn v2.0.117
13142026-07-01T23:44:07.787Z Compiling subtle v2.6.1
13152026-07-01T23:44:07.800Z Compiling scopeguard v1.2.0
13162026-07-01T23:44:07.832Z Compiling stable_deref_trait v1.2.1
13172026-07-01T23:44:07.895Z Compiling lock_api v0.4.14
13182026-07-01T23:44:07.899Z Compiling typenum v1.20.1
13192026-07-01T23:44:07.921Z Compiling serde_json v1.0.150
13202026-07-01T23:44:07.957Z Compiling portable-atomic v1.13.1
13212026-07-01T23:44:07.984Z Compiling zerocopy v0.8.40
13222026-07-01T23:44:08.117Z Compiling parking_lot_core v0.9.12
13232026-07-01T23:44:08.156Z Compiling pin-project-lite v0.2.17
13242026-07-01T23:44:08.257Z Compiling pkg-config v0.3.32
13252026-07-01T23:44:08.794Z Compiling critical-section v1.2.0
13262026-07-01T23:44:08.796Z Compiling jobserver v0.1.34
13272026-07-01T23:44:08.797Z Compiling errno v0.3.14
13282026-07-01T23:44:08.797Z Compiling getrandom v0.2.17
13292026-07-01T23:44:08.797Z Compiling signal-hook-registry v1.4.8
13302026-07-01T23:44:08.797Z Compiling cc v1.2.56
13312026-07-01T23:44:08.797Z Compiling rand_core v0.6.4
13322026-07-01T23:44:08.797Z Compiling futures-core v0.3.32
13332026-07-01T23:44:08.860Z Compiling getrandom v0.4.1
13342026-07-01T23:44:08.938Z Compiling libm v0.2.16
13352026-07-01T23:44:08.984Z Compiling once_cell v1.21.3
13362026-07-01T23:44:09.032Z Compiling parking_lot v0.12.5
13372026-07-01T23:44:09.464Z Compiling mio v1.2.0
13382026-07-01T23:44:09.468Z Compiling num-traits v0.2.19
13392026-07-01T23:44:09.468Z Compiling generic-array v0.14.7
13402026-07-01T23:44:09.468Z Compiling const-oid v0.9.6
13412026-07-01T23:44:09.468Z Compiling rand_core v0.10.0
13422026-07-01T23:44:09.626Z Compiling litemap v0.8.1
13432026-07-01T23:44:09.640Z Compiling percent-encoding v2.3.2
13442026-07-01T23:44:09.947Z Compiling bitflags v2.11.0
13452026-07-01T23:44:09.963Z Compiling writeable v0.6.2
13462026-07-01T23:44:09.963Z Compiling semver v1.0.28
13472026-07-01T23:44:10.057Z Compiling socket2 v0.6.3
13482026-07-01T23:44:10.075Z Compiling icu_normalizer_data v2.1.1
13492026-07-01T23:44:10.149Z Compiling icu_properties_data v2.1.2
13502026-07-01T23:44:10.252Z Compiling futures-sink v0.3.32
13512026-07-01T23:44:10.410Z Compiling futures-channel v0.3.32
13522026-07-01T23:44:10.410Z Compiling futures-task v0.3.32
13532026-07-01T23:44:10.424Z Compiling synstructure v0.13.2
13542026-07-01T23:44:10.572Z Compiling futures-io v0.3.32
13552026-07-01T23:44:10.605Z Compiling slab v0.4.12
13562026-07-01T23:44:10.617Z Compiling indexmap v2.14.0
13572026-07-01T23:44:10.676Z Compiling getrandom v0.3.4
13582026-07-01T23:44:10.729Z Compiling rustversion v1.0.22
13592026-07-01T23:44:10.783Z Compiling utf8_iter v1.0.4
13602026-07-01T23:44:10.938Z Compiling form_urlencoded v1.2.2
13612026-07-01T23:44:10.982Z Compiling cmake v0.1.57
13622026-07-01T23:44:10.998Z Compiling rustix v1.1.3
13632026-07-01T23:44:11.020Z Compiling fs_extra v1.3.0
13642026-07-01T23:44:11.116Z Compiling ident_case v1.0.1
13652026-07-01T23:44:11.241Z Compiling dunce v1.0.5
13662026-07-01T23:44:11.281Z Compiling iana-time-zone v0.1.65
13672026-07-01T23:44:11.295Z Compiling regex-syntax v0.8.10
13682026-07-01T23:44:11.338Z Compiling vcpkg v0.2.15
13692026-07-01T23:44:11.396Z Compiling aws-lc-sys v0.40.0
13702026-07-01T23:44:11.480Z Compiling base64ct v1.8.3
13712026-07-01T23:44:11.662Z Compiling rand_core v0.9.5
13722026-07-01T23:44:11.743Z Compiling pem-rfc7468 v0.7.0
13732026-07-01T23:44:11.779Z Compiling rustc_version v0.4.1
13742026-07-01T23:44:12.325Z Compiling uuid v1.23.4
13752026-07-01T23:44:12.341Z Compiling tracing-core v0.1.36
13762026-07-01T23:44:12.341Z Compiling openssl-sys v0.9.115
13772026-07-01T23:44:12.341Z Compiling flagset v0.4.7
13782026-07-01T23:44:12.341Z Compiling serde_derive v1.0.228
13792026-07-01T23:44:12.341Z Compiling zeroize_derive v1.4.3
13802026-07-01T23:44:12.620Z Compiling zerofrom-derive v0.1.6
13812026-07-01T23:44:12.654Z Compiling yoke-derive v0.8.1
13822026-07-01T23:44:12.671Z Compiling zerocopy-derive v0.8.40
13832026-07-01T23:44:12.727Z Compiling zerovec-derive v0.11.2
13842026-07-01T23:44:12.934Z Compiling zeroize v1.8.2
13852026-07-01T23:44:13.141Z Compiling displaydoc v0.2.5
13862026-07-01T23:44:14.234Z Compiling tokio-macros v2.7.0
13872026-07-01T23:44:14.237Z Compiling futures-macro v0.3.32
13882026-07-01T23:44:14.237Z Compiling tracing-attributes v0.1.31
13892026-07-01T23:44:14.237Z Compiling zerofrom v0.1.6
13902026-07-01T23:44:14.237Z Compiling yoke v0.8.1
13912026-07-01T23:44:14.299Z Compiling block-buffer v0.10.4
13922026-07-01T23:44:14.373Z Compiling zerovec v0.11.5
13932026-07-01T23:44:14.468Z Compiling zerotrie v0.2.3
13942026-07-01T23:44:15.034Z Compiling crypto-common v0.1.7
13952026-07-01T23:44:15.037Z Compiling futures-util v0.3.32
13962026-07-01T23:44:15.037Z Compiling digest v0.10.7
13972026-07-01T23:44:15.037Z Compiling der_derive v0.7.3
13982026-07-01T23:44:15.037Z Compiling tinystr v0.8.2
13992026-07-01T23:44:15.037Z Compiling potential_utf v0.1.4
14002026-07-01T23:44:15.078Z Compiling icu_locale_core v2.1.1
14012026-07-01T23:44:15.187Z Compiling icu_collections v2.1.1
14022026-07-01T23:44:15.261Z Compiling thiserror-impl v2.0.18
14032026-07-01T23:44:15.667Z Compiling bytes v1.11.1
14042026-07-01T23:44:15.722Z Compiling icu_provider v2.1.1
14052026-07-01T23:44:15.767Z Compiling chrono v0.4.44
14062026-07-01T23:44:15.984Z Compiling icu_normalizer v2.1.1
14072026-07-01T23:44:16.014Z Compiling icu_properties v2.1.2
14082026-07-01T23:44:16.281Z Compiling tokio v1.52.1
14092026-07-01T23:44:16.509Z Compiling http v1.4.2
14102026-07-01T23:44:16.604Z Compiling aws-lc-rs v1.16.3
14112026-07-01T23:44:16.903Z Compiling idna_adapter v1.2.1
14122026-07-01T23:44:16.959Z Compiling base64 v0.22.1
14132026-07-01T23:44:17.042Z Compiling ppv-lite86 v0.2.21
14142026-07-01T23:44:17.095Z Compiling idna v1.1.0
14152026-07-01T23:44:17.163Z Compiling http-body v1.0.1
14162026-07-01T23:44:17.200Z Compiling thiserror v2.0.18
14172026-07-01T23:44:17.292Z Compiling der v0.7.10
14182026-07-01T23:44:17.303Z Compiling tracing v0.1.44
14192026-07-01T23:44:17.317Z Compiling rand_chacha v0.9.0
14202026-07-01T23:44:17.359Z Compiling rustls-pki-types v1.14.0
14212026-07-01T23:44:17.426Z Compiling url v2.5.8
14222026-07-01T23:44:17.629Z Compiling openssl-probe v0.2.1
14232026-07-01T23:44:17.748Z Compiling httparse v1.10.1
14242026-07-01T23:44:17.802Z Compiling tinyvec_macros v0.1.1
14252026-07-01T23:44:17.818Z Compiling cmov v0.5.4
14262026-07-01T23:44:17.870Z Compiling tinyvec v1.10.0
14272026-07-01T23:44:17.990Z Compiling ctutils v0.4.2
14282026-07-01T23:44:18.018Z Compiling pest_generator v2.8.6
14292026-07-01T23:44:18.140Z Compiling spki v0.7.3
14302026-07-01T23:44:18.205Z Compiling rand v0.9.2
14312026-07-01T23:44:18.219Z Compiling serde_derive_internals v0.29.1
14322026-07-01T23:44:18.233Z Compiling aho-corasick v1.1.4
14332026-07-01T23:44:18.336Z Compiling untrusted v0.7.1
14342026-07-01T23:44:18.506Z Compiling schemars v0.8.22
14352026-07-01T23:44:18.520Z Compiling tower-layer v0.3.3
14362026-07-01T23:44:18.628Z Compiling tower-service v0.3.3
14372026-07-01T23:44:18.669Z Compiling atomic-waker v1.1.2
14382026-07-01T23:44:18.708Z Compiling dyn-clone v1.0.20
14392026-07-01T23:44:18.721Z Compiling try-lock v0.2.5
14402026-07-01T23:44:18.790Z Compiling pest_derive v2.8.6
14412026-07-01T23:44:18.825Z Compiling want v0.3.1
14422026-07-01T23:44:18.861Z Compiling tempfile v3.25.0
14432026-07-01T23:44:18.975Z Compiling hybrid-array v0.4.13
14442026-07-01T23:44:19.089Z Compiling schemars_derive v0.8.22
14452026-07-01T23:44:19.276Z Compiling regex-automata v0.4.14
14462026-07-01T23:44:19.298Z Compiling ipnet v2.11.0
14472026-07-01T23:44:19.723Z Compiling scroll_derive v0.13.1
14482026-07-01T23:44:19.789Z Compiling darling_core v0.20.11
14492026-07-01T23:44:19.805Z Compiling untrusted v0.9.0
14502026-07-01T23:44:19.925Z Compiling rustls v0.23.41
14512026-07-01T23:44:19.950Z Compiling cpufeatures v0.2.17
14522026-07-01T23:44:20.433Z Compiling httpdate v1.0.3
14532026-07-01T23:44:20.437Z Compiling tokio-util v0.7.18
14542026-07-01T23:44:20.437Z Compiling foreign-types-shared v0.1.1
14552026-07-01T23:44:20.437Z Compiling openssl v0.10.79
14562026-07-01T23:44:20.437Z Compiling foreign-types v0.3.2
14572026-07-01T23:44:20.437Z Compiling scroll v0.13.0
14582026-07-01T23:44:20.471Z Compiling pkcs8 v0.10.2
14592026-07-01T23:44:20.585Z Compiling unicode-normalization v0.1.25
14602026-07-01T23:44:21.035Z Compiling h2 v0.4.15
14612026-07-01T23:44:21.117Z Compiling openssl-macros v0.1.1
14622026-07-01T23:44:21.132Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-07-01T23:44:21.510Z Compiling spin v0.9.8
14642026-07-01T23:44:21.524Z Compiling powerfmt v0.2.0
14652026-07-01T23:44:21.613Z Compiling num-conv v0.2.0
14662026-07-01T23:44:21.712Z Compiling time-core v0.1.8
14672026-07-01T23:44:21.715Z Compiling native-tls v0.2.18
14682026-07-01T23:44:21.741Z Compiling crc32fast v1.5.0
14692026-07-01T23:44:21.855Z Compiling time-macros v0.2.27
14702026-07-01T23:44:21.951Z Compiling deranged v0.5.8
14712026-07-01T23:44:22.027Z Compiling darling_macro v0.20.11
14722026-07-01T23:44:22.496Z Compiling darling v0.20.11
14732026-07-01T23:44:22.580Z Compiling goblin v0.10.5
14742026-07-01T23:44:22.905Z Compiling sha2 v0.10.9
14752026-07-01T23:44:22.919Z Compiling hmac v0.12.1
14762026-07-01T23:44:23.072Z Compiling sync_wrapper v1.0.2
14772026-07-01T23:44:23.179Z Compiling wait-timeout v0.2.1
14782026-07-01T23:44:23.327Z Compiling quick-error v1.2.3
14792026-07-01T23:44:23.431Z Compiling syn v1.0.109
14802026-07-01T23:44:23.445Z Compiling usdt-impl v0.6.0
14812026-07-01T23:44:23.661Z Compiling bit-vec v0.8.0
14822026-07-01T23:44:23.748Z Compiling crossbeam-utils v0.8.21
14832026-07-01T23:44:23.889Z Compiling siphasher v1.0.2
14842026-07-01T23:44:24.042Z Compiling hyper v1.10.1
14852026-07-01T23:44:24.074Z Compiling simd-adler32 v0.3.8
14862026-07-01T23:44:24.288Z Compiling num_threads v0.1.7
14872026-07-01T23:44:24.375Z Compiling time v0.3.47
14882026-07-01T23:44:24.724Z Compiling bit-set v0.8.0
14892026-07-01T23:44:24.957Z Compiling rusty-fork v0.3.1
14902026-07-01T23:44:25.054Z Compiling tower v0.5.3
14912026-07-01T23:44:25.118Z Compiling derive_builder_core v0.20.2
14922026-07-01T23:44:25.271Z Compiling hyper-util v0.1.20
14932026-07-01T23:44:25.535Z Compiling dof v0.4.0
14942026-07-01T23:44:25.892Z Compiling dtrace-parser v0.3.0
14952026-07-01T23:44:25.971Z Compiling http-body-util v0.1.3
14962026-07-01T23:44:25.985Z Compiling scroll_derive v0.12.1
14972026-07-01T23:44:26.208Z Compiling thiserror-impl v1.0.69
14982026-07-01T23:44:26.604Z Compiling heapless v0.7.17
14992026-07-01T23:44:26.636Z Compiling rand_xorshift v0.4.0
15002026-07-01T23:44:26.745Z Compiling slog v2.8.2
15012026-07-01T23:44:26.799Z Compiling darling_core v0.21.3
15022026-07-01T23:44:26.831Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-07-01T23:44:26.853Z Compiling thread-id v5.1.0
15042026-07-01T23:44:26.867Z Compiling cookie v0.18.1
15052026-07-01T23:44:26.933Z Compiling paste v1.0.15
15062026-07-01T23:44:26.973Z Compiling iri-string v0.7.10
15072026-07-01T23:44:27.057Z Compiling allocator-api2 v0.2.21
15082026-07-01T23:44:27.112Z Compiling unicode-properties v0.1.4
15092026-07-01T23:44:27.210Z Compiling zstd-safe v7.2.4
15102026-07-01T23:44:27.315Z Compiling signal-hook v0.3.18
15112026-07-01T23:44:27.386Z Compiling ryu v1.0.23
15122026-07-01T23:44:27.413Z Compiling anyhow v1.0.102
15132026-07-01T23:44:27.462Z Compiling unarray v0.1.4
15142026-07-01T23:44:27.499Z Compiling unicode-bidi v0.3.18
15152026-07-01T23:44:27.560Z Compiling adler2 v2.0.1
15162026-07-01T23:44:27.574Z Compiling proptest v1.10.0
15172026-07-01T23:44:27.702Z Compiling miniz_oxide v0.8.9
15182026-07-01T23:44:27.931Z Compiling stringprep v0.1.5
15192026-07-01T23:44:28.010Z Compiling serde_urlencoded v0.7.1
15202026-07-01T23:44:28.256Z Compiling tower-http v0.6.8
15212026-07-01T23:44:28.305Z Compiling thiserror v1.0.69
15222026-07-01T23:44:28.562Z Compiling scroll v0.12.0
15232026-07-01T23:44:28.620Z Compiling derive_builder_macro v0.20.2
15242026-07-01T23:44:29.026Z Compiling tokio-native-tls v0.3.1
15252026-07-01T23:44:29.124Z Compiling camino v1.2.2
15262026-07-01T23:44:29.176Z Compiling bstr v1.12.1
15272026-07-01T23:44:29.204Z Compiling ipnetwork v0.21.1
15282026-07-01T23:44:29.266Z Compiling darling_macro v0.21.3
15292026-07-01T23:44:29.347Z Compiling crypto-common v0.2.2
15302026-07-01T23:44:29.496Z Compiling block-buffer v0.12.1
15312026-07-01T23:44:29.591Z Compiling block-padding v0.4.2
15322026-07-01T23:44:29.688Z Compiling rustls-native-certs v0.8.3
15332026-07-01T23:44:29.757Z Compiling rand_chacha v0.3.1
15342026-07-01T23:44:29.770Z Compiling serde_tokenstream v0.2.3
15352026-07-01T23:44:29.825Z Compiling serde_spanned v0.6.9
15362026-07-01T23:44:29.970Z Compiling erased-serde v0.3.31
15372026-07-01T23:44:29.983Z Compiling toml_datetime v0.6.11
15382026-07-01T23:44:30.074Z Compiling signature v2.2.0
15392026-07-01T23:44:30.242Z Compiling md-5 v0.10.6
15402026-07-01T23:44:30.256Z Compiling zerocopy-derive v0.7.35
15412026-07-01T23:44:30.414Z Compiling pin-project-internal v1.1.11
15422026-07-01T23:44:30.455Z Compiling async-trait v0.1.89
15432026-07-01T23:44:30.550Z Compiling curve25519-dalek v4.1.3
15442026-07-01T23:44:30.890Z Compiling vergen-lib v9.1.0
15452026-07-01T23:44:31.059Z Compiling num-integer v0.1.46
15462026-07-01T23:44:31.084Z Compiling hash32 v0.2.1
15472026-07-01T23:44:31.133Z Compiling memoffset v0.9.1
15482026-07-01T23:44:31.277Z Compiling encoding_rs v0.8.35
15492026-07-01T23:44:31.336Z Compiling psl-types v2.0.11
15502026-07-01T23:44:31.376Z Compiling num-bigint-dig v0.8.6
15512026-07-01T23:44:31.502Z Compiling rustix v0.38.44
15522026-07-01T23:44:31.502Z Compiling cfg_aliases v0.2.1
15532026-07-01T23:44:31.538Z Compiling ref-cast v1.0.25
15542026-07-01T23:44:31.554Z Compiling fallible-iterator v0.2.0
15552026-07-01T23:44:31.574Z Compiling litrs v1.0.0
15562026-07-01T23:44:31.812Z Compiling mime v0.3.17
15572026-07-01T23:44:31.853Z Compiling smoltcp v0.9.1
15582026-07-01T23:44:31.866Z Compiling zlib-rs v0.6.2
15592026-07-01T23:44:32.086Z Compiling document-features v0.2.12
15602026-07-01T23:44:32.108Z Compiling postgres-protocol v0.6.10
15612026-07-01T23:44:32.318Z Compiling nix v0.31.2
15622026-07-01T23:44:32.487Z Compiling hubpack_derive v0.1.1
15632026-07-01T23:44:32.655Z Compiling pin-project v1.1.11
15642026-07-01T23:44:32.684Z Compiling publicsuffix v2.3.0
15652026-07-01T23:44:32.753Z Compiling num-iter v0.1.45
15662026-07-01T23:44:32.841Z Compiling zerocopy v0.7.35
15672026-07-01T23:44:32.938Z Compiling rand v0.8.6
15682026-07-01T23:44:32.954Z Compiling newtype-uuid v1.3.2
15692026-07-01T23:44:33.233Z Compiling darling v0.21.3
15702026-07-01T23:44:33.260Z Compiling inout v0.2.2
15712026-07-01T23:44:33.275Z Compiling oxnet v0.1.6
15722026-07-01T23:44:33.349Z Compiling hyper-tls v0.6.0
15732026-07-01T23:44:33.420Z Compiling derive_builder v0.20.2
15742026-07-01T23:44:33.450Z Compiling goblin v0.8.2
15752026-07-01T23:44:34.036Z Compiling phf_shared v0.13.1
15762026-07-01T23:44:34.493Z Compiling lazy_static v1.5.0
15772026-07-01T23:44:34.496Z Compiling regex v1.12.3
15782026-07-01T23:44:34.496Z Compiling anstyle-parse v0.2.7
15792026-07-01T23:44:34.496Z Compiling futures-executor v0.3.32
15802026-07-01T23:44:34.496Z Compiling hex v0.4.3
15812026-07-01T23:44:34.496Z Compiling terminal_size v0.4.3
15822026-07-01T23:44:34.504Z Compiling strum_macros v0.27.2
15832026-07-01T23:44:34.530Z Compiling ref-cast-impl v1.0.25
15842026-07-01T23:44:34.545Z Compiling snafu-derive v0.8.9
15852026-07-01T23:44:34.586Z Compiling curve25519-dalek-derive v0.1.1
15862026-07-01T23:44:35.088Z Compiling flate2 v1.1.9
15872026-07-01T23:44:35.160Z Compiling daft-derive v0.1.7
15882026-07-01T23:44:35.299Z Compiling vergen v9.1.0
15892026-07-01T23:44:35.441Z Compiling cargo-platform v0.3.2
15902026-07-01T23:44:35.506Z Compiling ff v0.13.1
15912026-07-01T23:44:35.647Z Compiling fs-err v3.3.0
15922026-07-01T23:44:35.712Z Compiling ahash v0.8.12
15932026-07-01T23:44:35.851Z Compiling managed v0.8.0
15942026-07-01T23:44:35.892Z Compiling bumpalo v3.20.2
15952026-07-01T23:44:35.938Z Compiling object v0.37.3
15962026-07-01T23:44:36.061Z Compiling winnow v0.5.40
15972026-07-01T23:44:36.146Z Compiling libbz2-rs-sys v0.2.2
15982026-07-01T23:44:36.210Z Compiling unicode-segmentation v1.12.0
15992026-07-01T23:44:36.468Z Compiling base16ct v0.2.0
16002026-07-01T23:44:36.497Z Compiling bitflags v1.3.2
16012026-07-01T23:44:36.570Z Compiling foldhash v0.2.0
16022026-07-01T23:44:36.594Z Compiling same-file v1.0.6
16032026-07-01T23:44:36.640Z Compiling foldhash v0.1.5
16042026-07-01T23:44:36.756Z Compiling hashbrown v0.16.1
16052026-07-01T23:44:36.789Z Compiling hashbrown v0.15.5
16062026-07-01T23:44:36.811Z Compiling walkdir v2.5.0
16072026-07-01T23:44:36.833Z Compiling sec1 v0.7.3
16082026-07-01T23:44:36.952Z Compiling bzip2 v0.6.1
16092026-07-01T23:44:37.117Z Compiling clap_builder v4.6.0
16102026-07-01T23:44:37.155Z Compiling strum v0.27.2
16112026-07-01T23:44:37.282Z Compiling snafu v0.8.9
16122026-07-01T23:44:37.327Z Compiling zopfli v0.8.3
16132026-07-01T23:44:37.372Z Compiling toml_edit v0.19.15
16142026-07-01T23:44:37.532Z Compiling daft v0.1.7
16152026-07-01T23:44:37.732Z Compiling dof v0.3.0
16162026-07-01T23:44:37.803Z Compiling group v0.13.0
16172026-07-01T23:44:37.908Z Compiling cargo_metadata v0.23.1
16182026-07-01T23:44:38.115Z Compiling futures v0.3.32
16192026-07-01T23:44:38.195Z Compiling anstream v0.6.21
16202026-07-01T23:44:38.433Z Compiling phf v0.13.1
16212026-07-01T23:44:38.592Z Compiling signal-hook-mio v0.2.5
16222026-07-01T23:44:38.704Z Compiling cookie_store v0.22.1
16232026-07-01T23:44:38.860Z Compiling zstd v0.13.3
16242026-07-01T23:44:39.121Z Compiling reqwest v0.12.28
16252026-07-01T23:44:39.299Z Compiling cipher v0.5.2
16262026-07-01T23:44:39.398Z Compiling bzip2 v0.4.4
16272026-07-01T23:44:39.611Z Compiling serde_with_macros v3.17.0
16282026-07-01T23:44:39.630Z Compiling hubpack v0.1.2
16292026-07-01T23:44:39.950Z Compiling postgres-types v0.2.12
16302026-07-01T23:44:40.138Z Compiling ed25519 v2.2.3
16312026-07-01T23:44:40.506Z Compiling usdt-attr-macro v0.6.0
16322026-07-01T23:44:40.754Z Compiling usdt-macro v0.6.0
16332026-07-01T23:44:41.023Z Compiling globset v0.4.18
16342026-07-01T23:44:41.041Z Compiling dtrace-parser v0.2.0
16352026-07-01T23:44:41.119Z Compiling phf_shared v0.11.3
16362026-07-01T23:44:41.297Z Compiling hkdf v0.12.4
16372026-07-01T23:44:41.319Z Compiling olpc-cjson v0.1.4
16382026-07-01T23:44:41.462Z Compiling pkcs1 v0.7.5
16392026-07-01T23:44:41.515Z Compiling pem v3.0.6
16402026-07-01T23:44:41.525Z Compiling serde-big-array v0.5.1
16412026-07-01T23:44:41.632Z Compiling serde_plain v1.0.2
16422026-07-01T23:44:41.690Z Compiling crypto-bigint v0.5.5
16432026-07-01T23:44:41.763Z Compiling clap_derive v4.6.1
16442026-07-01T23:44:41.791Z Compiling enum-as-inner v0.6.1
16452026-07-01T23:44:41.826Z Compiling serde_repr v0.1.20
16462026-07-01T23:44:41.845Z Compiling async-recursion v1.1.1
16472026-07-01T23:44:42.297Z Compiling strum_macros v0.26.4
16482026-07-01T23:44:42.359Z Compiling float-cmp v0.10.0
16492026-07-01T23:44:42.496Z Compiling thread-id v4.2.2
16502026-07-01T23:44:42.509Z Compiling memmap2 v0.9.10
16512026-07-01T23:44:42.579Z Compiling env_filter v1.0.0
16522026-07-01T23:44:42.728Z Compiling cpufeatures v0.3.0
16532026-07-01T23:44:42.801Z Compiling static_assertions v1.1.0
16542026-07-01T23:44:42.856Z Compiling difflib v0.4.0
16552026-07-01T23:44:42.873Z Compiling typed-path v0.9.3
16562026-07-01T23:44:42.887Z Compiling fixedbitset v0.4.2
16572026-07-01T23:44:43.099Z Compiling jiff v0.2.21
16582026-07-01T23:44:43.401Z Compiling keccak v0.1.6
16592026-07-01T23:44:43.528Z Compiling either v1.15.0
16602026-07-01T23:44:43.740Z Compiling whoami v2.1.0
16612026-07-01T23:44:43.789Z Compiling new_debug_unreachable v1.0.6
16622026-07-01T23:44:43.821Z Compiling precomputed-hash v0.1.1
16632026-07-01T23:44:43.919Z Compiling data-encoding v2.10.0
16642026-07-01T23:44:44.051Z Compiling normalize-line-endings v0.3.0
16652026-07-01T23:44:44.088Z Compiling predicates-core v1.0.10
16662026-07-01T23:44:44.102Z Compiling const-oid v0.10.2
16672026-07-01T23:44:44.116Z Compiling fixedbitset v0.5.7
16682026-07-01T23:44:44.217Z Compiling winnow v1.0.3
16692026-07-01T23:44:44.234Z Compiling toml_edit v0.22.27
16702026-07-01T23:44:44.313Z Compiling digest v0.11.3
16712026-07-01T23:44:44.337Z Compiling predicates v3.1.4
16722026-07-01T23:44:44.485Z Compiling toml_parser v1.1.2+spec-1.1.0
16732026-07-01T23:44:44.520Z Compiling petgraph v0.8.3
16742026-07-01T23:44:44.554Z Compiling hickory-proto v0.25.2
16752026-07-01T23:44:44.662Z Compiling strum v0.26.3
16762026-07-01T23:44:44.787Z Compiling tokio-postgres v0.7.16
16772026-07-01T23:44:45.009Z Compiling string_cache v0.8.9
16782026-07-01T23:44:45.142Z Compiling itertools v0.13.0
16792026-07-01T23:44:45.229Z Compiling sha3 v0.10.8
16802026-07-01T23:44:45.691Z Compiling clap v4.6.1
16812026-07-01T23:44:45.781Z Compiling zip v4.6.1
16822026-07-01T23:44:46.386Z Compiling petgraph v0.6.5
16832026-07-01T23:44:46.452Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-01T23:44:46.733Z Compiling chacha20 v0.10.0
16852026-07-01T23:44:46.922Z Compiling env_logger v0.11.9
16862026-07-01T23:44:46.966Z Compiling usdt v0.6.0
16872026-07-01T23:44:47.130Z Compiling elliptic-curve v0.13.8
16882026-07-01T23:44:47.225Z Compiling usdt-impl v0.5.0
16892026-07-01T23:44:47.275Z Compiling rsa v0.9.10
16902026-07-01T23:44:47.294Z Compiling crossterm v0.28.1
16912026-07-01T23:44:47.509Z Compiling serde_with v3.17.0
16922026-07-01T23:44:47.807Z Compiling ed25519-dalek v2.2.0
16932026-07-01T23:44:48.467Z Compiling zip v0.6.6
16942026-07-01T23:44:48.980Z Compiling toml v0.7.8
16952026-07-01T23:44:49.037Z Compiling iddqd v0.4.2
16962026-07-01T23:44:49.493Z Compiling similar v2.7.0
16972026-07-01T23:44:49.616Z Compiling heck v0.4.1
16982026-07-01T23:44:49.639Z Compiling crossbeam-epoch v0.9.18
16992026-07-01T23:44:49.654Z Compiling tokio-stream v0.1.18
17002026-07-01T23:44:49.987Z Compiling buf-list v1.1.2
17012026-07-01T23:44:50.014Z Compiling x509-cert v0.2.5
17022026-07-01T23:44:50.119Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-01T23:44:50.127Z Compiling openapiv3 v2.2.0
17042026-07-01T23:44:50.371Z Compiling peg-runtime v0.8.5
17052026-07-01T23:44:50.381Z Compiling lalrpop-util v0.19.12
17062026-07-01T23:44:50.404Z Compiling thread_local v1.1.9
17072026-07-01T23:44:50.613Z Compiling slog-async v2.8.0
17082026-07-01T23:44:50.642Z Compiling crossbeam-channel v0.5.15
17092026-07-01T23:44:50.648Z Compiling filetime v0.2.27
17102026-07-01T23:44:50.675Z Compiling is-terminal v0.4.17
17112026-07-01T23:44:50.767Z Compiling take_mut v0.2.2
17122026-07-01T23:44:50.840Z Compiling term v1.2.1
17132026-07-01T23:44:50.884Z Compiling xattr v1.6.1
17142026-07-01T23:44:50.909Z Compiling camino-tempfile v1.4.1
17152026-07-01T23:44:51.036Z Compiling tar v0.4.45
17162026-07-01T23:44:51.133Z Compiling slog-term v2.9.2
17172026-07-01T23:45:01.275Z Compiling rustls-webpki v0.103.9
17182026-07-01T23:45:03.987Z Compiling tokio-rustls v0.26.4
17192026-07-01T23:45:03.987Z Compiling rustls-platform-verifier v0.6.2
17202026-07-01T23:45:03.987Z Compiling tough v0.22.0
17212026-07-01T23:45:04.214Z Compiling hyper-rustls v0.27.7
17222026-07-01T23:45:04.416Z Compiling reqwest v0.13.2
17232026-07-01T23:45:06.648Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-07-01T23:45:06.877Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-07-01T23:45:09.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-07-01T23:45:09.832Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17272026-07-01T23:45:09.882ZJul 01 23:45:08.359 INFO Starting download, target: Console
17282026-07-01T23:45:09.882ZJul 01 23:45:08.360 INFO Starting download, target: Clickhouse
17292026-07-01T23:45:09.882ZJul 01 23:45:08.360 INFO Starting download, target: Cockroach
17302026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Starting download, target: DendriteStub
17312026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Starting download, target: MaghemiteMgd
17322026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Starting download, target: MaghemiteDdmd
17332026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Starting download, target: TransceiverControl
17342026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-07-01T23:45:09.914ZJul 01 23:45:08.360 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-07-01T23:45:09.915ZJul 01 23:45:08.360 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-07-01T23:45:10.916ZJul 01 23:45:09.356 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-07-01T23:45:11.111ZJul 01 23:45:09.557 INFO Download complete, target: TransceiverControl
17432026-07-01T23:45:11.671ZJul 01 23:45:10.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-07-01T23:45:11.686ZJul 01 23:45:10.146 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-07-01T23:45:11.898ZJul 01 23:45:10.381 INFO Download complete, target: Console
17462026-07-01T23:45:12.085ZJul 01 23:45:10.554 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-07-01T23:45:12.520ZJul 01 23:45:10.967 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-07-01T23:45:12.559ZJul 01 23:45:11.039 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-07-01T23:45:13.644ZJul 01 23:45:12.126 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-07-01T23:45:13.644ZJul 01 23:45:12.126 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-07-01T23:45:13.955ZJul 01 23:45:12.438 INFO Download complete, target: MaghemiteDdmd
17522026-07-01T23:45:14.938ZJul 01 23:45:13.420 INFO Download complete, target: DendriteStub
17532026-07-01T23:45:15.023ZJul 01 23:45:13.506 INFO Download complete, target: MaghemiteMgd
17542026-07-01T23:45:18.219ZJul 01 23:45:16.700 INFO Checking that binary works, target: Cockroach
17552026-07-01T23:45:18.333ZJul 01 23:45:16.815 INFO Download complete, target: Cockroach
17562026-07-01T23:45:18.336ZJul 01 23:45:16.819 INFO Checking that binary works, target: Clickhouse
17572026-07-01T23:45:18.445ZJul 01 23:45:16.927 INFO Download complete, target: Clickhouse
17582026-07-01T23:45:18.461ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-07-01T23:45:18.464Z
17602026-07-01T23:45:18.464Zreal 2:03.393620682
17612026-07-01T23:45:18.464Zuser 6:36.278245139
17622026-07-01T23:45:18.464Zsys 1:21.070535282
17632026-07-01T23:45:18.464Ztrap 0.218668818
17642026-07-01T23:45:18.464Ztflt 0.471473486
17652026-07-01T23:45:18.465Zdflt 0.741215101
17662026-07-01T23:45:18.465Zkflt 0.025395366
17672026-07-01T23:45:18.465Zlock 21:44.445112837
17682026-07-01T23:45:18.465Zslp 20:07.927961882
17692026-07-01T23:45:18.465Zlat 43.837917496
17702026-07-01T23:45:18.465Zstop 2:00.268159947
17712026-07-01T23:45:18.465Z+ banner hack-check
17722026-07-01T23:45:18.465Z
17732026-07-01T23:45:18.465Z # # ## #### # # #### # # ###### #### # #
17742026-07-01T23:45:18.465Z # # # # # # # # # # # # # # # # #
17752026-07-01T23:45:18.465Z ###### # # # #### ##### # ###### ##### # ####
17762026-07-01T23:45:18.465Z # # ###### # # # # # # # # # #
17772026-07-01T23:45:18.465Z # # # # # # # # # # # # # # # # #
17782026-07-01T23:45:18.465Z # # # # #### # # #### # # ###### #### # #
17792026-07-01T23:45:18.465Z
17802026-07-01T23:45:18.465Z+ export CARGO_INCREMENTAL=0
17812026-07-01T23:45:18.466Z+ CARGO_INCREMENTAL=0
17822026-07-01T23:45:18.466Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-07-01T23:45:18.923Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-07-01T23:45:19.207Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-07-01T23:45:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17862026-07-01T23:45:21.096Z Running `target/debug/xtask check-features --ci`
17872026-07-01T23:45:21.120Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-07-01T23:45:21.123Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-07-01T23:45:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17902026-07-01T23:45:21.581Z Running `target/debug/xtask download cargo-hack`
17912026-07-01T23:45:22.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-07-01T23:45:22.628Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-07-01T23:45:25.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17942026-07-01T23:45:25.321Z Running `target/debug/xtask-downloader cargo-hack`
17952026-07-01T23:45:25.359ZJul 01 23:45:23.841 INFO Starting download, target: CargoHack
17962026-07-01T23:45:25.363ZJul 01 23:45:23.841 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-07-01T23:45:25.566ZJul 01 23:45:24.048 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-07-01T23:45:25.617ZJul 01 23:45:24.096 INFO Download complete, target: CargoHack
17992026-07-01T23:45:25.620Zrunning: "/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"
18002026-07-01T23:45:25.629Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-07-01T23:45:25.785Zinfo: running `cargo check --bins` on api_identity (1/299)
18022026-07-01T23:45:26.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-07-01T23:45:26.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-07-01T23:45:26.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-07-01T23:45:26.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18062026-07-01T23:45:26.294Z
18072026-07-01T23:45:26.294Zinfo: running `cargo check --bins` on bootstore (2/299)
18082026-07-01T23:45:26.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-07-01T23:45:26.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-07-01T23:45:26.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-07-01T23:45:26.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18122026-07-01T23:45:26.805Z
18132026-07-01T23:45:26.805Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18142026-07-01T23:45:27.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-07-01T23:45:27.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-07-01T23:45:27.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-07-01T23:45:27.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18182026-07-01T23:45:27.316Z
18192026-07-01T23:45:27.316Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18202026-07-01T23:45:27.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-07-01T23:45:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-07-01T23:45:27.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-07-01T23:45:27.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18242026-07-01T23:45:27.816Z
18252026-07-01T23:45:27.816Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18262026-07-01T23:45:28.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-07-01T23:45:28.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-07-01T23:45:28.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-07-01T23:45:28.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18302026-07-01T23:45:28.322Z
18312026-07-01T23:45:28.322Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18322026-07-01T23:45:28.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-07-01T23:45:28.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-07-01T23:45:28.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-07-01T23:45:28.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18362026-07-01T23:45:28.843Z
18372026-07-01T23:45:28.843Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18382026-07-01T23:45:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-07-01T23:45:29.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-07-01T23:45:29.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-07-01T23:45:29.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-07-01T23:45:29.362Z
18432026-07-01T23:45:29.363Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18442026-07-01T23:45:29.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-07-01T23:45:29.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-07-01T23:45:29.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-07-01T23:45:29.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18482026-07-01T23:45:29.879Z
18492026-07-01T23:45:29.879Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18502026-07-01T23:45:30.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-07-01T23:45:30.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-07-01T23:45:30.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-07-01T23:45:30.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18542026-07-01T23:45:30.276Z
18552026-07-01T23:45:30.276Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18562026-07-01T23:45:30.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-07-01T23:45:30.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-07-01T23:45:30.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-07-01T23:45:30.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18602026-07-01T23:45:30.676Z
18612026-07-01T23:45:30.676Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18622026-07-01T23:45:31.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-01T23:45:31.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-01T23:45:31.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-01T23:45:31.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18662026-07-01T23:45:31.079Z
18672026-07-01T23:45:31.080Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18682026-07-01T23:45:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-01T23:45:31.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-01T23:45:31.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-01T23:45:31.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18722026-07-01T23:45:31.474Z
18732026-07-01T23:45:31.474Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18742026-07-01T23:45:31.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-01T23:45:31.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-01T23:45:31.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-01T23:45:31.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18782026-07-01T23:45:31.877Z
18792026-07-01T23:45:31.877Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18802026-07-01T23:45:32.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-01T23:45:32.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-01T23:45:32.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-01T23:45:32.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18842026-07-01T23:45:32.279Z
18852026-07-01T23:45:32.279Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18862026-07-01T23:45:32.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-01T23:45:32.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-01T23:45:32.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-01T23:45:32.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18902026-07-01T23:45:32.685Z
18912026-07-01T23:45:32.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18922026-07-01T23:45:33.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-01T23:45:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-01T23:45:33.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-01T23:45:33.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18962026-07-01T23:45:33.091Z
18972026-07-01T23:45:33.091Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18982026-07-01T23:45:33.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-01T23:45:33.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-01T23:45:33.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-01T23:45:33.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19022026-07-01T23:45:33.490Z
19032026-07-01T23:45:33.490Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19042026-07-01T23:45:33.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-01T23:45:33.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-01T23:45:33.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-01T23:45:33.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19082026-07-01T23:45:33.892Z
19092026-07-01T23:45:33.892Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19102026-07-01T23:45:34.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-01T23:45:34.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-01T23:45:34.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-01T23:45:34.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19142026-07-01T23:45:34.294Z
19152026-07-01T23:45:34.294Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19162026-07-01T23:45:34.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-01T23:45:34.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-01T23:45:34.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-01T23:45:34.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-07-01T23:45:34.699Z
19212026-07-01T23:45:34.699Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19222026-07-01T23:45:35.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-01T23:45:35.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-01T23:45:35.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-01T23:45:35.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19262026-07-01T23:45:35.108Z
19272026-07-01T23:45:35.108Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19282026-07-01T23:45:35.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-01T23:45:35.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-01T23:45:35.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-01T23:45:35.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-07-01T23:45:35.507Z
19332026-07-01T23:45:35.507Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19342026-07-01T23:45:35.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-01T23:45:35.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-01T23:45:35.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-01T23:45:35.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19382026-07-01T23:45:35.911Z
19392026-07-01T23:45:35.911Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19402026-07-01T23:45:36.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-01T23:45:36.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-01T23:45:36.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-01T23:45:36.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-07-01T23:45:36.316Z
19452026-07-01T23:45:36.316Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19462026-07-01T23:45:36.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-01T23:45:36.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-01T23:45:36.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-01T23:45:36.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-07-01T23:45:36.724Z
19512026-07-01T23:45:36.724Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19522026-07-01T23:45:37.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-01T23:45:37.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-01T23:45:37.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-01T23:45:37.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-07-01T23:45:37.126Z
19572026-07-01T23:45:37.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19582026-07-01T23:45:37.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-01T23:45:37.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-01T23:45:37.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-01T23:45:37.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-07-01T23:45:37.532Z
19632026-07-01T23:45:37.532Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19642026-07-01T23:45:37.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-01T23:45:37.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-01T23:45:37.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-01T23:45:37.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19682026-07-01T23:45:37.937Z
19692026-07-01T23:45:37.937Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19702026-07-01T23:45:38.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-01T23:45:38.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-01T23:45:38.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-01T23:45:38.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19742026-07-01T23:45:38.343Z
19752026-07-01T23:45:38.343Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19762026-07-01T23:45:38.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-01T23:45:38.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-01T23:45:38.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-01T23:45:38.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19802026-07-01T23:45:38.746Z
19812026-07-01T23:45:38.746Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19822026-07-01T23:45:39.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-01T23:45:39.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-01T23:45:39.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-01T23:45:39.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19862026-07-01T23:45:39.158Z
19872026-07-01T23:45:39.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19882026-07-01T23:45:39.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-01T23:45:39.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-01T23:45:39.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-01T23:45:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19922026-07-01T23:45:39.550Z
19932026-07-01T23:45:39.550Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19942026-07-01T23:45:39.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-01T23:45:39.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-01T23:45:39.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-01T23:45:39.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19982026-07-01T23:45:39.951Z
19992026-07-01T23:45:39.951Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20002026-07-01T23:45:40.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-01T23:45:40.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-01T23:45:40.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-01T23:45:40.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20042026-07-01T23:45:40.350Z
20052026-07-01T23:45:40.350Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20062026-07-01T23:45:40.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-01T23:45:40.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-01T23:45:40.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-01T23:45:40.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20102026-07-01T23:45:40.751Z
20112026-07-01T23:45:40.751Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20122026-07-01T23:45:41.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-01T23:45:41.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-01T23:45:41.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-01T23:45:41.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20162026-07-01T23:45:41.153Z
20172026-07-01T23:45:41.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20182026-07-01T23:45:41.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-01T23:45:41.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-01T23:45:41.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-01T23:45:41.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20222026-07-01T23:45:41.553Z
20232026-07-01T23:45:41.553Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20242026-07-01T23:45:41.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-01T23:45:41.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-01T23:45:41.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-01T23:45:41.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20282026-07-01T23:45:41.956Z
20292026-07-01T23:45:41.956Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20302026-07-01T23:45:42.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-01T23:45:42.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-01T23:45:42.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-01T23:45:42.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20342026-07-01T23:45:42.356Z
20352026-07-01T23:45:42.356Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20362026-07-01T23:45:42.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-01T23:45:42.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-01T23:45:42.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-01T23:45:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-07-01T23:45:42.756Z
20412026-07-01T23:45:42.756Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20422026-07-01T23:45:43.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-01T23:45:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-01T23:45:43.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-01T23:45:43.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-07-01T23:45:43.158Z
20472026-07-01T23:45:43.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20482026-07-01T23:45:43.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-01T23:45:43.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-01T23:45:43.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-01T23:45:43.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-07-01T23:45:43.558Z
20532026-07-01T23:45:43.558Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20542026-07-01T23:45:43.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-01T23:45:43.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-01T23:45:43.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-01T23:45:43.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-07-01T23:45:43.961Z
20592026-07-01T23:45:43.961Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20602026-07-01T23:45:44.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-01T23:45:44.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-01T23:45:44.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-01T23:45:44.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-07-01T23:45:44.363Z
20652026-07-01T23:45:44.363Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20662026-07-01T23:45:44.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-01T23:45:44.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-01T23:45:44.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-01T23:45:44.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20702026-07-01T23:45:44.765Z
20712026-07-01T23:45:44.765Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20722026-07-01T23:45:45.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-01T23:45:45.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-01T23:45:45.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-01T23:45:45.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-07-01T23:45:45.171Z
20772026-07-01T23:45:45.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20782026-07-01T23:45:45.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-01T23:45:45.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-01T23:45:45.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-01T23:45:45.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-07-01T23:45:45.572Z
20832026-07-01T23:45:45.572Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20842026-07-01T23:45:45.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-01T23:45:45.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-01T23:45:45.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-01T23:45:45.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20882026-07-01T23:45:45.972Z
20892026-07-01T23:45:45.972Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20902026-07-01T23:45:46.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-01T23:45:46.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-01T23:45:46.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-01T23:45:46.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20942026-07-01T23:45:46.578Z
20952026-07-01T23:45:46.578Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20962026-07-01T23:45:47.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-01T23:45:47.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-01T23:45:47.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-01T23:45:47.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21002026-07-01T23:45:47.104Z
21012026-07-01T23:45:47.105Zinfo: running `cargo check --bins` on nexus-config (51/299)
21022026-07-01T23:45:47.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-01T23:45:47.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-01T23:45:47.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-01T23:45:47.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21062026-07-01T23:45:47.675Z
21072026-07-01T23:45:47.675Zinfo: running `cargo check --bins` on nexus-types (52/299)
21082026-07-01T23:45:48.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-01T23:45:48.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-01T23:45:48.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-01T23:45:48.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21122026-07-01T23:45:48.241Z
21132026-07-01T23:45:48.241Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21142026-07-01T23:45:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-01T23:45:48.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-01T23:45:48.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-01T23:45:48.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21182026-07-01T23:45:48.776Z
21192026-07-01T23:45:48.776Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21202026-07-01T23:45:49.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-01T23:45:49.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-01T23:45:49.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-01T23:45:49.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21242026-07-01T23:45:49.292Z
21252026-07-01T23:45:49.292Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21262026-07-01T23:45:49.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-01T23:45:49.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-01T23:45:49.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-01T23:45:49.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21302026-07-01T23:45:49.835Z
21312026-07-01T23:45:49.835Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21322026-07-01T23:45:50.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-01T23:45:50.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-01T23:45:50.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-01T23:45:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21362026-07-01T23:45:50.371Z
21372026-07-01T23:45:50.371Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21382026-07-01T23:45:50.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-01T23:45:50.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-01T23:45:50.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-01T23:45:50.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21422026-07-01T23:45:50.915Z
21432026-07-01T23:45:50.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21442026-07-01T23:45:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-01T23:45:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-01T23:45:51.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-01T23:45:51.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21482026-07-01T23:45:51.454Z
21492026-07-01T23:45:51.454Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21502026-07-01T23:45:51.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-01T23:45:51.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-01T23:45:51.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-01T23:45:51.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21542026-07-01T23:45:51.974Z
21552026-07-01T23:45:51.975Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21562026-07-01T23:45:52.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-01T23:45:52.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-01T23:45:52.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-01T23:45:52.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21602026-07-01T23:45:52.493Z
21612026-07-01T23:45:52.493Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21622026-07-01T23:45:52.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-01T23:45:52.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-01T23:45:52.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-01T23:45:52.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21662026-07-01T23:45:53.014Z
21672026-07-01T23:45:53.014Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21682026-07-01T23:45:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-01T23:45:53.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-01T23:45:53.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-01T23:45:53.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21722026-07-01T23:45:53.520Z
21732026-07-01T23:45:53.520Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21742026-07-01T23:45:53.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-01T23:45:53.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-01T23:45:53.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-01T23:45:53.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21782026-07-01T23:45:54.051Z
21792026-07-01T23:45:54.051Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21802026-07-01T23:45:54.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-01T23:45:54.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-01T23:45:54.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-01T23:45:54.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21842026-07-01T23:45:54.617Z
21852026-07-01T23:45:54.617Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21862026-07-01T23:45:55.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-01T23:45:55.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-01T23:45:55.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-01T23:45:55.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21902026-07-01T23:45:55.106Z
21912026-07-01T23:45:55.106Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21922026-07-01T23:45:55.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-01T23:45:55.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-01T23:45:55.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-01T23:45:55.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21962026-07-01T23:45:55.627Z
21972026-07-01T23:45:55.628Zinfo: running `cargo check --bins` on ereport-types (67/299)
21982026-07-01T23:45:56.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-01T23:45:56.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-01T23:45:56.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-01T23:45:56.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22022026-07-01T23:45:56.153Z
22032026-07-01T23:45:56.153Zinfo: running `cargo check --bins` on gateway-client (68/299)
22042026-07-01T23:45:56.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-01T23:45:56.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-01T23:45:56.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-01T23:45:56.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22082026-07-01T23:45:56.686Z
22092026-07-01T23:45:56.686Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22102026-07-01T23:45:57.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-01T23:45:57.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-01T23:45:57.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-01T23:45:57.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22142026-07-01T23:45:57.210Z
22152026-07-01T23:45:57.210Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22162026-07-01T23:45:57.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-01T23:45:57.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-01T23:45:57.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-01T23:45:57.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22202026-07-01T23:45:57.734Z
22212026-07-01T23:45:57.734Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22222026-07-01T23:45:58.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-01T23:45:58.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-01T23:45:58.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-01T23:45:58.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22262026-07-01T23:45:58.262Z
22272026-07-01T23:45:58.262Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22282026-07-01T23:45:58.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-01T23:45:58.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-01T23:45:58.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-01T23:45:58.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22322026-07-01T23:45:58.798Z
22332026-07-01T23:45:58.798Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22342026-07-01T23:45:59.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-01T23:45:59.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-01T23:45:59.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-01T23:45:59.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22382026-07-01T23:45:59.347Z
22392026-07-01T23:45:59.347Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22402026-07-01T23:45:59.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-01T23:45:59.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-01T23:45:59.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-01T23:45:59.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-07-01T23:45:59.897Z
22452026-07-01T23:45:59.898Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22462026-07-01T23:46:00.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-01T23:46:00.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-01T23:46:00.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-01T23:46:00.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22502026-07-01T23:46:00.415Z
22512026-07-01T23:46:00.415Zinfo: running `cargo check --bins` on oxlog (76/299)
22522026-07-01T23:46:00.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-01T23:46:00.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-01T23:46:00.977Z Checking cfg-if v1.0.4
22552026-07-01T23:46:00.980Z Checking libc v0.2.185
22562026-07-01T23:46:00.980Z Checking serde_core v1.0.228
22572026-07-01T23:46:01.094Z Checking memchr v2.8.0
22582026-07-01T23:46:01.094Z Checking zeroize v1.8.2
22592026-07-01T23:46:01.101Z Checking log v0.4.29
22602026-07-01T23:46:01.109Z Checking smallvec v1.15.1
22612026-07-01T23:46:01.120Z Checking subtle v2.6.1
22622026-07-01T23:46:01.131Z Checking itoa v1.0.17
22632026-07-01T23:46:01.230Z Checking scopeguard v1.2.0
22642026-07-01T23:46:01.258Z Checking stable_deref_trait v1.2.1
22652026-07-01T23:46:01.258Z Checking typenum v1.20.1
22662026-07-01T23:46:01.282Z Checking zerofrom v0.1.6
22672026-07-01T23:46:01.294Z Checking pin-project-lite v0.2.17
22682026-07-01T23:46:01.321Z Checking lock_api v0.4.14
22692026-07-01T23:46:01.335Z Checking portable-atomic v1.13.1
22702026-07-01T23:46:01.379Z Checking futures-core v0.3.32
22712026-07-01T23:46:01.391Z Checking yoke v0.8.1
22722026-07-01T23:46:01.458Z Checking critical-section v1.2.0
22732026-07-01T23:46:01.471Z Checking errno v0.3.14
22742026-07-01T23:46:01.513Z Checking getrandom v0.2.17
22752026-07-01T23:46:01.526Z Checking parking_lot_core v0.9.12
22762026-07-01T23:46:01.555Z Checking zerovec v0.11.5
22772026-07-01T23:46:01.579Z Checking mio v1.2.0
22782026-07-01T23:46:01.605Z Checking signal-hook-registry v1.4.8
22792026-07-01T23:46:01.656Z Checking rand_core v0.6.4
22802026-07-01T23:46:01.702Z Checking parking_lot v0.12.5
22812026-07-01T23:46:01.744Z Checking once_cell v1.21.3
22822026-07-01T23:46:01.758Z Checking zerocopy v0.8.40
22832026-07-01T23:46:01.827Z Checking const-oid v0.9.6
22842026-07-01T23:46:01.859Z Checking zmij v1.0.21
22852026-07-01T23:46:01.885Z Checking rand_core v0.10.0
22862026-07-01T23:46:01.913Z Checking socket2 v0.6.3
22872026-07-01T23:46:01.986Z Checking tinystr v0.8.2
22882026-07-01T23:46:02.015Z Checking generic-array v0.14.7
22892026-07-01T23:46:02.027Z Checking getrandom v0.4.1
22902026-07-01T23:46:02.065Z Checking libm v0.2.16
22912026-07-01T23:46:02.148Z Checking equivalent v1.0.2
22922026-07-01T23:46:02.160Z Checking litemap v0.8.1
22932026-07-01T23:46:02.171Z Checking writeable v0.6.2
22942026-07-01T23:46:02.227Z Checking percent-encoding v2.3.2
22952026-07-01T23:46:02.325Z Checking icu_locale_core v2.1.1
22962026-07-01T23:46:02.337Z Checking potential_utf v0.1.4
22972026-07-01T23:46:02.364Z Checking zerotrie v0.2.3
22982026-07-01T23:46:02.461Z Checking futures-sink v0.3.32
22992026-07-01T23:46:02.473Z Checking icu_collections v2.1.1
23002026-07-01T23:46:02.528Z Checking futures-io v0.3.32
23012026-07-01T23:46:02.554Z Checking futures-channel v0.3.32
23022026-07-01T23:46:02.572Z Checking serde v1.0.228
23032026-07-01T23:46:02.600Z Checking bitflags v2.11.0
23042026-07-01T23:46:02.637Z Checking serde_json v1.0.150
23052026-07-01T23:46:02.739Z Checking slab v0.4.12
23062026-07-01T23:46:02.760Z Checking num-traits v0.2.19
23072026-07-01T23:46:02.763Z Checking futures-task v0.3.32
23082026-07-01T23:46:02.785Z Checking icu_properties_data v2.1.2
23092026-07-01T23:46:02.879Z Checking icu_provider v2.1.1
23102026-07-01T23:46:02.892Z Checking icu_normalizer_data v2.1.1
23112026-07-01T23:46:02.905Z Checking futures-util v0.3.32
23122026-07-01T23:46:02.916Z Checking hashbrown v0.17.0
23132026-07-01T23:46:02.958Z Checking block-buffer v0.10.4
23142026-07-01T23:46:02.977Z Checking bytes v1.11.1
23152026-07-01T23:46:03.093Z Checking crypto-common v0.1.7
23162026-07-01T23:46:03.108Z Checking icu_properties v2.1.2
23172026-07-01T23:46:03.215Z Checking icu_normalizer v2.1.1
23182026-07-01T23:46:03.277Z Checking digest v0.10.7
23192026-07-01T23:46:03.308Z Checking utf8_iter v1.0.4
23202026-07-01T23:46:03.374Z Checking indexmap v2.14.0
23212026-07-01T23:46:03.408Z Checking tokio v1.52.1
23222026-07-01T23:46:03.425Z Checking form_urlencoded v1.2.2
23232026-07-01T23:46:03.467Z Checking getrandom v0.3.4
23242026-07-01T23:46:03.515Z Checking fnv v1.0.7
23252026-07-01T23:46:03.548Z Checking byteorder v1.5.0
23262026-07-01T23:46:03.607Z Checking rand_core v0.9.5
23272026-07-01T23:46:03.620Z Checking http v1.4.2
23282026-07-01T23:46:03.747Z Checking regex-syntax v0.8.10
23292026-07-01T23:46:03.780Z Checking base64ct v1.8.3
23302026-07-01T23:46:03.908Z Checking idna_adapter v1.2.1
23312026-07-01T23:46:03.929Z Checking rustix v1.1.3
23322026-07-01T23:46:04.015Z Checking pem-rfc7468 v0.7.0
23332026-07-01T23:46:04.028Z Checking idna v1.1.0
23342026-07-01T23:46:04.170Z Checking uuid v1.23.4
23352026-07-01T23:46:04.182Z Checking tracing-core v0.1.36
23362026-07-01T23:46:04.267Z Checking url v2.5.8
23372026-07-01T23:46:04.487Z Checking base64 v0.22.1
23382026-07-01T23:46:04.500Z Checking flagset v0.4.7
23392026-07-01T23:46:04.525Z Checking ppv-lite86 v0.2.21
23402026-07-01T23:46:04.619Z Checking iana-time-zone v0.1.65
23412026-07-01T23:46:04.710Z Checking der v0.7.10
23422026-07-01T23:46:04.722Z Checking chrono v0.4.44
23432026-07-01T23:46:04.734Z Checking tracing v0.1.44
23442026-07-01T23:46:04.760Z Checking http-body v1.0.1
23452026-07-01T23:46:04.801Z Checking rustls-pki-types v1.14.0
23462026-07-01T23:46:04.818Z Checking rand_chacha v0.9.0
23472026-07-01T23:46:04.883Z Checking openssl-probe v0.2.1
23482026-07-01T23:46:04.930Z Checking cmov v0.5.4
23492026-07-01T23:46:05.002Z Checking tinyvec_macros v0.1.1
23502026-07-01T23:46:05.030Z Checking rand v0.9.2
23512026-07-01T23:46:05.066Z Checking tinyvec v1.10.0
23522026-07-01T23:46:05.080Z Checking aws-lc-sys v0.40.0
23532026-07-01T23:46:05.105Z Checking atomic-waker v1.1.2
23542026-07-01T23:46:05.120Z Checking ctutils v0.4.2
23552026-07-01T23:46:05.201Z Checking tower-layer v0.3.3
23562026-07-01T23:46:05.330Z Checking untrusted v0.7.1
23572026-07-01T23:46:05.351Z Checking try-lock v0.2.5
23582026-07-01T23:46:05.375Z Checking tower-service v0.3.3
23592026-07-01T23:46:05.464Z Checking hybrid-array v0.4.13
23602026-07-01T23:46:05.469Z Checking want v0.3.1
23612026-07-01T23:46:05.469Z Checking spki v0.7.3
23622026-07-01T23:46:05.479Z Checking ipnet v2.11.0
23632026-07-01T23:46:05.511Z Checking httparse v1.10.1
23642026-07-01T23:46:05.566Z Checking aho-corasick v1.1.4
23652026-07-01T23:46:05.583Z Checking aws-lc-rs v1.16.3
23662026-07-01T23:46:05.599Z Checking dyn-clone v1.0.20
23672026-07-01T23:46:05.628Z Checking httpdate v1.0.3
23682026-07-01T23:46:05.698Z Checking cpufeatures v0.2.17
23692026-07-01T23:46:05.718Z Checking plain v0.2.3
23702026-07-01T23:46:05.733Z Checking utf8parse v0.2.2
23712026-07-01T23:46:05.762Z Checking untrusted v0.9.0
23722026-07-01T23:46:05.774Z Checking foreign-types-shared v0.1.1
23732026-07-01T23:46:05.813Z Checking fastrand v2.3.0
23742026-07-01T23:46:05.828Z Checking pkcs8 v0.10.2
23752026-07-01T23:46:05.850Z Checking foreign-types v0.3.2
23762026-07-01T23:46:05.865Z Checking unicode-normalization v0.1.25
23772026-07-01T23:46:05.916Z Checking semver v1.0.28
23782026-07-01T23:46:05.976Z Checking openssl-sys v0.9.115
23792026-07-01T23:46:05.990Z Checking tempfile v3.25.0
23802026-07-01T23:46:06.123Z Checking spin v0.9.8
23812026-07-01T23:46:06.186Z Checking unicode-ident v1.0.24
23822026-07-01T23:46:06.206Z Checking ucd-trie v0.1.7
23832026-07-01T23:46:06.235Z Checking regex-automata v0.4.14
23842026-07-01T23:46:06.261Z Checking anstyle v1.0.14
23852026-07-01T23:46:06.292Z Checking proc-macro2 v1.0.106
23862026-07-01T23:46:06.308Z Checking schemars v0.8.22
23872026-07-01T23:46:06.333Z Checking pest v2.8.6
23882026-07-01T23:46:06.346Z Checking openssl v0.10.79
23892026-07-01T23:46:06.418Z Checking rustls-webpki v0.103.9
23902026-07-01T23:46:06.437Z Checking sha2 v0.10.9
23912026-07-01T23:46:06.605Z Checking hmac v0.12.1
23922026-07-01T23:46:06.694Z Checking tokio-util v0.7.18
23932026-07-01T23:46:06.712Z Checking thiserror v2.0.18
23942026-07-01T23:46:06.737Z Checking sync_wrapper v1.0.2
23952026-07-01T23:46:06.808Z Checking wait-timeout v0.2.1
23962026-07-01T23:46:06.822Z Checking rustls v0.23.41
23972026-07-01T23:46:06.836Z Checking quick-error v1.2.3
23982026-07-01T23:46:06.929Z Checking simd-adler32 v0.3.8
23992026-07-01T23:46:06.941Z Checking powerfmt v0.2.0
24002026-07-01T23:46:06.953Z Checking colorchoice v1.0.4
24012026-07-01T23:46:07.050Z Checking anstyle-query v1.1.5
24022026-07-01T23:46:07.082Z Checking pretty-hex v0.4.1
24032026-07-01T23:46:07.094Z Checking siphasher v1.0.2
24042026-07-01T23:46:07.137Z Checking is_terminal_polyfill v1.70.2
24052026-07-01T23:46:07.197Z Checking bit-vec v0.8.0
24062026-07-01T23:46:07.225Z Checking deranged v0.5.8
24072026-07-01T23:46:07.242Z Checking rusty-fork v0.3.1
24082026-07-01T23:46:07.305Z Checking h2 v0.4.15
24092026-07-01T23:46:07.445Z Checking bit-set v0.8.0
24102026-07-01T23:46:07.457Z Checking tower v0.5.3
24112026-07-01T23:46:07.457Z Checking quote v1.0.45
24122026-07-01T23:46:07.527Z Compiling newtype-uuid v1.3.2
24132026-07-01T23:46:07.577Z Checking http-body-util v0.1.3
24142026-07-01T23:46:07.705Z Checking crossbeam-utils v0.8.21
24152026-07-01T23:46:07.780Z Checking rand_xorshift v0.4.0
24162026-07-01T23:46:07.794Z Checking crc32fast v1.5.0
24172026-07-01T23:46:07.898Z Checking scroll v0.13.0
24182026-07-01T23:46:07.933Z Checking unarray v0.1.4
24192026-07-01T23:46:08.035Z Checking unicode-properties v0.1.4
24202026-07-01T23:46:08.047Z Checking iri-string v0.7.10
24212026-07-01T23:46:08.059Z Checking time-core v0.1.8
24222026-07-01T23:46:08.124Z Checking ryu v1.0.23
24232026-07-01T23:46:08.137Z Checking num_threads v0.1.7
24242026-07-01T23:46:08.195Z Checking unicode-bidi v0.3.18
24252026-07-01T23:46:08.218Z Checking adler2 v2.0.1
24262026-07-01T23:46:08.221Z Checking allocator-api2 v0.2.21
24272026-07-01T23:46:08.261Z Checking num-conv v0.2.0
24282026-07-01T23:46:08.322Z Checking miniz_oxide v0.8.9
24292026-07-01T23:46:08.367Z Checking native-tls v0.2.18
24302026-07-01T23:46:08.379Z Checking time v0.3.47
24312026-07-01T23:46:08.484Z Checking stringprep v0.1.5
24322026-07-01T23:46:08.503Z Checking serde_urlencoded v0.7.1
24332026-07-01T23:46:08.544Z Checking tokio-native-tls v0.3.1
24342026-07-01T23:46:08.636Z Checking goblin v0.10.5
24352026-07-01T23:46:08.666Z Checking bstr v1.12.1
24362026-07-01T23:46:08.695Z Checking crossbeam-epoch v0.9.18
24372026-07-01T23:46:08.707Z Checking proptest v1.10.0
24382026-07-01T23:46:08.913Z Compiling daft v0.1.7
24392026-07-01T23:46:09.053Z Checking syn v2.0.117
24402026-07-01T23:46:09.067Z Checking tower-http v0.6.8
24412026-07-01T23:46:09.092Z Checking ipnetwork v0.21.1
24422026-07-01T23:46:09.192Z Checking block-padding v0.4.2
24432026-07-01T23:46:09.306Z Checking block-buffer v0.12.1
24442026-07-01T23:46:09.323Z Checking crypto-common v0.2.2
24452026-07-01T23:46:09.338Z Checking anstyle-parse v1.0.0
24462026-07-01T23:46:09.465Z Checking rustls-native-certs v0.8.3
24472026-07-01T23:46:09.490Z Checking rand_chacha v0.3.1
24482026-07-01T23:46:09.511Z Checking thiserror v1.0.69
24492026-07-01T23:46:09.591Z Checking scroll v0.12.0
24502026-07-01T23:46:09.609Z Checking hash32 v0.2.1
24512026-07-01T23:46:09.694Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-07-01T23:46:09.760Z Checking md-5 v0.10.6
24532026-07-01T23:46:09.801Z Checking signature v2.2.0
24542026-07-01T23:46:09.814Z Checking num-integer v0.1.46
24552026-07-01T23:46:09.891Z Checking serde_spanned v0.6.9
24562026-07-01T23:46:09.917Z Checking toml_datetime v0.6.11
24572026-07-01T23:46:09.929Z Checking encoding_rs v0.8.35
24582026-07-01T23:46:10.023Z Checking mime v0.3.17
24592026-07-01T23:46:10.049Z Checking psl-types v2.0.11
24602026-07-01T23:46:10.107Z Checking zlib-rs v0.6.2
24612026-07-01T23:46:10.128Z Checking hyper v1.10.1
24622026-07-01T23:46:10.159Z Checking fallible-iterator v0.2.0
24632026-07-01T23:46:10.192Z Checking publicsuffix v2.3.0
24642026-07-01T23:46:10.351Z Checking num-iter v0.1.45
24652026-07-01T23:46:10.434Z Checking postgres-protocol v0.6.10
24662026-07-01T23:46:10.462Z Checking goblin v0.8.2
24672026-07-01T23:46:10.720Z Checking zstd-safe v7.2.4
24682026-07-01T23:46:10.739Z Checking heapless v0.7.17
24692026-07-01T23:46:10.836Z Checking rand v0.8.6
24702026-07-01T23:46:10.870Z Checking cookie v0.18.1
24712026-07-01T23:46:10.987Z Checking flate2 v1.1.9
24722026-07-01T23:46:11.001Z Checking dof v0.4.0
24732026-07-01T23:46:11.058Z Checking hyper-util v0.1.20
24742026-07-01T23:46:11.097Z Checking anstream v1.0.0
24752026-07-01T23:46:11.161Z Compiling iddqd v0.4.2
24762026-07-01T23:46:11.277Z Checking inout v0.2.2
24772026-07-01T23:46:11.292Z Checking oxnet v0.1.6
24782026-07-01T23:46:11.341Z Checking tokio-rustls v0.26.4
24792026-07-01T23:46:11.356Z Checking dtrace-parser v0.3.0
24802026-07-01T23:46:11.417Z Checking phf_shared v0.13.1
24812026-07-01T23:46:11.544Z Checking lazy_static v1.5.0
24822026-07-01T23:46:11.565Z Checking anstyle-parse v0.2.7
24832026-07-01T23:46:11.587Z Checking pin-project v1.1.11
24842026-07-01T23:46:11.613Z Checking zerocopy v0.7.35
24852026-07-01T23:46:11.616Z Checking bzip2-sys v0.1.13+1.0.8
24862026-07-01T23:46:11.636Z Checking signal-hook v0.3.18
24872026-07-01T23:46:11.674Z Checking futures-executor v0.3.32
24882026-07-01T23:46:11.704Z Checking terminal_size v0.4.3
24892026-07-01T23:46:11.717Z Checking hex v0.4.3
24902026-07-01T23:46:11.812Z Checking ff v0.13.1
24912026-07-01T23:46:11.826Z Checking thread-id v5.1.0
24922026-07-01T23:46:11.829Z Checking same-file v1.0.6
24932026-07-01T23:46:11.901Z Checking bumpalo v3.20.2
24942026-07-01T23:46:11.933Z Checking clap_lex v1.0.0
24952026-07-01T23:46:11.945Z Checking foldhash v0.2.0
24962026-07-01T23:46:11.955Z Checking managed v0.8.0
24972026-07-01T23:46:12.081Z Checking either v1.15.0
24982026-07-01T23:46:12.094Z Checking libbz2-rs-sys v0.2.2
24992026-07-01T23:46:12.097Z Checking bitflags v1.3.2
25002026-07-01T23:46:12.097Z Checking foldhash v0.1.5
25012026-07-01T23:46:12.135Z Checking base16ct v0.2.0
25022026-07-01T23:46:12.171Z Compiling rayon-core v1.13.0
25032026-07-01T23:46:12.243Z Checking winnow v0.5.40
25042026-07-01T23:46:12.255Z Checking strsim v0.11.1
25052026-07-01T23:46:12.266Z Checking sec1 v0.7.3
25062026-07-01T23:46:12.309Z Checking hyper-tls v0.6.0
25072026-07-01T23:46:12.355Z Checking dof v0.3.0
25082026-07-01T23:46:12.384Z Checking hyper-rustls v0.27.7
25092026-07-01T23:46:12.413Z Checking clap_builder v4.6.0
25102026-07-01T23:46:12.430Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-07-01T23:46:12.465Z Checking hashbrown v0.15.5
25122026-07-01T23:46:12.487Z Checking reqwest v0.12.28
25132026-07-01T23:46:12.501Z Checking bzip2 v0.6.1
25142026-07-01T23:46:12.592Z Checking smoltcp v0.9.1
25152026-07-01T23:46:12.629Z Checking hashbrown v0.16.1
25162026-07-01T23:46:12.642Z Checking zopfli v0.8.3
25172026-07-01T23:46:12.657Z Checking walkdir v2.5.0
25182026-07-01T23:46:12.816Z Checking group v0.13.0
25192026-07-01T23:46:12.937Z Checking usdt-impl v0.6.0
25202026-07-01T23:46:12.959Z Checking signal-hook-mio v0.2.5
25212026-07-01T23:46:12.962Z Checking futures v0.3.32
25222026-07-01T23:46:13.044Z Checking anstream v0.6.21
25232026-07-01T23:46:13.062Z Checking bzip2 v0.4.4
25242026-07-01T23:46:13.120Z Checking snafu v0.8.9
25252026-07-01T23:46:13.169Z Checking num-bigint-dig v0.8.6
25262026-07-01T23:46:13.214Z Checking phf v0.13.1
25272026-07-01T23:46:13.238Z Checking cipher v0.5.2
25282026-07-01T23:46:13.250Z Checking cookie_store v0.22.1
25292026-07-01T23:46:13.350Z Checking zstd v0.13.3
25302026-07-01T23:46:13.363Z Checking postgres-types v0.2.12
25312026-07-01T23:46:13.398Z Checking toml_edit v0.19.15
25322026-07-01T23:46:13.457Z Checking ed25519 v2.2.3
25332026-07-01T23:46:13.471Z Checking dtrace-parser v0.2.0
25342026-07-01T23:46:13.532Z Checking rustls-platform-verifier v0.6.2
25352026-07-01T23:46:13.577Z Checking globset v0.4.18
25362026-07-01T23:46:13.637Z Checking crossbeam-deque v0.8.6
25372026-07-01T23:46:13.655Z Checking regex v1.12.3
25382026-07-01T23:46:13.668Z Checking phf_shared v0.11.3
25392026-07-01T23:46:13.679Z Checking hkdf v0.12.4
25402026-07-01T23:46:13.703Z Checking olpc-cjson v0.1.4
25412026-07-01T23:46:13.803Z Checking curve25519-dalek v4.1.3
25422026-07-01T23:46:13.806Z Checking ref-cast v1.0.25
25432026-07-01T23:46:13.806Z Checking strum v0.27.2
25442026-07-01T23:46:13.836Z Checking pkcs1 v0.7.5
25452026-07-01T23:46:13.839Z Checking hubpack v0.1.2
25462026-07-01T23:46:13.911Z Checking memoffset v0.9.1
25472026-07-01T23:46:13.921Z Checking rustix v0.38.44
25482026-07-01T23:46:13.934Z Checking pem v3.0.6
25492026-07-01T23:46:13.976Z Checking float-cmp v0.10.0
25502026-07-01T23:46:13.989Z Checking serde-big-array v0.5.1
25512026-07-01T23:46:14.005Z Checking erased-serde v0.3.31
25522026-07-01T23:46:14.035Z Checking serde_plain v1.0.2
25532026-07-01T23:46:14.081Z Checking crypto-bigint v0.5.5
25542026-07-01T23:46:14.101Z Checking memmap2 v0.9.10
25552026-07-01T23:46:14.117Z Checking thread-id v4.2.2
25562026-07-01T23:46:14.175Z Checking env_filter v1.0.0
25572026-07-01T23:46:14.192Z Checking difflib v0.4.0
25582026-07-01T23:46:14.256Z Checking keccak v0.1.6
25592026-07-01T23:46:14.315Z Checking unicode-segmentation v1.12.0
25602026-07-01T23:46:14.364Z Checking jiff v0.2.21
25612026-07-01T23:46:14.386Z Checking fixedbitset v0.4.2
25622026-07-01T23:46:14.417Z Checking data-encoding v2.10.0
25632026-07-01T23:46:14.458Z Checking winnow v0.7.14
25642026-07-01T23:46:14.529Z Checking cpufeatures v0.3.0
25652026-07-01T23:46:14.588Z Checking toml_write v0.1.2
25662026-07-01T23:46:14.601Z Checking winnow v1.0.3
25672026-07-01T23:46:14.619Z Checking const-oid v0.10.2
25682026-07-01T23:46:14.688Z Checking precomputed-hash v0.1.1
25692026-07-01T23:46:14.715Z Checking fixedbitset v0.5.7
25702026-07-01T23:46:14.748Z Checking predicates-core v1.0.10
25712026-07-01T23:46:14.767Z Checking new_debug_unreachable v1.0.6
25722026-07-01T23:46:14.769Z Checking static_assertions v1.1.0
25732026-07-01T23:46:14.835Z Checking normalize-line-endings v0.3.0
25742026-07-01T23:46:14.847Z Checking typed-path v0.9.3
25752026-07-01T23:46:14.866Z Checking whoami v2.1.0
25762026-07-01T23:46:14.880Z Checking toml_parser v1.1.2+spec-1.1.0
25772026-07-01T23:46:14.904Z Checking petgraph v0.8.3
25782026-07-01T23:46:14.919Z Checking predicates v3.1.4
25792026-07-01T23:46:15.019Z Checking elliptic-curve v0.13.8
25802026-07-01T23:46:15.081Z Checking tokio-postgres v0.7.16
25812026-07-01T23:46:15.223Z Checking string_cache v0.8.9
25822026-07-01T23:46:15.237Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25832026-07-01T23:46:15.334Z Checking digest v0.11.3
25842026-07-01T23:46:15.392Z Checking crossterm v0.28.1
25852026-07-01T23:46:15.513Z Checking hickory-proto v0.25.2
25862026-07-01T23:46:15.640Z Checking tough v0.22.0
25872026-07-01T23:46:15.690Z Checking toml_edit v0.22.27
25882026-07-01T23:46:16.112Z Checking similar v2.7.0
25892026-07-01T23:46:16.366Z Checking chacha20 v0.10.0
25902026-07-01T23:46:16.478Z Checking ed25519-dalek v2.2.0
25912026-07-01T23:46:16.492Z Checking petgraph v0.6.5
25922026-07-01T23:46:16.591Z Checking zip v4.6.1
25932026-07-01T23:46:16.617Z Checking toml v0.7.8
25942026-07-01T23:46:16.706Z Checking sha3 v0.10.8
25952026-07-01T23:46:16.795Z Checking slog v2.8.2
25962026-07-01T23:46:16.904Z Checking env_logger v0.11.9
25972026-07-01T23:46:16.922Z Checking usdt v0.6.0
25982026-07-01T23:46:17.055Z Checking usdt-impl v0.5.0
25992026-07-01T23:46:17.089Z Checking rsa v0.9.10
26002026-07-01T23:46:17.092Z Checking nix v0.31.2
26012026-07-01T23:46:17.492Z Checking reqwest v0.13.2
26022026-07-01T23:46:17.557Z Checking clap v4.6.1
26032026-07-01T23:46:17.633Z Checking zip v0.6.6
26042026-07-01T23:46:17.663Z Checking itertools v0.13.0
26052026-07-01T23:46:17.692Z Checking serde_with v3.17.0
26062026-07-01T23:46:17.729Z Checking strum v0.26.3
26072026-07-01T23:46:17.840Z Checking fs-err v3.3.0
26082026-07-01T23:46:17.955Z Checking ahash v0.8.12
26092026-07-01T23:46:18.073Z Checking object v0.37.3
26102026-07-01T23:46:18.144Z Checking tokio-stream v0.1.18
26112026-07-01T23:46:18.164Z Checking buf-list v1.1.2
26122026-07-01T23:46:18.295Z Checking camino v1.2.2
26132026-07-01T23:46:18.328Z Checking anyhow v1.0.102
26142026-07-01T23:46:18.339Z Checking x509-cert v0.2.5
26152026-07-01T23:46:18.357Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-07-01T23:46:18.522Z Checking openapiv3 v2.2.0
26172026-07-01T23:46:18.525Z Checking peg-runtime v0.8.5
26182026-07-01T23:46:18.545Z Checking lalrpop-util v0.19.12
26192026-07-01T23:46:18.616Z Checking rayon v1.11.0
26202026-07-01T23:46:18.667Z Checking sigpipe v0.1.3
26212026-07-01T23:46:18.689Z Checking glob v0.3.3
26222026-07-01T23:46:20.260Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-07-01T23:46:20.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s
26242026-07-01T23:46:20.690Z
26252026-07-01T23:46:20.690Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26262026-07-01T23:46:21.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-07-01T23:46:21.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-07-01T23:46:21.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-07-01T23:46:21.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26302026-07-01T23:46:21.225Z
26312026-07-01T23:46:21.225Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26322026-07-01T23:46:21.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-07-01T23:46:21.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-07-01T23:46:21.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-07-01T23:46:21.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26362026-07-01T23:46:21.761Z
26372026-07-01T23:46:21.761Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26382026-07-01T23:46:22.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-07-01T23:46:22.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-07-01T23:46:22.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-07-01T23:46:22.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26422026-07-01T23:46:22.313Z
26432026-07-01T23:46:22.313Zinfo: running `cargo check --bins` on oxql-types (80/299)
26442026-07-01T23:46:22.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-01T23:46:22.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-01T23:46:22.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-01T23:46:22.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26482026-07-01T23:46:22.852Z
26492026-07-01T23:46:22.852Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26502026-07-01T23:46:23.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-01T23:46:23.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-01T23:46:23.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-01T23:46:23.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26542026-07-01T23:46:23.388Z
26552026-07-01T23:46:23.388Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26562026-07-01T23:46:23.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-01T23:46:23.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-01T23:46:23.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-01T23:46:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26602026-07-01T23:46:23.927Z
26612026-07-01T23:46:23.927Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26622026-07-01T23:46:24.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-01T23:46:24.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-01T23:46:24.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-01T23:46:24.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26662026-07-01T23:46:24.450Z
26672026-07-01T23:46:24.450Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26682026-07-01T23:46:24.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-01T23:46:24.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-01T23:46:25.086Z Compiling structmeta-derive v0.3.0
26712026-07-01T23:46:25.203Z Compiling multer v3.1.0
26722026-07-01T23:46:25.214Z Compiling async-stream-impl v0.3.6
26732026-07-01T23:46:25.217Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26742026-07-01T23:46:25.235Z Compiling dropshot v0.17.1
26752026-07-01T23:46:25.250Z Compiling newtype-uuid-macros v0.1.0
26762026-07-01T23:46:25.254Z Compiling dropshot_endpoint v0.17.1
26772026-07-01T23:46:25.277Z Checking newtype-uuid v1.3.2
26782026-07-01T23:46:25.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26792026-07-01T23:46:25.463Z Checking daft v0.1.7
26802026-07-01T23:46:25.512Z Checking thread_local v1.1.9
26812026-07-01T23:46:25.623Z Checking match_cfg v0.1.0
26822026-07-01T23:46:25.690Z Checking compression-core v0.4.31
26832026-07-01T23:46:25.703Z Checking hostname v0.3.1
26842026-07-01T23:46:25.706Z Checking iddqd v0.4.2
26852026-07-01T23:46:25.796Z Checking crossbeam-channel v0.5.15
26862026-07-01T23:46:25.796Z Checking atomicwrites v0.4.4
26872026-07-01T23:46:25.822Z Checking compression-codecs v0.4.37
26882026-07-01T23:46:25.859Z Checking slog-json v2.6.1
26892026-07-01T23:46:25.969Z Checking toml_datetime v1.1.1+spec-1.1.0
26902026-07-01T23:46:25.986Z Checking serde_spanned v1.1.1
26912026-07-01T23:46:26.013Z Checking is-terminal v0.4.17
26922026-07-01T23:46:26.024Z Checking debug-ignore v1.0.5
26932026-07-01T23:46:26.098Z Checking take_mut v0.2.2
26942026-07-01T23:46:26.111Z Checking term v1.2.1
26952026-07-01T23:46:26.123Z Checking toml_writer v1.1.1+spec-1.1.0
26962026-07-01T23:46:26.123Z Checking slog-bunyan v2.5.0
26972026-07-01T23:46:26.148Z Checking async-compression v0.4.41
26982026-07-01T23:46:26.196Z Checking slog-async v2.8.0
26992026-07-01T23:46:26.231Z Checking async-stream v0.3.6
27002026-07-01T23:46:26.260Z Compiling structmeta v0.3.0
27012026-07-01T23:46:26.308Z Checking toml v1.1.2+spec-1.1.0
27022026-07-01T23:46:26.329Z Checking slog-term v2.9.2
27032026-07-01T23:46:26.356Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-07-01T23:46:26.369Z Checking progenitor-client v0.14.0
27052026-07-01T23:46:26.387Z Checking sha1 v0.11.0
27062026-07-01T23:46:26.460Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-07-01T23:46:26.473Z Compiling derive-ex v0.1.8
27082026-07-01T23:46:26.572Z Compiling parse-display-derive v0.10.0
27092026-07-01T23:46:26.602Z Checking waitgroup v0.1.2
27102026-07-01T23:46:26.605Z Checking rustls-pemfile v2.2.0
27112026-07-01T23:46:26.646Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27122026-07-01T23:46:26.705Z Checking backon v1.6.0
27132026-07-01T23:46:26.722Z Checking serde_path_to_error v0.1.20
27142026-07-01T23:46:26.737Z Checking hostname v0.4.2
27152026-07-01T23:46:26.800Z Checking instant v0.1.13
27162026-07-01T23:46:26.883Z Checking backoff v0.4.0
27172026-07-01T23:46:26.896Z Checking progenitor-extras v0.2.0
27182026-07-01T23:46:26.997Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27192026-07-01T23:46:27.057Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27202026-07-01T23:46:27.108Z Checking itertools v0.14.0
27212026-07-01T23:46:27.121Z Checking regress v0.10.5
27222026-07-01T23:46:27.195Z Checking macaddr v1.0.1
27232026-07-01T23:46:27.533Z Checking humantime v2.3.0
27242026-07-01T23:46:28.158Z Compiling test-strategy v0.4.5
27252026-07-01T23:46:28.249Z Checking parse-display v0.10.0
27262026-07-01T23:46:28.668Z Compiling prettyplease v0.2.37
27272026-07-01T23:46:28.924Z Checking num-rational v0.4.2
27282026-07-01T23:46:29.153Z Checking num-complex v0.4.6
27292026-07-01T23:46:29.592Z Compiling num v0.4.3
27302026-07-01T23:46:29.656Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-07-01T23:46:29.778Z Compiling usdt-macro v0.5.0
27322026-07-01T23:46:29.783Z Compiling usdt-attr-macro v0.5.0
27332026-07-01T23:46:29.813Z Checking memmap v0.7.0
27342026-07-01T23:46:29.948Z Compiling float-ord v0.3.2
27352026-07-01T23:46:30.050Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-07-01T23:46:30.239Z Checking unicode-width v0.2.0
27372026-07-01T23:46:30.251Z Compiling convert_case v0.4.0
27382026-07-01T23:46:30.449Z Checking newline-converter v0.3.0
27392026-07-01T23:46:30.493Z Checking console v0.15.11
27402026-07-01T23:46:30.560Z Compiling toml v0.8.23
27412026-07-01T23:46:30.574Z Checking usdt v0.5.0
27422026-07-01T23:46:30.632Z Compiling derive_more v0.99.20
27432026-07-01T23:46:30.738Z Checking linked-hash-map v0.5.6
27442026-07-01T23:46:30.777Z Compiling minimal-lexical v0.2.1
27452026-07-01T23:46:30.916Z Checking lru-cache v0.1.2
27462026-07-01T23:46:31.038Z Compiling nom v7.1.3
27472026-07-01T23:46:31.042Z Checking expectorate v1.2.0
27482026-07-01T23:46:31.437Z Checking camino-tempfile v1.4.1
27492026-07-01T23:46:31.524Z Checking hickory-proto v0.24.4
27502026-07-01T23:46:31.597Z Checking phf_shared v0.12.1
27512026-07-01T23:46:31.691Z Compiling slog-dtrace v0.3.0
27522026-07-01T23:46:31.738Z Compiling chrono-tz v0.10.4
27532026-07-01T23:46:31.931Z Checking heck v0.5.0
27542026-07-01T23:46:32.056Z Checking resolv-conf v0.7.6
27552026-07-01T23:46:32.216Z Compiling unicode-xid v0.2.6
27562026-07-01T23:46:32.313Z Checking phf v0.12.1
27572026-07-01T23:46:32.342Z Compiling const_format_proc_macros v0.2.34
27582026-07-01T23:46:32.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27592026-07-01T23:46:32.456Z Checking tokio-dtrace v0.1.1
27602026-07-01T23:46:32.645Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-07-01T23:46:32.900Z Compiling derive-where v1.6.0
27622026-07-01T23:46:33.189Z Checking highway v1.3.0
27632026-07-01T23:46:33.214Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-07-01T23:46:33.238Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27652026-07-01T23:46:33.364Z Checking hickory-resolver v0.24.4
27662026-07-01T23:46:33.416Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-07-01T23:46:33.912Z Checking const_format v0.2.35
27682026-07-01T23:46:34.117Z Checking oxide-tokio-rt v0.1.4
27692026-07-01T23:46:34.261Z Checking qorb v0.4.1
27702026-07-01T23:46:34.451Z Checking gethostname v0.5.0
27712026-07-01T23:46:34.473Z Checking bcs v0.1.6
27722026-07-01T23:46:34.506Z Checking termtree v0.5.1
27732026-07-01T23:46:34.706Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-07-01T23:46:34.721Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-07-01T23:46:34.939Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-07-01T23:46:34.943Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-07-01T23:46:37.863Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27782026-07-01T23:46:40.328Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27792026-07-01T23:46:42.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s
27802026-07-01T23:46:42.644Z
27812026-07-01T23:46:42.644Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27822026-07-01T23:46:43.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-07-01T23:46:43.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-07-01T23:46:43.280Z Compiling ar_archive_writer v0.5.1
27852026-07-01T23:46:43.388Z Compiling stacker v0.1.23
27862026-07-01T23:46:43.395Z Compiling cfg_aliases v0.1.1
27872026-07-01T23:46:43.401Z Compiling convert_case v0.10.0
27882026-07-01T23:46:43.401Z Checking unicode-width v0.1.14
27892026-07-01T23:46:43.414Z Compiling proc-macro-error v1.0.4
27902026-07-01T23:46:43.426Z Checking fd-lock v4.0.4
27912026-07-01T23:46:43.426Z Checking nibble_vec v0.1.0
27922026-07-01T23:46:43.449Z Compiling nix v0.28.0
27932026-07-01T23:46:43.537Z Checking vte v0.14.1
27942026-07-01T23:46:43.553Z Compiling recursive-proc-macro-impl v0.1.1
27952026-07-01T23:46:43.650Z Checking bytecount v0.6.9
27962026-07-01T23:46:43.665Z Checking endian-type v0.1.2
27972026-07-01T23:46:43.685Z Checking strip-ansi-escapes v0.2.1
27982026-07-01T23:46:43.698Z Compiling derive_more-impl v2.1.1
27992026-07-01T23:46:43.709Z Compiling tabled_derive v0.7.0
28002026-07-01T23:46:43.746Z Checking papergrid v0.11.0
28012026-07-01T23:46:43.783Z Checking radix_trie v0.2.1
28022026-07-01T23:46:43.787Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-07-01T23:46:43.967Z Compiling peg-macros v0.8.5
28042026-07-01T23:46:44.022Z Compiling sqlparser_derive v0.5.0
28052026-07-01T23:46:44.235Z Compiling psm v0.1.30
28062026-07-01T23:46:44.327Z Checking winnow v0.6.26
28072026-07-01T23:46:44.362Z Checking home v0.5.12
28082026-07-01T23:46:44.468Z Checking unicode_categories v0.1.1
28092026-07-01T23:46:44.528Z Checking derive_more v2.1.1
28102026-07-01T23:46:44.609Z Checking nu-ansi-term v0.50.3
28112026-07-01T23:46:44.624Z Checking crossterm v0.29.0
28122026-07-01T23:46:44.692Z Checking tabled v0.15.0
28132026-07-01T23:46:44.773Z Checking rustyline v14.0.0
28142026-07-01T23:46:44.816Z Checking reedline v0.40.0
28152026-07-01T23:46:44.830Z Checking display-error-chain v0.2.2
28162026-07-01T23:46:45.027Z Checking recursive v0.1.1
28172026-07-01T23:46:45.120Z Checking sqlparser v0.61.0
28182026-07-01T23:46:45.336Z Checking peg v0.8.5
28192026-07-01T23:46:45.515Z Checking sqlformat v0.3.5
28202026-07-01T23:46:56.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
28212026-07-01T23:46:56.644Z
28222026-07-01T23:46:56.644Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28232026-07-01T23:46:57.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-07-01T23:46:57.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-07-01T23:46:57.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-07-01T23:47:00.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28272026-07-01T23:47:00.991Z
28282026-07-01T23:47:00.991Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28292026-07-01T23:47:02.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-07-01T23:47:02.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-07-01T23:47:02.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-07-01T23:47:04.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28332026-07-01T23:47:04.276Z
28342026-07-01T23:47:04.276Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28352026-07-01T23:47:04.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-07-01T23:47:04.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-07-01T23:47:04.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-07-01T23:47:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28392026-07-01T23:47:08.370Z
28402026-07-01T23:47:08.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28412026-07-01T23:47:08.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-07-01T23:47:08.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-07-01T23:47:09.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-07-01T23:47:12.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28452026-07-01T23:47:12.519Z
28462026-07-01T23:47:12.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28472026-07-01T23:47:12.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-07-01T23:47:12.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-07-01T23:47:13.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-07-01T23:47:15.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28512026-07-01T23:47:15.975Z
28522026-07-01T23:47:15.975Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28532026-07-01T23:47:16.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-07-01T23:47:16.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-07-01T23:47:16.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-07-01T23:47:19.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28572026-07-01T23:47:19.459Z
28582026-07-01T23:47:19.459Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28592026-07-01T23:47:19.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-07-01T23:47:19.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-07-01T23:47:20.095Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-07-01T23:47:23.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
28632026-07-01T23:47:23.801Z
28642026-07-01T23:47:23.801Zinfo: running `cargo check --bins` on oximeter (93/299)
28652026-07-01T23:47:24.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-01T23:47:24.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-01T23:47:24.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-07-01T23:47:24.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28692026-07-01T23:47:24.345Z
28702026-07-01T23:47:24.345Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28712026-07-01T23:47:24.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-07-01T23:47:24.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-07-01T23:47:24.941Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28742026-07-01T23:47:25.105Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-07-01T23:47:25.108Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28762026-07-01T23:47:25.465Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28772026-07-01T23:47:28.012Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28782026-07-01T23:47:29.230Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28792026-07-01T23:47:29.432Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28802026-07-01T23:47:30.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
28812026-07-01T23:47:30.318Z
28822026-07-01T23:47:30.318Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28832026-07-01T23:47:30.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-07-01T23:47:30.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-07-01T23:47:30.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-07-01T23:47:30.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28872026-07-01T23:47:30.807Z
28882026-07-01T23:47:30.807Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28892026-07-01T23:47:31.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-07-01T23:47:31.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-07-01T23:47:31.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-07-01T23:47:31.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28932026-07-01T23:47:31.397Z
28942026-07-01T23:47:31.397Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28952026-07-01T23:47:31.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-07-01T23:47:31.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-07-01T23:47:31.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-07-01T23:47:31.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28992026-07-01T23:47:31.951Z
29002026-07-01T23:47:31.952Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29012026-07-01T23:47:32.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-07-01T23:47:32.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-07-01T23:47:32.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-07-01T23:47:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29052026-07-01T23:47:32.510Z
29062026-07-01T23:47:32.510Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29072026-07-01T23:47:32.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-07-01T23:47:32.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-07-01T23:47:32.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-07-01T23:47:33.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29112026-07-01T23:47:33.074Z
29122026-07-01T23:47:33.074Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29132026-07-01T23:47:33.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-07-01T23:47:33.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-07-01T23:47:33.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-07-01T23:47:33.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29172026-07-01T23:47:33.640Z
29182026-07-01T23:47:33.641Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29192026-07-01T23:47:34.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-07-01T23:47:34.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-07-01T23:47:34.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-07-01T23:47:34.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29232026-07-01T23:47:34.192Z
29242026-07-01T23:47:34.193Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29252026-07-01T23:47:34.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-07-01T23:47:34.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-07-01T23:47:34.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-07-01T23:47:34.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29292026-07-01T23:47:34.739Z
29302026-07-01T23:47:34.739Zinfo: running `cargo check --bins` on update-engine (103/299)
29312026-07-01T23:47:35.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-07-01T23:47:35.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-07-01T23:47:35.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-07-01T23:47:35.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29352026-07-01T23:47:35.274Z
29362026-07-01T23:47:35.274Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29372026-07-01T23:47:35.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-07-01T23:47:35.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-07-01T23:47:35.961Z Compiling crucible-workspace-hack v0.1.0
29402026-07-01T23:47:36.081Z Checking secrecy v0.10.3
29412026-07-01T23:47:36.086Z Compiling heapless v0.8.0
29422026-07-01T23:47:36.093Z Compiling toml_datetime v0.7.5+spec-1.1.0
29432026-07-01T23:47:36.100Z Compiling ingot-macros v0.1.1
29442026-07-01T23:47:36.110Z Checking hash32 v0.3.1
29452026-07-01T23:47:36.116Z Checking inout v0.1.4
29462026-07-01T23:47:36.132Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29472026-07-01T23:47:36.183Z Compiling smoltcp v0.11.0
29482026-07-01T23:47:36.229Z Checking cobs v0.3.0
29492026-07-01T23:47:36.249Z Compiling toml_edit v0.23.10+spec-1.0.0
29502026-07-01T23:47:36.331Z Checking cipher v0.4.4
29512026-07-01T23:47:36.347Z Checking universal-hash v0.5.1
29522026-07-01T23:47:36.384Z Compiling thiserror-impl-no-std v2.0.2
29532026-07-01T23:47:36.398Z Checking half v2.7.1
29542026-07-01T23:47:36.470Z Checking opaque-debug v0.3.1
29552026-07-01T23:47:36.537Z Checking ciborium-io v0.2.2
29562026-07-01T23:47:36.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-07-01T23:47:36.593Z Checking poly1305 v0.8.0
29582026-07-01T23:47:36.624Z Checking chacha20 v0.9.1
29592026-07-01T23:47:36.662Z Checking ciborium-ll v0.2.2
29602026-07-01T23:47:36.781Z Checking postcard v1.1.3
29612026-07-01T23:47:36.823Z Compiling proc-macro-crate v3.4.0
29622026-07-01T23:47:36.838Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29632026-07-01T23:47:36.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-07-01T23:47:37.081Z Checking password-hash v0.5.0
29652026-07-01T23:47:37.145Z Checking blake2 v0.10.6
29662026-07-01T23:47:37.274Z Compiling proc-macro-crate v1.3.1
29672026-07-01T23:47:37.321Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29682026-07-01T23:47:37.355Z Checking aead v0.5.2
29692026-07-01T23:47:37.392Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29702026-07-01T23:47:37.405Z Compiling num_enum_derive v0.7.6
29712026-07-01T23:47:37.500Z Compiling foreign-types-macros v0.2.3
29722026-07-01T23:47:37.671Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-01T23:47:37.680Z Checking foreign-types-shared v0.3.1
29742026-07-01T23:47:37.680Z Checking thiserror-no-std v2.0.2
29752026-07-01T23:47:37.698Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-01T23:47:37.713Z Compiling num_enum_derive v0.5.11
29772026-07-01T23:47:37.716Z Checking vsss-rs v3.3.4
29782026-07-01T23:47:37.825Z Checking chacha20poly1305 v0.10.1
29792026-07-01T23:47:37.954Z Checking argon2 v0.5.3
29802026-07-01T23:47:38.131Z Checking foreign-types v0.5.0
29812026-07-01T23:47:38.169Z Checking ciborium v0.2.2
29822026-07-01T23:47:38.320Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29832026-07-01T23:47:38.444Z Checking tabwriter v1.4.1
29842026-07-01T23:47:38.545Z Checking num_enum v0.7.6
29852026-07-01T23:47:38.597Z Checking byte-wrapper v0.1.0
29862026-07-01T23:47:38.609Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-07-01T23:47:38.655Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-01T23:47:38.660Z Checking cstr-argument v0.1.2
29892026-07-01T23:47:38.766Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29902026-07-01T23:47:38.807Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-07-01T23:47:38.820Z Checking num_enum v0.5.11
29922026-07-01T23:47:38.880Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932026-07-01T23:47:38.937Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-01T23:47:39.002Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-07-01T23:47:39.070Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-01T23:47:39.088Z Checking ingot-types v0.1.2
29972026-07-01T23:47:39.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-07-01T23:47:39.130Z Checking rand v0.10.1
29992026-07-01T23:47:39.155Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30002026-07-01T23:47:39.190Z Checking indent_write v2.2.0
30012026-07-01T23:47:39.291Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30022026-07-01T23:47:39.328Z Checking colored v3.1.1
30032026-07-01T23:47:39.329Z Compiling zone_cfg_derive v0.3.1
30042026-07-01T23:47:39.357Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-07-01T23:47:39.453Z Checking ingot v0.1.1
30062026-07-01T23:47:39.486Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-01T23:47:39.497Z Checking itertools v0.12.1
30082026-07-01T23:47:39.525Z Compiling num-derive v0.4.2
30092026-07-01T23:47:39.538Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-07-01T23:47:39.638Z Checking swrite v0.1.0
30112026-07-01T23:47:39.840Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-07-01T23:47:39.962Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30132026-07-01T23:47:39.981Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-07-01T23:47:40.057Z Checking dropshot-api-manager-types v0.7.2
30152026-07-01T23:47:40.086Z Checking smf v0.2.3
30162026-07-01T23:47:40.096Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30172026-07-01T23:47:40.116Z Checking nanorand v0.7.0
30182026-07-01T23:47:40.225Z Checking whoami v1.6.1
30192026-07-01T23:47:40.304Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-07-01T23:47:40.317Z Checking flume v0.11.1
30212026-07-01T23:47:40.543Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30222026-07-01T23:47:40.624Z Checking zone v0.3.1
30232026-07-01T23:47:41.160Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30242026-07-01T23:47:42.120Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30252026-07-01T23:47:43.047Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30262026-07-01T23:47:46.590Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-07-01T23:47:48.732Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-07-01T23:47:49.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
30292026-07-01T23:47:50.059Z
30302026-07-01T23:47:50.059Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30312026-07-01T23:47:50.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-07-01T23:47:50.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-07-01T23:47:50.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-07-01T23:47:50.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30352026-07-01T23:47:50.600Z
30362026-07-01T23:47:50.600Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30372026-07-01T23:47:51.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-07-01T23:47:51.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-07-01T23:47:51.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-07-01T23:47:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30412026-07-01T23:47:51.154Z
30422026-07-01T23:47:51.154Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30432026-07-01T23:47:51.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-07-01T23:47:51.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-07-01T23:47:51.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-07-01T23:47:51.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30472026-07-01T23:47:51.718Z
30482026-07-01T23:47:51.718Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30492026-07-01T23:47:55.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-07-01T23:47:55.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-07-01T23:47:55.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-07-01T23:47:55.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30532026-07-01T23:47:55.412Z
30542026-07-01T23:47:55.412Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30552026-07-01T23:47:55.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-07-01T23:47:55.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-07-01T23:47:55.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-07-01T23:47:55.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30592026-07-01T23:47:55.413Z
30602026-07-01T23:47:55.413Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30612026-07-01T23:47:55.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-07-01T23:47:55.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-07-01T23:47:55.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-07-01T23:47:55.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30652026-07-01T23:47:55.413Z
30662026-07-01T23:47:55.413Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30672026-07-01T23:47:55.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-07-01T23:47:55.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-07-01T23:47:55.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-07-01T23:47:55.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30712026-07-01T23:47:55.499Z
30722026-07-01T23:47:55.499Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30732026-07-01T23:47:55.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-07-01T23:47:55.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-07-01T23:47:55.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-07-01T23:47:55.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30772026-07-01T23:47:55.499Z
30782026-07-01T23:47:55.499Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30792026-07-01T23:47:55.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-01T23:47:55.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-01T23:47:55.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-01T23:47:55.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30832026-07-01T23:47:55.501Z
30842026-07-01T23:47:55.501Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30852026-07-01T23:47:55.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-01T23:47:55.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-01T23:47:55.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-01T23:47:55.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30892026-07-01T23:47:55.607Z
30902026-07-01T23:47:55.608Zinfo: running `cargo check --bins` on installinator-client (115/299)
30912026-07-01T23:47:56.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-01T23:47:56.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-01T23:47:56.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-01T23:47:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30952026-07-01T23:47:56.165Z
30962026-07-01T23:47:56.165Zinfo: running `cargo check --bins` on nexus-client (116/299)
30972026-07-01T23:47:56.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-01T23:47:56.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-01T23:47:56.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-01T23:47:56.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31012026-07-01T23:47:56.757Z
31022026-07-01T23:47:56.757Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31032026-07-01T23:47:57.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-01T23:47:57.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-01T23:47:57.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-01T23:47:57.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-07-01T23:47:57.347Z
31082026-07-01T23:47:57.347Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31092026-07-01T23:47:57.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-01T23:47:57.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-01T23:47:57.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-01T23:47:57.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31132026-07-01T23:47:57.886Z
31142026-07-01T23:47:57.886Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31152026-07-01T23:47:58.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-01T23:47:58.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-01T23:47:58.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-01T23:47:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31192026-07-01T23:47:58.423Z
31202026-07-01T23:47:58.423Zinfo: running `cargo check --bins` on oxide-client (120/299)
31212026-07-01T23:47:58.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-01T23:47:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-01T23:47:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-01T23:47:58.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31252026-07-01T23:47:58.966Z
31262026-07-01T23:47:58.966Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31272026-07-01T23:47:59.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-01T23:47:59.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-01T23:47:59.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-01T23:47:59.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31312026-07-01T23:47:59.510Z
31322026-07-01T23:47:59.510Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31332026-07-01T23:47:59.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-01T23:47:59.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-01T23:47:59.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-07-01T23:47:59.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31372026-07-01T23:48:00.047Z
31382026-07-01T23:48:00.047Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31392026-07-01T23:48:00.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-07-01T23:48:00.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-07-01T23:48:00.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-07-01T23:48:00.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31432026-07-01T23:48:00.607Z
31442026-07-01T23:48:00.607Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31452026-07-01T23:48:01.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-07-01T23:48:01.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-07-01T23:48:01.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-07-01T23:48:01.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31492026-07-01T23:48:01.192Z
31502026-07-01T23:48:01.192Zinfo: running `cargo check --bins` on installinator-common (125/299)
31512026-07-01T23:48:01.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-07-01T23:48:01.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-07-01T23:48:01.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-07-01T23:48:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31552026-07-01T23:48:01.774Z
31562026-07-01T23:48:01.774Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31572026-07-01T23:48:02.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-01T23:48:02.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-01T23:48:02.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-01T23:48:02.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31612026-07-01T23:48:02.322Z
31622026-07-01T23:48:02.322Zinfo: running `cargo check --bins` on wicket-common (127/299)
31632026-07-01T23:48:02.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-01T23:48:02.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-01T23:48:02.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-01T23:48:02.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31672026-07-01T23:48:02.898Z
31682026-07-01T23:48:02.899Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31692026-07-01T23:48:03.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-01T23:48:03.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-01T23:48:03.595Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-07-01T23:48:03.684Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-07-01T23:48:03.692Z Checking csv-core v0.1.13
31742026-07-01T23:48:03.702Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-07-01T23:48:03.708Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31762026-07-01T23:48:03.715Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31772026-07-01T23:48:03.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-07-01T23:48:03.739Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-07-01T23:48:03.856Z Checking csv v1.4.0
31802026-07-01T23:48:03.885Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-07-01T23:48:03.889Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-07-01T23:48:03.927Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-07-01T23:48:03.954Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31842026-07-01T23:48:04.200Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31852026-07-01T23:48:04.578Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-07-01T23:48:04.578Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872026-07-01T23:48:04.928Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31882026-07-01T23:48:11.201Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31892026-07-01T23:48:11.745Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31902026-07-01T23:48:14.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
31912026-07-01T23:48:14.344Z
31922026-07-01T23:48:14.344Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31932026-07-01T23:48:14.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-07-01T23:48:14.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-07-01T23:48:14.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-07-01T23:48:14.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31972026-07-01T23:48:14.899Z
31982026-07-01T23:48:14.899Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31992026-07-01T23:48:15.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-07-01T23:48:15.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-07-01T23:48:15.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-07-01T23:48:15.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32032026-07-01T23:48:15.543Z
32042026-07-01T23:48:15.544Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32052026-07-01T23:48:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-07-01T23:48:16.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-07-01T23:48:16.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-07-01T23:48:16.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32092026-07-01T23:48:16.168Z
32102026-07-01T23:48:16.169Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32112026-07-01T23:48:16.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-01T23:48:16.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-01T23:48:16.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-01T23:48:16.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32152026-07-01T23:48:16.769Z
32162026-07-01T23:48:16.769Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32172026-07-01T23:48:17.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-01T23:48:17.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-01T23:48:17.503Z Compiling regress v0.11.1
32202026-07-01T23:48:17.648Z Compiling unsafe-libyaml v0.2.11
32212026-07-01T23:48:17.657Z Compiling radium v0.7.0
32222026-07-01T23:48:17.665Z Compiling semver v0.1.20
32232026-07-01T23:48:17.679Z Checking nom v8.0.0
32242026-07-01T23:48:17.679Z Compiling maybe-uninit v2.0.0
32252026-07-01T23:48:17.706Z Checking tap v1.0.1
32262026-07-01T23:48:17.808Z Checking wyz v0.5.1
32272026-07-01T23:48:17.949Z Compiling rustc_version v0.1.7
32282026-07-01T23:48:17.996Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-07-01T23:48:18.025Z Compiling zerocopy-derive v0.6.6
32302026-07-01T23:48:18.140Z Compiling owo-colors v4.3.0
32312026-07-01T23:48:18.171Z Compiling newtype_derive v0.1.6
32322026-07-01T23:48:18.382Z Compiling serde_yaml v0.9.34+deprecated
32332026-07-01T23:48:18.434Z Compiling cancel-safe-futures v0.1.5
32342026-07-01T23:48:18.488Z Checking crc-catalog v2.4.0
32352026-07-01T23:48:18.587Z Checking funty v2.0.0
32362026-07-01T23:48:18.664Z Compiling packed_struct v0.10.1
32372026-07-01T23:48:18.923Z Checking bitvec v1.0.1
32382026-07-01T23:48:18.946Z Checking zerocopy v0.6.6
32392026-07-01T23:48:19.003Z Checking crc v3.4.0
32402026-07-01T23:48:19.182Z Checking typify-impl v0.6.2
32412026-07-01T23:48:19.383Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-07-01T23:48:19.564Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-07-01T23:48:19.730Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32442026-07-01T23:48:19.900Z Compiling packed_struct_codegen v0.10.1
32452026-07-01T23:48:19.921Z Checking libsw-core v0.3.2
32462026-07-01T23:48:19.939Z Compiling bitfield-macros v0.19.4
32472026-07-01T23:48:20.074Z Compiling indexmap v1.9.3
32482026-07-01T23:48:20.302Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-07-01T23:48:20.344Z Checking nodrop v0.1.14
32502026-07-01T23:48:20.402Z Checking libsw v3.5.0
32512026-07-01T23:48:20.434Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-07-01T23:48:20.449Z Checking array-init v0.0.4
32532026-07-01T23:48:20.565Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-07-01T23:48:20.728Z Checking bitfield v0.19.4
32552026-07-01T23:48:20.757Z Checking smallvec v0.6.14
32562026-07-01T23:48:20.772Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-07-01T23:48:21.007Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-07-01T23:48:21.024Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32592026-07-01T23:48:21.134Z Checking smawk v0.3.2
32602026-07-01T23:48:21.202Z Checking linear-map v1.2.0
32612026-07-01T23:48:21.218Z Checking tagptr v0.2.0
32622026-07-01T23:48:21.269Z Checking base64 v0.21.7
32632026-07-01T23:48:21.364Z Checking hashbrown v0.12.3
32642026-07-01T23:48:21.383Z Checking unicode-linebreak v0.1.5
32652026-07-01T23:48:21.498Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-07-01T23:48:21.517Z Checking ron v0.8.1
32672026-07-01T23:48:21.517Z Checking moka v0.12.13
32682026-07-01T23:48:21.608Z Checking textwrap v0.16.2
32692026-07-01T23:48:21.831Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-07-01T23:48:22.011Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32712026-07-01T23:48:22.083Z Checking serde-hex v0.1.0
32722026-07-01T23:48:22.133Z Checking steno v0.4.1
32732026-07-01T23:48:22.152Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-07-01T23:48:22.193Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-07-01T23:48:22.357Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32762026-07-01T23:48:22.842Z Checking hashbrown v0.13.2
32772026-07-01T23:48:22.881Z Checking crc-any v2.5.0
32782026-07-01T23:48:22.966Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-07-01T23:48:23.067Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-07-01T23:48:23.174Z Checking hickory-resolver v0.25.2
32812026-07-01T23:48:23.210Z Checking sha1 v0.10.6
32822026-07-01T23:48:23.237Z Checking half v1.8.3
32832026-07-01T23:48:23.295Z Checking object v0.30.4
32842026-07-01T23:48:23.381Z Checking utf-8 v0.7.6
32852026-07-01T23:48:23.443Z Checking void v1.0.2
32862026-07-01T23:48:23.524Z Checking path-slash v0.1.5
32872026-07-01T23:48:23.553Z Checking lzss v0.8.2
32882026-07-01T23:48:23.638Z Checking tungstenite v0.23.0
32892026-07-01T23:48:23.659Z Checking serde_cbor v0.11.2
32902026-07-01T23:48:23.894Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32912026-07-01T23:48:23.914Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-07-01T23:48:23.965Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32932026-07-01T23:48:23.979Z Compiling typify-macro v0.6.2
32942026-07-01T23:48:24.057Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-07-01T23:48:24.072Z Checking nix v0.27.1
32962026-07-01T23:48:24.073Z Checking kstat-rs v0.2.4
32972026-07-01T23:48:24.073Z Checking fxhash v0.2.1
32982026-07-01T23:48:24.208Z Checking serde_bytes v0.11.19
32992026-07-01T23:48:24.269Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33002026-07-01T23:48:24.300Z Checking tokio-tungstenite v0.23.1
33012026-07-01T23:48:24.338Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-07-01T23:48:24.387Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-07-01T23:48:24.574Z Checking signal-hook-tokio v0.3.1
33042026-07-01T23:48:25.310Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-07-01T23:48:25.472Z Compiling typify v0.6.2
33062026-07-01T23:48:25.552Z Compiling progenitor-impl v0.14.0
33072026-07-01T23:48:26.254Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33082026-07-01T23:48:26.561Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33092026-07-01T23:48:27.033Z Compiling progenitor-macro v0.14.0
33102026-07-01T23:48:29.445Z Checking progenitor v0.14.0
33112026-07-01T23:48:29.569Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33122026-07-01T23:48:29.572Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-07-01T23:48:32.360Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-07-01T23:48:40.758Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-07-01T23:48:47.445Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-07-01T23:48:49.088Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-07-01T23:48:49.322Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-07-01T23:48:51.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.69s
33192026-07-01T23:48:51.653Z
33202026-07-01T23:48:51.653Zinfo: running `cargo check --bins` on gateway-api (134/299)
33212026-07-01T23:48:52.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-07-01T23:48:52.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-07-01T23:48:52.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-07-01T23:48:52.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33252026-07-01T23:48:52.189Z
33262026-07-01T23:48:52.189Zinfo: running `cargo check --bins` on ipcc (135/299)
33272026-07-01T23:48:52.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-07-01T23:48:52.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-07-01T23:48:52.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-07-01T23:48:52.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33312026-07-01T23:48:52.732Z
33322026-07-01T23:48:52.732Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33332026-07-01T23:48:53.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-07-01T23:48:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-07-01T23:48:53.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-07-01T23:48:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33372026-07-01T23:48:53.253Z
33382026-07-01T23:48:53.253Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33392026-07-01T23:48:53.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-07-01T23:48:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-07-01T23:48:53.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-07-01T23:48:53.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33432026-07-01T23:48:53.815Z
33442026-07-01T23:48:53.815Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33452026-07-01T23:48:54.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-07-01T23:48:54.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-07-01T23:48:54.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-07-01T23:48:54.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33492026-07-01T23:48:54.354Z
33502026-07-01T23:48:54.354Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33512026-07-01T23:48:54.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-07-01T23:48:54.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-07-01T23:48:54.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-07-01T23:48:54.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33552026-07-01T23:48:54.894Z
33562026-07-01T23:48:54.894Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33572026-07-01T23:48:55.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-07-01T23:48:55.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-07-01T23:48:55.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-07-01T23:48:55.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33612026-07-01T23:48:55.431Z
33622026-07-01T23:48:55.431Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33632026-07-01T23:48:55.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-07-01T23:48:55.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-07-01T23:48:55.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-07-01T23:48:55.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33672026-07-01T23:48:55.984Z
33682026-07-01T23:48:55.984Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33692026-07-01T23:48:56.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-07-01T23:48:56.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-07-01T23:48:56.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-07-01T23:48:56.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33732026-07-01T23:48:56.523Z
33742026-07-01T23:48:56.523Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33752026-07-01T23:48:56.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-07-01T23:48:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-07-01T23:48:56.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-07-01T23:48:56.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33792026-07-01T23:48:57.065Z
33802026-07-01T23:48:57.065Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33812026-07-01T23:48:57.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-07-01T23:48:57.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-07-01T23:48:57.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-07-01T23:48:57.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33852026-07-01T23:48:57.607Z
33862026-07-01T23:48:57.607Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33872026-07-01T23:48:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-07-01T23:48:58.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-07-01T23:48:58.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-07-01T23:48:58.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33912026-07-01T23:48:58.153Z
33922026-07-01T23:48:58.153Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33932026-07-01T23:48:58.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-07-01T23:48:58.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-07-01T23:48:58.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-07-01T23:48:58.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33972026-07-01T23:48:58.693Z
33982026-07-01T23:48:58.693Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33992026-07-01T23:48:59.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-07-01T23:48:59.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-07-01T23:48:59.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-07-01T23:48:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34032026-07-01T23:48:59.230Z
34042026-07-01T23:48:59.230Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34052026-07-01T23:48:59.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-07-01T23:48:59.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-07-01T23:48:59.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-07-01T23:48:59.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34092026-07-01T23:48:59.788Z
34102026-07-01T23:48:59.788Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34112026-07-01T23:49:00.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-07-01T23:49:00.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-07-01T23:49:00.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-07-01T23:49:00.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34152026-07-01T23:49:00.347Z
34162026-07-01T23:49:00.348Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34172026-07-01T23:49:00.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-07-01T23:49:00.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-07-01T23:49:00.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-07-01T23:49:00.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34212026-07-01T23:49:00.908Z
34222026-07-01T23:49:00.908Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34232026-07-01T23:49:01.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-07-01T23:49:01.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-07-01T23:49:01.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-07-01T23:49:01.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34272026-07-01T23:49:01.471Z
34282026-07-01T23:49:01.471Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34292026-07-01T23:49:01.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-07-01T23:49:01.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-07-01T23:49:01.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-07-01T23:49:01.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34332026-07-01T23:49:02.033Z
34342026-07-01T23:49:02.033Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34352026-07-01T23:49:02.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-07-01T23:49:02.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-07-01T23:49:02.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-07-01T23:49:02.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34392026-07-01T23:49:02.593Z
34402026-07-01T23:49:02.593Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34412026-07-01T23:49:03.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-07-01T23:49:03.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-07-01T23:49:03.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-07-01T23:49:03.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34452026-07-01T23:49:03.155Z
34462026-07-01T23:49:03.155Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34472026-07-01T23:49:03.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-07-01T23:49:03.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-07-01T23:49:03.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-07-01T23:49:03.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34512026-07-01T23:49:03.720Z
34522026-07-01T23:49:03.720Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34532026-07-01T23:49:04.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-07-01T23:49:04.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-07-01T23:49:04.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-07-01T23:49:04.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34572026-07-01T23:49:04.293Z
34582026-07-01T23:49:04.293Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34592026-07-01T23:49:04.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-07-01T23:49:04.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-07-01T23:49:04.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-07-01T23:49:04.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34632026-07-01T23:49:04.854Z
34642026-07-01T23:49:04.854Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34652026-07-01T23:49:05.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-07-01T23:49:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-07-01T23:49:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-07-01T23:49:05.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34692026-07-01T23:49:05.400Z
34702026-07-01T23:49:05.401Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34712026-07-01T23:49:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-07-01T23:49:05.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-07-01T23:49:05.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-07-01T23:49:05.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34752026-07-01T23:49:05.939Z
34762026-07-01T23:49:05.939Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34772026-07-01T23:49:06.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-07-01T23:49:06.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-07-01T23:49:06.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-07-01T23:49:06.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34812026-07-01T23:49:06.483Z
34822026-07-01T23:49:06.483Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34832026-07-01T23:49:06.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-07-01T23:49:06.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-07-01T23:49:06.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-07-01T23:49:06.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34872026-07-01T23:49:07.027Z
34882026-07-01T23:49:07.028Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34892026-07-01T23:49:07.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-07-01T23:49:07.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-07-01T23:49:07.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-07-01T23:49:07.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34932026-07-01T23:49:07.574Z
34942026-07-01T23:49:07.574Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34952026-07-01T23:49:08.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-07-01T23:49:08.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-07-01T23:49:08.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-07-01T23:49:08.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34992026-07-01T23:49:08.121Z
35002026-07-01T23:49:08.121Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35012026-07-01T23:49:08.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-07-01T23:49:08.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-07-01T23:49:08.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-07-01T23:49:08.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35052026-07-01T23:49:08.658Z
35062026-07-01T23:49:08.658Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35072026-07-01T23:49:09.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-07-01T23:49:09.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-07-01T23:49:09.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-07-01T23:49:09.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35112026-07-01T23:49:09.200Z
35122026-07-01T23:49:09.200Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35132026-07-01T23:49:09.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-07-01T23:49:09.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-07-01T23:49:09.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-07-01T23:49:09.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35172026-07-01T23:49:09.763Z
35182026-07-01T23:49:09.763Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35192026-07-01T23:49:10.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-07-01T23:49:10.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-07-01T23:49:10.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-07-01T23:49:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35232026-07-01T23:49:10.328Z
35242026-07-01T23:49:10.328Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35252026-07-01T23:49:10.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-07-01T23:49:10.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-07-01T23:49:10.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-07-01T23:49:10.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35292026-07-01T23:49:10.892Z
35302026-07-01T23:49:10.892Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35312026-07-01T23:49:11.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-07-01T23:49:11.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-07-01T23:49:11.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-07-01T23:49:11.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35352026-07-01T23:49:11.458Z
35362026-07-01T23:49:11.458Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35372026-07-01T23:49:11.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-07-01T23:49:11.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-07-01T23:49:11.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-07-01T23:49:11.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35412026-07-01T23:49:12.024Z
35422026-07-01T23:49:12.024Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35432026-07-01T23:49:12.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-07-01T23:49:12.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-07-01T23:49:12.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-07-01T23:49:12.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35472026-07-01T23:49:12.586Z
35482026-07-01T23:49:12.586Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35492026-07-01T23:49:13.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-07-01T23:49:13.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-07-01T23:49:13.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-07-01T23:49:13.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35532026-07-01T23:49:13.139Z
35542026-07-01T23:49:13.139Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35552026-07-01T23:49:13.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-07-01T23:49:13.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-07-01T23:49:13.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-07-01T23:49:13.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35592026-07-01T23:49:13.715Z
35602026-07-01T23:49:13.715Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35612026-07-01T23:49:14.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-07-01T23:49:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-07-01T23:49:14.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-07-01T23:49:14.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35652026-07-01T23:49:14.261Z
35662026-07-01T23:49:14.261Zinfo: running `cargo check --bins` on dns-server (175/299)
35672026-07-01T23:49:14.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-07-01T23:49:14.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-07-01T23:49:14.868Z Compiling parking_lot_core v0.8.6
35702026-07-01T23:49:14.872Z Compiling git-stub v1.0.0
35712026-07-01T23:49:14.872Z Checking prefix-trie v0.7.0
35722026-07-01T23:49:14.872Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35732026-07-01T23:49:15.109Z Compiling git-stub-vcs v0.1.0
35742026-07-01T23:49:15.255Z Checking hickory-server v0.25.2
35752026-07-01T23:49:15.388Z Checking parking_lot v0.11.2
35762026-07-01T23:49:15.391Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35772026-07-01T23:49:15.437Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35782026-07-01T23:49:15.441Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-07-01T23:49:15.564Z Checking sled v0.34.7
35802026-07-01T23:49:17.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35812026-07-01T23:49:17.639Z
35822026-07-01T23:49:17.639Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35832026-07-01T23:49:18.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-01T23:49:18.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-01T23:49:18.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-01T23:49:18.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35872026-07-01T23:49:18.179Z
35882026-07-01T23:49:18.179Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35892026-07-01T23:49:18.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-01T23:49:18.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-01T23:49:18.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-07-01T23:49:18.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35932026-07-01T23:49:18.721Z
35942026-07-01T23:49:18.721Zinfo: running `cargo check --bins` on sp-sim (178/299)
35952026-07-01T23:49:19.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-01T23:49:19.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-01T23:49:19.399Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-07-01T23:49:21.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
35992026-07-01T23:49:21.355Z
36002026-07-01T23:49:21.355Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36012026-07-01T23:49:21.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-01T23:49:21.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-01T23:49:21.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-01T23:49:21.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36052026-07-01T23:49:21.950Z
36062026-07-01T23:49:21.950Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36072026-07-01T23:49:22.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-01T23:49:22.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-01T23:49:22.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-01T23:49:22.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36112026-07-01T23:49:22.549Z
36122026-07-01T23:49:22.549Zinfo: running `cargo check --bins` on db-macros (181/299)
36132026-07-01T23:49:22.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-01T23:49:23.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-01T23:49:23.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-01T23:49:23.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36172026-07-01T23:49:23.082Z
36182026-07-01T23:49:23.082Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36192026-07-01T23:49:23.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-01T23:49:23.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-01T23:49:23.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-01T23:49:23.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36232026-07-01T23:49:23.613Z
36242026-07-01T23:49:23.613Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36252026-07-01T23:49:24.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-01T23:49:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-01T23:49:24.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-01T23:49:24.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36292026-07-01T23:49:24.203Z
36302026-07-01T23:49:24.203Zinfo: running `cargo check --bins` on authz-macros (184/299)
36312026-07-01T23:49:24.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-01T23:49:24.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-01T23:49:24.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-01T23:49:24.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36352026-07-01T23:49:24.728Z
36362026-07-01T23:49:24.728Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36372026-07-01T23:49:25.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-01T23:49:25.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-01T23:49:25.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-01T23:49:25.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36412026-07-01T23:49:25.315Z
36422026-07-01T23:49:25.315Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36432026-07-01T23:49:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-01T23:49:25.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-01T23:49:25.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-01T23:49:25.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36472026-07-01T23:49:25.896Z
36482026-07-01T23:49:25.896Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36492026-07-01T23:49:26.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-01T23:49:26.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-01T23:49:26.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-01T23:49:26.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-01T23:49:26.428Z
36542026-07-01T23:49:26.428Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36552026-07-01T23:49:26.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-01T23:49:26.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-01T23:49:26.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-01T23:49:26.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36592026-07-01T23:49:26.951Z
36602026-07-01T23:49:26.951Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36612026-07-01T23:49:27.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-01T23:49:27.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-01T23:49:27.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-01T23:49:27.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36652026-07-01T23:49:27.492Z
36662026-07-01T23:49:27.492Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36672026-07-01T23:49:27.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-01T23:49:27.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-01T23:49:27.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-01T23:49:27.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36712026-07-01T23:49:28.026Z
36722026-07-01T23:49:28.026Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36732026-07-01T23:49:28.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-01T23:49:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-01T23:49:28.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-01T23:49:28.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36772026-07-01T23:49:28.553Z
36782026-07-01T23:49:28.553Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36792026-07-01T23:49:28.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-01T23:49:29.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-01T23:49:29.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-01T23:49:29.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36832026-07-01T23:49:29.082Z
36842026-07-01T23:49:29.082Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36852026-07-01T23:49:29.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-01T23:49:29.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-01T23:49:29.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-01T23:49:29.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-07-01T23:49:29.676Z
36902026-07-01T23:49:29.676Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36912026-07-01T23:49:30.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-01T23:49:30.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-01T23:49:30.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-01T23:49:30.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-07-01T23:49:30.271Z
36962026-07-01T23:49:30.271Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36972026-07-01T23:49:30.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-01T23:49:30.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-01T23:49:30.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-01T23:49:30.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37012026-07-01T23:49:30.859Z
37022026-07-01T23:49:30.859Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37032026-07-01T23:49:31.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-01T23:49:31.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-01T23:49:31.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-01T23:49:31.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37072026-07-01T23:49:31.433Z
37082026-07-01T23:49:31.433Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37092026-07-01T23:49:31.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-01T23:49:31.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-01T23:49:31.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-01T23:49:31.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-01T23:49:31.991Z
37142026-07-01T23:49:31.991Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37152026-07-01T23:49:32.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-01T23:49:32.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-01T23:49:32.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-01T23:49:32.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37192026-07-01T23:49:32.548Z
37202026-07-01T23:49:32.548Zinfo: running `cargo check --bins` on key-manager (199/299)
37212026-07-01T23:49:33.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-01T23:49:33.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-01T23:49:33.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-01T23:49:33.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37252026-07-01T23:49:33.087Z
37262026-07-01T23:49:33.087Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37272026-07-01T23:49:33.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-01T23:49:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-01T23:49:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-01T23:49:33.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37312026-07-01T23:49:33.641Z
37322026-07-01T23:49:33.641Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37332026-07-01T23:49:34.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-01T23:49:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-01T23:49:34.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-01T23:49:34.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37372026-07-01T23:49:34.194Z
37382026-07-01T23:49:34.194Zinfo: running `cargo check --bins` on typed-rng (202/299)
37392026-07-01T23:49:34.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-01T23:49:34.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-01T23:49:34.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-01T23:49:34.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37432026-07-01T23:49:34.723Z
37442026-07-01T23:49:34.723Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37452026-07-01T23:49:35.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-01T23:49:35.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-01T23:49:35.515Z Compiling libefi-sys v0.1.0
37482026-07-01T23:49:35.521Z Compiling bitfield-struct v0.6.2
37492026-07-01T23:49:35.657Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-07-01T23:49:35.665Z Compiling xshell-macros v0.2.7
37512026-07-01T23:49:35.674Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-07-01T23:49:35.687Z Compiling salty v0.3.0
37532026-07-01T23:49:35.702Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37542026-07-01T23:49:35.717Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37552026-07-01T23:49:35.717Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37562026-07-01T23:49:35.839Z Checking rfc6979 v0.4.0
37572026-07-01T23:49:35.977Z Checking ecdsa v0.16.9
37582026-07-01T23:49:35.990Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-07-01T23:49:36.031Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-07-01T23:49:36.047Z Checking xshell v0.2.7
37612026-07-01T23:49:36.167Z Checking primeorder v0.13.6
37622026-07-01T23:49:36.181Z Compiling proc-macro-error-attr2 v2.0.0
37632026-07-01T23:49:36.196Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-07-01T23:49:36.211Z Checking tungstenite v0.21.0
37652026-07-01T23:49:36.274Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-01T23:49:36.303Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-07-01T23:49:36.383Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-07-01T23:49:36.412Z Checking p384 v0.13.1
37692026-07-01T23:49:36.430Z Compiling num-derive v0.3.3
37702026-07-01T23:49:36.512Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-07-01T23:49:36.584Z Compiling proc-macro-error2 v2.0.1
37722026-07-01T23:49:36.620Z Checking tokio-tungstenite v0.21.0
37732026-07-01T23:49:36.679Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-07-01T23:49:36.741Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37752026-07-01T23:49:36.766Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-01T23:49:36.832Z Checking papergrid v0.17.0
37772026-07-01T23:49:36.893Z Compiling tabled_derive v0.11.0
37782026-07-01T23:49:36.908Z Compiling progenitor-impl v0.13.0
37792026-07-01T23:49:36.954Z Checking testing_table v0.3.0
37802026-07-01T23:49:37.046Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-07-01T23:49:37.060Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37822026-07-01T23:49:37.064Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-01T23:49:37.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-07-01T23:49:37.285Z Compiling unicase v2.9.0
37852026-07-01T23:49:37.349Z Checking libscf-sys v1.1.0
37862026-07-01T23:49:37.479Z Checking corncobs v0.1.4
37872026-07-01T23:49:37.494Z Compiling illumos-nvpair-sys v0.2.0
37882026-07-01T23:49:37.497Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-07-01T23:49:37.606Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-07-01T23:49:37.620Z Compiling mime_guess v2.0.5
37912026-07-01T23:49:37.636Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37922026-07-01T23:49:37.751Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-01T23:49:37.770Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37942026-07-01T23:49:37.828Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-07-01T23:49:38.072Z Checking tabled v0.20.0
37962026-07-01T23:49:38.090Z Checking progenitor-client v0.13.0
37972026-07-01T23:49:38.181Z Checking secrecy v0.8.0
37982026-07-01T23:49:38.307Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-07-01T23:49:38.325Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-07-01T23:49:38.352Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38012026-07-01T23:49:38.686Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-07-01T23:49:38.703Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38032026-07-01T23:49:38.716Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-07-01T23:49:38.767Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-07-01T23:49:38.771Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-07-01T23:49:38.896Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-07-01T23:49:38.980Z Checking filetime v0.2.27
38082026-07-01T23:49:39.122Z Checking http-range v0.1.5
38092026-07-01T23:49:39.210Z Checking xattr v1.6.1
38102026-07-01T23:49:39.232Z Checking crc8 v0.1.1
38112026-07-01T23:49:39.343Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-07-01T23:49:39.356Z Checking tar v0.4.45
38132026-07-01T23:49:39.485Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-07-01T23:49:39.534Z Compiling progenitor-macro v0.13.0
38152026-07-01T23:49:39.550Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38162026-07-01T23:49:39.586Z Checking illumos-nvpair v0.3.0
38172026-07-01T23:49:39.743Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-07-01T23:49:39.759Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-07-01T23:49:39.795Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38202026-07-01T23:49:40.153Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38212026-07-01T23:49:40.207Z Checking atty v0.2.14
38222026-07-01T23:49:40.250Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38232026-07-01T23:49:40.266Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38242026-07-01T23:49:40.282Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38252026-07-01T23:49:40.416Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38262026-07-01T23:49:40.472Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-07-01T23:49:40.505Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-07-01T23:49:40.568Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38292026-07-01T23:49:40.774Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38302026-07-01T23:49:40.792Z Checking hyper-staticfile v0.10.1
38312026-07-01T23:49:40.862Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-07-01T23:49:40.946Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-07-01T23:49:41.094Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-07-01T23:49:41.122Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-07-01T23:49:41.367Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38362026-07-01T23:49:41.392Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-07-01T23:49:41.655Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38382026-07-01T23:49:41.931Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-07-01T23:49:42.482Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-07-01T23:49:42.963Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38412026-07-01T23:49:43.373Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-07-01T23:49:43.755Z Checking progenitor v0.13.0
38432026-07-01T23:49:43.890Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38442026-07-01T23:49:45.881Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-07-01T23:49:49.286Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-07-01T23:50:00.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.77s
38472026-07-01T23:50:00.707Z
38482026-07-01T23:50:00.707Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38492026-07-01T23:50:01.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-07-01T23:50:01.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-07-01T23:50:01.446Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-07-01T23:50:12.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38532026-07-01T23:50:12.527Z
38542026-07-01T23:50:12.527Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38552026-07-01T23:50:13.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-07-01T23:50:13.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-07-01T23:50:13.264Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-07-01T23:50:24.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
38592026-07-01T23:50:24.376Z
38602026-07-01T23:50:24.376Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38612026-07-01T23:50:24.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-07-01T23:50:24.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-07-01T23:50:25.116Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-07-01T23:50:35.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38652026-07-01T23:50:36.191Z
38662026-07-01T23:50:36.191Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38672026-07-01T23:50:36.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-07-01T23:50:36.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-07-01T23:50:36.931Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-07-01T23:50:47.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
38712026-07-01T23:50:48.193Z
38722026-07-01T23:50:48.193Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38732026-07-01T23:50:48.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-01T23:50:48.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-01T23:50:48.944Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-01T23:50:59.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
38772026-07-01T23:51:00.171Z
38782026-07-01T23:51:00.171Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38792026-07-01T23:51:00.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-01T23:51:00.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-01T23:51:00.918Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-01T23:51:12.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s
38832026-07-01T23:51:12.290Z
38842026-07-01T23:51:12.290Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38852026-07-01T23:51:12.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-01T23:51:12.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-01T23:51:13.040Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-01T23:51:24.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
38892026-07-01T23:51:24.317Z
38902026-07-01T23:51:24.318Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38912026-07-01T23:51:24.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-01T23:51:24.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-01T23:51:24.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-07-01T23:51:24.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38952026-07-01T23:51:24.876Z
38962026-07-01T23:51:24.876Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38972026-07-01T23:51:25.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-01T23:51:25.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-01T23:51:25.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-07-01T23:51:25.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39012026-07-01T23:51:25.441Z
39022026-07-01T23:51:25.441Zinfo: running `cargo check --bins` on range-requests (213/299)
39032026-07-01T23:51:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-01T23:51:25.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-01T23:51:25.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-07-01T23:51:25.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39072026-07-01T23:51:25.984Z
39082026-07-01T23:51:25.984Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39092026-07-01T23:51:26.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-01T23:51:26.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-01T23:51:26.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-01T23:51:26.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39132026-07-01T23:51:26.527Z
39142026-07-01T23:51:26.528Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39152026-07-01T23:51:27.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-01T23:51:27.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-01T23:51:27.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-01T23:51:27.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39192026-07-01T23:51:27.096Z
39202026-07-01T23:51:27.096Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39212026-07-01T23:51:27.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-01T23:51:27.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-01T23:51:27.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-01T23:51:27.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39252026-07-01T23:51:27.664Z
39262026-07-01T23:51:27.664Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39272026-07-01T23:51:28.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-01T23:51:28.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-01T23:51:28.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-01T23:51:28.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39312026-07-01T23:51:28.229Z
39322026-07-01T23:51:28.229Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39332026-07-01T23:51:28.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-01T23:51:28.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-01T23:51:28.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-01T23:51:28.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-07-01T23:51:28.801Z
39382026-07-01T23:51:28.801Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39392026-07-01T23:51:29.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-01T23:51:29.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-01T23:51:29.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-01T23:51:29.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39432026-07-01T23:51:29.370Z
39442026-07-01T23:51:29.370Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39452026-07-01T23:51:29.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-01T23:51:29.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-01T23:51:29.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-01T23:51:29.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39492026-07-01T23:51:29.936Z
39502026-07-01T23:51:29.936Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39512026-07-01T23:51:30.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-01T23:51:30.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-01T23:51:30.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-01T23:51:30.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39552026-07-01T23:51:30.500Z
39562026-07-01T23:51:30.500Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39572026-07-01T23:51:30.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-01T23:51:30.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-01T23:51:30.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-01T23:51:30.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-07-01T23:51:31.073Z
39622026-07-01T23:51:31.073Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39632026-07-01T23:51:31.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-01T23:51:31.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-01T23:51:31.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-01T23:51:31.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39672026-07-01T23:51:31.642Z
39682026-07-01T23:51:31.642Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39692026-07-01T23:51:32.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-01T23:51:32.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-01T23:51:32.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-01T23:51:32.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-07-01T23:51:32.211Z
39742026-07-01T23:51:32.211Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39752026-07-01T23:51:32.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-01T23:51:32.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-01T23:51:32.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-01T23:51:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39792026-07-01T23:51:32.815Z
39802026-07-01T23:51:32.815Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39812026-07-01T23:51:33.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-01T23:51:33.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-01T23:51:33.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-01T23:51:33.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39852026-07-01T23:51:33.389Z
39862026-07-01T23:51:33.389Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39872026-07-01T23:51:33.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-01T23:51:33.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-01T23:51:33.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-01T23:51:33.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-07-01T23:51:33.969Z
39922026-07-01T23:51:33.969Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39932026-07-01T23:51:34.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-01T23:51:34.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-01T23:51:34.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-01T23:51:34.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39972026-07-01T23:51:34.569Z
39982026-07-01T23:51:34.569Zinfo: running `cargo check --bins` on update-common (229/299)
39992026-07-01T23:51:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-01T23:51:35.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-01T23:51:35.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-01T23:51:35.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40032026-07-01T23:51:35.122Z
40042026-07-01T23:51:35.123Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40052026-07-01T23:51:35.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-01T23:51:35.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-01T23:51:35.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-01T23:51:35.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-07-01T23:51:35.716Z
40102026-07-01T23:51:35.716Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40112026-07-01T23:51:36.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-01T23:51:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-01T23:51:36.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-01T23:51:36.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40152026-07-01T23:51:36.248Z
40162026-07-01T23:51:36.248Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40172026-07-01T23:51:36.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-01T23:51:36.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-01T23:51:36.986Z Compiling fs-err v2.11.0
40202026-07-01T23:51:36.990Z Checking ignore v0.4.25
40212026-07-01T23:51:36.990Z Checking arc-swap v1.8.2
40222026-07-01T23:51:37.115Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-07-01T23:51:37.122Z Checking predicates-tree v1.0.13
40242026-07-01T23:51:37.128Z Checking parse-size v1.1.0
40252026-07-01T23:51:37.151Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-07-01T23:51:37.155Z Checking rand_seeder v0.4.0
40272026-07-01T23:51:37.227Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-07-01T23:51:37.247Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-07-01T23:51:37.299Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-07-01T23:51:37.326Z Checking slog-scope v4.4.1
40312026-07-01T23:51:37.367Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40322026-07-01T23:51:37.446Z Compiling petname v2.0.2
40332026-07-01T23:51:37.461Z Checking slog-stdlog v4.1.1
40342026-07-01T23:51:37.475Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-07-01T23:51:37.508Z Checking globwalk v0.9.1
40362026-07-01T23:51:37.581Z Checking slog-envlogger v2.2.0
40372026-07-01T23:51:37.585Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40382026-07-01T23:51:37.687Z Checking camino-tempfile-ext v0.3.3
40392026-07-01T23:51:37.730Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-07-01T23:51:37.763Z Checking sapling-renderdag v0.1.0
40412026-07-01T23:51:37.884Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-07-01T23:51:37.939Z Checking subprocess v0.2.15
40432026-07-01T23:51:38.009Z Checking sync-ptr v0.1.4
40442026-07-01T23:51:38.088Z Checking colored v2.2.0
40452026-07-01T23:51:38.124Z Checking assert_matches v1.5.0
40462026-07-01T23:51:38.226Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-07-01T23:51:38.433Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-07-01T23:51:38.436Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-07-01T23:51:39.128Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-07-01T23:51:40.520Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-07-01T23:51:42.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s
40522026-07-01T23:51:42.948Z
40532026-07-01T23:51:42.948Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40542026-07-01T23:51:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-07-01T23:51:43.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-07-01T23:51:43.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-07-01T23:51:43.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40582026-07-01T23:51:43.484Z
40592026-07-01T23:51:43.484Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40602026-07-01T23:51:43.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-07-01T23:51:43.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-07-01T23:51:43.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-07-01T23:51:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40642026-07-01T23:51:44.043Z
40652026-07-01T23:51:44.043Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40662026-07-01T23:51:44.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-07-01T23:51:44.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-07-01T23:51:44.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-07-01T23:51:44.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40702026-07-01T23:51:44.644Z
40712026-07-01T23:51:44.644Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40722026-07-01T23:51:45.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-01T23:51:45.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-01T23:51:45.334Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-07-01T23:51:45.334Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40762026-07-01T23:51:45.988Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-07-01T23:51:47.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
40782026-07-01T23:51:47.753Z
40792026-07-01T23:51:47.754Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40802026-07-01T23:51:48.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-01T23:51:48.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-01T23:51:48.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-07-01T23:51:48.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40842026-07-01T23:51:48.301Z
40852026-07-01T23:51:48.301Zinfo: running `cargo check --bins` on cert-dev (238/299)
40862026-07-01T23:51:48.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-01T23:51:48.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-01T23:51:48.868Z Checking yasna v0.5.2
40892026-07-01T23:51:49.277Z Checking rcgen v0.12.1
40902026-07-01T23:51:49.537Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-07-01T23:51:49.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40922026-07-01T23:51:49.874Z
40932026-07-01T23:51:49.874Zinfo: running `cargo check --bins` on clickana (239/299)
40942026-07-01T23:51:50.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-01T23:51:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-01T23:51:50.486Z Compiling darling_core v0.23.0
40972026-07-01T23:51:50.594Z Compiling instability v0.3.11
40982026-07-01T23:51:50.605Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-07-01T23:51:50.608Z Checking castaway v0.2.4
41002026-07-01T23:51:50.611Z Compiling indoc v2.0.7
41012026-07-01T23:51:50.628Z Checking unicode-truncate v1.1.0
41022026-07-01T23:51:50.631Z Checking lru v0.12.5
41032026-07-01T23:51:50.631Z Checking cassowary v0.3.0
41042026-07-01T23:51:50.695Z Checking compact_str v0.8.1
41052026-07-01T23:51:51.964Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-07-01T23:51:52.057Z Compiling darling_macro v0.23.0
41072026-07-01T23:51:52.147Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-07-01T23:51:52.495Z Compiling darling v0.23.0
41092026-07-01T23:51:53.139Z Checking ratatui v0.29.0
41102026-07-01T23:51:54.202Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-07-01T23:51:54.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
41122026-07-01T23:51:55.022Z
41132026-07-01T23:51:55.022Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41142026-07-01T23:51:55.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-01T23:51:55.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-01T23:51:55.698Z Checking headers-core v0.3.0
41172026-07-01T23:51:55.701Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-07-01T23:51:55.891Z Checking headers v0.4.1
41192026-07-01T23:51:56.259Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-07-01T23:51:57.125Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-07-01T23:51:57.607Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-07-01T23:51:58.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
41232026-07-01T23:51:58.191Z
41242026-07-01T23:51:58.191Zinfo: running `cargo check --bins` on ch-dev (241/299)
41252026-07-01T23:51:58.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-07-01T23:51:58.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-07-01T23:51:58.878Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-07-01T23:51:59.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41292026-07-01T23:51:59.807Z
41302026-07-01T23:51:59.807Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41312026-07-01T23:52:00.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-07-01T23:52:00.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-07-01T23:52:00.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-07-01T23:52:00.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41352026-07-01T23:52:00.210Z
41362026-07-01T23:52:00.210Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41372026-07-01T23:52:00.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-07-01T23:52:00.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-07-01T23:52:00.886Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-01T23:52:01.906Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-07-01T23:52:02.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41422026-07-01T23:52:02.416Z
41432026-07-01T23:52:02.416Zinfo: running `cargo check --bins` on db-dev (244/299)
41442026-07-01T23:52:02.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-01T23:52:02.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-01T23:52:03.090Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-07-01T23:52:03.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41482026-07-01T23:52:04.031Z
41492026-07-01T23:52:04.031Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41502026-07-01T23:52:04.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-01T23:52:04.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-01T23:52:04.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-07-01T23:52:04.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41542026-07-01T23:52:04.618Z
41552026-07-01T23:52:04.618Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41562026-07-01T23:52:05.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-01T23:52:05.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-01T23:52:05.190Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-07-01T23:52:05.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41602026-07-01T23:52:06.049Z
41612026-07-01T23:52:06.049Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41622026-07-01T23:52:06.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-01T23:52:06.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-01T23:52:06.765Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-07-01T23:52:06.765Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-07-01T23:52:06.768Z Checking git-stub v1.0.0
41672026-07-01T23:52:06.768Z Compiling trait-variant v0.1.2
41682026-07-01T23:52:06.768Z Checking maplit v1.0.2
41692026-07-01T23:52:06.768Z Checking is_ci v1.2.0
41702026-07-01T23:52:06.892Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-07-01T23:52:06.912Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-07-01T23:52:06.953Z Checking drift v0.2.0
41732026-07-01T23:52:06.977Z Checking supports-color v3.0.2
41742026-07-01T23:52:07.020Z Checking git-stub-vcs v0.1.0
41752026-07-01T23:52:07.095Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-07-01T23:52:07.116Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41772026-07-01T23:52:07.132Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41782026-07-01T23:52:07.213Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41792026-07-01T23:52:07.314Z Checking dropshot-api-manager v0.7.2
41802026-07-01T23:52:07.340Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-07-01T23:52:07.374Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-07-01T23:52:07.451Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-07-01T23:52:07.680Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-07-01T23:52:08.168Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-07-01T23:52:09.142Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41862026-07-01T23:52:10.368Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-07-01T23:52:10.963Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41882026-07-01T23:52:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
41892026-07-01T23:52:11.585Z
41902026-07-01T23:52:11.585Zinfo: running `cargo check --bins` on installinator-api (248/299)
41912026-07-01T23:52:12.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-07-01T23:52:12.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-07-01T23:52:12.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-07-01T23:52:12.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41952026-07-01T23:52:12.126Z
41962026-07-01T23:52:12.126Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41972026-07-01T23:52:12.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-07-01T23:52:12.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-07-01T23:52:12.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-07-01T23:52:12.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42012026-07-01T23:52:12.709Z
42022026-07-01T23:52:12.709Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42032026-07-01T23:52:13.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-01T23:52:13.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-01T23:52:13.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-07-01T23:52:13.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42072026-07-01T23:52:13.298Z
42082026-07-01T23:52:13.298Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42092026-07-01T23:52:13.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-01T23:52:13.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-01T23:52:13.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-01T23:52:13.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42132026-07-01T23:52:13.885Z
42142026-07-01T23:52:13.885Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42152026-07-01T23:52:14.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-01T23:52:14.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-01T23:52:14.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-01T23:52:14.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42192026-07-01T23:52:14.432Z
42202026-07-01T23:52:14.432Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42212026-07-01T23:52:14.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-01T23:52:14.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-01T23:52:14.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-01T23:52:14.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42252026-07-01T23:52:14.967Z
42262026-07-01T23:52:14.968Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42272026-07-01T23:52:15.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-01T23:52:15.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-01T23:52:15.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-07-01T23:52:15.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42312026-07-01T23:52:15.534Z
42322026-07-01T23:52:15.534Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42332026-07-01T23:52:15.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-07-01T23:52:15.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-07-01T23:52:16.105Z Checking cargo-platform v0.3.2
42362026-07-01T23:52:16.109Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42372026-07-01T23:52:16.350Z Checking cargo_metadata v0.23.1
42382026-07-01T23:52:16.950Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-07-01T23:52:17.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
42402026-07-01T23:52:17.851Z
42412026-07-01T23:52:17.851Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42422026-07-01T23:52:18.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-01T23:52:18.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-01T23:52:18.546Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-07-01T23:52:19.153Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-07-01T23:52:19.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42472026-07-01T23:52:19.833Z
42482026-07-01T23:52:19.834Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42492026-07-01T23:52:20.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-01T23:52:20.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-01T23:52:20.766Z Compiling vergen-lib v0.1.6
42522026-07-01T23:52:20.766Z Compiling diesel_derives v2.3.7
42532026-07-01T23:52:20.766Z Compiling dsl_auto_type v0.2.0
42542026-07-01T23:52:20.766Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-07-01T23:52:20.791Z Checking scheduled-thread-pool v0.2.7
42562026-07-01T23:52:20.791Z Compiling vergen-gitcl v1.0.8
42572026-07-01T23:52:20.792Z Compiling diesel_table_macro_syntax v0.3.0
42582026-07-01T23:52:20.792Z Compiling dirs-sys-next v0.1.2
42592026-07-01T23:52:21.053Z Compiling crunchy v0.2.4
42602026-07-01T23:52:21.104Z Compiling glob v0.3.3
42612026-07-01T23:52:21.130Z Compiling dirs-next v2.0.0
42622026-07-01T23:52:21.207Z Checking r2d2 v0.8.10
42632026-07-01T23:52:21.241Z Compiling tiny-keccak v2.0.2
42642026-07-01T23:52:21.247Z Checking downcast-rs v2.0.2
42652026-07-01T23:52:21.344Z Compiling term v0.7.0
42662026-07-01T23:52:21.448Z Compiling bit-vec v0.6.3
42672026-07-01T23:52:21.510Z Compiling clang-sys v1.8.1
42682026-07-01T23:52:21.557Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-07-01T23:52:21.710Z Compiling bit-set v0.5.3
42702026-07-01T23:52:21.760Z Compiling ascii-canvas v3.0.0
42712026-07-01T23:52:21.869Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-07-01T23:52:21.907Z Compiling itertools v0.10.5
42732026-07-01T23:52:21.934Z Compiling ena v0.14.4
42742026-07-01T23:52:21.961Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42752026-07-01T23:52:21.967Z Compiling libloading v0.8.9
42762026-07-01T23:52:22.014Z Compiling diff v0.1.13
42772026-07-01T23:52:22.024Z Compiling bindgen v0.71.1
42782026-07-01T23:52:22.137Z Compiling regex-syntax v0.6.29
42792026-07-01T23:52:22.291Z Compiling cexpr v0.6.0
42802026-07-01T23:52:22.497Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-07-01T23:52:22.593Z Compiling rustc-hash v2.1.1
42822026-07-01T23:52:22.840Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-07-01T23:52:22.891Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-07-01T23:52:22.991Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-07-01T23:52:23.003Z Compiling libxml v0.3.3
42862026-07-01T23:52:23.204Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-07-01T23:52:23.240Z Compiling strum_macros v0.24.3
42882026-07-01T23:52:23.286Z Compiling indoc v1.0.9
42892026-07-01T23:52:23.764Z Compiling lalrpop v0.19.12
42902026-07-01T23:52:24.065Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-07-01T23:52:24.243Z Checking derive_builder v0.20.2
42922026-07-01T23:52:24.267Z Compiling oso-derive v0.27.3
42932026-07-01T23:52:24.362Z Checking quick-xml v0.37.5
42942026-07-01T23:52:24.631Z Compiling impl-trait-for-tuples v0.2.3
42952026-07-01T23:52:24.786Z Checking openssl-probe v0.1.6
42962026-07-01T23:52:24.934Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-07-01T23:52:25.293Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-07-01T23:52:25.509Z Checking bb8 v0.8.6
42992026-07-01T23:52:25.751Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-07-01T23:52:25.814Z Checking nonempty v0.12.0
43012026-07-01T23:52:25.933Z Compiling libz-sys v1.1.24
43022026-07-01T23:52:25.981Z Compiling strsim v0.10.0
43032026-07-01T23:52:25.998Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-07-01T23:52:26.269Z Compiling darling_core v0.13.4
43052026-07-01T23:52:26.320Z Compiling vergen-git2 v9.1.0
43062026-07-01T23:52:26.545Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-07-01T23:52:26.565Z Compiling base64 v0.21.7
43082026-07-01T23:52:26.830Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43092026-07-01T23:52:26.884Z Compiling ron v0.8.1
43102026-07-01T23:52:26.926Z Checking diesel v2.3.7
43112026-07-01T23:52:27.909Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43122026-07-01T23:52:27.913Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43132026-07-01T23:52:28.004Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43142026-07-01T23:52:28.136Z Compiling darling_macro v0.13.4
43152026-07-01T23:52:28.209Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43162026-07-01T23:52:28.414Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43172026-07-01T23:52:28.618Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43182026-07-01T23:52:28.645Z Compiling darling v0.13.4
43192026-07-01T23:52:28.733Z Compiling serde_with_macros v1.5.2
43202026-07-01T23:52:28.829Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43212026-07-01T23:52:29.039Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43222026-07-01T23:52:29.124Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43232026-07-01T23:52:29.243Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-07-01T23:52:29.630Z Compiling serde_with v1.14.0
43252026-07-01T23:52:30.784Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-07-01T23:52:30.839Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-07-01T23:52:31.080Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43282026-07-01T23:52:31.739Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-07-01T23:52:31.952Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-07-01T23:52:32.240Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43312026-07-01T23:52:32.442Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43322026-07-01T23:52:32.488Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-07-01T23:52:32.945Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-07-01T23:52:33.162Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43352026-07-01T23:52:33.324Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43362026-07-01T23:52:33.542Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-07-01T23:52:33.704Z Checking twox-hash v2.1.2
43382026-07-01T23:52:33.754Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-07-01T23:52:34.097Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-01T23:52:34.199Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-01T23:52:34.462Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-07-01T23:52:34.614Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-01T23:52:37.861Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43442026-07-01T23:52:37.916Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43452026-07-01T23:52:37.916Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43462026-07-01T23:52:37.916Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-01T23:52:37.917Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-01T23:52:37.917Z Checking console v0.16.2
43492026-07-01T23:52:37.917Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-01T23:52:37.917Z Checking fatfs v0.3.6
43512026-07-01T23:52:37.917Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-01T23:52:37.917Z Compiling seq-macro v0.3.6
43532026-07-01T23:52:38.324Z Checking unit-prefix v0.5.2
43542026-07-01T23:52:38.461Z Checking indicatif v0.18.4
43552026-07-01T23:52:38.722Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-01T23:52:38.863Z Checking support-bundle-viewer v0.1.2
43572026-07-01T23:52:39.099Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43582026-07-01T23:52:39.121Z Checking multimap v0.10.1
43592026-07-01T23:52:43.699Z Checking diesel-dtrace v0.5.0
43602026-07-01T23:52:43.996Z Checking async-bb8-diesel v0.2.1
43612026-07-01T23:52:48.748Z Compiling samael v0.0.19
43622026-07-01T23:52:54.008Z Compiling git2 v0.20.4
43632026-07-01T23:52:54.739Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43642026-07-01T23:52:55.706Z Compiling polar-core v0.27.3
43652026-07-01T23:52:56.445Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43662026-07-01T23:53:00.333Z Checking oso v0.27.3
43672026-07-01T23:53:30.086Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-07-01T23:54:43.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43692026-07-01T23:54:43.484Z
43702026-07-01T23:54:43.484Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43712026-07-01T23:54:44.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-07-01T23:54:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-07-01T23:54:44.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-07-01T23:54:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43752026-07-01T23:54:44.123Z
43762026-07-01T23:54:44.123Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43772026-07-01T23:54:44.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-07-01T23:54:44.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-07-01T23:54:44.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-07-01T23:54:44.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43812026-07-01T23:54:44.721Z
43822026-07-01T23:54:44.721Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43832026-07-01T23:54:45.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-07-01T23:54:45.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-07-01T23:54:45.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-07-01T23:54:45.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43872026-07-01T23:54:45.322Z
43882026-07-01T23:54:45.322Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43892026-07-01T23:54:45.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-07-01T23:54:45.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-07-01T23:54:45.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-07-01T23:54:45.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43932026-07-01T23:54:45.853Z
43942026-07-01T23:54:45.853Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43952026-07-01T23:54:46.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-07-01T23:54:46.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-07-01T23:54:46.646Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-07-01T23:54:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
43992026-07-01T23:54:47.581Z
44002026-07-01T23:54:47.581Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44012026-07-01T23:54:48.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-07-01T23:54:48.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-07-01T23:54:48.366Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-07-01T23:55:26.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.60s
44052026-07-01T23:55:26.406Z
44062026-07-01T23:55:26.406Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44072026-07-01T23:55:26.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-07-01T23:55:26.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-07-01T23:55:26.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-07-01T23:55:26.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44112026-07-01T23:55:26.943Z
44122026-07-01T23:55:26.943Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44132026-07-01T23:55:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-07-01T23:55:27.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-07-01T23:55:27.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-07-01T23:55:27.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44172026-07-01T23:55:27.472Z
44182026-07-01T23:55:27.472Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44192026-07-01T23:55:27.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-07-01T23:55:27.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-07-01T23:55:27.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-07-01T23:55:27.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44232026-07-01T23:55:28.064Z
44242026-07-01T23:55:28.064Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44252026-07-01T23:55:28.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-07-01T23:55:28.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-07-01T23:55:28.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-07-01T23:55:28.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44292026-07-01T23:55:28.671Z
44302026-07-01T23:55:28.671Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44312026-07-01T23:55:29.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-07-01T23:55:29.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-07-01T23:55:29.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-07-01T23:55:29.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44352026-07-01T23:55:29.275Z
44362026-07-01T23:55:29.275Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44372026-07-01T23:55:29.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-07-01T23:55:29.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-07-01T23:55:29.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-07-01T23:55:29.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44412026-07-01T23:55:29.859Z
44422026-07-01T23:55:29.860Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44432026-07-01T23:55:30.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-07-01T23:55:30.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-07-01T23:55:30.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-07-01T23:55:30.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44472026-07-01T23:55:30.462Z
44482026-07-01T23:55:30.462Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44492026-07-01T23:55:30.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-07-01T23:55:30.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-07-01T23:55:30.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-07-01T23:55:30.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44532026-07-01T23:55:31.061Z
44542026-07-01T23:55:31.061Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44552026-07-01T23:55:31.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-07-01T23:55:31.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-07-01T23:55:31.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-07-01T23:55:31.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44592026-07-01T23:55:31.645Z
44602026-07-01T23:55:31.645Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44612026-07-01T23:55:32.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-01T23:55:32.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-01T23:55:32.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-07-01T23:55:32.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44652026-07-01T23:55:32.243Z
44662026-07-01T23:55:32.243Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44672026-07-01T23:55:32.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-07-01T23:55:32.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-07-01T23:55:32.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-07-01T23:55:32.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44712026-07-01T23:55:32.843Z
44722026-07-01T23:55:32.843Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44732026-07-01T23:55:33.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-07-01T23:55:33.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-07-01T23:55:33.704Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44762026-07-01T23:55:33.707Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-07-01T23:55:33.891Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44782026-07-01T23:55:33.920Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-01T23:55:33.939Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-01T23:55:33.955Z Checking diff v0.1.13
44812026-07-01T23:55:33.958Z Checking yansi v1.0.1
44822026-07-01T23:55:33.958Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-01T23:55:34.051Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-01T23:55:34.224Z Checking pretty_assertions v1.4.1
44852026-07-01T23:55:34.901Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-01T23:55:35.035Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-01T23:55:59.705Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-01T23:55:59.749Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-01T23:55:59.750Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-07-01T23:55:59.750Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-07-01T23:55:59.750Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44922026-07-01T23:55:59.750Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-07-01T23:55:59.750Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-07-01T23:56:00.471Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-07-01T23:56:00.479Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-07-01T23:56:01.694Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-01T23:56:39.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44982026-07-01T23:56:40.127Z
44992026-07-01T23:56:40.127Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45002026-07-01T23:56:40.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-01T23:56:40.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-01T23:56:40.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-01T23:56:40.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45042026-07-01T23:56:40.817Z
45052026-07-01T23:56:40.817Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45062026-07-01T23:56:41.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-01T23:56:41.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-01T23:56:41.418Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-07-01T23:56:41.574Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-07-01T23:56:41.642Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-07-01T23:57:08.725Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-07-01T23:57:09.103Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-01T23:57:10.847Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-07-01T23:57:11.282Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-07-01T23:57:14.300Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-01T23:57:38.331Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-01T23:57:39.413Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-07-01T23:57:40.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45192026-07-01T23:57:40.884Z
45202026-07-01T23:57:40.884Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45212026-07-01T23:57:41.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-01T23:57:41.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-01T23:57:41.582Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-07-01T23:57:42.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45252026-07-01T23:57:42.498Z
45262026-07-01T23:57:42.498Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45272026-07-01T23:57:43.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-01T23:57:43.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-01T23:57:43.585Z Compiling blake3 v1.8.5
45302026-07-01T23:57:43.585Z Checking arrayref v0.3.9
45312026-07-01T23:57:43.585Z Checking constant_time_eq v0.4.2
45322026-07-01T23:57:43.585Z Checking arrayvec v0.7.6
45332026-07-01T23:57:43.585Z Checking topological-sort v0.2.2
45342026-07-01T23:57:43.585Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45352026-07-01T23:57:43.585Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-07-01T23:57:43.585Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45372026-07-01T23:57:43.587Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45382026-07-01T23:57:43.587Z Checking shell-words v1.1.1
45392026-07-01T23:57:44.062Z Checking omicron-zone-package v0.12.3
45402026-07-01T23:57:44.845Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-07-01T23:57:45.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
45422026-07-01T23:57:45.880Z
45432026-07-01T23:57:45.880Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45442026-07-01T23:57:46.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-01T23:57:46.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-01T23:57:46.500Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-07-01T23:57:47.353Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-07-01T23:57:47.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45492026-07-01T23:57:47.513Z
45502026-07-01T23:57:47.513Zinfo: running `cargo check --bins` on schema (281/299)
45512026-07-01T23:57:47.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-01T23:57:47.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-01T23:57:48.085Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-07-01T23:57:48.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45552026-07-01T23:57:49.008Z
45562026-07-01T23:57:49.008Zinfo: running `cargo check --bins` on xtask (282/299)
45572026-07-01T23:57:49.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-07-01T23:57:49.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-07-01T23:57:49.522Z Checking serde_core v1.0.228
45602026-07-01T23:57:49.522Z Checking libc v0.2.185
45612026-07-01T23:57:49.522Z Checking bitflags v2.11.0
45622026-07-01T23:57:50.500Z Checking scroll v0.12.0
45632026-07-01T23:57:50.501Z Checking thiserror v1.0.69
45642026-07-01T23:57:50.501Z Checking log v0.4.29
45652026-07-01T23:57:50.501Z Checking indexmap v2.14.0
45662026-07-01T23:57:50.501Z Checking zerocopy v0.7.35
45672026-07-01T23:57:50.501Z Checking syn v2.0.117
45682026-07-01T23:57:50.550Z Checking dtrace-parser v0.2.0
45692026-07-01T23:57:50.550Z Checking once_cell v1.21.3
45702026-07-01T23:57:50.550Z Checking goblin v0.8.2
45712026-07-01T23:57:50.550Z Checking errno v0.3.14
45722026-07-01T23:57:50.550Z Checking thread-id v4.2.2
45732026-07-01T23:57:50.550Z Checking getrandom v0.4.1
45742026-07-01T23:57:50.550Z Checking rustix v1.1.3
45752026-07-01T23:57:50.550Z Checking memmap v0.7.0
45762026-07-01T23:57:50.550Z Checking thiserror v2.0.18
45772026-07-01T23:57:50.550Z Checking fs-err v3.3.0
45782026-07-01T23:57:50.550Z Checking tabled v0.15.0
45792026-07-01T23:57:50.551Z Checking anyhow v1.0.102
45802026-07-01T23:57:53.641Z Checking terminal_size v0.4.3
45812026-07-01T23:57:53.641Z Checking tempfile v3.25.0
45822026-07-01T23:57:53.718Z Checking clap_builder v4.6.0
45832026-07-01T23:57:53.718Z Checking textwrap v0.16.2
45842026-07-01T23:57:53.719Z Checking serde v1.0.228
45852026-07-01T23:57:53.719Z Checking serde_json v1.0.150
45862026-07-01T23:57:53.719Z Checking camino v1.2.2
45872026-07-01T23:57:53.719Z Checking semver v1.0.28
45882026-07-01T23:57:53.719Z Checking cargo-platform v0.3.2
45892026-07-01T23:57:53.719Z Checking camino-tempfile v1.4.1
45902026-07-01T23:57:53.719Z Checking serde_spanned v0.6.9
45912026-07-01T23:57:53.719Z Checking toml_datetime v0.6.11
45922026-07-01T23:57:53.719Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-07-01T23:57:53.719Z Checking macaddr v1.0.1
45942026-07-01T23:57:53.719Z Checking toml_edit v0.22.27
45952026-07-01T23:57:53.719Z Checking cargo_metadata v0.23.1
45962026-07-01T23:57:53.719Z Checking dof v0.3.0
45972026-07-01T23:57:53.719Z Checking usdt-impl v0.5.0
45982026-07-01T23:57:53.720Z Checking clap v4.6.1
45992026-07-01T23:57:53.720Z Checking usdt v0.5.0
46002026-07-01T23:57:53.721Z Checking toml v0.8.23
46012026-07-01T23:57:53.721Z Checking cargo_toml v0.21.0
46022026-07-01T23:57:53.721Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46032026-07-01T23:57:53.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
46042026-07-01T23:57:53.949Z
46052026-07-01T23:57:53.949Zinfo: running `cargo check --bins` on dnsadm (283/299)
46062026-07-01T23:57:54.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-07-01T23:57:54.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-07-01T23:57:54.528Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46092026-07-01T23:57:55.006Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46102026-07-01T23:57:55.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46112026-07-01T23:57:55.688Z
46122026-07-01T23:57:55.688Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46132026-07-01T23:57:56.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-07-01T23:57:56.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-07-01T23:57:56.350Z Checking cpubits v0.1.1
46162026-07-01T23:57:56.369Z Checking pem-rfc7468 v1.0.0
46172026-07-01T23:57:56.497Z Checking hmac v0.13.0
46182026-07-01T23:57:56.518Z Checking universal-hash v0.6.1
46192026-07-01T23:57:56.518Z Checking ctr v0.10.1
46202026-07-01T23:57:56.518Z Checking aead v0.6.1
46212026-07-01T23:57:56.518Z Checking sha2 v0.11.0
46222026-07-01T23:57:56.548Z Checking aes v0.9.1
46232026-07-01T23:57:56.548Z Checking crypto-bigint v0.7.5
46242026-07-01T23:57:56.627Z Checking polyval v0.7.1
46252026-07-01T23:57:56.644Z Checking der v0.8.0
46262026-07-01T23:57:56.644Z Checking pbkdf2 v0.13.0
46272026-07-01T23:57:56.665Z Checking cbc v0.2.1
46282026-07-01T23:57:56.705Z Checking salsa20 v0.11.0
46292026-07-01T23:57:56.767Z Checking ff v0.14.0
46302026-07-01T23:57:56.787Z Checking ghash v0.6.0
46312026-07-01T23:57:56.822Z Checking signature v3.0.0
46322026-07-01T23:57:56.842Z Checking base16ct v1.0.0
46332026-07-01T23:57:56.899Z Checking group v0.14.0
46342026-07-01T23:57:56.921Z Checking hkdf v0.13.0
46352026-07-01T23:57:56.962Z Checking aes-gcm v0.11.0
46362026-07-01T23:57:56.989Z Checking rfc6979 v0.5.0
46372026-07-01T23:57:57.018Z Compiling curve25519-dalek v5.0.0-rc.0
46382026-07-01T23:57:57.044Z Checking poly1305 v0.9.0
46392026-07-01T23:57:57.066Z Checking blowfish v0.10.0
46402026-07-01T23:57:57.107Z Checking blake2 v0.11.0-rc.6
46412026-07-01T23:57:57.153Z Checking keccak v0.2.0
46422026-07-01T23:57:57.300Z Checking fiat-crypto v0.3.0
46432026-07-01T23:57:57.451Z Checking scrypt v0.12.0
46442026-07-01T23:57:57.451Z Checking sha3 v0.11.0
46452026-07-01T23:57:57.451Z Checking bcrypt-pbkdf v0.11.0
46462026-07-01T23:57:57.496Z Checking argon2 v0.6.0-rc.8
46472026-07-01T23:57:57.496Z Checking kem v0.3.0
46482026-07-01T23:57:57.496Z Checking spki v0.8.0
46492026-07-01T23:57:57.496Z Checking sec1 v0.8.1
46502026-07-01T23:57:57.603Z Checking module-lattice v0.2.3
46512026-07-01T23:57:57.670Z Checking pkcs5 v0.8.1
46522026-07-01T23:57:57.670Z Checking pkcs1 v0.8.0-rc.4
46532026-07-01T23:57:57.769Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46542026-07-01T23:57:57.769Z Checking internal-russh-num-bigint v0.5.0
46552026-07-01T23:57:57.851Z Checking ml-kem v0.3.2
46562026-07-01T23:57:57.903Z Checking num-bigint v0.4.6
46572026-07-01T23:57:57.903Z Checking generic-array v1.4.3
46582026-07-01T23:57:57.940Z Checking pkcs8 v0.11.0
46592026-07-01T23:57:58.124Z Checking ed25519 v3.0.0
46602026-07-01T23:57:58.310Z Checking russh-util v0.52.0
46612026-07-01T23:57:58.342Z Compiling enum_dispatch v0.3.13
46622026-07-01T23:57:58.342Z Checking ed25519-dalek v3.0.0-rc.0
46632026-07-01T23:57:58.418Z Compiling delegate v0.13.5
46642026-07-01T23:57:58.549Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46652026-07-01T23:57:58.576Z Checking md5 v0.8.0
46662026-07-01T23:57:58.576Z Checking hex-literal v1.1.0
46672026-07-01T23:57:58.702Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46682026-07-01T23:57:58.733Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46692026-07-01T23:57:58.794Z Checking socket2 v0.5.10
46702026-07-01T23:57:58.870Z Checking elliptic-curve v0.14.0-rc.33
46712026-07-01T23:57:58.936Z Checking primefield v0.14.0
46722026-07-01T23:57:59.003Z Checking ssh-encoding v0.3.0-rc.9
46732026-07-01T23:57:59.048Z Checking crypto-primes v0.7.2
46742026-07-01T23:57:59.173Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46752026-07-01T23:57:59.212Z Checking ssh-cipher v0.3.0-rc.9
46762026-07-01T23:57:59.341Z Checking russh-cryptovec v0.61.0
46772026-07-01T23:57:59.380Z Checking primeorder v0.14.0-rc.10
46782026-07-01T23:57:59.403Z Checking ecdsa v0.17.0-rc.18
46792026-07-01T23:57:59.440Z Checking internet-checksum v0.2.1
46802026-07-01T23:57:59.780Z Checking p521 v0.14.0-rc.10
46812026-07-01T23:57:59.782Z Checking p256 v0.14.0-rc.10
46822026-07-01T23:58:00.023Z Checking rsa v0.10.0-rc.18
46832026-07-01T23:58:02.204Z Checking p384 v0.14.0-rc.10
46842026-07-01T23:58:04.122Z Checking ssh-key v0.7.0-rc.10
46852026-07-01T23:58:04.902Z Checking russh v0.61.2
46862026-07-01T23:58:17.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.71s
46872026-07-01T23:58:17.535Z
46882026-07-01T23:58:17.535Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46892026-07-01T23:58:17.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-07-01T23:58:18.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-07-01T23:58:18.104Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46922026-07-01T23:58:18.223Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46932026-07-01T23:58:18.276Z Checking termios v0.3.3
46942026-07-01T23:58:19.478Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46952026-07-01T23:58:19.654Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46962026-07-01T23:58:21.343Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46972026-07-01T23:58:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
46982026-07-01T23:58:22.038Z
46992026-07-01T23:58:22.038Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47002026-07-01T23:58:22.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-07-01T23:58:22.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-07-01T23:58:22.719Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47032026-07-01T23:58:22.751Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47042026-07-01T23:58:22.815Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47052026-07-01T23:58:22.825Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47062026-07-01T23:58:22.825Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47072026-07-01T23:58:22.826Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47082026-07-01T23:58:23.596Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47092026-07-01T23:58:23.929Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47102026-07-01T23:58:23.962Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47112026-07-01T23:58:24.610Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47122026-07-01T23:58:26.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
47132026-07-01T23:58:26.464Z
47142026-07-01T23:58:26.471Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47152026-07-01T23:58:26.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-07-01T23:58:26.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-07-01T23:58:27.037Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47182026-07-01T23:58:27.481Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47192026-07-01T23:58:28.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
47202026-07-01T23:58:28.200Z
47212026-07-01T23:58:28.200Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47222026-07-01T23:58:28.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-01T23:58:28.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-01T23:58:28.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-07-01T23:58:28.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47262026-07-01T23:58:28.500Z
47272026-07-01T23:58:28.500Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47282026-07-01T23:58:28.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-07-01T23:58:29.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-07-01T23:58:29.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-07-01T23:58:29.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47322026-07-01T23:58:29.040Z
47332026-07-01T23:58:29.040Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47342026-07-01T23:58:29.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-07-01T23:58:29.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-07-01T23:58:29.797Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47372026-07-01T23:58:30.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47382026-07-01T23:58:30.500Z
47392026-07-01T23:58:30.500Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47402026-07-01T23:58:30.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-07-01T23:58:31.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-07-01T23:58:31.163Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47432026-07-01T23:58:31.316Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47442026-07-01T23:58:31.377Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47452026-07-01T23:58:31.377Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47462026-07-01T23:58:32.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47472026-07-01T23:58:32.442Z
47482026-07-01T23:58:32.442Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47492026-07-01T23:58:32.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-07-01T23:58:32.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-07-01T23:58:32.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-07-01T23:58:32.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47532026-07-01T23:58:32.918Z
47542026-07-01T23:58:32.918Zinfo: running `cargo check --bins` on omicron-package (293/299)
47552026-07-01T23:58:33.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-01T23:58:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-01T23:58:33.551Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47582026-07-01T23:58:34.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47592026-07-01T23:58:34.827Z
47602026-07-01T23:58:34.827Zinfo: running `cargo check --bins` on tqdb (294/299)
47612026-07-01T23:58:35.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-01T23:58:35.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-01T23:58:35.615Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47642026-07-01T23:58:35.906Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47652026-07-01T23:58:36.418Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47662026-07-01T23:58:36.480Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47672026-07-01T23:58:42.567Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47682026-07-01T23:58:42.622Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47692026-07-01T23:58:43.122Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47702026-07-01T23:58:43.123Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47712026-07-01T23:58:43.168Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47722026-07-01T23:58:43.168Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47732026-07-01T23:58:43.940Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47742026-07-01T23:58:44.939Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47752026-07-01T23:58:45.866Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47762026-07-01T23:58:47.292Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47772026-07-01T23:58:51.413Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47782026-07-01T23:58:57.979Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47792026-07-01T23:58:58.046Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47802026-07-01T23:58:58.046Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47812026-07-01T23:58:58.046Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47822026-07-01T23:58:59.618Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47832026-07-01T23:59:00.825Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47842026-07-01T23:59:01.465Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47852026-07-01T23:59:03.489Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47862026-07-01T23:59:03.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.41s
47872026-07-01T23:59:03.800Z
47882026-07-01T23:59:03.800Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47892026-07-01T23:59:04.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-01T23:59:04.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-01T23:59:04.186Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47922026-07-01T23:59:04.186Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47932026-07-01T23:59:04.186Z Checking rtoolbox v0.0.3
47942026-07-01T23:59:04.252Z Checking tui-tree-widget v0.23.1
47952026-07-01T23:59:04.339Z Checking rpassword v7.4.0
47962026-07-01T23:59:05.430Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47972026-07-01T23:59:08.598Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47982026-07-01T23:59:10.471Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47992026-07-01T23:59:11.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
48002026-07-01T23:59:12.449Z
48012026-07-01T23:59:12.449Zinfo: running `cargo check --bins` on wicket (296/299)
48022026-07-01T23:59:12.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-07-01T23:59:12.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-07-01T23:59:12.637Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48052026-07-01T23:59:12.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
48062026-07-01T23:59:12.899Z
48072026-07-01T23:59:12.899Zinfo: running `cargo check --bins` on wicketd (297/299)
48082026-07-01T23:59:13.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-07-01T23:59:13.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-07-01T23:59:13.492Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48112026-07-01T23:59:13.587Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48122026-07-01T23:59:13.587Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48132026-07-01T23:59:13.587Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48142026-07-01T23:59:14.478Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48152026-07-01T23:59:15.020Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48162026-07-01T23:59:18.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
48172026-07-01T23:59:18.244Z
48182026-07-01T23:59:18.245Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48192026-07-01T23:59:18.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-07-01T23:59:18.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-07-01T23:59:18.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48222026-07-01T23:59:18.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48232026-07-01T23:59:18.906Z
48242026-07-01T23:59:18.906Zinfo: running `cargo check --bins` on zone-setup (299/299)
48252026-07-01T23:59:19.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-07-01T23:59:19.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-07-01T23:59:19.430Z Checking uzers v0.12.2
48282026-07-01T23:59:21.030Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48292026-07-01T23:59:21.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48302026-07-01T23:59:21.470Z
48312026-07-01T23:59:21.470Zreal 14:02.123525443
48322026-07-01T23:59:21.470Zuser 21:19.844473208
48332026-07-01T23:59:21.470Zsys 4:16.711133266
48342026-07-01T23:59:21.470Ztrap 0.330472969
48352026-07-01T23:59:21.470Ztflt 0.714851613
48362026-07-01T23:59:21.473Zdflt 1.197364638
48372026-07-01T23:59:21.473Zkflt 0.004914512
48382026-07-01T23:59:21.473Zlock 1:19:52.339954838
48392026-07-01T23:59:21.473Zslp 1:41:54.463744231
48402026-07-01T23:59:21.473Zlat 58.538467540
48412026-07-01T23:59:21.473Zstop 3:40.922194759
48422026-07-01T23:59:21.473Zprocess exited: duration 965573 ms, exit code 0
 
48432026-07-01T23:59:21.728Zfound 0 output files