01KWHXP4CJGRHB0ASW74N42EJC: 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: 01KWHXQ21TBDF2ZBD1FF9EN0YQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T17:24:26.213Zjob assigned to worker 01KWHXQ9QP8RW1R8JY98WBTG86 [factory aws, i-0e0909b4d5c49faa3] (queued for 48 s)
 
22026-07-02T17:24:33.059Zstarting task 0: "setup"
32026-07-02T17:24:33.063Z++ uname -s
42026-07-02T17:24:33.063Z+ kern=SunOS
52026-07-02T17:24:33.063Z+ build_user=build
62026-07-02T17:24:33.063Z+ build_uid=12345
72026-07-02T17:24:33.063Z+ work_dir=/work
82026-07-02T17:24:33.063Z+ input_dir=/input
92026-07-02T17:24:33.063Z+ [[ 0 == 12345 ]]
102026-07-02T17:24:33.063Z+ case "$kern" in
112026-07-02T17:24:33.063Z+ groupadd -g 12345 build
122026-07-02T17:24:33.070Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T17:24:35.070Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T17:24:35.164Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T17:24:35.168Z+ home_fs=zfs
162026-07-02T17:24:35.168Z+ [[ zfs == autofs ]]
172026-07-02T17:24:35.168Z+ mkdir -p /home/build
182026-07-02T17:24:35.168Z+ chown build:build /home/build /work
192026-07-02T17:24:37.189Z+ chmod 0700 /home/build /work
202026-07-02T17:24:37.205Zprocess exited: duration 4113 ms, exit code 0
 
212026-07-02T17:24:37.236Zstarting task 1: "rust-toolchain"
222026-07-02T17:24:37.257Z * rust toolchain channel = "1.96.1"
232026-07-02T17:24:37.258Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-02T17:24:37.258Z * rust toolchain profile = "default"
252026-07-02T17:24:37.258Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T17:24:37.258Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T17:24:37.258Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T17:24:37.258Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T17:24:37.258Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T17:24:37.389Zinfo: downloading installer
312026-07-02T17:24:39.017Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T17:24:39.017Zwarn: /home/build/.rustup/settings.toml
332026-07-02T17:24:39.017Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T17:24:39.017Zwarn: instead of the one inferred from the default host triple.
352026-07-02T17:24:39.050Zinfo: profile set to default
362026-07-02T17:24:39.050Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T17:24:39.051Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T17:24:39.196Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T17:24:39.222Zinfo: downloading 6 components
402026-07-02T17:24:56.098Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T17:24:56.098Z
422026-07-02T17:24:56.123Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T17:24:56.123Z
442026-07-02T17:24:56.123Z
452026-07-02T17:24:56.123ZRust is installed now. Great!
462026-07-02T17:24:56.123Z
472026-07-02T17:24:56.123ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T17:24:56.124Zenvironment variable. This has not been done automatically.
492026-07-02T17:24:56.125Z
502026-07-02T17:24:56.125ZTo configure your current shell, you need to source
512026-07-02T17:24:56.125Zthe corresponding env file under $HOME/.cargo.
522026-07-02T17:24:56.125Z
532026-07-02T17:24:56.125ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T17:24:56.125Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T17:24:56.125Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T17:24:56.125Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T17:24:56.125Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T17:24:56.125Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T17:24:56.125Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T17:24:56.125Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T17:24:56.125Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T17:24:56.190Z+ rustup --version
632026-07-02T17:24:56.195Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T17:24:56.195Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T17:24:56.208Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T17:24:56.213Z+ cargo --version
672026-07-02T17:24:56.222Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T17:24:56.230Z+ rustc --version
692026-07-02T17:24:56.249Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T17:24:56.254Zprocess exited: duration 19023 ms, exit code 0
 
712026-07-02T17:24:56.266Zstarting task 2: "authentication"
722026-07-02T17:24:56.290Zprocess exited: duration 24 ms, exit code 0
 
732026-07-02T17:24:56.305Zstarting task 3: "clone repository"
742026-07-02T17:24:56.310Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T17:24:56.311Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T17:24:56.339ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T17:25:07.837Z+ cd /work/oxidecomputer/omicron
782026-07-02T17:25:07.837Z+ git fetch origin 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
792026-07-02T17:25:08.097ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T17:25:08.097Z * branch 5e058e9f4606e5d83434e2f9bcfdb6a01b091235 -> FETCH_HEAD
812026-07-02T17:25:08.107Z+ [[ -n eliza/multiline-comments ]]
822026-07-02T17:25:08.110Z++ git branch --show-current
832026-07-02T17:25:08.110Z+ current=main
842026-07-02T17:25:08.110Z+ [[ main != eliza/multiline-comments ]]
852026-07-02T17:25:08.110Z+ git branch -f eliza/multiline-comments 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
862026-07-02T17:25:08.113Z+ git checkout -f eliza/multiline-comments
872026-07-02T17:25:08.353ZSwitched to branch 'eliza/multiline-comments'
882026-07-02T17:25:08.356Z+ git reset --hard 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
892026-07-02T17:25:08.599ZHEAD is now at 5e058e9f4 Merge branch 'main' into eliza/multiline-comments
902026-07-02T17:25:08.603Zprocess exited: duration 12296 ms, exit code 0
 
912026-07-02T17:25:08.609Zstarting task 4: "build"
922026-07-02T17:25:08.612Z+ source .github/buildomat/ci-env.sh
932026-07-02T17:25:08.616Z++ export CARGO_TERM_COLOR=always
942026-07-02T17:25:08.616Z++ CARGO_TERM_COLOR=always
952026-07-02T17:25:08.616Z+ cargo --version
962026-07-02T17:25:08.623Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T17:25:08.627Z+ rustc --version
982026-07-02T17:25:08.645Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T17:25:08.648Z+ source ./env.sh
1002026-07-02T17:25:08.648Z++ OLD_SHELL_OPTS=ehxB
1012026-07-02T17:25:08.648Z++ set -o xtrace
1022026-07-02T17:25:08.651Z++++ dirname ./env.sh
1032026-07-02T17:25:08.651Z+++ readlink -f .
1042026-07-02T17:25:08.655Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-07-02T17:25:08.655Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-02T17:25:08.655Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-02T17:25:08.655Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-02T17:25:08.655Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-02T17:25:08.655Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-02T17:25:08.655Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-02T17:25:08.655Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-02T17:25:08.655Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-02T17:25:08.655Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-02T17:25:08.655Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-02T17:25:08.655Z++ case $OLD_SHELL_OPTS in
1162026-07-02T17:25:08.655Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-07-02T17:25:08.655Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-07-02T17:25:08.655Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-07-02T17:25:08.655Z+ banner prerequisites
1202026-07-02T17:25:08.658Z
1212026-07-02T17:25:08.658Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-07-02T17:25:08.659Z # # # # # # # # # # # # # # #
1232026-07-02T17:25:08.659Z # # # # ##### # # ##### # # # # # #### #
1242026-07-02T17:25:08.659Z ##### ##### # ##### # # # # # # # # #
1252026-07-02T17:25:08.659Z # # # # # # # # # # # # # # #
1262026-07-02T17:25:08.659Z # # # ###### # # ###### ### # #### # #### #
1272026-07-02T17:25:08.659Z
1282026-07-02T17:25:08.659Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-07-02T17:25:10.094Z Startup: Refreshing catalog 'helios' ... Done
1302026-07-02T17:25:10.202Z Startup: Caching catalogs ... Done
1312026-07-02T17:25:10.692ZPlanning: Solver setup ... Done (0.441s)
1322026-07-02T17:25:10.717ZPlanning: Running solver ... Done (0.027s)
1332026-07-02T17:25:10.727ZPlanning: Finding local manifests ... Done (0.003s)
1342026-07-02T17:25:10.740ZPlanning: Fetching manifests: 0/2 0% complete
1352026-07-02T17:25:10.760ZPlanning: Fetching manifests: 2/2 100% complete
1362026-07-02T17:25:10.772ZPlanning: Package planning ... Done (0.013s)
1372026-07-02T17:25:10.775ZPlanning: Merging actions ... Done (0.001s)
1382026-07-02T17:25:10.980ZPlanning: Checking for conflicting actions ... Done (0.164s)
1392026-07-02T17:25:10.991ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-07-02T17:25:11.709ZPlanning: Evaluating mediators ... Done (0.764s)
1412026-07-02T17:25:11.722ZPlanning: Planning completed in 1.48 seconds
1422026-07-02T17:25:11.722Z Packages to install: 2
1432026-07-02T17:25:11.722Z Estimated space available: 156.09 GB
1442026-07-02T17:25:11.722ZEstimated space to be consumed: 30.98 MB
1452026-07-02T17:25:11.722Z Create boot environment: No
1462026-07-02T17:25:11.722ZCreate backup boot environment: No
1472026-07-02T17:25:11.722Z Rebuild boot archive: No
1482026-07-02T17:25:11.723Z
1492026-07-02T17:25:11.723ZChanged packages:
1502026-07-02T17:25:11.723Zhelios
1512026-07-02T17:25:11.723Z developer/build-essential
1522026-07-02T17:25:11.723Z None -> 11-3.0
1532026-07-02T17:25:11.723Z library/libxmlsec1
1542026-07-02T17:25:11.723Z None -> 1.2.35-3.0
1552026-07-02T17:25:11.752Z
1562026-07-02T17:25:11.752ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-07-02T17:25:12.216ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1582026-07-02T17:25:12.284Z Actions: 1/268 actions (Installing new actions)
1592026-07-02T17:25:12.321Z Actions: Completed 268 actions in 0.04 seconds.
1602026-07-02T17:25:12.331ZFinalize: Updating package state database ... Done (0.010s)
1612026-07-02T17:25:12.331ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-02T17:25:12.361ZFinalize: Updating image state ... Done (0.029s)
1632026-07-02T17:25:14.750ZFinalize: Creating fast lookup database ... Done (2.363s)
1642026-07-02T17:25:14.818ZFinalize: Reading search index ... Done (0.012s)
1652026-07-02T17:25:14.821ZFinalize: Updating search index ... Done (0.000s)
1662026-07-02T17:25:14.951ZFinalize: Updating package cache ... Done (0.000s)
1672026-07-02T17:25:15.275ZPlanning: Evaluating mediator changes ... Done
1682026-07-02T17:25:15.379ZPlanning: Checking for conflicting actions ... Done
1692026-07-02T17:25:15.382ZPlanning: Consolidating action changes ... Done
1702026-07-02T17:25:15.562ZPlanning: Evaluating mediators ... Done
1712026-07-02T17:25:15.569ZPlanning: Planning completed in 0.26 seconds
1722026-07-02T17:25:15.569Z Mediators to change: 2
1732026-07-02T17:25:15.570Z Create boot environment: No
1742026-07-02T17:25:15.570ZCreate backup boot environment: No
1752026-07-02T17:25:15.612ZFinalize: Updating package state database ... Done
1762026-07-02T17:25:15.612ZFinalize: Updating package cache ... Done
1772026-07-02T17:25:15.627ZFinalize: Updating image state ... Done
1782026-07-02T17:25:17.585ZFinalize: Creating fast lookup database ... Done
1792026-07-02T17:25:17.643ZFinalize: Reading search index ... Done
1802026-07-02T17:25:17.655ZFinalize: Updating search index ... Done
1812026-07-02T17:25:17.710ZFinalize: Updating package cache ... Done
1822026-07-02T17:25:17.995ZPlanning: Evaluating mediator changes ... Done
1832026-07-02T17:25:18.103ZPlanning: Checking for conflicting actions ... Done
1842026-07-02T17:25:18.115ZPlanning: Consolidating action changes ... Done
1852026-07-02T17:25:18.253ZPlanning: Evaluating mediators ... Done
1862026-07-02T17:25:18.257ZPlanning: Planning completed in 0.26 seconds
1872026-07-02T17:25:18.285Z Mediators to change: 1
1882026-07-02T17:25:18.285Z Create boot environment: No
1892026-07-02T17:25:18.286ZCreate backup boot environment: No
1902026-07-02T17:25:18.323ZFinalize: Updating package state database ... Done
1912026-07-02T17:25:18.323ZFinalize: Updating package cache ... Done
1922026-07-02T17:25:18.377ZFinalize: Updating image state ... Done
1932026-07-02T17:25:20.273ZFinalize: Creating fast lookup database ... Done
1942026-07-02T17:25:20.334ZFinalize: Reading search index ... Done
1952026-07-02T17:25:20.337ZFinalize: Updating search index ... Done
1962026-07-02T17:25:20.429ZFinalize: Updating package cache ... Done
1972026-07-02T17:25:20.719ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-07-02T17:25:20.719Zapache system 2.4 system
1992026-07-02T17:25:20.719Zclang system 15 system
2002026-07-02T17:25:20.719Zcsh system system illumos
2012026-07-02T17:25:20.719Zctags system system illumos
2022026-07-02T17:25:20.719Zfile vendor vendor darwinsys
2032026-07-02T17:25:20.719Zfile system system illumos
2042026-07-02T17:25:20.719Zgcc vendor 14 vendor
2052026-07-02T17:25:20.719Zgcc system 13 system
2062026-07-02T17:25:20.720Zgcc system 10 system
2072026-07-02T17:25:20.720Zgo system 1.25 system
2082026-07-02T17:25:20.720Zllvm system 15 system
2092026-07-02T17:25:20.720Zmariadb system 11.4 system
2102026-07-02T17:25:20.720Zmta vendor vendor dma
2112026-07-02T17:25:20.720Zopenjdk system 17 system
2122026-07-02T17:25:20.720Zopenjdk system 11 system
2132026-07-02T17:25:20.720Zopenssl vendor 3 vendor
2142026-07-02T17:25:20.720Zperl system 5.40 system
2152026-07-02T17:25:20.720Zpostgresql system 18 system
2162026-07-02T17:25:20.720Zpostgresql system 17 system
2172026-07-02T17:25:20.720Zpython vendor 3 vendor
2182026-07-02T17:25:20.720Zpython system 2 system
2192026-07-02T17:25:20.720Zpython3 vendor 3.13 vendor
2202026-07-02T17:25:20.720Zruby system 3.4 system
2212026-07-02T17:25:20.720Zruby system 3.0 system
2222026-07-02T17:25:20.720Zwords vendor vendor american-english
2232026-07-02T17:25:20.721Zwords system system australian-english
2242026-07-02T17:25:20.721Zwords system system british-english
2252026-07-02T17:25:20.721Zwords system system canadian-english
2262026-07-02T17:25:20.721Zwords system system french
2272026-07-02T17:25:20.721Zwords system system italian
2282026-07-02T17:25:20.721Zwords system system ngerman
2292026-07-02T17:25:20.721Zwords system system ogerman
2302026-07-02T17:25:20.721Zwords system system spanish
2312026-07-02T17:25:20.984ZPUBLISHER TYPE STATUS P LOCATION
2322026-07-02T17:25:20.984Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-07-02T17:25:21.277ZFMRI IFO
2342026-07-02T17:25:21.277Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-07-02T17:25:21.278Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-07-02T17:25:21.278Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-07-02T17:25:21.278Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-07-02T17:25:21.278Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-07-02T17:25:21.278Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-07-02T17:25:21.279Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-07-02T17:25:21.279Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-07-02T17:25:21.279Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-07-02T17:25:21.539Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-07-02T17:25:21.875Z Updating crates.io index
2452026-07-02T17:25:21.884Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-07-02T17:25:22.090Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-07-02T17:25:22.365Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-07-02T17:25:23.412Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-07-02T17:25:23.846Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-02T17:25:25.706Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-02T17:25:26.505Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-02T17:25:27.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-07-02T17:25:27.318Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-07-02T17:25:28.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-02T17:25:28.848Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-07-02T17:25:29.147Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-07-02T17:25:29.409Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-07-02T17:25:29.847Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-07-02T17:25:30.344Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-07-02T17:25:30.601Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-07-02T17:25:30.836Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-07-02T17:25:31.100Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-07-02T17:25:31.414Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-07-02T17:25:31.771Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-07-02T17:25:32.229Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-07-02T17:25:32.538Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-07-02T17:25:33.028Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-07-02T17:25:33.364Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-07-02T17:25:33.617Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-07-02T17:25:34.103Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-07-02T17:25:34.355Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-07-02T17:25:34.896Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-07-02T17:25:35.278Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-07-02T17:25:35.513Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-07-02T17:25:36.329Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-07-02T17:25:36.765Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-07-02T17:25:37.045Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-02T17:25:37.301Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-07-02T17:25:37.586Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-07-02T17:25:37.875Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-07-02T17:25:38.353Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-07-02T17:25:38.597Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-07-02T17:25:38.832Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-07-02T17:25:39.054Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-07-02T17:25:42.122Z Downloading crates ...
2862026-07-02T17:25:42.185Z Downloaded toml_datetime v0.6.11
2872026-07-02T17:25:42.193Z Downloaded clap_derive v4.6.1
2882026-07-02T17:25:42.198Z Downloaded clap v4.6.1
2892026-07-02T17:25:42.203Z Downloaded colorchoice v1.0.4
2902026-07-02T17:25:42.206Z Downloaded block-buffer v0.10.4
2912026-07-02T17:25:42.206Z Downloaded itoa v1.0.17
2922026-07-02T17:25:42.206Z Downloaded anstyle-query v1.1.5
2932026-07-02T17:25:42.209Z Downloaded zerocopy v0.7.35
2942026-07-02T17:25:42.215Z Downloaded macaddr v1.0.1
2952026-07-02T17:25:42.220Z Downloaded zmij v1.0.21
2962026-07-02T17:25:42.220Z Downloaded zerocopy-derive v0.7.35
2972026-07-02T17:25:42.223Z Downloaded errno v0.3.14
2982026-07-02T17:25:42.223Z Downloaded heck v0.4.1
2992026-07-02T17:25:42.226Z Downloaded fastrand v2.3.0
3002026-07-02T17:25:42.236Z Downloaded cpufeatures v0.2.17
3012026-07-02T17:25:42.242Z Downloaded clap_lex v1.0.0
3022026-07-02T17:25:42.251Z Downloaded swrite v0.1.0
3032026-07-02T17:25:42.254Z Downloaded usdt v0.5.0
3042026-07-02T17:25:42.254Z Downloaded heck v0.5.0
3052026-07-02T17:25:42.254Z Downloaded fnv v1.0.7
3062026-07-02T17:25:42.258Z Downloaded crypto-common v0.1.7
3072026-07-02T17:25:42.262Z Downloaded cargo-platform v0.3.2
3082026-07-02T17:25:42.262Z Downloaded bytecount v0.6.9
3092026-07-02T17:25:42.268Z Downloaded usdt-impl v0.5.0
3102026-07-02T17:25:42.276Z Downloaded dtrace-parser v0.2.0
3112026-07-02T17:25:42.276Z Downloaded toml_write v0.1.2
3122026-07-02T17:25:42.276Z Downloaded is_terminal_polyfill v1.70.2
3132026-07-02T17:25:42.276Z Downloaded smawk v0.3.2
3142026-07-02T17:25:42.277Z Downloaded equivalent v1.0.2
3152026-07-02T17:25:42.282Z Downloaded pretty-hex v0.4.1
3162026-07-02T17:25:42.282Z Downloaded cfg-if v1.0.4
3172026-07-02T17:25:42.282Z Downloaded plain v0.2.3
3182026-07-02T17:25:42.285Z Downloaded usdt-attr-macro v0.5.0
3192026-07-02T17:25:42.285Z Downloaded version_check v0.9.5
3202026-07-02T17:25:42.285Z Downloaded thread-id v4.2.2
3212026-07-02T17:25:42.288Z Downloaded serde_spanned v0.6.9
3222026-07-02T17:25:42.291Z Downloaded tabled_derive v0.7.0
3232026-07-02T17:25:42.294Z Downloaded memmap v0.7.0
3242026-07-02T17:25:42.302Z Downloaded dof v0.3.0
3252026-07-02T17:25:42.305Z Downloaded cargo_toml v0.21.0
3262026-07-02T17:25:42.309Z Downloaded anstyle-parse v1.0.0
3272026-07-02T17:25:42.313Z Downloaded autocfg v1.5.0
3282026-07-02T17:25:42.319Z Downloaded thiserror-impl v2.0.18
3292026-07-02T17:25:42.324Z Downloaded anstream v1.0.0
3302026-07-02T17:25:42.324Z Downloaded fs-err v3.3.0
3312026-07-02T17:25:42.324Z Downloaded unicode-linebreak v0.1.5
3322026-07-02T17:25:42.327Z Downloaded utf8parse v0.2.2
3332026-07-02T17:25:42.327Z Downloaded strsim v0.11.1
3342026-07-02T17:25:42.330Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-02T17:25:42.333Z Downloaded bitflags v2.11.0
3362026-07-02T17:25:42.339Z Downloaded pest_derive v2.8.6
3372026-07-02T17:25:42.344Z Downloaded generic-array v0.14.7
3382026-07-02T17:25:42.352Z Downloaded scroll_derive v0.12.1
3392026-07-02T17:25:42.358Z Downloaded thiserror v1.0.69
3402026-07-02T17:25:42.358Z Downloaded usdt-macro v0.5.0
3412026-07-02T17:25:42.358Z Downloaded scroll v0.12.0
3422026-07-02T17:25:42.358Z Downloaded proc-macro-error v1.0.4
3432026-07-02T17:25:42.361Z Downloaded camino-tempfile v1.4.1
3442026-07-02T17:25:42.366Z Downloaded thiserror v2.0.18
3452026-07-02T17:25:42.370Z Downloaded cargo_metadata v0.23.1
3462026-07-02T17:25:42.370Z Downloaded anyhow v1.0.102
3472026-07-02T17:25:42.373Z Downloaded anstyle v1.0.14
3482026-07-02T17:25:42.373Z Downloaded digest v0.10.7
3492026-07-02T17:25:42.376Z Downloaded pest_generator v2.8.6
3502026-07-02T17:25:42.380Z Downloaded byteorder v1.5.0
3512026-07-02T17:25:42.384Z Downloaded terminal_size v0.4.3
3522026-07-02T17:25:42.384Z Downloaded quote v1.0.45
3532026-07-02T17:25:42.387Z Downloaded tempfile v3.25.0
3542026-07-02T17:25:42.387Z Downloaded semver v1.0.28
3552026-07-02T17:25:42.387Z Downloaded serde_tokenstream v0.2.3
3562026-07-02T17:25:42.390Z Downloaded getrandom v0.4.1
3572026-07-02T17:25:42.393Z Downloaded thiserror-impl v1.0.69
3582026-07-02T17:25:42.393Z Downloaded sha2 v0.10.9
3592026-07-02T17:25:42.397Z Downloaded ucd-trie v0.1.7
3602026-07-02T17:25:42.400Z Downloaded once_cell v1.21.3
3612026-07-02T17:25:42.414Z Downloaded log v0.4.29
3622026-07-02T17:25:42.418Z Downloaded camino v1.2.2
3632026-07-02T17:25:42.421Z Downloaded serde_core v1.0.228
3642026-07-02T17:25:42.429Z Downloaded toml v0.8.23
3652026-07-02T17:25:42.440Z Downloaded pest_meta v2.8.6
3662026-07-02T17:25:42.451Z Downloaded unicode-ident v1.0.24
3672026-07-02T17:25:42.454Z Downloaded proc-macro2 v1.0.106
3682026-07-02T17:25:42.454Z Downloaded serde_derive v1.0.228
3692026-07-02T17:25:42.457Z Downloaded papergrid v0.11.0
3702026-07-02T17:25:42.463Z Downloaded toml_edit v0.22.27
3712026-07-02T17:25:42.474Z Downloaded serde v1.0.228
3722026-07-02T17:25:42.480Z Downloaded textwrap v0.16.2
3732026-07-02T17:25:42.515Z Downloaded memchr v2.8.0
3742026-07-02T17:25:42.519Z Downloaded indexmap v2.14.0
3752026-07-02T17:25:42.529Z Downloaded typenum v1.20.1
3762026-07-02T17:25:42.541Z Downloaded hashbrown v0.17.0
3772026-07-02T17:25:42.544Z Downloaded pest v2.8.6
3782026-07-02T17:25:42.557Z Downloaded serde_json v1.0.150
3792026-07-02T17:25:42.583Z Downloaded winnow v0.7.14
3802026-07-02T17:25:42.593Z Downloaded goblin v0.8.2
3812026-07-02T17:25:42.597Z Downloaded clap_builder v4.6.0
3822026-07-02T17:25:42.601Z Downloaded tabled v0.15.0
3832026-07-02T17:25:42.608Z Downloaded syn v1.0.109
3842026-07-02T17:25:42.624Z Downloaded unicode-width v0.2.0
3852026-07-02T17:25:42.629Z Downloaded unicode-width v0.1.14
3862026-07-02T17:25:42.633Z Downloaded syn v2.0.117
3872026-07-02T17:25:42.659Z Downloaded rustix v1.1.3
3882026-07-02T17:25:42.680Z Downloaded libc v0.2.185
3892026-07-02T17:25:42.742Z Compiling proc-macro2 v1.0.106
3902026-07-02T17:25:42.742Z Compiling unicode-ident v1.0.24
3912026-07-02T17:25:42.746Z Compiling quote v1.0.45
3922026-07-02T17:25:42.746Z Compiling serde_core v1.0.228
3932026-07-02T17:25:42.746Z Compiling libc v0.2.185
3942026-07-02T17:25:42.746Z Compiling version_check v0.9.5
3952026-07-02T17:25:42.746Z Compiling memchr v2.8.0
3962026-07-02T17:25:42.746Z Compiling serde v1.0.228
3972026-07-02T17:25:43.067Z Compiling zmij v1.0.21
3982026-07-02T17:25:43.256Z Compiling itoa v1.0.17
3992026-07-02T17:25:43.389Z Compiling ucd-trie v0.1.7
4002026-07-02T17:25:43.437Z Compiling thiserror v1.0.69
4012026-07-02T17:25:43.601Z Compiling pest v2.8.6
4022026-07-02T17:25:43.678Z Compiling rustix v1.1.3
4032026-07-02T17:25:43.785Z Compiling byteorder v1.5.0
4042026-07-02T17:25:43.915Z Compiling errno v0.3.14
4052026-07-02T17:25:44.068Z Compiling serde_json v1.0.150
4062026-07-02T17:25:44.084Z Compiling bitflags v2.11.0
4072026-07-02T17:25:44.249Z Compiling syn v2.0.117
4082026-07-02T17:25:44.315Z Compiling thread-id v4.2.2
4092026-07-02T17:25:44.332Z Compiling usdt-impl v0.5.0
4102026-07-02T17:25:44.398Z Compiling proc-macro-error-attr v1.0.4
4112026-07-02T17:25:44.527Z Compiling syn v1.0.109
4122026-07-02T17:25:44.555Z Compiling camino v1.2.2
4132026-07-02T17:25:44.599Z Compiling pest_meta v2.8.6
4142026-07-02T17:25:44.932Z Compiling proc-macro-error v1.0.4
4152026-07-02T17:25:44.943Z Compiling getrandom v0.4.1
4162026-07-02T17:25:45.004Z Compiling log v0.4.29
4172026-07-02T17:25:45.206Z Compiling plain v0.2.3
4182026-07-02T17:25:45.349Z Compiling hashbrown v0.17.0
4192026-07-02T17:25:45.422Z Compiling equivalent v1.0.2
4202026-07-02T17:25:45.422Z Compiling utf8parse v0.2.2
4212026-07-02T17:25:45.514Z Compiling anstyle-parse v1.0.0
4222026-07-02T17:25:45.590Z Compiling terminal_size v0.4.3
4232026-07-02T17:25:45.841Z Compiling indexmap v2.14.0
4242026-07-02T17:25:46.095Z Compiling winnow v0.7.14
4252026-07-02T17:25:46.171Z Compiling autocfg v1.5.0
4262026-07-02T17:25:46.216Z Compiling anstyle-query v1.1.5
4272026-07-02T17:25:46.281Z Compiling thiserror v2.0.18
4282026-07-02T17:25:46.356Z Compiling is_terminal_polyfill v1.70.2
4292026-07-02T17:25:46.443Z Compiling anstyle v1.0.14
4302026-07-02T17:25:46.482Z Compiling colorchoice v1.0.4
4312026-07-02T17:25:46.612Z Compiling pest_generator v2.8.6
4322026-07-02T17:25:46.623Z Compiling toml_write v0.1.2
4332026-07-02T17:25:46.637Z Compiling pretty-hex v0.4.1
4342026-07-02T17:25:46.637Z Compiling cfg-if v1.0.4
4352026-07-02T17:25:46.887Z Compiling fs-err v3.3.0
4362026-07-02T17:25:46.933Z Compiling anstream v1.0.0
4372026-07-02T17:25:47.082Z Compiling bytecount v0.6.9
4382026-07-02T17:25:47.104Z Compiling clap_lex v1.0.0
4392026-07-02T17:25:47.145Z Compiling once_cell v1.21.3
4402026-07-02T17:25:47.223Z Compiling heck v0.5.0
4412026-07-02T17:25:47.242Z Compiling unicode-width v0.1.14
4422026-07-02T17:25:47.340Z Compiling anyhow v1.0.102
4432026-07-02T17:25:47.362Z Compiling heck v0.4.1
4442026-07-02T17:25:47.373Z Compiling fastrand v2.3.0
4452026-07-02T17:25:47.455Z Compiling fnv v1.0.7
4462026-07-02T17:25:47.531Z Compiling strsim v0.11.1
4472026-07-02T17:25:47.570Z Compiling tempfile v3.25.0
4482026-07-02T17:25:47.592Z Compiling papergrid v0.11.0
4492026-07-02T17:25:47.628Z Compiling cargo-platform v0.3.2
4502026-07-02T17:25:47.783Z Compiling clap_builder v4.6.0
4512026-07-02T17:25:47.805Z Compiling tabled_derive v0.7.0
4522026-07-02T17:25:47.854Z Compiling semver v1.0.28
4532026-07-02T17:25:47.870Z Compiling memmap v0.7.0
4542026-07-02T17:25:47.904Z Compiling smawk v0.3.2
4552026-07-02T17:25:47.934Z Compiling unicode-linebreak v0.1.5
4562026-07-02T17:25:48.037Z Compiling unicode-width v0.2.0
4572026-07-02T17:25:48.194Z Compiling camino-tempfile v1.4.1
4582026-07-02T17:25:48.232Z Compiling serde_derive v1.0.228
4592026-07-02T17:25:48.317Z Compiling thiserror-impl v1.0.69
4602026-07-02T17:25:48.407Z Compiling zerocopy-derive v0.7.35
4612026-07-02T17:25:48.423Z Compiling pest_derive v2.8.6
4622026-07-02T17:25:48.469Z Compiling scroll_derive v0.12.1
4632026-07-02T17:25:48.639Z Compiling thiserror-impl v2.0.18
4642026-07-02T17:25:48.872Z Compiling clap_derive v4.6.1
4652026-07-02T17:25:48.980Z Compiling tabled v0.15.0
4662026-07-02T17:25:49.165Z Compiling scroll v0.12.0
4672026-07-02T17:25:49.288Z Compiling zerocopy v0.7.35
4682026-07-02T17:25:49.419Z Compiling goblin v0.8.2
4692026-07-02T17:25:49.692Z Compiling dtrace-parser v0.2.0
4702026-07-02T17:25:49.844Z Compiling textwrap v0.16.2
4712026-07-02T17:25:50.121Z Compiling swrite v0.1.0
4722026-07-02T17:25:50.677Z Compiling clap v4.6.1
4732026-07-02T17:25:51.298Z Compiling dof v0.3.0
4742026-07-02T17:25:51.299Z Compiling serde_tokenstream v0.2.3
4752026-07-02T17:25:51.324Z Compiling toml_datetime v0.6.11
4762026-07-02T17:25:51.332Z Compiling serde_spanned v0.6.9
4772026-07-02T17:25:51.337Z Compiling cargo_metadata v0.23.1
4782026-07-02T17:25:51.382Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-02T17:25:51.389Z Compiling macaddr v1.0.1
4802026-07-02T17:25:51.495Z Compiling toml_edit v0.22.27
4812026-07-02T17:25:52.114Z Compiling usdt-attr-macro v0.5.0
4822026-07-02T17:25:52.143Z Compiling usdt-macro v0.5.0
4832026-07-02T17:25:52.712Z Compiling usdt v0.5.0
4842026-07-02T17:25:52.900Z Compiling toml v0.8.23
4852026-07-02T17:25:53.208Z Compiling cargo_toml v0.21.0
4862026-07-02T17:25:54.491Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-07-02T17:25:56.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.04s
4882026-07-02T17:25:56.635Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-07-02T17:25:57.119Z Downloading crates ...
4902026-07-02T17:25:57.212Z Downloaded bcrypt-pbkdf v0.11.0
4912026-07-02T17:25:57.217Z Downloaded base16ct v1.0.0
4922026-07-02T17:25:57.217Z Downloaded async-recursion v1.1.1
4932026-07-02T17:25:57.222Z Downloaded cfg_aliases v0.1.1
4942026-07-02T17:25:57.222Z Downloaded aes v0.9.1
4952026-07-02T17:25:57.240Z Downloaded adler2 v2.0.1
4962026-07-02T17:25:57.240Z Downloaded cmov v0.5.4
4972026-07-02T17:25:57.240Z Downloaded atomic-waker v1.1.2
4982026-07-02T17:25:57.240Z Downloaded ascii-canvas v3.0.0
4992026-07-02T17:25:57.240Z Downloaded arrayvec v0.7.6
5002026-07-02T17:25:57.240Z Downloaded chacha20 v0.9.1
5012026-07-02T17:25:57.240Z Downloaded base64ct v1.8.3
5022026-07-02T17:25:57.249Z Downloaded crc-catalog v2.4.0
5032026-07-02T17:25:57.249Z Downloaded bitfield-macros v0.19.4
5042026-07-02T17:25:57.249Z Downloaded atty v0.2.14
5052026-07-02T17:25:57.249Z Downloaded async-stream v0.3.6
5062026-07-02T17:25:57.250Z Downloaded async-bb8-diesel v0.2.1
5072026-07-02T17:25:57.250Z Downloaded crc32fast v1.5.0
5082026-07-02T17:25:57.250Z Downloaded crossbeam-deque v0.8.6
5092026-07-02T17:25:57.250Z Downloaded crc8 v0.1.1
5102026-07-02T17:25:57.266Z Downloaded backoff v0.4.0
5112026-07-02T17:25:57.266Z Downloaded ctutils v0.4.2
5122026-07-02T17:25:57.266Z Downloaded crypto-common v0.2.2
5132026-07-02T17:25:57.266Z Downloaded arrayref v0.3.9
5142026-07-02T17:25:57.266Z Downloaded crc v3.4.0
5152026-07-02T17:25:57.266Z Downloaded darling_macro v0.13.4
5162026-07-02T17:25:57.266Z Downloaded cpubits v0.1.1
5172026-07-02T17:25:57.267Z Downloaded bit-set v0.5.3
5182026-07-02T17:25:57.305Z Downloaded darling_macro v0.21.3
5192026-07-02T17:25:57.305Z Downloaded cstr-argument v0.1.2
5202026-07-02T17:25:57.305Z Downloaded debug-ignore v1.0.5
5212026-07-02T17:25:57.305Z Downloaded bb8 v0.8.6
5222026-07-02T17:25:57.305Z Downloaded bitflags v1.3.2
5232026-07-02T17:25:57.305Z Downloaded argon2 v0.6.0-rc.8
5242026-07-02T17:25:57.305Z Downloaded assert_matches v1.5.0
5252026-07-02T17:25:57.305Z Downloaded ciborium-io v0.2.2
5262026-07-02T17:25:57.306Z Downloaded crucible-workspace-hack v0.1.0
5272026-07-02T17:25:57.306Z Downloaded async-stream-impl v0.3.6
5282026-07-02T17:25:57.306Z Downloaded bit-set v0.8.0
5292026-07-02T17:25:57.306Z Downloaded ctr v0.10.1
5302026-07-02T17:25:57.306Z Downloaded crossbeam-utils v0.8.21
5312026-07-02T17:25:57.306Z Downloaded bitfield-struct v0.6.2
5322026-07-02T17:25:57.306Z Downloaded atomicwrites v0.4.4
5332026-07-02T17:25:57.306Z Downloaded cookie v0.18.1
5342026-07-02T17:25:57.325Z Downloaded embedded-io v0.4.0
5352026-07-02T17:25:57.326Z Downloaded dyn-clone v1.0.20
5362026-07-02T17:25:57.326Z Downloaded array-init v0.0.4
5372026-07-02T17:25:57.326Z Downloaded critical-section v1.2.0
5382026-07-02T17:25:57.326Z Downloaded data-encoding v2.10.0
5392026-07-02T17:25:57.326Z Downloaded daft-derive v0.1.7
5402026-07-02T17:25:57.326Z Downloaded darling v0.13.4
5412026-07-02T17:25:57.326Z Downloaded corncobs v0.1.4
5422026-07-02T17:25:57.326Z Downloaded aead v0.5.2
5432026-07-02T17:25:57.326Z Downloaded dirs-sys-next v0.1.2
5442026-07-02T17:25:57.326Z Downloaded anstyle-parse v0.2.7
5452026-07-02T17:25:57.326Z Downloaded derive_builder_macro v0.20.2
5462026-07-02T17:25:57.332Z Downloaded document-features v0.2.12
5472026-07-02T17:25:57.332Z Downloaded block-padding v0.4.2
5482026-07-02T17:25:57.332Z Downloaded convert_case v0.4.0
5492026-07-02T17:25:57.332Z Downloaded ciborium-ll v0.2.2
5502026-07-02T17:25:57.332Z Downloaded embedded-io v0.6.1
5512026-07-02T17:25:57.332Z Downloaded crunchy v0.2.4
5522026-07-02T17:25:57.333Z Downloaded cpufeatures v0.3.0
5532026-07-02T17:25:57.333Z Downloaded block-buffer v0.12.1
5542026-07-02T17:25:57.341Z Downloaded difflib v0.4.0
5552026-07-02T17:25:57.341Z Downloaded dtrace-parser v0.3.0
5562026-07-02T17:25:57.341Z Downloaded enum-as-inner v0.6.1
5572026-07-02T17:25:57.342Z Downloaded dirs-next v2.0.0
5582026-07-02T17:25:57.342Z Downloaded defmt v0.3.100
5592026-07-02T17:25:57.354Z Downloaded dof v0.4.0
5602026-07-02T17:25:57.354Z Downloaded diesel_table_macro_syntax v0.3.0
5612026-07-02T17:25:57.354Z Downloaded fixedbitset v0.4.2
5622026-07-02T17:25:57.354Z Downloaded downcast-rs v2.0.2
5632026-07-02T17:25:57.354Z Downloaded cfg_aliases v0.2.1
5642026-07-02T17:25:57.354Z Downloaded darling_macro v0.20.11
5652026-07-02T17:25:57.366Z Downloaded convert_case v0.10.0
5662026-07-02T17:25:57.367Z Downloaded endian-type v0.1.2
5672026-07-02T17:25:57.367Z Downloaded compression-core v0.4.31
5682026-07-02T17:25:57.367Z Downloaded ecdsa v0.16.9
5692026-07-02T17:25:57.367Z Downloaded defmt v1.0.1
5702026-07-02T17:25:57.367Z Downloaded curve25519-dalek-derive v0.1.1
5712026-07-02T17:25:57.367Z Downloaded env_filter v1.0.0
5722026-07-02T17:25:57.377Z Downloaded fd-lock v4.0.4
5732026-07-02T17:25:57.377Z Downloaded defmt-parser v1.0.0
5742026-07-02T17:25:57.377Z Downloaded foreign-types v0.5.0
5752026-07-02T17:25:57.377Z Downloaded base16ct v0.2.0
5762026-07-02T17:25:57.377Z Downloaded foreign-types-shared v0.1.1
5772026-07-02T17:25:57.377Z Downloaded compression-codecs v0.4.37
5782026-07-02T17:25:57.399Z Downloaded camino-tempfile-ext v0.3.3
5792026-07-02T17:25:57.399Z Downloaded async-trait v0.1.89
5802026-07-02T17:25:57.399Z Downloaded dropshot-api-manager-types v0.7.2
5812026-07-02T17:25:57.399Z Downloaded cobs v0.3.0
5822026-07-02T17:25:57.399Z Downloaded const_format_proc_macros v0.2.34
5832026-07-02T17:25:57.399Z Downloaded ed25519 v2.2.3
5842026-07-02T17:25:57.399Z Downloaded daft v0.1.7
5852026-07-02T17:25:57.399Z Downloaded foreign-types-shared v0.3.1
5862026-07-02T17:25:57.400Z Downloaded cassowary v0.3.0
5872026-07-02T17:25:57.400Z Downloaded bit-vec v0.8.0
5882026-07-02T17:25:57.400Z Downloaded bit-vec v0.6.3
5892026-07-02T17:25:57.400Z Downloaded futures-sink v0.3.32
5902026-07-02T17:25:57.400Z Downloaded futures-io v0.3.32
5912026-07-02T17:25:57.400Z Downloaded futures-macro v0.3.32
5922026-07-02T17:25:57.400Z Downloaded funty v2.0.0
5932026-07-02T17:25:57.449Z Downloaded form_urlencoded v1.2.2
5942026-07-02T17:25:57.449Z Downloaded futures-task v0.3.32
5952026-07-02T17:25:57.449Z Downloaded display-error-chain v0.2.2
5962026-07-02T17:25:57.449Z Downloaded displaydoc v0.2.5
5972026-07-02T17:25:57.449Z Downloaded futures-core v0.3.32
5982026-07-02T17:25:57.449Z Downloaded cbc v0.2.1
5992026-07-02T17:25:57.450Z Downloaded git-stub v1.0.0
6002026-07-02T17:25:57.450Z Downloaded cipher v0.5.2
6012026-07-02T17:25:57.450Z Downloaded ed25519 v3.0.0
6022026-07-02T17:25:57.450Z Downloaded either v1.15.0
6032026-07-02T17:25:57.478Z Downloaded ghash v0.6.0
6042026-07-02T17:25:57.478Z Downloaded fxhash v0.2.1
6052026-07-02T17:25:57.478Z Downloaded cmake v0.1.57
6062026-07-02T17:25:57.478Z Downloaded byte-wrapper v0.1.0
6072026-07-02T17:25:57.478Z Downloaded derive-ex v0.1.8
6082026-07-02T17:25:57.478Z Downloaded hash32 v0.2.1
6092026-07-02T17:25:57.478Z Downloaded globwalk v0.9.1
6102026-07-02T17:25:57.478Z Downloaded bcs v0.1.6
6112026-07-02T17:25:57.478Z Downloaded dsl_auto_type v0.2.0
6122026-07-02T17:25:57.478Z Downloaded derive_builder_core v0.20.2
6132026-07-02T17:25:57.478Z Downloaded digest v0.11.3
6142026-07-02T17:25:57.478Z Downloaded diesel-dtrace v0.5.0
6152026-07-02T17:25:57.478Z Downloaded aead v0.6.1
6162026-07-02T17:25:57.478Z Downloaded diff v0.1.13
6172026-07-02T17:25:57.478Z Downloaded ena v0.14.4
6182026-07-02T17:25:57.479Z Downloaded deranged v0.5.8
6192026-07-02T17:25:57.479Z Downloaded delegate v0.13.5
6202026-07-02T17:25:57.479Z Downloaded defmt-macros v1.0.1
6212026-07-02T17:25:57.479Z Downloaded filetime v0.2.27
6222026-07-02T17:25:57.479Z Downloaded fallible-iterator v0.2.0
6232026-07-02T17:25:57.479Z Downloaded foldhash v0.2.0
6242026-07-02T17:25:57.479Z Downloaded fixedbitset v0.5.7
6252026-07-02T17:25:57.479Z Downloaded env_logger v0.11.9
6262026-07-02T17:25:57.479Z Downloaded hash32 v0.3.1
6272026-07-02T17:25:57.479Z Downloaded foldhash v0.1.5
6282026-07-02T17:25:57.479Z Downloaded darling v0.20.11
6292026-07-02T17:25:57.479Z Downloaded find-msvc-tools v0.1.9
6302026-07-02T17:25:57.479Z Downloaded ff v0.14.0
6312026-07-02T17:25:57.479Z Downloaded bzip2 v0.4.4
6322026-07-02T17:25:57.479Z Downloaded buf-list v1.1.2
6332026-07-02T17:25:57.479Z Downloaded blake2 v0.10.6
6342026-07-02T17:25:57.479Z Downloaded headers-core v0.3.0
6352026-07-02T17:25:57.479Z Downloaded backon v1.6.0
6362026-07-02T17:25:57.479Z Downloaded hex-literal v1.1.0
6372026-07-02T17:25:57.479Z Downloaded hex v0.4.3
6382026-07-02T17:25:57.479Z Downloaded fs-err v2.11.0
6392026-07-02T17:25:57.492Z Downloaded ff v0.13.1
6402026-07-02T17:25:57.492Z Downloaded futures-executor v0.3.32
6412026-07-02T17:25:57.492Z Downloaded fs_extra v1.3.0
6422026-07-02T17:25:57.492Z Downloaded hostname v0.3.1
6432026-07-02T17:25:57.492Z Downloaded crossterm v0.29.0
6442026-07-02T17:25:57.492Z Downloaded hubpack v0.1.2
6452026-07-02T17:25:57.492Z Downloaded hyper-tls v0.6.0
6462026-07-02T17:25:57.492Z Downloaded hubpack_derive v0.1.1
6472026-07-02T17:25:57.492Z Downloaded darling v0.23.0
6482026-07-02T17:25:57.492Z Downloaded glob v0.3.3
6492026-07-02T17:25:57.492Z Downloaded git-stub-vcs v0.1.0
6502026-07-02T17:25:57.492Z Downloaded httpdate v1.0.3
6512026-07-02T17:25:57.493Z Downloaded http-range v0.1.5
6522026-07-02T17:25:57.493Z Downloaded blake2 v0.11.0-rc.6
6532026-07-02T17:25:57.493Z Downloaded http-body v1.0.1
6542026-07-02T17:25:57.493Z Downloaded hostname v0.4.2
6552026-07-02T17:25:57.493Z Downloaded console v0.15.11
6562026-07-02T17:25:57.500Z Downloaded ecdsa v0.17.0-rc.18
6572026-07-02T17:25:57.500Z Downloaded darling_core v0.13.4
6582026-07-02T17:25:57.500Z Downloaded const-oid v0.9.6
6592026-07-02T17:25:57.500Z Downloaded erased-serde v0.3.31
6602026-07-02T17:25:57.501Z Downloaded crc-any v2.5.0
6612026-07-02T17:25:57.501Z Downloaded chacha20 v0.10.0
6622026-07-02T17:25:57.501Z Downloaded ahash v0.8.12
6632026-07-02T17:25:57.576Z Downloaded globset v0.4.18
6642026-07-02T17:25:57.577Z Downloaded console v0.16.2
6652026-07-02T17:25:57.577Z Downloaded illumos-nvpair-sys v0.2.0
6662026-07-02T17:25:57.577Z Downloaded colored v2.2.0
6672026-07-02T17:25:57.577Z Downloaded cipher v0.4.4
6682026-07-02T17:25:57.577Z Downloaded idna_adapter v1.2.1
6692026-07-02T17:25:57.577Z Downloaded derive_more v0.99.20
6702026-07-02T17:25:57.602Z Downloaded group v0.13.0
6712026-07-02T17:25:57.602Z Downloaded constant_time_eq v0.4.2
6722026-07-02T17:25:57.602Z Downloaded indent_write v2.2.0
6732026-07-02T17:25:57.602Z Downloaded crossbeam-channel v0.5.15
6742026-07-02T17:25:57.602Z Downloaded indoc v1.0.9
6752026-07-02T17:25:57.602Z Downloaded const-oid v0.10.2
6762026-07-02T17:25:57.602Z Downloaded darling_core v0.23.0
6772026-07-02T17:25:57.602Z Downloaded is-terminal v0.4.17
6782026-07-02T17:25:57.602Z Downloaded inout v0.1.4
6792026-07-02T17:25:57.603Z Downloaded is_ci v1.2.0
6802026-07-02T17:25:57.603Z Downloaded inout v0.2.2
6812026-07-02T17:25:57.603Z Downloaded internet-checksum v0.2.1
6822026-07-02T17:25:57.603Z Downloaded instability v0.3.11
6832026-07-02T17:25:57.603Z Downloaded futures-channel v0.3.32
6842026-07-02T17:25:57.603Z Downloaded hyper-staticfile v0.10.1
6852026-07-02T17:25:57.603Z Downloaded ident_case v1.0.1
6862026-07-02T17:25:57.603Z Downloaded humantime v2.3.0
6872026-07-02T17:25:57.603Z Downloaded highway v1.3.0
6882026-07-02T17:25:57.603Z Downloaded group v0.14.0
6892026-07-02T17:25:57.603Z Downloaded kstat-rs v0.2.4
6902026-07-02T17:25:57.603Z Downloaded kem v0.3.0
6912026-07-02T17:25:57.603Z Downloaded keccak v0.1.6
6922026-07-02T17:25:57.603Z Downloaded ciborium v0.2.2
6932026-07-02T17:25:57.603Z Downloaded elliptic-curve v0.14.0-rc.33
6942026-07-02T17:25:57.603Z Downloaded des v0.9.0
6952026-07-02T17:25:57.603Z Downloaded cancel-safe-futures v0.1.5
6962026-07-02T17:25:57.603Z Downloaded linked-hash-map v0.5.6
6972026-07-02T17:25:57.603Z Downloaded lazy_static v1.5.0
6982026-07-02T17:25:57.603Z Downloaded lalrpop-util v0.19.12
6992026-07-02T17:25:57.603Z Downloaded http-body-util v0.1.3
7002026-07-02T17:25:57.603Z Downloaded colored v3.1.1
7012026-07-02T17:25:57.603Z Downloaded anstream v0.6.21
7022026-07-02T17:25:57.603Z Downloaded libscf-sys v1.1.0
7032026-07-02T17:25:57.603Z Downloaded drift v0.2.0
7042026-07-02T17:25:57.603Z Downloaded dropshot_endpoint v0.17.1
7052026-07-02T17:25:57.603Z Downloaded allocator-api2 v0.2.21
7062026-07-02T17:25:57.603Z Downloaded bzip2 v0.6.1
7072026-07-02T17:25:57.604Z Downloaded half v1.8.3
7082026-07-02T17:25:57.604Z Downloaded fatfs v0.3.6
7092026-07-02T17:25:57.604Z Downloaded crossbeam-epoch v0.9.18
7102026-07-02T17:25:57.604Z Downloaded derive-where v1.6.0
7112026-07-02T17:25:57.604Z Downloaded lru-slab v0.1.2
7122026-07-02T17:25:57.604Z Downloaded illumos-nvpair v0.3.0
7132026-07-02T17:25:57.604Z Downloaded arc-swap v1.8.2
7142026-07-02T17:25:57.612Z Downloaded match_cfg v0.1.0
7152026-07-02T17:25:57.612Z Downloaded md5 v0.8.0
7162026-07-02T17:25:57.612Z Downloaded memoffset v0.9.1
7172026-07-02T17:25:57.612Z Downloaded managed v0.8.0
7182026-07-02T17:25:57.612Z Downloaded lzss v0.8.2
7192026-07-02T17:25:57.613Z Downloaded lru v0.12.5
7202026-07-02T17:25:57.613Z Downloaded newtype-uuid-macros v0.1.0
7212026-07-02T17:25:57.613Z Downloaded impl-trait-for-tuples v0.2.3
7222026-07-02T17:25:57.613Z Downloaded md-5 v0.10.6
7232026-07-02T17:25:57.613Z Downloaded maybe-uninit v2.0.0
7242026-07-02T17:25:57.613Z Downloaded ingot v0.1.1
7252026-07-02T17:25:57.613Z Downloaded indoc v2.0.7
7262026-07-02T17:25:57.613Z Downloaded maplit v1.0.2
7272026-07-02T17:25:57.613Z Downloaded multimap v0.10.1
7282026-07-02T17:25:57.613Z Downloaded newline-converter v0.3.0
7292026-07-02T17:25:57.613Z Downloaded new_debug_unreachable v1.0.6
7302026-07-02T17:25:57.613Z Downloaded nibble_vec v0.1.0
7312026-07-02T17:25:57.613Z Downloaded ipnet v2.11.0
7322026-07-02T17:25:57.613Z Downloaded futures v0.3.32
7332026-07-02T17:25:57.626Z Downloaded ipnetwork v0.21.1
7342026-07-02T17:25:57.626Z Downloaded num v0.4.3
7352026-07-02T17:25:57.627Z Downloaded normalize-line-endings v0.3.0
7362026-07-02T17:25:57.627Z Downloaded generic-array v1.4.3
7372026-07-02T17:25:57.627Z Downloaded jobserver v0.1.34
7382026-07-02T17:25:57.627Z Downloaded libefi-sys v0.1.0
7392026-07-02T17:25:57.627Z Downloaded libsw-core v0.3.2
7402026-07-02T17:25:57.633Z Downloaded elliptic-curve v0.13.8
7412026-07-02T17:25:57.633Z Downloaded getrandom v0.2.17
7422026-07-02T17:25:57.633Z Downloaded nodrop v0.1.14
7432026-07-02T17:25:57.633Z Downloaded httparse v1.10.1
7442026-07-02T17:25:57.633Z Downloaded hmac v0.13.0
7452026-07-02T17:25:57.633Z Downloaded nonempty v0.12.0
7462026-07-02T17:25:57.633Z Downloaded num-derive v0.3.3
7472026-07-02T17:25:57.633Z Downloaded num-derive v0.4.2
7482026-07-02T17:25:57.638Z Downloaded newtype_derive v0.1.6
7492026-07-02T17:25:57.639Z Downloaded num-conv v0.2.0
7502026-07-02T17:25:57.639Z Downloaded libsw v3.5.0
7512026-07-02T17:25:57.639Z Downloaded num_enum_derive v0.5.11
7522026-07-02T17:25:57.639Z Downloaded hyper-rustls v0.27.7
7532026-07-02T17:25:57.639Z Downloaded darling_core v0.20.11
7542026-07-02T17:25:57.644Z Downloaded compact_str v0.8.1
7552026-07-02T17:25:57.647Z Downloaded flume v0.11.1
7562026-07-02T17:25:57.647Z Downloaded const_format v0.2.35
7572026-07-02T17:25:57.650Z Downloaded chacha20poly1305 v0.10.1
7582026-07-02T17:25:57.651Z Downloaded linear-map v1.2.0
7592026-07-02T17:25:57.654Z Downloaded crypto-bigint v0.5.5
7602026-07-02T17:25:57.658Z Downloaded num-iter v0.1.45
7612026-07-02T17:25:57.658Z Downloaded darling_core v0.21.3
7622026-07-02T17:25:57.663Z Downloaded openssl-probe v0.2.1
7632026-07-02T17:25:57.664Z Downloaded openssl-macros v0.1.1
7642026-07-02T17:25:57.667Z Downloaded openssl-probe v0.1.6
7652026-07-02T17:25:57.667Z Downloaded opaque-debug v0.3.1
7662026-07-02T17:25:57.667Z Downloaded olpc-cjson v0.1.4
7672026-07-02T17:25:57.667Z Downloaded mime v0.3.17
7682026-07-02T17:25:57.667Z Downloaded lock_api v0.4.14
7692026-07-02T17:25:57.667Z Downloaded half v2.7.1
7702026-07-02T17:25:57.670Z Downloaded multer v3.1.0
7712026-07-02T17:25:57.675Z Downloaded mime_guess v2.0.5
7722026-07-02T17:25:57.675Z Downloaded ingot-macros v0.1.1
7732026-07-02T17:25:57.675Z Downloaded native-tls v0.2.18
7742026-07-02T17:25:57.680Z Downloaded newtype-uuid v1.3.2
7752026-07-02T17:25:57.681Z Downloaded oso-derive v0.27.3
7762026-07-02T17:25:57.681Z Downloaded module-lattice v0.2.3
7772026-07-02T17:25:57.681Z Downloaded libloading v0.8.9
7782026-07-02T17:25:57.696Z Downloaded num-complex v0.4.6
7792026-07-02T17:25:57.701Z Downloaded nanorand v0.7.0
7802026-07-02T17:25:57.701Z Downloaded keccak v0.2.0
7812026-07-02T17:25:57.701Z Downloaded hybrid-array v0.4.13
7822026-07-02T17:25:57.701Z Downloaded getrandom v0.3.4
7832026-07-02T17:25:57.704Z Downloaded percent-encoding v2.3.2
7842026-07-02T17:25:57.707Z Downloaded password-hash v0.6.1
7852026-07-02T17:25:57.707Z Downloaded parse-size v1.1.0
7862026-07-02T17:25:57.707Z Downloaded parse-display v0.10.0
7872026-07-02T17:25:57.707Z Downloaded packed_struct_codegen v0.10.1
7882026-07-02T17:25:57.711Z Downloaded iana-time-zone v0.1.65
7892026-07-02T17:25:57.714Z Downloaded path-slash v0.1.5
7902026-07-02T17:25:57.714Z Downloaded icu_provider v2.1.1
7912026-07-02T17:25:57.714Z Downloaded base64 v0.21.7
7922026-07-02T17:25:57.718Z Downloaded num-rational v0.4.2
7932026-07-02T17:25:57.718Z Downloaded num-integer v0.1.46
7942026-07-02T17:25:57.721Z Downloaded num_enum v0.7.6
7952026-07-02T17:25:57.724Z Downloaded ar_archive_writer v0.5.1
7962026-07-02T17:25:57.724Z Downloaded flate2 v1.1.9
7972026-07-02T17:25:57.728Z Downloaded peg-runtime v0.8.5
7982026-07-02T17:25:57.731Z Downloaded num_enum v0.5.11
7992026-07-02T17:25:57.734Z Downloaded memmap2 v0.9.10
8002026-07-02T17:25:57.734Z Downloaded phf_shared v0.12.1
8012026-07-02T17:25:57.740Z Downloaded async-compression v0.4.41
8022026-07-02T17:25:57.743Z Downloaded num_threads v0.1.7
8032026-07-02T17:25:57.743Z Downloaded powerfmt v0.2.0
8042026-07-02T17:25:57.743Z Downloaded phf_shared v0.13.1
8052026-07-02T17:25:57.743Z Downloaded phf_shared v0.11.3
8062026-07-02T17:25:57.743Z Downloaded ml-kem v0.3.2
8072026-07-02T17:25:57.756Z Downloaded heapless v0.7.17
8082026-07-02T17:25:57.757Z Downloaded indexmap v1.9.3
8092026-07-02T17:25:57.763Z Downloaded oxnet v0.1.6
8102026-07-02T17:25:57.763Z Downloaded oxide-tokio-rt v0.1.4
8112026-07-02T17:25:57.763Z Downloaded owo-colors v4.3.0
8122026-07-02T17:25:57.763Z Downloaded crossterm v0.28.1
8132026-07-02T17:25:57.763Z Downloaded proc-macro-crate v1.3.1
8142026-07-02T17:25:57.763Z Downloaded predicates-tree v1.0.13
8152026-07-02T17:25:57.763Z Downloaded predicates-core v1.0.10
8162026-07-02T17:25:57.767Z Downloaded precomputed-hash v0.1.1
8172026-07-02T17:25:57.767Z Downloaded heapless v0.8.0
8182026-07-02T17:25:57.767Z Downloaded libbz2-rs-sys v0.2.2
8192026-07-02T17:25:57.773Z Downloaded potential_utf v0.1.4
8202026-07-02T17:25:57.773Z Downloaded num_enum_derive v0.7.6
8212026-07-02T17:25:57.774Z Downloaded litemap v0.8.1
8222026-07-02T17:25:57.774Z Downloaded nu-ansi-term v0.50.3
8232026-07-02T17:25:57.774Z Downloaded peg v0.8.5
8242026-07-02T17:25:57.781Z Downloaded parse-display-derive v0.10.0
8252026-07-02T17:25:57.781Z Downloaded ignore v0.4.25
8262026-07-02T17:25:57.791Z Downloaded progenitor-macro v0.14.0
8272026-07-02T17:25:57.791Z Downloaded pbkdf2 v0.13.0
8282026-07-02T17:25:57.791Z Downloaded proc-macro-error-attr2 v2.0.0
8292026-07-02T17:25:57.791Z Downloaded icu_locale_core v2.1.1
8302026-07-02T17:25:57.795Z Downloaded pem v3.0.6
8312026-07-02T17:25:57.795Z Downloaded paste v1.0.15
8322026-07-02T17:25:57.795Z Downloaded icu_normalizer v2.1.1
8332026-07-02T17:25:57.795Z Downloaded phf v0.13.1
8342026-07-02T17:25:57.795Z Downloaded psl-types v2.0.11
8352026-07-02T17:25:57.799Z Downloaded pin-project-internal v1.1.11
8362026-07-02T17:25:57.799Z Downloaded pem-rfc7468 v1.0.0
8372026-07-02T17:25:57.803Z Downloaded pem-rfc7468 v0.7.0
8382026-07-02T17:25:57.803Z Downloaded peg-macros v0.8.5
8392026-07-02T17:25:57.803Z Downloaded progenitor-macro v0.13.0
8402026-07-02T17:25:57.803Z Downloaded phf v0.12.1
8412026-07-02T17:25:57.807Z Downloaded indicatif v0.18.4
8422026-07-02T17:25:57.812Z Downloaded headers v0.4.1
8432026-07-02T17:25:57.812Z Downloaded pkg-config v0.3.32
8442026-07-02T17:25:57.812Z Downloaded pkcs8 v0.10.2
8452026-07-02T17:25:57.817Z Downloaded poly1305 v0.8.0
8462026-07-02T17:25:57.817Z Downloaded pin-project-lite v0.2.17
8472026-07-02T17:25:57.821Z Downloaded quick-error v1.2.3
8482026-07-02T17:25:57.821Z Downloaded phc v0.6.1
8492026-07-02T17:25:57.825Z Downloaded icu_normalizer_data v2.1.1
8502026-07-02T17:25:57.826Z Downloaded predicates v3.1.4
8512026-07-02T17:25:57.832Z Downloaded rand_chacha v0.3.1
8522026-07-02T17:25:57.832Z Downloaded derive_more-impl v2.1.1
8532026-07-02T17:25:57.841Z Downloaded rand_xorshift v0.4.0
8542026-07-02T17:25:57.841Z Downloaded primeorder v0.14.0-rc.10
8552026-07-02T17:25:57.841Z Downloaded primeorder v0.13.6
8562026-07-02T17:25:57.841Z Downloaded primefield v0.14.0
8572026-07-02T17:25:57.841Z Downloaded ppv-lite86 v0.2.21
8582026-07-02T17:25:57.842Z Downloaded hickory-resolver v0.24.4
8592026-07-02T17:25:57.845Z Downloaded ed25519-dalek v3.0.0-rc.0
8602026-07-02T17:25:57.845Z Downloaded cc v1.2.56
8612026-07-02T17:25:57.845Z Downloaded ed25519-dalek v2.2.0
8622026-07-02T17:25:57.848Z Downloaded progenitor-client v0.13.0
8632026-07-02T17:25:57.848Z Downloaded progenitor-client v0.14.0
8642026-07-02T17:25:57.851Z Downloaded progenitor v0.14.0
8652026-07-02T17:25:57.851Z Downloaded progenitor v0.13.0
8662026-07-02T17:25:57.854Z Downloaded ref-cast-impl v1.0.25
8672026-07-02T17:25:57.854Z Downloaded ref-cast v1.0.25
8682026-07-02T17:25:57.860Z Downloaded num-traits v0.2.19
8692026-07-02T17:25:57.860Z Downloaded icu_collections v2.1.1
8702026-07-02T17:25:57.863Z Downloaded expectorate v1.2.0
8712026-07-02T17:25:57.863Z Downloaded litrs v1.0.0
8722026-07-02T17:25:57.866Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-07-02T17:25:57.866Z Downloaded diesel_derives v2.3.7
8742026-07-02T17:25:57.870Z Downloaded rfc6979 v0.4.0
8752026-07-02T17:25:57.870Z Downloaded omicron-zone-package v0.12.3
8762026-07-02T17:25:57.873Z Downloaded progenitor-extras v0.2.0
8772026-07-02T17:25:57.873Z Downloaded recursive v0.1.1
8782026-07-02T17:25:57.877Z Downloaded parking_lot_core v0.9.12
8792026-07-02T17:25:57.877Z Downloaded rfc6979 v0.5.0
8802026-07-02T17:25:57.877Z Downloaded der v0.8.0
8812026-07-02T17:25:57.881Z Downloaded pkcs1 v0.7.5
8822026-07-02T17:25:57.884Z Downloaded polyval v0.7.1
8832026-07-02T17:25:57.884Z Downloaded postgres-types v0.2.12
8842026-07-02T17:25:57.887Z Downloaded miniz_oxide v0.8.9
8852026-07-02T17:25:57.887Z Downloaded pkcs8 v0.11.0
8862026-07-02T17:25:57.890Z Downloaded psm v0.1.30
8872026-07-02T17:25:57.893Z Downloaded rustc-hash v2.1.1
8882026-07-02T17:25:57.893Z Downloaded radium v0.7.0
8892026-07-02T17:25:57.893Z Downloaded der v0.7.10
8902026-07-02T17:25:57.897Z Downloaded rustc_version v0.1.7
8912026-07-02T17:25:57.897Z Downloaded rustc_version v0.4.1
8922026-07-02T17:25:57.902Z Downloaded rtoolbox v0.0.3
8932026-07-02T17:25:57.902Z Downloaded russh-cryptovec v0.61.0
8942026-07-02T17:25:57.902Z Downloaded russh-util v0.52.0
8952026-07-02T17:25:57.902Z Downloaded r2d2 v0.8.10
8962026-07-02T17:25:57.909Z Downloaded postgres-protocol v0.6.10
8972026-07-02T17:25:57.909Z Downloaded oso v0.27.3
8982026-07-02T17:25:57.909Z Downloaded rand_core v0.9.5
8992026-07-02T17:25:57.909Z Downloaded proc-macro-error2 v2.0.1
9002026-07-02T17:25:57.913Z Downloaded parking_lot v0.12.5
9012026-07-02T17:25:57.913Z Downloaded jiff-static v0.2.21
9022026-07-02T17:25:57.913Z Downloaded parking_lot v0.11.2
9032026-07-02T17:25:57.913Z Downloaded derive_more v2.1.1
9042026-07-02T17:25:57.920Z Downloaded sapling-renderdag v0.1.0
9052026-07-02T17:25:57.929Z Downloaded scopeguard v1.2.0
9062026-07-02T17:25:57.929Z Downloaded same-file v1.0.6
9072026-07-02T17:25:57.929Z Downloaded rand_core v0.10.0
9082026-07-02T17:25:57.929Z Downloaded rand_seeder v0.4.0
9092026-07-02T17:25:57.929Z Downloaded rand_core v0.6.4
9102026-07-02T17:25:57.934Z Downloaded rand_chacha v0.9.0
9112026-07-02T17:25:57.934Z Downloaded papergrid v0.17.0
9122026-07-02T17:25:57.934Z Downloaded serde_bytes v0.11.19
9132026-07-02T17:25:57.934Z Downloaded secrecy v0.10.3
9142026-07-02T17:25:57.934Z Downloaded proc-macro-crate v3.4.0
9152026-07-02T17:25:57.934Z Downloaded password-hash v0.5.0
9162026-07-02T17:25:57.941Z Downloaded parking_lot_core v0.8.6
9172026-07-02T17:25:57.941Z Downloaded packed_struct v0.10.1
9182026-07-02T17:25:57.941Z Downloaded postcard v1.1.3
9192026-07-02T17:25:57.947Z Downloaded pkcs1 v0.8.0-rc.4
9202026-07-02T17:25:57.947Z Downloaded bumpalo v3.20.2
9212026-07-02T17:25:57.947Z Downloaded icu_properties v2.1.2
9222026-07-02T17:25:57.948Z Downloaded hmac v0.12.1
9232026-07-02T17:25:57.948Z Downloaded instant v0.1.13
9242026-07-02T17:25:57.952Z Downloaded resolv-conf v0.7.6
9252026-07-02T17:25:57.952Z Downloaded ingot-types v0.1.2
9262026-07-02T17:25:57.952Z Downloaded serde_repr v0.1.20
9272026-07-02T17:25:57.952Z Downloaded scroll_derive v0.13.1
9282026-07-02T17:25:57.952Z Downloaded lru-cache v0.1.2
9292026-07-02T17:25:57.952Z Downloaded clang-sys v1.8.1
9302026-07-02T17:25:57.956Z Downloaded bytes v1.11.1
9312026-07-02T17:25:57.960Z Downloaded semver v0.1.20
9322026-07-02T17:25:57.960Z Downloaded secrecy v0.8.0
9332026-07-02T17:25:57.960Z Downloaded hashbrown v0.13.2
9342026-07-02T17:25:57.963Z Downloaded hashbrown v0.12.3
9352026-07-02T17:25:57.963Z Downloaded prefix-trie v0.7.0
9362026-07-02T17:25:57.966Z Downloaded rustls-pemfile v2.2.0
9372026-07-02T17:25:57.969Z Downloaded serde_urlencoded v0.7.1
9382026-07-02T17:25:57.969Z Downloaded poly1305 v0.9.0
9392026-07-02T17:25:57.969Z Downloaded pkcs5 v0.8.1
9402026-07-02T17:25:57.973Z Downloaded serde_spanned v1.1.1
9412026-07-02T17:25:57.976Z Downloaded sha1 v0.11.0
9422026-07-02T17:25:57.976Z Downloaded serde_plain v1.0.2
9432026-07-02T17:25:57.976Z Downloaded rusty-fork v0.3.1
9442026-07-02T17:25:57.980Z Downloaded hickory-resolver v0.25.2
9452026-07-02T17:25:57.980Z Downloaded rustversion v1.0.22
9462026-07-02T17:25:57.983Z Downloaded rustls-native-certs v0.8.3
9472026-07-02T17:25:57.983Z Downloaded dropshot-api-manager v0.7.2
9482026-07-02T17:25:57.986Z Downloaded aho-corasick v1.1.4
9492026-07-02T17:25:57.990Z Downloaded http v1.4.2
9502026-07-02T17:25:57.993Z Downloaded hickory-server v0.25.2
9512026-07-02T17:25:57.996Z Downloaded shell-words v1.1.1
9522026-07-02T17:25:57.996Z Downloaded signature v2.2.0
9532026-07-02T17:25:58.000Z Downloaded signal-hook-tokio v0.3.1
9542026-07-02T17:25:58.000Z Downloaded progenitor-impl v0.13.0
9552026-07-02T17:25:58.000Z Downloaded signal-hook-mio v0.2.5
9562026-07-02T17:25:58.000Z Downloaded hyper-util v0.1.20
9572026-07-02T17:25:58.006Z Downloaded schemars_derive v0.8.22
9582026-07-02T17:25:58.006Z Downloaded signature v3.0.0
9592026-07-02T17:25:58.010Z Downloaded scheduled-thread-pool v0.2.7
9602026-07-02T17:25:58.010Z Downloaded sha1 v0.10.6
9612026-07-02T17:25:58.010Z Downloaded siphasher v1.0.2
9622026-07-02T17:25:58.010Z Downloaded serde-big-array v0.5.1
9632026-07-02T17:25:58.014Z Downloaded seq-macro v0.3.6
9642026-07-02T17:25:58.014Z Downloaded p256 v0.14.0-rc.10
9652026-07-02T17:25:58.014Z Downloaded openssl-sys v0.9.115
9662026-07-02T17:25:58.017Z Downloaded base64 v0.22.1
9672026-07-02T17:25:58.020Z Downloaded sigpipe v0.1.3
9682026-07-02T17:25:58.023Z Downloaded derive_builder v0.20.2
9692026-07-02T17:25:58.023Z Downloaded cookie_store v0.22.1
9702026-07-02T17:25:58.026Z Downloaded progenitor-impl v0.14.0
9712026-07-02T17:25:58.026Z Downloaded aes-gcm v0.11.0
9722026-07-02T17:25:58.029Z Downloaded slog-envlogger v2.2.0
9732026-07-02T17:25:58.032Z Downloaded serde_derive_internals v0.29.1
9742026-07-02T17:25:58.032Z Downloaded sec1 v0.8.1
9752026-07-02T17:25:58.032Z Downloaded sec1 v0.7.3
9762026-07-02T17:25:58.037Z Downloaded scrypt v0.12.0
9772026-07-02T17:25:58.038Z Downloaded scroll v0.13.0
9782026-07-02T17:25:58.038Z Downloaded home v0.5.12
9792026-07-02T17:25:58.046Z Downloaded p384 v0.14.0-rc.10
9802026-07-02T17:25:58.046Z Downloaded slog-bunyan v2.5.0
9812026-07-02T17:25:58.046Z Downloaded itertools v0.10.5
9822026-07-02T17:25:58.053Z Downloaded dunce v1.0.5
9832026-07-02T17:25:58.053Z Downloaded darling v0.21.3
9842026-07-02T17:25:58.053Z Downloaded enum_dispatch v0.3.13
9852026-07-02T17:25:58.053Z Downloaded der_derive v0.7.3
9862026-07-02T17:25:58.053Z Downloaded gethostname v0.5.0
9872026-07-02T17:25:58.053Z Downloaded blowfish v0.10.0
9882026-07-02T17:25:58.067Z Downloaded castaway v0.2.4
9892026-07-02T17:25:58.067Z Downloaded bitfield v0.19.4
9902026-07-02T17:25:58.067Z Downloaded cexpr v0.6.0
9912026-07-02T17:25:58.067Z Downloaded signal-hook-registry v1.4.8
9922026-07-02T17:25:58.067Z Downloaded shlex v1.3.0
9932026-07-02T17:25:58.072Z Downloaded serde_with_macros v1.5.2
9942026-07-02T17:25:58.072Z Downloaded crypto-primes v0.7.2
9952026-07-02T17:25:58.072Z Downloaded csv-core v0.1.13
9962026-07-02T17:25:58.072Z Downloaded argon2 v0.5.3
9972026-07-02T17:25:58.072Z Downloaded foreign-types-macros v0.2.3
9982026-07-02T17:25:58.073Z Downloaded foreign-types v0.3.2
9992026-07-02T17:25:58.073Z Downloaded float-ord v0.3.2
10002026-07-02T17:25:58.073Z Downloaded float-cmp v0.10.0
10012026-07-02T17:25:58.073Z Downloaded flagset v0.4.7
10022026-07-02T17:25:58.076Z Downloaded sqlparser_derive v0.5.0
10032026-07-02T17:25:58.076Z Downloaded darling_macro v0.23.0
10042026-07-02T17:25:58.079Z Downloaded structmeta v0.3.0
10052026-07-02T17:25:58.085Z Downloaded sync_wrapper v1.0.2
10062026-07-02T17:25:58.088Z Downloaded pin-project v1.1.11
10072026-07-02T17:25:58.094Z Downloaded strsim v0.10.0
10082026-07-02T17:25:58.097Z Downloaded stable_deref_trait v1.2.1
10092026-07-02T17:25:58.097Z Downloaded slog-term v2.9.2
10102026-07-02T17:25:58.097Z Downloaded slog-json v2.6.1
10112026-07-02T17:25:58.100Z Downloaded slog-dtrace v0.3.0
10122026-07-02T17:25:58.100Z Downloaded slog-stdlog v4.1.1
10132026-07-02T17:25:58.104Z Downloaded slog-scope v4.4.1
10142026-07-02T17:25:58.104Z Downloaded slab v0.4.12
10152026-07-02T17:25:58.104Z Downloaded ron v0.8.1
10162026-07-02T17:25:58.107Z Downloaded supports-color v3.0.2
10172026-07-02T17:25:58.110Z Downloaded take_mut v0.2.2
10182026-07-02T17:25:58.110Z Downloaded prettyplease v0.2.37
10192026-07-02T17:25:58.113Z Downloaded tagptr v0.2.0
10202026-07-02T17:25:58.113Z Downloaded pretty_assertions v1.4.1
10212026-07-02T17:25:58.117Z Downloaded tabled_derive v0.11.0
10222026-07-02T17:25:58.117Z Downloaded subtle v2.6.1
10232026-07-02T17:25:58.117Z Downloaded hashbrown v0.15.5
10242026-07-02T17:25:58.121Z Downloaded tabwriter v1.4.1
10252026-07-02T17:25:58.125Z Downloaded sync-ptr v0.1.4
10262026-07-02T17:25:58.126Z Downloaded quinn-udp v0.5.14
10272026-07-02T17:25:58.126Z Downloaded internal-russh-num-bigint v0.5.0
10282026-07-02T17:25:58.129Z Downloaded snafu-derive v0.8.9
10292026-07-02T17:25:58.129Z Downloaded serde_path_to_error v0.1.20
10302026-07-02T17:25:58.137Z Downloaded sqlformat v0.3.5
10312026-07-02T17:25:58.137Z Downloaded tap v1.0.1
10322026-07-02T17:25:58.137Z Downloaded serde_with_macros v3.17.0
10332026-07-02T17:25:58.137Z Downloaded termtree v0.5.1
10342026-07-02T17:25:58.148Z Downloaded minimal-lexical v0.2.1
10352026-07-02T17:25:58.148Z Downloaded ssh-cipher v0.3.0-rc.9
10362026-07-02T17:25:58.149Z Downloaded spki v0.7.3
10372026-07-02T17:25:58.149Z Downloaded smf v0.2.3
10382026-07-02T17:25:58.149Z Downloaded serdect v0.4.3
10392026-07-02T17:25:58.149Z Downloaded rustls-platform-verifier v0.6.2
10402026-07-02T17:25:58.152Z Downloaded testing_table v0.3.0
10412026-07-02T17:25:58.152Z Downloaded libxml v0.3.3
10422026-07-02T17:25:58.152Z Downloaded rayon-core v1.13.0
10432026-07-02T17:25:58.156Z Downloaded thread-id v5.1.0
10442026-07-02T17:25:58.156Z Downloaded schemars v0.8.22
10452026-07-02T17:25:58.164Z Downloaded string_cache v0.8.9
10462026-07-02T17:25:58.164Z Downloaded salsa20 v0.11.0
10472026-07-02T17:25:58.167Z Downloaded thiserror-impl-no-std v2.0.2
10482026-07-02T17:25:58.167Z Downloaded synstructure v0.13.2
10492026-07-02T17:25:58.167Z Downloaded time-core v0.1.8
10502026-07-02T17:25:58.167Z Downloaded idna v1.1.0
10512026-07-02T17:25:58.171Z Downloaded strum_macros v0.27.2
10522026-07-02T17:25:58.178Z Downloaded simd-adler32 v0.3.8
10532026-07-02T17:25:58.178Z Downloaded strum_macros v0.26.4
10542026-07-02T17:25:58.182Z Downloaded ssh-encoding v0.3.0-rc.9
10552026-07-02T17:25:58.183Z Downloaded serde_cbor v0.11.2
10562026-07-02T17:25:58.183Z Downloaded static_assertions v1.1.0
10572026-07-02T17:25:58.183Z Downloaded tinyvec_macros v0.1.1
10582026-07-02T17:25:58.183Z Downloaded strum_macros v0.24.3
10592026-07-02T17:25:58.187Z Downloaded aws-lc-rs v1.16.3
10602026-07-02T17:25:58.201Z Downloaded rand v0.8.6
10612026-07-02T17:25:58.201Z Downloaded qorb v0.4.1
10622026-07-02T17:25:58.207Z Downloaded support-bundle-viewer v0.1.2
10632026-07-02T17:25:58.207Z Downloaded serde_yaml v0.9.34+deprecated
10642026-07-02T17:25:58.207Z Downloaded publicsuffix v2.3.0
10652026-07-02T17:25:58.207Z Downloaded termios v0.3.3
10662026-07-02T17:25:58.207Z Downloaded itertools v0.13.0
10672026-07-02T17:25:58.211Z Downloaded tokio-test v0.4.5
10682026-07-02T17:25:58.211Z Downloaded sha2 v0.11.0
10692026-07-02T17:25:58.211Z Downloaded num-bigint-dig v0.8.6
10702026-07-02T17:25:58.215Z Downloaded tokio-macros v2.7.0
10712026-07-02T17:25:58.215Z Downloaded spki v0.8.0
10722026-07-02T17:25:58.219Z Downloaded spin v0.9.8
10732026-07-02T17:25:58.219Z Downloaded signal-hook v0.3.18
10742026-07-02T17:25:58.222Z Downloaded num-bigint v0.4.6
10752026-07-02T17:25:58.222Z Downloaded ryu v1.0.23
10762026-07-02T17:25:58.225Z Downloaded tower-service v0.3.3
10772026-07-02T17:25:58.225Z Downloaded nom v7.1.3
10782026-07-02T17:25:58.228Z Downloaded futures-util v0.3.32
10792026-07-02T17:25:58.237Z Downloaded typify-macro v0.6.2
10802026-07-02T17:25:58.240Z Downloaded unarray v0.1.4
10812026-07-02T17:25:58.240Z Downloaded time-macros v0.2.27
10822026-07-02T17:25:58.240Z Downloaded thiserror-no-std v2.0.2
10832026-07-02T17:25:58.247Z Downloaded try-lock v0.2.5
10842026-07-02T17:25:58.247Z Downloaded trait-variant v0.1.2
10852026-07-02T17:25:58.250Z Downloaded tinystr v0.8.2
10862026-07-02T17:25:58.250Z Downloaded schemars v0.9.0
10872026-07-02T17:25:58.255Z Downloaded untrusted v0.9.0
10882026-07-02T17:25:58.264Z Downloaded universal-hash v0.6.1
10892026-07-02T17:25:58.264Z Downloaded universal-hash v0.5.1
10902026-07-02T17:25:58.264Z Downloaded unicode-truncate v1.1.0
10912026-07-02T17:25:58.265Z Downloaded tokio-native-tls v0.3.1
10922026-07-02T17:25:58.265Z Downloaded rand v0.9.2
10932026-07-02T17:25:58.265Z Downloaded hashbrown v0.16.1
10942026-07-02T17:25:58.268Z Downloaded tokio-tungstenite v0.21.0
10952026-07-02T17:25:58.268Z Downloaded tls_codec v0.4.2
10962026-07-02T17:25:58.272Z Downloaded tiny-keccak v2.0.2
10972026-07-02T17:25:58.272Z Downloaded term v1.2.1
10982026-07-02T17:25:58.275Z Downloaded usdt-attr-macro v0.6.0
10992026-07-02T17:25:58.275Z Downloaded rsa v0.9.10
11002026-07-02T17:25:58.280Z Downloaded iri-string v0.7.10
11012026-07-02T17:25:58.285Z Downloaded unit-prefix v0.5.2
11022026-07-02T17:25:58.287Z Downloaded unicode-xid v0.2.6
11032026-07-02T17:25:58.287Z Downloaded nom v8.0.0
11042026-07-02T17:25:58.291Z Downloaded libm v0.2.16
11052026-07-02T17:25:58.294Z Downloaded p521 v0.14.0-rc.10
11062026-07-02T17:25:58.297Z Downloaded utf8_iter v1.0.4
11072026-07-02T17:25:58.300Z Downloaded utf-8 v0.7.6
11082026-07-02T17:25:58.300Z Downloaded usdt-macro v0.6.0
11092026-07-02T17:25:58.300Z Downloaded untrusted v0.7.1
11102026-07-02T17:25:58.303Z Downloaded toml_writer v1.1.1+spec-1.1.0
11112026-07-02T17:25:58.303Z Downloaded tokio-tungstenite v0.23.1
11122026-07-02T17:25:58.303Z Downloaded icu_properties_data v2.1.2
11132026-07-02T17:25:58.309Z Downloaded want v0.3.1
11142026-07-02T17:25:58.321Z Downloaded wait-timeout v0.2.1
11152026-07-02T17:25:58.321Z Downloaded rsa v0.10.0-rc.18
11162026-07-02T17:25:58.326Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-02T17:25:58.326Z Downloaded samael v0.0.19
11182026-07-02T17:25:58.326Z Downloaded void v1.0.2
11192026-07-02T17:25:58.326Z Downloaded h2 v0.4.15
11202026-07-02T17:25:58.326Z Downloaded schemars v1.2.1
11212026-07-02T17:25:58.334Z Downloaded tui-tree-widget v0.23.1
11222026-07-02T17:25:58.337Z Downloaded usdt v0.6.0
11232026-07-02T17:25:58.337Z Downloaded topological-sort v0.2.2
11242026-07-02T17:25:58.337Z Downloaded tokio-rustls v0.26.4
11252026-07-02T17:25:58.341Z Downloaded test-strategy v0.4.5
11262026-07-02T17:25:58.341Z Downloaded zerofrom v0.1.6
11272026-07-02T17:25:58.345Z Downloaded hkdf v0.12.4
11282026-07-02T17:25:58.345Z Downloaded subprocess v0.2.15
11292026-07-02T17:25:58.345Z Downloaded uzers v0.12.2
11302026-07-02T17:25:58.348Z Downloaded usdt-impl v0.6.0
11312026-07-02T17:25:58.348Z Downloaded unicase v2.9.0
11322026-07-02T17:25:58.351Z Downloaded term v0.7.0
11332026-07-02T17:25:58.351Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-07-02T17:25:58.356Z Downloaded xshell-macros v0.2.7
11352026-07-02T17:25:58.356Z Downloaded toml_parser v1.1.2+spec-1.1.0
11362026-07-02T17:25:58.359Z Downloaded xattr v1.6.1
11372026-07-02T17:25:58.359Z Downloaded vergen-lib v0.1.6
11382026-07-02T17:25:58.359Z Downloaded snafu v0.8.9
11392026-07-02T17:25:58.362Z Downloaded zeroize_derive v1.4.3
11402026-07-02T17:25:58.362Z Downloaded yoke-derive v0.8.1
11412026-07-02T17:25:58.362Z Downloaded thread_local v1.1.9
11422026-07-02T17:25:58.367Z Downloaded rustls-webpki v0.103.13
11432026-07-02T17:25:58.367Z Downloaded zone_cfg_derive v0.3.1
11442026-07-02T17:25:58.367Z Downloaded zone v0.3.1
11452026-07-02T17:25:58.379Z Downloaded blake3 v1.8.5
11462026-07-02T17:25:58.379Z Downloaded tinyvec v1.10.0
11472026-07-02T17:25:58.383Z Downloaded vergen-lib v9.1.0
11482026-07-02T17:25:58.383Z Downloaded vergen-gitcl v1.0.8
11492026-07-02T17:25:58.383Z Downloaded waitgroup v0.1.2
11502026-07-02T17:25:58.383Z Downloaded iddqd v0.4.2
11512026-07-02T17:25:58.387Z Downloaded unicode-properties v0.1.4
11522026-07-02T17:25:58.387Z Downloaded rand v0.10.1
11532026-07-02T17:25:58.390Z Downloaded tracing-attributes v0.1.31
11542026-07-02T17:25:58.390Z Downloaded itertools v0.14.0
11552026-07-02T17:25:58.393Z Downloaded vsss-rs v3.3.4
11562026-07-02T17:25:58.396Z Downloaded whoami v1.6.1
11572026-07-02T17:25:58.396Z Downloaded xshell v0.2.7
11582026-07-02T17:25:58.399Z Downloaded walkdir v2.5.0
11592026-07-02T17:25:58.399Z Downloaded twox-hash v2.1.2
11602026-07-02T17:25:58.404Z Downloaded tar v0.4.45
11612026-07-02T17:25:58.404Z Downloaded hkdf v0.13.0
11622026-07-02T17:25:58.408Z Downloaded socket2 v0.6.3
11632026-07-02T17:25:58.408Z Downloaded wyz v0.5.1
11642026-07-02T17:25:58.408Z Downloaded zerofrom-derive v0.1.6
11652026-07-02T17:25:58.408Z Downloaded writeable v0.6.2
11662026-07-02T17:25:58.412Z Downloaded rustyline v14.0.0
11672026-07-02T17:25:58.415Z Downloaded toml v1.1.2+spec-1.1.0
11682026-07-02T17:25:58.415Z Downloaded toml v0.7.8
11692026-07-02T17:25:58.418Z Downloaded tokio-stream v0.1.18
11702026-07-02T17:25:58.422Z Downloaded vergen v9.1.0
11712026-07-02T17:25:58.425Z Downloaded vergen-git2 v9.1.0
11722026-07-02T17:25:58.425Z Downloaded yoke v0.8.1
11732026-07-02T17:25:58.425Z Downloaded itertools v0.12.1
11742026-07-02T17:25:58.428Z Downloaded quinn v0.11.9
11752026-07-02T17:25:58.431Z Downloaded steno v0.4.1
11762026-07-02T17:25:58.434Z Downloaded zstd v0.13.3
11772026-07-02T17:25:58.437Z Downloaded zerovec-derive v0.11.2
11782026-07-02T17:25:58.437Z Downloaded tower-layer v0.3.3
11792026-07-02T17:25:58.437Z Downloaded tokio-dtrace v0.1.1
11802026-07-02T17:25:58.468Z Downloaded tls_codec_derive v0.4.2
11812026-07-02T17:25:58.468Z Downloaded stringprep v0.1.5
11822026-07-02T17:25:58.468Z Downloaded socket2 v0.5.10
11832026-07-02T17:25:58.481Z Downloaded smallvec v1.15.1
11842026-07-02T17:25:58.481Z Downloaded slog v2.8.2
11852026-07-02T17:25:58.481Z Downloaded stacker v0.1.23
11862026-07-02T17:25:58.481Z Downloaded similar v2.7.0
11872026-07-02T17:25:58.482Z Downloaded typify v0.6.2
11882026-07-02T17:25:58.482Z Downloaded unsafe-libyaml v0.2.11
11892026-07-02T17:25:58.482Z Downloaded unicode-bidi v0.3.18
11902026-07-02T17:25:58.482Z Downloaded whoami v2.1.0
11912026-07-02T17:25:58.482Z Downloaded tungstenite v0.21.0
11922026-07-02T17:25:58.482Z Downloaded tracing-core v0.1.36
11932026-07-02T17:25:58.482Z Downloaded serde_with v1.14.0
11942026-07-02T17:25:58.482Z Downloaded yasna v0.5.2
11952026-07-02T17:25:58.482Z Downloaded rpassword v7.4.0
11962026-07-02T17:25:58.482Z Downloaded hyper v1.10.1
11972026-07-02T17:25:58.501Z Downloaded strum v0.27.2
11982026-07-02T17:25:58.501Z Downloaded strip-ansi-escapes v0.2.1
11992026-07-02T17:25:58.501Z Downloaded smallvec v0.6.14
12002026-07-02T17:25:58.501Z Downloaded slog-async v2.8.0
12012026-07-02T17:25:58.501Z Downloaded zeroize v1.8.2
12022026-07-02T17:25:58.501Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-07-02T17:25:58.501Z Downloaded serde-hex v0.1.0
12042026-07-02T17:25:58.501Z Downloaded zerocopy v0.6.6
12052026-07-02T17:25:58.501Z Downloaded zstd-safe v7.2.4
12062026-07-02T17:25:58.502Z Downloaded rustls-pki-types v1.14.0
12072026-07-02T17:25:58.502Z Downloaded mio v1.2.0
12082026-07-02T17:25:58.502Z Downloaded vte v0.14.1
12092026-07-02T17:25:58.505Z Downloaded tungstenite v0.23.0
12102026-07-02T17:25:58.505Z Downloaded bindgen v0.71.1
12112026-07-02T17:25:58.505Z Downloaded strum v0.26.3
12122026-07-02T17:25:58.505Z Downloaded structmeta-derive v0.3.0
12132026-07-02T17:25:58.505Z Downloaded rcgen v0.12.1
12142026-07-02T17:25:58.508Z Downloaded tokio-postgres v0.7.16
12152026-07-02T17:25:58.511Z Downloaded crypto-bigint v0.7.5
12162026-07-02T17:25:58.521Z Downloaded git2 v0.20.4
12172026-07-02T17:25:58.527Z Downloaded uuid v1.23.4
12182026-07-02T17:25:58.530Z Downloaded reedline v0.40.0
12192026-07-02T17:25:58.533Z Downloaded toml_edit v0.19.15
12202026-07-02T17:25:58.544Z Downloaded reqwest v0.12.28
12212026-07-02T17:25:58.550Z Downloaded unicode_categories v0.1.1
12222026-07-02T17:25:58.553Z Downloaded reqwest v0.13.2
12232026-07-02T17:25:58.553Z Downloaded p384 v0.13.1
12242026-07-02T17:25:58.556Z Downloaded chrono v0.4.44
12252026-07-02T17:25:58.564Z Downloaded zerotrie v0.2.3
12262026-07-02T17:25:58.567Z Downloaded zip v0.6.6
12272026-07-02T17:25:58.570Z Downloaded url v2.5.8
12282026-07-02T17:25:58.573Z Downloaded regex v1.12.3
12292026-07-02T17:25:58.578Z Downloaded quick-xml v0.37.5
12302026-07-02T17:25:58.578Z Downloaded bitvec v1.0.1
12312026-07-02T17:25:58.594Z Downloaded zopfli v0.8.3
12322026-07-02T17:25:58.597Z Downloaded moka v0.12.13
12332026-07-02T17:25:58.597Z Downloaded goblin v0.10.5
12342026-07-02T17:25:58.601Z Downloaded ssh-key v0.7.0-rc.10
12352026-07-02T17:25:58.604Z Downloaded yansi v1.0.1
12362026-07-02T17:25:58.607Z Downloaded tower v0.5.3
12372026-07-02T17:25:58.616Z Downloaded lalrpop v0.19.12
12382026-07-02T17:25:58.624Z Downloaded zerocopy-derive v0.8.40
12392026-07-02T17:25:58.629Z Downloaded salty v0.3.0
12402026-07-02T17:25:58.633Z Downloaded rayon v1.11.0
12412026-07-02T17:25:58.640Z Downloaded typed-path v0.9.3
12422026-07-02T17:25:58.646Z Downloaded x509-cert v0.2.5
12432026-07-02T17:25:58.653Z Downloaded tower-http v0.6.8
12442026-07-02T17:25:58.656Z Downloaded unicode-segmentation v1.12.0
12452026-07-02T17:25:58.656Z Downloaded petname v2.0.2
12462026-07-02T17:25:58.658Z Downloaded zip v4.6.1
12472026-07-02T17:25:58.661Z Downloaded tough v0.22.0
12482026-07-02T17:25:58.665Z Downloaded unicode-normalization v0.1.25
12492026-07-02T17:25:58.668Z Downloaded curve25519-dalek v4.1.3
12502026-07-02T17:25:58.673Z Downloaded zerovec v0.11.5
12512026-07-02T17:25:58.682Z Downloaded portable-atomic v1.13.1
12522026-07-02T17:25:58.689Z Downloaded proptest v1.10.0
12532026-07-02T17:25:58.698Z Downloaded tokio-util v0.7.18
12542026-07-02T17:25:58.709Z Downloaded bstr v1.12.1
12552026-07-02T17:25:58.712Z Downloaded radix_trie v0.2.1
12562026-07-02T17:25:58.712Z Downloaded object v0.30.4
12572026-07-02T17:25:58.716Z Downloaded nix v0.27.1
12582026-07-02T17:25:58.721Z Downloaded openssl v0.10.79
12592026-07-02T17:25:58.730Z Downloaded nix v0.28.0
12602026-07-02T17:25:58.739Z Downloaded winnow v1.0.3
12612026-07-02T17:25:58.748Z Downloaded quinn-proto v0.11.13
12622026-07-02T17:25:58.753Z Downloaded serde_with v3.17.0
12632026-07-02T17:25:58.760Z Downloaded nix v0.31.2
12642026-07-02T17:25:58.768Z Downloaded object v0.37.3
12652026-07-02T17:25:58.777Z Downloaded curve25519-dalek v5.0.0-rc.0
12662026-07-02T17:25:58.781Z Downloaded russh v0.61.2
12672026-07-02T17:25:58.786Z Downloaded time v0.3.47
12682026-07-02T17:25:58.793Z Downloaded smoltcp v0.9.1
12692026-07-02T17:25:58.800Z Downloaded polar-core v0.27.3
12702026-07-02T17:25:58.811Z Downloaded smoltcp v0.11.0
12712026-07-02T17:25:58.815Z Downloaded hickory-proto v0.24.4
12722026-07-02T17:25:58.822Z Downloaded winnow v0.6.26
12732026-07-02T17:25:58.828Z Downloaded regress v0.11.1
12742026-07-02T17:25:58.834Z Downloaded dropshot v0.17.1
12752026-07-02T17:25:58.848Z Downloaded winnow v0.5.40
12762026-07-02T17:25:58.859Z Downloaded tabled v0.20.0
12772026-07-02T17:25:58.870Z Downloaded regex-syntax v0.6.29
12782026-07-02T17:25:58.892Z Downloaded zlib-rs v0.6.2
12792026-07-02T17:25:58.896Z Downloaded sled v0.34.7
12802026-07-02T17:25:58.905Z Downloaded vcpkg v0.2.15
12812026-07-02T17:25:58.930Z Downloaded typify-impl v0.6.2
12822026-07-02T17:25:58.936Z Downloaded diesel v2.3.7
12832026-07-02T17:25:58.948Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-07-02T17:25:58.971Z Downloaded zerocopy v0.8.40
12852026-07-02T17:25:58.977Z Downloaded hickory-proto v0.25.2
12862026-07-02T17:25:58.987Z Downloaded regress v0.10.5
12872026-07-02T17:25:58.993Z Downloaded regex-syntax v0.8.10
12882026-07-02T17:25:58.998Z Downloaded rustls v0.23.41
12892026-07-02T17:25:59.006Z Downloaded openapiv3 v2.2.0
12902026-07-02T17:25:59.013Z Downloaded rustix v0.38.44
12912026-07-02T17:25:59.028Z Downloaded chrono-tz v0.10.4
12922026-07-02T17:25:59.038Z Downloaded libz-sys v1.1.24
12932026-07-02T17:25:59.051Z Downloaded petgraph v0.8.3
12942026-07-02T17:25:59.088Z Downloaded sqlparser v0.61.0
12952026-07-02T17:25:59.109Z Downloaded fiat-crypto v0.3.0
12962026-07-02T17:25:59.132Z Downloaded ratatui v0.29.0
12972026-07-02T17:25:59.145Z Downloaded sha3 v0.11.0
12982026-07-02T17:25:59.152Z Downloaded encoding_rs v0.8.35
12992026-07-02T17:25:59.159Z Downloaded tracing v0.1.44
13002026-07-02T17:25:59.198Z Downloaded zerocopy-derive v0.6.6
13012026-07-02T17:25:59.208Z Downloaded regex-automata v0.4.14
13022026-07-02T17:25:59.213Z Downloaded petgraph v0.6.5
13032026-07-02T17:25:59.233Z Downloaded jiff v0.2.21
13042026-07-02T17:25:59.245Z Downloaded csv v1.4.0
13052026-07-02T17:25:59.259Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-07-02T17:25:59.305Z Downloaded sha3 v0.10.8
13072026-07-02T17:25:59.309Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-07-02T17:25:59.320Z Downloaded tokio v1.52.1
13092026-07-02T17:25:59.366Z Downloaded ring v0.17.14
13102026-07-02T17:25:59.814Z Downloaded aws-lc-sys v0.40.0
13112026-07-02T17:26:00.063Z Compiling libc v0.2.185
13122026-07-02T17:26:00.063Z Compiling serde_core v1.0.228
13132026-07-02T17:26:00.063Z Compiling serde v1.0.228
13142026-07-02T17:26:00.066Z Compiling log v0.4.29
13152026-07-02T17:26:00.066Z Compiling smallvec v1.15.1
13162026-07-02T17:26:00.066Z Compiling find-msvc-tools v0.1.9
13172026-07-02T17:26:00.066Z Compiling shlex v1.3.0
13182026-07-02T17:26:00.197Z Compiling syn v2.0.117
13192026-07-02T17:26:00.501Z Compiling subtle v2.6.1
13202026-07-02T17:26:00.508Z Compiling scopeguard v1.2.0
13212026-07-02T17:26:00.539Z Compiling stable_deref_trait v1.2.1
13222026-07-02T17:26:00.599Z Compiling lock_api v0.4.14
13232026-07-02T17:26:00.661Z Compiling typenum v1.20.1
13242026-07-02T17:26:00.661Z Compiling serde_json v1.0.150
13252026-07-02T17:26:00.727Z Compiling zerocopy v0.8.40
13262026-07-02T17:26:00.787Z Compiling portable-atomic v1.13.1
13272026-07-02T17:26:00.828Z Compiling parking_lot_core v0.9.12
13282026-07-02T17:26:00.888Z Compiling pin-project-lite v0.2.17
13292026-07-02T17:26:00.958Z Compiling pkg-config v0.3.32
13302026-07-02T17:26:01.099Z Compiling critical-section v1.2.0
13312026-07-02T17:26:01.121Z Compiling futures-core v0.3.32
13322026-07-02T17:26:01.156Z Compiling jobserver v0.1.34
13332026-07-02T17:26:01.219Z Compiling errno v0.3.14
13342026-07-02T17:26:01.274Z Compiling getrandom v0.2.17
13352026-07-02T17:26:01.372Z Compiling cc v1.2.56
13362026-07-02T17:26:01.431Z Compiling rand_core v0.6.4
13372026-07-02T17:26:01.493Z Compiling signal-hook-registry v1.4.8
13382026-07-02T17:26:01.531Z Compiling libm v0.2.16
13392026-07-02T17:26:01.705Z Compiling once_cell v1.21.3
13402026-07-02T17:26:01.765Z Compiling getrandom v0.4.1
13412026-07-02T17:26:01.788Z Compiling parking_lot v0.12.5
13422026-07-02T17:26:01.828Z Compiling mio v1.2.0
13432026-07-02T17:26:01.865Z Compiling num-traits v0.2.19
13442026-07-02T17:26:01.963Z Compiling generic-array v0.14.7
13452026-07-02T17:26:02.127Z Compiling rand_core v0.10.0
13462026-07-02T17:26:02.174Z Compiling const-oid v0.9.6
13472026-07-02T17:26:02.299Z Compiling writeable v0.6.2
13482026-07-02T17:26:02.367Z Compiling percent-encoding v2.3.2
13492026-07-02T17:26:02.509Z Compiling bitflags v2.11.0
13502026-07-02T17:26:02.557Z Compiling litemap v0.8.1
13512026-07-02T17:26:02.648Z Compiling semver v1.0.28
13522026-07-02T17:26:02.763Z Compiling socket2 v0.6.3
13532026-07-02T17:26:02.778Z Compiling icu_normalizer_data v2.1.1
13542026-07-02T17:26:02.899Z Compiling icu_properties_data v2.1.2
13552026-07-02T17:26:02.942Z Compiling futures-sink v0.3.32
13562026-07-02T17:26:02.995Z Compiling futures-task v0.3.32
13572026-07-02T17:26:03.060Z Compiling futures-channel v0.3.32
13582026-07-02T17:26:03.156Z Compiling futures-io v0.3.32
13592026-07-02T17:26:03.159Z Compiling slab v0.4.12
13602026-07-02T17:26:03.248Z Compiling synstructure v0.13.2
13612026-07-02T17:26:03.287Z Compiling indexmap v2.14.0
13622026-07-02T17:26:03.316Z Compiling utf8_iter v1.0.4
13632026-07-02T17:26:03.347Z Compiling rustversion v1.0.22
13642026-07-02T17:26:03.361Z Compiling getrandom v0.3.4
13652026-07-02T17:26:03.469Z Compiling form_urlencoded v1.2.2
13662026-07-02T17:26:03.668Z Compiling cmake v0.1.57
13672026-07-02T17:26:03.677Z Compiling ident_case v1.0.1
13682026-07-02T17:26:03.689Z Compiling rustix v1.1.3
13692026-07-02T17:26:03.798Z Compiling fs_extra v1.3.0
13702026-07-02T17:26:03.873Z Compiling dunce v1.0.5
13712026-07-02T17:26:03.968Z Compiling regex-syntax v0.8.10
13722026-07-02T17:26:03.982Z Compiling iana-time-zone v0.1.65
13732026-07-02T17:26:04.059Z Compiling vcpkg v0.2.15
13742026-07-02T17:26:04.073Z Compiling aws-lc-sys v0.40.0
13752026-07-02T17:26:04.183Z Compiling base64ct v1.8.3
13762026-07-02T17:26:04.341Z Compiling rand_core v0.9.5
13772026-07-02T17:26:04.373Z Compiling rustc_version v0.4.1
13782026-07-02T17:26:04.483Z Compiling pem-rfc7468 v0.7.0
13792026-07-02T17:26:04.628Z Compiling uuid v1.23.4
13802026-07-02T17:26:04.702Z Compiling tracing-core v0.1.36
13812026-07-02T17:26:04.802Z Compiling openssl-sys v0.9.115
13822026-07-02T17:26:04.805Z Compiling base64 v0.22.1
13832026-07-02T17:26:04.911Z Compiling serde_derive v1.0.228
13842026-07-02T17:26:05.149Z Compiling zeroize_derive v1.4.3
13852026-07-02T17:26:05.277Z Compiling zerofrom-derive v0.1.6
13862026-07-02T17:26:05.352Z Compiling yoke-derive v0.8.1
13872026-07-02T17:26:05.370Z Compiling zerocopy-derive v0.8.40
13882026-07-02T17:26:05.484Z Compiling zerovec-derive v0.11.2
13892026-07-02T17:26:05.877Z Compiling zeroize v1.8.2
13902026-07-02T17:26:06.081Z Compiling displaydoc v0.2.5
13912026-07-02T17:26:06.568Z Compiling tokio-macros v2.7.0
13922026-07-02T17:26:06.630Z Compiling futures-macro v0.3.32
13932026-07-02T17:26:06.721Z Compiling zerofrom v0.1.6
13942026-07-02T17:26:06.849Z Compiling yoke v0.8.1
13952026-07-02T17:26:06.849Z Compiling tracing-attributes v0.1.31
13962026-07-02T17:26:07.019Z Compiling block-buffer v0.10.4
13972026-07-02T17:26:07.040Z Compiling zerovec v0.11.5
13982026-07-02T17:26:07.155Z Compiling zerotrie v0.2.3
13992026-07-02T17:26:07.318Z Compiling crypto-common v0.1.7
14002026-07-02T17:26:07.440Z Compiling futures-util v0.3.32
14012026-07-02T17:26:07.455Z Compiling digest v0.10.7
14022026-07-02T17:26:07.468Z Compiling thiserror-impl v2.0.18
14032026-07-02T17:26:07.555Z Compiling tinystr v0.8.2
14042026-07-02T17:26:07.704Z Compiling potential_utf v0.1.4
14052026-07-02T17:26:07.760Z Compiling icu_locale_core v2.1.1
14062026-07-02T17:26:07.867Z Compiling icu_collections v2.1.1
14072026-07-02T17:26:08.177Z Compiling der_derive v0.7.3
14082026-07-02T17:26:08.335Z Compiling flagset v0.4.7
14092026-07-02T17:26:08.468Z Compiling bytes v1.11.1
14102026-07-02T17:26:08.475Z Compiling icu_provider v2.1.1
14112026-07-02T17:26:08.623Z Compiling chrono v0.4.44
14122026-07-02T17:26:08.781Z Compiling icu_normalizer v2.1.1
14132026-07-02T17:26:08.813Z Compiling icu_properties v2.1.2
14142026-07-02T17:26:09.082Z Compiling tokio v1.52.1
14152026-07-02T17:26:09.140Z Compiling http v1.4.2
14162026-07-02T17:26:09.296Z Compiling aws-lc-rs v1.16.3
14172026-07-02T17:26:09.595Z Compiling der v0.7.10
14182026-07-02T17:26:09.755Z Compiling idna_adapter v1.2.1
14192026-07-02T17:26:09.885Z Compiling idna v1.1.0
14202026-07-02T17:26:09.885Z Compiling ppv-lite86 v0.2.21
14212026-07-02T17:26:09.889Z Compiling http-body v1.0.1
14222026-07-02T17:26:10.013Z Compiling thiserror v2.0.18
14232026-07-02T17:26:10.044Z Compiling tracing v0.1.44
14242026-07-02T17:26:10.059Z Compiling rustls-pki-types v1.14.0
14252026-07-02T17:26:10.209Z Compiling url v2.5.8
14262026-07-02T17:26:10.226Z Compiling rand_chacha v0.9.0
14272026-07-02T17:26:10.306Z Compiling cmov v0.5.4
14282026-07-02T17:26:10.545Z Compiling openssl-probe v0.2.1
14292026-07-02T17:26:10.574Z Compiling tinyvec_macros v0.1.1
14302026-07-02T17:26:10.577Z Compiling httparse v1.10.1
14312026-07-02T17:26:10.643Z Compiling tinyvec v1.10.0
14322026-07-02T17:26:10.716Z Compiling ctutils v0.4.2
14332026-07-02T17:26:10.834Z Compiling rand v0.9.2
14342026-07-02T17:26:10.950Z Compiling spki v0.7.3
14352026-07-02T17:26:10.982Z Compiling pest_generator v2.8.6
14362026-07-02T17:26:10.991Z Compiling serde_derive_internals v0.29.1
14372026-07-02T17:26:10.996Z Compiling aho-corasick v1.1.4
14382026-07-02T17:26:11.056Z Compiling dyn-clone v1.0.20
14392026-07-02T17:26:11.146Z Compiling untrusted v0.7.1
14402026-07-02T17:26:11.187Z Compiling schemars v0.8.22
14412026-07-02T17:26:11.269Z Compiling atomic-waker v1.1.2
14422026-07-02T17:26:11.391Z Compiling try-lock v0.2.5
14432026-07-02T17:26:11.404Z Compiling tower-layer v0.3.3
14442026-07-02T17:26:11.501Z Compiling tower-service v0.3.3
14452026-07-02T17:26:11.565Z Compiling want v0.3.1
14462026-07-02T17:26:11.615Z Compiling tempfile v3.25.0
14472026-07-02T17:26:11.664Z Compiling pest_derive v2.8.6
14482026-07-02T17:26:11.723Z Compiling hybrid-array v0.4.13
14492026-07-02T17:26:11.878Z Compiling schemars_derive v0.8.22
14502026-07-02T17:26:11.913Z Compiling regex-automata v0.4.14
14512026-07-02T17:26:11.979Z Compiling ipnet v2.11.0
14522026-07-02T17:26:12.110Z Compiling scroll_derive v0.13.1
14532026-07-02T17:26:12.467Z Compiling darling_core v0.20.11
14542026-07-02T17:26:12.528Z Compiling untrusted v0.9.0
14552026-07-02T17:26:12.618Z Compiling foreign-types-shared v0.1.1
14562026-07-02T17:26:12.680Z Compiling openssl v0.10.79
14572026-07-02T17:26:12.703Z Compiling httpdate v1.0.3
14582026-07-02T17:26:12.905Z Compiling tokio-util v0.7.18
14592026-07-02T17:26:12.918Z Compiling rustls v0.23.41
14602026-07-02T17:26:12.933Z Compiling cpufeatures v0.2.17
14612026-07-02T17:26:13.022Z Compiling scroll v0.13.0
14622026-07-02T17:26:13.100Z Compiling foreign-types v0.3.2
14632026-07-02T17:26:13.166Z Compiling pkcs8 v0.10.2
14642026-07-02T17:26:13.282Z Compiling unicode-normalization v0.1.25
14652026-07-02T17:26:13.727Z Compiling h2 v0.4.15
14662026-07-02T17:26:13.818Z Compiling openssl-macros v0.1.1
14672026-07-02T17:26:13.924Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-02T17:26:14.210Z Compiling spin v0.9.8
14692026-07-02T17:26:14.315Z Compiling num-conv v0.2.0
14702026-07-02T17:26:14.364Z Compiling native-tls v0.2.18
14712026-07-02T17:26:14.415Z Compiling crc32fast v1.5.0
14722026-07-02T17:26:14.442Z Compiling powerfmt v0.2.0
14732026-07-02T17:26:14.577Z Compiling time-core v0.1.8
14742026-07-02T17:26:14.661Z Compiling deranged v0.5.8
14752026-07-02T17:26:14.676Z Compiling darling_macro v0.20.11
14762026-07-02T17:26:14.726Z Compiling time-macros v0.2.27
14772026-07-02T17:26:15.155Z Compiling darling v0.20.11
14782026-07-02T17:26:15.237Z Compiling goblin v0.10.5
14792026-07-02T17:26:15.707Z Compiling sha2 v0.10.9
14802026-07-02T17:26:15.793Z Compiling hmac v0.12.1
14812026-07-02T17:26:15.950Z Compiling sync_wrapper v1.0.2
14822026-07-02T17:26:15.969Z Compiling wait-timeout v0.2.1
14832026-07-02T17:26:16.057Z Compiling crossbeam-utils v0.8.21
14842026-07-02T17:26:16.228Z Compiling syn v1.0.109
14852026-07-02T17:26:16.360Z Compiling num_threads v0.1.7
14862026-07-02T17:26:16.460Z Compiling siphasher v1.0.2
14872026-07-02T17:26:16.548Z Compiling bit-vec v0.8.0
14882026-07-02T17:26:16.644Z Compiling usdt-impl v0.6.0
14892026-07-02T17:26:16.777Z Compiling simd-adler32 v0.3.8
14902026-07-02T17:26:16.858Z Compiling hyper v1.10.1
14912026-07-02T17:26:17.015Z Compiling quick-error v1.2.3
14922026-07-02T17:26:17.121Z Compiling rusty-fork v0.3.1
14932026-07-02T17:26:17.421Z Compiling bit-set v0.8.0
14942026-07-02T17:26:17.475Z Compiling time v0.3.47
14952026-07-02T17:26:17.595Z Compiling tower v0.5.3
14962026-07-02T17:26:17.780Z Compiling derive_builder_core v0.20.2
14972026-07-02T17:26:18.034Z Compiling hyper-util v0.1.20
14982026-07-02T17:26:18.056Z Compiling dof v0.4.0
14992026-07-02T17:26:18.427Z Compiling dtrace-parser v0.3.0
15002026-07-02T17:26:18.641Z Compiling http-body-util v0.1.3
15012026-07-02T17:26:18.883Z Compiling scroll_derive v0.12.1
15022026-07-02T17:26:19.030Z Compiling thiserror-impl v1.0.69
15032026-07-02T17:26:19.158Z Compiling heapless v0.7.17
15042026-07-02T17:26:19.194Z Compiling rand_xorshift v0.4.0
15052026-07-02T17:26:19.351Z Compiling slog v2.8.2
15062026-07-02T17:26:19.402Z Compiling darling_core v0.21.3
15072026-07-02T17:26:19.462Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-07-02T17:26:19.538Z Compiling thread-id v5.1.0
15092026-07-02T17:26:19.551Z Compiling cookie v0.18.1
15102026-07-02T17:26:19.620Z Compiling anyhow v1.0.102
15112026-07-02T17:26:19.745Z Compiling paste v1.0.15
15122026-07-02T17:26:19.745Z Compiling zstd-safe v7.2.4
15132026-07-02T17:26:19.771Z Compiling unicode-properties v0.1.4
15142026-07-02T17:26:19.934Z Compiling signal-hook v0.3.18
15152026-07-02T17:26:19.949Z Compiling adler2 v2.0.1
15162026-07-02T17:26:19.972Z Compiling allocator-api2 v0.2.21
15172026-07-02T17:26:20.031Z Compiling unarray v0.1.4
15182026-07-02T17:26:20.073Z Compiling unicode-bidi v0.3.18
15192026-07-02T17:26:20.112Z Compiling iri-string v0.7.10
15202026-07-02T17:26:20.131Z Compiling ryu v1.0.23
15212026-07-02T17:26:20.277Z Compiling thiserror v1.0.69
15222026-07-02T17:26:20.291Z Compiling serde_urlencoded v0.7.1
15232026-07-02T17:26:20.306Z Compiling proptest v1.10.0
15242026-07-02T17:26:20.413Z Compiling stringprep v0.1.5
15252026-07-02T17:26:20.578Z Compiling miniz_oxide v0.8.9
15262026-07-02T17:26:21.193Z Compiling scroll v0.12.0
15272026-07-02T17:26:21.379Z Compiling tower-http v0.6.8
15282026-07-02T17:26:21.471Z Compiling derive_builder_macro v0.20.2
15292026-07-02T17:26:21.671Z Compiling camino v1.2.2
15302026-07-02T17:26:21.776Z Compiling tokio-native-tls v0.3.1
15312026-07-02T17:26:21.933Z Compiling bstr v1.12.1
15322026-07-02T17:26:21.946Z Compiling ipnetwork v0.21.1
15332026-07-02T17:26:21.973Z Compiling darling_macro v0.21.3
15342026-07-02T17:26:21.992Z Compiling block-buffer v0.12.1
15352026-07-02T17:26:22.043Z Compiling crypto-common v0.2.2
15362026-07-02T17:26:22.192Z Compiling block-padding v0.4.2
15372026-07-02T17:26:22.321Z Compiling rustls-native-certs v0.8.3
15382026-07-02T17:26:22.349Z Compiling rand_chacha v0.3.1
15392026-07-02T17:26:22.455Z Compiling serde_tokenstream v0.2.3
15402026-07-02T17:26:22.566Z Compiling serde_spanned v0.6.9
15412026-07-02T17:26:22.651Z Compiling toml_datetime v0.6.11
15422026-07-02T17:26:22.713Z Compiling erased-serde v0.3.31
15432026-07-02T17:26:22.764Z Compiling md-5 v0.10.6
15442026-07-02T17:26:22.849Z Compiling signature v2.2.0
15452026-07-02T17:26:22.924Z Compiling async-trait v0.1.89
15462026-07-02T17:26:23.031Z Compiling pin-project-internal v1.1.11
15472026-07-02T17:26:23.127Z Compiling zerocopy-derive v0.7.35
15482026-07-02T17:26:23.186Z Compiling curve25519-dalek v4.1.3
15492026-07-02T17:26:23.538Z Compiling vergen-lib v9.1.0
15502026-07-02T17:26:23.720Z Compiling num-integer v0.1.46
15512026-07-02T17:26:23.768Z Compiling hash32 v0.2.1
15522026-07-02T17:26:23.925Z Compiling memoffset v0.9.1
15532026-07-02T17:26:23.956Z Compiling encoding_rs v0.8.35
15542026-07-02T17:26:23.977Z Compiling smoltcp v0.9.1
15552026-07-02T17:26:24.033Z Compiling rustix v0.38.44
15562026-07-02T17:26:24.128Z Compiling ref-cast v1.0.25
15572026-07-02T17:26:24.131Z Compiling cfg_aliases v0.2.1
15582026-07-02T17:26:24.202Z Compiling fallible-iterator v0.2.0
15592026-07-02T17:26:24.320Z Compiling zlib-rs v0.6.2
15602026-07-02T17:26:24.383Z Compiling psl-types v2.0.11
15612026-07-02T17:26:24.446Z Compiling litrs v1.0.0
15622026-07-02T17:26:24.538Z Compiling mime v0.3.17
15632026-07-02T17:26:24.538Z Compiling num-bigint-dig v0.8.6
15642026-07-02T17:26:24.744Z Compiling publicsuffix v2.3.0
15652026-07-02T17:26:24.763Z Compiling postgres-protocol v0.6.10
15662026-07-02T17:26:24.944Z Compiling document-features v0.2.12
15672026-07-02T17:26:25.066Z Compiling nix v0.31.2
15682026-07-02T17:26:25.311Z Compiling pin-project v1.1.11
15692026-07-02T17:26:25.415Z Compiling hubpack_derive v0.1.1
15702026-07-02T17:26:25.480Z Compiling zerocopy v0.7.35
15712026-07-02T17:26:25.505Z Compiling num-iter v0.1.45
15722026-07-02T17:26:25.660Z Compiling newtype-uuid v1.3.2
15732026-07-02T17:26:25.875Z Compiling rand v0.8.6
15742026-07-02T17:26:25.990Z Compiling darling v0.21.3
15752026-07-02T17:26:26.004Z Compiling inout v0.2.2
15762026-07-02T17:26:26.017Z Compiling oxnet v0.1.6
15772026-07-02T17:26:26.030Z Compiling derive_builder v0.20.2
15782026-07-02T17:26:26.081Z Compiling hyper-tls v0.6.0
15792026-07-02T17:26:26.172Z Compiling goblin v0.8.2
15802026-07-02T17:26:26.836Z Compiling phf_shared v0.13.1
15812026-07-02T17:26:26.859Z Compiling lazy_static v1.5.0
15822026-07-02T17:26:26.909Z Compiling regex v1.12.3
15832026-07-02T17:26:26.977Z Compiling anstyle-parse v0.2.7
15842026-07-02T17:26:27.016Z Compiling futures-executor v0.3.32
15852026-07-02T17:26:27.032Z Compiling hex v0.4.3
15862026-07-02T17:26:27.148Z Compiling terminal_size v0.4.3
15872026-07-02T17:26:27.269Z Compiling flate2 v1.1.9
15882026-07-02T17:26:27.287Z Compiling daft-derive v0.1.7
15892026-07-02T17:26:27.290Z Compiling snafu-derive v0.8.9
15902026-07-02T17:26:27.322Z Compiling ref-cast-impl v1.0.25
15912026-07-02T17:26:27.587Z Compiling curve25519-dalek-derive v0.1.1
15922026-07-02T17:26:27.671Z Compiling strum_macros v0.27.2
15932026-07-02T17:26:27.867Z Compiling vergen v9.1.0
15942026-07-02T17:26:28.023Z Compiling cargo-platform v0.3.2
15952026-07-02T17:26:28.061Z Compiling ff v0.13.1
15962026-07-02T17:26:28.198Z Compiling fs-err v3.3.0
15972026-07-02T17:26:28.236Z Compiling ahash v0.8.12
15982026-07-02T17:26:28.293Z Compiling foldhash v0.1.5
15992026-07-02T17:26:28.401Z Compiling bitflags v1.3.2
16002026-07-02T17:26:28.455Z Compiling libbz2-rs-sys v0.2.2
16012026-07-02T17:26:28.469Z Compiling winnow v0.5.40
16022026-07-02T17:26:28.482Z Compiling object v0.37.3
16032026-07-02T17:26:28.762Z Compiling unicode-segmentation v1.12.0
16042026-07-02T17:26:29.133Z Compiling managed v0.8.0
16052026-07-02T17:26:29.143Z Compiling base16ct v0.2.0
16062026-07-02T17:26:29.178Z Compiling foldhash v0.2.0
16072026-07-02T17:26:29.315Z Compiling same-file v1.0.6
16082026-07-02T17:26:29.333Z Compiling bumpalo v3.20.2
16092026-07-02T17:26:29.395Z Compiling clap_builder v4.6.0
16102026-07-02T17:26:29.478Z Compiling walkdir v2.5.0
16112026-07-02T17:26:29.583Z Compiling zopfli v0.8.3
16122026-07-02T17:26:29.618Z Compiling strum v0.27.2
16132026-07-02T17:26:29.621Z Compiling hashbrown v0.16.1
16142026-07-02T17:26:29.751Z Compiling toml_edit v0.19.15
16152026-07-02T17:26:29.883Z Compiling sec1 v0.7.3
16162026-07-02T17:26:30.150Z Compiling snafu v0.8.9
16172026-07-02T17:26:30.222Z Compiling bzip2 v0.6.1
16182026-07-02T17:26:30.336Z Compiling hashbrown v0.15.5
16192026-07-02T17:26:30.525Z Compiling dof v0.3.0
16202026-07-02T17:26:30.620Z Compiling cargo_metadata v0.23.1
16212026-07-02T17:26:30.902Z Compiling group v0.13.0
16222026-07-02T17:26:31.105Z Compiling daft v0.1.7
16232026-07-02T17:26:31.318Z Compiling futures v0.3.32
16242026-07-02T17:26:31.337Z Compiling anstream v0.6.21
16252026-07-02T17:26:31.387Z Compiling phf v0.13.1
16262026-07-02T17:26:31.401Z Compiling signal-hook-mio v0.2.5
16272026-07-02T17:26:31.645Z Compiling cookie_store v0.22.1
16282026-07-02T17:26:31.904Z Compiling zstd v0.13.3
16292026-07-02T17:26:31.990Z Compiling bzip2 v0.4.4
16302026-07-02T17:26:32.160Z Compiling reqwest v0.12.28
16312026-07-02T17:26:32.202Z Compiling cipher v0.5.2
16322026-07-02T17:26:32.278Z Compiling serde_with_macros v3.17.0
16332026-07-02T17:26:32.414Z Compiling hubpack v0.1.2
16342026-07-02T17:26:32.509Z Compiling postgres-types v0.2.12
16352026-07-02T17:26:32.631Z Compiling ed25519 v2.2.3
16362026-07-02T17:26:33.051Z Compiling usdt-attr-macro v0.6.0
16372026-07-02T17:26:33.409Z Compiling usdt-macro v0.6.0
16382026-07-02T17:26:33.511Z Compiling globset v0.4.18
16392026-07-02T17:26:33.550Z Compiling dtrace-parser v0.2.0
16402026-07-02T17:26:33.601Z Compiling phf_shared v0.11.3
16412026-07-02T17:26:33.787Z Compiling hkdf v0.12.4
16422026-07-02T17:26:33.843Z Compiling olpc-cjson v0.1.4
16432026-07-02T17:26:33.961Z Compiling pkcs1 v0.7.5
16442026-07-02T17:26:34.011Z Compiling serde-big-array v0.5.1
16452026-07-02T17:26:34.150Z Compiling serde_plain v1.0.2
16462026-07-02T17:26:34.165Z Compiling crypto-bigint v0.5.5
16472026-07-02T17:26:34.174Z Compiling pem v3.0.6
16482026-07-02T17:26:34.293Z Compiling clap_derive v4.6.1
16492026-07-02T17:26:34.343Z Compiling enum-as-inner v0.6.1
16502026-07-02T17:26:34.343Z Compiling serde_repr v0.1.20
16512026-07-02T17:26:34.495Z Compiling strum_macros v0.26.4
16522026-07-02T17:26:34.863Z Compiling async-recursion v1.1.1
16532026-07-02T17:26:34.875Z Compiling float-cmp v0.10.0
16542026-07-02T17:26:35.073Z Compiling thread-id v4.2.2
16552026-07-02T17:26:35.119Z Compiling memmap2 v0.9.10
16562026-07-02T17:26:35.328Z Compiling env_filter v1.0.0
16572026-07-02T17:26:35.562Z Compiling whoami v2.1.0
16582026-07-02T17:26:35.673Z Compiling keccak v0.1.6
16592026-07-02T17:26:35.886Z Compiling data-encoding v2.10.0
16602026-07-02T17:26:35.948Z Compiling precomputed-hash v0.1.1
16612026-07-02T17:26:36.033Z Compiling const-oid v0.10.2
16622026-07-02T17:26:36.042Z Compiling new_debug_unreachable v1.0.6
16632026-07-02T17:26:36.113Z Compiling fixedbitset v0.5.7
16642026-07-02T17:26:36.228Z Compiling normalize-line-endings v0.3.0
16652026-07-02T17:26:36.242Z Compiling fixedbitset v0.4.2
16662026-07-02T17:26:36.305Z Compiling winnow v1.0.3
16672026-07-02T17:26:36.319Z Compiling difflib v0.4.0
16682026-07-02T17:26:36.396Z Compiling typed-path v0.9.3
16692026-07-02T17:26:36.408Z Compiling either v1.15.0
16702026-07-02T17:26:36.449Z Compiling static_assertions v1.1.0
16712026-07-02T17:26:36.578Z Compiling predicates-core v1.0.10
16722026-07-02T17:26:36.584Z Compiling jiff v0.2.21
16732026-07-02T17:26:36.605Z Compiling cpufeatures v0.3.0
16742026-07-02T17:26:36.648Z Compiling predicates v3.1.4
16752026-07-02T17:26:36.680Z Compiling chacha20 v0.10.0
16762026-07-02T17:26:36.694Z Compiling toml_parser v1.1.2+spec-1.1.0
16772026-07-02T17:26:36.875Z Compiling itertools v0.13.0
16782026-07-02T17:26:37.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-07-02T17:26:37.142Z Compiling petgraph v0.6.5
16802026-07-02T17:26:37.292Z Compiling petgraph v0.8.3
16812026-07-02T17:26:37.314Z Compiling strum v0.26.3
16822026-07-02T17:26:37.441Z Compiling digest v0.11.3
16832026-07-02T17:26:37.606Z Compiling hickory-proto v0.25.2
16842026-07-02T17:26:37.662Z Compiling toml_edit v0.22.27
16852026-07-02T17:26:38.110Z Compiling string_cache v0.8.9
16862026-07-02T17:26:38.335Z Compiling clap v4.6.1
16872026-07-02T17:26:38.417Z Compiling sha3 v0.10.8
16882026-07-02T17:26:38.615Z Compiling tokio-postgres v0.7.16
16892026-07-02T17:26:38.875Z Compiling env_logger v0.11.9
16902026-07-02T17:26:39.207Z Compiling zip v4.6.1
16912026-07-02T17:26:39.222Z Compiling usdt v0.6.0
16922026-07-02T17:26:39.481Z Compiling elliptic-curve v0.13.8
16932026-07-02T17:26:39.799Z Compiling usdt-impl v0.5.0
16942026-07-02T17:26:39.887Z Compiling rsa v0.9.10
16952026-07-02T17:26:40.218Z Compiling serde_with v3.17.0
16962026-07-02T17:26:40.346Z Compiling crossterm v0.28.1
16972026-07-02T17:26:40.386Z Compiling ed25519-dalek v2.2.0
16982026-07-02T17:26:40.858Z Compiling zip v0.6.6
16992026-07-02T17:26:41.451Z Compiling iddqd v0.4.2
17002026-07-02T17:26:41.466Z Compiling toml v0.7.8
17012026-07-02T17:26:42.114Z Compiling heck v0.4.1
17022026-07-02T17:26:42.181Z Compiling similar v2.7.0
17032026-07-02T17:26:42.333Z Compiling crossbeam-epoch v0.9.18
17042026-07-02T17:26:42.346Z Compiling tokio-stream v0.1.18
17052026-07-02T17:26:42.377Z Compiling buf-list v1.1.2
17062026-07-02T17:26:42.649Z Compiling x509-cert v0.2.5
17072026-07-02T17:26:42.662Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-07-02T17:26:42.730Z Compiling openapiv3 v2.2.0
17092026-07-02T17:26:42.787Z Compiling peg-runtime v0.8.5
17102026-07-02T17:26:42.953Z Compiling lalrpop-util v0.19.12
17112026-07-02T17:26:43.043Z Compiling thread_local v1.1.9
17122026-07-02T17:26:43.065Z Compiling slog-async v2.8.0
17132026-07-02T17:26:43.146Z Compiling crossbeam-channel v0.5.15
17142026-07-02T17:26:43.213Z Compiling is-terminal v0.4.17
17152026-07-02T17:26:43.284Z Compiling filetime v0.2.27
17162026-07-02T17:26:43.310Z Compiling take_mut v0.2.2
17172026-07-02T17:26:43.390Z Compiling xattr v1.6.1
17182026-07-02T17:26:43.421Z Compiling term v1.2.1
17192026-07-02T17:26:43.449Z Compiling camino-tempfile v1.4.1
17202026-07-02T17:26:43.556Z Compiling tar v0.4.45
17212026-07-02T17:26:43.993Z Compiling slog-term v2.9.2
17222026-07-02T17:26:54.702Z Compiling rustls-webpki v0.103.13
17232026-07-02T17:26:57.408Z Compiling tokio-rustls v0.26.4
17242026-07-02T17:26:57.408Z Compiling rustls-platform-verifier v0.6.2
17252026-07-02T17:26:57.414Z Compiling tough v0.22.0
17262026-07-02T17:26:57.624Z Compiling hyper-rustls v0.27.7
17272026-07-02T17:26:57.811Z Compiling reqwest v0.13.2
17282026-07-02T17:27:00.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-07-02T17:27:00.240Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-07-02T17:27:03.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-07-02T17:27:03.206Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-07-02T17:27:03.256ZJul 02 17:27:01.837 INFO Starting download, target: Console
17332026-07-02T17:27:03.256ZJul 02 17:27:01.837 INFO Starting download, target: Clickhouse
17342026-07-02T17:27:03.256ZJul 02 17:27:01.837 INFO Starting download, target: Cockroach
17352026-07-02T17:27:03.265ZJul 02 17:27:01.837 INFO Starting download, target: DendriteStub
17362026-07-02T17:27:03.265ZJul 02 17:27:01.837 INFO Starting download, target: MaghemiteMgd
17372026-07-02T17:27:03.265ZJul 02 17:27:01.837 INFO Starting download, target: MaghemiteDdmd
17382026-07-02T17:27:03.265ZJul 02 17:27:01.837 INFO Starting download, target: TransceiverControl
17392026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-07-02T17:27:03.265ZJul 02 17:27:01.838 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-02T17:27:03.605ZJul 02 17:27:02.184 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-07-02T17:27:03.808ZJul 02 17:27:02.386 INFO Download complete, target: TransceiverControl
17482026-07-02T17:27:04.989ZJul 02 17:27:03.560 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17492026-07-02T17:27:05.111ZJul 02 17:27:03.690 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-07-02T17:27:05.213ZJul 02 17:27:03.793 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-02T17:27:05.237ZJul 02 17:27:03.809 INFO Download complete, target: Console
17522026-07-02T17:27:05.274ZJul 02 17:27:03.854 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-07-02T17:27:05.557ZJul 02 17:27:04.133 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-07-02T17:27:05.736ZJul 02 17:27:04.318 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-07-02T17:27:05.737ZJul 02 17:27:04.318 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-07-02T17:27:07.072ZJul 02 17:27:05.651 INFO Download complete, target: MaghemiteDdmd
17572026-07-02T17:27:07.555ZJul 02 17:27:06.137 INFO Download complete, target: DendriteStub
17582026-07-02T17:27:07.788ZJul 02 17:27:06.369 INFO Download complete, target: MaghemiteMgd
17592026-07-02T17:27:10.270ZJul 02 17:27:08.851 INFO Checking that binary works, target: Cockroach
17602026-07-02T17:27:10.386ZJul 02 17:27:08.968 INFO Download complete, target: Cockroach
17612026-07-02T17:27:12.111ZJul 02 17:27:10.692 INFO Checking that binary works, target: Clickhouse
17622026-07-02T17:27:12.224ZJul 02 17:27:10.804 INFO Download complete, target: Clickhouse
17632026-07-02T17:27:12.240ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-07-02T17:27:12.244Z
17652026-07-02T17:27:12.244Zreal 2:03.581397310
17662026-07-02T17:27:12.244Zuser 6:36.585905739
17672026-07-02T17:27:12.244Zsys 1:20.826479907
17682026-07-02T17:27:12.244Ztrap 0.245213940
17692026-07-02T17:27:12.244Ztflt 0.522517388
17702026-07-02T17:27:12.244Zdflt 0.727367210
17712026-07-02T17:27:12.244Zkflt 0.025839085
17722026-07-02T17:27:12.244Zlock 22:08.562841719
17732026-07-02T17:27:12.244Zslp 20:14.889359370
17742026-07-02T17:27:12.245Zlat 42.868274076
17752026-07-02T17:27:12.245Zstop 1:55.253530080
17762026-07-02T17:27:12.245Z+ banner hack-check
17772026-07-02T17:27:12.245Z
17782026-07-02T17:27:12.245Z # # ## #### # # #### # # ###### #### # #
17792026-07-02T17:27:12.245Z # # # # # # # # # # # # # # # # #
17802026-07-02T17:27:12.245Z ###### # # # #### ##### # ###### ##### # ####
17812026-07-02T17:27:12.245Z # # ###### # # # # # # # # # #
17822026-07-02T17:27:12.245Z # # # # # # # # # # # # # # # # #
17832026-07-02T17:27:12.245Z # # # # #### # # #### # # ###### #### # #
17842026-07-02T17:27:12.245Z
17852026-07-02T17:27:12.245Z+ export CARGO_INCREMENTAL=0
17862026-07-02T17:27:12.245Z+ CARGO_INCREMENTAL=0
17872026-07-02T17:27:12.245Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-07-02T17:27:12.701Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-07-02T17:27:12.981Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-07-02T17:27:14.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
17912026-07-02T17:27:14.971Z Running `target/debug/xtask check-features --ci`
17922026-07-02T17:27:15.034Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-07-02T17:27:15.034Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-07-02T17:27:15.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17952026-07-02T17:27:15.242Z Running `target/debug/xtask download cargo-hack`
17962026-07-02T17:27:15.961Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-07-02T17:27:16.297Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-07-02T17:27:18.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17992026-07-02T17:27:18.957Z Running `target/debug/xtask-downloader cargo-hack`
18002026-07-02T17:27:19.007ZJul 02 17:27:17.571 INFO Starting download, target: CargoHack
18012026-07-02T17:27:19.037ZJul 02 17:27:17.572 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-07-02T17:27:19.222ZJul 02 17:27:17.788 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-07-02T17:27:19.255ZJul 02 17:27:17.836 INFO Download complete, target: CargoHack
18042026-07-02T17:27:19.259Zrunning: "/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"
18052026-07-02T17:27:19.271Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-07-02T17:27:19.479Zinfo: running `cargo check --bins` on api_identity (1/299)
18072026-07-02T17:27:19.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-07-02T17:27:19.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-07-02T17:27:19.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-07-02T17:27:19.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-07-02T17:27:19.937Z
18122026-07-02T17:27:19.938Zinfo: running `cargo check --bins` on bootstore (2/299)
18132026-07-02T17:27:20.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-02T17:27:20.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-02T17:27:20.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-02T17:27:20.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-07-02T17:27:20.448Z
18182026-07-02T17:27:20.449Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18192026-07-02T17:27:20.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-02T17:27:20.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-02T17:27:20.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-02T17:27:20.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-07-02T17:27:20.955Z
18242026-07-02T17:27:20.955Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18252026-07-02T17:27:21.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-02T17:27:21.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-02T17:27:21.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-02T17:27:21.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-07-02T17:27:21.469Z
18302026-07-02T17:27:21.469Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18312026-07-02T17:27:21.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-02T17:27:21.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-02T17:27:21.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-02T17:27:21.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-02T17:27:21.989Z
18362026-07-02T17:27:21.989Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18372026-07-02T17:27:22.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-02T17:27:22.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-02T17:27:22.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-02T17:27:22.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18412026-07-02T17:27:22.519Z
18422026-07-02T17:27:22.519Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18432026-07-02T17:27:22.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-02T17:27:22.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-02T17:27:22.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-02T17:27:22.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-02T17:27:23.043Z
18482026-07-02T17:27:23.043Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18492026-07-02T17:27:23.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-02T17:27:23.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-02T17:27:23.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-02T17:27:23.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18532026-07-02T17:27:23.564Z
18542026-07-02T17:27:23.564Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18552026-07-02T17:27:23.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-02T17:27:23.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-02T17:27:23.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-02T17:27:23.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-07-02T17:27:23.992Z
18602026-07-02T17:27:23.992Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18612026-07-02T17:27:24.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-02T17:27:24.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-02T17:27:24.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-02T17:27:24.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-07-02T17:27:24.354Z
18662026-07-02T17:27:24.354Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18672026-07-02T17:27:24.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-02T17:27:24.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-02T17:27:24.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-02T17:27:24.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-02T17:27:24.752Z
18722026-07-02T17:27:24.752Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18732026-07-02T17:27:25.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-02T17:27:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-02T17:27:25.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-02T17:27:25.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-02T17:27:25.148Z
18782026-07-02T17:27:25.148Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18792026-07-02T17:27:25.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-02T17:27:25.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-02T17:27:25.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-02T17:27:25.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-02T17:27:25.533Z
18842026-07-02T17:27:25.533Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18852026-07-02T17:27:25.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-02T17:27:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-02T17:27:25.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-02T17:27:25.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-02T17:27:25.933Z
18902026-07-02T17:27:25.933Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18912026-07-02T17:27:26.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-02T17:27:26.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-02T17:27:26.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-02T17:27:26.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-02T17:27:26.323Z
18962026-07-02T17:27:26.323Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18972026-07-02T17:27:26.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-02T17:27:26.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-02T17:27:26.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-02T17:27:26.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-02T17:27:26.716Z
19022026-07-02T17:27:26.716Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19032026-07-02T17:27:27.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-02T17:27:27.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-02T17:27:27.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-02T17:27:27.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-02T17:27:27.120Z
19082026-07-02T17:27:27.120Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19092026-07-02T17:27:27.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-02T17:27:27.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-02T17:27:27.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-02T17:27:27.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-02T17:27:27.592Z
19142026-07-02T17:27:27.593Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19152026-07-02T17:27:27.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-02T17:27:27.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-02T17:27:27.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-02T17:27:27.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-02T17:27:27.913Z
19202026-07-02T17:27:27.913Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19212026-07-02T17:27:28.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-02T17:27:28.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-02T17:27:28.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-02T17:27:28.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-07-02T17:27:28.319Z
19262026-07-02T17:27:28.319Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19272026-07-02T17:27:28.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-02T17:27:28.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-02T17:27:28.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-02T17:27:28.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-02T17:27:28.705Z
19322026-07-02T17:27:28.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19332026-07-02T17:27:29.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-02T17:27:29.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-02T17:27:29.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-02T17:27:29.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-02T17:27:29.158Z
19382026-07-02T17:27:29.158Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19392026-07-02T17:27:29.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-02T17:27:29.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-02T17:27:29.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-02T17:27:29.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-07-02T17:27:29.513Z
19442026-07-02T17:27:29.513Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19452026-07-02T17:27:29.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-02T17:27:29.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-02T17:27:29.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-02T17:27:29.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-02T17:27:29.917Z
19502026-07-02T17:27:29.918Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19512026-07-02T17:27:30.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-02T17:27:30.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-02T17:27:30.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-02T17:27:30.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-02T17:27:30.328Z
19562026-07-02T17:27:30.328Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19572026-07-02T17:27:30.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-02T17:27:30.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-02T17:27:30.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-02T17:27:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-02T17:27:30.714Z
19622026-07-02T17:27:30.714Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19632026-07-02T17:27:31.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-02T17:27:31.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-02T17:27:31.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-02T17:27:31.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-02T17:27:31.159Z
19682026-07-02T17:27:31.159Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19692026-07-02T17:27:31.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-02T17:27:31.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-02T17:27:31.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-02T17:27:31.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-07-02T17:27:31.518Z
19742026-07-02T17:27:31.518Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19752026-07-02T17:27:31.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-02T17:27:31.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-02T17:27:31.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-02T17:27:31.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-07-02T17:27:31.907Z
19802026-07-02T17:27:31.907Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19812026-07-02T17:27:32.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-02T17:27:32.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-02T17:27:32.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-02T17:27:32.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-07-02T17:27:32.289Z
19862026-07-02T17:27:32.289Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19872026-07-02T17:27:32.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-02T17:27:32.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-02T17:27:32.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-02T17:27:32.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-07-02T17:27:32.696Z
19922026-07-02T17:27:32.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19932026-07-02T17:27:33.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-02T17:27:33.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-02T17:27:33.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-02T17:27:33.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-02T17:27:33.108Z
19982026-07-02T17:27:33.108Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19992026-07-02T17:27:33.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-02T17:27:33.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-02T17:27:33.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-02T17:27:33.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-07-02T17:27:33.533Z
20042026-07-02T17:27:33.533Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20052026-07-02T17:27:33.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-02T17:27:33.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-02T17:27:33.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-02T17:27:33.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-02T17:27:33.887Z
20102026-07-02T17:27:33.887Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20112026-07-02T17:27:34.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-02T17:27:34.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-02T17:27:34.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-02T17:27:34.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-02T17:27:34.349Z
20162026-07-02T17:27:34.349Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20172026-07-02T17:27:34.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-02T17:27:34.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-02T17:27:34.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-02T17:27:34.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-02T17:27:34.708Z
20222026-07-02T17:27:34.708Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20232026-07-02T17:27:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-02T17:27:35.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-02T17:27:35.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-02T17:27:35.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-07-02T17:27:35.073Z
20282026-07-02T17:27:35.073Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20292026-07-02T17:27:35.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-02T17:27:35.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-02T17:27:35.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-02T17:27:35.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-02T17:27:35.539Z
20342026-07-02T17:27:35.539Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20352026-07-02T17:27:35.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-02T17:27:35.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-02T17:27:35.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-02T17:27:35.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-02T17:27:35.952Z
20402026-07-02T17:27:35.952Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20412026-07-02T17:27:36.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-02T17:27:36.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-02T17:27:36.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-02T17:27:36.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-07-02T17:27:36.275Z
20462026-07-02T17:27:36.275Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20472026-07-02T17:27:36.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-02T17:27:36.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-02T17:27:36.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-02T17:27:36.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-02T17:27:36.705Z
20522026-07-02T17:27:36.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20532026-07-02T17:27:37.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-02T17:27:37.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-02T17:27:37.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-02T17:27:37.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-07-02T17:27:37.188Z
20582026-07-02T17:27:37.188Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20592026-07-02T17:27:37.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-02T17:27:37.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-02T17:27:37.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-02T17:27:37.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-07-02T17:27:37.518Z
20642026-07-02T17:27:37.518Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20652026-07-02T17:27:38.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-02T17:27:38.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-02T17:27:38.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-02T17:27:38.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-07-02T17:27:38.261Z
20702026-07-02T17:27:38.261Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20712026-07-02T17:27:38.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-02T17:27:38.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-02T17:27:38.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-02T17:27:38.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-02T17:27:38.322Z
20762026-07-02T17:27:38.322Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20772026-07-02T17:27:38.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-02T17:27:38.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-02T17:27:38.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-02T17:27:38.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-07-02T17:27:39.068Z
20822026-07-02T17:27:39.068Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20832026-07-02T17:27:39.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-02T17:27:39.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-02T17:27:39.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-02T17:27:39.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-07-02T17:27:39.123Z
20882026-07-02T17:27:39.123Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20892026-07-02T17:27:39.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-02T17:27:39.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-02T17:27:39.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-02T17:27:39.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-02T17:27:39.552Z
20942026-07-02T17:27:39.552Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20952026-07-02T17:27:39.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-02T17:27:40.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-02T17:27:40.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-02T17:27:40.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-07-02T17:27:40.069Z
21002026-07-02T17:27:40.070Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21012026-07-02T17:27:40.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-02T17:27:40.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-02T17:27:40.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-02T17:27:40.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-07-02T17:27:40.685Z
21062026-07-02T17:27:40.685Zinfo: running `cargo check --bins` on nexus-config (51/299)
21072026-07-02T17:27:41.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-02T17:27:41.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-02T17:27:41.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-02T17:27:41.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-07-02T17:27:41.626Z
21122026-07-02T17:27:41.626Zinfo: running `cargo check --bins` on nexus-types (52/299)
21132026-07-02T17:27:41.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-02T17:27:41.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-02T17:27:41.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-02T17:27:41.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21172026-07-02T17:27:41.790Z
21182026-07-02T17:27:41.790Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21192026-07-02T17:27:42.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-02T17:27:42.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-02T17:27:42.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-02T17:27:42.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21232026-07-02T17:27:42.245Z
21242026-07-02T17:27:42.245Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21252026-07-02T17:27:42.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-02T17:27:42.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-02T17:27:42.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-02T17:27:42.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21292026-07-02T17:27:42.836Z
21302026-07-02T17:27:42.836Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21312026-07-02T17:27:43.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-02T17:27:43.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-02T17:27:43.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-02T17:27:43.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-02T17:27:43.346Z
21362026-07-02T17:27:43.346Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21372026-07-02T17:27:43.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-02T17:27:43.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-02T17:27:43.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-02T17:27:43.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21412026-07-02T17:27:43.865Z
21422026-07-02T17:27:43.865Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21432026-07-02T17:27:44.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-02T17:27:48.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-02T17:27:48.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-02T17:27:48.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-07-02T17:27:48.374Z
21482026-07-02T17:27:48.374Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21492026-07-02T17:27:48.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-02T17:27:48.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-02T17:27:48.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-02T17:27:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21532026-07-02T17:27:48.375Z
21542026-07-02T17:27:48.375Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21552026-07-02T17:27:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-02T17:27:48.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-02T17:27:48.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-02T17:27:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21592026-07-02T17:27:48.375Z
21602026-07-02T17:27:48.375Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21612026-07-02T17:27:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-02T17:27:48.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-02T17:27:48.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-02T17:27:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-07-02T17:27:48.375Z
21662026-07-02T17:27:48.375Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21672026-07-02T17:27:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-02T17:27:48.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-02T17:27:48.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-02T17:27:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-07-02T17:27:48.375Z
21722026-07-02T17:27:48.375Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21732026-07-02T17:27:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-02T17:27:48.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-02T17:27:48.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-02T17:27:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-02T17:27:48.375Z
21782026-07-02T17:27:48.375Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21792026-07-02T17:27:48.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-02T17:27:48.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-02T17:27:48.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-02T17:27:48.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-02T17:27:48.376Z
21842026-07-02T17:27:48.376Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21852026-07-02T17:27:48.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-02T17:27:48.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-02T17:27:48.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-02T17:27:48.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21892026-07-02T17:27:48.376Z
21902026-07-02T17:27:48.376Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21912026-07-02T17:27:48.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-02T17:27:48.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-02T17:27:48.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-02T17:27:48.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21952026-07-02T17:27:48.539Z
21962026-07-02T17:27:48.539Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21972026-07-02T17:27:49.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-02T17:27:49.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-02T17:27:49.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-02T17:27:49.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-07-02T17:27:49.203Z
22022026-07-02T17:27:49.203Zinfo: running `cargo check --bins` on ereport-types (67/299)
22032026-07-02T17:27:49.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-02T17:27:49.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-02T17:27:49.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-02T17:27:49.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-02T17:27:49.572Z
22082026-07-02T17:27:49.573Zinfo: running `cargo check --bins` on gateway-client (68/299)
22092026-07-02T17:27:50.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-02T17:27:50.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-02T17:27:50.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-02T17:27:50.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-02T17:27:50.092Z
22142026-07-02T17:27:50.092Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22152026-07-02T17:27:50.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-02T17:27:50.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-02T17:27:50.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-02T17:27:50.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-07-02T17:27:50.712Z
22202026-07-02T17:27:50.712Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22212026-07-02T17:27:51.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-02T17:27:51.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-02T17:27:51.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-02T17:27:51.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-07-02T17:27:51.198Z
22262026-07-02T17:27:51.198Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22272026-07-02T17:27:51.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-02T17:27:51.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-02T17:27:51.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-02T17:27:51.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-02T17:27:51.662Z
22322026-07-02T17:27:51.662Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22332026-07-02T17:27:52.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-02T17:27:52.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-02T17:27:52.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-02T17:27:52.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-07-02T17:27:52.186Z
22382026-07-02T17:27:52.187Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22392026-07-02T17:27:52.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-02T17:27:52.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-02T17:27:52.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-02T17:27:52.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-07-02T17:27:52.734Z
22442026-07-02T17:27:52.734Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22452026-07-02T17:27:53.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-02T17:27:53.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-02T17:27:53.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-02T17:27:53.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22492026-07-02T17:27:53.291Z
22502026-07-02T17:27:53.291Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22512026-07-02T17:27:53.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-02T17:27:53.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-02T17:27:53.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-02T17:27:53.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22552026-07-02T17:27:53.792Z
22562026-07-02T17:27:53.792Zinfo: running `cargo check --bins` on oxlog (76/299)
22572026-07-02T17:27:54.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-02T17:27:54.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-02T17:27:54.359Z Checking cfg-if v1.0.4
22602026-07-02T17:27:54.378Z Checking libc v0.2.185
22612026-07-02T17:27:54.378Z Checking serde_core v1.0.228
22622026-07-02T17:27:54.476Z Checking memchr v2.8.0
22632026-07-02T17:27:54.476Z Checking zeroize v1.8.2
22642026-07-02T17:27:54.479Z Checking log v0.4.29
22652026-07-02T17:27:54.489Z Checking smallvec v1.15.1
22662026-07-02T17:27:54.497Z Checking subtle v2.6.1
22672026-07-02T17:27:54.512Z Checking itoa v1.0.17
22682026-07-02T17:27:54.609Z Checking scopeguard v1.2.0
22692026-07-02T17:27:54.635Z Checking stable_deref_trait v1.2.1
22702026-07-02T17:27:54.635Z Checking typenum v1.20.1
22712026-07-02T17:27:54.655Z Checking zerofrom v0.1.6
22722026-07-02T17:27:54.673Z Checking pin-project-lite v0.2.17
22732026-07-02T17:27:54.698Z Checking lock_api v0.4.14
22742026-07-02T17:27:54.704Z Checking portable-atomic v1.13.1
22752026-07-02T17:27:54.758Z Checking critical-section v1.2.0
22762026-07-02T17:27:54.766Z Checking yoke v0.8.1
22772026-07-02T17:27:54.834Z Checking futures-core v0.3.32
22782026-07-02T17:27:54.846Z Checking errno v0.3.14
22792026-07-02T17:27:54.847Z Checking getrandom v0.2.17
22802026-07-02T17:27:54.893Z Checking parking_lot_core v0.9.12
22812026-07-02T17:27:54.925Z Checking zerovec v0.11.5
22822026-07-02T17:27:54.969Z Checking signal-hook-registry v1.4.8
22832026-07-02T17:27:54.969Z Checking mio v1.2.0
22842026-07-02T17:27:55.018Z Checking rand_core v0.6.4
22852026-07-02T17:27:55.071Z Checking parking_lot v0.12.5
22862026-07-02T17:27:55.108Z Checking once_cell v1.21.3
22872026-07-02T17:27:55.126Z Checking zerocopy v0.8.40
22882026-07-02T17:27:55.185Z Checking const-oid v0.9.6
22892026-07-02T17:27:55.251Z Checking zmij v1.0.21
22902026-07-02T17:27:55.258Z Checking rand_core v0.10.0
22912026-07-02T17:27:55.276Z Checking socket2 v0.6.3
22922026-07-02T17:27:55.347Z Checking tinystr v0.8.2
22932026-07-02T17:27:55.403Z Checking generic-array v0.14.7
22942026-07-02T17:27:55.407Z Checking getrandom v0.4.1
22952026-07-02T17:27:55.458Z Checking libm v0.2.16
22962026-07-02T17:27:55.514Z Checking writeable v0.6.2
22972026-07-02T17:27:55.522Z Checking equivalent v1.0.2
22982026-07-02T17:27:55.537Z Checking percent-encoding v2.3.2
22992026-07-02T17:27:55.601Z Checking litemap v0.8.1
23002026-07-02T17:27:55.672Z Checking potential_utf v0.1.4
23012026-07-02T17:27:55.680Z Checking zerotrie v0.2.3
23022026-07-02T17:27:55.778Z Checking icu_locale_core v2.1.1
23032026-07-02T17:27:55.795Z Checking futures-sink v0.3.32
23042026-07-02T17:27:55.840Z Checking icu_collections v2.1.1
23052026-07-02T17:27:55.873Z Checking slab v0.4.12
23062026-07-02T17:27:55.891Z Checking futures-channel v0.3.32
23072026-07-02T17:27:55.918Z Checking futures-task v0.3.32
23082026-07-02T17:27:55.937Z Checking serde v1.0.228
23092026-07-02T17:27:56.030Z Checking bitflags v2.11.0
23102026-07-02T17:27:56.051Z Checking serde_json v1.0.150
23112026-07-02T17:27:56.074Z Checking futures-io v0.3.32
23122026-07-02T17:27:56.138Z Checking icu_properties_data v2.1.2
23132026-07-02T17:27:56.152Z Checking num-traits v0.2.19
23142026-07-02T17:27:56.183Z Checking futures-util v0.3.32
23152026-07-02T17:27:56.190Z Checking icu_normalizer_data v2.1.1
23162026-07-02T17:27:56.263Z Checking hashbrown v0.17.0
23172026-07-02T17:27:56.275Z Checking crypto-common v0.1.7
23182026-07-02T17:27:56.304Z Checking icu_provider v2.1.1
23192026-07-02T17:27:56.341Z Checking bytes v1.11.1
23202026-07-02T17:27:56.391Z Checking block-buffer v0.10.4
23212026-07-02T17:27:56.529Z Checking icu_properties v2.1.2
23222026-07-02T17:27:56.529Z Checking icu_normalizer v2.1.1
23232026-07-02T17:27:56.666Z Checking digest v0.10.7
23242026-07-02T17:27:56.707Z Checking utf8_iter v1.0.4
23252026-07-02T17:27:56.719Z Checking indexmap v2.14.0
23262026-07-02T17:27:56.771Z Checking tokio v1.52.1
23272026-07-02T17:27:56.831Z Checking form_urlencoded v1.2.2
23282026-07-02T17:27:56.839Z Checking getrandom v0.3.4
23292026-07-02T17:27:56.858Z Checking fnv v1.0.7
23302026-07-02T17:27:56.952Z Checking byteorder v1.5.0
23312026-07-02T17:27:56.979Z Checking http v1.4.2
23322026-07-02T17:27:56.986Z Checking rand_core v0.9.5
23332026-07-02T17:27:57.166Z Checking base64ct v1.8.3
23342026-07-02T17:27:57.175Z Checking regex-syntax v0.8.10
23352026-07-02T17:27:57.285Z Checking rustix v1.1.3
23362026-07-02T17:27:57.368Z Checking idna_adapter v1.2.1
23372026-07-02T17:27:57.398Z Checking pem-rfc7468 v0.7.0
23382026-07-02T17:27:57.506Z Checking idna v1.1.0
23392026-07-02T17:27:57.547Z Checking uuid v1.23.4
23402026-07-02T17:27:57.559Z Checking tracing-core v0.1.36
23412026-07-02T17:27:57.725Z Checking url v2.5.8
23422026-07-02T17:27:57.861Z Checking base64 v0.22.1
23432026-07-02T17:27:57.873Z Checking iana-time-zone v0.1.65
23442026-07-02T17:27:57.920Z Checking ppv-lite86 v0.2.21
23452026-07-02T17:27:57.973Z Checking flagset v0.4.7
23462026-07-02T17:27:58.095Z Checking chrono v0.4.44
23472026-07-02T17:27:58.105Z Checking der v0.7.10
23482026-07-02T17:27:58.125Z Checking tracing v0.1.44
23492026-07-02T17:27:58.138Z Checking http-body v1.0.1
23502026-07-02T17:27:58.163Z Checking rustls-pki-types v1.14.0
23512026-07-02T17:27:58.211Z Checking rand_chacha v0.9.0
23522026-07-02T17:27:58.274Z Checking tinyvec_macros v0.1.1
23532026-07-02T17:27:58.331Z Checking cmov v0.5.4
23542026-07-02T17:27:58.339Z Checking openssl-probe v0.2.1
23552026-07-02T17:27:58.409Z Checking rand v0.9.2
23562026-07-02T17:27:58.440Z Checking tinyvec v1.10.0
23572026-07-02T17:27:58.455Z Checking aws-lc-sys v0.40.0
23582026-07-02T17:27:58.490Z Checking tower-layer v0.3.3
23592026-07-02T17:27:58.513Z Checking ctutils v0.4.2
23602026-07-02T17:27:58.644Z Checking try-lock v0.2.5
23612026-07-02T17:27:58.717Z Checking atomic-waker v1.1.2
23622026-07-02T17:27:58.729Z Checking tower-service v0.3.3
23632026-07-02T17:27:58.745Z Checking untrusted v0.7.1
23642026-07-02T17:27:58.812Z Checking want v0.3.1
23652026-07-02T17:27:58.816Z Checking hybrid-array v0.4.13
23662026-07-02T17:27:58.836Z Checking spki v0.7.3
23672026-07-02T17:27:58.852Z Checking ipnet v2.11.0
23682026-07-02T17:27:58.873Z Checking httparse v1.10.1
23692026-07-02T17:27:58.932Z Checking aho-corasick v1.1.4
23702026-07-02T17:27:58.944Z Checking aws-lc-rs v1.16.3
23712026-07-02T17:27:58.986Z Checking plain v0.2.3
23722026-07-02T17:27:59.022Z Checking foreign-types-shared v0.1.1
23732026-07-02T17:27:59.060Z Checking httpdate v1.0.3
23742026-07-02T17:27:59.092Z Checking untrusted v0.9.0
23752026-07-02T17:27:59.106Z Checking fastrand v2.3.0
23762026-07-02T17:27:59.125Z Checking cpufeatures v0.2.17
23772026-07-02T17:27:59.176Z Checking dyn-clone v1.0.20
23782026-07-02T17:27:59.188Z Checking utf8parse v0.2.2
23792026-07-02T17:27:59.200Z Checking foreign-types v0.3.2
23802026-07-02T17:27:59.261Z Checking tempfile v3.25.0
23812026-07-02T17:27:59.274Z Checking pkcs8 v0.10.2
23822026-07-02T17:27:59.288Z Checking unicode-normalization v0.1.25
23832026-07-02T17:27:59.291Z Checking semver v1.0.28
23842026-07-02T17:27:59.424Z Checking openssl-sys v0.9.115
23852026-07-02T17:27:59.448Z Checking spin v0.9.8
23862026-07-02T17:27:59.508Z Checking anstyle v1.0.14
23872026-07-02T17:27:59.579Z Checking unicode-ident v1.0.24
23882026-07-02T17:27:59.604Z Checking regex-automata v0.4.14
23892026-07-02T17:27:59.632Z Checking ucd-trie v0.1.7
23902026-07-02T17:27:59.685Z Checking proc-macro2 v1.0.106
23912026-07-02T17:27:59.699Z Checking schemars v0.8.22
23922026-07-02T17:27:59.711Z Checking sha2 v0.10.9
23932026-07-02T17:27:59.764Z Checking pest v2.8.6
23942026-07-02T17:27:59.776Z Checking rustls-webpki v0.103.13
23952026-07-02T17:27:59.796Z Checking openssl v0.10.79
23962026-07-02T17:27:59.984Z Checking hmac v0.12.1
23972026-07-02T17:27:59.998Z Checking thiserror v2.0.18
23982026-07-02T17:28:00.043Z Checking tokio-util v0.7.18
23992026-07-02T17:28:00.095Z Checking sync_wrapper v1.0.2
24002026-07-02T17:28:00.112Z Checking wait-timeout v0.2.1
24012026-07-02T17:28:00.190Z Checking rustls v0.23.41
24022026-07-02T17:28:00.204Z Checking pretty-hex v0.4.1
24032026-07-02T17:28:00.234Z Checking bit-vec v0.8.0
24042026-07-02T17:28:00.319Z Checking quick-error v1.2.3
24052026-07-02T17:28:00.399Z Checking colorchoice v1.0.4
24062026-07-02T17:28:00.440Z Checking siphasher v1.0.2
24072026-07-02T17:28:00.444Z Checking powerfmt v0.2.0
24082026-07-02T17:28:00.445Z Checking is_terminal_polyfill v1.70.2
24092026-07-02T17:28:00.527Z Checking simd-adler32 v0.3.8
24102026-07-02T17:28:00.582Z Checking anstyle-query v1.1.5
24112026-07-02T17:28:00.590Z Checking deranged v0.5.8
24122026-07-02T17:28:00.653Z Checking h2 v0.4.15
24132026-07-02T17:28:00.667Z Checking bit-set v0.8.0
24142026-07-02T17:28:00.695Z Checking rusty-fork v0.3.1
24152026-07-02T17:28:00.809Z Checking tower v0.5.3
24162026-07-02T17:28:00.823Z Checking quote v1.0.45
24172026-07-02T17:28:00.865Z Compiling newtype-uuid v1.3.2
24182026-07-02T17:28:00.988Z Checking http-body-util v0.1.3
24192026-07-02T17:28:01.044Z Checking crossbeam-utils v0.8.21
24202026-07-02T17:28:01.184Z Checking rand_xorshift v0.4.0
24212026-07-02T17:28:01.204Z Checking crc32fast v1.5.0
24222026-07-02T17:28:01.302Z Checking scroll v0.13.0
24232026-07-02T17:28:01.346Z Checking iri-string v0.7.10
24242026-07-02T17:28:01.389Z Checking time-core v0.1.8
24252026-07-02T17:28:01.441Z Checking num-conv v0.2.0
24262026-07-02T17:28:01.503Z Checking adler2 v2.0.1
24272026-07-02T17:28:01.526Z Checking num_threads v0.1.7
24282026-07-02T17:28:01.541Z Checking ryu v1.0.23
24292026-07-02T17:28:01.554Z Checking unarray v0.1.4
24302026-07-02T17:28:01.607Z Checking unicode-bidi v0.3.18
24312026-07-02T17:28:01.612Z Checking allocator-api2 v0.2.21
24322026-07-02T17:28:01.655Z Checking unicode-properties v0.1.4
24332026-07-02T17:28:01.668Z Checking serde_urlencoded v0.7.1
24342026-07-02T17:28:01.816Z Checking native-tls v0.2.18
24352026-07-02T17:28:01.840Z Checking proptest v1.10.0
24362026-07-02T17:28:01.869Z Checking time v0.3.47
24372026-07-02T17:28:01.886Z Checking miniz_oxide v0.8.9
24382026-07-02T17:28:01.909Z Checking stringprep v0.1.5
24392026-07-02T17:28:01.992Z Checking tokio-native-tls v0.3.1
24402026-07-02T17:28:02.061Z Checking goblin v0.10.5
24412026-07-02T17:28:02.168Z Checking bstr v1.12.1
24422026-07-02T17:28:02.253Z Checking crossbeam-epoch v0.9.18
24432026-07-02T17:28:02.391Z Checking tower-http v0.6.8
24442026-07-02T17:28:02.454Z Compiling daft v0.1.7
24452026-07-02T17:28:02.484Z Checking syn v2.0.117
24462026-07-02T17:28:02.572Z Checking ipnetwork v0.21.1
24472026-07-02T17:28:02.796Z Checking block-padding v0.4.2
24482026-07-02T17:28:02.824Z Checking crypto-common v0.2.2
24492026-07-02T17:28:02.824Z Checking block-buffer v0.12.1
24502026-07-02T17:28:02.853Z Checking anstyle-parse v1.0.0
24512026-07-02T17:28:02.946Z Checking rustls-native-certs v0.8.3
24522026-07-02T17:28:02.964Z Checking rand_chacha v0.3.1
24532026-07-02T17:28:03.033Z Checking thiserror v1.0.69
24542026-07-02T17:28:03.103Z Checking scroll v0.12.0
24552026-07-02T17:28:03.134Z Checking hash32 v0.2.1
24562026-07-02T17:28:03.170Z Checking zstd-sys v2.0.16+zstd.1.5.7
24572026-07-02T17:28:03.280Z Checking signature v2.2.0
24582026-07-02T17:28:03.289Z Checking md-5 v0.10.6
24592026-07-02T17:28:03.313Z Checking num-integer v0.1.46
24602026-07-02T17:28:03.341Z Checking serde_spanned v0.6.9
24612026-07-02T17:28:03.412Z Checking toml_datetime v0.6.11
24622026-07-02T17:28:03.430Z Checking encoding_rs v0.8.35
24632026-07-02T17:28:03.466Z Checking zlib-rs v0.6.2
24642026-07-02T17:28:03.522Z Checking hyper v1.10.1
24652026-07-02T17:28:03.523Z Checking mime v0.3.17
24662026-07-02T17:28:03.590Z Checking fallible-iterator v0.2.0
24672026-07-02T17:28:03.651Z Checking psl-types v2.0.11
24682026-07-02T17:28:03.769Z Checking publicsuffix v2.3.0
24692026-07-02T17:28:03.845Z Checking num-iter v0.1.45
24702026-07-02T17:28:03.857Z Checking postgres-protocol v0.6.10
24712026-07-02T17:28:03.922Z Checking goblin v0.8.2
24722026-07-02T17:28:03.953Z Checking heapless v0.7.17
24732026-07-02T17:28:04.169Z Checking zstd-safe v7.2.4
24742026-07-02T17:28:04.341Z Checking flate2 v1.1.9
24752026-07-02T17:28:04.349Z Checking rand v0.8.6
24762026-07-02T17:28:04.357Z Checking cookie v0.18.1
24772026-07-02T17:28:04.368Z Checking anstream v1.0.0
24782026-07-02T17:28:04.432Z Checking dof v0.4.0
24792026-07-02T17:28:04.490Z Checking hyper-util v0.1.20
24802026-07-02T17:28:04.558Z Compiling iddqd v0.4.2
24812026-07-02T17:28:04.585Z Checking inout v0.2.2
24822026-07-02T17:28:04.632Z Checking oxnet v0.1.6
24832026-07-02T17:28:04.945Z Checking tokio-rustls v0.26.4
24842026-07-02T17:28:04.997Z Checking dtrace-parser v0.3.0
24852026-07-02T17:28:04.997Z Checking phf_shared v0.13.1
24862026-07-02T17:28:04.997Z Checking lazy_static v1.5.0
24872026-07-02T17:28:04.997Z Checking anstyle-parse v0.2.7
24882026-07-02T17:28:05.002Z Checking pin-project v1.1.11
24892026-07-02T17:28:05.002Z Checking zerocopy v0.7.35
24902026-07-02T17:28:05.026Z Checking bzip2-sys v0.1.13+1.0.8
24912026-07-02T17:28:05.041Z Checking signal-hook v0.3.18
24922026-07-02T17:28:05.099Z Checking terminal_size v0.4.3
24932026-07-02T17:28:05.113Z Checking futures-executor v0.3.32
24942026-07-02T17:28:05.125Z Checking hex v0.4.3
24952026-07-02T17:28:05.208Z Checking ff v0.13.1
24962026-07-02T17:28:05.226Z Checking thread-id v5.1.0
24972026-07-02T17:28:05.262Z Checking same-file v1.0.6
24982026-07-02T17:28:05.313Z Checking winnow v0.5.40
24992026-07-02T17:28:05.338Z Checking strsim v0.11.1
25002026-07-02T17:28:05.345Z Checking bitflags v1.3.2
25012026-07-02T17:28:05.371Z Checking bumpalo v3.20.2
25022026-07-02T17:28:05.412Z Compiling rayon-core v1.13.0
25032026-07-02T17:28:05.493Z Checking foldhash v0.1.5
25042026-07-02T17:28:05.518Z Checking foldhash v0.2.0
25052026-07-02T17:28:05.576Z Checking base16ct v0.2.0
25062026-07-02T17:28:05.609Z Checking managed v0.8.0
25072026-07-02T17:28:05.619Z Checking clap_lex v1.0.0
25082026-07-02T17:28:05.648Z Checking either v1.15.0
25092026-07-02T17:28:05.697Z Checking libbz2-rs-sys v0.2.2
25102026-07-02T17:28:05.751Z Checking hyper-tls v0.6.0
25112026-07-02T17:28:05.766Z Checking clap_builder v4.6.0
25122026-07-02T17:28:05.785Z Checking smoltcp v0.9.1
25132026-07-02T17:28:05.835Z Checking dof v0.3.0
25142026-07-02T17:28:05.841Z Checking hyper-rustls v0.27.7
25152026-07-02T17:28:05.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-07-02T17:28:05.920Z Checking reqwest v0.12.28
25172026-07-02T17:28:06.078Z Checking sec1 v0.7.3
25182026-07-02T17:28:06.089Z Checking hashbrown v0.16.1
25192026-07-02T17:28:06.089Z Checking bzip2 v0.6.1
25202026-07-02T17:28:06.116Z Checking hashbrown v0.15.5
25212026-07-02T17:28:06.250Z Checking zopfli v0.8.3
25222026-07-02T17:28:06.264Z Checking walkdir v2.5.0
25232026-07-02T17:28:06.388Z Checking group v0.13.0
25242026-07-02T17:28:06.422Z Checking usdt-impl v0.6.0
25252026-07-02T17:28:06.465Z Checking toml_edit v0.19.15
25262026-07-02T17:28:06.556Z Checking futures v0.3.32
25272026-07-02T17:28:06.561Z Checking signal-hook-mio v0.2.5
25282026-07-02T17:28:06.567Z Checking anstream v0.6.21
25292026-07-02T17:28:06.567Z Checking bzip2 v0.4.4
25302026-07-02T17:28:06.593Z Checking snafu v0.8.9
25312026-07-02T17:28:06.657Z Checking phf v0.13.1
25322026-07-02T17:28:06.674Z Checking num-bigint-dig v0.8.6
25332026-07-02T17:28:06.727Z Checking cipher v0.5.2
25342026-07-02T17:28:06.776Z Checking cookie_store v0.22.1
25352026-07-02T17:28:06.829Z Checking zstd v0.13.3
25362026-07-02T17:28:06.861Z Checking postgres-types v0.2.12
25372026-07-02T17:28:07.262Z Checking ed25519 v2.2.3
25382026-07-02T17:28:07.324Z Checking dtrace-parser v0.2.0
25392026-07-02T17:28:07.324Z Checking rustls-platform-verifier v0.6.2
25402026-07-02T17:28:07.324Z Checking globset v0.4.18
25412026-07-02T17:28:07.324Z Checking crossbeam-deque v0.8.6
25422026-07-02T17:28:07.324Z Checking regex v1.12.3
25432026-07-02T17:28:07.324Z Checking phf_shared v0.11.3
25442026-07-02T17:28:07.324Z Checking hkdf v0.12.4
25452026-07-02T17:28:07.324Z Checking olpc-cjson v0.1.4
25462026-07-02T17:28:07.324Z Checking curve25519-dalek v4.1.3
25472026-07-02T17:28:07.381Z Checking ref-cast v1.0.25
25482026-07-02T17:28:07.381Z Checking strum v0.27.2
25492026-07-02T17:28:07.381Z Checking pkcs1 v0.7.5
25502026-07-02T17:28:07.399Z Checking hubpack v0.1.2
25512026-07-02T17:28:07.399Z Checking memoffset v0.9.1
25522026-07-02T17:28:07.438Z Checking rustix v0.38.44
25532026-07-02T17:28:07.460Z Checking pem v3.0.6
25542026-07-02T17:28:07.476Z Checking float-cmp v0.10.0
25552026-07-02T17:28:07.515Z Checking serde-big-array v0.5.1
25562026-07-02T17:28:07.537Z Checking erased-serde v0.3.31
25572026-07-02T17:28:07.537Z Checking serde_plain v1.0.2
25582026-07-02T17:28:07.537Z Checking crypto-bigint v0.5.5
25592026-07-02T17:28:07.598Z Checking memmap2 v0.9.10
25602026-07-02T17:28:07.616Z Checking thread-id v4.2.2
25612026-07-02T17:28:07.650Z Checking env_filter v1.0.0
25622026-07-02T17:28:07.665Z Checking fixedbitset v0.5.7
25632026-07-02T17:28:07.671Z Checking unicode-segmentation v1.12.0
25642026-07-02T17:28:07.770Z Checking const-oid v0.10.2
25652026-07-02T17:28:07.786Z Checking precomputed-hash v0.1.1
25662026-07-02T17:28:07.862Z Checking keccak v0.1.6
25672026-07-02T17:28:07.911Z Checking data-encoding v2.10.0
25682026-07-02T17:28:07.925Z Checking cpufeatures v0.3.0
25692026-07-02T17:28:07.925Z Checking whoami v2.1.0
25702026-07-02T17:28:07.957Z Checking predicates-core v1.0.10
25712026-07-02T17:28:07.987Z Checking static_assertions v1.1.0
25722026-07-02T17:28:08.008Z Checking new_debug_unreachable v1.0.6
25732026-07-02T17:28:08.046Z Checking jiff v0.2.21
25742026-07-02T17:28:08.076Z Checking typed-path v0.9.3
25752026-07-02T17:28:08.131Z Checking difflib v0.4.0
25762026-07-02T17:28:08.131Z Checking winnow v1.0.3
25772026-07-02T17:28:08.131Z Checking winnow v0.7.14
25782026-07-02T17:28:08.172Z Checking normalize-line-endings v0.3.0
25792026-07-02T17:28:08.230Z Checking toml_write v0.1.2
25802026-07-02T17:28:08.255Z Checking fixedbitset v0.4.2
25812026-07-02T17:28:08.255Z Checking predicates v3.1.4
25822026-07-02T17:28:08.368Z Checking petgraph v0.6.5
25832026-07-02T17:28:08.411Z Checking toml_parser v1.1.2+spec-1.1.0
25842026-07-02T17:28:08.411Z Checking crossterm v0.28.1
25852026-07-02T17:28:08.461Z Checking elliptic-curve v0.13.8
25862026-07-02T17:28:08.564Z Checking hickory-proto v0.25.2
25872026-07-02T17:28:08.717Z Checking tokio-postgres v0.7.16
25882026-07-02T17:28:08.777Z Checking string_cache v0.8.9
25892026-07-02T17:28:08.853Z Checking tough v0.22.0
25902026-07-02T17:28:08.914Z Checking ed25519-dalek v2.2.0
25912026-07-02T17:28:09.066Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-07-02T17:28:09.184Z Checking sha3 v0.10.8
25932026-07-02T17:28:09.258Z Checking toml_edit v0.22.27
25942026-07-02T17:28:09.351Z Checking similar v2.7.0
25952026-07-02T17:28:09.976Z Checking chacha20 v0.10.0
25962026-07-02T17:28:10.098Z Checking slog v2.8.2
25972026-07-02T17:28:10.098Z Checking digest v0.11.3
25982026-07-02T17:28:10.098Z Checking petgraph v0.8.3
25992026-07-02T17:28:10.166Z Checking env_logger v0.11.9
26002026-07-02T17:28:10.167Z Checking usdt v0.6.0
26012026-07-02T17:28:10.220Z Checking usdt-impl v0.5.0
26022026-07-02T17:28:10.248Z Checking toml v0.7.8
26032026-07-02T17:28:10.281Z Checking zip v4.6.1
26042026-07-02T17:28:10.370Z Checking rsa v0.9.10
26052026-07-02T17:28:10.500Z Checking nix v0.31.2
26062026-07-02T17:28:10.810Z Checking reqwest v0.13.2
26072026-07-02T17:28:10.842Z Checking clap v4.6.1
26082026-07-02T17:28:10.911Z Checking zip v0.6.6
26092026-07-02T17:28:11.149Z Checking itertools v0.13.0
26102026-07-02T17:28:11.282Z Checking serde_with v3.17.0
26112026-07-02T17:28:11.338Z Checking strum v0.26.3
26122026-07-02T17:28:11.350Z Checking fs-err v3.3.0
26132026-07-02T17:28:11.447Z Checking ahash v0.8.12
26142026-07-02T17:28:11.470Z Checking object v0.37.3
26152026-07-02T17:28:11.565Z Checking tokio-stream v0.1.18
26162026-07-02T17:28:11.627Z Checking buf-list v1.1.2
26172026-07-02T17:28:11.643Z Checking anyhow v1.0.102
26182026-07-02T17:28:11.659Z Checking camino v1.2.2
26192026-07-02T17:28:11.669Z Checking x509-cert v0.2.5
26202026-07-02T17:28:11.798Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26212026-07-02T17:28:11.834Z Checking openapiv3 v2.2.0
26222026-07-02T17:28:11.906Z Checking lalrpop-util v0.19.12
26232026-07-02T17:28:11.946Z Checking peg-runtime v0.8.5
26242026-07-02T17:28:12.079Z Checking rayon v1.11.0
26252026-07-02T17:28:12.103Z Checking sigpipe v0.1.3
26262026-07-02T17:28:12.138Z Checking glob v0.3.3
26272026-07-02T17:28:17.200Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-07-02T17:28:17.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s
26292026-07-02T17:28:17.308Z
26302026-07-02T17:28:17.308Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26312026-07-02T17:28:17.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-07-02T17:28:17.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-07-02T17:28:17.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-07-02T17:28:17.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26352026-07-02T17:28:17.310Z
26362026-07-02T17:28:17.310Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26372026-07-02T17:28:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-07-02T17:28:17.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-07-02T17:28:17.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-07-02T17:28:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26412026-07-02T17:28:17.310Z
26422026-07-02T17:28:17.310Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26432026-07-02T17:28:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-02T17:28:17.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-02T17:28:17.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-02T17:28:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26472026-07-02T17:28:17.310Z
26482026-07-02T17:28:17.310Zinfo: running `cargo check --bins` on oxql-types (80/299)
26492026-07-02T17:28:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-02T17:28:17.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-02T17:28:17.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-02T17:28:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26532026-07-02T17:28:17.310Z
26542026-07-02T17:28:17.310Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26552026-07-02T17:28:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-02T17:28:17.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-02T17:28:17.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-02T17:28:17.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26592026-07-02T17:28:17.311Z
26602026-07-02T17:28:17.311Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26612026-07-02T17:28:17.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-02T17:28:17.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-02T17:28:17.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-02T17:28:17.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26652026-07-02T17:28:17.381Z
26662026-07-02T17:28:17.381Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26672026-07-02T17:28:17.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-02T17:28:17.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-02T17:28:17.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-02T17:28:17.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26712026-07-02T17:28:17.987Z
26722026-07-02T17:28:17.987Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26732026-07-02T17:28:18.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-02T17:28:18.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-02T17:28:18.406Z Compiling structmeta-derive v0.3.0
26762026-07-02T17:28:18.521Z Compiling multer v3.1.0
26772026-07-02T17:28:18.532Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-07-02T17:28:18.535Z Compiling async-stream-impl v0.3.6
26792026-07-02T17:28:18.550Z Compiling dropshot v0.17.1
26802026-07-02T17:28:18.565Z Compiling dropshot_endpoint v0.17.1
26812026-07-02T17:28:18.568Z Compiling newtype-uuid-macros v0.1.0
26822026-07-02T17:28:18.592Z Checking newtype-uuid v1.3.2
26832026-07-02T17:28:18.760Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-07-02T17:28:18.780Z Checking daft v0.1.7
26852026-07-02T17:28:18.803Z Checking thread_local v1.1.9
26862026-07-02T17:28:18.923Z Checking compression-core v0.4.31
26872026-07-02T17:28:19.006Z Checking match_cfg v0.1.0
26882026-07-02T17:28:19.017Z Checking iddqd v0.4.2
26892026-07-02T17:28:19.049Z Checking compression-codecs v0.4.37
26902026-07-02T17:28:19.072Z Checking hostname v0.3.1
26912026-07-02T17:28:19.127Z Checking crossbeam-channel v0.5.15
26922026-07-02T17:28:19.165Z Checking atomicwrites v0.4.4
26932026-07-02T17:28:19.180Z Checking slog-json v2.6.1
26942026-07-02T17:28:19.215Z Checking toml_datetime v1.1.1+spec-1.1.0
26952026-07-02T17:28:19.287Z Checking serde_spanned v1.1.1
26962026-07-02T17:28:19.329Z Checking is-terminal v0.4.17
26972026-07-02T17:28:19.342Z Checking take_mut v0.2.2
26982026-07-02T17:28:19.409Z Checking toml_writer v1.1.1+spec-1.1.0
26992026-07-02T17:28:19.409Z Checking debug-ignore v1.0.5
27002026-07-02T17:28:19.434Z Checking term v1.2.1
27012026-07-02T17:28:19.446Z Checking slog-bunyan v2.5.0
27022026-07-02T17:28:19.458Z Checking slog-async v2.8.0
27032026-07-02T17:28:19.508Z Checking async-compression v0.4.41
27042026-07-02T17:28:19.553Z Checking async-stream v0.3.6
27052026-07-02T17:28:19.587Z Compiling structmeta v0.3.0
27062026-07-02T17:28:19.600Z Checking toml v1.1.2+spec-1.1.0
27072026-07-02T17:28:19.631Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-07-02T17:28:19.649Z Checking slog-term v2.9.2
27092026-07-02T17:28:19.675Z Checking progenitor-client v0.14.0
27102026-07-02T17:28:19.734Z Checking sha1 v0.11.0
27112026-07-02T17:28:19.747Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-07-02T17:28:19.800Z Compiling derive-ex v0.1.8
27132026-07-02T17:28:19.884Z Compiling parse-display-derive v0.10.0
27142026-07-02T17:28:19.901Z Checking waitgroup v0.1.2
27152026-07-02T17:28:19.925Z Checking rustls-pemfile v2.2.0
27162026-07-02T17:28:19.937Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-07-02T17:28:20.007Z Checking backon v1.6.0
27182026-07-02T17:28:20.022Z Checking serde_path_to_error v0.1.20
27192026-07-02T17:28:20.151Z Checking hostname v0.4.2
27202026-07-02T17:28:20.158Z Checking instant v0.1.13
27212026-07-02T17:28:20.191Z Checking progenitor-extras v0.2.0
27222026-07-02T17:28:20.203Z Checking backoff v0.4.0
27232026-07-02T17:28:20.305Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-07-02T17:28:20.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-07-02T17:28:20.379Z Checking itertools v0.14.0
27262026-07-02T17:28:20.404Z Checking regress v0.10.5
27272026-07-02T17:28:20.537Z Checking macaddr v1.0.1
27282026-07-02T17:28:20.737Z Checking humantime v2.3.0
27292026-07-02T17:28:21.516Z Compiling test-strategy v0.4.5
27302026-07-02T17:28:21.568Z Checking parse-display v0.10.0
27312026-07-02T17:28:21.934Z Compiling prettyplease v0.2.37
27322026-07-02T17:28:22.265Z Checking num-rational v0.4.2
27332026-07-02T17:28:22.491Z Checking num-complex v0.4.6
27342026-07-02T17:28:22.939Z Compiling num v0.4.3
27352026-07-02T17:28:23.017Z Compiling usdt-attr-macro v0.5.0
27362026-07-02T17:28:23.065Z Compiling usdt-macro v0.5.0
27372026-07-02T17:28:23.075Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-07-02T17:28:23.163Z Checking memmap v0.7.0
27392026-07-02T17:28:23.297Z Checking float-ord v0.3.2
27402026-07-02T17:28:23.450Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-07-02T17:28:23.523Z Compiling convert_case v0.4.0
27422026-07-02T17:28:23.631Z Checking unicode-width v0.2.0
27432026-07-02T17:28:23.795Z Checking newline-converter v0.3.0
27442026-07-02T17:28:23.798Z Checking usdt v0.5.0
27452026-07-02T17:28:23.882Z Checking console v0.15.11
27462026-07-02T17:28:23.898Z Compiling derive_more v0.99.20
27472026-07-02T17:28:23.915Z Compiling toml v0.8.23
27482026-07-02T17:28:23.960Z Checking linked-hash-map v0.5.6
27492026-07-02T17:28:24.131Z Compiling minimal-lexical v0.2.1
27502026-07-02T17:28:24.162Z Checking expectorate v1.2.0
27512026-07-02T17:28:24.291Z Checking lru-cache v0.1.2
27522026-07-02T17:28:24.384Z Compiling nom v7.1.3
27532026-07-02T17:28:24.791Z Checking camino-tempfile v1.4.1
27542026-07-02T17:28:24.853Z Checking hickory-proto v0.24.4
27552026-07-02T17:28:24.922Z Checking phf_shared v0.12.1
27562026-07-02T17:28:24.954Z Compiling slog-dtrace v0.3.0
27572026-07-02T17:28:25.063Z Checking heck v0.5.0
27582026-07-02T17:28:25.191Z Checking resolv-conf v0.7.6
27592026-07-02T17:28:25.377Z Compiling chrono-tz v0.10.4
27602026-07-02T17:28:25.508Z Compiling unicode-xid v0.2.6
27612026-07-02T17:28:25.637Z Compiling const_format_proc_macros v0.2.34
27622026-07-02T17:28:25.649Z Checking phf v0.12.1
27632026-07-02T17:28:25.741Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-07-02T17:28:25.792Z Checking tokio-dtrace v0.1.1
27652026-07-02T17:28:25.983Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-07-02T17:28:26.242Z Compiling derive-where v1.6.0
27672026-07-02T17:28:26.473Z Checking highway v1.3.0
27682026-07-02T17:28:26.516Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-07-02T17:28:26.579Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-07-02T17:28:26.661Z Checking hickory-resolver v0.24.4
27712026-07-02T17:28:26.689Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27722026-07-02T17:28:27.011Z Checking const_format v0.2.35
27732026-07-02T17:28:27.271Z Checking oxide-tokio-rt v0.1.4
27742026-07-02T17:28:27.642Z Checking qorb v0.4.1
27752026-07-02T17:28:27.691Z Checking gethostname v0.5.0
27762026-07-02T17:28:27.779Z Checking bcs v0.1.6
27772026-07-02T17:28:27.784Z Checking termtree v0.5.1
27782026-07-02T17:28:28.157Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27792026-07-02T17:28:28.268Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-07-02T17:28:28.397Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-07-02T17:28:28.401Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27822026-07-02T17:28:31.194Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-07-02T17:28:33.603Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-07-02T17:28:35.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s
27852026-07-02T17:28:35.886Z
27862026-07-02T17:28:35.886Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27872026-07-02T17:28:36.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-07-02T17:28:36.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-07-02T17:28:36.514Z Compiling ar_archive_writer v0.5.1
27902026-07-02T17:28:36.623Z Compiling stacker v0.1.23
27912026-07-02T17:28:36.632Z Compiling cfg_aliases v0.1.1
27922026-07-02T17:28:36.632Z Compiling convert_case v0.10.0
27932026-07-02T17:28:36.632Z Checking unicode-width v0.1.14
27942026-07-02T17:28:36.650Z Compiling proc-macro-error v1.0.4
27952026-07-02T17:28:36.650Z Checking fd-lock v4.0.4
27962026-07-02T17:28:36.650Z Checking nibble_vec v0.1.0
27972026-07-02T17:28:36.680Z Compiling nix v0.28.0
27982026-07-02T17:28:36.751Z Compiling recursive-proc-macro-impl v0.1.1
27992026-07-02T17:28:36.771Z Checking vte v0.14.1
28002026-07-02T17:28:36.876Z Checking endian-type v0.1.2
28012026-07-02T17:28:36.883Z Checking bytecount v0.6.9
28022026-07-02T17:28:36.933Z Compiling derive_more-impl v2.1.1
28032026-07-02T17:28:36.933Z Compiling tabled_derive v0.7.0
28042026-07-02T17:28:36.942Z Checking strip-ansi-escapes v0.2.1
28052026-07-02T17:28:36.985Z Checking radix_trie v0.2.1
28062026-07-02T17:28:37.005Z Checking papergrid v0.11.0
28072026-07-02T17:28:37.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-07-02T17:28:37.212Z Compiling peg-macros v0.8.5
28092026-07-02T17:28:37.227Z Checking winnow v0.6.26
28102026-07-02T17:28:37.460Z Compiling psm v0.1.30
28112026-07-02T17:28:37.556Z Compiling sqlparser_derive v0.5.0
28122026-07-02T17:28:37.632Z Checking unicode_categories v0.1.1
28132026-07-02T17:28:37.793Z Checking home v0.5.12
28142026-07-02T17:28:37.807Z Checking derive_more v2.1.1
28152026-07-02T17:28:37.955Z Checking nu-ansi-term v0.50.3
28162026-07-02T17:28:37.966Z Checking crossterm v0.29.0
28172026-07-02T17:28:37.967Z Checking tabled v0.15.0
28182026-07-02T17:28:38.024Z Checking rustyline v14.0.0
28192026-07-02T17:28:38.088Z Checking reedline v0.40.0
28202026-07-02T17:28:38.251Z Checking recursive v0.1.1
28212026-07-02T17:28:38.345Z Checking sqlparser v0.61.0
28222026-07-02T17:28:38.362Z Checking display-error-chain v0.2.2
28232026-07-02T17:28:38.395Z Checking sqlformat v0.3.5
28242026-07-02T17:28:38.601Z Checking peg v0.8.5
28252026-07-02T17:28:49.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
28262026-07-02T17:28:49.862Z
28272026-07-02T17:28:49.862Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28282026-07-02T17:28:50.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-07-02T17:28:50.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-07-02T17:28:50.473Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-02T17:28:53.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28322026-07-02T17:28:54.197Z
28332026-07-02T17:28:54.197Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28342026-07-02T17:28:54.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-07-02T17:28:54.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-07-02T17:28:54.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-07-02T17:28:57.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28382026-07-02T17:28:57.392Z
28392026-07-02T17:28:57.392Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28402026-07-02T17:28:57.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-07-02T17:28:57.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-07-02T17:28:57.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-07-02T17:29:01.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28442026-07-02T17:29:01.437Z
28452026-07-02T17:29:01.437Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28462026-07-02T17:29:01.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-02T17:29:01.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-02T17:29:02.063Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-02T17:29:05.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28502026-07-02T17:29:05.544Z
28512026-07-02T17:29:05.545Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28522026-07-02T17:29:06.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-02T17:29:06.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-02T17:29:06.162Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-02T17:29:08.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28562026-07-02T17:29:08.942Z
28572026-07-02T17:29:08.942Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28582026-07-02T17:29:09.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-02T17:29:09.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-02T17:29:09.565Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-02T17:29:12.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28622026-07-02T17:29:12.362Z
28632026-07-02T17:29:12.362Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28642026-07-02T17:29:12.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-02T17:29:12.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-02T17:29:12.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-02T17:29:16.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28682026-07-02T17:29:16.582Z
28692026-07-02T17:29:16.583Zinfo: running `cargo check --bins` on oximeter (93/299)
28702026-07-02T17:29:17.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-02T17:29:17.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-02T17:29:17.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-07-02T17:29:17.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28742026-07-02T17:29:17.116Z
28752026-07-02T17:29:17.117Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28762026-07-02T17:29:17.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-02T17:29:17.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-02T17:29:17.706Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-07-02T17:29:17.866Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-07-02T17:29:17.869Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-07-02T17:29:18.221Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-07-02T17:29:20.747Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-07-02T17:29:21.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-07-02T17:29:22.159Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-07-02T17:29:22.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
28862026-07-02T17:29:22.982Z
28872026-07-02T17:29:22.982Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28882026-07-02T17:29:23.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-02T17:29:23.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-02T17:29:23.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-02T17:29:23.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28922026-07-02T17:29:23.516Z
28932026-07-02T17:29:23.516Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28942026-07-02T17:29:23.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-02T17:29:23.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-02T17:29:23.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-02T17:29:23.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28982026-07-02T17:29:24.077Z
28992026-07-02T17:29:24.077Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29002026-07-02T17:29:24.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-02T17:29:24.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-02T17:29:24.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-07-02T17:29:24.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29042026-07-02T17:29:24.617Z
29052026-07-02T17:29:24.617Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29062026-07-02T17:29:25.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-02T17:29:25.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-02T17:29:25.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-02T17:29:25.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29102026-07-02T17:29:25.150Z
29112026-07-02T17:29:25.151Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29122026-07-02T17:29:25.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-02T17:29:25.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-02T17:29:25.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-02T17:29:25.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-07-02T17:29:25.686Z
29172026-07-02T17:29:25.686Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29182026-07-02T17:29:26.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-02T17:29:26.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-02T17:29:26.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-02T17:29:26.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29222026-07-02T17:29:26.224Z
29232026-07-02T17:29:26.224Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29242026-07-02T17:29:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-02T17:29:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-02T17:29:26.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-02T17:29:26.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29282026-07-02T17:29:26.739Z
29292026-07-02T17:29:26.740Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29302026-07-02T17:29:27.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-02T17:29:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-02T17:29:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-02T17:29:27.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29342026-07-02T17:29:27.281Z
29352026-07-02T17:29:27.281Zinfo: running `cargo check --bins` on update-engine (103/299)
29362026-07-02T17:29:27.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-02T17:29:27.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-02T17:29:27.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-02T17:29:27.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29402026-07-02T17:29:27.801Z
29412026-07-02T17:29:27.801Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29422026-07-02T17:29:28.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-02T17:29:28.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-02T17:29:28.467Z Compiling crucible-workspace-hack v0.1.0
29452026-07-02T17:29:28.583Z Checking secrecy v0.10.3
29462026-07-02T17:29:28.588Z Compiling heapless v0.8.0
29472026-07-02T17:29:28.591Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-07-02T17:29:28.599Z Compiling ingot-macros v0.1.1
29492026-07-02T17:29:28.609Z Checking hash32 v0.3.1
29502026-07-02T17:29:28.612Z Checking inout v0.1.4
29512026-07-02T17:29:28.630Z Compiling smoltcp v0.11.0
29522026-07-02T17:29:28.680Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29532026-07-02T17:29:28.724Z Checking cobs v0.3.0
29542026-07-02T17:29:28.741Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-07-02T17:29:28.821Z Checking cipher v0.4.4
29562026-07-02T17:29:28.839Z Checking universal-hash v0.5.1
29572026-07-02T17:29:28.860Z Compiling thiserror-impl-no-std v2.0.2
29582026-07-02T17:29:28.910Z Checking half v2.7.1
29592026-07-02T17:29:28.960Z Checking ciborium-io v0.2.2
29602026-07-02T17:29:28.990Z Checking opaque-debug v0.3.1
29612026-07-02T17:29:29.017Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-07-02T17:29:29.057Z Checking chacha20 v0.9.1
29632026-07-02T17:29:29.061Z Checking poly1305 v0.8.0
29642026-07-02T17:29:29.162Z Checking ciborium-ll v0.2.2
29652026-07-02T17:29:29.227Z Checking postcard v1.1.3
29662026-07-02T17:29:29.280Z Compiling proc-macro-crate v3.4.0
29672026-07-02T17:29:29.333Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29682026-07-02T17:29:29.364Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-07-02T17:29:29.521Z Checking password-hash v0.5.0
29702026-07-02T17:29:29.636Z Checking blake2 v0.10.6
29712026-07-02T17:29:29.740Z Compiling proc-macro-crate v1.3.1
29722026-07-02T17:29:29.753Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29732026-07-02T17:29:29.781Z Checking aead v0.5.2
29742026-07-02T17:29:29.836Z Compiling num_enum_derive v0.7.6
29752026-07-02T17:29:29.873Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29762026-07-02T17:29:29.919Z Compiling foreign-types-macros v0.2.3
29772026-07-02T17:29:29.979Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-02T17:29:30.032Z Checking thiserror-no-std v2.0.2
29792026-07-02T17:29:30.075Z Checking foreign-types-shared v0.3.1
29802026-07-02T17:29:30.120Z Checking vsss-rs v3.3.4
29812026-07-02T17:29:30.147Z Compiling num_enum_derive v0.5.11
29822026-07-02T17:29:30.163Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-02T17:29:30.231Z Checking chacha20poly1305 v0.10.1
29842026-07-02T17:29:30.358Z Checking argon2 v0.5.3
29852026-07-02T17:29:30.520Z Checking foreign-types v0.5.0
29862026-07-02T17:29:30.597Z Checking ciborium v0.2.2
29872026-07-02T17:29:30.716Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-07-02T17:29:30.812Z Checking tabwriter v1.4.1
29892026-07-02T17:29:30.874Z Checking num_enum v0.7.6
29902026-07-02T17:29:30.957Z Checking byte-wrapper v0.1.0
29912026-07-02T17:29:30.991Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-07-02T17:29:31.004Z Checking cstr-argument v0.1.2
29932026-07-02T17:29:31.018Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29942026-07-02T17:29:31.126Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-07-02T17:29:31.167Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-07-02T17:29:31.183Z Checking num_enum v0.5.11
29972026-07-02T17:29:31.230Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-07-02T17:29:31.294Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-02T17:29:31.340Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-07-02T17:29:31.404Z Checking ingot-types v0.1.2
30012026-07-02T17:29:31.424Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-07-02T17:29:31.466Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-07-02T17:29:31.479Z Checking rand v0.10.1
30042026-07-02T17:29:31.499Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-07-02T17:29:31.529Z Checking indent_write v2.2.0
30062026-07-02T17:29:31.639Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-02T17:29:31.655Z Checking colored v3.1.1
30082026-07-02T17:29:31.677Z Compiling zone_cfg_derive v0.3.1
30092026-07-02T17:29:31.785Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-07-02T17:29:31.800Z Checking ingot v0.1.1
30112026-07-02T17:29:31.800Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30122026-07-02T17:29:31.829Z Checking itertools v0.12.1
30132026-07-02T17:29:31.851Z Compiling num-derive v0.4.2
30142026-07-02T17:29:31.902Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-07-02T17:29:31.957Z Checking swrite v0.1.0
30162026-07-02T17:29:32.049Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30172026-07-02T17:29:32.161Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30182026-07-02T17:29:32.327Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-07-02T17:29:32.371Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-07-02T17:29:32.377Z Checking dropshot-api-manager-types v0.7.2
30212026-07-02T17:29:32.389Z Checking smf v0.2.3
30222026-07-02T17:29:32.438Z Checking nanorand v0.7.0
30232026-07-02T17:29:32.545Z Checking whoami v1.6.1
30242026-07-02T17:29:32.626Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-07-02T17:29:32.640Z Checking flume v0.11.1
30262026-07-02T17:29:32.843Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30272026-07-02T17:29:32.924Z Checking zone v0.3.1
30282026-07-02T17:29:33.383Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-02T17:29:34.352Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30302026-07-02T17:29:35.293Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30312026-07-02T17:29:38.653Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-07-02T17:29:40.736Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-07-02T17:29:41.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
30342026-07-02T17:29:42.012Z
30352026-07-02T17:29:42.012Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30362026-07-02T17:29:42.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-02T17:29:42.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-02T17:29:42.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-02T17:29:42.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30402026-07-02T17:29:42.551Z
30412026-07-02T17:29:42.551Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30422026-07-02T17:29:43.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-02T17:29:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-02T17:29:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-02T17:29:43.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30462026-07-02T17:29:43.086Z
30472026-07-02T17:29:43.086Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30482026-07-02T17:29:43.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-02T17:29:43.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-02T17:29:43.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-02T17:29:43.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30522026-07-02T17:29:43.635Z
30532026-07-02T17:29:43.635Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30542026-07-02T17:29:44.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-02T17:29:44.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-02T17:29:44.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-02T17:29:44.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-02T17:29:44.174Z
30592026-07-02T17:29:44.174Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30602026-07-02T17:29:44.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-02T17:29:44.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-02T17:29:44.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-02T17:29:44.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30642026-07-02T17:29:44.714Z
30652026-07-02T17:29:44.714Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30662026-07-02T17:29:45.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-02T17:29:45.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-02T17:29:45.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-02T17:29:45.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30702026-07-02T17:29:45.245Z
30712026-07-02T17:29:45.245Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30722026-07-02T17:29:45.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-02T17:29:45.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-02T17:29:45.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-02T17:29:45.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-02T17:29:45.782Z
30772026-07-02T17:29:45.782Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30782026-07-02T17:29:46.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-02T17:29:46.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-02T17:29:46.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-02T17:29:46.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30822026-07-02T17:29:46.308Z
30832026-07-02T17:29:46.308Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30842026-07-02T17:29:46.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-02T17:29:46.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-02T17:29:46.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-02T17:29:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-02T17:29:46.843Z
30892026-07-02T17:29:46.843Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30902026-07-02T17:29:47.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-02T17:29:47.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-02T17:29:47.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-02T17:29:47.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30942026-07-02T17:29:47.382Z
30952026-07-02T17:29:47.382Zinfo: running `cargo check --bins` on installinator-client (115/299)
30962026-07-02T17:29:47.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-02T17:29:47.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-02T17:29:47.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-02T17:29:47.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31002026-07-02T17:29:47.913Z
31012026-07-02T17:29:47.913Zinfo: running `cargo check --bins` on nexus-client (116/299)
31022026-07-02T17:29:48.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-02T17:29:48.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-02T17:29:48.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-02T17:29:48.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31062026-07-02T17:29:48.486Z
31072026-07-02T17:29:48.486Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31082026-07-02T17:29:48.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-02T17:29:48.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-02T17:29:48.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-02T17:29:48.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31122026-07-02T17:29:49.054Z
31132026-07-02T17:29:49.054Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31142026-07-02T17:29:49.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-02T17:29:49.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-02T17:29:49.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-02T17:29:49.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31182026-07-02T17:29:49.581Z
31192026-07-02T17:29:49.581Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31202026-07-02T17:29:50.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-02T17:29:50.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-02T17:29:50.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-02T17:29:50.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31242026-07-02T17:29:50.096Z
31252026-07-02T17:29:50.096Zinfo: running `cargo check --bins` on oxide-client (120/299)
31262026-07-02T17:29:50.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-02T17:29:50.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-02T17:29:50.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-02T17:29:50.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-02T17:29:50.615Z
31312026-07-02T17:29:50.615Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31322026-07-02T17:29:51.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-02T17:29:51.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-02T17:29:51.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-02T17:29:51.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31362026-07-02T17:29:51.147Z
31372026-07-02T17:29:51.147Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31382026-07-02T17:29:51.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-02T17:29:51.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-02T17:29:51.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-02T17:29:51.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31422026-07-02T17:29:51.674Z
31432026-07-02T17:29:51.674Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31442026-07-02T17:29:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-02T17:29:52.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-02T17:29:52.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-02T17:29:52.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31482026-07-02T17:29:52.214Z
31492026-07-02T17:29:52.214Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31502026-07-02T17:29:52.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-02T17:29:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-02T17:29:52.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-02T17:29:52.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-07-02T17:29:52.764Z
31552026-07-02T17:29:52.765Zinfo: running `cargo check --bins` on installinator-common (125/299)
31562026-07-02T17:29:53.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-02T17:29:53.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-02T17:29:53.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-02T17:29:53.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31602026-07-02T17:29:53.313Z
31612026-07-02T17:29:53.313Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31622026-07-02T17:29:53.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-02T17:29:53.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-02T17:29:53.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-02T17:29:53.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31662026-07-02T17:29:53.839Z
31672026-07-02T17:29:53.839Zinfo: running `cargo check --bins` on wicket-common (127/299)
31682026-07-02T17:29:54.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-02T17:29:54.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-02T17:29:54.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-02T17:29:54.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31722026-07-02T17:29:54.389Z
31732026-07-02T17:29:54.394Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31742026-07-02T17:29:54.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-02T17:29:54.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-02T17:29:55.023Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-07-02T17:29:55.136Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-07-02T17:29:55.156Z Checking csv-core v0.1.13
31792026-07-02T17:29:55.156Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-07-02T17:29:55.163Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-07-02T17:29:55.163Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-07-02T17:29:55.188Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-07-02T17:29:55.221Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-07-02T17:29:55.307Z Checking csv v1.4.0
31852026-07-02T17:29:55.329Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-02T17:29:55.346Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-07-02T17:29:55.406Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-07-02T17:29:55.486Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-07-02T17:29:55.631Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-07-02T17:29:55.995Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-07-02T17:29:56.006Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-07-02T17:29:56.360Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-07-02T17:30:02.364Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-07-02T17:30:02.897Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-07-02T17:30:05.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
31962026-07-02T17:30:05.447Z
31972026-07-02T17:30:05.447Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31982026-07-02T17:30:05.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-02T17:30:05.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-02T17:30:05.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-02T17:30:05.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32022026-07-02T17:30:05.982Z
32032026-07-02T17:30:05.982Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32042026-07-02T17:30:06.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-02T17:30:06.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-02T17:30:06.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-02T17:30:06.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082026-07-02T17:30:06.603Z
32092026-07-02T17:30:06.603Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32102026-07-02T17:30:07.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-02T17:30:07.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-02T17:30:07.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-02T17:30:07.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32142026-07-02T17:30:07.222Z
32152026-07-02T17:30:07.223Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32162026-07-02T17:30:07.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-02T17:30:07.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-02T17:30:07.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-02T17:30:07.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32202026-07-02T17:30:07.806Z
32212026-07-02T17:30:07.806Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32222026-07-02T17:30:08.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-02T17:30:08.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-02T17:30:08.515Z Compiling regress v0.11.1
32252026-07-02T17:30:08.655Z Compiling unsafe-libyaml v0.2.11
32262026-07-02T17:30:08.664Z Compiling semver v0.1.20
32272026-07-02T17:30:08.667Z Compiling radium v0.7.0
32282026-07-02T17:30:08.685Z Checking nom v8.0.0
32292026-07-02T17:30:08.686Z Compiling maybe-uninit v2.0.0
32302026-07-02T17:30:08.688Z Checking tap v1.0.1
32312026-07-02T17:30:08.796Z Checking wyz v0.5.1
32322026-07-02T17:30:08.949Z Compiling rustc_version v0.1.7
32332026-07-02T17:30:08.979Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-07-02T17:30:09.077Z Compiling zerocopy-derive v0.6.6
32352026-07-02T17:30:09.134Z Compiling cancel-safe-futures v0.1.5
32362026-07-02T17:30:09.159Z Compiling serde_yaml v0.9.34+deprecated
32372026-07-02T17:30:09.353Z Compiling newtype_derive v0.1.6
32382026-07-02T17:30:09.384Z Compiling owo-colors v4.3.0
32392026-07-02T17:30:09.558Z Checking crc-catalog v2.4.0
32402026-07-02T17:30:09.656Z Checking funty v2.0.0
32412026-07-02T17:30:09.730Z Compiling packed_struct v0.10.1
32422026-07-02T17:30:09.930Z Checking zerocopy v0.6.6
32432026-07-02T17:30:09.979Z Checking bitvec v1.0.1
32442026-07-02T17:30:10.068Z Checking crc v3.4.0
32452026-07-02T17:30:10.117Z Checking typify-impl v0.6.2
32462026-07-02T17:30:10.383Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-07-02T17:30:10.531Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-07-02T17:30:10.615Z Compiling packed_struct_codegen v0.10.1
32492026-07-02T17:30:10.639Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32502026-07-02T17:30:10.872Z Checking libsw-core v0.3.2
32512026-07-02T17:30:10.905Z Compiling bitfield-macros v0.19.4
32522026-07-02T17:30:11.018Z Compiling indexmap v1.9.3
32532026-07-02T17:30:11.229Z Checking nodrop v0.1.14
32542026-07-02T17:30:11.254Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32552026-07-02T17:30:11.326Z Checking array-init v0.0.4
32562026-07-02T17:30:11.329Z Checking libsw v3.5.0
32572026-07-02T17:30:11.355Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-07-02T17:30:11.478Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-07-02T17:30:11.639Z Checking bitfield v0.19.4
32602026-07-02T17:30:11.658Z Checking smallvec v0.6.14
32612026-07-02T17:30:11.669Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-07-02T17:30:11.910Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-07-02T17:30:11.925Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32642026-07-02T17:30:11.992Z Checking base64 v0.21.7
32652026-07-02T17:30:12.032Z Checking smawk v0.3.2
32662026-07-02T17:30:12.103Z Checking linear-map v1.2.0
32672026-07-02T17:30:12.202Z Checking tagptr v0.2.0
32682026-07-02T17:30:12.252Z Checking hashbrown v0.12.3
32692026-07-02T17:30:12.278Z Checking unicode-linebreak v0.1.5
32702026-07-02T17:30:12.504Z Checking moka v0.12.13
32712026-07-02T17:30:12.517Z Checking ron v0.8.1
32722026-07-02T17:30:12.517Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-07-02T17:30:12.517Z Checking textwrap v0.16.2
32742026-07-02T17:30:12.718Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-07-02T17:30:12.780Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-07-02T17:30:12.894Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32772026-07-02T17:30:12.965Z Checking steno v0.4.1
32782026-07-02T17:30:12.985Z Checking serde-hex v0.1.0
32792026-07-02T17:30:12.995Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-07-02T17:30:13.154Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-07-02T17:30:13.707Z Checking hashbrown v0.13.2
32822026-07-02T17:30:13.727Z Checking crc-any v2.5.0
32832026-07-02T17:30:13.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-07-02T17:30:13.913Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-07-02T17:30:13.948Z Checking hickory-resolver v0.25.2
32862026-07-02T17:30:13.989Z Checking sha1 v0.10.6
32872026-07-02T17:30:14.077Z Checking utf-8 v0.7.6
32882026-07-02T17:30:14.145Z Checking object v0.30.4
32892026-07-02T17:30:14.159Z Checking path-slash v0.1.5
32902026-07-02T17:30:14.212Z Checking void v1.0.2
32912026-07-02T17:30:14.264Z Checking half v1.8.3
32922026-07-02T17:30:14.326Z Checking lzss v0.8.2
32932026-07-02T17:30:14.475Z Checking serde_cbor v0.11.2
32942026-07-02T17:30:14.492Z Checking tungstenite v0.23.0
32952026-07-02T17:30:14.639Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32962026-07-02T17:30:14.664Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-07-02T17:30:14.725Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32982026-07-02T17:30:14.755Z Compiling typify-macro v0.6.2
32992026-07-02T17:30:14.795Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-07-02T17:30:14.821Z Checking nix v0.27.1
33012026-07-02T17:30:14.838Z Checking kstat-rs v0.2.4
33022026-07-02T17:30:14.910Z Checking fxhash v0.2.1
33032026-07-02T17:30:15.026Z Checking serde_bytes v0.11.19
33042026-07-02T17:30:15.040Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33052026-07-02T17:30:15.051Z Checking tokio-tungstenite v0.23.1
33062026-07-02T17:30:15.079Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-07-02T17:30:15.199Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-07-02T17:30:15.315Z Checking signal-hook-tokio v0.3.1
33092026-07-02T17:30:15.820Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-07-02T17:30:16.177Z Compiling typify v0.6.2
33112026-07-02T17:30:16.276Z Compiling progenitor-impl v0.14.0
33122026-07-02T17:30:16.734Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33132026-07-02T17:30:17.038Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33142026-07-02T17:30:17.717Z Compiling progenitor-macro v0.14.0
33152026-07-02T17:30:20.018Z Checking progenitor v0.14.0
33162026-07-02T17:30:20.169Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33172026-07-02T17:30:20.188Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-07-02T17:30:22.835Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-07-02T17:30:31.061Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-07-02T17:30:37.638Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33212026-07-02T17:30:42.184Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33222026-07-02T17:30:42.218Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33232026-07-02T17:30:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.77s
33242026-07-02T17:30:42.218Z
33252026-07-02T17:30:42.218Zinfo: running `cargo check --bins` on gateway-api (134/299)
33262026-07-02T17:30:42.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-07-02T17:30:42.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-07-02T17:30:42.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-07-02T17:30:42.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33302026-07-02T17:30:42.296Z
33312026-07-02T17:30:42.296Zinfo: running `cargo check --bins` on ipcc (135/299)
33322026-07-02T17:30:42.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-07-02T17:30:42.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-07-02T17:30:42.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-07-02T17:30:42.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33362026-07-02T17:30:42.831Z
33372026-07-02T17:30:42.831Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33382026-07-02T17:30:43.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-02T17:30:43.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-02T17:30:43.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-02T17:30:43.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33422026-07-02T17:30:43.350Z
33432026-07-02T17:30:43.350Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33442026-07-02T17:30:43.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-02T17:30:43.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-02T17:30:43.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-02T17:30:43.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33482026-07-02T17:30:43.906Z
33492026-07-02T17:30:43.906Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33502026-07-02T17:30:44.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-02T17:30:44.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-02T17:30:44.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-02T17:30:44.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-02T17:30:44.447Z
33552026-07-02T17:30:44.447Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33562026-07-02T17:30:44.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-02T17:30:44.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-02T17:30:44.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-02T17:30:44.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33602026-07-02T17:30:44.984Z
33612026-07-02T17:30:44.984Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33622026-07-02T17:30:45.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-02T17:30:45.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-02T17:30:45.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-02T17:30:45.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33662026-07-02T17:30:45.521Z
33672026-07-02T17:30:45.521Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33682026-07-02T17:30:45.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-02T17:30:45.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-02T17:30:45.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-02T17:30:45.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33722026-07-02T17:30:46.079Z
33732026-07-02T17:30:46.079Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33742026-07-02T17:30:46.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-02T17:30:46.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-02T17:30:46.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-02T17:30:46.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-02T17:30:46.617Z
33792026-07-02T17:30:46.617Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33802026-07-02T17:30:47.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-02T17:30:47.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-02T17:30:47.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-02T17:30:47.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-02T17:30:47.149Z
33852026-07-02T17:30:47.149Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33862026-07-02T17:30:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-02T17:30:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-02T17:30:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-02T17:30:47.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33902026-07-02T17:30:47.683Z
33912026-07-02T17:30:47.683Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33922026-07-02T17:30:48.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-02T17:30:48.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-02T17:30:48.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-02T17:30:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-02T17:30:48.217Z
33972026-07-02T17:30:48.217Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33982026-07-02T17:30:48.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-02T17:30:48.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-02T17:30:48.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-02T17:30:48.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-02T17:30:48.757Z
34032026-07-02T17:30:48.757Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34042026-07-02T17:30:49.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-02T17:30:49.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-02T17:30:49.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-02T17:30:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-02T17:30:49.295Z
34092026-07-02T17:30:49.295Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34102026-07-02T17:30:49.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-02T17:30:49.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-02T17:30:49.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-02T17:30:49.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-02T17:30:49.850Z
34152026-07-02T17:30:49.850Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34162026-07-02T17:30:50.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-02T17:30:50.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-02T17:30:50.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-02T17:30:50.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34202026-07-02T17:30:50.410Z
34212026-07-02T17:30:50.410Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34222026-07-02T17:30:50.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-02T17:30:50.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-02T17:30:50.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-02T17:30:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34262026-07-02T17:30:50.965Z
34272026-07-02T17:30:50.965Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34282026-07-02T17:30:51.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-02T17:30:51.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-02T17:30:51.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-02T17:30:51.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34322026-07-02T17:30:51.522Z
34332026-07-02T17:30:51.522Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34342026-07-02T17:30:51.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-02T17:30:51.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-02T17:30:51.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-02T17:30:52.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-07-02T17:30:52.081Z
34392026-07-02T17:30:52.081Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34402026-07-02T17:30:52.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-02T17:30:52.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-02T17:30:52.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-02T17:30:52.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-07-02T17:30:52.643Z
34452026-07-02T17:30:52.643Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34462026-07-02T17:30:53.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-02T17:30:53.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-02T17:30:53.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-02T17:30:53.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-07-02T17:30:53.213Z
34512026-07-02T17:30:53.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34522026-07-02T17:30:53.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-02T17:30:53.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-02T17:30:53.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-02T17:30:53.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34562026-07-02T17:30:53.756Z
34572026-07-02T17:30:53.756Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34582026-07-02T17:30:54.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-02T17:30:54.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-02T17:30:54.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-02T17:30:54.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34622026-07-02T17:30:54.311Z
34632026-07-02T17:30:54.311Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34642026-07-02T17:30:54.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-02T17:30:54.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-02T17:30:54.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-02T17:30:54.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34682026-07-02T17:30:54.866Z
34692026-07-02T17:30:54.866Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34702026-07-02T17:30:55.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-02T17:30:55.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-02T17:30:55.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-02T17:30:55.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34742026-07-02T17:30:55.406Z
34752026-07-02T17:30:55.406Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34762026-07-02T17:30:55.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-02T17:30:55.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-02T17:30:55.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-02T17:30:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34802026-07-02T17:30:55.946Z
34812026-07-02T17:30:55.946Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34822026-07-02T17:30:56.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-02T17:30:56.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-02T17:30:56.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-02T17:30:56.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34862026-07-02T17:30:56.484Z
34872026-07-02T17:30:56.484Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34882026-07-02T17:30:56.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-02T17:30:56.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-02T17:30:56.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-02T17:30:56.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34922026-07-02T17:30:57.010Z
34932026-07-02T17:30:57.010Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34942026-07-02T17:30:57.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-02T17:30:57.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-02T17:30:57.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-02T17:30:57.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34982026-07-02T17:30:57.542Z
34992026-07-02T17:30:57.542Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
35002026-07-02T17:30:57.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-02T17:30:57.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-02T17:30:57.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-02T17:30:57.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35042026-07-02T17:30:58.074Z
35052026-07-02T17:30:58.074Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35062026-07-02T17:30:58.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-02T17:30:58.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-02T17:30:58.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-02T17:30:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35102026-07-02T17:30:58.612Z
35112026-07-02T17:30:58.612Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35122026-07-02T17:30:59.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-02T17:30:59.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-02T17:30:59.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-02T17:30:59.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35162026-07-02T17:30:59.158Z
35172026-07-02T17:30:59.158Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35182026-07-02T17:30:59.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-02T17:30:59.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-02T17:30:59.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-02T17:30:59.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-02T17:30:59.706Z
35232026-07-02T17:30:59.706Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35242026-07-02T17:31:00.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-02T17:31:00.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-02T17:31:00.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-02T17:31:00.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-02T17:31:00.253Z
35292026-07-02T17:31:00.254Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35302026-07-02T17:31:00.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-02T17:31:00.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-02T17:31:00.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-02T17:31:00.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-02T17:31:00.805Z
35352026-07-02T17:31:00.805Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35362026-07-02T17:31:01.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-02T17:31:01.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-02T17:31:01.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-02T17:31:01.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-07-02T17:31:01.362Z
35412026-07-02T17:31:01.362Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35422026-07-02T17:31:01.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-02T17:31:01.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-02T17:31:01.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-02T17:31:01.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35462026-07-02T17:31:01.917Z
35472026-07-02T17:31:01.917Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35482026-07-02T17:31:02.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-02T17:31:02.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-02T17:31:02.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-02T17:31:02.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-07-02T17:31:02.478Z
35532026-07-02T17:31:02.478Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35542026-07-02T17:31:02.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-02T17:31:02.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-02T17:31:02.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-02T17:31:02.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-02T17:31:03.034Z
35592026-07-02T17:31:03.034Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35602026-07-02T17:31:03.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-02T17:31:03.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-02T17:31:03.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-02T17:31:03.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35642026-07-02T17:31:03.607Z
35652026-07-02T17:31:03.607Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35662026-07-02T17:31:04.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-02T17:31:04.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-02T17:31:04.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-02T17:31:04.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35702026-07-02T17:31:04.144Z
35712026-07-02T17:31:04.144Zinfo: running `cargo check --bins` on dns-server (175/299)
35722026-07-02T17:31:04.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-02T17:31:04.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-02T17:31:04.741Z Compiling parking_lot_core v0.8.6
35752026-07-02T17:31:04.745Z Compiling git-stub v1.0.0
35762026-07-02T17:31:04.745Z Checking prefix-trie v0.7.0
35772026-07-02T17:31:04.745Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35782026-07-02T17:31:04.972Z Compiling git-stub-vcs v0.1.0
35792026-07-02T17:31:05.128Z Checking hickory-server v0.25.2
35802026-07-02T17:31:05.251Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35812026-07-02T17:31:05.263Z Checking parking_lot v0.11.2
35822026-07-02T17:31:05.318Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35832026-07-02T17:31:05.318Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35842026-07-02T17:31:05.431Z Checking sled v0.34.7
35852026-07-02T17:31:07.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35862026-07-02T17:31:07.491Z
35872026-07-02T17:31:07.491Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35882026-07-02T17:31:07.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-07-02T17:31:07.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-07-02T17:31:07.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-07-02T17:31:07.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35922026-07-02T17:31:08.031Z
35932026-07-02T17:31:08.031Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35942026-07-02T17:31:08.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-07-02T17:31:08.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-07-02T17:31:08.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-07-02T17:31:08.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35982026-07-02T17:31:08.574Z
35992026-07-02T17:31:08.574Zinfo: running `cargo check --bins` on sp-sim (178/299)
36002026-07-02T17:31:09.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-02T17:31:09.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-02T17:31:09.251Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36032026-07-02T17:31:10.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
36042026-07-02T17:31:11.175Z
36052026-07-02T17:31:11.175Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36062026-07-02T17:31:11.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-02T17:31:11.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-02T17:31:11.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-02T17:31:11.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36102026-07-02T17:31:11.766Z
36112026-07-02T17:31:11.766Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36122026-07-02T17:31:12.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-02T17:31:12.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-02T17:31:12.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-02T17:31:12.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36162026-07-02T17:31:12.365Z
36172026-07-02T17:31:12.365Zinfo: running `cargo check --bins` on db-macros (181/299)
36182026-07-02T17:31:12.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-02T17:31:12.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-02T17:31:12.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-02T17:31:12.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36222026-07-02T17:31:12.894Z
36232026-07-02T17:31:12.894Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36242026-07-02T17:31:13.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-02T17:31:13.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-02T17:31:13.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-02T17:31:13.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36282026-07-02T17:31:13.426Z
36292026-07-02T17:31:13.426Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36302026-07-02T17:31:13.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-02T17:31:13.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-02T17:31:13.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-02T17:31:13.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36342026-07-02T17:31:14.019Z
36352026-07-02T17:31:14.019Zinfo: running `cargo check --bins` on authz-macros (184/299)
36362026-07-02T17:31:14.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-02T17:31:14.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-02T17:31:14.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-02T17:31:14.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36402026-07-02T17:31:14.549Z
36412026-07-02T17:31:14.549Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36422026-07-02T17:31:15.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-02T17:31:15.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-02T17:31:15.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-02T17:31:15.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36462026-07-02T17:31:15.142Z
36472026-07-02T17:31:15.142Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36482026-07-02T17:31:15.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-02T17:31:15.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-02T17:31:15.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-02T17:31:15.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-07-02T17:31:15.715Z
36532026-07-02T17:31:15.715Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36542026-07-02T17:31:16.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-02T17:31:16.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-02T17:31:16.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-02T17:31:16.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36582026-07-02T17:31:16.243Z
36592026-07-02T17:31:16.243Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36602026-07-02T17:31:16.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-02T17:31:16.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-02T17:31:16.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-02T17:31:16.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36642026-07-02T17:31:16.769Z
36652026-07-02T17:31:16.769Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36662026-07-02T17:31:17.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-02T17:31:17.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-02T17:31:17.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-02T17:31:17.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36702026-07-02T17:31:17.313Z
36712026-07-02T17:31:17.314Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36722026-07-02T17:31:17.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-02T17:31:17.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-02T17:31:17.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-02T17:31:17.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-07-02T17:31:17.848Z
36772026-07-02T17:31:17.848Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36782026-07-02T17:31:18.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-02T17:31:18.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-02T17:31:18.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-02T17:31:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36822026-07-02T17:31:18.376Z
36832026-07-02T17:31:18.376Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36842026-07-02T17:31:18.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-02T17:31:18.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-02T17:31:18.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-02T17:31:18.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36882026-07-02T17:31:18.904Z
36892026-07-02T17:31:18.904Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36902026-07-02T17:31:19.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-02T17:31:19.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-02T17:31:19.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-02T17:31:19.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36942026-07-02T17:31:19.500Z
36952026-07-02T17:31:19.500Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36962026-07-02T17:31:19.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-02T17:31:19.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-02T17:31:19.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-02T17:31:19.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-07-02T17:31:20.087Z
37012026-07-02T17:31:20.087Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
37022026-07-02T17:31:20.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-02T17:31:20.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-02T17:31:20.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-02T17:31:20.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-07-02T17:31:20.667Z
37072026-07-02T17:31:20.667Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37082026-07-02T17:31:21.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-02T17:31:21.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-02T17:31:21.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-02T17:31:21.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37122026-07-02T17:31:21.231Z
37132026-07-02T17:31:21.231Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37142026-07-02T17:31:21.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-02T17:31:21.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-02T17:31:21.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-02T17:31:21.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37182026-07-02T17:31:21.788Z
37192026-07-02T17:31:21.788Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37202026-07-02T17:31:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-02T17:31:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-02T17:31:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-02T17:31:22.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37242026-07-02T17:31:22.340Z
37252026-07-02T17:31:22.340Zinfo: running `cargo check --bins` on key-manager (199/299)
37262026-07-02T17:31:22.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-02T17:31:22.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-02T17:31:22.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-02T17:31:22.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37302026-07-02T17:31:22.876Z
37312026-07-02T17:31:22.876Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37322026-07-02T17:31:23.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-02T17:31:23.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-02T17:31:23.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-02T17:31:23.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37362026-07-02T17:31:23.458Z
37372026-07-02T17:31:23.458Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37382026-07-02T17:31:23.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-02T17:31:23.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-02T17:31:23.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-02T17:31:23.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37422026-07-02T17:31:23.998Z
37432026-07-02T17:31:23.998Zinfo: running `cargo check --bins` on typed-rng (202/299)
37442026-07-02T17:31:24.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-02T17:31:24.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-02T17:31:24.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-02T17:31:24.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37482026-07-02T17:31:24.527Z
37492026-07-02T17:31:24.527Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37502026-07-02T17:31:25.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-02T17:31:25.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-02T17:31:25.323Z Compiling libefi-sys v0.1.0
37532026-07-02T17:31:25.326Z Compiling bitfield-struct v0.6.2
37542026-07-02T17:31:25.468Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-07-02T17:31:25.477Z Compiling xshell-macros v0.2.7
37562026-07-02T17:31:25.487Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37572026-07-02T17:31:25.500Z Compiling salty v0.3.0
37582026-07-02T17:31:25.514Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37592026-07-02T17:31:25.528Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37602026-07-02T17:31:25.542Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-07-02T17:31:25.646Z Checking rfc6979 v0.4.0
37622026-07-02T17:31:25.770Z Checking ecdsa v0.16.9
37632026-07-02T17:31:25.808Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37642026-07-02T17:31:25.836Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37652026-07-02T17:31:25.855Z Checking xshell v0.2.7
37662026-07-02T17:31:25.974Z Checking primeorder v0.13.6
37672026-07-02T17:31:25.989Z Compiling proc-macro-error-attr2 v2.0.0
37682026-07-02T17:31:25.992Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37692026-07-02T17:31:26.017Z Checking tungstenite v0.21.0
37702026-07-02T17:31:26.080Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-07-02T17:31:26.105Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37722026-07-02T17:31:26.174Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37732026-07-02T17:31:26.217Z Checking p384 v0.13.1
37742026-07-02T17:31:26.232Z Compiling num-derive v0.3.3
37752026-07-02T17:31:26.313Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37762026-07-02T17:31:26.407Z Compiling proc-macro-error2 v2.0.1
37772026-07-02T17:31:26.441Z Checking tokio-tungstenite v0.21.0
37782026-07-02T17:31:26.494Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-07-02T17:31:26.546Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37802026-07-02T17:31:26.561Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37812026-07-02T17:31:26.635Z Checking papergrid v0.17.0
37822026-07-02T17:31:26.710Z Compiling tabled_derive v0.11.0
37832026-07-02T17:31:26.725Z Compiling progenitor-impl v0.13.0
37842026-07-02T17:31:26.762Z Checking testing_table v0.3.0
37852026-07-02T17:31:26.830Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-02T17:31:26.851Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37872026-07-02T17:31:26.871Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-07-02T17:31:27.063Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-02T17:31:27.092Z Checking corncobs v0.1.4
37902026-07-02T17:31:27.151Z Checking libscf-sys v1.1.0
37912026-07-02T17:31:27.220Z Compiling unicase v2.9.0
37922026-07-02T17:31:27.287Z Compiling illumos-nvpair-sys v0.2.0
37932026-07-02T17:31:27.357Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37942026-07-02T17:31:27.427Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-07-02T17:31:27.433Z Compiling mime_guess v2.0.5
37962026-07-02T17:31:27.452Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37972026-07-02T17:31:27.534Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-02T17:31:27.562Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37992026-07-02T17:31:27.633Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-07-02T17:31:27.870Z Checking progenitor-client v0.13.0
38012026-07-02T17:31:27.902Z Checking tabled v0.20.0
38022026-07-02T17:31:27.992Z Checking secrecy v0.8.0
38032026-07-02T17:31:28.110Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38042026-07-02T17:31:28.139Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38052026-07-02T17:31:28.152Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38062026-07-02T17:31:28.362Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38072026-07-02T17:31:28.515Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38082026-07-02T17:31:28.603Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38092026-07-02T17:31:28.609Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38102026-07-02T17:31:28.622Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38112026-07-02T17:31:28.686Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38122026-07-02T17:31:28.830Z Checking filetime v0.2.27
38132026-07-02T17:31:28.972Z Checking xattr v1.6.1
38142026-07-02T17:31:29.013Z Checking http-range v0.1.5
38152026-07-02T17:31:29.063Z Checking crc8 v0.1.1
38162026-07-02T17:31:29.105Z Checking tar v0.4.45
38172026-07-02T17:31:29.171Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38182026-07-02T17:31:29.285Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38192026-07-02T17:31:29.329Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38202026-07-02T17:31:29.366Z Checking illumos-nvpair v0.3.0
38212026-07-02T17:31:29.381Z Compiling progenitor-macro v0.13.0
38222026-07-02T17:31:29.488Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-07-02T17:31:29.523Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38242026-07-02T17:31:29.602Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38252026-07-02T17:31:29.872Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38262026-07-02T17:31:29.947Z Checking atty v0.2.14
38272026-07-02T17:31:29.963Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-07-02T17:31:29.978Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38292026-07-02T17:31:30.032Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38302026-07-02T17:31:30.047Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38312026-07-02T17:31:30.232Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38322026-07-02T17:31:30.287Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38332026-07-02T17:31:30.290Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38342026-07-02T17:31:30.452Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38352026-07-02T17:31:30.471Z Checking hyper-staticfile v0.10.1
38362026-07-02T17:31:30.667Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-07-02T17:31:30.682Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38382026-07-02T17:31:30.758Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38392026-07-02T17:31:30.925Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38402026-07-02T17:31:31.025Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38412026-07-02T17:31:31.200Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38422026-07-02T17:31:31.320Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38432026-07-02T17:31:31.635Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38442026-07-02T17:31:32.266Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38452026-07-02T17:31:32.751Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38462026-07-02T17:31:33.161Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38472026-07-02T17:31:33.506Z Checking progenitor v0.13.0
38482026-07-02T17:31:33.642Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38492026-07-02T17:31:35.610Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-07-02T17:31:38.985Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-07-02T17:31:50.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.48s
38522026-07-02T17:31:50.219Z
38532026-07-02T17:31:50.219Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38542026-07-02T17:31:50.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-07-02T17:31:50.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-07-02T17:31:50.948Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-07-02T17:32:01.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38582026-07-02T17:32:01.931Z
38592026-07-02T17:32:01.931Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38602026-07-02T17:32:02.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-07-02T17:32:02.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-07-02T17:32:02.659Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-07-02T17:32:13.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38642026-07-02T17:32:13.671Z
38652026-07-02T17:32:13.671Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38662026-07-02T17:32:14.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-07-02T17:32:14.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-07-02T17:32:14.402Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-07-02T17:32:25.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38702026-07-02T17:32:25.404Z
38712026-07-02T17:32:25.404Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38722026-07-02T17:32:25.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-07-02T17:32:25.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-07-02T17:32:26.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-07-02T17:32:36.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38762026-07-02T17:32:37.081Z
38772026-07-02T17:32:37.081Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38782026-07-02T17:32:37.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-07-02T17:32:37.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-07-02T17:32:37.840Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-07-02T17:32:48.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38822026-07-02T17:32:48.845Z
38832026-07-02T17:32:48.845Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38842026-07-02T17:32:49.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-02T17:32:49.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-02T17:32:49.577Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-02T17:33:00.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38882026-07-02T17:33:00.813Z
38892026-07-02T17:33:00.814Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38902026-07-02T17:33:01.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-07-02T17:33:01.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-07-02T17:33:01.244Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-07-02T17:33:12.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38942026-07-02T17:33:12.278Z
38952026-07-02T17:33:12.278Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38962026-07-02T17:33:12.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-07-02T17:33:12.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-07-02T17:33:12.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-07-02T17:33:12.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-07-02T17:33:12.807Z
39012026-07-02T17:33:12.807Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
39022026-07-02T17:33:13.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-07-02T17:33:13.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-07-02T17:33:13.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-07-02T17:33:13.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39062026-07-02T17:33:13.346Z
39072026-07-02T17:33:13.346Zinfo: running `cargo check --bins` on range-requests (213/299)
39082026-07-02T17:33:13.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-02T17:33:13.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-02T17:33:13.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-07-02T17:33:13.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-07-02T17:33:13.885Z
39132026-07-02T17:33:13.885Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39142026-07-02T17:33:14.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-07-02T17:33:14.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-07-02T17:33:14.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-07-02T17:33:14.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-07-02T17:33:14.979Z
39192026-07-02T17:33:14.979Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39202026-07-02T17:33:14.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-07-02T17:33:14.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-07-02T17:33:14.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-07-02T17:33:14.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-07-02T17:33:14.979Z
39252026-07-02T17:33:14.979Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39262026-07-02T17:33:15.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-07-02T17:33:15.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-07-02T17:33:15.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-07-02T17:33:15.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-07-02T17:33:15.510Z
39312026-07-02T17:33:15.510Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39322026-07-02T17:33:15.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-07-02T17:33:15.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-07-02T17:33:15.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-07-02T17:33:15.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-07-02T17:33:16.064Z
39372026-07-02T17:33:16.065Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39382026-07-02T17:33:16.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-07-02T17:33:16.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-07-02T17:33:16.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-07-02T17:33:16.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39422026-07-02T17:33:16.626Z
39432026-07-02T17:33:16.626Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39442026-07-02T17:33:17.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-07-02T17:33:17.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-07-02T17:33:17.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-07-02T17:33:17.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-07-02T17:33:17.185Z
39492026-07-02T17:33:17.185Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39502026-07-02T17:33:17.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-07-02T17:33:17.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-07-02T17:33:17.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-07-02T17:33:17.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39542026-07-02T17:33:17.738Z
39552026-07-02T17:33:17.738Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39562026-07-02T17:33:18.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-07-02T17:33:18.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-07-02T17:33:18.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-07-02T17:33:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39602026-07-02T17:33:18.300Z
39612026-07-02T17:33:18.300Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39622026-07-02T17:33:18.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-07-02T17:33:18.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-07-02T17:33:18.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-07-02T17:33:18.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-07-02T17:33:18.862Z
39672026-07-02T17:33:18.862Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39682026-07-02T17:33:19.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-07-02T17:33:19.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-07-02T17:33:19.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-07-02T17:33:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-07-02T17:33:19.420Z
39732026-07-02T17:33:19.420Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39742026-07-02T17:33:19.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-07-02T17:33:19.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-07-02T17:33:19.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-07-02T17:33:19.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-07-02T17:33:19.985Z
39792026-07-02T17:33:19.986Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39802026-07-02T17:33:21.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-07-02T17:33:21.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-07-02T17:33:21.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-07-02T17:33:21.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39842026-07-02T17:33:21.279Z
39852026-07-02T17:33:21.279Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39862026-07-02T17:33:21.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-07-02T17:33:21.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-07-02T17:33:21.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-07-02T17:33:21.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39902026-07-02T17:33:21.349Z
39912026-07-02T17:33:21.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39922026-07-02T17:33:21.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-07-02T17:33:21.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-07-02T17:33:21.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-07-02T17:33:21.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-07-02T17:33:21.700Z
39972026-07-02T17:33:21.700Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39982026-07-02T17:33:22.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-07-02T17:33:22.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-07-02T17:33:22.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-07-02T17:33:22.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40022026-07-02T17:33:22.268Z
40032026-07-02T17:33:22.268Zinfo: running `cargo check --bins` on update-common (229/299)
40042026-07-02T17:33:22.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-07-02T17:33:22.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-07-02T17:33:22.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-07-02T17:33:22.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40082026-07-02T17:33:22.823Z
40092026-07-02T17:33:22.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40102026-07-02T17:33:23.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-07-02T17:33:23.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-07-02T17:33:23.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-07-02T17:33:23.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-07-02T17:33:23.394Z
40152026-07-02T17:33:23.394Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40162026-07-02T17:33:23.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-07-02T17:33:23.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-07-02T17:33:23.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-07-02T17:33:23.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40202026-07-02T17:33:23.911Z
40212026-07-02T17:33:23.911Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40222026-07-02T17:33:24.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-07-02T17:33:24.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-07-02T17:33:24.627Z Compiling fs-err v2.11.0
40252026-07-02T17:33:24.640Z Checking ignore v0.4.25
40262026-07-02T17:33:24.640Z Checking arc-swap v1.8.2
40272026-07-02T17:33:24.760Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-07-02T17:33:24.768Z Checking predicates-tree v1.0.13
40292026-07-02T17:33:24.768Z Checking parse-size v1.1.0
40302026-07-02T17:33:24.789Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-07-02T17:33:24.810Z Checking rand_seeder v0.4.0
40322026-07-02T17:33:24.865Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-07-02T17:33:24.887Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-07-02T17:33:24.946Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-07-02T17:33:24.958Z Checking slog-scope v4.4.1
40362026-07-02T17:33:25.004Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-02T17:33:25.076Z Compiling petname v2.0.2
40382026-07-02T17:33:25.090Z Checking slog-stdlog v4.1.1
40392026-07-02T17:33:25.105Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40402026-07-02T17:33:25.146Z Checking globwalk v0.9.1
40412026-07-02T17:33:25.194Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-07-02T17:33:25.215Z Checking slog-envlogger v2.2.0
40432026-07-02T17:33:25.320Z Checking camino-tempfile-ext v0.3.3
40442026-07-02T17:33:25.354Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-07-02T17:33:25.392Z Checking sapling-renderdag v0.1.0
40462026-07-02T17:33:25.513Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-07-02T17:33:25.555Z Checking subprocess v0.2.15
40482026-07-02T17:33:26.078Z Checking sync-ptr v0.1.4
40492026-07-02T17:33:26.117Z Checking colored v2.2.0
40502026-07-02T17:33:26.117Z Checking assert_matches v1.5.0
40512026-07-02T17:33:26.117Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-07-02T17:33:26.117Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40532026-07-02T17:33:26.117Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40542026-07-02T17:33:26.733Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-07-02T17:33:28.030Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-07-02T17:33:30.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
40572026-07-02T17:33:30.379Z
40582026-07-02T17:33:30.379Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40592026-07-02T17:33:30.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-07-02T17:33:30.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-07-02T17:33:30.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-07-02T17:33:30.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40632026-07-02T17:33:30.902Z
40642026-07-02T17:33:30.902Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40652026-07-02T17:33:31.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-07-02T17:33:31.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-07-02T17:33:31.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-07-02T17:33:31.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40692026-07-02T17:33:31.449Z
40702026-07-02T17:33:31.449Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40712026-07-02T17:33:31.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-07-02T17:33:31.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-07-02T17:33:31.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-07-02T17:33:31.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-07-02T17:33:32.040Z
40762026-07-02T17:33:32.040Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40772026-07-02T17:33:32.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-07-02T17:33:32.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-07-02T17:33:32.705Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-07-02T17:33:32.705Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-07-02T17:33:33.337Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-07-02T17:33:34.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40832026-07-02T17:33:35.072Z
40842026-07-02T17:33:35.072Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40852026-07-02T17:33:35.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-07-02T17:33:35.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-07-02T17:33:35.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-07-02T17:33:35.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40892026-07-02T17:33:35.619Z
40902026-07-02T17:33:35.619Zinfo: running `cargo check --bins` on cert-dev (238/299)
40912026-07-02T17:33:36.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-07-02T17:33:36.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-07-02T17:33:36.195Z Checking yasna v0.5.2
40942026-07-02T17:33:36.574Z Checking rcgen v0.12.1
40952026-07-02T17:33:36.840Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-07-02T17:33:37.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
40972026-07-02T17:33:37.175Z
40982026-07-02T17:33:37.175Zinfo: running `cargo check --bins` on clickana (239/299)
40992026-07-02T17:33:37.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-07-02T17:33:37.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-07-02T17:33:37.765Z Compiling darling_core v0.23.0
41022026-07-02T17:33:37.871Z Compiling instability v0.3.11
41032026-07-02T17:33:37.884Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41042026-07-02T17:33:37.884Z Checking castaway v0.2.4
41052026-07-02T17:33:37.893Z Compiling indoc v2.0.7
41062026-07-02T17:33:37.913Z Checking unicode-truncate v1.1.0
41072026-07-02T17:33:37.913Z Checking lru v0.12.5
41082026-07-02T17:33:37.913Z Checking cassowary v0.3.0
41092026-07-02T17:33:37.970Z Checking compact_str v0.8.1
41102026-07-02T17:33:39.182Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-07-02T17:33:39.298Z Compiling darling_macro v0.23.0
41122026-07-02T17:33:39.357Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-07-02T17:33:39.744Z Compiling darling v0.23.0
41142026-07-02T17:33:40.374Z Checking ratatui v0.29.0
41152026-07-02T17:33:41.423Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-07-02T17:33:42.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41172026-07-02T17:33:42.245Z
41182026-07-02T17:33:42.245Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41192026-07-02T17:33:43.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-07-02T17:33:43.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-07-02T17:33:43.649Z Checking headers-core v0.3.0
41222026-07-02T17:33:43.650Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-07-02T17:33:43.739Z Checking headers v0.4.1
41242026-07-02T17:33:43.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-07-02T17:33:44.422Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-07-02T17:33:44.897Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-07-02T17:33:45.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41282026-07-02T17:33:45.473Z
41292026-07-02T17:33:45.473Zinfo: running `cargo check --bins` on ch-dev (241/299)
41302026-07-02T17:33:45.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-07-02T17:33:45.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-07-02T17:33:46.149Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-07-02T17:33:46.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41342026-07-02T17:33:47.065Z
41352026-07-02T17:33:47.065Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41362026-07-02T17:33:47.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-07-02T17:33:49.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-07-02T17:33:49.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-07-02T17:33:49.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41402026-07-02T17:33:49.109Z
41412026-07-02T17:33:49.109Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41422026-07-02T17:33:49.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-07-02T17:33:49.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-07-02T17:33:49.222Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-07-02T17:33:49.263Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-07-02T17:33:49.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41472026-07-02T17:33:49.716Z
41482026-07-02T17:33:49.716Zinfo: running `cargo check --bins` on db-dev (244/299)
41492026-07-02T17:33:50.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-07-02T17:33:50.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-07-02T17:33:50.658Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-07-02T17:33:51.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41532026-07-02T17:33:51.319Z
41542026-07-02T17:33:51.319Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41552026-07-02T17:33:51.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-02T17:33:51.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-02T17:33:51.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-07-02T17:33:51.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41592026-07-02T17:33:51.894Z
41602026-07-02T17:33:51.895Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41612026-07-02T17:33:52.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-07-02T17:33:52.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-07-02T17:33:52.467Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-07-02T17:33:53.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41652026-07-02T17:33:53.304Z
41662026-07-02T17:33:53.304Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41672026-07-02T17:33:53.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-07-02T17:33:53.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-07-02T17:33:54.007Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41702026-07-02T17:33:54.008Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41712026-07-02T17:33:54.013Z Checking git-stub v1.0.0
41722026-07-02T17:33:54.013Z Compiling trait-variant v0.1.2
41732026-07-02T17:33:54.123Z Checking is_ci v1.2.0
41742026-07-02T17:33:54.137Z Checking maplit v1.0.2
41752026-07-02T17:33:54.144Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41762026-07-02T17:33:54.166Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41772026-07-02T17:33:54.204Z Checking drift v0.2.0
41782026-07-02T17:33:54.233Z Checking supports-color v3.0.2
41792026-07-02T17:33:54.301Z Checking git-stub-vcs v0.1.0
41802026-07-02T17:33:54.354Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41812026-07-02T17:33:54.373Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41822026-07-02T17:33:54.382Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41832026-07-02T17:33:54.496Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-07-02T17:33:54.553Z Checking dropshot-api-manager v0.7.2
41852026-07-02T17:33:54.592Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41862026-07-02T17:33:54.635Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41872026-07-02T17:33:54.654Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41882026-07-02T17:33:54.871Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41892026-07-02T17:33:55.382Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41902026-07-02T17:33:56.341Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41912026-07-02T17:33:57.532Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41922026-07-02T17:33:59.116Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41932026-07-02T17:33:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
41942026-07-02T17:33:59.116Z
41952026-07-02T17:33:59.116Zinfo: running `cargo check --bins` on installinator-api (248/299)
41962026-07-02T17:33:59.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-07-02T17:33:59.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-07-02T17:33:59.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-07-02T17:33:59.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42002026-07-02T17:33:59.281Z
42012026-07-02T17:33:59.281Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42022026-07-02T17:33:59.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-07-02T17:33:59.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-07-02T17:33:59.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-07-02T17:33:59.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-07-02T17:33:59.849Z
42072026-07-02T17:33:59.850Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42082026-07-02T17:34:00.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-02T17:34:00.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-02T17:34:00.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-07-02T17:34:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-07-02T17:34:00.417Z
42132026-07-02T17:34:00.417Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42142026-07-02T17:34:00.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-02T17:34:00.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-02T17:34:00.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-02T17:34:00.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42182026-07-02T17:34:00.990Z
42192026-07-02T17:34:00.991Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42202026-07-02T17:34:01.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-02T17:34:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-02T17:34:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-02T17:34:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42242026-07-02T17:34:01.525Z
42252026-07-02T17:34:01.525Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42262026-07-02T17:34:01.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-02T17:34:01.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-02T17:34:01.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-02T17:34:01.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42302026-07-02T17:34:02.054Z
42312026-07-02T17:34:02.054Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42322026-07-02T17:34:02.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-02T17:34:02.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-02T17:34:02.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-02T17:34:02.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42362026-07-02T17:34:02.603Z
42372026-07-02T17:34:02.603Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42382026-07-02T17:34:03.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-02T17:34:03.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-02T17:34:03.154Z Checking cargo-platform v0.3.2
42412026-07-02T17:34:03.171Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42422026-07-02T17:34:03.391Z Checking cargo_metadata v0.23.1
42432026-07-02T17:34:07.152Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-07-02T17:34:07.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42452026-07-02T17:34:07.357Z
42462026-07-02T17:34:07.357Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42472026-07-02T17:34:07.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-02T17:34:07.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-02T17:34:07.357Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-07-02T17:34:07.357Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-07-02T17:34:07.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42522026-07-02T17:34:07.357Z
42532026-07-02T17:34:07.357Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42542026-07-02T17:34:07.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-02T17:34:07.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-02T17:34:07.722Z Compiling vergen-lib v0.1.6
42572026-07-02T17:34:07.722Z Compiling diesel_derives v2.3.7
42582026-07-02T17:34:07.723Z Compiling dsl_auto_type v0.2.0
42592026-07-02T17:34:07.728Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-07-02T17:34:07.728Z Checking scheduled-thread-pool v0.2.7
42612026-07-02T17:34:07.729Z Compiling vergen-gitcl v1.0.8
42622026-07-02T17:34:07.729Z Compiling diesel_table_macro_syntax v0.3.0
42632026-07-02T17:34:07.882Z Compiling dirs-sys-next v0.1.2
42642026-07-02T17:34:08.014Z Compiling crunchy v0.2.4
42652026-07-02T17:34:08.059Z Compiling glob v0.3.3
42662026-07-02T17:34:08.121Z Compiling dirs-next v2.0.0
42672026-07-02T17:34:08.140Z Checking r2d2 v0.8.10
42682026-07-02T17:34:08.210Z Checking downcast-rs v2.0.2
42692026-07-02T17:34:08.239Z Compiling tiny-keccak v2.0.2
42702026-07-02T17:34:08.323Z Compiling term v0.7.0
42712026-07-02T17:34:08.419Z Compiling bit-vec v0.6.3
42722026-07-02T17:34:08.441Z Compiling clang-sys v1.8.1
42732026-07-02T17:34:08.444Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42742026-07-02T17:34:08.640Z Compiling bit-set v0.5.3
42752026-07-02T17:34:08.720Z Compiling ascii-canvas v3.0.0
42762026-07-02T17:34:08.803Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42772026-07-02T17:34:08.865Z Compiling itertools v0.10.5
42782026-07-02T17:34:08.869Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42792026-07-02T17:34:08.922Z Compiling ena v0.14.4
42802026-07-02T17:34:08.950Z Compiling libloading v0.8.9
42812026-07-02T17:34:08.966Z Compiling bindgen v0.71.1
42822026-07-02T17:34:08.972Z Compiling regex-syntax v0.6.29
42832026-07-02T17:34:09.130Z Compiling diff v0.1.13
42842026-07-02T17:34:09.449Z Compiling cexpr v0.6.0
42852026-07-02T17:34:09.453Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-07-02T17:34:09.503Z Compiling rustc-hash v2.1.1
42872026-07-02T17:34:09.690Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-07-02T17:34:09.798Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-07-02T17:34:09.921Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-07-02T17:34:10.112Z Compiling libxml v0.3.3
42912026-07-02T17:34:10.212Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-07-02T17:34:10.212Z Compiling strum_macros v0.24.3
42932026-07-02T17:34:10.336Z Compiling lalrpop v0.19.12
42942026-07-02T17:34:10.382Z Compiling indoc v1.0.9
42952026-07-02T17:34:11.088Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-07-02T17:34:11.295Z Checking derive_builder v0.20.2
42972026-07-02T17:34:11.414Z Compiling oso-derive v0.27.3
42982026-07-02T17:34:11.557Z Checking quick-xml v0.37.5
42992026-07-02T17:34:11.560Z Compiling impl-trait-for-tuples v0.2.3
43002026-07-02T17:34:11.929Z Checking openssl-probe v0.1.6
43012026-07-02T17:34:12.121Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43022026-07-02T17:34:12.485Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43032026-07-02T17:34:12.664Z Checking bb8 v0.8.6
43042026-07-02T17:34:12.826Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-07-02T17:34:12.870Z Checking nonempty v0.12.0
43062026-07-02T17:34:12.956Z Compiling libz-sys v1.1.24
43072026-07-02T17:34:13.047Z Compiling strsim v0.10.0
43082026-07-02T17:34:13.067Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-07-02T17:34:13.155Z Compiling vergen-git2 v9.1.0
43102026-07-02T17:34:13.371Z Compiling darling_core v0.13.4
43112026-07-02T17:34:13.411Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-07-02T17:34:13.547Z Compiling base64 v0.21.7
43132026-07-02T17:34:13.643Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43142026-07-02T17:34:13.856Z Checking diesel v2.3.7
43152026-07-02T17:34:13.873Z Compiling ron v0.8.1
43162026-07-02T17:34:14.614Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-07-02T17:34:14.819Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-07-02T17:34:14.860Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43192026-07-02T17:34:15.066Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43202026-07-02T17:34:15.234Z Compiling darling_macro v0.13.4
43212026-07-02T17:34:15.272Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43222026-07-02T17:34:15.472Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43232026-07-02T17:34:15.682Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-07-02T17:34:15.728Z Compiling darling v0.13.4
43252026-07-02T17:34:15.822Z Compiling serde_with_macros v1.5.2
43262026-07-02T17:34:15.885Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43272026-07-02T17:34:16.065Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43282026-07-02T17:34:16.088Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43292026-07-02T17:34:16.678Z Compiling serde_with v1.14.0
43302026-07-02T17:34:17.777Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43312026-07-02T17:34:17.851Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43322026-07-02T17:34:17.877Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43332026-07-02T17:34:18.501Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-07-02T17:34:18.713Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-07-02T17:34:19.001Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43362026-07-02T17:34:19.359Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43372026-07-02T17:34:19.464Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43382026-07-02T17:34:19.520Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43392026-07-02T17:34:20.085Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-07-02T17:34:20.318Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-07-02T17:34:20.475Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-07-02T17:34:20.554Z Checking twox-hash v2.1.2
43432026-07-02T17:34:20.662Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-07-02T17:34:20.883Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-07-02T17:34:20.903Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-07-02T17:34:21.377Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-07-02T17:34:21.542Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-07-02T17:34:22.614Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-07-02T17:34:22.847Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-07-02T17:34:22.930Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43512026-07-02T17:34:23.271Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43522026-07-02T17:34:23.514Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-07-02T17:34:23.722Z Checking console v0.16.2
43542026-07-02T17:34:24.031Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-07-02T17:34:24.179Z Checking fatfs v0.3.6
43562026-07-02T17:34:24.244Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-07-02T17:34:24.642Z Checking unit-prefix v0.5.2
43582026-07-02T17:34:24.805Z Compiling seq-macro v0.3.6
43592026-07-02T17:34:25.314Z Checking indicatif v0.18.4
43602026-07-02T17:34:25.593Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-07-02T17:34:25.705Z Checking support-bundle-viewer v0.1.2
43622026-07-02T17:34:25.960Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-07-02T17:34:26.082Z Checking multimap v0.10.1
43642026-07-02T17:34:31.774Z Checking async-bb8-diesel v0.2.1
43652026-07-02T17:34:32.163Z Checking diesel-dtrace v0.5.0
43662026-07-02T17:34:34.581Z Compiling samael v0.0.19
43672026-07-02T17:34:40.234Z Compiling git2 v0.20.4
43682026-07-02T17:34:41.630Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43692026-07-02T17:34:42.625Z Compiling polar-core v0.27.3
43702026-07-02T17:34:42.734Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43712026-07-02T17:34:47.150Z Checking oso v0.27.3
43722026-07-02T17:35:16.560Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-07-02T17:36:30.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43742026-07-02T17:36:30.735Z
43752026-07-02T17:36:30.735Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43762026-07-02T17:36:31.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-07-02T17:36:31.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-07-02T17:36:31.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-07-02T17:36:31.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43802026-07-02T17:36:31.364Z
43812026-07-02T17:36:31.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43822026-07-02T17:36:31.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-07-02T17:36:31.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-07-02T17:36:31.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-07-02T17:36:31.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43862026-07-02T17:36:31.960Z
43872026-07-02T17:36:31.960Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43882026-07-02T17:36:32.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-02T17:36:32.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-02T17:36:32.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-02T17:36:32.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43922026-07-02T17:36:32.554Z
43932026-07-02T17:36:32.554Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43942026-07-02T17:36:32.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-02T17:36:33.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-02T17:36:33.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-02T17:36:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43982026-07-02T17:36:33.077Z
43992026-07-02T17:36:33.077Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44002026-07-02T17:36:33.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-02T17:36:33.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-02T17:36:33.861Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-07-02T17:36:34.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44042026-07-02T17:36:34.789Z
44052026-07-02T17:36:34.789Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44062026-07-02T17:36:35.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-02T17:36:35.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-02T17:36:35.563Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-07-02T17:37:13.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.50s
44102026-07-02T17:37:13.511Z
44112026-07-02T17:37:13.511Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44122026-07-02T17:37:13.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-02T17:37:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-02T17:37:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-02T17:37:13.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44162026-07-02T17:37:14.032Z
44172026-07-02T17:37:14.032Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44182026-07-02T17:37:14.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-02T17:37:14.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-02T17:37:14.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-02T17:37:14.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44222026-07-02T17:37:14.560Z
44232026-07-02T17:37:14.560Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44242026-07-02T17:37:15.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-02T17:37:15.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-02T17:37:15.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-02T17:37:15.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44282026-07-02T17:37:15.145Z
44292026-07-02T17:37:15.145Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44302026-07-02T17:37:15.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-02T17:37:15.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-02T17:37:15.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-02T17:37:15.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44342026-07-02T17:37:15.739Z
44352026-07-02T17:37:15.739Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44362026-07-02T17:37:16.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-02T17:37:16.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-02T17:37:16.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-02T17:37:16.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44402026-07-02T17:37:16.346Z
44412026-07-02T17:37:16.346Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44422026-07-02T17:37:16.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-02T17:37:16.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-02T17:37:16.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-02T17:37:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-07-02T17:37:16.929Z
44472026-07-02T17:37:16.929Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44482026-07-02T17:37:17.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-02T17:37:17.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-02T17:37:17.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-02T17:37:17.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-07-02T17:37:17.532Z
44532026-07-02T17:37:17.532Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44542026-07-02T17:37:18.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-02T17:37:18.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-02T17:37:18.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-02T17:37:18.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44582026-07-02T17:37:18.119Z
44592026-07-02T17:37:18.119Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44602026-07-02T17:37:18.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-02T17:37:18.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-02T17:37:18.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-02T17:37:18.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44642026-07-02T17:37:18.696Z
44652026-07-02T17:37:18.697Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44662026-07-02T17:37:19.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-02T17:37:19.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-02T17:37:19.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-02T17:37:19.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44702026-07-02T17:37:19.295Z
44712026-07-02T17:37:19.295Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44722026-07-02T17:37:19.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-02T17:37:19.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-02T17:37:19.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-02T17:37:19.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44762026-07-02T17:37:19.898Z
44772026-07-02T17:37:19.898Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44782026-07-02T17:37:20.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-02T17:37:20.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-02T17:37:20.756Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44812026-07-02T17:37:20.756Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44822026-07-02T17:37:20.938Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-07-02T17:37:20.946Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44842026-07-02T17:37:20.977Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44852026-07-02T17:37:20.981Z Checking diff v0.1.13
44862026-07-02T17:37:20.981Z Checking yansi v1.0.1
44872026-07-02T17:37:21.021Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44882026-07-02T17:37:21.087Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44892026-07-02T17:37:21.238Z Checking pretty_assertions v1.4.1
44902026-07-02T17:37:22.012Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-07-02T17:37:22.053Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44922026-07-02T17:37:46.760Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-07-02T17:37:46.765Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44942026-07-02T17:37:46.765Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44952026-07-02T17:37:46.765Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44962026-07-02T17:37:46.765Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44972026-07-02T17:37:46.765Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44982026-07-02T17:37:46.765Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-07-02T17:37:47.554Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45002026-07-02T17:37:47.554Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45012026-07-02T17:37:48.763Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45022026-07-02T17:38:26.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45032026-07-02T17:38:26.402Z
45042026-07-02T17:38:26.402Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45052026-07-02T17:38:26.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-07-02T17:38:26.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-07-02T17:38:26.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-07-02T17:38:26.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45092026-07-02T17:38:26.933Z
45102026-07-02T17:38:26.934Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45112026-07-02T17:38:27.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-07-02T17:38:27.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-07-02T17:38:27.671Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45142026-07-02T17:38:27.787Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45152026-07-02T17:38:27.789Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45162026-07-02T17:38:54.846Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45172026-07-02T17:38:55.211Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-07-02T17:38:56.936Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45192026-07-02T17:38:57.362Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45202026-07-02T17:39:00.364Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45212026-07-02T17:39:23.998Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-02T17:39:24.709Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-02T17:39:26.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.35s
45242026-07-02T17:39:26.496Z
45252026-07-02T17:39:26.496Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45262026-07-02T17:39:27.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-07-02T17:39:27.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-07-02T17:39:27.680Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45292026-07-02T17:39:27.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45302026-07-02T17:39:28.003Z
45312026-07-02T17:39:28.003Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45322026-07-02T17:39:28.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-07-02T17:39:28.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-07-02T17:39:28.647Z Compiling blake3 v1.8.5
45352026-07-02T17:39:28.719Z Checking constant_time_eq v0.4.2
45362026-07-02T17:39:28.737Z Checking arrayvec v0.7.6
45372026-07-02T17:39:28.737Z Checking arrayref v0.3.9
45382026-07-02T17:39:28.737Z Checking topological-sort v0.2.2
45392026-07-02T17:39:28.737Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45402026-07-02T17:39:28.737Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45412026-07-02T17:39:28.737Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45422026-07-02T17:39:28.776Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45432026-07-02T17:39:28.850Z Checking shell-words v1.1.1
45442026-07-02T17:39:29.656Z Checking omicron-zone-package v0.12.3
45452026-07-02T17:39:30.463Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-07-02T17:39:31.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
45472026-07-02T17:39:31.403Z
45482026-07-02T17:39:31.403Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45492026-07-02T17:39:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-02T17:39:31.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-02T17:39:32.021Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45522026-07-02T17:39:32.308Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45532026-07-02T17:39:32.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45542026-07-02T17:39:32.871Z
45552026-07-02T17:39:32.872Zinfo: running `cargo check --bins` on schema (281/299)
45562026-07-02T17:39:33.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-02T17:39:33.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-02T17:39:33.548Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45592026-07-02T17:39:34.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45602026-07-02T17:39:34.486Z
45612026-07-02T17:39:34.486Zinfo: running `cargo check --bins` on xtask (282/299)
45622026-07-02T17:39:34.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-07-02T17:39:34.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-07-02T17:39:34.835Z Checking serde_core v1.0.228
45652026-07-02T17:39:34.835Z Checking libc v0.2.185
45662026-07-02T17:39:34.892Z Checking bitflags v2.11.0
45672026-07-02T17:39:34.899Z Checking scroll v0.12.0
45682026-07-02T17:39:34.906Z Checking thiserror v1.0.69
45692026-07-02T17:39:34.906Z Checking log v0.4.29
45702026-07-02T17:39:34.915Z Checking indexmap v2.14.0
45712026-07-02T17:39:34.922Z Checking zerocopy v0.7.35
45722026-07-02T17:39:34.987Z Checking syn v2.0.117
45732026-07-02T17:39:35.028Z Checking dtrace-parser v0.2.0
45742026-07-02T17:39:35.051Z Checking once_cell v1.21.3
45752026-07-02T17:39:35.107Z Checking goblin v0.8.2
45762026-07-02T17:39:35.175Z Checking errno v0.3.14
45772026-07-02T17:39:35.215Z Checking thread-id v4.2.2
45782026-07-02T17:39:35.254Z Checking getrandom v0.4.1
45792026-07-02T17:39:35.297Z Checking rustix v1.1.3
45802026-07-02T17:39:35.325Z Checking memmap v0.7.0
45812026-07-02T17:39:35.382Z Checking thiserror v2.0.18
45822026-07-02T17:39:35.410Z Checking fs-err v3.3.0
45832026-07-02T17:39:35.425Z Checking anyhow v1.0.102
45842026-07-02T17:39:35.448Z Checking tabled v0.15.0
45852026-07-02T17:39:36.075Z Checking terminal_size v0.4.3
45862026-07-02T17:39:36.075Z Checking tempfile v3.25.0
45872026-07-02T17:39:36.186Z Checking clap_builder v4.6.0
45882026-07-02T17:39:36.186Z Checking textwrap v0.16.2
45892026-07-02T17:39:36.355Z Checking serde v1.0.228
45902026-07-02T17:39:36.355Z Checking serde_json v1.0.150
45912026-07-02T17:39:36.401Z Checking camino v1.2.2
45922026-07-02T17:39:36.419Z Checking semver v1.0.28
45932026-07-02T17:39:36.882Z Checking cargo-platform v0.3.2
45942026-07-02T17:39:36.976Z Checking camino-tempfile v1.4.1
45952026-07-02T17:39:36.976Z Checking serde_spanned v0.6.9
45962026-07-02T17:39:36.976Z Checking toml_datetime v0.6.11
45972026-07-02T17:39:36.976Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45982026-07-02T17:39:36.976Z Checking macaddr v1.0.1
45992026-07-02T17:39:37.059Z Checking dof v0.3.0
46002026-07-02T17:39:37.059Z Checking cargo_metadata v0.23.1
46012026-07-02T17:39:37.059Z Checking toml_edit v0.22.27
46022026-07-02T17:39:37.218Z Checking usdt-impl v0.5.0
46032026-07-02T17:39:37.374Z Checking clap v4.6.1
46042026-07-02T17:39:37.566Z Checking usdt v0.5.0
46052026-07-02T17:39:37.958Z Checking toml v0.8.23
46062026-07-02T17:39:38.196Z Checking cargo_toml v0.21.0
46072026-07-02T17:39:39.076Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46082026-07-02T17:39:39.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
46092026-07-02T17:39:39.452Z
46102026-07-02T17:39:39.452Zinfo: running `cargo check --bins` on dnsadm (283/299)
46112026-07-02T17:39:39.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-07-02T17:39:39.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-07-02T17:39:39.908Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46142026-07-02T17:39:40.358Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46152026-07-02T17:39:40.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46162026-07-02T17:39:41.538Z
46172026-07-02T17:39:41.538Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46182026-07-02T17:39:41.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-07-02T17:39:41.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-07-02T17:39:41.699Z Checking cpubits v0.1.1
46212026-07-02T17:39:41.768Z Checking pem-rfc7468 v1.0.0
46222026-07-02T17:39:41.832Z Checking hmac v0.13.0
46232026-07-02T17:39:41.896Z Checking universal-hash v0.6.1
46242026-07-02T17:39:41.896Z Checking ctr v0.10.1
46252026-07-02T17:39:41.896Z Checking aead v0.6.1
46262026-07-02T17:39:41.896Z Checking sha2 v0.11.0
46272026-07-02T17:39:41.973Z Checking aes v0.9.1
46282026-07-02T17:39:41.974Z Checking crypto-bigint v0.7.5
46292026-07-02T17:39:42.035Z Checking polyval v0.7.1
46302026-07-02T17:39:42.035Z Checking der v0.8.0
46312026-07-02T17:39:42.041Z Checking pbkdf2 v0.13.0
46322026-07-02T17:39:42.041Z Checking salsa20 v0.11.0
46332026-07-02T17:39:42.053Z Checking cbc v0.2.1
46342026-07-02T17:39:42.124Z Checking ff v0.14.0
46352026-07-02T17:39:42.153Z Checking ghash v0.6.0
46362026-07-02T17:39:42.200Z Checking signature v3.0.0
46372026-07-02T17:39:42.201Z Checking base16ct v1.0.0
46382026-07-02T17:39:42.289Z Checking group v0.14.0
46392026-07-02T17:39:42.336Z Checking hkdf v0.13.0
46402026-07-02T17:39:42.340Z Checking aes-gcm v0.11.0
46412026-07-02T17:39:42.340Z Checking rfc6979 v0.5.0
46422026-07-02T17:39:42.364Z Compiling curve25519-dalek v5.0.0-rc.0
46432026-07-02T17:39:42.398Z Checking poly1305 v0.9.0
46442026-07-02T17:39:42.434Z Checking blowfish v0.10.0
46452026-07-02T17:39:42.464Z Checking blake2 v0.11.0-rc.6
46462026-07-02T17:39:42.464Z Checking keccak v0.2.0
46472026-07-02T17:39:42.556Z Checking fiat-crypto v0.3.0
46482026-07-02T17:39:42.597Z Checking scrypt v0.12.0
46492026-07-02T17:39:42.621Z Checking sha3 v0.11.0
46502026-07-02T17:39:42.665Z Checking bcrypt-pbkdf v0.11.0
46512026-07-02T17:39:42.695Z Checking argon2 v0.6.0-rc.8
46522026-07-02T17:39:42.740Z Checking kem v0.3.0
46532026-07-02T17:39:42.780Z Checking spki v0.8.0
46542026-07-02T17:39:42.818Z Checking sec1 v0.8.1
46552026-07-02T17:39:42.857Z Checking module-lattice v0.2.3
46562026-07-02T17:39:42.940Z Checking pkcs5 v0.8.1
46572026-07-02T17:39:42.987Z Checking pkcs1 v0.8.0-rc.4
46582026-07-02T17:39:43.005Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46592026-07-02T17:39:43.045Z Checking internal-russh-num-bigint v0.5.0
46602026-07-02T17:39:43.102Z Checking ml-kem v0.3.2
46612026-07-02T17:39:43.151Z Checking num-bigint v0.4.6
46622026-07-02T17:39:43.193Z Checking generic-array v1.4.3
46632026-07-02T17:39:43.227Z Checking pkcs8 v0.11.0
46642026-07-02T17:39:43.454Z Checking ed25519 v3.0.0
46652026-07-02T17:39:44.120Z Checking russh-util v0.52.0
46662026-07-02T17:39:44.228Z Compiling enum_dispatch v0.3.13
46672026-07-02T17:39:44.228Z Checking ed25519-dalek v3.0.0-rc.0
46682026-07-02T17:39:44.228Z Compiling delegate v0.13.5
46692026-07-02T17:39:44.228Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46702026-07-02T17:39:44.228Z Checking hex-literal v1.1.0
46712026-07-02T17:39:44.228Z Checking md5 v0.8.0
46722026-07-02T17:39:44.228Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46732026-07-02T17:39:44.228Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46742026-07-02T17:39:44.228Z Checking socket2 v0.5.10
46752026-07-02T17:39:44.228Z Checking elliptic-curve v0.14.0-rc.33
46762026-07-02T17:39:44.349Z Checking primefield v0.14.0
46772026-07-02T17:39:44.501Z Checking ssh-encoding v0.3.0-rc.9
46782026-07-02T17:39:44.501Z Checking crypto-primes v0.7.2
46792026-07-02T17:39:44.594Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46802026-07-02T17:39:44.595Z Checking ssh-cipher v0.3.0-rc.9
46812026-07-02T17:39:44.649Z Checking russh-cryptovec v0.61.0
46822026-07-02T17:39:44.649Z Checking primeorder v0.14.0-rc.10
46832026-07-02T17:39:44.716Z Checking ecdsa v0.17.0-rc.18
46842026-07-02T17:39:44.758Z Checking internet-checksum v0.2.1
46852026-07-02T17:39:45.008Z Checking p521 v0.14.0-rc.10
46862026-07-02T17:39:45.008Z Checking p256 v0.14.0-rc.10
46872026-07-02T17:39:45.279Z Checking rsa v0.10.0-rc.18
46882026-07-02T17:39:47.932Z Checking p384 v0.14.0-rc.10
46892026-07-02T17:39:49.295Z Checking ssh-key v0.7.0-rc.10
46902026-07-02T17:39:50.068Z Checking russh v0.61.2
46912026-07-02T17:40:02.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.27s
46922026-07-02T17:40:02.393Z
46932026-07-02T17:40:02.393Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46942026-07-02T17:40:02.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-07-02T17:40:02.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-07-02T17:40:02.999Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46972026-07-02T17:40:03.107Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46982026-07-02T17:40:03.111Z Checking termios v0.3.3
46992026-07-02T17:40:04.397Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47002026-07-02T17:40:04.478Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47012026-07-02T17:40:06.167Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47022026-07-02T17:40:06.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
47032026-07-02T17:40:06.882Z
47042026-07-02T17:40:06.883Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47052026-07-02T17:40:07.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-02T17:40:07.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-02T17:40:07.523Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47082026-07-02T17:40:07.566Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47092026-07-02T17:40:07.957Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47102026-07-02T17:40:08.077Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47112026-07-02T17:40:08.077Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47122026-07-02T17:40:08.077Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47132026-07-02T17:40:08.401Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47142026-07-02T17:40:08.732Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47152026-07-02T17:40:08.739Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47162026-07-02T17:40:09.709Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47172026-07-02T17:40:11.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
47182026-07-02T17:40:11.739Z
47192026-07-02T17:40:11.739Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47202026-07-02T17:40:11.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-07-02T17:40:11.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-07-02T17:40:11.760Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47232026-07-02T17:40:12.258Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47242026-07-02T17:40:12.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47252026-07-02T17:40:12.684Z
47262026-07-02T17:40:12.684Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47272026-07-02T17:40:13.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-02T17:40:13.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-02T17:40:13.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-07-02T17:40:13.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47312026-07-02T17:40:13.206Z
47322026-07-02T17:40:13.206Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47332026-07-02T17:40:13.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-02T17:40:13.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-02T17:40:13.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-07-02T17:40:13.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47372026-07-02T17:40:13.734Z
47382026-07-02T17:40:13.735Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47392026-07-02T17:40:14.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-02T17:40:14.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-02T17:40:14.472Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47422026-07-02T17:40:15.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47432026-07-02T17:40:15.278Z
47442026-07-02T17:40:15.278Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47452026-07-02T17:40:15.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-02T17:40:15.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-02T17:40:15.803Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47482026-07-02T17:40:15.807Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47492026-07-02T17:40:16.085Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47502026-07-02T17:40:16.089Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47512026-07-02T17:40:16.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47522026-07-02T17:40:17.047Z
47532026-07-02T17:40:17.047Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47542026-07-02T17:40:17.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-02T17:40:17.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-02T17:40:17.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-02T17:40:17.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47582026-07-02T17:40:17.624Z
47592026-07-02T17:40:17.624Zinfo: running `cargo check --bins` on omicron-package (293/299)
47602026-07-02T17:40:18.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-02T17:40:18.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-02T17:40:18.196Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47632026-07-02T17:40:19.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47642026-07-02T17:40:19.437Z
47652026-07-02T17:40:19.437Zinfo: running `cargo check --bins` on tqdb (294/299)
47662026-07-02T17:40:19.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-02T17:40:19.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-02T17:40:20.172Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47692026-07-02T17:40:20.521Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47702026-07-02T17:40:21.037Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47712026-07-02T17:40:21.042Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47722026-07-02T17:40:27.229Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47732026-07-02T17:40:27.254Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47742026-07-02T17:40:27.800Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47752026-07-02T17:40:27.800Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47762026-07-02T17:40:27.809Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47772026-07-02T17:40:27.809Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47782026-07-02T17:40:28.596Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47792026-07-02T17:40:29.576Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47802026-07-02T17:40:30.369Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47812026-07-02T17:40:31.056Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47822026-07-02T17:40:36.644Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47832026-07-02T17:40:42.520Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47842026-07-02T17:40:42.527Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47852026-07-02T17:40:42.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47862026-07-02T17:40:42.527Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47872026-07-02T17:40:44.082Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47882026-07-02T17:40:45.512Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47892026-07-02T17:40:45.980Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47902026-07-02T17:40:47.398Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47912026-07-02T17:40:47.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.24s
47922026-07-02T17:40:48.443Z
47932026-07-02T17:40:48.443Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47942026-07-02T17:40:48.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-02T17:40:48.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-02T17:40:49.021Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47972026-07-02T17:40:49.021Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47982026-07-02T17:40:49.021Z Checking rtoolbox v0.0.3
47992026-07-02T17:40:49.022Z Checking tui-tree-widget v0.23.1
48002026-07-02T17:40:49.023Z Checking rpassword v7.4.0
48012026-07-02T17:40:49.974Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48022026-07-02T17:40:53.173Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48032026-07-02T17:40:55.041Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48042026-07-02T17:40:55.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
48052026-07-02T17:40:56.019Z
48062026-07-02T17:40:56.019Zinfo: running `cargo check --bins` on wicket (296/299)
48072026-07-02T17:40:56.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-02T17:40:56.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-02T17:40:56.713Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48102026-07-02T17:40:56.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48112026-07-02T17:40:57.058Z
48122026-07-02T17:40:57.058Zinfo: running `cargo check --bins` on wicketd (297/299)
48132026-07-02T17:40:57.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-07-02T17:40:57.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-07-02T17:40:57.881Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48162026-07-02T17:40:57.881Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48172026-07-02T17:40:57.881Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48182026-07-02T17:40:57.881Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48192026-07-02T17:40:58.794Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48202026-07-02T17:40:59.378Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48212026-07-02T17:41:02.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
48222026-07-02T17:41:02.634Z
48232026-07-02T17:41:02.634Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48242026-07-02T17:41:03.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-07-02T17:41:03.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-07-02T17:41:03.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48272026-07-02T17:41:03.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48282026-07-02T17:41:03.133Z
48292026-07-02T17:41:03.133Zinfo: running `cargo check --bins` on zone-setup (299/299)
48302026-07-02T17:41:03.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-07-02T17:41:03.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-07-02T17:41:03.756Z Checking uzers v0.12.2
48332026-07-02T17:41:03.972Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48342026-07-02T17:41:04.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48352026-07-02T17:41:04.886Z
48362026-07-02T17:41:04.886Zreal 13:52.582496205
48372026-07-02T17:41:04.886Zuser 21:05.844969646
48382026-07-02T17:41:04.887Zsys 4:13.384541786
48392026-07-02T17:41:04.887Ztrap 0.333121662
48402026-07-02T17:41:04.887Ztflt 0.740314986
48412026-07-02T17:41:04.887Zdflt 1.041738949
48422026-07-02T17:41:04.887Zkflt 0.004424260
48432026-07-02T17:41:04.887Zlock 1:19:14.493822924
48442026-07-02T17:41:04.887Zslp 1:40:42.693382999
48452026-07-02T17:41:04.887Zlat 1:00.472526291
48462026-07-02T17:41:04.902Zstop 3:44.363507069
48472026-07-02T17:41:04.902Zprocess exited: duration 956218 ms, exit code 0
 
48482026-07-02T17:41:04.994Zfound 0 output files