01KWJ7Z63YDDTY1NT948H6TRA0: 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: 01KWJ7ZJZN07001Y9S02WRWSP8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T20:23:56.941Zjob assigned to worker 01KWJ7ZVD8VPXA0VEH2AM664SE [factory aws, i-0fc482f9cd1871f2b] (queued for 54 s)
 
22026-07-02T20:24:03.123Zstarting task 0: "setup"
32026-07-02T20:24:03.129Z++ uname -s
42026-07-02T20:24:03.134Z+ kern=SunOS
52026-07-02T20:24:03.134Z+ build_user=build
62026-07-02T20:24:03.134Z+ build_uid=12345
72026-07-02T20:24:03.134Z+ work_dir=/work
82026-07-02T20:24:03.134Z+ input_dir=/input
92026-07-02T20:24:03.134Z+ [[ 0 == 12345 ]]
102026-07-02T20:24:03.134Z+ case "$kern" in
112026-07-02T20:24:03.134Z+ groupadd -g 12345 build
122026-07-02T20:24:03.134Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T20:24:05.140Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T20:24:05.190Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T20:24:05.195Z+ home_fs=zfs
162026-07-02T20:24:05.195Z+ [[ zfs == autofs ]]
172026-07-02T20:24:05.195Z+ mkdir -p /home/build
182026-07-02T20:24:05.195Z+ chown build:build /home/build /work
192026-07-02T20:24:07.194Z+ chmod 0700 /home/build /work
202026-07-02T20:24:07.197Zprocess exited: duration 4072 ms, exit code 0
 
212026-07-02T20:24:07.203Zstarting task 1: "rust-toolchain"
222026-07-02T20:24:07.206Z * rust toolchain channel = "1.96.1"
232026-07-02T20:24:07.206Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-02T20:24:07.206Z * rust toolchain profile = "default"
252026-07-02T20:24:07.206Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T20:24:07.206Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T20:24:07.206Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T20:24:07.209Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T20:24:07.209Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T20:24:07.327Zinfo: downloading installer
312026-07-02T20:24:08.917Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T20:24:08.917Zwarn: /home/build/.rustup/settings.toml
332026-07-02T20:24:08.917Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T20:24:08.917Zwarn: instead of the one inferred from the default host triple.
352026-07-02T20:24:08.930Zinfo: profile set to default
362026-07-02T20:24:08.930Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T20:24:08.937Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T20:24:09.076Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T20:24:09.080Zinfo: downloading 6 components
402026-07-02T20:24:24.989Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T20:24:24.989Z
422026-07-02T20:24:25.016Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T20:24:25.016Z
442026-07-02T20:24:25.016Z
452026-07-02T20:24:25.016ZRust is installed now. Great!
462026-07-02T20:24:25.016Z
472026-07-02T20:24:25.019ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T20:24:25.019Zenvironment variable. This has not been done automatically.
492026-07-02T20:24:25.019Z
502026-07-02T20:24:25.019ZTo configure your current shell, you need to source
512026-07-02T20:24:25.019Zthe corresponding env file under $HOME/.cargo.
522026-07-02T20:24:25.019Z
532026-07-02T20:24:25.019ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T20:24:25.019Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T20:24:25.019Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T20:24:25.019Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T20:24:25.019Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T20:24:25.019Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T20:24:25.019Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T20:24:25.019Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T20:24:25.019Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T20:24:25.123Z+ rustup --version
632026-07-02T20:24:25.131Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T20:24:25.134Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T20:24:25.153Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T20:24:25.156Z+ cargo --version
672026-07-02T20:24:25.170Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T20:24:25.173Z+ rustc --version
692026-07-02T20:24:25.191Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T20:24:25.194Zprocess exited: duration 17990 ms, exit code 0
 
712026-07-02T20:24:25.200Zstarting task 2: "authentication"
722026-07-02T20:24:25.216Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T20:24:25.222Zstarting task 3: "clone repository"
742026-07-02T20:24:25.225Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T20:24:25.230Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T20:24:25.258ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T20:24:35.492Z+ cd /work/oxidecomputer/omicron
782026-07-02T20:24:35.492Z+ git fetch origin 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
792026-07-02T20:24:35.775ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T20:24:35.775Z * branch 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3 -> FETCH_HEAD
812026-07-02T20:24:35.785Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-02T20:24:35.788Z++ git branch --show-current
832026-07-02T20:24:35.788Z+ current=main
842026-07-02T20:24:35.788Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-02T20:24:35.788Z+ git branch -f iliana/tufaceous-v2/10.releng 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
862026-07-02T20:24:35.791Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-02T20:24:35.878ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-02T20:24:35.881Z+ git reset --hard 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
892026-07-02T20:24:35.965ZHEAD is now at 34efdd2cc nit
902026-07-02T20:24:35.968Zprocess exited: duration 10744 ms, exit code 0
 
912026-07-02T20:24:35.974Zstarting task 4: "build"
922026-07-02T20:24:35.978Z+ source .github/buildomat/ci-env.sh
932026-07-02T20:24:35.980Z++ export CARGO_TERM_COLOR=always
942026-07-02T20:24:35.980Z++ CARGO_TERM_COLOR=always
952026-07-02T20:24:35.980Z+ cargo --version
962026-07-02T20:24:35.988Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T20:24:35.990Z+ rustc --version
982026-07-02T20:24:36.034Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T20:24:36.038Z+ source ./env.sh
1002026-07-02T20:24:36.038Z++ OLD_SHELL_OPTS=ehxB
1012026-07-02T20:24:36.038Z++ set -o xtrace
1022026-07-02T20:24:36.038Z++++ dirname ./env.sh
1032026-07-02T20:24:36.038Z+++ readlink -f .
1042026-07-02T20:24:36.038Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-07-02T20:24:36.039Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-02T20:24:36.039Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-02T20:24:36.039Z++ 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
1082026-07-02T20:24:36.039Z++ 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
1092026-07-02T20:24:36.039Z++ 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
1102026-07-02T20:24:36.039Z++ 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
1112026-07-02T20:24:36.039Z++ 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
1122026-07-02T20:24:36.039Z++ 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
1132026-07-02T20:24:36.039Z++ 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
1142026-07-02T20:24:36.041Z++ 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
1152026-07-02T20:24:36.041Z++ case $OLD_SHELL_OPTS in
1162026-07-02T20:24:36.041Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-07-02T20:24:36.041Z+ 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
1182026-07-02T20:24:36.041Z+ 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
1192026-07-02T20:24:36.041Z+ banner prerequisites
1202026-07-02T20:24:36.041Z
1212026-07-02T20:24:36.041Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-07-02T20:24:36.041Z # # # # # # # # # # # # # # #
1232026-07-02T20:24:36.041Z # # # # ##### # # ##### # # # # # #### #
1242026-07-02T20:24:36.041Z ##### ##### # ##### # # # # # # # # #
1252026-07-02T20:24:36.041Z # # # # # # # # # # # # # # #
1262026-07-02T20:24:36.041Z # # # ###### # # ###### ### # #### # #### #
1272026-07-02T20:24:36.041Z
1282026-07-02T20:24:36.041Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-07-02T20:24:37.950Z Startup: Refreshing catalog 'helios' ... Done
1302026-07-02T20:24:38.060Z Startup: Caching catalogs ... Done
1312026-07-02T20:24:38.549ZPlanning: Solver setup ... Done (0.444s)
1322026-07-02T20:24:38.575ZPlanning: Running solver ... Done (0.026s)
1332026-07-02T20:24:38.586ZPlanning: Finding local manifests ... Done (0.003s)
1342026-07-02T20:24:38.598ZPlanning: Fetching manifests: 0/2 0% complete
1352026-07-02T20:24:38.620ZPlanning: Fetching manifests: 2/2 100% complete
1362026-07-02T20:24:38.634ZPlanning: Package planning ... Done (0.013s)
1372026-07-02T20:24:38.637ZPlanning: Merging actions ... Done (0.001s)
1382026-07-02T20:24:38.798ZPlanning: Checking for conflicting actions ... Done (0.162s)
1392026-07-02T20:24:38.801ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-07-02T20:24:39.592ZPlanning: Evaluating mediators ... Done (0.793s)
1412026-07-02T20:24:39.595ZPlanning: Planning completed in 1.51 seconds
1422026-07-02T20:24:39.602Z Packages to install: 2
1432026-07-02T20:24:39.602Z Estimated space available: 156.06 GB
1442026-07-02T20:24:39.605ZEstimated space to be consumed: 30.98 MB
1452026-07-02T20:24:39.605Z Create boot environment: No
1462026-07-02T20:24:39.605ZCreate backup boot environment: No
1472026-07-02T20:24:39.605Z Rebuild boot archive: No
1482026-07-02T20:24:39.605Z
1492026-07-02T20:24:39.606ZChanged packages:
1502026-07-02T20:24:39.606Zhelios
1512026-07-02T20:24:39.606Z developer/build-essential
1522026-07-02T20:24:39.606Z None -> 11-3.0
1532026-07-02T20:24:39.606Z library/libxmlsec1
1542026-07-02T20:24:39.606Z None -> 1.2.35-3.0
1552026-07-02T20:24:39.626Z
1562026-07-02T20:24:39.626ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-07-02T20:24:40.261ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1582026-07-02T20:24:40.327Z Actions: 1/268 actions (Installing new actions)
1592026-07-02T20:24:40.365Z Actions: Completed 268 actions in 0.04 seconds.
1602026-07-02T20:24:40.376ZFinalize: Updating package state database ... Done (0.011s)
1612026-07-02T20:24:40.376ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-02T20:24:40.406ZFinalize: Updating image state ... Done (0.029s)
1632026-07-02T20:24:42.787ZFinalize: Creating fast lookup database ... Done (2.356s)
1642026-07-02T20:24:42.854ZFinalize: Reading search index ... Done (0.012s)
1652026-07-02T20:24:42.856ZFinalize: Updating search index ... Done (0.000s)
1662026-07-02T20:24:42.940ZFinalize: Updating package cache ... Done (0.000s)
1672026-07-02T20:24:43.255ZPlanning: Evaluating mediator changes ... Done
1682026-07-02T20:24:43.358ZPlanning: Checking for conflicting actions ... Done
1692026-07-02T20:24:43.361ZPlanning: Consolidating action changes ... Done
1702026-07-02T20:24:43.516ZPlanning: Evaluating mediators ... Done
1712026-07-02T20:24:43.519ZPlanning: Planning completed in 0.26 seconds
1722026-07-02T20:24:43.539Z Mediators to change: 2
1732026-07-02T20:24:43.539Z Create boot environment: No
1742026-07-02T20:24:43.543ZCreate backup boot environment: No
1752026-07-02T20:24:43.597ZFinalize: Updating package state database ... Done
1762026-07-02T20:24:43.597ZFinalize: Updating package cache ... Done
1772026-07-02T20:24:43.613ZFinalize: Updating image state ... Done
1782026-07-02T20:24:45.552ZFinalize: Creating fast lookup database ... Done
1792026-07-02T20:24:45.616ZFinalize: Reading search index ... Done
1802026-07-02T20:24:45.619ZFinalize: Updating search index ... Done
1812026-07-02T20:24:45.700ZFinalize: Updating package cache ... Done
1822026-07-02T20:24:45.985ZPlanning: Evaluating mediator changes ... Done
1832026-07-02T20:24:46.091ZPlanning: Checking for conflicting actions ... Done
1842026-07-02T20:24:46.094ZPlanning: Consolidating action changes ... Done
1852026-07-02T20:24:46.248ZPlanning: Evaluating mediators ... Done
1862026-07-02T20:24:46.251ZPlanning: Planning completed in 0.26 seconds
1872026-07-02T20:24:46.271Z Mediators to change: 1
1882026-07-02T20:24:46.271Z Create boot environment: No
1892026-07-02T20:24:46.271ZCreate backup boot environment: No
1902026-07-02T20:24:46.327ZFinalize: Updating package state database ... Done
1912026-07-02T20:24:46.327ZFinalize: Updating package cache ... Done
1922026-07-02T20:24:46.342ZFinalize: Updating image state ... Done
1932026-07-02T20:24:48.275ZFinalize: Creating fast lookup database ... Done
1942026-07-02T20:24:48.343ZFinalize: Reading search index ... Done
1952026-07-02T20:24:48.346ZFinalize: Updating search index ... Done
1962026-07-02T20:24:48.427ZFinalize: Updating package cache ... Done
1972026-07-02T20:24:48.731ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-07-02T20:24:48.731Zapache system 2.4 system
1992026-07-02T20:24:48.731Zclang system 15 system
2002026-07-02T20:24:48.731Zcsh system system illumos
2012026-07-02T20:24:48.731Zctags system system illumos
2022026-07-02T20:24:48.731Zfile vendor vendor darwinsys
2032026-07-02T20:24:48.731Zfile system system illumos
2042026-07-02T20:24:48.731Zgcc vendor 14 vendor
2052026-07-02T20:24:48.731Zgcc system 13 system
2062026-07-02T20:24:48.731Zgcc system 10 system
2072026-07-02T20:24:48.731Zgo system 1.25 system
2082026-07-02T20:24:48.731Zllvm system 15 system
2092026-07-02T20:24:48.731Zmariadb system 11.4 system
2102026-07-02T20:24:48.731Zmta vendor vendor dma
2112026-07-02T20:24:48.731Zopenjdk system 17 system
2122026-07-02T20:24:48.731Zopenjdk system 11 system
2132026-07-02T20:24:48.731Zopenssl vendor 3 vendor
2142026-07-02T20:24:48.731Zperl system 5.40 system
2152026-07-02T20:24:48.731Zpostgresql system 18 system
2162026-07-02T20:24:48.731Zpostgresql system 17 system
2172026-07-02T20:24:48.731Zpython vendor 3 vendor
2182026-07-02T20:24:48.731Zpython system 2 system
2192026-07-02T20:24:48.731Zpython3 vendor 3.13 vendor
2202026-07-02T20:24:48.731Zruby system 3.4 system
2212026-07-02T20:24:48.731Zruby system 3.0 system
2222026-07-02T20:24:48.731Zwords vendor vendor american-english
2232026-07-02T20:24:48.731Zwords system system australian-english
2242026-07-02T20:24:48.731Zwords system system british-english
2252026-07-02T20:24:48.731Zwords system system canadian-english
2262026-07-02T20:24:48.731Zwords system system french
2272026-07-02T20:24:48.732Zwords system system italian
2282026-07-02T20:24:48.732Zwords system system ngerman
2292026-07-02T20:24:48.732Zwords system system ogerman
2302026-07-02T20:24:48.732Zwords system system spanish
2312026-07-02T20:24:48.985ZPUBLISHER TYPE STATUS P LOCATION
2322026-07-02T20:24:48.985Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-07-02T20:24:49.291ZFMRI IFO
2342026-07-02T20:24:49.291Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-07-02T20:24:49.291Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-07-02T20:24:49.291Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-07-02T20:24:49.291Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-07-02T20:24:49.291Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-07-02T20:24:49.291Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-07-02T20:24:49.291Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-07-02T20:24:49.291Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-07-02T20:24:49.291Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-07-02T20:24:49.546Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-07-02T20:24:49.796Z Updating crates.io index
2452026-07-02T20:24:49.801Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-07-02T20:24:50.015Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-07-02T20:24:50.300Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-07-02T20:24:51.213Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-07-02T20:24:51.723Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-02T20:24:53.507Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-02T20:24:54.313Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-02T20:24:54.562Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-07-02T20:24:54.845Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-07-02T20:24:56.120Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-02T20:24:56.386Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-07-02T20:24:56.703Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-07-02T20:24:56.973Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-07-02T20:24:57.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-07-02T20:24:57.833Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-07-02T20:24:58.046Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-07-02T20:24:58.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-07-02T20:24:58.579Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-07-02T20:24:58.855Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-07-02T20:24:59.089Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-07-02T20:24:59.319Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-07-02T20:24:59.565Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-07-02T20:24:59.909Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-07-02T20:25:00.222Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-07-02T20:25:00.455Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-07-02T20:25:00.830Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-07-02T20:25:01.071Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2722026-07-02T20:25:01.446Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-02T20:25:01.744Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-02T20:25:02.001Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-02T20:25:02.243Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-02T20:25:02.703Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-02T20:25:03.043Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-02T20:25:03.460Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-02T20:25:03.722Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-02T20:25:03.959Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-02T20:25:04.243Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-02T20:25:04.506Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-02T20:25:04.762Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-02T20:25:05.053Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-02T20:25:05.317Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-02T20:25:08.425Z Downloading crates ...
2872026-07-02T20:25:08.488Z Downloaded anstyle-query v1.1.5
2882026-07-02T20:25:08.494Z Downloaded zerocopy-derive v0.7.35
2892026-07-02T20:25:08.499Z Downloaded zmij v1.0.21
2902026-07-02T20:25:08.499Z Downloaded cargo-platform v0.3.2
2912026-07-02T20:25:08.499Z Downloaded cfg-if v1.0.4
2922026-07-02T20:25:08.532Z Downloaded anstream v1.0.0
2932026-07-02T20:25:08.532Z Downloaded zerocopy v0.7.35
2942026-07-02T20:25:08.626Z Downloaded fastrand v2.3.0
2952026-07-02T20:25:08.626Z Downloaded errno v0.3.14
2962026-07-02T20:25:08.626Z Downloaded dtrace-parser v0.2.0
2972026-07-02T20:25:08.626Z Downloaded crypto-common v0.1.7
2982026-07-02T20:25:08.626Z Downloaded swrite v0.1.0
2992026-07-02T20:25:08.626Z Downloaded cpufeatures v0.2.17
3002026-07-02T20:25:08.626Z Downloaded clap_lex v1.0.0
3012026-07-02T20:25:08.626Z Downloaded memmap v0.7.0
3022026-07-02T20:25:08.626Z Downloaded itoa v1.0.17
3032026-07-02T20:25:08.626Z Downloaded heck v0.4.1
3042026-07-02T20:25:08.627Z Downloaded macaddr v1.0.1
3052026-07-02T20:25:08.627Z Downloaded anstyle-parse v1.0.0
3062026-07-02T20:25:08.627Z Downloaded autocfg v1.5.0
3072026-07-02T20:25:08.627Z Downloaded anstyle v1.0.14
3082026-07-02T20:25:08.629Z Downloaded is_terminal_polyfill v1.70.2
3092026-07-02T20:25:08.629Z Downloaded heck v0.5.0
3102026-07-02T20:25:08.629Z Downloaded fnv v1.0.7
3112026-07-02T20:25:08.629Z Downloaded equivalent v1.0.2
3122026-07-02T20:25:08.630Z Downloaded bytecount v0.6.9
3132026-07-02T20:25:08.630Z Downloaded camino-tempfile v1.4.1
3142026-07-02T20:25:08.630Z Downloaded cargo_metadata v0.23.1
3152026-07-02T20:25:08.630Z Downloaded block-buffer v0.10.4
3162026-07-02T20:25:08.630Z Downloaded cargo_toml v0.21.0
3172026-07-02T20:25:08.630Z Downloaded thiserror-impl v2.0.18
3182026-07-02T20:25:08.630Z Downloaded fs-err v3.3.0
3192026-07-02T20:25:08.630Z Downloaded digest v0.10.7
3202026-07-02T20:25:08.689Z Downloaded colorchoice v1.0.4
3212026-07-02T20:25:08.690Z Downloaded dof v0.3.0
3222026-07-02T20:25:08.690Z Downloaded anyhow v1.0.102
3232026-07-02T20:25:08.690Z Downloaded byteorder v1.5.0
3242026-07-02T20:25:08.690Z Downloaded bitflags v2.11.0
3252026-07-02T20:25:08.690Z Downloaded serde_spanned v0.6.9
3262026-07-02T20:25:08.690Z Downloaded terminal_size v0.4.3
3272026-07-02T20:25:08.690Z Downloaded generic-array v0.14.7
3282026-07-02T20:25:08.690Z Downloaded version_check v0.9.5
3292026-07-02T20:25:08.690Z Downloaded usdt-macro v0.5.0
3302026-07-02T20:25:08.690Z Downloaded unicode-linebreak v0.1.5
3312026-07-02T20:25:08.690Z Downloaded thread-id v4.2.2
3322026-07-02T20:25:08.693Z Downloaded usdt-attr-macro v0.5.0
3332026-07-02T20:25:08.693Z Downloaded proc-macro-error-attr v1.0.4
3342026-07-02T20:25:08.694Z Downloaded pretty-hex v0.4.1
3352026-07-02T20:25:08.694Z Downloaded scroll_derive v0.12.1
3362026-07-02T20:25:08.694Z Downloaded smawk v0.3.2
3372026-07-02T20:25:08.694Z Downloaded once_cell v1.21.3
3382026-07-02T20:25:08.694Z Downloaded thiserror v1.0.69
3392026-07-02T20:25:08.694Z Downloaded camino v1.2.2
3402026-07-02T20:25:08.694Z Downloaded strsim v0.11.1
3412026-07-02T20:25:08.694Z Downloaded toml_write v0.1.2
3422026-07-02T20:25:08.694Z Downloaded tabled_derive v0.7.0
3432026-07-02T20:25:08.695Z Downloaded plain v0.2.3
3442026-07-02T20:25:08.695Z Downloaded usdt v0.5.0
3452026-07-02T20:25:08.695Z Downloaded utf8parse v0.2.2
3462026-07-02T20:25:08.695Z Downloaded quote v1.0.45
3472026-07-02T20:25:08.695Z Downloaded usdt-impl v0.5.0
3482026-07-02T20:25:08.695Z Downloaded clap_derive v4.6.1
3492026-07-02T20:25:08.695Z Downloaded clap v4.6.1
3502026-07-02T20:25:08.695Z Downloaded log v0.4.29
3512026-07-02T20:25:08.695Z Downloaded getrandom v0.4.1
3522026-07-02T20:25:08.695Z Downloaded papergrid v0.11.0
3532026-07-02T20:25:08.742Z Downloaded toml_datetime v0.6.11
3542026-07-02T20:25:08.742Z Downloaded sha2 v0.10.9
3552026-07-02T20:25:08.742Z Downloaded thiserror v2.0.18
3562026-07-02T20:25:08.742Z Downloaded scroll v0.12.0
3572026-07-02T20:25:08.746Z Downloaded serde_tokenstream v0.2.3
3582026-07-02T20:25:08.746Z Downloaded thiserror-impl v1.0.69
3592026-07-02T20:25:08.746Z Downloaded proc-macro-error v1.0.4
3602026-07-02T20:25:08.746Z Downloaded ucd-trie v0.1.7
3612026-07-02T20:25:08.746Z Downloaded semver v1.0.28
3622026-07-02T20:25:08.746Z Downloaded tempfile v3.25.0
3632026-07-02T20:25:08.746Z Downloaded pest_generator v2.8.6
3642026-07-02T20:25:08.746Z Downloaded pest_derive v2.8.6
3652026-07-02T20:25:08.746Z Downloaded toml v0.8.23
3662026-07-02T20:25:08.771Z Downloaded memchr v2.8.0
3672026-07-02T20:25:08.771Z Downloaded serde_core v1.0.228
3682026-07-02T20:25:08.771Z Downloaded serde_derive v1.0.228
3692026-07-02T20:25:08.771Z Downloaded unicode-ident v1.0.24
3702026-07-02T20:25:08.771Z Downloaded proc-macro2 v1.0.106
3712026-07-02T20:25:08.771Z Downloaded indexmap v2.14.0
3722026-07-02T20:25:08.771Z Downloaded textwrap v0.16.2
3732026-07-02T20:25:08.779Z Downloaded pest_meta v2.8.6
3742026-07-02T20:25:08.779Z Downloaded serde v1.0.228
3752026-07-02T20:25:08.800Z Downloaded toml_edit v0.22.27
3762026-07-02T20:25:08.814Z Downloaded typenum v1.20.1
3772026-07-02T20:25:08.833Z Downloaded hashbrown v0.17.0
3782026-07-02T20:25:08.862Z Downloaded pest v2.8.6
3792026-07-02T20:25:08.862Z Downloaded serde_json v1.0.150
3802026-07-02T20:25:08.862Z Downloaded goblin v0.8.2
3812026-07-02T20:25:08.872Z Downloaded clap_builder v4.6.0
3822026-07-02T20:25:08.872Z Downloaded winnow v0.7.14
3832026-07-02T20:25:08.901Z Downloaded tabled v0.15.0
3842026-07-02T20:25:08.910Z Downloaded unicode-width v0.1.14
3852026-07-02T20:25:08.911Z Downloaded syn v1.0.109
3862026-07-02T20:25:08.917Z Downloaded syn v2.0.117
3872026-07-02T20:25:08.927Z Downloaded unicode-width v0.2.0
3882026-07-02T20:25:08.931Z Downloaded rustix v1.1.3
3892026-07-02T20:25:08.977Z Downloaded libc v0.2.185
3902026-07-02T20:25:09.036Z Compiling proc-macro2 v1.0.106
3912026-07-02T20:25:09.036Z Compiling unicode-ident v1.0.24
3922026-07-02T20:25:09.036Z Compiling quote v1.0.45
3932026-07-02T20:25:09.046Z Compiling serde_core v1.0.228
3942026-07-02T20:25:09.046Z Compiling libc v0.2.185
3952026-07-02T20:25:09.046Z Compiling version_check v0.9.5
3962026-07-02T20:25:09.046Z Compiling memchr v2.8.0
3972026-07-02T20:25:09.047Z Compiling serde v1.0.228
3982026-07-02T20:25:09.341Z Compiling zmij v1.0.21
3992026-07-02T20:25:09.613Z Compiling ucd-trie v0.1.7
4002026-07-02T20:25:09.644Z Compiling thiserror v1.0.69
4012026-07-02T20:25:09.870Z Compiling itoa v1.0.17
4022026-07-02T20:25:09.902Z Compiling pest v2.8.6
4032026-07-02T20:25:09.984Z Compiling rustix v1.1.3
4042026-07-02T20:25:10.051Z Compiling byteorder v1.5.0
4052026-07-02T20:25:10.100Z Compiling errno v0.3.14
4062026-07-02T20:25:10.279Z Compiling serde_json v1.0.150
4072026-07-02T20:25:10.438Z Compiling syn v2.0.117
4082026-07-02T20:25:10.509Z Compiling bitflags v2.11.0
4092026-07-02T20:25:10.573Z Compiling thread-id v4.2.2
4102026-07-02T20:25:10.591Z Compiling usdt-impl v0.5.0
4112026-07-02T20:25:10.657Z Compiling proc-macro-error-attr v1.0.4
4122026-07-02T20:25:10.797Z Compiling camino v1.2.2
4132026-07-02T20:25:10.812Z Compiling syn v1.0.109
4142026-07-02T20:25:11.018Z Compiling pest_meta v2.8.6
4152026-07-02T20:25:11.130Z Compiling proc-macro-error v1.0.4
4162026-07-02T20:25:11.219Z Compiling log v0.4.29
4172026-07-02T20:25:11.261Z Compiling equivalent v1.0.2
4182026-07-02T20:25:11.294Z Compiling plain v0.2.3
4192026-07-02T20:25:11.378Z Compiling hashbrown v0.17.0
4202026-07-02T20:25:11.406Z Compiling utf8parse v0.2.2
4212026-07-02T20:25:11.501Z Compiling getrandom v0.4.1
4222026-07-02T20:25:11.520Z Compiling anstyle-parse v1.0.0
4232026-07-02T20:25:11.822Z Compiling terminal_size v0.4.3
4242026-07-02T20:25:11.884Z Compiling indexmap v2.14.0
4252026-07-02T20:25:12.376Z Compiling anstyle v1.0.14
4262026-07-02T20:25:12.414Z Compiling winnow v0.7.14
4272026-07-02T20:25:12.508Z Compiling anstyle-query v1.1.5
4282026-07-02T20:25:12.537Z Compiling pretty-hex v0.4.1
4292026-07-02T20:25:12.599Z Compiling toml_write v0.1.2
4302026-07-02T20:25:12.622Z Compiling colorchoice v1.0.4
4312026-07-02T20:25:12.640Z Compiling autocfg v1.5.0
4322026-07-02T20:25:12.677Z Compiling pest_generator v2.8.6
4332026-07-02T20:25:12.726Z Compiling is_terminal_polyfill v1.70.2
4342026-07-02T20:25:12.742Z Compiling thiserror v2.0.18
4352026-07-02T20:25:12.801Z Compiling cfg-if v1.0.4
4362026-07-02T20:25:12.825Z Compiling anstream v1.0.0
4372026-07-02T20:25:13.056Z Compiling fs-err v3.3.0
4382026-07-02T20:25:13.246Z Compiling unicode-width v0.1.14
4392026-07-02T20:25:13.263Z Compiling bytecount v0.6.9
4402026-07-02T20:25:13.290Z Compiling anyhow v1.0.102
4412026-07-02T20:25:13.374Z Compiling clap_lex v1.0.0
4422026-07-02T20:25:13.452Z Compiling strsim v0.11.1
4432026-07-02T20:25:13.468Z Compiling once_cell v1.21.3
4442026-07-02T20:25:13.532Z Compiling heck v0.4.1
4452026-07-02T20:25:13.689Z Compiling heck v0.5.0
4462026-07-02T20:25:13.707Z Compiling fastrand v2.3.0
4472026-07-02T20:25:13.724Z Compiling fnv v1.0.7
4482026-07-02T20:25:13.820Z Compiling papergrid v0.11.0
4492026-07-02T20:25:13.837Z Compiling clap_builder v4.6.0
4502026-07-02T20:25:13.935Z Compiling tempfile v3.25.0
4512026-07-02T20:25:13.997Z Compiling semver v1.0.28
4522026-07-02T20:25:14.000Z Compiling cargo-platform v0.3.2
4532026-07-02T20:25:14.031Z Compiling tabled_derive v0.7.0
4542026-07-02T20:25:14.083Z Compiling memmap v0.7.0
4552026-07-02T20:25:14.274Z Compiling unicode-width v0.2.0
4562026-07-02T20:25:14.292Z Compiling unicode-linebreak v0.1.5
4572026-07-02T20:25:14.313Z Compiling smawk v0.3.2
4582026-07-02T20:25:14.329Z Compiling camino-tempfile v1.4.1
4592026-07-02T20:25:14.367Z Compiling serde_derive v1.0.228
4602026-07-02T20:25:14.455Z Compiling thiserror-impl v1.0.69
4612026-07-02T20:25:14.535Z Compiling zerocopy-derive v0.7.35
4622026-07-02T20:25:14.553Z Compiling pest_derive v2.8.6
4632026-07-02T20:25:14.571Z Compiling scroll_derive v0.12.1
4642026-07-02T20:25:14.976Z Compiling thiserror-impl v2.0.18
4652026-07-02T20:25:15.018Z Compiling clap_derive v4.6.1
4662026-07-02T20:25:15.261Z Compiling scroll v0.12.0
4672026-07-02T20:25:15.263Z Compiling tabled v0.15.0
4682026-07-02T20:25:15.434Z Compiling zerocopy v0.7.35
4692026-07-02T20:25:15.538Z Compiling goblin v0.8.2
4702026-07-02T20:25:15.854Z Compiling dtrace-parser v0.2.0
4712026-07-02T20:25:15.987Z Compiling textwrap v0.16.2
4722026-07-02T20:25:16.596Z Compiling swrite v0.1.0
4732026-07-02T20:25:16.789Z Compiling clap v4.6.1
4742026-07-02T20:25:17.614Z Compiling dof v0.3.0
4752026-07-02T20:25:17.614Z Compiling serde_tokenstream v0.2.3
4762026-07-02T20:25:17.618Z Compiling serde_spanned v0.6.9
4772026-07-02T20:25:17.618Z Compiling toml_datetime v0.6.11
4782026-07-02T20:25:17.618Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-02T20:25:17.697Z Compiling macaddr v1.0.1
4802026-07-02T20:25:17.790Z Compiling cargo_metadata v0.23.1
4812026-07-02T20:25:17.938Z Compiling toml_edit v0.22.27
4822026-07-02T20:25:18.447Z Compiling usdt-attr-macro v0.5.0
4832026-07-02T20:25:18.450Z Compiling usdt-macro v0.5.0
4842026-07-02T20:25:19.032Z Compiling usdt v0.5.0
4852026-07-02T20:25:19.286Z Compiling toml v0.8.23
4862026-07-02T20:25:19.620Z Compiling cargo_toml v0.21.0
4872026-07-02T20:25:20.875Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-02T20:25:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s
4892026-07-02T20:25:23.040Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-02T20:25:23.552Z Downloading crates ...
4912026-07-02T20:25:23.654Z Downloaded adler2 v2.0.1
4922026-07-02T20:25:23.671Z Downloaded argon2 v0.5.3
4932026-07-02T20:25:23.676Z Downloaded atty v0.2.14
4942026-07-02T20:25:23.679Z Downloaded ascii-canvas v3.0.0
4952026-07-02T20:25:23.682Z Downloaded array-init v0.0.4
4962026-07-02T20:25:23.682Z Downloaded darling_core v0.20.11
4972026-07-02T20:25:23.684Z Downloaded arrayref v0.3.9
4982026-07-02T20:25:23.688Z Downloaded daft v0.1.7
4992026-07-02T20:25:23.689Z Downloaded convert_case v0.10.0
5002026-07-02T20:25:23.691Z Downloaded ctutils v0.4.2
5012026-07-02T20:25:23.691Z Downloaded data-encoding v2.10.0
5022026-07-02T20:25:23.691Z Downloaded crunchy v0.2.4
5032026-07-02T20:25:23.694Z Downloaded cpufeatures v0.3.0
5042026-07-02T20:25:23.694Z Downloaded bb8 v0.8.6
5052026-07-02T20:25:23.694Z Downloaded crc8 v0.1.1
5062026-07-02T20:25:23.694Z Downloaded atomic-waker v1.1.2
5072026-07-02T20:25:23.697Z Downloaded async-recursion v1.1.1
5082026-07-02T20:25:23.700Z Downloaded corncobs v0.1.4
5092026-07-02T20:25:23.700Z Downloaded base16ct v0.2.0
5102026-07-02T20:25:23.703Z Downloaded assert_matches v1.5.0
5112026-07-02T20:25:23.703Z Downloaded arrayvec v0.7.6
5122026-07-02T20:25:23.703Z Downloaded anstyle-parse v0.2.7
5132026-07-02T20:25:23.706Z Downloaded aead v0.5.2
5142026-07-02T20:25:23.709Z Downloaded crc-any v2.5.0
5152026-07-02T20:25:23.709Z Downloaded bcrypt-pbkdf v0.11.0
5162026-07-02T20:25:23.711Z Downloaded base16ct v1.0.0
5172026-07-02T20:25:23.712Z Downloaded atomicwrites v0.4.4
5182026-07-02T20:25:23.712Z Downloaded async-stream-impl v0.3.6
5192026-07-02T20:25:23.712Z Downloaded async-stream v0.3.6
5202026-07-02T20:25:23.715Z Downloaded darling_macro v0.13.4
5212026-07-02T20:25:23.716Z Downloaded crucible-workspace-hack v0.1.0
5222026-07-02T20:25:23.718Z Downloaded bitfield-macros v0.19.4
5232026-07-02T20:25:23.718Z Downloaded bitfield v0.19.4
5242026-07-02T20:25:23.718Z Downloaded bit-set v0.5.3
5252026-07-02T20:25:23.722Z Downloaded bcs v0.1.6
5262026-07-02T20:25:23.722Z Downloaded base64ct v1.8.3
5272026-07-02T20:25:23.722Z Downloaded anstream v0.6.21
5282026-07-02T20:25:23.724Z Downloaded bit-set v0.8.0
5292026-07-02T20:25:23.727Z Downloaded bit-vec v0.6.3
5302026-07-02T20:25:23.730Z Downloaded ahash v0.8.12
5312026-07-02T20:25:23.734Z Downloaded darling_macro v0.21.3
5322026-07-02T20:25:23.736Z Downloaded crossterm v0.28.1
5332026-07-02T20:25:23.739Z Downloaded curve25519-dalek-derive v0.1.1
5342026-07-02T20:25:23.742Z Downloaded crc-catalog v2.4.0
5352026-07-02T20:25:23.742Z Downloaded ciborium-io v0.2.2
5362026-07-02T20:25:23.742Z Downloaded embedded-io v0.6.1
5372026-07-02T20:25:23.745Z Downloaded cfg_aliases v0.1.1
5382026-07-02T20:25:23.745Z Downloaded bitfield-struct v0.6.2
5392026-07-02T20:25:23.745Z Downloaded convert_case v0.4.0
5402026-07-02T20:25:23.748Z Downloaded darling_macro v0.20.11
5412026-07-02T20:25:23.751Z Downloaded dsl_auto_type v0.2.0
5422026-07-02T20:25:23.754Z Downloaded daft-derive v0.1.7
5432026-07-02T20:25:23.757Z Downloaded ciborium-ll v0.2.2
5442026-07-02T20:25:23.760Z Downloaded crossbeam-epoch v0.9.18
5452026-07-02T20:25:23.760Z Downloaded cpubits v0.1.1
5462026-07-02T20:25:23.763Z Downloaded cobs v0.3.0
5472026-07-02T20:25:23.763Z Downloaded block-padding v0.4.2
5482026-07-02T20:25:23.767Z Downloaded cstr-argument v0.1.2
5492026-07-02T20:25:23.769Z Downloaded embedded-io v0.4.0
5502026-07-02T20:25:23.770Z Downloaded crossbeam-deque v0.8.6
5512026-07-02T20:25:23.777Z Downloaded dropshot-api-manager-types v0.7.2
5522026-07-02T20:25:23.780Z Downloaded cfg_aliases v0.2.1
5532026-07-02T20:25:23.784Z Downloaded compression-core v0.4.31
5542026-07-02T20:25:23.787Z Downloaded dof v0.4.0
5552026-07-02T20:25:23.787Z Downloaded ctr v0.10.1
5562026-07-02T20:25:23.796Z Downloaded bit-vec v0.8.0
5572026-07-02T20:25:23.799Z Downloaded async-trait v0.1.89
5582026-07-02T20:25:23.802Z Downloaded async-bb8-diesel v0.2.1
5592026-07-02T20:25:23.802Z Downloaded debug-ignore v1.0.5
5602026-07-02T20:25:23.805Z Downloaded document-features v0.2.12
5612026-07-02T20:25:23.805Z Downloaded diesel_table_macro_syntax v0.3.0
5622026-07-02T20:25:23.805Z Downloaded darling_macro v0.23.0
5632026-07-02T20:25:23.805Z Downloaded argon2 v0.6.0-rc.8
5642026-07-02T20:25:23.808Z Downloaded dyn-clone v1.0.20
5652026-07-02T20:25:23.808Z Downloaded dunce v1.0.5
5662026-07-02T20:25:23.811Z Downloaded fd-lock v4.0.4
5672026-07-02T20:25:23.813Z Downloaded env_filter v1.0.0
5682026-07-02T20:25:23.816Z Downloaded enum-as-inner v0.6.1
5692026-07-02T20:25:23.816Z Downloaded crc v3.4.0
5702026-07-02T20:25:23.819Z Downloaded dtrace-parser v0.3.0
5712026-07-02T20:25:23.819Z Downloaded flagset v0.4.7
5722026-07-02T20:25:23.821Z Downloaded fixedbitset v0.4.2
5732026-07-02T20:25:23.822Z Downloaded endian-type v0.1.2
5742026-07-02T20:25:23.822Z Downloaded foreign-types v0.5.0
5752026-07-02T20:25:23.825Z Downloaded defmt v0.3.100
5762026-07-02T20:25:23.825Z Downloaded foreign-types v0.3.2
5772026-07-02T20:25:23.828Z Downloaded dirs-sys-next v0.1.2
5782026-07-02T20:25:23.832Z Downloaded form_urlencoded v1.2.2
5792026-07-02T20:25:23.832Z Downloaded foreign-types-shared v0.3.1
5802026-07-02T20:25:23.832Z Downloaded block-buffer v0.12.1
5812026-07-02T20:25:23.834Z Downloaded dirs-next v2.0.0
5822026-07-02T20:25:23.837Z Downloaded constant_time_eq v0.4.2
5832026-07-02T20:25:23.840Z Downloaded der_derive v0.7.3
5842026-07-02T20:25:23.843Z Downloaded bitflags v1.3.2
5852026-07-02T20:25:23.843Z Downloaded darling v0.13.4
5862026-07-02T20:25:23.846Z Downloaded const_format_proc_macros v0.2.34
5872026-07-02T20:25:23.846Z Downloaded downcast-rs v2.0.2
5882026-07-02T20:25:23.849Z Downloaded cmake v0.1.57
5892026-07-02T20:25:23.849Z Downloaded cbc v0.2.1
5902026-07-02T20:25:23.849Z Downloaded cexpr v0.6.0
5912026-07-02T20:25:23.851Z Downloaded difflib v0.4.0
5922026-07-02T20:25:23.851Z Downloaded crypto-common v0.2.2
5932026-07-02T20:25:23.854Z Downloaded cmov v0.5.4
5942026-07-02T20:25:23.854Z Downloaded foreign-types-macros v0.2.3
5952026-07-02T20:25:23.854Z Downloaded derive_builder v0.20.2
5962026-07-02T20:25:23.857Z Downloaded cipher v0.4.4
5972026-07-02T20:25:23.859Z Downloaded castaway v0.2.4
5982026-07-02T20:25:23.859Z Downloaded cassowary v0.3.0
5992026-07-02T20:25:23.862Z Downloaded cipher v0.5.2
6002026-07-02T20:25:23.863Z Downloaded camino-tempfile-ext v0.3.3
6012026-07-02T20:25:23.866Z Downloaded delegate v0.13.5
6022026-07-02T20:25:23.866Z Downloaded crossbeam-utils v0.8.21
6032026-07-02T20:25:23.866Z Downloaded display-error-chain v0.2.2
6042026-07-02T20:25:23.869Z Downloaded digest-io v0.1.0
6052026-07-02T20:25:23.869Z Downloaded derive_builder_macro v0.20.2
6062026-07-02T20:25:23.869Z Downloaded buf-list v1.1.2
6072026-07-02T20:25:23.872Z Downloaded chacha20 v0.9.1
6082026-07-02T20:25:23.872Z Downloaded blowfish v0.10.0
6092026-07-02T20:25:23.875Z Downloaded futures-io v0.3.32
6102026-07-02T20:25:23.878Z Downloaded futures-core v0.3.32
6112026-07-02T20:25:23.879Z Downloaded futures-macro v0.3.32
6122026-07-02T20:25:23.882Z Downloaded backoff v0.4.0
6132026-07-02T20:25:23.882Z Downloaded futures-sink v0.3.32
6142026-07-02T20:25:23.883Z Downloaded float-cmp v0.10.0
6152026-07-02T20:25:23.886Z Downloaded byte-wrapper v0.1.0
6162026-07-02T20:25:23.886Z Downloaded ghash v0.6.0
6172026-07-02T20:25:23.886Z Downloaded git-stub v1.0.0
6182026-07-02T20:25:23.889Z Downloaded foreign-types-shared v0.1.1
6192026-07-02T20:25:23.889Z Downloaded backon v1.6.0
6202026-07-02T20:25:23.892Z Downloaded fxhash v0.2.1
6212026-07-02T20:25:23.895Z Downloaded globwalk v0.9.1
6222026-07-02T20:25:23.895Z Downloaded ed25519 v3.0.0
6232026-07-02T20:25:23.898Z Downloaded diesel-dtrace v0.5.0
6242026-07-02T20:25:23.898Z Downloaded defmt v1.0.1
6252026-07-02T20:25:23.901Z Downloaded ed25519 v2.2.3
6262026-07-02T20:25:23.901Z Downloaded gethostname v0.5.0
6272026-07-02T20:25:23.904Z Downloaded defmt-parser v1.0.0
6282026-07-02T20:25:23.905Z Downloaded float-ord v0.3.2
6292026-07-02T20:25:23.905Z Downloaded ff v0.13.1
6302026-07-02T20:25:23.908Z Downloaded fixedbitset v0.5.7
6312026-07-02T20:25:23.908Z Downloaded defmt-macros v1.0.1
6322026-07-02T20:25:23.911Z Downloaded fallible-iterator v0.2.0
6332026-07-02T20:25:23.911Z Downloaded hash32 v0.2.1
6342026-07-02T20:25:23.914Z Downloaded fs_extra v1.3.0
6352026-07-02T20:25:23.914Z Downloaded funty v2.0.0
6362026-07-02T20:25:23.914Z Downloaded fs-err v2.11.0
6372026-07-02T20:25:23.918Z Downloaded foldhash v0.2.0
6382026-07-02T20:25:23.918Z Downloaded darling v0.23.0
6392026-07-02T20:25:23.921Z Downloaded foldhash v0.1.5
6402026-07-02T20:25:23.921Z Downloaded env_logger v0.11.9
6412026-07-02T20:25:23.922Z Downloaded displaydoc v0.2.5
6422026-07-02T20:25:23.927Z Downloaded compression-codecs v0.4.37
6432026-07-02T20:25:23.929Z Downloaded derive_builder_core v0.20.2
6442026-07-02T20:25:23.930Z Downloaded csv-core v0.1.13
6452026-07-02T20:25:23.930Z Downloaded hash32 v0.3.1
6462026-07-02T20:25:23.930Z Downloaded cookie_store v0.22.1
6472026-07-02T20:25:23.933Z Downloaded console v0.15.11
6482026-07-02T20:25:23.933Z Downloaded ff v0.14.0
6492026-07-02T20:25:23.936Z Downloaded const-oid v0.9.6
6502026-07-02T20:25:23.936Z Downloaded console v0.16.2
6512026-07-02T20:25:23.939Z Downloaded hex-literal v1.1.0
6522026-07-02T20:25:23.939Z Downloaded headers-core v0.3.0
6532026-07-02T20:25:23.939Z Downloaded cancel-safe-futures v0.1.5
6542026-07-02T20:25:23.943Z Downloaded hex v0.4.3
6552026-07-02T20:25:23.943Z Downloaded bzip2 v0.6.1
6562026-07-02T20:25:23.943Z Downloaded derive-ex v0.1.8
6572026-07-02T20:25:23.946Z Downloaded blake2 v0.11.0-rc.6
6582026-07-02T20:25:23.946Z Downloaded deranged v0.5.8
6592026-07-02T20:25:23.946Z Downloaded ciborium v0.2.2
6602026-07-02T20:25:23.949Z Downloaded digest v0.11.3
6612026-07-02T20:25:23.949Z Downloaded find-msvc-tools v0.1.9
6622026-07-02T20:25:23.952Z Downloaded futures-task v0.3.32
6632026-07-02T20:25:23.952Z Downloaded futures-executor v0.3.32
6642026-07-02T20:25:23.952Z Downloaded filetime v0.2.27
6652026-07-02T20:25:23.955Z Downloaded erased-serde v0.3.31
6662026-07-02T20:25:23.955Z Downloaded home v0.5.12
6672026-07-02T20:25:23.959Z Downloaded group v0.13.0
6682026-07-02T20:25:23.959Z Downloaded http-body v1.0.1
6692026-07-02T20:25:23.959Z Downloaded hostname v0.4.2
6702026-07-02T20:25:23.962Z Downloaded glob v0.3.3
6712026-07-02T20:25:23.962Z Downloaded http-range v0.1.5
6722026-07-02T20:25:23.962Z Downloaded hostname v0.3.1
6732026-07-02T20:25:23.962Z Downloaded ecdsa v0.16.9
6742026-07-02T20:25:23.966Z Downloaded colored v2.2.0
6752026-07-02T20:25:23.966Z Downloaded chacha20 v0.10.0
6762026-07-02T20:25:23.969Z Downloaded critical-section v1.2.0
6772026-07-02T20:25:23.969Z Downloaded enum_dispatch v0.3.13
6782026-07-02T20:25:23.972Z Downloaded hubpack_derive v0.1.1
6792026-07-02T20:25:23.972Z Downloaded globset v0.4.18
6802026-07-02T20:25:23.972Z Downloaded clang-sys v1.8.1
6812026-07-02T20:25:23.975Z Downloaded httpdate v1.0.3
6822026-07-02T20:25:23.975Z Downloaded darling v0.20.11
6832026-07-02T20:25:23.978Z Downloaded hubpack v0.1.2
6842026-07-02T20:25:23.978Z Downloaded darling v0.21.3
6852026-07-02T20:25:23.981Z Downloaded hyper-tls v0.6.0
6862026-07-02T20:25:23.981Z Downloaded arc-swap v1.8.2
6872026-07-02T20:25:23.984Z Downloaded ident_case v1.0.1
6882026-07-02T20:25:23.985Z Downloaded ar_archive_writer v0.5.1
6892026-07-02T20:25:23.987Z Downloaded ena v0.14.4
6902026-07-02T20:25:23.987Z Downloaded either v1.15.0
6912026-07-02T20:25:23.994Z Downloaded group v0.14.0
6922026-07-02T20:25:23.997Z Downloaded illumos-nvpair v0.3.0
6932026-07-02T20:25:23.997Z Downloaded elliptic-curve v0.14.0-rc.33
6942026-07-02T20:25:24.000Z Downloaded indent_write v2.2.0
6952026-07-02T20:25:24.000Z Downloaded illumos-nvpair-sys v0.2.0
6962026-07-02T20:25:24.000Z Downloaded indoc v1.0.9
6972026-07-02T20:25:24.004Z Downloaded crc32fast v1.5.0
6982026-07-02T20:25:24.004Z Downloaded des v0.9.0
6992026-07-02T20:25:24.007Z Downloaded dropshot_endpoint v0.17.1
7002026-07-02T20:25:24.009Z Downloaded darling_core v0.21.3
7012026-07-02T20:25:24.013Z Downloaded colored v3.1.1
7022026-07-02T20:25:24.016Z Downloaded bzip2 v0.4.4
7032026-07-02T20:25:24.019Z Downloaded aead v0.6.1
7042026-07-02T20:25:24.019Z Downloaded inout v0.2.2
7052026-07-02T20:25:24.023Z Downloaded instant v0.1.13
7062026-07-02T20:25:24.023Z Downloaded inout v0.1.4
7072026-07-02T20:25:24.023Z Downloaded const-oid v0.10.2
7082026-07-02T20:25:24.026Z Downloaded internet-checksum v0.2.1
7092026-07-02T20:25:24.029Z Downloaded diff v0.1.13
7102026-07-02T20:25:24.029Z Downloaded allocator-api2 v0.2.21
7112026-07-02T20:25:24.035Z Downloaded is_ci v1.2.0
7122026-07-02T20:25:24.038Z Downloaded is-terminal v0.4.17
7132026-07-02T20:25:24.041Z Downloaded kstat-rs v0.2.4
7142026-07-02T20:25:24.045Z Downloaded keccak v0.1.6
7152026-07-02T20:25:24.045Z Downloaded kem v0.3.0
7162026-07-02T20:25:24.045Z Downloaded lazy_static v1.5.0
7172026-07-02T20:25:24.048Z Downloaded ecdsa v0.17.0-rc.18
7182026-07-02T20:25:24.048Z Downloaded darling_core v0.13.4
7192026-07-02T20:25:24.052Z Downloaded bytes v1.11.1
7202026-07-02T20:25:24.055Z Downloaded drift v0.2.0
7212026-07-02T20:25:24.058Z Downloaded git-stub-vcs v0.1.0
7222026-07-02T20:25:24.062Z Downloaded humantime v2.3.0
7232026-07-02T20:25:24.062Z Downloaded http-body-util v0.1.3
7242026-07-02T20:25:24.065Z Downloaded lalrpop-util v0.19.12
7252026-07-02T20:25:24.065Z Downloaded cookie v0.18.1
7262026-07-02T20:25:24.065Z Downloaded libscf-sys v1.1.0
7272026-07-02T20:25:24.069Z Downloaded lru-slab v0.1.2
7282026-07-02T20:25:24.072Z Downloaded lru-cache v0.1.2
7292026-07-02T20:25:24.078Z Downloaded half v1.8.3
7302026-07-02T20:25:24.081Z Downloaded hyper-staticfile v0.10.1
7312026-07-02T20:25:24.084Z Downloaded derive_more v0.99.20
7322026-07-02T20:25:24.085Z Downloaded idna_adapter v1.2.1
7332026-07-02T20:25:24.087Z Downloaded linked-hash-map v0.5.6
7342026-07-02T20:25:24.091Z Downloaded managed v0.8.0
7352026-07-02T20:25:24.091Z Downloaded lru v0.12.5
7362026-07-02T20:25:24.091Z Downloaded maybe-uninit v2.0.0
7372026-07-02T20:25:24.094Z Downloaded md-5 v0.10.6
7382026-07-02T20:25:24.094Z Downloaded match_cfg v0.1.0
7392026-07-02T20:25:24.094Z Downloaded maplit v1.0.2
7402026-07-02T20:25:24.094Z Downloaded futures-channel v0.3.32
7412026-07-02T20:25:24.097Z Downloaded compact_str v0.8.1
7422026-07-02T20:25:24.097Z Downloaded blake2 v0.10.6
7432026-07-02T20:25:24.100Z Downloaded impl-trait-for-tuples v0.2.3
7442026-07-02T20:25:24.103Z Downloaded indoc v2.0.7
7452026-07-02T20:25:24.103Z Downloaded base64 v0.22.1
7462026-07-02T20:25:24.117Z Downloaded nibble_vec v0.1.0
7472026-07-02T20:25:24.120Z Downloaded newtype_derive v0.1.6
7482026-07-02T20:25:24.120Z Downloaded newtype-uuid-macros v0.1.0
7492026-07-02T20:25:24.120Z Downloaded newline-converter v0.3.0
7502026-07-02T20:25:24.123Z Downloaded new_debug_unreachable v1.0.6
7512026-07-02T20:25:24.123Z Downloaded multimap v0.10.1
7522026-07-02T20:25:24.123Z Downloaded mime v0.3.17
7532026-07-02T20:25:24.123Z Downloaded memoffset v0.9.1
7542026-07-02T20:25:24.126Z Downloaded md5 v0.8.0
7552026-07-02T20:25:24.126Z Downloaded instability v0.3.11
7562026-07-02T20:25:24.126Z Downloaded ipnetwork v0.21.1
7572026-07-02T20:25:24.131Z Downloaded hmac v0.13.0
7582026-07-02T20:25:24.131Z Downloaded ingot-types v0.1.2
7592026-07-02T20:25:24.134Z Downloaded num v0.4.3
7602026-07-02T20:25:24.134Z Downloaded normalize-line-endings v0.3.0
7612026-07-02T20:25:24.134Z Downloaded nonempty v0.12.0
7622026-07-02T20:25:24.134Z Downloaded ingot v0.1.1
7632026-07-02T20:25:24.134Z Downloaded highway v1.3.0
7642026-07-02T20:25:24.138Z Downloaded nodrop v0.1.14
7652026-07-02T20:25:24.138Z Downloaded libsw v3.5.0
7662026-07-02T20:25:24.138Z Downloaded ipnet v2.11.0
7672026-07-02T20:25:24.138Z Downloaded libloading v0.8.9
7682026-07-02T20:25:24.141Z Downloaded libefi-sys v0.1.0
7692026-07-02T20:25:24.141Z Downloaded hmac v0.12.1
7702026-07-02T20:25:24.145Z Downloaded getrandom v0.2.17
7712026-07-02T20:25:24.145Z Downloaded hyper-rustls v0.27.7
7722026-07-02T20:25:24.179Z Downloaded num-conv v0.2.0
7732026-07-02T20:25:24.179Z Downloaded libsw-core v0.3.2
7742026-07-02T20:25:24.179Z Downloaded elliptic-curve v0.13.8
7752026-07-02T20:25:24.179Z Downloaded hybrid-array v0.4.13
7762026-07-02T20:25:24.179Z Downloaded httparse v1.10.1
7772026-07-02T20:25:24.179Z Downloaded num-derive v0.4.2
7782026-07-02T20:25:24.179Z Downloaded lock_api v0.4.14
7792026-07-02T20:25:24.179Z Downloaded fatfs v0.3.6
7802026-07-02T20:25:24.179Z Downloaded half v2.7.1
7812026-07-02T20:25:24.179Z Downloaded async-compression v0.4.41
7822026-07-02T20:25:24.179Z Downloaded num-iter v0.1.45
7832026-07-02T20:25:24.179Z Downloaded keccak v0.2.0
7842026-07-02T20:25:24.179Z Downloaded base64 v0.21.7
7852026-07-02T20:25:24.179Z Downloaded num-derive v0.3.3
7862026-07-02T20:25:24.179Z Downloaded lzss v0.8.2
7872026-07-02T20:25:24.179Z Downloaded chacha20poly1305 v0.10.1
7882026-07-02T20:25:24.179Z Downloaded derive-where v1.6.0
7892026-07-02T20:25:24.179Z Downloaded linear-map v1.2.0
7902026-07-02T20:25:24.179Z Downloaded crossbeam-channel v0.5.15
7912026-07-02T20:25:24.179Z Downloaded num_threads v0.1.7
7922026-07-02T20:25:24.179Z Downloaded num_enum_derive v0.5.11
7932026-07-02T20:25:24.180Z Downloaded olpc-cjson v0.1.4
7942026-07-02T20:25:24.186Z Downloaded mime_guess v2.0.5
7952026-07-02T20:25:24.186Z Downloaded const_format v0.2.35
7962026-07-02T20:25:24.186Z Downloaded ed25519-dalek v2.2.0
7972026-07-02T20:25:24.191Z Downloaded module-lattice v0.2.3
7982026-07-02T20:25:24.191Z Downloaded openssl-probe v0.2.1
7992026-07-02T20:25:24.191Z Downloaded oso-derive v0.27.3
8002026-07-02T20:25:24.191Z Downloaded opaque-debug v0.3.1
8012026-07-02T20:25:24.191Z Downloaded multer v3.1.0
8022026-07-02T20:25:24.191Z Downloaded futures v0.3.32
8032026-07-02T20:25:24.194Z Downloaded openssl-probe v0.1.6
8042026-07-02T20:25:24.194Z Downloaded ingot-macros v0.1.1
8052026-07-02T20:25:24.197Z Downloaded nanorand v0.7.0
8062026-07-02T20:25:24.197Z Downloaded getrandom v0.3.4
8072026-07-02T20:25:24.200Z Downloaded flume v0.11.1
8082026-07-02T20:25:24.203Z Downloaded der v0.7.10
8092026-07-02T20:25:24.206Z Downloaded jobserver v0.1.34
8102026-07-02T20:25:24.206Z Downloaded newtype-uuid v1.3.2
8112026-07-02T20:25:24.222Z Downloaded iana-time-zone v0.1.65
8122026-07-02T20:25:24.225Z Downloaded num-complex v0.4.6
8132026-07-02T20:25:24.225Z Downloaded crypto-bigint v0.5.5
8142026-07-02T20:25:24.229Z Downloaded packed_struct_codegen v0.10.1
8152026-07-02T20:25:24.232Z Downloaded parse-size v1.1.0
8162026-07-02T20:25:24.232Z Downloaded password-hash v0.6.1
8172026-07-02T20:25:24.232Z Downloaded icu_provider v2.1.1
8182026-07-02T20:25:24.236Z Downloaded icu_properties v2.1.2
8192026-07-02T20:25:24.239Z Downloaded num-integer v0.1.46
8202026-07-02T20:25:24.239Z Downloaded parse-display v0.10.0
8212026-07-02T20:25:24.239Z Downloaded ignore v0.4.25
8222026-07-02T20:25:24.242Z Downloaded litrs v1.0.0
8232026-07-02T20:25:24.242Z Downloaded nu-ansi-term v0.50.3
8242026-07-02T20:25:24.245Z Downloaded phf_shared v0.11.3
8252026-07-02T20:25:24.248Z Downloaded num-rational v0.4.2
8262026-07-02T20:25:24.248Z Downloaded peg-runtime v0.8.5
8272026-07-02T20:25:24.248Z Downloaded path-slash v0.1.5
8282026-07-02T20:25:24.251Z Downloaded percent-encoding v2.3.2
8292026-07-02T20:25:24.255Z Downloaded cc v1.2.56
8302026-07-02T20:25:24.258Z Downloaded litemap v0.8.1
8312026-07-02T20:25:24.258Z Downloaded phf_shared v0.12.1
8322026-07-02T20:25:24.258Z Downloaded num_enum v0.5.11
8332026-07-02T20:25:24.261Z Downloaded memmap2 v0.9.10
8342026-07-02T20:25:24.264Z Downloaded ed25519-dalek v3.0.0-rc.0
8352026-07-02T20:25:24.264Z Downloaded num_enum_derive v0.7.6
8362026-07-02T20:25:24.267Z Downloaded indexmap v1.9.3
8372026-07-02T20:25:24.267Z Downloaded darling_core v0.23.0
8382026-07-02T20:25:24.270Z Downloaded openssl-macros v0.1.1
8392026-07-02T20:25:24.271Z Downloaded ml-kem v0.3.2
8402026-07-02T20:25:24.275Z Downloaded crypto-bigint v0.7.5
8412026-07-02T20:25:24.281Z Downloaded phf_shared v0.13.1
8422026-07-02T20:25:24.284Z Downloaded derive_more v2.1.1
8432026-07-02T20:25:24.288Z Downloaded owo-colors v4.3.0
8442026-07-02T20:25:24.291Z Downloaded headers v0.4.1
8452026-07-02T20:25:24.294Z Downloaded bumpalo v3.20.2
8462026-07-02T20:25:24.297Z Downloaded native-tls v0.2.18
8472026-07-02T20:25:24.301Z Downloaded oxide-tokio-rt v0.1.4
8482026-07-02T20:25:24.302Z Downloaded oxnet v0.1.6
8492026-07-02T20:25:24.305Z Downloaded predicates-core v1.0.10
8502026-07-02T20:25:24.305Z Downloaded precomputed-hash v0.1.1
8512026-07-02T20:25:24.309Z Downloaded powerfmt v0.2.0
8522026-07-02T20:25:24.309Z Downloaded potential_utf v0.1.4
8532026-07-02T20:25:24.309Z Downloaded paste v1.0.15
8542026-07-02T20:25:24.311Z Downloaded packed_struct v0.10.1
8552026-07-02T20:25:24.315Z Downloaded icu_locale_core v2.1.1
8562026-07-02T20:25:24.318Z Downloaded libbz2-rs-sys v0.2.2
8572026-07-02T20:25:24.318Z Downloaded icu_normalizer_data v2.1.1
8582026-07-02T20:25:24.321Z Downloaded icu_normalizer v2.1.1
8592026-07-02T20:25:24.324Z Downloaded parse-display-derive v0.10.0
8602026-07-02T20:25:24.324Z Downloaded generic-array v1.4.3
8612026-07-02T20:25:24.327Z Downloaded proc-macro-crate v3.4.0
8622026-07-02T20:25:24.327Z Downloaded progenitor-client v0.14.0
8632026-07-02T20:25:24.327Z Downloaded predicates-tree v1.0.13
8642026-07-02T20:25:24.330Z Downloaded proc-macro-crate v1.3.1
8652026-07-02T20:25:24.330Z Downloaded phf v0.12.1
8662026-07-02T20:25:24.333Z Downloaded flate2 v1.1.9
8672026-07-02T20:25:24.336Z Downloaded phc v0.6.1
8682026-07-02T20:25:24.336Z Downloaded password-hash v0.5.0
8692026-07-02T20:25:24.336Z Downloaded indicatif v0.18.4
8702026-07-02T20:25:24.339Z Downloaded phf v0.13.1
8712026-07-02T20:25:24.339Z Downloaded diesel_derives v2.3.7
8722026-07-02T20:25:24.343Z Downloaded psl-types v2.0.11
8732026-07-02T20:25:24.346Z Downloaded progenitor-macro v0.13.0
8742026-07-02T20:25:24.346Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-07-02T20:25:24.346Z Downloaded pbkdf2 v0.13.0
8762026-07-02T20:25:24.348Z Downloaded progenitor-macro v0.14.0
8772026-07-02T20:25:24.348Z Downloaded num_enum v0.7.6
8782026-07-02T20:25:24.351Z Downloaded pem v3.0.6
8792026-07-02T20:25:24.351Z Downloaded heapless v0.8.0
8802026-07-02T20:25:24.355Z Downloaded heapless v0.7.17
8812026-07-02T20:25:24.358Z Downloaded pkg-config v0.3.32
8822026-07-02T20:25:24.361Z Downloaded peg-macros v0.8.5
8832026-07-02T20:25:24.361Z Downloaded quick-error v1.2.3
8842026-07-02T20:25:24.361Z Downloaded pin-project-lite v0.2.17
8852026-07-02T20:25:24.365Z Downloaded radium v0.7.0
8862026-07-02T20:25:24.365Z Downloaded pin-project-internal v1.1.11
8872026-07-02T20:25:24.367Z Downloaded pem-rfc7468 v1.0.0
8882026-07-02T20:25:24.367Z Downloaded peg v0.8.5
8892026-07-02T20:25:24.371Z Downloaded polyval v0.7.1
8902026-07-02T20:25:24.377Z Downloaded expectorate v1.2.0
8912026-07-02T20:25:24.377Z Downloaded hickory-resolver v0.24.4
8922026-07-02T20:25:24.377Z Downloaded rand_chacha v0.3.1
8932026-07-02T20:25:24.378Z Downloaded pkcs8 v0.10.2
8942026-07-02T20:25:24.380Z Downloaded poly1305 v0.8.0
8952026-07-02T20:25:24.388Z Downloaded recursive v0.1.1
8962026-07-02T20:25:24.392Z Downloaded predicates v3.1.4
8972026-07-02T20:25:24.395Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-07-02T20:25:24.399Z Downloaded ppv-lite86 v0.2.21
8992026-07-02T20:25:24.399Z Downloaded parking_lot_core v0.9.12
9002026-07-02T20:25:24.402Z Downloaded derive_more-impl v2.1.1
9012026-07-02T20:25:24.402Z Downloaded postgres-protocol v0.6.10
9022026-07-02T20:25:24.408Z Downloaded parking_lot_core v0.8.6
9032026-07-02T20:25:24.411Z Downloaded ref-cast-impl v1.0.25
9042026-07-02T20:25:24.411Z Downloaded ref-cast v1.0.25
9052026-07-02T20:25:24.414Z Downloaded num-traits v0.2.19
9062026-07-02T20:25:24.414Z Downloaded rand_xorshift v0.4.0
9072026-07-02T20:25:24.414Z Downloaded proc-macro-error2 v2.0.1
9082026-07-02T20:25:24.417Z Downloaded primeorder v0.14.0-rc.10
9092026-07-02T20:25:24.417Z Downloaded primeorder v0.13.6
9102026-07-02T20:25:24.420Z Downloaded parking_lot v0.12.5
9112026-07-02T20:25:24.423Z Downloaded progenitor v0.13.0
9122026-07-02T20:25:24.423Z Downloaded parking_lot v0.11.2
9132026-07-02T20:25:24.423Z Downloaded progenitor v0.14.0
9142026-07-02T20:25:24.426Z Downloaded progenitor-extras v0.2.0
9152026-07-02T20:25:24.429Z Downloaded progenitor-client v0.13.0
9162026-07-02T20:25:24.429Z Downloaded psm v0.1.30
9172026-07-02T20:25:24.432Z Downloaded rfc6979 v0.4.0
9182026-07-02T20:25:24.432Z Downloaded miniz_oxide v0.8.9
9192026-07-02T20:25:24.435Z Downloaded pkcs8 v0.11.0
9202026-07-02T20:25:24.438Z Downloaded pkcs1 v0.7.5
9212026-07-02T20:25:24.442Z Downloaded rtoolbox v0.0.3
9222026-07-02T20:25:24.442Z Downloaded hashbrown v0.12.3
9232026-07-02T20:25:24.445Z Downloaded rustc-hash v2.1.1
9242026-07-02T20:25:24.445Z Downloaded russh-util v0.52.0
9252026-07-02T20:25:24.445Z Downloaded der v0.8.0
9262026-07-02T20:25:24.448Z Downloaded russh-cryptovec v0.61.0
9272026-07-02T20:25:24.451Z Downloaded rand_chacha v0.9.0
9282026-07-02T20:25:24.451Z Downloaded hickory-resolver v0.25.2
9292026-07-02T20:25:24.454Z Downloaded omicron-zone-package v0.12.3
9302026-07-02T20:25:24.457Z Downloaded pkcs1 v0.8.0-rc.4
9312026-07-02T20:25:24.460Z Downloaded rand_core v0.6.4
9322026-07-02T20:25:24.465Z Downloaded rfc6979 v0.5.0
9332026-07-02T20:25:24.468Z Downloaded same-file v1.0.6
9342026-07-02T20:25:24.471Z Downloaded rustc_version v0.1.7
9352026-07-02T20:25:24.471Z Downloaded scheduled-thread-pool v0.2.7
9362026-07-02T20:25:24.474Z Downloaded rustc_version v0.4.1
9372026-07-02T20:25:24.474Z Downloaded postcard v1.1.3
9382026-07-02T20:25:24.478Z Downloaded poly1305 v0.9.0
9392026-07-02T20:25:24.481Z Downloaded icu_collections v2.1.1
9402026-07-02T20:25:24.484Z Downloaded oso v0.27.3
9412026-07-02T20:25:24.487Z Downloaded primefield v0.14.0
9422026-07-02T20:25:24.487Z Downloaded papergrid v0.17.0
9432026-07-02T20:25:24.490Z Downloaded rand_core v0.10.0
9442026-07-02T20:25:24.494Z Downloaded rand_core v0.9.5
9452026-07-02T20:25:24.494Z Downloaded rand_seeder v0.4.0
9462026-07-02T20:25:24.498Z Downloaded aes-gcm v0.11.0
9472026-07-02T20:25:24.501Z Downloaded jiff-static v0.2.21
9482026-07-02T20:25:24.505Z Downloaded http v1.4.2
9492026-07-02T20:25:24.508Z Downloaded scopeguard v1.2.0
9502026-07-02T20:25:24.511Z Downloaded scroll_derive v0.13.1
9512026-07-02T20:25:24.511Z Downloaded secrecy v0.10.3
9522026-07-02T20:25:24.512Z Downloaded secrecy v0.8.0
9532026-07-02T20:25:24.515Z Downloaded semver v0.1.20
9542026-07-02T20:25:24.518Z Downloaded hashbrown v0.13.2
9552026-07-02T20:25:24.522Z Downloaded r2d2 v0.8.10
9562026-07-02T20:25:24.527Z Downloaded pem-rfc7468 v0.7.0
9572026-07-02T20:25:24.530Z Downloaded serde_plain v1.0.2
9582026-07-02T20:25:24.530Z Downloaded serde-big-array v0.5.1
9592026-07-02T20:25:24.530Z Downloaded serde_repr v0.1.20
9602026-07-02T20:25:24.530Z Downloaded seq-macro v0.3.6
9612026-07-02T20:25:24.533Z Downloaded serde_bytes v0.11.19
9622026-07-02T20:25:24.538Z Downloaded hickory-server v0.25.2
9632026-07-02T20:25:24.540Z Downloaded resolv-conf v0.7.6
9642026-07-02T20:25:24.543Z Downloaded p384 v0.14.0-rc.10
9652026-07-02T20:25:24.548Z Downloaded serde_spanned v1.1.1
9662026-07-02T20:25:24.552Z Downloaded postgres-types v0.2.12
9672026-07-02T20:25:24.557Z Downloaded serde_urlencoded v0.7.1
9682026-07-02T20:25:24.557Z Downloaded sha1 v0.11.0
9692026-07-02T20:25:24.557Z Downloaded dropshot-api-manager v0.7.2
9702026-07-02T20:25:24.561Z Downloaded rustls-native-certs v0.8.3
9712026-07-02T20:25:24.561Z Downloaded pkcs5 v0.8.1
9722026-07-02T20:25:24.564Z Downloaded rusty-fork v0.3.1
9732026-07-02T20:25:24.565Z Downloaded quinn-udp v0.5.14
9742026-07-02T20:25:24.565Z Downloaded pin-project v1.1.11
9752026-07-02T20:25:24.570Z Downloaded rustversion v1.0.22
9762026-07-02T20:25:24.572Z Downloaded rustls-pemfile v2.2.0
9772026-07-02T20:25:24.576Z Downloaded sha1 v0.10.6
9782026-07-02T20:25:24.576Z Downloaded signal-hook-mio v0.2.5
9792026-07-02T20:25:24.579Z Downloaded siphasher v1.0.2
9802026-07-02T20:25:24.579Z Downloaded shell-words v1.1.1
9812026-07-02T20:25:24.582Z Downloaded signature v3.0.0
9822026-07-02T20:25:24.585Z Downloaded progenitor-impl v0.13.0
9832026-07-02T20:25:24.590Z Downloaded aes v0.9.1
9842026-07-02T20:25:24.594Z Downloaded sapling-renderdag v0.1.0
9852026-07-02T20:25:24.594Z Downloaded sigpipe v0.1.3
9862026-07-02T20:25:24.594Z Downloaded signal-hook-tokio v0.3.1
9872026-07-02T20:25:24.596Z Downloaded sec1 v0.7.3
9882026-07-02T20:25:24.596Z Downloaded schemars_derive v0.8.22
9892026-07-02T20:25:24.599Z Downloaded scrypt v0.12.0
9902026-07-02T20:25:24.602Z Downloaded signature v2.2.0
9912026-07-02T20:25:24.602Z Downloaded minimal-lexical v0.2.1
9922026-07-02T20:25:24.605Z Downloaded hyper-util v0.1.20
9932026-07-02T20:25:24.608Z Downloaded scroll v0.13.0
9942026-07-02T20:25:24.611Z Downloaded slog-bunyan v2.5.0
9952026-07-02T20:25:24.611Z Downloaded aho-corasick v1.1.4
9962026-07-02T20:25:24.614Z Downloaded slog-envlogger v2.2.0
9972026-07-02T20:25:24.618Z Downloaded rustls-pki-types v1.14.0
9982026-07-02T20:25:24.618Z Downloaded progenitor-impl v0.14.0
9992026-07-02T20:25:24.618Z Downloaded sec1 v0.8.1
10002026-07-02T20:25:24.623Z Downloaded itertools v0.10.5
10012026-07-02T20:25:24.629Z Downloaded pretty_assertions v1.4.1
10022026-07-02T20:25:24.633Z Downloaded serde_path_to_error v0.1.20
10032026-07-02T20:25:24.635Z Downloaded serde_derive_internals v0.29.1
10042026-07-02T20:25:24.638Z Downloaded sqlparser_derive v0.5.0
10052026-07-02T20:25:24.641Z Downloaded serdect v0.4.3
10062026-07-02T20:25:24.644Z Downloaded salsa20 v0.11.0
10072026-07-02T20:25:24.645Z Downloaded crossterm v0.29.0
10082026-07-02T20:25:24.648Z Downloaded rcgen v0.12.1
10092026-07-02T20:25:24.651Z Downloaded prettyplease v0.2.37
10102026-07-02T20:25:24.654Z Downloaded serde_with_macros v1.5.2
10112026-07-02T20:25:24.664Z Downloaded strip-ansi-escapes v0.2.1
10122026-07-02T20:25:24.667Z Downloaded signal-hook-registry v1.4.8
10132026-07-02T20:25:24.667Z Downloaded simd-adler32 v0.3.8
10142026-07-02T20:25:24.671Z Downloaded prefix-trie v0.7.0
10152026-07-02T20:25:24.674Z Downloaded internal-russh-num-bigint v0.5.0
10162026-07-02T20:25:24.680Z Downloaded strum v0.26.3
10172026-07-02T20:25:24.683Z Downloaded structmeta-derive v0.3.0
10182026-07-02T20:25:24.683Z Downloaded stable_deref_trait v1.2.1
10192026-07-02T20:25:24.683Z Downloaded structmeta v0.3.0
10202026-07-02T20:25:24.690Z Downloaded shlex v1.3.0
10212026-07-02T20:25:24.693Z Downloaded p256 v0.14.0-rc.10
10222026-07-02T20:25:24.697Z Downloaded slog-scope v4.4.1
10232026-07-02T20:25:24.697Z Downloaded strum v0.27.2
10242026-07-02T20:25:24.697Z Downloaded serde-hex v0.1.0
10252026-07-02T20:25:24.700Z Downloaded strsim v0.10.0
10262026-07-02T20:25:24.700Z Downloaded slab v0.4.12
10272026-07-02T20:25:24.700Z Downloaded rustls-platform-verifier v0.6.2
10282026-07-02T20:25:24.705Z Downloaded slog-dtrace v0.3.0
10292026-07-02T20:25:24.708Z Downloaded num-bigint v0.4.6
10302026-07-02T20:25:24.708Z Downloaded nom v7.1.3
10312026-07-02T20:25:24.711Z Downloaded smf v0.2.3
10322026-07-02T20:25:24.715Z Downloaded smallvec v0.6.14
10332026-07-02T20:25:24.715Z Downloaded sync-ptr v0.1.4
10342026-07-02T20:25:24.715Z Downloaded slog-term v2.9.2
10352026-07-02T20:25:24.715Z Downloaded slog-stdlog v4.1.1
10362026-07-02T20:25:24.718Z Downloaded snafu-derive v0.8.9
10372026-07-02T20:25:24.718Z Downloaded sync_wrapper v1.0.2
10382026-07-02T20:25:24.718Z Downloaded supports-color v3.0.2
10392026-07-02T20:25:24.718Z Downloaded subtle v2.6.1
10402026-07-02T20:25:24.721Z Downloaded termtree v0.5.1
10412026-07-02T20:25:24.721Z Downloaded thiserror-impl-no-std v2.0.2
10422026-07-02T20:25:24.721Z Downloaded tap v1.0.1
10432026-07-02T20:25:24.724Z Downloaded take_mut v0.2.2
10442026-07-02T20:25:24.725Z Downloaded tagptr v0.2.0
10452026-07-02T20:25:24.725Z Downloaded tabwriter v1.4.1
10462026-07-02T20:25:24.725Z Downloaded slog-json v2.6.1
10472026-07-02T20:25:24.727Z Downloaded serde_cbor v0.11.2
10482026-07-02T20:25:24.727Z Downloaded mio v1.2.0
10492026-07-02T20:25:24.735Z Downloaded schemars v0.8.22
10502026-07-02T20:25:24.742Z Downloaded stacker v0.1.23
10512026-07-02T20:25:24.744Z Downloaded string_cache v0.8.9
10522026-07-02T20:25:24.745Z Downloaded ssh-cipher v0.3.0-rc.9
10532026-07-02T20:25:24.747Z Downloaded ron v0.8.1
10542026-07-02T20:25:24.750Z Downloaded spki v0.8.0
10552026-07-02T20:25:24.753Z Downloaded crypto-primes v0.7.2
10562026-07-02T20:25:24.757Z Downloaded thread-id v5.1.0
10572026-07-02T20:25:24.757Z Downloaded testing_table v0.3.0
10582026-07-02T20:25:24.757Z Downloaded spki v0.7.3
10592026-07-02T20:25:24.761Z Downloaded sha2 v0.11.0
10602026-07-02T20:25:24.762Z Downloaded libxml v0.3.3
10612026-07-02T20:25:24.765Z Downloaded serde_with_macros v3.17.0
10622026-07-02T20:25:24.765Z Downloaded openssl-sys v0.9.115
10632026-07-02T20:25:24.768Z Downloaded support-bundle-viewer v0.1.2
10642026-07-02T20:25:24.771Z Downloaded sqlformat v0.3.5
10652026-07-02T20:25:24.771Z Downloaded publicsuffix v2.3.0
10662026-07-02T20:25:24.774Z Downloaded time-core v0.1.8
10672026-07-02T20:25:24.774Z Downloaded ssh-encoding v0.3.0-rc.9
10682026-07-02T20:25:24.774Z Downloaded hashbrown v0.16.1
10692026-07-02T20:25:24.812Z Downloaded stringprep v0.1.5
10702026-07-02T20:25:24.812Z Downloaded tokio-macros v2.7.0
10712026-07-02T20:25:24.812Z Downloaded rayon-core v1.13.0
10722026-07-02T20:25:24.812Z Downloaded ryu v1.0.23
10732026-07-02T20:25:24.812Z Downloaded static_assertions v1.1.0
10742026-07-02T20:25:24.813Z Downloaded strum_macros v0.27.2
10752026-07-02T20:25:24.813Z Downloaded strum_macros v0.24.3
10762026-07-02T20:25:24.813Z Downloaded idna v1.1.0
10772026-07-02T20:25:24.813Z Downloaded rand v0.8.6
10782026-07-02T20:25:24.813Z Downloaded slog-async v2.8.0
10792026-07-02T20:25:24.813Z Downloaded hashbrown v0.15.5
10802026-07-02T20:25:24.813Z Downloaded tabled_derive v0.11.0
10812026-07-02T20:25:24.813Z Downloaded strum_macros v0.26.4
10822026-07-02T20:25:24.813Z Downloaded tokio-test v0.4.5
10832026-07-02T20:25:24.821Z Downloaded hyper v1.10.1
10842026-07-02T20:25:24.821Z Downloaded termios v0.3.3
10852026-07-02T20:25:24.824Z Downloaded quinn v0.11.9
10862026-07-02T20:25:24.827Z Downloaded qorb v0.4.1
10872026-07-02T20:25:24.830Z Downloaded num-bigint-dig v0.8.6
10882026-07-02T20:25:24.834Z Downloaded tinystr v0.8.2
10892026-07-02T20:25:24.837Z Downloaded topological-sort v0.2.2
10902026-07-02T20:25:24.837Z Downloaded thread_local v1.1.9
10912026-07-02T20:25:24.840Z Downloaded tower-service v0.3.3
10922026-07-02T20:25:24.840Z Downloaded schemars v0.9.0
10932026-07-02T20:25:24.847Z Downloaded tiny-keccak v2.0.2
10942026-07-02T20:25:24.850Z Downloaded thiserror-no-std v2.0.2
10952026-07-02T20:25:24.853Z Downloaded similar v2.7.0
10962026-07-02T20:25:24.856Z Downloaded tower-layer v0.3.3
10972026-07-02T20:25:24.856Z Downloaded slog v2.8.2
10982026-07-02T20:25:24.860Z Downloaded try-lock v0.2.5
10992026-07-02T20:25:24.860Z Downloaded time-macros v0.2.27
11002026-07-02T20:25:24.860Z Downloaded itertools v0.13.0
11012026-07-02T20:25:24.864Z Downloaded itertools v0.12.1
11022026-07-02T20:25:24.867Z Downloaded tokio-native-tls v0.3.1
11032026-07-02T20:25:24.871Z Downloaded tinyvec_macros v0.1.1
11042026-07-02T20:25:24.871Z Downloaded trait-variant v0.1.2
11052026-07-02T20:25:24.874Z Downloaded unit-prefix v0.5.2
11062026-07-02T20:25:24.874Z Downloaded unicode-xid v0.2.6
11072026-07-02T20:25:24.875Z Downloaded tls_codec_derive v0.4.2
11082026-07-02T20:25:24.875Z Downloaded unicode-truncate v1.1.0
11092026-07-02T20:25:24.878Z Downloaded aws-lc-rs v1.16.3
11102026-07-02T20:25:24.880Z Downloaded unarray v0.1.4
11112026-07-02T20:25:24.883Z Downloaded typify-macro v0.6.2
11122026-07-02T20:25:24.883Z Downloaded smallvec v1.15.1
11132026-07-02T20:25:24.883Z Downloaded rand v0.9.2
11142026-07-02T20:25:24.887Z Downloaded tokio-tungstenite v0.21.0
11152026-07-02T20:25:24.890Z Downloaded tokio-dtrace v0.1.1
11162026-07-02T20:25:24.890Z Downloaded tls_codec v0.4.2
11172026-07-02T20:25:24.893Z Downloaded utf-8 v0.7.6
11182026-07-02T20:25:24.898Z Downloaded untrusted v0.7.1
11192026-07-02T20:25:24.898Z Downloaded universal-hash v0.5.1
11202026-07-02T20:25:24.898Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-07-02T20:25:24.901Z Downloaded usdt v0.6.0
11222026-07-02T20:25:24.901Z Downloaded void v1.0.2
11232026-07-02T20:25:24.902Z Downloaded utf8_iter v1.0.4
11242026-07-02T20:25:24.904Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11252026-07-02T20:25:24.904Z Downloaded term v1.2.1
11262026-07-02T20:25:24.908Z Downloaded socket2 v0.5.10
11272026-07-02T20:25:24.908Z Downloaded term v0.7.0
11282026-07-02T20:25:24.914Z Downloaded usdt-macro v0.6.0
11292026-07-02T20:25:24.914Z Downloaded usdt-attr-macro v0.6.0
11302026-07-02T20:25:24.914Z Downloaded libm v0.2.16
11312026-07-02T20:25:24.917Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-07-02T20:25:24.921Z Downloaded signal-hook v0.3.18
11332026-07-02T20:25:24.925Z Downloaded samael v0.0.19
11342026-07-02T20:25:24.928Z Downloaded wait-timeout v0.2.1
11352026-07-02T20:25:24.928Z Downloaded h2 v0.4.15
11362026-07-02T20:25:24.931Z Downloaded spin v0.9.8
11372026-07-02T20:25:24.931Z Downloaded socket2 v0.6.3
11382026-07-02T20:25:24.934Z Downloaded icu_properties_data v2.1.2
11392026-07-02T20:25:24.939Z Downloaded want v0.3.1
11402026-07-02T20:25:24.941Z Downloaded waitgroup v0.1.2
11412026-07-02T20:25:24.941Z Downloaded untrusted v0.9.0
11422026-07-02T20:25:24.949Z Downloaded serde_yaml v0.9.34+deprecated
11432026-07-02T20:25:24.952Z Downloaded itertools v0.14.0
11442026-07-02T20:25:24.955Z Downloaded xattr v1.6.1
11452026-07-02T20:25:24.958Z Downloaded tokio-rustls v0.26.4
11462026-07-02T20:25:24.958Z Downloaded rsa v0.9.10
11472026-07-02T20:25:24.961Z Downloaded rustls-webpki v0.103.13
11482026-07-02T20:25:24.964Z Downloaded nom v8.0.0
11492026-07-02T20:25:24.967Z Downloaded tui-tree-widget v0.23.1
11502026-07-02T20:25:24.970Z Downloaded unicase v2.9.0
11512026-07-02T20:25:24.975Z Downloaded p521 v0.14.0-rc.10
11522026-07-02T20:25:24.979Z Downloaded uzers v0.12.2
11532026-07-02T20:25:24.979Z Downloaded rand v0.10.1
11542026-07-02T20:25:24.979Z Downloaded xshell-macros v0.2.7
11552026-07-02T20:25:24.979Z Downloaded subprocess v0.2.15
11562026-07-02T20:25:24.985Z Downloaded zerofrom v0.1.6
11572026-07-02T20:25:24.985Z Downloaded yoke-derive v0.8.1
11582026-07-02T20:25:24.985Z Downloaded universal-hash v0.6.1
11592026-07-02T20:25:24.990Z Downloaded synstructure v0.13.2
11602026-07-02T20:25:24.990Z Downloaded snafu v0.8.9
11612026-07-02T20:25:24.990Z Downloaded zerofrom-derive v0.1.6
11622026-07-02T20:25:24.991Z Downloaded zeroize_derive v1.4.3
11632026-07-02T20:25:24.991Z Downloaded tokio-tungstenite v0.23.1
11642026-07-02T20:25:24.994Z Downloaded vergen-lib v0.1.6
11652026-07-02T20:25:24.997Z Downloaded usdt-impl v0.6.0
11662026-07-02T20:25:25.032Z Downloaded toml_parser v1.1.2+spec-1.1.0
11672026-07-02T20:25:25.037Z Downloaded blake3 v1.8.5
11682026-07-02T20:25:25.037Z Downloaded vergen-lib v9.1.0
11692026-07-02T20:25:25.038Z Downloaded tinyvec v1.10.0
11702026-07-02T20:25:25.038Z Downloaded vergen-gitcl v1.0.8
11712026-07-02T20:25:25.039Z Downloaded zone_cfg_derive v0.3.1
11722026-07-02T20:25:25.039Z Downloaded zone v0.3.1
11732026-07-02T20:25:25.039Z Downloaded unicode-properties v0.1.4
11742026-07-02T20:25:25.055Z Downloaded whoami v1.6.1
11752026-07-02T20:25:25.064Z Downloaded hkdf v0.12.4
11762026-07-02T20:25:25.064Z Downloaded schemars v1.2.1
11772026-07-02T20:25:25.065Z Downloaded wyz v0.5.1
11782026-07-02T20:25:25.065Z Downloaded whoami v2.1.0
11792026-07-02T20:25:25.065Z Downloaded writeable v0.6.2
11802026-07-02T20:25:25.065Z Downloaded twox-hash v2.1.2
11812026-07-02T20:25:25.065Z Downloaded tokio-stream v0.1.18
11822026-07-02T20:25:25.065Z Downloaded toml v0.7.8
11832026-07-02T20:25:25.065Z Downloaded rsa v0.10.0-rc.18
11842026-07-02T20:25:25.072Z Downloaded zerovec-derive v0.11.2
11852026-07-02T20:25:25.073Z Downloaded zeroize v1.8.2
11862026-07-02T20:25:25.073Z Downloaded xshell v0.2.7
11872026-07-02T20:25:25.073Z Downloaded iri-string v0.7.10
11882026-07-02T20:25:25.077Z Downloaded futures-util v0.3.32
11892026-07-02T20:25:25.077Z Downloaded yoke v0.8.1
11902026-07-02T20:25:25.080Z Downloaded toml v1.1.2+spec-1.1.0
11912026-07-02T20:25:25.080Z Downloaded test-strategy v0.4.5
11922026-07-02T20:25:25.083Z Downloaded bitvec v1.0.1
11932026-07-02T20:25:25.091Z Downloaded zstd-safe v7.2.4
11942026-07-02T20:25:25.094Z Downloaded vergen-git2 v9.1.0
11952026-07-02T20:25:25.094Z Downloaded hkdf v0.13.0
11962026-07-02T20:25:25.097Z Downloaded vergen v9.1.0
11972026-07-02T20:25:25.097Z Downloaded iddqd v0.4.2
11982026-07-02T20:25:25.102Z Downloaded rustyline v14.0.0
11992026-07-02T20:25:25.105Z Downloaded tracing-attributes v0.1.31
12002026-07-02T20:25:25.108Z Downloaded typify v0.6.2
12012026-07-02T20:25:25.110Z Downloaded tungstenite v0.21.0
12022026-07-02T20:25:25.113Z Downloaded zstd v0.13.3
12032026-07-02T20:25:25.113Z Downloaded unicode-bidi v0.3.18
12042026-07-02T20:25:25.116Z Downloaded tracing-core v0.1.36
12052026-07-02T20:25:25.119Z Downloaded bindgen v0.71.1
12062026-07-02T20:25:25.123Z Downloaded tungstenite v0.23.0
12072026-07-02T20:25:25.128Z Downloaded yasna v0.5.2
12082026-07-02T20:25:25.131Z Downloaded walkdir v2.5.0
12092026-07-02T20:25:25.135Z Downloaded tar v0.4.46
12102026-07-02T20:25:25.138Z Downloaded serde_with v1.14.0
12112026-07-02T20:25:25.145Z Downloaded uuid v1.23.4
12122026-07-02T20:25:25.148Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-07-02T20:25:25.151Z Downloaded vsss-rs v3.3.4
12142026-07-02T20:25:25.155Z Downloaded zerocopy v0.6.6
12152026-07-02T20:25:25.159Z Downloaded vte v0.14.1
12162026-07-02T20:25:25.162Z Downloaded git2 v0.20.4
12172026-07-02T20:25:25.164Z Downloaded steno v0.4.1
12182026-07-02T20:25:25.167Z Downloaded reedline v0.40.0
12192026-07-02T20:25:25.175Z Downloaded unsafe-libyaml v0.2.11
12202026-07-02T20:25:25.185Z Downloaded chrono v0.4.44
12212026-07-02T20:25:25.189Z Downloaded rpassword v7.4.0
12222026-07-02T20:25:25.201Z Downloaded toml_edit v0.19.15
12232026-07-02T20:25:25.220Z Downloaded reqwest v0.12.28
12242026-07-02T20:25:25.227Z Downloaded url v2.5.8
12252026-07-02T20:25:25.241Z Downloaded zip v0.6.6
12262026-07-02T20:25:25.241Z Downloaded zopfli v0.8.3
12272026-07-02T20:25:25.241Z Downloaded reqwest v0.13.2
12282026-07-02T20:25:25.251Z Downloaded regex v1.12.3
12292026-07-02T20:25:25.251Z Downloaded tokio-postgres v0.7.16
12302026-07-02T20:25:25.292Z Downloaded p384 v0.13.1
12312026-07-02T20:25:25.292Z Downloaded unicode_categories v0.1.1
12322026-07-02T20:25:25.292Z Downloaded lalrpop v0.19.12
12332026-07-02T20:25:25.302Z Downloaded rawzip v0.4.4
12342026-07-02T20:25:25.302Z Downloaded tower v0.5.3
12352026-07-02T20:25:25.302Z Downloaded zerotrie v0.2.3
12362026-07-02T20:25:25.302Z Downloaded unicode-segmentation v1.12.0
12372026-07-02T20:25:25.334Z Downloaded moka v0.12.13
12382026-07-02T20:25:25.341Z Downloaded yansi v1.0.1
12392026-07-02T20:25:25.341Z Downloaded ssh-key v0.7.0-rc.10
12402026-07-02T20:25:25.341Z Downloaded zerocopy-derive v0.8.40
12412026-07-02T20:25:25.357Z Downloaded x509-cert v0.2.5
12422026-07-02T20:25:25.357Z Downloaded typed-path v0.9.3
12432026-07-02T20:25:25.357Z Downloaded curve25519-dalek v4.1.3
12442026-07-02T20:25:25.387Z Downloaded quick-xml v0.37.5
12452026-07-02T20:25:25.387Z Downloaded rayon v1.11.0
12462026-07-02T20:25:25.387Z Downloaded tower-http v0.6.8
12472026-07-02T20:25:25.436Z Downloaded portable-atomic v1.13.1
12482026-07-02T20:25:25.436Z Downloaded goblin v0.10.5
12492026-07-02T20:25:25.436Z Downloaded zip v4.6.1
12502026-07-02T20:25:25.436Z Downloaded petname v2.0.2
12512026-07-02T20:25:25.456Z Downloaded salty v0.3.0
12522026-07-02T20:25:25.456Z Downloaded unicode-normalization v0.1.25
12532026-07-02T20:25:25.456Z Downloaded tokio-util v0.7.18
12542026-07-02T20:25:25.456Z Downloaded nix v0.27.1
12552026-07-02T20:25:25.456Z Downloaded tough v0.22.0
12562026-07-02T20:25:25.467Z Downloaded quinn-proto v0.11.13
12572026-07-02T20:25:25.467Z Downloaded serde_with v3.17.0
12582026-07-02T20:25:25.478Z Downloaded radix_trie v0.2.1
12592026-07-02T20:25:25.478Z Downloaded openssl v0.10.79
12602026-07-02T20:25:25.485Z Downloaded proptest v1.10.0
12612026-07-02T20:25:25.485Z Downloaded bstr v1.12.1
12622026-07-02T20:25:25.501Z Downloaded object v0.30.4
12632026-07-02T20:25:25.501Z Downloaded zerovec v0.11.5
12642026-07-02T20:25:25.501Z Downloaded russh v0.61.2
12652026-07-02T20:25:25.510Z Downloaded polar-core v0.27.3
12662026-07-02T20:25:25.539Z Downloaded curve25519-dalek v5.0.0-rc.0
12672026-07-02T20:25:25.564Z Downloaded winnow v0.5.40
12682026-07-02T20:25:25.595Z Downloaded winnow v0.6.26
12692026-07-02T20:25:25.595Z Downloaded hickory-proto v0.24.4
12702026-07-02T20:25:25.602Z Downloaded dropshot v0.17.1
12712026-07-02T20:25:25.611Z Downloaded winnow v1.0.3
12722026-07-02T20:25:25.621Z Downloaded tabled v0.20.0
12732026-07-02T20:25:25.631Z Downloaded nix v0.31.2
12742026-07-02T20:25:25.650Z Downloaded hickory-proto v0.25.2
12752026-07-02T20:25:25.664Z Downloaded nix v0.28.0
12762026-07-02T20:25:25.664Z Downloaded regress v0.10.5
12772026-07-02T20:25:25.664Z Downloaded regex-syntax v0.6.29
12782026-07-02T20:25:25.664Z Downloaded regex-syntax v0.8.10
12792026-07-02T20:25:25.687Z Downloaded regress v0.11.1
12802026-07-02T20:25:25.687Z Downloaded vcpkg v0.2.15
12812026-07-02T20:25:25.695Z Downloaded time v0.3.47
12822026-07-02T20:25:25.717Z Downloaded smoltcp v0.9.1
12832026-07-02T20:25:25.717Z Downloaded zlib-rs v0.6.2
12842026-07-02T20:25:25.734Z Downloaded rustix v0.38.44
12852026-07-02T20:25:25.734Z Downloaded object v0.37.3
12862026-07-02T20:25:25.741Z Downloaded diesel v2.3.7
12872026-07-02T20:25:25.741Z Downloaded openapiv3 v2.2.0
12882026-07-02T20:25:25.759Z Downloaded zerocopy v0.8.40
12892026-07-02T20:25:25.772Z Downloaded smoltcp v0.11.0
12902026-07-02T20:25:25.776Z Downloaded rustls v0.23.41
12912026-07-02T20:25:25.828Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-07-02T20:25:25.861Z Downloaded sqlparser v0.61.0
12932026-07-02T20:25:25.865Z Downloaded typify-impl v0.6.2
12942026-07-02T20:25:25.885Z Downloaded sled v0.34.7
12952026-07-02T20:25:25.903Z Downloaded fiat-crypto v0.3.0
12962026-07-02T20:25:25.903Z Downloaded sha3 v0.11.0
12972026-07-02T20:25:25.903Z Downloaded ratatui v0.29.0
12982026-07-02T20:25:25.916Z Downloaded tracing v0.1.44
12992026-07-02T20:25:25.925Z Downloaded csv v1.4.0
13002026-07-02T20:25:25.925Z Downloaded zerocopy-derive v0.6.6
13012026-07-02T20:25:25.932Z Downloaded regex-automata v0.4.14
13022026-07-02T20:25:25.953Z Downloaded jiff v0.2.21
13032026-07-02T20:25:25.963Z Downloaded chrono-tz v0.10.4
13042026-07-02T20:25:25.983Z Downloaded petgraph v0.6.5
13052026-07-02T20:25:26.005Z Downloaded sha3 v0.10.8
13062026-07-02T20:25:26.005Z Downloaded petgraph v0.8.3
13072026-07-02T20:25:26.016Z Downloaded tokio v1.52.1
13082026-07-02T20:25:26.040Z Downloaded libz-sys v1.1.24
13092026-07-02T20:25:26.067Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-07-02T20:25:26.080Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-02T20:25:26.168Z Downloaded encoding_rs v0.8.35
13122026-07-02T20:25:26.204Z Downloaded ring v0.17.14
13132026-07-02T20:25:26.923Z Downloaded aws-lc-sys v0.40.0
13142026-07-02T20:25:27.181Z Compiling libc v0.2.185
13152026-07-02T20:25:27.182Z Compiling serde_core v1.0.228
13162026-07-02T20:25:27.182Z Compiling serde v1.0.228
13172026-07-02T20:25:27.190Z Compiling log v0.4.29
13182026-07-02T20:25:27.190Z Compiling smallvec v1.15.1
13192026-07-02T20:25:27.190Z Compiling find-msvc-tools v0.1.9
13202026-07-02T20:25:27.190Z Compiling shlex v1.3.0
13212026-07-02T20:25:27.190Z Compiling syn v2.0.117
13222026-07-02T20:25:27.509Z Compiling subtle v2.6.1
13232026-07-02T20:25:27.522Z Compiling stable_deref_trait v1.2.1
13242026-07-02T20:25:27.535Z Compiling scopeguard v1.2.0
13252026-07-02T20:25:27.591Z Compiling typenum v1.20.1
13262026-07-02T20:25:27.629Z Compiling lock_api v0.4.14
13272026-07-02T20:25:27.644Z Compiling serde_json v1.0.150
13282026-07-02T20:25:27.656Z Compiling zerocopy v0.8.40
13292026-07-02T20:25:27.697Z Compiling portable-atomic v1.13.1
13302026-07-02T20:25:27.853Z Compiling parking_lot_core v0.9.12
13312026-07-02T20:25:27.868Z Compiling pin-project-lite v0.2.17
13322026-07-02T20:25:27.970Z Compiling libm v0.2.16
13332026-07-02T20:25:28.118Z Compiling critical-section v1.2.0
13342026-07-02T20:25:28.133Z Compiling jobserver v0.1.34
13352026-07-02T20:25:28.162Z Compiling errno v0.3.14
13362026-07-02T20:25:28.219Z Compiling getrandom v0.2.17
13372026-07-02T20:25:28.276Z Compiling getrandom v0.4.1
13382026-07-02T20:25:28.303Z Compiling pkg-config v0.3.32
13392026-07-02T20:25:28.401Z Compiling cc v1.2.56
13402026-07-02T20:25:28.557Z Compiling rand_core v0.6.4
13412026-07-02T20:25:28.666Z Compiling signal-hook-registry v1.4.8
13422026-07-02T20:25:28.802Z Compiling once_cell v1.21.3
13432026-07-02T20:25:28.874Z Compiling num-traits v0.2.19
13442026-07-02T20:25:28.943Z Compiling futures-core v0.3.32
13452026-07-02T20:25:29.025Z Compiling rand_core v0.10.0
13462026-07-02T20:25:29.043Z Compiling parking_lot v0.12.5
13472026-07-02T20:25:29.133Z Compiling mio v1.2.0
13482026-07-02T20:25:29.240Z Compiling generic-array v0.14.7
13492026-07-02T20:25:29.419Z Compiling writeable v0.6.2
13502026-07-02T20:25:29.434Z Compiling percent-encoding v2.3.2
13512026-07-02T20:25:29.610Z Compiling bitflags v2.11.0
13522026-07-02T20:25:29.624Z Compiling litemap v0.8.1
13532026-07-02T20:25:29.628Z Compiling const-oid v0.9.6
13542026-07-02T20:25:29.697Z Compiling semver v1.0.28
13552026-07-02T20:25:29.822Z Compiling icu_properties_data v2.1.2
13562026-07-02T20:25:29.844Z Compiling icu_normalizer_data v2.1.1
13572026-07-02T20:25:30.069Z Compiling socket2 v0.6.3
13582026-07-02T20:25:30.157Z Compiling futures-sink v0.3.32
13592026-07-02T20:25:30.257Z Compiling futures-channel v0.3.32
13602026-07-02T20:25:30.276Z Compiling futures-io v0.3.32
13612026-07-02T20:25:30.289Z Compiling futures-task v0.3.32
13622026-07-02T20:25:30.418Z Compiling synstructure v0.13.2
13632026-07-02T20:25:30.435Z Compiling slab v0.4.12
13642026-07-02T20:25:30.462Z Compiling utf8_iter v1.0.4
13652026-07-02T20:25:30.492Z Compiling indexmap v2.14.0
13662026-07-02T20:25:30.528Z Compiling form_urlencoded v1.2.2
13672026-07-02T20:25:30.611Z Compiling rustversion v1.0.22
13682026-07-02T20:25:30.611Z Compiling getrandom v0.3.4
13692026-07-02T20:25:30.639Z Compiling cmake v0.1.57
13702026-07-02T20:25:30.668Z Compiling dunce v1.0.5
13712026-07-02T20:25:30.704Z Compiling rustix v1.1.3
13722026-07-02T20:25:30.765Z Compiling fs_extra v1.3.0
13732026-07-02T20:25:31.036Z Compiling ident_case v1.0.1
13742026-07-02T20:25:31.050Z Compiling iana-time-zone v0.1.65
13752026-07-02T20:25:31.052Z Compiling aws-lc-sys v0.40.0
13762026-07-02T20:25:31.158Z Compiling regex-syntax v0.8.10
13772026-07-02T20:25:31.158Z Compiling uuid v1.23.4
13782026-07-02T20:25:31.249Z Compiling base64 v0.22.1
13792026-07-02T20:25:31.579Z Compiling rand_core v0.9.5
13802026-07-02T20:25:31.582Z Compiling vcpkg v0.2.15
13812026-07-02T20:25:31.626Z Compiling base64ct v1.8.3
13822026-07-02T20:25:31.866Z Compiling pem-rfc7468 v0.7.0
13832026-07-02T20:25:31.924Z Compiling rustc_version v0.4.1
13842026-07-02T20:25:31.924Z Compiling tracing-core v0.1.36
13852026-07-02T20:25:32.089Z Compiling serde_derive v1.0.228
13862026-07-02T20:25:32.175Z Compiling zeroize_derive v1.4.3
13872026-07-02T20:25:32.255Z Compiling zerofrom-derive v0.1.6
13882026-07-02T20:25:32.341Z Compiling yoke-derive v0.8.1
13892026-07-02T20:25:32.455Z Compiling zerovec-derive v0.11.2
13902026-07-02T20:25:32.512Z Compiling zerocopy-derive v0.8.40
13912026-07-02T20:25:32.853Z Compiling zeroize v1.8.2
13922026-07-02T20:25:33.057Z Compiling displaydoc v0.2.5
13932026-07-02T20:25:33.581Z Compiling tokio-macros v2.7.0
13942026-07-02T20:25:33.640Z Compiling futures-macro v0.3.32
13952026-07-02T20:25:33.711Z Compiling zerofrom v0.1.6
13962026-07-02T20:25:33.840Z Compiling yoke v0.8.1
13972026-07-02T20:25:33.857Z Compiling openssl-sys v0.9.115
13982026-07-02T20:25:34.026Z Compiling zerovec v0.11.5
13992026-07-02T20:25:34.134Z Compiling zerotrie v0.2.3
14002026-07-02T20:25:34.330Z Compiling block-buffer v0.10.4
14012026-07-02T20:25:34.419Z Compiling crypto-common v0.1.7
14022026-07-02T20:25:34.436Z Compiling thiserror-impl v2.0.18
14032026-07-02T20:25:34.485Z Compiling tinystr v0.8.2
14042026-07-02T20:25:34.511Z Compiling potential_utf v0.1.4
14052026-07-02T20:25:34.536Z Compiling futures-util v0.3.32
14062026-07-02T20:25:34.550Z Compiling digest v0.10.7
14072026-07-02T20:25:34.673Z Compiling icu_locale_core v2.1.1
14082026-07-02T20:25:34.689Z Compiling icu_collections v2.1.1
14092026-07-02T20:25:34.800Z Compiling tracing-attributes v0.1.31
14102026-07-02T20:25:35.165Z Compiling der_derive v0.7.3
14112026-07-02T20:25:35.543Z Compiling icu_provider v2.1.1
14122026-07-02T20:25:35.645Z Compiling bytes v1.11.1
14132026-07-02T20:25:35.796Z Compiling icu_normalizer v2.1.1
14142026-07-02T20:25:35.841Z Compiling icu_properties v2.1.2
14152026-07-02T20:25:36.131Z Compiling tokio v1.52.1
14162026-07-02T20:25:36.134Z Compiling chrono v0.4.44
14172026-07-02T20:25:36.272Z Compiling http v1.4.2
14182026-07-02T20:25:36.331Z Compiling flagset v0.4.7
14192026-07-02T20:25:36.464Z Compiling aws-lc-rs v1.16.3
14202026-07-02T20:25:36.767Z Compiling idna_adapter v1.2.1
14212026-07-02T20:25:36.838Z Compiling ppv-lite86 v0.2.21
14222026-07-02T20:25:36.907Z Compiling idna v1.1.0
14232026-07-02T20:25:36.944Z Compiling http-body v1.0.1
14242026-07-02T20:25:37.019Z Compiling der v0.7.10
14252026-07-02T20:25:37.094Z Compiling tracing v0.1.44
14262026-07-02T20:25:37.158Z Compiling rand_chacha v0.9.0
14272026-07-02T20:25:37.185Z Compiling thiserror v2.0.18
14282026-07-02T20:25:37.291Z Compiling url v2.5.8
14292026-07-02T20:25:37.424Z Compiling rustls-pki-types v1.14.0
14302026-07-02T20:25:37.532Z Compiling serde_derive_internals v0.29.1
14312026-07-02T20:25:37.557Z Compiling tinyvec_macros v0.1.1
14322026-07-02T20:25:37.627Z Compiling dyn-clone v1.0.20
14332026-07-02T20:25:37.763Z Compiling schemars v0.8.22
14342026-07-02T20:25:37.851Z Compiling httparse v1.10.1
14352026-07-02T20:25:37.865Z Compiling cmov v0.5.4
14362026-07-02T20:25:37.976Z Compiling openssl-probe v0.2.1
14372026-07-02T20:25:38.068Z Compiling ctutils v0.4.2
14382026-07-02T20:25:38.101Z Compiling spki v0.7.3
14392026-07-02T20:25:38.150Z Compiling tinyvec v1.10.0
14402026-07-02T20:25:38.210Z Compiling pest_generator v2.8.6
14412026-07-02T20:25:38.240Z Compiling rand v0.9.2
14422026-07-02T20:25:38.298Z Compiling aho-corasick v1.1.4
14432026-07-02T20:25:38.298Z Compiling tower-service v0.3.3
14442026-07-02T20:25:38.445Z Compiling schemars_derive v0.8.22
14452026-07-02T20:25:38.460Z Compiling atomic-waker v1.1.2
14462026-07-02T20:25:38.522Z Compiling tower-layer v0.3.3
14472026-07-02T20:25:38.583Z Compiling try-lock v0.2.5
14482026-07-02T20:25:38.681Z Compiling untrusted v0.7.1
14492026-07-02T20:25:38.695Z Compiling tempfile v3.25.0
14502026-07-02T20:25:38.807Z Compiling want v0.3.1
14512026-07-02T20:25:38.974Z Compiling hybrid-array v0.4.13
14522026-07-02T20:25:38.990Z Compiling pest_derive v2.8.6
14532026-07-02T20:25:39.115Z Compiling ipnet v2.11.0
14542026-07-02T20:25:39.360Z Compiling regex-automata v0.4.14
14552026-07-02T20:25:39.427Z Compiling scroll_derive v0.13.1
14562026-07-02T20:25:39.618Z Compiling darling_core v0.20.11
14572026-07-02T20:25:39.755Z Compiling rustls v0.23.41
14582026-07-02T20:25:39.947Z Compiling tokio-util v0.7.18
14592026-07-02T20:25:40.022Z Compiling openssl v0.10.79
14602026-07-02T20:25:40.238Z Compiling foreign-types-shared v0.1.1
14612026-07-02T20:25:40.262Z Compiling httpdate v1.0.3
14622026-07-02T20:25:40.325Z Compiling untrusted v0.9.0
14632026-07-02T20:25:40.448Z Compiling cpufeatures v0.2.17
14642026-07-02T20:25:40.489Z Compiling foreign-types v0.3.2
14652026-07-02T20:25:40.543Z Compiling scroll v0.13.0
14662026-07-02T20:25:40.562Z Compiling unicode-normalization v0.1.25
14672026-07-02T20:25:40.807Z Compiling h2 v0.4.15
14682026-07-02T20:25:40.969Z Compiling pkcs8 v0.10.2
14692026-07-02T20:25:41.012Z Compiling openssl-macros v0.1.1
14702026-07-02T20:25:41.220Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-02T20:25:41.382Z Compiling spin v0.9.8
14722026-07-02T20:25:41.411Z Compiling powerfmt v0.2.0
14732026-07-02T20:25:41.584Z Compiling time-core v0.1.8
14742026-07-02T20:25:41.609Z Compiling native-tls v0.2.18
14752026-07-02T20:25:41.624Z Compiling num-conv v0.2.0
14762026-07-02T20:25:41.727Z Compiling crc32fast v1.5.0
14772026-07-02T20:25:41.751Z Compiling time-macros v0.2.27
14782026-07-02T20:25:41.836Z Compiling darling_macro v0.20.11
14792026-07-02T20:25:41.850Z Compiling deranged v0.5.8
14802026-07-02T20:25:42.315Z Compiling darling v0.20.11
14812026-07-02T20:25:42.398Z Compiling goblin v0.10.5
14822026-07-02T20:25:42.804Z Compiling sha2 v0.10.9
14832026-07-02T20:25:42.808Z Compiling hmac v0.12.1
14842026-07-02T20:25:42.973Z Compiling sync_wrapper v1.0.2
14852026-07-02T20:25:43.081Z Compiling wait-timeout v0.2.1
14862026-07-02T20:25:43.350Z Compiling quick-error v1.2.3
14872026-07-02T20:25:43.391Z Compiling usdt-impl v0.6.0
14882026-07-02T20:25:43.499Z Compiling syn v1.0.109
14892026-07-02T20:25:43.641Z Compiling bit-vec v0.8.0
14902026-07-02T20:25:43.817Z Compiling num_threads v0.1.7
14912026-07-02T20:25:43.875Z Compiling siphasher v1.0.2
14922026-07-02T20:25:43.920Z Compiling hyper v1.10.1
14932026-07-02T20:25:44.062Z Compiling crossbeam-utils v0.8.21
14942026-07-02T20:25:44.208Z Compiling simd-adler32 v0.3.8
14952026-07-02T20:25:44.452Z Compiling time v0.3.47
14962026-07-02T20:25:44.706Z Compiling bit-set v0.8.0
14972026-07-02T20:25:44.930Z Compiling rusty-fork v0.3.1
14982026-07-02T20:25:44.946Z Compiling tower v0.5.3
14992026-07-02T20:25:45.059Z Compiling hyper-util v0.1.20
15002026-07-02T20:25:45.243Z Compiling dof v0.4.0
15012026-07-02T20:25:45.420Z Compiling derive_builder_core v0.20.2
15022026-07-02T20:25:45.706Z Compiling dtrace-parser v0.3.0
15032026-07-02T20:25:46.016Z Compiling http-body-util v0.1.3
15042026-07-02T20:25:46.255Z Compiling heapless v0.7.17
15052026-07-02T20:25:46.270Z Compiling thiserror-impl v1.0.69
15062026-07-02T20:25:46.392Z Compiling scroll_derive v0.12.1
15072026-07-02T20:25:46.429Z Compiling rand_xorshift v0.4.0
15082026-07-02T20:25:46.505Z Compiling slog v2.8.2
15092026-07-02T20:25:46.592Z Compiling darling_core v0.21.3
15102026-07-02T20:25:46.637Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-02T20:25:46.703Z Compiling thread-id v5.1.0
15122026-07-02T20:25:46.766Z Compiling cookie v0.18.1
15132026-07-02T20:25:46.783Z Compiling signal-hook v0.3.18
15142026-07-02T20:25:46.922Z Compiling adler2 v2.0.1
15152026-07-02T20:25:46.963Z Compiling unicode-bidi v0.3.18
15162026-07-02T20:25:46.978Z Compiling unicode-properties v0.1.4
15172026-07-02T20:25:47.051Z Compiling ryu v1.0.23
15182026-07-02T20:25:47.065Z Compiling iri-string v0.7.10
15192026-07-02T20:25:47.179Z Compiling anyhow v1.0.102
15202026-07-02T20:25:47.225Z Compiling allocator-api2 v0.2.21
15212026-07-02T20:25:47.489Z Compiling zstd-safe v7.2.4
15222026-07-02T20:25:47.504Z Compiling paste v1.0.15
15232026-07-02T20:25:47.539Z Compiling unarray v0.1.4
15242026-07-02T20:25:47.552Z Compiling thiserror v1.0.69
15252026-07-02T20:25:47.645Z Compiling proptest v1.10.0
15262026-07-02T20:25:47.690Z Compiling stringprep v0.1.5
15272026-07-02T20:25:47.826Z Compiling serde_urlencoded v0.7.1
15282026-07-02T20:25:47.855Z Compiling scroll v0.12.0
15292026-07-02T20:25:48.063Z Compiling miniz_oxide v0.8.9
15302026-07-02T20:25:48.182Z Compiling tower-http v0.6.8
15312026-07-02T20:25:48.598Z Compiling derive_builder_macro v0.20.2
15322026-07-02T20:25:48.632Z Compiling camino v1.2.2
15332026-07-02T20:25:48.901Z Compiling tokio-native-tls v0.3.1
15342026-07-02T20:25:49.067Z Compiling bstr v1.12.1
15352026-07-02T20:25:49.081Z Compiling ipnetwork v0.21.1
15362026-07-02T20:25:49.094Z Compiling block-buffer v0.12.1
15372026-07-02T20:25:49.113Z Compiling darling_macro v0.21.3
15382026-07-02T20:25:49.282Z Compiling crypto-common v0.2.2
15392026-07-02T20:25:49.464Z Compiling block-padding v0.4.2
15402026-07-02T20:25:49.498Z Compiling rustls-native-certs v0.8.3
15412026-07-02T20:25:49.607Z Compiling rand_chacha v0.3.1
15422026-07-02T20:25:49.628Z Compiling erased-serde v0.3.31
15432026-07-02T20:25:49.706Z Compiling serde_tokenstream v0.2.3
15442026-07-02T20:25:49.787Z Compiling hex v0.4.3
15452026-07-02T20:25:50.018Z Compiling toml_datetime v0.6.11
15462026-07-02T20:25:50.056Z Compiling serde_spanned v0.6.9
15472026-07-02T20:25:50.105Z Compiling signature v2.2.0
15482026-07-02T20:25:50.198Z Compiling md-5 v0.10.6
15492026-07-02T20:25:50.279Z Compiling curve25519-dalek v4.1.3
15502026-07-02T20:25:50.293Z Compiling async-trait v0.1.89
15512026-07-02T20:25:50.366Z Compiling zerocopy-derive v0.7.35
15522026-07-02T20:25:50.386Z Compiling pin-project-internal v1.1.11
15532026-07-02T20:25:50.629Z Compiling vergen-lib v9.1.0
15542026-07-02T20:25:50.825Z Compiling hash32 v0.2.1
15552026-07-02T20:25:50.985Z Compiling num-integer v0.1.46
15562026-07-02T20:25:51.016Z Compiling memoffset v0.9.1
15572026-07-02T20:25:51.221Z Compiling encoding_rs v0.8.35
15582026-07-02T20:25:51.242Z Compiling fallible-iterator v0.2.0
15592026-07-02T20:25:51.299Z Compiling rustix v0.38.44
15602026-07-02T20:25:51.313Z Compiling cfg_aliases v0.2.1
15612026-07-02T20:25:51.386Z Compiling psl-types v2.0.11
15622026-07-02T20:25:51.510Z Compiling litrs v1.0.0
15632026-07-02T20:25:51.513Z Compiling ref-cast v1.0.25
15642026-07-02T20:25:51.556Z Compiling mime v0.3.17
15652026-07-02T20:25:51.655Z Compiling zlib-rs v0.6.2
15662026-07-02T20:25:51.813Z Compiling smoltcp v0.9.1
15672026-07-02T20:25:51.843Z Compiling num-bigint-dig v0.8.6
15682026-07-02T20:25:52.011Z Compiling document-features v0.2.12
15692026-07-02T20:25:52.177Z Compiling postgres-protocol v0.6.10
15702026-07-02T20:25:52.196Z Compiling pin-project v1.1.11
15712026-07-02T20:25:52.295Z Compiling publicsuffix v2.3.0
15722026-07-02T20:25:52.469Z Compiling nix v0.31.2
15732026-07-02T20:25:52.511Z Compiling hubpack_derive v0.1.1
15742026-07-02T20:25:52.620Z Compiling zerocopy v0.7.35
15752026-07-02T20:25:52.744Z Compiling num-iter v0.1.45
15762026-07-02T20:25:52.932Z Compiling newtype-uuid v1.3.2
15772026-07-02T20:25:52.964Z Compiling rand v0.8.6
15782026-07-02T20:25:53.160Z Compiling darling v0.21.3
15792026-07-02T20:25:53.242Z Compiling inout v0.2.2
15802026-07-02T20:25:53.256Z Compiling oxnet v0.1.6
15812026-07-02T20:25:53.261Z Compiling derive_builder v0.20.2
15822026-07-02T20:25:53.285Z Compiling hyper-tls v0.6.0
15832026-07-02T20:25:53.653Z Compiling goblin v0.8.2
15842026-07-02T20:25:53.867Z Compiling phf_shared v0.13.1
15852026-07-02T20:25:54.070Z Compiling regex v1.12.3
15862026-07-02T20:25:54.093Z Compiling lazy_static v1.5.0
15872026-07-02T20:25:54.107Z Compiling anstyle-parse v0.2.7
15882026-07-02T20:25:54.189Z Compiling futures-executor v0.3.32
15892026-07-02T20:25:54.292Z Compiling terminal_size v0.4.3
15902026-07-02T20:25:54.380Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-02T20:25:54.427Z Compiling daft-derive v0.1.7
15922026-07-02T20:25:54.443Z Compiling strum_macros v0.27.2
15932026-07-02T20:25:54.500Z Compiling ref-cast-impl v1.0.25
15942026-07-02T20:25:54.974Z Compiling flate2 v1.1.9
15952026-07-02T20:25:55.037Z Compiling snafu-derive v0.8.9
15962026-07-02T20:25:55.064Z Compiling vergen v9.1.0
15972026-07-02T20:25:55.205Z Compiling cargo-platform v0.3.2
15982026-07-02T20:25:55.259Z Compiling ff v0.13.1
15992026-07-02T20:25:55.384Z Compiling fs-err v3.3.0
16002026-07-02T20:25:55.401Z Compiling ahash v0.8.12
16012026-07-02T20:25:55.434Z Compiling object v0.37.3
16022026-07-02T20:25:55.589Z Compiling base16ct v0.2.0
16032026-07-02T20:25:55.623Z Compiling winnow v0.5.40
16042026-07-02T20:25:55.719Z Compiling unicode-segmentation v1.12.0
16052026-07-02T20:25:55.760Z Compiling same-file v1.0.6
16062026-07-02T20:25:55.925Z Compiling foldhash v0.1.5
16072026-07-02T20:25:56.095Z Compiling bitflags v1.3.2
16082026-07-02T20:25:56.110Z Compiling foldhash v0.2.0
16092026-07-02T20:25:56.172Z Compiling managed v0.8.0
16102026-07-02T20:25:56.339Z Compiling libbz2-rs-sys v0.2.2
16112026-07-02T20:25:56.400Z Compiling bumpalo v3.20.2
16122026-07-02T20:25:56.424Z Compiling strum v0.27.2
16132026-07-02T20:25:56.654Z Compiling zopfli v0.8.3
16142026-07-02T20:25:56.945Z Compiling snafu v0.8.9
16152026-07-02T20:25:57.007Z Compiling toml_edit v0.19.15
16162026-07-02T20:25:57.042Z Compiling bzip2 v0.6.1
16172026-07-02T20:25:57.125Z Compiling hashbrown v0.16.1
16182026-07-02T20:25:57.246Z Compiling hashbrown v0.15.5
16192026-07-02T20:25:57.289Z Compiling dof v0.3.0
16202026-07-02T20:25:57.308Z Compiling walkdir v2.5.0
16212026-07-02T20:25:57.351Z Compiling clap_builder v4.6.0
16222026-07-02T20:25:57.663Z Compiling sec1 v0.7.3
16232026-07-02T20:25:57.793Z Compiling group v0.13.0
16242026-07-02T20:25:57.860Z Compiling cargo_metadata v0.23.1
16252026-07-02T20:25:57.964Z Compiling daft v0.1.7
16262026-07-02T20:25:58.083Z Compiling futures v0.3.32
16272026-07-02T20:25:58.166Z Compiling anstream v0.6.21
16282026-07-02T20:25:58.530Z Compiling phf v0.13.1
16292026-07-02T20:25:58.695Z Compiling cookie_store v0.22.1
16302026-07-02T20:25:58.949Z Compiling signal-hook-mio v0.2.5
16312026-07-02T20:25:59.073Z Compiling zstd v0.13.3
16322026-07-02T20:25:59.251Z Compiling bzip2 v0.4.4
16332026-07-02T20:25:59.337Z Compiling reqwest v0.12.28
16342026-07-02T20:25:59.352Z Compiling cipher v0.5.2
16352026-07-02T20:25:59.469Z Compiling serde_with_macros v3.17.0
16362026-07-02T20:25:59.654Z Compiling hubpack v0.1.2
16372026-07-02T20:25:59.820Z Compiling postgres-types v0.2.12
16382026-07-02T20:26:00.363Z Compiling ed25519 v2.2.3
16392026-07-02T20:26:00.394Z Compiling usdt-attr-macro v0.6.0
16402026-07-02T20:26:00.600Z Compiling usdt-macro v0.6.0
16412026-07-02T20:26:00.953Z Compiling globset v0.4.18
16422026-07-02T20:26:01.048Z Compiling dtrace-parser v0.2.0
16432026-07-02T20:26:01.203Z Compiling phf_shared v0.11.3
16442026-07-02T20:26:01.277Z Compiling hkdf v0.12.4
16452026-07-02T20:26:01.354Z Compiling pkcs1 v0.7.5
16462026-07-02T20:26:01.388Z Compiling olpc-cjson v0.1.4
16472026-07-02T20:26:01.440Z Compiling serde-big-array v0.5.1
16482026-07-02T20:26:01.548Z Compiling serde_plain v1.0.2
16492026-07-02T20:26:01.582Z Compiling crypto-bigint v0.5.5
16502026-07-02T20:26:01.635Z Compiling clap_derive v4.6.1
16512026-07-02T20:26:01.737Z Compiling async-recursion v1.1.1
16522026-07-02T20:26:01.740Z Compiling enum-as-inner v0.6.1
16532026-07-02T20:26:01.791Z Compiling serde_repr v0.1.20
16542026-07-02T20:26:02.252Z Compiling strum_macros v0.26.4
16552026-07-02T20:26:02.330Z Compiling pem v3.0.6
16562026-07-02T20:26:02.399Z Compiling float-cmp v0.10.0
16572026-07-02T20:26:02.548Z Compiling thread-id v4.2.2
16582026-07-02T20:26:02.640Z Compiling memmap2 v0.9.10
16592026-07-02T20:26:02.663Z Compiling env_filter v1.0.0
16602026-07-02T20:26:02.862Z Compiling normalize-line-endings v0.3.0
16612026-07-02T20:26:02.961Z Compiling typed-path v0.9.3
16622026-07-02T20:26:02.976Z Compiling either v1.15.0
16632026-07-02T20:26:03.042Z Compiling difflib v0.4.0
16642026-07-02T20:26:03.180Z Compiling winnow v1.0.3
16652026-07-02T20:26:03.443Z Compiling precomputed-hash v0.1.1
16662026-07-02T20:26:03.541Z Compiling predicates-core v1.0.10
16672026-07-02T20:26:03.601Z Compiling keccak v0.1.6
16682026-07-02T20:26:03.628Z Compiling static_assertions v1.1.0
16692026-07-02T20:26:03.692Z Compiling data-encoding v2.10.0
16702026-07-02T20:26:03.706Z Compiling fixedbitset v0.4.2
16712026-07-02T20:26:03.722Z Compiling cpufeatures v0.3.0
16722026-07-02T20:26:03.802Z Compiling fixedbitset v0.5.7
16732026-07-02T20:26:03.923Z Compiling whoami v2.1.0
16742026-07-02T20:26:03.956Z Compiling jiff v0.2.21
16752026-07-02T20:26:04.058Z Compiling new_debug_unreachable v1.0.6
16762026-07-02T20:26:04.111Z Compiling const-oid v0.10.2
16772026-07-02T20:26:04.131Z Compiling string_cache v0.8.9
16782026-07-02T20:26:04.210Z Compiling tokio-postgres v0.7.16
16792026-07-02T20:26:04.299Z Compiling digest v0.11.3
16802026-07-02T20:26:04.314Z Compiling strum v0.26.3
16812026-07-02T20:26:04.329Z Compiling petgraph v0.8.3
16822026-07-02T20:26:04.355Z Compiling hickory-proto v0.25.2
16832026-07-02T20:26:04.386Z Compiling petgraph v0.6.5
16842026-07-02T20:26:04.441Z Compiling chacha20 v0.10.0
16852026-07-02T20:26:04.519Z Compiling sha3 v0.10.8
16862026-07-02T20:26:04.816Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-07-02T20:26:05.040Z Compiling predicates v3.1.4
16882026-07-02T20:26:05.620Z Compiling toml_edit v0.22.27
16892026-07-02T20:26:05.851Z Compiling toml_parser v1.1.2+spec-1.1.0
16902026-07-02T20:26:06.306Z Compiling clap v4.6.1
16912026-07-02T20:26:06.389Z Compiling itertools v0.13.0
16922026-07-02T20:26:06.426Z Compiling env_logger v0.11.9
16932026-07-02T20:26:06.499Z Compiling usdt v0.6.0
16942026-07-02T20:26:06.744Z Compiling zip v4.6.1
16952026-07-02T20:26:06.775Z Compiling usdt-impl v0.5.0
16962026-07-02T20:26:07.349Z Compiling elliptic-curve v0.13.8
16972026-07-02T20:26:07.618Z Compiling rsa v0.9.10
16982026-07-02T20:26:07.633Z Compiling crossterm v0.28.1
16992026-07-02T20:26:07.695Z Compiling serde_with v3.17.0
17002026-07-02T20:26:07.744Z Compiling ed25519-dalek v2.2.0
17012026-07-02T20:26:08.307Z Compiling zip v0.6.6
17022026-07-02T20:26:08.808Z Compiling toml v0.7.8
17032026-07-02T20:26:08.927Z Compiling iddqd v0.4.2
17042026-07-02T20:26:09.392Z Compiling heck v0.4.1
17052026-07-02T20:26:09.415Z Compiling similar v2.7.0
17062026-07-02T20:26:09.492Z Compiling byte-wrapper v0.1.0
17072026-07-02T20:26:09.620Z Compiling crossbeam-epoch v0.9.18
17082026-07-02T20:26:09.835Z Compiling tokio-stream v0.1.18
17092026-07-02T20:26:09.857Z Compiling buf-list v1.1.2
17102026-07-02T20:26:09.952Z Compiling x509-cert v0.2.5
17112026-07-02T20:26:10.131Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-02T20:26:10.230Z Compiling openapiv3 v2.2.0
17132026-07-02T20:26:10.279Z Compiling lalrpop-util v0.19.12
17142026-07-02T20:26:10.281Z Compiling peg-runtime v0.8.5
17152026-07-02T20:26:10.431Z Compiling thread_local v1.1.9
17162026-07-02T20:26:10.473Z Compiling slog-async v2.8.0
17172026-07-02T20:26:10.573Z Compiling crossbeam-channel v0.5.15
17182026-07-02T20:26:10.686Z Compiling is-terminal v0.4.17
17192026-07-02T20:26:10.787Z Compiling filetime v0.2.27
17202026-07-02T20:26:10.802Z Compiling xattr v1.6.1
17212026-07-02T20:26:10.961Z Compiling take_mut v0.2.2
17222026-07-02T20:26:10.965Z Compiling term v1.2.1
17232026-07-02T20:26:10.991Z Compiling tar v0.4.46
17242026-07-02T20:26:11.031Z Compiling camino-tempfile v1.4.1
17252026-07-02T20:26:11.260Z Compiling slog-term v2.9.2
17262026-07-02T20:26:20.826Z Compiling rustls-webpki v0.103.13
17272026-07-02T20:26:23.521Z Compiling tokio-rustls v0.26.4
17282026-07-02T20:26:23.522Z Compiling rustls-platform-verifier v0.6.2
17292026-07-02T20:26:23.536Z Compiling tough v0.22.0
17302026-07-02T20:26:23.735Z Compiling hyper-rustls v0.27.7
17312026-07-02T20:26:23.937Z Compiling reqwest v0.13.2
17322026-07-02T20:26:26.173Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-02T20:26:26.400Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-02T20:26:29.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17352026-07-02T20:26:29.345Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-02T20:26:29.397ZJul 02 20:26:28.009 INFO Starting download, target: Console
17372026-07-02T20:26:29.397ZJul 02 20:26:28.009 INFO Starting download, target: Clickhouse
17382026-07-02T20:26:29.397ZJul 02 20:26:28.009 INFO Starting download, target: DendriteStub
17392026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Starting download, target: MaghemiteMgd
17402026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Starting download, target: Cockroach
17412026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Starting download, target: MaghemiteDdmd
17422026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Starting download, target: TransceiverControl
17432026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-02T20:26:29.402ZJul 02 20:26:28.009 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17502026-07-02T20:26:31.010ZJul 02 20:26:29.620 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-07-02T20:26:31.229ZJul 02 20:26:29.834 INFO Download complete, target: TransceiverControl
17522026-07-02T20:26:31.594ZJul 02 20:26:30.204 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-07-02T20:26:31.847ZJul 02 20:26:30.455 INFO Download complete, target: Console
17542026-07-02T20:26:31.853ZJul 02 20:26:30.462 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-07-02T20:26:32.458ZJul 02 20:26:31.070 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17562026-07-02T20:26:32.588ZJul 02 20:26:31.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-07-02T20:26:32.637ZJul 02 20:26:31.248 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-07-02T20:26:33.026ZJul 02 20:26:31.638 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-02T20:26:33.027ZJul 02 20:26:31.638 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-02T20:26:34.340ZJul 02 20:26:32.952 INFO Download complete, target: MaghemiteDdmd
17612026-07-02T20:26:35.999ZJul 02 20:26:33.705 INFO Download complete, target: DendriteStub
17622026-07-02T20:26:36.051ZJul 02 20:26:33.826 INFO Download complete, target: MaghemiteMgd
17632026-07-02T20:26:37.749ZJul 02 20:26:36.361 INFO Checking that binary works, target: Cockroach
17642026-07-02T20:26:37.865ZJul 02 20:26:36.477 INFO Download complete, target: Cockroach
17652026-07-02T20:26:38.772ZJul 02 20:26:37.383 INFO Checking that binary works, target: Clickhouse
17662026-07-02T20:26:38.876ZJul 02 20:26:37.486 INFO Download complete, target: Clickhouse
17672026-07-02T20:26:38.889ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-02T20:26:38.892Z
17692026-07-02T20:26:38.892Zreal 2:02.865774388
17702026-07-02T20:26:38.892Zuser 6:38.443505823
17712026-07-02T20:26:38.892Zsys 1:21.780764639
17722026-07-02T20:26:38.892Ztrap 0.223074657
17732026-07-02T20:26:38.892Ztflt 0.479052674
17742026-07-02T20:26:38.892Zdflt 0.922233084
17752026-07-02T20:26:38.892Zkflt 0.026299645
17762026-07-02T20:26:38.892Zlock 22:00.124509361
17772026-07-02T20:26:38.892Zslp 20:13.976472633
17782026-07-02T20:26:38.892Zlat 44.284499506
17792026-07-02T20:26:38.892Zstop 1:59.957996647
17802026-07-02T20:26:38.892Z+ banner hack-check
17812026-07-02T20:26:38.892Z
17822026-07-02T20:26:38.892Z # # ## #### # # #### # # ###### #### # #
17832026-07-02T20:26:38.892Z # # # # # # # # # # # # # # # # #
17842026-07-02T20:26:38.892Z ###### # # # #### ##### # ###### ##### # ####
17852026-07-02T20:26:38.892Z # # ###### # # # # # # # # # #
17862026-07-02T20:26:38.892Z # # # # # # # # # # # # # # # # #
17872026-07-02T20:26:38.893Z # # # # #### # # #### # # ###### #### # #
17882026-07-02T20:26:38.893Z
17892026-07-02T20:26:38.893Z+ export CARGO_INCREMENTAL=0
17902026-07-02T20:26:38.893Z+ CARGO_INCREMENTAL=0
17912026-07-02T20:26:38.893Z+ ptime -m timeout 2h cargo xtask check-features --ci
17922026-07-02T20:26:39.346Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-02T20:26:39.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-02T20:26:41.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17952026-07-02T20:26:41.454Z Running `target/debug/xtask check-features --ci`
17962026-07-02T20:26:41.478Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17972026-07-02T20:26:41.481Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17982026-07-02T20:26:41.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17992026-07-02T20:26:41.911Z Running `target/debug/xtask download cargo-hack`
18002026-07-02T20:26:42.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-07-02T20:26:42.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-07-02T20:26:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18032026-07-02T20:26:45.628Z Running `target/debug/xtask-downloader cargo-hack`
18042026-07-02T20:26:45.665ZJul 02 20:26:44.276 INFO Starting download, target: CargoHack
18052026-07-02T20:26:45.667ZJul 02 20:26:44.277 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18062026-07-02T20:26:46.275ZJul 02 20:26:44.875 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18072026-07-02T20:26:46.313ZJul 02 20:26:44.925 INFO Download complete, target: CargoHack
18082026-07-02T20:26:46.316Zrunning: "/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"
18092026-07-02T20:26:46.328Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18102026-07-02T20:26:46.485Zinfo: running `cargo check --bins` on api_identity (1/299)
18112026-07-02T20:26:46.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-07-02T20:26:46.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-07-02T20:26:46.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-07-02T20:26:46.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18152026-07-02T20:26:47.000Z
18162026-07-02T20:26:47.000Zinfo: running `cargo check --bins` on bootstore (2/299)
18172026-07-02T20:26:47.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-07-02T20:26:47.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-07-02T20:26:47.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-07-02T20:26:47.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18212026-07-02T20:26:47.523Z
18222026-07-02T20:26:47.523Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18232026-07-02T20:26:47.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-02T20:26:47.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-02T20:26:47.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-02T20:26:47.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18272026-07-02T20:26:48.040Z
18282026-07-02T20:26:48.040Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18292026-07-02T20:26:48.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-02T20:26:48.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-02T20:26:48.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-02T20:26:48.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18332026-07-02T20:26:48.559Z
18342026-07-02T20:26:48.559Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18352026-07-02T20:26:49.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-02T20:26:49.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-02T20:26:49.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-02T20:26:49.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18392026-07-02T20:26:49.079Z
18402026-07-02T20:26:49.079Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18412026-07-02T20:26:49.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-02T20:26:49.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-02T20:26:49.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-02T20:26:49.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18452026-07-02T20:26:49.615Z
18462026-07-02T20:26:49.615Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18472026-07-02T20:26:50.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-02T20:26:50.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-02T20:26:50.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-02T20:26:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-07-02T20:26:50.156Z
18522026-07-02T20:26:50.156Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18532026-07-02T20:26:50.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-02T20:26:50.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-02T20:26:50.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-02T20:26:50.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18572026-07-02T20:26:50.680Z
18582026-07-02T20:26:50.680Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18592026-07-02T20:26:51.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-02T20:26:51.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-02T20:26:51.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-02T20:26:51.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18632026-07-02T20:26:51.141Z
18642026-07-02T20:26:51.141Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18652026-07-02T20:26:51.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-02T20:26:51.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-02T20:26:51.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-02T20:26:51.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18692026-07-02T20:26:51.481Z
18702026-07-02T20:26:51.481Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18712026-07-02T20:26:51.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-02T20:26:51.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-02T20:26:51.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-02T20:26:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18752026-07-02T20:26:51.878Z
18762026-07-02T20:26:51.879Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18772026-07-02T20:26:52.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-02T20:26:52.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-02T20:26:52.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-02T20:26:52.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18812026-07-02T20:26:52.277Z
18822026-07-02T20:26:52.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18832026-07-02T20:26:52.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-02T20:26:52.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-02T20:26:52.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-02T20:26:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-02T20:26:52.679Z
18882026-07-02T20:26:52.679Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18892026-07-02T20:26:53.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-02T20:26:53.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-02T20:26:53.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-02T20:26:53.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18932026-07-02T20:26:53.080Z
18942026-07-02T20:26:53.080Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18952026-07-02T20:26:53.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-02T20:26:53.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-02T20:26:53.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-02T20:26:53.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-07-02T20:26:53.538Z
19002026-07-02T20:26:53.538Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
19012026-07-02T20:26:53.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-02T20:26:53.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-02T20:26:53.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-02T20:26:53.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19052026-07-02T20:26:53.886Z
19062026-07-02T20:26:53.886Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19072026-07-02T20:26:54.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-02T20:26:54.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-02T20:26:54.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-02T20:26:54.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-07-02T20:26:54.288Z
19122026-07-02T20:26:54.288Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19132026-07-02T20:26:54.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-02T20:26:54.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-02T20:26:54.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-02T20:26:54.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-02T20:26:54.689Z
19182026-07-02T20:26:54.689Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19192026-07-02T20:26:55.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-02T20:26:55.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-02T20:26:55.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-02T20:26:55.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-07-02T20:26:55.091Z
19242026-07-02T20:26:55.091Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19252026-07-02T20:26:55.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-02T20:26:55.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-02T20:26:55.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-02T20:26:55.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-02T20:26:55.499Z
19302026-07-02T20:26:55.499Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19312026-07-02T20:26:55.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-02T20:26:55.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-02T20:26:55.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-02T20:26:55.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19352026-07-02T20:26:55.902Z
19362026-07-02T20:26:55.902Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19372026-07-02T20:26:56.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-02T20:26:56.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-02T20:26:56.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-02T20:26:56.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-07-02T20:26:56.305Z
19422026-07-02T20:26:56.305Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19432026-07-02T20:26:56.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-02T20:26:56.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-02T20:26:56.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-02T20:26:56.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-07-02T20:26:56.711Z
19482026-07-02T20:26:56.712Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19492026-07-02T20:26:57.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-02T20:26:57.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-02T20:26:57.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-02T20:26:57.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19532026-07-02T20:26:57.117Z
19542026-07-02T20:26:57.117Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19552026-07-02T20:26:57.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-02T20:26:57.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-02T20:26:57.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-02T20:26:57.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-07-02T20:26:57.520Z
19602026-07-02T20:26:57.520Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19612026-07-02T20:26:57.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-02T20:26:57.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-02T20:26:57.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-02T20:26:57.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19652026-07-02T20:26:57.922Z
19662026-07-02T20:26:57.922Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19672026-07-02T20:26:58.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-02T20:26:58.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-02T20:26:58.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-02T20:26:58.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-07-02T20:26:58.325Z
19722026-07-02T20:26:58.325Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19732026-07-02T20:26:58.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-02T20:26:58.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-02T20:26:58.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-02T20:26:58.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-07-02T20:26:58.733Z
19782026-07-02T20:26:58.733Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19792026-07-02T20:26:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-02T20:26:59.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-02T20:26:59.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-02T20:26:59.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-07-02T20:26:59.132Z
19842026-07-02T20:26:59.132Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19852026-07-02T20:26:59.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-02T20:26:59.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-02T20:26:59.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-02T20:26:59.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19892026-07-02T20:26:59.536Z
19902026-07-02T20:26:59.536Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19912026-07-02T20:26:59.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-02T20:26:59.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-02T20:26:59.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-02T20:26:59.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19952026-07-02T20:26:59.939Z
19962026-07-02T20:26:59.939Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19972026-07-02T20:27:00.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-02T20:27:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-02T20:27:00.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-02T20:27:00.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-07-02T20:27:00.339Z
20022026-07-02T20:27:00.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
20032026-07-02T20:27:00.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-02T20:27:00.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-02T20:27:00.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-02T20:27:00.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20072026-07-02T20:27:00.742Z
20082026-07-02T20:27:00.742Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20092026-07-02T20:27:01.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-02T20:27:01.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-02T20:27:01.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-02T20:27:01.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-02T20:27:01.143Z
20142026-07-02T20:27:01.143Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20152026-07-02T20:27:01.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-02T20:27:01.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-02T20:27:01.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-02T20:27:01.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-02T20:27:01.546Z
20202026-07-02T20:27:01.546Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20212026-07-02T20:27:01.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-02T20:27:01.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-02T20:27:01.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-02T20:27:01.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20252026-07-02T20:27:01.948Z
20262026-07-02T20:27:01.948Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20272026-07-02T20:27:02.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-02T20:27:02.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-02T20:27:02.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-02T20:27:02.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-07-02T20:27:02.350Z
20322026-07-02T20:27:02.351Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20332026-07-02T20:27:02.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-02T20:27:02.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-02T20:27:02.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-02T20:27:02.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-02T20:27:02.756Z
20382026-07-02T20:27:02.756Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20392026-07-02T20:27:03.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-02T20:27:03.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-02T20:27:03.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-02T20:27:03.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-07-02T20:27:03.156Z
20442026-07-02T20:27:03.157Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20452026-07-02T20:27:03.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-02T20:27:03.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-02T20:27:03.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-02T20:27:03.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-07-02T20:27:03.557Z
20502026-07-02T20:27:03.557Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20512026-07-02T20:27:03.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-02T20:27:03.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-02T20:27:03.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-02T20:27:03.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-07-02T20:27:03.959Z
20562026-07-02T20:27:03.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20572026-07-02T20:27:04.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-02T20:27:04.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-02T20:27:04.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-02T20:27:04.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20612026-07-02T20:27:04.360Z
20622026-07-02T20:27:04.360Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20632026-07-02T20:27:04.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-02T20:27:04.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-02T20:27:04.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-02T20:27:04.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-02T20:27:04.764Z
20682026-07-02T20:27:04.764Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20692026-07-02T20:27:05.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-02T20:27:05.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-02T20:27:05.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-02T20:27:05.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-07-02T20:27:05.167Z
20742026-07-02T20:27:05.167Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20752026-07-02T20:27:05.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-02T20:27:05.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-02T20:27:05.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-02T20:27:05.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-02T20:27:05.575Z
20802026-07-02T20:27:05.575Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20812026-07-02T20:27:05.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-02T20:27:05.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-02T20:27:05.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-02T20:27:05.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20852026-07-02T20:27:05.976Z
20862026-07-02T20:27:05.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20872026-07-02T20:27:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-02T20:27:06.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-02T20:27:06.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-02T20:27:06.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-02T20:27:06.376Z
20922026-07-02T20:27:06.376Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20932026-07-02T20:27:06.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-02T20:27:06.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-02T20:27:06.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-02T20:27:06.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20972026-07-02T20:27:06.782Z
20982026-07-02T20:27:06.782Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20992026-07-02T20:27:07.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-02T20:27:07.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-02T20:27:07.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-02T20:27:07.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-07-02T20:27:07.346Z
21042026-07-02T20:27:07.346Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21052026-07-02T20:27:07.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-02T20:27:07.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-02T20:27:07.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-02T20:27:07.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21092026-07-02T20:27:07.915Z
21102026-07-02T20:27:07.915Zinfo: running `cargo check --bins` on nexus-config (51/299)
21112026-07-02T20:27:08.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-02T20:27:08.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-02T20:27:08.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-02T20:27:08.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21152026-07-02T20:27:08.480Z
21162026-07-02T20:27:08.480Zinfo: running `cargo check --bins` on nexus-types (52/299)
21172026-07-02T20:27:08.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-02T20:27:08.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-02T20:27:08.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-02T20:27:08.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21212026-07-02T20:27:09.047Z
21222026-07-02T20:27:09.047Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21232026-07-02T20:27:09.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-02T20:27:09.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-02T20:27:09.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-02T20:27:09.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21272026-07-02T20:27:09.585Z
21282026-07-02T20:27:09.585Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21292026-07-02T20:27:10.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-02T20:27:10.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-02T20:27:10.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-02T20:27:10.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21332026-07-02T20:27:10.101Z
21342026-07-02T20:27:10.101Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21352026-07-02T20:27:10.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-02T20:27:10.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-02T20:27:10.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-02T20:27:10.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21392026-07-02T20:27:10.636Z
21402026-07-02T20:27:10.636Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21412026-07-02T20:27:11.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-02T20:27:11.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-02T20:27:11.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-02T20:27:11.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-02T20:27:11.174Z
21462026-07-02T20:27:11.174Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21472026-07-02T20:27:11.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-02T20:27:11.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-02T20:27:11.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-02T20:27:11.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21512026-07-02T20:27:11.712Z
21522026-07-02T20:27:11.712Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21532026-07-02T20:27:12.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-02T20:27:12.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-02T20:27:12.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-02T20:27:12.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21572026-07-02T20:27:12.248Z
21582026-07-02T20:27:12.248Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21592026-07-02T20:27:12.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-02T20:27:12.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-02T20:27:12.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-02T20:27:12.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21632026-07-02T20:27:12.768Z
21642026-07-02T20:27:12.768Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21652026-07-02T20:27:13.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-02T20:27:13.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-02T20:27:13.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-02T20:27:13.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21692026-07-02T20:27:13.286Z
21702026-07-02T20:27:13.286Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21712026-07-02T20:27:13.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-02T20:27:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-02T20:27:13.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-02T20:27:13.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21752026-07-02T20:27:13.802Z
21762026-07-02T20:27:13.802Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21772026-07-02T20:27:14.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-02T20:27:14.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-02T20:27:14.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-02T20:27:14.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21812026-07-02T20:27:14.323Z
21822026-07-02T20:27:14.323Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21832026-07-02T20:27:14.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-02T20:27:14.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-02T20:27:14.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-02T20:27:14.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-02T20:27:14.855Z
21882026-07-02T20:27:14.855Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21892026-07-02T20:27:15.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-02T20:27:15.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-02T20:27:15.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-02T20:27:15.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-02T20:27:15.393Z
21942026-07-02T20:27:15.394Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21952026-07-02T20:27:15.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-02T20:27:15.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-02T20:27:15.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-02T20:27:15.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21992026-07-02T20:27:15.908Z
22002026-07-02T20:27:15.908Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
22012026-07-02T20:27:16.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-02T20:27:16.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-02T20:27:16.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-02T20:27:16.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22052026-07-02T20:27:16.428Z
22062026-07-02T20:27:16.428Zinfo: running `cargo check --bins` on ereport-types (67/299)
22072026-07-02T20:27:16.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-02T20:27:16.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-02T20:27:16.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-02T20:27:16.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22112026-07-02T20:27:16.952Z
22122026-07-02T20:27:16.952Zinfo: running `cargo check --bins` on gateway-client (68/299)
22132026-07-02T20:27:17.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-02T20:27:17.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-02T20:27:17.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-02T20:27:17.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-02T20:27:17.483Z
22182026-07-02T20:27:17.483Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22192026-07-02T20:27:17.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-02T20:27:17.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-02T20:27:17.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-02T20:27:17.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22232026-07-02T20:27:18.007Z
22242026-07-02T20:27:18.007Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22252026-07-02T20:27:18.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-02T20:27:18.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-02T20:27:18.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-02T20:27:18.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22292026-07-02T20:27:18.530Z
22302026-07-02T20:27:18.530Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22312026-07-02T20:27:18.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-02T20:27:18.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-02T20:27:18.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-02T20:27:18.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22352026-07-02T20:27:19.053Z
22362026-07-02T20:27:19.053Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22372026-07-02T20:27:19.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-02T20:27:19.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-02T20:27:19.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-02T20:27:19.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22412026-07-02T20:27:19.579Z
22422026-07-02T20:27:19.579Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22432026-07-02T20:27:20.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-02T20:27:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-02T20:27:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-02T20:27:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-02T20:27:20.175Z
22482026-07-02T20:27:20.175Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22492026-07-02T20:27:20.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-02T20:27:20.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-02T20:27:20.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-02T20:27:20.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22532026-07-02T20:27:20.678Z
22542026-07-02T20:27:20.678Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22552026-07-02T20:27:21.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-02T20:27:21.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-02T20:27:21.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-02T20:27:21.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22592026-07-02T20:27:21.191Z
22602026-07-02T20:27:21.191Zinfo: running `cargo check --bins` on oxlog (76/299)
22612026-07-02T20:27:21.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-02T20:27:21.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-02T20:27:21.757Z Checking cfg-if v1.0.4
22642026-07-02T20:27:21.760Z Checking libc v0.2.185
22652026-07-02T20:27:21.760Z Checking serde_core v1.0.228
22662026-07-02T20:27:21.874Z Checking memchr v2.8.0
22672026-07-02T20:27:21.878Z Checking zeroize v1.8.2
22682026-07-02T20:27:21.891Z Checking log v0.4.29
22692026-07-02T20:27:21.895Z Checking smallvec v1.15.1
22702026-07-02T20:27:21.911Z Checking subtle v2.6.1
22712026-07-02T20:27:21.921Z Checking itoa v1.0.17
22722026-07-02T20:27:22.025Z Checking scopeguard v1.2.0
22732026-07-02T20:27:22.047Z Checking stable_deref_trait v1.2.1
22742026-07-02T20:27:22.059Z Checking typenum v1.20.1
22752026-07-02T20:27:22.070Z Checking zerofrom v0.1.6
22762026-07-02T20:27:22.084Z Checking pin-project-lite v0.2.17
22772026-07-02T20:27:22.115Z Checking portable-atomic v1.13.1
22782026-07-02T20:27:22.128Z Checking lock_api v0.4.14
22792026-07-02T20:27:22.172Z Checking futures-core v0.3.32
22802026-07-02T20:27:22.184Z Checking yoke v0.8.1
22812026-07-02T20:27:22.253Z Checking critical-section v1.2.0
22822026-07-02T20:27:22.256Z Checking errno v0.3.14
22832026-07-02T20:27:22.289Z Checking getrandom v0.2.17
22842026-07-02T20:27:22.323Z Checking parking_lot_core v0.9.12
22852026-07-02T20:27:22.346Z Checking zerovec v0.11.5
22862026-07-02T20:27:22.368Z Checking mio v1.2.0
22872026-07-02T20:27:22.415Z Checking signal-hook-registry v1.4.8
22882026-07-02T20:27:22.430Z Checking rand_core v0.6.4
22892026-07-02T20:27:22.506Z Checking parking_lot v0.12.5
22902026-07-02T20:27:22.525Z Checking once_cell v1.21.3
22912026-07-02T20:27:22.573Z Checking zerocopy v0.8.40
22922026-07-02T20:27:22.599Z Checking zmij v1.0.21
22932026-07-02T20:27:22.645Z Checking const-oid v0.9.6
22942026-07-02T20:27:22.689Z Checking rand_core v0.10.0
22952026-07-02T20:27:22.702Z Checking libm v0.2.16
22962026-07-02T20:27:22.782Z Checking tinystr v0.8.2
22972026-07-02T20:27:22.797Z Checking litemap v0.8.1
22982026-07-02T20:27:22.809Z Checking percent-encoding v2.3.2
22992026-07-02T20:27:22.824Z Checking getrandom v0.4.1
23002026-07-02T20:27:22.942Z Checking writeable v0.6.2
23012026-07-02T20:27:22.956Z Checking generic-array v0.14.7
23022026-07-02T20:27:22.968Z Checking potential_utf v0.1.4
23032026-07-02T20:27:22.971Z Checking zerotrie v0.2.3
23042026-07-02T20:27:23.092Z Checking socket2 v0.6.3
23052026-07-02T20:27:23.104Z Checking icu_locale_core v2.1.1
23062026-07-02T20:27:23.214Z Checking equivalent v1.0.2
23072026-07-02T20:27:23.300Z Checking icu_collections v2.1.1
23082026-07-02T20:27:23.331Z Checking futures-sink v0.3.32
23092026-07-02T20:27:23.344Z Checking icu_normalizer_data v2.1.1
23102026-07-02T20:27:23.358Z Checking serde v1.0.228
23112026-07-02T20:27:23.397Z Checking bitflags v2.11.0
23122026-07-02T20:27:23.411Z Checking serde_json v1.0.150
23132026-07-02T20:27:23.423Z Checking num-traits v0.2.19
23142026-07-02T20:27:23.426Z Checking futures-channel v0.3.32
23152026-07-02T20:27:23.559Z Checking icu_properties_data v2.1.2
23162026-07-02T20:27:23.600Z Checking futures-task v0.3.32
23172026-07-02T20:27:23.626Z Checking slab v0.4.12
23182026-07-02T20:27:23.654Z Checking icu_provider v2.1.1
23192026-07-02T20:27:23.682Z Checking futures-io v0.3.32
23202026-07-02T20:27:23.734Z Checking hashbrown v0.17.0
23212026-07-02T20:27:23.764Z Checking bytes v1.11.1
23222026-07-02T20:27:23.782Z Checking block-buffer v0.10.4
23232026-07-02T20:27:23.792Z Checking futures-util v0.3.32
23242026-07-02T20:27:23.934Z Checking icu_normalizer v2.1.1
23252026-07-02T20:27:23.939Z Checking icu_properties v2.1.2
23262026-07-02T20:27:23.940Z Checking crypto-common v0.1.7
23272026-07-02T20:27:24.058Z Checking utf8_iter v1.0.4
23282026-07-02T20:27:24.072Z Checking digest v0.10.7
23292026-07-02T20:27:24.182Z Checking form_urlencoded v1.2.2
23302026-07-02T20:27:24.192Z Checking getrandom v0.3.4
23312026-07-02T20:27:24.204Z Checking tokio v1.52.1
23322026-07-02T20:27:24.208Z Checking indexmap v2.14.0
23332026-07-02T20:27:24.267Z Checking fnv v1.0.7
23342026-07-02T20:27:24.303Z Checking byteorder v1.5.0
23352026-07-02T20:27:24.335Z Checking rand_core v0.9.5
23362026-07-02T20:27:24.359Z Checking http v1.4.2
23372026-07-02T20:27:24.504Z Checking uuid v1.23.4
23382026-07-02T20:27:24.514Z Checking iana-time-zone v0.1.65
23392026-07-02T20:27:24.617Z Checking base64 v0.22.1
23402026-07-02T20:27:24.735Z Checking idna_adapter v1.2.1
23412026-07-02T20:27:24.756Z Checking regex-syntax v0.8.10
23422026-07-02T20:27:24.828Z Checking base64ct v1.8.3
23432026-07-02T20:27:24.856Z Checking idna v1.1.0
23442026-07-02T20:27:24.866Z Checking chrono v0.4.44
23452026-07-02T20:27:24.921Z Checking rustix v1.1.3
23462026-07-02T20:27:25.071Z Checking pem-rfc7468 v0.7.0
23472026-07-02T20:27:25.105Z Checking url v2.5.8
23482026-07-02T20:27:25.224Z Checking tracing-core v0.1.36
23492026-07-02T20:27:25.377Z Checking ppv-lite86 v0.2.21
23502026-07-02T20:27:25.532Z Checking flagset v0.4.7
23512026-07-02T20:27:25.548Z Checking tracing v0.1.44
23522026-07-02T20:27:25.653Z Checking der v0.7.10
23532026-07-02T20:27:25.676Z Checking rand_chacha v0.9.0
23542026-07-02T20:27:25.720Z Checking http-body v1.0.1
23552026-07-02T20:27:25.737Z Checking rustls-pki-types v1.14.0
23562026-07-02T20:27:25.753Z Checking tinyvec_macros v0.1.1
23572026-07-02T20:27:25.766Z Checking cmov v0.5.4
23582026-07-02T20:27:25.819Z Checking openssl-probe v0.2.1
23592026-07-02T20:27:25.848Z Checking tinyvec v1.10.0
23602026-07-02T20:27:25.870Z Checking rand v0.9.2
23612026-07-02T20:27:25.923Z Checking aws-lc-sys v0.40.0
23622026-07-02T20:27:25.951Z Checking ctutils v0.4.2
23632026-07-02T20:27:26.024Z Checking tower-layer v0.3.3
23642026-07-02T20:27:26.079Z Checking tower-service v0.3.3
23652026-07-02T20:27:26.155Z Checking untrusted v0.7.1
23662026-07-02T20:27:26.159Z Checking atomic-waker v1.1.2
23672026-07-02T20:27:26.178Z Checking try-lock v0.2.5
23682026-07-02T20:27:26.181Z Checking dyn-clone v1.0.20
23692026-07-02T20:27:26.259Z Checking hybrid-array v0.4.13
23702026-07-02T20:27:26.274Z Checking want v0.3.1
23712026-07-02T20:27:26.288Z Checking ipnet v2.11.0
23722026-07-02T20:27:26.293Z Checking semver v1.0.28
23732026-07-02T20:27:26.342Z Checking httparse v1.10.1
23742026-07-02T20:27:26.375Z Checking spki v0.7.3
23752026-07-02T20:27:26.394Z Checking aho-corasick v1.1.4
23762026-07-02T20:27:26.415Z Checking aws-lc-rs v1.16.3
23772026-07-02T20:27:26.501Z Checking httpdate v1.0.3
23782026-07-02T20:27:26.533Z Checking utf8parse v0.2.2
23792026-07-02T20:27:26.547Z Checking plain v0.2.3
23802026-07-02T20:27:26.558Z Checking fastrand v2.3.0
23812026-07-02T20:27:26.629Z Checking cpufeatures v0.2.17
23822026-07-02T20:27:26.642Z Checking untrusted v0.9.0
23832026-07-02T20:27:26.655Z Checking foreign-types-shared v0.1.1
23842026-07-02T20:27:26.696Z Checking pkcs8 v0.10.2
23852026-07-02T20:27:26.731Z Checking tempfile v3.25.0
23862026-07-02T20:27:26.734Z Checking foreign-types v0.3.2
23872026-07-02T20:27:26.755Z Checking schemars v0.8.22
23882026-07-02T20:27:26.808Z Checking unicode-normalization v0.1.25
23892026-07-02T20:27:26.846Z Checking openssl-sys v0.9.115
23902026-07-02T20:27:26.923Z Checking spin v0.9.8
23912026-07-02T20:27:27.023Z Checking unicode-ident v1.0.24
23922026-07-02T20:27:27.062Z Checking regex-automata v0.4.14
23932026-07-02T20:27:27.109Z Checking ucd-trie v0.1.7
23942026-07-02T20:27:27.131Z Checking anstyle v1.0.14
23952026-07-02T20:27:27.211Z Checking proc-macro2 v1.0.106
23962026-07-02T20:27:27.227Z Checking openssl v0.10.79
23972026-07-02T20:27:27.239Z Checking pest v2.8.6
23982026-07-02T20:27:27.242Z Checking rustls-webpki v0.103.13
23992026-07-02T20:27:27.311Z Checking sha2 v0.10.9
24002026-07-02T20:27:27.406Z Checking hmac v0.12.1
24012026-07-02T20:27:27.476Z Checking tokio-util v0.7.18
24022026-07-02T20:27:27.526Z Checking thiserror v2.0.18
24032026-07-02T20:27:27.538Z Checking sync_wrapper v1.0.2
24042026-07-02T20:27:27.588Z Checking wait-timeout v0.2.1
24052026-07-02T20:27:27.625Z Checking is_terminal_polyfill v1.70.2
24062026-07-02T20:27:27.638Z Checking quick-error v1.2.3
24072026-07-02T20:27:27.664Z Checking rustls v0.23.41
24082026-07-02T20:27:27.709Z Checking bit-vec v0.8.0
24092026-07-02T20:27:27.719Z Checking colorchoice v1.0.4
24102026-07-02T20:27:27.733Z Checking siphasher v1.0.2
24112026-07-02T20:27:27.815Z Checking powerfmt v0.2.0
24122026-07-02T20:27:27.886Z Checking pretty-hex v0.4.1
24132026-07-02T20:27:27.899Z Checking simd-adler32 v0.3.8
24142026-07-02T20:27:27.964Z Checking anstyle-query v1.1.5
24152026-07-02T20:27:28.001Z Checking deranged v0.5.8
24162026-07-02T20:27:28.053Z Checking bit-set v0.8.0
24172026-07-02T20:27:28.066Z Checking rusty-fork v0.3.1
24182026-07-02T20:27:28.087Z Checking h2 v0.4.15
24192026-07-02T20:27:28.199Z Checking tower v0.5.3
24202026-07-02T20:27:28.235Z Checking quote v1.0.45
24212026-07-02T20:27:28.298Z Compiling newtype-uuid v1.3.2
24222026-07-02T20:27:28.404Z Checking http-body-util v0.1.3
24232026-07-02T20:27:28.481Z Checking crossbeam-utils v0.8.21
24242026-07-02T20:27:28.583Z Checking rand_xorshift v0.4.0
24252026-07-02T20:27:28.626Z Checking crc32fast v1.5.0
24262026-07-02T20:27:28.702Z Checking scroll v0.13.0
24272026-07-02T20:27:28.768Z Checking time-core v0.1.8
24282026-07-02T20:27:28.821Z Checking allocator-api2 v0.2.21
24292026-07-02T20:27:28.905Z Checking unarray v0.1.4
24302026-07-02T20:27:28.915Z Checking iri-string v0.7.10
24312026-07-02T20:27:28.929Z Checking unicode-bidi v0.3.18
24322026-07-02T20:27:28.932Z Checking adler2 v2.0.1
24332026-07-02T20:27:29.004Z Checking ryu v1.0.23
24342026-07-02T20:27:29.043Z Checking unicode-properties v0.1.4
24352026-07-02T20:27:29.102Z Checking num-conv v0.2.0
24362026-07-02T20:27:29.140Z Checking num_threads v0.1.7
24372026-07-02T20:27:29.219Z Checking serde_urlencoded v0.7.1
24382026-07-02T20:27:29.232Z Checking time v0.3.47
24392026-07-02T20:27:29.238Z Checking stringprep v0.1.5
24402026-07-02T20:27:29.238Z Checking miniz_oxide v0.8.9
24412026-07-02T20:27:29.265Z Checking native-tls v0.2.18
24422026-07-02T20:27:29.403Z Checking proptest v1.10.0
24432026-07-02T20:27:29.421Z Checking goblin v0.10.5
24442026-07-02T20:27:29.445Z Checking tokio-native-tls v0.3.1
24452026-07-02T20:27:29.584Z Checking bstr v1.12.1
24462026-07-02T20:27:29.602Z Checking crossbeam-epoch v0.9.18
24472026-07-02T20:27:29.848Z Compiling daft v0.1.7
24482026-07-02T20:27:29.906Z Checking syn v2.0.117
24492026-07-02T20:27:29.968Z Checking tower-http v0.6.8
24502026-07-02T20:27:30.000Z Checking ipnetwork v0.21.1
24512026-07-02T20:27:30.135Z Checking block-buffer v0.12.1
24522026-07-02T20:27:30.219Z Checking block-padding v0.4.2
24532026-07-02T20:27:30.254Z Checking crypto-common v0.2.2
24542026-07-02T20:27:30.303Z Checking anstyle-parse v1.0.0
24552026-07-02T20:27:30.356Z Checking rustls-native-certs v0.8.3
24562026-07-02T20:27:30.406Z Checking rand_chacha v0.3.1
24572026-07-02T20:27:30.450Z Checking thiserror v1.0.69
24582026-07-02T20:27:30.484Z Checking scroll v0.12.0
24592026-07-02T20:27:30.545Z Checking hash32 v0.2.1
24602026-07-02T20:27:30.612Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-07-02T20:27:30.708Z Checking md-5 v0.10.6
24622026-07-02T20:27:30.708Z Checking signature v2.2.0
24632026-07-02T20:27:30.724Z Checking num-integer v0.1.46
24642026-07-02T20:27:30.834Z Checking serde_spanned v0.6.9
24652026-07-02T20:27:30.902Z Checking hex v0.4.3
24662026-07-02T20:27:30.902Z Checking toml_datetime v0.6.11
24672026-07-02T20:27:30.939Z Checking hyper v1.10.1
24682026-07-02T20:27:30.953Z Checking encoding_rs v0.8.35
24692026-07-02T20:27:30.965Z Checking psl-types v2.0.11
24702026-07-02T20:27:31.037Z Checking fallible-iterator v0.2.0
24712026-07-02T20:27:31.065Z Checking zlib-rs v0.6.2
24722026-07-02T20:27:31.077Z Checking mime v0.3.17
24732026-07-02T20:27:31.248Z Checking publicsuffix v2.3.0
24742026-07-02T20:27:31.308Z Checking postgres-protocol v0.6.10
24752026-07-02T20:27:31.374Z Checking num-iter v0.1.45
24762026-07-02T20:27:31.403Z Checking zstd-safe v7.2.4
24772026-07-02T20:27:31.487Z Checking goblin v0.8.2
24782026-07-02T20:27:31.567Z Checking heapless v0.7.17
24792026-07-02T20:27:31.614Z Checking rand v0.8.6
24802026-07-02T20:27:31.778Z Checking dof v0.4.0
24812026-07-02T20:27:31.871Z Checking hyper-util v0.1.20
24822026-07-02T20:27:31.888Z Checking anstream v1.0.0
24832026-07-02T20:27:31.944Z Checking flate2 v1.1.9
24842026-07-02T20:27:31.980Z Checking cookie v0.18.1
24852026-07-02T20:27:32.080Z Checking inout v0.2.2
24862026-07-02T20:27:32.132Z Checking oxnet v0.1.6
24872026-07-02T20:27:32.163Z Compiling iddqd v0.4.2
24882026-07-02T20:27:32.211Z Checking tokio-rustls v0.26.4
24892026-07-02T20:27:32.225Z Checking dtrace-parser v0.3.0
24902026-07-02T20:27:32.242Z Checking phf_shared v0.13.1
24912026-07-02T20:27:32.387Z Checking lazy_static v1.5.0
24922026-07-02T20:27:32.412Z Checking anstyle-parse v0.2.7
24932026-07-02T20:27:32.434Z Checking zerocopy v0.7.35
24942026-07-02T20:27:32.446Z Checking pin-project v1.1.11
24952026-07-02T20:27:32.457Z Checking bzip2-sys v0.1.13+1.0.8
24962026-07-02T20:27:32.478Z Checking signal-hook v0.3.18
24972026-07-02T20:27:32.534Z Checking terminal_size v0.4.3
24982026-07-02T20:27:32.538Z Checking futures-executor v0.3.32
24992026-07-02T20:27:32.559Z Checking ff v0.13.1
25002026-07-02T20:27:32.647Z Checking thread-id v5.1.0
25012026-07-02T20:27:32.667Z Checking libbz2-rs-sys v0.2.2
25022026-07-02T20:27:32.684Z Checking foldhash v0.1.5
25032026-07-02T20:27:32.684Z Checking same-file v1.0.6
25042026-07-02T20:27:32.723Z Checking managed v0.8.0
25052026-07-02T20:27:32.800Z Checking either v1.15.0
25062026-07-02T20:27:32.826Z Checking clap_lex v1.0.0
25072026-07-02T20:27:32.907Z Checking foldhash v0.2.0
25082026-07-02T20:27:32.920Z Checking base16ct v0.2.0
25092026-07-02T20:27:33.014Z Checking winnow v0.5.40
25102026-07-02T20:27:33.021Z Checking strsim v0.11.1
25112026-07-02T20:27:33.041Z Compiling rayon-core v1.13.0
25122026-07-02T20:27:33.053Z Checking bitflags v1.3.2
25132026-07-02T20:27:33.065Z Checking bumpalo v3.20.2
25142026-07-02T20:27:33.122Z Checking smoltcp v0.9.1
25152026-07-02T20:27:33.144Z Checking hyper-tls v0.6.0
25162026-07-02T20:27:33.156Z Checking clap_builder v4.6.0
25172026-07-02T20:27:33.250Z Checking hyper-rustls v0.27.7
25182026-07-02T20:27:33.264Z Checking zopfli v0.8.3
25192026-07-02T20:27:33.319Z Checking reqwest v0.12.28
25202026-07-02T20:27:33.418Z Checking dof v0.3.0
25212026-07-02T20:27:33.445Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-07-02T20:27:33.461Z Checking hashbrown v0.16.1
25232026-07-02T20:27:33.589Z Checking bzip2 v0.6.1
25242026-07-02T20:27:33.643Z Checking sec1 v0.7.3
25252026-07-02T20:27:33.696Z Checking hashbrown v0.15.5
25262026-07-02T20:27:33.719Z Checking walkdir v2.5.0
25272026-07-02T20:27:33.751Z Checking usdt-impl v0.6.0
25282026-07-02T20:27:33.846Z Checking futures v0.3.32
25292026-07-02T20:27:33.879Z Checking group v0.13.0
25302026-07-02T20:27:33.922Z Checking signal-hook-mio v0.2.5
25312026-07-02T20:27:33.959Z Checking anstream v0.6.21
25322026-07-02T20:27:34.024Z Checking snafu v0.8.9
25332026-07-02T20:27:34.027Z Checking bzip2 v0.4.4
25342026-07-02T20:27:34.027Z Checking num-bigint-dig v0.8.6
25352026-07-02T20:27:34.074Z Checking phf v0.13.1
25362026-07-02T20:27:34.140Z Checking toml_edit v0.19.15
25372026-07-02T20:27:34.167Z Checking cipher v0.5.2
25382026-07-02T20:27:34.193Z Checking cookie_store v0.22.1
25392026-07-02T20:27:34.218Z Checking postgres-types v0.2.12
25402026-07-02T20:27:34.259Z Checking zstd v0.13.3
25412026-07-02T20:27:34.392Z Checking ed25519 v2.2.3
25422026-07-02T20:27:34.404Z Checking dtrace-parser v0.2.0
25432026-07-02T20:27:34.418Z Checking rustls-platform-verifier v0.6.2
25442026-07-02T20:27:34.446Z Checking globset v0.4.18
25452026-07-02T20:27:34.518Z Checking crossbeam-deque v0.8.6
25462026-07-02T20:27:34.532Z Checking regex v1.12.3
25472026-07-02T20:27:34.548Z Checking phf_shared v0.11.3
25482026-07-02T20:27:34.572Z Checking hkdf v0.12.4
25492026-07-02T20:27:34.633Z Checking olpc-cjson v0.1.4
25502026-07-02T20:27:34.687Z Checking ref-cast v1.0.25
25512026-07-02T20:27:34.699Z Checking curve25519-dalek v4.1.3
25522026-07-02T20:27:34.703Z Checking strum v0.27.2
25532026-07-02T20:27:34.703Z Checking pkcs1 v0.7.5
25542026-07-02T20:27:34.782Z Checking hubpack v0.1.2
25552026-07-02T20:27:34.785Z Checking memoffset v0.9.1
25562026-07-02T20:27:34.823Z Checking rustix v0.38.44
25572026-07-02T20:27:34.835Z Checking pem v3.0.6
25582026-07-02T20:27:34.870Z Checking float-cmp v0.10.0
25592026-07-02T20:27:34.885Z Checking erased-serde v0.3.31
25602026-07-02T20:27:34.915Z Checking serde-big-array v0.5.1
25612026-07-02T20:27:34.951Z Checking serde_plain v1.0.2
25622026-07-02T20:27:34.990Z Checking crypto-bigint v0.5.5
25632026-07-02T20:27:35.002Z Checking thread-id v4.2.2
25642026-07-02T20:27:35.051Z Checking memmap2 v0.9.10
25652026-07-02T20:27:35.078Z Checking env_filter v1.0.0
25662026-07-02T20:27:35.097Z Checking data-encoding v2.10.0
25672026-07-02T20:27:35.213Z Checking new_debug_unreachable v1.0.6
25682026-07-02T20:27:35.226Z Checking typed-path v0.9.3
25692026-07-02T20:27:35.229Z Checking winnow v0.7.14
25702026-07-02T20:27:35.274Z Checking difflib v0.4.0
25712026-07-02T20:27:35.286Z Checking static_assertions v1.1.0
25722026-07-02T20:27:35.353Z Checking jiff v0.2.21
25732026-07-02T20:27:35.370Z Checking normalize-line-endings v0.3.0
25742026-07-02T20:27:35.451Z Checking precomputed-hash v0.1.1
25752026-07-02T20:27:35.463Z Checking keccak v0.1.6
25762026-07-02T20:27:35.486Z Checking toml_write v0.1.2
25772026-07-02T20:27:35.531Z Checking cpufeatures v0.3.0
25782026-07-02T20:27:35.603Z Checking fixedbitset v0.5.7
25792026-07-02T20:27:35.626Z Checking const-oid v0.10.2
25802026-07-02T20:27:35.637Z Checking predicates-core v1.0.10
25812026-07-02T20:27:35.652Z Checking winnow v1.0.3
25822026-07-02T20:27:35.758Z Checking fixedbitset v0.4.2
25832026-07-02T20:27:35.778Z Checking unicode-segmentation v1.12.0
25842026-07-02T20:27:35.793Z Checking whoami v2.1.0
25852026-07-02T20:27:35.903Z Checking petgraph v0.6.5
25862026-07-02T20:27:35.916Z Checking elliptic-curve v0.13.8
25872026-07-02T20:27:35.939Z Checking toml_parser v1.1.2+spec-1.1.0
25882026-07-02T20:27:35.988Z Checking tokio-postgres v0.7.16
25892026-07-02T20:27:36.006Z Checking tough v0.22.0
25902026-07-02T20:27:36.087Z Checking similar v2.7.0
25912026-07-02T20:27:36.222Z Checking petgraph v0.8.3
25922026-07-02T20:27:36.271Z Checking digest v0.11.3
25932026-07-02T20:27:36.439Z Checking toml_edit v0.22.27
25942026-07-02T20:27:36.452Z Checking predicates v3.1.4
25952026-07-02T20:27:36.474Z Checking crossterm v0.28.1
25962026-07-02T20:27:36.749Z Checking sha3 v0.10.8
25972026-07-02T20:27:36.957Z Checking chacha20 v0.10.0
25982026-07-02T20:27:37.155Z Checking string_cache v0.8.9
25992026-07-02T20:27:37.179Z Checking ed25519-dalek v2.2.0
26002026-07-02T20:27:37.209Z Checking hickory-proto v0.25.2
26012026-07-02T20:27:37.254Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26022026-07-02T20:27:37.322Z Checking slog v2.8.2
26032026-07-02T20:27:37.408Z Checking toml v0.7.8
26042026-07-02T20:27:37.535Z Checking env_logger v0.11.9
26052026-07-02T20:27:37.566Z Checking zip v4.6.1
26062026-07-02T20:27:37.586Z Checking usdt v0.6.0
26072026-07-02T20:27:37.720Z Checking usdt-impl v0.5.0
26082026-07-02T20:27:37.731Z Checking rsa v0.9.10
26092026-07-02T20:27:37.752Z Checking nix v0.31.2
26102026-07-02T20:27:38.043Z Checking reqwest v0.13.2
26112026-07-02T20:27:38.150Z Checking clap v4.6.1
26122026-07-02T20:27:38.203Z Checking zip v0.6.6
26132026-07-02T20:27:38.249Z Checking itertools v0.13.0
26142026-07-02T20:27:38.321Z Checking byte-wrapper v0.1.0
26152026-07-02T20:27:38.526Z Checking serde_with v3.17.0
26162026-07-02T20:27:38.539Z Checking strum v0.26.3
26172026-07-02T20:27:38.648Z Checking fs-err v3.3.0
26182026-07-02T20:27:38.725Z Checking ahash v0.8.12
26192026-07-02T20:27:38.894Z Checking tokio-stream v0.1.18
26202026-07-02T20:27:38.919Z Checking object v0.37.3
26212026-07-02T20:27:38.942Z Checking buf-list v1.1.2
26222026-07-02T20:27:38.954Z Checking camino v1.2.2
26232026-07-02T20:27:39.123Z Checking anyhow v1.0.102
26242026-07-02T20:27:39.197Z Checking x509-cert v0.2.5
26252026-07-02T20:27:39.272Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26262026-07-02T20:27:39.275Z Checking openapiv3 v2.2.0
26272026-07-02T20:27:39.320Z Checking lalrpop-util v0.19.12
26282026-07-02T20:27:39.482Z Checking peg-runtime v0.8.5
26292026-07-02T20:27:39.511Z Checking rayon v1.11.0
26302026-07-02T20:27:39.539Z Checking sigpipe v0.1.3
26312026-07-02T20:27:39.616Z Checking glob v0.3.3
26322026-07-02T20:27:41.148Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332026-07-02T20:27:41.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
26342026-07-02T20:27:41.573Z
26352026-07-02T20:27:41.573Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26362026-07-02T20:27:42.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-07-02T20:27:42.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-07-02T20:27:42.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-07-02T20:27:42.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26402026-07-02T20:27:42.104Z
26412026-07-02T20:27:42.104Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26422026-07-02T20:27:42.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-07-02T20:27:42.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-07-02T20:27:42.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-07-02T20:27:42.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26462026-07-02T20:27:42.636Z
26472026-07-02T20:27:42.636Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26482026-07-02T20:27:43.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-07-02T20:27:43.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-07-02T20:27:43.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-07-02T20:27:43.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26522026-07-02T20:27:43.182Z
26532026-07-02T20:27:43.182Zinfo: running `cargo check --bins` on oxql-types (80/299)
26542026-07-02T20:27:43.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-07-02T20:27:43.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-07-02T20:27:43.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-07-02T20:27:43.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26582026-07-02T20:27:43.718Z
26592026-07-02T20:27:43.718Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26602026-07-02T20:27:44.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-07-02T20:27:44.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-07-02T20:27:44.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-07-02T20:27:44.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26642026-07-02T20:27:44.253Z
26652026-07-02T20:27:44.253Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26662026-07-02T20:27:44.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-07-02T20:27:44.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-07-02T20:27:44.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-07-02T20:27:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26702026-07-02T20:27:44.792Z
26712026-07-02T20:27:44.792Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26722026-07-02T20:27:45.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-07-02T20:27:45.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-07-02T20:27:45.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-07-02T20:27:45.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26762026-07-02T20:27:45.305Z
26772026-07-02T20:27:45.305Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26782026-07-02T20:27:45.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-07-02T20:27:45.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-07-02T20:27:45.939Z Compiling structmeta-derive v0.3.0
26812026-07-02T20:27:46.054Z Compiling multer v3.1.0
26822026-07-02T20:27:46.064Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-07-02T20:27:46.067Z Compiling async-stream-impl v0.3.6
26842026-07-02T20:27:46.082Z Compiling dropshot v0.17.1
26852026-07-02T20:27:46.097Z Compiling dropshot_endpoint v0.17.1
26862026-07-02T20:27:46.100Z Compiling newtype-uuid-macros v0.1.0
26872026-07-02T20:27:46.125Z Checking newtype-uuid v1.3.2
26882026-07-02T20:27:46.290Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-07-02T20:27:46.313Z Checking daft v0.1.7
26902026-07-02T20:27:46.373Z Checking thread_local v1.1.9
26912026-07-02T20:27:46.449Z Checking match_cfg v0.1.0
26922026-07-02T20:27:46.517Z Checking compression-core v0.4.31
26932026-07-02T20:27:46.539Z Checking hostname v0.3.1
26942026-07-02T20:27:46.585Z Checking iddqd v0.4.2
26952026-07-02T20:27:46.635Z Checking crossbeam-channel v0.5.15
26962026-07-02T20:27:46.649Z Checking compression-codecs v0.4.37
26972026-07-02T20:27:46.652Z Checking atomicwrites v0.4.4
26982026-07-02T20:27:46.697Z Checking slog-json v2.6.1
26992026-07-02T20:27:46.780Z Checking is-terminal v0.4.17
27002026-07-02T20:27:46.812Z Checking serde_spanned v1.1.1
27012026-07-02T20:27:46.851Z Checking toml_datetime v1.1.1+spec-1.1.0
27022026-07-02T20:27:46.866Z Checking toml_writer v1.1.1+spec-1.1.0
27032026-07-02T20:27:46.879Z Checking debug-ignore v1.0.5
27042026-07-02T20:27:46.939Z Checking take_mut v0.2.2
27052026-07-02T20:27:46.974Z Checking term v1.2.1
27062026-07-02T20:27:46.987Z Checking slog-bunyan v2.5.0
27072026-07-02T20:27:47.038Z Checking slog-async v2.8.0
27082026-07-02T20:27:47.038Z Checking async-compression v0.4.41
27092026-07-02T20:27:47.062Z Checking toml v1.1.2+spec-1.1.0
27102026-07-02T20:27:47.096Z Checking async-stream v0.3.6
27112026-07-02T20:27:47.118Z Compiling structmeta v0.3.0
27122026-07-02T20:27:47.191Z Checking slog-term v2.9.2
27132026-07-02T20:27:47.208Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27142026-07-02T20:27:47.222Z Checking progenitor-client v0.14.0
27152026-07-02T20:27:47.292Z Checking sha1 v0.11.0
27162026-07-02T20:27:47.327Z Compiling derive-ex v0.1.8
27172026-07-02T20:27:47.448Z Compiling parse-display-derive v0.10.0
27182026-07-02T20:27:47.461Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27192026-07-02T20:27:47.482Z Checking waitgroup v0.1.2
27202026-07-02T20:27:47.506Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27212026-07-02T20:27:47.528Z Checking rustls-pemfile v2.2.0
27222026-07-02T20:27:47.575Z Checking backon v1.6.0
27232026-07-02T20:27:47.589Z Checking serde_path_to_error v0.1.20
27242026-07-02T20:27:47.604Z Checking hostname v0.4.2
27252026-07-02T20:27:47.650Z Checking instant v0.1.13
27262026-07-02T20:27:47.733Z Checking backoff v0.4.0
27272026-07-02T20:27:47.758Z Checking progenitor-extras v0.2.0
27282026-07-02T20:27:47.848Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27292026-07-02T20:27:47.874Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27302026-07-02T20:27:47.916Z Checking itertools v0.14.0
27312026-07-02T20:27:47.969Z Checking regress v0.10.5
27322026-07-02T20:27:48.089Z Checking macaddr v1.0.1
27332026-07-02T20:27:48.404Z Checking humantime v2.3.0
27342026-07-02T20:27:49.010Z Compiling test-strategy v0.4.5
27352026-07-02T20:27:49.213Z Checking parse-display v0.10.0
27362026-07-02T20:27:49.537Z Compiling prettyplease v0.2.37
27372026-07-02T20:27:49.817Z Checking num-rational v0.4.2
27382026-07-02T20:27:50.071Z Checking num-complex v0.4.6
27392026-07-02T20:27:50.501Z Compiling num v0.4.3
27402026-07-02T20:27:50.557Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27412026-07-02T20:27:50.632Z Compiling usdt-macro v0.5.0
27422026-07-02T20:27:50.651Z Compiling usdt-attr-macro v0.5.0
27432026-07-02T20:27:50.725Z Checking memmap v0.7.0
27442026-07-02T20:27:50.860Z Checking float-ord v0.3.2
27452026-07-02T20:27:50.934Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462026-07-02T20:27:51.083Z Compiling convert_case v0.4.0
27472026-07-02T20:27:51.115Z Checking unicode-width v0.2.0
27482026-07-02T20:27:51.370Z Checking console v0.15.11
27492026-07-02T20:27:51.370Z Checking newline-converter v0.3.0
27502026-07-02T20:27:51.437Z Checking usdt v0.5.0
27512026-07-02T20:27:51.460Z Compiling derive_more v0.99.20
27522026-07-02T20:27:51.487Z Compiling toml v0.8.23
27532026-07-02T20:27:51.602Z Checking linked-hash-map v0.5.6
27542026-07-02T20:27:51.652Z Compiling minimal-lexical v0.2.1
27552026-07-02T20:27:51.773Z Checking lru-cache v0.1.2
27562026-07-02T20:27:51.893Z Compiling nom v7.1.3
27572026-07-02T20:27:51.911Z Checking expectorate v1.2.0
27582026-07-02T20:27:52.310Z Checking camino-tempfile v1.4.1
27592026-07-02T20:27:52.427Z Checking hickory-proto v0.24.4
27602026-07-02T20:27:52.472Z Checking phf_shared v0.12.1
27612026-07-02T20:27:52.547Z Compiling slog-dtrace v0.3.0
27622026-07-02T20:27:52.614Z Checking resolv-conf v0.7.6
27632026-07-02T20:27:52.796Z Checking heck v0.5.0
27642026-07-02T20:27:52.919Z Compiling chrono-tz v0.10.4
27652026-07-02T20:27:53.009Z Compiling unicode-xid v0.2.6
27662026-07-02T20:27:53.143Z Compiling const_format_proc_macros v0.2.34
27672026-07-02T20:27:53.179Z Checking phf v0.12.1
27682026-07-02T20:27:53.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27692026-07-02T20:27:53.321Z Checking tokio-dtrace v0.1.1
27702026-07-02T20:27:53.512Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-07-02T20:27:53.741Z Compiling derive-where v1.6.0
27722026-07-02T20:27:54.047Z Checking highway v1.3.0
27732026-07-02T20:27:54.061Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-07-02T20:27:54.122Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-07-02T20:27:54.183Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27762026-07-02T20:27:54.225Z Checking hickory-resolver v0.24.4
27772026-07-02T20:27:54.564Z Checking const_format v0.2.35
27782026-07-02T20:27:54.885Z Checking oxide-tokio-rt v0.1.4
27792026-07-02T20:27:55.098Z Checking qorb v0.4.1
27802026-07-02T20:27:55.286Z Checking gethostname v0.5.0
27812026-07-02T20:27:55.367Z Checking bcs v0.1.6
27822026-07-02T20:27:55.380Z Checking termtree v0.5.1
27832026-07-02T20:27:55.651Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-07-02T20:27:55.740Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27852026-07-02T20:27:55.958Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27862026-07-02T20:27:55.968Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27872026-07-02T20:27:58.780Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27882026-07-02T20:28:01.176Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27892026-07-02T20:28:03.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.95s
27902026-07-02T20:28:03.419Z
27912026-07-02T20:28:03.419Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27922026-07-02T20:28:03.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-07-02T20:28:03.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-07-02T20:28:04.043Z Compiling ar_archive_writer v0.5.1
27952026-07-02T20:28:04.151Z Compiling stacker v0.1.23
27962026-07-02T20:28:04.157Z Compiling cfg_aliases v0.1.1
27972026-07-02T20:28:04.163Z Compiling convert_case v0.10.0
27982026-07-02T20:28:04.166Z Checking unicode-width v0.1.14
27992026-07-02T20:28:04.177Z Compiling proc-macro-error v1.0.4
28002026-07-02T20:28:04.187Z Checking fd-lock v4.0.4
28012026-07-02T20:28:04.187Z Checking nibble_vec v0.1.0
28022026-07-02T20:28:04.210Z Compiling nix v0.28.0
28032026-07-02T20:28:04.300Z Checking vte v0.14.1
28042026-07-02T20:28:04.312Z Compiling recursive-proc-macro-impl v0.1.1
28052026-07-02T20:28:04.413Z Checking endian-type v0.1.2
28062026-07-02T20:28:04.428Z Checking bytecount v0.6.9
28072026-07-02T20:28:04.446Z Compiling derive_more-impl v2.1.1
28082026-07-02T20:28:04.458Z Checking strip-ansi-escapes v0.2.1
28092026-07-02T20:28:04.470Z Compiling tabled_derive v0.7.0
28102026-07-02T20:28:04.523Z Checking papergrid v0.11.0
28112026-07-02T20:28:04.536Z Checking radix_trie v0.2.1
28122026-07-02T20:28:04.554Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132026-07-02T20:28:04.722Z Compiling peg-macros v0.8.5
28142026-07-02T20:28:04.781Z Checking winnow v0.6.26
28152026-07-02T20:28:05.027Z Compiling psm v0.1.30
28162026-07-02T20:28:05.064Z Compiling sqlparser_derive v0.5.0
28172026-07-02T20:28:05.173Z Checking nu-ansi-term v0.50.3
28182026-07-02T20:28:05.301Z Checking derive_more v2.1.1
28192026-07-02T20:28:05.379Z Checking unicode_categories v0.1.1
28202026-07-02T20:28:05.392Z Checking home v0.5.12
28212026-07-02T20:28:05.492Z Checking tabled v0.15.0
28222026-07-02T20:28:05.534Z Checking reedline v0.40.0
28232026-07-02T20:28:05.534Z Checking crossterm v0.29.0
28242026-07-02T20:28:05.658Z Checking rustyline v14.0.0
28252026-07-02T20:28:05.831Z Checking recursive v0.1.1
28262026-07-02T20:28:05.873Z Checking display-error-chain v0.2.2
28272026-07-02T20:28:05.932Z Checking sqlparser v0.61.0
28282026-07-02T20:28:05.951Z Checking sqlformat v0.3.5
28292026-07-02T20:28:06.161Z Checking peg v0.8.5
28302026-07-02T20:28:17.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28312026-07-02T20:28:17.351Z
28322026-07-02T20:28:17.351Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28332026-07-02T20:28:17.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-07-02T20:28:17.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-07-02T20:28:17.977Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-07-02T20:28:21.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28372026-07-02T20:28:21.592Z
28382026-07-02T20:28:21.593Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28392026-07-02T20:28:22.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-07-02T20:28:22.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-07-02T20:28:22.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-07-02T20:28:24.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28432026-07-02T20:28:24.831Z
28442026-07-02T20:28:24.831Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28452026-07-02T20:28:25.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-07-02T20:28:25.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-07-02T20:28:25.453Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-07-02T20:28:28.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28492026-07-02T20:28:28.858Z
28502026-07-02T20:28:28.858Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28512026-07-02T20:28:29.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-07-02T20:28:29.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-07-02T20:28:29.484Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-07-02T20:28:32.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28552026-07-02T20:28:32.928Z
28562026-07-02T20:28:32.928Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28572026-07-02T20:28:33.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-07-02T20:28:33.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-07-02T20:28:33.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-07-02T20:28:36.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28612026-07-02T20:28:36.333Z
28622026-07-02T20:28:36.334Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28632026-07-02T20:28:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-07-02T20:28:36.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-07-02T20:28:36.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-07-02T20:28:39.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28672026-07-02T20:28:39.759Z
28682026-07-02T20:28:39.759Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28692026-07-02T20:28:40.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-07-02T20:28:40.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-07-02T20:28:41.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-07-02T20:28:43.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28732026-07-02T20:28:43.974Z
28742026-07-02T20:28:43.974Zinfo: running `cargo check --bins` on oximeter (93/299)
28752026-07-02T20:28:44.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-07-02T20:28:44.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-07-02T20:28:44.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-07-02T20:28:44.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28792026-07-02T20:28:44.501Z
28802026-07-02T20:28:44.501Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28812026-07-02T20:28:44.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-07-02T20:28:44.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-07-02T20:28:45.086Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-07-02T20:28:45.245Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28852026-07-02T20:28:45.248Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-07-02T20:28:45.598Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-07-02T20:28:48.141Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-07-02T20:28:49.339Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-07-02T20:28:49.539Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-07-02T20:28:50.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
28912026-07-02T20:28:50.354Z
28922026-07-02T20:28:50.354Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28932026-07-02T20:28:50.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-07-02T20:28:50.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-07-02T20:28:50.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-07-02T20:28:50.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28972026-07-02T20:28:50.884Z
28982026-07-02T20:28:50.884Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28992026-07-02T20:28:51.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-07-02T20:28:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-07-02T20:28:51.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-07-02T20:28:51.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29032026-07-02T20:28:51.453Z
29042026-07-02T20:28:51.454Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29052026-07-02T20:28:51.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-07-02T20:28:51.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-07-02T20:28:51.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-07-02T20:28:51.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-07-02T20:28:51.988Z
29102026-07-02T20:28:51.988Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29112026-07-02T20:28:52.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-07-02T20:28:52.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-07-02T20:28:52.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-07-02T20:28:52.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-07-02T20:28:52.529Z
29162026-07-02T20:28:52.529Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29172026-07-02T20:28:52.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-07-02T20:28:52.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-07-02T20:28:52.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-07-02T20:28:52.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29212026-07-02T20:28:53.057Z
29222026-07-02T20:28:53.057Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29232026-07-02T20:28:53.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-07-02T20:28:53.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-07-02T20:28:53.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-07-02T20:28:53.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29272026-07-02T20:28:53.589Z
29282026-07-02T20:28:53.589Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29292026-07-02T20:28:54.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-07-02T20:28:54.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-07-02T20:28:54.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-07-02T20:28:54.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29332026-07-02T20:28:54.101Z
29342026-07-02T20:28:54.101Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29352026-07-02T20:28:54.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-07-02T20:28:54.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-07-02T20:28:54.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-07-02T20:28:54.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29392026-07-02T20:28:54.635Z
29402026-07-02T20:28:54.635Zinfo: running `cargo check --bins` on update-engine (103/299)
29412026-07-02T20:28:55.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-07-02T20:28:55.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-07-02T20:28:55.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-07-02T20:28:55.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29452026-07-02T20:28:55.152Z
29462026-07-02T20:28:55.153Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29472026-07-02T20:28:55.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-07-02T20:28:55.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-07-02T20:28:55.811Z Compiling crucible-workspace-hack v0.1.0
29502026-07-02T20:28:55.927Z Checking secrecy v0.10.3
29512026-07-02T20:28:55.932Z Compiling toml_datetime v0.7.5+spec-1.1.0
29522026-07-02T20:28:55.936Z Compiling heapless v0.8.0
29532026-07-02T20:28:55.944Z Compiling ingot-macros v0.1.1
29542026-07-02T20:28:55.951Z Checking hash32 v0.3.1
29552026-07-02T20:28:55.954Z Checking inout v0.1.4
29562026-07-02T20:28:55.974Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-07-02T20:28:56.025Z Compiling smoltcp v0.11.0
29582026-07-02T20:28:56.074Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-07-02T20:28:56.078Z Checking cipher v0.4.4
29602026-07-02T20:28:56.159Z Checking cobs v0.3.0
29612026-07-02T20:28:56.195Z Checking universal-hash v0.5.1
29622026-07-02T20:28:56.254Z Compiling thiserror-impl-no-std v2.0.2
29632026-07-02T20:28:56.276Z Checking half v2.7.1
29642026-07-02T20:28:56.295Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29652026-07-02T20:28:56.356Z Checking ciborium-io v0.2.2
29662026-07-02T20:28:56.386Z Checking opaque-debug v0.3.1
29672026-07-02T20:28:56.445Z Checking postcard v1.1.3
29682026-07-02T20:28:56.459Z Checking poly1305 v0.8.0
29692026-07-02T20:28:56.502Z Checking chacha20 v0.9.1
29702026-07-02T20:28:56.530Z Checking ciborium-ll v0.2.2
29712026-07-02T20:28:56.697Z Compiling proc-macro-crate v3.4.0
29722026-07-02T20:28:56.711Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29732026-07-02T20:28:56.723Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29742026-07-02T20:28:56.736Z Checking password-hash v0.5.0
29752026-07-02T20:28:56.964Z Checking blake2 v0.10.6
29762026-07-02T20:28:56.987Z Compiling proc-macro-crate v1.3.1
29772026-07-02T20:28:57.114Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29782026-07-02T20:28:57.133Z Checking aead v0.5.2
29792026-07-02T20:28:57.201Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29802026-07-02T20:28:57.247Z Compiling num_enum_derive v0.7.6
29812026-07-02T20:28:57.273Z Compiling foreign-types-macros v0.2.3
29822026-07-02T20:28:57.343Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29832026-07-02T20:28:57.394Z Checking foreign-types-shared v0.3.1
29842026-07-02T20:28:57.410Z Compiling num_enum_derive v0.5.11
29852026-07-02T20:28:57.443Z Checking thiserror-no-std v2.0.2
29862026-07-02T20:28:57.482Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29872026-07-02T20:28:57.531Z Checking vsss-rs v3.3.4
29882026-07-02T20:28:57.635Z Checking chacha20poly1305 v0.10.1
29892026-07-02T20:28:57.723Z Checking argon2 v0.5.3
29902026-07-02T20:28:57.873Z Checking foreign-types v0.5.0
29912026-07-02T20:28:57.951Z Checking ciborium v0.2.2
29922026-07-02T20:28:58.076Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29932026-07-02T20:28:58.172Z Checking tabwriter v1.4.1
29942026-07-02T20:28:58.304Z Checking num_enum v0.7.6
29952026-07-02T20:28:58.318Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-02T20:28:58.363Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-02T20:28:58.375Z Checking cstr-argument v0.1.2
29982026-07-02T20:28:58.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-07-02T20:28:58.432Z Checking num_enum v0.5.11
30002026-07-02T20:28:58.488Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30012026-07-02T20:28:58.543Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30022026-07-02T20:28:58.630Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-07-02T20:28:58.643Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-07-02T20:28:58.661Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-02T20:28:58.708Z Checking rand v0.10.1
30062026-07-02T20:28:58.740Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30072026-07-02T20:28:58.753Z Checking ingot-types v0.1.2
30082026-07-02T20:28:58.808Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-07-02T20:28:58.846Z Checking colored v3.1.1
30102026-07-02T20:28:58.861Z Checking indent_write v2.2.0
30112026-07-02T20:28:58.936Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30122026-07-02T20:28:58.987Z Compiling zone_cfg_derive v0.3.1
30132026-07-02T20:28:59.033Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-07-02T20:28:59.045Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-02T20:28:59.110Z Checking ingot v0.1.1
30162026-07-02T20:28:59.136Z Checking itertools v0.12.1
30172026-07-02T20:28:59.206Z Compiling num-derive v0.4.2
30182026-07-02T20:28:59.217Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-07-02T20:28:59.246Z Checking swrite v0.1.0
30202026-07-02T20:28:59.340Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-02T20:28:59.433Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-02T20:28:59.591Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-07-02T20:28:59.636Z Checking dropshot-api-manager-types v0.7.2
30242026-07-02T20:28:59.656Z Checking smf v0.2.3
30252026-07-02T20:28:59.701Z Checking nanorand v0.7.0
30262026-07-02T20:28:59.764Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-07-02T20:28:59.857Z Checking whoami v1.6.1
30282026-07-02T20:28:59.906Z Checking flume v0.11.1
30292026-07-02T20:28:59.936Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-07-02T20:29:00.197Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30312026-07-02T20:29:00.214Z Checking zone v0.3.1
30322026-07-02T20:29:00.752Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-02T20:29:01.718Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-02T20:29:02.594Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30352026-07-02T20:29:06.019Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-07-02T20:29:08.075Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-07-02T20:29:09.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
30382026-07-02T20:29:09.330Z
30392026-07-02T20:29:09.330Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30402026-07-02T20:29:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-02T20:29:09.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-02T20:29:09.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-02T20:29:09.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-02T20:29:09.869Z
30452026-07-02T20:29:09.869Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30462026-07-02T20:29:10.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-02T20:29:10.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-02T20:29:10.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-02T20:29:10.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-07-02T20:29:10.397Z
30512026-07-02T20:29:10.397Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30522026-07-02T20:29:10.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-02T20:29:10.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-02T20:29:10.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-02T20:29:10.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-07-02T20:29:10.934Z
30572026-07-02T20:29:10.935Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30582026-07-02T20:29:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-02T20:29:11.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-02T20:29:11.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-02T20:29:11.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-02T20:29:11.472Z
30632026-07-02T20:29:11.472Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30642026-07-02T20:29:11.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-02T20:29:11.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-02T20:29:11.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-02T20:29:11.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-02T20:29:12.003Z
30692026-07-02T20:29:12.003Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30702026-07-02T20:29:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-02T20:29:12.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-02T20:29:12.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-02T20:29:12.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-02T20:29:12.535Z
30752026-07-02T20:29:12.535Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30762026-07-02T20:29:13.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-02T20:29:13.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-02T20:29:13.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-02T20:29:13.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30802026-07-02T20:29:13.068Z
30812026-07-02T20:29:13.068Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30822026-07-02T20:29:13.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-02T20:29:13.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-02T20:29:13.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-02T20:29:13.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-07-02T20:29:13.591Z
30872026-07-02T20:29:13.591Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30882026-07-02T20:29:14.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-02T20:29:14.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-02T20:29:14.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-02T20:29:14.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-02T20:29:14.124Z
30932026-07-02T20:29:14.124Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30942026-07-02T20:29:14.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-02T20:29:14.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-02T20:29:14.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-02T20:29:14.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-02T20:29:14.660Z
30992026-07-02T20:29:14.661Zinfo: running `cargo check --bins` on installinator-client (115/299)
31002026-07-02T20:29:15.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-02T20:29:15.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-02T20:29:15.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-02T20:29:15.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31042026-07-02T20:29:15.194Z
31052026-07-02T20:29:15.194Zinfo: running `cargo check --bins` on nexus-client (116/299)
31062026-07-02T20:29:15.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-02T20:29:15.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-02T20:29:15.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-02T20:29:15.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-07-02T20:29:15.763Z
31112026-07-02T20:29:15.763Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31122026-07-02T20:29:16.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-02T20:29:16.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-02T20:29:16.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-02T20:29:16.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31162026-07-02T20:29:16.335Z
31172026-07-02T20:29:16.335Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31182026-07-02T20:29:16.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-02T20:29:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-02T20:29:16.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-02T20:29:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-02T20:29:16.857Z
31232026-07-02T20:29:16.857Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31242026-07-02T20:29:17.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-02T20:29:17.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-02T20:29:17.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-02T20:29:17.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-07-02T20:29:17.378Z
31292026-07-02T20:29:17.378Zinfo: running `cargo check --bins` on oxide-client (120/299)
31302026-07-02T20:29:17.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-02T20:29:17.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-02T20:29:17.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-02T20:29:17.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-02T20:29:17.902Z
31352026-07-02T20:29:17.902Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31362026-07-02T20:29:18.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-02T20:29:18.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-02T20:29:18.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-02T20:29:18.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-07-02T20:29:18.440Z
31412026-07-02T20:29:18.440Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31422026-07-02T20:29:18.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-02T20:29:18.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-02T20:29:18.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-02T20:29:18.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31462026-07-02T20:29:18.965Z
31472026-07-02T20:29:18.965Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31482026-07-02T20:29:19.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-02T20:29:19.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-02T20:29:19.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-02T20:29:19.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-07-02T20:29:19.507Z
31532026-07-02T20:29:19.507Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31542026-07-02T20:29:19.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-02T20:29:19.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-02T20:29:19.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-02T20:29:19.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31582026-07-02T20:29:20.072Z
31592026-07-02T20:29:20.072Zinfo: running `cargo check --bins` on installinator-common (125/299)
31602026-07-02T20:29:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-02T20:29:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-02T20:29:20.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-02T20:29:20.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-02T20:29:20.628Z
31652026-07-02T20:29:20.628Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31662026-07-02T20:29:21.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-02T20:29:21.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-02T20:29:21.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-02T20:29:21.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31702026-07-02T20:29:21.144Z
31712026-07-02T20:29:21.144Zinfo: running `cargo check --bins` on wicket-common (127/299)
31722026-07-02T20:29:21.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-02T20:29:21.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-02T20:29:21.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-02T20:29:21.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31762026-07-02T20:29:21.731Z
31772026-07-02T20:29:21.731Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31782026-07-02T20:29:22.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-02T20:29:22.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-02T20:29:22.333Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-07-02T20:29:22.446Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-07-02T20:29:22.455Z Checking csv-core v0.1.13
31832026-07-02T20:29:22.460Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-07-02T20:29:22.466Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-07-02T20:29:22.469Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-07-02T20:29:22.487Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-07-02T20:29:22.499Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-07-02T20:29:22.605Z Checking csv v1.4.0
31892026-07-02T20:29:22.633Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-07-02T20:29:22.648Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-07-02T20:29:22.687Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-07-02T20:29:22.782Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-07-02T20:29:22.951Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-07-02T20:29:23.314Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-07-02T20:29:23.317Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31962026-07-02T20:29:23.654Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-07-02T20:29:29.717Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-07-02T20:29:30.243Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-07-02T20:29:32.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
32002026-07-02T20:29:32.762Z
32012026-07-02T20:29:32.762Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
32022026-07-02T20:29:33.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-07-02T20:29:33.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-07-02T20:29:33.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-07-02T20:29:33.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32062026-07-02T20:29:33.300Z
32072026-07-02T20:29:33.301Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32082026-07-02T20:29:33.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-07-02T20:29:33.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-07-02T20:29:33.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-07-02T20:29:33.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-07-02T20:29:33.909Z
32132026-07-02T20:29:33.909Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32142026-07-02T20:29:34.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-07-02T20:29:34.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-07-02T20:29:34.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-07-02T20:29:34.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32182026-07-02T20:29:34.521Z
32192026-07-02T20:29:34.521Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32202026-07-02T20:29:35.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-07-02T20:29:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-07-02T20:29:35.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-07-02T20:29:35.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32242026-07-02T20:29:35.106Z
32252026-07-02T20:29:35.106Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32262026-07-02T20:29:35.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-07-02T20:29:35.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-07-02T20:29:35.821Z Compiling regress v0.11.1
32292026-07-02T20:29:35.962Z Compiling unsafe-libyaml v0.2.11
32302026-07-02T20:29:35.972Z Compiling radium v0.7.0
32312026-07-02T20:29:35.975Z Compiling semver v0.1.20
32322026-07-02T20:29:35.992Z Checking nom v8.0.0
32332026-07-02T20:29:35.995Z Checking tap v1.0.1
32342026-07-02T20:29:36.004Z Compiling maybe-uninit v2.0.0
32352026-07-02T20:29:36.089Z Checking wyz v0.5.1
32362026-07-02T20:29:36.246Z Compiling rustc_version v0.1.7
32372026-07-02T20:29:36.274Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-07-02T20:29:36.347Z Compiling zerocopy-derive v0.6.6
32392026-07-02T20:29:36.426Z Checking crc-catalog v2.4.0
32402026-07-02T20:29:36.466Z Compiling serde_yaml v0.9.34+deprecated
32412026-07-02T20:29:36.518Z Compiling newtype_derive v0.1.6
32422026-07-02T20:29:36.689Z Checking funty v2.0.0
32432026-07-02T20:29:36.720Z Compiling packed_struct v0.10.1
32442026-07-02T20:29:37.008Z Compiling cancel-safe-futures v0.1.5
32452026-07-02T20:29:37.013Z Compiling owo-colors v4.3.0
32462026-07-02T20:29:37.210Z Checking zerocopy v0.6.6
32472026-07-02T20:29:37.243Z Checking bitvec v1.0.1
32482026-07-02T20:29:37.416Z Checking typify-impl v0.6.2
32492026-07-02T20:29:37.507Z Checking crc v3.4.0
32502026-07-02T20:29:37.735Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-07-02T20:29:37.775Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-07-02T20:29:37.919Z Compiling packed_struct_codegen v0.10.1
32532026-07-02T20:29:37.945Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32542026-07-02T20:29:38.123Z Checking libsw-core v0.3.2
32552026-07-02T20:29:38.259Z Compiling bitfield-macros v0.19.4
32562026-07-02T20:29:38.274Z Compiling indexmap v1.9.3
32572026-07-02T20:29:38.488Z Checking nodrop v0.1.14
32582026-07-02T20:29:38.567Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32592026-07-02T20:29:38.582Z Checking array-init v0.0.4
32602026-07-02T20:29:38.616Z Checking libsw v3.5.0
32612026-07-02T20:29:38.642Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-07-02T20:29:38.767Z Checking smallvec v0.6.14
32632026-07-02T20:29:38.880Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-07-02T20:29:38.965Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-07-02T20:29:38.988Z Checking bitfield v0.19.4
32662026-07-02T20:29:39.166Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-07-02T20:29:39.258Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32682026-07-02T20:29:39.289Z Checking unicode-linebreak v0.1.5
32692026-07-02T20:29:39.342Z Checking smawk v0.3.2
32702026-07-02T20:29:39.375Z Checking linear-map v1.2.0
32712026-07-02T20:29:39.475Z Checking tagptr v0.2.0
32722026-07-02T20:29:39.503Z Checking hashbrown v0.12.3
32732026-07-02T20:29:39.549Z Checking base64 v0.21.7
32742026-07-02T20:29:39.603Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32752026-07-02T20:29:39.617Z Checking moka v0.12.13
32762026-07-02T20:29:39.750Z Checking textwrap v0.16.2
32772026-07-02T20:29:39.810Z Checking ron v0.8.1
32782026-07-02T20:29:39.973Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32792026-07-02T20:29:40.103Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-07-02T20:29:40.146Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-07-02T20:29:40.277Z Checking steno v0.4.1
32822026-07-02T20:29:40.301Z Checking serde-hex v0.1.0
32832026-07-02T20:29:40.350Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-07-02T20:29:40.514Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-07-02T20:29:40.914Z Checking hashbrown v0.13.2
32862026-07-02T20:29:40.966Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-07-02T20:29:41.090Z Checking crc-any v2.5.0
32882026-07-02T20:29:41.192Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32892026-07-02T20:29:41.276Z Checking hickory-resolver v0.25.2
32902026-07-02T20:29:41.283Z Checking sha1 v0.10.6
32912026-07-02T20:29:41.338Z Checking object v0.30.4
32922026-07-02T20:29:41.357Z Checking path-slash v0.1.5
32932026-07-02T20:29:41.448Z Checking void v1.0.2
32942026-07-02T20:29:41.462Z Checking half v1.8.3
32952026-07-02T20:29:41.552Z Checking utf-8 v0.7.6
32962026-07-02T20:29:41.659Z Checking serde_cbor v0.11.2
32972026-07-02T20:29:41.689Z Checking tungstenite v0.23.0
32982026-07-02T20:29:41.806Z Checking lzss v0.8.2
32992026-07-02T20:29:41.934Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33002026-07-02T20:29:41.985Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-07-02T20:29:42.030Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33022026-07-02T20:29:42.044Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-07-02T20:29:42.047Z Compiling typify-macro v0.6.2
33042026-07-02T20:29:42.108Z Checking nix v0.27.1
33052026-07-02T20:29:42.125Z Checking kstat-rs v0.2.4
33062026-07-02T20:29:42.181Z Checking fxhash v0.2.1
33072026-07-02T20:29:42.273Z Checking serde_bytes v0.11.19
33082026-07-02T20:29:42.302Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33092026-07-02T20:29:42.316Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-07-02T20:29:42.392Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-07-02T20:29:42.446Z Checking tokio-tungstenite v0.23.1
33122026-07-02T20:29:42.530Z Checking signal-hook-tokio v0.3.1
33132026-07-02T20:29:43.153Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-07-02T20:29:43.445Z Compiling typify v0.6.2
33152026-07-02T20:29:43.523Z Compiling progenitor-impl v0.14.0
33162026-07-02T20:29:44.066Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-07-02T20:29:44.373Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-07-02T20:29:44.963Z Compiling progenitor-macro v0.14.0
33192026-07-02T20:29:47.285Z Checking progenitor v0.14.0
33202026-07-02T20:29:47.395Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33212026-07-02T20:29:47.398Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-07-02T20:29:50.071Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-07-02T20:29:58.345Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-07-02T20:30:04.986Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-07-02T20:30:06.389Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-07-02T20:30:06.875Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-07-02T20:30:08.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s
33282026-07-02T20:30:09.174Z
33292026-07-02T20:30:09.174Zinfo: running `cargo check --bins` on gateway-api (134/299)
33302026-07-02T20:30:09.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-07-02T20:30:09.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-07-02T20:30:09.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-07-02T20:30:09.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33342026-07-02T20:30:09.715Z
33352026-07-02T20:30:09.715Zinfo: running `cargo check --bins` on ipcc (135/299)
33362026-07-02T20:30:10.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-02T20:30:10.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-02T20:30:10.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-02T20:30:10.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33402026-07-02T20:30:10.246Z
33412026-07-02T20:30:10.246Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33422026-07-02T20:30:10.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-02T20:30:10.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-02T20:30:10.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-02T20:30:10.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33462026-07-02T20:30:10.772Z
33472026-07-02T20:30:10.772Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33482026-07-02T20:30:11.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-02T20:30:11.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-02T20:30:11.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-02T20:30:11.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33522026-07-02T20:30:11.334Z
33532026-07-02T20:30:11.334Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33542026-07-02T20:30:11.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-02T20:30:11.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-02T20:30:11.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-02T20:30:11.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33582026-07-02T20:30:11.873Z
33592026-07-02T20:30:11.873Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33602026-07-02T20:30:12.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-02T20:30:12.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-02T20:30:12.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-02T20:30:12.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-07-02T20:30:12.416Z
33652026-07-02T20:30:12.416Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33662026-07-02T20:30:12.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-02T20:30:12.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-02T20:30:12.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-02T20:30:12.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33702026-07-02T20:30:12.962Z
33712026-07-02T20:30:12.962Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33722026-07-02T20:30:13.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-02T20:30:13.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-02T20:30:13.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-02T20:30:13.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33762026-07-02T20:30:13.523Z
33772026-07-02T20:30:13.523Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33782026-07-02T20:30:13.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-02T20:30:13.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-02T20:30:13.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-02T20:30:13.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33822026-07-02T20:30:14.055Z
33832026-07-02T20:30:14.056Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33842026-07-02T20:30:14.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-02T20:30:14.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-02T20:30:14.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-02T20:30:14.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33882026-07-02T20:30:14.594Z
33892026-07-02T20:30:14.594Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33902026-07-02T20:30:15.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-02T20:30:15.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-02T20:30:15.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-02T20:30:15.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33942026-07-02T20:30:15.128Z
33952026-07-02T20:30:15.128Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33962026-07-02T20:30:15.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-02T20:30:15.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-02T20:30:15.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-02T20:30:15.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-07-02T20:30:15.662Z
34012026-07-02T20:30:15.662Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
34022026-07-02T20:30:16.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-02T20:30:16.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-02T20:30:16.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-02T20:30:16.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34062026-07-02T20:30:16.196Z
34072026-07-02T20:30:16.196Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34082026-07-02T20:30:16.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-02T20:30:16.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-02T20:30:16.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-02T20:30:16.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34122026-07-02T20:30:16.731Z
34132026-07-02T20:30:16.731Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34142026-07-02T20:30:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-02T20:30:17.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-02T20:30:17.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-02T20:30:17.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34182026-07-02T20:30:17.281Z
34192026-07-02T20:30:17.281Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34202026-07-02T20:30:17.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-02T20:30:17.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-02T20:30:17.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-02T20:30:17.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34242026-07-02T20:30:17.833Z
34252026-07-02T20:30:17.833Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34262026-07-02T20:30:18.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-02T20:30:18.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-02T20:30:18.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-02T20:30:18.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34302026-07-02T20:30:18.384Z
34312026-07-02T20:30:18.384Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34322026-07-02T20:30:18.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-02T20:30:18.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-02T20:30:18.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-02T20:30:18.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34362026-07-02T20:30:18.939Z
34372026-07-02T20:30:18.940Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34382026-07-02T20:30:19.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-02T20:30:19.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-02T20:30:19.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-02T20:30:19.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34422026-07-02T20:30:19.494Z
34432026-07-02T20:30:19.494Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34442026-07-02T20:30:19.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-02T20:30:19.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-02T20:30:19.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-02T20:30:19.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34482026-07-02T20:30:20.046Z
34492026-07-02T20:30:20.046Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34502026-07-02T20:30:20.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-02T20:30:20.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-02T20:30:20.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-02T20:30:20.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34542026-07-02T20:30:20.597Z
34552026-07-02T20:30:20.597Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34562026-07-02T20:30:21.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-02T20:30:21.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-02T20:30:21.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-02T20:30:21.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34602026-07-02T20:30:21.149Z
34612026-07-02T20:30:21.149Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34622026-07-02T20:30:21.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-02T20:30:21.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-02T20:30:21.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-02T20:30:21.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34662026-07-02T20:30:21.696Z
34672026-07-02T20:30:21.696Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34682026-07-02T20:30:22.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-02T20:30:22.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-02T20:30:22.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-02T20:30:22.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34722026-07-02T20:30:22.248Z
34732026-07-02T20:30:22.248Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34742026-07-02T20:30:22.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-02T20:30:22.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-02T20:30:22.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-02T20:30:22.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34782026-07-02T20:30:22.783Z
34792026-07-02T20:30:22.783Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34802026-07-02T20:30:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-02T20:30:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-02T20:30:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-02T20:30:23.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34842026-07-02T20:30:23.318Z
34852026-07-02T20:30:23.318Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34862026-07-02T20:30:23.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-02T20:30:23.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-02T20:30:23.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-02T20:30:23.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34902026-07-02T20:30:23.853Z
34912026-07-02T20:30:23.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34922026-07-02T20:30:24.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-02T20:30:24.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-02T20:30:24.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-02T20:30:24.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34962026-07-02T20:30:24.385Z
34972026-07-02T20:30:24.385Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34982026-07-02T20:30:24.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-02T20:30:24.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-02T20:30:24.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-02T20:30:24.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35022026-07-02T20:30:24.918Z
35032026-07-02T20:30:24.918Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
35042026-07-02T20:30:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-02T20:30:25.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-02T20:30:25.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-02T20:30:25.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35082026-07-02T20:30:25.454Z
35092026-07-02T20:30:25.454Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35102026-07-02T20:30:25.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-02T20:30:25.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-02T20:30:25.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-02T20:30:25.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35142026-07-02T20:30:25.980Z
35152026-07-02T20:30:25.980Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35162026-07-02T20:30:26.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-02T20:30:26.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-02T20:30:26.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-02T20:30:26.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35202026-07-02T20:30:26.511Z
35212026-07-02T20:30:26.511Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35222026-07-02T20:30:26.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-02T20:30:26.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-02T20:30:26.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-02T20:30:26.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35262026-07-02T20:30:27.061Z
35272026-07-02T20:30:27.061Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35282026-07-02T20:30:27.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-02T20:30:27.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-02T20:30:27.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-02T20:30:27.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35322026-07-02T20:30:27.615Z
35332026-07-02T20:30:27.615Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35342026-07-02T20:30:28.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-02T20:30:28.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-02T20:30:28.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-02T20:30:28.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35382026-07-02T20:30:28.166Z
35392026-07-02T20:30:28.166Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35402026-07-02T20:30:28.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-02T20:30:28.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-02T20:30:28.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-02T20:30:28.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35442026-07-02T20:30:28.718Z
35452026-07-02T20:30:28.718Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35462026-07-02T20:30:29.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-02T20:30:29.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-02T20:30:29.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-02T20:30:29.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35502026-07-02T20:30:29.268Z
35512026-07-02T20:30:29.268Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35522026-07-02T20:30:29.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-02T20:30:29.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-02T20:30:29.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-02T20:30:29.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35562026-07-02T20:30:29.821Z
35572026-07-02T20:30:29.821Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35582026-07-02T20:30:30.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-02T20:30:30.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-02T20:30:30.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-02T20:30:30.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35622026-07-02T20:30:30.367Z
35632026-07-02T20:30:30.367Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35642026-07-02T20:30:30.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-02T20:30:30.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-02T20:30:30.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-02T20:30:30.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35682026-07-02T20:30:30.936Z
35692026-07-02T20:30:30.936Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35702026-07-02T20:30:31.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-02T20:30:31.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-02T20:30:31.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-02T20:30:31.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35742026-07-02T20:30:31.473Z
35752026-07-02T20:30:31.473Zinfo: running `cargo check --bins` on dns-server (175/299)
35762026-07-02T20:30:31.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-02T20:30:31.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-02T20:30:32.073Z Compiling parking_lot_core v0.8.6
35792026-07-02T20:30:32.076Z Compiling git-stub v1.0.0
35802026-07-02T20:30:32.076Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-02T20:30:32.191Z Checking prefix-trie v0.7.0
35822026-07-02T20:30:32.305Z Compiling git-stub-vcs v0.1.0
35832026-07-02T20:30:32.468Z Checking hickory-server v0.25.2
35842026-07-02T20:30:32.582Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35852026-07-02T20:30:32.593Z Checking parking_lot v0.11.2
35862026-07-02T20:30:32.667Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-07-02T20:30:32.668Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35882026-07-02T20:30:32.763Z Checking sled v0.34.7
35892026-07-02T20:30:34.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35902026-07-02T20:30:34.820Z
35912026-07-02T20:30:34.820Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35922026-07-02T20:30:35.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-07-02T20:30:35.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-07-02T20:30:35.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-07-02T20:30:35.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35962026-07-02T20:30:35.362Z
35972026-07-02T20:30:35.362Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35982026-07-02T20:30:35.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-07-02T20:30:35.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-07-02T20:30:35.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-07-02T20:30:35.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36022026-07-02T20:30:35.891Z
36032026-07-02T20:30:35.892Zinfo: running `cargo check --bins` on sp-sim (178/299)
36042026-07-02T20:30:36.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-07-02T20:30:36.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-07-02T20:30:36.557Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36072026-07-02T20:30:38.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36082026-07-02T20:30:38.479Z
36092026-07-02T20:30:38.479Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36102026-07-02T20:30:38.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-07-02T20:30:38.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-07-02T20:30:38.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-07-02T20:30:38.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-07-02T20:30:39.066Z
36152026-07-02T20:30:39.066Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36162026-07-02T20:30:39.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-07-02T20:30:39.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-07-02T20:30:39.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-07-02T20:30:39.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-07-02T20:30:39.651Z
36212026-07-02T20:30:39.651Zinfo: running `cargo check --bins` on db-macros (181/299)
36222026-07-02T20:30:40.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-07-02T20:30:40.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-07-02T20:30:40.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-07-02T20:30:40.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36262026-07-02T20:30:40.174Z
36272026-07-02T20:30:40.174Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36282026-07-02T20:30:40.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-07-02T20:30:40.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-07-02T20:30:40.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-07-02T20:30:40.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36322026-07-02T20:30:40.691Z
36332026-07-02T20:30:40.691Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36342026-07-02T20:30:41.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-07-02T20:30:41.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-07-02T20:30:41.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-07-02T20:30:41.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-07-02T20:30:41.272Z
36392026-07-02T20:30:41.272Zinfo: running `cargo check --bins` on authz-macros (184/299)
36402026-07-02T20:30:41.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-07-02T20:30:41.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-07-02T20:30:41.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-07-02T20:30:41.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36442026-07-02T20:30:41.790Z
36452026-07-02T20:30:41.790Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36462026-07-02T20:30:42.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-07-02T20:30:42.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-07-02T20:30:42.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-07-02T20:30:42.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-07-02T20:30:42.361Z
36512026-07-02T20:30:42.361Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36522026-07-02T20:30:42.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-07-02T20:30:42.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-07-02T20:30:42.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-07-02T20:30:42.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-07-02T20:30:42.934Z
36572026-07-02T20:30:42.934Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36582026-07-02T20:30:43.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-07-02T20:30:43.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-07-02T20:30:43.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-07-02T20:30:43.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36622026-07-02T20:30:43.453Z
36632026-07-02T20:30:43.453Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36642026-07-02T20:30:43.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-07-02T20:30:43.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-07-02T20:30:43.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-07-02T20:30:43.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36682026-07-02T20:30:43.967Z
36692026-07-02T20:30:43.967Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36702026-07-02T20:30:44.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-07-02T20:30:44.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-07-02T20:30:44.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-07-02T20:30:44.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36742026-07-02T20:30:44.503Z
36752026-07-02T20:30:44.503Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36762026-07-02T20:30:44.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-07-02T20:30:44.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-07-02T20:30:44.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-07-02T20:30:44.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36802026-07-02T20:30:45.024Z
36812026-07-02T20:30:45.024Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36822026-07-02T20:30:45.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-07-02T20:30:45.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-07-02T20:30:45.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-07-02T20:30:45.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36862026-07-02T20:30:45.538Z
36872026-07-02T20:30:45.538Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36882026-07-02T20:30:45.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-07-02T20:30:45.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-07-02T20:30:45.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-07-02T20:30:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36922026-07-02T20:30:46.050Z
36932026-07-02T20:30:46.050Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36942026-07-02T20:30:46.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-07-02T20:30:46.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-07-02T20:30:46.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-07-02T20:30:46.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-07-02T20:30:46.630Z
36992026-07-02T20:30:46.630Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
37002026-07-02T20:30:47.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-07-02T20:30:47.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-07-02T20:30:47.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-07-02T20:30:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37042026-07-02T20:30:47.211Z
37052026-07-02T20:30:47.211Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
37062026-07-02T20:30:47.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-07-02T20:30:47.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-07-02T20:30:47.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-07-02T20:30:47.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-07-02T20:30:47.784Z
37112026-07-02T20:30:47.784Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37122026-07-02T20:30:48.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-07-02T20:30:48.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-07-02T20:30:48.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-07-02T20:30:48.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37162026-07-02T20:30:48.335Z
37172026-07-02T20:30:48.335Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37182026-07-02T20:30:48.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-07-02T20:30:48.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-07-02T20:30:48.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-07-02T20:30:48.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37222026-07-02T20:30:48.883Z
37232026-07-02T20:30:48.883Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37242026-07-02T20:30:49.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-07-02T20:30:49.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-07-02T20:30:49.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-07-02T20:30:49.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37282026-07-02T20:30:49.430Z
37292026-07-02T20:30:49.430Zinfo: running `cargo check --bins` on key-manager (199/299)
37302026-07-02T20:30:49.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-07-02T20:30:49.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-07-02T20:30:49.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-07-02T20:30:49.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37342026-07-02T20:30:49.957Z
37352026-07-02T20:30:49.957Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37362026-07-02T20:30:50.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-07-02T20:30:50.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-07-02T20:30:50.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-07-02T20:30:50.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37402026-07-02T20:30:50.507Z
37412026-07-02T20:30:50.507Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37422026-07-02T20:30:50.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-07-02T20:30:50.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-07-02T20:30:50.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-07-02T20:30:50.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37462026-07-02T20:30:51.052Z
37472026-07-02T20:30:51.052Zinfo: running `cargo check --bins` on typed-rng (202/299)
37482026-07-02T20:30:51.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-07-02T20:30:51.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-07-02T20:30:51.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-07-02T20:30:51.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37522026-07-02T20:30:51.571Z
37532026-07-02T20:30:51.571Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37542026-07-02T20:30:52.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-07-02T20:30:52.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-07-02T20:30:52.356Z Compiling libefi-sys v0.1.0
37572026-07-02T20:30:52.486Z Compiling bitfield-struct v0.6.2
37582026-07-02T20:30:52.497Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-07-02T20:30:52.505Z Compiling xshell-macros v0.2.7
37602026-07-02T20:30:52.514Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37612026-07-02T20:30:52.526Z Compiling salty v0.3.0
37622026-07-02T20:30:52.540Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37632026-07-02T20:30:52.554Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37642026-07-02T20:30:52.567Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37652026-07-02T20:30:52.677Z Checking rfc6979 v0.4.0
37662026-07-02T20:30:52.821Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-02T20:30:52.837Z Checking ecdsa v0.16.9
37682026-07-02T20:30:52.880Z Checking xshell v0.2.7
37692026-07-02T20:30:52.902Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37702026-07-02T20:30:52.997Z Checking primeorder v0.13.6
37712026-07-02T20:30:53.016Z Compiling proc-macro-error-attr2 v2.0.0
37722026-07-02T20:30:53.039Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37732026-07-02T20:30:53.055Z Checking tungstenite v0.21.0
37742026-07-02T20:30:53.109Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37752026-07-02T20:30:53.173Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37762026-07-02T20:30:53.194Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-07-02T20:30:53.234Z Checking p384 v0.13.1
37782026-07-02T20:30:53.270Z Compiling num-derive v0.3.3
37792026-07-02T20:30:53.345Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37802026-07-02T20:30:53.418Z Compiling proc-macro-error2 v2.0.1
37812026-07-02T20:30:53.467Z Checking tokio-tungstenite v0.21.0
37822026-07-02T20:30:53.513Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-02T20:30:53.564Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37842026-07-02T20:30:53.579Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37852026-07-02T20:30:53.653Z Checking papergrid v0.17.0
37862026-07-02T20:30:53.728Z Compiling tabled_derive v0.11.0
37872026-07-02T20:30:53.747Z Compiling progenitor-impl v0.13.0
37882026-07-02T20:30:53.819Z Checking testing_table v0.3.0
37892026-07-02T20:30:53.845Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-07-02T20:30:53.891Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37912026-07-02T20:30:53.913Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-02T20:30:54.106Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-07-02T20:30:54.121Z Compiling illumos-nvpair-sys v0.2.0
37942026-07-02T20:30:54.171Z Checking libscf-sys v1.1.0
37952026-07-02T20:30:54.303Z Compiling unicase v2.9.0
37962026-07-02T20:30:54.318Z Checking corncobs v0.1.4
37972026-07-02T20:30:54.405Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37982026-07-02T20:30:54.439Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-07-02T20:30:54.470Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38002026-07-02T20:30:54.490Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-02T20:30:54.504Z Compiling mime_guess v2.0.5
38022026-07-02T20:30:54.604Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38032026-07-02T20:30:54.607Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-02T20:30:54.822Z Checking progenitor-client v0.13.0
38052026-07-02T20:30:54.926Z Checking tabled v0.20.0
38062026-07-02T20:30:55.062Z Checking secrecy v0.8.0
38072026-07-02T20:30:55.085Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38082026-07-02T20:30:55.173Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38092026-07-02T20:30:55.216Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102026-07-02T20:30:55.341Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38112026-07-02T20:30:55.569Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38122026-07-02T20:30:55.605Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38132026-07-02T20:30:55.621Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38142026-07-02T20:30:55.663Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38152026-07-02T20:30:55.758Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38162026-07-02T20:30:55.868Z Checking filetime v0.2.27
38172026-07-02T20:30:56.010Z Checking xattr v1.6.1
38182026-07-02T20:30:56.091Z Checking http-range v0.1.5
38192026-07-02T20:30:56.107Z Checking crc8 v0.1.1
38202026-07-02T20:30:56.139Z Checking tar v0.4.46
38212026-07-02T20:30:56.225Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38222026-07-02T20:30:56.306Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-07-02T20:30:56.323Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38242026-07-02T20:30:56.372Z Compiling progenitor-macro v0.13.0
38252026-07-02T20:30:56.420Z Checking illumos-nvpair v0.3.0
38262026-07-02T20:30:56.542Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38272026-07-02T20:30:56.575Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38282026-07-02T20:30:56.663Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38292026-07-02T20:30:56.920Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38302026-07-02T20:30:56.961Z Checking atty v0.2.14
38312026-07-02T20:30:56.987Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-07-02T20:30:57.006Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38332026-07-02T20:30:57.055Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38342026-07-02T20:30:57.072Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38352026-07-02T20:30:57.288Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38362026-07-02T20:30:57.304Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38372026-07-02T20:30:57.331Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-07-02T20:30:57.493Z Checking hyper-staticfile v0.10.1
38392026-07-02T20:30:57.508Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38402026-07-02T20:30:57.683Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38412026-07-02T20:30:57.723Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38422026-07-02T20:30:57.780Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38432026-07-02T20:30:57.934Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-07-02T20:30:58.043Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38452026-07-02T20:30:58.220Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38462026-07-02T20:30:58.319Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38472026-07-02T20:30:58.628Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38482026-07-02T20:30:59.279Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38492026-07-02T20:30:59.751Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38502026-07-02T20:31:00.167Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38512026-07-02T20:31:00.488Z Checking progenitor v0.13.0
38522026-07-02T20:31:00.622Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38532026-07-02T20:31:02.592Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38542026-07-02T20:31:05.952Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38552026-07-02T20:31:16.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.29s
38562026-07-02T20:31:17.059Z
38572026-07-02T20:31:17.059Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38582026-07-02T20:31:17.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-07-02T20:31:17.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-07-02T20:31:17.786Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-07-02T20:31:28.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
38622026-07-02T20:31:28.906Z
38632026-07-02T20:31:28.906Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38642026-07-02T20:31:29.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-07-02T20:31:29.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-07-02T20:31:29.628Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-07-02T20:31:40.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38682026-07-02T20:31:40.645Z
38692026-07-02T20:31:40.645Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38702026-07-02T20:31:41.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-07-02T20:31:41.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-07-02T20:31:41.373Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-07-02T20:31:52.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38742026-07-02T20:31:52.353Z
38752026-07-02T20:31:52.353Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38762026-07-02T20:31:52.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-02T20:31:52.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-02T20:31:53.077Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-07-02T20:32:03.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38802026-07-02T20:32:03.989Z
38812026-07-02T20:32:03.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38822026-07-02T20:32:04.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-07-02T20:32:04.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-07-02T20:32:04.731Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-07-02T20:32:15.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38862026-07-02T20:32:15.711Z
38872026-07-02T20:32:15.711Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38882026-07-02T20:32:16.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-07-02T20:32:16.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-07-02T20:32:16.431Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38912026-07-02T20:32:27.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38922026-07-02T20:32:27.391Z
38932026-07-02T20:32:27.392Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38942026-07-02T20:32:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-07-02T20:32:27.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-07-02T20:32:28.114Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-07-02T20:32:38.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38982026-07-02T20:32:39.108Z
38992026-07-02T20:32:39.108Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
39002026-07-02T20:32:39.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-02T20:32:39.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-02T20:32:39.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-07-02T20:32:39.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39042026-07-02T20:32:39.647Z
39052026-07-02T20:32:39.647Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
39062026-07-02T20:32:40.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-07-02T20:32:40.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-07-02T20:32:40.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-07-02T20:32:40.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39102026-07-02T20:32:40.190Z
39112026-07-02T20:32:40.190Zinfo: running `cargo check --bins` on range-requests (213/299)
39122026-07-02T20:32:40.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-07-02T20:32:40.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-07-02T20:32:40.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-07-02T20:32:40.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39162026-07-02T20:32:40.711Z
39172026-07-02T20:32:40.711Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39182026-07-02T20:32:41.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-07-02T20:32:41.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-07-02T20:32:41.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-07-02T20:32:41.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39222026-07-02T20:32:41.238Z
39232026-07-02T20:32:41.238Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39242026-07-02T20:32:41.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-02T20:32:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-02T20:32:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-02T20:32:41.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39282026-07-02T20:32:41.789Z
39292026-07-02T20:32:41.789Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39302026-07-02T20:32:42.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-02T20:32:42.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-02T20:32:42.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-02T20:32:42.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39342026-07-02T20:32:42.338Z
39352026-07-02T20:32:42.338Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39362026-07-02T20:32:42.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-02T20:32:42.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-02T20:32:42.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-02T20:32:42.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39402026-07-02T20:32:42.886Z
39412026-07-02T20:32:42.886Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39422026-07-02T20:32:43.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-02T20:32:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-02T20:32:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-02T20:32:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39462026-07-02T20:32:43.445Z
39472026-07-02T20:32:43.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39482026-07-02T20:32:43.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-02T20:32:43.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-02T20:32:43.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-02T20:32:43.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39522026-07-02T20:32:43.999Z
39532026-07-02T20:32:43.999Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39542026-07-02T20:32:44.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-02T20:32:44.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-02T20:32:44.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-02T20:32:44.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39582026-07-02T20:32:44.550Z
39592026-07-02T20:32:44.551Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39602026-07-02T20:32:45.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-02T20:32:45.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-02T20:32:45.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-02T20:32:45.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39642026-07-02T20:32:45.102Z
39652026-07-02T20:32:45.102Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39662026-07-02T20:32:45.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-02T20:32:45.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-02T20:32:45.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-02T20:32:45.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39702026-07-02T20:32:45.657Z
39712026-07-02T20:32:45.658Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39722026-07-02T20:32:46.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-02T20:32:46.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-02T20:32:46.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-02T20:32:46.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39762026-07-02T20:32:46.212Z
39772026-07-02T20:32:46.212Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39782026-07-02T20:32:46.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-02T20:32:46.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-02T20:32:46.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-07-02T20:32:46.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39822026-07-02T20:32:46.764Z
39832026-07-02T20:32:46.764Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39842026-07-02T20:32:47.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-07-02T20:32:47.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-07-02T20:32:47.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-07-02T20:32:47.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39882026-07-02T20:32:47.341Z
39892026-07-02T20:32:47.341Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39902026-07-02T20:32:47.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-07-02T20:32:47.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-07-02T20:32:47.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-07-02T20:32:47.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39942026-07-02T20:32:47.898Z
39952026-07-02T20:32:47.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39962026-07-02T20:32:48.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-07-02T20:32:48.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-07-02T20:32:48.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-07-02T20:32:48.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40002026-07-02T20:32:48.477Z
40012026-07-02T20:32:48.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
40022026-07-02T20:32:48.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-07-02T20:32:48.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-07-02T20:32:48.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-07-02T20:32:48.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40062026-07-02T20:32:49.057Z
40072026-07-02T20:32:49.058Zinfo: running `cargo check --bins` on update-common (229/299)
40082026-07-02T20:32:49.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-07-02T20:32:49.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-07-02T20:32:49.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-07-02T20:32:49.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40122026-07-02T20:32:49.599Z
40132026-07-02T20:32:49.599Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40142026-07-02T20:32:50.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-07-02T20:32:50.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-07-02T20:32:50.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-07-02T20:32:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40182026-07-02T20:32:50.187Z
40192026-07-02T20:32:50.187Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40202026-07-02T20:32:50.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-07-02T20:32:50.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-07-02T20:32:50.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-07-02T20:32:50.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40242026-07-02T20:32:50.709Z
40252026-07-02T20:32:50.709Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40262026-07-02T20:32:51.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-07-02T20:32:51.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-07-02T20:32:51.429Z Compiling fs-err v2.11.0
40292026-07-02T20:32:51.431Z Checking ignore v0.4.25
40302026-07-02T20:32:51.431Z Checking arc-swap v1.8.2
40312026-07-02T20:32:51.561Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40322026-07-02T20:32:51.564Z Checking predicates-tree v1.0.13
40332026-07-02T20:32:51.564Z Checking parse-size v1.1.0
40342026-07-02T20:32:51.590Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40352026-07-02T20:32:51.593Z Checking rand_seeder v0.4.0
40362026-07-02T20:32:51.665Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40372026-07-02T20:32:51.684Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40382026-07-02T20:32:51.733Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40392026-07-02T20:32:51.758Z Checking slog-scope v4.4.1
40402026-07-02T20:32:51.801Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40412026-07-02T20:32:51.875Z Compiling petname v2.0.2
40422026-07-02T20:32:51.889Z Checking slog-stdlog v4.1.1
40432026-07-02T20:32:51.903Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40442026-07-02T20:32:51.928Z Checking globwalk v0.9.1
40452026-07-02T20:32:51.998Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40462026-07-02T20:32:52.012Z Checking slog-envlogger v2.2.0
40472026-07-02T20:32:52.106Z Checking camino-tempfile-ext v0.3.3
40482026-07-02T20:32:52.159Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40492026-07-02T20:32:52.195Z Checking sapling-renderdag v0.1.0
40502026-07-02T20:32:52.300Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40512026-07-02T20:32:52.364Z Checking subprocess v0.2.15
40522026-07-02T20:32:52.435Z Checking sync-ptr v0.1.4
40532026-07-02T20:32:52.498Z Checking colored v2.2.0
40542026-07-02T20:32:52.550Z Checking assert_matches v1.5.0
40552026-07-02T20:32:52.643Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40562026-07-02T20:32:52.812Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40572026-07-02T20:32:52.815Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40582026-07-02T20:32:53.421Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40592026-07-02T20:32:54.729Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40602026-07-02T20:32:56.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
40612026-07-02T20:32:57.083Z
40622026-07-02T20:32:57.083Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40632026-07-02T20:32:57.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-07-02T20:32:57.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-07-02T20:32:57.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-07-02T20:32:57.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40672026-07-02T20:32:57.606Z
40682026-07-02T20:32:57.606Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40692026-07-02T20:32:58.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-07-02T20:32:58.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-07-02T20:32:58.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-07-02T20:32:58.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40732026-07-02T20:32:58.154Z
40742026-07-02T20:32:58.154Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40752026-07-02T20:32:58.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-07-02T20:32:58.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-07-02T20:32:58.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-07-02T20:32:58.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40792026-07-02T20:32:58.745Z
40802026-07-02T20:32:58.746Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40812026-07-02T20:32:59.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-07-02T20:32:59.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-07-02T20:32:59.416Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-07-02T20:32:59.416Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40852026-07-02T20:33:00.044Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40862026-07-02T20:33:01.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
40872026-07-02T20:33:01.787Z
40882026-07-02T20:33:01.787Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40892026-07-02T20:33:02.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-07-02T20:33:02.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-07-02T20:33:02.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-07-02T20:33:02.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40932026-07-02T20:33:02.322Z
40942026-07-02T20:33:02.323Zinfo: running `cargo check --bins` on cert-dev (238/299)
40952026-07-02T20:33:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-07-02T20:33:02.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-07-02T20:33:02.882Z Checking yasna v0.5.2
40982026-07-02T20:33:03.279Z Checking rcgen v0.12.1
40992026-07-02T20:33:03.530Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41002026-07-02T20:33:03.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41012026-07-02T20:33:03.878Z
41022026-07-02T20:33:03.878Zinfo: running `cargo check --bins` on clickana (239/299)
41032026-07-02T20:33:04.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-07-02T20:33:04.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-07-02T20:33:04.470Z Compiling darling_core v0.23.0
41062026-07-02T20:33:04.576Z Compiling instability v0.3.11
41072026-07-02T20:33:04.579Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41082026-07-02T20:33:04.587Z Checking castaway v0.2.4
41092026-07-02T20:33:04.590Z Compiling indoc v2.0.7
41102026-07-02T20:33:04.600Z Checking unicode-truncate v1.1.0
41112026-07-02T20:33:04.602Z Checking lru v0.12.5
41122026-07-02T20:33:04.602Z Checking cassowary v0.3.0
41132026-07-02T20:33:04.675Z Checking compact_str v0.8.1
41142026-07-02T20:33:05.878Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41152026-07-02T20:33:06.014Z Compiling darling_macro v0.23.0
41162026-07-02T20:33:06.048Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41172026-07-02T20:33:06.436Z Compiling darling v0.23.0
41182026-07-02T20:33:07.061Z Checking ratatui v0.29.0
41192026-07-02T20:33:08.114Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41202026-07-02T20:33:08.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41212026-07-02T20:33:08.923Z
41222026-07-02T20:33:08.923Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41232026-07-02T20:33:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-07-02T20:33:09.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-07-02T20:33:09.593Z Checking headers-core v0.3.0
41262026-07-02T20:33:09.596Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41272026-07-02T20:33:09.787Z Checking headers v0.4.1
41282026-07-02T20:33:10.161Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-07-02T20:33:11.087Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41302026-07-02T20:33:11.557Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41312026-07-02T20:33:11.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41322026-07-02T20:33:12.136Z
41332026-07-02T20:33:12.137Zinfo: running `cargo check --bins` on ch-dev (241/299)
41342026-07-02T20:33:12.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-07-02T20:33:12.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-07-02T20:33:12.799Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41372026-07-02T20:33:13.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41382026-07-02T20:33:13.722Z
41392026-07-02T20:33:13.722Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41402026-07-02T20:33:14.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-02T20:33:14.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-02T20:33:14.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-07-02T20:33:14.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41442026-07-02T20:33:14.120Z
41452026-07-02T20:33:14.120Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41462026-07-02T20:33:14.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-02T20:33:14.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-02T20:33:14.788Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41492026-07-02T20:33:15.865Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41502026-07-02T20:33:16.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41512026-07-02T20:33:16.375Z
41522026-07-02T20:33:16.375Zinfo: running `cargo check --bins` on db-dev (244/299)
41532026-07-02T20:33:16.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-02T20:33:16.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-02T20:33:17.045Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41562026-07-02T20:33:17.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41572026-07-02T20:33:17.968Z
41582026-07-02T20:33:17.968Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41592026-07-02T20:33:18.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-07-02T20:33:18.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-07-02T20:33:18.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-07-02T20:33:18.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41632026-07-02T20:33:18.537Z
41642026-07-02T20:33:18.537Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41652026-07-02T20:33:18.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-02T20:33:18.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-02T20:33:19.095Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41682026-07-02T20:33:19.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41692026-07-02T20:33:19.939Z
41702026-07-02T20:33:19.939Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41712026-07-02T20:33:20.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-02T20:33:20.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-02T20:33:20.639Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-07-02T20:33:20.639Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-07-02T20:33:20.642Z Checking git-stub v1.0.0
41762026-07-02T20:33:20.642Z Compiling trait-variant v0.1.2
41772026-07-02T20:33:20.764Z Checking maplit v1.0.2
41782026-07-02T20:33:20.784Z Checking is_ci v1.2.0
41792026-07-02T20:33:20.786Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41802026-07-02T20:33:20.795Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41812026-07-02T20:33:20.845Z Checking drift v0.2.0
41822026-07-02T20:33:20.873Z Checking supports-color v3.0.2
41832026-07-02T20:33:20.892Z Checking git-stub-vcs v0.1.0
41842026-07-02T20:33:20.987Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41852026-07-02T20:33:21.001Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-07-02T20:33:21.016Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41872026-07-02T20:33:21.086Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41882026-07-02T20:33:21.187Z Checking dropshot-api-manager v0.7.2
41892026-07-02T20:33:21.222Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41902026-07-02T20:33:21.263Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41912026-07-02T20:33:21.290Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41922026-07-02T20:33:21.489Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41932026-07-02T20:33:22.004Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41942026-07-02T20:33:22.957Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41952026-07-02T20:33:24.136Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41962026-07-02T20:33:24.725Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41972026-07-02T20:33:25.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
41982026-07-02T20:33:25.340Z
41992026-07-02T20:33:25.340Zinfo: running `cargo check --bins` on installinator-api (248/299)
42002026-07-02T20:33:25.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-07-02T20:33:25.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-07-02T20:33:25.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-07-02T20:33:25.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42042026-07-02T20:33:25.877Z
42052026-07-02T20:33:25.877Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42062026-07-02T20:33:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-07-02T20:33:26.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-07-02T20:33:26.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-07-02T20:33:26.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42102026-07-02T20:33:26.455Z
42112026-07-02T20:33:26.455Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42122026-07-02T20:33:26.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-07-02T20:33:26.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-07-02T20:33:26.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-07-02T20:33:26.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42162026-07-02T20:33:27.033Z
42172026-07-02T20:33:27.033Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42182026-07-02T20:33:27.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-07-02T20:33:27.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-07-02T20:33:27.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-07-02T20:33:27.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42222026-07-02T20:33:27.612Z
42232026-07-02T20:33:27.612Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42242026-07-02T20:33:28.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-07-02T20:33:28.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-07-02T20:33:28.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-07-02T20:33:28.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42282026-07-02T20:33:28.148Z
42292026-07-02T20:33:28.148Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42302026-07-02T20:33:28.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-07-02T20:33:28.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-07-02T20:33:28.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-07-02T20:33:28.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42342026-07-02T20:33:28.676Z
42352026-07-02T20:33:28.676Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42362026-07-02T20:33:29.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-07-02T20:33:29.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-07-02T20:33:29.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-07-02T20:33:29.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42402026-07-02T20:33:29.223Z
42412026-07-02T20:33:29.223Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42422026-07-02T20:33:29.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-02T20:33:29.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-02T20:33:29.784Z Checking cargo-platform v0.3.2
42452026-07-02T20:33:29.788Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42462026-07-02T20:33:30.020Z Checking cargo_metadata v0.23.1
42472026-07-02T20:33:30.612Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42482026-07-02T20:33:31.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
42492026-07-02T20:33:31.495Z
42502026-07-02T20:33:31.495Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42512026-07-02T20:33:31.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-07-02T20:33:31.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-07-02T20:33:32.178Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42542026-07-02T20:33:32.777Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42552026-07-02T20:33:33.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42562026-07-02T20:33:33.445Z
42572026-07-02T20:33:33.445Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42582026-07-02T20:33:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-07-02T20:33:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-07-02T20:33:34.356Z Compiling vergen-lib v0.1.6
42612026-07-02T20:33:34.356Z Compiling diesel_derives v2.3.7
42622026-07-02T20:33:34.356Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-07-02T20:33:34.359Z Compiling dsl_auto_type v0.2.0
42642026-07-02T20:33:34.360Z Checking scheduled-thread-pool v0.2.7
42652026-07-02T20:33:34.360Z Compiling vergen-gitcl v1.0.8
42662026-07-02T20:33:34.360Z Compiling diesel_table_macro_syntax v0.3.0
42672026-07-02T20:33:34.360Z Compiling dirs-sys-next v0.1.2
42682026-07-02T20:33:34.628Z Compiling crunchy v0.2.4
42692026-07-02T20:33:34.698Z Compiling glob v0.3.3
42702026-07-02T20:33:34.766Z Compiling dirs-next v2.0.0
42712026-07-02T20:33:34.782Z Checking r2d2 v0.8.10
42722026-07-02T20:33:34.811Z Compiling tiny-keccak v2.0.2
42732026-07-02T20:33:34.888Z Checking downcast-rs v2.0.2
42742026-07-02T20:33:34.961Z Compiling term v0.7.0
42752026-07-02T20:33:35.056Z Compiling bit-vec v0.6.3
42762026-07-02T20:33:35.062Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-07-02T20:33:35.079Z Compiling clang-sys v1.8.1
42782026-07-02T20:33:35.198Z Compiling bit-set v0.5.3
42792026-07-02T20:33:35.201Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-07-02T20:33:35.407Z Compiling ascii-canvas v3.0.0
42812026-07-02T20:33:35.434Z Compiling itertools v0.10.5
42822026-07-02T20:33:35.474Z Compiling ena v0.14.4
42832026-07-02T20:33:35.509Z Compiling libloading v0.8.9
42842026-07-02T20:33:35.603Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42852026-07-02T20:33:35.653Z Compiling regex-syntax v0.6.29
42862026-07-02T20:33:35.668Z Compiling bindgen v0.71.1
42872026-07-02T20:33:35.683Z Compiling diff v0.1.13
42882026-07-02T20:33:35.970Z Compiling cexpr v0.6.0
42892026-07-02T20:33:36.135Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42902026-07-02T20:33:36.272Z Compiling rustc-hash v2.1.1
42912026-07-02T20:33:36.405Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42922026-07-02T20:33:36.517Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42932026-07-02T20:33:36.535Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42942026-07-02T20:33:36.654Z Compiling libxml v0.3.3
42952026-07-02T20:33:36.785Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42962026-07-02T20:33:36.821Z Compiling strum_macros v0.24.3
42972026-07-02T20:33:36.924Z Compiling indoc v1.0.9
42982026-07-02T20:33:36.991Z Compiling lalrpop v0.19.12
42992026-07-02T20:33:37.749Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43002026-07-02T20:33:37.957Z Checking derive_builder v0.20.2
43012026-07-02T20:33:38.078Z Compiling oso-derive v0.27.3
43022026-07-02T20:33:38.193Z Checking quick-xml v0.37.5
43032026-07-02T20:33:38.277Z Compiling impl-trait-for-tuples v0.2.3
43042026-07-02T20:33:38.590Z Checking openssl-probe v0.1.6
43052026-07-02T20:33:38.735Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43062026-07-02T20:33:39.082Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43072026-07-02T20:33:39.290Z Checking bb8 v0.8.6
43082026-07-02T20:33:39.383Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43092026-07-02T20:33:39.487Z Checking nonempty v0.12.0
43102026-07-02T20:33:39.575Z Compiling libz-sys v1.1.24
43112026-07-02T20:33:39.614Z Compiling strsim v0.10.0
43122026-07-02T20:33:39.653Z Compiling libgit2-sys v0.18.3+1.9.2
43132026-07-02T20:33:39.841Z Compiling darling_core v0.13.4
43142026-07-02T20:33:40.015Z Compiling vergen-git2 v9.1.0
43152026-07-02T20:33:40.192Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43162026-07-02T20:33:40.255Z Compiling base64 v0.21.7
43172026-07-02T20:33:40.417Z Checking diesel v2.3.7
43182026-07-02T20:33:40.439Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43192026-07-02T20:33:40.581Z Compiling ron v0.8.1
43202026-07-02T20:33:41.436Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43212026-07-02T20:33:41.534Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-07-02T20:33:41.666Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43232026-07-02T20:33:41.718Z Compiling darling_macro v0.13.4
43242026-07-02T20:33:41.870Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43252026-07-02T20:33:42.073Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43262026-07-02T20:33:42.208Z Compiling darling v0.13.4
43272026-07-02T20:33:42.276Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-07-02T20:33:42.302Z Compiling serde_with_macros v1.5.2
43292026-07-02T20:33:42.483Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-07-02T20:33:42.686Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43312026-07-02T20:33:42.762Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43322026-07-02T20:33:42.888Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43332026-07-02T20:33:43.163Z Compiling serde_with v1.14.0
43342026-07-02T20:33:44.301Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43352026-07-02T20:33:44.446Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43362026-07-02T20:33:44.621Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43372026-07-02T20:33:45.319Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-07-02T20:33:45.536Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43392026-07-02T20:33:45.822Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-07-02T20:33:46.016Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43412026-07-02T20:33:46.067Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-07-02T20:33:46.607Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43432026-07-02T20:33:46.744Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43442026-07-02T20:33:47.068Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43452026-07-02T20:33:47.118Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43462026-07-02T20:33:47.141Z Checking twox-hash v2.1.2
43472026-07-02T20:33:47.322Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-07-02T20:33:47.474Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43492026-07-02T20:33:47.645Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43502026-07-02T20:33:48.086Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-07-02T20:33:48.244Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-07-02T20:33:49.313Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43532026-07-02T20:33:49.540Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43542026-07-02T20:33:49.558Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43552026-07-02T20:33:49.990Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43562026-07-02T20:33:50.244Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43572026-07-02T20:33:50.454Z Checking console v0.16.2
43582026-07-02T20:33:50.766Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43592026-07-02T20:33:50.915Z Checking fatfs v0.3.6
43602026-07-02T20:33:51.007Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43612026-07-02T20:33:51.381Z Checking unit-prefix v0.5.2
43622026-07-02T20:33:51.519Z Compiling seq-macro v0.3.6
43632026-07-02T20:33:52.044Z Checking indicatif v0.18.4
43642026-07-02T20:33:52.344Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-07-02T20:33:52.439Z Checking support-bundle-viewer v0.1.2
43662026-07-02T20:33:52.665Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43672026-07-02T20:33:52.683Z Checking multimap v0.10.1
43682026-07-02T20:33:58.513Z Checking diesel-dtrace v0.5.0
43692026-07-02T20:33:58.764Z Checking async-bb8-diesel v0.2.1
43702026-07-02T20:34:01.138Z Compiling samael v0.0.19
43712026-07-02T20:34:07.145Z Compiling git2 v0.20.4
43722026-07-02T20:34:08.367Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43732026-07-02T20:34:09.373Z Compiling polar-core v0.27.3
43742026-07-02T20:34:09.618Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43752026-07-02T20:34:14.048Z Checking oso v0.27.3
43762026-07-02T20:34:43.082Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43772026-07-02T20:35:56.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43782026-07-02T20:35:56.443Z
43792026-07-02T20:35:56.444Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43802026-07-02T20:35:56.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-07-02T20:35:56.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-07-02T20:35:56.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-07-02T20:35:56.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43842026-07-02T20:35:57.078Z
43852026-07-02T20:35:57.078Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43862026-07-02T20:35:57.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-07-02T20:35:57.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-07-02T20:35:57.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-07-02T20:35:57.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43902026-07-02T20:35:57.682Z
43912026-07-02T20:35:57.682Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43922026-07-02T20:35:58.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-07-02T20:35:58.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-07-02T20:35:58.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-07-02T20:35:58.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43962026-07-02T20:35:58.285Z
43972026-07-02T20:35:58.285Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43982026-07-02T20:35:58.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-02T20:35:58.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-02T20:35:58.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-02T20:35:58.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44022026-07-02T20:35:58.822Z
44032026-07-02T20:35:58.822Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44042026-07-02T20:35:59.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-02T20:35:59.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-02T20:35:59.621Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-07-02T20:36:00.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44082026-07-02T20:36:00.546Z
44092026-07-02T20:36:00.546Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44102026-07-02T20:36:01.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-02T20:36:01.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-02T20:36:01.339Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-07-02T20:36:39.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s
44142026-07-02T20:36:39.217Z
44152026-07-02T20:36:39.217Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44162026-07-02T20:36:39.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-02T20:36:39.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-02T20:36:39.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-02T20:36:39.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44202026-07-02T20:36:39.746Z
44212026-07-02T20:36:39.746Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44222026-07-02T20:36:40.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-02T20:36:40.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-02T20:36:40.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-02T20:36:40.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44262026-07-02T20:36:40.276Z
44272026-07-02T20:36:40.276Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44282026-07-02T20:36:40.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-02T20:36:40.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-02T20:36:40.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-02T20:36:40.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44322026-07-02T20:36:40.863Z
44332026-07-02T20:36:40.863Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44342026-07-02T20:36:41.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-02T20:36:41.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-02T20:36:41.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-02T20:36:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44382026-07-02T20:36:41.461Z
44392026-07-02T20:36:41.461Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44402026-07-02T20:36:41.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-02T20:36:41.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-02T20:36:41.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-02T20:36:41.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44442026-07-02T20:36:42.057Z
44452026-07-02T20:36:42.057Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44462026-07-02T20:36:42.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-02T20:36:42.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-02T20:36:42.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-02T20:36:42.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-07-02T20:36:42.643Z
44512026-07-02T20:36:42.643Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44522026-07-02T20:36:43.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-02T20:36:43.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-02T20:36:43.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-02T20:36:43.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44562026-07-02T20:36:43.239Z
44572026-07-02T20:36:43.239Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44582026-07-02T20:36:43.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-02T20:36:43.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-02T20:36:43.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-02T20:36:43.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44622026-07-02T20:36:43.836Z
44632026-07-02T20:36:43.836Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44642026-07-02T20:36:44.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-02T20:36:44.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-02T20:36:44.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-02T20:36:44.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44682026-07-02T20:36:44.416Z
44692026-07-02T20:36:44.416Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44702026-07-02T20:36:44.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-02T20:36:44.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-02T20:36:44.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-02T20:36:44.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44742026-07-02T20:36:45.010Z
44752026-07-02T20:36:45.010Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44762026-07-02T20:36:45.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-02T20:36:45.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-02T20:36:45.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-02T20:36:45.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44802026-07-02T20:36:45.606Z
44812026-07-02T20:36:45.607Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44822026-07-02T20:36:46.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-02T20:36:46.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-02T20:36:46.459Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44852026-07-02T20:36:46.462Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44862026-07-02T20:36:46.611Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44872026-07-02T20:36:46.628Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44882026-07-02T20:36:46.642Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44892026-07-02T20:36:46.646Z Checking diff v0.1.13
44902026-07-02T20:36:46.646Z Checking yansi v1.0.1
44912026-07-02T20:36:46.669Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44922026-07-02T20:36:46.794Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44932026-07-02T20:36:46.898Z Checking pretty_assertions v1.4.1
44942026-07-02T20:36:47.704Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44952026-07-02T20:36:47.709Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44962026-07-02T20:37:12.311Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44972026-07-02T20:37:12.315Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44982026-07-02T20:37:12.315Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44992026-07-02T20:37:12.315Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45002026-07-02T20:37:12.315Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45012026-07-02T20:37:12.315Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45022026-07-02T20:37:12.315Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45032026-07-02T20:37:13.108Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45042026-07-02T20:37:13.117Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45052026-07-02T20:37:14.320Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45062026-07-02T20:37:51.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45072026-07-02T20:37:51.843Z
45082026-07-02T20:37:51.843Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45092026-07-02T20:37:52.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-07-02T20:37:52.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-07-02T20:37:52.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-07-02T20:37:52.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45132026-07-02T20:37:52.360Z
45142026-07-02T20:37:52.360Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45152026-07-02T20:37:52.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-07-02T20:37:52.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-07-02T20:37:53.084Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45182026-07-02T20:37:53.205Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45192026-07-02T20:37:53.208Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45202026-07-02T20:38:20.107Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45212026-07-02T20:38:20.479Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45222026-07-02T20:38:22.183Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45232026-07-02T20:38:22.636Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45242026-07-02T20:38:25.577Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45252026-07-02T20:38:48.970Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45262026-07-02T20:38:49.657Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45272026-07-02T20:38:51.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.90s
45282026-07-02T20:38:51.458Z
45292026-07-02T20:38:51.458Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45302026-07-02T20:38:51.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-07-02T20:38:51.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-07-02T20:38:52.122Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45332026-07-02T20:38:52.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45342026-07-02T20:38:52.976Z
45352026-07-02T20:38:52.976Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45362026-07-02T20:38:53.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-07-02T20:38:53.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-07-02T20:38:53.580Z Compiling blake3 v1.8.5
45392026-07-02T20:38:53.686Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
45402026-07-02T20:38:53.693Z Checking arrayref v0.3.9
45412026-07-02T20:38:53.701Z Checking constant_time_eq v0.4.2
45422026-07-02T20:38:53.704Z Checking arrayvec v0.7.6
45432026-07-02T20:38:53.713Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45442026-07-02T20:38:53.717Z Checking sha2 v0.11.0
45452026-07-02T20:38:53.717Z Checking digest-io v0.1.0
45462026-07-02T20:38:53.747Z Checking topological-sort v0.2.2
45472026-07-02T20:38:53.817Z Checking rawzip v0.4.4
45482026-07-02T20:38:53.850Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45492026-07-02T20:38:53.871Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45502026-07-02T20:38:53.871Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45512026-07-02T20:38:54.028Z Checking shell-words v1.1.1
45522026-07-02T20:38:54.167Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
45532026-07-02T20:38:54.406Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
45542026-07-02T20:38:54.641Z Checking omicron-zone-package v0.12.3
45552026-07-02T20:38:55.458Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45562026-07-02T20:38:56.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
45572026-07-02T20:38:56.632Z
45582026-07-02T20:38:56.632Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45592026-07-02T20:38:57.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-02T20:38:57.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-02T20:38:57.225Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45622026-07-02T20:38:57.542Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45632026-07-02T20:38:57.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45642026-07-02T20:38:58.098Z
45652026-07-02T20:38:58.098Zinfo: running `cargo check --bins` on schema (281/299)
45662026-07-02T20:38:58.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-07-02T20:38:58.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-07-02T20:38:58.784Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45692026-07-02T20:38:59.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45702026-07-02T20:38:59.653Z
45712026-07-02T20:38:59.653Zinfo: running `cargo check --bins` on xtask (282/299)
45722026-07-02T20:39:00.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-07-02T20:39:00.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-07-02T20:39:00.042Z Checking serde_core v1.0.228
45752026-07-02T20:39:00.042Z Checking libc v0.2.185
45762026-07-02T20:39:00.122Z Checking bitflags v2.11.0
45772026-07-02T20:39:00.128Z Checking scroll v0.12.0
45782026-07-02T20:39:00.132Z Checking thiserror v1.0.69
45792026-07-02T20:39:00.140Z Checking log v0.4.29
45802026-07-02T20:39:00.146Z Checking zerocopy v0.7.35
45812026-07-02T20:39:00.149Z Checking indexmap v2.14.0
45822026-07-02T20:39:00.218Z Checking syn v2.0.117
45832026-07-02T20:39:00.258Z Checking dtrace-parser v0.2.0
45842026-07-02T20:39:00.279Z Checking once_cell v1.21.3
45852026-07-02T20:39:00.339Z Checking goblin v0.8.2
45862026-07-02T20:39:00.401Z Checking errno v0.3.14
45872026-07-02T20:39:00.452Z Checking getrandom v0.4.1
45882026-07-02T20:39:00.488Z Checking thread-id v4.2.2
45892026-07-02T20:39:00.518Z Checking rustix v1.1.3
45902026-07-02T20:39:00.563Z Checking memmap v0.7.0
45912026-07-02T20:39:00.582Z Checking thiserror v2.0.18
45922026-07-02T20:39:00.630Z Checking fs-err v3.3.0
45932026-07-02T20:39:00.677Z Checking anyhow v1.0.102
45942026-07-02T20:39:00.687Z Checking tabled v0.15.0
45952026-07-02T20:39:01.285Z Checking terminal_size v0.4.3
45962026-07-02T20:39:01.285Z Checking tempfile v3.25.0
45972026-07-02T20:39:01.394Z Checking clap_builder v4.6.0
45982026-07-02T20:39:01.394Z Checking textwrap v0.16.2
45992026-07-02T20:39:01.571Z Checking serde v1.0.228
46002026-07-02T20:39:01.571Z Checking serde_json v1.0.150
46012026-07-02T20:39:01.574Z Checking camino v1.2.2
46022026-07-02T20:39:01.598Z Checking semver v1.0.28
46032026-07-02T20:39:01.780Z Checking cargo-platform v0.3.2
46042026-07-02T20:39:01.827Z Checking camino-tempfile v1.4.1
46052026-07-02T20:39:01.979Z Checking toml_datetime v0.6.11
46062026-07-02T20:39:01.979Z Checking serde_spanned v0.6.9
46072026-07-02T20:39:01.983Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-07-02T20:39:01.983Z Checking macaddr v1.0.1
46092026-07-02T20:39:02.164Z Checking dof v0.3.0
46102026-07-02T20:39:02.164Z Checking cargo_metadata v0.23.1
46112026-07-02T20:39:02.180Z Checking toml_edit v0.22.27
46122026-07-02T20:39:02.431Z Checking usdt-impl v0.5.0
46132026-07-02T20:39:02.589Z Checking clap v4.6.1
46142026-07-02T20:39:02.686Z Checking usdt v0.5.0
46152026-07-02T20:39:03.168Z Checking toml v0.8.23
46162026-07-02T20:39:03.469Z Checking cargo_toml v0.21.0
46172026-07-02T20:39:04.074Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-07-02T20:39:04.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
46192026-07-02T20:39:04.556Z
46202026-07-02T20:39:04.556Zinfo: running `cargo check --bins` on dnsadm (283/299)
46212026-07-02T20:39:05.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-02T20:39:05.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-02T20:39:05.144Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-07-02T20:39:05.597Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-07-02T20:39:05.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46262026-07-02T20:39:06.141Z
46272026-07-02T20:39:06.141Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46282026-07-02T20:39:06.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-07-02T20:39:06.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-07-02T20:39:06.903Z Checking cpubits v0.1.1
46312026-07-02T20:39:07.028Z Checking pem-rfc7468 v1.0.0
46322026-07-02T20:39:07.040Z Checking hmac v0.13.0
46332026-07-02T20:39:07.040Z Checking universal-hash v0.6.1
46342026-07-02T20:39:07.065Z Checking ctr v0.10.1
46352026-07-02T20:39:07.065Z Checking aead v0.6.1
46362026-07-02T20:39:07.092Z Checking aes v0.9.1
46372026-07-02T20:39:07.092Z Checking crypto-bigint v0.7.5
46382026-07-02T20:39:07.119Z Checking salsa20 v0.11.0
46392026-07-02T20:39:07.158Z Checking polyval v0.7.1
46402026-07-02T20:39:07.172Z Checking der v0.8.0
46412026-07-02T20:39:07.185Z Checking pbkdf2 v0.13.0
46422026-07-02T20:39:07.206Z Checking cbc v0.2.1
46432026-07-02T20:39:07.232Z Checking ff v0.14.0
46442026-07-02T20:39:07.259Z Checking signature v3.0.0
46452026-07-02T20:39:07.303Z Checking scrypt v0.12.0
46462026-07-02T20:39:07.323Z Checking ghash v0.6.0
46472026-07-02T20:39:07.380Z Checking base16ct v1.0.0
46482026-07-02T20:39:07.399Z Checking group v0.14.0
46492026-07-02T20:39:07.432Z Checking hkdf v0.13.0
46502026-07-02T20:39:07.450Z Checking rfc6979 v0.5.0
46512026-07-02T20:39:07.469Z Compiling curve25519-dalek v5.0.0-rc.0
46522026-07-02T20:39:07.489Z Checking poly1305 v0.9.0
46532026-07-02T20:39:07.505Z Checking aes-gcm v0.11.0
46542026-07-02T20:39:07.545Z Checking blowfish v0.10.0
46552026-07-02T20:39:07.560Z Checking blake2 v0.11.0-rc.6
46562026-07-02T20:39:07.582Z Checking keccak v0.2.0
46572026-07-02T20:39:07.660Z Checking fiat-crypto v0.3.0
46582026-07-02T20:39:07.693Z Checking bcrypt-pbkdf v0.11.0
46592026-07-02T20:39:07.739Z Checking sha3 v0.11.0
46602026-07-02T20:39:07.759Z Checking kem v0.3.0
46612026-07-02T20:39:07.812Z Checking argon2 v0.6.0-rc.8
46622026-07-02T20:39:07.846Z Checking module-lattice v0.2.3
46632026-07-02T20:39:07.873Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46642026-07-02T20:39:07.959Z Checking spki v0.8.0
46652026-07-02T20:39:08.059Z Checking sec1 v0.8.1
46662026-07-02T20:39:08.078Z Checking internal-russh-num-bigint v0.5.0
46672026-07-02T20:39:08.092Z Checking ml-kem v0.3.2
46682026-07-02T20:39:08.117Z Checking num-bigint v0.4.6
46692026-07-02T20:39:08.134Z Checking pkcs5 v0.8.1
46702026-07-02T20:39:08.264Z Checking pkcs1 v0.8.0-rc.4
46712026-07-02T20:39:08.432Z Checking pkcs8 v0.11.0
46722026-07-02T20:39:08.475Z Checking generic-array v1.4.3
46732026-07-02T20:39:08.633Z Checking ed25519 v3.0.0
46742026-07-02T20:39:08.725Z Compiling enum_dispatch v0.3.13
46752026-07-02T20:39:08.832Z Checking ed25519-dalek v3.0.0-rc.0
46762026-07-02T20:39:08.886Z Checking russh-util v0.52.0
46772026-07-02T20:39:08.886Z Compiling delegate v0.13.5
46782026-07-02T20:39:08.932Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46792026-07-02T20:39:09.010Z Checking hex-literal v1.1.0
46802026-07-02T20:39:09.044Z Checking md5 v0.8.0
46812026-07-02T20:39:09.084Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46822026-07-02T20:39:09.107Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46832026-07-02T20:39:09.218Z Checking socket2 v0.5.10
46842026-07-02T20:39:09.308Z Checking internet-checksum v0.2.1
46852026-07-02T20:39:09.353Z Checking elliptic-curve v0.14.0-rc.33
46862026-07-02T20:39:09.366Z Checking primefield v0.14.0
46872026-07-02T20:39:09.429Z Checking ssh-encoding v0.3.0-rc.9
46882026-07-02T20:39:09.471Z Checking crypto-primes v0.7.2
46892026-07-02T20:39:09.565Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46902026-07-02T20:39:09.648Z Checking ssh-cipher v0.3.0-rc.9
46912026-07-02T20:39:09.691Z Checking russh-cryptovec v0.61.0
46922026-07-02T20:39:09.823Z Checking ecdsa v0.17.0-rc.18
46932026-07-02T20:39:09.839Z Checking primeorder v0.14.0-rc.10
46942026-07-02T20:39:10.171Z Checking p256 v0.14.0-rc.10
46952026-07-02T20:39:10.171Z Checking p521 v0.14.0-rc.10
46962026-07-02T20:39:10.421Z Checking rsa v0.10.0-rc.18
46972026-07-02T20:39:12.544Z Checking p384 v0.14.0-rc.10
46982026-07-02T20:39:14.466Z Checking ssh-key v0.7.0-rc.10
46992026-07-02T20:39:15.229Z Checking russh v0.61.2
47002026-07-02T20:39:27.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.09s
47012026-07-02T20:39:27.443Z
47022026-07-02T20:39:27.444Zinfo: running `cargo check --bins` on gateway-cli (285/299)
47032026-07-02T20:39:27.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-07-02T20:39:27.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-07-02T20:39:28.037Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47062026-07-02T20:39:28.145Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47072026-07-02T20:39:28.153Z Checking termios v0.3.3
47082026-07-02T20:39:29.359Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47092026-07-02T20:39:29.503Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47102026-07-02T20:39:31.198Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47112026-07-02T20:39:31.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
47122026-07-02T20:39:31.935Z
47132026-07-02T20:39:31.935Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47142026-07-02T20:39:32.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-07-02T20:39:32.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-07-02T20:39:32.592Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47172026-07-02T20:39:32.595Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47182026-07-02T20:39:32.713Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47192026-07-02T20:39:32.716Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47202026-07-02T20:39:32.724Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47212026-07-02T20:39:32.734Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47222026-07-02T20:39:33.456Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47232026-07-02T20:39:33.800Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47242026-07-02T20:39:33.803Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47252026-07-02T20:39:34.440Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47262026-07-02T20:39:36.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
47272026-07-02T20:39:36.250Z
47282026-07-02T20:39:36.250Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47292026-07-02T20:39:36.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-07-02T20:39:36.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-07-02T20:39:36.844Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47322026-07-02T20:39:37.281Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47332026-07-02T20:39:37.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47342026-07-02T20:39:37.757Z
47352026-07-02T20:39:37.757Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47362026-07-02T20:39:38.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-02T20:39:38.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-02T20:39:38.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-02T20:39:38.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47402026-07-02T20:39:38.297Z
47412026-07-02T20:39:38.297Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47422026-07-02T20:39:38.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-02T20:39:38.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-02T20:39:38.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-07-02T20:39:38.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47462026-07-02T20:39:38.827Z
47472026-07-02T20:39:38.827Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47482026-07-02T20:39:39.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-02T20:39:39.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-02T20:39:39.543Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47512026-07-02T20:39:40.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47522026-07-02T20:39:40.304Z
47532026-07-02T20:39:40.304Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47542026-07-02T20:39:40.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-02T20:39:40.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-02T20:39:40.912Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47572026-07-02T20:39:40.916Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47582026-07-02T20:39:41.181Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47592026-07-02T20:39:41.181Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47602026-07-02T20:39:41.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47612026-07-02T20:39:42.134Z
47622026-07-02T20:39:42.134Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47632026-07-02T20:39:42.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-02T20:39:42.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-02T20:39:42.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47662026-07-02T20:39:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47672026-07-02T20:39:42.666Z
47682026-07-02T20:39:42.666Zinfo: running `cargo check --bins` on omicron-package (293/299)
47692026-07-02T20:39:43.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-02T20:39:43.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-02T20:39:43.301Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47722026-07-02T20:39:44.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47732026-07-02T20:39:44.548Z
47742026-07-02T20:39:44.549Zinfo: running `cargo check --bins` on tqdb (294/299)
47752026-07-02T20:39:45.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-07-02T20:39:45.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-07-02T20:39:45.272Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47782026-07-02T20:39:45.618Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47792026-07-02T20:39:46.125Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47802026-07-02T20:39:46.125Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47812026-07-02T20:39:52.223Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47822026-07-02T20:39:52.226Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47832026-07-02T20:39:52.785Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47842026-07-02T20:39:52.785Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47852026-07-02T20:39:52.788Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47862026-07-02T20:39:52.788Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47872026-07-02T20:39:53.570Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47882026-07-02T20:39:54.558Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47892026-07-02T20:39:55.342Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47902026-07-02T20:39:55.950Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47912026-07-02T20:40:00.797Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47922026-07-02T20:40:07.339Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47932026-07-02T20:40:07.342Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47942026-07-02T20:40:07.342Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47952026-07-02T20:40:07.342Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47962026-07-02T20:40:08.801Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47972026-07-02T20:40:10.110Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47982026-07-02T20:40:10.773Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47992026-07-02T20:40:11.991Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48002026-07-02T20:40:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s
48012026-07-02T20:40:12.715Z
48022026-07-02T20:40:12.715Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
48032026-07-02T20:40:13.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-07-02T20:40:13.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-07-02T20:40:13.377Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48062026-07-02T20:40:13.377Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48072026-07-02T20:40:13.381Z Checking rtoolbox v0.0.3
48082026-07-02T20:40:13.507Z Checking tui-tree-widget v0.23.1
48092026-07-02T20:40:13.602Z Checking rpassword v7.4.0
48102026-07-02T20:40:14.651Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48112026-07-02T20:40:17.756Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48122026-07-02T20:40:19.621Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48132026-07-02T20:40:20.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
48142026-07-02T20:40:20.671Z
48152026-07-02T20:40:20.671Zinfo: running `cargo check --bins` on wicket (296/299)
48162026-07-02T20:40:21.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-02T20:40:21.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-02T20:40:21.320Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48192026-07-02T20:40:21.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48202026-07-02T20:40:21.843Z
48212026-07-02T20:40:21.843Zinfo: running `cargo check --bins` on wicketd (297/299)
48222026-07-02T20:40:22.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-02T20:40:22.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-02T20:40:22.514Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48252026-07-02T20:40:22.517Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48262026-07-02T20:40:22.517Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48272026-07-02T20:40:22.627Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48282026-07-02T20:40:23.499Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48292026-07-02T20:40:24.056Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48302026-07-02T20:40:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
48312026-07-02T20:40:27.258Z
48322026-07-02T20:40:27.258Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48332026-07-02T20:40:27.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-02T20:40:27.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-02T20:40:27.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48362026-07-02T20:40:27.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48372026-07-02T20:40:27.785Z
48382026-07-02T20:40:27.786Zinfo: running `cargo check --bins` on zone-setup (299/299)
48392026-07-02T20:40:28.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-07-02T20:40:28.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-07-02T20:40:28.407Z Checking uzers v0.12.2
48422026-07-02T20:40:28.676Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48432026-07-02T20:40:29.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
48442026-07-02T20:40:29.601Z
48452026-07-02T20:40:29.601Zreal 13:50.701023356
48462026-07-02T20:40:29.601Zuser 21:06.024998311
48472026-07-02T20:40:29.601Zsys 4:13.806564006
48482026-07-02T20:40:29.601Ztrap 0.329207222
48492026-07-02T20:40:29.601Ztflt 0.711423318
48502026-07-02T20:40:29.601Zdflt 1.135337528
48512026-07-02T20:40:29.601Zkflt 0.004577430
48522026-07-02T20:40:29.602Zlock 1:18:31.203884574
48532026-07-02T20:40:29.602Zslp 1:40:42.789888311
48542026-07-02T20:40:29.602Zlat 58.955903947
48552026-07-02T20:40:29.602Zstop 3:39.367510971
48562026-07-02T20:40:29.605Zprocess exited: duration 953620 ms, exit code 0
 
48572026-07-02T20:40:29.612Zfound 0 output files