01KW11PQNPV1C0N9Y7DPE2BWAK: 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: 01KW11Q8RNANJ8AGDSE5F48XMD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:26.139Zjob assigned to worker 01KW11QKDQ79576SGGB7HK6Y71 [factory aws, i-0bbe0b0682f66a03c] (queued for 52 s)
 
22026-06-26T04:07:32.860Zstarting task 0: "setup"
32026-06-26T04:07:32.863Z++ uname -s
42026-06-26T04:07:32.866Z+ kern=SunOS
52026-06-26T04:07:32.866Z+ build_user=build
62026-06-26T04:07:32.866Z+ build_uid=12345
72026-06-26T04:07:32.866Z+ work_dir=/work
82026-06-26T04:07:32.866Z+ input_dir=/input
92026-06-26T04:07:32.866Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:32.866Z+ case "$kern" in
112026-06-26T04:07:32.866Z+ groupadd -g 12345 build
122026-06-26T04:07:32.869Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:34.873Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:34.969Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:34.972Z+ home_fs=zfs
162026-06-26T04:07:34.972Z+ [[ zfs == autofs ]]
172026-06-26T04:07:34.972Z+ mkdir -p /home/build
182026-06-26T04:07:34.972Z+ chown build:build /home/build /work
192026-06-26T04:07:36.973Z+ chmod 0700 /home/build /work
202026-06-26T04:07:36.976Zprocess exited: duration 4119 ms, exit code 0
 
212026-06-26T04:07:36.982Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:36.986Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:36.987Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:07:36.987Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T04:07:36.987Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-26T04:07:36.990Z * rust toolchain channel = "1.96.0"
272026-06-26T04:07:36.990Z * rust toolchain profile = "default"
282026-06-26T04:07:36.990Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:36.990Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:37.093Zinfo: downloading installer
312026-06-26T04:07:38.508Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:38.508Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:38.508Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:38.508Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:38.521Zinfo: profile set to default
362026-06-26T04:07:38.521Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:38.524Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:38.675Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:38.679Zinfo: downloading 6 components
402026-06-26T04:07:55.274Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:55.274Z
422026-06-26T04:07:55.302Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:55.302Z
442026-06-26T04:07:55.302Z
452026-06-26T04:07:55.302ZRust is installed now. Great!
462026-06-26T04:07:55.302Z
472026-06-26T04:07:55.306ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:55.306Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:55.306Z
502026-06-26T04:07:55.306ZTo configure your current shell, you need to source
512026-06-26T04:07:55.306Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:55.306Z
532026-06-26T04:07:55.306ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:55.306Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:55.306Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:55.306Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:55.306Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:55.306Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:55.306Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:55.306Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:55.306Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:55.390Z+ rustup --version
632026-06-26T04:07:55.400Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:55.402Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:55.421Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:55.425Z+ cargo --version
672026-06-26T04:07:55.437Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:55.439Z+ rustc --version
692026-06-26T04:07:55.458Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:55.461Zprocess exited: duration 18478 ms, exit code 0
 
712026-06-26T04:07:55.467Zstarting task 2: "authentication"
722026-06-26T04:07:55.483Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:07:55.489Zstarting task 3: "clone repository"
742026-06-26T04:07:55.492Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:55.496Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:55.524ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:08:05.499Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:08:05.499Z+ git fetch origin 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
792026-06-26T04:08:05.808ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:08:05.808Z * branch 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 -> FETCH_HEAD
812026-06-26T04:08:05.818Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-06-26T04:08:05.821Z++ git branch --show-current
832026-06-26T04:08:05.823Z+ current=main
842026-06-26T04:08:05.823Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-06-26T04:08:05.823Z+ git branch -f renovate/crucible-pantry-client-digest 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
862026-06-26T04:08:05.826Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-06-26T04:08:05.958ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-06-26T04:08:05.961Z+ git reset --hard 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
892026-06-26T04:08:06.094ZHEAD is now at 9e60976c4 Update crucible-pantry-client digest to 2bfe090
902026-06-26T04:08:06.098Zprocess exited: duration 10605 ms, exit code 0
 
912026-06-26T04:08:06.104Zstarting task 4: "build"
922026-06-26T04:08:06.109Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:08:06.109Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:08:06.109Z++ CARGO_TERM_COLOR=always
952026-06-26T04:08:06.109Z+ cargo --version
962026-06-26T04:08:06.120Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:08:06.123Z+ rustc --version
982026-06-26T04:08:06.143Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:08:06.146Z+ source ./env.sh
1002026-06-26T04:08:06.146Z++ OLD_SHELL_OPTS=ehxB
1012026-06-26T04:08:06.146Z++ set -o xtrace
1022026-06-26T04:08:06.149Z++++ dirname ./env.sh
1032026-06-26T04:08:06.149Z+++ readlink -f .
1042026-06-26T04:08:06.152Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-26T04:08:06.152Z++ 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-06-26T04:08:06.152Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-26T04:08:06.152Z++ 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-06-26T04:08:06.152Z++ 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-06-26T04:08:06.152Z++ 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-06-26T04:08:06.152Z++ 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-06-26T04:08:06.152Z++ 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-06-26T04:08:06.153Z++ 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-06-26T04:08:06.153Z++ 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-06-26T04:08:06.153Z++ 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-06-26T04:08:06.153Z++ case $OLD_SHELL_OPTS in
1162026-06-26T04:08:06.153Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-26T04:08:06.153Z+ 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-06-26T04:08:06.153Z+ 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-06-26T04:08:06.153Z+ banner prerequisites
1202026-06-26T04:08:06.157Z
1212026-06-26T04:08:06.157Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-26T04:08:06.157Z # # # # # # # # # # # # # # #
1232026-06-26T04:08:06.157Z # # # # ##### # # ##### # # # # # #### #
1242026-06-26T04:08:06.157Z ##### ##### # ##### # # # # # # # # #
1252026-06-26T04:08:06.157Z # # # # # # # # # # # # # # #
1262026-06-26T04:08:06.157Z # # # ###### # # ###### ### # #### # #### #
1272026-06-26T04:08:06.157Z
1282026-06-26T04:08:06.157Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-26T04:08:08.044Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-26T04:08:08.152Z Startup: Caching catalogs ... Done
1312026-06-26T04:08:08.646ZPlanning: Solver setup ... Done (0.447s)
1322026-06-26T04:08:08.671ZPlanning: Running solver ... Done (0.025s)
1332026-06-26T04:08:08.683ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-26T04:08:08.695ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-26T04:08:08.714ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-26T04:08:08.728ZPlanning: Package planning ... Done (0.014s)
1372026-06-26T04:08:08.731ZPlanning: Merging actions ... Done (0.002s)
1382026-06-26T04:08:08.895ZPlanning: Checking for conflicting actions ... Done (0.165s)
1392026-06-26T04:08:08.898ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-26T04:08:09.684ZPlanning: Evaluating mediators ... Done (0.788s)
1412026-06-26T04:08:09.686ZPlanning: Planning completed in 1.51 seconds
1422026-06-26T04:08:09.692Z Packages to install: 2
1432026-06-26T04:08:09.695Z Estimated space available: 156.06 GB
1442026-06-26T04:08:09.695ZEstimated space to be consumed: 30.96 MB
1452026-06-26T04:08:09.695Z Create boot environment: No
1462026-06-26T04:08:09.695ZCreate backup boot environment: No
1472026-06-26T04:08:09.695Z Rebuild boot archive: No
1482026-06-26T04:08:09.696Z
1492026-06-26T04:08:09.696ZChanged packages:
1502026-06-26T04:08:09.696Zhelios
1512026-06-26T04:08:09.696Z developer/build-essential
1522026-06-26T04:08:09.696Z None -> 11-3.0
1532026-06-26T04:08:09.696Z library/libxmlsec1
1542026-06-26T04:08:09.696Z None -> 1.2.35-3.0
1552026-06-26T04:08:09.718Z
1562026-06-26T04:08:09.718ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-26T04:08:10.196ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1582026-06-26T04:08:10.272Z Actions: 1/268 actions (Installing new actions)
1592026-06-26T04:08:10.310Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-26T04:08:10.320ZFinalize: Updating package state database ... Done (0.011s)
1612026-06-26T04:08:10.323ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-26T04:08:10.350ZFinalize: Updating image state ... Done (0.029s)
1632026-06-26T04:08:12.748ZFinalize: Creating fast lookup database ... Done (2.370s)
1642026-06-26T04:08:12.816ZFinalize: Reading search index ... Done (0.012s)
1652026-06-26T04:08:12.835ZFinalize: Updating search index ... Done (0.000s)
1662026-06-26T04:08:12.901ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-26T04:08:13.214ZPlanning: Evaluating mediator changes ... Done
1682026-06-26T04:08:13.320ZPlanning: Checking for conflicting actions ... Done
1692026-06-26T04:08:13.326ZPlanning: Consolidating action changes ... Done
1702026-06-26T04:08:13.476ZPlanning: Evaluating mediators ... Done
1712026-06-26T04:08:13.480ZPlanning: Planning completed in 0.26 seconds
1722026-06-26T04:08:13.499Z Mediators to change: 2
1732026-06-26T04:08:13.499Z Create boot environment: No
1742026-06-26T04:08:13.502ZCreate backup boot environment: No
1752026-06-26T04:08:13.548ZFinalize: Updating package state database ... Done
1762026-06-26T04:08:13.548ZFinalize: Updating package cache ... Done
1772026-06-26T04:08:13.564ZFinalize: Updating image state ... Done
1782026-06-26T04:08:15.515ZFinalize: Creating fast lookup database ... Done
1792026-06-26T04:08:15.578ZFinalize: Reading search index ... Done
1802026-06-26T04:08:15.578ZFinalize: Updating search index ... Done
1812026-06-26T04:08:15.642ZFinalize: Updating package cache ... Done
1822026-06-26T04:08:15.930ZPlanning: Evaluating mediator changes ... Done
1832026-06-26T04:08:16.033ZPlanning: Checking for conflicting actions ... Done
1842026-06-26T04:08:16.037ZPlanning: Consolidating action changes ... Done
1852026-06-26T04:08:16.191ZPlanning: Evaluating mediators ... Done
1862026-06-26T04:08:16.196ZPlanning: Planning completed in 0.26 seconds
1872026-06-26T04:08:16.213Z Mediators to change: 1
1882026-06-26T04:08:16.213Z Create boot environment: No
1892026-06-26T04:08:16.213ZCreate backup boot environment: No
1902026-06-26T04:08:16.252ZFinalize: Updating package state database ... Done
1912026-06-26T04:08:16.252ZFinalize: Updating package cache ... Done
1922026-06-26T04:08:16.268ZFinalize: Updating image state ... Done
1932026-06-26T04:08:18.221ZFinalize: Creating fast lookup database ... Done
1942026-06-26T04:08:18.284ZFinalize: Reading search index ... Done
1952026-06-26T04:08:18.288ZFinalize: Updating search index ... Done
1962026-06-26T04:08:18.350ZFinalize: Updating package cache ... Done
1972026-06-26T04:08:18.663ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-26T04:08:18.663Zapache system 2.4 system
1992026-06-26T04:08:18.663Zclang system 15 system
2002026-06-26T04:08:18.663Zcsh system system illumos
2012026-06-26T04:08:18.663Zctags system system illumos
2022026-06-26T04:08:18.663Zfile vendor vendor darwinsys
2032026-06-26T04:08:18.663Zfile system system illumos
2042026-06-26T04:08:18.663Zgcc vendor 14 vendor
2052026-06-26T04:08:18.663Zgcc system 13 system
2062026-06-26T04:08:18.663Zgcc system 10 system
2072026-06-26T04:08:18.663Zgo system 1.25 system
2082026-06-26T04:08:18.663Zllvm system 15 system
2092026-06-26T04:08:18.663Zmariadb system 11.4 system
2102026-06-26T04:08:18.663Zmta vendor vendor dma
2112026-06-26T04:08:18.663Zopenjdk system 17 system
2122026-06-26T04:08:18.664Zopenjdk system 11 system
2132026-06-26T04:08:18.664Zopenssl vendor 3 vendor
2142026-06-26T04:08:18.664Zperl system 5.40 system
2152026-06-26T04:08:18.664Zpostgresql system 18 system
2162026-06-26T04:08:18.664Zpostgresql system 17 system
2172026-06-26T04:08:18.664Zpython vendor 3 vendor
2182026-06-26T04:08:18.664Zpython system 2 system
2192026-06-26T04:08:18.664Zpython3 vendor 3.13 vendor
2202026-06-26T04:08:18.664Zruby system 3.4 system
2212026-06-26T04:08:18.664Zruby system 3.0 system
2222026-06-26T04:08:18.664Zwords vendor vendor american-english
2232026-06-26T04:08:18.664Zwords system system australian-english
2242026-06-26T04:08:18.664Zwords system system british-english
2252026-06-26T04:08:18.664Zwords system system canadian-english
2262026-06-26T04:08:18.664Zwords system system french
2272026-06-26T04:08:18.665Zwords system system italian
2282026-06-26T04:08:18.665Zwords system system ngerman
2292026-06-26T04:08:18.665Zwords system system ogerman
2302026-06-26T04:08:18.665Zwords system system spanish
2312026-06-26T04:08:18.918ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-26T04:08:18.918Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-26T04:08:19.224ZFMRI IFO
2342026-06-26T04:08:19.224Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-26T04:08:19.224Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-26T04:08:19.224Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-26T04:08:19.224Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-26T04:08:19.224Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-26T04:08:19.224Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-26T04:08:19.224Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-26T04:08:19.224Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-26T04:08:19.224Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-26T04:08:19.484Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-26T04:08:19.806Z Updating crates.io index
2452026-06-26T04:08:19.809Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-26T04:08:20.063Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-26T04:08:20.391Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-26T04:08:20.702Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-26T04:08:21.561Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-26T04:08:22.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-26T04:08:23.605Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-26T04:08:24.368Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-26T04:08:24.614Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-26T04:08:25.665Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-26T04:08:25.940Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-26T04:08:26.224Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-26T04:08:26.457Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-26T04:08:27.028Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-26T04:08:27.517Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-26T04:08:27.906Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-26T04:08:28.134Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-26T04:08:28.458Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-26T04:08:28.744Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-26T04:08:28.987Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-26T04:08:29.231Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-26T04:08:29.531Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-26T04:08:29.912Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-26T04:08:30.223Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-06-26T04:08:30.983Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-26T04:08:31.241Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-26T04:08:31.665Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-26T04:08:31.960Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-26T04:08:32.428Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-26T04:08:32.692Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-26T04:08:32.929Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-26T04:08:33.286Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-26T04:08:33.675Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-26T04:08:33.919Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-26T04:08:34.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-26T04:08:34.495Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-26T04:08:34.776Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-26T04:08:35.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-26T04:08:35.347Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-26T04:08:35.629Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-26T04:08:35.925Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-26T04:08:38.971Z Downloading crates ...
2872026-06-26T04:08:39.034Z Downloaded bitflags v2.11.0
2882026-06-26T04:08:39.038Z Downloaded icu_normalizer_data v2.1.1
2892026-06-26T04:08:39.041Z Downloaded quote v1.0.45
2902026-06-26T04:08:39.046Z Downloaded percent-encoding v2.3.2
2912026-06-26T04:08:39.046Z Downloaded colorchoice v1.0.4
2922026-06-26T04:08:39.056Z Downloaded usdt-attr-macro v0.5.0
2932026-06-26T04:08:39.059Z Downloaded serde_json v1.0.149
2942026-06-26T04:08:39.062Z Downloaded memchr v2.8.0
2952026-06-26T04:08:39.087Z Downloaded dtrace-parser v0.2.0
2962026-06-26T04:08:39.091Z Downloaded semver v1.0.28
2972026-06-26T04:08:39.095Z Downloaded smawk v0.3.2
2982026-06-26T04:08:39.100Z Downloaded fastrand v2.3.0
2992026-06-26T04:08:39.102Z Downloaded crypto-common v0.1.7
3002026-06-26T04:08:39.102Z Downloaded cpufeatures v0.2.17
3012026-06-26T04:08:39.102Z Downloaded icu_properties v2.1.2
3022026-06-26T04:08:39.109Z Downloaded strsim v0.11.1
3032026-06-26T04:08:39.115Z Downloaded potential_utf v0.1.4
3042026-06-26T04:08:39.118Z Downloaded proc-macro-error-attr v1.0.4
3052026-06-26T04:08:39.118Z Downloaded ordered-float v2.10.1
3062026-06-26T04:08:39.121Z Downloaded anstyle-query v1.1.5
3072026-06-26T04:08:39.124Z Downloaded generic-array v0.14.7
3082026-06-26T04:08:39.124Z Downloaded bytecount v0.6.9
3092026-06-26T04:08:39.129Z Downloaded is_terminal_polyfill v1.70.2
3102026-06-26T04:08:39.133Z Downloaded camino-tempfile v1.4.1
3112026-06-26T04:08:39.133Z Downloaded cargo_metadata v0.21.0
3122026-06-26T04:08:39.140Z Downloaded synstructure v0.13.2
3132026-06-26T04:08:39.146Z Downloaded zerovec v0.11.5
3142026-06-26T04:08:39.151Z Downloaded thiserror v1.0.69
3152026-06-26T04:08:39.154Z Downloaded serde_core v1.0.228
3162026-06-26T04:08:39.154Z Downloaded once_cell v1.21.3
3172026-06-26T04:08:39.158Z Downloaded papergrid v0.11.0
3182026-06-26T04:08:39.163Z Downloaded icu_normalizer v2.1.1
3192026-06-26T04:08:39.172Z Downloaded icu_locale_core v2.1.1
3202026-06-26T04:08:39.176Z Downloaded tempfile v3.25.0
3212026-06-26T04:08:39.179Z Downloaded serde_derive v1.0.228
3222026-06-26T04:08:39.184Z Downloaded indexmap v2.14.0
3232026-06-26T04:08:39.187Z Downloaded cfg-if v1.0.4
3242026-06-26T04:08:39.194Z Downloaded idna v1.1.0
3252026-06-26T04:08:39.204Z Downloaded heck v0.4.1
3262026-06-26T04:08:39.208Z Downloaded equivalent v1.0.2
3272026-06-26T04:08:39.212Z Downloaded fnv v1.0.7
3282026-06-26T04:08:39.234Z Downloaded displaydoc v0.2.5
3292026-06-26T04:08:39.234Z Downloaded clap_builder v4.6.0
3302026-06-26T04:08:39.238Z Downloaded clap_lex v1.0.0
3312026-06-26T04:08:39.238Z Downloaded macaddr v1.0.1
3322026-06-26T04:08:39.238Z Downloaded serde-value v0.7.0
3332026-06-26T04:08:39.238Z Downloaded pretty-hex v0.4.1
3342026-06-26T04:08:39.238Z Downloaded goblin v0.8.2
3352026-06-26T04:08:39.238Z Downloaded autocfg v1.5.0
3362026-06-26T04:08:39.242Z Downloaded anstyle-parse v1.0.0
3372026-06-26T04:08:39.242Z Downloaded scroll_derive v0.12.1
3382026-06-26T04:08:39.251Z Downloaded cargo_toml v0.21.0
3392026-06-26T04:08:39.257Z Downloaded getrandom v0.4.1
3402026-06-26T04:08:39.257Z Downloaded serde_tokenstream v0.2.3
3412026-06-26T04:08:39.261Z Downloaded camino v1.2.2
3422026-06-26T04:08:39.269Z Downloaded stable_deref_trait v1.2.1
3432026-06-26T04:08:39.274Z Downloaded serde_spanned v0.6.9
3442026-06-26T04:08:39.274Z Downloaded num-traits v0.2.19
3452026-06-26T04:08:39.275Z Downloaded idna_adapter v1.2.1
3462026-06-26T04:08:39.278Z Downloaded anstream v1.0.0
3472026-06-26T04:08:39.281Z Downloaded proc-macro-error v1.0.4
3482026-06-26T04:08:39.284Z Downloaded icu_collections v2.1.1
3492026-06-26T04:08:39.288Z Downloaded syn v1.0.109
3502026-06-26T04:08:39.294Z Downloaded litemap v0.8.1
3512026-06-26T04:08:39.294Z Downloaded cargo-platform v0.2.0
3522026-06-26T04:08:39.297Z Downloaded pest_derive v2.8.6
3532026-06-26T04:08:39.300Z Downloaded icu_provider v2.1.1
3542026-06-26T04:08:39.303Z Downloaded serde-untagged v0.1.9
3552026-06-26T04:08:39.308Z Downloaded pest_meta v2.8.6
3562026-06-26T04:08:39.314Z Downloaded log v0.4.29
3572026-06-26T04:08:39.330Z Downloaded icu_properties_data v2.1.2
3582026-06-26T04:08:39.335Z Downloaded textwrap v0.16.2
3592026-06-26T04:08:39.338Z Downloaded tabled v0.15.0
3602026-06-26T04:08:39.344Z Downloaded usdt v0.5.0
3612026-06-26T04:08:39.347Z Downloaded toml_write v0.1.2
3622026-06-26T04:08:39.366Z Downloaded form_urlencoded v1.2.2
3632026-06-26T04:08:39.369Z Downloaded syn v2.0.117
3642026-06-26T04:08:39.377Z Downloaded scroll v0.12.0
3652026-06-26T04:08:39.380Z Downloaded swrite v0.1.0
3662026-06-26T04:08:39.380Z Downloaded heck v0.5.0
3672026-06-26T04:08:39.380Z Downloaded memmap v0.7.0
3682026-06-26T04:08:39.384Z Downloaded digest v0.10.7
3692026-06-26T04:08:39.386Z Downloaded smallvec v1.15.1
3702026-06-26T04:08:39.386Z Downloaded rustix v1.1.3
3712026-06-26T04:08:39.398Z Downloaded zerofrom v0.1.6
3722026-06-26T04:08:39.401Z Downloaded block-buffer v0.10.4
3732026-06-26T04:08:39.401Z Downloaded anyhow v1.0.102
3742026-06-26T04:08:39.401Z Downloaded utf8_iter v1.0.4
3752026-06-26T04:08:39.404Z Downloaded unicode-linebreak v0.1.5
3762026-06-26T04:08:39.405Z Downloaded terminal_size v0.4.3
3772026-06-26T04:08:39.405Z Downloaded sha2 v0.10.9
3782026-06-26T04:08:39.405Z Downloaded tabled_derive v0.7.0
3792026-06-26T04:08:39.405Z Downloaded plain v0.2.3
3802026-06-26T04:08:39.407Z Downloaded pest_generator v2.8.6
3812026-06-26T04:08:39.407Z Downloaded errno v0.3.14
3822026-06-26T04:08:39.407Z Downloaded erased-serde v0.4.9
3832026-06-26T04:08:39.407Z Downloaded itoa v1.0.17
3842026-06-26T04:08:39.410Z Downloaded dof v0.3.0
3852026-06-26T04:08:39.410Z Downloaded anstyle v1.0.14
3862026-06-26T04:08:39.410Z Downloaded byteorder v1.5.0
3872026-06-26T04:08:39.413Z Downloaded utf8parse v0.2.2
3882026-06-26T04:08:39.413Z Downloaded clap v4.6.1
3892026-06-26T04:08:39.416Z Downloaded usdt-macro v0.5.0
3902026-06-26T04:08:39.419Z Downloaded typeid v1.0.3
3912026-06-26T04:08:39.419Z Downloaded clap_derive v4.6.1
3922026-06-26T04:08:39.419Z Downloaded cargo-util-schemas v0.8.2
3932026-06-26T04:08:39.421Z Downloaded serde v1.0.228
3942026-06-26T04:08:39.422Z Downloaded proc-macro2 v1.0.106
3952026-06-26T04:08:39.424Z Downloaded fs-err v3.3.0
3962026-06-26T04:08:39.427Z Downloaded version_check v0.9.5
3972026-06-26T04:08:39.435Z Downloaded pest v2.8.6
3982026-06-26T04:08:39.438Z Downloaded tinystr v0.8.2
3992026-06-26T04:08:39.438Z Downloaded hashbrown v0.17.0
4002026-06-26T04:08:39.441Z Downloaded thiserror-impl v1.0.69
4012026-06-26T04:08:39.445Z Downloaded thread-id v4.2.2
4022026-06-26T04:08:39.451Z Downloaded libc v0.2.185
4032026-06-26T04:08:39.469Z Downloaded zmij v1.0.21
4042026-06-26T04:08:39.472Z Downloaded zerocopy v0.7.35
4052026-06-26T04:08:39.480Z Downloaded ucd-trie v0.1.7
4062026-06-26T04:08:39.483Z Downloaded zerovec-derive v0.11.2
4072026-06-26T04:08:39.483Z Downloaded thiserror-impl v2.0.18
4082026-06-26T04:08:39.505Z Downloaded usdt-impl v0.5.0
4092026-06-26T04:08:39.508Z Downloaded url v2.5.8
4102026-06-26T04:08:39.524Z Downloaded thiserror v2.0.18
4112026-06-26T04:08:39.586Z Downloaded unicode-width v0.1.14
4122026-06-26T04:08:39.594Z Downloaded winnow v0.7.14
4132026-06-26T04:08:39.606Z Downloaded unicode-width v0.2.0
4142026-06-26T04:08:40.035Z Downloaded zerotrie v0.2.3
4152026-06-26T04:08:40.237Z Downloaded toml_datetime v0.6.11
4162026-06-26T04:08:40.249Z Downloaded zerocopy-derive v0.7.35
4172026-06-26T04:08:40.285Z Downloaded unicode-xid v0.2.6
4182026-06-26T04:08:40.300Z Downloaded toml v0.8.23
4192026-06-26T04:08:40.353Z Downloaded writeable v0.6.2
4202026-06-26T04:08:40.465Z Downloaded yoke v0.8.1
4212026-06-26T04:08:40.471Z Downloaded toml_edit v0.22.27
4222026-06-26T04:08:40.497Z Downloaded unicode-ident v1.0.24
4232026-06-26T04:08:40.501Z Downloaded zerofrom-derive v0.1.6
4242026-06-26T04:08:40.579Z Downloaded typenum v1.19.0
4252026-06-26T04:08:40.741Z Downloaded yoke-derive v0.8.1
4262026-06-26T04:08:40.794Z Compiling proc-macro2 v1.0.106
4272026-06-26T04:08:40.794Z Compiling unicode-ident v1.0.24
4282026-06-26T04:08:40.795Z Compiling quote v1.0.45
4292026-06-26T04:08:40.795Z Compiling serde_core v1.0.228
4302026-06-26T04:08:40.795Z Compiling libc v0.2.185
4312026-06-26T04:08:40.798Z Compiling version_check v0.9.5
4322026-06-26T04:08:40.798Z Compiling serde v1.0.228
4332026-06-26T04:08:40.798Z Compiling memchr v2.8.0
4342026-06-26T04:08:41.121Z Compiling stable_deref_trait v1.2.1
4352026-06-26T04:08:41.191Z Compiling zmij v1.0.21
4362026-06-26T04:08:41.382Z Compiling thiserror v1.0.69
4372026-06-26T04:08:41.411Z Compiling itoa v1.0.17
4382026-06-26T04:08:41.411Z Compiling ucd-trie v0.1.7
4392026-06-26T04:08:41.654Z Compiling autocfg v1.5.0
4402026-06-26T04:08:41.684Z Compiling pest v2.8.6
4412026-06-26T04:08:41.786Z Compiling writeable v0.6.2
4422026-06-26T04:08:41.805Z Compiling litemap v0.8.1
4432026-06-26T04:08:41.846Z Compiling rustix v1.1.3
4442026-06-26T04:08:42.083Z Compiling icu_normalizer_data v2.1.1
4452026-06-26T04:08:42.178Z Compiling syn v2.0.117
4462026-06-26T04:08:42.263Z Compiling icu_properties_data v2.1.2
4472026-06-26T04:08:42.278Z Compiling byteorder v1.5.0
4482026-06-26T04:08:42.347Z Compiling errno v0.3.14
4492026-06-26T04:08:42.484Z Compiling serde_json v1.0.149
4502026-06-26T04:08:42.508Z Compiling bitflags v2.11.0
4512026-06-26T04:08:42.626Z Compiling num-traits v0.2.19
4522026-06-26T04:08:42.655Z Compiling typeid v1.0.3
4532026-06-26T04:08:42.732Z Compiling pest_meta v2.8.6
4542026-06-26T04:08:42.815Z Compiling hashbrown v0.17.0
4552026-06-26T04:08:42.926Z Compiling equivalent v1.0.2
4562026-06-26T04:08:43.017Z Compiling smallvec v1.15.1
4572026-06-26T04:08:43.237Z Compiling thread-id v4.2.2
4582026-06-26T04:08:43.270Z Compiling usdt-impl v0.5.0
4592026-06-26T04:08:43.328Z Compiling indexmap v2.14.0
4602026-06-26T04:08:43.357Z Compiling proc-macro-error-attr v1.0.4
4612026-06-26T04:08:43.375Z Compiling toml_write v0.1.2
4622026-06-26T04:08:43.518Z Compiling syn v1.0.109
4632026-06-26T04:08:43.544Z Compiling erased-serde v0.4.9
4642026-06-26T04:08:43.584Z Compiling winnow v0.7.14
4652026-06-26T04:08:43.998Z Compiling proc-macro-error v1.0.4
4662026-06-26T04:08:44.020Z Compiling getrandom v0.4.1
4672026-06-26T04:08:44.185Z Compiling log v0.4.29
4682026-06-26T04:08:44.372Z Compiling thiserror v2.0.18
4692026-06-26T04:08:44.396Z Compiling camino v1.2.2
4702026-06-26T04:08:44.429Z Compiling utf8_iter v1.0.4
4712026-06-26T04:08:44.502Z Compiling utf8parse v0.2.2
4722026-06-26T04:08:44.570Z Compiling plain v0.2.3
4732026-06-26T04:08:44.618Z Compiling percent-encoding v2.3.2
4742026-06-26T04:08:44.680Z Compiling anstyle-parse v1.0.0
4752026-06-26T04:08:44.780Z Compiling form_urlencoded v1.2.2
4762026-06-26T04:08:44.818Z Compiling ordered-float v2.10.1
4772026-06-26T04:08:44.865Z Compiling synstructure v0.13.2
4782026-06-26T04:08:44.882Z Compiling pest_generator v2.8.6
4792026-06-26T04:08:45.085Z Compiling terminal_size v0.4.3
4802026-06-26T04:08:45.226Z Compiling is_terminal_polyfill v1.70.2
4812026-06-26T04:08:45.324Z Compiling colorchoice v1.0.4
4822026-06-26T04:08:45.333Z Compiling anstyle-query v1.1.5
4832026-06-26T04:08:45.398Z Compiling pretty-hex v0.4.1
4842026-06-26T04:08:45.430Z Compiling anstyle v1.0.14
4852026-06-26T04:08:45.449Z Compiling cfg-if v1.0.4
4862026-06-26T04:08:45.449Z Compiling serde-untagged v0.1.9
4872026-06-26T04:08:45.577Z Compiling semver v1.0.28
4882026-06-26T04:08:45.691Z Compiling anstream v1.0.0
4892026-06-26T04:08:45.705Z Compiling fs-err v3.3.0
4902026-06-26T04:08:45.723Z Compiling unicode-xid v0.2.6
4912026-06-26T04:08:45.860Z Compiling fnv v1.0.7
4922026-06-26T04:08:45.907Z Compiling anyhow v1.0.102
4932026-06-26T04:08:45.943Z Compiling heck v0.4.1
4942026-06-26T04:08:45.955Z Compiling heck v0.5.0
4952026-06-26T04:08:45.963Z Compiling strsim v0.11.1
4962026-06-26T04:08:45.982Z Compiling fastrand v2.3.0
4972026-06-26T04:08:46.183Z Compiling once_cell v1.21.3
4982026-06-26T04:08:46.193Z Compiling unicode-width v0.1.14
4992026-06-26T04:08:46.240Z Compiling clap_lex v1.0.0
5002026-06-26T04:08:46.300Z Compiling bytecount v0.6.9
5012026-06-26T04:08:46.390Z Compiling tempfile v3.25.0
5022026-06-26T04:08:46.439Z Compiling papergrid v0.11.0
5032026-06-26T04:08:46.456Z Compiling clap_builder v4.6.0
5042026-06-26T04:08:46.524Z Compiling serde_derive v1.0.228
5052026-06-26T04:08:46.584Z Compiling zerofrom-derive v0.1.6
5062026-06-26T04:08:46.677Z Compiling yoke-derive v0.8.1
5072026-06-26T04:08:46.764Z Compiling zerovec-derive v0.11.2
5082026-06-26T04:08:47.069Z Compiling displaydoc v0.2.5
5092026-06-26T04:08:47.835Z Compiling thiserror-impl v1.0.69
5102026-06-26T04:08:47.996Z Compiling zerocopy-derive v0.7.35
5112026-06-26T04:08:47.996Z Compiling pest_derive v2.8.6
5122026-06-26T04:08:47.996Z Compiling scroll_derive v0.12.1
5132026-06-26T04:08:48.066Z Compiling zerofrom v0.1.6
5142026-06-26T04:08:48.095Z Compiling yoke v0.8.1
5152026-06-26T04:08:48.276Z Compiling zerovec v0.11.5
5162026-06-26T04:08:48.313Z Compiling zerotrie v0.2.3
5172026-06-26T04:08:48.643Z Compiling scroll v0.12.0
5182026-06-26T04:08:48.722Z Compiling thiserror-impl v2.0.18
5192026-06-26T04:08:48.722Z Compiling zerocopy v0.7.35
5202026-06-26T04:08:48.898Z Compiling tinystr v0.8.2
5212026-06-26T04:08:48.951Z Compiling potential_utf v0.1.4
5222026-06-26T04:08:49.050Z Compiling icu_locale_core v2.1.1
5232026-06-26T04:08:49.112Z Compiling icu_collections v2.1.1
5242026-06-26T04:08:49.248Z Compiling dtrace-parser v0.2.0
5252026-06-26T04:08:49.275Z Compiling goblin v0.8.2
5262026-06-26T04:08:49.484Z Compiling tabled_derive v0.7.0
5272026-06-26T04:08:49.533Z Compiling clap_derive v4.6.1
5282026-06-26T04:08:49.900Z Compiling icu_provider v2.1.1
5292026-06-26T04:08:49.963Z Compiling toml_datetime v0.6.11
5302026-06-26T04:08:49.987Z Compiling serde_spanned v0.6.9
5312026-06-26T04:08:50.017Z Compiling dof v0.3.0
5322026-06-26T04:08:50.029Z Compiling serde_tokenstream v0.2.3
5332026-06-26T04:08:50.148Z Compiling icu_normalizer v2.1.1
5342026-06-26T04:08:50.200Z Compiling icu_properties v2.1.2
5352026-06-26T04:08:50.222Z Compiling toml_edit v0.22.27
5362026-06-26T04:08:50.409Z Compiling serde-value v0.7.0
5372026-06-26T04:08:50.480Z Compiling cargo-platform v0.2.0
5382026-06-26T04:08:50.678Z Compiling memmap v0.7.0
5392026-06-26T04:08:50.746Z Compiling smawk v0.3.2
5402026-06-26T04:08:50.770Z Compiling unicode-width v0.2.0
5412026-06-26T04:08:50.860Z Compiling unicode-linebreak v0.1.5
5422026-06-26T04:08:50.884Z Compiling tabled v0.15.0
5432026-06-26T04:08:50.923Z Compiling usdt-macro v0.5.0
5442026-06-26T04:08:51.063Z Compiling usdt-attr-macro v0.5.0
5452026-06-26T04:08:51.125Z Compiling idna_adapter v1.2.1
5462026-06-26T04:08:51.251Z Compiling idna v1.1.0
5472026-06-26T04:08:51.272Z Compiling clap v4.6.1
5482026-06-26T04:08:51.325Z Compiling textwrap v0.16.2
5492026-06-26T04:08:51.358Z Compiling macaddr v1.0.1
5502026-06-26T04:08:51.615Z Compiling url v2.5.8
5512026-06-26T04:08:51.739Z Compiling toml v0.8.23
5522026-06-26T04:08:51.902Z Compiling camino-tempfile v1.4.1
5532026-06-26T04:08:52.113Z Compiling cargo-util-schemas v0.8.2
5542026-06-26T04:08:52.275Z Compiling cargo_toml v0.21.0
5552026-06-26T04:08:52.325Z Compiling swrite v0.1.0
5562026-06-26T04:08:52.427Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-26T04:08:52.578Z Compiling usdt v0.5.0
5582026-06-26T04:08:53.030Z Compiling cargo_metadata v0.21.0
5592026-06-26T04:08:53.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-26T04:08:56.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.74s
5612026-06-26T04:08:56.270Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-26T04:08:56.770Z Downloading crates ...
5632026-06-26T04:08:56.867Z Downloaded aead v0.5.2
5642026-06-26T04:08:56.871Z Downloaded async-stream-impl v0.3.6
5652026-06-26T04:08:56.879Z Downloaded adler2 v2.0.1
5662026-06-26T04:08:56.882Z Downloaded async-compression v0.4.41
5672026-06-26T04:08:56.889Z Downloaded bumpalo v3.20.2
5682026-06-26T04:08:56.894Z Downloaded convert_case v0.10.0
5692026-06-26T04:08:56.894Z Downloaded darling v0.20.11
5702026-06-26T04:08:56.900Z Downloaded compression-codecs v0.4.37
5712026-06-26T04:08:56.900Z Downloaded dirs-sys-next v0.1.2
5722026-06-26T04:08:56.900Z Downloaded crc8 v0.1.1
5732026-06-26T04:08:56.905Z Downloaded ascii-canvas v3.0.0
5742026-06-26T04:08:56.905Z Downloaded diff v0.1.13
5752026-06-26T04:08:56.909Z Downloaded crossbeam-deque v0.8.6
5762026-06-26T04:08:56.909Z Downloaded embedded-io v0.6.1
5772026-06-26T04:08:56.910Z Downloaded atomic-waker v1.1.2
5782026-06-26T04:08:56.923Z Downloaded float-ord v0.3.2
5792026-06-26T04:08:56.923Z Downloaded diesel_derives v2.3.7
5802026-06-26T04:08:56.923Z Downloaded backon v1.6.0
5812026-06-26T04:08:56.930Z Downloaded async-recursion v1.1.1
5822026-06-26T04:08:56.930Z Downloaded der v0.7.10
5832026-06-26T04:08:56.930Z Downloaded anstream v0.6.21
5842026-06-26T04:08:56.930Z Downloaded darling_macro v0.20.11
5852026-06-26T04:08:56.930Z Downloaded bit-vec v0.8.0
5862026-06-26T04:08:56.930Z Downloaded bitfield-struct v0.6.2
5872026-06-26T04:08:56.930Z Downloaded daft-derive v0.1.7
5882026-06-26T04:08:56.933Z Downloaded darling v0.21.3
5892026-06-26T04:08:56.936Z Downloaded bcs v0.1.6
5902026-06-26T04:08:56.936Z Downloaded crossbeam-epoch v0.9.18
5912026-06-26T04:08:56.939Z Downloaded darling_core v0.23.0
5922026-06-26T04:08:56.942Z Downloaded ff v0.13.1
5932026-06-26T04:08:56.942Z Downloaded crucible-workspace-hack v0.1.0
5942026-06-26T04:08:56.942Z Downloaded crc-catalog v2.4.0
5952026-06-26T04:08:56.945Z Downloaded diesel_table_macro_syntax v0.3.0
5962026-06-26T04:08:56.945Z Downloaded critical-section v1.2.0
5972026-06-26T04:08:56.945Z Downloaded derive-ex v0.1.8
5982026-06-26T04:08:56.948Z Downloaded darling_macro v0.13.4
5992026-06-26T04:08:56.948Z Downloaded crossbeam-utils v0.8.21
6002026-06-26T04:08:56.948Z Downloaded crunchy v0.2.4
6012026-06-26T04:08:56.951Z Downloaded bit-vec v0.6.3
6022026-06-26T04:08:56.951Z Downloaded argon2 v0.5.3
6032026-06-26T04:08:56.951Z Downloaded data-encoding v2.10.0
6042026-06-26T04:08:56.956Z Downloaded ar_archive_writer v0.5.1
6052026-06-26T04:08:56.959Z Downloaded atty v0.2.14
6062026-06-26T04:08:56.959Z Downloaded darling v0.13.4
6072026-06-26T04:08:56.959Z Downloaded bit-set v0.8.0
6082026-06-26T04:08:56.964Z Downloaded assert_matches v1.5.0
6092026-06-26T04:08:56.964Z Downloaded async-stream v0.3.6
6102026-06-26T04:08:56.964Z Downloaded anstyle-parse v0.2.7
6112026-06-26T04:08:56.969Z Downloaded arrayref v0.3.9
6122026-06-26T04:08:56.969Z Downloaded crc v3.4.0
6132026-06-26T04:08:56.972Z Downloaded cargo-platform v0.3.2
6142026-06-26T04:08:56.972Z Downloaded base16ct v0.2.0
6152026-06-26T04:08:56.972Z Downloaded bitfield v0.19.4
6162026-06-26T04:08:56.975Z Downloaded derive_builder_core v0.20.2
6172026-06-26T04:08:56.975Z Downloaded cexpr v0.6.0
6182026-06-26T04:08:56.978Z Downloaded bitfield-macros v0.19.4
6192026-06-26T04:08:56.978Z Downloaded derive-where v1.6.0
6202026-06-26T04:08:56.982Z Downloaded darling_macro v0.23.0
6212026-06-26T04:08:56.982Z Downloaded derive_more v2.1.1
6222026-06-26T04:08:56.985Z Downloaded futures-core v0.3.32
6232026-06-26T04:08:56.988Z Downloaded bit-set v0.5.3
6242026-06-26T04:08:56.988Z Downloaded bb8 v0.8.6
6252026-06-26T04:08:56.988Z Downloaded backoff v0.4.0
6262026-06-26T04:08:56.991Z Downloaded ahash v0.8.12
6272026-06-26T04:08:56.994Z Downloaded aes v0.8.4
6282026-06-26T04:08:56.994Z Downloaded difflib v0.4.0
6292026-06-26T04:08:56.997Z Downloaded arrayvec v0.7.6
6302026-06-26T04:08:56.997Z Downloaded cstr-argument v0.1.2
6312026-06-26T04:08:56.997Z Downloaded cbc v0.1.2
6322026-06-26T04:08:57.001Z Downloaded base64ct v1.8.3
6332026-06-26T04:08:57.001Z Downloaded document-features v0.2.12
6342026-06-26T04:08:57.004Z Downloaded dunce v1.0.5
6352026-06-26T04:08:57.005Z Downloaded darling_core v0.13.4
6362026-06-26T04:08:57.005Z Downloaded env_filter v1.0.0
6372026-06-26T04:08:57.007Z Downloaded dyn-clone v1.0.20
6382026-06-26T04:08:57.007Z Downloaded csv-core v0.1.13
6392026-06-26T04:08:57.007Z Downloaded cobs v0.3.0
6402026-06-26T04:08:57.010Z Downloaded block-padding v0.3.3
6412026-06-26T04:08:57.010Z Downloaded atomicwrites v0.4.4
6422026-06-26T04:08:57.010Z Downloaded castaway v0.2.4
6432026-06-26T04:08:57.014Z Downloaded float-cmp v0.10.0
6442026-06-26T04:08:57.017Z Downloaded enum-as-inner v0.6.1
6452026-06-26T04:08:57.017Z Downloaded fixedbitset v0.4.2
6462026-06-26T04:08:57.020Z Downloaded cassowary v0.3.0
6472026-06-26T04:08:57.020Z Downloaded cfg_aliases v0.1.1
6482026-06-26T04:08:57.024Z Downloaded cpufeatures v0.3.0
6492026-06-26T04:08:57.024Z Downloaded array-init v0.0.4
6502026-06-26T04:08:57.024Z Downloaded defmt v1.0.1
6512026-06-26T04:08:57.027Z Downloaded flagset v0.4.7
6522026-06-26T04:08:57.027Z Downloaded find-msvc-tools v0.1.9
6532026-06-26T04:08:57.030Z Downloaded deranged v0.5.8
6542026-06-26T04:08:57.030Z Downloaded futures-macro v0.3.32
6552026-06-26T04:08:57.033Z Downloaded ena v0.14.4
6562026-06-26T04:08:57.033Z Downloaded foreign-types-shared v0.3.1
6572026-06-26T04:08:57.036Z Downloaded foreign-types-shared v0.1.1
6582026-06-26T04:08:57.039Z Downloaded compression-core v0.4.31
6592026-06-26T04:08:57.039Z Downloaded half v1.8.3
6602026-06-26T04:08:57.043Z Downloaded defmt-macros v1.0.1
6612026-06-26T04:08:57.046Z Downloaded dropshot-api-manager-types v0.7.2
6622026-06-26T04:08:57.049Z Downloaded display-error-chain v0.2.2
6632026-06-26T04:08:57.049Z Downloaded fs_extra v1.3.0
6642026-06-26T04:08:57.052Z Downloaded derive_builder_macro v0.20.2
6652026-06-26T04:08:57.055Z Downloaded ciborium-io v0.2.2
6662026-06-26T04:08:57.058Z Downloaded dirs-next v2.0.0
6672026-06-26T04:08:57.058Z Downloaded convert_case v0.4.0
6682026-06-26T04:08:57.058Z Downloaded downcast-rs v2.0.2
6692026-06-26T04:08:57.062Z Downloaded cfg_aliases v0.2.1
6702026-06-26T04:08:57.066Z Downloaded fd-lock v4.0.4
6712026-06-26T04:08:57.074Z Downloaded const_format_proc_macros v0.2.34
6722026-06-26T04:08:57.075Z Downloaded cookie v0.18.1
6732026-06-26T04:08:57.075Z Downloaded async-bb8-diesel v0.2.1
6742026-06-26T04:08:57.075Z Downloaded cmake v0.1.57
6752026-06-26T04:08:57.075Z Downloaded cipher v0.4.4
6762026-06-26T04:08:57.075Z Downloaded bitvec v1.0.1
6772026-06-26T04:08:57.080Z Downloaded hash32 v0.2.1
6782026-06-26T04:08:57.083Z Downloaded illumos-nvpair-sys v0.2.0
6792026-06-26T04:08:57.083Z Downloaded futures-io v0.3.32
6802026-06-26T04:08:57.083Z Downloaded funty v2.0.0
6812026-06-26T04:08:57.087Z Downloaded futures-task v0.3.32
6822026-06-26T04:08:57.087Z Downloaded git-stub v1.0.0
6832026-06-26T04:08:57.087Z Downloaded git-stub-vcs v0.1.0
6842026-06-26T04:08:57.087Z Downloaded fxhash v0.2.1
6852026-06-26T04:08:57.092Z Downloaded foreign-types-macros v0.2.3
6862026-06-26T04:08:57.092Z Downloaded foreign-types v0.3.2
6872026-06-26T04:08:57.092Z Downloaded byte-wrapper v0.1.0
6882026-06-26T04:08:57.092Z Downloaded headers-core v0.3.0
6892026-06-26T04:08:57.092Z Downloaded drift v0.2.0
6902026-06-26T04:08:57.106Z Downloaded hex v0.4.3
6912026-06-26T04:08:57.113Z Downloaded http-range v0.1.5
6922026-06-26T04:08:57.113Z Downloaded daft v0.1.7
6932026-06-26T04:08:57.113Z Downloaded buf-list v1.1.2
6942026-06-26T04:08:57.113Z Downloaded filetime v0.2.27
6952026-06-26T04:08:57.113Z Downloaded colored v3.1.1
6962026-06-26T04:08:57.113Z Downloaded chacha20 v0.9.1
6972026-06-26T04:08:57.113Z Downloaded globwalk v0.9.1
6982026-06-26T04:08:57.113Z Downloaded globset v0.4.18
6992026-06-26T04:08:57.113Z Downloaded futures-executor v0.3.32
7002026-06-26T04:08:57.113Z Downloaded cancel-safe-futures v0.1.5
7012026-06-26T04:08:57.116Z Downloaded hash32 v0.3.1
7022026-06-26T04:08:57.116Z Downloaded foreign-types v0.5.0
7032026-06-26T04:08:57.116Z Downloaded foldhash v0.1.5
7042026-06-26T04:08:57.116Z Downloaded blake2 v0.10.6
7052026-06-26T04:08:57.116Z Downloaded hyper-tls v0.6.0
7062026-06-26T04:08:57.116Z Downloaded const-oid v0.9.6
7072026-06-26T04:08:57.119Z Downloaded dropshot_endpoint v0.17.0
7082026-06-26T04:08:57.119Z Downloaded corncobs v0.1.4
7092026-06-26T04:08:57.122Z Downloaded darling_core v0.20.11
7102026-06-26T04:08:57.124Z Downloaded group v0.13.0
7112026-06-26T04:08:57.124Z Downloaded fatfs v0.3.6
7122026-06-26T04:08:57.130Z Downloaded foldhash v0.2.0
7132026-06-26T04:08:57.130Z Downloaded constant_time_eq v0.4.2
7142026-06-26T04:08:57.135Z Downloaded hubpack v0.1.2
7152026-06-26T04:08:57.135Z Downloaded hex-literal v0.4.1
7162026-06-26T04:08:57.135Z Downloaded instability v0.3.11
7172026-06-26T04:08:57.135Z Downloaded illumos-nvpair v0.3.0
7182026-06-26T04:08:57.135Z Downloaded is_ci v1.2.0
7192026-06-26T04:08:57.135Z Downloaded hubpack_derive v0.1.1
7202026-06-26T04:08:57.135Z Downloaded hostname v0.3.1
7212026-06-26T04:08:57.139Z Downloaded home v0.5.12
7222026-06-26T04:08:57.139Z Downloaded ident_case v1.0.1
7232026-06-26T04:08:57.139Z Downloaded instant v0.1.13
7242026-06-26T04:08:57.139Z Downloaded cargo_metadata v0.23.1
7252026-06-26T04:08:57.139Z Downloaded async-trait v0.1.89
7262026-06-26T04:08:57.143Z Downloaded half v2.7.1
7272026-06-26T04:08:57.143Z Downloaded des v0.8.1
7282026-06-26T04:08:57.146Z Downloaded derive_more v0.99.20
7292026-06-26T04:08:57.146Z Downloaded ipnet v2.11.0
7302026-06-26T04:08:57.149Z Downloaded colored v2.2.0
7312026-06-26T04:08:57.149Z Downloaded chacha20 v0.10.0
7322026-06-26T04:08:57.151Z Downloaded camino-tempfile-ext v0.3.3
7332026-06-26T04:08:57.151Z Downloaded futures-channel v0.3.32
7342026-06-26T04:08:57.154Z Downloaded fs-err v2.11.0
7352026-06-26T04:08:57.154Z Downloaded fallible-iterator v0.2.0
7362026-06-26T04:08:57.154Z Downloaded allocator-api2 v0.2.21
7372026-06-26T04:08:57.159Z Downloaded ingot-types v0.1.2
7382026-06-26T04:08:57.159Z Downloaded env_logger v0.11.9
7392026-06-26T04:08:57.163Z Downloaded darling_core v0.21.3
7402026-06-26T04:08:57.163Z Downloaded blowfish v0.9.1
7412026-06-26T04:08:57.173Z Downloaded bzip2 v0.4.4
7422026-06-26T04:08:57.173Z Downloaded linked-hash-map v0.5.6
7432026-06-26T04:08:57.173Z Downloaded elliptic-curve v0.13.8
7442026-06-26T04:08:57.173Z Downloaded internet-checksum v0.2.1
7452026-06-26T04:08:57.173Z Downloaded clang-sys v1.8.1
7462026-06-26T04:08:57.173Z Downloaded ciborium-ll v0.2.2
7472026-06-26T04:08:57.179Z Downloaded lalrpop-util v0.19.12
7482026-06-26T04:08:57.179Z Downloaded ed25519-dalek v2.2.0
7492026-06-26T04:08:57.179Z Downloaded console v0.16.2
7502026-06-26T04:08:57.179Z Downloaded ipnetwork v0.21.1
7512026-06-26T04:08:57.179Z Downloaded impl-trait-for-tuples v0.2.3
7522026-06-26T04:08:57.183Z Downloaded const_format v0.2.35
7532026-06-26T04:08:57.183Z Downloaded ciborium v0.2.2
7542026-06-26T04:08:57.183Z Downloaded fixedbitset v0.5.7
7552026-06-26T04:08:57.186Z Downloaded kstat-rs v0.2.4
7562026-06-26T04:08:57.186Z Downloaded keccak v0.1.6
7572026-06-26T04:08:57.186Z Downloaded http-body-util v0.1.3
7582026-06-26T04:08:57.189Z Downloaded newline-converter v0.3.0
7592026-06-26T04:08:57.189Z Downloaded indexmap v1.9.3
7602026-06-26T04:08:57.192Z Downloaded flume v0.11.1
7612026-06-26T04:08:57.195Z Downloaded console v0.15.11
7622026-06-26T04:08:57.198Z Downloaded endian-type v0.1.2
7632026-06-26T04:08:57.198Z Downloaded bzip2 v0.6.1
7642026-06-26T04:08:57.201Z Downloaded humantime v2.3.0
7652026-06-26T04:08:57.243Z Downloaded lzss v0.8.2
7662026-06-26T04:08:57.243Z Downloaded is-terminal v0.4.17
7672026-06-26T04:08:57.249Z Downloaded lru-cache v0.1.2
7682026-06-26T04:08:57.249Z Downloaded getrandom v0.3.4
7692026-06-26T04:08:57.249Z Downloaded maybe-uninit v2.0.0
7702026-06-26T04:08:57.249Z Downloaded match_cfg v0.1.0
7712026-06-26T04:08:57.249Z Downloaded lru-slab v0.1.2
7722026-06-26T04:08:57.249Z Downloaded ingot v0.1.1
7732026-06-26T04:08:57.249Z Downloaded libscf-sys v1.1.0
7742026-06-26T04:08:57.249Z Downloaded hmac v0.12.1
7752026-06-26T04:08:57.250Z Downloaded indoc v2.0.7
7762026-06-26T04:08:57.250Z Downloaded erased-serde v0.3.31
7772026-06-26T04:08:57.250Z Downloaded mime v0.3.17
7782026-06-26T04:08:57.250Z Downloaded defmt-parser v1.0.0
7792026-06-26T04:08:57.250Z Downloaded defmt v0.3.100
7802026-06-26T04:08:57.250Z Downloaded num-conv v0.2.0
7812026-06-26T04:08:57.250Z Downloaded base64 v0.21.7
7822026-06-26T04:08:57.250Z Downloaded gethostname v0.5.0
7832026-06-26T04:08:57.250Z Downloaded linear-map v1.2.0
7842026-06-26T04:08:57.250Z Downloaded iana-time-zone v0.1.65
7852026-06-26T04:08:57.250Z Downloaded hyper-rustls v0.27.7
7862026-06-26T04:08:57.250Z Downloaded chacha20poly1305 v0.10.1
7872026-06-26T04:08:57.250Z Downloaded dsl_auto_type v0.2.0
7882026-06-26T04:08:57.250Z Downloaded curve25519-dalek-derive v0.1.1
7892026-06-26T04:08:57.250Z Downloaded lru v0.12.5
7902026-06-26T04:08:57.250Z Downloaded managed v0.8.0
7912026-06-26T04:08:57.250Z Downloaded arc-swap v1.8.2
7922026-06-26T04:08:57.254Z Downloaded maplit v1.0.2
7932026-06-26T04:08:57.254Z Downloaded lazy_static v1.5.0
7942026-06-26T04:08:57.254Z Downloaded dtrace-parser v0.3.0
7952026-06-26T04:08:57.254Z Downloaded new_debug_unreachable v1.0.6
7962026-06-26T04:08:57.254Z Downloaded http v1.4.0
7972026-06-26T04:08:57.257Z Downloaded libloading v0.8.9
7982026-06-26T04:08:57.260Z Downloaded futures-sink v0.3.32
7992026-06-26T04:08:57.261Z Downloaded compact_str v0.8.1
8002026-06-26T04:08:57.264Z Downloaded num_enum_derive v0.7.6
8012026-06-26T04:08:57.269Z Downloaded embedded-io v0.4.0
8022026-06-26T04:08:57.269Z Downloaded memoffset v0.9.1
8032026-06-26T04:08:57.269Z Downloaded md5 v0.7.0
8042026-06-26T04:08:57.269Z Downloaded ghash v0.5.1
8052026-06-26T04:08:57.272Z Downloaded base64 v0.22.1
8062026-06-26T04:08:57.272Z Downloaded debug-ignore v1.0.5
8072026-06-26T04:08:57.277Z Downloaded newtype_derive v0.1.6
8082026-06-26T04:08:57.277Z Downloaded der_derive v0.7.3
8092026-06-26T04:08:57.280Z Downloaded darling_macro v0.21.3
8102026-06-26T04:08:57.283Z Downloaded opaque-debug v0.3.1
8112026-06-26T04:08:57.286Z Downloaded bytes v1.11.1
8122026-06-26T04:08:57.286Z Downloaded nodrop v0.1.14
8132026-06-26T04:08:57.299Z Downloaded dropshot-api-manager v0.7.2
8142026-06-26T04:08:57.299Z Downloaded newtype-uuid-macros v0.1.0
8152026-06-26T04:08:57.302Z Downloaded num-derive v0.3.3
8162026-06-26T04:08:57.302Z Downloaded multimap v0.10.1
8172026-06-26T04:08:57.302Z Downloaded inout v0.1.4
8182026-06-26T04:08:57.302Z Downloaded ctr v0.9.2
8192026-06-26T04:08:57.305Z Downloaded hostname v0.4.2
8202026-06-26T04:08:57.305Z Downloaded headers v0.4.1
8212026-06-26T04:08:57.309Z Downloaded heapless v0.8.0
8222026-06-26T04:08:57.311Z Downloaded lock_api v0.4.14
8232026-06-26T04:08:57.314Z Downloaded oso-derive v0.27.3
8242026-06-26T04:08:57.314Z Downloaded derive_builder v0.20.2
8252026-06-26T04:08:57.319Z Downloaded libsw-core v0.3.2
8262026-06-26T04:08:57.319Z Downloaded ignore v0.4.25
8272026-06-26T04:08:57.321Z Downloaded num-complex v0.4.6
8282026-06-26T04:08:57.322Z Downloaded itertools v0.10.5
8292026-06-26T04:08:57.324Z Downloaded native-tls v0.2.18
8302026-06-26T04:08:57.327Z Downloaded mime_guess v2.0.5
8312026-06-26T04:08:57.327Z Downloaded hashbrown v0.16.1
8322026-06-26T04:08:57.330Z Downloaded indent_write v2.2.0
8332026-06-26T04:08:57.333Z Downloaded openssl-probe v0.1.6
8342026-06-26T04:08:57.333Z Downloaded ingot-macros v0.1.1
8352026-06-26T04:08:57.347Z Downloaded phf_shared v0.12.1
8362026-06-26T04:08:57.351Z Downloaded libefi-sys v0.1.0
8372026-06-26T04:08:57.351Z Downloaded num_enum v0.5.11
8382026-06-26T04:08:57.354Z Downloaded crc32fast v1.5.0
8392026-06-26T04:08:57.354Z Downloaded newtype-uuid v1.3.2
8402026-06-26T04:08:57.354Z Downloaded indoc v1.0.9
8412026-06-26T04:08:57.357Z Downloaded owo-colors v4.3.0
8422026-06-26T04:08:57.357Z Downloaded http-body v1.0.1
8432026-06-26T04:08:57.359Z Downloaded md-5 v0.10.6
8442026-06-26T04:08:57.360Z Downloaded cc v1.2.56
8452026-06-26T04:08:57.363Z Downloaded hickory-resolver v0.25.2
8462026-06-26T04:08:57.364Z Downloaded parse-size v1.1.0
8472026-06-26T04:08:57.366Z Downloaded packed_struct v0.10.1
8482026-06-26T04:08:57.366Z Downloaded num_enum v0.7.6
8492026-06-26T04:08:57.370Z Downloaded highway v1.3.0
8502026-06-26T04:08:57.370Z Downloaded pin-utils v0.1.0
8512026-06-26T04:08:57.373Z Downloaded peg-runtime v0.8.5
8522026-06-26T04:08:57.373Z Downloaded parse-display v0.10.0
8532026-06-26T04:08:57.373Z Downloaded olpc-cjson v0.1.4
8542026-06-26T04:08:57.373Z Downloaded ecdsa v0.16.9
8552026-06-26T04:08:57.376Z Downloaded h2 v0.4.13
8562026-06-26T04:08:57.379Z Downloaded parse-display-derive v0.10.0
8572026-06-26T04:08:57.379Z Downloaded libsw v3.5.0
8582026-06-26T04:08:57.382Z Downloaded openssl-macros v0.1.1
8592026-06-26T04:08:57.382Z Downloaded indicatif v0.18.4
8602026-06-26T04:08:57.385Z Downloaded num_threads v0.1.7
8612026-06-26T04:08:57.385Z Downloaded num_enum_derive v0.5.11
8622026-06-26T04:08:57.386Z Downloaded itertools v0.12.1
8632026-06-26T04:08:57.388Z Downloaded nonempty v0.12.0
8642026-06-26T04:08:57.391Z Downloaded glob v0.3.3
8652026-06-26T04:08:57.391Z Downloaded darling v0.23.0
8662026-06-26T04:08:57.397Z Downloaded parking_lot_core v0.8.6
8672026-06-26T04:08:57.400Z Downloaded openssl-probe v0.2.1
8682026-06-26T04:08:57.400Z Downloaded heapless v0.7.17
8692026-06-26T04:08:57.400Z Downloaded packed_struct_codegen v0.10.1
8702026-06-26T04:08:57.400Z Downloaded nanorand v0.7.0
8712026-06-26T04:08:57.400Z Downloaded ed25519 v2.2.3
8722026-06-26T04:08:57.404Z Downloaded diesel-dtrace v0.5.0
8732026-06-26T04:08:57.405Z Downloaded futures v0.3.32
8742026-06-26T04:08:57.414Z Downloaded crc-any v2.5.0
8752026-06-26T04:08:57.414Z Downloaded proc-macro-crate v3.4.0
8762026-06-26T04:08:57.414Z Downloaded precomputed-hash v0.1.1
8772026-06-26T04:08:57.414Z Downloaded pbkdf2 v0.12.2
8782026-06-26T04:08:57.414Z Downloaded either v1.15.0
8792026-06-26T04:08:57.414Z Downloaded path-slash v0.1.5
8802026-06-26T04:08:57.418Z Downloaded predicates-tree v1.0.13
8812026-06-26T04:08:57.418Z Downloaded proc-macro-crate v1.3.1
8822026-06-26T04:08:57.418Z Downloaded peg-macros v0.8.5
8832026-06-26T04:08:57.418Z Downloaded num-rational v0.4.2
8842026-06-26T04:08:57.424Z Downloaded hyper-staticfile v0.10.1
8852026-06-26T04:08:57.424Z Downloaded libbz2-rs-sys v0.2.2
8862026-06-26T04:08:57.425Z Downloaded paste v1.0.15
8872026-06-26T04:08:57.429Z Downloaded curve25519-dalek v4.1.3
8882026-06-26T04:08:57.432Z Downloaded predicates-core v1.0.10
8892026-06-26T04:08:57.436Z Downloaded pkg-config v0.3.32
8902026-06-26T04:08:57.436Z Downloaded phf_shared v0.13.1
8912026-06-26T04:08:57.436Z Downloaded pem-rfc7468 v0.7.0
8922026-06-26T04:08:57.436Z Downloaded hickory-resolver v0.24.4
8932026-06-26T04:08:57.440Z Downloaded progenitor-macro v0.14.0
8942026-06-26T04:08:57.440Z Downloaded getrandom v0.2.17
8952026-06-26T04:08:57.443Z Downloaded omicron-zone-package v0.12.2
8962026-06-26T04:08:57.444Z Downloaded ppv-lite86 v0.2.21
8972026-06-26T04:08:57.446Z Downloaded poly1305 v0.8.0
8982026-06-26T04:08:57.446Z Downloaded num-integer v0.1.46
8992026-06-26T04:08:57.446Z Downloaded phf v0.13.1
9002026-06-26T04:08:57.450Z Downloaded phf v0.12.1
9012026-06-26T04:08:57.450Z Downloaded password-hash v0.5.0
9022026-06-26T04:08:57.453Z Downloaded progenitor-client v0.14.0
9032026-06-26T04:08:57.454Z Downloaded num-derive v0.4.2
9042026-06-26T04:08:57.454Z Downloaded pin-project-internal v1.1.11
9052026-06-26T04:08:57.457Z Downloaded password-hash v0.4.2
9062026-06-26T04:08:57.457Z Downloaded httpdate v1.0.3
9072026-06-26T04:08:57.457Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-06-26T04:08:57.457Z Downloaded flate2 v1.1.9
9092026-06-26T04:08:57.460Z Downloaded polyval v0.6.2
9102026-06-26T04:08:57.460Z Downloaded parking_lot v0.11.2
9112026-06-26T04:08:57.463Z Downloaded miniz_oxide v0.8.9
9122026-06-26T04:08:57.466Z Downloaded progenitor v0.14.0
9132026-06-26T04:08:57.466Z Downloaded hyper-util v0.1.20
9142026-06-26T04:08:57.469Z Downloaded pkcs8 v0.10.2
9152026-06-26T04:08:57.477Z Downloaded peg v0.8.5
9162026-06-26T04:08:57.480Z Downloaded bindgen v0.71.1
9172026-06-26T04:08:57.480Z Downloaded pin-project-lite v0.2.17
9182026-06-26T04:08:57.483Z Downloaded rand_chacha v0.3.1
9192026-06-26T04:08:57.483Z Downloaded oso v0.27.3
9202026-06-26T04:08:57.486Z Downloaded parking_lot v0.12.5
9212026-06-26T04:08:57.486Z Downloaded nu-ansi-term v0.50.3
9222026-06-26T04:08:57.489Z Downloaded nibble_vec v0.1.0
9232026-06-26T04:08:57.493Z Downloaded r2d2 v0.8.10
9242026-06-26T04:08:57.498Z Downloaded progenitor-macro v0.13.0
9252026-06-26T04:08:57.501Z Downloaded jiff-static v0.2.21
9262026-06-26T04:08:57.504Z Downloaded bitflags v1.3.2
9272026-06-26T04:08:57.507Z Downloaded hickory-server v0.25.2
9282026-06-26T04:08:57.510Z Downloaded psm v0.1.30
9292026-06-26T04:08:57.511Z Downloaded recursive v0.1.1
9302026-06-26T04:08:57.511Z Downloaded parking_lot_core v0.9.12
9312026-06-26T04:08:57.514Z Downloaded rand_xorshift v0.4.0
9322026-06-26T04:08:57.514Z Downloaded hashbrown v0.12.3
9332026-06-26T04:08:57.518Z Downloaded progenitor-extras v0.2.0
9342026-06-26T04:08:57.518Z Downloaded memmap2 v0.9.10
9352026-06-26T04:08:57.518Z Downloaded quick-error v1.2.3
9362026-06-26T04:08:57.522Z Downloaded rand_chacha v0.9.0
9372026-06-26T04:08:57.522Z Downloaded oxnet v0.1.6
9382026-06-26T04:08:57.522Z Downloaded httparse v1.10.1
9392026-06-26T04:08:57.523Z Downloaded recursive-proc-macro-impl v0.1.1
9402026-06-26T04:08:57.529Z Downloaded pkcs5 v0.7.1
9412026-06-26T04:08:57.530Z Downloaded ref-cast v1.0.25
9422026-06-26T04:08:57.533Z Downloaded rustc_version v0.4.1
9432026-06-26T04:08:57.533Z Downloaded iddqd v0.4.2
9442026-06-26T04:08:57.533Z Downloaded rtoolbox v0.0.3
9452026-06-26T04:08:57.537Z Downloaded rand_seeder v0.4.0
9462026-06-26T04:08:57.538Z Downloaded radium v0.7.0
9472026-06-26T04:08:57.538Z Downloaded aes-gcm v0.10.3
9482026-06-26T04:08:57.538Z Downloaded postgres-types v0.2.12
9492026-06-26T04:08:57.541Z Downloaded predicates v3.1.4
9502026-06-26T04:08:57.544Z Downloaded rand_core v0.6.4
9512026-06-26T04:08:57.544Z Downloaded mio v1.2.0
9522026-06-26T04:08:57.549Z Downloaded ref-cast-impl v1.0.25
9532026-06-26T04:08:57.549Z Downloaded pin-project v1.1.11
9542026-06-26T04:08:57.552Z Downloaded expectorate v1.2.0
9552026-06-26T04:08:57.555Z Downloaded same-file v1.0.6
9562026-06-26T04:08:57.555Z Downloaded russh-cryptovec v0.7.3
9572026-06-26T04:08:57.557Z Downloaded derive_more-impl v2.1.1
9582026-06-26T04:08:57.560Z Downloaded quinn-udp v0.5.14
9592026-06-26T04:08:57.562Z Downloaded papergrid v0.17.0
9602026-06-26T04:08:57.565Z Downloaded minimal-lexical v0.2.1
9612026-06-26T04:08:57.568Z Downloaded multer v3.1.0
9622026-06-26T04:08:57.568Z Downloaded crypto-bigint v0.5.5
9632026-06-26T04:08:57.571Z Downloaded scrypt v0.11.0
9642026-06-26T04:08:57.573Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-26T04:08:57.573Z Downloaded postcard v1.1.3
9662026-06-26T04:08:57.576Z Downloaded p256 v0.13.2
9672026-06-26T04:08:57.578Z Downloaded progenitor v0.13.0
9682026-06-26T04:08:57.578Z Downloaded primeorder v0.13.6
9692026-06-26T04:08:57.581Z Downloaded rand_core v0.10.0
9702026-06-26T04:08:57.584Z Downloaded rand_core v0.9.5
9712026-06-26T04:08:57.587Z Downloaded resolv-conf v0.7.6
9722026-06-26T04:08:57.590Z Downloaded scopeguard v1.2.0
9732026-06-26T04:08:57.599Z Downloaded litrs v1.0.0
9742026-06-26T04:08:57.602Z Downloaded sapling-renderdag v0.1.0
9752026-06-26T04:08:57.602Z Downloaded progenitor-impl v0.14.0
9762026-06-26T04:08:57.605Z Downloaded secrecy v0.10.3
9772026-06-26T04:08:57.607Z Downloaded seq-macro v0.3.6
9782026-06-26T04:08:57.607Z Downloaded crossbeam-channel v0.5.15
9792026-06-26T04:08:57.609Z Downloaded serde_bytes v0.11.19
9802026-06-26T04:08:57.612Z Downloaded git2 v0.20.4
9812026-06-26T04:08:57.615Z Downloaded oxide-tokio-rt v0.1.4
9822026-06-26T04:08:57.618Z Downloaded scroll_derive v0.13.1
9832026-06-26T04:08:57.618Z Downloaded prettyplease v0.2.37
9842026-06-26T04:08:57.621Z Downloaded serde-big-array v0.5.1
9852026-06-26T04:08:57.621Z Downloaded ron v0.8.1
9862026-06-26T04:08:57.625Z Downloaded serde_urlencoded v0.7.1
9872026-06-26T04:08:57.628Z Downloaded serde_plain v1.0.2
9882026-06-26T04:08:57.628Z Downloaded bcrypt-pbkdf v0.10.0
9892026-06-26T04:08:57.631Z Downloaded russh-keys v0.45.0
9902026-06-26T04:08:57.635Z Downloaded rustls-pemfile v1.0.4
9912026-06-26T04:08:57.646Z Downloaded semver v0.1.20
9922026-06-26T04:08:57.650Z Downloaded hashbrown v0.13.2
9932026-06-26T04:08:57.655Z Downloaded siphasher v1.0.2
9942026-06-26T04:08:57.661Z Downloaded signature v2.2.0
9952026-06-26T04:08:57.661Z Downloaded sha1 v0.10.6
9962026-06-26T04:08:57.664Z Downloaded progenitor-client v0.13.0
9972026-06-26T04:08:57.664Z Downloaded signal-hook-tokio v0.3.1
9982026-06-26T04:08:57.664Z Downloaded slog-bunyan v2.5.0
9992026-06-26T04:08:57.669Z Downloaded num-bigint v0.4.6
10002026-06-26T04:08:57.674Z Downloaded rfc6979 v0.4.0
10012026-06-26T04:08:57.674Z Downloaded shell-words v1.1.1
10022026-06-26T04:08:57.674Z Downloaded serde_derive_internals v0.29.1
10032026-06-26T04:08:57.679Z Downloaded futures-util v0.3.32
10042026-06-26T04:08:57.681Z Downloaded serde_repr v0.1.20
10052026-06-26T04:08:57.684Z Downloaded serde-hex v0.1.0
10062026-06-26T04:08:57.684Z Downloaded secrecy v0.8.0
10072026-06-26T04:08:57.684Z Downloaded rusty-fork v0.3.1
10082026-06-26T04:08:57.687Z Downloaded sigpipe v0.1.3
10092026-06-26T04:08:57.687Z Downloaded aho-corasick v1.1.4
10102026-06-26T04:08:57.689Z Downloaded progenitor-impl v0.13.0
10112026-06-26T04:08:57.693Z Downloaded iri-string v0.7.10
10122026-06-26T04:08:57.698Z Downloaded rayon-core v1.13.0
10132026-06-26T04:08:57.711Z Downloaded prefix-trie v0.7.0
10142026-06-26T04:08:57.711Z Downloaded crossterm v0.28.1
10152026-06-26T04:08:57.716Z Downloaded nom v7.1.3
10162026-06-26T04:08:57.716Z Downloaded slog-envlogger v2.2.0
10172026-06-26T04:08:57.716Z Downloaded sct v0.7.1
10182026-06-26T04:08:57.716Z Downloaded hyper v1.8.1
10192026-06-26T04:08:57.716Z Downloaded sec1 v0.7.3
10202026-06-26T04:08:57.721Z Downloaded crossterm v0.29.0
10212026-06-26T04:08:57.721Z Downloaded rsa v0.9.10
10222026-06-26T04:08:57.725Z Downloaded rand v0.10.0
10232026-06-26T04:08:57.730Z Downloaded hashbrown v0.15.5
10242026-06-26T04:08:57.730Z Downloaded signal-hook-registry v1.4.8
10252026-06-26T04:08:57.732Z Downloaded serde_with_macros v1.5.2
10262026-06-26T04:08:57.732Z Downloaded num v0.4.3
10272026-06-26T04:08:57.732Z Downloaded ssh-encoding v0.2.0
10282026-06-26T04:08:57.732Z Downloaded rustls-pki-types v1.14.0
10292026-06-26T04:08:57.735Z Downloaded num-iter v0.1.45
10302026-06-26T04:08:57.735Z Downloaded strsim v0.10.0
10312026-06-26T04:08:57.735Z Downloaded itertools v0.14.0
10322026-06-26T04:08:57.740Z Downloaded itertools v0.13.0
10332026-06-26T04:08:57.744Z Downloaded shlex v1.3.0
10342026-06-26T04:08:57.748Z Downloaded rustls-platform-verifier v0.6.2
10352026-06-26T04:08:57.748Z Downloaded libxml v0.3.3
10362026-06-26T04:08:57.751Z Downloaded structmeta-derive v0.3.0
10372026-06-26T04:08:57.754Z Downloaded slog-scope v4.4.1
10382026-06-26T04:08:57.754Z Downloaded publicsuffix v2.3.0
10392026-06-26T04:08:57.756Z Downloaded hkdf v0.12.4
10402026-06-26T04:08:57.759Z Downloaded structmeta v0.3.0
10412026-06-26T04:08:57.762Z Downloaded strum v0.27.2
10422026-06-26T04:08:57.762Z Downloaded strum v0.26.3
10432026-06-26T04:08:57.762Z Downloaded serde_cbor v0.11.2
10442026-06-26T04:08:57.767Z Downloaded qorb v0.4.1
10452026-06-26T04:08:57.770Z Downloaded num-bigint-dig v0.8.6
10462026-06-26T04:08:57.774Z Downloaded snafu-derive v0.8.9
10472026-06-26T04:08:57.774Z Downloaded rustc-hash v2.1.1
10482026-06-26T04:08:57.780Z Downloaded sync_wrapper v1.0.2
10492026-06-26T04:08:57.780Z Downloaded smallvec v0.6.14
10502026-06-26T04:08:57.780Z Downloaded slog-json v2.6.1
10512026-06-26T04:08:57.788Z Downloaded serde_with_macros v3.17.0
10522026-06-26T04:08:57.789Z Downloaded phf_shared v0.11.3
10532026-06-26T04:08:57.789Z Downloaded powerfmt v0.2.0
10542026-06-26T04:08:57.803Z Downloaded normalize-line-endings v0.3.0
10552026-06-26T04:08:57.803Z Downloaded spki v0.7.3
10562026-06-26T04:08:57.803Z Downloaded static_assertions v1.1.0
10572026-06-26T04:08:57.803Z Downloaded stacker v0.1.23
10582026-06-26T04:08:57.803Z Downloaded libm v0.2.16
10592026-06-26T04:08:57.807Z Downloaded ryu v1.0.23
10602026-06-26T04:08:57.807Z Downloaded sqlformat v0.3.5
10612026-06-26T04:08:57.807Z Downloaded pbkdf2 v0.11.0
10622026-06-26T04:08:57.807Z Downloaded termtree v0.5.1
10632026-06-26T04:08:57.807Z Downloaded sync-ptr v0.1.4
10642026-06-26T04:08:57.810Z Downloaded string_cache v0.8.9
10652026-06-26T04:08:57.810Z Downloaded proc-macro-error2 v2.0.1
10662026-06-26T04:08:57.813Z Downloaded cookie_store v0.22.1
10672026-06-26T04:08:57.817Z Downloaded aws-lc-rs v1.16.3
10682026-06-26T04:08:57.820Z Downloaded tap v1.0.1
10692026-06-26T04:08:57.820Z Downloaded strum_macros v0.26.4
10702026-06-26T04:08:57.824Z Downloaded take_mut v0.2.2
10712026-06-26T04:08:57.824Z Downloaded rustls-pemfile v2.2.0
10722026-06-26T04:08:57.826Z Downloaded dropshot v0.17.0
10732026-06-26T04:08:57.838Z Downloaded tokio-macros v2.7.0
10742026-06-26T04:08:57.842Z Downloaded tinyvec_macros v0.1.1
10752026-06-26T04:08:57.842Z Downloaded time-core v0.1.8
10762026-06-26T04:08:57.842Z Downloaded thread-id v5.1.0
10772026-06-26T04:08:57.848Z Downloaded support-bundle-viewer v0.1.2
10782026-06-26T04:08:57.848Z Downloaded serde_spanned v1.0.4
10792026-06-26T04:08:57.849Z Downloaded strum_macros v0.24.3
10802026-06-26T04:08:57.849Z Downloaded slog-dtrace v0.3.0
10812026-06-26T04:08:57.849Z Downloaded slog-async v2.8.0
10822026-06-26T04:08:57.854Z Downloaded spin v0.9.8
10832026-06-26T04:08:57.854Z Downloaded serde_path_to_error v0.1.20
10842026-06-26T04:08:57.854Z Downloaded schemars v0.9.0
10852026-06-26T04:08:57.858Z Downloaded similar v2.7.0
10862026-06-26T04:08:57.868Z Downloaded strum_macros v0.27.2
10872026-06-26T04:08:57.868Z Downloaded signal-hook v0.3.18
10882026-06-26T04:08:57.868Z Downloaded salsa20 v0.10.2
10892026-06-26T04:08:57.871Z Downloaded tabled_derive v0.11.0
10902026-06-26T04:08:57.874Z Downloaded thiserror-no-std v2.0.2
10912026-06-26T04:08:57.877Z Downloaded subtle v2.6.1
10922026-06-26T04:08:57.877Z Downloaded strip-ansi-escapes v0.2.1
10932026-06-26T04:08:57.880Z Downloaded signal-hook-mio v0.2.5
10942026-06-26T04:08:57.880Z Downloaded ssh-cipher v0.2.0
10952026-06-26T04:08:57.880Z Downloaded tower-layer v0.3.3
10962026-06-26T04:08:57.883Z Downloaded termios v0.3.3
10972026-06-26T04:08:57.883Z Downloaded stringprep v0.1.5
10982026-06-26T04:08:57.883Z Downloaded samael v0.0.19
10992026-06-26T04:08:57.887Z Downloaded smf v0.2.3
11002026-06-26T04:08:57.890Z Downloaded schemars_derive v0.8.22
11012026-06-26T04:08:57.890Z Downloaded tiny-keccak v2.0.2
11022026-06-26T04:08:57.893Z Downloaded sqlparser_derive v0.5.0
11032026-06-26T04:08:57.893Z Downloaded thread_local v1.1.9
11042026-06-26T04:08:57.893Z Downloaded p521 v0.13.3
11052026-06-26T04:08:57.896Z Downloaded rustls-webpki v0.103.9
11062026-06-26T04:08:57.900Z Downloaded rcgen v0.12.1
11072026-06-26T04:08:57.900Z Downloaded rand v0.9.2
11082026-06-26T04:08:57.904Z Downloaded pem v3.0.6
11092026-06-26T04:08:57.905Z Downloaded nom v8.0.0
11102026-06-26T04:08:57.910Z Downloaded slog-term v2.9.2
11112026-06-26T04:08:57.910Z Downloaded supports-color v3.0.2
11122026-06-26T04:08:57.910Z Downloaded jobserver v0.1.34
11132026-06-26T04:08:57.914Z Downloaded trait-variant v0.1.2
11142026-06-26T04:08:57.914Z Downloaded tokio-test v0.4.5
11152026-06-26T04:08:57.914Z Downloaded thiserror-impl-no-std v2.0.2
11162026-06-26T04:08:57.919Z Downloaded topological-sort v0.2.2
11172026-06-26T04:08:57.919Z Downloaded schemars v0.8.22
11182026-06-26T04:08:57.924Z Downloaded term v0.7.0
11192026-06-26T04:08:57.931Z Downloaded rand v0.8.6
11202026-06-26T04:08:57.931Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11212026-06-26T04:08:57.935Z Downloaded tagptr v0.2.0
11222026-06-26T04:08:57.935Z Downloaded simd-adler32 v0.3.8
11232026-06-26T04:08:57.935Z Downloaded unit-prefix v0.5.2
11242026-06-26T04:08:57.935Z Downloaded scroll v0.13.0
11252026-06-26T04:08:57.935Z Downloaded tokio-tungstenite v0.23.1
11262026-06-26T04:08:57.938Z Downloaded moka v0.12.13
11272026-06-26T04:08:57.943Z Downloaded slab v0.4.12
11282026-06-26T04:08:57.943Z Downloaded postgres-protocol v0.6.10
11292026-06-26T04:08:57.947Z Downloaded tower-service v0.3.3
11302026-06-26T04:08:57.947Z Downloaded tokio-native-tls v0.3.1
11312026-06-26T04:08:57.947Z Downloaded tls_codec_derive v0.4.2
11322026-06-26T04:08:57.947Z Downloaded blake3 v1.8.5
11332026-06-26T04:08:57.950Z Downloaded typify-macro v0.6.2
11342026-06-26T04:08:57.954Z Downloaded testing_table v0.3.0
11352026-06-26T04:08:57.954Z Downloaded snafu v0.8.9
11362026-06-26T04:08:57.958Z Downloaded socket2 v0.5.10
11372026-06-26T04:08:57.958Z Downloaded universal-hash v0.5.1
11382026-06-26T04:08:57.958Z Downloaded tokio-dtrace v0.1.1
11392026-06-26T04:08:57.961Z Downloaded subprocess v0.2.15
11402026-06-26T04:08:57.961Z Downloaded unicode-truncate v1.1.0
11412026-06-26T04:08:57.961Z Downloaded tls_codec v0.4.2
11422026-06-26T04:08:57.967Z Downloaded schemars v1.2.1
11432026-06-26T04:08:57.972Z Downloaded untrusted v0.9.0
11442026-06-26T04:08:57.972Z Downloaded untrusted v0.7.1
11452026-06-26T04:08:57.976Z Downloaded try-lock v0.2.5
11462026-06-26T04:08:57.976Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-06-26T04:08:57.976Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-06-26T04:08:57.976Z Downloaded serde_yaml v0.9.34+deprecated
11492026-06-26T04:08:57.980Z Downloaded slog-stdlog v4.1.1
11502026-06-26T04:08:57.980Z Downloaded pkcs1 v0.7.5
11512026-06-26T04:08:57.983Z Downloaded usdt v0.6.0
11522026-06-26T04:08:57.983Z Downloaded usdt-attr-macro v0.6.0
11532026-06-26T04:08:57.983Z Downloaded usdt-macro v0.6.0
11542026-06-26T04:08:57.986Z Downloaded tui-tree-widget v0.23.1
11552026-06-26T04:08:57.986Z Downloaded tokio-stream v0.1.18
11562026-06-26T04:08:57.997Z Downloaded test-strategy v0.4.5
11572026-06-26T04:08:58.000Z Downloaded chrono v0.4.44
11582026-06-26T04:08:58.003Z Downloaded xattr v1.6.1
11592026-06-26T04:08:58.006Z Downloaded wait-timeout v0.2.1
11602026-06-26T04:08:58.006Z Downloaded utf-8 v0.7.6
11612026-06-26T04:08:58.011Z Downloaded zeroize_derive v1.4.3
11622026-06-26T04:08:58.016Z Downloaded unarray v0.1.4
11632026-06-26T04:08:58.016Z Downloaded openssl-sys v0.9.115
11642026-06-26T04:08:58.024Z Downloaded rustyline v14.0.0
11652026-06-26T04:08:58.029Z Downloaded tokio-rustls v0.25.0
11662026-06-26T04:08:58.034Z Downloaded tokio-tungstenite v0.21.0
11672026-06-26T04:08:58.037Z Downloaded unicase v2.9.0
11682026-06-26T04:08:58.041Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-06-26T04:08:58.044Z Downloaded pretty_assertions v1.4.1
11702026-06-26T04:08:58.045Z Downloaded tracing-attributes v0.1.31
11712026-06-26T04:08:58.052Z Downloaded usdt-impl v0.6.0
11722026-06-26T04:08:58.058Z Downloaded rpassword v7.4.0
11732026-06-26T04:08:58.066Z Downloaded twox-hash v2.1.2
11742026-06-26T04:08:58.069Z Downloaded whoami v1.6.1
11752026-06-26T04:08:58.069Z Downloaded vergen-lib v0.1.6
11762026-06-26T04:08:58.069Z Downloaded term v1.2.1
11772026-06-26T04:08:58.075Z Downloaded vergen-gitcl v1.0.8
11782026-06-26T04:08:58.079Z Downloaded vergen-git2 v9.1.0
11792026-06-26T04:08:58.079Z Downloaded toml v0.7.8
11802026-06-26T04:08:58.079Z Downloaded toml v1.0.6+spec-1.1.0
11812026-06-26T04:08:58.082Z Downloaded p384 v0.13.1
11822026-06-26T04:08:58.085Z Downloaded zone v0.3.1
11832026-06-26T04:08:58.085Z Downloaded tokio-rustls v0.26.4
11842026-06-26T04:08:58.085Z Downloaded tinyvec v1.10.0
11852026-06-26T04:08:58.089Z Downloaded void v1.0.2
11862026-06-26T04:08:58.095Z Downloaded dof v0.4.0
11872026-06-26T04:08:58.095Z Downloaded wyz v0.5.1
11882026-06-26T04:08:58.143Z Downloaded psl-types v2.0.11
11892026-06-26T04:08:58.143Z Downloaded tungstenite v0.23.0
11902026-06-26T04:08:58.143Z Downloaded vergen-lib v9.1.0
11912026-06-26T04:08:58.143Z Downloaded uzers v0.12.2
11922026-06-26T04:08:58.143Z Downloaded serde_with v1.14.0
11932026-06-26T04:08:58.143Z Downloaded socket2 v0.6.3
11942026-06-26T04:08:58.144Z Downloaded rayon v1.11.0
11952026-06-26T04:08:58.144Z Downloaded tungstenite v0.21.0
11962026-06-26T04:08:58.144Z Downloaded lalrpop v0.19.12
11972026-06-26T04:08:58.144Z Downloaded zone_cfg_derive v0.3.1
11982026-06-26T04:08:58.144Z Downloaded unicode-bidi v0.3.18
11992026-06-26T04:08:58.144Z Downloaded vsss-rs v3.3.4
12002026-06-26T04:08:58.144Z Downloaded uuid v1.23.0
12012026-06-26T04:08:58.144Z Downloaded tar v0.4.45
12022026-06-26T04:08:58.144Z Downloaded zstd v0.13.3
12032026-06-26T04:08:58.144Z Downloaded vergen v9.1.0
12042026-06-26T04:08:58.145Z Downloaded russh v0.45.0
12052026-06-26T04:08:58.145Z Downloaded unicode-properties v0.1.4
12062026-06-26T04:08:58.150Z Downloaded rustversion v1.0.22
12072026-06-26T04:08:58.150Z Downloaded whoami v2.1.0
12082026-06-26T04:08:58.150Z Downloaded xshell-macros v0.2.7
12092026-06-26T04:08:58.150Z Downloaded walkdir v2.5.0
12102026-06-26T04:08:58.155Z Downloaded vte v0.14.1
12112026-06-26T04:08:58.155Z Downloaded rustls-webpki v0.101.7
12122026-06-26T04:08:58.161Z Downloaded tracing-core v0.1.36
12132026-06-26T04:08:58.169Z Downloaded goblin v0.10.5
12142026-06-26T04:08:58.170Z Downloaded yasna v0.5.2
12152026-06-26T04:08:58.170Z Downloaded portable-atomic v1.13.1
12162026-06-26T04:08:58.173Z Downloaded waitgroup v0.1.2
12172026-06-26T04:08:58.173Z Downloaded quinn v0.11.9
12182026-06-26T04:08:58.176Z Downloaded steno v0.4.1
12192026-06-26T04:08:58.179Z Downloaded slog v2.8.2
12202026-06-26T04:08:58.179Z Downloaded time-macros v0.2.27
12212026-06-26T04:08:58.183Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-06-26T04:08:58.183Z Downloaded ssh-key v0.6.7
12232026-06-26T04:08:58.185Z Downloaded zstd-safe v7.2.4
12242026-06-26T04:08:58.189Z Downloaded zeroize v1.8.2
12252026-06-26T04:08:58.189Z Downloaded regex v1.12.3
12262026-06-26T04:08:58.192Z Downloaded toml_edit v0.19.15
12272026-06-26T04:08:58.200Z Downloaded xshell v0.2.7
12282026-06-26T04:08:58.204Z Downloaded rustls-native-certs v0.8.3
12292026-06-26T04:08:58.205Z Downloaded reedline v0.40.0
12302026-06-26T04:08:58.222Z Downloaded quick-xml v0.37.5
12312026-06-26T04:08:58.226Z Downloaded zopfli v0.8.3
12322026-06-26T04:08:58.226Z Downloaded unicode_categories v0.1.1
12332026-06-26T04:08:58.226Z Downloaded reqwest v0.12.28
12342026-06-26T04:08:58.226Z Downloaded tokio-postgres v0.7.16
12352026-06-26T04:08:58.230Z Downloaded zerocopy v0.6.6
12362026-06-26T04:08:58.234Z Downloaded typify v0.6.2
12372026-06-26T04:08:58.237Z Downloaded nix v0.27.1
12382026-06-26T04:08:58.240Z Downloaded salty v0.3.0
12392026-06-26T04:08:58.244Z Downloaded quinn-proto v0.11.13
12402026-06-26T04:08:58.252Z Downloaded tower v0.5.3
12412026-06-26T04:08:58.265Z Downloaded petname v2.0.2
12422026-06-26T04:08:58.272Z Downloaded proptest v1.10.0
12432026-06-26T04:08:58.277Z Downloaded zip v0.6.6
12442026-06-26T04:08:58.281Z Downloaded csv v1.4.0
12452026-06-26T04:08:58.292Z Downloaded zerocopy-derive v0.8.40
12462026-06-26T04:08:58.301Z Downloaded yansi v1.0.1
12472026-06-26T04:08:58.305Z Downloaded bstr v1.12.1
12482026-06-26T04:08:58.305Z Downloaded unicode-segmentation v1.12.0
12492026-06-26T04:08:58.309Z Downloaded typed-path v0.9.3
12502026-06-26T04:08:58.309Z Downloaded rustls-webpki v0.102.8
12512026-06-26T04:08:58.330Z Downloaded x509-cert v0.2.5
12522026-06-26T04:08:58.333Z Downloaded object v0.30.4
12532026-06-26T04:08:58.340Z Downloaded unicode-normalization v0.1.25
12542026-06-26T04:08:58.345Z Downloaded tokio-util v0.7.18
12552026-06-26T04:08:58.348Z Downloaded reqwest v0.13.2
12562026-06-26T04:08:58.356Z Downloaded tabwriter v1.4.1
12572026-06-26T04:08:58.356Z Downloaded tough v0.22.0
12582026-06-26T04:08:58.360Z Downloaded serde_with v3.17.0
12592026-06-26T04:08:58.367Z Downloaded zip v4.6.1
12602026-06-26T04:08:58.372Z Downloaded nix v0.28.0
12612026-06-26T04:08:58.375Z Downloaded radix_trie v0.2.1
12622026-06-26T04:08:58.378Z Downloaded tower-http v0.6.8
12632026-06-26T04:08:58.382Z Downloaded polar-core v0.27.3
12642026-06-26T04:08:58.403Z Downloaded nix v0.31.2
12652026-06-26T04:08:58.415Z Downloaded winnow v0.6.26
12662026-06-26T04:08:58.428Z Downloaded diesel v2.3.7
12672026-06-26T04:08:58.440Z Downloaded winnow v0.5.40
12682026-06-26T04:08:58.444Z Downloaded rustls v0.21.12
12692026-06-26T04:08:58.450Z Downloaded tabled v0.20.0
12702026-06-26T04:08:58.466Z Downloaded regex-syntax v0.8.10
12712026-06-26T04:08:58.471Z Downloaded hickory-proto v0.24.4
12722026-06-26T04:08:58.474Z Downloaded regex-syntax v0.6.29
12732026-06-26T04:08:58.477Z Downloaded hickory-proto v0.25.2
12742026-06-26T04:08:58.484Z Downloaded zlib-rs v0.6.2
12752026-06-26T04:08:58.487Z Downloaded openapiv3 v2.2.0
12762026-06-26T04:08:58.494Z Downloaded regress v0.11.1
12772026-06-26T04:08:58.498Z Downloaded time v0.3.47
12782026-06-26T04:08:58.508Z Downloaded smoltcp v0.9.1
12792026-06-26T04:08:58.530Z Downloaded vcpkg v0.2.15
12802026-06-26T04:08:58.551Z Downloaded webpki-roots v1.0.6
12812026-06-26T04:08:58.568Z Downloaded openssl v0.10.79
12822026-06-26T04:08:58.576Z Downloaded smoltcp v0.11.0
12832026-06-26T04:08:58.582Z Downloaded rustix v0.38.44
12842026-06-26T04:08:58.604Z Downloaded regress v0.10.5
12852026-06-26T04:08:58.620Z Downloaded object v0.37.3
12862026-06-26T04:08:58.626Z Downloaded rustls v0.23.37
12872026-06-26T04:08:58.626Z Downloaded rustls v0.22.4
12882026-06-26T04:08:58.631Z Downloaded zerocopy v0.8.40
12892026-06-26T04:08:58.637Z Downloaded sqlparser v0.61.0
12902026-06-26T04:08:58.642Z Downloaded chrono-tz v0.10.4
12912026-06-26T04:08:58.651Z Downloaded sled v0.34.7
12922026-06-26T04:08:58.656Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-06-26T04:08:58.667Z Downloaded ratatui v0.29.0
12942026-06-26T04:08:58.678Z Downloaded typify-impl v0.6.2
12952026-06-26T04:08:58.685Z Downloaded tracing v0.1.44
12962026-06-26T04:08:58.695Z Downloaded unsafe-libyaml v0.2.11
12972026-06-26T04:08:58.698Z Downloaded jiff v0.2.21
12982026-06-26T04:08:58.710Z Downloaded regex-automata v0.4.14
12992026-06-26T04:08:58.728Z Downloaded want v0.3.1
13002026-06-26T04:08:58.736Z Downloaded petgraph v0.6.5
13012026-06-26T04:08:58.766Z Downloaded zerocopy-derive v0.6.6
13022026-06-26T04:08:58.771Z Downloaded tokio v1.52.1
13032026-06-26T04:08:58.827Z Downloaded libz-sys v1.1.24
13042026-06-26T04:08:58.867Z Downloaded tokio-rustls v0.24.1
13052026-06-26T04:08:58.870Z Downloaded petgraph v0.8.3
13062026-06-26T04:08:58.880Z Downloaded sha3 v0.10.8
13072026-06-26T04:08:58.894Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-26T04:08:58.931Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-06-26T04:08:58.942Z Downloaded encoding_rs v0.8.35
13102026-06-26T04:08:58.979Z Downloaded ring v0.17.14
13112026-06-26T04:08:59.433Z Downloaded aws-lc-sys v0.40.0
13122026-06-26T04:08:59.909Z Downloaded rustc_version v0.1.7
13132026-06-26T04:09:00.017Z Compiling libc v0.2.185
13142026-06-26T04:09:00.017Z Compiling serde v1.0.228
13152026-06-26T04:09:00.020Z Compiling log v0.4.29
13162026-06-26T04:09:00.020Z Compiling find-msvc-tools v0.1.9
13172026-06-26T04:09:00.173Z Compiling shlex v1.3.0
13182026-06-26T04:09:00.173Z Compiling smallvec v1.15.1
13192026-06-26T04:09:00.181Z Compiling syn v2.0.117
13202026-06-26T04:09:00.194Z Compiling typenum v1.19.0
13212026-06-26T04:09:00.361Z Compiling generic-array v0.14.7
13222026-06-26T04:09:00.366Z Compiling subtle v2.6.1
13232026-06-26T04:09:00.388Z Compiling scopeguard v1.2.0
13242026-06-26T04:09:00.415Z Compiling const-oid v0.9.6
13252026-06-26T04:09:00.471Z Compiling lock_api v0.4.14
13262026-06-26T04:09:00.491Z Compiling serde_json v1.0.149
13272026-06-26T04:09:00.582Z Compiling zerocopy v0.8.40
13282026-06-26T04:09:00.650Z Compiling portable-atomic v1.13.1
13292026-06-26T04:09:00.736Z Compiling parking_lot_core v0.9.12
13302026-06-26T04:09:00.963Z Compiling pin-project-lite v0.2.17
13312026-06-26T04:09:01.021Z Compiling getrandom v0.2.17
13322026-06-26T04:09:01.057Z Compiling jobserver v0.1.34
13332026-06-26T04:09:01.071Z Compiling errno v0.3.14
13342026-06-26T04:09:01.151Z Compiling pkg-config v0.3.32
13352026-06-26T04:09:01.167Z Compiling rand_core v0.6.4
13362026-06-26T04:09:01.191Z Compiling signal-hook-registry v1.4.8
13372026-06-26T04:09:01.415Z Compiling cc v1.2.56
13382026-06-26T04:09:01.431Z Compiling bitflags v2.11.0
13392026-06-26T04:09:01.456Z Compiling libm v0.2.16
13402026-06-26T04:09:01.486Z Compiling critical-section v1.2.0
13412026-06-26T04:09:01.591Z Compiling futures-core v0.3.32
13422026-06-26T04:09:01.644Z Compiling once_cell v1.21.3
13432026-06-26T04:09:01.678Z Compiling parking_lot v0.12.5
13442026-06-26T04:09:01.736Z Compiling mio v1.2.0
13452026-06-26T04:09:01.745Z Compiling num-traits v0.2.19
13462026-06-26T04:09:01.828Z Compiling percent-encoding v2.3.2
13472026-06-26T04:09:01.844Z Compiling socket2 v0.6.3
13482026-06-26T04:09:02.016Z Compiling futures-sink v0.3.32
13492026-06-26T04:09:02.035Z Compiling slab v0.4.12
13502026-06-26T04:09:02.092Z Compiling futures-channel v0.3.32
13512026-06-26T04:09:02.111Z Compiling futures-io v0.3.32
13522026-06-26T04:09:02.181Z Compiling futures-task v0.3.32
13532026-06-26T04:09:02.206Z Compiling getrandom v0.4.1
13542026-06-26T04:09:02.237Z Compiling cpufeatures v0.2.17
13552026-06-26T04:09:02.258Z Compiling rand_core v0.10.0
13562026-06-26T04:09:02.306Z Compiling indexmap v2.14.0
13572026-06-26T04:09:02.333Z Compiling getrandom v0.3.4
13582026-06-26T04:09:02.345Z Compiling rustversion v1.0.22
13592026-06-26T04:09:02.420Z Compiling cmake v0.1.57
13602026-06-26T04:09:02.887Z Compiling form_urlencoded v1.2.2
13612026-06-26T04:09:02.963Z Compiling fs_extra v1.3.0
13622026-06-26T04:09:02.985Z Compiling dunce v1.0.5
13632026-06-26T04:09:02.985Z Compiling synstructure v0.13.2
13642026-06-26T04:09:03.017Z Compiling base64ct v1.8.3
13652026-06-26T04:09:03.047Z Compiling ident_case v1.0.1
13662026-06-26T04:09:03.135Z Compiling aws-lc-sys v0.40.0
13672026-06-26T04:09:03.145Z Compiling regex-syntax v0.8.10
13682026-06-26T04:09:03.179Z Compiling flagset v0.4.7
13692026-06-26T04:09:03.250Z Compiling pem-rfc7468 v0.7.0
13702026-06-26T04:09:03.299Z Compiling iana-time-zone v0.1.65
13712026-06-26T04:09:03.319Z Compiling rustix v1.1.3
13722026-06-26T04:09:03.565Z Compiling rand_core v0.9.5
13732026-06-26T04:09:03.586Z Compiling ring v0.17.14
13742026-06-26T04:09:03.586Z Compiling aws-lc-rs v1.16.3
13752026-06-26T04:09:03.637Z Compiling vcpkg v0.2.15
13762026-06-26T04:09:03.825Z Compiling uuid v1.23.0
13772026-06-26T04:09:03.874Z Compiling rustc_version v0.4.1
13782026-06-26T04:09:04.191Z Compiling tracing-core v0.1.36
13792026-06-26T04:09:04.373Z Compiling openssl-sys v0.9.115
13802026-06-26T04:09:04.547Z Compiling base64 v0.22.1
13812026-06-26T04:09:04.693Z Compiling serde_derive v1.0.228
13822026-06-26T04:09:04.762Z Compiling zeroize_derive v1.4.3
13832026-06-26T04:09:04.868Z Compiling zerofrom-derive v0.1.6
13842026-06-26T04:09:04.922Z Compiling yoke-derive v0.8.1
13852026-06-26T04:09:05.078Z Compiling zerovec-derive v0.11.2
13862026-06-26T04:09:05.424Z Compiling zeroize v1.8.2
13872026-06-26T04:09:05.614Z Compiling zerocopy-derive v0.8.40
13882026-06-26T04:09:06.052Z Compiling displaydoc v0.2.5
13892026-06-26T04:09:06.217Z Compiling crypto-common v0.1.7
13902026-06-26T04:09:06.228Z Compiling block-buffer v0.10.4
13912026-06-26T04:09:06.257Z Compiling zerofrom v0.1.6
13922026-06-26T04:09:06.336Z Compiling tokio-macros v2.7.0
13932026-06-26T04:09:06.376Z Compiling yoke v0.8.1
13942026-06-26T04:09:06.386Z Compiling digest v0.10.7
13952026-06-26T04:09:06.564Z Compiling zerovec v0.11.5
13962026-06-26T04:09:06.625Z Compiling futures-macro v0.3.32
13972026-06-26T04:09:06.782Z Compiling zerotrie v0.2.3
13982026-06-26T04:09:07.036Z Compiling tinystr v0.8.2
13992026-06-26T04:09:07.049Z Compiling potential_utf v0.1.4
14002026-06-26T04:09:07.069Z Compiling hmac v0.12.1
14012026-06-26T04:09:07.209Z Compiling icu_locale_core v2.1.1
14022026-06-26T04:09:07.226Z Compiling icu_collections v2.1.1
14032026-06-26T04:09:07.232Z Compiling block-padding v0.3.3
14042026-06-26T04:09:07.403Z Compiling inout v0.1.4
14052026-06-26T04:09:07.458Z Compiling futures-util v0.3.32
14062026-06-26T04:09:07.551Z Compiling cipher v0.4.4
14072026-06-26T04:09:07.680Z Compiling sha2 v0.10.9
14082026-06-26T04:09:07.819Z Compiling icu_provider v2.1.1
14092026-06-26T04:09:08.118Z Compiling bytes v1.11.1
14102026-06-26T04:09:08.189Z Compiling icu_properties v2.1.2
14112026-06-26T04:09:08.225Z Compiling icu_normalizer v2.1.1
14122026-06-26T04:09:08.240Z Compiling der_derive v0.7.3
14132026-06-26T04:09:08.752Z Compiling tokio v1.52.1
14142026-06-26T04:09:08.792Z Compiling http v1.4.0
14152026-06-26T04:09:09.212Z Compiling idna_adapter v1.2.1
14162026-06-26T04:09:09.241Z Compiling idna v1.1.0
14172026-06-26T04:09:09.241Z Compiling chrono v0.4.44
14182026-06-26T04:09:09.259Z Compiling der v0.7.10
14192026-06-26T04:09:09.696Z Compiling url v2.5.8
14202026-06-26T04:09:09.794Z Compiling salsa20 v0.10.2
14212026-06-26T04:09:09.921Z Compiling pbkdf2 v0.12.2
14222026-06-26T04:09:10.009Z Compiling rustls-pki-types v1.14.0
14232026-06-26T04:09:10.125Z Compiling ppv-lite86 v0.2.21
14242026-06-26T04:09:10.169Z Compiling spki v0.7.3
14252026-06-26T04:09:10.301Z Compiling thiserror-impl v2.0.18
14262026-06-26T04:09:10.335Z Compiling tracing-attributes v0.1.31
14272026-06-26T04:09:10.336Z Compiling rand_chacha v0.9.0
14282026-06-26T04:09:10.495Z Compiling scrypt v0.11.0
14292026-06-26T04:09:10.594Z Compiling http-body v1.0.1
14302026-06-26T04:09:10.636Z Compiling cbc v0.1.2
14312026-06-26T04:09:10.636Z Compiling aes v0.8.4
14322026-06-26T04:09:10.760Z Compiling untrusted v0.9.0
14332026-06-26T04:09:10.848Z Compiling openssl-probe v0.2.1
14342026-06-26T04:09:10.883Z Compiling untrusted v0.7.1
14352026-06-26T04:09:10.914Z Compiling tinyvec_macros v0.1.1
14362026-06-26T04:09:10.974Z Compiling httparse v1.10.1
14372026-06-26T04:09:11.014Z Compiling pkcs5 v0.7.1
14382026-06-26T04:09:11.014Z Compiling tinyvec v1.10.0
14392026-06-26T04:09:11.361Z Compiling pest_generator v2.8.6
14402026-06-26T04:09:11.436Z Compiling rand v0.9.2
14412026-06-26T04:09:11.615Z Compiling tracing v0.1.44
14422026-06-26T04:09:11.661Z Compiling thiserror v2.0.18
14432026-06-26T04:09:11.661Z Compiling serde_derive_internals v0.29.1
14442026-06-26T04:09:11.703Z Compiling aho-corasick v1.1.4
14452026-06-26T04:09:11.840Z Compiling tower-layer v0.3.3
14462026-06-26T04:09:12.058Z Compiling rustls v0.23.37
14472026-06-26T04:09:12.148Z Compiling atomic-waker v1.1.2
14482026-06-26T04:09:12.193Z Compiling try-lock v0.2.5
14492026-06-26T04:09:12.194Z Compiling schemars v0.8.22
14502026-06-26T04:09:12.261Z Compiling tower-service v0.3.3
14512026-06-26T04:09:12.307Z Compiling dyn-clone v1.0.20
14522026-06-26T04:09:12.411Z Compiling want v0.3.1
14532026-06-26T04:09:12.428Z Compiling pest_derive v2.8.6
14542026-06-26T04:09:12.463Z Compiling tokio-util v0.7.18
14552026-06-26T04:09:12.507Z Compiling schemars_derive v0.8.22
14562026-06-26T04:09:12.737Z Compiling regex-automata v0.4.14
14572026-06-26T04:09:12.796Z Compiling pkcs8 v0.10.2
14582026-06-26T04:09:13.076Z Compiling ipnet v2.11.0
14592026-06-26T04:09:13.137Z Compiling scroll_derive v0.13.1
14602026-06-26T04:09:13.399Z Compiling h2 v0.4.13
14612026-06-26T04:09:13.480Z Compiling darling_core v0.20.11
14622026-06-26T04:09:13.644Z Compiling pin-utils v0.1.0
14632026-06-26T04:09:13.742Z Compiling foreign-types-shared v0.1.1
14642026-06-26T04:09:13.812Z Compiling httpdate v1.0.3
14652026-06-26T04:09:13.812Z Compiling openssl v0.10.79
14662026-06-26T04:09:13.950Z Compiling scroll v0.13.0
14672026-06-26T04:09:13.950Z Compiling tempfile v3.25.0
14682026-06-26T04:09:14.059Z Compiling foreign-types v0.3.2
14692026-06-26T04:09:14.221Z Compiling unicode-normalization v0.1.25
14702026-06-26T04:09:14.374Z Compiling openssl-macros v0.1.1
14712026-06-26T04:09:14.675Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-06-26T04:09:14.737Z Compiling socket2 v0.5.10
14732026-06-26T04:09:14.785Z Compiling spin v0.9.8
14742026-06-26T04:09:14.949Z Compiling time-core v0.1.8
14752026-06-26T04:09:15.029Z Compiling powerfmt v0.2.0
14762026-06-26T04:09:15.082Z Compiling num-conv v0.2.0
14772026-06-26T04:09:15.103Z Compiling crc32fast v1.5.0
14782026-06-26T04:09:15.204Z Compiling native-tls v0.2.18
14792026-06-26T04:09:15.219Z Compiling time-macros v0.2.27
14802026-06-26T04:09:15.371Z Compiling deranged v0.5.8
14812026-06-26T04:09:15.713Z Compiling darling_macro v0.20.11
14822026-06-26T04:09:16.176Z Compiling darling v0.20.11
14832026-06-26T04:09:16.246Z Compiling goblin v0.10.5
14842026-06-26T04:09:16.260Z Compiling rustls-native-certs v0.8.3
14852026-06-26T04:09:16.338Z Compiling hyper v1.8.1
14862026-06-26T04:09:16.536Z Compiling sync_wrapper v1.0.2
14872026-06-26T04:09:16.641Z Compiling wait-timeout v0.2.1
14882026-06-26T04:09:16.712Z Compiling simd-adler32 v0.3.8
14892026-06-26T04:09:16.898Z Compiling quick-error v1.2.3
14902026-06-26T04:09:16.953Z Compiling siphasher v1.0.2
14912026-06-26T04:09:17.006Z Compiling syn v1.0.109
14922026-06-26T04:09:17.132Z Compiling usdt-impl v0.6.0
14932026-06-26T04:09:17.286Z Compiling unicode-segmentation v1.12.0
14942026-06-26T04:09:17.303Z Compiling num_threads v0.1.7
14952026-06-26T04:09:17.327Z Compiling crossbeam-utils v0.8.21
14962026-06-26T04:09:17.399Z Compiling hyper-util v0.1.20
14972026-06-26T04:09:17.609Z Compiling bit-vec v0.8.0
14982026-06-26T04:09:17.837Z Compiling bit-set v0.8.0
14992026-06-26T04:09:17.896Z Compiling time v0.3.47
15002026-06-26T04:09:18.012Z Compiling rusty-fork v0.3.1
15012026-06-26T04:09:18.043Z Compiling tower v0.5.3
15022026-06-26T04:09:18.321Z Compiling derive_builder_core v0.20.2
15032026-06-26T04:09:18.543Z Compiling dtrace-parser v0.3.0
15042026-06-26T04:09:18.557Z Compiling http-body-util v0.1.3
15052026-06-26T04:09:18.799Z Compiling webpki-roots v1.0.6
15062026-06-26T04:09:18.924Z Compiling signature v2.2.0
15072026-06-26T04:09:19.110Z Compiling dof v0.4.0
15082026-06-26T04:09:19.151Z Compiling scroll_derive v0.12.1
15092026-06-26T04:09:19.189Z Compiling thiserror-impl v1.0.69
15102026-06-26T04:09:19.278Z Compiling heapless v0.7.17
15112026-06-26T04:09:19.507Z Compiling rand_xorshift v0.4.0
15122026-06-26T04:09:19.520Z Compiling slog v2.8.2
15132026-06-26T04:09:19.685Z Compiling darling_core v0.21.3
15142026-06-26T04:09:19.729Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-06-26T04:09:19.832Z Compiling thread-id v5.1.0
15162026-06-26T04:09:19.909Z Compiling cookie v0.18.1
15172026-06-26T04:09:19.966Z Compiling zstd-safe v7.2.4
15182026-06-26T04:09:20.066Z Compiling signal-hook v0.3.18
15192026-06-26T04:09:20.153Z Compiling paste v1.0.15
15202026-06-26T04:09:20.236Z Compiling unicode-properties v0.1.4
15212026-06-26T04:09:20.262Z Compiling allocator-api2 v0.2.21
15222026-06-26T04:09:20.410Z Compiling anyhow v1.0.102
15232026-06-26T04:09:20.442Z Compiling iri-string v0.7.10
15242026-06-26T04:09:20.449Z Compiling ryu v1.0.23
15252026-06-26T04:09:20.457Z Compiling adler2 v2.0.1
15262026-06-26T04:09:20.581Z Compiling unarray v0.1.4
15272026-06-26T04:09:20.597Z Compiling unicode-bidi v0.3.18
15282026-06-26T04:09:20.607Z Compiling serde_urlencoded v0.7.1
15292026-06-26T04:09:20.684Z Compiling proptest v1.10.0
15302026-06-26T04:09:20.833Z Compiling miniz_oxide v0.8.9
15312026-06-26T04:09:20.908Z Compiling stringprep v0.1.5
15322026-06-26T04:09:21.122Z Compiling thiserror v1.0.69
15332026-06-26T04:09:21.425Z Compiling scroll v0.12.0
15342026-06-26T04:09:21.686Z Compiling tower-http v0.6.8
15352026-06-26T04:09:21.949Z Compiling derive_builder_macro v0.20.2
15362026-06-26T04:09:22.050Z Compiling tokio-native-tls v0.3.1
15372026-06-26T04:09:22.080Z Compiling heck v0.4.1
15382026-06-26T04:09:22.124Z Compiling darling_macro v0.21.3
15392026-06-26T04:09:22.215Z Compiling bstr v1.12.1
15402026-06-26T04:09:22.293Z Compiling ipnetwork v0.21.1
15412026-06-26T04:09:22.404Z Compiling rand_chacha v0.3.1
15422026-06-26T04:09:22.551Z Compiling serde_spanned v0.6.9
15432026-06-26T04:09:22.597Z Compiling erased-serde v0.3.31
15442026-06-26T04:09:22.685Z Compiling serde_tokenstream v0.2.3
15452026-06-26T04:09:22.693Z Compiling toml_datetime v0.6.11
15462026-06-26T04:09:22.850Z Compiling md-5 v0.10.6
15472026-06-26T04:09:22.945Z Compiling zerocopy-derive v0.7.35
15482026-06-26T04:09:22.982Z Compiling pin-project-internal v1.1.11
15492026-06-26T04:09:23.010Z Compiling async-trait v0.1.89
15502026-06-26T04:09:23.069Z Compiling curve25519-dalek v4.1.3
15512026-06-26T04:09:23.201Z Compiling vergen-lib v9.1.0
15522026-06-26T04:09:23.382Z Compiling num-integer v0.1.46
15532026-06-26T04:09:23.404Z Compiling hash32 v0.2.1
15542026-06-26T04:09:23.599Z Compiling ff v0.13.1
15552026-06-26T04:09:23.707Z Compiling memoffset v0.9.1
15562026-06-26T04:09:23.738Z Compiling encoding_rs v0.8.35
15572026-06-26T04:09:23.813Z Compiling cfg_aliases v0.2.1
15582026-06-26T04:09:23.887Z Compiling psl-types v2.0.11
15592026-06-26T04:09:23.900Z Compiling rustix v0.38.44
15602026-06-26T04:09:24.022Z Compiling mime v0.3.17
15612026-06-26T04:09:24.079Z Compiling num-bigint-dig v0.8.6
15622026-06-26T04:09:24.135Z Compiling smoltcp v0.9.1
15632026-06-26T04:09:24.243Z Compiling ref-cast v1.0.25
15642026-06-26T04:09:24.264Z Compiling fallible-iterator v0.2.0
15652026-06-26T04:09:24.279Z Compiling zlib-rs v0.6.2
15662026-06-26T04:09:24.458Z Compiling base16ct v0.2.0
15672026-06-26T04:09:24.542Z Compiling litrs v1.0.0
15682026-06-26T04:09:24.574Z Compiling sec1 v0.7.3
15692026-06-26T04:09:24.697Z Compiling postgres-protocol v0.6.10
15702026-06-26T04:09:24.972Z Compiling pin-project v1.1.11
15712026-06-26T04:09:25.042Z Compiling document-features v0.2.12
15722026-06-26T04:09:25.071Z Compiling publicsuffix v2.3.0
15732026-06-26T04:09:25.236Z Compiling nix v0.31.2
15742026-06-26T04:09:25.249Z Compiling zerocopy v0.7.35
15752026-06-26T04:09:25.315Z Compiling group v0.13.0
15762026-06-26T04:09:25.489Z Compiling num-iter v0.1.45
15772026-06-26T04:09:25.638Z Compiling newtype-uuid v1.3.2
15782026-06-26T04:09:25.782Z Compiling rand v0.8.6
15792026-06-26T04:09:25.800Z Compiling hubpack_derive v0.1.1
15802026-06-26T04:09:25.951Z Compiling darling v0.21.3
15812026-06-26T04:09:26.034Z Compiling oxnet v0.1.6
15822026-06-26T04:09:26.049Z Compiling derive_builder v0.20.2
15832026-06-26T04:09:26.062Z Compiling snafu-derive v0.8.9
15842026-06-26T04:09:26.173Z Compiling hyper-tls v0.6.0
15852026-06-26T04:09:26.394Z Compiling goblin v0.8.2
15862026-06-26T04:09:26.979Z Compiling phf_shared v0.13.1
15872026-06-26T04:09:27.149Z Compiling flate2 v1.1.9
15882026-06-26T04:09:27.208Z Compiling regex v1.12.3
15892026-06-26T04:09:27.218Z Compiling lazy_static v1.5.0
15902026-06-26T04:09:27.312Z Compiling anstyle-parse v0.2.7
15912026-06-26T04:09:27.495Z Compiling strum_macros v0.27.2
15922026-06-26T04:09:27.511Z Compiling futures-executor v0.3.32
15932026-06-26T04:09:27.554Z Compiling hex v0.4.3
15942026-06-26T04:09:27.585Z Compiling hkdf v0.12.4
15952026-06-26T04:09:27.749Z Compiling crypto-bigint v0.5.5
15962026-06-26T04:09:27.767Z Compiling terminal_size v0.4.3
15972026-06-26T04:09:27.817Z Compiling ref-cast-impl v1.0.25
15982026-06-26T04:09:27.897Z Compiling daft-derive v0.1.7
15992026-06-26T04:09:27.926Z Compiling curve25519-dalek-derive v0.1.1
16002026-06-26T04:09:28.361Z Compiling vergen v9.1.0
16012026-06-26T04:09:28.542Z Compiling fs-err v3.3.0
16022026-06-26T04:09:28.624Z Compiling cargo-platform v0.3.2
16032026-06-26T04:09:28.636Z Compiling ahash v0.8.12
16042026-06-26T04:09:28.724Z Compiling libbz2-rs-sys v0.2.2
16052026-06-26T04:09:28.837Z Compiling foldhash v0.1.5
16062026-06-26T04:09:28.892Z Compiling bitflags v1.3.2
16072026-06-26T04:09:29.015Z Compiling managed v0.8.0
16082026-06-26T04:09:29.027Z Compiling winnow v0.5.40
16092026-06-26T04:09:29.188Z Compiling bumpalo v3.20.2
16102026-06-26T04:09:29.405Z Compiling foldhash v0.2.0
16112026-06-26T04:09:29.444Z Compiling same-file v1.0.6
16122026-06-26T04:09:29.503Z Compiling object v0.37.3
16132026-06-26T04:09:29.607Z Compiling clap_builder v4.6.0
16142026-06-26T04:09:29.626Z Compiling hashbrown v0.16.1
16152026-06-26T04:09:29.820Z Compiling walkdir v2.5.0
16162026-06-26T04:09:29.870Z Compiling strum v0.27.2
16172026-06-26T04:09:29.904Z Compiling zopfli v0.8.3
16182026-06-26T04:09:30.169Z Compiling bzip2 v0.6.1
16192026-06-26T04:09:30.287Z Compiling hashbrown v0.15.5
16202026-06-26T04:09:30.341Z Compiling toml_edit v0.19.15
16212026-06-26T04:09:30.491Z Compiling cargo_metadata v0.23.1
16222026-06-26T04:09:30.547Z Compiling elliptic-curve v0.13.8
16232026-06-26T04:09:30.849Z Compiling daft v0.1.7
16242026-06-26T04:09:30.953Z Compiling dof v0.3.0
16252026-06-26T04:09:31.246Z Compiling snafu v0.8.9
16262026-06-26T04:09:31.600Z Compiling futures v0.3.32
16272026-06-26T04:09:31.604Z Compiling anstream v0.6.21
16282026-06-26T04:09:31.678Z Compiling phf v0.13.1
16292026-06-26T04:09:31.837Z Compiling signal-hook-mio v0.2.5
16302026-06-26T04:09:31.909Z Compiling cookie_store v0.22.1
16312026-06-26T04:09:31.950Z Compiling zstd v0.13.3
16322026-06-26T04:09:32.160Z Compiling bzip2 v0.4.4
16332026-06-26T04:09:32.205Z Compiling hubpack v0.1.2
16342026-06-26T04:09:32.371Z Compiling serde_with_macros v3.17.0
16352026-06-26T04:09:32.532Z Compiling postgres-types v0.2.12
16362026-06-26T04:09:32.565Z Compiling usdt-attr-macro v0.6.0
16372026-06-26T04:09:32.913Z Compiling usdt-macro v0.6.0
16382026-06-26T04:09:33.065Z Compiling globset v0.4.18
16392026-06-26T04:09:33.365Z Compiling dtrace-parser v0.2.0
16402026-06-26T04:09:33.518Z Compiling ed25519 v2.2.3
16412026-06-26T04:09:33.637Z Compiling phf_shared v0.11.3
16422026-06-26T04:09:33.691Z Compiling olpc-cjson v0.1.4
16432026-06-26T04:09:33.773Z Compiling pkcs1 v0.7.5
16442026-06-26T04:09:33.793Z Compiling strum_macros v0.26.4
16452026-06-26T04:09:33.819Z Compiling clap_derive v4.6.1
16462026-06-26T04:09:33.852Z Compiling enum-as-inner v0.6.1
16472026-06-26T04:09:34.121Z Compiling serde-big-array v0.5.1
16482026-06-26T04:09:34.183Z Compiling serde_plain v1.0.2
16492026-06-26T04:09:34.261Z Compiling rfc6979 v0.4.0
16502026-06-26T04:09:34.355Z Compiling pem v3.0.6
16512026-06-26T04:09:34.374Z Compiling async-recursion v1.1.1
16522026-06-26T04:09:34.391Z Compiling serde_repr v0.1.20
16532026-06-26T04:09:34.438Z Compiling float-cmp v0.10.0
16542026-06-26T04:09:34.637Z Compiling thread-id v4.2.2
16552026-06-26T04:09:34.664Z Compiling memmap2 v0.9.10
16562026-06-26T04:09:34.679Z Compiling env_filter v1.0.0
16572026-06-26T04:09:34.877Z Compiling jiff v0.2.21
16582026-06-26T04:09:34.907Z Compiling new_debug_unreachable v1.0.6
16592026-06-26T04:09:34.975Z Compiling fixedbitset v0.4.2
16602026-06-26T04:09:34.978Z Compiling difflib v0.4.0
16612026-06-26T04:09:35.004Z Compiling keccak v0.1.6
16622026-06-26T04:09:35.187Z Compiling either v1.15.0
16632026-06-26T04:09:35.389Z Compiling precomputed-hash v0.1.1
16642026-06-26T04:09:35.480Z Compiling data-encoding v2.10.0
16652026-06-26T04:09:35.529Z Compiling fixedbitset v0.5.7
16662026-06-26T04:09:35.549Z Compiling normalize-line-endings v0.3.0
16672026-06-26T04:09:35.572Z Compiling whoami v2.1.0
16682026-06-26T04:09:35.641Z Compiling typed-path v0.9.3
16692026-06-26T04:09:35.730Z Compiling static_assertions v1.1.0
16702026-06-26T04:09:35.803Z Compiling predicates-core v1.0.10
16712026-06-26T04:09:35.823Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-26T04:09:35.941Z Compiling predicates v3.1.4
16732026-06-26T04:09:35.974Z Compiling tokio-postgres v0.7.16
16742026-06-26T04:09:36.155Z Compiling hickory-proto v0.25.2
16752026-06-26T04:09:36.585Z Compiling petgraph v0.8.3
16762026-06-26T04:09:36.833Z Compiling clap v4.6.1
16772026-06-26T04:09:36.920Z Compiling strum v0.26.3
16782026-06-26T04:09:37.048Z Compiling string_cache v0.8.9
16792026-06-26T04:09:37.263Z Compiling itertools v0.13.0
16802026-06-26T04:09:37.278Z Compiling sha3 v0.10.8
16812026-06-26T04:09:37.758Z Compiling zip v4.6.1
16822026-06-26T04:09:38.186Z Compiling petgraph v0.6.5
16832026-06-26T04:09:38.518Z Compiling toml_edit v0.22.27
16842026-06-26T04:09:38.534Z Compiling env_logger v0.11.9
16852026-06-26T04:09:38.630Z Compiling usdt v0.6.0
16862026-06-26T04:09:39.720Z Compiling usdt-impl v0.5.0
16872026-06-26T04:09:39.723Z Compiling ecdsa v0.16.9
16882026-06-26T04:09:39.724Z Compiling rsa v0.9.10
16892026-06-26T04:09:39.724Z Compiling ed25519-dalek v2.2.0
16902026-06-26T04:09:39.724Z Compiling serde_with v3.17.0
16912026-06-26T04:09:39.724Z Compiling crossterm v0.28.1
16922026-06-26T04:09:39.734Z Compiling zip v0.6.6
16932026-06-26T04:09:40.585Z Compiling toml v0.7.8
16942026-06-26T04:09:40.705Z Compiling iddqd v0.4.2
16952026-06-26T04:09:41.177Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-06-26T04:09:41.222Z Compiling similar v2.7.0
16972026-06-26T04:09:41.238Z Compiling crossbeam-epoch v0.9.18
16982026-06-26T04:09:41.251Z Compiling tokio-stream v0.1.18
16992026-06-26T04:09:41.556Z Compiling buf-list v1.1.2
17002026-06-26T04:09:41.706Z Compiling x509-cert v0.2.5
17012026-06-26T04:09:41.800Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17022026-06-26T04:09:41.834Z Compiling openapiv3 v2.2.0
17032026-06-26T04:09:42.018Z Compiling sha1 v0.10.6
17042026-06-26T04:09:42.105Z Compiling lalrpop-util v0.19.12
17052026-06-26T04:09:42.130Z Compiling peg-runtime v0.8.5
17062026-06-26T04:09:42.217Z Compiling thread_local v1.1.9
17072026-06-26T04:09:42.229Z Compiling slog-async v2.8.0
17082026-06-26T04:09:42.272Z Compiling crossbeam-channel v0.5.15
17092026-06-26T04:09:42.382Z Compiling filetime v0.2.27
17102026-06-26T04:09:42.461Z Compiling is-terminal v0.4.17
17112026-06-26T04:09:42.550Z Compiling term v1.2.1
17122026-06-26T04:09:42.603Z Compiling xattr v1.6.1
17132026-06-26T04:09:42.713Z Compiling take_mut v0.2.2
17142026-06-26T04:09:42.720Z Compiling tar v0.4.45
17152026-06-26T04:09:43.103Z Compiling slog-term v2.9.2
17162026-06-26T04:09:52.787Z Compiling rustls-webpki v0.103.9
17172026-06-26T04:09:55.605Z Compiling tokio-rustls v0.26.4
17182026-06-26T04:09:55.605Z Compiling rustls-platform-verifier v0.6.2
17192026-06-26T04:09:55.804Z Compiling hyper-rustls v0.27.7
17202026-06-26T04:09:55.994Z Compiling reqwest v0.12.28
17212026-06-26T04:09:56.006Z Compiling reqwest v0.13.2
17222026-06-26T04:09:57.260Z Compiling tough v0.22.0
17232026-06-26T04:09:59.806Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-06-26T04:10:00.002Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-06-26T04:10:02.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-06-26T04:10:03.009Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17272026-06-26T04:10:03.058ZJun 26 04:10:01.712 INFO Starting download, target: Cockroach
17282026-06-26T04:10:03.058ZJun 26 04:10:01.713 INFO Starting download, target: Clickhouse
17292026-06-26T04:10:03.059ZJun 26 04:10:01.713 INFO Starting download, target: Console
17302026-06-26T04:10:03.059ZJun 26 04:10:01.713 INFO Starting download, target: DendriteStub
17312026-06-26T04:10:03.059ZJun 26 04:10:01.713 INFO Starting download, target: MaghemiteMgd
17322026-06-26T04:10:03.059ZJun 26 04:10:01.713 INFO Starting download, target: MaghemiteDdmd
17332026-06-26T04:10:03.059ZJun 26 04:10:01.713 INFO Starting download, target: TransceiverControl
17342026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-06-26T04:10:03.064ZJun 26 04:10:01.713 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-06-26T04:10:03.714ZJun 26 04:10:02.320 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-26T04:10:03.990ZJun 26 04:10:02.541 INFO Download complete, target: TransceiverControl
17432026-06-26T04:10:04.885ZJun 26 04:10:03.489 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-06-26T04:10:04.930ZJun 26 04:10:03.518 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-06-26T04:10:04.986ZJun 26 04:10:03.612 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-06-26T04:10:05.147ZJun 26 04:10:03.800 INFO Download complete, target: Console
17472026-06-26T04:10:05.191ZJun 26 04:10:03.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-26T04:10:05.345ZJun 26 04:10:03.996 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-06-26T04:10:05.781ZJun 26 04:10:04.435 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-06-26T04:10:05.781ZJun 26 04:10:04.435 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-06-26T04:10:06.695ZJun 26 04:10:05.349 INFO Download complete, target: MaghemiteDdmd
17522026-06-26T04:10:07.864ZJun 26 04:10:06.518 INFO Download complete, target: MaghemiteMgd
17532026-06-26T04:10:07.914ZJun 26 04:10:06.569 INFO Download complete, target: DendriteStub
17542026-06-26T04:10:10.499ZJun 26 04:10:09.151 INFO Checking that binary works, target: Cockroach
17552026-06-26T04:10:10.620ZJun 26 04:10:09.269 INFO Download complete, target: Cockroach
17562026-06-26T04:10:11.768ZJun 26 04:10:10.421 INFO Checking that binary works, target: Clickhouse
17572026-06-26T04:10:11.879ZJun 26 04:10:10.531 INFO Download complete, target: Clickhouse
17582026-06-26T04:10:11.893ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-26T04:10:11.896Z
17602026-06-26T04:10:11.896Zreal 2:05.737235176
17612026-06-26T04:10:11.896Zuser 6:50.509882635
17622026-06-26T04:10:11.896Zsys 1:22.809763987
17632026-06-26T04:10:11.896Ztrap 0.229761925
17642026-06-26T04:10:11.896Ztflt 0.642029110
17652026-06-26T04:10:11.896Zdflt 0.613193674
17662026-06-26T04:10:11.896Zkflt 0.028128885
17672026-06-26T04:10:11.896Zlock 22:38.588970960
17682026-06-26T04:10:11.896Zslp 20:57.916856761
17692026-06-26T04:10:11.896Zlat 42.637779211
17702026-06-26T04:10:11.896Zstop 2:03.486123706
17712026-06-26T04:10:11.896Z+ banner hack-check
17722026-06-26T04:10:11.896Z
17732026-06-26T04:10:11.896Z # # ## #### # # #### # # ###### #### # #
17742026-06-26T04:10:11.896Z # # # # # # # # # # # # # # # # #
17752026-06-26T04:10:11.896Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-26T04:10:11.896Z # # ###### # # # # # # # # # #
17772026-06-26T04:10:11.896Z # # # # # # # # # # # # # # # # #
17782026-06-26T04:10:11.896Z # # # # #### # # #### # # ###### #### # #
17792026-06-26T04:10:11.896Z
17802026-06-26T04:10:11.896Z+ export CARGO_INCREMENTAL=0
17812026-06-26T04:10:11.896Z+ CARGO_INCREMENTAL=0
17822026-06-26T04:10:11.896Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-26T04:10:12.362Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-26T04:10:12.576Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-26T04:10:14.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17862026-06-26T04:10:14.519Z Running `target/debug/xtask check-features --ci`
17872026-06-26T04:10:14.544Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-26T04:10:14.544Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-26T04:10:14.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17902026-06-26T04:10:14.989Z Running `target/debug/xtask download cargo-hack`
17912026-06-26T04:10:15.714Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-26T04:10:16.010Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-26T04:10:18.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17942026-06-26T04:10:18.695Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-26T04:10:18.733ZJun 26 04:10:17.385 INFO Starting download, target: CargoHack
17962026-06-26T04:10:18.736ZJun 26 04:10:17.386 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-26T04:10:18.936ZJun 26 04:10:17.590 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-26T04:10:18.987ZJun 26 04:10:17.640 INFO Download complete, target: CargoHack
17992026-06-26T04:10:18.990Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18002026-06-26T04:10:19.002Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-26T04:10:19.158Zinfo: running `cargo check --bins` on api_identity (1/297)
18022026-06-26T04:10:19.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-26T04:10:19.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-26T04:10:19.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-26T04:10:19.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18062026-06-26T04:10:19.680Z
18072026-06-26T04:10:19.680Zinfo: running `cargo check --bins` on bootstore (2/297)
18082026-06-26T04:10:20.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-26T04:10:20.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-26T04:10:20.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-26T04:10:20.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18122026-06-26T04:10:20.185Z
18132026-06-26T04:10:20.185Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18142026-06-26T04:10:20.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-26T04:10:20.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-26T04:10:20.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-26T04:10:20.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18182026-06-26T04:10:20.691Z
18192026-06-26T04:10:20.691Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18202026-06-26T04:10:21.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-26T04:10:21.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-26T04:10:21.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-26T04:10:21.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18242026-06-26T04:10:21.198Z
18252026-06-26T04:10:21.198Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18262026-06-26T04:10:21.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-26T04:10:21.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-26T04:10:21.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-26T04:10:21.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18302026-06-26T04:10:21.708Z
18312026-06-26T04:10:21.708Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18322026-06-26T04:10:22.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-26T04:10:22.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-26T04:10:22.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-26T04:10:22.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18362026-06-26T04:10:22.231Z
18372026-06-26T04:10:22.231Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18382026-06-26T04:10:22.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-26T04:10:22.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-26T04:10:22.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-26T04:10:22.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18422026-06-26T04:10:22.767Z
18432026-06-26T04:10:22.767Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18442026-06-26T04:10:23.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-26T04:10:23.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-26T04:10:23.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-26T04:10:23.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18482026-06-26T04:10:23.295Z
18492026-06-26T04:10:23.295Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18502026-06-26T04:10:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-26T04:10:23.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-26T04:10:23.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-26T04:10:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18542026-06-26T04:10:23.688Z
18552026-06-26T04:10:23.688Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18562026-06-26T04:10:24.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-26T04:10:24.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-26T04:10:24.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-26T04:10:24.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18602026-06-26T04:10:24.085Z
18612026-06-26T04:10:24.085Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18622026-06-26T04:10:24.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-26T04:10:24.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-26T04:10:24.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-26T04:10:24.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18662026-06-26T04:10:24.482Z
18672026-06-26T04:10:24.482Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18682026-06-26T04:10:24.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-26T04:10:24.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-26T04:10:24.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-26T04:10:24.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18722026-06-26T04:10:24.875Z
18732026-06-26T04:10:24.875Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18742026-06-26T04:10:25.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-26T04:10:25.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-26T04:10:25.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-26T04:10:25.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18782026-06-26T04:10:25.268Z
18792026-06-26T04:10:25.268Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18802026-06-26T04:10:25.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-26T04:10:25.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-26T04:10:25.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-26T04:10:25.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18842026-06-26T04:10:25.661Z
18852026-06-26T04:10:25.661Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18862026-06-26T04:10:26.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-26T04:10:26.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-26T04:10:26.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-26T04:10:26.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18902026-06-26T04:10:26.057Z
18912026-06-26T04:10:26.057Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18922026-06-26T04:10:26.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-26T04:10:26.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-26T04:10:26.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-26T04:10:26.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18962026-06-26T04:10:26.454Z
18972026-06-26T04:10:26.454Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18982026-06-26T04:10:26.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-26T04:10:26.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-26T04:10:26.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-26T04:10:26.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19022026-06-26T04:10:26.847Z
19032026-06-26T04:10:26.847Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19042026-06-26T04:10:27.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-26T04:10:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-26T04:10:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-26T04:10:27.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19082026-06-26T04:10:27.243Z
19092026-06-26T04:10:27.243Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19102026-06-26T04:10:27.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-26T04:10:27.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-26T04:10:27.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-26T04:10:27.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19142026-06-26T04:10:27.640Z
19152026-06-26T04:10:27.641Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19162026-06-26T04:10:27.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-26T04:10:27.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-26T04:10:27.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-26T04:10:27.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19202026-06-26T04:10:28.043Z
19212026-06-26T04:10:28.043Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19222026-06-26T04:10:28.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-26T04:10:28.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-26T04:10:28.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-26T04:10:28.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19262026-06-26T04:10:28.446Z
19272026-06-26T04:10:28.446Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19282026-06-26T04:10:28.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-26T04:10:28.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-26T04:10:28.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-26T04:10:28.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-06-26T04:10:28.848Z
19332026-06-26T04:10:28.848Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19342026-06-26T04:10:29.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-26T04:10:29.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-26T04:10:29.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-26T04:10:29.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19382026-06-26T04:10:29.246Z
19392026-06-26T04:10:29.246Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19402026-06-26T04:10:29.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-26T04:10:29.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-26T04:10:29.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-26T04:10:29.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19442026-06-26T04:10:29.643Z
19452026-06-26T04:10:29.643Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19462026-06-26T04:10:29.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-26T04:10:29.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-26T04:10:29.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-26T04:10:29.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19502026-06-26T04:10:30.039Z
19512026-06-26T04:10:30.039Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19522026-06-26T04:10:30.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-26T04:10:30.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-26T04:10:30.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-26T04:10:30.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-06-26T04:10:30.442Z
19572026-06-26T04:10:30.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19582026-06-26T04:10:30.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-26T04:10:30.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-26T04:10:30.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-26T04:10:30.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19622026-06-26T04:10:30.839Z
19632026-06-26T04:10:30.839Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19642026-06-26T04:10:31.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-26T04:10:31.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-26T04:10:31.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-26T04:10:31.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19682026-06-26T04:10:31.238Z
19692026-06-26T04:10:31.238Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19702026-06-26T04:10:31.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-26T04:10:31.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-26T04:10:31.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-26T04:10:31.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19742026-06-26T04:10:31.638Z
19752026-06-26T04:10:31.638Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19762026-06-26T04:10:31.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-26T04:10:31.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-26T04:10:31.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-26T04:10:31.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19802026-06-26T04:10:32.035Z
19812026-06-26T04:10:32.035Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19822026-06-26T04:10:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-26T04:10:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-26T04:10:32.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-26T04:10:32.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19862026-06-26T04:10:32.436Z
19872026-06-26T04:10:32.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19882026-06-26T04:10:32.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-26T04:10:32.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-26T04:10:32.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-26T04:10:32.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19922026-06-26T04:10:32.832Z
19932026-06-26T04:10:32.832Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19942026-06-26T04:10:33.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-26T04:10:33.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-26T04:10:33.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-26T04:10:33.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19982026-06-26T04:10:33.228Z
19992026-06-26T04:10:33.228Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
20002026-06-26T04:10:33.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-26T04:10:33.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-26T04:10:33.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-26T04:10:33.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20042026-06-26T04:10:33.629Z
20052026-06-26T04:10:33.629Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20062026-06-26T04:10:33.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-26T04:10:33.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-26T04:10:33.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-26T04:10:33.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20102026-06-26T04:10:34.022Z
20112026-06-26T04:10:34.022Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20122026-06-26T04:10:34.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-26T04:10:34.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-26T04:10:34.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-26T04:10:34.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20162026-06-26T04:10:34.418Z
20172026-06-26T04:10:34.418Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20182026-06-26T04:10:34.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-26T04:10:34.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-26T04:10:34.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-26T04:10:34.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20222026-06-26T04:10:34.813Z
20232026-06-26T04:10:34.813Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20242026-06-26T04:10:35.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-26T04:10:35.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-26T04:10:35.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-26T04:10:35.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20282026-06-26T04:10:35.209Z
20292026-06-26T04:10:35.209Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20302026-06-26T04:10:35.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-26T04:10:35.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-26T04:10:35.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-26T04:10:35.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20342026-06-26T04:10:35.605Z
20352026-06-26T04:10:35.605Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20362026-06-26T04:10:35.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-26T04:10:35.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-26T04:10:35.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-26T04:10:35.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20402026-06-26T04:10:36.003Z
20412026-06-26T04:10:36.004Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20422026-06-26T04:10:36.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-26T04:10:36.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-26T04:10:36.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-26T04:10:36.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-06-26T04:10:36.407Z
20472026-06-26T04:10:36.407Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20482026-06-26T04:10:36.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-26T04:10:36.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-26T04:10:36.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-26T04:10:36.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20522026-06-26T04:10:36.804Z
20532026-06-26T04:10:36.804Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20542026-06-26T04:10:37.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-26T04:10:37.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-26T04:10:37.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-26T04:10:37.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20582026-06-26T04:10:37.201Z
20592026-06-26T04:10:37.201Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20602026-06-26T04:10:37.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-26T04:10:37.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-26T04:10:37.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-26T04:10:37.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20642026-06-26T04:10:37.603Z
20652026-06-26T04:10:37.603Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20662026-06-26T04:10:37.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-26T04:10:37.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-26T04:10:37.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-26T04:10:37.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20702026-06-26T04:10:38.007Z
20712026-06-26T04:10:38.007Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20722026-06-26T04:10:38.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-26T04:10:38.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-26T04:10:38.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-26T04:10:38.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20762026-06-26T04:10:38.406Z
20772026-06-26T04:10:38.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20782026-06-26T04:10:38.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-26T04:10:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-26T04:10:38.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-26T04:10:38.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20822026-06-26T04:10:38.807Z
20832026-06-26T04:10:38.807Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20842026-06-26T04:10:39.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-26T04:10:39.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-26T04:10:39.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-26T04:10:39.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20882026-06-26T04:10:39.206Z
20892026-06-26T04:10:39.206Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20902026-06-26T04:10:39.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-26T04:10:39.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-26T04:10:39.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-26T04:10:39.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20942026-06-26T04:10:39.772Z
20952026-06-26T04:10:39.772Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20962026-06-26T04:10:40.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-26T04:10:40.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-26T04:10:40.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-26T04:10:40.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21002026-06-26T04:10:40.339Z
21012026-06-26T04:10:40.339Zinfo: running `cargo check --bins` on nexus-config (51/297)
21022026-06-26T04:10:40.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-26T04:10:40.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-26T04:10:40.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-26T04:10:40.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21062026-06-26T04:10:40.904Z
21072026-06-26T04:10:40.904Zinfo: running `cargo check --bins` on nexus-types (52/297)
21082026-06-26T04:10:41.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-26T04:10:41.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-26T04:10:41.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-26T04:10:41.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21122026-06-26T04:10:41.475Z
21132026-06-26T04:10:41.475Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21142026-06-26T04:10:41.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-26T04:10:41.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-26T04:10:41.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-26T04:10:41.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21182026-06-26T04:10:42.021Z
21192026-06-26T04:10:42.021Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21202026-06-26T04:10:42.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-26T04:10:42.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-26T04:10:42.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-26T04:10:42.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21242026-06-26T04:10:42.522Z
21252026-06-26T04:10:42.522Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21262026-06-26T04:10:42.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-26T04:10:42.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-26T04:10:42.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-26T04:10:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21302026-06-26T04:10:43.056Z
21312026-06-26T04:10:43.056Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21322026-06-26T04:10:43.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-26T04:10:43.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-26T04:10:43.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-26T04:10:43.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21362026-06-26T04:10:43.592Z
21372026-06-26T04:10:43.592Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21382026-06-26T04:10:44.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-26T04:10:44.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-26T04:10:44.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-26T04:10:44.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21422026-06-26T04:10:44.129Z
21432026-06-26T04:10:44.129Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21442026-06-26T04:10:44.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-26T04:10:44.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-26T04:10:44.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-26T04:10:44.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21482026-06-26T04:10:44.665Z
21492026-06-26T04:10:44.665Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21502026-06-26T04:10:45.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-26T04:10:45.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-26T04:10:45.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-26T04:10:45.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21542026-06-26T04:10:45.182Z
21552026-06-26T04:10:45.182Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21562026-06-26T04:10:45.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-26T04:10:45.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-26T04:10:45.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-26T04:10:45.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21602026-06-26T04:10:45.695Z
21612026-06-26T04:10:45.696Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21622026-06-26T04:10:46.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-26T04:10:46.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-26T04:10:46.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-26T04:10:46.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21662026-06-26T04:10:46.212Z
21672026-06-26T04:10:46.212Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21682026-06-26T04:10:46.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-26T04:10:46.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-26T04:10:46.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-26T04:10:46.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21722026-06-26T04:10:46.727Z
21732026-06-26T04:10:46.727Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21742026-06-26T04:10:47.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-26T04:10:47.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-26T04:10:47.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-26T04:10:47.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21782026-06-26T04:10:47.260Z
21792026-06-26T04:10:47.260Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21802026-06-26T04:10:47.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-26T04:10:47.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-26T04:10:47.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-26T04:10:47.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21842026-06-26T04:10:47.793Z
21852026-06-26T04:10:47.793Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21862026-06-26T04:10:48.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-26T04:10:48.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-26T04:10:48.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-26T04:10:48.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21902026-06-26T04:10:48.311Z
21912026-06-26T04:10:48.311Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21922026-06-26T04:10:48.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-26T04:10:48.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-26T04:10:48.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-26T04:10:48.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21962026-06-26T04:10:48.821Z
21972026-06-26T04:10:48.821Zinfo: running `cargo check --bins` on ereport-types (67/297)
21982026-06-26T04:10:49.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-26T04:10:49.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-26T04:10:49.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-26T04:10:49.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22022026-06-26T04:10:49.344Z
22032026-06-26T04:10:49.344Zinfo: running `cargo check --bins` on gateway-client (68/297)
22042026-06-26T04:10:49.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-26T04:10:49.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-26T04:10:49.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-26T04:10:49.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22082026-06-26T04:10:49.865Z
22092026-06-26T04:10:49.865Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22102026-06-26T04:10:50.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-26T04:10:50.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-26T04:10:50.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-26T04:10:50.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22142026-06-26T04:10:50.393Z
22152026-06-26T04:10:50.393Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22162026-06-26T04:10:50.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-26T04:10:50.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-26T04:10:50.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-26T04:10:50.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22202026-06-26T04:10:50.920Z
22212026-06-26T04:10:50.920Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22222026-06-26T04:10:51.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-26T04:10:51.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-26T04:10:51.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-26T04:10:51.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22262026-06-26T04:10:51.448Z
22272026-06-26T04:10:51.448Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22282026-06-26T04:10:51.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-26T04:10:51.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-26T04:10:51.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-26T04:10:51.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22322026-06-26T04:10:51.970Z
22332026-06-26T04:10:51.970Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22342026-06-26T04:10:52.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-26T04:10:52.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-26T04:10:52.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-26T04:10:52.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22382026-06-26T04:10:52.512Z
22392026-06-26T04:10:52.512Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22402026-06-26T04:10:52.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-26T04:10:52.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-26T04:10:52.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-26T04:10:52.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22442026-06-26T04:10:53.057Z
22452026-06-26T04:10:53.057Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22462026-06-26T04:10:53.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-26T04:10:53.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-26T04:10:53.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-26T04:10:53.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22502026-06-26T04:10:53.573Z
22512026-06-26T04:10:53.573Zinfo: running `cargo check --bins` on oxlog (76/297)
22522026-06-26T04:10:54.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-26T04:10:54.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-26T04:10:54.135Z Checking cfg-if v1.0.4
22552026-06-26T04:10:54.139Z Checking libc v0.2.185
22562026-06-26T04:10:54.139Z Checking serde_core v1.0.228
22572026-06-26T04:10:54.247Z Checking zeroize v1.8.2
22582026-06-26T04:10:54.254Z Checking memchr v2.8.0
22592026-06-26T04:10:54.262Z Checking log v0.4.29
22602026-06-26T04:10:54.271Z Checking smallvec v1.15.1
22612026-06-26T04:10:54.281Z Checking typenum v1.19.0
22622026-06-26T04:10:54.291Z Checking subtle v2.6.1
22632026-06-26T04:10:54.386Z Checking itoa v1.0.17
22642026-06-26T04:10:54.415Z Checking scopeguard v1.2.0
22652026-06-26T04:10:54.431Z Checking stable_deref_trait v1.2.1
22662026-06-26T04:10:54.444Z Checking const-oid v0.9.6
22672026-06-26T04:10:54.501Z Checking zerofrom v0.1.6
22682026-06-26T04:10:54.512Z Checking lock_api v0.4.14
22692026-06-26T04:10:54.525Z Checking pin-project-lite v0.2.17
22702026-06-26T04:10:54.608Z Checking yoke v0.8.1
22712026-06-26T04:10:54.621Z Checking portable-atomic v1.13.1
22722026-06-26T04:10:54.632Z Checking getrandom v0.2.17
22732026-06-26T04:10:54.635Z Checking errno v0.3.14
22742026-06-26T04:10:54.705Z Checking parking_lot_core v0.9.12
22752026-06-26T04:10:54.749Z Checking signal-hook-registry v1.4.8
22762026-06-26T04:10:54.764Z Checking rand_core v0.6.4
22772026-06-26T04:10:54.767Z Checking zerovec v0.11.5
22782026-06-26T04:10:54.803Z Checking generic-array v0.14.7
22792026-06-26T04:10:54.882Z Checking critical-section v1.2.0
22802026-06-26T04:10:54.899Z Checking futures-core v0.3.32
22812026-06-26T04:10:54.934Z Checking parking_lot v0.12.5
22822026-06-26T04:10:54.974Z Checking mio v1.2.0
22832026-06-26T04:10:55.011Z Checking zerocopy v0.8.40
22842026-06-26T04:10:55.024Z Checking once_cell v1.21.3
22852026-06-26T04:10:55.111Z Checking zmij v1.0.21
22862026-06-26T04:10:55.125Z Checking socket2 v0.6.3
22872026-06-26T04:10:55.186Z Checking libm v0.2.16
22882026-06-26T04:10:55.198Z Checking tinystr v0.8.2
22892026-06-26T04:10:55.244Z Checking percent-encoding v2.3.2
22902026-06-26T04:10:55.256Z Checking crypto-common v0.1.7
22912026-06-26T04:10:55.315Z Checking block-buffer v0.10.4
22922026-06-26T04:10:55.356Z Checking writeable v0.6.2
22932026-06-26T04:10:55.369Z Checking equivalent v1.0.2
22942026-06-26T04:10:55.372Z Checking litemap v0.8.1
22952026-06-26T04:10:55.375Z Checking potential_utf v0.1.4
22962026-06-26T04:10:55.442Z Checking digest v0.10.7
22972026-06-26T04:10:55.477Z Checking zerotrie v0.2.3
22982026-06-26T04:10:55.507Z Checking futures-sink v0.3.32
22992026-06-26T04:10:55.531Z Checking icu_collections v2.1.1
23002026-06-26T04:10:55.581Z Checking icu_locale_core v2.1.1
23012026-06-26T04:10:55.600Z Checking futures-channel v0.3.32
23022026-06-26T04:10:55.635Z Checking futures-task v0.3.32
23032026-06-26T04:10:55.710Z Checking cpufeatures v0.2.17
23042026-06-26T04:10:55.735Z Checking serde v1.0.228
23052026-06-26T04:10:55.765Z Checking bitflags v2.11.0
23062026-06-26T04:10:55.778Z Checking serde_json v1.0.149
23072026-06-26T04:10:55.789Z Checking futures-io v0.3.32
23082026-06-26T04:10:55.834Z Checking slab v0.4.12
23092026-06-26T04:10:55.869Z Checking num-traits v0.2.19
23102026-06-26T04:10:55.895Z Checking hmac v0.12.1
23112026-06-26T04:10:55.927Z Checking icu_properties_data v2.1.2
23122026-06-26T04:10:55.982Z Checking futures-util v0.3.32
23132026-06-26T04:10:56.023Z Checking icu_normalizer_data v2.1.1
23142026-06-26T04:10:56.047Z Checking rand_core v0.10.0
23152026-06-26T04:10:56.092Z Checking hashbrown v0.17.0
23162026-06-26T04:10:56.132Z Checking icu_provider v2.1.1
23172026-06-26T04:10:56.146Z Checking bytes v1.11.1
23182026-06-26T04:10:56.181Z Checking getrandom v0.4.1
23192026-06-26T04:10:56.325Z Checking block-padding v0.3.3
23202026-06-26T04:10:56.358Z Checking icu_normalizer v2.1.1
23212026-06-26T04:10:56.381Z Checking icu_properties v2.1.2
23222026-06-26T04:10:56.435Z Checking utf8_iter v1.0.4
23232026-06-26T04:10:56.452Z Checking inout v0.1.4
23242026-06-26T04:10:56.554Z Checking sha2 v0.10.9
23252026-06-26T04:10:56.567Z Checking indexmap v2.14.0
23262026-06-26T04:10:56.579Z Checking tokio v1.52.1
23272026-06-26T04:10:56.589Z Checking cipher v0.4.4
23282026-06-26T04:10:56.660Z Checking form_urlencoded v1.2.2
23292026-06-26T04:10:56.784Z Checking getrandom v0.3.4
23302026-06-26T04:10:56.796Z Checking base64ct v1.8.3
23312026-06-26T04:10:56.823Z Checking fnv v1.0.7
23322026-06-26T04:10:56.911Z Checking byteorder v1.5.0
23332026-06-26T04:10:56.924Z Checking flagset v0.4.7
23342026-06-26T04:10:57.019Z Checking pem-rfc7468 v0.7.0
23352026-06-26T04:10:57.041Z Checking rand_core v0.9.5
23362026-06-26T04:10:57.103Z Checking http v1.4.0
23372026-06-26T04:10:57.117Z Checking regex-syntax v0.8.10
23382026-06-26T04:10:57.173Z Checking der v0.7.10
23392026-06-26T04:10:57.201Z Checking idna_adapter v1.2.1
23402026-06-26T04:10:57.215Z Checking salsa20 v0.10.2
23412026-06-26T04:10:57.317Z Checking idna v1.1.0
23422026-06-26T04:10:57.344Z Checking uuid v1.23.0
23432026-06-26T04:10:57.580Z Checking url v2.5.8
23442026-06-26T04:10:57.654Z Checking pbkdf2 v0.12.2
23452026-06-26T04:10:57.677Z Checking rustix v1.1.3
23462026-06-26T04:10:57.760Z Checking tracing-core v0.1.36
23472026-06-26T04:10:57.774Z Checking ppv-lite86 v0.2.21
23482026-06-26T04:10:57.912Z Checking spki v0.7.3
23492026-06-26T04:10:57.937Z Checking rustls-pki-types v1.14.0
23502026-06-26T04:10:58.029Z Checking base64 v0.22.1
23512026-06-26T04:10:58.063Z Checking iana-time-zone v0.1.65
23522026-06-26T04:10:58.077Z Checking tracing v0.1.44
23532026-06-26T04:10:58.081Z Checking rand_chacha v0.9.0
23542026-06-26T04:10:58.164Z Checking chrono v0.4.44
23552026-06-26T04:10:58.218Z Checking scrypt v0.11.0
23562026-06-26T04:10:58.257Z Checking http-body v1.0.1
23572026-06-26T04:10:58.273Z Checking cbc v0.1.2
23582026-06-26T04:10:58.295Z Checking aes v0.8.4
23592026-06-26T04:10:58.354Z Checking aws-lc-sys v0.40.0
23602026-06-26T04:10:58.387Z Checking untrusted v0.9.0
23612026-06-26T04:10:58.430Z Checking tinyvec_macros v0.1.1
23622026-06-26T04:10:58.438Z Checking untrusted v0.7.1
23632026-06-26T04:10:58.460Z Checking openssl-probe v0.2.1
23642026-06-26T04:10:58.491Z Checking ring v0.17.14
23652026-06-26T04:10:58.514Z Checking tinyvec v1.10.0
23662026-06-26T04:10:58.544Z Checking rand v0.9.2
23672026-06-26T04:10:58.562Z Checking try-lock v0.2.5
23682026-06-26T04:10:58.657Z Checking tower-service v0.3.3
23692026-06-26T04:10:58.670Z Checking pkcs5 v0.7.1
23702026-06-26T04:10:58.741Z Checking tower-layer v0.3.3
23712026-06-26T04:10:58.821Z Checking atomic-waker v1.1.2
23722026-06-26T04:10:58.840Z Checking aws-lc-rs v1.16.3
23732026-06-26T04:10:58.887Z Checking want v0.3.1
23742026-06-26T04:10:58.915Z Checking pkcs8 v0.10.2
23752026-06-26T04:10:58.928Z Checking ipnet v2.11.0
23762026-06-26T04:10:59.002Z Checking httparse v1.10.1
23772026-06-26T04:10:59.016Z Checking aho-corasick v1.1.4
23782026-06-26T04:10:59.028Z Checking dyn-clone v1.0.20
23792026-06-26T04:10:59.087Z Checking plain v0.2.3
23802026-06-26T04:10:59.123Z Checking httpdate v1.0.3
23812026-06-26T04:10:59.179Z Checking foreign-types-shared v0.1.1
23822026-06-26T04:10:59.194Z Checking fastrand v2.3.0
23832026-06-26T04:10:59.204Z Checking pin-utils v0.1.0
23842026-06-26T04:10:59.256Z Checking utf8parse v0.2.2
23852026-06-26T04:10:59.269Z Checking foreign-types v0.3.2
23862026-06-26T04:10:59.283Z Checking unicode-normalization v0.1.25
23872026-06-26T04:10:59.333Z Checking semver v1.0.28
23882026-06-26T04:10:59.351Z Checking openssl-sys v0.9.115
23892026-06-26T04:10:59.363Z Checking tempfile v3.25.0
23902026-06-26T04:10:59.482Z Checking spin v0.9.8
23912026-06-26T04:10:59.537Z Checking socket2 v0.5.10
23922026-06-26T04:10:59.553Z Checking anstyle v1.0.14
23932026-06-26T04:10:59.663Z Checking ucd-trie v0.1.7
23942026-06-26T04:10:59.675Z Checking rustls-webpki v0.103.9
23952026-06-26T04:10:59.689Z Checking regex-automata v0.4.14
23962026-06-26T04:10:59.689Z Checking unicode-ident v1.0.24
23972026-06-26T04:10:59.724Z Checking openssl v0.10.79
23982026-06-26T04:10:59.737Z Checking schemars v0.8.22
23992026-06-26T04:10:59.780Z Checking rustls-native-certs v0.8.3
24002026-06-26T04:10:59.794Z Checking pest v2.8.6
24012026-06-26T04:10:59.797Z Checking proc-macro2 v1.0.106
24022026-06-26T04:10:59.848Z Checking tokio-util v0.7.18
24032026-06-26T04:10:59.903Z Checking thiserror v2.0.18
24042026-06-26T04:11:00.002Z Checking sync_wrapper v1.0.2
24052026-06-26T04:11:00.100Z Checking wait-timeout v0.2.1
24062026-06-26T04:11:00.103Z Checking rustls v0.23.37
24072026-06-26T04:11:00.128Z Checking simd-adler32 v0.3.8
24082026-06-26T04:11:00.217Z Checking pretty-hex v0.4.1
24092026-06-26T04:11:00.286Z Checking quick-error v1.2.3
24102026-06-26T04:11:00.331Z Checking bit-vec v0.8.0
24112026-06-26T04:11:00.373Z Checking siphasher v1.0.2
24122026-06-26T04:11:00.385Z Checking anstyle-query v1.1.5
24132026-06-26T04:11:00.473Z Checking h2 v0.4.13
24142026-06-26T04:11:00.480Z Checking powerfmt v0.2.0
24152026-06-26T04:11:00.519Z Checking colorchoice v1.0.4
24162026-06-26T04:11:00.522Z Checking is_terminal_polyfill v1.70.2
24172026-06-26T04:11:00.613Z Checking bit-set v0.8.0
24182026-06-26T04:11:00.616Z Checking rusty-fork v0.3.1
24192026-06-26T04:11:00.636Z Checking deranged v0.5.8
24202026-06-26T04:11:00.755Z Checking quote v1.0.45
24212026-06-26T04:11:00.795Z Checking tower v0.5.3
24222026-06-26T04:11:00.853Z Compiling newtype-uuid v1.3.2
24232026-06-26T04:11:00.919Z Checking http-body-util v0.1.3
24242026-06-26T04:11:01.029Z Checking webpki-roots v1.0.6
24252026-06-26T04:11:01.132Z Checking crossbeam-utils v0.8.21
24262026-06-26T04:11:01.144Z Checking rand_xorshift v0.4.0
24272026-06-26T04:11:01.158Z Checking crc32fast v1.5.0
24282026-06-26T04:11:01.254Z Checking scroll v0.13.0
24292026-06-26T04:11:01.291Z Checking signature v2.2.0
24302026-06-26T04:11:01.418Z Checking unicode-properties v0.1.4
24312026-06-26T04:11:01.460Z Checking num_threads v0.1.7
24322026-06-26T04:11:01.479Z Checking adler2 v2.0.1
24332026-06-26T04:11:01.540Z Checking ryu v1.0.23
24342026-06-26T04:11:01.544Z Checking allocator-api2 v0.2.21
24352026-06-26T04:11:01.565Z Checking time-core v0.1.8
24362026-06-26T04:11:01.581Z Checking num-conv v0.2.0
24372026-06-26T04:11:01.600Z Checking unicode-bidi v0.3.18
24382026-06-26T04:11:01.676Z Checking unarray v0.1.4
24392026-06-26T04:11:01.693Z Checking iri-string v0.7.10
24402026-06-26T04:11:01.703Z Checking time v0.3.47
24412026-06-26T04:11:01.714Z Checking native-tls v0.2.18
24422026-06-26T04:11:01.773Z Checking proptest v1.10.0
24432026-06-26T04:11:01.830Z Checking serde_urlencoded v0.7.1
24442026-06-26T04:11:01.884Z Checking tokio-native-tls v0.3.1
24452026-06-26T04:11:01.897Z Checking stringprep v0.1.5
24462026-06-26T04:11:02.029Z Checking miniz_oxide v0.8.9
24472026-06-26T04:11:02.043Z Checking bstr v1.12.1
24482026-06-26T04:11:02.047Z Checking goblin v0.10.5
24492026-06-26T04:11:02.378Z Checking crossbeam-epoch v0.9.18
24502026-06-26T04:11:02.428Z Compiling daft v0.1.7
24512026-06-26T04:11:02.492Z Checking tokio-rustls v0.26.4
24522026-06-26T04:11:02.613Z Checking syn v2.0.117
24532026-06-26T04:11:02.705Z Checking ipnetwork v0.21.1
24542026-06-26T04:11:02.720Z Checking anstyle-parse v1.0.0
24552026-06-26T04:11:02.733Z Checking tower-http v0.6.8
24562026-06-26T04:11:02.841Z Checking rand_chacha v0.3.1
24572026-06-26T04:11:02.866Z Checking thiserror v1.0.69
24582026-06-26T04:11:02.919Z Checking scroll v0.12.0
24592026-06-26T04:11:02.959Z Checking hash32 v0.2.1
24602026-06-26T04:11:03.007Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-06-26T04:11:03.050Z Checking num-integer v0.1.46
24622026-06-26T04:11:03.112Z Checking toml_datetime v0.6.11
24632026-06-26T04:11:03.115Z Checking serde_spanned v0.6.9
24642026-06-26T04:11:03.144Z Checking md-5 v0.10.6
24652026-06-26T04:11:03.224Z Checking hyper v1.8.1
24662026-06-26T04:11:03.239Z Checking ff v0.13.1
24672026-06-26T04:11:03.266Z Checking encoding_rs v0.8.35
24682026-06-26T04:11:03.279Z Checking mime v0.3.17
24692026-06-26T04:11:03.293Z Checking base16ct v0.2.0
24702026-06-26T04:11:03.362Z Checking fallible-iterator v0.2.0
24712026-06-26T04:11:03.409Z Checking psl-types v2.0.11
24722026-06-26T04:11:03.444Z Checking zlib-rs v0.6.2
24732026-06-26T04:11:03.520Z Checking publicsuffix v2.3.0
24742026-06-26T04:11:03.631Z Checking postgres-protocol v0.6.10
24752026-06-26T04:11:03.674Z Checking sec1 v0.7.3
24762026-06-26T04:11:03.734Z Checking group v0.13.0
24772026-06-26T04:11:03.877Z Checking num-iter v0.1.45
24782026-06-26T04:11:03.888Z Checking goblin v0.8.2
24792026-06-26T04:11:03.935Z Checking zstd-safe v7.2.4
24802026-06-26T04:11:03.982Z Checking heapless v0.7.17
24812026-06-26T04:11:04.099Z Checking rand v0.8.6
24822026-06-26T04:11:04.147Z Checking hyper-util v0.1.20
24832026-06-26T04:11:04.187Z Checking oxnet v0.1.6
24842026-06-26T04:11:04.322Z Checking flate2 v1.1.9
24852026-06-26T04:11:04.393Z Checking anstream v1.0.0
24862026-06-26T04:11:04.423Z Checking dof v0.4.0
24872026-06-26T04:11:04.440Z Checking cookie v0.18.1
24882026-06-26T04:11:04.585Z Compiling iddqd v0.4.2
24892026-06-26T04:11:04.613Z Checking dtrace-parser v0.3.0
24902026-06-26T04:11:04.627Z Checking phf_shared v0.13.1
24912026-06-26T04:11:04.664Z Checking lazy_static v1.5.0
24922026-06-26T04:11:04.750Z Checking anstyle-parse v0.2.7
24932026-06-26T04:11:04.816Z Checking pin-project v1.1.11
24942026-06-26T04:11:04.850Z Checking zerocopy v0.7.35
24952026-06-26T04:11:04.883Z Checking bzip2-sys v0.1.13+1.0.8
24962026-06-26T04:11:04.896Z Checking signal-hook v0.3.18
24972026-06-26T04:11:04.908Z Checking terminal_size v0.4.3
24982026-06-26T04:11:04.963Z Checking futures-executor v0.3.32
24992026-06-26T04:11:05.013Z Checking hex v0.4.3
25002026-06-26T04:11:05.039Z Checking hkdf v0.12.4
25012026-06-26T04:11:05.077Z Checking crypto-bigint v0.5.5
25022026-06-26T04:11:05.104Z Checking thread-id v5.1.0
25032026-06-26T04:11:05.164Z Compiling rayon-core v1.13.0
25042026-06-26T04:11:05.178Z Checking foldhash v0.2.0
25052026-06-26T04:11:05.230Z Checking bumpalo v3.20.2
25062026-06-26T04:11:05.323Z Checking same-file v1.0.6
25072026-06-26T04:11:05.336Z Checking clap_lex v1.0.0
25082026-06-26T04:11:05.339Z Checking managed v0.8.0
25092026-06-26T04:11:05.405Z Checking hyper-rustls v0.27.7
25102026-06-26T04:11:05.422Z Checking hyper-tls v0.6.0
25112026-06-26T04:11:05.435Z Checking strsim v0.11.1
25122026-06-26T04:11:05.494Z Checking foldhash v0.1.5
25132026-06-26T04:11:05.525Z Checking bitflags v1.3.2
25142026-06-26T04:11:05.583Z Checking winnow v0.5.40
25152026-06-26T04:11:05.595Z Checking either v1.15.0
25162026-06-26T04:11:05.600Z Checking winnow v0.7.14
25172026-06-26T04:11:05.619Z Checking libbz2-rs-sys v0.2.2
25182026-06-26T04:11:05.628Z Checking hashbrown v0.15.5
25192026-06-26T04:11:05.770Z Checking reqwest v0.12.28
25202026-06-26T04:11:05.774Z Checking dof v0.3.0
25212026-06-26T04:11:05.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-06-26T04:11:05.981Z Checking elliptic-curve v0.13.8
25232026-06-26T04:11:06.001Z Checking bzip2 v0.6.1
25242026-06-26T04:11:06.022Z Checking smoltcp v0.9.1
25252026-06-26T04:11:06.044Z Checking clap_builder v4.6.0
25262026-06-26T04:11:06.094Z Checking walkdir v2.5.0
25272026-06-26T04:11:06.160Z Checking zopfli v0.8.3
25282026-06-26T04:11:06.269Z Checking hashbrown v0.16.1
25292026-06-26T04:11:06.283Z Checking usdt-impl v0.6.0
25302026-06-26T04:11:06.483Z Checking futures v0.3.32
25312026-06-26T04:11:06.557Z Checking signal-hook-mio v0.2.5
25322026-06-26T04:11:06.569Z Checking bzip2 v0.4.4
25332026-06-26T04:11:06.598Z Checking snafu v0.8.9
25342026-06-26T04:11:06.628Z Checking anstream v0.6.21
25352026-06-26T04:11:06.656Z Checking phf v0.13.1
25362026-06-26T04:11:06.720Z Checking toml_edit v0.19.15
25372026-06-26T04:11:06.733Z Checking num-bigint-dig v0.8.6
25382026-06-26T04:11:06.765Z Checking cookie_store v0.22.1
25392026-06-26T04:11:06.801Z Checking zstd v0.13.3
25402026-06-26T04:11:06.817Z Checking postgres-types v0.2.12
25412026-06-26T04:11:06.829Z Checking dtrace-parser v0.2.0
25422026-06-26T04:11:06.984Z Checking crossbeam-deque v0.8.6
25432026-06-26T04:11:07.000Z Checking rustls-platform-verifier v0.6.2
25442026-06-26T04:11:07.059Z Checking globset v0.4.18
25452026-06-26T04:11:07.085Z Checking regex v1.12.3
25462026-06-26T04:11:07.123Z Checking ed25519 v2.2.3
25472026-06-26T04:11:07.135Z Checking phf_shared v0.11.3
25482026-06-26T04:11:07.155Z Checking olpc-cjson v0.1.4
25492026-06-26T04:11:07.271Z Checking ref-cast v1.0.25
25502026-06-26T04:11:07.284Z Checking curve25519-dalek v4.1.3
25512026-06-26T04:11:07.295Z Checking strum v0.27.2
25522026-06-26T04:11:07.306Z Checking hubpack v0.1.2
25532026-06-26T04:11:07.309Z Checking memoffset v0.9.1
25542026-06-26T04:11:07.353Z Checking rustix v0.38.44
25552026-06-26T04:11:07.364Z Checking pkcs1 v0.7.5
25562026-06-26T04:11:07.387Z Checking pem v3.0.6
25572026-06-26T04:11:07.399Z Checking float-cmp v0.10.0
25582026-06-26T04:11:07.465Z Checking erased-serde v0.3.31
25592026-06-26T04:11:07.521Z Checking serde_plain v1.0.2
25602026-06-26T04:11:07.542Z Checking serde-big-array v0.5.1
25612026-06-26T04:11:07.557Z Checking rfc6979 v0.4.0
25622026-06-26T04:11:07.581Z Checking thread-id v4.2.2
25632026-06-26T04:11:07.657Z Checking memmap2 v0.9.10
25642026-06-26T04:11:07.668Z Checking env_filter v1.0.0
25652026-06-26T04:11:07.671Z Checking whoami v2.1.0
25662026-06-26T04:11:07.671Z Checking unicode-segmentation v1.12.0
25672026-06-26T04:11:07.802Z Checking normalize-line-endings v0.3.0
25682026-06-26T04:11:07.816Z Checking toml_write v0.1.2
25692026-06-26T04:11:07.819Z Checking data-encoding v2.10.0
25702026-06-26T04:11:07.865Z Checking fixedbitset v0.4.2
25712026-06-26T04:11:07.877Z Checking precomputed-hash v0.1.1
25722026-06-26T04:11:07.889Z Checking jiff v0.2.21
25732026-06-26T04:11:07.956Z Checking typed-path v0.9.3
25742026-06-26T04:11:07.976Z Checking keccak v0.1.6
25752026-06-26T04:11:07.981Z Checking new_debug_unreachable v1.0.6
25762026-06-26T04:11:08.011Z Checking difflib v0.4.0
25772026-06-26T04:11:08.050Z Checking fixedbitset v0.5.7
25782026-06-26T04:11:08.096Z Checking predicates-core v1.0.10
25792026-06-26T04:11:08.108Z Checking static_assertions v1.1.0
25802026-06-26T04:11:08.140Z Checking sha3 v0.10.8
25812026-06-26T04:11:08.172Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25822026-06-26T04:11:08.185Z Checking crossterm v0.28.1
25832026-06-26T04:11:08.188Z Checking hickory-proto v0.25.2
25842026-06-26T04:11:08.214Z Checking predicates v3.1.4
25852026-06-26T04:11:08.238Z Checking petgraph v0.8.3
25862026-06-26T04:11:08.342Z Checking ed25519-dalek v2.2.0
25872026-06-26T04:11:08.509Z Checking string_cache v0.8.9
25882026-06-26T04:11:08.574Z Checking petgraph v0.6.5
25892026-06-26T04:11:08.673Z Checking toml_edit v0.22.27
25902026-06-26T04:11:08.725Z Checking tough v0.22.0
25912026-06-26T04:11:08.884Z Checking similar v2.7.0
25922026-06-26T04:11:09.256Z Checking tokio-postgres v0.7.16
25932026-06-26T04:11:09.761Z Checking slog v2.8.2
25942026-06-26T04:11:09.791Z Checking env_logger v0.11.9
25952026-06-26T04:11:09.810Z Checking usdt v0.6.0
25962026-06-26T04:11:09.976Z Checking toml v0.7.8
25972026-06-26T04:11:09.979Z Checking ecdsa v0.16.9
25982026-06-26T04:11:10.021Z Checking usdt-impl v0.5.0
25992026-06-26T04:11:10.096Z Checking zip v4.6.1
26002026-06-26T04:11:10.287Z Checking rsa v0.9.10
26012026-06-26T04:11:10.301Z Checking nix v0.31.2
26022026-06-26T04:11:10.451Z Checking clap v4.6.1
26032026-06-26T04:11:10.530Z Checking reqwest v0.13.2
26042026-06-26T04:11:10.662Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-26T04:11:10.739Z Checking zip v0.6.6
26062026-06-26T04:11:10.773Z Checking itertools v0.13.0
26072026-06-26T04:11:10.835Z Checking serde_with v3.17.0
26082026-06-26T04:11:10.983Z Checking strum v0.26.3
26092026-06-26T04:11:10.997Z Checking fs-err v3.3.0
26102026-06-26T04:11:11.058Z Checking ahash v0.8.12
26112026-06-26T04:11:11.091Z Checking object v0.37.3
26122026-06-26T04:11:11.215Z Checking tokio-stream v0.1.18
26132026-06-26T04:11:11.250Z Checking buf-list v1.1.2
26142026-06-26T04:11:11.296Z Checking anyhow v1.0.102
26152026-06-26T04:11:11.337Z Checking camino v1.2.2
26162026-06-26T04:11:11.373Z Checking x509-cert v0.2.5
26172026-06-26T04:11:11.427Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26182026-06-26T04:11:11.489Z Checking openapiv3 v2.2.0
26192026-06-26T04:11:11.579Z Checking sha1 v0.10.6
26202026-06-26T04:11:11.591Z Checking peg-runtime v0.8.5
26212026-06-26T04:11:11.677Z Checking lalrpop-util v0.19.12
26222026-06-26T04:11:11.725Z Checking rayon v1.11.0
26232026-06-26T04:11:11.736Z Checking sigpipe v0.1.3
26242026-06-26T04:11:11.803Z Checking glob v0.3.3
26252026-06-26T04:11:13.312Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-06-26T04:11:13.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
26272026-06-26T04:11:13.733Z
26282026-06-26T04:11:13.734Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26292026-06-26T04:11:14.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-06-26T04:11:14.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-06-26T04:11:14.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-06-26T04:11:14.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26332026-06-26T04:11:14.272Z
26342026-06-26T04:11:14.272Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26352026-06-26T04:11:14.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-06-26T04:11:14.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-06-26T04:11:14.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-06-26T04:11:14.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26392026-06-26T04:11:14.801Z
26402026-06-26T04:11:14.801Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26412026-06-26T04:11:15.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-06-26T04:11:15.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-06-26T04:11:15.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-06-26T04:11:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26452026-06-26T04:11:15.345Z
26462026-06-26T04:11:15.345Zinfo: running `cargo check --bins` on oxql-types (80/297)
26472026-06-26T04:11:15.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-06-26T04:11:15.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-06-26T04:11:15.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-06-26T04:11:15.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-06-26T04:11:15.879Z
26522026-06-26T04:11:15.879Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26532026-06-26T04:11:16.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-06-26T04:11:16.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-06-26T04:11:16.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-06-26T04:11:16.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26572026-06-26T04:11:16.403Z
26582026-06-26T04:11:16.403Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26592026-06-26T04:11:16.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-06-26T04:11:16.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-06-26T04:11:16.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-06-26T04:11:16.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26632026-06-26T04:11:16.929Z
26642026-06-26T04:11:16.929Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26652026-06-26T04:11:17.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-06-26T04:11:17.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-06-26T04:11:17.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-06-26T04:11:17.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26692026-06-26T04:11:17.443Z
26702026-06-26T04:11:17.443Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26712026-06-26T04:11:17.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-06-26T04:11:17.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-06-26T04:11:18.077Z Compiling structmeta-derive v0.3.0
26742026-06-26T04:11:18.190Z Compiling rustls v0.22.4
26752026-06-26T04:11:18.201Z Compiling multer v3.1.0
26762026-06-26T04:11:18.212Z Compiling async-stream-impl v0.3.6
26772026-06-26T04:11:18.215Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-06-26T04:11:18.234Z Compiling dropshot v0.17.0
26792026-06-26T04:11:18.251Z Compiling dropshot_endpoint v0.17.0
26802026-06-26T04:11:18.251Z Compiling newtype-uuid-macros v0.1.0
26812026-06-26T04:11:18.360Z Checking newtype-uuid v1.3.2
26822026-06-26T04:11:18.425Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832026-06-26T04:11:18.486Z Checking rustls-webpki v0.102.8
26842026-06-26T04:11:18.550Z Checking daft v0.1.7
26852026-06-26T04:11:18.603Z Checking thread_local v1.1.9
26862026-06-26T04:11:18.769Z Checking match_cfg v0.1.0
26872026-06-26T04:11:18.782Z Checking compression-core v0.4.31
26882026-06-26T04:11:18.795Z Checking iddqd v0.4.2
26892026-06-26T04:11:18.821Z Checking crossbeam-channel v0.5.15
26902026-06-26T04:11:18.835Z Checking hostname v0.3.1
26912026-06-26T04:11:18.899Z Checking compression-codecs v0.4.37
26922026-06-26T04:11:18.927Z Checking atomicwrites v0.4.4
26932026-06-26T04:11:19.016Z Checking slog-json v2.6.1
26942026-06-26T04:11:19.048Z Checking is-terminal v0.4.17
26952026-06-26T04:11:19.060Z Checking serde_spanned v1.0.4
26962026-06-26T04:11:19.135Z Checking toml_datetime v1.0.0+spec-1.1.0
26972026-06-26T04:11:19.149Z Checking term v1.2.1
26982026-06-26T04:11:19.167Z Checking debug-ignore v1.0.5
26992026-06-26T04:11:19.186Z Checking take_mut v0.2.2
27002026-06-26T04:11:19.234Z Compiling structmeta v0.3.0
27012026-06-26T04:11:19.259Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-06-26T04:11:19.282Z Checking slog-async v2.8.0
27032026-06-26T04:11:19.328Z Checking slog-bunyan v2.5.0
27042026-06-26T04:11:19.364Z Checking slog-term v2.9.2
27052026-06-26T04:11:19.434Z Checking toml v1.0.6+spec-1.1.0
27062026-06-26T04:11:19.437Z Checking async-compression v0.4.41
27072026-06-26T04:11:19.459Z Checking async-stream v0.3.6
27082026-06-26T04:11:19.462Z Compiling derive-ex v0.1.8
27092026-06-26T04:11:19.581Z Compiling parse-display-derive v0.10.0
27102026-06-26T04:11:19.617Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-06-26T04:11:19.671Z Checking progenitor-client v0.14.0
27122026-06-26T04:11:19.712Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-06-26T04:11:19.725Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-06-26T04:11:19.864Z Checking waitgroup v0.1.2
27152026-06-26T04:11:19.896Z Checking backon v1.6.0
27162026-06-26T04:11:19.959Z Checking rustls-pemfile v2.2.0
27172026-06-26T04:11:20.000Z Checking serde_path_to_error v0.1.20
27182026-06-26T04:11:20.015Z Checking hostname v0.4.2
27192026-06-26T04:11:20.056Z Checking instant v0.1.13
27202026-06-26T04:11:20.137Z Checking backoff v0.4.0
27212026-06-26T04:11:20.271Z Checking progenitor-extras v0.2.0
27222026-06-26T04:11:20.293Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-26T04:11:20.306Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-26T04:11:20.308Z Checking tokio-rustls v0.25.0
27252026-06-26T04:11:20.500Z Checking itertools v0.14.0
27262026-06-26T04:11:20.514Z Checking regress v0.10.5
27272026-06-26T04:11:20.672Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27282026-06-26T04:11:20.921Z Checking macaddr v1.0.1
27292026-06-26T04:11:21.143Z Compiling test-strategy v0.4.5
27302026-06-26T04:11:21.233Z Checking parse-display v0.10.0
27312026-06-26T04:11:21.273Z Checking humantime v2.3.0
27322026-06-26T04:11:22.250Z Compiling prettyplease v0.2.37
27332026-06-26T04:11:22.616Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-06-26T04:11:22.755Z Checking num-rational v0.4.2
27352026-06-26T04:11:22.992Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-06-26T04:11:23.343Z Checking num-complex v0.4.6
27372026-06-26T04:11:23.910Z Checking num v0.4.3
27382026-06-26T04:11:24.003Z Compiling usdt-attr-macro v0.5.0
27392026-06-26T04:11:24.055Z Compiling usdt-macro v0.5.0
27402026-06-26T04:11:24.073Z Checking memmap v0.7.0
27412026-06-26T04:11:24.084Z Checking float-ord v0.3.2
27422026-06-26T04:11:24.178Z Checking unicode-width v0.2.0
27432026-06-26T04:11:24.196Z Compiling convert_case v0.4.0
27442026-06-26T04:11:24.426Z Checking console v0.15.11
27452026-06-26T04:11:24.563Z Compiling derive_more v0.99.20
27462026-06-26T04:11:24.703Z Checking newline-converter v0.3.0
27472026-06-26T04:11:24.764Z Compiling toml v0.8.23
27482026-06-26T04:11:24.767Z Checking usdt v0.5.0
27492026-06-26T04:11:24.809Z Checking linked-hash-map v0.5.6
27502026-06-26T04:11:24.929Z Compiling minimal-lexical v0.2.1
27512026-06-26T04:11:24.976Z Checking lru-cache v0.1.2
27522026-06-26T04:11:25.095Z Checking expectorate v1.2.0
27532026-06-26T04:11:25.177Z Compiling nom v7.1.3
27542026-06-26T04:11:25.701Z Checking camino-tempfile v1.4.1
27552026-06-26T04:11:25.739Z Checking hickory-proto v0.24.4
27562026-06-26T04:11:25.860Z Checking phf_shared v0.12.1
27572026-06-26T04:11:25.942Z Compiling slog-dtrace v0.3.0
27582026-06-26T04:11:25.999Z Checking resolv-conf v0.7.6
27592026-06-26T04:11:26.129Z Checking heck v0.5.0
27602026-06-26T04:11:26.184Z Compiling chrono-tz v0.10.4
27612026-06-26T04:11:26.249Z Compiling const_format_proc_macros v0.2.34
27622026-06-26T04:11:26.343Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-06-26T04:11:26.425Z Checking phf v0.12.1
27642026-06-26T04:11:26.529Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652026-06-26T04:11:26.565Z Checking tokio-dtrace v0.1.1
27662026-06-26T04:11:26.753Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-26T04:11:27.008Z Compiling derive-where v1.6.0
27682026-06-26T04:11:27.103Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-26T04:11:27.261Z Checking highway v1.3.0
27702026-06-26T04:11:27.491Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-06-26T04:11:27.551Z Checking hickory-resolver v0.24.4
27722026-06-26T04:11:27.892Z Checking const_format v0.2.35
27732026-06-26T04:11:27.932Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-06-26T04:11:28.032Z Checking oxide-tokio-rt v0.1.4
27752026-06-26T04:11:28.185Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-26T04:11:28.199Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-26T04:11:28.377Z Checking gethostname v0.5.0
27782026-06-26T04:11:28.390Z Checking qorb v0.4.1
27792026-06-26T04:11:28.463Z Checking bcs v0.1.6
27802026-06-26T04:11:28.521Z Checking termtree v0.5.1
27812026-06-26T04:11:28.690Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27822026-06-26T04:11:31.597Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-26T04:11:34.213Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-26T04:11:36.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
27852026-06-26T04:11:36.453Z
27862026-06-26T04:11:36.454Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27872026-06-26T04:11:36.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-26T04:11:36.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-26T04:11:37.082Z Compiling ar_archive_writer v0.5.1
27902026-06-26T04:11:37.189Z Compiling stacker v0.1.23
27912026-06-26T04:11:37.196Z Compiling cfg_aliases v0.1.1
27922026-06-26T04:11:37.202Z Compiling convert_case v0.10.0
27932026-06-26T04:11:37.206Z Checking unicode-width v0.1.14
27942026-06-26T04:11:37.217Z Compiling proc-macro-error v1.0.4
27952026-06-26T04:11:37.227Z Checking fd-lock v4.0.4
27962026-06-26T04:11:37.232Z Checking nibble_vec v0.1.0
27972026-06-26T04:11:37.248Z Compiling nix v0.28.0
27982026-06-26T04:11:37.338Z Checking vte v0.14.1
27992026-06-26T04:11:37.351Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-26T04:11:37.433Z Checking endian-type v0.1.2
28012026-06-26T04:11:37.446Z Checking bytecount v0.6.9
28022026-06-26T04:11:37.484Z Checking strip-ansi-escapes v0.2.1
28032026-06-26T04:11:37.523Z Compiling derive_more-impl v2.1.1
28042026-06-26T04:11:37.529Z Compiling tabled_derive v0.7.0
28052026-06-26T04:11:37.575Z Checking papergrid v0.11.0
28062026-06-26T04:11:37.585Z Checking radix_trie v0.2.1
28072026-06-26T04:11:37.597Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-26T04:11:37.777Z Compiling peg-macros v0.8.5
28092026-06-26T04:11:37.790Z Checking winnow v0.6.26
28102026-06-26T04:11:38.038Z Compiling psm v0.1.30
28112026-06-26T04:11:38.070Z Compiling sqlparser_derive v0.5.0
28122026-06-26T04:11:38.190Z Checking home v0.5.12
28132026-06-26T04:11:38.294Z Checking unicode_categories v0.1.1
28142026-06-26T04:11:38.349Z Checking derive_more v2.1.1
28152026-06-26T04:11:38.447Z Checking nu-ansi-term v0.50.3
28162026-06-26T04:11:38.462Z Checking crossterm v0.29.0
28172026-06-26T04:11:38.485Z Checking tabled v0.15.0
28182026-06-26T04:11:38.546Z Checking rustyline v14.0.0
28192026-06-26T04:11:38.651Z Checking reedline v0.40.0
28202026-06-26T04:11:38.797Z Checking recursive v0.1.1
28212026-06-26T04:11:38.848Z Checking display-error-chain v0.2.2
28222026-06-26T04:11:38.887Z Checking sqlparser v0.61.0
28232026-06-26T04:11:38.948Z Checking sqlformat v0.3.5
28242026-06-26T04:11:39.133Z Checking peg v0.8.5
28252026-06-26T04:11:50.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28262026-06-26T04:11:50.318Z
28272026-06-26T04:11:50.319Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28282026-06-26T04:11:50.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-26T04:11:50.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-26T04:11:50.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-26T04:11:54.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28322026-06-26T04:11:54.564Z
28332026-06-26T04:11:54.564Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28342026-06-26T04:11:55.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-26T04:11:55.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-26T04:11:55.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-26T04:11:57.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28382026-06-26T04:11:57.792Z
28392026-06-26T04:11:57.792Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28402026-06-26T04:11:58.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-26T04:11:58.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-26T04:11:58.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-26T04:12:01.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28442026-06-26T04:12:01.840Z
28452026-06-26T04:12:01.840Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28462026-06-26T04:12:02.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-26T04:12:02.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-26T04:12:02.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-26T04:12:05.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28502026-06-26T04:12:05.907Z
28512026-06-26T04:12:05.907Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28522026-06-26T04:12:06.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-26T04:12:06.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-26T04:12:06.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-26T04:12:09.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28562026-06-26T04:12:09.291Z
28572026-06-26T04:12:09.291Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28582026-06-26T04:12:09.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-26T04:12:09.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-26T04:12:09.915Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-26T04:12:12.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28622026-06-26T04:12:12.708Z
28632026-06-26T04:12:12.708Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28642026-06-26T04:12:13.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-26T04:12:13.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-26T04:12:13.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-26T04:12:16.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28682026-06-26T04:12:16.948Z
28692026-06-26T04:12:16.948Zinfo: running `cargo check --bins` on oximeter (93/297)
28702026-06-26T04:12:17.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-26T04:12:17.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-26T04:12:17.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-26T04:12:17.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28742026-06-26T04:12:17.484Z
28752026-06-26T04:12:17.484Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28762026-06-26T04:12:17.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-26T04:12:17.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-26T04:12:18.072Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-26T04:12:18.226Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-06-26T04:12:18.230Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-06-26T04:12:18.560Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-26T04:12:21.299Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-26T04:12:22.505Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-26T04:12:22.711Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-26T04:12:23.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
28862026-06-26T04:12:23.543Z
28872026-06-26T04:12:23.543Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28882026-06-26T04:12:23.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-26T04:12:23.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-26T04:12:23.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-26T04:12:24.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28922026-06-26T04:12:24.080Z
28932026-06-26T04:12:24.081Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28942026-06-26T04:12:24.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-26T04:12:24.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-26T04:12:24.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-26T04:12:24.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28982026-06-26T04:12:24.666Z
28992026-06-26T04:12:24.666Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
29002026-06-26T04:12:25.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-26T04:12:25.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-26T04:12:25.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-26T04:12:25.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29042026-06-26T04:12:25.211Z
29052026-06-26T04:12:25.211Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29062026-06-26T04:12:25.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-26T04:12:25.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-26T04:12:25.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-26T04:12:25.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29102026-06-26T04:12:25.761Z
29112026-06-26T04:12:25.761Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29122026-06-26T04:12:26.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-26T04:12:26.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-26T04:12:26.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-26T04:12:26.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-06-26T04:12:26.302Z
29172026-06-26T04:12:26.302Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29182026-06-26T04:12:26.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-26T04:12:26.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-26T04:12:26.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-26T04:12:26.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29222026-06-26T04:12:26.850Z
29232026-06-26T04:12:26.850Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29242026-06-26T04:12:27.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-26T04:12:27.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-26T04:12:27.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-26T04:12:27.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29282026-06-26T04:12:27.378Z
29292026-06-26T04:12:27.378Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29302026-06-26T04:12:27.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-26T04:12:27.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-26T04:12:27.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-26T04:12:27.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29342026-06-26T04:12:27.926Z
29352026-06-26T04:12:27.926Zinfo: running `cargo check --bins` on update-engine (103/297)
29362026-06-26T04:12:28.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-26T04:12:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-26T04:12:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-26T04:12:28.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29402026-06-26T04:12:28.456Z
29412026-06-26T04:12:28.456Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29422026-06-26T04:12:28.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-26T04:12:28.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-26T04:12:29.131Z Compiling crucible-workspace-hack v0.1.0
29452026-06-26T04:12:29.245Z Checking secrecy v0.10.3
29462026-06-26T04:12:29.256Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-26T04:12:29.256Z Compiling heapless v0.8.0
29482026-06-26T04:12:29.270Z Compiling ingot-macros v0.1.1
29492026-06-26T04:12:29.279Z Checking hash32 v0.3.1
29502026-06-26T04:12:29.290Z Compiling smoltcp v0.11.0
29512026-06-26T04:12:29.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-06-26T04:12:29.346Z Checking cobs v0.3.0
29532026-06-26T04:12:29.392Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-26T04:12:29.476Z Compiling thiserror-impl-no-std v2.0.2
29552026-06-26T04:12:29.488Z Checking universal-hash v0.5.1
29562026-06-26T04:12:29.492Z Checking half v2.7.1
29572026-06-26T04:12:29.537Z Checking ciborium-io v0.2.2
29582026-06-26T04:12:29.599Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-06-26T04:12:29.626Z Checking opaque-debug v0.3.1
29602026-06-26T04:12:29.660Z Checking postcard v1.1.3
29612026-06-26T04:12:29.701Z Checking poly1305 v0.8.0
29622026-06-26T04:12:29.747Z Checking ciborium-ll v0.2.2
29632026-06-26T04:12:29.788Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29642026-06-26T04:12:29.915Z Compiling proc-macro-crate v3.4.0
29652026-06-26T04:12:29.954Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-06-26T04:12:29.965Z Checking password-hash v0.5.0
29672026-06-26T04:12:30.188Z Checking chacha20 v0.9.1
29682026-06-26T04:12:30.201Z Compiling proc-macro-crate v1.3.1
29692026-06-26T04:12:30.221Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-26T04:12:30.380Z Checking blake2 v0.10.6
29712026-06-26T04:12:30.427Z Checking aead v0.5.2
29722026-06-26T04:12:30.454Z Compiling num_enum_derive v0.7.6
29732026-06-26T04:12:30.467Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-26T04:12:30.565Z Compiling foreign-types-macros v0.2.3
29752026-06-26T04:12:30.622Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-26T04:12:30.627Z Checking cpufeatures v0.3.0
29772026-06-26T04:12:30.636Z Checking thiserror-no-std v2.0.2
29782026-06-26T04:12:30.669Z Checking foreign-types-shared v0.3.1
29792026-06-26T04:12:30.692Z Checking chacha20 v0.10.0
29802026-06-26T04:12:30.716Z Checking vsss-rs v3.3.4
29812026-06-26T04:12:30.754Z Checking argon2 v0.5.3
29822026-06-26T04:12:30.838Z Compiling num_enum_derive v0.5.11
29832026-06-26T04:12:30.903Z Checking chacha20poly1305 v0.10.1
29842026-06-26T04:12:31.027Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-26T04:12:31.087Z Checking ciborium v0.2.2
29862026-06-26T04:12:31.148Z Checking foreign-types v0.5.0
29872026-06-26T04:12:31.323Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-26T04:12:31.348Z Checking tabwriter v1.4.1
29892026-06-26T04:12:31.480Z Checking num_enum v0.7.6
29902026-06-26T04:12:31.492Z Checking byte-wrapper v0.1.0
29912026-06-26T04:12:31.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-06-26T04:12:31.588Z Checking cstr-argument v0.1.2
29932026-06-26T04:12:31.603Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29942026-06-26T04:12:31.688Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-26T04:12:31.709Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-26T04:12:31.830Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-26T04:12:31.845Z Checking num_enum v0.5.11
29982026-06-26T04:12:31.878Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-06-26T04:12:31.894Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-06-26T04:12:31.921Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-06-26T04:12:31.949Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-06-26T04:12:32.023Z Checking rand v0.10.0
30032026-06-26T04:12:32.047Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-06-26T04:12:32.050Z Checking colored v3.1.1
30052026-06-26T04:12:32.073Z Checking ingot-types v0.1.2
30062026-06-26T04:12:32.145Z Checking indent_write v2.2.0
30072026-06-26T04:12:32.254Z Compiling zone_cfg_derive v0.3.1
30082026-06-26T04:12:32.272Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-26T04:12:32.351Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-26T04:12:32.434Z Checking ingot v0.1.1
30112026-06-26T04:12:32.442Z Checking itertools v0.12.1
30122026-06-26T04:12:32.507Z Compiling num-derive v0.4.2
30132026-06-26T04:12:32.510Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30142026-06-26T04:12:32.572Z Checking swrite v0.1.0
30152026-06-26T04:12:32.636Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-06-26T04:12:32.659Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-26T04:12:32.816Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-26T04:12:32.917Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-26T04:12:32.971Z Checking dropshot-api-manager-types v0.7.2
30202026-06-26T04:12:32.990Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-06-26T04:12:33.005Z Checking smf v0.2.3
30222026-06-26T04:12:33.023Z Checking nanorand v0.7.0
30232026-06-26T04:12:33.134Z Checking whoami v1.6.1
30242026-06-26T04:12:33.216Z Checking flume v0.11.1
30252026-06-26T04:12:33.232Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-06-26T04:12:33.473Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-26T04:12:33.502Z Checking zone v0.3.1
30282026-06-26T04:12:34.019Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-26T04:12:34.988Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-26T04:12:35.868Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-26T04:12:39.158Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-26T04:12:41.229Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-26T04:12:42.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30342026-06-26T04:12:42.499Z
30352026-06-26T04:12:42.500Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30362026-06-26T04:12:42.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-26T04:12:42.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-26T04:12:42.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-26T04:12:42.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30402026-06-26T04:12:43.045Z
30412026-06-26T04:12:43.045Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30422026-06-26T04:12:43.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-26T04:12:43.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-26T04:12:43.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-26T04:12:43.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30462026-06-26T04:12:43.589Z
30472026-06-26T04:12:43.589Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30482026-06-26T04:12:44.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-26T04:12:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-26T04:12:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-26T04:12:44.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30522026-06-26T04:12:44.140Z
30532026-06-26T04:12:44.140Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30542026-06-26T04:12:44.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-26T04:12:44.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-26T04:12:44.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-26T04:12:44.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30582026-06-26T04:12:44.692Z
30592026-06-26T04:12:44.692Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30602026-06-26T04:12:45.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-26T04:12:45.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-26T04:12:45.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-26T04:12:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30642026-06-26T04:12:45.238Z
30652026-06-26T04:12:45.238Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30662026-06-26T04:12:45.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-26T04:12:45.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-26T04:12:45.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-26T04:12:45.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30702026-06-26T04:12:45.782Z
30712026-06-26T04:12:45.782Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30722026-06-26T04:12:46.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-26T04:12:46.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-26T04:12:46.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-26T04:12:46.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-06-26T04:12:46.325Z
30772026-06-26T04:12:46.325Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30782026-06-26T04:12:46.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-26T04:12:46.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-26T04:12:46.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-26T04:12:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30822026-06-26T04:12:46.856Z
30832026-06-26T04:12:46.856Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30842026-06-26T04:12:47.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-26T04:12:47.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-26T04:12:47.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-26T04:12:47.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30882026-06-26T04:12:47.402Z
30892026-06-26T04:12:47.402Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30902026-06-26T04:12:47.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-26T04:12:47.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-26T04:12:47.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-26T04:12:47.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30942026-06-26T04:12:47.945Z
30952026-06-26T04:12:47.945Zinfo: running `cargo check --bins` on installinator-client (115/297)
30962026-06-26T04:12:48.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-26T04:12:48.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-26T04:12:48.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-26T04:12:48.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31002026-06-26T04:12:48.491Z
31012026-06-26T04:12:48.491Zinfo: running `cargo check --bins` on nexus-client (116/297)
31022026-06-26T04:12:48.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-26T04:12:48.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-26T04:12:48.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-26T04:12:48.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31062026-06-26T04:12:49.070Z
31072026-06-26T04:12:49.070Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31082026-06-26T04:12:49.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-26T04:12:49.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-26T04:12:49.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-26T04:12:49.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31122026-06-26T04:12:49.664Z
31132026-06-26T04:12:49.664Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31142026-06-26T04:12:50.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-26T04:12:50.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-26T04:12:50.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-26T04:12:50.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31182026-06-26T04:12:50.180Z
31192026-06-26T04:12:50.180Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31202026-06-26T04:12:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-26T04:12:50.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-26T04:12:50.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-26T04:12:50.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31242026-06-26T04:12:50.768Z
31252026-06-26T04:12:50.768Zinfo: running `cargo check --bins` on oxide-client (120/297)
31262026-06-26T04:12:51.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-26T04:12:51.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-26T04:12:51.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-26T04:12:51.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-06-26T04:12:51.242Z
31312026-06-26T04:12:51.242Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31322026-06-26T04:12:51.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-26T04:12:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-26T04:12:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-26T04:12:51.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31362026-06-26T04:12:51.785Z
31372026-06-26T04:12:51.785Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31382026-06-26T04:12:52.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-26T04:12:52.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-26T04:12:52.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-26T04:12:52.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31422026-06-26T04:12:52.312Z
31432026-06-26T04:12:52.312Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31442026-06-26T04:12:52.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-26T04:12:52.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-26T04:12:52.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-26T04:12:52.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31482026-06-26T04:12:52.865Z
31492026-06-26T04:12:52.865Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31502026-06-26T04:12:53.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-26T04:12:53.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-26T04:12:53.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-26T04:12:53.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-06-26T04:12:53.422Z
31552026-06-26T04:12:53.422Zinfo: running `cargo check --bins` on installinator-common (125/297)
31562026-06-26T04:12:53.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-26T04:12:53.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-26T04:12:53.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-26T04:12:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31602026-06-26T04:12:53.975Z
31612026-06-26T04:12:53.975Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31622026-06-26T04:12:54.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-26T04:12:54.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-26T04:12:54.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-26T04:12:54.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31662026-06-26T04:12:54.496Z
31672026-06-26T04:12:54.496Zinfo: running `cargo check --bins` on wicket-common (127/297)
31682026-06-26T04:12:55.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-26T04:12:55.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-26T04:12:55.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-26T04:12:55.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31722026-06-26T04:12:55.114Z
31732026-06-26T04:12:55.114Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31742026-06-26T04:12:55.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-26T04:12:55.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-26T04:12:55.688Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-26T04:12:55.798Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-26T04:12:55.805Z Checking csv-core v0.1.13
31792026-06-26T04:12:55.812Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-26T04:12:55.818Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-06-26T04:12:55.822Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-06-26T04:12:55.838Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-26T04:12:55.850Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-26T04:12:55.958Z Checking csv v1.4.0
31852026-06-26T04:12:56.001Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-26T04:12:56.006Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-26T04:12:56.025Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-26T04:12:56.051Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-26T04:12:56.288Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-26T04:12:56.650Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-06-26T04:12:56.653Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-06-26T04:12:57.006Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-26T04:13:02.940Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-26T04:13:03.483Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-26T04:13:05.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31962026-06-26T04:13:06.016Z
31972026-06-26T04:13:06.016Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31982026-06-26T04:13:06.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-26T04:13:06.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-26T04:13:06.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-26T04:13:06.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32022026-06-26T04:13:06.549Z
32032026-06-26T04:13:06.549Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32042026-06-26T04:13:07.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-26T04:13:07.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-26T04:13:07.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-26T04:13:07.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-06-26T04:13:07.166Z
32092026-06-26T04:13:07.166Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32102026-06-26T04:13:07.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-26T04:13:07.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-26T04:13:07.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-26T04:13:07.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32142026-06-26T04:13:07.790Z
32152026-06-26T04:13:07.790Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32162026-06-26T04:13:08.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-26T04:13:08.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-26T04:13:08.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-26T04:13:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32202026-06-26T04:13:08.403Z
32212026-06-26T04:13:08.403Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32222026-06-26T04:13:08.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-26T04:13:08.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-26T04:13:09.095Z Compiling regress v0.11.1
32252026-06-26T04:13:09.230Z Compiling unsafe-libyaml v0.2.11
32262026-06-26T04:13:09.245Z Compiling radium v0.7.0
32272026-06-26T04:13:09.253Z Compiling semver v0.1.20
32282026-06-26T04:13:09.290Z Checking nom v8.0.0
32292026-06-26T04:13:09.305Z Compiling maybe-uninit v2.0.0
32302026-06-26T04:13:09.305Z Checking tap v1.0.1
32312026-06-26T04:13:09.381Z Checking wyz v0.5.1
32322026-06-26T04:13:09.495Z Compiling rustc_version v0.1.7
32332026-06-26T04:13:09.569Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-26T04:13:09.575Z Compiling zerocopy-derive v0.6.6
32352026-06-26T04:13:09.687Z Compiling packed_struct v0.10.1
32362026-06-26T04:13:09.710Z Compiling newtype_derive v0.1.6
32372026-06-26T04:13:09.894Z Compiling serde_yaml v0.9.34+deprecated
32382026-06-26T04:13:09.926Z Compiling cancel-safe-futures v0.1.5
32392026-06-26T04:13:09.955Z Checking funty v2.0.0
32402026-06-26T04:13:10.126Z Checking crc-catalog v2.4.0
32412026-06-26T04:13:10.217Z Compiling owo-colors v4.3.0
32422026-06-26T04:13:10.284Z Checking bitvec v1.0.1
32432026-06-26T04:13:10.437Z Checking zerocopy v0.6.6
32442026-06-26T04:13:10.592Z Checking crc v3.4.0
32452026-06-26T04:13:10.664Z Checking typify-impl v0.6.2
32462026-06-26T04:13:10.916Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-26T04:13:11.080Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-26T04:13:11.232Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-06-26T04:13:11.326Z Compiling packed_struct_codegen v0.10.1
32502026-06-26T04:13:11.426Z Checking libsw-core v0.3.2
32512026-06-26T04:13:11.460Z Compiling bitfield-macros v0.19.4
32522026-06-26T04:13:11.567Z Compiling indexmap v1.9.3
32532026-06-26T04:13:11.599Z Checking nodrop v0.1.14
32542026-06-26T04:13:11.691Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32552026-06-26T04:13:11.774Z Checking array-init v0.0.4
32562026-06-26T04:13:11.802Z Checking libsw v3.5.0
32572026-06-26T04:13:11.807Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-06-26T04:13:11.941Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-26T04:13:12.073Z Checking smallvec v0.6.14
32602026-06-26T04:13:12.241Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-26T04:13:12.247Z Checking bitfield v0.19.4
32622026-06-26T04:13:12.419Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-26T04:13:12.431Z Checking base64 v0.21.7
32642026-06-26T04:13:12.493Z Checking linear-map v1.2.0
32652026-06-26T04:13:12.537Z Checking smawk v0.3.2
32662026-06-26T04:13:12.557Z Checking tagptr v0.2.0
32672026-06-26T04:13:12.671Z Checking unicode-linebreak v0.1.5
32682026-06-26T04:13:12.684Z Checking hashbrown v0.12.3
32692026-06-26T04:13:12.699Z Checking ron v0.8.1
32702026-06-26T04:13:12.699Z Checking moka v0.12.13
32712026-06-26T04:13:12.884Z Checking textwrap v0.16.2
32722026-06-26T04:13:12.886Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-06-26T04:13:13.105Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-06-26T04:13:13.242Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-06-26T04:13:13.352Z Checking steno v0.4.1
32762026-06-26T04:13:13.415Z Checking serde-hex v0.1.0
32772026-06-26T04:13:13.433Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-26T04:13:13.474Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32792026-06-26T04:13:13.586Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-26T04:13:13.921Z Checking hashbrown v0.13.2
32812026-06-26T04:13:14.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-06-26T04:13:14.183Z Checking crc-any v2.5.0
32832026-06-26T04:13:14.342Z Checking object v0.30.4
32842026-06-26T04:13:14.357Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-06-26T04:13:14.360Z Checking hickory-resolver v0.25.2
32862026-06-26T04:13:14.401Z Checking utf-8 v0.7.6
32872026-06-26T04:13:14.518Z Checking half v1.8.3
32882026-06-26T04:13:14.534Z Checking void v1.0.2
32892026-06-26T04:13:14.636Z Checking path-slash v0.1.5
32902026-06-26T04:13:14.724Z Checking serde_cbor v0.11.2
32912026-06-26T04:13:14.739Z Checking lzss v0.8.2
32922026-06-26T04:13:14.889Z Checking tungstenite v0.23.0
32932026-06-26T04:13:15.052Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32942026-06-26T04:13:15.078Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32952026-06-26T04:13:15.091Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-26T04:13:15.206Z Checking nix v0.27.1
32972026-06-26T04:13:15.226Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32982026-06-26T04:13:15.242Z Compiling typify-macro v0.6.2
32992026-06-26T04:13:15.304Z Checking kstat-rs v0.2.4
33002026-06-26T04:13:15.322Z Checking fxhash v0.2.1
33012026-06-26T04:13:15.336Z Checking serde_bytes v0.11.19
33022026-06-26T04:13:15.441Z Checking tokio-tungstenite v0.23.1
33032026-06-26T04:13:15.483Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-06-26T04:13:15.497Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-06-26T04:13:15.510Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-26T04:13:15.695Z Checking signal-hook-tokio v0.3.1
33072026-06-26T04:13:16.474Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-26T04:13:16.547Z Compiling typify v0.6.2
33092026-06-26T04:13:16.624Z Compiling progenitor-impl v0.14.0
33102026-06-26T04:13:17.372Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-26T04:13:17.672Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-26T04:13:18.076Z Compiling progenitor-macro v0.14.0
33132026-06-26T04:13:20.372Z Checking progenitor v0.14.0
33142026-06-26T04:13:20.488Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33152026-06-26T04:13:20.492Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-26T04:13:23.200Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-26T04:13:31.324Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-26T04:13:37.942Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-26T04:13:39.331Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-26T04:13:39.825Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-26T04:13:41.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.53s
33222026-06-26T04:13:42.105Z
33232026-06-26T04:13:42.105Zinfo: running `cargo check --bins` on gateway-api (134/297)
33242026-06-26T04:13:42.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-26T04:13:42.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-26T04:13:42.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-26T04:13:42.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33282026-06-26T04:13:42.644Z
33292026-06-26T04:13:42.644Zinfo: running `cargo check --bins` on ipcc (135/297)
33302026-06-26T04:13:43.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-26T04:13:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-26T04:13:43.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-26T04:13:43.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33342026-06-26T04:13:43.179Z
33352026-06-26T04:13:43.179Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33362026-06-26T04:13:43.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-26T04:13:43.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-26T04:13:43.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-26T04:13:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33402026-06-26T04:13:43.702Z
33412026-06-26T04:13:43.702Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33422026-06-26T04:13:44.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-26T04:13:44.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-26T04:13:44.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-26T04:13:44.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33462026-06-26T04:13:44.264Z
33472026-06-26T04:13:44.264Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33482026-06-26T04:13:44.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-26T04:13:44.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-26T04:13:44.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-26T04:13:44.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33522026-06-26T04:13:44.808Z
33532026-06-26T04:13:44.808Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33542026-06-26T04:13:45.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-26T04:13:45.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-26T04:13:45.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-26T04:13:45.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33582026-06-26T04:13:45.353Z
33592026-06-26T04:13:45.353Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33602026-06-26T04:13:45.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-26T04:13:45.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-26T04:13:45.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-26T04:13:45.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-06-26T04:13:45.898Z
33652026-06-26T04:13:45.898Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33662026-06-26T04:13:46.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-26T04:13:46.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-26T04:13:46.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-26T04:13:46.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-06-26T04:13:46.459Z
33712026-06-26T04:13:46.459Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33722026-06-26T04:13:46.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-26T04:13:46.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-26T04:13:46.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-26T04:13:46.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33762026-06-26T04:13:47.013Z
33772026-06-26T04:13:47.013Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33782026-06-26T04:13:47.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-26T04:13:47.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-26T04:13:47.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-26T04:13:47.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33822026-06-26T04:13:47.542Z
33832026-06-26T04:13:47.545Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33842026-06-26T04:13:48.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-26T04:13:48.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-26T04:13:48.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-26T04:13:48.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33882026-06-26T04:13:48.091Z
33892026-06-26T04:13:48.091Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33902026-06-26T04:13:48.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-26T04:13:48.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-26T04:13:48.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-26T04:13:48.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33942026-06-26T04:13:48.636Z
33952026-06-26T04:13:48.636Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33962026-06-26T04:13:49.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-26T04:13:49.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-26T04:13:49.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-26T04:13:49.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-06-26T04:13:49.171Z
34012026-06-26T04:13:49.171Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
34022026-06-26T04:13:49.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-26T04:13:49.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-26T04:13:49.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-26T04:13:49.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34062026-06-26T04:13:49.717Z
34072026-06-26T04:13:49.717Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34082026-06-26T04:13:50.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-26T04:13:50.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-26T04:13:50.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-26T04:13:50.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-06-26T04:13:50.281Z
34132026-06-26T04:13:50.281Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34142026-06-26T04:13:50.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-26T04:13:50.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-26T04:13:50.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-26T04:13:50.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34182026-06-26T04:13:50.847Z
34192026-06-26T04:13:50.847Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34202026-06-26T04:13:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-26T04:13:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-26T04:13:51.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-26T04:13:51.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-06-26T04:13:51.410Z
34252026-06-26T04:13:51.410Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34262026-06-26T04:13:51.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-26T04:13:51.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-26T04:13:51.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-26T04:13:51.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-06-26T04:13:51.975Z
34312026-06-26T04:13:51.975Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34322026-06-26T04:13:52.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-26T04:13:52.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-26T04:13:52.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-26T04:13:52.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-06-26T04:13:52.539Z
34372026-06-26T04:13:52.539Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34382026-06-26T04:13:53.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-26T04:13:53.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-26T04:13:53.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-26T04:13:53.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-06-26T04:13:53.101Z
34432026-06-26T04:13:53.101Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34442026-06-26T04:13:53.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-26T04:13:53.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-26T04:13:53.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-26T04:13:53.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-06-26T04:13:53.667Z
34492026-06-26T04:13:53.667Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34502026-06-26T04:13:54.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-26T04:13:54.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-26T04:13:54.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-26T04:13:54.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-06-26T04:13:54.233Z
34552026-06-26T04:13:54.233Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34562026-06-26T04:13:54.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-26T04:13:54.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-26T04:13:54.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-26T04:13:54.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34602026-06-26T04:13:54.795Z
34612026-06-26T04:13:54.795Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34622026-06-26T04:13:55.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-26T04:13:55.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-26T04:13:55.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-26T04:13:55.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34662026-06-26T04:13:55.362Z
34672026-06-26T04:13:55.362Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34682026-06-26T04:13:55.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-26T04:13:55.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-26T04:13:55.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-26T04:13:55.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34722026-06-26T04:13:55.909Z
34732026-06-26T04:13:55.909Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34742026-06-26T04:13:56.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-26T04:13:56.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-26T04:13:56.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-26T04:13:56.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34782026-06-26T04:13:56.458Z
34792026-06-26T04:13:56.459Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34802026-06-26T04:13:56.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-26T04:13:56.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-26T04:13:56.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-26T04:13:56.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34842026-06-26T04:13:57.006Z
34852026-06-26T04:13:57.006Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34862026-06-26T04:13:57.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-26T04:13:57.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-26T04:13:57.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-26T04:13:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34902026-06-26T04:13:57.554Z
34912026-06-26T04:13:57.554Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34922026-06-26T04:13:58.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-26T04:13:58.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-26T04:13:58.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-26T04:13:58.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34962026-06-26T04:13:58.099Z
34972026-06-26T04:13:58.100Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34982026-06-26T04:13:58.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-26T04:13:58.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-26T04:13:58.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-26T04:13:58.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35022026-06-26T04:13:58.644Z
35032026-06-26T04:13:58.644Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35042026-06-26T04:13:59.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-26T04:13:59.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-26T04:13:59.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-26T04:13:59.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35082026-06-26T04:13:59.188Z
35092026-06-26T04:13:59.188Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35102026-06-26T04:13:59.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-26T04:13:59.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-26T04:13:59.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-26T04:13:59.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35142026-06-26T04:13:59.732Z
35152026-06-26T04:13:59.732Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35162026-06-26T04:14:00.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-26T04:14:00.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-26T04:14:00.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-26T04:14:00.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35202026-06-26T04:14:00.286Z
35212026-06-26T04:14:00.286Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35222026-06-26T04:14:00.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-26T04:14:00.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-26T04:14:00.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-26T04:14:00.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35262026-06-26T04:14:00.842Z
35272026-06-26T04:14:00.842Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35282026-06-26T04:14:01.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-26T04:14:01.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-26T04:14:01.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-26T04:14:01.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35322026-06-26T04:14:01.397Z
35332026-06-26T04:14:01.397Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35342026-06-26T04:14:01.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-26T04:14:01.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-26T04:14:01.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-26T04:14:01.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35382026-06-26T04:14:01.954Z
35392026-06-26T04:14:01.954Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35402026-06-26T04:14:02.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-26T04:14:02.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-26T04:14:02.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-26T04:14:02.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35442026-06-26T04:14:02.511Z
35452026-06-26T04:14:02.511Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35462026-06-26T04:14:02.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-26T04:14:02.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-26T04:14:02.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-26T04:14:02.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35502026-06-26T04:14:03.068Z
35512026-06-26T04:14:03.068Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35522026-06-26T04:14:03.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-26T04:14:03.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-26T04:14:03.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-26T04:14:03.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35562026-06-26T04:14:03.622Z
35572026-06-26T04:14:03.622Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35582026-06-26T04:14:04.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-26T04:14:04.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-26T04:14:04.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-26T04:14:04.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35622026-06-26T04:14:04.192Z
35632026-06-26T04:14:04.193Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35642026-06-26T04:14:04.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-26T04:14:04.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-26T04:14:04.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-26T04:14:04.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35682026-06-26T04:14:04.731Z
35692026-06-26T04:14:04.731Zinfo: running `cargo check --bins` on dns-server (175/297)
35702026-06-26T04:14:05.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-26T04:14:05.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-26T04:14:05.335Z Compiling parking_lot_core v0.8.6
35732026-06-26T04:14:05.335Z Compiling git-stub v1.0.0
35742026-06-26T04:14:05.338Z Checking prefix-trie v0.7.0
35752026-06-26T04:14:05.338Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35762026-06-26T04:14:05.565Z Compiling git-stub-vcs v0.1.0
35772026-06-26T04:14:05.718Z Checking hickory-server v0.25.2
35782026-06-26T04:14:05.828Z Checking parking_lot v0.11.2
35792026-06-26T04:14:05.844Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35802026-06-26T04:14:05.911Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-06-26T04:14:05.911Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35822026-06-26T04:14:05.997Z Checking sled v0.34.7
35832026-06-26T04:14:07.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35842026-06-26T04:14:08.092Z
35852026-06-26T04:14:08.092Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35862026-06-26T04:14:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-26T04:14:08.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-26T04:14:08.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-26T04:14:08.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35902026-06-26T04:14:08.631Z
35912026-06-26T04:14:08.631Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35922026-06-26T04:14:09.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-26T04:14:09.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-26T04:14:09.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-26T04:14:09.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35962026-06-26T04:14:09.190Z
35972026-06-26T04:14:09.190Zinfo: running `cargo check --bins` on sp-sim (178/297)
35982026-06-26T04:14:09.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-26T04:14:09.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-26T04:14:09.840Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-06-26T04:14:11.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
36022026-06-26T04:14:11.771Z
36032026-06-26T04:14:11.772Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36042026-06-26T04:14:12.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-26T04:14:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-26T04:14:12.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-26T04:14:12.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-06-26T04:14:12.361Z
36092026-06-26T04:14:12.362Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36102026-06-26T04:14:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-26T04:14:12.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-26T04:14:12.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-26T04:14:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-26T04:14:12.961Z
36152026-06-26T04:14:12.967Zinfo: running `cargo check --bins` on db-macros (181/297)
36162026-06-26T04:14:13.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-26T04:14:13.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-26T04:14:13.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-26T04:14:13.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36202026-06-26T04:14:13.488Z
36212026-06-26T04:14:13.488Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36222026-06-26T04:14:13.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-26T04:14:13.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-26T04:14:13.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-26T04:14:13.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36262026-06-26T04:14:14.008Z
36272026-06-26T04:14:14.008Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36282026-06-26T04:14:14.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-26T04:14:14.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-26T04:14:14.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-26T04:14:14.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-26T04:14:14.607Z
36332026-06-26T04:14:14.607Zinfo: running `cargo check --bins` on authz-macros (184/297)
36342026-06-26T04:14:15.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-26T04:14:15.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-26T04:14:15.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-26T04:14:15.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36382026-06-26T04:14:15.128Z
36392026-06-26T04:14:15.128Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36402026-06-26T04:14:15.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-26T04:14:15.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-26T04:14:15.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-26T04:14:15.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-06-26T04:14:15.710Z
36452026-06-26T04:14:15.710Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36462026-06-26T04:14:16.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-26T04:14:16.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-26T04:14:16.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-26T04:14:16.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-06-26T04:14:16.294Z
36512026-06-26T04:14:16.294Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36522026-06-26T04:14:16.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-26T04:14:16.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-26T04:14:16.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-26T04:14:16.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36562026-06-26T04:14:16.818Z
36572026-06-26T04:14:16.818Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36582026-06-26T04:14:17.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-26T04:14:17.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-26T04:14:17.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-26T04:14:17.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36622026-06-26T04:14:17.339Z
36632026-06-26T04:14:17.339Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36642026-06-26T04:14:17.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-26T04:14:17.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-26T04:14:17.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-26T04:14:17.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36682026-06-26T04:14:17.880Z
36692026-06-26T04:14:17.880Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36702026-06-26T04:14:18.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-26T04:14:18.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-26T04:14:18.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-26T04:14:18.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36742026-06-26T04:14:18.410Z
36752026-06-26T04:14:18.410Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36762026-06-26T04:14:18.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-26T04:14:18.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-26T04:14:18.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-26T04:14:18.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36802026-06-26T04:14:18.931Z
36812026-06-26T04:14:18.931Zinfo: running `cargo check --bins` on omicron-git-version (192/297)
36822026-06-26T04:14:19.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-26T04:14:19.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-26T04:14:19.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-26T04:14:19.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36862026-06-26T04:14:19.457Z
36872026-06-26T04:14:19.457Zinfo: running `cargo check --bins` on nexus-db-errors (193/297)
36882026-06-26T04:14:19.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-26T04:14:19.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-26T04:14:19.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-26T04:14:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36922026-06-26T04:14:20.045Z
36932026-06-26T04:14:20.045Zinfo: running `cargo check --bins` on nexus-db-lookup (194/297)
36942026-06-26T04:14:20.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-26T04:14:20.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-26T04:14:20.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-26T04:14:20.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36982026-06-26T04:14:20.630Z
36992026-06-26T04:14:20.630Zinfo: running `cargo check --bins` on nexus-inventory (195/297)
37002026-06-26T04:14:21.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-26T04:14:21.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-26T04:14:21.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-26T04:14:21.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-06-26T04:14:21.212Z
37052026-06-26T04:14:21.212Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/297)
37062026-06-26T04:14:21.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-26T04:14:21.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-26T04:14:21.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-26T04:14:21.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37102026-06-26T04:14:21.764Z
37112026-06-26T04:14:21.764Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/297)
37122026-06-26T04:14:22.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-26T04:14:22.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-26T04:14:22.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-26T04:14:22.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37162026-06-26T04:14:22.317Z
37172026-06-26T04:14:22.317Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/297)
37182026-06-26T04:14:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-26T04:14:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-26T04:14:22.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-26T04:14:22.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37222026-06-26T04:14:22.875Z
37232026-06-26T04:14:22.876Zinfo: running `cargo check --bins` on key-manager (199/297)
37242026-06-26T04:14:23.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-26T04:14:23.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-26T04:14:23.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-26T04:14:23.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37282026-06-26T04:14:23.409Z
37292026-06-26T04:14:23.409Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/297)
37302026-06-26T04:14:23.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-26T04:14:23.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-26T04:14:23.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-26T04:14:23.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37342026-06-26T04:14:23.962Z
37352026-06-26T04:14:23.962Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/297)
37362026-06-26T04:14:24.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-26T04:14:24.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-26T04:14:24.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-26T04:14:24.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37402026-06-26T04:14:24.518Z
37412026-06-26T04:14:24.518Zinfo: running `cargo check --bins` on typed-rng (202/297)
37422026-06-26T04:14:24.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-26T04:14:24.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-26T04:14:24.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-06-26T04:14:24.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37462026-06-26T04:14:25.039Z
37472026-06-26T04:14:25.039Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/297)
37482026-06-26T04:14:25.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-06-26T04:14:25.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-06-26T04:14:25.835Z Compiling libefi-sys v0.1.0
37512026-06-26T04:14:25.839Z Compiling bitfield-struct v0.6.2
37522026-06-26T04:14:25.974Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-06-26T04:14:25.983Z Compiling xshell-macros v0.2.7
37542026-06-26T04:14:25.991Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37552026-06-26T04:14:26.004Z Compiling salty v0.3.0
37562026-06-26T04:14:26.017Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37572026-06-26T04:14:26.033Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37582026-06-26T04:14:26.034Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37592026-06-26T04:14:26.155Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37602026-06-26T04:14:26.306Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-26T04:14:26.323Z Checking primeorder v0.13.6
37622026-06-26T04:14:26.323Z Compiling proc-macro-error-attr2 v2.0.0
37632026-06-26T04:14:26.354Z Checking xshell v0.2.7
37642026-06-26T04:14:26.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37652026-06-26T04:14:26.497Z Checking tungstenite v0.21.0
37662026-06-26T04:14:26.534Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-06-26T04:14:26.556Z Checking p384 v0.13.1
37682026-06-26T04:14:26.571Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-06-26T04:14:26.665Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37702026-06-26T04:14:26.679Z Compiling num-derive v0.3.3
37712026-06-26T04:14:26.721Z Compiling proc-macro-error2 v2.0.1
37722026-06-26T04:14:26.797Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-26T04:14:26.812Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-06-26T04:14:26.909Z Checking tokio-tungstenite v0.21.0
37752026-06-26T04:14:27.022Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-06-26T04:14:27.036Z Compiling tabled_derive v0.11.0
37772026-06-26T04:14:27.050Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-26T04:14:27.093Z Checking papergrid v0.17.0
37792026-06-26T04:14:27.170Z Compiling progenitor-impl v0.13.0
37802026-06-26T04:14:27.186Z Checking testing_table v0.3.0
37812026-06-26T04:14:27.190Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37822026-06-26T04:14:27.293Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37832026-06-26T04:14:27.296Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-26T04:14:27.494Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37852026-06-26T04:14:27.527Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-26T04:14:27.569Z Checking libscf-sys v1.1.0
37872026-06-26T04:14:27.700Z Compiling unicase v2.9.0
37882026-06-26T04:14:27.715Z Checking corncobs v0.1.4
37892026-06-26T04:14:27.801Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-06-26T04:14:27.842Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-26T04:14:27.903Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37922026-06-26T04:14:27.917Z Compiling mime_guess v2.0.5
37932026-06-26T04:14:27.937Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37942026-06-26T04:14:27.953Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-26T04:14:28.000Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37962026-06-26T04:14:28.216Z Checking tabled v0.20.0
37972026-06-26T04:14:28.329Z Checking progenitor-client v0.13.0
37982026-06-26T04:14:28.455Z Checking secrecy v0.8.0
37992026-06-26T04:14:28.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38002026-06-26T04:14:28.565Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38012026-06-26T04:14:28.637Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38022026-06-26T04:14:28.728Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38032026-06-26T04:14:28.909Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38042026-06-26T04:14:28.954Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38052026-06-26T04:14:28.982Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38062026-06-26T04:14:29.084Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38072026-06-26T04:14:29.143Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38082026-06-26T04:14:29.212Z Checking filetime v0.2.27
38092026-06-26T04:14:29.353Z Checking xattr v1.6.1
38102026-06-26T04:14:29.432Z Checking http-range v0.1.5
38112026-06-26T04:14:29.462Z Checking crc8 v0.1.1
38122026-06-26T04:14:29.490Z Checking tar v0.4.45
38132026-06-26T04:14:29.570Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38142026-06-26T04:14:29.684Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152026-06-26T04:14:29.752Z Checking illumos-nvpair v0.3.0
38162026-06-26T04:14:29.767Z Compiling progenitor-macro v0.13.0
38172026-06-26T04:14:29.784Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38182026-06-26T04:14:29.889Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38192026-06-26T04:14:29.902Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38202026-06-26T04:14:30.004Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-26T04:14:30.264Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38222026-06-26T04:14:30.279Z Checking atty v0.2.14
38232026-06-26T04:14:30.331Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-06-26T04:14:30.374Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38252026-06-26T04:14:30.501Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-06-26T04:14:30.589Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-06-26T04:14:30.604Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-06-26T04:14:30.634Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38292026-06-26T04:14:30.650Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38302026-06-26T04:14:30.815Z Checking hyper-staticfile v0.10.1
38312026-06-26T04:14:30.930Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38322026-06-26T04:14:30.967Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38332026-06-26T04:14:31.108Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38342026-06-26T04:14:31.155Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38352026-06-26T04:14:31.220Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-06-26T04:14:31.422Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38372026-06-26T04:14:31.493Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38382026-06-26T04:14:31.707Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38392026-06-26T04:14:32.029Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38402026-06-26T04:14:32.669Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38412026-06-26T04:14:33.151Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38422026-06-26T04:14:33.559Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38432026-06-26T04:14:33.849Z Checking progenitor v0.13.0
38442026-06-26T04:14:33.983Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38452026-06-26T04:14:36.159Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38462026-06-26T04:14:39.323Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38472026-06-26T04:14:50.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.33s
38482026-06-26T04:14:50.586Z
38492026-06-26T04:14:50.586Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/297)
38502026-06-26T04:14:51.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-06-26T04:14:51.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-06-26T04:14:51.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38532026-06-26T04:15:02.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38542026-06-26T04:15:02.376Z
38552026-06-26T04:15:02.376Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/297)
38562026-06-26T04:15:02.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-06-26T04:15:02.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-06-26T04:15:03.102Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592026-06-26T04:15:14.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
38602026-06-26T04:15:14.216Z
38612026-06-26T04:15:14.216Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/297)
38622026-06-26T04:15:14.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-06-26T04:15:14.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-06-26T04:15:14.948Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38652026-06-26T04:15:25.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38662026-06-26T04:15:25.997Z
38672026-06-26T04:15:25.997Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/297)
38682026-06-26T04:15:26.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-06-26T04:15:26.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-06-26T04:15:26.734Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-06-26T04:15:37.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38722026-06-26T04:15:37.814Z
38732026-06-26T04:15:37.814Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/297)
38742026-06-26T04:15:38.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-06-26T04:15:38.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-06-26T04:15:38.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-06-26T04:15:49.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
38782026-06-26T04:15:49.713Z
38792026-06-26T04:15:49.713Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/297)
38802026-06-26T04:15:50.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-06-26T04:15:50.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-06-26T04:15:50.438Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38832026-06-26T04:16:01.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38842026-06-26T04:16:01.451Z
38852026-06-26T04:16:01.451Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/297)
38862026-06-26T04:16:01.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-06-26T04:16:01.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-06-26T04:16:02.183Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-06-26T04:16:13.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38902026-06-26T04:16:13.269Z
38912026-06-26T04:16:13.269Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/297)
38922026-06-26T04:16:13.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-06-26T04:16:13.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-06-26T04:16:13.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-06-26T04:16:13.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38962026-06-26T04:16:13.806Z
38972026-06-26T04:16:13.806Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/297)
38982026-06-26T04:16:14.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-06-26T04:16:14.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-06-26T04:16:14.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-06-26T04:16:14.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39022026-06-26T04:16:14.345Z
39032026-06-26T04:16:14.345Zinfo: running `cargo check --bins` on range-requests (213/297)
39042026-06-26T04:16:14.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-06-26T04:16:14.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-06-26T04:16:14.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-06-26T04:16:14.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39082026-06-26T04:16:14.876Z
39092026-06-26T04:16:14.876Zinfo: running `cargo check --bins` on repo-depot-api (214/297)
39102026-06-26T04:16:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-06-26T04:16:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-06-26T04:16:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-06-26T04:16:15.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39142026-06-26T04:16:15.409Z
39152026-06-26T04:16:15.409Zinfo: running `cargo check --bins` on sled-agent-api (215/297)
39162026-06-26T04:16:15.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-06-26T04:16:15.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-06-26T04:16:15.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-06-26T04:16:15.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39202026-06-26T04:16:15.964Z
39212026-06-26T04:16:15.964Zinfo: running `cargo check --bins` on sled-diagnostics (216/297)
39222026-06-26T04:16:16.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-06-26T04:16:16.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-06-26T04:16:16.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-06-26T04:16:16.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39262026-06-26T04:16:16.519Z
39272026-06-26T04:16:16.519Zinfo: running `cargo check --bins` on zfs-test-harness (217/297)
39282026-06-26T04:16:16.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-06-26T04:16:16.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-06-26T04:16:16.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-06-26T04:16:16.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39322026-06-26T04:16:17.073Z
39332026-06-26T04:16:17.073Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/297)
39342026-06-26T04:16:17.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-06-26T04:16:17.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-06-26T04:16:17.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-06-26T04:16:17.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39382026-06-26T04:16:17.635Z
39392026-06-26T04:16:17.635Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/297)
39402026-06-26T04:16:18.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-06-26T04:16:18.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-06-26T04:16:18.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-06-26T04:16:18.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39442026-06-26T04:16:18.196Z
39452026-06-26T04:16:18.196Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/297)
39462026-06-26T04:16:18.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-06-26T04:16:18.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-06-26T04:16:18.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-06-26T04:16:18.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-06-26T04:16:18.747Z
39512026-06-26T04:16:18.747Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/297)
39522026-06-26T04:16:19.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-06-26T04:16:19.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-06-26T04:16:19.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-06-26T04:16:19.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39562026-06-26T04:16:19.302Z
39572026-06-26T04:16:19.302Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/297)
39582026-06-26T04:16:19.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-06-26T04:16:19.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-06-26T04:16:19.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-06-26T04:16:19.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39622026-06-26T04:16:19.861Z
39632026-06-26T04:16:19.861Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/297)
39642026-06-26T04:16:20.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-06-26T04:16:20.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-06-26T04:16:20.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-06-26T04:16:20.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-06-26T04:16:20.423Z
39692026-06-26T04:16:20.423Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/297)
39702026-06-26T04:16:20.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-06-26T04:16:20.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-06-26T04:16:20.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-06-26T04:16:20.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-06-26T04:16:20.983Z
39752026-06-26T04:16:20.983Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/297)
39762026-06-26T04:16:21.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-06-26T04:16:21.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-06-26T04:16:21.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-06-26T04:16:21.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39802026-06-26T04:16:21.563Z
39812026-06-26T04:16:21.563Zinfo: running `cargo check --bins` on trust-quorum (226/297)
39822026-06-26T04:16:22.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-06-26T04:16:22.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-06-26T04:16:22.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-06-26T04:16:22.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39862026-06-26T04:16:22.124Z
39872026-06-26T04:16:22.124Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/297)
39882026-06-26T04:16:22.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-06-26T04:16:22.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-06-26T04:16:22.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-06-26T04:16:22.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39922026-06-26T04:16:22.697Z
39932026-06-26T04:16:22.697Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/297)
39942026-06-26T04:16:23.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-06-26T04:16:23.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-06-26T04:16:23.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-06-26T04:16:23.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-06-26T04:16:23.282Z
39992026-06-26T04:16:23.282Zinfo: running `cargo check --bins` on update-common (229/297)
40002026-06-26T04:16:23.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-06-26T04:16:23.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-06-26T04:16:23.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-06-26T04:16:23.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40042026-06-26T04:16:23.824Z
40052026-06-26T04:16:23.824Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/297)
40062026-06-26T04:16:24.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-06-26T04:16:24.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-06-26T04:16:24.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-06-26T04:16:24.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-06-26T04:16:24.413Z
40112026-06-26T04:16:24.413Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/297)
40122026-06-26T04:16:24.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-06-26T04:16:24.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-06-26T04:16:24.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-06-26T04:16:24.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40162026-06-26T04:16:24.932Z
40172026-06-26T04:16:24.932Zinfo: running `cargo check --bins` on reconfigurator-cli (232/297)
40182026-06-26T04:16:25.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-06-26T04:16:25.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-06-26T04:16:25.657Z Compiling fs-err v2.11.0
40212026-06-26T04:16:25.660Z Checking ignore v0.4.25
40222026-06-26T04:16:25.660Z Checking arc-swap v1.8.2
40232026-06-26T04:16:25.782Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40242026-06-26T04:16:25.786Z Checking predicates-tree v1.0.13
40252026-06-26T04:16:25.795Z Checking parse-size v1.1.0
40262026-06-26T04:16:25.817Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40272026-06-26T04:16:25.820Z Checking rand_seeder v0.4.0
40282026-06-26T04:16:25.890Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40292026-06-26T04:16:25.909Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40302026-06-26T04:16:25.963Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40312026-06-26T04:16:25.978Z Checking slog-scope v4.4.1
40322026-06-26T04:16:26.014Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40332026-06-26T04:16:26.101Z Checking slog-stdlog v4.1.1
40342026-06-26T04:16:26.105Z Compiling petname v2.0.2
40352026-06-26T04:16:26.138Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40362026-06-26T04:16:26.158Z Checking globwalk v0.9.1
40372026-06-26T04:16:26.190Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40382026-06-26T04:16:26.217Z Checking slog-envlogger v2.2.0
40392026-06-26T04:16:26.328Z Checking camino-tempfile-ext v0.3.3
40402026-06-26T04:16:26.361Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40412026-06-26T04:16:26.416Z Checking sapling-renderdag v0.1.0
40422026-06-26T04:16:26.517Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40432026-06-26T04:16:26.544Z Checking subprocess v0.2.15
40442026-06-26T04:16:26.650Z Checking sync-ptr v0.1.4
40452026-06-26T04:16:26.738Z Checking colored v2.2.0
40462026-06-26T04:16:26.763Z Checking assert_matches v1.5.0
40472026-06-26T04:16:26.820Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40482026-06-26T04:16:27.004Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-06-26T04:16:27.004Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40502026-06-26T04:16:27.730Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40512026-06-26T04:16:29.033Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40522026-06-26T04:16:31.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40532026-06-26T04:16:31.391Z
40542026-06-26T04:16:31.391Zinfo: running `cargo check --bins` on omicron-repl-utils (233/297)
40552026-06-26T04:16:31.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-06-26T04:16:31.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-06-26T04:16:31.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-06-26T04:16:31.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40592026-06-26T04:16:31.911Z
40602026-06-26T04:16:31.911Zinfo: running `cargo check --bins` on transient-dns-server (234/297)
40612026-06-26T04:16:32.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-06-26T04:16:32.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-06-26T04:16:32.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-06-26T04:16:32.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40652026-06-26T04:16:32.458Z
40662026-06-26T04:16:32.458Zinfo: running `cargo check --bins` on nexus-test-interface (235/297)
40672026-06-26T04:16:32.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-06-26T04:16:32.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-06-26T04:16:32.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-06-26T04:16:32.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40712026-06-26T04:16:33.048Z
40722026-06-26T04:16:33.048Zinfo: running `cargo check --bins` on oximeter-collector (236/297)
40732026-06-26T04:16:33.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-26T04:16:33.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-26T04:16:33.723Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40762026-06-26T04:16:33.723Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40772026-06-26T04:16:34.358Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40782026-06-26T04:16:35.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40792026-06-26T04:16:36.099Z
40802026-06-26T04:16:36.099Zinfo: running `cargo check --bins` on oximeter-api (237/297)
40812026-06-26T04:16:36.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-06-26T04:16:36.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-06-26T04:16:36.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-06-26T04:16:36.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40852026-06-26T04:16:36.634Z
40862026-06-26T04:16:36.634Zinfo: running `cargo check --bins` on cert-dev (238/297)
40872026-06-26T04:16:37.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-26T04:16:37.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-26T04:16:37.187Z Checking yasna v0.5.2
40902026-06-26T04:16:37.582Z Checking rcgen v0.12.1
40912026-06-26T04:16:37.823Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40922026-06-26T04:16:37.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40932026-06-26T04:16:38.150Z
40942026-06-26T04:16:38.150Zinfo: running `cargo check --bins` on clickana (239/297)
40952026-06-26T04:16:38.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-06-26T04:16:38.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-06-26T04:16:38.742Z Compiling darling_core v0.23.0
40982026-06-26T04:16:38.745Z Compiling instability v0.3.11
40992026-06-26T04:16:38.847Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41002026-06-26T04:16:38.854Z Checking castaway v0.2.4
41012026-06-26T04:16:38.860Z Compiling indoc v2.0.7
41022026-06-26T04:16:38.866Z Checking unicode-truncate v1.1.0
41032026-06-26T04:16:38.885Z Checking lru v0.12.5
41042026-06-26T04:16:38.888Z Checking cassowary v0.3.0
41052026-06-26T04:16:38.940Z Checking compact_str v0.8.1
41062026-06-26T04:16:40.181Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41072026-06-26T04:16:40.267Z Compiling darling_macro v0.23.0
41082026-06-26T04:16:40.352Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41092026-06-26T04:16:40.690Z Compiling darling v0.23.0
41102026-06-26T04:16:41.303Z Checking ratatui v0.29.0
41112026-06-26T04:16:42.363Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41122026-06-26T04:16:43.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41132026-06-26T04:16:43.184Z
41142026-06-26T04:16:43.184Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/297)
41152026-06-26T04:16:43.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-06-26T04:16:43.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-06-26T04:16:43.846Z Checking headers-core v0.3.0
41182026-06-26T04:16:43.852Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41192026-06-26T04:16:44.033Z Checking headers v0.4.1
41202026-06-26T04:16:44.396Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212026-06-26T04:16:45.264Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41222026-06-26T04:16:45.743Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41232026-06-26T04:16:46.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
41242026-06-26T04:16:46.328Z
41252026-06-26T04:16:46.328Zinfo: running `cargo check --bins` on ch-dev (241/297)
41262026-06-26T04:16:46.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-06-26T04:16:46.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-06-26T04:16:46.992Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41292026-06-26T04:16:47.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41302026-06-26T04:16:47.943Z
41312026-06-26T04:16:47.943Zinfo: running `cargo check --bins` on dev-tools-common (242/297)
41322026-06-26T04:16:48.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-06-26T04:16:48.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-06-26T04:16:48.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-06-26T04:16:48.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41362026-06-26T04:16:48.294Z
41372026-06-26T04:16:48.294Zinfo: running `cargo check --bins` on crdb-seed (243/297)
41382026-06-26T04:16:48.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-26T04:16:48.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-26T04:16:48.955Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41412026-06-26T04:16:49.950Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41422026-06-26T04:16:50.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41432026-06-26T04:16:50.458Z
41442026-06-26T04:16:50.458Zinfo: running `cargo check --bins` on db-dev (244/297)
41452026-06-26T04:16:50.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-26T04:16:50.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-26T04:16:51.128Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41482026-06-26T04:16:51.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41492026-06-26T04:16:52.043Z
41502026-06-26T04:16:52.043Zinfo: running `cargo check --bins` on omicron-dev-lib (245/297)
41512026-06-26T04:16:52.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-26T04:16:52.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-26T04:16:52.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-06-26T04:16:52.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-06-26T04:16:52.620Z
41562026-06-26T04:16:52.620Zinfo: running `cargo check --bins` on xtask-downloader (246/297)
41572026-06-26T04:16:53.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-06-26T04:16:53.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-06-26T04:16:53.184Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41602026-06-26T04:16:53.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41612026-06-26T04:16:54.029Z
41622026-06-26T04:16:54.029Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/297)
41632026-06-26T04:16:54.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-06-26T04:16:54.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-06-26T04:16:54.726Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-26T04:16:54.726Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-06-26T04:16:54.729Z Checking git-stub v1.0.0
41682026-06-26T04:16:54.729Z Compiling trait-variant v0.1.2
41692026-06-26T04:16:54.729Z Checking is_ci v1.2.0
41702026-06-26T04:16:54.729Z Checking maplit v1.0.2
41712026-06-26T04:16:54.729Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41722026-06-26T04:16:54.850Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41732026-06-26T04:16:54.920Z Checking drift v0.2.0
41742026-06-26T04:16:54.946Z Checking supports-color v3.0.2
41752026-06-26T04:16:55.025Z Checking git-stub-vcs v0.1.0
41762026-06-26T04:16:55.050Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41772026-06-26T04:16:55.064Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-26T04:16:55.078Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41792026-06-26T04:16:55.213Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41802026-06-26T04:16:55.260Z Checking dropshot-api-manager v0.7.2
41812026-06-26T04:16:55.287Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41822026-06-26T04:16:55.328Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41832026-06-26T04:16:55.356Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-26T04:16:55.644Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-06-26T04:16:56.082Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-06-26T04:16:57.088Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41872026-06-26T04:16:58.301Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41882026-06-26T04:16:58.882Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41892026-06-26T04:16:59.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
41902026-06-26T04:16:59.510Z
41912026-06-26T04:16:59.510Zinfo: running `cargo check --bins` on installinator-api (248/297)
41922026-06-26T04:16:59.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-06-26T04:16:59.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-06-26T04:16:59.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-06-26T04:16:59.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41962026-06-26T04:17:00.050Z
41972026-06-26T04:17:00.050Zinfo: running `cargo check --bins` on nexus-external-api (249/297)
41982026-06-26T04:17:00.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-06-26T04:17:00.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-06-26T04:17:00.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-06-26T04:17:00.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-06-26T04:17:00.625Z
42032026-06-26T04:17:00.625Zinfo: running `cargo check --bins` on nexus-internal-api (250/297)
42042026-06-26T04:17:01.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-06-26T04:17:01.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-06-26T04:17:01.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-06-26T04:17:01.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-06-26T04:17:01.202Z
42092026-06-26T04:17:01.202Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/297)
42102026-06-26T04:17:01.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-06-26T04:17:01.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-06-26T04:17:01.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-06-26T04:17:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-06-26T04:17:01.775Z
42152026-06-26T04:17:01.775Zinfo: running `cargo check --bins` on ntp-admin-api (252/297)
42162026-06-26T04:17:02.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-06-26T04:17:02.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-06-26T04:17:02.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-06-26T04:17:02.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42202026-06-26T04:17:02.317Z
42212026-06-26T04:17:02.317Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/297)
42222026-06-26T04:17:02.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-06-26T04:17:02.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-06-26T04:17:02.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-06-26T04:17:02.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42262026-06-26T04:17:02.846Z
42272026-06-26T04:17:02.846Zinfo: running `cargo check --bins` on wicketd-api (254/297)
42282026-06-26T04:17:03.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-06-26T04:17:03.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-06-26T04:17:03.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-06-26T04:17:03.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42322026-06-26T04:17:03.401Z
42332026-06-26T04:17:03.401Zinfo: running `cargo check --bins` on omicron-ls-apis (255/297)
42342026-06-26T04:17:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-06-26T04:17:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-06-26T04:17:03.965Z Checking typeid v1.0.3
42372026-06-26T04:17:04.074Z Checking ordered-float v2.10.1
42382026-06-26T04:17:04.092Z Checking unicode-xid v0.2.6
42392026-06-26T04:17:04.103Z Checking cargo-platform v0.2.0
42402026-06-26T04:17:04.113Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42412026-06-26T04:17:04.134Z Checking erased-serde v0.4.9
42422026-06-26T04:17:04.271Z Checking serde-value v0.7.0
42432026-06-26T04:17:04.442Z Checking serde-untagged v0.1.9
42442026-06-26T04:17:04.590Z Checking cargo-util-schemas v0.8.2
42452026-06-26T04:17:05.273Z Checking cargo_metadata v0.21.0
42462026-06-26T04:17:05.873Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-06-26T04:17:06.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42482026-06-26T04:17:06.768Z
42492026-06-26T04:17:06.768Zinfo: running `cargo check --bins` on mgs-dev (256/297)
42502026-06-26T04:17:07.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-26T04:17:07.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-26T04:17:07.454Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-06-26T04:17:08.064Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-06-26T04:17:08.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42552026-06-26T04:17:08.977Z
42562026-06-26T04:17:08.977Zinfo: running `cargo check --bins` on omicron-omdb (257/297)
42572026-06-26T04:17:09.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-06-26T04:17:09.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-06-26T04:17:09.652Z Compiling vergen-lib v0.1.6
42602026-06-26T04:17:09.652Z Compiling diesel_derives v2.3.7
42612026-06-26T04:17:09.652Z Compiling dsl_auto_type v0.2.0
42622026-06-26T04:17:09.652Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-06-26T04:17:09.655Z Checking scheduled-thread-pool v0.2.7
42642026-06-26T04:17:09.655Z Compiling vergen-gitcl v1.0.8
42652026-06-26T04:17:09.655Z Compiling diesel_table_macro_syntax v0.3.0
42662026-06-26T04:17:09.655Z Compiling dirs-sys-next v0.1.2
42672026-06-26T04:17:09.977Z Compiling crunchy v0.2.4
42682026-06-26T04:17:09.989Z Compiling glob v0.3.3
42692026-06-26T04:17:10.006Z Checking r2d2 v0.8.10
42702026-06-26T04:17:10.095Z Compiling dirs-next v2.0.0
42712026-06-26T04:17:10.134Z Checking downcast-rs v2.0.2
42722026-06-26T04:17:10.233Z Compiling tiny-keccak v2.0.2
42732026-06-26T04:17:10.238Z Compiling term v0.7.0
42742026-06-26T04:17:10.343Z Compiling bit-vec v0.6.3
42752026-06-26T04:17:10.359Z Compiling clang-sys v1.8.1
42762026-06-26T04:17:10.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-06-26T04:17:10.555Z Compiling ascii-canvas v3.0.0
42782026-06-26T04:17:10.656Z Compiling bit-set v0.5.3
42792026-06-26T04:17:10.729Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-06-26T04:17:10.793Z Compiling itertools v0.10.5
42812026-06-26T04:17:10.822Z Compiling ena v0.14.4
42822026-06-26T04:17:10.828Z Compiling libloading v0.8.9
42832026-06-26T04:17:10.843Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42842026-06-26T04:17:10.868Z Compiling bindgen v0.71.1
42852026-06-26T04:17:10.884Z Compiling regex-syntax v0.6.29
42862026-06-26T04:17:11.009Z Compiling diff v0.1.13
42872026-06-26T04:17:11.300Z Compiling cexpr v0.6.0
42882026-06-26T04:17:11.336Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-06-26T04:17:11.515Z Compiling rustc-hash v2.1.1
42902026-06-26T04:17:11.649Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-06-26T04:17:11.923Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-06-26T04:17:11.923Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-06-26T04:17:11.972Z Compiling libxml v0.3.3
42942026-06-26T04:17:12.033Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-06-26T04:17:12.108Z Compiling strum_macros v0.24.3
42962026-06-26T04:17:12.222Z Compiling lalrpop v0.19.12
42972026-06-26T04:17:12.239Z Compiling indoc v1.0.9
42982026-06-26T04:17:12.991Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-06-26T04:17:13.178Z Checking derive_builder v0.20.2
43002026-06-26T04:17:13.297Z Compiling oso-derive v0.27.3
43012026-06-26T04:17:13.489Z Checking quick-xml v0.37.5
43022026-06-26T04:17:13.530Z Compiling impl-trait-for-tuples v0.2.3
43032026-06-26T04:17:13.795Z Checking openssl-probe v0.1.6
43042026-06-26T04:17:13.930Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-06-26T04:17:14.371Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-06-26T04:17:14.559Z Checking bb8 v0.8.6
43072026-06-26T04:17:14.679Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-06-26T04:17:14.695Z Compiling libz-sys v1.1.24
43092026-06-26T04:17:14.835Z Checking nonempty v0.12.0
43102026-06-26T04:17:14.887Z Compiling strsim v0.10.0
43112026-06-26T04:17:14.999Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-06-26T04:17:15.051Z Compiling vergen-git2 v9.1.0
43132026-06-26T04:17:15.141Z Compiling darling_core v0.13.4
43142026-06-26T04:17:15.262Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-06-26T04:17:15.328Z Compiling base64 v0.21.7
43162026-06-26T04:17:15.451Z Compiling rustls v0.21.12
43172026-06-26T04:17:15.654Z Compiling ron v0.8.1
43182026-06-26T04:17:15.699Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43192026-06-26T04:17:15.735Z Checking diesel v2.3.7
43202026-06-26T04:17:16.611Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43212026-06-26T04:17:16.656Z Checking sct v0.7.1
43222026-06-26T04:17:16.792Z Checking rustls-webpki v0.101.7
43232026-06-26T04:17:16.834Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43242026-06-26T04:17:17.008Z Compiling darling_macro v0.13.4
43252026-06-26T04:17:17.480Z Compiling darling v0.13.4
43262026-06-26T04:17:17.618Z Compiling serde_with_macros v1.5.2
43272026-06-26T04:17:17.945Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43282026-06-26T04:17:18.471Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43292026-06-26T04:17:18.496Z Compiling serde_with v1.14.0
43302026-06-26T04:17:19.624Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43312026-06-26T04:17:19.650Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43322026-06-26T04:17:20.219Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43332026-06-26T04:17:20.893Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-06-26T04:17:21.100Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43352026-06-26T04:17:21.178Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43362026-06-26T04:17:21.201Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43372026-06-26T04:17:21.264Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-06-26T04:17:21.361Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-06-26T04:17:21.384Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43402026-06-26T04:17:21.612Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43412026-06-26T04:17:21.628Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-06-26T04:17:21.645Z Checking tokio-rustls v0.24.1
43432026-06-26T04:17:21.839Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-06-26T04:17:22.401Z Checking rustls-pemfile v1.0.4
43452026-06-26T04:17:22.450Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43462026-06-26T04:17:22.562Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-06-26T04:17:22.722Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-26T04:17:22.745Z Checking twox-hash v2.1.2
43492026-06-26T04:17:23.050Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-06-26T04:17:23.068Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43512026-06-26T04:17:23.119Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43522026-06-26T04:17:23.375Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-26T04:17:23.524Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43542026-06-26T04:17:24.779Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43552026-06-26T04:17:24.811Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43562026-06-26T04:17:25.063Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43572026-06-26T04:17:25.481Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43582026-06-26T04:17:25.723Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43592026-06-26T04:17:25.910Z Checking console v0.16.2
43602026-06-26T04:17:26.223Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43612026-06-26T04:17:26.368Z Checking fatfs v0.3.6
43622026-06-26T04:17:26.442Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43632026-06-26T04:17:26.822Z Checking unit-prefix v0.5.2
43642026-06-26T04:17:26.958Z Compiling seq-macro v0.3.6
43652026-06-26T04:17:27.464Z Checking indicatif v0.18.4
43662026-06-26T04:17:27.803Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-06-26T04:17:27.821Z Checking support-bundle-viewer v0.1.2
43682026-06-26T04:17:27.857Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43692026-06-26T04:17:28.062Z Checking multimap v0.10.1
43702026-06-26T04:17:29.871Z Checking async-bb8-diesel v0.2.1
43712026-06-26T04:17:30.226Z Checking diesel-dtrace v0.5.0
43722026-06-26T04:17:36.866Z Compiling samael v0.0.19
43732026-06-26T04:17:42.351Z Compiling git2 v0.20.4
43742026-06-26T04:17:43.844Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43752026-06-26T04:17:44.598Z Compiling polar-core v0.27.3
43762026-06-26T04:17:44.823Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43772026-06-26T04:17:49.150Z Checking oso v0.27.3
43782026-06-26T04:18:18.834Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43792026-06-26T04:19:33.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
43802026-06-26T04:19:33.337Z
43812026-06-26T04:19:33.337Zinfo: running `cargo check --bins` on nexus-networking (258/297)
43822026-06-26T04:19:33.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-26T04:19:33.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-26T04:19:33.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-26T04:19:33.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43862026-06-26T04:19:33.974Z
43872026-06-26T04:19:33.974Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/297)
43882026-06-26T04:19:34.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-26T04:19:34.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-26T04:19:34.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-26T04:19:34.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43922026-06-26T04:19:34.570Z
43932026-06-26T04:19:34.571Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/297)
43942026-06-26T04:19:35.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-26T04:19:35.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-26T04:19:35.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-26T04:19:35.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43982026-06-26T04:19:35.163Z
43992026-06-26T04:19:35.163Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/297)
44002026-06-26T04:19:35.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-26T04:19:35.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-26T04:19:35.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-26T04:19:35.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44042026-06-26T04:19:35.693Z
44052026-06-26T04:19:35.693Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/297)
44062026-06-26T04:19:36.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-26T04:19:36.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-26T04:19:36.486Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-26T04:19:37.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44102026-06-26T04:19:37.434Z
44112026-06-26T04:19:37.434Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/297)
44122026-06-26T04:19:37.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-26T04:19:37.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-26T04:19:38.229Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-06-26T04:20:16.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.07s
44162026-06-26T04:20:16.719Z
44172026-06-26T04:20:16.719Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/297)
44182026-06-26T04:20:17.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-26T04:20:17.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-26T04:20:17.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-26T04:20:17.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44222026-06-26T04:20:17.243Z
44232026-06-26T04:20:17.243Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/297)
44242026-06-26T04:20:17.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-26T04:20:17.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-26T04:20:17.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-26T04:20:17.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44282026-06-26T04:20:17.783Z
44292026-06-26T04:20:17.783Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/297)
44302026-06-26T04:20:18.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-26T04:20:18.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-26T04:20:18.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-26T04:20:18.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44342026-06-26T04:20:18.372Z
44352026-06-26T04:20:18.372Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/297)
44362026-06-26T04:20:18.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-26T04:20:18.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-26T04:20:18.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-26T04:20:18.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44402026-06-26T04:20:18.979Z
44412026-06-26T04:20:18.979Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/297)
44422026-06-26T04:20:19.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-26T04:20:19.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-26T04:20:19.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-26T04:20:19.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44462026-06-26T04:20:19.579Z
44472026-06-26T04:20:19.579Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/297)
44482026-06-26T04:20:20.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-26T04:20:20.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-26T04:20:20.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-26T04:20:20.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44522026-06-26T04:20:20.164Z
44532026-06-26T04:20:20.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/297)
44542026-06-26T04:20:20.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-26T04:20:20.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-26T04:20:20.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-26T04:20:20.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44582026-06-26T04:20:20.758Z
44592026-06-26T04:20:20.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/297)
44602026-06-26T04:20:21.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-26T04:20:21.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-26T04:20:21.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-26T04:20:21.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-06-26T04:20:21.353Z
44652026-06-26T04:20:21.353Zinfo: running `cargo check --bins` on support-bundle-collection (272/297)
44662026-06-26T04:20:21.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-26T04:20:21.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-26T04:20:21.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-26T04:20:21.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44702026-06-26T04:20:21.951Z
44712026-06-26T04:20:21.951Zinfo: running `cargo check --bins` on omicron-dev (273/297)
44722026-06-26T04:20:22.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-26T04:20:22.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-26T04:20:22.808Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-26T04:20:22.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-26T04:20:22.987Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-26T04:20:22.990Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-26T04:20:22.990Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-26T04:20:22.992Z Checking yansi v1.0.1
44802026-06-26T04:20:22.993Z Checking diff v0.1.13
44812026-06-26T04:20:22.993Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-26T04:20:23.123Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-26T04:20:23.288Z Checking pretty_assertions v1.4.1
44842026-06-26T04:20:23.977Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-26T04:20:24.178Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-26T04:20:48.567Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-26T04:20:48.570Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44882026-06-26T04:20:48.571Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-06-26T04:20:48.571Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44902026-06-26T04:20:48.571Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-06-26T04:20:48.571Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44922026-06-26T04:20:49.423Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44932026-06-26T04:20:49.423Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44942026-06-26T04:20:50.642Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44952026-06-26T04:21:28.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44962026-06-26T04:21:28.899Z
44972026-06-26T04:21:28.899Zinfo: running `cargo check --bins` on omicron-pins (274/297)
44982026-06-26T04:21:29.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-06-26T04:21:29.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-06-26T04:21:29.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-06-26T04:21:29.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45022026-06-26T04:21:29.426Z
45032026-06-26T04:21:29.426Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (275/297)
45042026-06-26T04:21:29.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-26T04:21:29.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-26T04:21:30.159Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45072026-06-26T04:21:30.278Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45082026-06-26T04:21:30.281Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45092026-06-26T04:21:57.543Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45102026-06-26T04:21:57.627Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45112026-06-26T04:21:59.325Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45122026-06-26T04:22:00.706Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45132026-06-26T04:22:02.835Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45142026-06-26T04:22:26.257Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-06-26T04:22:27.791Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45162026-06-26T04:22:28.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.14s
45172026-06-26T04:22:28.796Z
45182026-06-26T04:22:28.796Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (276/297)
45192026-06-26T04:22:29.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-26T04:22:29.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-26T04:22:29.445Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45222026-06-26T04:22:30.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45232026-06-26T04:22:30.643Z
45242026-06-26T04:22:30.643Zinfo: running `cargo check --bins` on omicron-releng (277/297)
45252026-06-26T04:22:31.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-26T04:22:31.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-26T04:22:31.092Z Compiling blake3 v1.8.5
45282026-06-26T04:22:31.092Z Checking arrayref v0.3.9
45292026-06-26T04:22:31.092Z Checking arrayvec v0.7.6
45302026-06-26T04:22:31.092Z Checking constant_time_eq v0.4.2
45312026-06-26T04:22:31.092Z Checking topological-sort v0.2.2
45322026-06-26T04:22:31.092Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45332026-06-26T04:22:31.092Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45342026-06-26T04:22:31.092Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45352026-06-26T04:22:31.092Z Checking shell-words v1.1.1
45362026-06-26T04:22:31.899Z Checking omicron-zone-package v0.12.2
45372026-06-26T04:22:32.618Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45382026-06-26T04:22:33.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45392026-06-26T04:22:33.659Z
45402026-06-26T04:22:33.659Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (278/297)
45412026-06-26T04:22:34.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-06-26T04:22:34.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-06-26T04:22:34.309Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45442026-06-26T04:22:34.594Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45452026-06-26T04:22:35.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45462026-06-26T04:22:35.133Z
45472026-06-26T04:22:35.133Zinfo: running `cargo check --bins` on schema (279/297)
45482026-06-26T04:22:35.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-26T04:22:35.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-26T04:22:35.961Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45512026-06-26T04:22:36.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45522026-06-26T04:22:36.876Z
45532026-06-26T04:22:36.876Zinfo: running `cargo check --bins` on xtask (280/297)
45542026-06-26T04:22:37.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-26T04:22:37.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-26T04:22:37.110Z Checking libc v0.2.185
45572026-06-26T04:22:37.115Z Checking serde v1.0.228
45582026-06-26T04:22:37.163Z Checking zerofrom v0.1.6
45592026-06-26T04:22:37.167Z Checking bitflags v2.11.0
45602026-06-26T04:22:37.172Z Checking smallvec v1.15.1
45612026-06-26T04:22:37.178Z Checking indexmap v2.14.0
45622026-06-26T04:22:37.187Z Checking serde_json v1.0.149
45632026-06-26T04:22:37.190Z Checking scroll v0.12.0
45642026-06-26T04:22:37.566Z Checking yoke v0.8.1
45652026-06-26T04:22:37.577Z Checking num-traits v0.2.19
45662026-06-26T04:22:37.577Z Checking thiserror v1.0.69
45672026-06-26T04:22:37.577Z Checking log v0.4.29
45682026-06-26T04:22:37.577Z Checking zerovec v0.11.5
45692026-06-26T04:22:37.577Z Checking zerotrie v0.2.3
45702026-06-26T04:22:37.577Z Checking errno v0.3.14
45712026-06-26T04:22:37.577Z Checking serde_spanned v0.6.9
45722026-06-26T04:22:37.577Z Checking toml_datetime v0.6.11
45732026-06-26T04:22:37.577Z Checking rustix v1.1.3
45742026-06-26T04:22:37.682Z Checking percent-encoding v2.3.2
45752026-06-26T04:22:37.685Z Checking zerocopy v0.7.35
45762026-06-26T04:22:37.731Z Checking goblin v0.8.2
45772026-06-26T04:22:37.741Z Checking toml_edit v0.22.27
45782026-06-26T04:22:37.805Z Checking getrandom v0.4.1
45792026-06-26T04:22:37.815Z Checking form_urlencoded v1.2.2
45802026-06-26T04:22:37.830Z Checking ordered-float v2.10.1
45812026-06-26T04:22:37.862Z Checking tinystr v0.8.2
45822026-06-26T04:22:38.194Z Checking potential_utf v0.1.4
45832026-06-26T04:22:38.203Z Checking thiserror v2.0.18
45842026-06-26T04:22:38.203Z Checking syn v2.0.117
45852026-06-26T04:22:38.203Z Checking icu_locale_core v2.1.1
45862026-06-26T04:22:38.203Z Checking serde-value v0.7.0
45872026-06-26T04:22:38.203Z Checking icu_collections v2.1.1
45882026-06-26T04:22:38.203Z Checking dtrace-parser v0.2.0
45892026-06-26T04:22:38.252Z Checking thread-id v4.2.2
45902026-06-26T04:22:38.330Z Checking once_cell v1.21.3
45912026-06-26T04:22:38.367Z Checking terminal_size v0.4.3
45922026-06-26T04:22:38.374Z Checking cargo-platform v0.2.0
45932026-06-26T04:22:38.407Z Checking memmap v0.7.0
45942026-06-26T04:22:38.488Z Checking clap_builder v4.6.0
45952026-06-26T04:22:38.499Z Checking tempfile v3.25.0
45962026-06-26T04:22:38.533Z Checking textwrap v0.16.2
45972026-06-26T04:22:38.559Z Checking fs-err v3.3.0
45982026-06-26T04:22:38.588Z Checking icu_provider v2.1.1
45992026-06-26T04:22:38.687Z Checking camino-tempfile v1.4.1
46002026-06-26T04:22:38.735Z Checking tabled v0.15.0
46012026-06-26T04:22:38.738Z Checking anyhow v1.0.102
46022026-06-26T04:22:40.213Z Checking icu_normalizer v2.1.1
46032026-06-26T04:22:40.219Z Checking icu_properties v2.1.2
46042026-06-26T04:22:40.219Z Checking toml v0.8.23
46052026-06-26T04:22:40.219Z Checking macaddr v1.0.1
46062026-06-26T04:22:40.219Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-06-26T04:22:40.219Z Checking cargo_toml v0.21.0
46082026-06-26T04:22:40.219Z Checking dof v0.3.0
46092026-06-26T04:22:40.219Z Checking idna_adapter v1.2.1
46102026-06-26T04:22:40.219Z Checking clap v4.6.1
46112026-06-26T04:22:40.219Z Checking idna v1.1.0
46122026-06-26T04:22:40.219Z Checking usdt-impl v0.5.0
46132026-06-26T04:22:40.219Z Checking url v2.5.8
46142026-06-26T04:22:40.219Z Checking usdt v0.5.0
46152026-06-26T04:22:41.405Z Checking cargo-util-schemas v0.8.2
46162026-06-26T04:22:41.419Z Checking cargo_metadata v0.21.0
46172026-06-26T04:22:41.682Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-06-26T04:22:42.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46192026-06-26T04:22:42.269Z
46202026-06-26T04:22:42.269Zinfo: running `cargo check --bins` on dnsadm (281/297)
46212026-06-26T04:22:42.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-06-26T04:22:42.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-06-26T04:22:42.772Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-06-26T04:22:43.761Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-06-26T04:22:43.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46262026-06-26T04:22:43.789Z
46272026-06-26T04:22:43.789Zinfo: running `cargo check --bins` on end-to-end-tests (282/297)
46282026-06-26T04:22:44.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-26T04:22:44.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-26T04:22:44.647Z Checking polyval v0.6.2
46312026-06-26T04:22:44.649Z Checking ctr v0.9.2
46322026-06-26T04:22:44.649Z Checking ssh-encoding v0.2.0
46332026-06-26T04:22:44.649Z Checking blowfish v0.9.1
46342026-06-26T04:22:44.650Z Checking password-hash v0.4.2
46352026-06-26T04:22:44.678Z Checking p521 v0.13.3
46362026-06-26T04:22:44.678Z Checking p256 v0.13.2
46372026-06-26T04:22:44.699Z Checking russh-cryptovec v0.7.3
46382026-06-26T04:22:45.398Z Checking bcrypt-pbkdf v0.10.0
46392026-06-26T04:22:45.420Z Checking ghash v0.5.1
46402026-06-26T04:22:45.420Z Checking md5 v0.7.0
46412026-06-26T04:22:45.420Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46422026-06-26T04:22:45.420Z Checking num-bigint v0.4.6
46432026-06-26T04:22:45.420Z Checking pbkdf2 v0.11.0
46442026-06-26T04:22:45.421Z Checking aes-gcm v0.10.3
46452026-06-26T04:22:45.421Z Checking des v0.8.1
46462026-06-26T04:22:45.421Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46472026-06-26T04:22:45.421Z Checking hex-literal v0.4.1
46482026-06-26T04:22:45.421Z Checking ssh-cipher v0.2.0
46492026-06-26T04:22:45.421Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46502026-06-26T04:22:45.421Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46512026-06-26T04:22:45.421Z Checking internet-checksum v0.2.1
46522026-06-26T04:22:45.421Z Checking ssh-key v0.6.7
46532026-06-26T04:22:45.421Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46542026-06-26T04:22:45.812Z Checking russh-keys v0.45.0
46552026-06-26T04:22:46.543Z Checking russh v0.45.0
46562026-06-26T04:23:03.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
46572026-06-26T04:23:03.049Z
46582026-06-26T04:23:03.049Zinfo: running `cargo check --bins` on gateway-cli (283/297)
46592026-06-26T04:23:03.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-06-26T04:23:03.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-06-26T04:23:03.610Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46622026-06-26T04:23:03.744Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46632026-06-26T04:23:03.748Z Checking termios v0.3.3
46642026-06-26T04:23:04.928Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46652026-06-26T04:23:05.075Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46662026-06-26T04:23:06.741Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46672026-06-26T04:23:07.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
46682026-06-26T04:23:07.483Z
46692026-06-26T04:23:07.483Zinfo: running `cargo check --bins --no-default-features` on installinator (284/297)
46702026-06-26T04:23:07.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-06-26T04:23:07.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-06-26T04:23:08.147Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46732026-06-26T04:23:08.150Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46742026-06-26T04:23:08.267Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46752026-06-26T04:23:08.270Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46762026-06-26T04:23:08.279Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46772026-06-26T04:23:08.279Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-26T04:23:09.028Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46792026-06-26T04:23:09.357Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46802026-06-26T04:23:09.360Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46812026-06-26T04:23:09.992Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46822026-06-26T04:23:11.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46832026-06-26T04:23:11.805Z
46842026-06-26T04:23:11.805Zinfo: running `cargo check --bins` on internal-dns-cli (285/297)
46852026-06-26T04:23:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-06-26T04:23:12.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-06-26T04:23:12.388Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46882026-06-26T04:23:12.839Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46892026-06-26T04:23:13.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46902026-06-26T04:23:13.321Z
46912026-06-26T04:23:13.322Zinfo: running `cargo check --bins` on omicron-live-tests (286/297)
46922026-06-26T04:23:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-26T04:23:13.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-26T04:23:13.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-06-26T04:23:13.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46962026-06-26T04:23:13.847Z
46972026-06-26T04:23:13.847Zinfo: running `cargo check --bins` on live-tests-macros (287/297)
46982026-06-26T04:23:14.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-26T04:23:14.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-26T04:23:14.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-06-26T04:23:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47022026-06-26T04:23:14.375Z
47032026-06-26T04:23:14.375Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (288/297)
47042026-06-26T04:23:14.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-06-26T04:23:14.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-06-26T04:23:15.082Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47072026-06-26T04:23:15.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47082026-06-26T04:23:15.850Z
47092026-06-26T04:23:15.850Zinfo: running `cargo check --bins` on omicron-ntp-admin (289/297)
47102026-06-26T04:23:16.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-06-26T04:23:16.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-06-26T04:23:16.451Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47132026-06-26T04:23:16.455Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47142026-06-26T04:23:16.724Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47152026-06-26T04:23:16.724Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47162026-06-26T04:23:17.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47172026-06-26T04:23:17.690Z
47182026-06-26T04:23:17.690Zinfo: running `cargo check --bins` on ntp-admin-types (290/297)
47192026-06-26T04:23:18.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-26T04:23:18.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-26T04:23:18.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-06-26T04:23:18.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47232026-06-26T04:23:18.216Z
47242026-06-26T04:23:18.216Zinfo: running `cargo check --bins` on omicron-package (291/297)
47252026-06-26T04:23:18.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-26T04:23:18.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-26T04:23:18.856Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47282026-06-26T04:23:19.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47292026-06-26T04:23:20.111Z
47302026-06-26T04:23:20.111Zinfo: running `cargo check --bins` on tqdb (292/297)
47312026-06-26T04:23:20.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-06-26T04:23:20.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-06-26T04:23:20.846Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-06-26T04:23:21.198Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-06-26T04:23:21.709Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-06-26T04:23:21.709Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-06-26T04:23:27.736Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-06-26T04:23:27.739Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-06-26T04:23:28.307Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-06-26T04:23:28.311Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-06-26T04:23:28.311Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-06-26T04:23:28.311Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-06-26T04:23:29.106Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-06-26T04:23:30.058Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-06-26T04:23:30.847Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-06-26T04:23:31.473Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-06-26T04:23:36.217Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-06-26T04:23:42.801Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47492026-06-26T04:23:42.804Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47502026-06-26T04:23:42.804Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47512026-06-26T04:23:42.804Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47522026-06-26T04:23:44.279Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-06-26T04:23:45.626Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-06-26T04:23:46.304Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-06-26T04:23:47.542Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-06-26T04:23:48.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.96s
47572026-06-26T04:23:48.278Z
47582026-06-26T04:23:48.278Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47592026-06-26T04:23:48.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-06-26T04:23:48.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-06-26T04:23:48.947Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47622026-06-26T04:23:48.947Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47632026-06-26T04:23:48.951Z Checking rtoolbox v0.0.3
47642026-06-26T04:23:49.078Z Checking tui-tree-widget v0.23.1
47652026-06-26T04:23:49.173Z Checking rpassword v7.4.0
47662026-06-26T04:23:50.257Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-06-26T04:23:53.424Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-06-26T04:23:55.292Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-06-26T04:23:56.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
47702026-06-26T04:23:56.378Z
47712026-06-26T04:23:56.378Zinfo: running `cargo check --bins` on wicket (294/297)
47722026-06-26T04:23:56.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-06-26T04:23:56.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-06-26T04:23:57.029Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-26T04:23:57.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47762026-06-26T04:23:57.562Z
47772026-06-26T04:23:57.562Zinfo: running `cargo check --bins` on wicketd (295/297)
47782026-06-26T04:23:58.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-06-26T04:23:58.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-06-26T04:23:58.237Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-06-26T04:23:58.240Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47822026-06-26T04:23:58.240Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47832026-06-26T04:23:58.240Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-06-26T04:23:59.229Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-06-26T04:23:59.802Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-06-26T04:24:02.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
47872026-06-26T04:24:03.059Z
47882026-06-26T04:24:03.060Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47892026-06-26T04:24:03.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-26T04:24:03.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-26T04:24:03.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-06-26T04:24:03.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47932026-06-26T04:24:03.594Z
47942026-06-26T04:24:03.594Zinfo: running `cargo check --bins` on zone-setup (297/297)
47952026-06-26T04:24:04.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-26T04:24:04.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-26T04:24:04.230Z Checking uzers v0.12.2
47982026-06-26T04:24:04.496Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-06-26T04:24:05.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48002026-06-26T04:24:05.437Z
48012026-06-26T04:24:05.437Zreal 13:53.533618541
48022026-06-26T04:24:05.437Zuser 20:54.790260458
48032026-06-26T04:24:05.437Zsys 4:06.789488218
48042026-06-26T04:24:05.437Ztrap 0.346043793
48052026-06-26T04:24:05.437Ztflt 0.687734776
48062026-06-26T04:24:05.437Zdflt 1.052053358
48072026-06-26T04:24:05.437Zkflt 0.005580914
48082026-06-26T04:24:05.437Zlock 1:18:47.946183213
48092026-06-26T04:24:05.437Zslp 1:40:18.869875469
48102026-06-26T04:24:05.437Zlat 51.024163363
48112026-06-26T04:24:05.437Zstop 3:28.785332400
48122026-06-26T04:24:05.441Zprocess exited: duration 959326 ms, exit code 0
 
48132026-06-26T04:24:05.447Zfound 0 output files