01KWGFVZJ2N7ZR6TFHEGC33HBY: 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: 01KWGFWD8SHR86EA53GYBZSHKG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T04:03:26.249Zjob assigned to worker 01KWGFWKMYGXA2Z5Q37H650S2T [factory aws, i-008abe580e4e2ba0a] (queued for 47 s)
 
22026-07-02T04:03:33.060Zstarting task 0: "setup"
32026-07-02T04:03:33.065Z++ uname -s
42026-07-02T04:03:33.069Z+ kern=SunOS
52026-07-02T04:03:33.069Z+ build_user=build
62026-07-02T04:03:33.069Z+ build_uid=12345
72026-07-02T04:03:33.069Z+ work_dir=/work
82026-07-02T04:03:33.069Z+ input_dir=/input
92026-07-02T04:03:33.069Z+ [[ 0 == 12345 ]]
102026-07-02T04:03:33.069Z+ case "$kern" in
112026-07-02T04:03:33.069Z+ groupadd -g 12345 build
122026-07-02T04:03:33.069Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T04:03:35.074Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T04:03:35.202Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T04:03:35.206Z+ home_fs=zfs
162026-07-02T04:03:35.206Z+ [[ zfs == autofs ]]
172026-07-02T04:03:35.206Z+ mkdir -p /home/build
182026-07-02T04:03:35.206Z+ chown build:build /home/build /work
192026-07-02T04:03:37.207Z+ chmod 0700 /home/build /work
202026-07-02T04:03:37.210Zprocess exited: duration 4147 ms, exit code 0
 
212026-07-02T04:03:37.217Zstarting task 1: "rust-toolchain"
222026-07-02T04:03:37.221Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T04:03:37.221Z * rust toolchain channel = "1.96.1"
242026-07-02T04:03:37.221Z * rust toolchain profile = "default"
252026-07-02T04:03:37.221Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T04:03:37.221Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T04:03:37.221Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T04:03:37.224Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T04:03:37.224Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T04:03:37.303Zinfo: downloading installer
312026-07-02T04:03:38.740Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T04:03:38.740Zwarn: /home/build/.rustup/settings.toml
332026-07-02T04:03:38.740Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T04:03:38.740Zwarn: instead of the one inferred from the default host triple.
352026-07-02T04:03:38.752Zinfo: profile set to default
362026-07-02T04:03:38.752Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T04:03:38.755Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T04:03:38.895Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T04:03:38.899Zinfo: downloading 6 components
402026-07-02T04:03:53.924Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T04:03:53.924Z
422026-07-02T04:03:53.965Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T04:03:53.965Z
442026-07-02T04:03:53.965Z
452026-07-02T04:03:53.965ZRust is installed now. Great!
462026-07-02T04:03:53.965Z
472026-07-02T04:03:53.965ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T04:03:53.965Zenvironment variable. This has not been done automatically.
492026-07-02T04:03:53.965Z
502026-07-02T04:03:53.965ZTo configure your current shell, you need to source
512026-07-02T04:03:53.965Zthe corresponding env file under $HOME/.cargo.
522026-07-02T04:03:53.965Z
532026-07-02T04:03:53.965ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T04:03:53.965Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T04:03:53.965Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T04:03:53.965Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T04:03:53.965Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T04:03:53.965Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T04:03:53.965Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T04:03:53.968Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T04:03:53.969Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T04:03:54.064Z+ rustup --version
632026-07-02T04:03:54.073Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T04:03:54.076Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T04:03:54.096Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T04:03:54.099Z+ cargo --version
672026-07-02T04:03:54.111Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T04:03:54.114Z+ rustc --version
692026-07-02T04:03:54.133Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T04:03:54.137Zprocess exited: duration 16918 ms, exit code 0
 
712026-07-02T04:03:54.143Zstarting task 2: "authentication"
722026-07-02T04:03:54.159Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T04:03:54.166Zstarting task 3: "clone repository"
742026-07-02T04:03:54.169Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T04:03:54.172Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T04:03:54.203ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T04:04:04.368Z+ cd /work/oxidecomputer/omicron
782026-07-02T04:04:04.368Z+ git fetch origin 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34
792026-07-02T04:04:04.839ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T04:04:04.839Z * branch 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34 -> FETCH_HEAD
812026-07-02T04:04:04.849Z+ [[ -n '' ]]
822026-07-02T04:04:04.849Z+ git reset --hard 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34
832026-07-02T04:04:05.089ZHEAD is now at 3f1c4313c [ntp-admin] Service should explicitly depend on chrony setup
842026-07-02T04:04:05.093Zprocess exited: duration 10925 ms, exit code 0
 
852026-07-02T04:04:05.100Zstarting task 4: "build"
862026-07-02T04:04:05.104Z+ source .github/buildomat/ci-env.sh
872026-07-02T04:04:05.108Z++ export CARGO_TERM_COLOR=always
882026-07-02T04:04:05.108Z++ CARGO_TERM_COLOR=always
892026-07-02T04:04:05.108Z+ cargo --version
902026-07-02T04:04:05.114Zcargo 1.96.1 (356927216 2026-06-26)
912026-07-02T04:04:05.117Z+ rustc --version
922026-07-02T04:04:05.135Zrustc 1.96.1 (31fca3adb 2026-06-26)
932026-07-02T04:04:05.139Z+ source ./env.sh
942026-07-02T04:04:05.139Z++ OLD_SHELL_OPTS=ehxB
952026-07-02T04:04:05.139Z++ set -o xtrace
962026-07-02T04:04:05.142Z++++ dirname ./env.sh
972026-07-02T04:04:05.142Z+++ readlink -f .
982026-07-02T04:04:05.146Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-07-02T04:04:05.146Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-02T04:04:05.146Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-02T04:04:05.146Z++ 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
1022026-07-02T04:04:05.146Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-02T04:04:05.146Z++ 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
1042026-07-02T04:04:05.146Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-02T04:04:05.146Z++ 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
1062026-07-02T04:04:05.146Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-02T04:04:05.146Z++ 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
1082026-07-02T04:04:05.146Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-02T04:04:05.146Z++ case $OLD_SHELL_OPTS in
1102026-07-02T04:04:05.146Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-07-02T04:04:05.146Z+ 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
1122026-07-02T04:04:05.146Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1132026-07-02T04:04:05.146Z+ banner prerequisites
1142026-07-02T04:04:05.146Z
1152026-07-02T04:04:05.146Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-07-02T04:04:05.146Z # # # # # # # # # # # # # # #
1172026-07-02T04:04:05.146Z # # # # ##### # # ##### # # # # # #### #
1182026-07-02T04:04:05.146Z ##### ##### # ##### # # # # # # # # #
1192026-07-02T04:04:05.146Z # # # # # # # # # # # # # # #
1202026-07-02T04:04:05.147Z # # # ###### # # ###### ### # #### # #### #
1212026-07-02T04:04:05.147Z
1222026-07-02T04:04:05.147Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-07-02T04:04:06.620Z Startup: Refreshing catalog 'helios' ... Done
1242026-07-02T04:04:06.765Z Startup: Caching catalogs ... Done
1252026-07-02T04:04:07.258ZPlanning: Solver setup ... Done (0.444s)
1262026-07-02T04:04:07.284ZPlanning: Running solver ... Done (0.027s)
1272026-07-02T04:04:07.296ZPlanning: Finding local manifests ... Done (0.003s)
1282026-07-02T04:04:07.308ZPlanning: Fetching manifests: 0/2 0% complete
1292026-07-02T04:04:07.329ZPlanning: Fetching manifests: 2/2 100% complete
1302026-07-02T04:04:07.343ZPlanning: Package planning ... Done (0.013s)
1312026-07-02T04:04:07.347ZPlanning: Merging actions ... Done (0.001s)
1322026-07-02T04:04:07.509ZPlanning: Checking for conflicting actions ... Done (0.165s)
1332026-07-02T04:04:07.515ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-07-02T04:04:08.267ZPlanning: Evaluating mediators ... Done (0.757s)
1352026-07-02T04:04:08.271ZPlanning: Planning completed in 1.48 seconds
1362026-07-02T04:04:08.276Z Packages to install: 2
1372026-07-02T04:04:08.280Z Estimated space available: 156.06 GB
1382026-07-02T04:04:08.280ZEstimated space to be consumed: 30.98 MB
1392026-07-02T04:04:08.280Z Create boot environment: No
1402026-07-02T04:04:08.280ZCreate backup boot environment: No
1412026-07-02T04:04:08.280Z Rebuild boot archive: No
1422026-07-02T04:04:08.280Z
1432026-07-02T04:04:08.280ZChanged packages:
1442026-07-02T04:04:08.280Zhelios
1452026-07-02T04:04:08.280Z developer/build-essential
1462026-07-02T04:04:08.280Z None -> 11-3.0
1472026-07-02T04:04:08.280Z library/libxmlsec1
1482026-07-02T04:04:08.280Z None -> 1.2.35-3.0
1492026-07-02T04:04:08.300Z
1502026-07-02T04:04:08.300ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-07-02T04:04:08.818ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1522026-07-02T04:04:08.891Z Actions: 1/268 actions (Installing new actions)
1532026-07-02T04:04:08.929Z Actions: Completed 268 actions in 0.04 seconds.
1542026-07-02T04:04:08.940ZFinalize: Updating package state database ... Done (0.011s)
1552026-07-02T04:04:08.944ZFinalize: Updating package cache ... Done (0.000s)
1562026-07-02T04:04:08.969ZFinalize: Updating image state ... Done (0.029s)
1572026-07-02T04:04:11.337ZFinalize: Creating fast lookup database ... Done (2.344s)
1582026-07-02T04:04:11.404ZFinalize: Reading search index ... Done (0.012s)
1592026-07-02T04:04:11.408ZFinalize: Updating search index ... Done (0.000s)
1602026-07-02T04:04:11.487ZFinalize: Updating package cache ... Done (0.000s)
1612026-07-02T04:04:11.801ZPlanning: Evaluating mediator changes ... Done
1622026-07-02T04:04:11.905ZPlanning: Checking for conflicting actions ... Done
1632026-07-02T04:04:11.909ZPlanning: Consolidating action changes ... Done
1642026-07-02T04:04:12.061ZPlanning: Evaluating mediators ... Done
1652026-07-02T04:04:12.064ZPlanning: Planning completed in 0.26 seconds
1662026-07-02T04:04:12.084Z Mediators to change: 2
1672026-07-02T04:04:12.084Z Create boot environment: No
1682026-07-02T04:04:12.084ZCreate backup boot environment: No
1692026-07-02T04:04:12.135ZFinalize: Updating package state database ... Done
1702026-07-02T04:04:12.135ZFinalize: Updating package cache ... Done
1712026-07-02T04:04:12.150ZFinalize: Updating image state ... Done
1722026-07-02T04:04:14.058ZFinalize: Creating fast lookup database ... Done
1732026-07-02T04:04:14.121ZFinalize: Reading search index ... Done
1742026-07-02T04:04:14.124ZFinalize: Updating search index ... Done
1752026-07-02T04:04:14.190ZFinalize: Updating package cache ... Done
1762026-07-02T04:04:14.470ZPlanning: Evaluating mediator changes ... Done
1772026-07-02T04:04:14.574ZPlanning: Checking for conflicting actions ... Done
1782026-07-02T04:04:14.577ZPlanning: Consolidating action changes ... Done
1792026-07-02T04:04:14.729ZPlanning: Evaluating mediators ... Done
1802026-07-02T04:04:14.732ZPlanning: Planning completed in 0.26 seconds
1812026-07-02T04:04:14.751Z Mediators to change: 1
1822026-07-02T04:04:14.751Z Create boot environment: No
1832026-07-02T04:04:14.751ZCreate backup boot environment: No
1842026-07-02T04:04:14.799ZFinalize: Updating package state database ... Done
1852026-07-02T04:04:14.802ZFinalize: Updating package cache ... Done
1862026-07-02T04:04:14.815ZFinalize: Updating image state ... Done
1872026-07-02T04:04:16.747ZFinalize: Creating fast lookup database ... Done
1882026-07-02T04:04:16.806ZFinalize: Reading search index ... Done
1892026-07-02T04:04:16.809ZFinalize: Updating search index ... Done
1902026-07-02T04:04:16.880ZFinalize: Updating package cache ... Done
1912026-07-02T04:04:17.189ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-07-02T04:04:17.189Zapache system 2.4 system
1932026-07-02T04:04:17.189Zclang system 15 system
1942026-07-02T04:04:17.190Zcsh system system illumos
1952026-07-02T04:04:17.190Zctags system system illumos
1962026-07-02T04:04:17.190Zfile vendor vendor darwinsys
1972026-07-02T04:04:17.190Zfile system system illumos
1982026-07-02T04:04:17.190Zgcc vendor 14 vendor
1992026-07-02T04:04:17.190Zgcc system 13 system
2002026-07-02T04:04:17.190Zgcc system 10 system
2012026-07-02T04:04:17.190Zgo system 1.25 system
2022026-07-02T04:04:17.190Zllvm system 15 system
2032026-07-02T04:04:17.190Zmariadb system 11.4 system
2042026-07-02T04:04:17.190Zmta vendor vendor dma
2052026-07-02T04:04:17.190Zopenjdk system 17 system
2062026-07-02T04:04:17.190Zopenjdk system 11 system
2072026-07-02T04:04:17.190Zopenssl vendor 3 vendor
2082026-07-02T04:04:17.190Zperl system 5.40 system
2092026-07-02T04:04:17.190Zpostgresql system 18 system
2102026-07-02T04:04:17.190Zpostgresql system 17 system
2112026-07-02T04:04:17.190Zpython vendor 3 vendor
2122026-07-02T04:04:17.190Zpython system 2 system
2132026-07-02T04:04:17.190Zpython3 vendor 3.13 vendor
2142026-07-02T04:04:17.190Zruby system 3.4 system
2152026-07-02T04:04:17.190Zruby system 3.0 system
2162026-07-02T04:04:17.190Zwords vendor vendor american-english
2172026-07-02T04:04:17.190Zwords system system australian-english
2182026-07-02T04:04:17.190Zwords system system british-english
2192026-07-02T04:04:17.191Zwords system system canadian-english
2202026-07-02T04:04:17.191Zwords system system french
2212026-07-02T04:04:17.191Zwords system system italian
2222026-07-02T04:04:17.191Zwords system system ngerman
2232026-07-02T04:04:17.191Zwords system system ogerman
2242026-07-02T04:04:17.191Zwords system system spanish
2252026-07-02T04:04:17.437ZPUBLISHER TYPE STATUS P LOCATION
2262026-07-02T04:04:17.437Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-07-02T04:04:17.739ZFMRI IFO
2282026-07-02T04:04:17.739Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-07-02T04:04:17.739Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-07-02T04:04:17.740Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-07-02T04:04:17.740Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-07-02T04:04:17.740Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-07-02T04:04:17.740Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-07-02T04:04:17.740Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-07-02T04:04:17.740Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-07-02T04:04:17.740Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-07-02T04:04:17.993Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-07-02T04:04:18.298Z Updating crates.io index
2392026-07-02T04:04:18.302Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-07-02T04:04:18.551Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-07-02T04:04:18.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422026-07-02T04:04:19.774Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432026-07-02T04:04:20.285Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-07-02T04:04:21.825Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-07-02T04:04:22.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-07-02T04:04:22.850Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-07-02T04:04:23.182Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-07-02T04:04:24.307Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-07-02T04:04:24.702Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-07-02T04:04:25.027Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-07-02T04:04:25.299Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-07-02T04:04:25.744Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-02T04:04:26.225Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-07-02T04:04:26.448Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-07-02T04:04:26.693Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-07-02T04:04:26.968Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-07-02T04:04:27.275Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-07-02T04:04:27.541Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-07-02T04:04:27.819Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-07-02T04:04:28.086Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-07-02T04:04:28.478Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-07-02T04:04:28.829Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-07-02T04:04:29.087Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-07-02T04:04:29.519Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-07-02T04:04:29.800Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-07-02T04:04:30.315Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-07-02T04:04:30.601Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-07-02T04:04:30.848Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-07-02T04:04:31.182Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-07-02T04:04:31.560Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-07-02T04:04:31.830Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-07-02T04:04:32.151Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-07-02T04:04:32.435Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-07-02T04:04:32.729Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-07-02T04:04:33.019Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-07-02T04:04:33.276Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-07-02T04:04:33.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-07-02T04:04:33.809Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-07-02T04:04:36.564Z Downloading crates ...
2802026-07-02T04:04:36.625Z Downloaded crypto-common v0.1.7
2812026-07-02T04:04:36.636Z Downloaded zmij v1.0.21
2822026-07-02T04:04:36.640Z Downloaded terminal_size v0.4.3
2832026-07-02T04:04:36.643Z Downloaded usdt-macro v0.5.0
2842026-07-02T04:04:36.647Z Downloaded generic-array v0.14.7
2852026-07-02T04:04:36.650Z Downloaded block-buffer v0.10.4
2862026-07-02T04:04:36.653Z Downloaded zerocopy v0.7.35
2872026-07-02T04:04:36.661Z Downloaded zerocopy-derive v0.7.35
2882026-07-02T04:04:36.665Z Downloaded thread-id v4.2.2
2892026-07-02T04:04:36.668Z Downloaded memmap v0.7.0
2902026-07-02T04:04:36.668Z Downloaded errno v0.3.14
2912026-07-02T04:04:36.668Z Downloaded dtrace-parser v0.2.0
2922026-07-02T04:04:36.668Z Downloaded cargo-platform v0.3.2
2932026-07-02T04:04:36.668Z Downloaded dof v0.3.0
2942026-07-02T04:04:36.671Z Downloaded digest v0.10.7
2952026-07-02T04:04:36.671Z Downloaded cfg-if v1.0.4
2962026-07-02T04:04:36.674Z Downloaded bytecount v0.6.9
2972026-07-02T04:04:36.679Z Downloaded pest_generator v2.8.6
2982026-07-02T04:04:36.682Z Downloaded ucd-trie v0.1.7
2992026-07-02T04:04:36.685Z Downloaded fastrand v2.3.0
3002026-07-02T04:04:36.688Z Downloaded swrite v0.1.0
3012026-07-02T04:04:36.688Z Downloaded strsim v0.11.1
3022026-07-02T04:04:36.688Z Downloaded scroll_derive v0.12.1
3032026-07-02T04:04:36.688Z Downloaded heck v0.5.0
3042026-07-02T04:04:36.691Z Downloaded heck v0.4.1
3052026-07-02T04:04:36.694Z Downloaded itoa v1.0.17
3062026-07-02T04:04:36.694Z Downloaded colorchoice v1.0.4
3072026-07-02T04:04:36.698Z Downloaded version_check v0.9.5
3082026-07-02T04:04:36.701Z Downloaded equivalent v1.0.2
3092026-07-02T04:04:36.704Z Downloaded usdt v0.5.0
3102026-07-02T04:04:36.707Z Downloaded clap_lex v1.0.0
3112026-07-02T04:04:36.710Z Downloaded fnv v1.0.7
3122026-07-02T04:04:36.713Z Downloaded camino-tempfile v1.4.1
3132026-07-02T04:04:36.716Z Downloaded anstream v1.0.0
3142026-07-02T04:04:36.716Z Downloaded fs-err v3.3.0
3152026-07-02T04:04:36.716Z Downloaded once_cell v1.21.3
3162026-07-02T04:04:36.720Z Downloaded smawk v0.3.2
3172026-07-02T04:04:36.720Z Downloaded plain v0.2.3
3182026-07-02T04:04:36.720Z Downloaded is_terminal_polyfill v1.70.2
3192026-07-02T04:04:36.723Z Downloaded toml_write v0.1.2
3202026-07-02T04:04:36.723Z Downloaded serde_spanned v0.6.9
3212026-07-02T04:04:36.726Z Downloaded anstyle-query v1.1.5
3222026-07-02T04:04:36.729Z Downloaded utf8parse v0.2.2
3232026-07-02T04:04:36.733Z Downloaded toml_datetime v0.6.11
3242026-07-02T04:04:36.736Z Downloaded pest_derive v2.8.6
3252026-07-02T04:04:36.739Z Downloaded goblin v0.8.2
3262026-07-02T04:04:36.742Z Downloaded cargo_metadata v0.23.1
3272026-07-02T04:04:36.742Z Downloaded pretty-hex v0.4.1
3282026-07-02T04:04:36.745Z Downloaded tabled_derive v0.7.0
3292026-07-02T04:04:36.755Z Downloaded serde_tokenstream v0.2.3
3302026-07-02T04:04:36.758Z Downloaded cpufeatures v0.2.17
3312026-07-02T04:04:36.758Z Downloaded cargo_toml v0.21.0
3322026-07-02T04:04:36.761Z Downloaded autocfg v1.5.0
3332026-07-02T04:04:36.764Z Downloaded anstyle v1.0.14
3342026-07-02T04:04:36.768Z Downloaded camino v1.2.2
3352026-07-02T04:04:36.771Z Downloaded usdt-attr-macro v0.5.0
3362026-07-02T04:04:36.771Z Downloaded getrandom v0.4.1
3372026-07-02T04:04:36.774Z Downloaded unicode-linebreak v0.1.5
3382026-07-02T04:04:36.775Z Downloaded log v0.4.29
3392026-07-02T04:04:36.778Z Downloaded proc-macro-error-attr v1.0.4
3402026-07-02T04:04:36.778Z Downloaded thiserror-impl v1.0.69
3412026-07-02T04:04:36.781Z Downloaded macaddr v1.0.1
3422026-07-02T04:04:36.781Z Downloaded thiserror-impl v2.0.18
3432026-07-02T04:04:36.781Z Downloaded sha2 v0.10.9
3442026-07-02T04:04:36.792Z Downloaded thiserror v1.0.69
3452026-07-02T04:04:36.795Z Downloaded anstyle-parse v1.0.0
3462026-07-02T04:04:36.798Z Downloaded scroll v0.12.0
3472026-07-02T04:04:36.801Z Downloaded byteorder v1.5.0
3482026-07-02T04:04:36.804Z Downloaded semver v1.0.28
3492026-07-02T04:04:36.805Z Downloaded anyhow v1.0.102
3502026-07-02T04:04:36.812Z Downloaded bitflags v2.11.0
3512026-07-02T04:04:36.815Z Downloaded toml v0.8.23
3522026-07-02T04:04:36.819Z Downloaded quote v1.0.45
3532026-07-02T04:04:36.819Z Downloaded thiserror v2.0.18
3542026-07-02T04:04:36.822Z Downloaded usdt-impl v0.5.0
3552026-07-02T04:04:36.832Z Downloaded clap_derive v4.6.1
3562026-07-02T04:04:36.832Z Downloaded proc-macro-error v1.0.4
3572026-07-02T04:04:36.832Z Downloaded unicode-ident v1.0.24
3582026-07-02T04:04:36.836Z Downloaded tempfile v3.25.0
3592026-07-02T04:04:36.849Z Downloaded clap v4.6.1
3602026-07-02T04:04:36.854Z Downloaded proc-macro2 v1.0.106
3612026-07-02T04:04:36.858Z Downloaded serde_derive v1.0.228
3622026-07-02T04:04:36.864Z Downloaded papergrid v0.11.0
3632026-07-02T04:04:36.867Z Downloaded indexmap v2.14.0
3642026-07-02T04:04:36.875Z Downloaded serde v1.0.228
3652026-07-02T04:04:36.878Z Downloaded serde_core v1.0.228
3662026-07-02T04:04:36.881Z Downloaded pest_meta v2.8.6
3672026-07-02T04:04:36.884Z Downloaded textwrap v0.16.2
3682026-07-02T04:04:36.888Z Downloaded memchr v2.8.0
3692026-07-02T04:04:36.891Z Downloaded toml_edit v0.22.27
3702026-07-02T04:04:36.902Z Downloaded typenum v1.20.1
3712026-07-02T04:04:36.915Z Downloaded pest v2.8.6
3722026-07-02T04:04:36.931Z Downloaded hashbrown v0.17.0
3732026-07-02T04:04:36.937Z Downloaded clap_builder v4.6.0
3742026-07-02T04:04:36.949Z Downloaded winnow v0.7.14
3752026-07-02T04:04:36.954Z Downloaded serde_json v1.0.150
3762026-07-02T04:04:36.971Z Downloaded tabled v0.15.0
3772026-07-02T04:04:36.980Z Downloaded syn v1.0.109
3782026-07-02T04:04:36.985Z Downloaded unicode-width v0.1.14
3792026-07-02T04:04:36.994Z Downloaded unicode-width v0.2.0
3802026-07-02T04:04:37.003Z Downloaded syn v2.0.117
3812026-07-02T04:04:37.018Z Downloaded rustix v1.1.3
3822026-07-02T04:04:37.049Z Downloaded libc v0.2.185
3832026-07-02T04:04:37.111Z Compiling proc-macro2 v1.0.106
3842026-07-02T04:04:37.114Z Compiling quote v1.0.45
3852026-07-02T04:04:37.115Z Compiling unicode-ident v1.0.24
3862026-07-02T04:04:37.115Z Compiling serde_core v1.0.228
3872026-07-02T04:04:37.115Z Compiling libc v0.2.185
3882026-07-02T04:04:37.115Z Compiling version_check v0.9.5
3892026-07-02T04:04:37.115Z Compiling memchr v2.8.0
3902026-07-02T04:04:37.115Z Compiling serde v1.0.228
3912026-07-02T04:04:37.426Z Compiling zmij v1.0.21
3922026-07-02T04:04:37.679Z Compiling ucd-trie v0.1.7
3932026-07-02T04:04:37.709Z Compiling thiserror v1.0.69
3942026-07-02T04:04:37.944Z Compiling itoa v1.0.17
3952026-07-02T04:04:37.974Z Compiling pest v2.8.6
3962026-07-02T04:04:38.121Z Compiling rustix v1.1.3
3972026-07-02T04:04:38.138Z Compiling byteorder v1.5.0
3982026-07-02T04:04:38.206Z Compiling errno v0.3.14
3992026-07-02T04:04:38.376Z Compiling serde_json v1.0.150
4002026-07-02T04:04:38.446Z Compiling bitflags v2.11.0
4012026-07-02T04:04:38.578Z Compiling syn v2.0.117
4022026-07-02T04:04:38.631Z Compiling thread-id v4.2.2
4032026-07-02T04:04:38.665Z Compiling proc-macro-error-attr v1.0.4
4042026-07-02T04:04:38.710Z Compiling usdt-impl v0.5.0
4052026-07-02T04:04:38.837Z Compiling camino v1.2.2
4062026-07-02T04:04:38.862Z Compiling syn v1.0.109
4072026-07-02T04:04:39.041Z Compiling pest_meta v2.8.6
4082026-07-02T04:04:39.223Z Compiling proc-macro-error v1.0.4
4092026-07-02T04:04:39.256Z Compiling utf8parse v0.2.2
4102026-07-02T04:04:39.285Z Compiling plain v0.2.3
4112026-07-02T04:04:39.369Z Compiling hashbrown v0.17.0
4122026-07-02T04:04:39.400Z Compiling log v0.4.29
4132026-07-02T04:04:39.422Z Compiling getrandom v0.4.1
4142026-07-02T04:04:39.605Z Compiling equivalent v1.0.2
4152026-07-02T04:04:39.699Z Compiling terminal_size v0.4.3
4162026-07-02T04:04:39.864Z Compiling indexmap v2.14.0
4172026-07-02T04:04:39.922Z Compiling anstyle-parse v1.0.0
4182026-07-02T04:04:40.427Z Compiling is_terminal_polyfill v1.70.2
4192026-07-02T04:04:40.480Z Compiling pretty-hex v0.4.1
4202026-07-02T04:04:40.517Z Compiling thiserror v2.0.18
4212026-07-02T04:04:40.532Z Compiling autocfg v1.5.0
4222026-07-02T04:04:40.602Z Compiling colorchoice v1.0.4
4232026-07-02T04:04:40.622Z Compiling cfg-if v1.0.4
4242026-07-02T04:04:40.642Z Compiling anstyle v1.0.14
4252026-07-02T04:04:40.697Z Compiling anstyle-query v1.1.5
4262026-07-02T04:04:40.722Z Compiling toml_write v0.1.2
4272026-07-02T04:04:40.791Z Compiling pest_generator v2.8.6
4282026-07-02T04:04:40.811Z Compiling winnow v0.7.14
4292026-07-02T04:04:40.878Z Compiling anstream v1.0.0
4302026-07-02T04:04:40.954Z Compiling fs-err v3.3.0
4312026-07-02T04:04:41.160Z Compiling unicode-width v0.1.14
4322026-07-02T04:04:41.184Z Compiling heck v0.5.0
4332026-07-02T04:04:41.222Z Compiling fastrand v2.3.0
4342026-07-02T04:04:41.387Z Compiling clap_lex v1.0.0
4352026-07-02T04:04:41.431Z Compiling strsim v0.11.1
4362026-07-02T04:04:41.452Z Compiling fnv v1.0.7
4372026-07-02T04:04:41.481Z Compiling bytecount v0.6.9
4382026-07-02T04:04:41.497Z Compiling anyhow v1.0.102
4392026-07-02T04:04:41.554Z Compiling once_cell v1.21.3
4402026-07-02T04:04:41.614Z Compiling heck v0.4.1
4412026-07-02T04:04:41.614Z Compiling papergrid v0.11.0
4422026-07-02T04:04:41.773Z Compiling tempfile v3.25.0
4432026-07-02T04:04:41.790Z Compiling clap_builder v4.6.0
4442026-07-02T04:04:41.957Z Compiling tabled_derive v0.7.0
4452026-07-02T04:04:42.009Z Compiling cargo-platform v0.3.2
4462026-07-02T04:04:42.085Z Compiling semver v1.0.28
4472026-07-02T04:04:42.225Z Compiling memmap v0.7.0
4482026-07-02T04:04:42.305Z Compiling unicode-width v0.2.0
4492026-07-02T04:04:42.400Z Compiling smawk v0.3.2
4502026-07-02T04:04:42.416Z Compiling unicode-linebreak v0.1.5
4512026-07-02T04:04:42.433Z Compiling serde_derive v1.0.228
4522026-07-02T04:04:42.544Z Compiling thiserror-impl v1.0.69
4532026-07-02T04:04:42.584Z Compiling zerocopy-derive v0.7.35
4542026-07-02T04:04:42.668Z Compiling pest_derive v2.8.6
4552026-07-02T04:04:42.799Z Compiling scroll_derive v0.12.1
4562026-07-02T04:04:42.908Z Compiling thiserror-impl v2.0.18
4572026-07-02T04:04:43.115Z Compiling clap_derive v4.6.1
4582026-07-02T04:04:43.133Z Compiling tabled v0.15.0
4592026-07-02T04:04:43.470Z Compiling zerocopy v0.7.35
4602026-07-02T04:04:43.488Z Compiling scroll v0.12.0
4612026-07-02T04:04:43.757Z Compiling goblin v0.8.2
4622026-07-02T04:04:43.942Z Compiling dtrace-parser v0.2.0
4632026-07-02T04:04:44.017Z Compiling textwrap v0.16.2
4642026-07-02T04:04:44.379Z Compiling camino-tempfile v1.4.1
4652026-07-02T04:04:44.612Z Compiling swrite v0.1.0
4662026-07-02T04:04:44.872Z Compiling clap v4.6.1
4672026-07-02T04:04:45.606Z Compiling dof v0.3.0
4682026-07-02T04:04:45.606Z Compiling serde_tokenstream v0.2.3
4692026-07-02T04:04:45.623Z Compiling serde_spanned v0.6.9
4702026-07-02T04:04:45.637Z Compiling toml_datetime v0.6.11
4712026-07-02T04:04:45.641Z Compiling macaddr v1.0.1
4722026-07-02T04:04:45.683Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4732026-07-02T04:04:45.686Z Compiling cargo_metadata v0.23.1
4742026-07-02T04:04:45.834Z Compiling toml_edit v0.22.27
4752026-07-02T04:04:46.400Z Compiling usdt-macro v0.5.0
4762026-07-02T04:04:46.404Z Compiling usdt-attr-macro v0.5.0
4772026-07-02T04:04:47.008Z Compiling usdt v0.5.0
4782026-07-02T04:04:47.177Z Compiling toml v0.8.23
4792026-07-02T04:04:47.524Z Compiling cargo_toml v0.21.0
4802026-07-02T04:04:48.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4812026-07-02T04:04:50.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.87s
4822026-07-02T04:04:50.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4832026-07-02T04:04:51.390Z Downloading crates ...
4842026-07-02T04:04:51.485Z Downloaded bit-set v0.5.3
4852026-07-02T04:04:51.494Z Downloaded ar_archive_writer v0.5.1
4862026-07-02T04:04:51.501Z Downloaded base64 v0.22.1
4872026-07-02T04:04:51.504Z Downloaded const_format_proc_macros v0.2.34
4882026-07-02T04:04:51.508Z Downloaded block-padding v0.4.2
4892026-07-02T04:04:51.508Z Downloaded chacha20 v0.9.1
4902026-07-02T04:04:51.508Z Downloaded cbc v0.2.1
4912026-07-02T04:04:51.511Z Downloaded crc-catalog v2.4.0
4922026-07-02T04:04:51.514Z Downloaded darling_macro v0.21.3
4932026-07-02T04:04:51.517Z Downloaded adler2 v2.0.1
4942026-07-02T04:04:51.528Z Downloaded backoff v0.4.0
4952026-07-02T04:04:51.535Z Downloaded debug-ignore v1.0.5
4962026-07-02T04:04:51.535Z Downloaded crossbeam-channel v0.5.15
4972026-07-02T04:04:51.542Z Downloaded bitfield v0.19.4
4982026-07-02T04:04:51.542Z Downloaded bcs v0.1.6
4992026-07-02T04:04:51.542Z Downloaded array-init v0.0.4
5002026-07-02T04:04:51.542Z Downloaded base16ct v1.0.0
5012026-07-02T04:04:51.542Z Downloaded ascii-canvas v3.0.0
5022026-07-02T04:04:51.547Z Downloaded blake2 v0.10.6
5032026-07-02T04:04:51.547Z Downloaded bit-vec v0.8.0
5042026-07-02T04:04:51.547Z Downloaded base16ct v0.2.0
5052026-07-02T04:04:51.552Z Downloaded atomic-waker v1.1.2
5062026-07-02T04:04:51.555Z Downloaded ed25519-dalek v3.0.0-rc.0
5072026-07-02T04:04:51.560Z Downloaded ciborium-io v0.2.2
5082026-07-02T04:04:51.560Z Downloaded bitfield-macros v0.19.4
5092026-07-02T04:04:51.560Z Downloaded bb8 v0.8.6
5102026-07-02T04:04:51.566Z Downloaded crypto-bigint v0.7.5
5112026-07-02T04:04:51.570Z Downloaded bit-set v0.8.0
5122026-07-02T04:04:51.573Z Downloaded bitfield-struct v0.6.2
5132026-07-02T04:04:51.573Z Downloaded aead v0.5.2
5142026-07-02T04:04:51.573Z Downloaded atty v0.2.14
5152026-07-02T04:04:51.577Z Downloaded atomicwrites v0.4.4
5162026-07-02T04:04:51.577Z Downloaded async-stream-impl v0.3.6
5172026-07-02T04:04:51.577Z Downloaded async-stream v0.3.6
5182026-07-02T04:04:51.577Z Downloaded arrayref v0.3.9
5192026-07-02T04:04:51.580Z Downloaded cobs v0.3.0
5202026-07-02T04:04:51.580Z Downloaded diesel v2.3.7
5212026-07-02T04:04:51.591Z Downloaded bcrypt-pbkdf v0.11.0
5222026-07-02T04:04:51.594Z Downloaded bit-vec v0.6.3
5232026-07-02T04:04:51.594Z Downloaded compression-core v0.4.31
5242026-07-02T04:04:51.594Z Downloaded bitflags v1.3.2
5252026-07-02T04:04:51.597Z Downloaded assert_matches v1.5.0
5262026-07-02T04:04:51.598Z Downloaded darling_macro v0.23.0
5272026-07-02T04:04:51.598Z Downloaded crc-any v2.5.0
5282026-07-02T04:04:51.601Z Downloaded ctr v0.10.1
5292026-07-02T04:04:51.601Z Downloaded cookie_store v0.22.1
5302026-07-02T04:04:51.606Z Downloaded elliptic-curve v0.14.0-rc.33
5312026-07-02T04:04:51.610Z Downloaded daft-derive v0.1.7
5322026-07-02T04:04:51.614Z Downloaded convert_case v0.10.0
5332026-07-02T04:04:51.614Z Downloaded cipher v0.5.2
5342026-07-02T04:04:51.618Z Downloaded dsl_auto_type v0.2.0
5352026-07-02T04:04:51.618Z Downloaded data-encoding v2.10.0
5362026-07-02T04:04:51.618Z Downloaded async-trait v0.1.89
5372026-07-02T04:04:51.618Z Downloaded cmake v0.1.57
5382026-07-02T04:04:51.621Z Downloaded derive_more v0.99.20
5392026-07-02T04:04:51.624Z Downloaded defmt-parser v1.0.0
5402026-07-02T04:04:51.624Z Downloaded async-bb8-diesel v0.2.1
5412026-07-02T04:04:51.624Z Downloaded argon2 v0.6.0-rc.8
5422026-07-02T04:04:51.630Z Downloaded defmt v0.3.100
5432026-07-02T04:04:51.631Z Downloaded convert_case v0.4.0
5442026-07-02T04:04:51.631Z Downloaded arrayvec v0.7.6
5452026-07-02T04:04:51.631Z Downloaded darling v0.13.4
5462026-07-02T04:04:51.639Z Downloaded diesel_derives v2.3.7
5472026-07-02T04:04:51.639Z Downloaded defmt-macros v1.0.1
5482026-07-02T04:04:51.639Z Downloaded constant_time_eq v0.4.2
5492026-07-02T04:04:51.642Z Downloaded cstr-argument v0.1.2
5502026-07-02T04:04:51.642Z Downloaded blowfish v0.10.0
5512026-07-02T04:04:51.642Z Downloaded ahash v0.8.12
5522026-07-02T04:04:51.642Z Downloaded aead v0.6.1
5532026-07-02T04:04:51.642Z Downloaded crypto-common v0.2.2
5542026-07-02T04:04:51.647Z Downloaded compression-codecs v0.4.37
5552026-07-02T04:04:51.647Z Downloaded ecdsa v0.17.0-rc.18
5562026-07-02T04:04:51.655Z Downloaded const-oid v0.9.6
5572026-07-02T04:04:51.655Z Downloaded cmov v0.5.4
5582026-07-02T04:04:51.655Z Downloaded daft v0.1.7
5592026-07-02T04:04:51.655Z Downloaded ed25519 v3.0.0
5602026-07-02T04:04:51.660Z Downloaded ciborium v0.2.2
5612026-07-02T04:04:51.660Z Downloaded cassowary v0.3.0
5622026-07-02T04:04:51.660Z Downloaded camino-tempfile-ext v0.3.3
5632026-07-02T04:04:51.660Z Downloaded argon2 v0.5.3
5642026-07-02T04:04:51.660Z Downloaded csv-core v0.1.13
5652026-07-02T04:04:51.660Z Downloaded crunchy v0.2.4
5662026-07-02T04:04:51.660Z Downloaded foldhash v0.2.0
5672026-07-02T04:04:51.660Z Downloaded dyn-clone v1.0.20
5682026-07-02T04:04:51.664Z Downloaded ciborium-ll v0.2.2
5692026-07-02T04:04:51.664Z Downloaded darling_macro v0.20.11
5702026-07-02T04:04:51.664Z Downloaded crucible-workspace-hack v0.1.0
5712026-07-02T04:04:51.664Z Downloaded cfg_aliases v0.2.1
5722026-07-02T04:04:51.664Z Downloaded cfg_aliases v0.1.1
5732026-07-02T04:04:51.669Z Downloaded difflib v0.4.0
5742026-07-02T04:04:51.669Z Downloaded anstream v0.6.21
5752026-07-02T04:04:51.669Z Downloaded bzip2 v0.6.1
5762026-07-02T04:04:51.669Z Downloaded dtrace-parser v0.3.0
5772026-07-02T04:04:51.673Z Downloaded cipher v0.4.4
5782026-07-02T04:04:51.673Z Downloaded backon v1.6.0
5792026-07-02T04:04:51.673Z Downloaded crossbeam-deque v0.8.6
5802026-07-02T04:04:51.673Z Downloaded async-recursion v1.1.1
5812026-07-02T04:04:51.677Z Downloaded darling v0.23.0
5822026-07-02T04:04:51.680Z Downloaded dropshot-api-manager-types v0.7.2
5832026-07-02T04:04:51.680Z Downloaded console v0.16.2
5842026-07-02T04:04:51.680Z Downloaded bzip2 v0.4.4
5852026-07-02T04:04:51.683Z Downloaded anstyle-parse v0.2.7
5862026-07-02T04:04:51.683Z Downloaded crc v3.4.0
5872026-07-02T04:04:51.684Z Downloaded crc8 v0.1.1
5882026-07-02T04:04:51.687Z Downloaded base64ct v1.8.3
5892026-07-02T04:04:51.687Z Downloaded derive_builder_macro v0.20.2
5902026-07-02T04:04:51.687Z Downloaded delegate v0.13.5
5912026-07-02T04:04:51.690Z Downloaded castaway v0.2.4
5922026-07-02T04:04:51.690Z Downloaded env_filter v1.0.0
5932026-07-02T04:04:51.690Z Downloaded endian-type v0.1.2
5942026-07-02T04:04:51.690Z Downloaded embedded-io v0.6.1
5952026-07-02T04:04:51.693Z Downloaded fs-err v2.11.0
5962026-07-02T04:04:51.693Z Downloaded hash32 v0.2.1
5972026-07-02T04:04:51.696Z Downloaded darling v0.20.11
5982026-07-02T04:04:51.699Z Downloaded derive-ex v0.1.8
5992026-07-02T04:04:51.699Z Downloaded embedded-io v0.4.0
6002026-07-02T04:04:51.699Z Downloaded displaydoc v0.2.5
6012026-07-02T04:04:51.703Z Downloaded critical-section v1.2.0
6022026-07-02T04:04:51.703Z Downloaded dof v0.4.0
6032026-07-02T04:04:51.706Z Downloaded cpufeatures v0.3.0
6042026-07-02T04:04:51.706Z Downloaded dunce v1.0.5
6052026-07-02T04:04:51.706Z Downloaded darling_macro v0.13.4
6062026-07-02T04:04:51.709Z Downloaded curve25519-dalek-derive v0.1.1
6072026-07-02T04:04:51.712Z Downloaded ena v0.14.4
6082026-07-02T04:04:51.712Z Downloaded const_format v0.2.35
6092026-07-02T04:04:51.715Z Downloaded enum-as-inner v0.6.1
6102026-07-02T04:04:51.715Z Downloaded crossbeam-utils v0.8.21
6112026-07-02T04:04:51.718Z Downloaded const-oid v0.10.2
6122026-07-02T04:04:51.721Z Downloaded cookie v0.18.1
6132026-07-02T04:04:51.721Z Downloaded des v0.9.0
6142026-07-02T04:04:51.724Z Downloaded console v0.15.11
6152026-07-02T04:04:51.724Z Downloaded derive_builder_core v0.20.2
6162026-07-02T04:04:51.728Z Downloaded cexpr v0.6.0
6172026-07-02T04:04:51.728Z Downloaded dirs-sys-next v0.1.2
6182026-07-02T04:04:51.728Z Downloaded colored v2.2.0
6192026-07-02T04:04:51.731Z Downloaded cancel-safe-futures v0.1.5
6202026-07-02T04:04:51.734Z Downloaded byte-wrapper v0.1.0
6212026-07-02T04:04:51.734Z Downloaded base64 v0.21.7
6222026-07-02T04:04:51.737Z Downloaded arc-swap v1.8.2
6232026-07-02T04:04:51.743Z Downloaded ecdsa v0.16.9
6242026-07-02T04:04:51.743Z Downloaded colored v3.1.1
6252026-07-02T04:04:51.743Z Downloaded clang-sys v1.8.1
6262026-07-02T04:04:51.753Z Downloaded erased-serde v0.3.31
6272026-07-02T04:04:51.753Z Downloaded block-buffer v0.12.1
6282026-07-02T04:04:51.753Z Downloaded chacha20 v0.10.0
6292026-07-02T04:04:51.753Z Downloaded ed25519 v2.2.3
6302026-07-02T04:04:51.753Z Downloaded corncobs v0.1.4
6312026-07-02T04:04:51.759Z Downloaded blake2 v0.11.0-rc.6
6322026-07-02T04:04:51.759Z Downloaded futures-task v0.3.32
6332026-07-02T04:04:51.759Z Downloaded der_derive v0.7.3
6342026-07-02T04:04:51.759Z Downloaded gethostname v0.5.0
6352026-07-02T04:04:51.759Z Downloaded futures-core v0.3.32
6362026-07-02T04:04:51.759Z Downloaded fxhash v0.2.1
6372026-07-02T04:04:51.759Z Downloaded enum_dispatch v0.3.13
6382026-07-02T04:04:51.759Z Downloaded env_logger v0.11.9
6392026-07-02T04:04:51.762Z Downloaded defmt v1.0.1
6402026-07-02T04:04:51.762Z Downloaded hex v0.4.3
6412026-07-02T04:04:51.765Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-07-02T04:04:51.765Z Downloaded fixedbitset v0.5.7
6432026-07-02T04:04:51.765Z Downloaded ctutils v0.4.2
6442026-07-02T04:04:51.768Z Downloaded buf-list v1.1.2
6452026-07-02T04:04:51.768Z Downloaded home v0.5.12
6462026-07-02T04:04:51.771Z Downloaded ff v0.13.1
6472026-07-02T04:04:51.771Z Downloaded crc32fast v1.5.0
6482026-07-02T04:04:51.771Z Downloaded allocator-api2 v0.2.21
6492026-07-02T04:04:51.774Z Downloaded async-compression v0.4.41
6502026-07-02T04:04:51.778Z Downloaded http-body v1.0.1
6512026-07-02T04:04:51.778Z Downloaded downcast-rs v2.0.2
6522026-07-02T04:04:51.781Z Downloaded dirs-next v2.0.0
6532026-07-02T04:04:51.781Z Downloaded chacha20poly1305 v0.10.1
6542026-07-02T04:04:51.781Z Downloaded hubpack_derive v0.1.1
6552026-07-02T04:04:51.784Z Downloaded fd-lock v4.0.4
6562026-07-02T04:04:51.784Z Downloaded fixedbitset v0.4.2
6572026-07-02T04:04:51.787Z Downloaded foldhash v0.1.5
6582026-07-02T04:04:51.787Z Downloaded flagset v0.4.7
6592026-07-02T04:04:51.787Z Downloaded either v1.15.0
6602026-07-02T04:04:51.791Z Downloaded diesel-dtrace v0.5.0
6612026-07-02T04:04:51.791Z Downloaded crossbeam-epoch v0.9.18
6622026-07-02T04:04:51.791Z Downloaded float-cmp v0.10.0
6632026-07-02T04:04:51.794Z Downloaded document-features v0.2.12
6642026-07-02T04:04:51.794Z Downloaded group v0.13.0
6652026-07-02T04:04:51.798Z Downloaded ident_case v1.0.1
6662026-07-02T04:04:51.801Z Downloaded git-stub-vcs v0.1.0
6672026-07-02T04:04:51.801Z Downloaded fallible-iterator v0.2.0
6682026-07-02T04:04:51.801Z Downloaded deranged v0.5.8
6692026-07-02T04:04:51.806Z Downloaded cc v1.2.56
6702026-07-02T04:04:51.806Z Downloaded foreign-types v0.5.0
6712026-07-02T04:04:51.809Z Downloaded hyper-staticfile v0.10.1
6722026-07-02T04:04:51.809Z Downloaded illumos-nvpair-sys v0.2.0
6732026-07-02T04:04:51.809Z Downloaded funty v2.0.0
6742026-07-02T04:04:51.809Z Downloaded foreign-types v0.3.2
6752026-07-02T04:04:51.809Z Downloaded ff v0.14.0
6762026-07-02T04:04:51.813Z Downloaded float-ord v0.3.2
6772026-07-02T04:04:51.813Z Downloaded bytes v1.11.1
6782026-07-02T04:04:51.822Z Downloaded darling v0.21.3
6792026-07-02T04:04:51.822Z Downloaded humantime v2.3.0
6802026-07-02T04:04:51.832Z Downloaded cpubits v0.1.1
6812026-07-02T04:04:51.832Z Downloaded http-body-util v0.1.3
6822026-07-02T04:04:51.832Z Downloaded foreign-types-shared v0.3.1
6832026-07-02T04:04:51.832Z Downloaded display-error-chain v0.2.2
6842026-07-02T04:04:51.832Z Downloaded foreign-types-shared v0.1.1
6852026-07-02T04:04:51.832Z Downloaded darling_core v0.13.4
6862026-07-02T04:04:51.836Z Downloaded half v1.8.3
6872026-07-02T04:04:51.836Z Downloaded hostname v0.3.1
6882026-07-02T04:04:51.839Z Downloaded kem v0.3.0
6892026-07-02T04:04:51.839Z Downloaded darling_core v0.20.11
6902026-07-02T04:04:51.842Z Downloaded hostname v0.4.2
6912026-07-02T04:04:51.845Z Downloaded ghash v0.6.0
6922026-07-02T04:04:51.848Z Downloaded form_urlencoded v1.2.2
6932026-07-02T04:04:51.848Z Downloaded hubpack v0.1.2
6942026-07-02T04:04:51.848Z Downloaded http-range v0.1.5
6952026-07-02T04:04:51.851Z Downloaded is_ci v1.2.0
6962026-07-02T04:04:51.855Z Downloaded compact_str v0.8.1
6972026-07-02T04:04:51.855Z Downloaded indent_write v2.2.0
6982026-07-02T04:04:51.858Z Downloaded illumos-nvpair v0.3.0
6992026-07-02T04:04:51.858Z Downloaded hmac v0.12.1
7002026-07-02T04:04:51.861Z Downloaded idna_adapter v1.2.1
7012026-07-02T04:04:51.861Z Downloaded futures-sink v0.3.32
7022026-07-02T04:04:51.864Z Downloaded drift v0.2.0
7032026-07-02T04:04:51.867Z Downloaded httpdate v1.0.3
7042026-07-02T04:04:51.871Z Downloaded ingot-types v0.1.2
7052026-07-02T04:04:51.871Z Downloaded futures-channel v0.3.32
7062026-07-02T04:04:51.873Z Downloaded futures-io v0.3.32
7072026-07-02T04:04:51.873Z Downloaded elliptic-curve v0.13.8
7082026-07-02T04:04:51.877Z Downloaded digest v0.11.3
7092026-07-02T04:04:51.877Z Downloaded linked-hash-map v0.5.6
7102026-07-02T04:04:51.880Z Downloaded libscf-sys v1.1.0
7112026-07-02T04:04:51.880Z Downloaded instant v0.1.13
7122026-07-02T04:04:51.880Z Downloaded ed25519-dalek v2.2.0
7132026-07-02T04:04:51.883Z Downloaded der v0.7.10
7142026-07-02T04:04:51.886Z Downloaded ipnetwork v0.21.1
7152026-07-02T04:04:51.886Z Downloaded futures-macro v0.3.32
7162026-07-02T04:04:51.889Z Downloaded derive_more-impl v2.1.1
7172026-07-02T04:04:51.892Z Downloaded lru-slab v0.1.2
7182026-07-02T04:04:51.892Z Downloaded derive_builder v0.20.2
7192026-07-02T04:04:51.896Z Downloaded highway v1.3.0
7202026-07-02T04:04:51.896Z Downloaded derive-where v1.6.0
7212026-07-02T04:04:51.899Z Downloaded headers-core v0.3.0
7222026-07-02T04:04:51.899Z Downloaded crypto-bigint v0.5.5
7232026-07-02T04:04:51.902Z Downloaded md5 v0.8.0
7242026-07-02T04:04:51.905Z Downloaded match_cfg v0.1.0
7252026-07-02T04:04:51.905Z Downloaded managed v0.8.0
7262026-07-02T04:04:51.905Z Downloaded lzss v0.8.2
7272026-07-02T04:04:51.905Z Downloaded jobserver v0.1.34
7282026-07-02T04:04:51.908Z Downloaded filetime v0.2.27
7292026-07-02T04:04:51.908Z Downloaded hyper-tls v0.6.0
7302026-07-02T04:04:51.912Z Downloaded aes-gcm v0.11.0
7312026-07-02T04:04:51.912Z Downloaded glob v0.3.3
7322026-07-02T04:04:51.916Z Downloaded instability v0.3.11
7332026-07-02T04:04:51.916Z Downloaded mime v0.3.17
7342026-07-02T04:04:51.916Z Downloaded newline-converter v0.3.0
7352026-07-02T04:04:51.916Z Downloaded memoffset v0.9.1
7362026-07-02T04:04:51.919Z Downloaded kstat-rs v0.2.4
7372026-07-02T04:04:51.919Z Downloaded keccak v0.1.6
7382026-07-02T04:04:51.919Z Downloaded inout v0.1.4
7392026-07-02T04:04:51.919Z Downloaded git-stub v1.0.0
7402026-07-02T04:04:51.923Z Downloaded fatfs v0.3.6
7412026-07-02T04:04:51.923Z Downloaded darling_core v0.23.0
7422026-07-02T04:04:51.926Z Downloaded indoc v1.0.9
7432026-07-02T04:04:51.927Z Downloaded ignore v0.4.25
7442026-07-02T04:04:51.930Z Downloaded ipnet v2.11.0
7452026-07-02T04:04:51.930Z Downloaded newtype_derive v0.1.6
7462026-07-02T04:04:51.933Z Downloaded foreign-types-macros v0.2.3
7472026-07-02T04:04:51.933Z Downloaded md-5 v0.10.6
7482026-07-02T04:04:51.933Z Downloaded is-terminal v0.4.17
7492026-07-02T04:04:51.933Z Downloaded globwalk v0.9.1
7502026-07-02T04:04:51.937Z Downloaded find-msvc-tools v0.1.9
7512026-07-02T04:04:51.937Z Downloaded group v0.14.0
7522026-07-02T04:04:51.937Z Downloaded bumpalo v3.20.2
7532026-07-02T04:04:51.940Z Downloaded dropshot_endpoint v0.17.1
7542026-07-02T04:04:51.940Z Downloaded diff v0.1.13
7552026-07-02T04:04:51.943Z Downloaded fs_extra v1.3.0
7562026-07-02T04:04:51.947Z Downloaded maybe-uninit v2.0.0
7572026-07-02T04:04:51.947Z Downloaded headers v0.4.1
7582026-07-02T04:04:51.950Z Downloaded lru v0.12.5
7592026-07-02T04:04:51.953Z Downloaded httparse v1.10.1
7602026-07-02T04:04:51.953Z Downloaded mime_guess v2.0.5
7612026-07-02T04:04:51.956Z Downloaded new_debug_unreachable v1.0.6
7622026-07-02T04:04:51.956Z Downloaded darling_core v0.21.3
7632026-07-02T04:04:51.959Z Downloaded libefi-sys v0.1.0
7642026-07-02T04:04:51.959Z Downloaded inout v0.2.2
7652026-07-02T04:04:51.959Z Downloaded hex-literal v1.1.0
7662026-07-02T04:04:51.962Z Downloaded newtype-uuid-macros v0.1.0
7672026-07-02T04:04:51.962Z Downloaded normalize-line-endings v0.3.0
7682026-07-02T04:04:51.962Z Downloaded futures-executor v0.3.32
7692026-07-02T04:04:51.962Z Downloaded hash32 v0.3.1
7702026-07-02T04:04:51.965Z Downloaded multimap v0.10.1
7712026-07-02T04:04:51.968Z Downloaded multer v3.1.0
7722026-07-02T04:04:51.981Z Downloaded num-iter v0.1.45
7732026-07-02T04:04:51.985Z Downloaded num-derive v0.4.2
7742026-07-02T04:04:51.985Z Downloaded oso-derive v0.27.3
7752026-07-02T04:04:51.985Z Downloaded getrandom v0.3.4
7762026-07-02T04:04:51.988Z Downloaded num v0.4.3
7772026-07-02T04:04:51.988Z Downloaded lazy_static v1.5.0
7782026-07-02T04:04:51.991Z Downloaded internet-checksum v0.2.1
7792026-07-02T04:04:51.992Z Downloaded icu_normalizer_data v2.1.1
7802026-07-02T04:04:51.995Z Downloaded lalrpop-util v0.19.12
7812026-07-02T04:04:51.995Z Downloaded half v2.7.1
7822026-07-02T04:04:51.995Z Downloaded globset v0.4.18
7832026-07-02T04:04:51.998Z Downloaded ingot v0.1.1
7842026-07-02T04:04:52.001Z Downloaded nodrop v0.1.14
7852026-07-02T04:04:52.001Z Downloaded futures v0.3.32
7862026-07-02T04:04:52.004Z Downloaded libsw-core v0.3.2
7872026-07-02T04:04:52.004Z Downloaded getrandom v0.2.17
7882026-07-02T04:04:52.007Z Downloaded num_threads v0.1.7
7892026-07-02T04:04:52.007Z Downloaded num-derive v0.3.3
7902026-07-02T04:04:52.011Z Downloaded ingot-macros v0.1.1
7912026-07-02T04:04:52.011Z Downloaded nibble_vec v0.1.0
7922026-07-02T04:04:52.011Z Downloaded crypto-primes v0.7.2
7932026-07-02T04:04:52.014Z Downloaded openssl-probe v0.2.1
7942026-07-02T04:04:52.017Z Downloaded openssl-macros v0.1.1
7952026-07-02T04:04:52.017Z Downloaded num_enum_derive v0.5.11
7962026-07-02T04:04:52.017Z Downloaded num_enum v0.5.11
7972026-07-02T04:04:52.021Z Downloaded opaque-debug v0.3.1
7982026-07-02T04:04:52.024Z Downloaded module-lattice v0.2.3
7992026-07-02T04:04:52.024Z Downloaded num-conv v0.2.0
8002026-07-02T04:04:52.024Z Downloaded newtype-uuid v1.3.2
8012026-07-02T04:04:52.027Z Downloaded keccak v0.2.0
8022026-07-02T04:04:52.027Z Downloaded indoc v2.0.7
8032026-07-02T04:04:52.031Z Downloaded native-tls v0.2.18
8042026-07-02T04:04:52.031Z Downloaded impl-trait-for-tuples v0.2.3
8052026-07-02T04:04:52.035Z Downloaded maplit v1.0.2
8062026-07-02T04:04:52.035Z Downloaded litemap v0.8.1
8072026-07-02T04:04:52.035Z Downloaded libbz2-rs-sys v0.2.2
8082026-07-02T04:04:52.038Z Downloaded num_enum v0.7.6
8092026-07-02T04:04:52.038Z Downloaded nu-ansi-term v0.50.3
8102026-07-02T04:04:52.041Z Downloaded password-hash v0.6.1
8112026-07-02T04:04:52.041Z Downloaded parse-display v0.10.0
8122026-07-02T04:04:52.045Z Downloaded peg-runtime v0.8.5
8132026-07-02T04:04:52.045Z Downloaded phf_shared v0.13.1
8142026-07-02T04:04:52.045Z Downloaded hybrid-array v0.4.13
8152026-07-02T04:04:52.049Z Downloaded path-slash v0.1.5
8162026-07-02T04:04:52.049Z Downloaded hickory-resolver v0.24.4
8172026-07-02T04:04:52.052Z Downloaded num-rational v0.4.2
8182026-07-02T04:04:52.052Z Downloaded percent-encoding v2.3.2
8192026-07-02T04:04:52.052Z Downloaded memmap2 v0.9.10
8202026-07-02T04:04:52.055Z Downloaded derive_more v2.1.1
8212026-07-02T04:04:52.059Z Downloaded phf_shared v0.11.3
8222026-07-02T04:04:52.062Z Downloaded lock_api v0.4.14
8232026-07-02T04:04:52.062Z Downloaded libloading v0.8.9
8242026-07-02T04:04:52.065Z Downloaded parse-size v1.1.0
8252026-07-02T04:04:52.065Z Downloaded nonempty v0.12.0
8262026-07-02T04:04:52.066Z Downloaded icu_collections v2.1.1
8272026-07-02T04:04:52.069Z Downloaded hyper-rustls v0.27.7
8282026-07-02T04:04:52.072Z Downloaded openssl-probe v0.1.6
8292026-07-02T04:04:52.075Z Downloaded olpc-cjson v0.1.4
8302026-07-02T04:04:52.075Z Downloaded iana-time-zone v0.1.65
8312026-07-02T04:04:52.078Z Downloaded flate2 v1.1.9
8322026-07-02T04:04:52.081Z Downloaded heapless v0.8.0
8332026-07-02T04:04:52.084Z Downloaded pbkdf2 v0.13.0
8342026-07-02T04:04:52.084Z Downloaded num-integer v0.1.46
8352026-07-02T04:04:52.084Z Downloaded linear-map v1.2.0
8362026-07-02T04:04:52.087Z Downloaded packed_struct_codegen v0.10.1
8372026-07-02T04:04:52.087Z Downloaded libsw v3.5.0
8382026-07-02T04:04:52.091Z Downloaded aes v0.9.1
8392026-07-02T04:04:52.091Z Downloaded heapless v0.7.17
8402026-07-02T04:04:52.094Z Downloaded crossterm v0.29.0
8412026-07-02T04:04:52.097Z Downloaded password-hash v0.5.0
8422026-07-02T04:04:52.100Z Downloaded icu_properties v2.1.2
8432026-07-02T04:04:52.103Z Downloaded indicatif v0.18.4
8442026-07-02T04:04:52.103Z Downloaded predicates-core v1.0.10
8452026-07-02T04:04:52.106Z Downloaded oxnet v0.1.6
8462026-07-02T04:04:52.106Z Downloaded pem-rfc7468 v1.0.0
8472026-07-02T04:04:52.110Z Downloaded expectorate v1.2.0
8482026-07-02T04:04:52.110Z Downloaded peg-macros v0.8.5
8492026-07-02T04:04:52.110Z Downloaded packed_struct v0.10.1
8502026-07-02T04:04:52.113Z Downloaded hmac v0.13.0
8512026-07-02T04:04:52.113Z Downloaded generic-array v1.4.3
8522026-07-02T04:04:52.116Z Downloaded powerfmt v0.2.0
8532026-07-02T04:04:52.116Z Downloaded phf_shared v0.12.1
8542026-07-02T04:04:52.116Z Downloaded phc v0.6.1
8552026-07-02T04:04:52.119Z Downloaded pem-rfc7468 v0.7.0
8562026-07-02T04:04:52.119Z Downloaded parse-display-derive v0.10.0
8572026-07-02T04:04:52.119Z Downloaded icu_normalizer v2.1.1
8582026-07-02T04:04:52.122Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-07-02T04:04:52.122Z Downloaded predicates-tree v1.0.13
8602026-07-02T04:04:52.125Z Downloaded precomputed-hash v0.1.1
8612026-07-02T04:04:52.125Z Downloaded der v0.8.0
8622026-07-02T04:04:52.128Z Downloaded phf v0.13.1
8632026-07-02T04:04:52.129Z Downloaded litrs v1.0.0
8642026-07-02T04:04:52.131Z Downloaded lru-cache v0.1.2
8652026-07-02T04:04:52.132Z Downloaded flume v0.11.1
8662026-07-02T04:04:52.135Z Downloaded aho-corasick v1.1.4
8672026-07-02T04:04:52.138Z Downloaded potential_utf v0.1.4
8682026-07-02T04:04:52.138Z Downloaded oxide-tokio-rt v0.1.4
8692026-07-02T04:04:52.141Z Downloaded nanorand v0.7.0
8702026-07-02T04:04:52.141Z Downloaded progenitor-client v0.14.0
8712026-07-02T04:04:52.144Z Downloaded pkg-config v0.3.32
8722026-07-02T04:04:52.144Z Downloaded pem v3.0.6
8732026-07-02T04:04:52.144Z Downloaded paste v1.0.15
8742026-07-02T04:04:52.149Z Downloaded psl-types v2.0.11
8752026-07-02T04:04:52.149Z Downloaded proc-macro-crate v3.4.0
8762026-07-02T04:04:52.149Z Downloaded proc-macro-crate v1.3.1
8772026-07-02T04:04:52.153Z Downloaded num-complex v0.4.6
8782026-07-02T04:04:52.153Z Downloaded quick-error v1.2.3
8792026-07-02T04:04:52.153Z Downloaded ml-kem v0.3.2
8802026-07-02T04:04:52.153Z Downloaded icu_locale_core v2.1.1
8812026-07-02T04:04:52.156Z Downloaded pin-project-lite v0.2.17
8822026-07-02T04:04:52.160Z Downloaded phf v0.12.1
8832026-07-02T04:04:52.164Z Downloaded polyval v0.7.1
8842026-07-02T04:04:52.164Z Downloaded poly1305 v0.8.0
8852026-07-02T04:04:52.167Z Downloaded postgres-protocol v0.6.10
8862026-07-02T04:04:52.167Z Downloaded icu_provider v2.1.1
8872026-07-02T04:04:52.170Z Downloaded pkcs8 v0.10.2
8882026-07-02T04:04:52.173Z Downloaded hashbrown v0.13.2
8892026-07-02T04:04:52.173Z Downloaded owo-colors v4.3.0
8902026-07-02T04:04:52.176Z Downloaded progenitor-macro v0.14.0
8912026-07-02T04:04:52.176Z Downloaded progenitor-macro v0.13.0
8922026-07-02T04:04:52.179Z Downloaded num_enum_derive v0.7.6
8932026-07-02T04:04:52.179Z Downloaded indexmap v1.9.3
8942026-07-02T04:04:52.183Z Downloaded rand_chacha v0.3.1
8952026-07-02T04:04:52.186Z Downloaded peg v0.8.5
8962026-07-02T04:04:52.189Z Downloaded radium v0.7.0
8972026-07-02T04:04:52.193Z Downloaded rand_xorshift v0.4.0
8982026-07-02T04:04:52.196Z Downloaded ref-cast-impl v1.0.25
8992026-07-02T04:04:52.196Z Downloaded primeorder v0.13.6
9002026-07-02T04:04:52.196Z Downloaded parking_lot_core v0.8.6
9012026-07-02T04:04:52.199Z Downloaded ref-cast v1.0.25
9022026-07-02T04:04:52.202Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-02T04:04:52.202Z Downloaded predicates v3.1.4
9042026-07-02T04:04:52.205Z Downloaded num-traits v0.2.19
9052026-07-02T04:04:52.209Z Downloaded pin-project-internal v1.1.11
9062026-07-02T04:04:52.209Z Downloaded papergrid v0.17.0
9072026-07-02T04:04:52.212Z Downloaded crossterm v0.28.1
9082026-07-02T04:04:52.215Z Downloaded progenitor-extras v0.2.0
9092026-07-02T04:04:52.218Z Downloaded progenitor v0.13.0
9102026-07-02T04:04:52.218Z Downloaded primefield v0.14.0
9112026-07-02T04:04:52.221Z Downloaded recursive v0.1.1
9122026-07-02T04:04:52.221Z Downloaded rfc6979 v0.5.0
9132026-07-02T04:04:52.221Z Downloaded parking_lot_core v0.9.12
9142026-07-02T04:04:52.224Z Downloaded pkcs1 v0.8.0-rc.4
9152026-07-02T04:04:52.227Z Downloaded progenitor-client v0.13.0
9162026-07-02T04:04:52.227Z Downloaded proc-macro-error2 v2.0.1
9172026-07-02T04:04:52.230Z Downloaded primeorder v0.14.0-rc.10
9182026-07-02T04:04:52.231Z Downloaded ppv-lite86 v0.2.21
9192026-07-02T04:04:52.231Z Downloaded rustc_version v0.1.7
9202026-07-02T04:04:52.233Z Downloaded rustc-hash v2.1.1
9212026-07-02T04:04:52.234Z Downloaded omicron-zone-package v0.12.3
9222026-07-02T04:04:52.237Z Downloaded internal-russh-num-bigint v0.5.0
9232026-07-02T04:04:52.240Z Downloaded same-file v1.0.6
9242026-07-02T04:04:52.240Z Downloaded rustc_version v0.4.1
9252026-07-02T04:04:52.244Z Downloaded progenitor v0.14.0
9262026-07-02T04:04:52.244Z Downloaded miniz_oxide v0.8.9
9272026-07-02T04:04:52.248Z Downloaded russh-util v0.52.0
9282026-07-02T04:04:52.248Z Downloaded russh-cryptovec v0.61.0
9292026-07-02T04:04:52.248Z Downloaded parking_lot v0.11.2
9302026-07-02T04:04:52.248Z Downloaded rtoolbox v0.0.3
9312026-07-02T04:04:52.251Z Downloaded rand_core v0.10.0
9322026-07-02T04:04:52.251Z Downloaded rand_chacha v0.9.0
9332026-07-02T04:04:52.251Z Downloaded r2d2 v0.8.10
9342026-07-02T04:04:52.254Z Downloaded pkcs8 v0.11.0
9352026-07-02T04:04:52.257Z Downloaded scheduled-thread-pool v0.2.7
9362026-07-02T04:04:52.257Z Downloaded parking_lot v0.12.5
9372026-07-02T04:04:52.260Z Downloaded scroll_derive v0.13.1
9382026-07-02T04:04:52.263Z Downloaded postcard v1.1.3
9392026-07-02T04:04:52.269Z Downloaded rand_core v0.9.5
9402026-07-02T04:04:52.272Z Downloaded scopeguard v1.2.0
9412026-07-02T04:04:52.272Z Downloaded sapling-renderdag v0.1.0
9422026-07-02T04:04:52.272Z Downloaded rand_core v0.6.4
9432026-07-02T04:04:52.275Z Downloaded secrecy v0.8.0
9442026-07-02T04:04:52.278Z Downloaded semver v0.1.20
9452026-07-02T04:04:52.278Z Downloaded postgres-types v0.2.12
9462026-07-02T04:04:52.282Z Downloaded serde-big-array v0.5.1
9472026-07-02T04:04:52.282Z Downloaded oso v0.27.3
9482026-07-02T04:04:52.285Z Downloaded hickory-resolver v0.25.2
9492026-07-02T04:04:52.289Z Downloaded hyper-util v0.1.20
9502026-07-02T04:04:52.293Z Downloaded secrecy v0.10.3
9512026-07-02T04:04:52.298Z Downloaded serde_urlencoded v0.7.1
9522026-07-02T04:04:52.301Z Downloaded rfc6979 v0.4.0
9532026-07-02T04:04:52.301Z Downloaded pkcs5 v0.8.1
9542026-07-02T04:04:52.304Z Downloaded pin-project v1.1.11
9552026-07-02T04:04:52.309Z Downloaded serde_bytes v0.11.19
9562026-07-02T04:04:52.313Z Downloaded rustls-pemfile v2.2.0
9572026-07-02T04:04:52.313Z Downloaded serde_repr v0.1.20
9582026-07-02T04:04:52.316Z Downloaded serde_spanned v1.1.1
9592026-07-02T04:04:52.316Z Downloaded hickory-server v0.25.2
9602026-07-02T04:04:52.319Z Downloaded sha1 v0.10.6
9612026-07-02T04:04:52.319Z Downloaded rusty-fork v0.3.1
9622026-07-02T04:04:52.322Z Downloaded rustversion v1.0.22
9632026-07-02T04:04:52.322Z Downloaded poly1305 v0.9.0
9642026-07-02T04:04:52.325Z Downloaded pkcs1 v0.7.5
9652026-07-02T04:04:52.325Z Downloaded http v1.4.2
9662026-07-02T04:04:52.328Z Downloaded rand_seeder v0.4.0
9672026-07-02T04:04:52.328Z Downloaded bindgen v0.71.1
9682026-07-02T04:04:52.332Z Downloaded sha1 v0.11.0
9692026-07-02T04:04:52.336Z Downloaded psm v0.1.30
9702026-07-02T04:04:52.339Z Downloaded signal-hook-mio v0.2.5
9712026-07-02T04:04:52.339Z Downloaded quinn-udp v0.5.14
9722026-07-02T04:04:52.339Z Downloaded serde_plain v1.0.2
9732026-07-02T04:04:52.343Z Downloaded hashbrown v0.12.3
9742026-07-02T04:04:52.347Z Downloaded dropshot-api-manager v0.7.2
9752026-07-02T04:04:52.350Z Downloaded signature v2.2.0
9762026-07-02T04:04:52.353Z Downloaded signal-hook-tokio v0.3.1
9772026-07-02T04:04:52.353Z Downloaded slog-envlogger v2.2.0
9782026-07-02T04:04:52.357Z Downloaded siphasher v1.0.2
9792026-07-02T04:04:52.357Z Downloaded sigpipe v0.1.3
9802026-07-02T04:04:52.357Z Downloaded seq-macro v0.3.6
9812026-07-02T04:04:52.357Z Downloaded sec1 v0.8.1
9822026-07-02T04:04:52.377Z Downloaded slog-bunyan v2.5.0
9832026-07-02T04:04:52.377Z Downloaded jiff-static v0.2.21
9842026-07-02T04:04:52.381Z Downloaded sec1 v0.7.3
9852026-07-02T04:04:52.381Z Downloaded scrypt v0.12.0
9862026-07-02T04:04:52.381Z Downloaded curve25519-dalek v4.1.3
9872026-07-02T04:04:52.382Z Downloaded serde_path_to_error v0.1.20
9882026-07-02T04:04:52.382Z Downloaded serde_derive_internals v0.29.1
9892026-07-02T04:04:52.382Z Downloaded prefix-trie v0.7.0
9902026-07-02T04:04:52.382Z Downloaded resolv-conf v0.7.6
9912026-07-02T04:04:52.382Z Downloaded schemars_derive v0.8.22
9922026-07-02T04:04:52.382Z Downloaded p384 v0.14.0-rc.10
9932026-07-02T04:04:52.385Z Downloaded rustls-native-certs v0.8.3
9942026-07-02T04:04:52.392Z Downloaded serde-hex v0.1.0
9952026-07-02T04:04:52.401Z Downloaded openssl-sys v0.9.115
9962026-07-02T04:04:52.407Z Downloaded salsa20 v0.11.0
9972026-07-02T04:04:52.413Z Downloaded shlex v1.3.0
9982026-07-02T04:04:52.416Z Downloaded shell-words v1.1.1
9992026-07-02T04:04:52.416Z Downloaded sqlparser_derive v0.5.0
10002026-07-02T04:04:52.419Z Downloaded stable_deref_trait v1.2.1
10012026-07-02T04:04:52.422Z Downloaded rustls-pki-types v1.14.0
10022026-07-02T04:04:52.422Z Downloaded serde_with_macros v1.5.2
10032026-07-02T04:04:52.425Z Downloaded signal-hook-registry v1.4.8
10042026-07-02T04:04:52.428Z Downloaded prettyplease v0.2.37
10052026-07-02T04:04:52.431Z Downloaded slog-async v2.8.0
10062026-07-02T04:04:52.435Z Downloaded strsim v0.10.0
10072026-07-02T04:04:52.438Z Downloaded strip-ansi-escapes v0.2.1
10082026-07-02T04:04:52.438Z Downloaded subtle v2.6.1
10092026-07-02T04:04:52.438Z Downloaded slab v0.4.12
10102026-07-02T04:04:52.441Z Downloaded slog-term v2.9.2
10112026-07-02T04:04:52.441Z Downloaded signature v3.0.0
10122026-07-02T04:04:52.444Z Downloaded serdect v0.4.3
10132026-07-02T04:04:52.444Z Downloaded progenitor-impl v0.13.0
10142026-07-02T04:04:52.444Z Downloaded serde_cbor v0.11.2
10152026-07-02T04:04:52.448Z Downloaded slog-dtrace v0.3.0
10162026-07-02T04:04:52.451Z Downloaded itertools v0.10.5
10172026-07-02T04:04:52.454Z Downloaded structmeta-derive v0.3.0
10182026-07-02T04:04:52.454Z Downloaded tabled_derive v0.11.0
10192026-07-02T04:04:52.457Z Downloaded sync_wrapper v1.0.2
10202026-07-02T04:04:52.457Z Downloaded minimal-lexical v0.2.1
10212026-07-02T04:04:52.460Z Downloaded simd-adler32 v0.3.8
10222026-07-02T04:04:52.460Z Downloaded smallvec v0.6.14
10232026-07-02T04:04:52.463Z Downloaded strum v0.26.3
10242026-07-02T04:04:52.463Z Downloaded slog-stdlog v4.1.1
10252026-07-02T04:04:52.463Z Downloaded strum v0.27.2
10262026-07-02T04:04:52.463Z Downloaded slog-scope v4.4.1
10272026-07-02T04:04:52.466Z Downloaded structmeta v0.3.0
10282026-07-02T04:04:52.466Z Downloaded slog-json v2.6.1
10292026-07-02T04:04:52.467Z Downloaded p256 v0.14.0-rc.10
10302026-07-02T04:04:52.471Z Downloaded tagptr v0.2.0
10312026-07-02T04:04:52.471Z Downloaded sync-ptr v0.1.4
10322026-07-02T04:04:52.474Z Downloaded supports-color v3.0.2
10332026-07-02T04:04:52.474Z Downloaded mio v1.2.0
10342026-07-02T04:04:52.477Z Downloaded smf v0.2.3
10352026-07-02T04:04:52.477Z Downloaded serde_with_macros v3.17.0
10362026-07-02T04:04:52.477Z Downloaded termtree v0.5.1
10372026-07-02T04:04:52.480Z Downloaded tabwriter v1.4.1
10382026-07-02T04:04:52.480Z Downloaded pretty_assertions v1.4.1
10392026-07-02T04:04:52.480Z Downloaded progenitor-impl v0.14.0
10402026-07-02T04:04:52.484Z Downloaded rcgen v0.12.1
10412026-07-02T04:04:52.484Z Downloaded ryu v1.0.23
10422026-07-02T04:04:52.487Z Downloaded num-bigint v0.4.6
10432026-07-02T04:04:52.490Z Downloaded sha2 v0.11.0
10442026-07-02T04:04:52.493Z Downloaded thread-id v5.1.0
10452026-07-02T04:04:52.493Z Downloaded snafu-derive v0.8.9
10462026-07-02T04:04:52.493Z Downloaded thiserror-impl-no-std v2.0.2
10472026-07-02T04:04:52.496Z Downloaded testing_table v0.3.0
10482026-07-02T04:04:52.496Z Downloaded tap v1.0.1
10492026-07-02T04:04:52.496Z Downloaded stacker v0.1.23
10502026-07-02T04:04:52.499Z Downloaded tinyvec_macros v0.1.1
10512026-07-02T04:04:52.499Z Downloaded ssh-encoding v0.3.0-rc.9
10522026-07-02T04:04:52.499Z Downloaded schemars v0.8.22
10532026-07-02T04:04:52.505Z Downloaded hashbrown v0.16.1
10542026-07-02T04:04:52.508Z Downloaded rustls-platform-verifier v0.6.2
10552026-07-02T04:04:52.511Z Downloaded spki v0.8.0
10562026-07-02T04:04:52.514Z Downloaded spki v0.7.3
10572026-07-02T04:04:52.514Z Downloaded stringprep v0.1.5
10582026-07-02T04:04:52.514Z Downloaded scroll v0.13.0
10592026-07-02T04:04:52.517Z Downloaded take_mut v0.2.2
10602026-07-02T04:04:52.517Z Downloaded publicsuffix v2.3.0
10612026-07-02T04:04:52.520Z Downloaded ron v0.8.1
10622026-07-02T04:04:52.524Z Downloaded synstructure v0.13.2
10632026-07-02T04:04:52.524Z Downloaded support-bundle-viewer v0.1.2
10642026-07-02T04:04:52.524Z Downloaded string_cache v0.8.9
10652026-07-02T04:04:52.527Z Downloaded static_assertions v1.1.0
10662026-07-02T04:04:52.527Z Downloaded blake3 v1.8.5
10672026-07-02T04:04:52.535Z Downloaded strum_macros v0.24.3
10682026-07-02T04:04:52.539Z Downloaded chrono v0.4.44
10692026-07-02T04:04:52.542Z Downloaded tokio-macros v2.7.0
10702026-07-02T04:04:52.545Z Downloaded strum_macros v0.26.4
10712026-07-02T04:04:52.545Z Downloaded aws-lc-rs v1.16.3
10722026-07-02T04:04:52.550Z Downloaded tokio-test v0.4.5
10732026-07-02T04:04:52.553Z Downloaded bitvec v1.0.1
10742026-07-02T04:04:52.561Z Downloaded sqlformat v0.3.5
10752026-07-02T04:04:52.564Z Downloaded time-macros v0.2.27
10762026-07-02T04:04:52.567Z Downloaded topological-sort v0.2.2
10772026-07-02T04:04:52.567Z Downloaded thiserror-no-std v2.0.2
10782026-07-02T04:04:52.567Z Downloaded tower-layer v0.3.3
10792026-07-02T04:04:52.570Z Downloaded ssh-cipher v0.3.0-rc.9
10802026-07-02T04:04:52.570Z Downloaded thread_local v1.1.9
10812026-07-02T04:04:52.570Z Downloaded schemars v0.9.0
10822026-07-02T04:04:52.577Z Downloaded rand v0.8.6
10832026-07-02T04:04:52.580Z Downloaded itertools v0.13.0
10842026-07-02T04:04:52.583Z Downloaded spin v0.9.8
10852026-07-02T04:04:52.587Z Downloaded try-lock v0.2.5
10862026-07-02T04:04:52.587Z Downloaded unarray v0.1.4
10872026-07-02T04:04:52.587Z Downloaded tower-service v0.3.3
10882026-07-02T04:04:52.591Z Downloaded slog v2.8.2
10892026-07-02T04:04:52.591Z Downloaded iddqd v0.4.2
10902026-07-02T04:04:52.594Z Downloaded tls_codec v0.4.2
10912026-07-02T04:04:52.597Z Downloaded num-bigint-dig v0.8.6
10922026-07-02T04:04:52.600Z Downloaded untrusted v0.7.1
10932026-07-02T04:04:52.600Z Downloaded universal-hash v0.5.1
10942026-07-02T04:04:52.603Z Downloaded unit-prefix v0.5.2
10952026-07-02T04:04:52.603Z Downloaded unicode-xid v0.2.6
10962026-07-02T04:04:52.603Z Downloaded iri-string v0.7.10
10972026-07-02T04:04:52.607Z Downloaded strum_macros v0.27.2
10982026-07-02T04:04:52.610Z Downloaded p521 v0.14.0-rc.10
10992026-07-02T04:04:52.613Z Downloaded typify-macro v0.6.2
11002026-07-02T04:04:52.613Z Downloaded rsa v0.9.10
11012026-07-02T04:04:52.616Z Downloaded similar v2.7.0
11022026-07-02T04:04:52.619Z Downloaded tokio-dtrace v0.1.1
11032026-07-02T04:04:52.619Z Downloaded icu_properties_data v2.1.2
11042026-07-02T04:04:52.623Z Downloaded utf8_iter v1.0.4
11052026-07-02T04:04:52.626Z Downloaded utf-8 v0.7.6
11062026-07-02T04:04:52.626Z Downloaded usdt v0.6.0
11072026-07-02T04:04:52.626Z Downloaded usdt-attr-macro v0.6.0
11082026-07-02T04:04:52.626Z Downloaded socket2 v0.6.3
11092026-07-02T04:04:52.629Z Downloaded term v1.2.1
11102026-07-02T04:04:52.629Z Downloaded itertools v0.14.0
11112026-07-02T04:04:52.633Z Downloaded nom v8.0.0
11122026-07-02T04:04:52.637Z Downloaded socket2 v0.5.10
11132026-07-02T04:04:52.640Z Downloaded wait-timeout v0.2.1
11142026-07-02T04:04:52.641Z Downloaded libm v0.2.16
11152026-07-02T04:04:52.644Z Downloaded usdt-macro v0.6.0
11162026-07-02T04:04:52.648Z Downloaded toml_writer v1.1.1+spec-1.1.0
11172026-07-02T04:04:52.648Z Downloaded void v1.0.2
11182026-07-02T04:04:52.648Z Downloaded signal-hook v0.3.18
11192026-07-02T04:04:52.648Z Downloaded futures-util v0.3.32
11202026-07-02T04:04:52.654Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-07-02T04:04:52.657Z Downloaded tinystr v0.8.2
11222026-07-02T04:04:52.657Z Downloaded term v0.7.0
11232026-07-02T04:04:52.660Z Downloaded tui-tree-widget v0.23.1
11242026-07-02T04:04:52.660Z Downloaded libxml v0.3.3
11252026-07-02T04:04:52.663Z Downloaded schemars v1.2.1
11262026-07-02T04:04:52.671Z Downloaded yoke-derive v0.8.1
11272026-07-02T04:04:52.674Z Downloaded want v0.3.1
11282026-07-02T04:04:52.674Z Downloaded waitgroup v0.1.2
11292026-07-02T04:04:52.674Z Downloaded universal-hash v0.6.1
11302026-07-02T04:04:52.677Z Downloaded trait-variant v0.1.2
11312026-07-02T04:04:52.677Z Downloaded qorb v0.4.1
11322026-07-02T04:04:52.680Z Downloaded rand v0.9.2
11332026-07-02T04:04:52.680Z Downloaded hkdf v0.13.0
11342026-07-02T04:04:52.684Z Downloaded snafu v0.8.9
11352026-07-02T04:04:52.687Z Downloaded unicase v2.9.0
11362026-07-02T04:04:52.687Z Downloaded tokio-rustls v0.26.4
11372026-07-02T04:04:52.690Z Downloaded zerofrom-derive v0.1.6
11382026-07-02T04:04:52.690Z Downloaded xattr v1.6.1
11392026-07-02T04:04:52.690Z Downloaded hkdf v0.12.4
11402026-07-02T04:04:52.694Z Downloaded tokio-native-tls v0.3.1
11412026-07-02T04:04:52.694Z Downloaded zeroize_derive v1.4.3
11422026-07-02T04:04:52.694Z Downloaded zerofrom v0.1.6
11432026-07-02T04:04:52.694Z Downloaded rustls-webpki v0.103.13
11442026-07-02T04:04:52.697Z Downloaded untrusted v0.9.0
11452026-07-02T04:04:52.697Z Downloaded rand v0.10.1
11462026-07-02T04:04:52.700Z Downloaded zone v0.3.1
11472026-07-02T04:04:52.700Z Downloaded unicode-truncate v1.1.0
11482026-07-02T04:04:52.705Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11492026-07-02T04:04:52.705Z Downloaded tokio-tungstenite v0.23.1
11502026-07-02T04:04:52.705Z Downloaded tokio-tungstenite v0.21.0
11512026-07-02T04:04:52.705Z Downloaded xshell-macros v0.2.7
11522026-07-02T04:04:52.708Z Downloaded samael v0.0.19
11532026-07-02T04:04:52.713Z Downloaded vergen-lib v0.1.6
11542026-07-02T04:04:52.713Z Downloaded tokio-stream v0.1.18
11552026-07-02T04:04:52.717Z Downloaded test-strategy v0.4.5
11562026-07-02T04:04:52.717Z Downloaded tracing-attributes v0.1.31
11572026-07-02T04:04:52.717Z Downloaded vergen-gitcl v1.0.8
11582026-07-02T04:04:52.721Z Downloaded vergen-git2 v9.1.0
11592026-07-02T04:04:52.721Z Downloaded vergen-lib v9.1.0
11602026-07-02T04:04:52.721Z Downloaded usdt-impl v0.6.0
11612026-07-02T04:04:52.721Z Downloaded rsa v0.10.0-rc.18
11622026-07-02T04:04:52.724Z Downloaded tiny-keccak v2.0.2
11632026-07-02T04:04:52.727Z Downloaded zone_cfg_derive v0.3.1
11642026-07-02T04:04:52.727Z Downloaded nom v7.1.3
11652026-07-02T04:04:52.730Z Downloaded tinyvec v1.10.0
11662026-07-02T04:04:52.733Z Downloaded hyper v1.10.1
11672026-07-02T04:04:52.737Z Downloaded wyz v0.5.1
11682026-07-02T04:04:52.740Z Downloaded writeable v0.6.2
11692026-07-02T04:04:52.740Z Downloaded whoami v2.1.0
11702026-07-02T04:04:52.740Z Downloaded vsss-rs v3.3.4
11712026-07-02T04:04:52.743Z Downloaded tls_codec_derive v0.4.2
11722026-07-02T04:04:52.743Z Downloaded time-core v0.1.8
11732026-07-02T04:04:52.744Z Downloaded rayon-core v1.13.0
11742026-07-02T04:04:52.747Z Downloaded itertools v0.12.1
11752026-07-02T04:04:52.750Z Downloaded walkdir v2.5.0
11762026-07-02T04:04:52.753Z Downloaded toml_parser v1.1.2+spec-1.1.0
11772026-07-02T04:04:52.753Z Downloaded uzers v0.12.2
11782026-07-02T04:04:52.753Z Downloaded subprocess v0.2.15
11792026-07-02T04:04:52.756Z Downloaded unicode-properties v0.1.4
11802026-07-02T04:04:52.759Z Downloaded hashbrown v0.15.5
11812026-07-02T04:04:52.759Z Downloaded termios v0.3.3
11822026-07-02T04:04:52.762Z Downloaded git2 v0.20.4
11832026-07-02T04:04:52.765Z Downloaded whoami v1.6.1
11842026-07-02T04:04:52.769Z Downloaded twox-hash v2.1.2
11852026-07-02T04:04:52.769Z Downloaded serde_yaml v0.9.34+deprecated
11862026-07-02T04:04:52.772Z Downloaded quinn v0.11.9
11872026-07-02T04:04:52.772Z Downloaded idna v1.1.0
11882026-07-02T04:04:52.775Z Downloaded smallvec v1.15.1
11892026-07-02T04:04:52.778Z Downloaded xshell v0.2.7
11902026-07-02T04:04:52.781Z Downloaded zstd-safe v7.2.4
11912026-07-02T04:04:52.781Z Downloaded h2 v0.4.15
11922026-07-02T04:04:52.785Z Downloaded zstd v0.13.3
11932026-07-02T04:04:52.788Z Downloaded tungstenite v0.21.0
11942026-07-02T04:04:52.791Z Downloaded zerovec-derive v0.11.2
11952026-07-02T04:04:52.791Z Downloaded zeroize v1.8.2
11962026-07-02T04:04:52.791Z Downloaded serde_with v1.14.0
11972026-07-02T04:04:52.795Z Downloaded rustyline v14.0.0
11982026-07-02T04:04:52.798Z Downloaded yoke v0.8.1
11992026-07-02T04:04:52.801Z Downloaded unsafe-libyaml v0.2.11
12002026-07-02T04:04:52.804Z Downloaded toml v1.1.2+spec-1.1.0
12012026-07-02T04:04:52.804Z Downloaded tar v0.4.45
12022026-07-02T04:04:52.807Z Downloaded typify v0.6.2
12032026-07-02T04:04:52.810Z Downloaded zerocopy v0.6.6
12042026-07-02T04:04:52.810Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-07-02T04:04:52.813Z Downloaded tungstenite v0.23.0
12062026-07-02T04:04:52.816Z Downloaded tracing-core v0.1.36
12072026-07-02T04:04:52.819Z Downloaded vte v0.14.1
12082026-07-02T04:04:52.824Z Downloaded steno v0.4.1
12092026-07-02T04:04:52.833Z Downloaded unicode-bidi v0.3.18
12102026-07-02T04:04:52.836Z Downloaded yasna v0.5.2
12112026-07-02T04:04:52.839Z Downloaded rpassword v7.4.0
12122026-07-02T04:04:52.839Z Downloaded p384 v0.13.1
12132026-07-02T04:04:52.842Z Downloaded vergen v9.1.0
12142026-07-02T04:04:52.845Z Downloaded tokio-postgres v0.7.16
12152026-07-02T04:04:52.848Z Downloaded toml v0.7.8
12162026-07-02T04:04:52.851Z Downloaded lalrpop v0.19.12
12172026-07-02T04:04:52.862Z Downloaded regex v1.12.3
12182026-07-02T04:04:52.873Z Downloaded url v2.5.8
12192026-07-02T04:04:52.876Z Downloaded unicode_categories v0.1.1
12202026-07-02T04:04:52.890Z Downloaded zip v0.6.6
12212026-07-02T04:04:52.893Z Downloaded uuid v1.23.4
12222026-07-02T04:04:52.896Z Downloaded zopfli v0.8.3
12232026-07-02T04:04:52.896Z Downloaded portable-atomic v1.13.1
12242026-07-02T04:04:52.920Z Downloaded zerocopy-derive v0.8.40
12252026-07-02T04:04:52.927Z Downloaded reqwest v0.13.2
12262026-07-02T04:04:52.927Z Downloaded reqwest v0.12.28
12272026-07-02T04:04:52.934Z Downloaded toml_edit v0.19.15
12282026-07-02T04:04:52.946Z Downloaded yansi v1.0.1
12292026-07-02T04:04:52.957Z Downloaded proptest v1.10.0
12302026-07-02T04:04:52.957Z Downloaded zerotrie v0.2.3
12312026-07-02T04:04:52.957Z Downloaded ssh-key v0.7.0-rc.10
12322026-07-02T04:04:52.968Z Downloaded reedline v0.40.0
12332026-07-02T04:04:52.968Z Downloaded rayon v1.11.0
12342026-07-02T04:04:52.979Z Downloaded x509-cert v0.2.5
12352026-07-02T04:04:52.979Z Downloaded unicode-normalization v0.1.25
12362026-07-02T04:04:52.979Z Downloaded salty v0.3.0
12372026-07-02T04:04:52.987Z Downloaded petname v2.0.2
12382026-07-02T04:04:52.987Z Downloaded tower v0.5.3
12392026-07-02T04:04:53.001Z Downloaded tokio-util v0.7.18
12402026-07-02T04:04:53.001Z Downloaded quick-xml v0.37.5
12412026-07-02T04:04:53.013Z Downloaded unicode-segmentation v1.12.0
12422026-07-02T04:04:53.022Z Downloaded moka v0.12.13
12432026-07-02T04:04:53.022Z Downloaded zip v4.6.1
12442026-07-02T04:04:53.025Z Downloaded curve25519-dalek v5.0.0-rc.0
12452026-07-02T04:04:53.030Z Downloaded russh v0.61.2
12462026-07-02T04:04:53.035Z Downloaded bstr v1.12.1
12472026-07-02T04:04:53.041Z Downloaded dropshot v0.17.1
12482026-07-02T04:04:53.056Z Downloaded typed-path v0.9.3
12492026-07-02T04:04:53.066Z Downloaded tough v0.22.0
12502026-07-02T04:04:53.069Z Downloaded tower-http v0.6.8
12512026-07-02T04:04:53.074Z Downloaded goblin v0.10.5
12522026-07-02T04:04:53.082Z Downloaded openssl v0.10.79
12532026-07-02T04:04:53.086Z Downloaded serde_with v3.17.0
12542026-07-02T04:04:53.093Z Downloaded time v0.3.47
12552026-07-02T04:04:53.101Z Downloaded zerovec v0.11.5
12562026-07-02T04:04:53.106Z Downloaded regex-syntax v0.6.29
12572026-07-02T04:04:53.109Z Downloaded nix v0.27.1
12582026-07-02T04:04:53.113Z Downloaded smoltcp v0.9.1
12592026-07-02T04:04:53.119Z Downloaded zlib-rs v0.6.2
12602026-07-02T04:04:53.122Z Downloaded openapiv3 v2.2.0
12612026-07-02T04:04:53.129Z Downloaded object v0.37.3
12622026-07-02T04:04:53.135Z Downloaded radix_trie v0.2.1
12632026-07-02T04:04:53.138Z Downloaded regress v0.10.5
12642026-07-02T04:04:53.143Z Downloaded object v0.30.4
12652026-07-02T04:04:53.150Z Downloaded winnow v0.5.40
12662026-07-02T04:04:53.153Z Downloaded zerocopy v0.8.40
12672026-07-02T04:04:53.158Z Downloaded smoltcp v0.11.0
12682026-07-02T04:04:53.165Z Downloaded rustix v0.38.44
12692026-07-02T04:04:53.178Z Downloaded regex-syntax v0.8.10
12702026-07-02T04:04:53.182Z Downloaded winnow v0.6.26
12712026-07-02T04:04:53.187Z Downloaded quinn-proto v0.11.13
12722026-07-02T04:04:53.191Z Downloaded nix v0.31.2
12732026-07-02T04:04:53.201Z Downloaded winnow v1.0.3
12742026-07-02T04:04:53.208Z Downloaded polar-core v0.27.3
12752026-07-02T04:04:53.216Z Downloaded hickory-proto v0.24.4
12762026-07-02T04:04:53.224Z Downloaded tracing v0.1.44
12772026-07-02T04:04:53.237Z Downloaded tabled v0.20.0
12782026-07-02T04:04:53.246Z Downloaded sha3 v0.11.0
12792026-07-02T04:04:53.249Z Downloaded sled v0.34.7
12802026-07-02T04:04:53.254Z Downloaded vcpkg v0.2.15
12812026-07-02T04:04:53.277Z Downloaded nix v0.28.0
12822026-07-02T04:04:53.288Z Downloaded hickory-proto v0.25.2
12832026-07-02T04:04:53.309Z Downloaded csv v1.4.0
12842026-07-02T04:04:53.322Z Downloaded sha3 v0.10.8
12852026-07-02T04:04:53.340Z Downloaded regress v0.11.1
12862026-07-02T04:04:53.366Z Downloaded ring v0.17.14
12872026-07-02T04:04:53.419Z Downloaded rustls v0.23.41
12882026-07-02T04:04:53.464Z Downloaded sqlparser v0.61.0
12892026-07-02T04:04:53.474Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-07-02T04:04:53.498Z Downloaded typify-impl v0.6.2
12912026-07-02T04:04:53.503Z Downloaded fiat-crypto v0.3.0
12922026-07-02T04:04:53.511Z Downloaded ratatui v0.29.0
12932026-07-02T04:04:53.556Z Downloaded zerocopy-derive v0.6.6
12942026-07-02T04:04:53.572Z Downloaded regex-automata v0.4.14
12952026-07-02T04:04:53.578Z Downloaded chrono-tz v0.10.4
12962026-07-02T04:04:53.618Z Downloaded jiff v0.2.21
12972026-07-02T04:04:53.631Z Downloaded petgraph v0.6.5
12982026-07-02T04:04:53.641Z Downloaded petgraph v0.8.3
12992026-07-02T04:04:53.693Z Downloaded libz-sys v1.1.24
13002026-07-02T04:04:53.708Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-07-02T04:04:53.722Z Downloaded tokio v1.52.1
13022026-07-02T04:04:53.790Z Downloaded encoding_rs v0.8.35
13032026-07-02T04:04:53.855Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-07-02T04:04:54.374Z Downloaded aws-lc-sys v0.40.0
13052026-07-02T04:04:54.624Z Compiling libc v0.2.185
13062026-07-02T04:04:54.624Z Compiling serde_core v1.0.228
13072026-07-02T04:04:54.624Z Compiling serde v1.0.228
13082026-07-02T04:04:54.627Z Compiling log v0.4.29
13092026-07-02T04:04:54.627Z Compiling smallvec v1.15.1
13102026-07-02T04:04:54.627Z Compiling find-msvc-tools v0.1.9
13112026-07-02T04:04:54.627Z Compiling shlex v1.3.0
13122026-07-02T04:04:54.761Z Compiling syn v2.0.117
13132026-07-02T04:04:54.960Z Compiling subtle v2.6.1
13142026-07-02T04:04:54.972Z Compiling scopeguard v1.2.0
13152026-07-02T04:04:54.984Z Compiling stable_deref_trait v1.2.1
13162026-07-02T04:04:55.063Z Compiling lock_api v0.4.14
13172026-07-02T04:04:55.101Z Compiling typenum v1.20.1
13182026-07-02T04:04:55.106Z Compiling serde_json v1.0.150
13192026-07-02T04:04:55.113Z Compiling portable-atomic v1.13.1
13202026-07-02T04:04:55.152Z Compiling zerocopy v0.8.40
13212026-07-02T04:04:55.294Z Compiling parking_lot_core v0.9.12
13222026-07-02T04:04:55.324Z Compiling pin-project-lite v0.2.17
13232026-07-02T04:04:55.419Z Compiling pkg-config v0.3.32
13242026-07-02T04:04:55.573Z Compiling critical-section v1.2.0
13252026-07-02T04:04:55.603Z Compiling jobserver v0.1.34
13262026-07-02T04:04:55.628Z Compiling errno v0.3.14
13272026-07-02T04:04:55.676Z Compiling getrandom v0.2.17
13282026-07-02T04:04:55.772Z Compiling signal-hook-registry v1.4.8
13292026-07-02T04:04:55.876Z Compiling cc v1.2.56
13302026-07-02T04:04:55.895Z Compiling rand_core v0.6.4
13312026-07-02T04:04:55.961Z Compiling futures-core v0.3.32
13322026-07-02T04:04:56.040Z Compiling getrandom v0.4.1
13332026-07-02T04:04:56.116Z Compiling once_cell v1.21.3
13342026-07-02T04:04:56.156Z Compiling libm v0.2.16
13352026-07-02T04:04:56.172Z Compiling parking_lot v0.12.5
13362026-07-02T04:04:56.232Z Compiling mio v1.2.0
13372026-07-02T04:04:56.330Z Compiling num-traits v0.2.19
13382026-07-02T04:04:56.412Z Compiling generic-array v0.14.7
13392026-07-02T04:04:56.489Z Compiling rand_core v0.10.0
13402026-07-02T04:04:56.528Z Compiling const-oid v0.9.6
13412026-07-02T04:04:56.692Z Compiling writeable v0.6.2
13422026-07-02T04:04:56.706Z Compiling percent-encoding v2.3.2
13432026-07-02T04:04:56.986Z Compiling bitflags v2.11.0
13442026-07-02T04:04:57.013Z Compiling litemap v0.8.1
13452026-07-02T04:04:57.034Z Compiling semver v1.0.28
13462026-07-02T04:04:57.205Z Compiling socket2 v0.6.3
13472026-07-02T04:04:57.213Z Compiling icu_properties_data v2.1.2
13482026-07-02T04:04:57.359Z Compiling icu_normalizer_data v2.1.1
13492026-07-02T04:04:57.382Z Compiling futures-sink v0.3.32
13502026-07-02T04:04:57.531Z Compiling futures-channel v0.3.32
13512026-07-02T04:04:57.574Z Compiling synstructure v0.13.2
13522026-07-02T04:04:57.615Z Compiling futures-io v0.3.32
13532026-07-02T04:04:57.663Z Compiling futures-task v0.3.32
13542026-07-02T04:04:57.761Z Compiling slab v0.4.12
13552026-07-02T04:04:57.778Z Compiling indexmap v2.14.0
13562026-07-02T04:04:57.835Z Compiling utf8_iter v1.0.4
13572026-07-02T04:04:57.849Z Compiling rustversion v1.0.22
13582026-07-02T04:04:57.947Z Compiling getrandom v0.3.4
13592026-07-02T04:04:57.985Z Compiling form_urlencoded v1.2.2
13602026-07-02T04:04:58.098Z Compiling cmake v0.1.57
13612026-07-02T04:04:58.125Z Compiling fs_extra v1.3.0
13622026-07-02T04:04:58.168Z Compiling dunce v1.0.5
13632026-07-02T04:04:58.189Z Compiling rustix v1.1.3
13642026-07-02T04:04:58.265Z Compiling ident_case v1.0.1
13652026-07-02T04:04:58.389Z Compiling iana-time-zone v0.1.65
13662026-07-02T04:04:58.403Z Compiling regex-syntax v0.8.10
13672026-07-02T04:04:58.439Z Compiling vcpkg v0.2.15
13682026-07-02T04:04:58.495Z Compiling aws-lc-sys v0.40.0
13692026-07-02T04:04:58.594Z Compiling base64ct v1.8.3
13702026-07-02T04:04:58.870Z Compiling rand_core v0.9.5
13712026-07-02T04:04:58.886Z Compiling pem-rfc7468 v0.7.0
13722026-07-02T04:04:58.900Z Compiling rustc_version v0.4.1
13732026-07-02T04:04:59.155Z Compiling uuid v1.23.4
13742026-07-02T04:04:59.182Z Compiling openssl-sys v0.9.115
13752026-07-02T04:04:59.195Z Compiling tracing-core v0.1.36
13762026-07-02T04:04:59.235Z Compiling base64 v0.22.1
13772026-07-02T04:04:59.308Z Compiling serde_derive v1.0.228
13782026-07-02T04:04:59.564Z Compiling zeroize_derive v1.4.3
13792026-07-02T04:04:59.736Z Compiling zerofrom-derive v0.1.6
13802026-07-02T04:04:59.758Z Compiling yoke-derive v0.8.1
13812026-07-02T04:04:59.910Z Compiling zerovec-derive v0.11.2
13822026-07-02T04:04:59.931Z Compiling zerocopy-derive v0.8.40
13832026-07-02T04:05:00.242Z Compiling zeroize v1.8.2
13842026-07-02T04:05:00.452Z Compiling displaydoc v0.2.5
13852026-07-02T04:05:00.972Z Compiling tokio-macros v2.7.0
13862026-07-02T04:05:01.093Z Compiling futures-macro v0.3.32
13872026-07-02T04:05:01.174Z Compiling zerofrom v0.1.6
13882026-07-02T04:05:01.231Z Compiling thiserror-impl v2.0.18
13892026-07-02T04:05:01.304Z Compiling yoke v0.8.1
13902026-07-02T04:05:01.386Z Compiling block-buffer v0.10.4
13912026-07-02T04:05:01.484Z Compiling zerovec v0.11.5
13922026-07-02T04:05:01.552Z Compiling zerotrie v0.2.3
13932026-07-02T04:05:01.731Z Compiling crypto-common v0.1.7
13942026-07-02T04:05:01.846Z Compiling tracing-attributes v0.1.31
13952026-07-02T04:05:01.952Z Compiling digest v0.10.7
13962026-07-02T04:05:01.982Z Compiling futures-util v0.3.32
13972026-07-02T04:05:02.059Z Compiling tinystr v0.8.2
13982026-07-02T04:05:02.202Z Compiling potential_utf v0.1.4
13992026-07-02T04:05:02.265Z Compiling icu_locale_core v2.1.1
14002026-07-02T04:05:02.370Z Compiling icu_collections v2.1.1
14012026-07-02T04:05:02.624Z Compiling der_derive v0.7.3
14022026-07-02T04:05:02.850Z Compiling bytes v1.11.1
14032026-07-02T04:05:02.907Z Compiling icu_provider v2.1.1
14042026-07-02T04:05:03.158Z Compiling icu_properties v2.1.2
14052026-07-02T04:05:03.203Z Compiling icu_normalizer v2.1.1
14062026-07-02T04:05:03.218Z Compiling chrono v0.4.44
14072026-07-02T04:05:03.472Z Compiling tokio v1.52.1
14082026-07-02T04:05:03.600Z Compiling http v1.4.2
14092026-07-02T04:05:03.741Z Compiling flagset v0.4.7
14102026-07-02T04:05:03.877Z Compiling aws-lc-rs v1.16.3
14112026-07-02T04:05:04.177Z Compiling idna_adapter v1.2.1
14122026-07-02T04:05:04.238Z Compiling http-body v1.0.1
14132026-07-02T04:05:04.293Z Compiling ppv-lite86 v0.2.21
14142026-07-02T04:05:04.312Z Compiling idna v1.1.0
14152026-07-02T04:05:04.395Z Compiling der v0.7.10
14162026-07-02T04:05:04.471Z Compiling tracing v0.1.44
14172026-07-02T04:05:04.513Z Compiling thiserror v2.0.18
14182026-07-02T04:05:04.601Z Compiling url v2.5.8
14192026-07-02T04:05:04.612Z Compiling rand_chacha v0.9.0
14202026-07-02T04:05:04.625Z Compiling rustls-pki-types v1.14.0
14212026-07-02T04:05:04.793Z Compiling openssl-probe v0.2.1
14222026-07-02T04:05:04.959Z Compiling httparse v1.10.1
14232026-07-02T04:05:04.972Z Compiling cmov v0.5.4
14242026-07-02T04:05:05.073Z Compiling tinyvec_macros v0.1.1
14252026-07-02T04:05:05.142Z Compiling ctutils v0.4.2
14262026-07-02T04:05:05.174Z Compiling tinyvec v1.10.0
14272026-07-02T04:05:05.288Z Compiling spki v0.7.3
14282026-07-02T04:05:05.344Z Compiling rand v0.9.2
14292026-07-02T04:05:05.370Z Compiling pest_generator v2.8.6
14302026-07-02T04:05:05.373Z Compiling serde_derive_internals v0.29.1
14312026-07-02T04:05:05.486Z Compiling aho-corasick v1.1.4
14322026-07-02T04:05:05.515Z Compiling tower-layer v0.3.3
14332026-07-02T04:05:05.572Z Compiling tower-service v0.3.3
14342026-07-02T04:05:05.668Z Compiling atomic-waker v1.1.2
14352026-07-02T04:05:05.683Z Compiling dyn-clone v1.0.20
14362026-07-02T04:05:05.788Z Compiling try-lock v0.2.5
14372026-07-02T04:05:05.811Z Compiling untrusted v0.7.1
14382026-07-02T04:05:05.893Z Compiling schemars v0.8.22
14392026-07-02T04:05:05.933Z Compiling want v0.3.1
14402026-07-02T04:05:06.036Z Compiling pest_derive v2.8.6
14412026-07-02T04:05:06.092Z Compiling tempfile v3.25.0
14422026-07-02T04:05:06.135Z Compiling hybrid-array v0.4.13
14432026-07-02T04:05:06.247Z Compiling schemars_derive v0.8.22
14442026-07-02T04:05:06.409Z Compiling regex-automata v0.4.14
14452026-07-02T04:05:06.449Z Compiling ipnet v2.11.0
14462026-07-02T04:05:06.468Z Compiling scroll_derive v0.13.1
14472026-07-02T04:05:06.941Z Compiling darling_core v0.20.11
14482026-07-02T04:05:06.941Z Compiling cpufeatures v0.2.17
14492026-07-02T04:05:07.018Z Compiling openssl v0.10.79
14502026-07-02T04:05:07.143Z Compiling foreign-types-shared v0.1.1
14512026-07-02T04:05:07.231Z Compiling tokio-util v0.7.18
14522026-07-02T04:05:07.261Z Compiling untrusted v0.9.0
14532026-07-02T04:05:07.310Z Compiling rustls v0.23.41
14542026-07-02T04:05:07.380Z Compiling httpdate v1.0.3
14552026-07-02T04:05:07.495Z Compiling scroll v0.13.0
14562026-07-02T04:05:07.625Z Compiling foreign-types v0.3.2
14572026-07-02T04:05:07.697Z Compiling unicode-normalization v0.1.25
14582026-07-02T04:05:07.762Z Compiling pkcs8 v0.10.2
14592026-07-02T04:05:08.018Z Compiling h2 v0.4.15
14602026-07-02T04:05:08.259Z Compiling openssl-macros v0.1.1
14612026-07-02T04:05:08.540Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-07-02T04:05:08.657Z Compiling spin v0.9.8
14632026-07-02T04:05:08.771Z Compiling powerfmt v0.2.0
14642026-07-02T04:05:08.858Z Compiling native-tls v0.2.18
14652026-07-02T04:05:08.933Z Compiling num-conv v0.2.0
14662026-07-02T04:05:08.969Z Compiling crc32fast v1.5.0
14672026-07-02T04:05:09.061Z Compiling time-core v0.1.8
14682026-07-02T04:05:09.111Z Compiling deranged v0.5.8
14692026-07-02T04:05:09.174Z Compiling darling_macro v0.20.11
14702026-07-02T04:05:09.201Z Compiling time-macros v0.2.27
14712026-07-02T04:05:09.645Z Compiling darling v0.20.11
14722026-07-02T04:05:09.726Z Compiling goblin v0.10.5
14732026-07-02T04:05:10.061Z Compiling sha2 v0.10.9
14742026-07-02T04:05:10.250Z Compiling hmac v0.12.1
14752026-07-02T04:05:10.404Z Compiling sync_wrapper v1.0.2
14762026-07-02T04:05:10.478Z Compiling wait-timeout v0.2.1
14772026-07-02T04:05:10.508Z Compiling bit-vec v0.8.0
14782026-07-02T04:05:10.733Z Compiling usdt-impl v0.6.0
14792026-07-02T04:05:10.733Z Compiling num_threads v0.1.7
14802026-07-02T04:05:10.840Z Compiling siphasher v1.0.2
14812026-07-02T04:05:10.946Z Compiling simd-adler32 v0.3.8
14822026-07-02T04:05:11.025Z Compiling hyper v1.10.1
14832026-07-02T04:05:11.184Z Compiling syn v1.0.109
14842026-07-02T04:05:11.419Z Compiling quick-error v1.2.3
14852026-07-02T04:05:11.503Z Compiling crossbeam-utils v0.8.21
14862026-07-02T04:05:11.569Z Compiling rusty-fork v0.3.1
14872026-07-02T04:05:11.906Z Compiling time v0.3.47
14882026-07-02T04:05:12.061Z Compiling bit-set v0.8.0
14892026-07-02T04:05:12.143Z Compiling tower v0.5.3
14902026-07-02T04:05:12.200Z Compiling hyper-util v0.1.20
14912026-07-02T04:05:12.222Z Compiling derive_builder_core v0.20.2
14922026-07-02T04:05:12.624Z Compiling dof v0.4.0
14932026-07-02T04:05:12.853Z Compiling dtrace-parser v0.3.0
14942026-07-02T04:05:13.100Z Compiling http-body-util v0.1.3
14952026-07-02T04:05:13.343Z Compiling thiserror-impl v1.0.69
14962026-07-02T04:05:13.472Z Compiling scroll_derive v0.12.1
14972026-07-02T04:05:13.589Z Compiling heapless v0.7.17
14982026-07-02T04:05:13.768Z Compiling rand_xorshift v0.4.0
14992026-07-02T04:05:13.838Z Compiling slog v2.8.2
15002026-07-02T04:05:13.920Z Compiling darling_core v0.21.3
15012026-07-02T04:05:13.933Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-07-02T04:05:13.946Z Compiling thread-id v5.1.0
15032026-07-02T04:05:14.023Z Compiling cookie v0.18.1
15042026-07-02T04:05:14.037Z Compiling iri-string v0.7.10
15052026-07-02T04:05:14.122Z Compiling ryu v1.0.23
15062026-07-02T04:05:14.214Z Compiling anyhow v1.0.102
15072026-07-02T04:05:14.228Z Compiling unicode-properties v0.1.4
15082026-07-02T04:05:14.295Z Compiling allocator-api2 v0.2.21
15092026-07-02T04:05:14.426Z Compiling unicode-bidi v0.3.18
15102026-07-02T04:05:14.525Z Compiling zstd-safe v7.2.4
15112026-07-02T04:05:14.593Z Compiling adler2 v2.0.1
15122026-07-02T04:05:14.609Z Compiling unarray v0.1.4
15132026-07-02T04:05:14.717Z Compiling signal-hook v0.3.18
15142026-07-02T04:05:14.730Z Compiling paste v1.0.15
15152026-07-02T04:05:14.744Z Compiling stringprep v0.1.5
15162026-07-02T04:05:14.919Z Compiling proptest v1.10.0
15172026-07-02T04:05:14.945Z Compiling miniz_oxide v0.8.9
15182026-07-02T04:05:15.048Z Compiling thiserror v1.0.69
15192026-07-02T04:05:15.149Z Compiling tower-http v0.6.8
15202026-07-02T04:05:15.379Z Compiling serde_urlencoded v0.7.1
15212026-07-02T04:05:15.537Z Compiling scroll v0.12.0
15222026-07-02T04:05:15.669Z Compiling derive_builder_macro v0.20.2
15232026-07-02T04:05:15.694Z Compiling tokio-native-tls v0.3.1
15242026-07-02T04:05:15.811Z Compiling camino v1.2.2
15252026-07-02T04:05:16.170Z Compiling bstr v1.12.1
15262026-07-02T04:05:16.173Z Compiling ipnetwork v0.21.1
15272026-07-02T04:05:16.285Z Compiling block-buffer v0.12.1
15282026-07-02T04:05:16.339Z Compiling crypto-common v0.2.2
15292026-07-02T04:05:16.353Z Compiling darling_macro v0.21.3
15302026-07-02T04:05:16.477Z Compiling block-padding v0.4.2
15312026-07-02T04:05:16.561Z Compiling rustls-native-certs v0.8.3
15322026-07-02T04:05:16.638Z Compiling rand_chacha v0.3.1
15332026-07-02T04:05:16.799Z Compiling serde_spanned v0.6.9
15342026-07-02T04:05:16.842Z Compiling toml_datetime v0.6.11
15352026-07-02T04:05:16.908Z Compiling serde_tokenstream v0.2.3
15362026-07-02T04:05:16.959Z Compiling erased-serde v0.3.31
15372026-07-02T04:05:17.148Z Compiling signature v2.2.0
15382026-07-02T04:05:17.218Z Compiling md-5 v0.10.6
15392026-07-02T04:05:17.328Z Compiling pin-project-internal v1.1.11
15402026-07-02T04:05:17.386Z Compiling async-trait v0.1.89
15412026-07-02T04:05:17.450Z Compiling zerocopy-derive v0.7.35
15422026-07-02T04:05:17.480Z Compiling curve25519-dalek v4.1.3
15432026-07-02T04:05:17.826Z Compiling vergen-lib v9.1.0
15442026-07-02T04:05:18.024Z Compiling num-integer v0.1.46
15452026-07-02T04:05:18.103Z Compiling hash32 v0.2.1
15462026-07-02T04:05:18.299Z Compiling memoffset v0.9.1
15472026-07-02T04:05:18.321Z Compiling encoding_rs v0.8.35
15482026-07-02T04:05:18.350Z Compiling psl-types v2.0.11
15492026-07-02T04:05:18.403Z Compiling fallible-iterator v0.2.0
15502026-07-02T04:05:18.432Z Compiling ref-cast v1.0.25
15512026-07-02T04:05:18.468Z Compiling zlib-rs v0.6.2
15522026-07-02T04:05:18.499Z Compiling cfg_aliases v0.2.1
15532026-07-02T04:05:18.573Z Compiling rustix v0.38.44
15542026-07-02T04:05:18.710Z Compiling litrs v1.0.0
15552026-07-02T04:05:18.739Z Compiling smoltcp v0.9.1
15562026-07-02T04:05:18.928Z Compiling mime v0.3.17
15572026-07-02T04:05:19.085Z Compiling num-bigint-dig v0.8.6
15582026-07-02T04:05:19.215Z Compiling document-features v0.2.12
15592026-07-02T04:05:19.312Z Compiling postgres-protocol v0.6.10
15602026-07-02T04:05:19.342Z Compiling nix v0.31.2
15612026-07-02T04:05:19.797Z Compiling publicsuffix v2.3.0
15622026-07-02T04:05:19.811Z Compiling pin-project v1.1.11
15632026-07-02T04:05:19.825Z Compiling zerocopy v0.7.35
15642026-07-02T04:05:19.852Z Compiling num-iter v0.1.45
15652026-07-02T04:05:19.931Z Compiling hubpack_derive v0.1.1
15662026-07-02T04:05:20.044Z Compiling newtype-uuid v1.3.2
15672026-07-02T04:05:20.348Z Compiling darling v0.21.3
15682026-07-02T04:05:20.360Z Compiling rand v0.8.6
15692026-07-02T04:05:20.363Z Compiling inout v0.2.2
15702026-07-02T04:05:20.363Z Compiling oxnet v0.1.6
15712026-07-02T04:05:20.423Z Compiling derive_builder v0.20.2
15722026-07-02T04:05:20.490Z Compiling hyper-tls v0.6.0
15732026-07-02T04:05:20.532Z Compiling goblin v0.8.2
15742026-07-02T04:05:21.209Z Compiling phf_shared v0.13.1
15752026-07-02T04:05:21.228Z Compiling lazy_static v1.5.0
15762026-07-02T04:05:21.312Z Compiling regex v1.12.3
15772026-07-02T04:05:21.324Z Compiling anstyle-parse v0.2.7
15782026-07-02T04:05:21.402Z Compiling flate2 v1.1.9
15792026-07-02T04:05:21.444Z Compiling futures-executor v0.3.32
15802026-07-02T04:05:21.503Z Compiling hex v0.4.3
15812026-07-02T04:05:21.696Z Compiling terminal_size v0.4.3
15822026-07-02T04:05:21.710Z Compiling daft-derive v0.1.7
15832026-07-02T04:05:21.726Z Compiling strum_macros v0.27.2
15842026-07-02T04:05:21.768Z Compiling snafu-derive v0.8.9
15852026-07-02T04:05:21.798Z Compiling curve25519-dalek-derive v0.1.1
15862026-07-02T04:05:21.828Z Compiling ref-cast-impl v1.0.25
15872026-07-02T04:05:22.413Z Compiling vergen v9.1.0
15882026-07-02T04:05:22.464Z Compiling cargo-platform v0.3.2
15892026-07-02T04:05:22.494Z Compiling ff v0.13.1
15902026-07-02T04:05:22.610Z Compiling fs-err v3.3.0
15912026-07-02T04:05:22.636Z Compiling ahash v0.8.12
15922026-07-02T04:05:22.751Z Compiling managed v0.8.0
15932026-07-02T04:05:22.814Z Compiling bumpalo v3.20.2
15942026-07-02T04:05:22.858Z Compiling bitflags v1.3.2
15952026-07-02T04:05:22.938Z Compiling unicode-segmentation v1.12.0
15962026-07-02T04:05:22.966Z Compiling libbz2-rs-sys v0.2.2
15972026-07-02T04:05:23.076Z Compiling foldhash v0.1.5
15982026-07-02T04:05:23.248Z Compiling same-file v1.0.6
15992026-07-02T04:05:23.316Z Compiling object v0.37.3
16002026-07-02T04:05:23.409Z Compiling winnow v0.5.40
16012026-07-02T04:05:23.596Z Compiling foldhash v0.2.0
16022026-07-02T04:05:23.636Z Compiling base16ct v0.2.0
16032026-07-02T04:05:23.728Z Compiling snafu v0.8.9
16042026-07-02T04:05:23.742Z Compiling strum v0.27.2
16052026-07-02T04:05:23.806Z Compiling sec1 v0.7.3
16062026-07-02T04:05:23.806Z Compiling hashbrown v0.16.1
16072026-07-02T04:05:23.912Z Compiling bzip2 v0.6.1
16082026-07-02T04:05:24.022Z Compiling walkdir v2.5.0
16092026-07-02T04:05:24.074Z Compiling hashbrown v0.15.5
16102026-07-02T04:05:24.078Z Compiling zopfli v0.8.3
16112026-07-02T04:05:24.112Z Compiling clap_builder v4.6.0
16122026-07-02T04:05:24.552Z Compiling dof v0.3.0
16132026-07-02T04:05:24.635Z Compiling cargo_metadata v0.23.1
16142026-07-02T04:05:24.730Z Compiling toml_edit v0.19.15
16152026-07-02T04:05:24.847Z Compiling group v0.13.0
16162026-07-02T04:05:25.116Z Compiling daft v0.1.7
16172026-07-02T04:05:25.349Z Compiling futures v0.3.32
16182026-07-02T04:05:25.389Z Compiling anstream v0.6.21
16192026-07-02T04:05:25.428Z Compiling phf v0.13.1
16202026-07-02T04:05:25.591Z Compiling signal-hook-mio v0.2.5
16212026-07-02T04:05:25.711Z Compiling cookie_store v0.22.1
16222026-07-02T04:05:25.990Z Compiling zstd v0.13.3
16232026-07-02T04:05:26.193Z Compiling reqwest v0.12.28
16242026-07-02T04:05:26.234Z Compiling cipher v0.5.2
16252026-07-02T04:05:26.349Z Compiling bzip2 v0.4.4
16262026-07-02T04:05:26.533Z Compiling serde_with_macros v3.17.0
16272026-07-02T04:05:26.556Z Compiling hubpack v0.1.2
16282026-07-02T04:05:26.928Z Compiling postgres-types v0.2.12
16292026-07-02T04:05:27.325Z Compiling ed25519 v2.2.3
16302026-07-02T04:05:27.488Z Compiling usdt-macro v0.6.0
16312026-07-02T04:05:27.694Z Compiling usdt-attr-macro v0.6.0
16322026-07-02T04:05:28.072Z Compiling globset v0.4.18
16332026-07-02T04:05:28.209Z Compiling dtrace-parser v0.2.0
16342026-07-02T04:05:28.229Z Compiling phf_shared v0.11.3
16352026-07-02T04:05:28.243Z Compiling hkdf v0.12.4
16362026-07-02T04:05:28.410Z Compiling olpc-cjson v0.1.4
16372026-07-02T04:05:28.424Z Compiling pkcs1 v0.7.5
16382026-07-02T04:05:28.496Z Compiling serde_plain v1.0.2
16392026-07-02T04:05:28.566Z Compiling serde-big-array v0.5.1
16402026-07-02T04:05:28.693Z Compiling crypto-bigint v0.5.5
16412026-07-02T04:05:28.708Z Compiling pem v3.0.6
16422026-07-02T04:05:28.749Z Compiling async-recursion v1.1.1
16432026-07-02T04:05:28.809Z Compiling enum-as-inner v0.6.1
16442026-07-02T04:05:28.932Z Compiling clap_derive v4.6.1
16452026-07-02T04:05:29.029Z Compiling strum_macros v0.26.4
16462026-07-02T04:05:29.321Z Compiling serde_repr v0.1.20
16472026-07-02T04:05:29.389Z Compiling float-cmp v0.10.0
16482026-07-02T04:05:29.536Z Compiling thread-id v4.2.2
16492026-07-02T04:05:29.624Z Compiling memmap2 v0.9.10
16502026-07-02T04:05:29.846Z Compiling env_filter v1.0.0
16512026-07-02T04:05:29.859Z Compiling static_assertions v1.1.0
16522026-07-02T04:05:29.922Z Compiling fixedbitset v0.5.7
16532026-07-02T04:05:29.936Z Compiling jiff v0.2.21
16542026-07-02T04:05:30.137Z Compiling cpufeatures v0.3.0
16552026-07-02T04:05:30.215Z Compiling new_debug_unreachable v1.0.6
16562026-07-02T04:05:30.229Z Compiling winnow v1.0.3
16572026-07-02T04:05:30.293Z Compiling normalize-line-endings v0.3.0
16582026-07-02T04:05:30.390Z Compiling const-oid v0.10.2
16592026-07-02T04:05:30.575Z Compiling keccak v0.1.6
16602026-07-02T04:05:30.596Z Compiling predicates-core v1.0.10
16612026-07-02T04:05:30.668Z Compiling typed-path v0.9.3
16622026-07-02T04:05:30.768Z Compiling precomputed-hash v0.1.1
16632026-07-02T04:05:30.772Z Compiling fixedbitset v0.4.2
16642026-07-02T04:05:30.796Z Compiling difflib v0.4.0
16652026-07-02T04:05:30.854Z Compiling whoami v2.1.0
16662026-07-02T04:05:30.990Z Compiling either v1.15.0
16672026-07-02T04:05:31.195Z Compiling data-encoding v2.10.0
16682026-07-02T04:05:31.222Z Compiling itertools v0.13.0
16692026-07-02T04:05:31.299Z Compiling tokio-postgres v0.7.16
16702026-07-02T04:05:31.324Z Compiling predicates v3.1.4
16712026-07-02T04:05:31.333Z Compiling petgraph v0.6.5
16722026-07-02T04:05:31.878Z Compiling hickory-proto v0.25.2
16732026-07-02T04:05:31.878Z Compiling string_cache v0.8.9
16742026-07-02T04:05:31.975Z Compiling strum v0.26.3
16752026-07-02T04:05:32.108Z Compiling sha3 v0.10.8
16762026-07-02T04:05:32.122Z Compiling clap v4.6.1
16772026-07-02T04:05:32.209Z Compiling digest v0.11.3
16782026-07-02T04:05:32.435Z Compiling toml_parser v1.1.2+spec-1.1.0
16792026-07-02T04:05:32.486Z Compiling toml_edit v0.22.27
16802026-07-02T04:05:32.577Z Compiling zip v4.6.1
16812026-07-02T04:05:32.843Z Compiling chacha20 v0.10.0
16822026-07-02T04:05:33.087Z Compiling petgraph v0.8.3
16832026-07-02T04:05:33.229Z Compiling env_logger v0.11.9
16842026-07-02T04:05:33.539Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16852026-07-02T04:05:33.553Z Compiling usdt v0.6.0
16862026-07-02T04:05:33.575Z Compiling elliptic-curve v0.13.8
16872026-07-02T04:05:33.807Z Compiling usdt-impl v0.5.0
16882026-07-02T04:05:33.976Z Compiling rsa v0.9.10
16892026-07-02T04:05:34.138Z Compiling crossterm v0.28.1
16902026-07-02T04:05:34.378Z Compiling serde_with v3.17.0
16912026-07-02T04:05:35.031Z Compiling ed25519-dalek v2.2.0
16922026-07-02T04:05:35.423Z Compiling zip v0.6.6
16932026-07-02T04:05:35.686Z Compiling toml v0.7.8
16942026-07-02T04:05:36.114Z Compiling iddqd v0.4.2
16952026-07-02T04:05:36.580Z Compiling heck v0.4.1
16962026-07-02T04:05:36.591Z Compiling similar v2.7.0
16972026-07-02T04:05:36.691Z Compiling crossbeam-epoch v0.9.18
16982026-07-02T04:05:36.801Z Compiling tokio-stream v0.1.18
16992026-07-02T04:05:36.944Z Compiling buf-list v1.1.2
17002026-07-02T04:05:37.057Z Compiling x509-cert v0.2.5
17012026-07-02T04:05:37.215Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17022026-07-02T04:05:37.259Z Compiling openapiv3 v2.2.0
17032026-07-02T04:05:37.289Z Compiling peg-runtime v0.8.5
17042026-07-02T04:05:37.429Z Compiling lalrpop-util v0.19.12
17052026-07-02T04:05:37.493Z Compiling thread_local v1.1.9
17062026-07-02T04:05:37.519Z Compiling slog-async v2.8.0
17072026-07-02T04:05:37.573Z Compiling crossbeam-channel v0.5.15
17082026-07-02T04:05:37.659Z Compiling is-terminal v0.4.17
17092026-07-02T04:05:37.736Z Compiling filetime v0.2.27
17102026-07-02T04:05:37.757Z Compiling xattr v1.6.1
17112026-07-02T04:05:37.848Z Compiling take_mut v0.2.2
17122026-07-02T04:05:37.906Z Compiling term v1.2.1
17132026-07-02T04:05:37.927Z Compiling tar v0.4.45
17142026-07-02T04:05:38.041Z Compiling camino-tempfile v1.4.1
17152026-07-02T04:05:38.260Z Compiling slog-term v2.9.2
17162026-07-02T04:05:48.194Z Compiling rustls-webpki v0.103.13
17172026-07-02T04:05:50.893Z Compiling tokio-rustls v0.26.4
17182026-07-02T04:05:50.893Z Compiling rustls-platform-verifier v0.6.2
17192026-07-02T04:05:50.893Z Compiling tough v0.22.0
17202026-07-02T04:05:51.117Z Compiling hyper-rustls v0.27.7
17212026-07-02T04:05:51.304Z Compiling reqwest v0.13.2
17222026-07-02T04:05:53.502Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-07-02T04:05:53.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-07-02T04:05:56.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17252026-07-02T04:05:56.668Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-07-02T04:05:56.719ZJul 02 04:05:55.801 INFO Starting download, target: Cockroach
17272026-07-02T04:05:56.719ZJul 02 04:05:55.802 INFO Starting download, target: Console
17282026-07-02T04:05:56.719ZJul 02 04:05:55.802 INFO Starting download, target: Clickhouse
17292026-07-02T04:05:56.719ZJul 02 04:05:55.802 INFO Starting download, target: DendriteStub
17302026-07-02T04:05:56.719ZJul 02 04:05:55.802 INFO Starting download, target: MaghemiteMgd
17312026-07-02T04:05:56.719ZJul 02 04:05:55.802 INFO Starting download, target: MaghemiteDdmd
17322026-07-02T04:05:56.723ZJul 02 04:05:55.802 INFO Starting download, target: TransceiverControl
17332026-07-02T04:05:56.723ZJul 02 04:05:55.802 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-07-02T04:05:56.723ZJul 02 04:05:55.802 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-07-02T04:05:56.723ZJul 02 04:05:55.802 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-07-02T04:05:56.723ZJul 02 04:05:55.802 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-07-02T04:05:56.723ZJul 02 04:05:55.802 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-07-02T04:05:56.724ZJul 02 04:05:55.802 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-07-02T04:05:56.724ZJul 02 04:05:55.802 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-07-02T04:05:57.215ZJul 02 04:05:56.291 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-07-02T04:05:57.431ZJul 02 04:05:56.498 INFO Download complete, target: TransceiverControl
17422026-07-02T04:05:58.504ZJul 02 04:05:57.587 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-07-02T04:05:58.631ZJul 02 04:05:57.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-07-02T04:05:58.745ZJul 02 04:05:57.827 INFO Download complete, target: Console
17452026-07-02T04:05:58.776ZJul 02 04:05:57.857 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-07-02T04:05:58.803ZJul 02 04:05:57.881 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-07-02T04:05:59.243ZJul 02 04:05:58.325 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-07-02T04:05:59.243ZJul 02 04:05:58.325 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-07-02T04:06:00.149ZJul 02 04:05:59.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-07-02T04:06:00.747ZJul 02 04:05:59.816 INFO Download complete, target: MaghemiteDdmd
17512026-07-02T04:06:01.124ZJul 02 04:06:00.199 INFO Download complete, target: DendriteStub
17522026-07-02T04:06:01.221ZJul 02 04:06:00.282 INFO Download complete, target: MaghemiteMgd
17532026-07-02T04:06:03.857ZJul 02 04:06:02.940 INFO Checking that binary works, target: Cockroach
17542026-07-02T04:06:03.968ZJul 02 04:06:03.051 INFO Download complete, target: Cockroach
17552026-07-02T04:06:06.673ZJul 02 04:06:05.755 INFO Checking that binary works, target: Clickhouse
17562026-07-02T04:06:06.791ZJul 02 04:06:05.873 INFO Download complete, target: Clickhouse
17572026-07-02T04:06:06.806ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-07-02T04:06:06.809Z
17592026-07-02T04:06:06.809Zreal 2:01.657907725
17602026-07-02T04:06:06.809Zuser 6:34.276080831
17612026-07-02T04:06:06.809Zsys 1:21.436479186
17622026-07-02T04:06:06.809Ztrap 0.232069779
17632026-07-02T04:06:06.809Ztflt 0.517725982
17642026-07-02T04:06:06.809Zdflt 0.873229593
17652026-07-02T04:06:06.809Zkflt 0.023670734
17662026-07-02T04:06:06.809Zlock 22:06.861306894
17672026-07-02T04:06:06.809Zslp 20:07.917088155
17682026-07-02T04:06:06.809Zlat 40.900784732
17692026-07-02T04:06:06.809Zstop 1:53.942402959
17702026-07-02T04:06:06.809Z+ banner hack-check
17712026-07-02T04:06:06.809Z
17722026-07-02T04:06:06.809Z # # ## #### # # #### # # ###### #### # #
17732026-07-02T04:06:06.809Z # # # # # # # # # # # # # # # # #
17742026-07-02T04:06:06.809Z ###### # # # #### ##### # ###### ##### # ####
17752026-07-02T04:06:06.809Z # # ###### # # # # # # # # # #
17762026-07-02T04:06:06.809Z # # # # # # # # # # # # # # # # #
17772026-07-02T04:06:06.809Z # # # # #### # # #### # # ###### #### # #
17782026-07-02T04:06:06.809Z
17792026-07-02T04:06:06.809Z+ export CARGO_INCREMENTAL=0
17802026-07-02T04:06:06.809Z+ CARGO_INCREMENTAL=0
17812026-07-02T04:06:06.809Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-07-02T04:06:07.263Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-07-02T04:06:07.540Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-07-02T04:06:09.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
17852026-07-02T04:06:09.331Z Running `target/debug/xtask check-features --ci`
17862026-07-02T04:06:09.355Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-07-02T04:06:09.358Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-07-02T04:06:09.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17892026-07-02T04:06:09.785Z Running `target/debug/xtask download cargo-hack`
17902026-07-02T04:06:10.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-07-02T04:06:10.822Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-07-02T04:06:13.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17932026-07-02T04:06:13.514Z Running `target/debug/xtask-downloader cargo-hack`
17942026-07-02T04:06:13.549ZJul 02 04:06:12.632 INFO Starting download, target: CargoHack
17952026-07-02T04:06:13.553ZJul 02 04:06:12.633 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-07-02T04:06:13.931ZJul 02 04:06:13.013 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-07-02T04:06:13.980ZJul 02 04:06:13.061 INFO Download complete, target: CargoHack
17982026-07-02T04:06:13.984Zrunning: "/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"
17992026-07-02T04:06:13.994Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-07-02T04:06:14.149Zinfo: running `cargo check --bins` on api_identity (1/299)
18012026-07-02T04:06:14.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-07-02T04:06:14.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-07-02T04:06:14.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-07-02T04:06:14.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18052026-07-02T04:06:14.653Z
18062026-07-02T04:06:14.654Zinfo: running `cargo check --bins` on bootstore (2/299)
18072026-07-02T04:06:15.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-07-02T04:06:15.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-07-02T04:06:15.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-07-02T04:06:15.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-07-02T04:06:15.162Z
18122026-07-02T04:06:15.162Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18132026-07-02T04:06:15.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-02T04:06:15.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-02T04:06:15.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-02T04:06:15.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18172026-07-02T04:06:15.676Z
18182026-07-02T04:06:15.676Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18192026-07-02T04:06:16.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-02T04:06:16.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-02T04:06:16.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-02T04:06:16.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-07-02T04:06:16.188Z
18242026-07-02T04:06:16.188Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18252026-07-02T04:06:16.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-02T04:06:16.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-02T04:06:16.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-02T04:06:16.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-07-02T04:06:16.693Z
18302026-07-02T04:06:16.693Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18312026-07-02T04:06:17.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-02T04:06:17.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-02T04:06:17.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-02T04:06:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-07-02T04:06:17.218Z
18362026-07-02T04:06:17.218Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18372026-07-02T04:06:17.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-02T04:06:17.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-02T04:06:17.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-02T04:06:17.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-07-02T04:06:17.734Z
18422026-07-02T04:06:17.734Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18432026-07-02T04:06:18.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-02T04:06:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-02T04:06:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-02T04:06:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-02T04:06:18.252Z
18482026-07-02T04:06:18.252Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18492026-07-02T04:06:18.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-02T04:06:18.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-02T04:06:18.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-02T04:06:18.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18532026-07-02T04:06:18.644Z
18542026-07-02T04:06:18.644Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18552026-07-02T04:06:18.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-02T04:06:18.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-02T04:06:18.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-02T04:06:19.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-07-02T04:06:19.037Z
18602026-07-02T04:06:19.037Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18612026-07-02T04:06:19.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-02T04:06:19.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-02T04:06:19.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-02T04:06:19.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-07-02T04:06:19.427Z
18662026-07-02T04:06:19.427Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18672026-07-02T04:06:19.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-02T04:06:19.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-02T04:06:19.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-02T04:06:19.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-02T04:06:19.818Z
18722026-07-02T04:06:19.818Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18732026-07-02T04:06:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-02T04:06:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-02T04:06:20.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-02T04:06:20.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-02T04:06:20.210Z
18782026-07-02T04:06:20.210Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18792026-07-02T04:06:20.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-02T04:06:20.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-02T04:06:20.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-02T04:06:20.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-02T04:06:20.603Z
18842026-07-02T04:06:20.603Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18852026-07-02T04:06:20.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-02T04:06:20.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-02T04:06:20.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-02T04:06:20.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-02T04:06:20.999Z
18902026-07-02T04:06:20.999Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18912026-07-02T04:06:21.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-02T04:06:21.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-02T04:06:21.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-02T04:06:21.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-02T04:06:21.393Z
18962026-07-02T04:06:21.393Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18972026-07-02T04:06:21.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-02T04:06:21.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-02T04:06:21.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-02T04:06:21.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-02T04:06:21.785Z
19022026-07-02T04:06:21.785Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19032026-07-02T04:06:22.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-02T04:06:22.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-02T04:06:22.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-02T04:06:22.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-02T04:06:22.181Z
19082026-07-02T04:06:22.181Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19092026-07-02T04:06:22.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-02T04:06:22.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-02T04:06:22.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-02T04:06:22.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-02T04:06:22.574Z
19142026-07-02T04:06:22.574Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19152026-07-02T04:06:22.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-02T04:06:22.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-02T04:06:22.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-02T04:06:22.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-02T04:06:22.970Z
19202026-07-02T04:06:22.970Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19212026-07-02T04:06:23.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-02T04:06:23.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-02T04:06:23.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-02T04:06:23.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-07-02T04:06:23.361Z
19262026-07-02T04:06:23.361Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19272026-07-02T04:06:23.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-02T04:06:23.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-02T04:06:23.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-02T04:06:23.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-02T04:06:23.752Z
19322026-07-02T04:06:23.752Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19332026-07-02T04:06:24.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-02T04:06:24.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-02T04:06:24.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-02T04:06:24.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-07-02T04:06:24.148Z
19382026-07-02T04:06:24.148Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19392026-07-02T04:06:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-02T04:06:24.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-02T04:06:24.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-02T04:06:24.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-07-02T04:06:24.543Z
19442026-07-02T04:06:24.543Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19452026-07-02T04:06:24.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-02T04:06:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-02T04:06:24.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-02T04:06:24.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-07-02T04:06:24.942Z
19502026-07-02T04:06:24.942Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19512026-07-02T04:06:25.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-02T04:06:25.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-02T04:06:25.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-02T04:06:25.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-07-02T04:06:25.342Z
19562026-07-02T04:06:25.342Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19572026-07-02T04:06:25.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-02T04:06:25.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-02T04:06:25.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-02T04:06:25.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-02T04:06:25.741Z
19622026-07-02T04:06:25.741Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19632026-07-02T04:06:26.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-02T04:06:26.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-02T04:06:26.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-02T04:06:26.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-02T04:06:26.136Z
19682026-07-02T04:06:26.136Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19692026-07-02T04:06:26.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-02T04:06:26.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-02T04:06:26.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-02T04:06:26.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-07-02T04:06:26.532Z
19742026-07-02T04:06:26.532Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19752026-07-02T04:06:26.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-02T04:06:26.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-02T04:06:26.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-02T04:06:26.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-07-02T04:06:26.927Z
19802026-07-02T04:06:26.927Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19812026-07-02T04:06:27.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-02T04:06:27.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-02T04:06:27.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-02T04:06:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-07-02T04:06:27.322Z
19862026-07-02T04:06:27.322Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19872026-07-02T04:06:27.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-02T04:06:27.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-02T04:06:27.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-02T04:06:27.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-02T04:06:27.717Z
19922026-07-02T04:06:27.717Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19932026-07-02T04:06:28.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-02T04:06:28.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-02T04:06:28.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-02T04:06:28.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-02T04:06:28.110Z
19982026-07-02T04:06:28.111Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
19992026-07-02T04:06:28.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-02T04:06:28.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-02T04:06:28.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-02T04:06:28.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-02T04:06:28.500Z
20042026-07-02T04:06:28.500Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20052026-07-02T04:06:28.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-02T04:06:28.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-02T04:06:28.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-02T04:06:28.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-02T04:06:28.894Z
20102026-07-02T04:06:28.894Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20112026-07-02T04:06:29.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-02T04:06:29.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-02T04:06:29.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-02T04:06:29.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-02T04:06:29.287Z
20162026-07-02T04:06:29.287Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20172026-07-02T04:06:29.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-02T04:06:29.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-02T04:06:29.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-02T04:06:29.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-02T04:06:29.680Z
20222026-07-02T04:06:29.680Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20232026-07-02T04:06:30.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-02T04:06:30.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-02T04:06:30.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-02T04:06:30.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-07-02T04:06:30.074Z
20282026-07-02T04:06:30.074Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20292026-07-02T04:06:30.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-02T04:06:30.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-02T04:06:30.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-02T04:06:30.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-02T04:06:30.467Z
20342026-07-02T04:06:30.467Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20352026-07-02T04:06:30.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-02T04:06:30.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-02T04:06:30.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-02T04:06:30.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-02T04:06:30.862Z
20402026-07-02T04:06:30.862Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20412026-07-02T04:06:31.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-02T04:06:31.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-02T04:06:31.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-02T04:06:31.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-07-02T04:06:31.256Z
20462026-07-02T04:06:31.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20472026-07-02T04:06:31.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-02T04:06:31.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-02T04:06:31.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-02T04:06:31.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-07-02T04:06:31.651Z
20522026-07-02T04:06:31.651Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20532026-07-02T04:06:31.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-02T04:06:32.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-02T04:06:32.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-02T04:06:32.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-07-02T04:06:32.043Z
20582026-07-02T04:06:32.043Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20592026-07-02T04:06:32.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-02T04:06:32.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-02T04:06:32.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-02T04:06:32.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-07-02T04:06:32.438Z
20642026-07-02T04:06:32.438Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20652026-07-02T04:06:32.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-02T04:06:32.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-02T04:06:32.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-02T04:06:32.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-07-02T04:06:32.846Z
20702026-07-02T04:06:32.846Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20712026-07-02T04:06:33.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-02T04:06:33.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-02T04:06:33.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-02T04:06:33.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-02T04:06:33.237Z
20762026-07-02T04:06:33.237Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20772026-07-02T04:06:33.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-02T04:06:33.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-02T04:06:33.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-02T04:06:33.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-07-02T04:06:33.631Z
20822026-07-02T04:06:33.631Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20832026-07-02T04:06:33.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-02T04:06:33.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-02T04:06:33.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-02T04:06:33.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-07-02T04:06:34.029Z
20882026-07-02T04:06:34.029Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20892026-07-02T04:06:34.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-02T04:06:34.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-02T04:06:34.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-02T04:06:34.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-07-02T04:06:34.582Z
20942026-07-02T04:06:34.582Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20952026-07-02T04:06:35.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-02T04:06:35.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-02T04:06:35.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-02T04:06:35.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-07-02T04:06:35.140Z
21002026-07-02T04:06:35.140Zinfo: running `cargo check --bins` on nexus-config (51/299)
21012026-07-02T04:06:35.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-02T04:06:35.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-02T04:06:35.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-02T04:06:35.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-07-02T04:06:35.697Z
21062026-07-02T04:06:35.697Zinfo: running `cargo check --bins` on nexus-types (52/299)
21072026-07-02T04:06:36.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-02T04:06:36.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-02T04:06:36.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-02T04:06:36.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-07-02T04:06:36.254Z
21122026-07-02T04:06:36.254Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21132026-07-02T04:06:36.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-02T04:06:36.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-02T04:06:36.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-02T04:06:36.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21172026-07-02T04:06:36.779Z
21182026-07-02T04:06:36.779Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21192026-07-02T04:06:37.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-02T04:06:37.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-02T04:06:37.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-02T04:06:37.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21232026-07-02T04:06:37.294Z
21242026-07-02T04:06:37.294Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21252026-07-02T04:06:37.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-02T04:06:37.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-02T04:06:37.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-02T04:06:37.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21292026-07-02T04:06:37.817Z
21302026-07-02T04:06:37.817Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21312026-07-02T04:06:38.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-02T04:06:38.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-02T04:06:38.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-02T04:06:38.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-02T04:06:38.421Z
21362026-07-02T04:06:38.421Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21372026-07-02T04:06:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-02T04:06:38.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-02T04:06:38.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-02T04:06:38.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-07-02T04:06:38.875Z
21422026-07-02T04:06:38.875Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21432026-07-02T04:06:39.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-02T04:06:39.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-02T04:06:39.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-02T04:06:39.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-07-02T04:06:39.405Z
21482026-07-02T04:06:39.406Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21492026-07-02T04:06:39.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-02T04:06:39.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-02T04:06:39.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-02T04:06:39.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-07-02T04:06:39.915Z
21542026-07-02T04:06:39.916Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21552026-07-02T04:06:40.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-02T04:06:40.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-02T04:06:40.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-02T04:06:40.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21592026-07-02T04:06:40.437Z
21602026-07-02T04:06:40.438Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21612026-07-02T04:06:40.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-02T04:06:40.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-02T04:06:40.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-02T04:06:40.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-07-02T04:06:40.941Z
21662026-07-02T04:06:40.942Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21672026-07-02T04:06:41.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-02T04:06:41.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-02T04:06:41.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-02T04:06:41.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-07-02T04:06:41.449Z
21722026-07-02T04:06:41.449Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21732026-07-02T04:06:41.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-02T04:06:41.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-02T04:06:41.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-02T04:06:41.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-02T04:06:41.975Z
21782026-07-02T04:06:41.975Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21792026-07-02T04:06:42.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-02T04:06:42.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-02T04:06:42.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-02T04:06:42.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-02T04:06:42.516Z
21842026-07-02T04:06:42.516Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21852026-07-02T04:06:42.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-02T04:06:42.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-02T04:06:42.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-02T04:06:42.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-07-02T04:06:43.024Z
21902026-07-02T04:06:43.024Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21912026-07-02T04:06:43.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-02T04:06:43.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-02T04:06:43.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-02T04:06:43.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-07-02T04:06:43.524Z
21962026-07-02T04:06:43.524Zinfo: running `cargo check --bins` on ereport-types (67/299)
21972026-07-02T04:06:43.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-02T04:06:43.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-02T04:06:43.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-02T04:06:43.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-07-02T04:06:44.039Z
22022026-07-02T04:06:44.039Zinfo: running `cargo check --bins` on gateway-client (68/299)
22032026-07-02T04:06:44.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-02T04:06:44.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-02T04:06:44.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-02T04:06:44.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-02T04:06:44.564Z
22082026-07-02T04:06:44.564Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22092026-07-02T04:06:45.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-02T04:06:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-02T04:06:45.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-02T04:06:45.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-02T04:06:45.089Z
22142026-07-02T04:06:45.090Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22152026-07-02T04:06:45.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-02T04:06:45.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-02T04:06:45.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-02T04:06:45.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-07-02T04:06:45.604Z
22202026-07-02T04:06:45.604Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22212026-07-02T04:06:46.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-02T04:06:46.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-02T04:06:46.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-02T04:06:46.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-07-02T04:06:46.118Z
22262026-07-02T04:06:46.119Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22272026-07-02T04:06:46.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-02T04:06:46.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-02T04:06:46.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-02T04:06:46.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-02T04:06:46.637Z
22322026-07-02T04:06:46.637Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22332026-07-02T04:06:47.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-02T04:06:47.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-02T04:06:47.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-02T04:06:47.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22372026-07-02T04:06:47.177Z
22382026-07-02T04:06:47.177Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22392026-07-02T04:06:47.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-02T04:06:47.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-02T04:06:47.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-02T04:06:47.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-07-02T04:06:47.716Z
22442026-07-02T04:06:47.716Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22452026-07-02T04:06:48.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-02T04:06:48.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-02T04:06:48.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-02T04:06:48.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22492026-07-02T04:06:48.225Z
22502026-07-02T04:06:48.225Zinfo: running `cargo check --bins` on oxlog (76/299)
22512026-07-02T04:06:48.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-02T04:06:48.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-02T04:06:48.782Z Checking cfg-if v1.0.4
22542026-07-02T04:06:48.786Z Checking libc v0.2.185
22552026-07-02T04:06:48.786Z Checking serde_core v1.0.228
22562026-07-02T04:06:48.893Z Checking memchr v2.8.0
22572026-07-02T04:06:48.893Z Checking zeroize v1.8.2
22582026-07-02T04:06:48.907Z Checking log v0.4.29
22592026-07-02T04:06:48.912Z Checking smallvec v1.15.1
22602026-07-02T04:06:48.928Z Checking subtle v2.6.1
22612026-07-02T04:06:48.936Z Checking itoa v1.0.17
22622026-07-02T04:06:49.036Z Checking scopeguard v1.2.0
22632026-07-02T04:06:49.067Z Checking typenum v1.20.1
22642026-07-02T04:06:49.067Z Checking stable_deref_trait v1.2.1
22652026-07-02T04:06:49.090Z Checking zerofrom v0.1.6
22662026-07-02T04:06:49.103Z Checking pin-project-lite v0.2.17
22672026-07-02T04:06:49.129Z Checking lock_api v0.4.14
22682026-07-02T04:06:49.143Z Checking portable-atomic v1.13.1
22692026-07-02T04:06:49.187Z Checking futures-core v0.3.32
22702026-07-02T04:06:49.199Z Checking yoke v0.8.1
22712026-07-02T04:06:49.283Z Checking errno v0.3.14
22722026-07-02T04:06:49.309Z Checking getrandom v0.2.17
22732026-07-02T04:06:49.325Z Checking parking_lot_core v0.9.12
22742026-07-02T04:06:49.329Z Checking critical-section v1.2.0
22752026-07-02T04:06:49.359Z Checking zerovec v0.11.5
22762026-07-02T04:06:49.558Z Checking signal-hook-registry v1.4.8
22772026-07-02T04:06:52.811Z Checking mio v1.2.0
22782026-07-02T04:06:52.811Z Checking rand_core v0.6.4
22792026-07-02T04:06:52.811Z Checking parking_lot v0.12.5
22802026-07-02T04:06:52.811Z Checking once_cell v1.21.3
22812026-07-02T04:06:52.811Z Checking zerocopy v0.8.40
22822026-07-02T04:06:52.811Z Checking const-oid v0.9.6
22832026-07-02T04:06:52.854Z Checking zmij v1.0.21
22842026-07-02T04:06:52.854Z Checking rand_core v0.10.0
22852026-07-02T04:06:52.855Z Checking socket2 v0.6.3
22862026-07-02T04:06:52.855Z Checking tinystr v0.8.2
22872026-07-02T04:06:52.855Z Checking generic-array v0.14.7
22882026-07-02T04:06:52.855Z Checking getrandom v0.4.1
22892026-07-02T04:06:52.855Z Checking libm v0.2.16
22902026-07-02T04:06:52.855Z Checking equivalent v1.0.2
22912026-07-02T04:06:52.855Z Checking litemap v0.8.1
22922026-07-02T04:06:52.855Z Checking writeable v0.6.2
22932026-07-02T04:06:52.855Z Checking percent-encoding v2.3.2
22942026-07-02T04:06:52.855Z Checking icu_locale_core v2.1.1
22952026-07-02T04:06:52.855Z Checking potential_utf v0.1.4
22962026-07-02T04:06:52.855Z Checking zerotrie v0.2.3
22972026-07-02T04:06:52.855Z Checking futures-sink v0.3.32
22982026-07-02T04:06:52.855Z Checking icu_collections v2.1.1
22992026-07-02T04:06:52.855Z Checking futures-task v0.3.32
23002026-07-02T04:06:52.855Z Checking futures-channel v0.3.32
23012026-07-02T04:06:52.855Z Checking serde v1.0.228
23022026-07-02T04:06:52.855Z Checking bitflags v2.11.0
23032026-07-02T04:06:52.855Z Checking serde_json v1.0.150
23042026-07-02T04:06:52.855Z Checking futures-io v0.3.32
23052026-07-02T04:06:52.855Z Checking slab v0.4.12
23062026-07-02T04:06:52.855Z Checking icu_normalizer_data v2.1.1
23072026-07-02T04:06:52.855Z Checking num-traits v0.2.19
23082026-07-02T04:06:52.855Z Checking icu_properties_data v2.1.2
23092026-07-02T04:06:52.856Z Checking hashbrown v0.17.0
23102026-07-02T04:06:52.856Z Checking icu_provider v2.1.1
23112026-07-02T04:06:52.856Z Checking futures-util v0.3.32
23122026-07-02T04:06:52.856Z Checking crypto-common v0.1.7
23132026-07-02T04:06:52.856Z Checking bytes v1.11.1
23142026-07-02T04:06:52.856Z Checking block-buffer v0.10.4
23152026-07-02T04:06:52.856Z Checking icu_properties v2.1.2
23162026-07-02T04:06:52.856Z Checking icu_normalizer v2.1.1
23172026-07-02T04:06:52.856Z Checking digest v0.10.7
23182026-07-02T04:06:52.856Z Checking utf8_iter v1.0.4
23192026-07-02T04:06:52.856Z Checking indexmap v2.14.0
23202026-07-02T04:06:52.856Z Checking tokio v1.52.1
23212026-07-02T04:06:52.856Z Checking form_urlencoded v1.2.2
23222026-07-02T04:06:52.856Z Checking getrandom v0.3.4
23232026-07-02T04:06:52.856Z Checking fnv v1.0.7
23242026-07-02T04:06:52.856Z Checking byteorder v1.5.0
23252026-07-02T04:06:52.856Z Checking http v1.4.2
23262026-07-02T04:06:52.856Z Checking rand_core v0.9.5
23272026-07-02T04:06:52.856Z Checking base64ct v1.8.3
23282026-07-02T04:06:52.856Z Checking regex-syntax v0.8.10
23292026-07-02T04:06:52.856Z Checking rustix v1.1.3
23302026-07-02T04:06:52.856Z Checking idna_adapter v1.2.1
23312026-07-02T04:06:52.856Z Checking pem-rfc7468 v0.7.0
23322026-07-02T04:06:52.856Z Checking idna v1.1.0
23332026-07-02T04:06:52.857Z Checking uuid v1.23.4
23342026-07-02T04:06:52.857Z Checking tracing-core v0.1.36
23352026-07-02T04:06:52.857Z Checking url v2.5.8
23362026-07-02T04:06:52.857Z Checking base64 v0.22.1
23372026-07-02T04:06:52.857Z Checking flagset v0.4.7
23382026-07-02T04:06:52.857Z Checking ppv-lite86 v0.2.21
23392026-07-02T04:06:52.857Z Checking iana-time-zone v0.1.65
23402026-07-02T04:06:52.857Z Checking chrono v0.4.44
23412026-07-02T04:06:52.857Z Checking der v0.7.10
23422026-07-02T04:06:52.857Z Checking tracing v0.1.44
23432026-07-02T04:06:52.857Z Checking http-body v1.0.1
23442026-07-02T04:06:52.857Z Checking rustls-pki-types v1.14.0
23452026-07-02T04:06:52.857Z Checking rand_chacha v0.9.0
23462026-07-02T04:06:52.857Z Checking openssl-probe v0.2.1
23472026-07-02T04:06:52.857Z Checking cmov v0.5.4
23482026-07-02T04:06:52.857Z Checking tinyvec_macros v0.1.1
23492026-07-02T04:06:52.857Z Checking tinyvec v1.10.0
23502026-07-02T04:06:52.885Z Checking rand v0.9.2
23512026-07-02T04:06:52.898Z Checking ctutils v0.4.2
23522026-07-02T04:06:52.899Z Checking aws-lc-sys v0.40.0
23532026-07-02T04:06:52.915Z Checking try-lock v0.2.5
23542026-07-02T04:06:52.992Z Checking atomic-waker v1.1.2
23552026-07-02T04:06:53.073Z Checking tower-service v0.3.3
23562026-07-02T04:06:53.089Z Checking tower-layer v0.3.3
23572026-07-02T04:06:53.111Z Checking untrusted v0.7.1
23582026-07-02T04:06:53.160Z Checking hybrid-array v0.4.13
23592026-07-02T04:06:53.206Z Checking spki v0.7.3
23602026-07-02T04:06:53.217Z Checking want v0.3.1
23612026-07-02T04:06:53.231Z Checking ipnet v2.11.0
23622026-07-02T04:06:53.278Z Checking httparse v1.10.1
23632026-07-02T04:06:53.315Z Checking aho-corasick v1.1.4
23642026-07-02T04:06:53.330Z Checking untrusted v0.9.0
23652026-07-02T04:06:53.363Z Checking foreign-types-shared v0.1.1
23662026-07-02T04:06:53.366Z Checking aws-lc-rs v1.16.3
23672026-07-02T04:06:53.433Z Checking fastrand v2.3.0
23682026-07-02T04:06:53.854Z Checking plain v0.2.3
23692026-07-02T04:06:53.854Z Checking utf8parse v0.2.2
23702026-07-02T04:06:53.854Z Checking httpdate v1.0.3
23712026-07-02T04:06:53.854Z Checking cpufeatures v0.2.17
23722026-07-02T04:06:53.854Z Checking dyn-clone v1.0.20
23732026-07-02T04:06:53.854Z Checking foreign-types v0.3.2
23742026-07-02T04:06:53.854Z Checking tempfile v3.25.0
23752026-07-02T04:06:53.854Z Checking pkcs8 v0.10.2
23762026-07-02T04:06:53.854Z Checking unicode-normalization v0.1.25
23772026-07-02T04:06:53.855Z Checking semver v1.0.28
23782026-07-02T04:06:53.855Z Checking openssl-sys v0.9.115
23792026-07-02T04:06:53.855Z Checking spin v0.9.8
23802026-07-02T04:06:53.878Z Checking anstyle v1.0.14
23812026-07-02T04:06:53.919Z Checking unicode-ident v1.0.24
23822026-07-02T04:06:53.980Z Checking regex-automata v0.4.14
23832026-07-02T04:06:53.980Z Checking ucd-trie v0.1.7
23842026-07-02T04:06:54.025Z Checking proc-macro2 v1.0.106
23852026-07-02T04:06:54.067Z Checking schemars v0.8.22
23862026-07-02T04:06:54.071Z Checking sha2 v0.10.9
23872026-07-02T04:06:54.119Z Checking pest v2.8.6
23882026-07-02T04:06:54.134Z Checking openssl v0.10.79
23892026-07-02T04:06:54.199Z Checking rustls-webpki v0.103.13
23902026-07-02T04:06:54.331Z Checking hmac v0.12.1
23912026-07-02T04:06:54.348Z Checking thiserror v2.0.18
23922026-07-02T04:06:54.425Z Checking tokio-util v0.7.18
23932026-07-02T04:06:54.440Z Checking sync_wrapper v1.0.2
23942026-07-02T04:06:54.457Z Checking wait-timeout v0.2.1
23952026-07-02T04:06:54.537Z Checking quick-error v1.2.3
23962026-07-02T04:06:54.614Z Checking bit-vec v0.8.0
23972026-07-02T04:06:54.615Z Checking rustls v0.23.41
23982026-07-02T04:06:54.634Z Checking pretty-hex v0.4.1
23992026-07-02T04:06:54.701Z Checking anstyle-query v1.1.5
24002026-07-02T04:06:54.746Z Checking powerfmt v0.2.0
24012026-07-02T04:06:54.763Z Checking siphasher v1.0.2
24022026-07-02T04:06:54.788Z Checking colorchoice v1.0.4
24032026-07-02T04:06:54.888Z Checking is_terminal_polyfill v1.70.2
24042026-07-02T04:06:54.900Z Checking simd-adler32 v0.3.8
24052026-07-02T04:06:54.922Z Checking deranged v0.5.8
24062026-07-02T04:06:54.985Z Checking bit-set v0.8.0
24072026-07-02T04:06:55.038Z Checking h2 v0.4.15
24082026-07-02T04:06:55.069Z Checking rusty-fork v0.3.1
24092026-07-02T04:06:55.120Z Checking tower v0.5.3
24102026-07-02T04:06:55.159Z Checking quote v1.0.45
24112026-07-02T04:06:55.239Z Compiling newtype-uuid v1.3.2
24122026-07-02T04:06:55.359Z Checking http-body-util v0.1.3
24132026-07-02T04:06:55.405Z Checking crossbeam-utils v0.8.21
24142026-07-02T04:06:55.507Z Checking rand_xorshift v0.4.0
24152026-07-02T04:06:55.557Z Checking crc32fast v1.5.0
24162026-07-02T04:06:55.624Z Checking scroll v0.13.0
24172026-07-02T04:06:55.698Z Checking iri-string v0.7.10
24182026-07-02T04:06:55.762Z Checking time-core v0.1.8
24192026-07-02T04:06:55.832Z Checking num_threads v0.1.7
24202026-07-02T04:06:55.849Z Checking allocator-api2 v0.2.21
24212026-07-02T04:06:55.864Z Checking num-conv v0.2.0
24222026-07-02T04:06:55.898Z Checking ryu v1.0.23
24232026-07-02T04:06:55.912Z Checking unarray v0.1.4
24242026-07-02T04:06:55.965Z Checking unicode-properties v0.1.4
24252026-07-02T04:06:56.016Z Checking adler2 v2.0.1
24262026-07-02T04:06:56.033Z Checking unicode-bidi v0.3.18
24272026-07-02T04:06:56.118Z Checking miniz_oxide v0.8.9
24282026-07-02T04:06:56.118Z Checking serde_urlencoded v0.7.1
24292026-07-02T04:06:56.150Z Checking proptest v1.10.0
24302026-07-02T04:06:56.164Z Checking native-tls v0.2.18
24312026-07-02T04:06:56.330Z Checking stringprep v0.1.5
24322026-07-02T04:06:56.343Z Checking time v0.3.47
24332026-07-02T04:06:56.358Z Checking tokio-native-tls v0.3.1
24342026-07-02T04:06:56.465Z Checking goblin v0.10.5
24352026-07-02T04:06:56.473Z Checking bstr v1.12.1
24362026-07-02T04:06:56.496Z Checking crossbeam-epoch v0.9.18
24372026-07-02T04:06:56.719Z Checking tower-http v0.6.8
24382026-07-02T04:06:56.732Z Compiling daft v0.1.7
24392026-07-02T04:06:56.856Z Checking syn v2.0.117
24402026-07-02T04:06:56.882Z Checking ipnetwork v0.21.1
24412026-07-02T04:06:56.991Z Checking crypto-common v0.2.2
24422026-07-02T04:06:57.004Z Checking block-buffer v0.12.1
24432026-07-02T04:06:57.110Z Checking block-padding v0.4.2
24442026-07-02T04:06:57.175Z Checking anstyle-parse v1.0.0
24452026-07-02T04:06:57.238Z Checking rustls-native-certs v0.8.3
24462026-07-02T04:06:57.314Z Checking rand_chacha v0.3.1
24472026-07-02T04:06:57.358Z Checking thiserror v1.0.69
24482026-07-02T04:06:57.448Z Checking scroll v0.12.0
24492026-07-02T04:06:57.455Z Checking hash32 v0.2.1
24502026-07-02T04:06:57.519Z Checking zstd-sys v2.0.16+zstd.1.5.7
24512026-07-02T04:06:57.591Z Checking md-5 v0.10.6
24522026-07-02T04:06:57.611Z Checking signature v2.2.0
24532026-07-02T04:06:57.639Z Checking num-integer v0.1.46
24542026-07-02T04:06:57.672Z Checking serde_spanned v0.6.9
24552026-07-02T04:06:57.714Z Checking toml_datetime v0.6.11
24562026-07-02T04:06:57.734Z Checking encoding_rs v0.8.35
24572026-07-02T04:06:57.790Z Checking psl-types v2.0.11
24582026-07-02T04:06:57.845Z Checking mime v0.3.17
24592026-07-02T04:06:57.865Z Checking hyper v1.10.1
24602026-07-02T04:06:57.893Z Checking fallible-iterator v0.2.0
24612026-07-02T04:06:57.922Z Checking zlib-rs v0.6.2
24622026-07-02T04:06:58.024Z Checking publicsuffix v2.3.0
24632026-07-02T04:06:58.075Z Checking num-iter v0.1.45
24642026-07-02T04:06:58.159Z Checking postgres-protocol v0.6.10
24652026-07-02T04:06:58.172Z Checking goblin v0.8.2
24662026-07-02T04:06:58.187Z Checking zstd-safe v7.2.4
24672026-07-02T04:06:58.341Z Checking heapless v0.7.17
24682026-07-02T04:06:58.472Z Checking rand v0.8.6
24692026-07-02T04:06:58.663Z Checking cookie v0.18.1
24702026-07-02T04:06:58.743Z Checking anstream v1.0.0
24712026-07-02T04:06:58.766Z Checking dof v0.4.0
24722026-07-02T04:06:58.783Z Checking hyper-util v0.1.20
24732026-07-02T04:06:58.801Z Checking flate2 v1.1.9
24742026-07-02T04:06:59.050Z Checking inout v0.2.2
24752026-07-02T04:06:59.091Z Compiling iddqd v0.4.2
24762026-07-02T04:06:59.092Z Checking oxnet v0.1.6
24772026-07-02T04:06:59.092Z Checking tokio-rustls v0.26.4
24782026-07-02T04:06:59.106Z Checking dtrace-parser v0.3.0
24792026-07-02T04:06:59.114Z Checking phf_shared v0.13.1
24802026-07-02T04:06:59.238Z Checking lazy_static v1.5.0
24812026-07-02T04:06:59.259Z Checking anstyle-parse v0.2.7
24822026-07-02T04:06:59.309Z Checking pin-project v1.1.11
24832026-07-02T04:06:59.324Z Checking zerocopy v0.7.35
24842026-07-02T04:06:59.353Z Checking bzip2-sys v0.1.13+1.0.8
24852026-07-02T04:06:59.389Z Checking signal-hook v0.3.18
24862026-07-02T04:07:02.872Z Checking futures-executor v0.3.32
24872026-07-02T04:07:02.873Z Checking terminal_size v0.4.3
24882026-07-02T04:07:02.873Z Checking hex v0.4.3
24892026-07-02T04:07:02.873Z Checking ff v0.13.1
24902026-07-02T04:07:02.873Z Checking thread-id v5.1.0
24912026-07-02T04:07:02.873Z Checking clap_lex v1.0.0
24922026-07-02T04:07:02.873Z Checking either v1.15.0
24932026-07-02T04:07:02.873Z Checking bumpalo v3.20.2
24942026-07-02T04:07:02.873Z Compiling rayon-core v1.13.0
24952026-07-02T04:07:02.873Z Checking bitflags v1.3.2
24962026-07-02T04:07:02.873Z Checking foldhash v0.1.5
24972026-07-02T04:07:02.873Z Checking same-file v1.0.6
24982026-07-02T04:07:02.873Z Checking foldhash v0.2.0
24992026-07-02T04:07:02.873Z Checking winnow v0.5.40
25002026-07-02T04:07:02.873Z Checking managed v0.8.0
25012026-07-02T04:07:02.873Z Checking libbz2-rs-sys v0.2.2
25022026-07-02T04:07:02.873Z Checking strsim v0.11.1
25032026-07-02T04:07:02.873Z Checking base16ct v0.2.0
25042026-07-02T04:07:02.874Z Checking smoltcp v0.9.1
25052026-07-02T04:07:02.874Z Checking hyper-tls v0.6.0
25062026-07-02T04:07:02.874Z Checking dof v0.3.0
25072026-07-02T04:07:02.874Z Checking sec1 v0.7.3
25082026-07-02T04:07:02.874Z Checking clap_builder v4.6.0
25092026-07-02T04:07:02.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25102026-07-02T04:07:02.874Z Checking reqwest v0.12.28
25112026-07-02T04:07:02.874Z Checking hyper-rustls v0.27.7
25122026-07-02T04:07:02.874Z Checking hashbrown v0.16.1
25132026-07-02T04:07:02.874Z Checking bzip2 v0.6.1
25142026-07-02T04:07:02.874Z Checking hashbrown v0.15.5
25152026-07-02T04:07:02.874Z Checking walkdir v2.5.0
25162026-07-02T04:07:02.874Z Checking zopfli v0.8.3
25172026-07-02T04:07:02.874Z Checking group v0.13.0
25182026-07-02T04:07:02.874Z Checking usdt-impl v0.6.0
25192026-07-02T04:07:02.874Z Checking signal-hook-mio v0.2.5
25202026-07-02T04:07:02.874Z Checking futures v0.3.32
25212026-07-02T04:07:02.874Z Checking anstream v0.6.21
25222026-07-02T04:07:02.874Z Checking snafu v0.8.9
25232026-07-02T04:07:02.874Z Checking bzip2 v0.4.4
25242026-07-02T04:07:02.874Z Checking num-bigint-dig v0.8.6
25252026-07-02T04:07:02.874Z Checking phf v0.13.1
25262026-07-02T04:07:02.874Z Checking toml_edit v0.19.15
25272026-07-02T04:07:02.874Z Checking cipher v0.5.2
25282026-07-02T04:07:02.874Z Checking cookie_store v0.22.1
25292026-07-02T04:07:02.874Z Checking postgres-types v0.2.12
25302026-07-02T04:07:02.874Z Checking zstd v0.13.3
25312026-07-02T04:07:02.874Z Checking ed25519 v2.2.3
25322026-07-02T04:07:02.874Z Checking dtrace-parser v0.2.0
25332026-07-02T04:07:02.874Z Checking rustls-platform-verifier v0.6.2
25342026-07-02T04:07:02.874Z Checking globset v0.4.18
25352026-07-02T04:07:02.874Z Checking crossbeam-deque v0.8.6
25362026-07-02T04:07:02.875Z Checking regex v1.12.3
25372026-07-02T04:07:02.875Z Checking phf_shared v0.11.3
25382026-07-02T04:07:02.875Z Checking hkdf v0.12.4
25392026-07-02T04:07:02.875Z Checking olpc-cjson v0.1.4
25402026-07-02T04:07:02.875Z Checking curve25519-dalek v4.1.3
25412026-07-02T04:07:02.875Z Checking ref-cast v1.0.25
25422026-07-02T04:07:02.875Z Checking strum v0.27.2
25432026-07-02T04:07:02.875Z Checking pkcs1 v0.7.5
25442026-07-02T04:07:02.875Z Checking hubpack v0.1.2
25452026-07-02T04:07:02.875Z Checking memoffset v0.9.1
25462026-07-02T04:07:02.875Z Checking rustix v0.38.44
25472026-07-02T04:07:02.875Z Checking pem v3.0.6
25482026-07-02T04:07:02.875Z Checking float-cmp v0.10.0
25492026-07-02T04:07:02.875Z Checking serde-big-array v0.5.1
25502026-07-02T04:07:02.875Z Checking serde_plain v1.0.2
25512026-07-02T04:07:02.875Z Checking erased-serde v0.3.31
25522026-07-02T04:07:02.875Z Checking crypto-bigint v0.5.5
25532026-07-02T04:07:02.875Z Checking thread-id v4.2.2
25542026-07-02T04:07:02.875Z Checking memmap2 v0.9.10
25552026-07-02T04:07:02.875Z Checking env_filter v1.0.0
25562026-07-02T04:07:02.875Z Checking typed-path v0.9.3
25572026-07-02T04:07:02.875Z Checking fixedbitset v0.5.7
25582026-07-02T04:07:02.875Z Checking const-oid v0.10.2
25592026-07-02T04:07:02.875Z Checking precomputed-hash v0.1.1
25602026-07-02T04:07:02.875Z Checking whoami v2.1.0
25612026-07-02T04:07:02.875Z Checking unicode-segmentation v1.12.0
25622026-07-02T04:07:02.875Z Checking new_debug_unreachable v1.0.6
25632026-07-02T04:07:02.875Z Checking data-encoding v2.10.0
25642026-07-02T04:07:02.875Z Checking toml_write v0.1.2
25652026-07-02T04:07:02.875Z Checking predicates-core v1.0.10
25662026-07-02T04:07:02.875Z Checking difflib v0.4.0
25672026-07-02T04:07:02.876Z Checking fixedbitset v0.4.2
25682026-07-02T04:07:02.876Z Checking static_assertions v1.1.0
25692026-07-02T04:07:02.876Z Checking keccak v0.1.6
25702026-07-02T04:07:02.876Z Checking cpufeatures v0.3.0
25712026-07-02T04:07:02.876Z Checking normalize-line-endings v0.3.0
25722026-07-02T04:07:02.876Z Checking jiff v0.2.21
25732026-07-02T04:07:02.876Z Checking winnow v0.7.14
25742026-07-02T04:07:02.876Z Checking winnow v1.0.3
25752026-07-02T04:07:02.876Z Checking petgraph v0.6.5
25762026-07-02T04:07:02.876Z Checking predicates v3.1.4
25772026-07-02T04:07:02.876Z Checking sha3 v0.10.8
25782026-07-02T04:07:02.876Z Checking tough v0.22.0
25792026-07-02T04:07:02.876Z Checking elliptic-curve v0.13.8
25802026-07-02T04:07:02.939Z Checking chacha20 v0.10.0
25812026-07-02T04:07:02.939Z Checking toml_parser v1.1.2+spec-1.1.0
25822026-07-02T04:07:02.939Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25832026-07-02T04:07:03.005Z Checking similar v2.7.0
25842026-07-02T04:07:03.031Z Checking hickory-proto v0.25.2
25852026-07-02T04:07:03.122Z Checking crossterm v0.28.1
25862026-07-02T04:07:03.379Z Checking tokio-postgres v0.7.16
25872026-07-02T04:07:03.662Z Checking toml_edit v0.22.27
25882026-07-02T04:07:03.781Z Checking ed25519-dalek v2.2.0
25892026-07-02T04:07:03.816Z Checking string_cache v0.8.9
25902026-07-02T04:07:03.982Z Checking digest v0.11.3
25912026-07-02T04:07:04.011Z Checking petgraph v0.8.3
25922026-07-02T04:07:04.159Z Checking slog v2.8.2
25932026-07-02T04:07:04.425Z Checking env_logger v0.11.9
25942026-07-02T04:07:04.616Z Checking toml v0.7.8
25952026-07-02T04:07:04.646Z Checking usdt v0.6.0
25962026-07-02T04:07:04.686Z Checking zip v4.6.1
25972026-07-02T04:07:04.699Z Checking usdt-impl v0.5.0
25982026-07-02T04:07:04.752Z Checking rsa v0.9.10
25992026-07-02T04:07:04.806Z Checking nix v0.31.2
26002026-07-02T04:07:05.096Z Checking reqwest v0.13.2
26012026-07-02T04:07:05.215Z Checking clap v4.6.1
26022026-07-02T04:07:05.248Z Checking zip v0.6.6
26032026-07-02T04:07:05.291Z Checking itertools v0.13.0
26042026-07-02T04:07:05.317Z Checking serde_with v3.17.0
26052026-07-02T04:07:05.578Z Checking strum v0.26.3
26062026-07-02T04:07:05.591Z Checking fs-err v3.3.0
26072026-07-02T04:07:05.688Z Checking ahash v0.8.12
26082026-07-02T04:07:05.841Z Checking tokio-stream v0.1.18
26092026-07-02T04:07:05.845Z Checking object v0.37.3
26102026-07-02T04:07:05.882Z Checking buf-list v1.1.2
26112026-07-02T04:07:05.886Z Checking camino v1.2.2
26122026-07-02T04:07:05.950Z Checking anyhow v1.0.102
26132026-07-02T04:07:06.032Z Checking x509-cert v0.2.5
26142026-07-02T04:07:06.059Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26152026-07-02T04:07:06.134Z Checking openapiv3 v2.2.0
26162026-07-02T04:07:06.149Z Checking lalrpop-util v0.19.12
26172026-07-02T04:07:06.214Z Checking peg-runtime v0.8.5
26182026-07-02T04:07:06.305Z Checking rayon v1.11.0
26192026-07-02T04:07:06.317Z Checking sigpipe v0.1.3
26202026-07-02T04:07:06.353Z Checking glob v0.3.3
26212026-07-02T04:07:07.989Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26222026-07-02T04:07:08.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.03s
26232026-07-02T04:07:08.405Z
26242026-07-02T04:07:08.405Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26252026-07-02T04:07:08.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-07-02T04:07:08.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-07-02T04:07:08.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-07-02T04:07:08.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26292026-07-02T04:07:08.933Z
26302026-07-02T04:07:08.933Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26312026-07-02T04:07:09.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-07-02T04:07:09.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-07-02T04:07:09.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-07-02T04:07:09.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26352026-07-02T04:07:09.461Z
26362026-07-02T04:07:09.461Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26372026-07-02T04:07:09.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-07-02T04:07:09.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-07-02T04:07:09.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-07-02T04:07:09.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26412026-07-02T04:07:09.999Z
26422026-07-02T04:07:09.999Zinfo: running `cargo check --bins` on oxql-types (80/299)
26432026-07-02T04:07:10.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-02T04:07:10.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-02T04:07:10.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-02T04:07:10.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26472026-07-02T04:07:10.523Z
26482026-07-02T04:07:10.523Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26492026-07-02T04:07:10.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-02T04:07:10.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-02T04:07:10.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-02T04:07:10.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26532026-07-02T04:07:11.050Z
26542026-07-02T04:07:11.050Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26552026-07-02T04:07:11.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-02T04:07:11.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-02T04:07:11.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-02T04:07:11.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26592026-07-02T04:07:11.577Z
26602026-07-02T04:07:11.577Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26612026-07-02T04:07:12.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-02T04:07:12.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-02T04:07:12.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-02T04:07:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26652026-07-02T04:07:12.089Z
26662026-07-02T04:07:12.089Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26672026-07-02T04:07:12.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-02T04:07:12.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-02T04:07:12.721Z Compiling structmeta-derive v0.3.0
26702026-07-02T04:07:12.835Z Compiling multer v3.1.0
26712026-07-02T04:07:12.845Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-07-02T04:07:12.849Z Compiling async-stream-impl v0.3.6
26732026-07-02T04:07:12.863Z Compiling dropshot v0.17.1
26742026-07-02T04:07:12.878Z Compiling newtype-uuid-macros v0.1.0
26752026-07-02T04:07:12.882Z Compiling dropshot_endpoint v0.17.1
26762026-07-02T04:07:12.902Z Checking newtype-uuid v1.3.2
26772026-07-02T04:07:13.070Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26782026-07-02T04:07:13.090Z Checking daft v0.1.7
26792026-07-02T04:07:13.136Z Checking thread_local v1.1.9
26802026-07-02T04:07:13.232Z Checking match_cfg v0.1.0
26812026-07-02T04:07:13.301Z Checking compression-core v0.4.31
26822026-07-02T04:07:13.315Z Checking hostname v0.3.1
26832026-07-02T04:07:13.329Z Checking iddqd v0.4.2
26842026-07-02T04:07:13.412Z Checking crossbeam-channel v0.5.15
26852026-07-02T04:07:13.426Z Checking compression-codecs v0.4.37
26862026-07-02T04:07:13.446Z Checking atomicwrites v0.4.4
26872026-07-02T04:07:13.476Z Checking slog-json v2.6.1
26882026-07-02T04:07:13.569Z Checking is-terminal v0.4.17
26892026-07-02T04:07:13.588Z Checking toml_datetime v1.1.1+spec-1.1.0
26902026-07-02T04:07:13.627Z Checking serde_spanned v1.1.1
26912026-07-02T04:07:13.640Z Checking take_mut v0.2.2
26922026-07-02T04:07:13.653Z Checking toml_writer v1.1.1+spec-1.1.0
26932026-07-02T04:07:13.736Z Checking debug-ignore v1.0.5
26942026-07-02T04:07:13.736Z Checking term v1.2.1
26952026-07-02T04:07:13.759Z Checking slog-async v2.8.0
26962026-07-02T04:07:13.775Z Checking slog-bunyan v2.5.0
26972026-07-02T04:07:13.827Z Checking toml v1.1.2+spec-1.1.0
26982026-07-02T04:07:13.838Z Checking async-compression v0.4.41
26992026-07-02T04:07:13.885Z Checking async-stream v0.3.6
27002026-07-02T04:07:13.889Z Compiling structmeta v0.3.0
27012026-07-02T04:07:13.922Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-07-02T04:07:13.958Z Checking slog-term v2.9.2
27032026-07-02T04:07:14.011Z Checking progenitor-client v0.14.0
27042026-07-02T04:07:14.025Z Checking sha1 v0.11.0
27052026-07-02T04:07:14.078Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-07-02T04:07:14.104Z Compiling derive-ex v0.1.8
27072026-07-02T04:07:14.205Z Compiling parse-display-derive v0.10.0
27082026-07-02T04:07:14.218Z Checking waitgroup v0.1.2
27092026-07-02T04:07:14.240Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-07-02T04:07:14.244Z Checking rustls-pemfile v2.2.0
27112026-07-02T04:07:14.317Z Checking backon v1.6.0
27122026-07-02T04:07:14.333Z Checking serde_path_to_error v0.1.20
27132026-07-02T04:07:14.373Z Checking hostname v0.4.2
27142026-07-02T04:07:14.398Z Checking instant v0.1.13
27152026-07-02T04:07:14.478Z Checking backoff v0.4.0
27162026-07-02T04:07:14.482Z Checking progenitor-extras v0.2.0
27172026-07-02T04:07:14.616Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27182026-07-02T04:07:14.629Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27192026-07-02T04:07:14.659Z Checking itertools v0.14.0
27202026-07-02T04:07:14.688Z Checking regress v0.10.5
27212026-07-02T04:07:14.835Z Checking macaddr v1.0.1
27222026-07-02T04:07:15.026Z Checking humantime v2.3.0
27232026-07-02T04:07:15.787Z Compiling test-strategy v0.4.5
27242026-07-02T04:07:15.907Z Checking parse-display v0.10.0
27252026-07-02T04:07:16.319Z Compiling prettyplease v0.2.37
27262026-07-02T04:07:16.570Z Checking num-rational v0.4.2
27272026-07-02T04:07:16.779Z Checking num-complex v0.4.6
27282026-07-02T04:07:17.218Z Compiling num v0.4.3
27292026-07-02T04:07:17.284Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27302026-07-02T04:07:17.328Z Compiling usdt-attr-macro v0.5.0
27312026-07-02T04:07:17.332Z Compiling usdt-macro v0.5.0
27322026-07-02T04:07:17.429Z Checking memmap v0.7.0
27332026-07-02T04:07:17.561Z Checking float-ord v0.3.2
27342026-07-02T04:07:17.650Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-07-02T04:07:17.780Z Compiling convert_case v0.4.0
27362026-07-02T04:07:17.817Z Checking unicode-width v0.2.0
27372026-07-02T04:07:18.061Z Checking newline-converter v0.3.0
27382026-07-02T04:07:18.074Z Checking console v0.15.11
27392026-07-02T04:07:18.097Z Checking usdt v0.5.0
27402026-07-02T04:07:18.156Z Compiling derive_more v0.99.20
27412026-07-02T04:07:18.168Z Compiling toml v0.8.23
27422026-07-02T04:07:18.257Z Compiling minimal-lexical v0.2.1
27432026-07-02T04:07:18.344Z Checking linked-hash-map v0.5.6
27442026-07-02T04:07:18.511Z Checking lru-cache v0.1.2
27452026-07-02T04:07:18.511Z Compiling nom v7.1.3
27462026-07-02T04:07:18.640Z Checking expectorate v1.2.0
27472026-07-02T04:07:19.018Z Checking camino-tempfile v1.4.1
27482026-07-02T04:07:19.102Z Checking hickory-proto v0.24.4
27492026-07-02T04:07:19.181Z Checking phf_shared v0.12.1
27502026-07-02T04:07:19.277Z Compiling slog-dtrace v0.3.0
27512026-07-02T04:07:19.322Z Checking resolv-conf v0.7.6
27522026-07-02T04:07:19.502Z Compiling chrono-tz v0.10.4
27532026-07-02T04:07:19.692Z Checking heck v0.5.0
27542026-07-02T04:07:19.729Z Compiling unicode-xid v0.2.6
27552026-07-02T04:07:19.848Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-07-02T04:07:19.860Z Compiling const_format_proc_macros v0.2.34
27572026-07-02T04:07:19.881Z Checking phf v0.12.1
27582026-07-02T04:07:20.022Z Checking tokio-dtrace v0.1.1
27592026-07-02T04:07:20.206Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-07-02T04:07:20.344Z Compiling derive-where v1.6.0
27612026-07-02T04:07:20.720Z Checking highway v1.3.0
27622026-07-02T04:07:20.786Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-07-02T04:07:20.799Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-07-02T04:07:20.950Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27652026-07-02T04:07:20.976Z Checking hickory-resolver v0.24.4
27662026-07-02T04:07:21.281Z Checking const_format v0.2.35
27672026-07-02T04:07:21.537Z Checking oxide-tokio-rt v0.1.4
27682026-07-02T04:07:21.738Z Checking qorb v0.4.1
27692026-07-02T04:07:21.943Z Checking gethostname v0.5.0
27702026-07-02T04:07:22.030Z Checking bcs v0.1.6
27712026-07-02T04:07:22.043Z Checking termtree v0.5.1
27722026-07-02T04:07:22.309Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-07-02T04:07:22.430Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-07-02T04:07:22.575Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-07-02T04:07:22.581Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-07-02T04:07:25.433Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-07-02T04:07:27.819Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-07-02T04:07:29.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
27792026-07-02T04:07:30.062Z
27802026-07-02T04:07:30.062Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27812026-07-02T04:07:30.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-07-02T04:07:30.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-07-02T04:07:30.686Z Compiling ar_archive_writer v0.5.1
27842026-07-02T04:07:30.793Z Compiling stacker v0.1.23
27852026-07-02T04:07:30.802Z Compiling cfg_aliases v0.1.1
27862026-07-02T04:07:30.812Z Compiling convert_case v0.10.0
27872026-07-02T04:07:30.815Z Checking unicode-width v0.1.14
27882026-07-02T04:07:30.824Z Compiling proc-macro-error v1.0.4
27892026-07-02T04:07:30.834Z Checking fd-lock v4.0.4
27902026-07-02T04:07:30.839Z Checking nibble_vec v0.1.0
27912026-07-02T04:07:30.857Z Compiling nix v0.28.0
27922026-07-02T04:07:30.953Z Checking vte v0.14.1
27932026-07-02T04:07:30.956Z Compiling recursive-proc-macro-impl v0.1.1
27942026-07-02T04:07:31.059Z Checking endian-type v0.1.2
27952026-07-02T04:07:31.074Z Checking bytecount v0.6.9
27962026-07-02T04:07:31.098Z Checking strip-ansi-escapes v0.2.1
27972026-07-02T04:07:31.109Z Compiling derive_more-impl v2.1.1
27982026-07-02T04:07:31.120Z Compiling tabled_derive v0.7.0
27992026-07-02T04:07:31.169Z Checking papergrid v0.11.0
28002026-07-02T04:07:31.180Z Checking radix_trie v0.2.1
28012026-07-02T04:07:31.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-07-02T04:07:31.381Z Compiling peg-macros v0.8.5
28032026-07-02T04:07:31.393Z Checking winnow v0.6.26
28042026-07-02T04:07:31.630Z Compiling psm v0.1.30
28052026-07-02T04:07:31.681Z Compiling sqlparser_derive v0.5.0
28062026-07-02T04:07:31.778Z Checking home v0.5.12
28072026-07-02T04:07:31.882Z Checking nu-ansi-term v0.50.3
28082026-07-02T04:07:31.912Z Checking derive_more v2.1.1
28092026-07-02T04:07:31.987Z Checking unicode_categories v0.1.1
28102026-07-02T04:07:32.082Z Checking tabled v0.15.0
28112026-07-02T04:07:32.097Z Checking reedline v0.40.0
28122026-07-02T04:07:32.138Z Checking rustyline v14.0.0
28132026-07-02T04:07:32.164Z Checking crossterm v0.29.0
28142026-07-02T04:07:32.403Z Checking recursive v0.1.1
28152026-07-02T04:07:32.457Z Checking display-error-chain v0.2.2
28162026-07-02T04:07:32.493Z Checking sqlparser v0.61.0
28172026-07-02T04:07:32.534Z Checking sqlformat v0.3.5
28182026-07-02T04:07:32.767Z Checking peg v0.8.5
28192026-07-02T04:07:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28202026-07-02T04:07:43.839Z
28212026-07-02T04:07:43.839Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28222026-07-02T04:07:44.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-07-02T04:07:44.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-07-02T04:07:44.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-07-02T04:07:47.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28262026-07-02T04:07:48.066Z
28272026-07-02T04:07:48.066Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28282026-07-02T04:07:48.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-07-02T04:07:48.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-07-02T04:07:48.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-02T04:07:51.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28322026-07-02T04:07:51.318Z
28332026-07-02T04:07:51.318Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28342026-07-02T04:07:51.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-07-02T04:07:51.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-07-02T04:07:51.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-07-02T04:07:55.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28382026-07-02T04:07:55.357Z
28392026-07-02T04:07:55.357Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28402026-07-02T04:07:55.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-07-02T04:07:55.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-07-02T04:07:55.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-07-02T04:07:59.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28442026-07-02T04:07:59.410Z
28452026-07-02T04:07:59.410Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28462026-07-02T04:07:59.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-02T04:07:59.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-02T04:08:00.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-02T04:08:02.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28502026-07-02T04:08:02.775Z
28512026-07-02T04:08:02.775Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28522026-07-02T04:08:03.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-02T04:08:03.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-02T04:08:03.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-02T04:08:06.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28562026-07-02T04:08:06.172Z
28572026-07-02T04:08:06.172Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28582026-07-02T04:08:06.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-02T04:08:06.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-02T04:08:06.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-02T04:08:10.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28622026-07-02T04:08:10.369Z
28632026-07-02T04:08:10.369Zinfo: running `cargo check --bins` on oximeter (93/299)
28642026-07-02T04:08:10.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-02T04:08:10.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-02T04:08:10.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-07-02T04:08:10.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28682026-07-02T04:08:10.894Z
28692026-07-02T04:08:10.894Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28702026-07-02T04:08:11.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-02T04:08:11.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-02T04:08:11.464Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-07-02T04:08:11.620Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-07-02T04:08:11.620Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-07-02T04:08:11.967Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-07-02T04:08:14.477Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-07-02T04:08:15.682Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-07-02T04:08:15.882Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-07-02T04:08:16.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
28802026-07-02T04:08:16.696Z
28812026-07-02T04:08:16.696Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28822026-07-02T04:08:17.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-07-02T04:08:17.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-07-02T04:08:17.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-07-02T04:08:17.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28862026-07-02T04:08:17.223Z
28872026-07-02T04:08:17.223Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28882026-07-02T04:08:17.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-02T04:08:17.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-02T04:08:17.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-02T04:08:17.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28922026-07-02T04:08:17.787Z
28932026-07-02T04:08:17.787Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28942026-07-02T04:08:18.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-02T04:08:18.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-02T04:08:18.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-02T04:08:18.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28982026-07-02T04:08:18.320Z
28992026-07-02T04:08:18.320Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29002026-07-02T04:08:18.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-02T04:08:18.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-02T04:08:18.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-07-02T04:08:18.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29042026-07-02T04:08:18.853Z
29052026-07-02T04:08:18.853Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29062026-07-02T04:08:19.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-02T04:08:19.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-02T04:08:19.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-02T04:08:19.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29102026-07-02T04:08:19.385Z
29112026-07-02T04:08:19.385Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29122026-07-02T04:08:19.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-02T04:08:19.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-02T04:08:19.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-02T04:08:19.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-07-02T04:08:19.918Z
29172026-07-02T04:08:19.918Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29182026-07-02T04:08:20.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-02T04:08:20.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-02T04:08:20.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-02T04:08:20.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29222026-07-02T04:08:20.436Z
29232026-07-02T04:08:20.436Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29242026-07-02T04:08:20.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-02T04:08:20.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-02T04:08:20.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-02T04:08:20.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29282026-07-02T04:08:20.977Z
29292026-07-02T04:08:20.977Zinfo: running `cargo check --bins` on update-engine (103/299)
29302026-07-02T04:08:21.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-02T04:08:21.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-02T04:08:21.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-02T04:08:21.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29342026-07-02T04:08:21.487Z
29352026-07-02T04:08:21.487Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29362026-07-02T04:08:21.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-02T04:08:21.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-02T04:08:22.150Z Compiling crucible-workspace-hack v0.1.0
29392026-07-02T04:08:22.264Z Checking secrecy v0.10.3
29402026-07-02T04:08:22.271Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-07-02T04:08:22.274Z Compiling heapless v0.8.0
29422026-07-02T04:08:22.283Z Compiling ingot-macros v0.1.1
29432026-07-02T04:08:22.290Z Checking hash32 v0.3.1
29442026-07-02T04:08:22.293Z Checking inout v0.1.4
29452026-07-02T04:08:22.312Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-07-02T04:08:22.362Z Compiling smoltcp v0.11.0
29472026-07-02T04:08:22.411Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-07-02T04:08:22.411Z Checking cipher v0.4.4
29492026-07-02T04:08:22.500Z Checking cobs v0.3.0
29502026-07-02T04:08:22.515Z Checking universal-hash v0.5.1
29512026-07-02T04:08:22.556Z Compiling thiserror-impl-no-std v2.0.2
29522026-07-02T04:08:22.601Z Checking half v2.7.1
29532026-07-02T04:08:22.632Z Checking opaque-debug v0.3.1
29542026-07-02T04:08:22.646Z Checking ciborium-io v0.2.2
29552026-07-02T04:08:22.696Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29562026-07-02T04:08:22.740Z Checking poly1305 v0.8.0
29572026-07-02T04:08:22.792Z Checking postcard v1.1.3
29582026-07-02T04:08:22.851Z Checking ciborium-ll v0.2.2
29592026-07-02T04:08:22.904Z Checking chacha20 v0.9.1
29602026-07-02T04:08:22.999Z Compiling proc-macro-crate v3.4.0
29612026-07-02T04:08:23.020Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29622026-07-02T04:08:23.048Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-07-02T04:08:23.098Z Checking password-hash v0.5.0
29642026-07-02T04:08:23.307Z Checking blake2 v0.10.6
29652026-07-02T04:08:23.325Z Compiling proc-macro-crate v1.3.1
29662026-07-02T04:08:23.420Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29672026-07-02T04:08:23.462Z Checking aead v0.5.2
29682026-07-02T04:08:23.542Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29692026-07-02T04:08:23.546Z Compiling num_enum_derive v0.7.6
29702026-07-02T04:08:23.598Z Compiling foreign-types-macros v0.2.3
29712026-07-02T04:08:23.651Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29722026-07-02T04:08:23.722Z Checking thiserror-no-std v2.0.2
29732026-07-02T04:08:23.735Z Checking foreign-types-shared v0.3.1
29742026-07-02T04:08:23.749Z Compiling num_enum_derive v0.5.11
29752026-07-02T04:08:23.805Z Checking vsss-rs v3.3.4
29762026-07-02T04:08:23.819Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-02T04:08:23.896Z Checking chacha20poly1305 v0.10.1
29782026-07-02T04:08:24.022Z Checking argon2 v0.5.3
29792026-07-02T04:08:24.188Z Checking foreign-types v0.5.0
29802026-07-02T04:08:24.263Z Checking ciborium v0.2.2
29812026-07-02T04:08:24.376Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29822026-07-02T04:08:24.465Z Checking tabwriter v1.4.1
29832026-07-02T04:08:24.601Z Checking num_enum v0.7.6
29842026-07-02T04:08:24.614Z Checking byte-wrapper v0.1.0
29852026-07-02T04:08:24.654Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29862026-07-02T04:08:24.681Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29872026-07-02T04:08:24.710Z Checking cstr-argument v0.1.2
29882026-07-02T04:08:24.778Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29892026-07-02T04:08:24.813Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-07-02T04:08:24.829Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-07-02T04:08:24.907Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-07-02T04:08:24.994Z Checking num_enum v0.5.11
29932026-07-02T04:08:25.007Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-07-02T04:08:25.087Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-02T04:08:25.099Z Checking ingot-types v0.1.2
29962026-07-02T04:08:25.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29972026-07-02T04:08:25.130Z Checking rand v0.10.1
29982026-07-02T04:08:25.165Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29992026-07-02T04:08:25.189Z Checking colored v3.1.1
30002026-07-02T04:08:25.255Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30012026-07-02T04:08:25.301Z Checking indent_write v2.2.0
30022026-07-02T04:08:25.350Z Compiling zone_cfg_derive v0.3.1
30032026-07-02T04:08:25.385Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-07-02T04:08:25.437Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30052026-07-02T04:08:25.450Z Checking itertools v0.12.1
30062026-07-02T04:08:25.453Z Checking ingot v0.1.1
30072026-07-02T04:08:25.516Z Compiling num-derive v0.4.2
30082026-07-02T04:08:25.592Z Checking swrite v0.1.0
30092026-07-02T04:08:25.637Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-07-02T04:08:25.680Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30112026-07-02T04:08:25.834Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-07-02T04:08:26.002Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30132026-07-02T04:08:26.021Z Checking dropshot-api-manager-types v0.7.2
30142026-07-02T04:08:26.047Z Checking smf v0.2.3
30152026-07-02T04:08:26.063Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-07-02T04:08:26.110Z Checking nanorand v0.7.0
30172026-07-02T04:08:26.183Z Checking whoami v1.6.1
30182026-07-02T04:08:26.279Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-07-02T04:08:26.302Z Checking flume v0.11.1
30202026-07-02T04:08:26.462Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30212026-07-02T04:08:26.553Z Checking zone v0.3.1
30222026-07-02T04:08:27.025Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30232026-07-02T04:08:27.973Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30242026-07-02T04:08:28.843Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30252026-07-02T04:08:32.236Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30262026-07-02T04:08:34.276Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30272026-07-02T04:08:35.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30282026-07-02T04:08:35.528Z
30292026-07-02T04:08:35.528Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30302026-07-02T04:08:35.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-07-02T04:08:35.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-07-02T04:08:35.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-07-02T04:08:35.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30342026-07-02T04:08:36.062Z
30352026-07-02T04:08:36.062Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30362026-07-02T04:08:36.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-02T04:08:36.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-02T04:08:36.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-02T04:08:36.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30402026-07-02T04:08:36.592Z
30412026-07-02T04:08:36.592Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30422026-07-02T04:08:37.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-02T04:08:37.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-02T04:08:37.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-02T04:08:37.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30462026-07-02T04:08:37.135Z
30472026-07-02T04:08:37.135Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30482026-07-02T04:08:37.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-02T04:08:37.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-02T04:08:37.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-02T04:08:37.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-02T04:08:37.675Z
30532026-07-02T04:08:37.675Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30542026-07-02T04:08:38.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-02T04:08:38.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-02T04:08:38.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-02T04:08:38.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-02T04:08:38.211Z
30592026-07-02T04:08:38.211Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30602026-07-02T04:08:38.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-02T04:08:38.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-02T04:08:38.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-02T04:08:38.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30642026-07-02T04:08:38.739Z
30652026-07-02T04:08:38.739Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30662026-07-02T04:08:39.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-02T04:08:39.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-02T04:08:39.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-02T04:08:39.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30702026-07-02T04:08:39.264Z
30712026-07-02T04:08:39.264Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30722026-07-02T04:08:39.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-02T04:08:39.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-02T04:08:39.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-02T04:08:39.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30762026-07-02T04:08:39.782Z
30772026-07-02T04:08:39.782Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30782026-07-02T04:08:40.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-02T04:08:40.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-02T04:08:40.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-02T04:08:40.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30822026-07-02T04:08:40.317Z
30832026-07-02T04:08:40.317Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30842026-07-02T04:08:40.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-02T04:08:40.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-02T04:08:40.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-02T04:08:40.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-02T04:08:40.853Z
30892026-07-02T04:08:40.853Zinfo: running `cargo check --bins` on installinator-client (115/299)
30902026-07-02T04:08:41.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-02T04:08:41.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-02T04:08:41.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-02T04:08:41.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30942026-07-02T04:08:41.384Z
30952026-07-02T04:08:41.385Zinfo: running `cargo check --bins` on nexus-client (116/299)
30962026-07-02T04:08:41.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-02T04:08:41.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-02T04:08:41.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-02T04:08:41.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31002026-07-02T04:08:41.949Z
31012026-07-02T04:08:41.950Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31022026-07-02T04:08:42.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-02T04:08:42.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-02T04:08:42.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-02T04:08:42.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31062026-07-02T04:08:42.518Z
31072026-07-02T04:08:42.518Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31082026-07-02T04:08:42.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-02T04:08:42.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-02T04:08:42.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-02T04:08:42.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31122026-07-02T04:08:43.036Z
31132026-07-02T04:08:43.036Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31142026-07-02T04:08:43.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-02T04:08:43.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-02T04:08:43.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-02T04:08:43.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31182026-07-02T04:08:43.547Z
31192026-07-02T04:08:43.548Zinfo: running `cargo check --bins` on oxide-client (120/299)
31202026-07-02T04:08:43.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-02T04:08:43.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-02T04:08:43.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-02T04:08:43.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31242026-07-02T04:08:44.064Z
31252026-07-02T04:08:44.064Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31262026-07-02T04:08:44.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-02T04:08:44.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-02T04:08:44.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-02T04:08:44.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-02T04:08:44.595Z
31312026-07-02T04:08:44.595Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31322026-07-02T04:08:45.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-02T04:08:45.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-02T04:08:45.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-02T04:08:45.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31362026-07-02T04:08:45.111Z
31372026-07-02T04:08:45.111Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31382026-07-02T04:08:45.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-02T04:08:45.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-02T04:08:45.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-02T04:08:45.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-02T04:08:45.651Z
31432026-07-02T04:08:45.651Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31442026-07-02T04:08:46.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-02T04:08:46.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-02T04:08:46.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-02T04:08:46.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31482026-07-02T04:08:46.209Z
31492026-07-02T04:08:46.209Zinfo: running `cargo check --bins` on installinator-common (125/299)
31502026-07-02T04:08:46.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-02T04:08:46.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-02T04:08:46.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-02T04:08:46.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-07-02T04:08:46.755Z
31552026-07-02T04:08:46.755Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31562026-07-02T04:08:47.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-02T04:08:47.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-02T04:08:47.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-02T04:08:47.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31602026-07-02T04:08:47.273Z
31612026-07-02T04:08:47.273Zinfo: running `cargo check --bins` on wicket-common (127/299)
31622026-07-02T04:08:47.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-02T04:08:47.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-02T04:08:47.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-02T04:08:47.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31662026-07-02T04:08:47.818Z
31672026-07-02T04:08:47.818Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31682026-07-02T04:08:48.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-02T04:08:48.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-02T04:08:48.454Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31712026-07-02T04:08:48.566Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31722026-07-02T04:08:48.573Z Checking csv-core v0.1.13
31732026-07-02T04:08:48.580Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-07-02T04:08:48.587Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-07-02T04:08:48.590Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-07-02T04:08:48.606Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-07-02T04:08:48.618Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-07-02T04:08:48.727Z Checking csv v1.4.0
31792026-07-02T04:08:48.753Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-07-02T04:08:48.766Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-07-02T04:08:48.806Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31822026-07-02T04:08:48.821Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-07-02T04:08:49.070Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31842026-07-02T04:08:49.434Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-07-02T04:08:49.437Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-07-02T04:08:49.785Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31872026-07-02T04:08:55.817Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31882026-07-02T04:08:56.339Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-07-02T04:08:58.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31902026-07-02T04:08:58.838Z
31912026-07-02T04:08:58.838Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31922026-07-02T04:08:59.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-02T04:08:59.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-02T04:08:59.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-02T04:08:59.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31962026-07-02T04:08:59.372Z
31972026-07-02T04:08:59.372Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31982026-07-02T04:08:59.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-02T04:08:59.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-02T04:08:59.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-02T04:08:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32022026-07-02T04:08:59.985Z
32032026-07-02T04:08:59.985Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32042026-07-02T04:09:00.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-02T04:09:00.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-02T04:09:00.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-02T04:09:00.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-07-02T04:09:00.593Z
32092026-07-02T04:09:00.593Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32102026-07-02T04:09:01.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-02T04:09:01.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-02T04:09:01.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-02T04:09:01.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32142026-07-02T04:09:01.163Z
32152026-07-02T04:09:01.163Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32162026-07-02T04:09:01.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-02T04:09:01.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-02T04:09:01.870Z Compiling regress v0.11.1
32192026-07-02T04:09:02.008Z Compiling unsafe-libyaml v0.2.11
32202026-07-02T04:09:02.016Z Compiling semver v0.1.20
32212026-07-02T04:09:02.019Z Compiling radium v0.7.0
32222026-07-02T04:09:02.037Z Checking nom v8.0.0
32232026-07-02T04:09:02.040Z Compiling maybe-uninit v2.0.0
32242026-07-02T04:09:02.040Z Checking tap v1.0.1
32252026-07-02T04:09:02.145Z Checking wyz v0.5.1
32262026-07-02T04:09:02.291Z Compiling rustc_version v0.1.7
32272026-07-02T04:09:02.320Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-02T04:09:02.420Z Compiling zerocopy-derive v0.6.6
32292026-07-02T04:09:02.472Z Checking crc-catalog v2.4.0
32302026-07-02T04:09:02.504Z Compiling newtype_derive v0.1.6
32312026-07-02T04:09:02.563Z Compiling serde_yaml v0.9.34+deprecated
32322026-07-02T04:09:02.705Z Checking funty v2.0.0
32332026-07-02T04:09:02.744Z Compiling owo-colors v4.3.0
32342026-07-02T04:09:03.027Z Compiling packed_struct v0.10.1
32352026-07-02T04:09:03.086Z Compiling cancel-safe-futures v0.1.5
32362026-07-02T04:09:03.269Z Checking zerocopy v0.6.6
32372026-07-02T04:09:03.337Z Checking bitvec v1.0.1
32382026-07-02T04:09:03.415Z Checking crc v3.4.0
32392026-07-02T04:09:03.452Z Checking typify-impl v0.6.2
32402026-07-02T04:09:03.661Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-07-02T04:09:03.839Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-07-02T04:09:04.004Z Compiling packed_struct_codegen v0.10.1
32432026-07-02T04:09:04.017Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32442026-07-02T04:09:04.177Z Checking libsw-core v0.3.2
32452026-07-02T04:09:04.193Z Compiling bitfield-macros v0.19.4
32462026-07-02T04:09:04.324Z Compiling indexmap v1.9.3
32472026-07-02T04:09:04.537Z Checking nodrop v0.1.14
32482026-07-02T04:09:04.596Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-07-02T04:09:04.630Z Checking array-init v0.0.4
32502026-07-02T04:09:04.672Z Checking libsw v3.5.0
32512026-07-02T04:09:04.685Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-07-02T04:09:04.817Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-07-02T04:09:04.920Z Checking bitfield v0.19.4
32542026-07-02T04:09:04.933Z Checking smallvec v0.6.14
32552026-07-02T04:09:04.998Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32562026-07-02T04:09:05.177Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-07-02T04:09:05.191Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32582026-07-02T04:09:05.298Z Checking smawk v0.3.2
32592026-07-02T04:09:05.393Z Checking base64 v0.21.7
32602026-07-02T04:09:05.407Z Checking unicode-linebreak v0.1.5
32612026-07-02T04:09:05.426Z Checking linear-map v1.2.0
32622026-07-02T04:09:05.601Z Checking tagptr v0.2.0
32632026-07-02T04:09:05.637Z Checking hashbrown v0.12.3
32642026-07-02T04:09:05.658Z Checking ron v0.8.1
32652026-07-02T04:09:05.687Z Checking textwrap v0.16.2
32662026-07-02T04:09:05.699Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32672026-07-02T04:09:05.739Z Checking moka v0.12.13
32682026-07-02T04:09:05.903Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-07-02T04:09:06.080Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-07-02T04:09:06.160Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-07-02T04:09:06.191Z Checking steno v0.4.1
32722026-07-02T04:09:06.380Z Checking serde-hex v0.1.0
32732026-07-02T04:09:06.394Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32742026-07-02T04:09:06.549Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32752026-07-02T04:09:06.884Z Checking hashbrown v0.13.2
32762026-07-02T04:09:06.978Z Checking crc-any v2.5.0
32772026-07-02T04:09:07.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-07-02T04:09:07.160Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-07-02T04:09:07.194Z Checking hickory-resolver v0.25.2
32802026-07-02T04:09:07.315Z Checking object v0.30.4
32812026-07-02T04:09:07.328Z Checking sha1 v0.10.6
32822026-07-02T04:09:07.361Z Checking half v1.8.3
32832026-07-02T04:09:07.495Z Checking utf-8 v0.7.6
32842026-07-02T04:09:07.556Z Checking path-slash v0.1.5
32852026-07-02T04:09:07.630Z Checking void v1.0.2
32862026-07-02T04:09:07.660Z Checking tungstenite v0.23.0
32872026-07-02T04:09:07.736Z Checking lzss v0.8.2
32882026-07-02T04:09:07.867Z Checking serde_cbor v0.11.2
32892026-07-02T04:09:07.898Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-07-02T04:09:08.052Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-07-02T04:09:08.068Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-07-02T04:09:08.078Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32932026-07-02T04:09:08.091Z Compiling typify-macro v0.6.2
32942026-07-02T04:09:08.149Z Checking nix v0.27.1
32952026-07-02T04:09:08.218Z Checking kstat-rs v0.2.4
32962026-07-02T04:09:08.249Z Checking fxhash v0.2.1
32972026-07-02T04:09:08.303Z Checking serde_bytes v0.11.19
32982026-07-02T04:09:08.320Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32992026-07-02T04:09:08.367Z Checking tokio-tungstenite v0.23.1
33002026-07-02T04:09:08.403Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-07-02T04:09:08.477Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33022026-07-02T04:09:08.622Z Checking signal-hook-tokio v0.3.1
33032026-07-02T04:09:09.142Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33042026-07-02T04:09:09.466Z Compiling typify v0.6.2
33052026-07-02T04:09:09.542Z Compiling progenitor-impl v0.14.0
33062026-07-02T04:09:10.052Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33072026-07-02T04:09:10.364Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33082026-07-02T04:09:10.970Z Compiling progenitor-macro v0.14.0
33092026-07-02T04:09:13.290Z Checking progenitor v0.14.0
33102026-07-02T04:09:13.399Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33112026-07-02T04:09:13.402Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33122026-07-02T04:09:16.070Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33132026-07-02T04:09:24.283Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-07-02T04:09:30.818Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33152026-07-02T04:09:32.177Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33162026-07-02T04:09:32.661Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33172026-07-02T04:09:34.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.56s
33182026-07-02T04:09:34.903Z
33192026-07-02T04:09:34.903Zinfo: running `cargo check --bins` on gateway-api (134/299)
33202026-07-02T04:09:35.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-07-02T04:09:35.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-07-02T04:09:35.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-07-02T04:09:35.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33242026-07-02T04:09:35.435Z
33252026-07-02T04:09:35.435Zinfo: running `cargo check --bins` on ipcc (135/299)
33262026-07-02T04:09:35.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-07-02T04:09:35.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-07-02T04:09:35.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-07-02T04:09:35.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33302026-07-02T04:09:35.973Z
33312026-07-02T04:09:35.973Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33322026-07-02T04:09:36.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-07-02T04:09:36.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-07-02T04:09:36.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-07-02T04:09:36.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33362026-07-02T04:09:36.498Z
33372026-07-02T04:09:36.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33382026-07-02T04:09:36.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-02T04:09:36.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-02T04:09:36.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-02T04:09:36.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33422026-07-02T04:09:37.047Z
33432026-07-02T04:09:37.047Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33442026-07-02T04:09:37.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-02T04:09:37.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-02T04:09:37.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-02T04:09:37.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33482026-07-02T04:09:37.577Z
33492026-07-02T04:09:37.577Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33502026-07-02T04:09:38.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-02T04:09:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-02T04:09:38.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-02T04:09:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-02T04:09:38.110Z
33552026-07-02T04:09:38.110Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33562026-07-02T04:09:38.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-02T04:09:38.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-02T04:09:38.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-02T04:09:38.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-02T04:09:38.635Z
33612026-07-02T04:09:38.635Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33622026-07-02T04:09:39.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-02T04:09:39.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-02T04:09:39.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-02T04:09:39.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33662026-07-02T04:09:39.188Z
33672026-07-02T04:09:39.188Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33682026-07-02T04:09:39.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-02T04:09:39.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-02T04:09:39.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-02T04:09:39.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33722026-07-02T04:09:39.720Z
33732026-07-02T04:09:39.720Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33742026-07-02T04:09:40.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-02T04:09:40.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-02T04:09:40.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-02T04:09:40.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33782026-07-02T04:09:40.251Z
33792026-07-02T04:09:40.251Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33802026-07-02T04:09:40.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-02T04:09:40.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-02T04:09:40.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-02T04:09:40.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33842026-07-02T04:09:40.782Z
33852026-07-02T04:09:40.782Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33862026-07-02T04:09:41.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-02T04:09:41.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-02T04:09:41.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-02T04:09:41.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33902026-07-02T04:09:41.314Z
33912026-07-02T04:09:41.314Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33922026-07-02T04:09:41.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-02T04:09:41.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-02T04:09:41.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-02T04:09:41.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33962026-07-02T04:09:41.846Z
33972026-07-02T04:09:41.846Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33982026-07-02T04:09:42.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-02T04:09:42.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-02T04:09:42.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-02T04:09:42.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-02T04:09:42.379Z
34032026-07-02T04:09:42.379Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34042026-07-02T04:09:42.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-02T04:09:42.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-02T04:09:42.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-02T04:09:42.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34082026-07-02T04:09:42.929Z
34092026-07-02T04:09:42.929Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34102026-07-02T04:09:43.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-02T04:09:43.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-02T04:09:43.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-02T04:09:43.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-02T04:09:43.478Z
34152026-07-02T04:09:43.478Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34162026-07-02T04:09:43.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-02T04:09:43.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-02T04:09:43.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-02T04:09:43.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34202026-07-02T04:09:44.029Z
34212026-07-02T04:09:44.029Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34222026-07-02T04:09:44.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-02T04:09:44.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-02T04:09:44.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-02T04:09:44.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34262026-07-02T04:09:44.574Z
34272026-07-02T04:09:44.574Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34282026-07-02T04:09:45.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-02T04:09:45.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-02T04:09:45.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-02T04:09:45.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34322026-07-02T04:09:45.124Z
34332026-07-02T04:09:45.124Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34342026-07-02T04:09:45.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-02T04:09:45.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-02T04:09:45.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-02T04:09:45.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34382026-07-02T04:09:45.672Z
34392026-07-02T04:09:45.672Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34402026-07-02T04:09:46.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-02T04:09:46.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-02T04:09:46.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-02T04:09:46.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34442026-07-02T04:09:46.225Z
34452026-07-02T04:09:46.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34462026-07-02T04:09:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-02T04:09:46.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-02T04:09:46.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-02T04:09:46.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34502026-07-02T04:09:46.776Z
34512026-07-02T04:09:46.776Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34522026-07-02T04:09:47.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-02T04:09:47.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-02T04:09:47.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-02T04:09:47.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34562026-07-02T04:09:47.324Z
34572026-07-02T04:09:47.324Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34582026-07-02T04:09:47.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-02T04:09:47.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-02T04:09:47.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-02T04:09:47.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34622026-07-02T04:09:47.873Z
34632026-07-02T04:09:47.873Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34642026-07-02T04:09:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-02T04:09:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-02T04:09:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-02T04:09:48.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34682026-07-02T04:09:48.402Z
34692026-07-02T04:09:48.402Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34702026-07-02T04:09:48.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-02T04:09:48.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-02T04:09:48.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-02T04:09:48.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34742026-07-02T04:09:48.935Z
34752026-07-02T04:09:48.935Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34762026-07-02T04:09:49.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-02T04:09:49.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-02T04:09:49.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-02T04:09:49.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34802026-07-02T04:09:49.465Z
34812026-07-02T04:09:49.465Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34822026-07-02T04:09:49.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-02T04:09:49.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-02T04:09:49.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-02T04:09:49.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34862026-07-02T04:09:49.992Z
34872026-07-02T04:09:49.993Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34882026-07-02T04:09:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-02T04:09:50.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-02T04:09:50.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-02T04:09:50.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34922026-07-02T04:09:50.521Z
34932026-07-02T04:09:50.521Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34942026-07-02T04:09:50.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-02T04:09:50.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-02T04:09:50.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-02T04:09:50.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34982026-07-02T04:09:51.052Z
34992026-07-02T04:09:51.052Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35002026-07-02T04:09:51.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-02T04:09:51.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-02T04:09:51.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-02T04:09:51.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35042026-07-02T04:09:51.583Z
35052026-07-02T04:09:51.583Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35062026-07-02T04:09:52.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-02T04:09:52.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-02T04:09:52.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-02T04:09:52.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35102026-07-02T04:09:52.113Z
35112026-07-02T04:09:52.114Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35122026-07-02T04:09:52.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-02T04:09:52.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-02T04:09:52.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-02T04:09:52.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-02T04:09:52.657Z
35172026-07-02T04:09:52.657Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35182026-07-02T04:09:53.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-02T04:09:53.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-02T04:09:53.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-02T04:09:53.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-02T04:09:53.201Z
35232026-07-02T04:09:53.201Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35242026-07-02T04:09:53.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-02T04:09:53.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-02T04:09:53.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-02T04:09:53.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-02T04:09:53.748Z
35292026-07-02T04:09:53.748Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35302026-07-02T04:09:54.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-02T04:09:54.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-02T04:09:54.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-02T04:09:54.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-02T04:09:54.295Z
35352026-07-02T04:09:54.295Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35362026-07-02T04:09:54.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-02T04:09:54.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-02T04:09:54.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-02T04:09:54.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35402026-07-02T04:09:54.842Z
35412026-07-02T04:09:54.842Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35422026-07-02T04:09:55.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-02T04:09:55.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-02T04:09:55.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-02T04:09:55.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35462026-07-02T04:09:55.387Z
35472026-07-02T04:09:55.387Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35482026-07-02T04:09:55.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-02T04:09:55.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-02T04:09:55.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-02T04:09:55.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35522026-07-02T04:09:55.934Z
35532026-07-02T04:09:55.935Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35542026-07-02T04:09:56.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-02T04:09:56.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-02T04:09:56.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-02T04:09:56.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-02T04:09:56.500Z
35592026-07-02T04:09:56.501Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35602026-07-02T04:09:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-02T04:09:56.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-02T04:09:56.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-02T04:09:56.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35642026-07-02T04:09:57.031Z
35652026-07-02T04:09:57.031Zinfo: running `cargo check --bins` on dns-server (175/299)
35662026-07-02T04:09:57.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-02T04:09:57.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-02T04:09:57.624Z Compiling parking_lot_core v0.8.6
35692026-07-02T04:09:57.626Z Compiling git-stub v1.0.0
35702026-07-02T04:09:57.627Z Checking prefix-trie v0.7.0
35712026-07-02T04:09:57.627Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35722026-07-02T04:09:57.848Z Compiling git-stub-vcs v0.1.0
35732026-07-02T04:09:58.009Z Checking hickory-server v0.25.2
35742026-07-02T04:09:58.122Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35752026-07-02T04:09:58.135Z Checking parking_lot v0.11.2
35762026-07-02T04:09:58.187Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35772026-07-02T04:09:58.190Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35782026-07-02T04:09:58.303Z Checking sled v0.34.7
35792026-07-02T04:10:00.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35802026-07-02T04:10:00.335Z
35812026-07-02T04:10:00.335Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35822026-07-02T04:10:00.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-07-02T04:10:00.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-07-02T04:10:00.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-07-02T04:10:00.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35862026-07-02T04:10:00.866Z
35872026-07-02T04:10:00.866Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35882026-07-02T04:10:01.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-07-02T04:10:01.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-07-02T04:10:01.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-07-02T04:10:01.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35922026-07-02T04:10:01.398Z
35932026-07-02T04:10:01.398Zinfo: running `cargo check --bins` on sp-sim (178/299)
35942026-07-02T04:10:01.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-07-02T04:10:01.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-07-02T04:10:02.062Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35972026-07-02T04:10:03.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
35982026-07-02T04:10:03.969Z
35992026-07-02T04:10:03.969Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36002026-07-02T04:10:04.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-02T04:10:04.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-02T04:10:04.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-07-02T04:10:04.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36042026-07-02T04:10:04.551Z
36052026-07-02T04:10:04.551Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36062026-07-02T04:10:05.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-02T04:10:05.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-02T04:10:05.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-02T04:10:05.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36102026-07-02T04:10:05.139Z
36112026-07-02T04:10:05.139Zinfo: running `cargo check --bins` on db-macros (181/299)
36122026-07-02T04:10:05.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-02T04:10:05.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-02T04:10:05.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-02T04:10:05.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36162026-07-02T04:10:05.655Z
36172026-07-02T04:10:05.655Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36182026-07-02T04:10:06.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-02T04:10:06.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-02T04:10:06.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-02T04:10:06.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36222026-07-02T04:10:06.173Z
36232026-07-02T04:10:06.173Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36242026-07-02T04:10:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-02T04:10:06.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-02T04:10:06.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-02T04:10:06.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-07-02T04:10:06.757Z
36292026-07-02T04:10:06.757Zinfo: running `cargo check --bins` on authz-macros (184/299)
36302026-07-02T04:10:07.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-02T04:10:07.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-02T04:10:07.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-02T04:10:07.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36342026-07-02T04:10:07.273Z
36352026-07-02T04:10:07.273Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36362026-07-02T04:10:07.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-02T04:10:07.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-02T04:10:07.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-02T04:10:07.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-07-02T04:10:07.845Z
36412026-07-02T04:10:07.845Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36422026-07-02T04:10:08.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-02T04:10:08.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-02T04:10:08.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-02T04:10:08.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-07-02T04:10:08.418Z
36472026-07-02T04:10:08.418Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36482026-07-02T04:10:08.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-02T04:10:08.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-02T04:10:08.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-02T04:10:08.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36522026-07-02T04:10:08.934Z
36532026-07-02T04:10:08.934Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36542026-07-02T04:10:09.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-02T04:10:09.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-02T04:10:09.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-02T04:10:09.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36582026-07-02T04:10:09.449Z
36592026-07-02T04:10:09.449Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36602026-07-02T04:10:09.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-02T04:10:09.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-02T04:10:09.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-02T04:10:09.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36642026-07-02T04:10:09.976Z
36652026-07-02T04:10:09.976Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36662026-07-02T04:10:10.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-02T04:10:10.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-02T04:10:10.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-02T04:10:10.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36702026-07-02T04:10:10.494Z
36712026-07-02T04:10:10.494Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36722026-07-02T04:10:10.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-02T04:10:10.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-02T04:10:10.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-02T04:10:10.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36762026-07-02T04:10:11.006Z
36772026-07-02T04:10:11.006Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36782026-07-02T04:10:11.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-02T04:10:11.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-02T04:10:11.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-02T04:10:11.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36822026-07-02T04:10:11.520Z
36832026-07-02T04:10:11.520Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36842026-07-02T04:10:12.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-02T04:10:12.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-02T04:10:12.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-02T04:10:12.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36882026-07-02T04:10:12.102Z
36892026-07-02T04:10:12.102Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36902026-07-02T04:10:12.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-02T04:10:12.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-02T04:10:12.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-02T04:10:12.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36942026-07-02T04:10:12.680Z
36952026-07-02T04:10:12.680Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36962026-07-02T04:10:13.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-02T04:10:13.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-02T04:10:13.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-02T04:10:13.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37002026-07-02T04:10:13.251Z
37012026-07-02T04:10:13.252Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37022026-07-02T04:10:13.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-02T04:10:13.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-02T04:10:13.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-02T04:10:13.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37062026-07-02T04:10:13.800Z
37072026-07-02T04:10:13.800Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37082026-07-02T04:10:14.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-02T04:10:14.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-02T04:10:14.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-02T04:10:14.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37122026-07-02T04:10:14.343Z
37132026-07-02T04:10:14.343Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37142026-07-02T04:10:14.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-02T04:10:14.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-02T04:10:14.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-02T04:10:14.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37182026-07-02T04:10:14.894Z
37192026-07-02T04:10:14.894Zinfo: running `cargo check --bins` on key-manager (199/299)
37202026-07-02T04:10:15.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-02T04:10:15.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-02T04:10:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-02T04:10:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37242026-07-02T04:10:15.423Z
37252026-07-02T04:10:15.423Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37262026-07-02T04:10:15.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-02T04:10:15.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-02T04:10:15.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-02T04:10:15.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37302026-07-02T04:10:15.971Z
37312026-07-02T04:10:15.971Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37322026-07-02T04:10:16.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-02T04:10:16.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-02T04:10:16.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-02T04:10:16.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37362026-07-02T04:10:16.516Z
37372026-07-02T04:10:16.516Zinfo: running `cargo check --bins` on typed-rng (202/299)
37382026-07-02T04:10:16.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-02T04:10:16.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-02T04:10:16.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-02T04:10:16.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37422026-07-02T04:10:17.032Z
37432026-07-02T04:10:17.032Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37442026-07-02T04:10:17.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-02T04:10:17.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-02T04:10:17.813Z Compiling libefi-sys v0.1.0
37472026-07-02T04:10:17.816Z Compiling bitfield-struct v0.6.2
37482026-07-02T04:10:17.952Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37492026-07-02T04:10:17.962Z Compiling xshell-macros v0.2.7
37502026-07-02T04:10:17.970Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37512026-07-02T04:10:17.982Z Compiling salty v0.3.0
37522026-07-02T04:10:17.994Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37532026-07-02T04:10:18.009Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37542026-07-02T04:10:18.022Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37552026-07-02T04:10:18.129Z Checking rfc6979 v0.4.0
37562026-07-02T04:10:18.253Z Checking ecdsa v0.16.9
37572026-07-02T04:10:18.281Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-07-02T04:10:18.319Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37592026-07-02T04:10:18.334Z Checking xshell v0.2.7
37602026-07-02T04:10:18.449Z Checking primeorder v0.13.6
37612026-07-02T04:10:18.463Z Compiling proc-macro-error-attr2 v2.0.0
37622026-07-02T04:10:18.478Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-07-02T04:10:18.493Z Checking tungstenite v0.21.0
37642026-07-02T04:10:18.562Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-07-02T04:10:18.585Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37662026-07-02T04:10:18.648Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37672026-07-02T04:10:18.686Z Checking p384 v0.13.1
37682026-07-02T04:10:18.702Z Compiling num-derive v0.3.3
37692026-07-02T04:10:18.793Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37702026-07-02T04:10:18.861Z Compiling proc-macro-error2 v2.0.1
37712026-07-02T04:10:18.908Z Checking tokio-tungstenite v0.21.0
37722026-07-02T04:10:18.964Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-07-02T04:10:19.007Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37742026-07-02T04:10:19.027Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37752026-07-02T04:10:19.094Z Checking papergrid v0.17.0
37762026-07-02T04:10:19.167Z Compiling tabled_derive v0.11.0
37772026-07-02T04:10:19.189Z Compiling progenitor-impl v0.13.0
37782026-07-02T04:10:19.222Z Checking testing_table v0.3.0
37792026-07-02T04:10:19.286Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-07-02T04:10:19.314Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37812026-07-02T04:10:19.335Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-07-02T04:10:19.529Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-07-02T04:10:19.543Z Compiling illumos-nvpair-sys v0.2.0
37842026-07-02T04:10:19.603Z Checking libscf-sys v1.1.0
37852026-07-02T04:10:19.734Z Checking corncobs v0.1.4
37862026-07-02T04:10:19.734Z Compiling unicase v2.9.0
37872026-07-02T04:10:19.813Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-07-02T04:10:19.873Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-07-02T04:10:19.903Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37902026-07-02T04:10:19.936Z Compiling mime_guess v2.0.5
37912026-07-02T04:10:19.954Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-02T04:10:20.012Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37932026-07-02T04:10:20.040Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-07-02T04:10:20.277Z Checking progenitor-client v0.13.0
37952026-07-02T04:10:20.324Z Checking tabled v0.20.0
37962026-07-02T04:10:20.509Z Checking secrecy v0.8.0
37972026-07-02T04:10:20.509Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-07-02T04:10:20.574Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37992026-07-02T04:10:20.613Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-07-02T04:10:20.777Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-07-02T04:10:20.977Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38022026-07-02T04:10:21.023Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38032026-07-02T04:10:21.053Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-07-02T04:10:21.084Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-07-02T04:10:21.199Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-07-02T04:10:21.325Z Checking filetime v0.2.27
38072026-07-02T04:10:21.465Z Checking xattr v1.6.1
38082026-07-02T04:10:21.521Z Checking http-range v0.1.5
38092026-07-02T04:10:21.536Z Checking crc8 v0.1.1
38102026-07-02T04:10:21.596Z Checking tar v0.4.45
38112026-07-02T04:10:21.657Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-07-02T04:10:21.708Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38132026-07-02T04:10:21.742Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38142026-07-02T04:10:21.789Z Compiling progenitor-macro v0.13.0
38152026-07-02T04:10:21.851Z Checking illumos-nvpair v0.3.0
38162026-07-02T04:10:21.983Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-07-02T04:10:22.003Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-07-02T04:10:22.103Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38192026-07-02T04:10:22.367Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38202026-07-02T04:10:22.388Z Checking atty v0.2.14
38212026-07-02T04:10:22.412Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38222026-07-02T04:10:22.440Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-07-02T04:10:22.455Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38242026-07-02T04:10:22.482Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38252026-07-02T04:10:22.679Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-07-02T04:10:22.717Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-07-02T04:10:22.769Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38282026-07-02T04:10:22.939Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38292026-07-02T04:10:22.955Z Checking hyper-staticfile v0.10.1
38302026-07-02T04:10:23.091Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-07-02T04:10:23.157Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-07-02T04:10:23.237Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-07-02T04:10:23.348Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-07-02T04:10:23.503Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-07-02T04:10:23.622Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-07-02T04:10:23.791Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-07-02T04:10:24.105Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38382026-07-02T04:10:24.618Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-07-02T04:10:25.098Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-07-02T04:10:25.512Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-07-02T04:10:25.853Z Checking progenitor v0.13.0
38422026-07-02T04:10:25.985Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-07-02T04:10:27.944Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-07-02T04:10:31.267Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-07-02T04:10:42.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
38462026-07-02T04:10:42.331Z
38472026-07-02T04:10:42.331Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38482026-07-02T04:10:42.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-07-02T04:10:42.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-07-02T04:10:43.051Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-07-02T04:10:53.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38522026-07-02T04:10:53.935Z
38532026-07-02T04:10:53.935Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38542026-07-02T04:10:54.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-07-02T04:10:54.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-07-02T04:10:54.651Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-07-02T04:11:05.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38582026-07-02T04:11:05.527Z
38592026-07-02T04:11:05.527Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38602026-07-02T04:11:06.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-07-02T04:11:06.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-07-02T04:11:06.248Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-07-02T04:11:16.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38642026-07-02T04:11:17.110Z
38652026-07-02T04:11:17.110Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38662026-07-02T04:11:17.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-07-02T04:11:17.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-07-02T04:11:17.826Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-07-02T04:11:28.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38702026-07-02T04:11:28.699Z
38712026-07-02T04:11:28.699Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38722026-07-02T04:11:29.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-07-02T04:11:29.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-07-02T04:11:29.414Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-07-02T04:11:40.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38762026-07-02T04:11:40.330Z
38772026-07-02T04:11:40.330Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38782026-07-02T04:11:40.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-07-02T04:11:40.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-07-02T04:11:41.059Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-07-02T04:11:51.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38822026-07-02T04:11:51.960Z
38832026-07-02T04:11:51.960Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38842026-07-02T04:11:52.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-02T04:11:52.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-02T04:11:52.681Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-02T04:12:03.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38882026-07-02T04:12:03.526Z
38892026-07-02T04:12:03.526Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38902026-07-02T04:12:03.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-07-02T04:12:03.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-07-02T04:12:03.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-07-02T04:12:03.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-07-02T04:12:04.063Z
38952026-07-02T04:12:04.063Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38962026-07-02T04:12:04.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-07-02T04:12:04.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-07-02T04:12:04.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-07-02T04:12:04.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-07-02T04:12:04.597Z
39012026-07-02T04:12:04.597Zinfo: running `cargo check --bins` on range-requests (213/299)
39022026-07-02T04:12:05.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-07-02T04:12:05.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-07-02T04:12:05.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-07-02T04:12:05.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-07-02T04:12:05.123Z
39072026-07-02T04:12:05.123Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39082026-07-02T04:12:05.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-02T04:12:05.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-02T04:12:05.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-07-02T04:12:05.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-07-02T04:12:05.656Z
39132026-07-02T04:12:05.656Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39142026-07-02T04:12:06.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-07-02T04:12:06.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-07-02T04:12:06.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-07-02T04:12:06.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-07-02T04:12:06.209Z
39192026-07-02T04:12:06.209Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39202026-07-02T04:12:06.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-07-02T04:12:06.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-07-02T04:12:06.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-07-02T04:12:06.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-07-02T04:12:06.759Z
39252026-07-02T04:12:06.759Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39262026-07-02T04:12:07.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-07-02T04:12:07.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-07-02T04:12:07.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-07-02T04:12:07.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-07-02T04:12:07.313Z
39312026-07-02T04:12:07.313Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39322026-07-02T04:12:07.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-07-02T04:12:07.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-07-02T04:12:07.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-07-02T04:12:07.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-07-02T04:12:07.869Z
39372026-07-02T04:12:07.869Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39382026-07-02T04:12:08.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-07-02T04:12:08.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-07-02T04:12:08.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-07-02T04:12:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-07-02T04:12:08.424Z
39432026-07-02T04:12:08.424Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39442026-07-02T04:12:08.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-07-02T04:12:08.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-07-02T04:12:08.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-07-02T04:12:08.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-07-02T04:12:08.973Z
39492026-07-02T04:12:08.973Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39502026-07-02T04:12:09.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-07-02T04:12:09.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-07-02T04:12:09.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-07-02T04:12:09.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-07-02T04:12:09.523Z
39552026-07-02T04:12:09.523Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39562026-07-02T04:12:09.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-07-02T04:12:09.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-07-02T04:12:09.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-07-02T04:12:09.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-07-02T04:12:10.074Z
39612026-07-02T04:12:10.074Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39622026-07-02T04:12:10.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-07-02T04:12:10.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-07-02T04:12:10.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-07-02T04:12:10.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-07-02T04:12:10.628Z
39672026-07-02T04:12:10.629Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39682026-07-02T04:12:11.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-07-02T04:12:11.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-07-02T04:12:11.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-07-02T04:12:11.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39722026-07-02T04:12:11.183Z
39732026-07-02T04:12:11.183Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39742026-07-02T04:12:11.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-07-02T04:12:11.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-07-02T04:12:11.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-07-02T04:12:11.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39782026-07-02T04:12:11.756Z
39792026-07-02T04:12:11.756Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39802026-07-02T04:12:12.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-07-02T04:12:12.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-07-02T04:12:12.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-07-02T04:12:12.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-07-02T04:12:12.313Z
39852026-07-02T04:12:12.313Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39862026-07-02T04:12:12.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-07-02T04:12:12.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-07-02T04:12:12.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-07-02T04:12:12.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-07-02T04:12:12.879Z
39912026-07-02T04:12:12.879Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39922026-07-02T04:12:13.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-07-02T04:12:13.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-07-02T04:12:13.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-07-02T04:12:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-07-02T04:12:13.465Z
39972026-07-02T04:12:13.465Zinfo: running `cargo check --bins` on update-common (229/299)
39982026-07-02T04:12:13.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-07-02T04:12:13.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-07-02T04:12:13.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-07-02T04:12:13.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40022026-07-02T04:12:14.004Z
40032026-07-02T04:12:14.004Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40042026-07-02T04:12:14.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-07-02T04:12:14.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-07-02T04:12:14.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-07-02T04:12:14.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-07-02T04:12:14.584Z
40092026-07-02T04:12:14.584Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40102026-07-02T04:12:15.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-07-02T04:12:15.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-07-02T04:12:15.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-07-02T04:12:15.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40142026-07-02T04:12:15.104Z
40152026-07-02T04:12:15.104Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40162026-07-02T04:12:15.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-07-02T04:12:15.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-07-02T04:12:15.818Z Compiling fs-err v2.11.0
40192026-07-02T04:12:15.822Z Checking ignore v0.4.25
40202026-07-02T04:12:15.822Z Checking arc-swap v1.8.2
40212026-07-02T04:12:15.956Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-07-02T04:12:15.956Z Checking predicates-tree v1.0.13
40232026-07-02T04:12:15.962Z Checking parse-size v1.1.0
40242026-07-02T04:12:15.983Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-07-02T04:12:15.994Z Checking rand_seeder v0.4.0
40262026-07-02T04:12:16.058Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-07-02T04:12:16.079Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-07-02T04:12:16.135Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-07-02T04:12:16.148Z Checking slog-scope v4.4.1
40302026-07-02T04:12:16.191Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-07-02T04:12:16.270Z Compiling petname v2.0.2
40322026-07-02T04:12:16.284Z Checking slog-stdlog v4.1.1
40332026-07-02T04:12:16.298Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-07-02T04:12:16.322Z Checking globwalk v0.9.1
40352026-07-02T04:12:16.381Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-07-02T04:12:16.398Z Checking slog-envlogger v2.2.0
40372026-07-02T04:12:16.498Z Checking camino-tempfile-ext v0.3.3
40382026-07-02T04:12:16.544Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-07-02T04:12:16.572Z Checking sapling-renderdag v0.1.0
40402026-07-02T04:12:16.689Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-07-02T04:12:16.746Z Checking subprocess v0.2.15
40422026-07-02T04:12:16.804Z Checking sync-ptr v0.1.4
40432026-07-02T04:12:16.890Z Checking colored v2.2.0
40442026-07-02T04:12:16.917Z Checking assert_matches v1.5.0
40452026-07-02T04:12:17.028Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-07-02T04:12:17.178Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-07-02T04:12:17.181Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-07-02T04:12:17.895Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-07-02T04:12:19.184Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-07-02T04:12:21.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
40512026-07-02T04:12:21.517Z
40522026-07-02T04:12:21.518Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40532026-07-02T04:12:22.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-07-02T04:12:22.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-07-02T04:12:22.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-07-02T04:12:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-07-02T04:12:22.365Z
40582026-07-02T04:12:22.365Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40592026-07-02T04:12:22.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-07-02T04:12:22.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-07-02T04:12:22.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-07-02T04:12:22.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-07-02T04:12:22.573Z
40642026-07-02T04:12:22.573Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40652026-07-02T04:12:23.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-07-02T04:12:23.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-07-02T04:12:23.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-07-02T04:12:23.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-07-02T04:12:23.158Z
40702026-07-02T04:12:23.158Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40712026-07-02T04:12:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-07-02T04:12:23.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-07-02T04:12:23.823Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-07-02T04:12:23.823Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-07-02T04:12:24.455Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-07-02T04:12:26.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
40772026-07-02T04:12:26.171Z
40782026-07-02T04:12:26.171Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40792026-07-02T04:12:26.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-07-02T04:12:26.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-07-02T04:12:26.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-07-02T04:12:26.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40832026-07-02T04:12:26.705Z
40842026-07-02T04:12:26.705Zinfo: running `cargo check --bins` on cert-dev (238/299)
40852026-07-02T04:12:27.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-07-02T04:12:27.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-07-02T04:12:27.251Z Checking yasna v0.5.2
40882026-07-02T04:12:27.650Z Checking rcgen v0.12.1
40892026-07-02T04:12:27.895Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-07-02T04:12:28.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40912026-07-02T04:12:28.227Z
40922026-07-02T04:12:28.228Zinfo: running `cargo check --bins` on clickana (239/299)
40932026-07-02T04:12:28.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-07-02T04:12:28.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-07-02T04:12:28.807Z Compiling darling_core v0.23.0
40962026-07-02T04:12:28.912Z Compiling instability v0.3.11
40972026-07-02T04:12:28.920Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-07-02T04:12:28.920Z Checking castaway v0.2.4
40992026-07-02T04:12:28.933Z Compiling indoc v2.0.7
41002026-07-02T04:12:28.941Z Checking unicode-truncate v1.1.0
41012026-07-02T04:12:28.947Z Checking lru v0.12.5
41022026-07-02T04:12:28.948Z Checking cassowary v0.3.0
41032026-07-02T04:12:29.015Z Checking compact_str v0.8.1
41042026-07-02T04:12:30.205Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-07-02T04:12:30.330Z Compiling darling_macro v0.23.0
41062026-07-02T04:12:30.368Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-07-02T04:12:30.753Z Compiling darling v0.23.0
41082026-07-02T04:12:31.370Z Checking ratatui v0.29.0
41092026-07-02T04:12:32.427Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-07-02T04:12:33.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
41112026-07-02T04:12:33.240Z
41122026-07-02T04:12:33.240Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41132026-07-02T04:12:33.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-07-02T04:12:33.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-07-02T04:12:33.885Z Checking headers-core v0.3.0
41162026-07-02T04:12:33.890Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-07-02T04:12:34.075Z Checking headers v0.4.1
41182026-07-02T04:12:34.444Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-07-02T04:12:35.297Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-07-02T04:12:35.774Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-07-02T04:12:36.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
41222026-07-02T04:12:36.347Z
41232026-07-02T04:12:36.347Zinfo: running `cargo check --bins` on ch-dev (241/299)
41242026-07-02T04:12:36.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-07-02T04:12:36.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-07-02T04:12:37.017Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-07-02T04:12:37.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41282026-07-02T04:12:37.913Z
41292026-07-02T04:12:37.913Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41302026-07-02T04:12:38.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-07-02T04:12:38.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-07-02T04:12:38.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-07-02T04:12:38.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41342026-07-02T04:12:38.312Z
41352026-07-02T04:12:38.312Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41362026-07-02T04:12:38.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-07-02T04:12:38.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-07-02T04:12:38.973Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-07-02T04:12:39.963Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-07-02T04:12:40.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41412026-07-02T04:12:40.475Z
41422026-07-02T04:12:40.475Zinfo: running `cargo check --bins` on db-dev (244/299)
41432026-07-02T04:12:40.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-07-02T04:12:40.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-07-02T04:12:41.135Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-07-02T04:12:41.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41472026-07-02T04:12:42.048Z
41482026-07-02T04:12:42.048Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41492026-07-02T04:12:42.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-07-02T04:12:42.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-07-02T04:12:42.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-07-02T04:12:42.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41532026-07-02T04:12:42.620Z
41542026-07-02T04:12:42.620Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41552026-07-02T04:12:43.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-02T04:12:43.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-02T04:12:43.178Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-07-02T04:12:43.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41592026-07-02T04:12:44.008Z
41602026-07-02T04:12:44.008Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41612026-07-02T04:12:44.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-07-02T04:12:44.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-07-02T04:12:44.719Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-07-02T04:12:44.720Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-07-02T04:12:44.753Z Checking git-stub v1.0.0
41662026-07-02T04:12:44.753Z Compiling trait-variant v0.1.2
41672026-07-02T04:12:44.814Z Checking maplit v1.0.2
41682026-07-02T04:12:44.824Z Checking is_ci v1.2.0
41692026-07-02T04:12:44.840Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-07-02T04:12:44.852Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-07-02T04:12:44.891Z Checking drift v0.2.0
41722026-07-02T04:12:44.916Z Checking supports-color v3.0.2
41732026-07-02T04:12:44.948Z Checking git-stub-vcs v0.1.0
41742026-07-02T04:12:45.033Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-07-02T04:12:45.047Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-07-02T04:12:45.064Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-07-02T04:12:45.139Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41782026-07-02T04:12:45.234Z Checking dropshot-api-manager v0.7.2
41792026-07-02T04:12:45.270Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-07-02T04:12:45.316Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-07-02T04:12:45.366Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-07-02T04:12:45.546Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-07-02T04:12:46.089Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-07-02T04:12:46.991Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-07-02T04:12:48.179Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-07-02T04:12:48.773Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-07-02T04:12:53.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
41882026-07-02T04:12:53.418Z
41892026-07-02T04:12:53.418Zinfo: running `cargo check --bins` on installinator-api (248/299)
41902026-07-02T04:12:53.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-07-02T04:12:53.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-07-02T04:12:53.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-07-02T04:12:53.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41942026-07-02T04:12:53.418Z
41952026-07-02T04:12:53.418Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41962026-07-02T04:12:53.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-07-02T04:12:53.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-07-02T04:12:53.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-07-02T04:12:53.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42002026-07-02T04:12:53.418Z
42012026-07-02T04:12:53.419Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42022026-07-02T04:12:53.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-07-02T04:12:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-07-02T04:12:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-07-02T04:12:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-07-02T04:12:53.419Z
42072026-07-02T04:12:53.419Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42082026-07-02T04:12:53.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-02T04:12:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-02T04:12:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-07-02T04:12:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-07-02T04:12:53.419Z
42132026-07-02T04:12:53.419Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42142026-07-02T04:12:53.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-02T04:12:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-02T04:12:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-02T04:12:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-07-02T04:12:53.419Z
42192026-07-02T04:12:53.419Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42202026-07-02T04:12:53.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-02T04:12:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-02T04:12:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-02T04:12:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42242026-07-02T04:12:53.419Z
42252026-07-02T04:12:53.419Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42262026-07-02T04:12:53.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-02T04:12:53.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-02T04:12:53.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-02T04:12:53.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42302026-07-02T04:12:53.452Z
42312026-07-02T04:12:53.452Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42322026-07-02T04:12:53.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-02T04:12:53.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-02T04:12:53.762Z Checking cargo-platform v0.3.2
42352026-07-02T04:12:53.766Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42362026-07-02T04:12:53.996Z Checking cargo_metadata v0.23.1
42372026-07-02T04:12:54.584Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42382026-07-02T04:12:55.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42392026-07-02T04:12:56.794Z
42402026-07-02T04:12:56.795Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42412026-07-02T04:12:56.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-02T04:12:56.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-02T04:12:56.802Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42442026-07-02T04:12:56.802Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42452026-07-02T04:12:57.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42462026-07-02T04:12:57.450Z
42472026-07-02T04:12:57.450Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42482026-07-02T04:12:58.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-07-02T04:12:58.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-07-02T04:12:58.309Z Compiling vergen-lib v0.1.6
42512026-07-02T04:12:58.309Z Compiling diesel_derives v2.3.7
42522026-07-02T04:12:58.309Z Compiling dsl_auto_type v0.2.0
42532026-07-02T04:12:58.312Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42542026-07-02T04:12:58.312Z Checking scheduled-thread-pool v0.2.7
42552026-07-02T04:12:58.312Z Compiling vergen-gitcl v1.0.8
42562026-07-02T04:12:58.312Z Compiling diesel_table_macro_syntax v0.3.0
42572026-07-02T04:12:58.312Z Compiling dirs-sys-next v0.1.2
42582026-07-02T04:12:58.572Z Compiling glob v0.3.3
42592026-07-02T04:12:58.738Z Compiling crunchy v0.2.4
42602026-07-02T04:12:58.741Z Compiling dirs-next v2.0.0
42612026-07-02T04:12:58.741Z Checking r2d2 v0.8.10
42622026-07-02T04:12:58.747Z Checking downcast-rs v2.0.2
42632026-07-02T04:12:58.803Z Compiling tiny-keccak v2.0.2
42642026-07-02T04:12:58.986Z Compiling term v0.7.0
42652026-07-02T04:12:58.989Z Compiling clang-sys v1.8.1
42662026-07-02T04:12:59.024Z Compiling bit-vec v0.6.3
42672026-07-02T04:12:59.027Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42682026-07-02T04:12:59.236Z Compiling bit-set v0.5.3
42692026-07-02T04:12:59.252Z Compiling ascii-canvas v3.0.0
42702026-07-02T04:12:59.389Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42712026-07-02T04:12:59.396Z Compiling itertools v0.10.5
42722026-07-02T04:12:59.412Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42732026-07-02T04:12:59.442Z Compiling ena v0.14.4
42742026-07-02T04:12:59.464Z Compiling libloading v0.8.9
42752026-07-02T04:12:59.486Z Compiling diff v0.1.13
42762026-07-02T04:12:59.576Z Compiling bindgen v0.71.1
42772026-07-02T04:12:59.653Z Compiling regex-syntax v0.6.29
42782026-07-02T04:12:59.764Z Compiling cexpr v0.6.0
42792026-07-02T04:12:59.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42802026-07-02T04:13:00.022Z Compiling rustc-hash v2.1.1
42812026-07-02T04:13:00.201Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42822026-07-02T04:13:00.318Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42832026-07-02T04:13:00.430Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42842026-07-02T04:13:00.450Z Compiling libxml v0.3.3
42852026-07-02T04:13:00.650Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42862026-07-02T04:13:00.732Z Compiling strum_macros v0.24.3
42872026-07-02T04:13:00.753Z Compiling indoc v1.0.9
42882026-07-02T04:13:01.224Z Compiling lalrpop v0.19.12
42892026-07-02T04:13:01.490Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42902026-07-02T04:13:01.697Z Checking derive_builder v0.20.2
42912026-07-02T04:13:01.767Z Compiling oso-derive v0.27.3
42922026-07-02T04:13:01.813Z Checking quick-xml v0.37.5
42932026-07-02T04:13:02.107Z Compiling impl-trait-for-tuples v0.2.3
42942026-07-02T04:13:02.278Z Checking openssl-probe v0.1.6
42952026-07-02T04:13:02.429Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42962026-07-02T04:13:02.699Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42972026-07-02T04:13:02.907Z Checking bb8 v0.8.6
42982026-07-02T04:13:03.191Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42992026-07-02T04:13:03.209Z Checking nonempty v0.12.0
43002026-07-02T04:13:03.325Z Compiling libz-sys v1.1.24
43012026-07-02T04:13:03.374Z Compiling strsim v0.10.0
43022026-07-02T04:13:03.418Z Compiling libgit2-sys v0.18.3+1.9.2
43032026-07-02T04:13:03.646Z Compiling darling_core v0.13.4
43042026-07-02T04:13:03.706Z Compiling vergen-git2 v9.1.0
43052026-07-02T04:13:03.911Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43062026-07-02T04:13:03.950Z Compiling base64 v0.21.7
43072026-07-02T04:13:04.141Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43082026-07-02T04:13:04.276Z Compiling ron v0.8.1
43092026-07-02T04:13:04.334Z Checking diesel v2.3.7
43102026-07-02T04:13:05.095Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43112026-07-02T04:13:05.213Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43122026-07-02T04:13:05.322Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43132026-07-02T04:13:05.529Z Compiling darling_macro v0.13.4
43142026-07-02T04:13:05.564Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43152026-07-02T04:13:05.768Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43162026-07-02T04:13:05.973Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43172026-07-02T04:13:06.016Z Compiling darling v0.13.4
43182026-07-02T04:13:06.112Z Compiling serde_with_macros v1.5.2
43192026-07-02T04:13:06.179Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43202026-07-02T04:13:06.382Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43212026-07-02T04:13:06.554Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-07-02T04:13:06.588Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-07-02T04:13:06.972Z Compiling serde_with v1.14.0
43242026-07-02T04:13:08.103Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43252026-07-02T04:13:08.232Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262026-07-02T04:13:08.307Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-07-02T04:13:08.943Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-07-02T04:13:09.150Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43292026-07-02T04:13:09.429Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43302026-07-02T04:13:09.712Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43312026-07-02T04:13:09.784Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43322026-07-02T04:13:10.214Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43332026-07-02T04:13:10.425Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43342026-07-02T04:13:10.710Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43352026-07-02T04:13:10.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43362026-07-02T04:13:10.874Z Checking twox-hash v2.1.2
43372026-07-02T04:13:11.036Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-07-02T04:13:11.207Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43392026-07-02T04:13:11.286Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43402026-07-02T04:13:11.614Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43412026-07-02T04:13:11.769Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-07-02T04:13:12.956Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43432026-07-02T04:13:13.025Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43442026-07-02T04:13:13.221Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43452026-07-02T04:13:13.622Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43462026-07-02T04:13:13.669Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43472026-07-02T04:13:13.876Z Checking console v0.16.2
43482026-07-02T04:13:14.183Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43492026-07-02T04:13:14.329Z Checking fatfs v0.3.6
43502026-07-02T04:13:14.575Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43512026-07-02T04:13:14.787Z Checking unit-prefix v0.5.2
43522026-07-02T04:13:14.925Z Compiling seq-macro v0.3.6
43532026-07-02T04:13:15.449Z Checking indicatif v0.18.4
43542026-07-02T04:13:15.877Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-07-02T04:13:15.908Z Checking support-bundle-viewer v0.1.2
43562026-07-02T04:13:16.160Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43572026-07-02T04:13:16.316Z Checking multimap v0.10.1
43582026-07-02T04:13:21.925Z Checking async-bb8-diesel v0.2.1
43592026-07-02T04:13:22.283Z Checking diesel-dtrace v0.5.0
43602026-07-02T04:13:25.562Z Compiling samael v0.0.19
43612026-07-02T04:13:30.896Z Compiling git2 v0.20.4
43622026-07-02T04:13:31.871Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43632026-07-02T04:13:32.721Z Compiling polar-core v0.27.3
43642026-07-02T04:13:33.351Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43652026-07-02T04:13:37.316Z Checking oso v0.27.3
43662026-07-02T04:14:06.612Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43672026-07-02T04:15:18.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43682026-07-02T04:15:19.084Z
43692026-07-02T04:15:19.085Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43702026-07-02T04:15:19.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-07-02T04:15:19.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-07-02T04:15:19.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-07-02T04:15:19.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43742026-07-02T04:15:19.707Z
43752026-07-02T04:15:19.707Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43762026-07-02T04:15:20.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-07-02T04:15:20.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-07-02T04:15:20.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-07-02T04:15:20.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43802026-07-02T04:15:20.297Z
43812026-07-02T04:15:20.297Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43822026-07-02T04:15:20.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-07-02T04:15:20.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-07-02T04:15:20.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-07-02T04:15:20.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43862026-07-02T04:15:20.882Z
43872026-07-02T04:15:20.882Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43882026-07-02T04:15:21.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-02T04:15:21.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-02T04:15:21.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-02T04:15:21.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43922026-07-02T04:15:21.397Z
43932026-07-02T04:15:21.397Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43942026-07-02T04:15:21.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-02T04:15:21.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-02T04:15:22.172Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43972026-07-02T04:15:22.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
43982026-07-02T04:15:23.099Z
43992026-07-02T04:15:23.099Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44002026-07-02T04:15:23.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-02T04:15:23.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-02T04:15:23.868Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-07-02T04:16:01.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.05s
44042026-07-02T04:16:01.372Z
44052026-07-02T04:16:01.372Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44062026-07-02T04:16:01.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-02T04:16:01.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-02T04:16:01.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-02T04:16:01.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44102026-07-02T04:16:01.890Z
44112026-07-02T04:16:01.890Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44122026-07-02T04:16:02.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-02T04:16:02.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-02T04:16:02.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-02T04:16:02.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44162026-07-02T04:16:02.404Z
44172026-07-02T04:16:02.405Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44182026-07-02T04:16:02.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-02T04:16:02.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-02T04:16:02.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-02T04:16:02.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44222026-07-02T04:16:02.979Z
44232026-07-02T04:16:02.979Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44242026-07-02T04:16:03.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-02T04:16:03.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-02T04:16:03.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-02T04:16:03.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44282026-07-02T04:16:03.566Z
44292026-07-02T04:16:03.566Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44302026-07-02T04:16:04.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-02T04:16:04.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-02T04:16:04.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-02T04:16:04.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44342026-07-02T04:16:04.153Z
44352026-07-02T04:16:04.154Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44362026-07-02T04:16:04.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-02T04:16:04.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-02T04:16:04.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-02T04:16:04.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44402026-07-02T04:16:04.724Z
44412026-07-02T04:16:04.724Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44422026-07-02T04:16:05.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-02T04:16:05.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-02T04:16:05.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-02T04:16:05.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-07-02T04:16:05.306Z
44472026-07-02T04:16:05.306Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44482026-07-02T04:16:05.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-02T04:16:05.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-02T04:16:05.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-02T04:16:05.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44522026-07-02T04:16:05.890Z
44532026-07-02T04:16:05.890Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44542026-07-02T04:16:06.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-02T04:16:06.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-02T04:16:06.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-02T04:16:06.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44582026-07-02T04:16:06.453Z
44592026-07-02T04:16:06.453Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44602026-07-02T04:16:06.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-02T04:16:06.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-02T04:16:06.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-02T04:16:06.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-07-02T04:16:07.039Z
44652026-07-02T04:16:07.039Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44662026-07-02T04:16:07.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-02T04:16:07.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-02T04:16:07.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-02T04:16:07.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-07-02T04:16:07.626Z
44712026-07-02T04:16:07.626Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44722026-07-02T04:16:08.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-02T04:16:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-02T04:16:08.468Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-07-02T04:16:08.471Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-07-02T04:16:08.620Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-07-02T04:16:08.634Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-07-02T04:16:08.672Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-07-02T04:16:08.675Z Checking diff v0.1.13
44802026-07-02T04:16:08.675Z Checking yansi v1.0.1
44812026-07-02T04:16:08.675Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-07-02T04:16:08.814Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-07-02T04:16:08.987Z Checking pretty_assertions v1.4.1
44842026-07-02T04:16:09.622Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-07-02T04:16:09.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-07-02T04:16:33.946Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-07-02T04:16:33.950Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44882026-07-02T04:16:33.950Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-02T04:16:33.950Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44902026-07-02T04:16:33.950Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44912026-07-02T04:16:33.950Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44922026-07-02T04:16:33.950Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44932026-07-02T04:16:34.728Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44942026-07-02T04:16:34.731Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-07-02T04:16:35.934Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44962026-07-02T04:17:13.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44972026-07-02T04:17:13.758Z
44982026-07-02T04:17:13.758Zinfo: running `cargo check --bins` on omicron-pins (276/299)
44992026-07-02T04:17:14.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-07-02T04:17:14.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-07-02T04:17:14.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-07-02T04:17:14.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45032026-07-02T04:17:14.271Z
45042026-07-02T04:17:14.271Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45052026-07-02T04:17:14.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-07-02T04:17:14.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-07-02T04:17:14.996Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45082026-07-02T04:17:15.116Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45092026-07-02T04:17:15.119Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45102026-07-02T04:17:42.154Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-07-02T04:17:42.525Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45122026-07-02T04:17:44.206Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45132026-07-02T04:17:44.636Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45142026-07-02T04:17:47.600Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45152026-07-02T04:18:10.910Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45162026-07-02T04:18:11.594Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45172026-07-02T04:18:13.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.91s
45182026-07-02T04:18:13.371Z
45192026-07-02T04:18:13.371Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45202026-07-02T04:18:13.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-07-02T04:18:13.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-07-02T04:18:14.027Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45232026-07-02T04:18:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45242026-07-02T04:18:14.872Z
45252026-07-02T04:18:14.872Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45262026-07-02T04:18:15.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-07-02T04:18:15.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-07-02T04:18:15.465Z Compiling blake3 v1.8.5
45292026-07-02T04:18:15.570Z Checking arrayref v0.3.9
45302026-07-02T04:18:15.573Z Checking constant_time_eq v0.4.2
45312026-07-02T04:18:15.573Z Checking arrayvec v0.7.6
45322026-07-02T04:18:15.587Z Checking topological-sort v0.2.2
45332026-07-02T04:18:15.590Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45342026-07-02T04:18:15.590Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45352026-07-02T04:18:15.590Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-07-02T04:18:15.628Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45372026-07-02T04:18:15.686Z Checking shell-words v1.1.1
45382026-07-02T04:18:16.463Z Checking omicron-zone-package v0.12.3
45392026-07-02T04:18:17.169Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45402026-07-02T04:18:18.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45412026-07-02T04:18:18.231Z
45422026-07-02T04:18:18.231Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45432026-07-02T04:18:18.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-02T04:18:18.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-02T04:18:18.816Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45462026-07-02T04:18:19.128Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45472026-07-02T04:18:19.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45482026-07-02T04:18:19.679Z
45492026-07-02T04:18:19.679Zinfo: running `cargo check --bins` on schema (281/299)
45502026-07-02T04:18:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-07-02T04:18:20.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-07-02T04:18:20.349Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45532026-07-02T04:18:21.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45542026-07-02T04:18:21.211Z
45552026-07-02T04:18:21.212Zinfo: running `cargo check --bins` on xtask (282/299)
45562026-07-02T04:18:21.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-02T04:18:21.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-02T04:18:21.594Z Checking serde_core v1.0.228
45592026-07-02T04:18:21.594Z Checking libc v0.2.185
45602026-07-02T04:18:21.673Z Checking bitflags v2.11.0
45612026-07-02T04:18:21.678Z Checking scroll v0.12.0
45622026-07-02T04:18:21.681Z Checking thiserror v1.0.69
45632026-07-02T04:18:21.689Z Checking log v0.4.29
45642026-07-02T04:18:21.697Z Checking indexmap v2.14.0
45652026-07-02T04:18:21.699Z Checking zerocopy v0.7.35
45662026-07-02T04:18:21.768Z Checking syn v2.0.117
45672026-07-02T04:18:21.810Z Checking dtrace-parser v0.2.0
45682026-07-02T04:18:21.828Z Checking once_cell v1.21.3
45692026-07-02T04:18:21.888Z Checking goblin v0.8.2
45702026-07-02T04:18:21.955Z Checking errno v0.3.14
45712026-07-02T04:18:21.997Z Checking getrandom v0.4.1
45722026-07-02T04:18:22.037Z Checking thread-id v4.2.2
45732026-07-02T04:18:22.071Z Checking rustix v1.1.3
45742026-07-02T04:18:22.113Z Checking memmap v0.7.0
45752026-07-02T04:18:22.124Z Checking thiserror v2.0.18
45762026-07-02T04:18:22.181Z Checking fs-err v3.3.0
45772026-07-02T04:18:22.219Z Checking tabled v0.15.0
45782026-07-02T04:18:22.232Z Checking anyhow v1.0.102
45792026-07-02T04:18:22.833Z Checking terminal_size v0.4.3
45802026-07-02T04:18:22.833Z Checking tempfile v3.25.0
45812026-07-02T04:18:22.941Z Checking clap_builder v4.6.0
45822026-07-02T04:18:22.942Z Checking textwrap v0.16.2
45832026-07-02T04:18:23.104Z Checking serde v1.0.228
45842026-07-02T04:18:23.108Z Checking serde_json v1.0.150
45852026-07-02T04:18:23.108Z Checking camino v1.2.2
45862026-07-02T04:18:23.143Z Checking semver v1.0.28
45872026-07-02T04:18:23.291Z Checking cargo-platform v0.3.2
45882026-07-02T04:18:23.365Z Checking camino-tempfile v1.4.1
45892026-07-02T04:18:23.510Z Checking serde_spanned v0.6.9
45902026-07-02T04:18:23.510Z Checking toml_datetime v0.6.11
45912026-07-02T04:18:23.514Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45922026-07-02T04:18:23.535Z Checking macaddr v1.0.1
45932026-07-02T04:18:23.683Z Checking toml_edit v0.22.27
45942026-07-02T04:18:23.699Z Checking cargo_metadata v0.23.1
45952026-07-02T04:18:23.708Z Checking dof v0.3.0
45962026-07-02T04:18:23.966Z Checking usdt-impl v0.5.0
45972026-07-02T04:18:24.118Z Checking clap v4.6.1
45982026-07-02T04:18:24.228Z Checking usdt v0.5.0
45992026-07-02T04:18:24.655Z Checking toml v0.8.23
46002026-07-02T04:18:24.915Z Checking cargo_toml v0.21.0
46012026-07-02T04:18:25.548Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46022026-07-02T04:18:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
46032026-07-02T04:18:26.027Z
46042026-07-02T04:18:26.027Zinfo: running `cargo check --bins` on dnsadm (283/299)
46052026-07-02T04:18:26.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-07-02T04:18:26.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-07-02T04:18:26.603Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46082026-07-02T04:18:27.056Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46092026-07-02T04:18:27.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46102026-07-02T04:18:27.599Z
46112026-07-02T04:18:27.599Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46122026-07-02T04:18:28.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-07-02T04:18:28.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-07-02T04:18:28.347Z Checking cpubits v0.1.1
46152026-07-02T04:18:28.350Z Checking pem-rfc7468 v1.0.0
46162026-07-02T04:18:28.482Z Checking hmac v0.13.0
46172026-07-02T04:18:28.485Z Checking universal-hash v0.6.1
46182026-07-02T04:18:28.504Z Checking ctr v0.10.1
46192026-07-02T04:18:28.504Z Checking aead v0.6.1
46202026-07-02T04:18:28.507Z Checking sha2 v0.11.0
46212026-07-02T04:18:28.543Z Checking aes v0.9.1
46222026-07-02T04:18:28.543Z Checking crypto-bigint v0.7.5
46232026-07-02T04:18:28.600Z Checking polyval v0.7.1
46242026-07-02T04:18:28.614Z Checking der v0.8.0
46252026-07-02T04:18:28.627Z Checking pbkdf2 v0.13.0
46262026-07-02T04:18:28.657Z Checking cbc v0.2.1
46272026-07-02T04:18:28.672Z Checking salsa20 v0.11.0
46282026-07-02T04:18:28.742Z Checking ff v0.14.0
46292026-07-02T04:18:28.762Z Checking ghash v0.6.0
46302026-07-02T04:18:28.798Z Checking signature v3.0.0
46312026-07-02T04:18:28.817Z Checking base16ct v1.0.0
46322026-07-02T04:18:28.908Z Checking group v0.14.0
46332026-07-02T04:18:28.926Z Checking hkdf v0.13.0
46342026-07-02T04:18:28.941Z Checking aes-gcm v0.11.0
46352026-07-02T04:18:28.959Z Checking rfc6979 v0.5.0
46362026-07-02T04:18:28.977Z Compiling curve25519-dalek v5.0.0-rc.0
46372026-07-02T04:18:29.059Z Checking poly1305 v0.9.0
46382026-07-02T04:18:29.062Z Checking blowfish v0.10.0
46392026-07-02T04:18:29.095Z Checking blake2 v0.11.0-rc.6
46402026-07-02T04:18:29.098Z Checking keccak v0.2.0
46412026-07-02T04:18:29.219Z Checking fiat-crypto v0.3.0
46422026-07-02T04:18:29.234Z Checking scrypt v0.12.0
46432026-07-02T04:18:29.248Z Checking sha3 v0.11.0
46442026-07-02T04:18:29.327Z Checking bcrypt-pbkdf v0.11.0
46452026-07-02T04:18:29.360Z Checking argon2 v0.6.0-rc.8
46462026-07-02T04:18:29.393Z Checking kem v0.3.0
46472026-07-02T04:18:29.408Z Checking spki v0.8.0
46482026-07-02T04:18:29.485Z Checking sec1 v0.8.1
46492026-07-02T04:18:29.504Z Checking module-lattice v0.2.3
46502026-07-02T04:18:29.586Z Checking pkcs5 v0.8.1
46512026-07-02T04:18:29.601Z Checking pkcs1 v0.8.0-rc.4
46522026-07-02T04:18:29.664Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46532026-07-02T04:18:29.686Z Checking internal-russh-num-bigint v0.5.0
46542026-07-02T04:18:29.719Z Checking ml-kem v0.3.2
46552026-07-02T04:18:29.800Z Checking num-bigint v0.4.6
46562026-07-02T04:18:29.861Z Checking generic-array v1.4.3
46572026-07-02T04:18:29.876Z Checking pkcs8 v0.11.0
46582026-07-02T04:18:30.069Z Checking ed25519 v3.0.0
46592026-07-02T04:18:30.220Z Checking russh-util v0.52.0
46602026-07-02T04:18:30.251Z Compiling enum_dispatch v0.3.13
46612026-07-02T04:18:30.266Z Checking ed25519-dalek v3.0.0-rc.0
46622026-07-02T04:18:30.340Z Compiling delegate v0.13.5
46632026-07-02T04:18:30.485Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46642026-07-02T04:18:30.529Z Checking hex-literal v1.1.0
46652026-07-02T04:18:30.532Z Checking md5 v0.8.0
46662026-07-02T04:18:30.668Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46672026-07-02T04:18:30.701Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46682026-07-02T04:18:30.721Z Checking socket2 v0.5.10
46692026-07-02T04:18:30.760Z Checking elliptic-curve v0.14.0-rc.33
46702026-07-02T04:18:30.894Z Checking primefield v0.14.0
46712026-07-02T04:18:30.918Z Checking ssh-encoding v0.3.0-rc.9
46722026-07-02T04:18:30.970Z Checking crypto-primes v0.7.2
46732026-07-02T04:18:31.103Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46742026-07-02T04:18:31.140Z Checking ssh-cipher v0.3.0-rc.9
46752026-07-02T04:18:31.217Z Checking russh-cryptovec v0.61.0
46762026-07-02T04:18:31.232Z Checking ecdsa v0.17.0-rc.18
46772026-07-02T04:18:31.291Z Checking primeorder v0.14.0-rc.10
46782026-07-02T04:18:31.347Z Checking internet-checksum v0.2.1
46792026-07-02T04:18:31.583Z Checking p521 v0.14.0-rc.10
46802026-07-02T04:18:31.584Z Checking p256 v0.14.0-rc.10
46812026-07-02T04:18:31.919Z Checking rsa v0.10.0-rc.18
46822026-07-02T04:18:34.055Z Checking p384 v0.14.0-rc.10
46832026-07-02T04:18:35.959Z Checking ssh-key v0.7.0-rc.10
46842026-07-02T04:18:36.714Z Checking russh v0.61.2
46852026-07-02T04:18:48.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s
46862026-07-02T04:18:48.944Z
46872026-07-02T04:18:48.944Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46882026-07-02T04:18:49.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-07-02T04:18:49.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-07-02T04:18:49.526Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46912026-07-02T04:18:49.632Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46922026-07-02T04:18:49.639Z Checking termios v0.3.3
46932026-07-02T04:18:50.839Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46942026-07-02T04:18:51.001Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46952026-07-02T04:18:52.629Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46962026-07-02T04:18:53.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
46972026-07-02T04:18:53.352Z
46982026-07-02T04:18:53.352Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
46992026-07-02T04:18:53.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-07-02T04:18:53.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-07-02T04:18:54.004Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47022026-07-02T04:18:54.007Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47032026-07-02T04:18:54.121Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47042026-07-02T04:18:54.122Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47052026-07-02T04:18:54.134Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47062026-07-02T04:18:54.142Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47072026-07-02T04:18:54.863Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47082026-07-02T04:18:55.200Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47092026-07-02T04:18:55.204Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47102026-07-02T04:18:55.822Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47112026-07-02T04:18:57.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
47122026-07-02T04:18:57.608Z
47132026-07-02T04:18:57.608Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47142026-07-02T04:18:58.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-07-02T04:18:58.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-07-02T04:18:58.185Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47172026-07-02T04:18:58.625Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47182026-07-02T04:18:58.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47192026-07-02T04:18:59.095Z
47202026-07-02T04:18:59.096Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47212026-07-02T04:18:59.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-07-02T04:18:59.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-07-02T04:18:59.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47242026-07-02T04:18:59.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47252026-07-02T04:18:59.607Z
47262026-07-02T04:18:59.607Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47272026-07-02T04:19:00.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-02T04:19:00.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-02T04:19:00.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-07-02T04:19:00.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47312026-07-02T04:19:00.120Z
47322026-07-02T04:19:00.120Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47332026-07-02T04:19:00.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-02T04:19:00.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-02T04:19:00.812Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47362026-07-02T04:19:01.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47372026-07-02T04:19:01.578Z
47382026-07-02T04:19:01.578Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47392026-07-02T04:19:02.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-02T04:19:02.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-02T04:19:02.167Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47422026-07-02T04:19:02.170Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47432026-07-02T04:19:02.436Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47442026-07-02T04:19:02.440Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47452026-07-02T04:19:03.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47462026-07-02T04:19:03.388Z
47472026-07-02T04:19:03.388Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47482026-07-02T04:19:03.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-02T04:19:03.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-02T04:19:03.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-07-02T04:19:03.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47522026-07-02T04:19:03.908Z
47532026-07-02T04:19:03.908Zinfo: running `cargo check --bins` on omicron-package (293/299)
47542026-07-02T04:19:04.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-02T04:19:04.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-02T04:19:04.535Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47572026-07-02T04:19:05.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47582026-07-02T04:19:05.764Z
47592026-07-02T04:19:05.764Zinfo: running `cargo check --bins` on tqdb (294/299)
47602026-07-02T04:19:06.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-02T04:19:06.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-02T04:19:06.488Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47632026-07-02T04:19:06.831Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47642026-07-02T04:19:07.335Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47652026-07-02T04:19:07.335Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47662026-07-02T04:19:13.407Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47672026-07-02T04:19:13.410Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47682026-07-02T04:19:13.969Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47692026-07-02T04:19:13.969Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47702026-07-02T04:19:13.972Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47712026-07-02T04:19:13.972Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47722026-07-02T04:19:14.741Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47732026-07-02T04:19:15.712Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47742026-07-02T04:19:16.491Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47752026-07-02T04:19:17.098Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47762026-07-02T04:19:21.904Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47772026-07-02T04:19:28.444Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47782026-07-02T04:19:28.444Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47792026-07-02T04:19:28.447Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47802026-07-02T04:19:28.447Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47812026-07-02T04:19:29.903Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47822026-07-02T04:19:31.209Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47832026-07-02T04:19:31.862Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47842026-07-02T04:19:33.072Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47852026-07-02T04:19:33.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s
47862026-07-02T04:19:33.787Z
47872026-07-02T04:19:33.787Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47882026-07-02T04:19:34.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-02T04:19:34.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-02T04:19:34.445Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47912026-07-02T04:19:34.445Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47922026-07-02T04:19:34.449Z Checking rtoolbox v0.0.3
47932026-07-02T04:19:34.570Z Checking tui-tree-widget v0.23.1
47942026-07-02T04:19:34.662Z Checking rpassword v7.4.0
47952026-07-02T04:19:35.731Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47962026-07-02T04:19:38.844Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47972026-07-02T04:19:40.699Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47982026-07-02T04:19:41.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47992026-07-02T04:19:41.751Z
48002026-07-02T04:19:41.752Zinfo: running `cargo check --bins` on wicket (296/299)
48012026-07-02T04:19:42.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-07-02T04:19:42.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-07-02T04:19:42.389Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48042026-07-02T04:19:42.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
48052026-07-02T04:19:42.906Z
48062026-07-02T04:19:42.907Zinfo: running `cargo check --bins` on wicketd (297/299)
48072026-07-02T04:19:43.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-02T04:19:43.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-02T04:19:43.568Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48102026-07-02T04:19:43.571Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48112026-07-02T04:19:43.571Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48122026-07-02T04:19:43.681Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48132026-07-02T04:19:44.540Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48142026-07-02T04:19:45.097Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48152026-07-02T04:19:48.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
48162026-07-02T04:19:48.276Z
48172026-07-02T04:19:48.276Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48182026-07-02T04:19:48.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48192026-07-02T04:19:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48202026-07-02T04:19:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48212026-07-02T04:19:48.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48222026-07-02T04:19:48.798Z
48232026-07-02T04:19:48.798Zinfo: running `cargo check --bins` on zone-setup (299/299)
48242026-07-02T04:19:49.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-07-02T04:19:49.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-07-02T04:19:49.417Z Checking uzers v0.12.2
48272026-07-02T04:19:49.704Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48282026-07-02T04:19:50.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48292026-07-02T04:19:50.600Z
48302026-07-02T04:19:50.600Zreal 13:43.784928078
48312026-07-02T04:19:50.600Zuser 20:52.361233247
48322026-07-02T04:19:50.601Zsys 4:11.619157778
48332026-07-02T04:19:50.601Ztrap 0.330326073
48342026-07-02T04:19:50.601Ztflt 0.700427834
48352026-07-02T04:19:50.601Zdflt 1.113987645
48362026-07-02T04:19:50.601Zkflt 0.004596530
48372026-07-02T04:19:50.601Zlock 1:16:09.595616138
48382026-07-02T04:19:50.601Zslp 1:39:47.599239537
48392026-07-02T04:19:50.601Zlat 55.895847876
48402026-07-02T04:19:50.601Zstop 3:30.830078405
48412026-07-02T04:19:50.605Zprocess exited: duration 945495 ms, exit code 0
 
48422026-07-02T04:19:50.613Zfound 0 output files