01KX93JX9JXJ4R8F0JEX3SFFV3: 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: 01KX93K7WR9ERHJWM6P0FMBQS3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-11T17:29:44.986Zjob assigned to worker 01KX93KFJAWX9WTNF6JT41XCGN [factory aws, i-093051679633bb699] (queued for 49 s)
 
22026-07-11T17:29:51.916Zstarting task 0: "setup"
32026-07-11T17:29:51.923Z++ uname -s
42026-07-11T17:29:51.926Z+ kern=SunOS
52026-07-11T17:29:51.926Z+ build_user=build
62026-07-11T17:29:51.926Z+ build_uid=12345
72026-07-11T17:29:51.926Z+ work_dir=/work
82026-07-11T17:29:51.926Z+ input_dir=/input
92026-07-11T17:29:51.926Z+ [[ 0 == 12345 ]]
102026-07-11T17:29:51.926Z+ case "$kern" in
112026-07-11T17:29:51.926Z+ groupadd -g 12345 build
122026-07-11T17:29:51.929Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-11T17:29:53.933Z+ zfs create -o mountpoint=/work rpool/work
142026-07-11T17:29:54.024Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-11T17:29:54.027Z+ home_fs=zfs
162026-07-11T17:29:54.027Z+ [[ zfs == autofs ]]
172026-07-11T17:29:54.027Z+ mkdir -p /home/build
182026-07-11T17:29:54.027Z+ chown build:build /home/build /work
192026-07-11T17:29:56.028Z+ chmod 0700 /home/build /work
202026-07-11T17:29:56.031Zprocess exited: duration 4114 ms, exit code 0
 
212026-07-11T17:29:56.037Zstarting task 1: "rust-toolchain"
222026-07-11T17:29:56.042Z * rust toolchain channel = "1.96.1"
232026-07-11T17:29:56.042Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-11T17:29:56.042Z * rust toolchain profile = "default"
252026-07-11T17:29:56.042Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-11T17:29:56.042Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-11T17:29:56.042Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-11T17:29:56.045Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-11T17:29:56.045Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-11T17:29:56.151Zinfo: downloading installer
312026-07-11T17:29:57.517Zwarn: It looks like you have an existing rustup settings file at:
322026-07-11T17:29:57.517Zwarn: /home/build/.rustup/settings.toml
332026-07-11T17:29:57.517Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-11T17:29:57.517Zwarn: instead of the one inferred from the default host triple.
352026-07-11T17:29:57.531Zinfo: profile set to default
362026-07-11T17:29:57.531Zinfo: default host triple is x86_64-unknown-illumos
372026-07-11T17:29:57.535Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-11T17:29:57.679Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-11T17:29:57.682Zinfo: downloading 6 components
402026-07-11T17:30:12.719Z
412026-07-11T17:30:12.719Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-11T17:30:12.752Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-11T17:30:12.752Z
442026-07-11T17:30:12.752Z
452026-07-11T17:30:12.752ZRust is installed now. Great!
462026-07-11T17:30:12.752Z
472026-07-11T17:30:12.752ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-11T17:30:12.752Zenvironment variable. This has not been done automatically.
492026-07-11T17:30:12.752Z
502026-07-11T17:30:12.752ZTo configure your current shell, you need to source
512026-07-11T17:30:12.752Zthe corresponding env file under $HOME/.cargo.
522026-07-11T17:30:12.752Z
532026-07-11T17:30:12.752ZThis is usually done by running one of the following (note the leading DOT):
542026-07-11T17:30:12.752Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-11T17:30:12.752Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-11T17:30:12.752Zsource "~/.cargo/env.nu" # For nushell
572026-07-11T17:30:12.752Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-11T17:30:12.752Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-11T17:30:12.752Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-11T17:30:12.756Zwarn: no default linker (`cc`) was found in your PATH
612026-07-11T17:30:12.756Zwarn: many Rust crates require a system C toolchain to build
622026-07-11T17:30:12.840Z+ rustup --version
632026-07-11T17:30:12.849Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-11T17:30:12.852Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-11T17:30:12.870Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-11T17:30:12.873Z+ cargo --version
672026-07-11T17:30:12.887Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-11T17:30:12.890Z+ rustc --version
692026-07-11T17:30:12.908Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-11T17:30:12.911Zprocess exited: duration 16872 ms, exit code 0
 
712026-07-11T17:30:12.917Zstarting task 2: "authentication"
722026-07-11T17:30:12.934Zprocess exited: duration 16 ms, exit code 0
 
732026-07-11T17:30:12.940Zstarting task 3: "clone repository"
742026-07-11T17:30:12.943Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-11T17:30:12.946Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-11T17:30:12.973ZCloning into '/work/oxidecomputer/omicron'...
772026-07-11T17:30:23.671Z+ cd /work/oxidecomputer/omicron
782026-07-11T17:30:23.671Z+ git fetch origin 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
792026-07-11T17:30:23.929ZFrom https://github.com/oxidecomputer/omicron
802026-07-11T17:30:23.929Z * branch 8cd11db3931cd0dd837fcd960e2aa60b9770e77c -> FETCH_HEAD
812026-07-11T17:30:23.940Z+ [[ -n eliza/omdb-sitrep-version ]]
822026-07-11T17:30:23.944Z++ git branch --show-current
832026-07-11T17:30:23.944Z+ current=main
842026-07-11T17:30:23.944Z+ [[ main != eliza/omdb-sitrep-version ]]
852026-07-11T17:30:23.944Z+ git branch -f eliza/omdb-sitrep-version 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
862026-07-11T17:30:23.948Z+ git checkout -f eliza/omdb-sitrep-version
872026-07-11T17:30:24.188ZSwitched to branch 'eliza/omdb-sitrep-version'
882026-07-11T17:30:24.191Z+ git reset --hard 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
892026-07-11T17:30:24.204ZHEAD is now at 8cd11db39 [omdb] allow looking up sitreps by version
902026-07-11T17:30:24.208Zprocess exited: duration 11265 ms, exit code 0
 
912026-07-11T17:30:24.214Zstarting task 4: "build"
922026-07-11T17:30:24.219Z+ source .github/buildomat/ci-env.sh
932026-07-11T17:30:24.222Z++ export CARGO_TERM_COLOR=always
942026-07-11T17:30:24.222Z++ CARGO_TERM_COLOR=always
952026-07-11T17:30:24.222Z+++ uname -s
962026-07-11T17:30:24.222Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-11T17:30:24.222Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-11T17:30:24.225Z+ cargo --version
992026-07-11T17:30:24.232Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-11T17:30:24.235Z+ rustc --version
1012026-07-11T17:30:24.254Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-11T17:30:24.258Z+ source ./env.sh
1032026-07-11T17:30:24.258Z++ OLD_SHELL_OPTS=ehxB
1042026-07-11T17:30:24.258Z++ set -o xtrace
1052026-07-11T17:30:24.261Z++++ dirname ./env.sh
1062026-07-11T17:30:24.261Z+++ readlink -f .
1072026-07-11T17:30:24.264Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-11T17:30:24.264Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-11T17:30:24.264Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-11T17:30:24.264Z++ 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
1112026-07-11T17:30:24.264Z++ 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
1122026-07-11T17:30:24.264Z++ 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
1132026-07-11T17:30:24.264Z++ 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
1142026-07-11T17:30:24.264Z++ 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
1152026-07-11T17:30:24.264Z++ 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
1162026-07-11T17:30:24.264Z++ 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
1172026-07-11T17:30:24.265Z++ 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
1182026-07-11T17:30:24.265Z++ case $OLD_SHELL_OPTS in
1192026-07-11T17:30:24.265Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-11T17:30:24.265Z+ 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
1212026-07-11T17:30:24.265Z+ 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
1222026-07-11T17:30:24.265Z+ banner prerequisites
1232026-07-11T17:30:24.269Z
1242026-07-11T17:30:24.269Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-11T17:30:24.269Z # # # # # # # # # # # # # # #
1262026-07-11T17:30:24.269Z # # # # ##### # # ##### # # # # # #### #
1272026-07-11T17:30:24.269Z ##### ##### # ##### # # # # # # # # #
1282026-07-11T17:30:24.269Z # # # # # # # # # # # # # # #
1292026-07-11T17:30:24.269Z # # # ###### # # ###### ### # #### # #### #
1302026-07-11T17:30:24.269Z
1312026-07-11T17:30:24.269Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-11T17:30:26.355Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-11T17:30:26.465Z Startup: Caching catalogs ... Done
1342026-07-11T17:30:26.959ZPlanning: Solver setup ... Done (0.448s)
1352026-07-11T17:30:26.987ZPlanning: Running solver ... Done (0.028s)
1362026-07-11T17:30:26.999ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-11T17:30:27.010ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-11T17:30:27.029ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-11T17:30:27.042ZPlanning: Package planning ... Done (0.013s)
1402026-07-11T17:30:27.046ZPlanning: Merging actions ... Done (0.002s)
1412026-07-11T17:30:27.208ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-11T17:30:27.211ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-11T17:30:28.023ZPlanning: Evaluating mediators ... Done (0.814s)
1442026-07-11T17:30:28.026ZPlanning: Planning completed in 1.54 seconds
1452026-07-11T17:30:28.032Z Packages to install: 2
1462026-07-11T17:30:28.032Z Estimated space available: 156.06 GB
1472026-07-11T17:30:28.032ZEstimated space to be consumed: 31.27 MB
1482026-07-11T17:30:28.032Z Create boot environment: No
1492026-07-11T17:30:28.035ZCreate backup boot environment: No
1502026-07-11T17:30:28.035Z Rebuild boot archive: No
1512026-07-11T17:30:28.035Z
1522026-07-11T17:30:28.035ZChanged packages:
1532026-07-11T17:30:28.035Zhelios
1542026-07-11T17:30:28.035Z developer/build-essential
1552026-07-11T17:30:28.035Z None -> 11-3.0
1562026-07-11T17:30:28.035Z library/libxmlsec1
1572026-07-11T17:30:28.035Z None -> 1.2.35-3.0
1582026-07-11T17:30:28.057Z
1592026-07-11T17:30:28.057ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-11T17:30:28.576ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1612026-07-11T17:30:28.642Z Actions: 1/268 actions (Installing new actions)
1622026-07-11T17:30:28.680Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-11T17:30:28.691ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-11T17:30:28.694ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-11T17:30:28.720ZFinalize: Updating image state ... Done (0.029s)
1662026-07-11T17:30:31.128ZFinalize: Creating fast lookup database ... Done (2.384s)
1672026-07-11T17:30:31.195ZFinalize: Reading search index ... Done (0.012s)
1682026-07-11T17:30:31.198ZFinalize: Updating search index ... Done (0.000s)
1692026-07-11T17:30:31.295ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-11T17:30:31.609ZPlanning: Evaluating mediator changes ... Done
1712026-07-11T17:30:31.712ZPlanning: Checking for conflicting actions ... Done
1722026-07-11T17:30:31.715ZPlanning: Consolidating action changes ... Done
1732026-07-11T17:30:31.868ZPlanning: Evaluating mediators ... Done
1742026-07-11T17:30:31.871ZPlanning: Planning completed in 0.26 seconds
1752026-07-11T17:30:31.892Z Mediators to change: 2
1762026-07-11T17:30:31.892Z Create boot environment: No
1772026-07-11T17:30:31.892ZCreate backup boot environment: No
1782026-07-11T17:30:31.937ZFinalize: Updating package state database ... Done
1792026-07-11T17:30:31.937ZFinalize: Updating package cache ... Done
1802026-07-11T17:30:31.953ZFinalize: Updating image state ... Done
1812026-07-11T17:30:33.907ZFinalize: Creating fast lookup database ... Done
1822026-07-11T17:30:33.968ZFinalize: Reading search index ... Done
1832026-07-11T17:30:33.972ZFinalize: Updating search index ... Done
1842026-07-11T17:30:34.031ZFinalize: Updating package cache ... Done
1852026-07-11T17:30:34.319ZPlanning: Evaluating mediator changes ... Done
1862026-07-11T17:30:34.426ZPlanning: Checking for conflicting actions ... Done
1872026-07-11T17:30:34.429ZPlanning: Consolidating action changes ... Done
1882026-07-11T17:30:34.585ZPlanning: Evaluating mediators ... Done
1892026-07-11T17:30:34.588ZPlanning: Planning completed in 0.27 seconds
1902026-07-11T17:30:34.608Z Mediators to change: 1
1912026-07-11T17:30:34.608Z Create boot environment: No
1922026-07-11T17:30:34.608ZCreate backup boot environment: No
1932026-07-11T17:30:34.649ZFinalize: Updating package state database ... Done
1942026-07-11T17:30:34.649ZFinalize: Updating package cache ... Done
1952026-07-11T17:30:34.665ZFinalize: Updating image state ... Done
1962026-07-11T17:30:36.618ZFinalize: Creating fast lookup database ... Done
1972026-07-11T17:30:36.685ZFinalize: Reading search index ... Done
1982026-07-11T17:30:36.688ZFinalize: Updating search index ... Done
1992026-07-11T17:30:36.738ZFinalize: Updating package cache ... Done
2002026-07-11T17:30:37.053ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-11T17:30:37.053Zapache system 2.4 system
2022026-07-11T17:30:37.053Zclang system 15 system
2032026-07-11T17:30:37.053Zcsh system system illumos
2042026-07-11T17:30:37.053Zctags system system illumos
2052026-07-11T17:30:37.053Zfile vendor vendor darwinsys
2062026-07-11T17:30:37.053Zfile system system illumos
2072026-07-11T17:30:37.053Zgcc vendor 14 vendor
2082026-07-11T17:30:37.053Zgcc system 13 system
2092026-07-11T17:30:37.053Zgcc system 10 system
2102026-07-11T17:30:37.053Zgo system 1.25 system
2112026-07-11T17:30:37.054Zllvm system 15 system
2122026-07-11T17:30:37.054Zmariadb system 11.4 system
2132026-07-11T17:30:37.054Zmta vendor vendor dma
2142026-07-11T17:30:37.054Zopenjdk system 17 system
2152026-07-11T17:30:37.054Zopenjdk system 11 system
2162026-07-11T17:30:37.054Zopenssl vendor 3 vendor
2172026-07-11T17:30:37.054Zperl system 5.40 system
2182026-07-11T17:30:37.054Zpostgresql system 18 system
2192026-07-11T17:30:37.054Zpostgresql system 17 system
2202026-07-11T17:30:37.054Zpython vendor 3 vendor
2212026-07-11T17:30:37.054Zpython system 2 system
2222026-07-11T17:30:37.054Zpython3 vendor 3.13 vendor
2232026-07-11T17:30:37.054Zruby system 3.4 system
2242026-07-11T17:30:37.054Zruby system 3.0 system
2252026-07-11T17:30:37.054Zwords vendor vendor american-english
2262026-07-11T17:30:37.054Zwords system system australian-english
2272026-07-11T17:30:37.054Zwords system system british-english
2282026-07-11T17:30:37.054Zwords system system canadian-english
2292026-07-11T17:30:37.054Zwords system system french
2302026-07-11T17:30:37.054Zwords system system italian
2312026-07-11T17:30:37.054Zwords system system ngerman
2322026-07-11T17:30:37.054Zwords system system ogerman
2332026-07-11T17:30:37.054Zwords system system spanish
2342026-07-11T17:30:37.302ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-11T17:30:37.302Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-11T17:30:37.605ZFMRI IFO
2372026-07-11T17:30:37.605Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-11T17:30:37.605Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-11T17:30:37.605Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-11T17:30:37.605Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-11T17:30:37.606Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-11T17:30:37.606Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-11T17:30:37.606Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-11T17:30:37.606Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-11T17:30:37.606Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-11T17:30:37.869Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-11T17:30:38.139Z Updating crates.io index
2482026-07-11T17:30:38.142Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-11T17:30:38.378Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-11T17:30:38.693Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-11T17:30:39.660Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-11T17:30:40.162Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-11T17:30:41.756Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-11T17:30:42.505Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-11T17:30:42.724Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-11T17:30:43.069Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-11T17:30:44.053Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-11T17:30:44.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-11T17:30:44.669Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-11T17:30:44.913Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-11T17:30:45.324Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-11T17:30:45.773Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-11T17:30:46.021Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-11T17:30:46.246Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-11T17:30:46.516Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-11T17:30:46.823Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-11T17:30:47.072Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-11T17:30:47.322Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-11T17:30:47.586Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-11T17:30:47.928Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-11T17:30:48.297Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-11T17:30:48.503Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-11T17:30:48.933Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-11T17:30:49.167Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-11T17:30:49.456Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-11T17:30:49.690Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-11T17:30:49.924Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-11T17:30:50.282Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-11T17:30:50.696Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-11T17:30:50.915Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-11T17:30:51.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-11T17:30:51.448Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-11T17:30:51.717Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-11T17:30:52.007Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-11T17:30:52.242Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-11T17:30:52.501Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-11T17:30:52.743Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-11T17:30:55.932Z Downloading crates ...
2892026-07-11T17:30:55.979Z Downloaded anyhow v1.0.102
2902026-07-11T17:30:55.983Z Downloaded block-buffer v0.10.4
2912026-07-11T17:30:55.990Z Downloaded anstyle-query v1.1.5
2922026-07-11T17:30:55.995Z Downloaded heck v0.5.0
2932026-07-11T17:30:55.999Z Downloaded equivalent v1.0.2
2942026-07-11T17:30:56.003Z Downloaded anstream v1.0.0
2952026-07-11T17:30:56.003Z Downloaded autocfg v1.5.0
2962026-07-11T17:30:56.006Z Downloaded generic-array v0.14.7
2972026-07-11T17:30:56.007Z Downloaded colorchoice v1.0.4
2982026-07-11T17:30:56.010Z Downloaded is_terminal_polyfill v1.70.2
2992026-07-11T17:30:56.010Z Downloaded dof v0.3.0
3002026-07-11T17:30:56.010Z Downloaded dtrace-parser v0.2.0
3012026-07-11T17:30:56.013Z Downloaded macaddr v1.0.1
3022026-07-11T17:30:56.016Z Downloaded zerocopy v0.7.35
3032026-07-11T17:30:56.022Z Downloaded usdt-macro v0.5.0
3042026-07-11T17:30:56.026Z Downloaded cfg-if v1.0.4
3052026-07-11T17:30:56.026Z Downloaded proc-macro-error v1.0.4
3062026-07-11T17:30:56.029Z Downloaded camino v1.2.2
3072026-07-11T17:30:56.029Z Downloaded byteorder v1.5.0
3082026-07-11T17:30:56.035Z Downloaded utf8parse v0.2.2
3092026-07-11T17:30:56.038Z Downloaded fnv v1.0.7
3102026-07-11T17:30:56.038Z Downloaded terminal_size v0.4.3
3112026-07-11T17:30:56.041Z Downloaded memmap v0.7.0
3122026-07-11T17:30:56.041Z Downloaded strsim v0.11.1
3132026-07-11T17:30:56.045Z Downloaded thiserror-impl v2.0.18
3142026-07-11T17:30:56.048Z Downloaded thiserror v1.0.69
3152026-07-11T17:30:56.051Z Downloaded version_check v0.9.5
3162026-07-11T17:30:56.051Z Downloaded crypto-common v0.1.7
3172026-07-11T17:30:56.057Z Downloaded plain v0.2.3
3182026-07-11T17:30:56.060Z Downloaded errno v0.3.14
3192026-07-11T17:30:56.063Z Downloaded pretty-hex v0.4.1
3202026-07-11T17:30:56.067Z Downloaded pest_derive v2.8.6
3212026-07-11T17:30:56.070Z Downloaded getrandom v0.4.1
3222026-07-11T17:30:56.073Z Downloaded fastrand v2.3.0
3232026-07-11T17:30:56.073Z Downloaded anstyle-parse v1.0.0
3242026-07-11T17:30:56.076Z Downloaded clap_lex v1.0.0
3252026-07-11T17:30:56.076Z Downloaded itoa v1.0.17
3262026-07-11T17:30:56.076Z Downloaded cargo-platform v0.3.2
3272026-07-11T17:30:56.081Z Downloaded usdt-attr-macro v0.5.0
3282026-07-11T17:30:56.084Z Downloaded smawk v0.3.2
3292026-07-11T17:30:56.084Z Downloaded heck v0.4.1
3302026-07-11T17:30:56.089Z Downloaded proc-macro-error-attr v1.0.4
3312026-07-11T17:30:56.092Z Downloaded cpufeatures v0.2.17
3322026-07-11T17:30:56.092Z Downloaded anstyle v1.0.14
3332026-07-11T17:30:56.092Z Downloaded digest v0.10.7
3342026-07-11T17:30:56.096Z Downloaded unicode-linebreak v0.1.5
3352026-07-11T17:30:56.104Z Downloaded swrite v0.1.0
3362026-07-11T17:30:56.107Z Downloaded scroll_derive v0.12.1
3372026-07-11T17:30:56.107Z Downloaded serde_spanned v0.6.9
3382026-07-11T17:30:56.110Z Downloaded toml_write v0.1.2
3392026-07-11T17:30:56.110Z Downloaded toml_datetime v0.6.11
3402026-07-11T17:30:56.114Z Downloaded thread-id v4.2.2
3412026-07-11T17:30:56.114Z Downloaded usdt v0.5.0
3422026-07-11T17:30:56.120Z Downloaded ucd-trie v0.1.7
3432026-07-11T17:30:56.123Z Downloaded clap_derive v4.6.1
3442026-07-11T17:30:56.126Z Downloaded once_cell v1.21.3
3452026-07-11T17:30:56.131Z Downloaded papergrid v0.11.0
3462026-07-11T17:30:56.134Z Downloaded quote v1.0.45
3472026-07-11T17:30:56.137Z Downloaded sha2 v0.10.9
3482026-07-11T17:30:56.140Z Downloaded camino-tempfile v1.4.1
3492026-07-11T17:30:56.140Z Downloaded fs-err v3.3.0
3502026-07-11T17:30:56.143Z Downloaded tabled_derive v0.7.0
3512026-07-11T17:30:56.143Z Downloaded cargo_metadata v0.23.1
3522026-07-11T17:30:56.147Z Downloaded scroll v0.12.0
3532026-07-11T17:30:56.150Z Downloaded cargo_toml v0.21.0
3542026-07-11T17:30:56.154Z Downloaded serde_tokenstream v0.2.3
3552026-07-11T17:30:56.157Z Downloaded zmij v1.0.21
3562026-07-11T17:30:56.158Z Downloaded thiserror v2.0.18
3572026-07-11T17:30:56.165Z Downloaded usdt-impl v0.5.0
3582026-07-11T17:30:56.173Z Downloaded zerocopy-derive v0.7.35
3592026-07-11T17:30:56.176Z Downloaded tempfile v3.25.0
3602026-07-11T17:30:56.180Z Downloaded bytecount v0.6.9
3612026-07-11T17:30:56.184Z Downloaded semver v1.0.28
3622026-07-11T17:30:56.187Z Downloaded pest_generator v2.8.6
3632026-07-11T17:30:56.187Z Downloaded serde_core v1.0.228
3642026-07-11T17:30:56.194Z Downloaded thiserror-impl v1.0.69
3652026-07-11T17:30:56.203Z Downloaded clap v4.6.1
3662026-07-11T17:30:56.206Z Downloaded log v0.4.29
3672026-07-11T17:30:56.210Z Downloaded bitflags v2.11.0
3682026-07-11T17:30:56.214Z Downloaded proc-macro2 v1.0.106
3692026-07-11T17:30:56.218Z Downloaded unicode-ident v1.0.24
3702026-07-11T17:30:56.221Z Downloaded textwrap v0.16.2
3712026-07-11T17:30:56.221Z Downloaded serde_derive v1.0.228
3722026-07-11T17:30:56.224Z Downloaded toml v0.8.23
3732026-07-11T17:30:56.227Z Downloaded memchr v2.8.0
3742026-07-11T17:30:56.230Z Downloaded pest_meta v2.8.6
3752026-07-11T17:30:56.234Z Downloaded toml_edit v0.22.27
3762026-07-11T17:30:56.250Z Downloaded serde v1.0.228
3772026-07-11T17:30:56.265Z Downloaded pest v2.8.6
3782026-07-11T17:30:56.268Z Downloaded indexmap v2.14.0
3792026-07-11T17:30:56.280Z Downloaded typenum v1.20.1
3802026-07-11T17:30:56.290Z Downloaded clap_builder v4.6.0
3812026-07-11T17:30:56.301Z Downloaded hashbrown v0.17.0
3822026-07-11T17:30:56.311Z Downloaded winnow v0.7.14
3832026-07-11T17:30:56.315Z Downloaded serde_json v1.0.150
3842026-07-11T17:30:56.327Z Downloaded goblin v0.8.2
3852026-07-11T17:30:56.338Z Downloaded tabled v0.15.0
3862026-07-11T17:30:56.348Z Downloaded syn v1.0.109
3872026-07-11T17:30:56.357Z Downloaded unicode-width v0.2.0
3882026-07-11T17:30:56.360Z Downloaded syn v2.0.117
3892026-07-11T17:30:56.366Z Downloaded unicode-width v0.1.14
3902026-07-11T17:30:56.376Z Downloaded rustix v1.1.3
3912026-07-11T17:30:56.406Z Downloaded libc v0.2.185
3922026-07-11T17:30:56.468Z Compiling proc-macro2 v1.0.106
3932026-07-11T17:30:56.468Z Compiling unicode-ident v1.0.24
3942026-07-11T17:30:56.468Z Compiling quote v1.0.45
3952026-07-11T17:30:56.468Z Compiling serde_core v1.0.228
3962026-07-11T17:30:56.472Z Compiling libc v0.2.185
3972026-07-11T17:30:56.472Z Compiling version_check v0.9.5
3982026-07-11T17:30:56.472Z Compiling memchr v2.8.0
3992026-07-11T17:30:56.649Z Compiling serde v1.0.228
4002026-07-11T17:30:56.796Z Compiling zmij v1.0.21
4012026-07-11T17:30:57.077Z Compiling itoa v1.0.17
4022026-07-11T17:30:57.080Z Compiling thiserror v1.0.69
4032026-07-11T17:30:57.260Z Compiling ucd-trie v0.1.7
4042026-07-11T17:30:57.471Z Compiling pest v2.8.6
4052026-07-11T17:30:57.534Z Compiling byteorder v1.5.0
4062026-07-11T17:30:57.537Z Compiling rustix v1.1.3
4072026-07-11T17:30:57.588Z Compiling errno v0.3.14
4082026-07-11T17:30:57.745Z Compiling bitflags v2.11.0
4092026-07-11T17:30:57.776Z Compiling serde_json v1.0.150
4102026-07-11T17:30:57.977Z Compiling syn v2.0.117
4112026-07-11T17:30:58.026Z Compiling thread-id v4.2.2
4122026-07-11T17:30:58.041Z Compiling usdt-impl v0.5.0
4132026-07-11T17:30:58.114Z Compiling proc-macro-error-attr v1.0.4
4142026-07-11T17:30:58.233Z Compiling camino v1.2.2
4152026-07-11T17:30:58.262Z Compiling syn v1.0.109
4162026-07-11T17:30:58.463Z Compiling proc-macro-error v1.0.4
4172026-07-11T17:30:58.571Z Compiling pest_meta v2.8.6
4182026-07-11T17:30:58.672Z Compiling plain v0.2.3
4192026-07-11T17:30:58.692Z Compiling log v0.4.29
4202026-07-11T17:30:58.708Z Compiling equivalent v1.0.2
4212026-07-11T17:30:58.790Z Compiling utf8parse v0.2.2
4222026-07-11T17:30:58.909Z Compiling getrandom v0.4.1
4232026-07-11T17:30:58.926Z Compiling hashbrown v0.17.0
4242026-07-11T17:30:58.987Z Compiling terminal_size v0.4.3
4252026-07-11T17:30:59.129Z Compiling anstyle-parse v1.0.0
4262026-07-11T17:30:59.423Z Compiling indexmap v2.14.0
4272026-07-11T17:30:59.850Z Compiling anstyle v1.0.14
4282026-07-11T17:30:59.884Z Compiling winnow v0.7.14
4292026-07-11T17:30:59.908Z Compiling thiserror v2.0.18
4302026-07-11T17:31:00.043Z Compiling pretty-hex v0.4.1
4312026-07-11T17:31:00.077Z Compiling autocfg v1.5.0
4322026-07-11T17:31:00.184Z Compiling cfg-if v1.0.4
4332026-07-11T17:31:00.201Z Compiling anstyle-query v1.1.5
4342026-07-11T17:31:00.218Z Compiling pest_generator v2.8.6
4352026-07-11T17:31:00.253Z Compiling toml_write v0.1.2
4362026-07-11T17:31:00.271Z Compiling is_terminal_polyfill v1.70.2
4372026-07-11T17:31:00.312Z Compiling colorchoice v1.0.4
4382026-07-11T17:31:00.473Z Compiling anstream v1.0.0
4392026-07-11T17:31:00.510Z Compiling fs-err v3.3.0
4402026-07-11T17:31:00.757Z Compiling fastrand v2.3.0
4412026-07-11T17:31:00.775Z Compiling clap_lex v1.0.0
4422026-07-11T17:31:00.791Z Compiling heck v0.5.0
4432026-07-11T17:31:00.820Z Compiling fnv v1.0.7
4442026-07-11T17:31:00.926Z Compiling strsim v0.11.1
4452026-07-11T17:31:00.944Z Compiling unicode-width v0.1.14
4462026-07-11T17:31:01.001Z Compiling bytecount v0.6.9
4472026-07-11T17:31:01.018Z Compiling heck v0.4.1
4482026-07-11T17:31:01.034Z Compiling anyhow v1.0.102
4492026-07-11T17:31:01.135Z Compiling once_cell v1.21.3
4502026-07-11T17:31:01.217Z Compiling papergrid v0.11.0
4512026-07-11T17:31:01.243Z Compiling clap_builder v4.6.0
4522026-07-11T17:31:01.327Z Compiling tabled_derive v0.7.0
4532026-07-11T17:31:01.368Z Compiling tempfile v3.25.0
4542026-07-11T17:31:01.371Z Compiling semver v1.0.28
4552026-07-11T17:31:01.402Z Compiling cargo-platform v0.3.2
4562026-07-11T17:31:01.564Z Compiling memmap v0.7.0
4572026-07-11T17:31:01.674Z Compiling smawk v0.3.2
4582026-07-11T17:31:01.693Z Compiling unicode-linebreak v0.1.5
4592026-07-11T17:31:01.779Z Compiling unicode-width v0.2.0
4602026-07-11T17:31:01.782Z Compiling camino-tempfile v1.4.1
4612026-07-11T17:31:01.918Z Compiling serde_derive v1.0.228
4622026-07-11T17:31:01.982Z Compiling thiserror-impl v1.0.69
4632026-07-11T17:31:02.036Z Compiling zerocopy-derive v0.7.35
4642026-07-11T17:31:02.072Z Compiling pest_derive v2.8.6
4652026-07-11T17:31:02.247Z Compiling scroll_derive v0.12.1
4662026-07-11T17:31:02.286Z Compiling thiserror-impl v2.0.18
4672026-07-11T17:31:02.518Z Compiling clap_derive v4.6.1
4682026-07-11T17:31:02.712Z Compiling tabled v0.15.0
4692026-07-11T17:31:02.932Z Compiling zerocopy v0.7.35
4702026-07-11T17:31:02.950Z Compiling scroll v0.12.0
4712026-07-11T17:31:03.231Z Compiling goblin v0.8.2
4722026-07-11T17:31:03.384Z Compiling dtrace-parser v0.2.0
4732026-07-11T17:31:03.492Z Compiling textwrap v0.16.2
4742026-07-11T17:31:03.958Z Compiling swrite v0.1.0
4752026-07-11T17:31:04.306Z Compiling clap v4.6.1
4762026-07-11T17:31:05.043Z Compiling toml_datetime v0.6.11
4772026-07-11T17:31:05.043Z Compiling serde_spanned v0.6.9
4782026-07-11T17:31:05.052Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-11T17:31:05.052Z Compiling macaddr v1.0.1
4802026-07-11T17:31:05.052Z Compiling cargo_metadata v0.23.1
4812026-07-11T17:31:05.123Z Compiling dof v0.3.0
4822026-07-11T17:31:05.137Z Compiling serde_tokenstream v0.2.3
4832026-07-11T17:31:05.245Z Compiling toml_edit v0.22.27
4842026-07-11T17:31:05.849Z Compiling usdt-attr-macro v0.5.0
4852026-07-11T17:31:05.849Z Compiling usdt-macro v0.5.0
4862026-07-11T17:31:06.469Z Compiling usdt v0.5.0
4872026-07-11T17:31:06.592Z Compiling toml v0.8.23
4882026-07-11T17:31:06.952Z Compiling cargo_toml v0.21.0
4892026-07-11T17:31:08.237Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-11T17:31:10.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.51s
4912026-07-11T17:31:10.422Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-11T17:31:10.920Z Downloading crates ...
4932026-07-11T17:31:11.014Z Downloaded adler2 v2.0.1
4942026-07-11T17:31:11.017Z Downloaded aead v0.5.2
4952026-07-11T17:31:11.020Z Downloaded arrayref v0.3.9
4962026-07-11T17:31:11.023Z Downloaded assert_matches v1.5.0
4972026-07-11T17:31:11.023Z Downloaded ascii-canvas v3.0.0
4982026-07-11T17:31:11.028Z Downloaded argon2 v0.6.0-rc.8
4992026-07-11T17:31:11.031Z Downloaded argon2 v0.5.3
5002026-07-11T17:31:11.034Z Downloaded crunchy v0.2.4
5012026-07-11T17:31:11.037Z Downloaded atomicwrites v0.4.4
5022026-07-11T17:31:11.037Z Downloaded async-stream-impl v0.3.6
5032026-07-11T17:31:11.037Z Downloaded async-recursion v1.1.1
5042026-07-11T17:31:11.040Z Downloaded darling_macro v0.23.0
5052026-07-11T17:31:11.040Z Downloaded atomic-waker v1.1.2
5062026-07-11T17:31:11.043Z Downloaded bitfield-macros v0.19.4
5072026-07-11T17:31:11.043Z Downloaded async-bb8-diesel v0.2.1
5082026-07-11T17:31:11.048Z Downloaded crossbeam-epoch v0.9.18
5092026-07-11T17:31:11.052Z Downloaded crc-catalog v2.4.0
5102026-07-11T17:31:11.052Z Downloaded crc v3.4.0
5112026-07-11T17:31:11.052Z Downloaded dirs-next v2.0.0
5122026-07-11T17:31:11.052Z Downloaded base16ct v0.2.0
5132026-07-11T17:31:11.055Z Downloaded bcrypt-pbkdf v0.11.0
5142026-07-11T17:31:11.055Z Downloaded darling_macro v0.20.11
5152026-07-11T17:31:11.055Z Downloaded curve25519-dalek-derive v0.1.1
5162026-07-11T17:31:11.061Z Downloaded cobs v0.3.0
5172026-07-11T17:31:11.061Z Downloaded defmt v0.3.100
5182026-07-11T17:31:11.061Z Downloaded bit-vec v0.6.3
5192026-07-11T17:31:11.065Z Downloaded atty v0.2.14
5202026-07-11T17:31:11.065Z Downloaded bitfield-struct v0.6.2
5212026-07-11T17:31:11.065Z Downloaded ciborium-io v0.2.2
5222026-07-11T17:31:11.065Z Downloaded bit-set v0.8.0
5232026-07-11T17:31:11.065Z Downloaded async-stream v0.3.6
5242026-07-11T17:31:11.068Z Downloaded cpufeatures v0.3.0
5252026-07-11T17:31:11.068Z Downloaded bb8 v0.8.6
5262026-07-11T17:31:11.068Z Downloaded arrayvec v0.7.6
5272026-07-11T17:31:11.071Z Downloaded display-error-chain v0.2.2
5282026-07-11T17:31:11.072Z Downloaded bit-set v0.5.3
5292026-07-11T17:31:11.072Z Downloaded aead v0.6.1
5302026-07-11T17:31:11.074Z Downloaded debug-ignore v1.0.5
5312026-07-11T17:31:11.075Z Downloaded dunce v1.0.5
5322026-07-11T17:31:11.077Z Downloaded darling_macro v0.13.4
5332026-07-11T17:31:11.078Z Downloaded cstr-argument v0.1.2
5342026-07-11T17:31:11.078Z Downloaded crc8 v0.1.1
5352026-07-11T17:31:11.078Z Downloaded cpubits v0.1.1
5362026-07-11T17:31:11.081Z Downloaded base16ct v1.0.0
5372026-07-11T17:31:11.084Z Downloaded ctutils v0.4.2
5382026-07-11T17:31:11.084Z Downloaded ctr v0.10.1
5392026-07-11T17:31:11.088Z Downloaded crypto-common v0.2.2
5402026-07-11T17:31:11.089Z Downloaded crc32fast v1.5.0
5412026-07-11T17:31:11.089Z Downloaded castaway v0.2.4
5422026-07-11T17:31:11.092Z Downloaded bitflags v1.3.2
5432026-07-11T17:31:11.092Z Downloaded base64ct v1.8.3
5442026-07-11T17:31:11.095Z Downloaded dyn-clone v1.0.20
5452026-07-11T17:31:11.095Z Downloaded async-trait v0.1.89
5462026-07-11T17:31:11.097Z Downloaded defmt-parser v1.0.0
5472026-07-11T17:31:11.097Z Downloaded array-init v0.0.4
5482026-07-11T17:31:11.103Z Downloaded dsl_auto_type v0.2.0
5492026-07-11T17:31:11.103Z Downloaded difflib v0.4.0
5502026-07-11T17:31:11.106Z Downloaded compression-core v0.4.31
5512026-07-11T17:31:11.106Z Downloaded anstyle-parse v0.2.7
5522026-07-11T17:31:11.106Z Downloaded bitfield v0.19.4
5532026-07-11T17:31:11.106Z Downloaded bcs v0.1.6
5542026-07-11T17:31:11.106Z Downloaded block-buffer v0.12.1
5552026-07-11T17:31:11.110Z Downloaded corncobs v0.1.4
5562026-07-11T17:31:11.110Z Downloaded embedded-io v0.4.0
5572026-07-11T17:31:11.110Z Downloaded crucible-workspace-hack v0.1.0
5582026-07-11T17:31:11.113Z Downloaded cfg_aliases v0.2.1
5592026-07-11T17:31:11.113Z Downloaded diesel_table_macro_syntax v0.3.0
5602026-07-11T17:31:11.113Z Downloaded ciborium-ll v0.2.2
5612026-07-11T17:31:11.116Z Downloaded block-padding v0.4.2
5622026-07-11T17:31:11.116Z Downloaded cfg_aliases v0.1.1
5632026-07-11T17:31:11.116Z Downloaded document-features v0.2.12
5642026-07-11T17:31:11.119Z Downloaded derive_builder_macro v0.20.2
5652026-07-11T17:31:11.119Z Downloaded darling_macro v0.21.3
5662026-07-11T17:31:11.119Z Downloaded convert_case v0.10.0
5672026-07-11T17:31:11.122Z Downloaded crossbeam-deque v0.8.6
5682026-07-11T17:31:11.122Z Downloaded critical-section v1.2.0
5692026-07-11T17:31:11.122Z Downloaded darling v0.13.4
5702026-07-11T17:31:11.125Z Downloaded csv-core v0.1.13
5712026-07-11T17:31:11.125Z Downloaded endian-type v0.1.2
5722026-07-11T17:31:11.129Z Downloaded daft v0.1.7
5732026-07-11T17:31:11.129Z Downloaded convert_case v0.4.0
5742026-07-11T17:31:11.133Z Downloaded anstream v0.6.21
5752026-07-11T17:31:11.136Z Downloaded chacha20 v0.9.1
5762026-07-11T17:31:11.136Z Downloaded dof v0.4.0
5772026-07-11T17:31:11.139Z Downloaded crossbeam-utils v0.8.21
5782026-07-11T17:31:11.139Z Downloaded dtrace-parser v0.3.0
5792026-07-11T17:31:11.142Z Downloaded dirs-sys-next v0.1.2
5802026-07-11T17:31:11.142Z Downloaded cipher v0.5.2
5812026-07-11T17:31:11.142Z Downloaded constant_time_eq v0.4.2
5822026-07-11T17:31:11.146Z Downloaded env_filter v1.0.0
5832026-07-11T17:31:11.146Z Downloaded enum-as-inner v0.6.1
5842026-07-11T17:31:11.149Z Downloaded cbc v0.2.1
5852026-07-11T17:31:11.149Z Downloaded cmov v0.5.4
5862026-07-11T17:31:11.149Z Downloaded embedded-io v0.6.1
5872026-07-11T17:31:11.152Z Downloaded dropshot-api-manager-types v0.7.2
5882026-07-11T17:31:11.152Z Downloaded cassowary v0.3.0
5892026-07-11T17:31:11.152Z Downloaded backoff v0.4.0
5902026-07-11T17:31:11.156Z Downloaded fd-lock v4.0.4
5912026-07-11T17:31:11.159Z Downloaded float-cmp v0.10.0
5922026-07-11T17:31:11.162Z Downloaded float-ord v0.3.2
5932026-07-11T17:31:11.162Z Downloaded flagset v0.4.7
5942026-07-11T17:31:11.166Z Downloaded funty v2.0.0
5952026-07-11T17:31:11.166Z Downloaded foreign-types-macros v0.2.3
5962026-07-11T17:31:11.166Z Downloaded data-encoding v2.10.0
5972026-07-11T17:31:11.169Z Downloaded foreign-types v0.5.0
5982026-07-11T17:31:11.169Z Downloaded foreign-types v0.3.2
5992026-07-11T17:31:11.169Z Downloaded fixedbitset v0.4.2
6002026-07-11T17:31:11.172Z Downloaded foreign-types-shared v0.1.1
6012026-07-11T17:31:11.175Z Downloaded form_urlencoded v1.2.2
6022026-07-11T17:31:11.175Z Downloaded daft-derive v0.1.7
6032026-07-11T17:31:11.178Z Downloaded defmt v1.0.1
6042026-07-11T17:31:11.181Z Downloaded downcast-rs v2.0.2
6052026-07-11T17:31:11.181Z Downloaded ed25519 v3.0.0
6062026-07-11T17:31:11.184Z Downloaded displaydoc v0.2.5
6072026-07-11T17:31:11.187Z Downloaded futures-macro v0.3.32
6082026-07-11T17:31:11.187Z Downloaded futures-io v0.3.32
6092026-07-11T17:31:11.187Z Downloaded futures-core v0.3.32
6102026-07-11T17:31:11.191Z Downloaded fxhash v0.2.1
6112026-07-11T17:31:11.191Z Downloaded futures-task v0.3.32
6122026-07-11T17:31:11.191Z Downloaded ecdsa v0.17.0-rc.18
6132026-07-11T17:31:11.194Z Downloaded derive-ex v0.1.8
6142026-07-11T17:31:11.194Z Downloaded cmake v0.1.57
6152026-07-11T17:31:11.197Z Downloaded byte-wrapper v0.1.0
6162026-07-11T17:31:11.197Z Downloaded blowfish v0.10.0
6172026-07-11T17:31:11.200Z Downloaded buf-list v1.1.2
6182026-07-11T17:31:11.200Z Downloaded cookie_store v0.22.1
6192026-07-11T17:31:11.203Z Downloaded ena v0.14.4
6202026-07-11T17:31:11.203Z Downloaded cipher v0.4.4
6212026-07-11T17:31:11.206Z Downloaded gethostname v0.5.0
6222026-07-11T17:31:11.206Z Downloaded der_derive v0.7.3
6232026-07-11T17:31:11.206Z Downloaded delegate v0.13.5
6242026-07-11T17:31:11.209Z Downloaded git-stub v1.0.0
6252026-07-11T17:31:11.209Z Downloaded ghash v0.6.0
6262026-07-11T17:31:11.209Z Downloaded backon v1.6.0
6272026-07-11T17:31:11.212Z Downloaded const_format_proc_macros v0.2.34
6282026-07-11T17:31:11.212Z Downloaded derive_builder_core v0.20.2
6292026-07-11T17:31:11.217Z Downloaded clang-sys v1.8.1
6302026-07-11T17:31:11.217Z Downloaded cexpr v0.6.0
6312026-07-11T17:31:11.220Z Downloaded digest v0.11.3
6322026-07-11T17:31:11.220Z Downloaded globwalk v0.9.1
6332026-07-11T17:31:11.220Z Downloaded bit-vec v0.8.0
6342026-07-11T17:31:11.224Z Downloaded ecdsa v0.16.9
6352026-07-11T17:31:11.225Z Downloaded const-oid v0.9.6
6362026-07-11T17:31:11.229Z Downloaded colored v2.2.0
6372026-07-11T17:31:11.229Z Downloaded bzip2 v0.6.1
6382026-07-11T17:31:11.232Z Downloaded hash32 v0.3.1
6392026-07-11T17:31:11.232Z Downloaded hash32 v0.2.1
6402026-07-11T17:31:11.232Z Downloaded filetime v0.2.27
6412026-07-11T17:31:11.232Z Downloaded fallible-iterator v0.2.0
6422026-07-11T17:31:11.232Z Downloaded ar_archive_writer v0.5.1
6432026-07-11T17:31:11.235Z Downloaded hex v0.4.3
6442026-07-11T17:31:11.238Z Downloaded ff v0.14.0
6452026-07-11T17:31:11.239Z Downloaded arc-swap v1.8.2
6462026-07-11T17:31:11.242Z Downloaded hex-literal v1.1.0
6472026-07-11T17:31:11.242Z Downloaded http-body v1.0.1
6482026-07-11T17:31:11.245Z Downloaded foldhash v0.1.5
6492026-07-11T17:31:11.245Z Downloaded fs_extra v1.3.0
6502026-07-11T17:31:11.245Z Downloaded fs-err v2.11.0
6512026-07-11T17:31:11.248Z Downloaded foldhash v0.2.0
6522026-07-11T17:31:11.248Z Downloaded darling v0.21.3
6532026-07-11T17:31:11.251Z Downloaded ed25519 v2.2.3
6542026-07-11T17:31:11.254Z Downloaded derive_builder v0.20.2
6552026-07-11T17:31:11.257Z Downloaded hubpack_derive v0.1.1
6562026-07-11T17:31:11.257Z Downloaded hubpack v0.1.2
6572026-07-11T17:31:11.260Z Downloaded httpdate v1.0.3
6582026-07-11T17:31:11.260Z Downloaded diff v0.1.13
6592026-07-11T17:31:11.263Z Downloaded derive-where v1.6.0
6602026-07-11T17:31:11.263Z Downloaded darling_core v0.13.4
6612026-07-11T17:31:11.266Z Downloaded colored v3.1.1
6622026-07-11T17:31:11.270Z Downloaded ciborium v0.2.2
6632026-07-11T17:31:11.273Z Downloaded group v0.13.0
6642026-07-11T17:31:11.273Z Downloaded hyper-tls v0.6.0
6652026-07-11T17:31:11.273Z Downloaded enum_dispatch v0.3.13
6662026-07-11T17:31:11.276Z Downloaded git-stub-vcs v0.1.0
6672026-07-11T17:31:11.276Z Downloaded console v0.16.2
6682026-07-11T17:31:11.279Z Downloaded glob v0.3.3
6692026-07-11T17:31:11.279Z Downloaded blake2 v0.11.0-rc.6
6702026-07-11T17:31:11.282Z Downloaded blake2 v0.10.6
6712026-07-11T17:31:11.285Z Downloaded illumos-nvpair-sys v0.2.0
6722026-07-11T17:31:11.285Z Downloaded illumos-nvpair v0.3.0
6732026-07-11T17:31:11.285Z Downloaded indent_write v2.2.0
6742026-07-11T17:31:11.288Z Downloaded indoc v1.0.9
6752026-07-11T17:31:11.289Z Downloaded ident_case v1.0.1
6762026-07-11T17:31:11.289Z Downloaded group v0.14.0
6772026-07-11T17:31:11.292Z Downloaded globset v0.4.18
6782026-07-11T17:31:11.292Z Downloaded env_logger v0.11.9
6792026-07-11T17:31:11.296Z Downloaded deranged v0.5.8
6802026-07-11T17:31:11.296Z Downloaded idna_adapter v1.2.1
6812026-07-11T17:31:11.300Z Downloaded defmt-macros v1.0.1
6822026-07-11T17:31:11.300Z Downloaded ahash v0.8.12
6832026-07-11T17:31:11.300Z Downloaded console v0.15.11
6842026-07-11T17:31:11.304Z Downloaded internet-checksum v0.2.1
6852026-07-11T17:31:11.304Z Downloaded instant v0.1.13
6862026-07-11T17:31:11.304Z Downloaded des v0.9.0
6872026-07-11T17:31:11.308Z Downloaded base64 v0.22.1
6882026-07-11T17:31:11.311Z Downloaded highway v1.3.0
6892026-07-11T17:31:11.311Z Downloaded inout v0.1.4
6902026-07-11T17:31:11.311Z Downloaded home v0.5.12
6912026-07-11T17:31:11.314Z Downloaded chacha20 v0.10.0
6922026-07-11T17:31:11.314Z Downloaded is-terminal v0.4.17
6932026-07-11T17:31:11.314Z Downloaded is_ci v1.2.0
6942026-07-11T17:31:11.319Z Downloaded instability v0.3.11
6952026-07-11T17:31:11.319Z Downloaded crc-any v2.5.0
6962026-07-11T17:31:11.322Z Downloaded inout v0.2.2
6972026-07-11T17:31:11.322Z Downloaded futures-channel v0.3.32
6982026-07-11T17:31:11.322Z Downloaded elliptic-curve v0.14.0-rc.33
6992026-07-11T17:31:11.325Z Downloaded darling_core v0.23.0
7002026-07-11T17:31:11.328Z Downloaded darling_core v0.20.11
7012026-07-11T17:31:11.331Z Downloaded getrandom v0.2.17
7022026-07-11T17:31:11.334Z Downloaded kem v0.3.0
7032026-07-11T17:31:11.334Z Downloaded derive_more v0.99.20
7042026-07-11T17:31:11.337Z Downloaded half v1.8.3
7052026-07-11T17:31:11.340Z Downloaded http-body-util v0.1.3
7062026-07-11T17:31:11.340Z Downloaded kstat-rs v0.2.4
7072026-07-11T17:31:11.345Z Downloaded keccak v0.1.6
7082026-07-11T17:31:11.345Z Downloaded hyper-staticfile v0.10.1
7092026-07-11T17:31:11.345Z Downloaded lalrpop-util v0.19.12
7102026-07-11T17:31:11.345Z Downloaded elliptic-curve v0.13.8
7112026-07-11T17:31:11.348Z Downloaded const-oid v0.10.2
7122026-07-11T17:31:11.351Z Downloaded libscf-sys v1.1.0
7132026-07-11T17:31:11.351Z Downloaded ingot v0.1.1
7142026-07-11T17:31:11.351Z Downloaded managed v0.8.0
7152026-07-11T17:31:11.354Z Downloaded fatfs v0.3.6
7162026-07-11T17:31:11.354Z Downloaded md-5 v0.10.6
7172026-07-11T17:31:11.357Z Downloaded indoc v2.0.7
7182026-07-11T17:31:11.357Z Downloaded maybe-uninit v2.0.0
7192026-07-11T17:31:11.360Z Downloaded md5 v0.8.0
7202026-07-11T17:31:11.360Z Downloaded lazy_static v1.5.0
7212026-07-11T17:31:11.363Z Downloaded ipnet v2.11.0
7222026-07-11T17:31:11.363Z Downloaded match_cfg v0.1.0
7232026-07-11T17:31:11.363Z Downloaded maplit v1.0.2
7242026-07-11T17:31:11.366Z Downloaded impl-trait-for-tuples v0.2.3
7252026-07-11T17:31:11.366Z Downloaded linked-hash-map v0.5.6
7262026-07-11T17:31:11.369Z Downloaded lru-cache v0.1.2
7272026-07-11T17:31:11.369Z Downloaded ingot-types v0.1.2
7282026-07-11T17:31:11.369Z Downloaded ipnetwork v0.21.1
7292026-07-11T17:31:11.372Z Downloaded drift v0.2.0
7302026-07-11T17:31:11.376Z Downloaded hmac v0.12.1
7312026-07-11T17:31:11.379Z Downloaded futures v0.3.32
7322026-07-11T17:31:11.382Z Downloaded cancel-safe-futures v0.1.5
7332026-07-11T17:31:11.382Z Downloaded bzip2 v0.4.4
7342026-07-11T17:31:11.385Z Downloaded memoffset v0.9.1
7352026-07-11T17:31:11.385Z Downloaded newline-converter v0.3.0
7362026-07-11T17:31:11.388Z Downloaded new_debug_unreachable v1.0.6
7372026-07-11T17:31:11.388Z Downloaded const_format v0.2.35
7382026-07-11T17:31:11.391Z Downloaded mime v0.3.17
7392026-07-11T17:31:11.391Z Downloaded lzss v0.8.2
7402026-07-11T17:31:11.391Z Downloaded lru-slab v0.1.2
7412026-07-11T17:31:11.395Z Downloaded httparse v1.10.1
7422026-07-11T17:31:11.395Z Downloaded chacha20poly1305 v0.10.1
7432026-07-11T17:31:11.398Z Downloaded lru v0.12.5
7442026-07-11T17:31:11.398Z Downloaded cookie v0.18.1
7452026-07-11T17:31:11.398Z Downloaded http-range v0.1.5
7462026-07-11T17:31:11.398Z Downloaded hostname v0.3.1
7472026-07-11T17:31:11.437Z Downloaded nibble_vec v0.1.0
7482026-07-11T17:31:11.437Z Downloaded hybrid-array v0.4.13
7492026-07-11T17:31:11.437Z Downloaded multimap v0.10.1
7502026-07-11T17:31:11.437Z Downloaded getrandom v0.3.4
7512026-07-11T17:31:11.437Z Downloaded newtype_derive v0.1.6
7522026-07-11T17:31:11.437Z Downloaded newtype-uuid-macros v0.1.0
7532026-07-11T17:31:11.437Z Downloaded nonempty v0.12.0
7542026-07-11T17:31:11.437Z Downloaded num-derive v0.4.2
7552026-07-11T17:31:11.437Z Downloaded num-conv v0.2.0
7562026-07-11T17:31:11.437Z Downloaded num v0.4.3
7572026-07-11T17:31:11.437Z Downloaded generic-array v1.4.3
7582026-07-11T17:31:11.437Z Downloaded hyper-rustls v0.27.7
7592026-07-11T17:31:11.437Z Downloaded nodrop v0.1.14
7602026-07-11T17:31:11.437Z Downloaded libloading v0.8.9
7612026-07-11T17:31:11.437Z Downloaded keccak v0.2.0
7622026-07-11T17:31:11.437Z Downloaded iana-time-zone v0.1.65
7632026-07-11T17:31:11.437Z Downloaded num-derive v0.3.3
7642026-07-11T17:31:11.437Z Downloaded normalize-line-endings v0.3.0
7652026-07-11T17:31:11.437Z Downloaded lock_api v0.4.14
7662026-07-11T17:31:11.437Z Downloaded num_threads v0.1.7
7672026-07-11T17:31:11.437Z Downloaded bumpalo v3.20.2
7682026-07-11T17:31:11.437Z Downloaded openssl-probe v0.2.1
7692026-07-11T17:31:11.438Z Downloaded openssl-probe v0.1.6
7702026-07-11T17:31:11.438Z Downloaded half v2.7.1
7712026-07-11T17:31:11.438Z Downloaded oso-derive v0.27.3
7722026-07-11T17:31:11.438Z Downloaded opaque-debug v0.3.1
7732026-07-11T17:31:11.438Z Downloaded libsw-core v0.3.2
7742026-07-11T17:31:11.438Z Downloaded libsw v3.5.0
7752026-07-11T17:31:11.438Z Downloaded humantime v2.3.0
7762026-07-11T17:31:11.438Z Downloaded libefi-sys v0.1.0
7772026-07-11T17:31:11.442Z Downloaded darling_core v0.21.3
7782026-07-11T17:31:11.442Z Downloaded linear-map v1.2.0
7792026-07-11T17:31:11.442Z Downloaded crypto-bigint v0.5.5
7802026-07-11T17:31:11.445Z Downloaded num_enum_derive v0.5.11
7812026-07-11T17:31:11.445Z Downloaded futures-sink v0.3.32
7822026-07-11T17:31:11.445Z Downloaded futures-executor v0.3.32
7832026-07-11T17:31:11.448Z Downloaded either v1.15.0
7842026-07-11T17:31:11.448Z Downloaded darling v0.23.0
7852026-07-11T17:31:11.451Z Downloaded darling v0.20.11
7862026-07-11T17:31:11.454Z Downloaded hmac v0.13.0
7872026-07-11T17:31:11.454Z Downloaded flume v0.11.1
7882026-07-11T17:31:11.457Z Downloaded ingot-macros v0.1.1
7892026-07-11T17:31:11.457Z Downloaded crossterm v0.28.1
7902026-07-11T17:31:11.461Z Downloaded olpc-cjson v0.1.4
7912026-07-11T17:31:11.464Z Downloaded module-lattice v0.2.3
7922026-07-11T17:31:11.464Z Downloaded mime_guess v2.0.5
7932026-07-11T17:31:11.464Z Downloaded bytes v1.11.1
7942026-07-11T17:31:11.467Z Downloaded dropshot_endpoint v0.17.1
7952026-07-11T17:31:11.470Z Downloaded newtype-uuid v1.3.2
7962026-07-11T17:31:11.470Z Downloaded nanorand v0.7.0
7972026-07-11T17:31:11.473Z Downloaded crossbeam-channel v0.5.15
7982026-07-11T17:31:11.476Z Downloaded packed_struct_codegen v0.10.1
7992026-07-11T17:31:11.476Z Downloaded compact_str v0.8.1
8002026-07-11T17:31:11.480Z Downloaded parse-display v0.10.0
8012026-07-11T17:31:11.480Z Downloaded async-compression v0.4.41
8022026-07-11T17:31:11.483Z Downloaded jobserver v0.1.34
8032026-07-11T17:31:11.496Z Downloaded peg-runtime v0.8.5
8042026-07-11T17:31:11.499Z Downloaded litemap v0.8.1
8052026-07-11T17:31:11.499Z Downloaded headers v0.4.1
8062026-07-11T17:31:11.502Z Downloaded openssl-macros v0.1.1
8072026-07-11T17:31:11.505Z Downloaded litrs v1.0.0
8082026-07-11T17:31:11.505Z Downloaded num_enum v0.5.11
8092026-07-11T17:31:11.508Z Downloaded num-rational v0.4.2
8102026-07-11T17:31:11.508Z Downloaded ignore v0.4.25
8112026-07-11T17:31:11.511Z Downloaded base64 v0.21.7
8122026-07-11T17:31:11.514Z Downloaded derive_more v2.1.1
8132026-07-11T17:31:11.520Z Downloaded password-hash v0.6.1
8142026-07-11T17:31:11.523Z Downloaded num_enum_derive v0.7.6
8152026-07-11T17:31:11.523Z Downloaded der v0.7.10
8162026-07-11T17:31:11.526Z Downloaded flate2 v1.1.9
8172026-07-11T17:31:11.530Z Downloaded heapless v0.8.0
8182026-07-11T17:31:11.530Z Downloaded memmap2 v0.9.10
8192026-07-11T17:31:11.535Z Downloaded heapless v0.7.17
8202026-07-11T17:31:11.535Z Downloaded oxnet v0.1.6
8212026-07-11T17:31:11.538Z Downloaded phf_shared v0.12.1
8222026-07-11T17:31:11.538Z Downloaded phf_shared v0.13.1
8232026-07-11T17:31:11.538Z Downloaded phf_shared v0.11.3
8242026-07-11T17:31:11.538Z Downloaded oxide-tokio-rt v0.1.4
8252026-07-11T17:31:11.538Z Downloaded owo-colors v4.3.0
8262026-07-11T17:31:11.541Z Downloaded multer v3.1.0
8272026-07-11T17:31:11.541Z Downloaded parse-size v1.1.0
8282026-07-11T17:31:11.544Z Downloaded powerfmt v0.2.0
8292026-07-11T17:31:11.544Z Downloaded num_enum v0.7.6
8302026-07-11T17:31:11.547Z Downloaded predicates-core v1.0.10
8312026-07-11T17:31:11.547Z Downloaded native-tls v0.2.18
8322026-07-11T17:31:11.547Z Downloaded num-iter v0.1.45
8332026-07-11T17:31:11.550Z Downloaded num-integer v0.1.46
8342026-07-11T17:31:11.550Z Downloaded num-complex v0.4.6
8352026-07-11T17:31:11.551Z Downloaded indexmap v1.9.3
8362026-07-11T17:31:11.554Z Downloaded packed_struct v0.10.1
8372026-07-11T17:31:11.554Z Downloaded nu-ansi-term v0.50.3
8382026-07-11T17:31:11.557Z Downloaded precomputed-hash v0.1.1
8392026-07-11T17:31:11.557Z Downloaded icu_properties v2.1.2
8402026-07-11T17:31:11.557Z Downloaded ed25519-dalek v2.2.0
8412026-07-11T17:31:11.561Z Downloaded predicates-tree v1.0.13
8422026-07-11T17:31:11.561Z Downloaded potential_utf v0.1.4
8432026-07-11T17:31:11.564Z Downloaded hostname v0.4.2
8442026-07-11T17:31:11.564Z Downloaded paste v1.0.15
8452026-07-11T17:31:11.567Z Downloaded fixedbitset v0.5.7
8462026-07-11T17:31:11.567Z Downloaded peg v0.8.5
8472026-07-11T17:31:11.570Z Downloaded find-msvc-tools v0.1.9
8482026-07-11T17:31:11.570Z Downloaded icu_locale_core v2.1.1
8492026-07-11T17:31:11.573Z Downloaded proc-macro-crate v1.3.1
8502026-07-11T17:31:11.576Z Downloaded proc-macro-crate v3.4.0
8512026-07-11T17:31:11.576Z Downloaded libbz2-rs-sys v0.2.2
8522026-07-11T17:31:11.580Z Downloaded icu_normalizer_data v2.1.1
8532026-07-11T17:31:11.581Z Downloaded expectorate v1.2.0
8542026-07-11T17:31:11.581Z Downloaded pbkdf2 v0.13.0
8552026-07-11T17:31:11.584Z Downloaded pkg-config v0.3.32
8562026-07-11T17:31:11.584Z Downloaded phf v0.13.1
8572026-07-11T17:31:11.584Z Downloaded progenitor-macro v0.13.0
8582026-07-11T17:31:11.584Z Downloaded phf v0.12.1
8592026-07-11T17:31:11.589Z Downloaded phc v0.6.1
8602026-07-11T17:31:11.589Z Downloaded percent-encoding v2.3.2
8612026-07-11T17:31:11.589Z Downloaded pem-rfc7468 v1.0.0
8622026-07-11T17:31:11.589Z Downloaded psl-types v2.0.11
8632026-07-11T17:31:11.592Z Downloaded progenitor-macro v0.14.0
8642026-07-11T17:31:11.592Z Downloaded proc-macro-error-attr2 v2.0.0
8652026-07-11T17:31:11.592Z Downloaded pem-rfc7468 v0.7.0
8662026-07-11T17:31:11.592Z Downloaded pem v3.0.6
8672026-07-11T17:31:11.598Z Downloaded pin-project-internal v1.1.11
8682026-07-11T17:31:11.598Z Downloaded pkcs8 v0.10.2
8692026-07-11T17:31:11.598Z Downloaded icu_provider v2.1.1
8702026-07-11T17:31:11.598Z Downloaded path-slash v0.1.5
8712026-07-11T17:31:11.602Z Downloaded aes v0.9.1
8722026-07-11T17:31:11.602Z Downloaded password-hash v0.5.0
8732026-07-11T17:31:11.608Z Downloaded indicatif v0.18.4
8742026-07-11T17:31:11.608Z Downloaded hickory-resolver v0.25.2
8752026-07-11T17:31:11.617Z Downloaded hickory-resolver v0.24.4
8762026-07-11T17:31:11.617Z Downloaded ml-kem v0.3.2
8772026-07-11T17:31:11.617Z Downloaded quick-error v1.2.3
8782026-07-11T17:31:11.617Z Downloaded polyval v0.7.1
8792026-07-11T17:31:11.617Z Downloaded icu_normalizer v2.1.1
8802026-07-11T17:31:11.617Z Downloaded poly1305 v0.8.0
8812026-07-11T17:31:11.620Z Downloaded headers-core v0.3.0
8822026-07-11T17:31:11.620Z Downloaded ff v0.13.1
8832026-07-11T17:31:11.620Z Downloaded erased-serde v0.3.31
8842026-07-11T17:31:11.623Z Downloaded allocator-api2 v0.2.21
8852026-07-11T17:31:11.623Z Downloaded diesel-dtrace v0.5.0
8862026-07-11T17:31:11.627Z Downloaded camino-tempfile-ext v0.3.3
8872026-07-11T17:31:11.627Z Downloaded parking_lot v0.11.2
8882026-07-11T17:31:11.630Z Downloaded compression-codecs v0.4.37
8892026-07-11T17:31:11.630Z Downloaded ppv-lite86 v0.2.21
8902026-07-11T17:31:11.630Z Downloaded foreign-types-shared v0.3.1
8912026-07-11T17:31:11.633Z Downloaded parking_lot v0.12.5
8922026-07-11T17:31:11.636Z Downloaded rand_chacha v0.3.1
8932026-07-11T17:31:11.636Z Downloaded primeorder v0.14.0-rc.10
8942026-07-11T17:31:11.636Z Downloaded primefield v0.14.0
8952026-07-11T17:31:11.640Z Downloaded postgres-protocol v0.6.10
8962026-07-11T17:31:11.640Z Downloaded parking_lot_core v0.8.6
8972026-07-11T17:31:11.642Z Downloaded primeorder v0.13.6
8982026-07-11T17:31:11.643Z Downloaded parse-display-derive v0.10.0
8992026-07-11T17:31:11.643Z Downloaded parking_lot_core v0.9.12
9002026-07-11T17:31:11.645Z Downloaded peg-macros v0.8.5
9012026-07-11T17:31:11.648Z Downloaded rand_xorshift v0.4.0
9022026-07-11T17:31:11.648Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-11T17:31:11.648Z Downloaded recursive v0.1.1
9042026-07-11T17:31:11.651Z Downloaded omicron-zone-package v0.12.3
9052026-07-11T17:31:11.656Z Downloaded progenitor-extras v0.2.0
9062026-07-11T17:31:11.658Z Downloaded ref-cast v1.0.25
9072026-07-11T17:31:11.658Z Downloaded psm v0.1.30
9082026-07-11T17:31:11.661Z Downloaded ref-cast-impl v1.0.25
9092026-07-11T17:31:11.661Z Downloaded progenitor-client v0.14.0
9102026-07-11T17:31:11.661Z Downloaded progenitor-client v0.13.0
9112026-07-11T17:31:11.661Z Downloaded progenitor v0.13.0
9122026-07-11T17:31:11.665Z Downloaded proc-macro-error2 v2.0.1
9132026-07-11T17:31:11.665Z Downloaded progenitor v0.14.0
9142026-07-11T17:31:11.668Z Downloaded rfc6979 v0.5.0
9152026-07-11T17:31:11.668Z Downloaded rfc6979 v0.4.0
9162026-07-11T17:31:11.668Z Downloaded oso v0.27.3
9172026-07-11T17:31:11.670Z Downloaded hashbrown v0.13.2
9182026-07-11T17:31:11.673Z Downloaded hashbrown v0.12.3
9192026-07-11T17:31:11.676Z Downloaded ed25519-dalek v3.0.0-rc.0
9202026-07-11T17:31:11.679Z Downloaded pkcs1 v0.8.0-rc.4
9212026-07-11T17:31:11.679Z Downloaded pkcs1 v0.7.5
9222026-07-11T17:31:11.684Z Downloaded poly1305 v0.9.0
9232026-07-11T17:31:11.684Z Downloaded pkcs8 v0.11.0
9242026-07-11T17:31:11.687Z Downloaded rand_seeder v0.4.0
9252026-07-11T17:31:11.687Z Downloaded russh-util v0.52.0
9262026-07-11T17:31:11.687Z Downloaded rand_chacha v0.9.0
9272026-07-11T17:31:11.687Z Downloaded pin-project-lite v0.2.17
9282026-07-11T17:31:11.690Z Downloaded rustc-hash v2.1.1
9292026-07-11T17:31:11.690Z Downloaded rustc_version v0.4.1
9302026-07-11T17:31:11.693Z Downloaded rustc_version v0.1.7
9312026-07-11T17:31:11.693Z Downloaded rtoolbox v0.0.3
9322026-07-11T17:31:11.693Z Downloaded rand_core v0.10.0
9332026-07-11T17:31:11.697Z Downloaded cc v1.2.56
9342026-07-11T17:31:11.697Z Downloaded diesel_derives v2.3.7
9352026-07-11T17:31:11.700Z Downloaded r2d2 v0.8.10
9362026-07-11T17:31:11.703Z Downloaded rand_core v0.6.4
9372026-07-11T17:31:11.703Z Downloaded radium v0.7.0
9382026-07-11T17:31:11.704Z Downloaded scheduled-thread-pool v0.2.7
9392026-07-11T17:31:11.719Z Downloaded predicates v3.1.4
9402026-07-11T17:31:11.719Z Downloaded rand_core v0.9.5
9412026-07-11T17:31:11.719Z Downloaded jiff-static v0.2.21
9422026-07-11T17:31:11.719Z Downloaded postgres-types v0.2.12
9432026-07-11T17:31:11.719Z Downloaded papergrid v0.17.0
9442026-07-11T17:31:11.719Z Downloaded derive_more-impl v2.1.1
9452026-07-11T17:31:11.719Z Downloaded scopeguard v1.2.0
9462026-07-11T17:31:11.723Z Downloaded russh-cryptovec v0.61.0
9472026-07-11T17:31:11.723Z Downloaded icu_collections v2.1.1
9482026-07-11T17:31:11.727Z Downloaded miniz_oxide v0.8.9
9492026-07-11T17:31:11.733Z Downloaded sapling-renderdag v0.1.0
9502026-07-11T17:31:11.736Z Downloaded der v0.8.0
9512026-07-11T17:31:11.736Z Downloaded resolv-conf v0.7.6
9522026-07-11T17:31:11.736Z Downloaded serde-big-array v0.5.1
9532026-07-11T17:31:11.739Z Downloaded seq-macro v0.3.6
9542026-07-11T17:31:11.739Z Downloaded num-traits v0.2.19
9552026-07-11T17:31:11.750Z Downloaded aes-gcm v0.11.0
9562026-07-11T17:31:11.753Z Downloaded http v1.4.2
9572026-07-11T17:31:11.759Z Downloaded hickory-server v0.25.2
9582026-07-11T17:31:11.762Z Downloaded postcard v1.1.3
9592026-07-11T17:31:11.762Z Downloaded scroll_derive v0.13.1
9602026-07-11T17:31:11.762Z Downloaded secrecy v0.8.0
9612026-07-11T17:31:11.762Z Downloaded serde_bytes v0.11.19
9622026-07-11T17:31:11.765Z Downloaded same-file v1.0.6
9632026-07-11T17:31:11.765Z Downloaded serde_urlencoded v0.7.1
9642026-07-11T17:31:11.765Z Downloaded semver v0.1.20
9652026-07-11T17:31:11.768Z Downloaded pkcs5 v0.8.1
9662026-07-11T17:31:11.771Z Downloaded serde_spanned v1.1.1
9672026-07-11T17:31:11.778Z Downloaded signature v2.2.0
9682026-07-11T17:31:11.781Z Downloaded quinn-udp v0.5.14
9692026-07-11T17:31:11.781Z Downloaded signature v3.0.0
9702026-07-11T17:31:11.785Z Downloaded serde_repr v0.1.20
9712026-07-11T17:31:11.788Z Downloaded sha1 v0.11.0
9722026-07-11T17:31:11.788Z Downloaded sha1 v0.10.6
9732026-07-11T17:31:11.791Z Downloaded scrypt v0.12.0
9742026-07-11T17:31:11.794Z Downloaded signal-hook-mio v0.2.5
9752026-07-11T17:31:11.794Z Downloaded signal-hook-tokio v0.3.1
9762026-07-11T17:31:11.794Z Downloaded sec1 v0.7.3
9772026-07-11T17:31:11.797Z Downloaded scroll v0.13.0
9782026-07-11T17:31:11.797Z Downloaded schemars_derive v0.8.22
9792026-07-11T17:31:11.800Z Downloaded rustls-pemfile v2.2.0
9802026-07-11T17:31:11.800Z Downloaded rustls-native-certs v0.8.3
9812026-07-11T17:31:11.804Z Downloaded openssl-sys v0.9.115
9822026-07-11T17:31:11.807Z Downloaded rustversion v1.0.22
9832026-07-11T17:31:11.812Z Downloaded secrecy v0.10.3
9842026-07-11T17:31:11.815Z Downloaded shell-words v1.1.1
9852026-07-11T17:31:11.815Z Downloaded serde-hex v0.1.0
9862026-07-11T17:31:11.815Z Downloaded aho-corasick v1.1.4
9872026-07-11T17:31:11.819Z Downloaded slog-envlogger v2.2.0
9882026-07-11T17:31:11.823Z Downloaded sigpipe v0.1.3
9892026-07-11T17:31:11.823Z Downloaded slog-bunyan v2.5.0
9902026-07-11T17:31:11.826Z Downloaded minimal-lexical v0.2.1
9912026-07-11T17:31:11.826Z Downloaded internal-russh-num-bigint v0.5.0
9922026-07-11T17:31:11.830Z Downloaded dropshot-api-manager v0.7.2
9932026-07-11T17:31:11.834Z Downloaded pin-project v1.1.11
9942026-07-11T17:31:11.842Z Downloaded itertools v0.10.5
9952026-07-11T17:31:11.845Z Downloaded serde_path_to_error v0.1.20
9962026-07-11T17:31:11.849Z Downloaded serde_derive_internals v0.29.1
9972026-07-11T17:31:11.849Z Downloaded sec1 v0.8.1
9982026-07-11T17:31:11.849Z Downloaded prefix-trie v0.7.0
9992026-07-11T17:31:11.852Z Downloaded prettyplease v0.2.37
10002026-07-11T17:31:11.856Z Downloaded crossterm v0.29.0
10012026-07-11T17:31:11.860Z Downloaded serde_with_macros v1.5.2
10022026-07-11T17:31:11.860Z Downloaded sqlparser_derive v0.5.0
10032026-07-11T17:31:11.860Z Downloaded p256 v0.14.0-rc.10
10042026-07-11T17:31:11.863Z Downloaded p384 v0.14.0-rc.10
10052026-07-11T17:31:11.863Z Downloaded shlex v1.3.0
10062026-07-11T17:31:11.866Z Downloaded slab v0.4.12
10072026-07-11T17:31:11.869Z Downloaded pretty_assertions v1.4.1
10082026-07-11T17:31:11.869Z Downloaded siphasher v1.0.2
10092026-07-11T17:31:11.869Z Downloaded signal-hook-registry v1.4.8
10102026-07-11T17:31:11.872Z Downloaded serde_plain v1.0.2
10112026-07-11T17:31:11.872Z Downloaded rcgen v0.12.1
10122026-07-11T17:31:11.875Z Downloaded serdect v0.4.3
10132026-07-11T17:31:11.875Z Downloaded num-bigint v0.4.6
10142026-07-11T17:31:11.879Z Downloaded hyper-util v0.1.20
10152026-07-11T17:31:11.882Z Downloaded salsa20 v0.11.0
10162026-07-11T17:31:11.882Z Downloaded rusty-fork v0.3.1
10172026-07-11T17:31:11.885Z Downloaded rustls-pki-types v1.14.0
10182026-07-11T17:31:11.885Z Downloaded smf v0.2.3
10192026-07-11T17:31:11.887Z Downloaded slog-term v2.9.2
10202026-07-11T17:31:11.887Z Downloaded structmeta v0.3.0
10212026-07-11T17:31:11.891Z Downloaded stable_deref_trait v1.2.1
10222026-07-11T17:31:11.891Z Downloaded strum v0.26.3
10232026-07-11T17:31:11.891Z Downloaded snafu-derive v0.8.9
10242026-07-11T17:31:11.891Z Downloaded slog-stdlog v4.1.1
10252026-07-11T17:31:11.894Z Downloaded slog-scope v4.4.1
10262026-07-11T17:31:11.894Z Downloaded slog-json v2.6.1
10272026-07-11T17:31:11.894Z Downloaded hashbrown v0.15.5
10282026-07-11T17:31:11.897Z Downloaded slog-dtrace v0.3.0
10292026-07-11T17:31:11.902Z Downloaded simd-adler32 v0.3.8
10302026-07-11T17:31:11.902Z Downloaded slog-async v2.8.0
10312026-07-11T17:31:11.905Z Downloaded mio v1.2.0
10322026-07-11T17:31:11.905Z Downloaded structmeta-derive v0.3.0
10332026-07-11T17:31:11.905Z Downloaded strip-ansi-escapes v0.2.1
10342026-07-11T17:31:11.910Z Downloaded strum v0.27.2
10352026-07-11T17:31:11.913Z Downloaded spki v0.8.0
10362026-07-11T17:31:11.913Z Downloaded spki v0.7.3
10372026-07-11T17:31:11.916Z Downloaded progenitor-impl v0.14.0
10382026-07-11T17:31:11.916Z Downloaded schemars v0.8.22
10392026-07-11T17:31:11.922Z Downloaded smallvec v0.6.14
10402026-07-11T17:31:11.926Z Downloaded sync_wrapper v1.0.2
10412026-07-11T17:31:11.926Z Downloaded supports-color v3.0.2
10422026-07-11T17:31:11.926Z Downloaded subtle v2.6.1
10432026-07-11T17:31:11.929Z Downloaded ron v0.8.1
10442026-07-11T17:31:11.933Z Downloaded tagptr v0.2.0
10452026-07-11T17:31:11.933Z Downloaded sync-ptr v0.1.4
10462026-07-11T17:31:11.933Z Downloaded ssh-encoding v0.3.0-rc.9
10472026-07-11T17:31:11.936Z Downloaded ssh-cipher v0.3.0-rc.9
10482026-07-11T17:31:11.936Z Downloaded serde_with_macros v3.17.0
10492026-07-11T17:31:11.941Z Downloaded tap v1.0.1
10502026-07-11T17:31:11.941Z Downloaded static_assertions v1.1.0
10512026-07-11T17:31:11.942Z Downloaded progenitor-impl v0.13.0
10522026-07-11T17:31:11.945Z Downloaded idna v1.1.0
10532026-07-11T17:31:11.945Z Downloaded tabled_derive v0.11.0
10542026-07-11T17:31:11.945Z Downloaded take_mut v0.2.2
10552026-07-11T17:31:11.945Z Downloaded tabwriter v1.4.1
10562026-07-11T17:31:11.949Z Downloaded nom v7.1.3
10572026-07-11T17:31:11.953Z Downloaded quinn v0.11.9
10582026-07-11T17:31:11.953Z Downloaded qorb v0.4.1
10592026-07-11T17:31:11.956Z Downloaded thiserror-impl-no-std v2.0.2
10602026-07-11T17:31:11.956Z Downloaded testing_table v0.3.0
10612026-07-11T17:31:11.959Z Downloaded strsim v0.10.0
10622026-07-11T17:31:11.959Z Downloaded sha2 v0.11.0
10632026-07-11T17:31:11.962Z Downloaded ryu v1.0.23
10642026-07-11T17:31:11.965Z Downloaded termtree v0.5.1
10652026-07-11T17:31:11.965Z Downloaded strum_macros v0.26.4
10662026-07-11T17:31:11.965Z Downloaded rand v0.8.6
10672026-07-11T17:31:11.968Z Downloaded sqlformat v0.3.5
10682026-07-11T17:31:11.971Z Downloaded time-core v0.1.8
10692026-07-11T17:31:11.971Z Downloaded rustls-platform-verifier v0.6.2
10702026-07-11T17:31:11.974Z Downloaded libxml v0.3.3
10712026-07-11T17:31:11.977Z Downloaded thread-id v5.1.0
10722026-07-11T17:31:11.977Z Downloaded strum_macros v0.24.3
10732026-07-11T17:31:11.980Z Downloaded stringprep v0.1.5
10742026-07-11T17:31:11.980Z Downloaded tokio-macros v2.7.0
10752026-07-11T17:31:11.980Z Downloaded tinyvec_macros v0.1.1
10762026-07-11T17:31:11.981Z Downloaded string_cache v0.8.9
10772026-07-11T17:31:11.984Z Downloaded stacker v0.1.23
10782026-07-11T17:31:11.984Z Downloaded synstructure v0.13.2
10792026-07-11T17:31:11.984Z Downloaded support-bundle-viewer v0.1.2
10802026-07-11T17:31:11.987Z Downloaded signal-hook v0.3.18
10812026-07-11T17:31:11.987Z Downloaded itertools v0.13.0
10822026-07-11T17:31:11.991Z Downloaded iri-string v0.7.10
10832026-07-11T17:31:11.997Z Downloaded termios v0.3.3
10842026-07-11T17:31:12.000Z Downloaded topological-sort v0.2.2
10852026-07-11T17:31:12.001Z Downloaded smallvec v1.15.1
10862026-07-11T17:31:12.001Z Downloaded schemars v0.9.0
10872026-07-11T17:31:12.008Z Downloaded tokio-test v0.4.5
10882026-07-11T17:31:12.011Z Downloaded publicsuffix v2.3.0
10892026-07-11T17:31:12.014Z Downloaded hyper v1.10.1
10902026-07-11T17:31:12.019Z Downloaded serde_cbor v0.11.2
10912026-07-11T17:31:12.023Z Downloaded tower-service v0.3.3
10922026-07-11T17:31:12.023Z Downloaded tower-layer v0.3.3
10932026-07-11T17:31:12.023Z Downloaded spin v0.9.8
10942026-07-11T17:31:12.029Z Downloaded hkdf v0.12.4
10952026-07-11T17:31:12.035Z Downloaded rsa v0.9.10
10962026-07-11T17:31:12.038Z Downloaded tinystr v0.8.2
10972026-07-11T17:31:12.042Z Downloaded thiserror-no-std v2.0.2
10982026-07-11T17:31:12.045Z Downloaded try-lock v0.2.5
10992026-07-11T17:31:12.045Z Downloaded trait-variant v0.1.2
11002026-07-11T17:31:12.045Z Downloaded serde_yaml v0.9.34+deprecated
11012026-07-11T17:31:12.079Z Downloaded itertools v0.12.1
11022026-07-11T17:31:12.083Z Downloaded tokio-dtrace v0.1.1
11032026-07-11T17:31:12.083Z Downloaded unarray v0.1.4
11042026-07-11T17:31:12.083Z Downloaded tls_codec_derive v0.4.2
11052026-07-11T17:31:12.083Z Downloaded typify-macro v0.6.2
11062026-07-11T17:31:12.083Z Downloaded tls_codec v0.4.2
11072026-07-11T17:31:12.083Z Downloaded icu_properties_data v2.1.2
11082026-07-11T17:31:12.083Z Downloaded unit-prefix v0.5.2
11092026-07-11T17:31:12.083Z Downloaded crypto-primes v0.7.2
11102026-07-11T17:31:12.084Z Downloaded tokio-native-tls v0.3.1
11112026-07-11T17:31:12.084Z Downloaded term v0.7.0
11122026-07-11T17:31:12.084Z Downloaded universal-hash v0.5.1
11132026-07-11T17:31:12.084Z Downloaded unicode-truncate v1.1.0
11142026-07-11T17:31:12.084Z Downloaded strum_macros v0.27.2
11152026-07-11T17:31:12.084Z Downloaded untrusted v0.7.1
11162026-07-11T17:31:12.084Z Downloaded universal-hash v0.6.1
11172026-07-11T17:31:12.084Z Downloaded socket2 v0.5.10
11182026-07-11T17:31:12.084Z Downloaded utf8_iter v1.0.4
11192026-07-11T17:31:12.084Z Downloaded usdt-macro v0.6.0
11202026-07-11T17:31:12.084Z Downloaded usdt v0.6.0
11212026-07-11T17:31:12.084Z Downloaded untrusted v0.9.0
11222026-07-11T17:31:12.084Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11232026-07-11T17:31:12.084Z Downloaded slog v2.8.2
11242026-07-11T17:31:12.087Z Downloaded toml_writer v1.1.1+spec-1.1.0
11252026-07-11T17:31:12.087Z Downloaded p521 v0.14.0-rc.10
11262026-07-11T17:31:12.090Z Downloaded futures-util v0.3.32
11272026-07-11T17:31:12.095Z Downloaded utf-8 v0.7.6
11282026-07-11T17:31:12.098Z Downloaded usdt-attr-macro v0.6.0
11292026-07-11T17:31:12.098Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-07-11T17:31:12.098Z Downloaded blake3 v1.8.5
11312026-07-11T17:31:12.102Z Downloaded rand v0.9.2
11322026-07-11T17:31:12.105Z Downloaded samael v0.0.19
11332026-07-11T17:31:12.108Z Downloaded waitgroup v0.1.2
11342026-07-11T17:31:12.111Z Downloaded wait-timeout v0.2.1
11352026-07-11T17:31:12.111Z Downloaded term v1.2.1
11362026-07-11T17:31:12.114Z Downloaded rustls-webpki v0.103.13
11372026-07-11T17:31:12.118Z Downloaded want v0.3.1
11382026-07-11T17:31:12.118Z Downloaded void v1.0.2
11392026-07-11T17:31:12.118Z Downloaded unicase v2.9.0
11402026-07-11T17:31:12.118Z Downloaded time-macros v0.2.27
11412026-07-11T17:31:12.121Z Downloaded rand v0.10.1
11422026-07-11T17:31:12.124Z Downloaded unicode-xid v0.2.6
11432026-07-11T17:31:12.124Z Downloaded schemars v1.2.1
11442026-07-11T17:31:12.131Z Downloaded xshell-macros v0.2.7
11452026-07-11T17:31:12.134Z Downloaded tokio-rustls v0.26.4
11462026-07-11T17:31:12.134Z Downloaded libm v0.2.16
11472026-07-11T17:31:12.138Z Downloaded yoke-derive v0.8.1
11482026-07-11T17:31:12.141Z Downloaded xattr v1.6.1
11492026-07-11T17:31:12.141Z Downloaded h2 v0.4.15
11502026-07-11T17:31:12.144Z Downloaded snafu v0.8.9
11512026-07-11T17:31:12.147Z Downloaded subprocess v0.2.15
11522026-07-11T17:31:12.150Z Downloaded hkdf v0.13.0
11532026-07-11T17:31:12.155Z Downloaded hashbrown v0.16.1
11542026-07-11T17:31:12.155Z Downloaded toml_parser v1.1.2+spec-1.1.0
11552026-07-11T17:31:12.158Z Downloaded num-bigint-dig v0.8.6
11562026-07-11T17:31:12.158Z Downloaded vergen-git2 v9.1.0
11572026-07-11T17:31:12.162Z Downloaded vergen-gitcl v1.0.8
11582026-07-11T17:31:12.162Z Downloaded itertools v0.14.0
11592026-07-11T17:31:12.165Z Downloaded tokio-tungstenite v0.23.1
11602026-07-11T17:31:12.165Z Downloaded usdt-impl v0.6.0
11612026-07-11T17:31:12.168Z Downloaded tokio-tungstenite v0.21.0
11622026-07-11T17:31:12.168Z Downloaded zerofrom-derive v0.1.6
11632026-07-11T17:31:12.171Z Downloaded thread_local v1.1.9
11642026-07-11T17:31:12.171Z Downloaded similar v2.7.0
11652026-07-11T17:31:12.174Z Downloaded rayon-core v1.13.0
11662026-07-11T17:31:12.177Z Downloaded tiny-keccak v2.0.2
11672026-07-11T17:31:12.177Z Downloaded tui-tree-widget v0.23.1
11682026-07-11T17:31:12.180Z Downloaded tinyvec v1.10.0
11692026-07-11T17:31:12.180Z Downloaded zerofrom v0.1.6
11702026-07-11T17:31:12.180Z Downloaded whoami v2.1.0
11712026-07-11T17:31:12.183Z Downloaded vsss-rs v3.3.4
11722026-07-11T17:31:12.183Z Downloaded vergen-lib v0.1.6
11732026-07-11T17:31:12.186Z Downloaded zone_cfg_derive v0.3.1
11742026-07-11T17:31:12.186Z Downloaded tracing-attributes v0.1.31
11752026-07-11T17:31:12.186Z Downloaded whoami v1.6.1
11762026-07-11T17:31:12.189Z Downloaded walkdir v2.5.0
11772026-07-11T17:31:12.189Z Downloaded test-strategy v0.4.5
11782026-07-11T17:31:12.192Z Downloaded rsa v0.10.0-rc.18
11792026-07-11T17:31:12.195Z Downloaded socket2 v0.6.3
11802026-07-11T17:31:12.195Z Downloaded wyz v0.5.1
11812026-07-11T17:31:12.198Z Downloaded unicode-properties v0.1.4
11822026-07-11T17:31:12.198Z Downloaded twox-hash v2.1.2
11832026-07-11T17:31:12.203Z Downloaded writeable v0.6.2
11842026-07-11T17:31:12.203Z Downloaded bitvec v1.0.1
11852026-07-11T17:31:12.208Z Downloaded yoke v0.8.1
11862026-07-11T17:31:12.211Z Downloaded tokio-stream v0.1.18
11872026-07-11T17:31:12.214Z Downloaded iddqd v0.4.2
11882026-07-11T17:31:12.218Z Downloaded xshell v0.2.7
11892026-07-11T17:31:12.222Z Downloaded vergen v9.1.0
11902026-07-11T17:31:12.226Z Downloaded uzers v0.12.2
11912026-07-11T17:31:12.230Z Downloaded toml v1.1.2+spec-1.1.0
11922026-07-11T17:31:12.233Z Downloaded zeroize_derive v1.4.3
11932026-07-11T17:31:12.237Z Downloaded zeroize v1.8.2
11942026-07-11T17:31:12.237Z Downloaded toml v0.7.8
11952026-07-11T17:31:12.237Z Downloaded nom v8.0.0
11962026-07-11T17:31:12.240Z Downloaded tungstenite v0.23.0
11972026-07-11T17:31:12.244Z Downloaded tungstenite v0.21.0
11982026-07-11T17:31:12.247Z Downloaded zerovec-derive v0.11.2
11992026-07-11T17:31:12.247Z Downloaded zstd v0.13.3
12002026-07-11T17:31:12.247Z Downloaded vergen-lib v9.1.0
12012026-07-11T17:31:12.252Z Downloaded rustyline v14.0.0
12022026-07-11T17:31:12.255Z Downloaded typify v0.6.2
12032026-07-11T17:31:12.256Z Downloaded zstd-safe v7.2.4
12042026-07-11T17:31:12.256Z Downloaded unicode-bidi v0.3.18
12052026-07-11T17:31:12.259Z Downloaded steno v0.4.1
12062026-07-11T17:31:12.262Z Downloaded bindgen v0.71.1
12072026-07-11T17:31:12.265Z Downloaded tar v0.4.45
12082026-07-11T17:31:12.268Z Downloaded rpassword v7.4.0
12092026-07-11T17:31:12.273Z Downloaded yasna v0.5.2
12102026-07-11T17:31:12.273Z Downloaded unsafe-libyaml v0.2.11
12112026-07-11T17:31:12.276Z Downloaded reedline v0.40.0
12122026-07-11T17:31:12.279Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-07-11T17:31:12.280Z Downloaded tracing-core v0.1.36
12142026-07-11T17:31:12.283Z Downloaded git2 v0.20.4
12152026-07-11T17:31:12.287Z Downloaded zerocopy v0.6.6
12162026-07-11T17:31:12.290Z Downloaded vte v0.14.1
12172026-07-11T17:31:12.293Z Downloaded p384 v0.13.1
12182026-07-11T17:31:12.298Z Downloaded zone v0.3.1
12192026-07-11T17:31:12.305Z Downloaded serde_with v1.14.0
12202026-07-11T17:31:12.316Z Downloaded chrono v0.4.44
12212026-07-11T17:31:12.320Z Downloaded tokio-postgres v0.7.16
12222026-07-11T17:31:12.323Z Downloaded uuid v1.23.4
12232026-07-11T17:31:12.326Z Downloaded aws-lc-rs v1.16.3
12242026-07-11T17:31:12.330Z Downloaded reqwest v0.12.28
12252026-07-11T17:31:12.334Z Downloaded regex v1.12.3
12262026-07-11T17:31:12.343Z Downloaded portable-atomic v1.13.1
12272026-07-11T17:31:12.347Z Downloaded zopfli v0.8.3
12282026-07-11T17:31:12.352Z Downloaded reqwest v0.13.2
12292026-07-11T17:31:12.355Z Downloaded yansi v1.0.1
12302026-07-11T17:31:12.360Z Downloaded crypto-bigint v0.7.5
12312026-07-11T17:31:12.366Z Downloaded zerotrie v0.2.3
12322026-07-11T17:31:12.368Z Downloaded url v2.5.8
12332026-07-11T17:31:12.372Z Downloaded unicode_categories v0.1.1
12342026-07-11T17:31:12.372Z Downloaded toml_edit v0.19.15
12352026-07-11T17:31:12.393Z Downloaded moka v0.12.13
12362026-07-11T17:31:12.410Z Downloaded salty v0.3.0
12372026-07-11T17:31:12.414Z Downloaded zip v0.6.6
12382026-07-11T17:31:12.418Z Downloaded ssh-key v0.7.0-rc.10
12392026-07-11T17:31:12.421Z Downloaded zerocopy-derive v0.8.40
12402026-07-11T17:31:12.426Z Downloaded tower v0.5.3
12412026-07-11T17:31:12.430Z Downloaded lalrpop v0.19.12
12422026-07-11T17:31:12.437Z Downloaded quick-xml v0.37.5
12432026-07-11T17:31:12.440Z Downloaded unicode-segmentation v1.12.0
12442026-07-11T17:31:12.443Z Downloaded rayon v1.11.0
12452026-07-11T17:31:12.447Z Downloaded curve25519-dalek v4.1.3
12462026-07-11T17:31:12.453Z Downloaded typed-path v0.9.3
12472026-07-11T17:31:12.463Z Downloaded goblin v0.10.5
12482026-07-11T17:31:12.467Z Downloaded proptest v1.10.0
12492026-07-11T17:31:12.478Z Downloaded serde_with v3.17.0
12502026-07-11T17:31:12.485Z Downloaded tokio-util v0.7.18
12512026-07-11T17:31:12.490Z Downloaded tough v0.22.0
12522026-07-11T17:31:12.495Z Downloaded nix v0.27.1
12532026-07-11T17:31:12.503Z Downloaded unicode-normalization v0.1.25
12542026-07-11T17:31:12.507Z Downloaded tower-http v0.6.8
12552026-07-11T17:31:12.510Z Downloaded x509-cert v0.2.5
12562026-07-11T17:31:12.514Z Downloaded zip v4.6.1
12572026-07-11T17:31:12.519Z Downloaded petname v2.0.2
12582026-07-11T17:31:12.524Z Downloaded object v0.30.4
12592026-07-11T17:31:12.530Z Downloaded radix_trie v0.2.1
12602026-07-11T17:31:12.552Z Downloaded zerovec v0.11.5
12612026-07-11T17:31:12.556Z Downloaded russh v0.61.2
12622026-07-11T17:31:12.562Z Downloaded winnow v0.6.26
12632026-07-11T17:31:12.567Z Downloaded curve25519-dalek v5.0.0-rc.0
12642026-07-11T17:31:12.572Z Downloaded winnow v0.5.40
12652026-07-11T17:31:12.577Z Downloaded bstr v1.12.1
12662026-07-11T17:31:12.583Z Downloaded polar-core v0.27.3
12672026-07-11T17:31:12.588Z Downloaded openssl v0.10.79
12682026-07-11T17:31:12.595Z Downloaded nix v0.28.0
12692026-07-11T17:31:12.600Z Downloaded winnow v1.0.3
12702026-07-11T17:31:12.605Z Downloaded dropshot v0.17.1
12712026-07-11T17:31:12.618Z Downloaded quinn-proto v0.11.13
12722026-07-11T17:31:12.625Z Downloaded regex-syntax v0.6.29
12732026-07-11T17:31:12.629Z Downloaded tabled v0.20.0
12742026-07-11T17:31:12.640Z Downloaded nix v0.31.2
12752026-07-11T17:31:12.646Z Downloaded vcpkg v0.2.15
12762026-07-11T17:31:12.670Z Downloaded zlib-rs v0.6.2
12772026-07-11T17:31:12.674Z Downloaded hickory-proto v0.25.2
12782026-07-11T17:31:12.683Z Downloaded time v0.3.47
12792026-07-11T17:31:12.691Z Downloaded smoltcp v0.9.1
12802026-07-11T17:31:12.698Z Downloaded zerocopy v0.8.40
12812026-07-11T17:31:12.703Z Downloaded diesel v2.3.7
12822026-07-11T17:31:12.716Z Downloaded openapiv3 v2.2.0
12832026-07-11T17:31:12.723Z Downloaded regex-syntax v0.8.10
12842026-07-11T17:31:12.728Z Downloaded hickory-proto v0.24.4
12852026-07-11T17:31:12.736Z Downloaded object v0.37.3
12862026-07-11T17:31:12.749Z Downloaded regress v0.11.1
12872026-07-11T17:31:12.755Z Downloaded regress v0.10.5
12882026-07-11T17:31:12.761Z Downloaded smoltcp v0.11.0
12892026-07-11T17:31:12.769Z Downloaded rustix v0.38.44
12902026-07-11T17:31:12.783Z Downloaded rustls v0.23.41
12912026-07-11T17:31:12.791Z Downloaded typify-impl v0.6.2
12922026-07-11T17:31:12.800Z Downloaded sha3 v0.11.0
12932026-07-11T17:31:12.803Z Downloaded sled v0.34.7
12942026-07-11T17:31:12.825Z Downloaded regex-automata v0.4.14
12952026-07-11T17:31:12.835Z Downloaded zerocopy-derive v0.6.6
12962026-07-11T17:31:12.848Z Downloaded jiff v0.2.21
12972026-07-11T17:31:12.859Z Downloaded sqlparser v0.61.0
12982026-07-11T17:31:12.865Z Downloaded fiat-crypto v0.3.0
12992026-07-11T17:31:12.873Z Downloaded csv v1.4.0
13002026-07-11T17:31:12.887Z Downloaded tracing v0.1.44
13012026-07-11T17:31:12.900Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-07-11T17:31:12.907Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-07-11T17:31:12.918Z Downloaded ratatui v0.29.0
13042026-07-11T17:31:12.966Z Downloaded ring v0.17.14
13052026-07-11T17:31:12.999Z Downloaded chrono-tz v0.10.4
13062026-07-11T17:31:13.010Z Downloaded petgraph v0.6.5
13072026-07-11T17:31:13.043Z Downloaded petgraph v0.8.3
13082026-07-11T17:31:13.065Z Downloaded libz-sys v1.1.24
13092026-07-11T17:31:13.094Z Downloaded sha3 v0.10.8
13102026-07-11T17:31:13.124Z Downloaded tokio v1.52.1
13112026-07-11T17:31:13.185Z Downloaded encoding_rs v0.8.35
13122026-07-11T17:31:13.245Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-11T17:31:13.787Z Downloaded aws-lc-sys v0.40.0
13142026-07-11T17:31:14.039Z Compiling libc v0.2.185
13152026-07-11T17:31:14.039Z Compiling serde_core v1.0.228
13162026-07-11T17:31:14.039Z Compiling serde v1.0.228
13172026-07-11T17:31:14.043Z Compiling log v0.4.29
13182026-07-11T17:31:14.043Z Compiling smallvec v1.15.1
13192026-07-11T17:31:14.043Z Compiling shlex v1.3.0
13202026-07-11T17:31:14.043Z Compiling find-msvc-tools v0.1.9
13212026-07-11T17:31:14.043Z Compiling syn v2.0.117
13222026-07-11T17:31:14.356Z Compiling subtle v2.6.1
13232026-07-11T17:31:14.371Z Compiling scopeguard v1.2.0
13242026-07-11T17:31:14.421Z Compiling stable_deref_trait v1.2.1
13252026-07-11T17:31:14.465Z Compiling lock_api v0.4.14
13262026-07-11T17:31:14.469Z Compiling typenum v1.20.1
13272026-07-11T17:31:14.514Z Compiling serde_json v1.0.150
13282026-07-11T17:31:14.526Z Compiling zerocopy v0.8.40
13292026-07-11T17:31:14.540Z Compiling portable-atomic v1.13.1
13302026-07-11T17:31:14.692Z Compiling parking_lot_core v0.9.12
13312026-07-11T17:31:14.724Z Compiling pin-project-lite v0.2.17
13322026-07-11T17:31:14.822Z Compiling critical-section v1.2.0
13332026-07-11T17:31:14.935Z Compiling pkg-config v0.3.32
13342026-07-11T17:31:14.965Z Compiling futures-core v0.3.32
13352026-07-11T17:31:14.968Z Compiling libm v0.2.16
13362026-07-11T17:31:15.051Z Compiling jobserver v0.1.34
13372026-07-11T17:31:15.084Z Compiling errno v0.3.14
13382026-07-11T17:31:15.229Z Compiling getrandom v0.2.17
13392026-07-11T17:31:15.265Z Compiling cc v1.2.56
13402026-07-11T17:31:15.287Z Compiling signal-hook-registry v1.4.8
13412026-07-11T17:31:15.415Z Compiling rand_core v0.6.4
13422026-07-11T17:31:15.467Z Compiling getrandom v0.4.1
13432026-07-11T17:31:15.550Z Compiling once_cell v1.21.3
13442026-07-11T17:31:15.623Z Compiling mio v1.2.0
13452026-07-11T17:31:15.683Z Compiling parking_lot v0.12.5
13462026-07-11T17:31:15.727Z Compiling num-traits v0.2.19
13472026-07-11T17:31:15.758Z Compiling generic-array v0.14.7
13482026-07-11T17:31:15.834Z Compiling rand_core v0.10.0
13492026-07-11T17:31:15.927Z Compiling const-oid v0.9.6
13502026-07-11T17:31:16.081Z Compiling percent-encoding v2.3.2
13512026-07-11T17:31:16.168Z Compiling writeable v0.6.2
13522026-07-11T17:31:16.210Z Compiling litemap v0.8.1
13532026-07-11T17:31:16.362Z Compiling bitflags v2.11.0
13542026-07-11T17:31:16.394Z Compiling semver v1.0.28
13552026-07-11T17:31:16.408Z Compiling socket2 v0.6.3
13562026-07-11T17:31:16.591Z Compiling icu_normalizer_data v2.1.1
13572026-07-11T17:31:16.656Z Compiling icu_properties_data v2.1.2
13582026-07-11T17:31:16.737Z Compiling futures-sink v0.3.32
13592026-07-11T17:31:16.858Z Compiling slab v0.4.12
13602026-07-11T17:31:16.914Z Compiling futures-channel v0.3.32
13612026-07-11T17:31:16.977Z Compiling futures-task v0.3.32
13622026-07-11T17:31:17.052Z Compiling synstructure v0.13.2
13632026-07-11T17:31:17.127Z Compiling futures-io v0.3.32
13642026-07-11T17:31:17.149Z Compiling indexmap v2.14.0
13652026-07-11T17:31:17.163Z Compiling rustversion v1.0.22
13662026-07-11T17:31:17.255Z Compiling getrandom v0.3.4
13672026-07-11T17:31:17.281Z Compiling utf8_iter v1.0.4
13682026-07-11T17:31:17.435Z Compiling form_urlencoded v1.2.2
13692026-07-11T17:31:17.506Z Compiling cmake v0.1.57
13702026-07-11T17:31:17.524Z Compiling rustix v1.1.3
13712026-07-11T17:31:17.616Z Compiling ident_case v1.0.1
13722026-07-11T17:31:17.662Z Compiling dunce v1.0.5
13732026-07-11T17:31:17.741Z Compiling fs_extra v1.3.0
13742026-07-11T17:31:17.762Z Compiling regex-syntax v0.8.10
13752026-07-11T17:31:17.824Z Compiling iana-time-zone v0.1.65
13762026-07-11T17:31:17.918Z Compiling vcpkg v0.2.15
13772026-07-11T17:31:18.024Z Compiling aws-lc-sys v0.40.0
13782026-07-11T17:31:18.038Z Compiling base64ct v1.8.3
13792026-07-11T17:31:18.204Z Compiling rand_core v0.9.5
13802026-07-11T17:31:18.219Z Compiling rustc_version v0.4.1
13812026-07-11T17:31:18.340Z Compiling pem-rfc7468 v0.7.0
13822026-07-11T17:31:18.495Z Compiling uuid v1.23.4
13832026-07-11T17:31:18.549Z Compiling tracing-core v0.1.36
13842026-07-11T17:31:18.653Z Compiling flagset v0.4.7
13852026-07-11T17:31:18.672Z Compiling openssl-sys v0.9.115
13862026-07-11T17:31:18.785Z Compiling aws-lc-rs v1.16.3
13872026-07-11T17:31:18.800Z Compiling serde_derive v1.0.228
13882026-07-11T17:31:19.099Z Compiling zeroize_derive v1.4.3
13892026-07-11T17:31:19.113Z Compiling zerofrom-derive v0.1.6
13902026-07-11T17:31:19.220Z Compiling yoke-derive v0.8.1
13912026-07-11T17:31:19.257Z Compiling zerocopy-derive v0.8.40
13922026-07-11T17:31:19.292Z Compiling zerovec-derive v0.11.2
13932026-07-11T17:31:19.783Z Compiling zeroize v1.8.2
13942026-07-11T17:31:20.013Z Compiling displaydoc v0.2.5
13952026-07-11T17:31:20.450Z Compiling tokio-macros v2.7.0
13962026-07-11T17:31:20.529Z Compiling futures-macro v0.3.32
13972026-07-11T17:31:20.609Z Compiling zerofrom v0.1.6
13982026-07-11T17:31:20.733Z Compiling yoke v0.8.1
13992026-07-11T17:31:20.817Z Compiling crypto-common v0.1.7
14002026-07-11T17:31:20.817Z Compiling block-buffer v0.10.4
14012026-07-11T17:31:20.919Z Compiling zerovec v0.11.5
14022026-07-11T17:31:20.966Z Compiling zerotrie v0.2.3
14032026-07-11T17:31:20.994Z Compiling digest v0.10.7
14042026-07-11T17:31:21.190Z Compiling thiserror-impl v2.0.18
14052026-07-11T17:31:21.242Z Compiling tracing-attributes v0.1.31
14062026-07-11T17:31:21.263Z Compiling der_derive v0.7.3
14072026-07-11T17:31:21.358Z Compiling futures-util v0.3.32
14082026-07-11T17:31:21.431Z Compiling tinystr v0.8.2
14092026-07-11T17:31:21.635Z Compiling icu_locale_core v2.1.1
14102026-07-11T17:31:22.272Z Compiling potential_utf v0.1.4
14112026-07-11T17:31:22.442Z Compiling bytes v1.11.1
14122026-07-11T17:31:22.510Z Compiling icu_collections v2.1.1
14132026-07-11T17:31:22.579Z Compiling icu_provider v2.1.1
14142026-07-11T17:31:22.594Z Compiling chrono v0.4.44
14152026-07-11T17:31:22.630Z Compiling base64 v0.22.1
14162026-07-11T17:31:22.878Z Compiling icu_properties v2.1.2
14172026-07-11T17:31:22.967Z Compiling tokio v1.52.1
14182026-07-11T17:31:23.000Z Compiling icu_normalizer v2.1.1
14192026-07-11T17:31:23.074Z Compiling http v1.4.2
14202026-07-11T17:31:23.542Z Compiling thiserror v2.0.18
14212026-07-11T17:31:23.651Z Compiling tracing v0.1.44
14222026-07-11T17:31:23.717Z Compiling http-body v1.0.1
14232026-07-11T17:31:23.880Z Compiling idna_adapter v1.2.1
14242026-07-11T17:31:23.927Z Compiling ppv-lite86 v0.2.21
14252026-07-11T17:31:23.952Z Compiling der v0.7.10
14262026-07-11T17:31:23.975Z Compiling rustls-pki-types v1.14.0
14272026-07-11T17:31:23.995Z Compiling idna v1.1.0
14282026-07-11T17:31:24.020Z Compiling tinyvec_macros v0.1.1
14292026-07-11T17:31:24.087Z Compiling openssl-probe v0.2.1
14302026-07-11T17:31:24.222Z Compiling rand_chacha v0.9.0
14312026-07-11T17:31:24.240Z Compiling cmov v0.5.4
14322026-07-11T17:31:24.255Z Compiling httparse v1.10.1
14332026-07-11T17:31:24.414Z Compiling url v2.5.8
14342026-07-11T17:31:24.446Z Compiling ctutils v0.4.2
14352026-07-11T17:31:24.634Z Compiling rand v0.9.2
14362026-07-11T17:31:24.648Z Compiling tinyvec v1.10.0
14372026-07-11T17:31:24.679Z Compiling pest_generator v2.8.6
14382026-07-11T17:31:24.896Z Compiling spki v0.7.3
14392026-07-11T17:31:24.988Z Compiling serde_derive_internals v0.29.1
14402026-07-11T17:31:25.099Z Compiling aho-corasick v1.1.4
14412026-07-11T17:31:25.133Z Compiling atomic-waker v1.1.2
14422026-07-11T17:31:25.196Z Compiling dyn-clone v1.0.20
14432026-07-11T17:31:25.256Z Compiling tower-layer v0.3.3
14442026-07-11T17:31:25.331Z Compiling schemars v0.8.22
14452026-07-11T17:31:25.371Z Compiling tower-service v0.3.3
14462026-07-11T17:31:25.414Z Compiling try-lock v0.2.5
14472026-07-11T17:31:25.414Z Compiling untrusted v0.7.1
14482026-07-11T17:31:25.460Z Compiling tempfile v3.25.0
14492026-07-11T17:31:25.519Z Compiling want v0.3.1
14502026-07-11T17:31:25.552Z Compiling pest_derive v2.8.6
14512026-07-11T17:31:25.679Z Compiling hybrid-array v0.4.13
14522026-07-11T17:31:25.818Z Compiling ipnet v2.11.0
14532026-07-11T17:31:25.855Z Compiling scroll_derive v0.13.1
14542026-07-11T17:31:25.868Z Compiling schemars_derive v0.8.22
14552026-07-11T17:31:25.988Z Compiling regex-automata v0.4.14
14562026-07-11T17:31:26.303Z Compiling darling_core v0.20.11
14572026-07-11T17:31:26.449Z Compiling cpufeatures v0.2.17
14582026-07-11T17:31:26.524Z Compiling openssl v0.10.79
14592026-07-11T17:31:26.649Z Compiling foreign-types-shared v0.1.1
14602026-07-11T17:31:26.728Z Compiling httpdate v1.0.3
14612026-07-11T17:31:26.785Z Compiling tokio-util v0.7.18
14622026-07-11T17:31:26.823Z Compiling rustls v0.23.41
14632026-07-11T17:31:26.973Z Compiling untrusted v0.9.0
14642026-07-11T17:31:27.027Z Compiling foreign-types v0.3.2
14652026-07-11T17:31:27.093Z Compiling scroll v0.13.0
14662026-07-11T17:31:27.107Z Compiling pkcs8 v0.10.2
14672026-07-11T17:31:27.360Z Compiling unicode-normalization v0.1.25
14682026-07-11T17:31:27.778Z Compiling h2 v0.4.15
14692026-07-11T17:31:27.818Z Compiling openssl-macros v0.1.1
14702026-07-11T17:31:27.821Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-11T17:31:28.220Z Compiling spin v0.9.8
14722026-07-11T17:31:28.235Z Compiling powerfmt v0.2.0
14732026-07-11T17:31:28.388Z Compiling crc32fast v1.5.0
14742026-07-11T17:31:28.426Z Compiling native-tls v0.2.18
14752026-07-11T17:31:28.429Z Compiling num-conv v0.2.0
14762026-07-11T17:31:28.555Z Compiling time-core v0.1.8
14772026-07-11T17:31:28.606Z Compiling darling_macro v0.20.11
14782026-07-11T17:31:28.675Z Compiling deranged v0.5.8
14792026-07-11T17:31:28.695Z Compiling time-macros v0.2.27
14802026-07-11T17:31:29.077Z Compiling darling v0.20.11
14812026-07-11T17:31:29.161Z Compiling goblin v0.10.5
14822026-07-11T17:31:29.636Z Compiling sha2 v0.10.9
14832026-07-11T17:31:29.756Z Compiling hmac v0.12.1
14842026-07-11T17:31:29.917Z Compiling sync_wrapper v1.0.2
14852026-07-11T17:31:30.025Z Compiling wait-timeout v0.2.1
14862026-07-11T17:31:30.092Z Compiling crossbeam-utils v0.8.21
14872026-07-11T17:31:30.287Z Compiling syn v1.0.109
14882026-07-11T17:31:30.392Z Compiling bit-vec v0.8.0
14892026-07-11T17:31:30.597Z Compiling quick-error v1.2.3
14902026-07-11T17:31:30.618Z Compiling usdt-impl v0.6.0
14912026-07-11T17:31:30.703Z Compiling num_threads v0.1.7
14922026-07-11T17:31:30.802Z Compiling simd-adler32 v0.3.8
14932026-07-11T17:31:30.833Z Compiling hyper v1.10.1
14942026-07-11T17:31:30.999Z Compiling siphasher v1.0.2
14952026-07-11T17:31:31.202Z Compiling time v0.3.47
14962026-07-11T17:31:31.348Z Compiling rusty-fork v0.3.1
14972026-07-11T17:31:31.667Z Compiling bit-set v0.8.0
14982026-07-11T17:31:31.764Z Compiling tower v0.5.3
14992026-07-11T17:31:31.860Z Compiling derive_builder_core v0.20.2
15002026-07-11T17:31:32.058Z Compiling hyper-util v0.1.20
15012026-07-11T17:31:32.254Z Compiling dof v0.4.0
15022026-07-11T17:31:32.453Z Compiling dtrace-parser v0.3.0
15032026-07-11T17:31:32.738Z Compiling http-body-util v0.1.3
15042026-07-11T17:31:32.834Z Compiling scroll_derive v0.12.1
15052026-07-11T17:31:32.984Z Compiling thiserror-impl v1.0.69
15062026-07-11T17:31:33.195Z Compiling heapless v0.7.17
15072026-07-11T17:31:33.415Z Compiling rand_xorshift v0.4.0
15082026-07-11T17:31:33.447Z Compiling slog v2.8.2
15092026-07-11T17:31:33.460Z Compiling darling_core v0.21.3
15102026-07-11T17:31:33.503Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-11T17:31:33.572Z Compiling thread-id v5.1.0
15122026-07-11T17:31:33.643Z Compiling cookie v0.18.1
15132026-07-11T17:31:33.658Z Compiling paste v1.0.15
15142026-07-11T17:31:33.789Z Compiling zstd-safe v7.2.4
15152026-07-11T17:31:33.813Z Compiling allocator-api2 v0.2.21
15162026-07-11T17:31:33.836Z Compiling adler2 v2.0.1
15172026-07-11T17:31:33.936Z Compiling signal-hook v0.3.18
15182026-07-11T17:31:33.964Z Compiling ryu v1.0.23
15192026-07-11T17:31:33.993Z Compiling unicode-bidi v0.3.18
15202026-07-11T17:31:34.118Z Compiling iri-string v0.7.10
15212026-07-11T17:31:34.132Z Compiling unicode-properties v0.1.4
15222026-07-11T17:31:34.146Z Compiling unarray v0.1.4
15232026-07-11T17:31:34.229Z Compiling anyhow v1.0.102
15242026-07-11T17:31:34.253Z Compiling thiserror v1.0.69
15252026-07-11T17:31:34.334Z Compiling stringprep v0.1.5
15262026-07-11T17:31:34.353Z Compiling proptest v1.10.0
15272026-07-11T17:31:34.537Z Compiling serde_urlencoded v0.7.1
15282026-07-11T17:31:34.775Z Compiling miniz_oxide v0.8.9
15292026-07-11T17:31:35.223Z Compiling tower-http v0.6.8
15302026-07-11T17:31:35.420Z Compiling scroll v0.12.0
15312026-07-11T17:31:35.527Z Compiling derive_builder_macro v0.20.2
15322026-07-11T17:31:35.605Z Compiling camino v1.2.2
15332026-07-11T17:31:35.682Z Compiling tokio-native-tls v0.3.1
15342026-07-11T17:31:35.853Z Compiling bstr v1.12.1
15352026-07-11T17:31:35.936Z Compiling darling_macro v0.21.3
15362026-07-11T17:31:35.979Z Compiling ipnetwork v0.21.1
15372026-07-11T17:31:35.996Z Compiling block-padding v0.4.2
15382026-07-11T17:31:36.033Z Compiling block-buffer v0.12.1
15392026-07-11T17:31:36.152Z Compiling crypto-common v0.2.2
15402026-07-11T17:31:36.223Z Compiling rustls-native-certs v0.8.3
15412026-07-11T17:31:36.367Z Compiling rand_chacha v0.3.1
15422026-07-11T17:31:36.419Z Compiling toml_datetime v0.6.11
15432026-07-11T17:31:36.487Z Compiling serde_tokenstream v0.2.3
15442026-07-11T17:31:36.510Z Compiling erased-serde v0.3.31
15452026-07-11T17:31:36.676Z Compiling serde_spanned v0.6.9
15462026-07-11T17:31:36.834Z Compiling md-5 v0.10.6
15472026-07-11T17:31:36.870Z Compiling signature v2.2.0
15482026-07-11T17:31:37.013Z Compiling zerocopy-derive v0.7.35
15492026-07-11T17:31:37.027Z Compiling pin-project-internal v1.1.11
15502026-07-11T17:31:37.060Z Compiling async-trait v0.1.89
15512026-07-11T17:31:37.201Z Compiling curve25519-dalek v4.1.3
15522026-07-11T17:31:37.552Z Compiling vergen-lib v9.1.0
15532026-07-11T17:31:37.751Z Compiling hash32 v0.2.1
15542026-07-11T17:31:37.895Z Compiling num-integer v0.1.46
15552026-07-11T17:31:37.931Z Compiling memoffset v0.9.1
15562026-07-11T17:31:37.945Z Compiling encoding_rs v0.8.35
15572026-07-11T17:31:38.098Z Compiling mime v0.3.17
15582026-07-11T17:31:38.144Z Compiling ref-cast v1.0.25
15592026-07-11T17:31:38.157Z Compiling psl-types v2.0.11
15602026-07-11T17:31:38.218Z Compiling fallible-iterator v0.2.0
15612026-07-11T17:31:38.278Z Compiling smoltcp v0.9.1
15622026-07-11T17:31:38.351Z Compiling zlib-rs v0.6.2
15632026-07-11T17:31:38.453Z Compiling num-bigint-dig v0.8.6
15642026-07-11T17:31:38.531Z Compiling litrs v1.0.0
15652026-07-11T17:31:38.624Z Compiling cfg_aliases v0.2.1
15662026-07-11T17:31:38.653Z Compiling rustix v0.38.44
15672026-07-11T17:31:38.697Z Compiling nix v0.31.2
15682026-07-11T17:31:39.034Z Compiling document-features v0.2.12
15692026-07-11T17:31:39.088Z Compiling postgres-protocol v0.6.10
15702026-07-11T17:31:39.165Z Compiling publicsuffix v2.3.0
15712026-07-11T17:31:39.335Z Compiling pin-project v1.1.11
15722026-07-11T17:31:39.436Z Compiling num-iter v0.1.45
15732026-07-11T17:31:39.501Z Compiling hubpack_derive v0.1.1
15742026-07-11T17:31:39.565Z Compiling zerocopy v0.7.35
15752026-07-11T17:31:39.725Z Compiling newtype-uuid v1.3.2
15762026-07-11T17:31:39.954Z Compiling rand v0.8.6
15772026-07-11T17:31:39.999Z Compiling darling v0.21.3
15782026-07-11T17:31:40.051Z Compiling oxnet v0.1.6
15792026-07-11T17:31:40.066Z Compiling inout v0.2.2
15802026-07-11T17:31:40.089Z Compiling derive_builder v0.20.2
15812026-07-11T17:31:40.114Z Compiling hyper-tls v0.6.0
15822026-07-11T17:31:40.223Z Compiling goblin v0.8.2
15832026-07-11T17:31:40.864Z Compiling phf_shared v0.13.1
15842026-07-11T17:31:40.884Z Compiling lazy_static v1.5.0
15852026-07-11T17:31:40.981Z Compiling regex v1.12.3
15862026-07-11T17:31:40.993Z Compiling anstyle-parse v0.2.7
15872026-07-11T17:31:41.078Z Compiling futures-executor v0.3.32
15882026-07-11T17:31:41.100Z Compiling hex v0.4.3
15892026-07-11T17:31:41.170Z Compiling terminal_size v0.4.3
15902026-07-11T17:31:41.308Z Compiling flate2 v1.1.9
15912026-07-11T17:31:41.331Z Compiling daft-derive v0.1.7
15922026-07-11T17:31:41.364Z Compiling ref-cast-impl v1.0.25
15932026-07-11T17:31:41.402Z Compiling snafu-derive v0.8.9
15942026-07-11T17:31:41.621Z Compiling strum_macros v0.27.2
15952026-07-11T17:31:41.717Z Compiling curve25519-dalek-derive v0.1.1
15962026-07-11T17:31:41.975Z Compiling vergen v9.1.0
15972026-07-11T17:31:42.084Z Compiling cargo-platform v0.3.2
15982026-07-11T17:31:42.171Z Compiling ff v0.13.1
15992026-07-11T17:31:42.316Z Compiling fs-err v3.3.0
16002026-07-11T17:31:42.362Z Compiling ahash v0.8.12
16012026-07-11T17:31:42.398Z Compiling base16ct v0.2.0
16022026-07-11T17:31:42.520Z Compiling unicode-segmentation v1.12.0
16032026-07-11T17:31:42.573Z Compiling winnow v0.5.40
16042026-07-11T17:31:42.587Z Compiling managed v0.8.0
16052026-07-11T17:31:42.810Z Compiling libbz2-rs-sys v0.2.2
16062026-07-11T17:31:42.910Z Compiling bumpalo v3.20.2
16072026-07-11T17:31:43.161Z Compiling foldhash v0.1.5
16082026-07-11T17:31:43.334Z Compiling bitflags v1.3.2
16092026-07-11T17:31:43.362Z Compiling object v0.37.3
16102026-07-11T17:31:43.412Z Compiling foldhash v0.2.0
16112026-07-11T17:31:43.491Z Compiling same-file v1.0.6
16122026-07-11T17:31:43.636Z Compiling walkdir v2.5.0
16132026-07-11T17:31:43.662Z Compiling strum v0.27.2
16142026-07-11T17:31:43.666Z Compiling hashbrown v0.16.1
16152026-07-11T17:31:43.732Z Compiling snafu v0.8.9
16162026-07-11T17:31:43.792Z Compiling hashbrown v0.15.5
16172026-07-11T17:31:43.943Z Compiling toml_edit v0.19.15
16182026-07-11T17:31:44.000Z Compiling bzip2 v0.6.1
16192026-07-11T17:31:44.082Z Compiling clap_builder v4.6.0
16202026-07-11T17:31:44.207Z Compiling zopfli v0.8.3
16212026-07-11T17:31:44.334Z Compiling sec1 v0.7.3
16222026-07-11T17:31:44.398Z Compiling dof v0.3.0
16232026-07-11T17:31:44.622Z Compiling group v0.13.0
16242026-07-11T17:31:44.780Z Compiling cargo_metadata v0.23.1
16252026-07-11T17:31:44.882Z Compiling daft v0.1.7
16262026-07-11T17:31:45.163Z Compiling futures v0.3.32
16272026-07-11T17:31:45.210Z Compiling anstream v0.6.21
16282026-07-11T17:31:45.236Z Compiling phf v0.13.1
16292026-07-11T17:31:45.252Z Compiling signal-hook-mio v0.2.5
16302026-07-11T17:31:45.509Z Compiling cookie_store v0.22.1
16312026-07-11T17:31:45.751Z Compiling zstd v0.13.3
16322026-07-11T17:31:46.014Z Compiling bzip2 v0.4.4
16332026-07-11T17:31:46.120Z Compiling reqwest v0.12.28
16342026-07-11T17:31:46.162Z Compiling cipher v0.5.2
16352026-07-11T17:31:46.217Z Compiling serde_with_macros v3.17.0
16362026-07-11T17:31:46.460Z Compiling hubpack v0.1.2
16372026-07-11T17:31:46.627Z Compiling postgres-types v0.2.12
16382026-07-11T17:31:47.104Z Compiling ed25519 v2.2.3
16392026-07-11T17:31:47.225Z Compiling usdt-attr-macro v0.6.0
16402026-07-11T17:31:47.374Z Compiling usdt-macro v0.6.0
16412026-07-11T17:31:47.515Z Compiling globset v0.4.18
16422026-07-11T17:31:47.831Z Compiling dtrace-parser v0.2.0
16432026-07-11T17:31:48.026Z Compiling phf_shared v0.11.3
16442026-07-11T17:31:48.056Z Compiling hkdf v0.12.4
16452026-07-11T17:31:48.138Z Compiling olpc-cjson v0.1.4
16462026-07-11T17:31:48.202Z Compiling pkcs1 v0.7.5
16472026-07-11T17:31:48.219Z Compiling pem v3.0.6
16482026-07-11T17:31:48.222Z Compiling serde_plain v1.0.2
16492026-07-11T17:31:48.293Z Compiling serde-big-array v0.5.1
16502026-07-11T17:31:48.422Z Compiling crypto-bigint v0.5.5
16512026-07-11T17:31:48.437Z Compiling async-recursion v1.1.1
16522026-07-11T17:31:48.542Z Compiling serde_repr v0.1.20
16532026-07-11T17:31:48.575Z Compiling strum_macros v0.26.4
16542026-07-11T17:31:48.588Z Compiling clap_derive v4.6.1
16552026-07-11T17:31:49.071Z Compiling enum-as-inner v0.6.1
16562026-07-11T17:31:49.085Z Compiling float-cmp v0.10.0
16572026-07-11T17:31:49.233Z Compiling memmap2 v0.9.10
16582026-07-11T17:31:49.449Z Compiling thread-id v4.2.2
16592026-07-11T17:31:49.537Z Compiling env_filter v1.0.0
16602026-07-11T17:31:49.580Z Compiling predicates-core v1.0.10
16612026-07-11T17:31:49.759Z Compiling typed-path v0.9.3
16622026-07-11T17:31:49.837Z Compiling static_assertions v1.1.0
16632026-07-11T17:31:49.852Z Compiling cpufeatures v0.3.0
16642026-07-11T17:31:49.910Z Compiling precomputed-hash v0.1.1
16652026-07-11T17:31:49.929Z Compiling winnow v1.0.3
16662026-07-11T17:31:50.001Z Compiling const-oid v0.10.2
16672026-07-11T17:31:50.222Z Compiling fixedbitset v0.4.2
16682026-07-11T17:31:50.282Z Compiling normalize-line-endings v0.3.0
16692026-07-11T17:31:50.319Z Compiling jiff v0.2.21
16702026-07-11T17:31:50.338Z Compiling whoami v2.1.0
16712026-07-11T17:31:50.375Z Compiling difflib v0.4.0
16722026-07-11T17:31:50.432Z Compiling data-encoding v2.10.0
16732026-07-11T17:31:50.555Z Compiling either v1.15.0
16742026-07-11T17:31:50.715Z Compiling new_debug_unreachable v1.0.6
16752026-07-11T17:31:50.761Z Compiling fixedbitset v0.5.7
16762026-07-11T17:31:50.785Z Compiling keccak v0.1.6
16772026-07-11T17:31:50.924Z Compiling string_cache v0.8.9
16782026-07-11T17:31:50.972Z Compiling petgraph v0.8.3
16792026-07-11T17:31:51.004Z Compiling sha3 v0.10.8
16802026-07-11T17:31:51.107Z Compiling itertools v0.13.0
16812026-07-11T17:31:51.124Z Compiling hickory-proto v0.25.2
16822026-07-11T17:31:51.144Z Compiling predicates v3.1.4
16832026-07-11T17:31:51.446Z Compiling tokio-postgres v0.7.16
16842026-07-11T17:31:51.513Z Compiling petgraph v0.6.5
16852026-07-11T17:31:51.799Z Compiling toml_edit v0.22.27
16862026-07-11T17:31:52.364Z Compiling clap v4.6.1
16872026-07-11T17:31:52.447Z Compiling strum v0.26.3
16882026-07-11T17:31:52.580Z Compiling toml_parser v1.1.2+spec-1.1.0
16892026-07-11T17:31:53.012Z Compiling zip v4.6.1
16902026-07-11T17:31:53.015Z Compiling digest v0.11.3
16912026-07-11T17:31:53.217Z Compiling chacha20 v0.10.0
16922026-07-11T17:31:53.249Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-11T17:31:53.592Z Compiling env_logger v0.11.9
16942026-07-11T17:31:53.730Z Compiling usdt-impl v0.5.0
16952026-07-11T17:31:53.943Z Compiling elliptic-curve v0.13.8
16962026-07-11T17:31:53.973Z Compiling usdt v0.6.0
16972026-07-11T17:31:54.238Z Compiling rsa v0.9.10
16982026-07-11T17:31:54.313Z Compiling crossterm v0.28.1
16992026-07-11T17:31:54.343Z Compiling serde_with v3.17.0
17002026-07-11T17:31:54.517Z Compiling ed25519-dalek v2.2.0
17012026-07-11T17:31:55.165Z Compiling zip v0.6.6
17022026-07-11T17:31:55.739Z Compiling toml v0.7.8
17032026-07-11T17:31:55.852Z Compiling iddqd v0.4.2
17042026-07-11T17:31:56.238Z Compiling heck v0.4.1
17052026-07-11T17:31:56.298Z Compiling similar v2.7.0
17062026-07-11T17:31:56.343Z Compiling crossbeam-epoch v0.9.18
17072026-07-11T17:31:56.419Z Compiling tokio-stream v0.1.18
17082026-07-11T17:31:56.460Z Compiling buf-list v1.1.2
17092026-07-11T17:31:56.684Z Compiling x509-cert v0.2.5
17102026-07-11T17:31:56.745Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-11T17:31:56.915Z Compiling openapiv3 v2.2.0
17122026-07-11T17:31:57.058Z Compiling lalrpop-util v0.19.12
17132026-07-11T17:31:57.161Z Compiling peg-runtime v0.8.5
17142026-07-11T17:31:57.194Z Compiling thread_local v1.1.9
17152026-07-11T17:31:57.254Z Compiling slog-async v2.8.0
17162026-07-11T17:31:57.445Z Compiling crossbeam-channel v0.5.15
17172026-07-11T17:31:57.448Z Compiling is-terminal v0.4.17
17182026-07-11T17:31:57.610Z Compiling filetime v0.2.27
17192026-07-11T17:31:57.616Z Compiling term v1.2.1
17202026-07-11T17:31:57.616Z Compiling xattr v1.6.1
17212026-07-11T17:31:57.727Z Compiling take_mut v0.2.2
17222026-07-11T17:31:57.759Z Compiling tar v0.4.45
17232026-07-11T17:31:57.841Z Compiling slog-term v2.9.2
17242026-07-11T17:31:58.148Z Compiling camino-tempfile v1.4.1
17252026-07-11T17:32:07.977Z Compiling rustls-webpki v0.103.13
17262026-07-11T17:32:10.683Z Compiling tokio-rustls v0.26.4
17272026-07-11T17:32:10.683Z Compiling rustls-platform-verifier v0.6.2
17282026-07-11T17:32:10.683Z Compiling tough v0.22.0
17292026-07-11T17:32:10.876Z Compiling hyper-rustls v0.27.7
17302026-07-11T17:32:11.074Z Compiling reqwest v0.13.2
17312026-07-11T17:32:13.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-11T17:32:13.529Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-11T17:32:16.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17342026-07-11T17:32:16.498Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-11T17:32:16.556ZJul 11 17:32:15.740 INFO Starting download, target: Console
17362026-07-11T17:32:16.556ZJul 11 17:32:15.741 INFO Starting download, target: Cockroach
17372026-07-11T17:32:16.556ZJul 11 17:32:15.741 INFO Starting download, target: Clickhouse
17382026-07-11T17:32:16.556ZJul 11 17:32:15.741 INFO Starting download, target: DendriteStub
17392026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Starting download, target: MaghemiteMgd
17402026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Starting download, target: MaghemiteDdmd
17412026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Starting download, target: TransceiverControl
17422026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17442026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17452026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482026-07-11T17:32:16.565ZJul 11 17:32:15.741 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-11T17:32:17.271ZJul 11 17:32:16.458 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-11T17:32:17.493ZJul 11 17:32:16.677 INFO Download complete, target: TransceiverControl
17512026-07-11T17:32:18.388ZJul 11 17:32:17.559 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-11T17:32:18.458ZJul 11 17:32:17.642 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-07-11T17:32:18.614ZJul 11 17:32:17.803 INFO Download complete, target: Console
17542026-07-11T17:32:18.942ZJul 11 17:32:18.128 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-07-11T17:32:19.369ZJul 11 17:32:18.557 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-07-11T17:32:19.424ZJul 11 17:32:18.597 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-07-11T17:32:20.132ZJul 11 17:32:19.321 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-07-11T17:32:20.132ZJul 11 17:32:19.321 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-07-11T17:32:20.715ZJul 11 17:32:19.904 INFO Download complete, target: MaghemiteDdmd
17602026-07-11T17:32:21.827ZJul 11 17:32:21.016 INFO Download complete, target: MaghemiteMgd
17612026-07-11T17:32:21.867ZJul 11 17:32:21.056 INFO Download complete, target: DendriteStub
17622026-07-11T17:32:24.630ZJul 11 17:32:23.818 INFO Checking that binary works, target: Cockroach
17632026-07-11T17:32:24.742ZJul 11 17:32:23.931 INFO Download complete, target: Cockroach
17642026-07-11T17:32:25.147ZJul 11 17:32:24.336 INFO Checking that binary works, target: Clickhouse
17652026-07-11T17:32:25.259ZJul 11 17:32:24.449 INFO Download complete, target: Clickhouse
17662026-07-11T17:32:25.275ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-11T17:32:25.280Z
17682026-07-11T17:32:25.280Zreal 2:01.007934100
17692026-07-11T17:32:25.280Zuser 6:37.844194885
17702026-07-11T17:32:25.280Zsys 1:21.673722104
17712026-07-11T17:32:25.280Ztrap 0.229863766
17722026-07-11T17:32:25.280Ztflt 0.509556612
17732026-07-11T17:32:25.280Zdflt 0.927323016
17742026-07-11T17:32:25.280Zkflt 0.023678204
17752026-07-11T17:32:25.280Zlock 21:51.630624379
17762026-07-11T17:32:25.280Zslp 20:11.669924052
17772026-07-11T17:32:25.280Zlat 43.192115046
17782026-07-11T17:32:25.280Zstop 1:56.789950569
17792026-07-11T17:32:25.280Z+ banner hack-check
17802026-07-11T17:32:25.280Z
17812026-07-11T17:32:25.280Z # # ## #### # # #### # # ###### #### # #
17822026-07-11T17:32:25.280Z # # # # # # # # # # # # # # # # #
17832026-07-11T17:32:25.280Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-11T17:32:25.281Z # # ###### # # # # # # # # # #
17852026-07-11T17:32:25.281Z # # # # # # # # # # # # # # # # #
17862026-07-11T17:32:25.281Z # # # # #### # # #### # # ###### #### # #
17872026-07-11T17:32:25.281Z
17882026-07-11T17:32:25.281Z+ export CARGO_INCREMENTAL=0
17892026-07-11T17:32:25.281Z+ CARGO_INCREMENTAL=0
17902026-07-11T17:32:25.281Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-11T17:32:25.729Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-11T17:32:26.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-11T17:32:27.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17942026-07-11T17:32:27.845Z Running `target/debug/xtask check-features --ci`
17952026-07-11T17:32:27.871Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-11T17:32:27.874Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-11T17:32:28.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17982026-07-11T17:32:28.306Z Running `target/debug/xtask download cargo-hack`
17992026-07-11T17:32:29.049Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-11T17:32:29.376Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-11T17:32:31.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18022026-07-11T17:32:32.067Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-11T17:32:32.109ZJul 11 17:32:31.298 INFO Starting download, target: CargoHack
18042026-07-11T17:32:32.112ZJul 11 17:32:31.299 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-11T17:32:32.519ZJul 11 17:32:31.708 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-11T17:32:32.567ZJul 11 17:32:31.756 INFO Download complete, target: CargoHack
18072026-07-11T17:32:32.570Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-11T17:32:32.583Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-11T17:32:32.740Zinfo: running `cargo check --bins` on api_identity (1/300)
18102026-07-11T17:32:33.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-11T17:32:33.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-11T17:32:33.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-11T17:32:33.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18142026-07-11T17:32:33.252Z
18152026-07-11T17:32:33.252Zinfo: running `cargo check --bins` on bootstore (2/300)
18162026-07-11T17:32:33.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-11T17:32:33.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-11T17:32:33.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-11T17:32:33.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-07-11T17:32:33.764Z
18212026-07-11T17:32:33.764Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18222026-07-11T17:32:34.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-11T17:32:34.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-11T17:32:34.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-11T17:32:34.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-07-11T17:32:34.274Z
18272026-07-11T17:32:34.274Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18282026-07-11T17:32:34.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-11T17:32:34.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-11T17:32:34.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-11T17:32:34.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-11T17:32:34.781Z
18332026-07-11T17:32:34.781Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18342026-07-11T17:32:35.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-11T17:32:35.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-11T17:32:35.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-11T17:32:35.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-11T17:32:35.293Z
18392026-07-11T17:32:35.294Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18402026-07-11T17:32:35.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-11T17:32:35.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-11T17:32:35.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-11T17:32:35.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-11T17:32:35.818Z
18452026-07-11T17:32:35.818Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18462026-07-11T17:32:36.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-11T17:32:36.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-11T17:32:36.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-11T17:32:36.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-11T17:32:36.346Z
18512026-07-11T17:32:36.346Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18522026-07-11T17:32:36.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-11T17:32:36.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-11T17:32:36.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-11T17:32:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18562026-07-11T17:32:36.878Z
18572026-07-11T17:32:36.878Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18582026-07-11T17:32:37.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-11T17:32:37.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-11T17:32:37.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-11T17:32:37.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18622026-07-11T17:32:37.272Z
18632026-07-11T17:32:37.272Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18642026-07-11T17:32:37.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-11T17:32:37.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-11T17:32:37.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-11T17:32:37.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-11T17:32:37.670Z
18692026-07-11T17:32:37.670Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18702026-07-11T17:32:38.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-11T17:32:38.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-11T17:32:38.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-11T17:32:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-11T17:32:38.066Z
18752026-07-11T17:32:38.066Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18762026-07-11T17:32:38.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-11T17:32:38.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-11T17:32:38.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-11T17:32:38.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18802026-07-11T17:32:38.467Z
18812026-07-11T17:32:38.467Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18822026-07-11T17:32:38.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-11T17:32:38.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-11T17:32:38.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-11T17:32:38.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18862026-07-11T17:32:38.868Z
18872026-07-11T17:32:38.869Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18882026-07-11T17:32:39.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-11T17:32:39.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-11T17:32:39.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-11T17:32:39.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-11T17:32:39.263Z
18932026-07-11T17:32:39.263Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18942026-07-11T17:32:39.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-11T17:32:39.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-11T17:32:39.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-11T17:32:39.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-11T17:32:39.659Z
18992026-07-11T17:32:39.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19002026-07-11T17:32:40.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-11T17:32:40.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-11T17:32:40.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-11T17:32:40.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19042026-07-11T17:32:40.059Z
19052026-07-11T17:32:40.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19062026-07-11T17:32:40.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-11T17:32:40.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-11T17:32:40.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-11T17:32:40.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-11T17:32:40.458Z
19112026-07-11T17:32:40.458Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19122026-07-11T17:32:40.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-11T17:32:40.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-11T17:32:40.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-11T17:32:40.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19162026-07-11T17:32:40.859Z
19172026-07-11T17:32:40.859Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19182026-07-11T17:32:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-11T17:32:41.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-11T17:32:41.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-11T17:32:41.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19222026-07-11T17:32:41.261Z
19232026-07-11T17:32:41.261Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19242026-07-11T17:32:41.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-11T17:32:41.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-11T17:32:41.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-11T17:32:41.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19282026-07-11T17:32:41.663Z
19292026-07-11T17:32:41.663Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19302026-07-11T17:32:42.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-11T17:32:42.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-11T17:32:42.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-11T17:32:42.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-11T17:32:42.066Z
19352026-07-11T17:32:42.066Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19362026-07-11T17:32:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-11T17:32:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-11T17:32:42.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-11T17:32:42.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-11T17:32:42.466Z
19412026-07-11T17:32:42.466Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19422026-07-11T17:32:42.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-11T17:32:42.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-11T17:32:42.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-11T17:32:42.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-11T17:32:42.864Z
19472026-07-11T17:32:42.864Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19482026-07-11T17:32:43.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-11T17:32:43.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-11T17:32:43.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-11T17:32:43.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-11T17:32:43.266Z
19532026-07-11T17:32:43.266Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19542026-07-11T17:32:43.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-11T17:32:43.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-11T17:32:43.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-11T17:32:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-11T17:32:43.667Z
19592026-07-11T17:32:43.667Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19602026-07-11T17:32:44.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-11T17:32:44.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-11T17:32:44.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-11T17:32:44.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-11T17:32:44.074Z
19652026-07-11T17:32:44.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19662026-07-11T17:32:44.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-11T17:32:44.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-11T17:32:44.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-11T17:32:44.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-11T17:32:44.468Z
19712026-07-11T17:32:44.468Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19722026-07-11T17:32:44.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-11T17:32:44.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-11T17:32:44.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-11T17:32:44.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-11T17:32:44.871Z
19772026-07-11T17:32:44.872Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19782026-07-11T17:32:45.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-11T17:32:45.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-11T17:32:45.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-11T17:32:45.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19822026-07-11T17:32:45.271Z
19832026-07-11T17:32:45.271Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19842026-07-11T17:32:45.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-11T17:32:45.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-11T17:32:45.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-11T17:32:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-11T17:32:45.671Z
19892026-07-11T17:32:45.671Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19902026-07-11T17:32:46.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-11T17:32:46.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-11T17:32:46.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-11T17:32:46.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-11T17:32:46.071Z
19952026-07-11T17:32:46.071Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19962026-07-11T17:32:46.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-11T17:32:46.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-11T17:32:46.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-11T17:32:46.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-11T17:32:46.472Z
20012026-07-11T17:32:46.472Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20022026-07-11T17:32:46.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-11T17:32:46.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-11T17:32:46.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-11T17:32:46.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-11T17:32:46.870Z
20072026-07-11T17:32:46.870Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20082026-07-11T17:32:47.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-11T17:32:47.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-11T17:32:47.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-11T17:32:47.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-11T17:32:47.271Z
20132026-07-11T17:32:47.271Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20142026-07-11T17:32:47.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-11T17:32:47.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-11T17:32:47.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-11T17:32:47.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-11T17:32:47.668Z
20192026-07-11T17:32:47.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20202026-07-11T17:32:48.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-11T17:32:48.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-11T17:32:48.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-11T17:32:48.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-11T17:32:48.065Z
20252026-07-11T17:32:48.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20262026-07-11T17:32:48.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-11T17:32:48.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-11T17:32:48.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-11T17:32:48.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-11T17:32:48.463Z
20312026-07-11T17:32:48.463Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20322026-07-11T17:32:48.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-11T17:32:48.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-11T17:32:48.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-11T17:32:48.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-11T17:32:48.863Z
20372026-07-11T17:32:48.863Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20382026-07-11T17:32:49.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-11T17:32:49.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-11T17:32:49.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-11T17:32:49.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-11T17:32:49.262Z
20432026-07-11T17:32:49.262Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20442026-07-11T17:32:49.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-11T17:32:49.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-11T17:32:49.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-11T17:32:49.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-11T17:32:49.661Z
20492026-07-11T17:32:49.661Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20502026-07-11T17:32:50.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-11T17:32:50.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-11T17:32:50.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-11T17:32:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-11T17:32:50.066Z
20552026-07-11T17:32:50.066Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20562026-07-11T17:32:50.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-11T17:32:50.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-11T17:32:50.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-11T17:32:50.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-11T17:32:50.466Z
20612026-07-11T17:32:50.466Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20622026-07-11T17:32:50.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-11T17:32:50.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-11T17:32:50.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-11T17:32:50.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-11T17:32:50.869Z
20672026-07-11T17:32:50.870Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20682026-07-11T17:32:51.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-11T17:32:51.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-11T17:32:51.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-11T17:32:51.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-11T17:32:51.271Z
20732026-07-11T17:32:51.271Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20742026-07-11T17:32:51.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-11T17:32:51.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-11T17:32:51.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-11T17:32:51.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-11T17:32:51.673Z
20792026-07-11T17:32:51.673Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20802026-07-11T17:32:52.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-11T17:32:52.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-11T17:32:52.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-11T17:32:52.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-11T17:32:52.076Z
20852026-07-11T17:32:52.076Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20862026-07-11T17:32:52.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-11T17:32:52.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-11T17:32:52.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-11T17:32:52.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-11T17:32:52.479Z
20912026-07-11T17:32:52.479Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20922026-07-11T17:32:52.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-11T17:32:52.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-11T17:32:52.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-11T17:32:52.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-11T17:32:52.882Z
20972026-07-11T17:32:52.883Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20982026-07-11T17:32:53.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-11T17:32:53.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-11T17:32:53.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-11T17:32:53.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21022026-07-11T17:32:53.449Z
21032026-07-11T17:32:53.449Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21042026-07-11T17:32:53.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-11T17:32:53.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-11T17:32:53.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-11T17:32:53.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21082026-07-11T17:32:54.024Z
21092026-07-11T17:32:54.024Zinfo: running `cargo check --bins` on nexus-config (51/300)
21102026-07-11T17:32:54.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-11T17:32:54.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-11T17:32:54.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-11T17:32:54.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21142026-07-11T17:32:54.594Z
21152026-07-11T17:32:54.594Zinfo: running `cargo check --bins` on nexus-types (52/300)
21162026-07-11T17:32:55.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-11T17:32:55.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-11T17:32:55.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-11T17:32:55.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21202026-07-11T17:32:55.167Z
21212026-07-11T17:32:55.167Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21222026-07-11T17:32:55.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-11T17:32:55.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-11T17:32:55.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-11T17:32:55.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21262026-07-11T17:32:55.708Z
21272026-07-11T17:32:55.708Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21282026-07-11T17:32:56.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-11T17:32:56.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-11T17:32:56.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-11T17:32:56.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21322026-07-11T17:32:56.229Z
21332026-07-11T17:32:56.229Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21342026-07-11T17:32:56.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-11T17:32:56.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-11T17:32:56.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-11T17:32:56.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21382026-07-11T17:32:56.770Z
21392026-07-11T17:32:56.770Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21402026-07-11T17:32:57.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-11T17:32:57.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-11T17:32:57.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-11T17:32:57.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-11T17:32:57.311Z
21452026-07-11T17:32:57.311Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21462026-07-11T17:32:57.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-11T17:32:57.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-11T17:32:57.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-11T17:32:57.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21502026-07-11T17:32:57.858Z
21512026-07-11T17:32:57.859Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21522026-07-11T17:32:58.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-11T17:32:58.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-11T17:32:58.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-11T17:32:58.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21562026-07-11T17:32:58.402Z
21572026-07-11T17:32:58.402Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21582026-07-11T17:32:58.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-11T17:32:58.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-11T17:32:58.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-11T17:32:58.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21622026-07-11T17:32:58.928Z
21632026-07-11T17:32:58.928Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21642026-07-11T17:32:59.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-11T17:32:59.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-11T17:32:59.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-11T17:32:59.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-11T17:32:59.453Z
21692026-07-11T17:32:59.453Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21702026-07-11T17:32:59.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-11T17:32:59.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-11T17:32:59.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-11T17:32:59.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-11T17:32:59.974Z
21752026-07-11T17:32:59.975Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21762026-07-11T17:33:00.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-11T17:33:00.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-11T17:33:00.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-11T17:33:00.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-11T17:33:00.496Z
21812026-07-11T17:33:00.496Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21822026-07-11T17:33:00.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-11T17:33:00.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-11T17:33:00.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-11T17:33:00.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21862026-07-11T17:33:01.033Z
21872026-07-11T17:33:01.033Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21882026-07-11T17:33:01.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-11T17:33:01.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-11T17:33:01.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-11T17:33:01.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21922026-07-11T17:33:01.573Z
21932026-07-11T17:33:01.573Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21942026-07-11T17:33:02.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-11T17:33:02.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-11T17:33:02.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-11T17:33:02.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-11T17:33:02.099Z
21992026-07-11T17:33:02.099Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22002026-07-11T17:33:02.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-11T17:33:02.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-11T17:33:02.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-11T17:33:02.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-11T17:33:02.625Z
22052026-07-11T17:33:02.626Zinfo: running `cargo check --bins` on ereport-types (67/300)
22062026-07-11T17:33:03.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-11T17:33:03.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-11T17:33:03.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-11T17:33:03.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22102026-07-11T17:33:03.152Z
22112026-07-11T17:33:03.152Zinfo: running `cargo check --bins` on gateway-client (68/300)
22122026-07-11T17:33:03.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-11T17:33:03.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-11T17:33:03.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-11T17:33:03.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-11T17:33:03.680Z
22172026-07-11T17:33:03.680Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22182026-07-11T17:33:04.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-11T17:33:04.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-11T17:33:04.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-11T17:33:04.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22222026-07-11T17:33:04.211Z
22232026-07-11T17:33:04.211Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22242026-07-11T17:33:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-11T17:33:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-11T17:33:04.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-11T17:33:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-11T17:33:04.735Z
22292026-07-11T17:33:04.735Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22302026-07-11T17:33:05.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-11T17:33:05.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-11T17:33:05.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-11T17:33:05.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22342026-07-11T17:33:05.263Z
22352026-07-11T17:33:05.263Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22362026-07-11T17:33:05.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-11T17:33:05.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-11T17:33:05.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-11T17:33:05.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-11T17:33:05.786Z
22412026-07-11T17:33:05.786Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22422026-07-11T17:33:06.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-11T17:33:06.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-11T17:33:06.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-11T17:33:06.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22462026-07-11T17:33:06.339Z
22472026-07-11T17:33:06.339Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22482026-07-11T17:33:06.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-11T17:33:06.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-11T17:33:06.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-11T17:33:06.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-11T17:33:06.890Z
22532026-07-11T17:33:06.890Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22542026-07-11T17:33:07.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-11T17:33:07.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-11T17:33:07.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-11T17:33:07.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22582026-07-11T17:33:07.398Z
22592026-07-11T17:33:07.398Zinfo: running `cargo check --bins` on oxlog (76/300)
22602026-07-11T17:33:07.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-11T17:33:07.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-11T17:33:07.957Z Checking cfg-if v1.0.4
22632026-07-11T17:33:07.960Z Checking libc v0.2.185
22642026-07-11T17:33:07.960Z Checking serde_core v1.0.228
22652026-07-11T17:33:08.071Z Checking memchr v2.8.0
22662026-07-11T17:33:08.071Z Checking zeroize v1.8.2
22672026-07-11T17:33:08.085Z Checking log v0.4.29
22682026-07-11T17:33:08.093Z Checking smallvec v1.15.1
22692026-07-11T17:33:08.104Z Checking subtle v2.6.1
22702026-07-11T17:33:08.114Z Checking itoa v1.0.17
22712026-07-11T17:33:08.219Z Checking scopeguard v1.2.0
22722026-07-11T17:33:08.245Z Checking typenum v1.20.1
22732026-07-11T17:33:08.245Z Checking stable_deref_trait v1.2.1
22742026-07-11T17:33:08.268Z Checking zerofrom v0.1.6
22752026-07-11T17:33:08.283Z Checking pin-project-lite v0.2.17
22762026-07-11T17:33:08.314Z Checking lock_api v0.4.14
22772026-07-11T17:33:08.327Z Checking portable-atomic v1.13.1
22782026-07-11T17:33:08.376Z Checking critical-section v1.2.0
22792026-07-11T17:33:08.383Z Checking yoke v0.8.1
22802026-07-11T17:33:08.432Z Checking futures-core v0.3.32
22812026-07-11T17:33:08.450Z Checking errno v0.3.14
22822026-07-11T17:33:08.465Z Checking getrandom v0.2.17
22832026-07-11T17:33:08.514Z Checking parking_lot_core v0.9.12
22842026-07-11T17:33:08.543Z Checking zerovec v0.11.5
22852026-07-11T17:33:08.554Z Checking mio v1.2.0
22862026-07-11T17:33:08.564Z Checking signal-hook-registry v1.4.8
22872026-07-11T17:33:08.607Z Checking rand_core v0.6.4
22882026-07-11T17:33:08.694Z Checking parking_lot v0.12.5
22892026-07-11T17:33:08.721Z Checking zerocopy v0.8.40
22902026-07-11T17:33:08.733Z Checking once_cell v1.21.3
22912026-07-11T17:33:08.785Z Checking const-oid v0.9.6
22922026-07-11T17:33:08.828Z Checking zmij v1.0.21
22932026-07-11T17:33:08.880Z Checking rand_core v0.10.0
22942026-07-11T17:33:08.902Z Checking socket2 v0.6.3
22952026-07-11T17:33:08.968Z Checking tinystr v0.8.2
22962026-07-11T17:33:08.991Z Checking generic-array v0.14.7
22972026-07-11T17:33:09.019Z Checking getrandom v0.4.1
22982026-07-11T17:33:09.036Z Checking libm v0.2.16
22992026-07-11T17:33:09.136Z Checking equivalent v1.0.2
23002026-07-11T17:33:09.148Z Checking writeable v0.6.2
23012026-07-11T17:33:09.165Z Checking percent-encoding v2.3.2
23022026-07-11T17:33:09.216Z Checking litemap v0.8.1
23032026-07-11T17:33:09.302Z Checking potential_utf v0.1.4
23042026-07-11T17:33:09.305Z Checking zerotrie v0.2.3
23052026-07-11T17:33:09.387Z Checking icu_locale_core v2.1.1
23062026-07-11T17:33:09.431Z Checking futures-sink v0.3.32
23072026-07-11T17:33:09.444Z Checking icu_collections v2.1.1
23082026-07-11T17:33:09.469Z Checking futures-task v0.3.32
23092026-07-11T17:33:09.529Z Checking futures-channel v0.3.32
23102026-07-11T17:33:09.547Z Checking slab v0.4.12
23112026-07-11T17:33:09.560Z Checking serde v1.0.228
23122026-07-11T17:33:09.606Z Checking bitflags v2.11.0
23132026-07-11T17:33:09.703Z Checking serde_json v1.0.150
23142026-07-11T17:33:09.717Z Checking futures-io v0.3.32
23152026-07-11T17:33:09.736Z Checking num-traits v0.2.19
23162026-07-11T17:33:09.748Z Checking icu_properties_data v2.1.2
23172026-07-11T17:33:09.773Z Checking icu_normalizer_data v2.1.1
23182026-07-11T17:33:09.824Z Checking futures-util v0.3.32
23192026-07-11T17:33:09.856Z Checking hashbrown v0.17.0
23202026-07-11T17:33:09.897Z Checking block-buffer v0.10.4
23212026-07-11T17:33:09.943Z Checking icu_provider v2.1.1
23222026-07-11T17:33:09.960Z Checking bytes v1.11.1
23232026-07-11T17:33:10.033Z Checking crypto-common v0.1.7
23242026-07-11T17:33:10.156Z Checking digest v0.10.7
23252026-07-11T17:33:10.177Z Checking icu_normalizer v2.1.1
23262026-07-11T17:33:10.282Z Checking icu_properties v2.1.2
23272026-07-11T17:33:10.326Z Checking indexmap v2.14.0
23282026-07-11T17:33:10.351Z Checking utf8_iter v1.0.4
23292026-07-11T17:33:10.364Z Checking form_urlencoded v1.2.2
23302026-07-11T17:33:10.404Z Checking tokio v1.52.1
23312026-07-11T17:33:10.472Z Checking getrandom v0.3.4
23322026-07-11T17:33:10.489Z Checking fnv v1.0.7
23332026-07-11T17:33:10.493Z Checking byteorder v1.5.0
23342026-07-11T17:33:10.585Z Checking http v1.4.2
23352026-07-11T17:33:10.614Z Checking rand_core v0.9.5
23362026-07-11T17:33:10.699Z Checking regex-syntax v0.8.10
23372026-07-11T17:33:10.789Z Checking base64ct v1.8.3
23382026-07-11T17:33:10.883Z Checking rustix v1.1.3
23392026-07-11T17:33:11.027Z Checking pem-rfc7468 v0.7.0
23402026-07-11T17:33:11.109Z Checking idna_adapter v1.2.1
23412026-07-11T17:33:11.143Z Checking uuid v1.23.4
23422026-07-11T17:33:11.185Z Checking tracing-core v0.1.36
23432026-07-11T17:33:11.227Z Checking idna v1.1.0
23442026-07-11T17:33:11.474Z Checking iana-time-zone v0.1.65
23452026-07-11T17:33:11.486Z Checking url v2.5.8
23462026-07-11T17:33:11.502Z Checking base64 v0.22.1
23472026-07-11T17:33:11.505Z Checking ppv-lite86 v0.2.21
23482026-07-11T17:33:11.580Z Checking flagset v0.4.7
23492026-07-11T17:33:11.707Z Checking der v0.7.10
23502026-07-11T17:33:11.726Z Checking chrono v0.4.44
23512026-07-11T17:33:11.751Z Checking tracing v0.1.44
23522026-07-11T17:33:11.790Z Checking http-body v1.0.1
23532026-07-11T17:33:11.812Z Checking rand_chacha v0.9.0
23542026-07-11T17:33:11.923Z Checking rustls-pki-types v1.14.0
23552026-07-11T17:33:11.937Z Checking openssl-probe v0.2.1
23562026-07-11T17:33:11.957Z Checking cmov v0.5.4
23572026-07-11T17:33:12.014Z Checking tinyvec_macros v0.1.1
23582026-07-11T17:33:12.039Z Checking rand v0.9.2
23592026-07-11T17:33:12.053Z Checking aws-lc-sys v0.40.0
23602026-07-11T17:33:12.076Z Checking tinyvec v1.10.0
23612026-07-11T17:33:12.145Z Checking ctutils v0.4.2
23622026-07-11T17:33:12.207Z Checking atomic-waker v1.1.2
23632026-07-11T17:33:12.308Z Checking untrusted v0.7.1
23642026-07-11T17:33:12.354Z Checking tower-service v0.3.3
23652026-07-11T17:33:12.390Z Checking try-lock v0.2.5
23662026-07-11T17:33:12.417Z Checking tower-layer v0.3.3
23672026-07-11T17:33:12.443Z Checking hybrid-array v0.4.13
23682026-07-11T17:33:12.455Z Checking spki v0.7.3
23692026-07-11T17:33:12.487Z Checking want v0.3.1
23702026-07-11T17:33:12.511Z Checking ipnet v2.11.0
23712026-07-11T17:33:12.547Z Checking aws-lc-rs v1.16.3
23722026-07-11T17:33:12.567Z Checking httparse v1.10.1
23732026-07-11T17:33:12.585Z Checking aho-corasick v1.1.4
23742026-07-11T17:33:12.605Z Checking cpufeatures v0.2.17
23752026-07-11T17:33:12.618Z Checking untrusted v0.9.0
23762026-07-11T17:33:12.673Z Checking utf8parse v0.2.2
23772026-07-11T17:33:12.726Z Checking httpdate v1.0.3
23782026-07-11T17:33:12.764Z Checking dyn-clone v1.0.20
23792026-07-11T17:33:12.777Z Checking foreign-types-shared v0.1.1
23802026-07-11T17:33:12.777Z Checking fastrand v2.3.0
23812026-07-11T17:33:12.866Z Checking plain v0.2.3
23822026-07-11T17:33:12.878Z Checking foreign-types v0.3.2
23832026-07-11T17:33:12.889Z Checking pkcs8 v0.10.2
23842026-07-11T17:33:12.945Z Checking unicode-normalization v0.1.25
23852026-07-11T17:33:12.958Z Checking tempfile v3.25.0
23862026-07-11T17:33:12.971Z Checking semver v1.0.28
23872026-07-11T17:33:13.038Z Checking openssl-sys v0.9.115
23882026-07-11T17:33:13.153Z Checking spin v0.9.8
23892026-07-11T17:33:13.178Z Checking anstyle v1.0.14
23902026-07-11T17:33:13.270Z Checking unicode-ident v1.0.24
23912026-07-11T17:33:13.274Z Checking regex-automata v0.4.14
23922026-07-11T17:33:13.315Z Checking ucd-trie v0.1.7
23932026-07-11T17:33:13.337Z Checking proc-macro2 v1.0.106
23942026-07-11T17:33:13.351Z Checking schemars v0.8.22
23952026-07-11T17:33:13.364Z Checking sha2 v0.10.9
23962026-07-11T17:33:13.376Z Checking rustls-webpki v0.103.13
23972026-07-11T17:33:13.409Z Checking openssl v0.10.79
23982026-07-11T17:33:13.445Z Checking pest v2.8.6
23992026-07-11T17:33:13.645Z Checking hmac v0.12.1
24002026-07-11T17:33:13.658Z Checking thiserror v2.0.18
24012026-07-11T17:33:13.695Z Checking tokio-util v0.7.18
24022026-07-11T17:33:13.759Z Checking sync_wrapper v1.0.2
24032026-07-11T17:33:13.777Z Checking wait-timeout v0.2.1
24042026-07-11T17:33:13.792Z Checking rustls v0.23.41
24052026-07-11T17:33:13.859Z Checking siphasher v1.0.2
24062026-07-11T17:33:13.899Z Checking is_terminal_polyfill v1.70.2
24072026-07-11T17:33:13.987Z Checking colorchoice v1.0.4
24082026-07-11T17:33:14.001Z Checking bit-vec v0.8.0
24092026-07-11T17:33:14.017Z Checking simd-adler32 v0.3.8
24102026-07-11T17:33:14.087Z Checking quick-error v1.2.3
24112026-07-11T17:33:14.188Z Checking powerfmt v0.2.0
24122026-07-11T17:33:14.200Z Checking pretty-hex v0.4.1
24132026-07-11T17:33:14.203Z Checking anstyle-query v1.1.5
24142026-07-11T17:33:14.303Z Checking bit-set v0.8.0
24152026-07-11T17:33:14.316Z Checking h2 v0.4.15
24162026-07-11T17:33:14.317Z Checking rusty-fork v0.3.1
24172026-07-11T17:33:14.339Z Checking deranged v0.5.8
24182026-07-11T17:33:14.452Z Checking tower v0.5.3
24192026-07-11T17:33:14.497Z Checking quote v1.0.45
24202026-07-11T17:33:14.511Z Compiling newtype-uuid v1.3.2
24212026-07-11T17:33:14.669Z Checking http-body-util v0.1.3
24222026-07-11T17:33:14.689Z Checking crossbeam-utils v0.8.21
24232026-07-11T17:33:14.841Z Checking rand_xorshift v0.4.0
24242026-07-11T17:33:14.887Z Checking crc32fast v1.5.0
24252026-07-11T17:33:14.959Z Checking scroll v0.13.0
24262026-07-11T17:33:15.029Z Checking iri-string v0.7.10
24272026-07-11T17:33:15.033Z Checking num_threads v0.1.7
24282026-07-11T17:33:15.120Z Checking adler2 v2.0.1
24292026-07-11T17:33:15.133Z Checking num-conv v0.2.0
24302026-07-11T17:33:15.186Z Checking ryu v1.0.23
24312026-07-11T17:33:15.228Z Checking unicode-bidi v0.3.18
24322026-07-11T17:33:15.245Z Checking time-core v0.1.8
24332026-07-11T17:33:15.258Z Checking unicode-properties v0.1.4
24342026-07-11T17:33:15.322Z Checking allocator-api2 v0.2.21
24352026-07-11T17:33:15.384Z Checking unarray v0.1.4
24362026-07-11T17:33:15.440Z Checking native-tls v0.2.18
24372026-07-11T17:33:15.453Z Checking time v0.3.47
24382026-07-11T17:33:15.486Z Checking proptest v1.10.0
24392026-07-11T17:33:15.518Z Checking stringprep v0.1.5
24402026-07-11T17:33:15.603Z Checking serde_urlencoded v0.7.1
24412026-07-11T17:33:15.617Z Checking tokio-native-tls v0.3.1
24422026-07-11T17:33:15.668Z Checking miniz_oxide v0.8.9
24432026-07-11T17:33:15.773Z Checking goblin v0.10.5
24442026-07-11T17:33:15.807Z Checking bstr v1.12.1
24452026-07-11T17:33:16.030Z Checking crossbeam-epoch v0.9.18
24462026-07-11T17:33:16.044Z Checking tower-http v0.6.8
24472026-07-11T17:33:16.059Z Checking syn v2.0.117
24482026-07-11T17:33:16.200Z Compiling daft v0.1.7
24492026-07-11T17:33:16.257Z Checking ipnetwork v0.21.1
24502026-07-11T17:33:16.325Z Checking crypto-common v0.2.2
24512026-07-11T17:33:16.491Z Checking block-buffer v0.12.1
24522026-07-11T17:33:16.505Z Checking block-padding v0.4.2
24532026-07-11T17:33:16.602Z Checking anstyle-parse v1.0.0
24542026-07-11T17:33:16.637Z Checking rustls-native-certs v0.8.3
24552026-07-11T17:33:16.653Z Checking rand_chacha v0.3.1
24562026-07-11T17:33:16.755Z Checking thiserror v1.0.69
24572026-07-11T17:33:16.770Z Checking scroll v0.12.0
24582026-07-11T17:33:16.854Z Checking hash32 v0.2.1
24592026-07-11T17:33:16.865Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-11T17:33:16.955Z Checking signature v2.2.0
24612026-07-11T17:33:16.974Z Checking md-5 v0.10.6
24622026-07-11T17:33:17.000Z Checking num-integer v0.1.46
24632026-07-11T17:33:17.011Z Checking toml_datetime v0.6.11
24642026-07-11T17:33:17.083Z Checking serde_spanned v0.6.9
24652026-07-11T17:33:17.115Z Checking encoding_rs v0.8.35
24662026-07-11T17:33:17.190Z Checking fallible-iterator v0.2.0
24672026-07-11T17:33:17.202Z Checking hyper v1.10.1
24682026-07-11T17:33:17.216Z Checking psl-types v2.0.11
24692026-07-11T17:33:17.228Z Checking mime v0.3.17
24702026-07-11T17:33:17.322Z Checking zlib-rs v0.6.2
24712026-07-11T17:33:17.336Z Checking publicsuffix v2.3.0
24722026-07-11T17:33:17.460Z Checking postgres-protocol v0.6.10
24732026-07-11T17:33:17.495Z Checking num-iter v0.1.45
24742026-07-11T17:33:17.550Z Checking heapless v0.7.17
24752026-07-11T17:33:17.605Z Checking goblin v0.8.2
24762026-07-11T17:33:17.773Z Checking zstd-safe v7.2.4
24772026-07-11T17:33:17.940Z Checking rand v0.8.6
24782026-07-11T17:33:17.968Z Checking anstream v1.0.0
24792026-07-11T17:33:18.058Z Checking inout v0.2.2
24802026-07-11T17:33:18.132Z Checking dof v0.4.0
24812026-07-11T17:33:18.135Z Checking hyper-util v0.1.20
24822026-07-11T17:33:18.168Z Compiling iddqd v0.4.2
24832026-07-11T17:33:18.202Z Checking cookie v0.18.1
24842026-07-11T17:33:18.206Z Checking flate2 v1.1.9
24852026-07-11T17:33:18.384Z Checking oxnet v0.1.6
24862026-07-11T17:33:18.437Z Checking tokio-rustls v0.26.4
24872026-07-11T17:33:18.472Z Checking dtrace-parser v0.3.0
24882026-07-11T17:33:18.514Z Checking phf_shared v0.13.1
24892026-07-11T17:33:18.641Z Checking lazy_static v1.5.0
24902026-07-11T17:33:18.662Z Checking anstyle-parse v0.2.7
24912026-07-11T17:33:18.708Z Checking pin-project v1.1.11
24922026-07-11T17:33:18.708Z Checking zerocopy v0.7.35
24932026-07-11T17:33:18.731Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-11T17:33:18.759Z Checking signal-hook v0.3.18
24952026-07-11T17:33:18.800Z Checking futures-executor v0.3.32
24962026-07-11T17:33:18.813Z Checking terminal_size v0.4.3
24972026-07-11T17:33:18.825Z Checking hex v0.4.3
24982026-07-11T17:33:18.925Z Checking ff v0.13.1
24992026-07-11T17:33:18.945Z Checking thread-id v5.1.0
25002026-07-11T17:33:18.948Z Checking strsim v0.11.1
25012026-07-11T17:33:19.025Z Checking managed v0.8.0
25022026-07-11T17:33:19.044Z Checking base16ct v0.2.0
25032026-07-11T17:33:19.056Z Checking same-file v1.0.6
25042026-07-11T17:33:19.116Z Checking winnow v0.5.40
25052026-07-11T17:33:19.167Z Checking either v1.15.0
25062026-07-11T17:33:19.170Z Checking libbz2-rs-sys v0.2.2
25072026-07-11T17:33:19.206Z Checking foldhash v0.2.0
25082026-07-11T17:33:19.209Z Checking clap_lex v1.0.0
25092026-07-11T17:33:19.355Z Checking bumpalo v3.20.2
25102026-07-11T17:33:19.368Z Compiling rayon-core v1.13.0
25112026-07-11T17:33:19.380Z Checking foldhash v0.1.5
25122026-07-11T17:33:19.406Z Checking hyper-tls v0.6.0
25132026-07-11T17:33:19.437Z Checking bitflags v1.3.2
25142026-07-11T17:33:19.506Z Checking smoltcp v0.9.1
25152026-07-11T17:33:19.520Z Checking hashbrown v0.15.5
25162026-07-11T17:33:19.523Z Checking dof v0.3.0
25172026-07-11T17:33:19.550Z Checking zopfli v0.8.3
25182026-07-11T17:33:19.574Z Checking bzip2 v0.6.1
25192026-07-11T17:33:19.578Z Checking reqwest v0.12.28
25202026-07-11T17:33:19.598Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25212026-07-11T17:33:19.746Z Checking hyper-rustls v0.27.7
25222026-07-11T17:33:19.793Z Checking clap_builder v4.6.0
25232026-07-11T17:33:19.807Z Checking hashbrown v0.16.1
25242026-07-11T17:33:19.878Z Checking sec1 v0.7.3
25252026-07-11T17:33:19.950Z Checking walkdir v2.5.0
25262026-07-11T17:33:19.981Z Checking group v0.13.0
25272026-07-11T17:33:20.081Z Checking usdt-impl v0.6.0
25282026-07-11T17:33:20.094Z Checking futures v0.3.32
25292026-07-11T17:33:20.112Z Checking signal-hook-mio v0.2.5
25302026-07-11T17:33:20.127Z Checking anstream v0.6.21
25312026-07-11T17:33:20.172Z Checking bzip2 v0.4.4
25322026-07-11T17:33:20.216Z Checking snafu v0.8.9
25332026-07-11T17:33:20.270Z Checking toml_edit v0.19.15
25342026-07-11T17:33:20.307Z Checking num-bigint-dig v0.8.6
25352026-07-11T17:33:20.321Z Checking phf v0.13.1
25362026-07-11T17:33:20.337Z Checking cookie_store v0.22.1
25372026-07-11T17:33:20.361Z Checking cipher v0.5.2
25382026-07-11T17:33:20.460Z Checking zstd v0.13.3
25392026-07-11T17:33:20.473Z Checking postgres-types v0.2.12
25402026-07-11T17:33:20.569Z Checking ed25519 v2.2.3
25412026-07-11T17:33:20.596Z Checking dtrace-parser v0.2.0
25422026-07-11T17:33:20.647Z Checking rustls-platform-verifier v0.6.2
25432026-07-11T17:33:20.675Z Checking crossbeam-deque v0.8.6
25442026-07-11T17:33:20.753Z Checking globset v0.4.18
25452026-07-11T17:33:20.782Z Checking regex v1.12.3
25462026-07-11T17:33:20.795Z Checking phf_shared v0.11.3
25472026-07-11T17:33:20.826Z Checking hkdf v0.12.4
25482026-07-11T17:33:20.854Z Checking olpc-cjson v0.1.4
25492026-07-11T17:33:20.935Z Checking ref-cast v1.0.25
25502026-07-11T17:33:20.959Z Checking curve25519-dalek v4.1.3
25512026-07-11T17:33:20.987Z Checking strum v0.27.2
25522026-07-11T17:33:21.008Z Checking pkcs1 v0.7.5
25532026-07-11T17:33:21.032Z Checking hubpack v0.1.2
25542026-07-11T17:33:21.047Z Checking memoffset v0.9.1
25552026-07-11T17:33:21.061Z Checking rustix v0.38.44
25562026-07-11T17:33:21.093Z Checking pem v3.0.6
25572026-07-11T17:33:21.122Z Checking float-cmp v0.10.0
25582026-07-11T17:33:21.135Z Checking erased-serde v0.3.31
25592026-07-11T17:33:21.194Z Checking serde-big-array v0.5.1
25602026-07-11T17:33:21.210Z Checking serde_plain v1.0.2
25612026-07-11T17:33:21.249Z Checking crypto-bigint v0.5.5
25622026-07-11T17:33:21.252Z Checking memmap2 v0.9.10
25632026-07-11T17:33:21.319Z Checking thread-id v4.2.2
25642026-07-11T17:33:21.331Z Checking env_filter v1.0.0
25652026-07-11T17:33:21.364Z Checking jiff v0.2.21
25662026-07-11T17:33:21.401Z Checking winnow v0.7.14
25672026-07-11T17:33:21.425Z Checking fixedbitset v0.4.2
25682026-07-11T17:33:21.489Z Checking const-oid v0.10.2
25692026-07-11T17:33:21.534Z Checking difflib v0.4.0
25702026-07-11T17:33:21.578Z Checking keccak v0.1.6
25712026-07-11T17:33:21.652Z Checking winnow v1.0.3
25722026-07-11T17:33:21.723Z Checking normalize-line-endings v0.3.0
25732026-07-11T17:33:21.749Z Checking new_debug_unreachable v1.0.6
25742026-07-11T17:33:21.767Z Checking typed-path v0.9.3
25752026-07-11T17:33:21.813Z Checking static_assertions v1.1.0
25762026-07-11T17:33:21.825Z Checking fixedbitset v0.5.7
25772026-07-11T17:33:21.882Z Checking precomputed-hash v0.1.1
25782026-07-11T17:33:21.894Z Checking data-encoding v2.10.0
25792026-07-11T17:33:21.952Z Checking cpufeatures v0.3.0
25802026-07-11T17:33:21.964Z Checking predicates-core v1.0.10
25812026-07-11T17:33:22.019Z Checking unicode-segmentation v1.12.0
25822026-07-11T17:33:22.031Z Checking toml_write v0.1.2
25832026-07-11T17:33:22.085Z Checking whoami v2.1.0
25842026-07-11T17:33:22.161Z Checking hickory-proto v0.25.2
25852026-07-11T17:33:22.188Z Checking elliptic-curve v0.13.8
25862026-07-11T17:33:22.203Z Checking predicates v3.1.4
25872026-07-11T17:33:22.277Z Checking tokio-postgres v0.7.16
25882026-07-11T17:33:22.329Z Checking similar v2.7.0
25892026-07-11T17:33:22.494Z Checking chacha20 v0.10.0
25902026-07-11T17:33:22.498Z Checking petgraph v0.8.3
25912026-07-11T17:33:22.534Z Checking tough v0.22.0
25922026-07-11T17:33:22.626Z Checking toml_edit v0.22.27
25932026-07-11T17:33:22.717Z Checking string_cache v0.8.9
25942026-07-11T17:33:22.755Z Checking toml_parser v1.1.2+spec-1.1.0
25952026-07-11T17:33:22.890Z Checking crossterm v0.28.1
25962026-07-11T17:33:23.090Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25972026-07-11T17:33:23.584Z Checking ed25519-dalek v2.2.0
25982026-07-11T17:33:23.606Z Checking sha3 v0.10.8
25992026-07-11T17:33:23.621Z Checking zip v4.6.1
26002026-07-11T17:33:23.722Z Checking digest v0.11.3
26012026-07-11T17:33:23.816Z Checking petgraph v0.6.5
26022026-07-11T17:33:23.819Z Checking slog v2.8.2
26032026-07-11T17:33:23.907Z Checking env_logger v0.11.9
26042026-07-11T17:33:24.078Z Checking usdt v0.6.0
26052026-07-11T17:33:24.093Z Checking usdt-impl v0.5.0
26062026-07-11T17:33:24.105Z Checking toml v0.7.8
26072026-07-11T17:33:24.202Z Checking rsa v0.9.10
26082026-07-11T17:33:24.243Z Checking nix v0.31.2
26092026-07-11T17:33:24.373Z Checking clap v4.6.1
26102026-07-11T17:33:24.550Z Checking reqwest v0.13.2
26112026-07-11T17:33:24.671Z Checking zip v0.6.6
26122026-07-11T17:33:24.794Z Checking itertools v0.13.0
26132026-07-11T17:33:24.946Z Checking serde_with v3.17.0
26142026-07-11T17:33:24.999Z Checking strum v0.26.3
26152026-07-11T17:33:25.072Z Checking fs-err v3.3.0
26162026-07-11T17:33:25.109Z Checking ahash v0.8.12
26172026-07-11T17:33:25.308Z Checking object v0.37.3
26182026-07-11T17:33:25.323Z Checking tokio-stream v0.1.18
26192026-07-11T17:33:25.337Z Checking buf-list v1.1.2
26202026-07-11T17:33:25.374Z Checking anyhow v1.0.102
26212026-07-11T17:33:25.402Z Checking camino v1.2.2
26222026-07-11T17:33:25.449Z Checking x509-cert v0.2.5
26232026-07-11T17:33:25.514Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-11T17:33:25.568Z Checking openapiv3 v2.2.0
26252026-07-11T17:33:25.655Z Checking lalrpop-util v0.19.12
26262026-07-11T17:33:25.699Z Checking peg-runtime v0.8.5
26272026-07-11T17:33:25.774Z Checking rayon v1.11.0
26282026-07-11T17:33:25.812Z Checking sigpipe v0.1.3
26292026-07-11T17:33:25.825Z Checking glob v0.3.3
26302026-07-11T17:33:27.524Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-11T17:33:27.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.40s
26322026-07-11T17:33:27.957Z
26332026-07-11T17:33:27.958Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26342026-07-11T17:33:28.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-11T17:33:28.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-11T17:33:28.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-11T17:33:28.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26382026-07-11T17:33:28.501Z
26392026-07-11T17:33:28.501Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26402026-07-11T17:33:28.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-11T17:33:28.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-11T17:33:28.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-11T17:33:28.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26442026-07-11T17:33:29.045Z
26452026-07-11T17:33:29.045Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26462026-07-11T17:33:29.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-11T17:33:29.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-11T17:33:29.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-11T17:33:29.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26502026-07-11T17:33:29.594Z
26512026-07-11T17:33:29.594Zinfo: running `cargo check --bins` on oxql-types (80/300)
26522026-07-11T17:33:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-11T17:33:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-11T17:33:30.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-11T17:33:30.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26562026-07-11T17:33:30.131Z
26572026-07-11T17:33:30.131Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26582026-07-11T17:33:30.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-11T17:33:30.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-11T17:33:30.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-11T17:33:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-07-11T17:33:30.666Z
26632026-07-11T17:33:30.666Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26642026-07-11T17:33:31.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-11T17:33:31.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-11T17:33:31.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-11T17:33:31.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26682026-07-11T17:33:31.202Z
26692026-07-11T17:33:31.202Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26702026-07-11T17:33:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-11T17:33:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-11T17:33:31.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-11T17:33:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26742026-07-11T17:33:31.720Z
26752026-07-11T17:33:31.720Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26762026-07-11T17:33:32.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-11T17:33:32.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-11T17:33:32.359Z Compiling structmeta-derive v0.3.0
26792026-07-11T17:33:32.477Z Compiling multer v3.1.0
26802026-07-11T17:33:32.487Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-07-11T17:33:32.490Z Compiling async-stream-impl v0.3.6
26822026-07-11T17:33:32.507Z Compiling dropshot v0.17.1
26832026-07-11T17:33:32.529Z Compiling dropshot_endpoint v0.17.1
26842026-07-11T17:33:32.531Z Compiling newtype-uuid-macros v0.1.0
26852026-07-11T17:33:32.547Z Checking newtype-uuid v1.3.2
26862026-07-11T17:33:32.718Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-11T17:33:32.740Z Checking daft v0.1.7
26882026-07-11T17:33:32.791Z Checking thread_local v1.1.9
26892026-07-11T17:33:32.880Z Checking compression-core v0.4.31
26902026-07-11T17:33:32.965Z Checking match_cfg v0.1.0
26912026-07-11T17:33:32.981Z Checking iddqd v0.4.2
26922026-07-11T17:33:33.008Z Checking compression-codecs v0.4.37
26932026-07-11T17:33:33.032Z Checking hostname v0.3.1
26942026-07-11T17:33:33.085Z Checking crossbeam-channel v0.5.15
26952026-07-11T17:33:33.126Z Checking atomicwrites v0.4.4
26962026-07-11T17:33:33.148Z Checking slog-json v2.6.1
26972026-07-11T17:33:33.177Z Checking is-terminal v0.4.17
26982026-07-11T17:33:33.253Z Checking serde_spanned v1.1.1
26992026-07-11T17:33:33.266Z Checking toml_datetime v1.1.1+spec-1.1.0
27002026-07-11T17:33:33.290Z Checking term v1.2.1
27012026-07-11T17:33:33.305Z Checking toml_writer v1.1.1+spec-1.1.0
27022026-07-11T17:33:33.382Z Checking take_mut v0.2.2
27032026-07-11T17:33:33.423Z Checking debug-ignore v1.0.5
27042026-07-11T17:33:33.458Z Checking slog-bunyan v2.5.0
27052026-07-11T17:33:33.484Z Checking slog-async v2.8.0
27062026-07-11T17:33:33.487Z Checking toml v1.1.2+spec-1.1.0
27072026-07-11T17:33:33.509Z Checking slog-term v2.9.2
27082026-07-11T17:33:33.519Z Checking async-compression v0.4.41
27092026-07-11T17:33:33.539Z Compiling structmeta v0.3.0
27102026-07-11T17:33:33.571Z Checking async-stream v0.3.6
27112026-07-11T17:33:33.663Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-11T17:33:33.697Z Checking progenitor-client v0.14.0
27132026-07-11T17:33:33.749Z Compiling derive-ex v0.1.8
27142026-07-11T17:33:33.762Z Compiling parse-display-derive v0.10.0
27152026-07-11T17:33:33.766Z Checking sha1 v0.11.0
27162026-07-11T17:33:33.786Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27172026-07-11T17:33:33.906Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-07-11T17:33:34.039Z Checking waitgroup v0.1.2
27192026-07-11T17:33:34.039Z Checking rustls-pemfile v2.2.0
27202026-07-11T17:33:34.039Z Checking backon v1.6.0
27212026-07-11T17:33:34.039Z Checking serde_path_to_error v0.1.20
27222026-07-11T17:33:34.062Z Checking hostname v0.4.2
27232026-07-11T17:33:34.097Z Checking instant v0.1.13
27242026-07-11T17:33:34.161Z Checking progenitor-extras v0.2.0
27252026-07-11T17:33:34.181Z Checking backoff v0.4.0
27262026-07-11T17:33:34.304Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-11T17:33:34.349Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-11T17:33:34.353Z Checking itertools v0.14.0
27292026-07-11T17:33:34.380Z Checking regress v0.10.5
27302026-07-11T17:33:34.534Z Checking macaddr v1.0.1
27312026-07-11T17:33:34.881Z Checking humantime v2.3.0
27322026-07-11T17:33:35.448Z Compiling test-strategy v0.4.5
27332026-07-11T17:33:35.451Z Checking parse-display v0.10.0
27342026-07-11T17:33:35.985Z Compiling prettyplease v0.2.37
27352026-07-11T17:33:36.239Z Checking num-rational v0.4.2
27362026-07-11T17:33:36.524Z Checking num-complex v0.4.6
27372026-07-11T17:33:36.952Z Compiling num v0.4.3
27382026-07-11T17:33:36.991Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-07-11T17:33:37.086Z Compiling usdt-attr-macro v0.5.0
27402026-07-11T17:33:37.101Z Compiling usdt-macro v0.5.0
27412026-07-11T17:33:37.191Z Checking memmap v0.7.0
27422026-07-11T17:33:37.328Z Compiling float-ord v0.3.2
27432026-07-11T17:33:37.374Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-11T17:33:37.553Z Compiling convert_case v0.4.0
27452026-07-11T17:33:37.568Z Checking unicode-width v0.2.0
27462026-07-11T17:33:37.823Z Checking console v0.15.11
27472026-07-11T17:33:37.843Z Checking newline-converter v0.3.0
27482026-07-11T17:33:37.892Z Checking usdt v0.5.0
27492026-07-11T17:33:37.930Z Compiling derive_more v0.99.20
27502026-07-11T17:33:37.952Z Compiling toml v0.8.23
27512026-07-11T17:33:38.059Z Compiling minimal-lexical v0.2.1
27522026-07-11T17:33:38.100Z Checking linked-hash-map v0.5.6
27532026-07-11T17:33:38.269Z Checking lru-cache v0.1.2
27542026-07-11T17:33:38.315Z Compiling nom v7.1.3
27552026-07-11T17:33:38.390Z Checking expectorate v1.2.0
27562026-07-11T17:33:38.755Z Checking camino-tempfile v1.4.1
27572026-07-11T17:33:38.915Z Checking hickory-proto v0.24.4
27582026-07-11T17:33:38.929Z Checking phf_shared v0.12.1
27592026-07-11T17:33:39.053Z Compiling slog-dtrace v0.3.0
27602026-07-11T17:33:39.262Z Checking resolv-conf v0.7.6
27612026-07-11T17:33:39.436Z Compiling unicode-xid v0.2.6
27622026-07-11T17:33:39.449Z Checking heck v0.5.0
27632026-07-11T17:33:39.568Z Compiling chrono-tz v0.10.4
27642026-07-11T17:33:39.581Z Compiling const_format_proc_macros v0.2.34
27652026-07-11T17:33:39.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-11T17:33:39.834Z Checking phf v0.12.1
27672026-07-11T17:33:39.977Z Checking tokio-dtrace v0.1.1
27682026-07-11T17:33:40.167Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-11T17:33:40.180Z Compiling derive-where v1.6.0
27702026-07-11T17:33:40.506Z Checking highway v1.3.0
27712026-07-11T17:33:40.521Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-07-11T17:33:40.632Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-07-11T17:33:40.727Z Checking hickory-resolver v0.24.4
27742026-07-11T17:33:40.739Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-07-11T17:33:41.233Z Checking const_format v0.2.35
27762026-07-11T17:33:41.510Z Checking oxide-tokio-rt v0.1.4
27772026-07-11T17:33:41.537Z Checking qorb v0.4.1
27782026-07-11T17:33:41.700Z Checking gethostname v0.5.0
27792026-07-11T17:33:41.791Z Checking bcs v0.1.6
27802026-07-11T17:33:41.846Z Checking termtree v0.5.1
27812026-07-11T17:33:42.080Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-11T17:33:42.121Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-11T17:33:42.321Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-11T17:33:42.324Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-11T17:33:45.149Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-11T17:33:47.640Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-11T17:33:49.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.03s
27882026-07-11T17:33:49.922Z
27892026-07-11T17:33:49.922Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27902026-07-11T17:33:50.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-11T17:33:50.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-11T17:33:50.559Z Compiling ar_archive_writer v0.5.1
27932026-07-11T17:33:50.561Z Compiling stacker v0.1.23
27942026-07-11T17:33:50.674Z Compiling cfg_aliases v0.1.1
27952026-07-11T17:33:50.681Z Compiling convert_case v0.10.0
27962026-07-11T17:33:50.681Z Checking unicode-width v0.1.14
27972026-07-11T17:33:50.696Z Compiling proc-macro-error v1.0.4
27982026-07-11T17:33:50.706Z Checking fd-lock v4.0.4
27992026-07-11T17:33:50.706Z Checking nibble_vec v0.1.0
28002026-07-11T17:33:50.729Z Compiling nix v0.28.0
28012026-07-11T17:33:50.816Z Compiling recursive-proc-macro-impl v0.1.1
28022026-07-11T17:33:50.831Z Checking vte v0.14.1
28032026-07-11T17:33:50.915Z Checking bytecount v0.6.9
28042026-07-11T17:33:50.944Z Checking endian-type v0.1.2
28052026-07-11T17:33:50.979Z Compiling derive_more-impl v2.1.1
28062026-07-11T17:33:50.993Z Checking strip-ansi-escapes v0.2.1
28072026-07-11T17:33:51.004Z Compiling tabled_derive v0.7.0
28082026-07-11T17:33:51.014Z Checking papergrid v0.11.0
28092026-07-11T17:33:51.063Z Checking radix_trie v0.2.1
28102026-07-11T17:33:51.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-11T17:33:51.233Z Compiling peg-macros v0.8.5
28122026-07-11T17:33:51.274Z Compiling sqlparser_derive v0.5.0
28132026-07-11T17:33:51.524Z Compiling psm v0.1.30
28142026-07-11T17:33:51.603Z Checking winnow v0.6.26
28152026-07-11T17:33:51.683Z Checking home v0.5.12
28162026-07-11T17:33:51.792Z Checking unicode_categories v0.1.1
28172026-07-11T17:33:51.835Z Checking derive_more v2.1.1
28182026-07-11T17:33:51.914Z Checking nu-ansi-term v0.50.3
28192026-07-11T17:33:51.947Z Checking crossterm v0.29.0
28202026-07-11T17:33:52.011Z Checking tabled v0.15.0
28212026-07-11T17:33:52.107Z Checking rustyline v14.0.0
28222026-07-11T17:33:52.123Z Checking reedline v0.40.0
28232026-07-11T17:33:52.160Z Checking display-error-chain v0.2.2
28242026-07-11T17:33:52.316Z Checking recursive v0.1.1
28252026-07-11T17:33:52.411Z Checking sqlparser v0.61.0
28262026-07-11T17:33:52.601Z Checking peg v0.8.5
28272026-07-11T17:33:52.765Z Checking sqlformat v0.3.5
28282026-07-11T17:34:03.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28292026-07-11T17:34:03.853Z
28302026-07-11T17:34:03.853Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28312026-07-11T17:34:04.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-11T17:34:04.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-11T17:34:04.489Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-11T17:34:07.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28352026-07-11T17:34:08.132Z
28362026-07-11T17:34:08.132Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28372026-07-11T17:34:08.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-11T17:34:08.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-11T17:34:08.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-11T17:34:11.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28412026-07-11T17:34:11.425Z
28422026-07-11T17:34:11.425Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28432026-07-11T17:34:11.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-11T17:34:11.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-11T17:34:12.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-11T17:34:15.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28472026-07-11T17:34:15.489Z
28482026-07-11T17:34:15.489Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28492026-07-11T17:34:15.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-11T17:34:15.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-11T17:34:16.121Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-11T17:34:19.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28532026-07-11T17:34:19.618Z
28542026-07-11T17:34:19.618Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28552026-07-11T17:34:20.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-11T17:34:20.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-11T17:34:20.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-11T17:34:22.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28592026-07-11T17:34:23.015Z
28602026-07-11T17:34:23.015Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28612026-07-11T17:34:23.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-11T17:34:23.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-11T17:34:23.640Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-11T17:34:26.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28652026-07-11T17:34:26.477Z
28662026-07-11T17:34:26.477Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28672026-07-11T17:34:26.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-11T17:34:26.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-11T17:34:27.106Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-11T17:34:30.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28712026-07-11T17:34:30.731Z
28722026-07-11T17:34:30.731Zinfo: running `cargo check --bins` on oximeter (93/300)
28732026-07-11T17:34:31.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-11T17:34:31.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-11T17:34:31.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-11T17:34:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28772026-07-11T17:34:31.274Z
28782026-07-11T17:34:31.274Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28792026-07-11T17:34:31.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-11T17:34:31.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-11T17:34:31.863Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-11T17:34:32.024Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-11T17:34:32.027Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-11T17:34:32.379Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-11T17:34:34.913Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-11T17:34:36.150Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-11T17:34:36.355Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-11T17:34:37.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
28892026-07-11T17:34:37.179Z
28902026-07-11T17:34:37.179Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-11T17:34:37.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-11T17:34:37.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-11T17:34:37.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-11T17:34:37.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-11T17:34:37.720Z
28962026-07-11T17:34:37.720Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-11T17:34:38.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-11T17:34:38.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-11T17:34:38.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-11T17:34:38.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-11T17:34:38.298Z
29022026-07-11T17:34:38.298Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-11T17:34:38.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-11T17:34:38.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-11T17:34:38.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-11T17:34:38.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29072026-07-11T17:34:38.845Z
29082026-07-11T17:34:38.845Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-11T17:34:39.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-11T17:34:39.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-11T17:34:39.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-11T17:34:39.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-11T17:34:39.390Z
29142026-07-11T17:34:39.390Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-11T17:34:39.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-11T17:34:39.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-11T17:34:39.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-11T17:34:39.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29192026-07-11T17:34:39.938Z
29202026-07-11T17:34:39.938Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-11T17:34:40.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-11T17:34:40.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-11T17:34:40.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-11T17:34:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-11T17:34:40.481Z
29262026-07-11T17:34:40.481Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-11T17:34:40.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-11T17:34:40.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-11T17:34:40.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-11T17:34:40.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-11T17:34:41.012Z
29322026-07-11T17:34:41.013Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-11T17:34:41.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-11T17:34:41.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-11T17:34:41.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-11T17:34:41.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-11T17:34:41.556Z
29382026-07-11T17:34:41.556Zinfo: running `cargo check --bins` on update-engine (103/300)
29392026-07-11T17:34:41.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-11T17:34:42.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-11T17:34:42.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-11T17:34:42.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29432026-07-11T17:34:42.077Z
29442026-07-11T17:34:42.077Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29452026-07-11T17:34:42.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-11T17:34:42.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-11T17:34:42.750Z Compiling crucible-workspace-hack v0.1.0
29482026-07-11T17:34:42.866Z Checking secrecy v0.10.3
29492026-07-11T17:34:42.875Z Compiling toml_datetime v0.7.5+spec-1.1.0
29502026-07-11T17:34:42.877Z Compiling heapless v0.8.0
29512026-07-11T17:34:42.889Z Compiling ingot-macros v0.1.1
29522026-07-11T17:34:42.897Z Checking hash32 v0.3.1
29532026-07-11T17:34:42.900Z Checking inout v0.1.4
29542026-07-11T17:34:42.919Z Compiling smoltcp v0.11.0
29552026-07-11T17:34:42.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-07-11T17:34:43.023Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-07-11T17:34:43.036Z Checking cipher v0.4.4
29582026-07-11T17:34:43.099Z Checking cobs v0.3.0
29592026-07-11T17:34:43.125Z Checking universal-hash v0.5.1
29602026-07-11T17:34:43.200Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-11T17:34:43.238Z Checking half v2.7.1
29622026-07-11T17:34:43.272Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-07-11T17:34:43.285Z Checking ciborium-io v0.2.2
29642026-07-11T17:34:43.297Z Checking opaque-debug v0.3.1
29652026-07-11T17:34:43.362Z Checking poly1305 v0.8.0
29662026-07-11T17:34:43.375Z Checking postcard v1.1.3
29672026-07-11T17:34:43.483Z Checking chacha20 v0.9.1
29682026-07-11T17:34:43.497Z Checking ciborium-ll v0.2.2
29692026-07-11T17:34:43.624Z Compiling proc-macro-crate v3.4.0
29702026-07-11T17:34:43.656Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-11T17:34:43.669Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-11T17:34:43.681Z Checking password-hash v0.5.0
29732026-07-11T17:34:43.911Z Checking blake2 v0.10.6
29742026-07-11T17:34:43.935Z Compiling proc-macro-crate v1.3.1
29752026-07-11T17:34:44.067Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-11T17:34:44.082Z Checking aead v0.5.2
29772026-07-11T17:34:44.150Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-11T17:34:44.180Z Compiling num_enum_derive v0.7.6
29792026-07-11T17:34:44.219Z Compiling foreign-types-macros v0.2.3
29802026-07-11T17:34:44.299Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-11T17:34:44.350Z Checking foreign-types-shared v0.3.1
29822026-07-11T17:34:44.363Z Compiling num_enum_derive v0.5.11
29832026-07-11T17:34:44.391Z Checking thiserror-no-std v2.0.2
29842026-07-11T17:34:44.439Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-11T17:34:44.479Z Checking vsss-rs v3.3.4
29862026-07-11T17:34:44.557Z Checking chacha20poly1305 v0.10.1
29872026-07-11T17:34:44.685Z Checking argon2 v0.5.3
29882026-07-11T17:34:44.822Z Checking foreign-types v0.5.0
29892026-07-11T17:34:44.902Z Checking ciborium v0.2.2
29902026-07-11T17:34:45.034Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-11T17:34:45.129Z Checking tabwriter v1.4.1
29922026-07-11T17:34:45.229Z Checking num_enum v0.7.6
29932026-07-11T17:34:45.279Z Checking byte-wrapper v0.1.0
29942026-07-11T17:34:45.316Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-11T17:34:45.330Z Checking cstr-argument v0.1.2
29962026-07-11T17:34:45.344Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-11T17:34:45.397Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-11T17:34:45.448Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-11T17:34:45.481Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-07-11T17:34:45.591Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-11T17:34:45.615Z Checking num_enum v0.5.11
30022026-07-11T17:34:45.630Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-11T17:34:45.709Z Checking ingot-types v0.1.2
30042026-07-11T17:34:45.723Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-11T17:34:45.749Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-11T17:34:45.788Z Checking rand v0.10.1
30072026-07-11T17:34:45.803Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-11T17:34:45.853Z Checking colored v3.1.1
30092026-07-11T17:34:45.895Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-11T17:34:45.917Z Checking indent_write v2.2.0
30112026-07-11T17:34:45.991Z Compiling zone_cfg_derive v0.3.1
30122026-07-11T17:34:46.047Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-11T17:34:46.074Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-11T17:34:46.078Z Checking ingot v0.1.1
30152026-07-11T17:34:46.100Z Checking itertools v0.12.1
30162026-07-11T17:34:46.124Z Compiling num-derive v0.4.2
30172026-07-11T17:34:46.218Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-07-11T17:34:46.240Z Checking swrite v0.1.0
30192026-07-11T17:34:46.329Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202026-07-11T17:34:46.488Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-11T17:34:46.650Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-11T17:34:46.664Z Checking dropshot-api-manager-types v0.7.2
30232026-07-11T17:34:46.700Z Checking smf v0.2.3
30242026-07-11T17:34:46.759Z Checking nanorand v0.7.0
30252026-07-11T17:34:46.775Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-07-11T17:34:46.828Z Checking whoami v1.6.1
30272026-07-11T17:34:46.940Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-11T17:34:46.953Z Checking flume v0.11.1
30292026-07-11T17:34:47.109Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-11T17:34:47.150Z Checking zone v0.3.1
30312026-07-11T17:34:47.709Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-11T17:34:48.670Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-11T17:34:49.556Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-11T17:34:53.007Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-11T17:34:55.075Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-11T17:34:56.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
30372026-07-11T17:34:56.341Z
30382026-07-11T17:34:56.341Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30392026-07-11T17:34:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-11T17:34:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-11T17:34:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-11T17:34:56.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30432026-07-11T17:34:56.877Z
30442026-07-11T17:34:56.877Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30452026-07-11T17:34:57.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-11T17:34:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-11T17:34:57.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-11T17:34:57.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30492026-07-11T17:34:57.406Z
30502026-07-11T17:34:57.406Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30512026-07-11T17:34:57.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-11T17:34:57.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-11T17:34:57.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-11T17:34:57.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30552026-07-11T17:34:57.945Z
30562026-07-11T17:34:57.946Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30572026-07-11T17:34:58.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-11T17:34:58.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-11T17:34:58.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-11T17:34:58.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30612026-07-11T17:34:58.485Z
30622026-07-11T17:34:58.485Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30632026-07-11T17:34:58.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-11T17:34:58.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-11T17:34:58.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-11T17:34:58.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30672026-07-11T17:34:59.019Z
30682026-07-11T17:34:59.019Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30692026-07-11T17:34:59.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-11T17:34:59.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-11T17:34:59.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-11T17:34:59.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30732026-07-11T17:34:59.550Z
30742026-07-11T17:34:59.551Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30752026-07-11T17:35:00.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-11T17:35:00.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-11T17:35:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-11T17:35:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30792026-07-11T17:35:00.085Z
30802026-07-11T17:35:00.085Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30812026-07-11T17:35:00.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-11T17:35:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-11T17:35:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-11T17:35:00.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30852026-07-11T17:35:00.603Z
30862026-07-11T17:35:00.603Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30872026-07-11T17:35:01.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-11T17:35:01.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-11T17:35:01.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-11T17:35:01.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30912026-07-11T17:35:01.139Z
30922026-07-11T17:35:01.139Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30932026-07-11T17:35:01.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-11T17:35:01.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-11T17:35:01.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-11T17:35:01.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30972026-07-11T17:35:01.675Z
30982026-07-11T17:35:01.676Zinfo: running `cargo check --bins` on installinator-client (115/300)
30992026-07-11T17:35:02.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-11T17:35:02.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-11T17:35:02.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-11T17:35:02.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31032026-07-11T17:35:02.212Z
31042026-07-11T17:35:02.212Zinfo: running `cargo check --bins` on nexus-client (116/300)
31052026-07-11T17:35:02.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-11T17:35:02.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-11T17:35:02.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-11T17:35:02.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31092026-07-11T17:35:02.782Z
31102026-07-11T17:35:02.783Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31112026-07-11T17:35:03.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-11T17:35:03.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-11T17:35:03.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-11T17:35:03.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31152026-07-11T17:35:03.356Z
31162026-07-11T17:35:03.356Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31172026-07-11T17:35:03.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-11T17:35:03.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-11T17:35:03.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-11T17:35:03.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31212026-07-11T17:35:03.881Z
31222026-07-11T17:35:03.881Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31232026-07-11T17:35:04.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-11T17:35:04.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-11T17:35:04.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-11T17:35:04.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31272026-07-11T17:35:04.408Z
31282026-07-11T17:35:04.408Zinfo: running `cargo check --bins` on oxide-client (120/300)
31292026-07-11T17:35:04.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-11T17:35:04.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-11T17:35:04.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-11T17:35:04.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-11T17:35:04.938Z
31342026-07-11T17:35:04.938Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31352026-07-11T17:35:05.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-11T17:35:05.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-11T17:35:05.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-11T17:35:05.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31392026-07-11T17:35:05.478Z
31402026-07-11T17:35:05.478Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31412026-07-11T17:35:05.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-11T17:35:05.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-11T17:35:05.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-11T17:35:05.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31452026-07-11T17:35:06.003Z
31462026-07-11T17:35:06.003Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31472026-07-11T17:35:06.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-11T17:35:06.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-11T17:35:06.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-11T17:35:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-11T17:35:06.550Z
31522026-07-11T17:35:06.550Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31532026-07-11T17:35:07.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-11T17:35:07.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-11T17:35:07.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-11T17:35:07.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31572026-07-11T17:35:07.117Z
31582026-07-11T17:35:07.117Zinfo: running `cargo check --bins` on installinator-common (125/300)
31592026-07-11T17:35:07.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-11T17:35:07.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-11T17:35:07.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-11T17:35:07.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31632026-07-11T17:35:07.674Z
31642026-07-11T17:35:07.674Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31652026-07-11T17:35:08.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-11T17:35:08.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-11T17:35:08.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-11T17:35:08.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31692026-07-11T17:35:08.202Z
31702026-07-11T17:35:08.202Zinfo: running `cargo check --bins` on wicket-common (127/300)
31712026-07-11T17:35:08.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-11T17:35:08.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-11T17:35:08.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-07-11T17:35:08.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31752026-07-11T17:35:08.757Z
31762026-07-11T17:35:08.757Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31772026-07-11T17:35:09.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-07-11T17:35:09.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-07-11T17:35:09.403Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-07-11T17:35:09.515Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-07-11T17:35:09.523Z Checking csv-core v0.1.13
31822026-07-11T17:35:09.529Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-07-11T17:35:09.532Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-07-11T17:35:09.545Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-07-11T17:35:09.556Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-11T17:35:09.567Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-07-11T17:35:09.680Z Checking csv v1.4.0
31882026-07-11T17:35:09.708Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-07-11T17:35:09.734Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-07-11T17:35:09.748Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-07-11T17:35:09.776Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-07-11T17:35:10.022Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-11T17:35:10.383Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31942026-07-11T17:35:10.383Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-07-11T17:35:10.727Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-07-11T17:35:16.847Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-07-11T17:35:17.385Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-07-11T17:35:19.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
31992026-07-11T17:35:19.953Z
32002026-07-11T17:35:19.953Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
32012026-07-11T17:35:20.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-11T17:35:20.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-11T17:35:20.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-11T17:35:20.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32052026-07-11T17:35:20.495Z
32062026-07-11T17:35:20.495Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32072026-07-11T17:35:21.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-11T17:35:21.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-11T17:35:21.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-11T17:35:21.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32112026-07-11T17:35:21.114Z
32122026-07-11T17:35:21.114Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32132026-07-11T17:35:21.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-11T17:35:21.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-11T17:35:21.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-11T17:35:21.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32172026-07-11T17:35:21.742Z
32182026-07-11T17:35:21.742Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32192026-07-11T17:35:22.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-11T17:35:22.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-11T17:35:22.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-07-11T17:35:22.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32232026-07-11T17:35:22.316Z
32242026-07-11T17:35:22.316Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32252026-07-11T17:35:22.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-07-11T17:35:22.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-07-11T17:35:23.021Z Compiling regress v0.11.1
32282026-07-11T17:35:23.162Z Compiling unsafe-libyaml v0.2.11
32292026-07-11T17:35:23.171Z Compiling semver v0.1.20
32302026-07-11T17:35:23.174Z Compiling radium v0.7.0
32312026-07-11T17:35:23.192Z Checking nom v8.0.0
32322026-07-11T17:35:23.192Z Compiling maybe-uninit v2.0.0
32332026-07-11T17:35:23.203Z Checking tap v1.0.1
32342026-07-11T17:35:23.319Z Checking wyz v0.5.1
32352026-07-11T17:35:23.451Z Compiling rustc_version v0.1.7
32362026-07-11T17:35:23.527Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-07-11T17:35:23.564Z Compiling zerocopy-derive v0.6.6
32382026-07-11T17:35:23.671Z Compiling newtype_derive v0.1.6
32392026-07-11T17:35:23.671Z Compiling serde_yaml v0.9.34+deprecated
32402026-07-11T17:35:23.877Z Checking funty v2.0.0
32412026-07-11T17:35:23.897Z Compiling packed_struct v0.10.1
32422026-07-11T17:35:24.166Z Compiling owo-colors v4.3.0
32432026-07-11T17:35:24.200Z Checking crc-catalog v2.4.0
32442026-07-11T17:35:24.295Z Compiling cancel-safe-futures v0.1.5
32452026-07-11T17:35:24.425Z Checking zerocopy v0.6.6
32462026-07-11T17:35:24.539Z Checking crc v3.4.0
32472026-07-11T17:35:24.554Z Checking bitvec v1.0.1
32482026-07-11T17:35:24.603Z Checking typify-impl v0.6.2
32492026-07-11T17:35:24.868Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-07-11T17:35:25.010Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-07-11T17:35:25.136Z Compiling packed_struct_codegen v0.10.1
32522026-07-11T17:35:25.157Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-07-11T17:35:25.356Z Checking libsw-core v0.3.2
32542026-07-11T17:35:25.396Z Compiling bitfield-macros v0.19.4
32552026-07-11T17:35:25.504Z Compiling indexmap v1.9.3
32562026-07-11T17:35:25.719Z Checking nodrop v0.1.14
32572026-07-11T17:35:25.774Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32582026-07-11T17:35:25.814Z Checking array-init v0.0.4
32592026-07-11T17:35:25.870Z Checking libsw v3.5.0
32602026-07-11T17:35:25.898Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-07-11T17:35:26.022Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-07-11T17:35:26.119Z Checking smallvec v0.6.14
32632026-07-11T17:35:26.134Z Checking bitfield v0.19.4
32642026-07-11T17:35:26.277Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-07-11T17:35:26.343Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-07-11T17:35:26.432Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32672026-07-11T17:35:26.483Z Checking linear-map v1.2.0
32682026-07-11T17:35:26.555Z Checking base64 v0.21.7
32692026-07-11T17:35:26.656Z Checking hashbrown v0.12.3
32702026-07-11T17:35:26.712Z Checking smawk v0.3.2
32712026-07-11T17:35:26.794Z Checking tagptr v0.2.0
32722026-07-11T17:35:26.848Z Checking unicode-linebreak v0.1.5
32732026-07-11T17:35:26.879Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32742026-07-11T17:35:26.908Z Checking ron v0.8.1
32752026-07-11T17:35:26.937Z Checking moka v0.12.13
32762026-07-11T17:35:27.065Z Checking textwrap v0.16.2
32772026-07-11T17:35:27.284Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-07-11T17:35:27.323Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32792026-07-11T17:35:27.410Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-07-11T17:35:27.443Z Checking serde-hex v0.1.0
32812026-07-11T17:35:27.458Z Checking steno v0.4.1
32822026-07-11T17:35:27.587Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-11T17:35:27.752Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-11T17:35:28.171Z Checking hashbrown v0.13.2
32852026-07-11T17:35:28.225Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-07-11T17:35:28.340Z Checking crc-any v2.5.0
32872026-07-11T17:35:28.452Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-11T17:35:28.467Z Checking hickory-resolver v0.25.2
32892026-07-11T17:35:28.519Z Checking sha1 v0.10.6
32902026-07-11T17:35:28.600Z Checking object v0.30.4
32912026-07-11T17:35:28.615Z Checking void v1.0.2
32922026-07-11T17:35:28.684Z Checking path-slash v0.1.5
32932026-07-11T17:35:28.718Z Checking half v1.8.3
32942026-07-11T17:35:28.791Z Checking utf-8 v0.7.6
32952026-07-11T17:35:28.919Z Checking serde_cbor v0.11.2
32962026-07-11T17:35:28.933Z Checking tungstenite v0.23.0
32972026-07-11T17:35:28.946Z Checking lzss v0.8.2
32982026-07-11T17:35:29.181Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-07-11T17:35:29.203Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33002026-07-11T17:35:29.252Z Compiling typify-macro v0.6.2
33012026-07-11T17:35:29.268Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33022026-07-11T17:35:29.297Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-07-11T17:35:29.310Z Checking nix v0.27.1
33042026-07-11T17:35:29.357Z Checking kstat-rs v0.2.4
33052026-07-11T17:35:29.420Z Checking fxhash v0.2.1
33062026-07-11T17:35:29.532Z Checking serde_bytes v0.11.19
33072026-07-11T17:35:29.546Z Checking tokio-tungstenite v0.23.1
33082026-07-11T17:35:29.550Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-11T17:35:29.588Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-07-11T17:35:29.711Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-11T17:35:29.811Z Checking signal-hook-tokio v0.3.1
33122026-07-11T17:35:30.378Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-11T17:35:30.676Z Compiling typify v0.6.2
33142026-07-11T17:35:30.753Z Compiling progenitor-impl v0.14.0
33152026-07-11T17:35:31.312Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-11T17:35:31.633Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-11T17:35:32.211Z Compiling progenitor-macro v0.14.0
33182026-07-11T17:35:34.551Z Checking progenitor v0.14.0
33192026-07-11T17:35:34.666Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-11T17:35:34.669Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-11T17:35:37.351Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-11T17:35:45.612Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-11T17:35:52.204Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-11T17:35:53.574Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-11T17:35:54.067Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-11T17:35:56.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s
33272026-07-11T17:35:56.331Z
33282026-07-11T17:35:56.331Zinfo: running `cargo check --bins` on gateway-api (134/300)
33292026-07-11T17:35:56.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-11T17:35:56.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-11T17:35:56.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-11T17:35:56.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-11T17:35:56.872Z
33342026-07-11T17:35:56.872Zinfo: running `cargo check --bins` on ipcc (135/300)
33352026-07-11T17:35:57.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-11T17:35:57.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-11T17:35:57.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-11T17:35:57.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33392026-07-11T17:35:57.405Z
33402026-07-11T17:35:57.405Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33412026-07-11T17:35:57.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-11T17:35:57.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-11T17:35:57.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-11T17:35:57.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-07-11T17:35:57.926Z
33462026-07-11T17:35:57.926Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33472026-07-11T17:35:58.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-11T17:35:58.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-11T17:35:58.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-11T17:35:58.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-07-11T17:35:58.479Z
33522026-07-11T17:35:58.479Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33532026-07-11T17:35:58.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-11T17:35:58.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-11T17:35:58.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-11T17:35:58.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-11T17:35:59.019Z
33582026-07-11T17:35:59.019Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33592026-07-11T17:35:59.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-11T17:35:59.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-11T17:35:59.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-11T17:35:59.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33632026-07-11T17:35:59.548Z
33642026-07-11T17:35:59.548Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33652026-07-11T17:36:00.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-11T17:36:00.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-11T17:36:00.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-11T17:36:00.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-11T17:36:00.088Z
33702026-07-11T17:36:00.088Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33712026-07-11T17:36:00.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-11T17:36:00.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-11T17:36:00.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-11T17:36:00.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-07-11T17:36:00.643Z
33762026-07-11T17:36:00.643Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33772026-07-11T17:36:01.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-11T17:36:01.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-11T17:36:01.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-11T17:36:01.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-11T17:36:01.181Z
33822026-07-11T17:36:01.181Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33832026-07-11T17:36:01.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-11T17:36:01.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-11T17:36:01.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-11T17:36:01.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-07-11T17:36:01.709Z
33882026-07-11T17:36:01.709Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33892026-07-11T17:36:02.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-11T17:36:02.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-11T17:36:02.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-11T17:36:02.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-07-11T17:36:02.242Z
33942026-07-11T17:36:02.242Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33952026-07-11T17:36:02.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-11T17:36:02.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-11T17:36:02.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-11T17:36:02.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-07-11T17:36:02.773Z
34002026-07-11T17:36:02.773Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
34012026-07-11T17:36:03.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-11T17:36:03.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-11T17:36:03.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-11T17:36:03.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-11T17:36:03.307Z
34062026-07-11T17:36:03.307Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34072026-07-11T17:36:03.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-11T17:36:03.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-11T17:36:03.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-11T17:36:03.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-07-11T17:36:03.846Z
34122026-07-11T17:36:03.846Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34132026-07-11T17:36:04.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-11T17:36:04.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-11T17:36:04.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-11T17:36:04.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-11T17:36:04.390Z
34182026-07-11T17:36:04.390Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34192026-07-11T17:36:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-11T17:36:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-11T17:36:04.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-11T17:36:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-11T17:36:04.941Z
34242026-07-11T17:36:04.941Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34252026-07-11T17:36:05.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-11T17:36:05.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-11T17:36:05.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-11T17:36:05.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-11T17:36:05.492Z
34302026-07-11T17:36:05.492Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34312026-07-11T17:36:05.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-11T17:36:05.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-11T17:36:05.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-11T17:36:05.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-07-11T17:36:06.043Z
34362026-07-11T17:36:06.043Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34372026-07-11T17:36:06.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-11T17:36:06.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-11T17:36:06.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-11T17:36:06.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-11T17:36:06.597Z
34422026-07-11T17:36:06.597Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34432026-07-11T17:36:07.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-11T17:36:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-11T17:36:07.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-11T17:36:07.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-11T17:36:07.151Z
34482026-07-11T17:36:07.151Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34492026-07-11T17:36:07.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-11T17:36:07.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-11T17:36:07.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-11T17:36:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-11T17:36:07.702Z
34542026-07-11T17:36:07.702Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34552026-07-11T17:36:08.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-11T17:36:08.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-11T17:36:08.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-11T17:36:08.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-11T17:36:08.247Z
34602026-07-11T17:36:08.247Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34612026-07-11T17:36:08.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-11T17:36:08.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-11T17:36:08.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-11T17:36:08.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-11T17:36:08.799Z
34662026-07-11T17:36:08.799Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34672026-07-11T17:36:09.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-11T17:36:09.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-11T17:36:09.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-11T17:36:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34712026-07-11T17:36:09.348Z
34722026-07-11T17:36:09.348Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34732026-07-11T17:36:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-11T17:36:09.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-11T17:36:09.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-11T17:36:09.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-11T17:36:09.879Z
34782026-07-11T17:36:09.879Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34792026-07-11T17:36:10.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-11T17:36:10.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-11T17:36:10.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-11T17:36:10.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-11T17:36:10.407Z
34842026-07-11T17:36:10.407Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34852026-07-11T17:36:10.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-11T17:36:10.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-11T17:36:10.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-11T17:36:10.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-07-11T17:36:10.937Z
34902026-07-11T17:36:10.937Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34912026-07-11T17:36:11.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-11T17:36:11.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-11T17:36:11.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-11T17:36:11.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-07-11T17:36:11.464Z
34962026-07-11T17:36:11.464Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34972026-07-11T17:36:11.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-11T17:36:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-11T17:36:11.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-11T17:36:11.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-11T17:36:12.001Z
35022026-07-11T17:36:12.001Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
35032026-07-11T17:36:12.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-11T17:36:12.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-11T17:36:12.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-11T17:36:12.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-11T17:36:12.533Z
35082026-07-11T17:36:12.533Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35092026-07-11T17:36:12.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-11T17:36:12.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-11T17:36:12.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-11T17:36:12.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-11T17:36:13.068Z
35142026-07-11T17:36:13.069Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35152026-07-11T17:36:13.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-11T17:36:13.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-11T17:36:13.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-11T17:36:13.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35192026-07-11T17:36:13.603Z
35202026-07-11T17:36:13.603Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35212026-07-11T17:36:14.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-11T17:36:14.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-11T17:36:14.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-11T17:36:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-07-11T17:36:14.157Z
35262026-07-11T17:36:14.157Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35272026-07-11T17:36:14.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-11T17:36:14.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-11T17:36:14.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-11T17:36:14.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-11T17:36:14.709Z
35322026-07-11T17:36:14.709Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35332026-07-11T17:36:15.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-11T17:36:15.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-11T17:36:15.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-11T17:36:15.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-11T17:36:15.264Z
35382026-07-11T17:36:15.264Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35392026-07-11T17:36:15.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-11T17:36:15.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-11T17:36:15.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-11T17:36:15.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-07-11T17:36:15.817Z
35442026-07-11T17:36:15.818Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35452026-07-11T17:36:16.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-11T17:36:16.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-11T17:36:16.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-11T17:36:16.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-07-11T17:36:16.371Z
35502026-07-11T17:36:16.371Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35512026-07-11T17:36:16.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-11T17:36:16.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-11T17:36:16.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-11T17:36:16.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-11T17:36:16.923Z
35562026-07-11T17:36:16.923Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35572026-07-11T17:36:17.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-11T17:36:17.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-11T17:36:17.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-11T17:36:17.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-11T17:36:17.477Z
35622026-07-11T17:36:17.477Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35632026-07-11T17:36:17.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-11T17:36:17.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-11T17:36:17.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-11T17:36:17.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-07-11T17:36:18.047Z
35682026-07-11T17:36:18.047Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35692026-07-11T17:36:18.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-11T17:36:18.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-11T17:36:18.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-11T17:36:18.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35732026-07-11T17:36:18.583Z
35742026-07-11T17:36:18.583Zinfo: running `cargo check --bins` on dns-server (175/300)
35752026-07-11T17:36:19.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-11T17:36:19.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-11T17:36:19.178Z Compiling parking_lot_core v0.8.6
35782026-07-11T17:36:19.181Z Compiling git-stub v1.0.0
35792026-07-11T17:36:19.181Z Checking prefix-trie v0.7.0
35802026-07-11T17:36:19.181Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-11T17:36:19.415Z Compiling git-stub-vcs v0.1.0
35822026-07-11T17:36:19.566Z Checking hickory-server v0.25.2
35832026-07-11T17:36:19.694Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-07-11T17:36:19.706Z Checking parking_lot v0.11.2
35852026-07-11T17:36:19.747Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-07-11T17:36:19.747Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-07-11T17:36:19.878Z Checking sled v0.34.7
35882026-07-11T17:36:21.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35892026-07-11T17:36:21.971Z
35902026-07-11T17:36:21.971Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35912026-07-11T17:36:22.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-11T17:36:22.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-11T17:36:22.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-11T17:36:22.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35952026-07-11T17:36:22.501Z
35962026-07-11T17:36:22.501Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35972026-07-11T17:36:22.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-11T17:36:22.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-11T17:36:22.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-11T17:36:22.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36012026-07-11T17:36:23.031Z
36022026-07-11T17:36:23.031Zinfo: running `cargo check --bins` on sp-sim (178/300)
36032026-07-11T17:36:23.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-11T17:36:23.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-11T17:36:23.696Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-07-11T17:36:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
36072026-07-11T17:36:25.651Z
36082026-07-11T17:36:25.651Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36092026-07-11T17:36:26.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-11T17:36:26.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-11T17:36:26.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-11T17:36:26.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-11T17:36:26.236Z
36142026-07-11T17:36:26.236Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36152026-07-11T17:36:26.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-11T17:36:26.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-11T17:36:26.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-11T17:36:26.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36192026-07-11T17:36:26.832Z
36202026-07-11T17:36:26.832Zinfo: running `cargo check --bins` on db-macros (181/300)
36212026-07-11T17:36:27.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-11T17:36:27.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-11T17:36:27.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-11T17:36:27.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36252026-07-11T17:36:27.349Z
36262026-07-11T17:36:27.349Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36272026-07-11T17:36:27.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-11T17:36:27.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-11T17:36:27.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-11T17:36:27.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36312026-07-11T17:36:27.868Z
36322026-07-11T17:36:27.868Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36332026-07-11T17:36:28.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-11T17:36:28.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-11T17:36:28.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-11T17:36:28.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36372026-07-11T17:36:28.451Z
36382026-07-11T17:36:28.451Zinfo: running `cargo check --bins` on authz-macros (184/300)
36392026-07-11T17:36:28.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-11T17:36:28.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-11T17:36:28.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-11T17:36:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36432026-07-11T17:36:28.970Z
36442026-07-11T17:36:28.970Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36452026-07-11T17:36:29.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-11T17:36:29.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-11T17:36:29.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-11T17:36:29.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-07-11T17:36:29.539Z
36502026-07-11T17:36:29.539Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36512026-07-11T17:36:30.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-11T17:36:30.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-11T17:36:30.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-11T17:36:30.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36552026-07-11T17:36:30.113Z
36562026-07-11T17:36:30.113Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36572026-07-11T17:36:30.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-11T17:36:30.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-11T17:36:30.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-11T17:36:30.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-07-11T17:36:30.631Z
36622026-07-11T17:36:30.631Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36632026-07-11T17:36:31.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-11T17:36:31.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-11T17:36:31.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-11T17:36:31.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36672026-07-11T17:36:31.144Z
36682026-07-11T17:36:31.144Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36692026-07-11T17:36:31.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-11T17:36:31.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-11T17:36:31.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-11T17:36:31.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36732026-07-11T17:36:31.677Z
36742026-07-11T17:36:31.677Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36752026-07-11T17:36:32.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-11T17:36:32.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-11T17:36:32.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-11T17:36:32.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36792026-07-11T17:36:32.199Z
36802026-07-11T17:36:32.199Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36812026-07-11T17:36:32.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-11T17:36:32.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-11T17:36:32.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-11T17:36:32.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-07-11T17:36:32.714Z
36862026-07-11T17:36:32.714Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36872026-07-11T17:36:33.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-11T17:36:33.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-11T17:36:33.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-11T17:36:33.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36912026-07-11T17:36:33.233Z
36922026-07-11T17:36:33.233Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36932026-07-11T17:36:33.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-11T17:36:33.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-11T17:36:33.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-11T17:36:33.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-07-11T17:36:33.810Z
36982026-07-11T17:36:33.810Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36992026-07-11T17:36:34.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-11T17:36:34.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-11T17:36:34.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-11T17:36:34.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37032026-07-11T17:36:34.394Z
37042026-07-11T17:36:34.395Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
37052026-07-11T17:36:34.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-11T17:36:34.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-11T17:36:34.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-11T17:36:34.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-07-11T17:36:34.968Z
37102026-07-11T17:36:34.968Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37112026-07-11T17:36:35.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-11T17:36:35.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-11T17:36:35.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-11T17:36:35.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-07-11T17:36:35.522Z
37162026-07-11T17:36:35.523Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37172026-07-11T17:36:35.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-11T17:36:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-11T17:36:35.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-11T17:36:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-07-11T17:36:36.076Z
37222026-07-11T17:36:36.077Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37232026-07-11T17:36:36.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-11T17:36:36.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-11T17:36:36.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-11T17:36:36.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37272026-07-11T17:36:36.627Z
37282026-07-11T17:36:36.627Zinfo: running `cargo check --bins` on key-manager (199/300)
37292026-07-11T17:36:37.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-11T17:36:37.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-11T17:36:37.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-11T17:36:37.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37332026-07-11T17:36:37.154Z
37342026-07-11T17:36:37.154Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37352026-07-11T17:36:37.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-11T17:36:37.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-11T17:36:37.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-11T17:36:37.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-11T17:36:37.702Z
37402026-07-11T17:36:37.702Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37412026-07-11T17:36:38.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-11T17:36:38.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-11T17:36:38.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-11T17:36:38.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37452026-07-11T17:36:38.248Z
37462026-07-11T17:36:38.248Zinfo: running `cargo check --bins` on typed-rng (202/300)
37472026-07-11T17:36:38.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-11T17:36:38.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-11T17:36:38.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-07-11T17:36:38.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37512026-07-11T17:36:38.763Z
37522026-07-11T17:36:38.763Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37532026-07-11T17:36:39.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-07-11T17:36:39.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-07-11T17:36:39.546Z Compiling libefi-sys v0.1.0
37562026-07-11T17:36:39.549Z Compiling bitfield-struct v0.6.2
37572026-07-11T17:36:39.688Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-07-11T17:36:39.696Z Compiling xshell-macros v0.2.7
37592026-07-11T17:36:39.704Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602026-07-11T17:36:39.717Z Compiling salty v0.3.0
37612026-07-11T17:36:39.730Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-07-11T17:36:39.745Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-07-11T17:36:39.758Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-11T17:36:39.868Z Checking rfc6979 v0.4.0
37652026-07-11T17:36:39.994Z Checking ecdsa v0.16.9
37662026-07-11T17:36:40.023Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-11T17:36:40.061Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-07-11T17:36:40.077Z Checking xshell v0.2.7
37692026-07-11T17:36:40.188Z Checking primeorder v0.13.6
37702026-07-11T17:36:40.206Z Compiling proc-macro-error-attr2 v2.0.0
37712026-07-11T17:36:40.221Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-11T17:36:40.242Z Checking tungstenite v0.21.0
37732026-07-11T17:36:40.307Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-11T17:36:40.330Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-07-11T17:36:40.386Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-11T17:36:40.433Z Checking p384 v0.13.1
37772026-07-11T17:36:40.450Z Compiling num-derive v0.3.3
37782026-07-11T17:36:40.541Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-07-11T17:36:40.610Z Compiling proc-macro-error2 v2.0.1
37802026-07-11T17:36:40.653Z Checking tokio-tungstenite v0.21.0
37812026-07-11T17:36:40.706Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-07-11T17:36:40.750Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37832026-07-11T17:36:40.771Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-07-11T17:36:40.845Z Checking papergrid v0.17.0
37852026-07-11T17:36:40.920Z Compiling tabled_derive v0.11.0
37862026-07-11T17:36:40.935Z Compiling progenitor-impl v0.13.0
37872026-07-11T17:36:40.977Z Checking testing_table v0.3.0
37882026-07-11T17:36:41.037Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-11T17:36:41.070Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37902026-07-11T17:36:41.085Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-11T17:36:41.278Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-07-11T17:36:41.295Z Checking corncobs v0.1.4
37932026-07-11T17:36:41.346Z Checking libscf-sys v1.1.0
37942026-07-11T17:36:41.437Z Compiling illumos-nvpair-sys v0.2.0
37952026-07-11T17:36:41.509Z Compiling unicase v2.9.0
37962026-07-11T17:36:41.575Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-07-11T17:36:41.662Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-11T17:36:41.694Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37992026-07-11T17:36:41.712Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38002026-07-11T17:36:41.728Z Compiling mime_guess v2.0.5
38012026-07-11T17:36:41.782Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38022026-07-11T17:36:41.821Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-11T17:36:42.047Z Checking progenitor-client v0.13.0
38042026-07-11T17:36:42.103Z Checking tabled v0.20.0
38052026-07-11T17:36:42.288Z Checking secrecy v0.8.0
38062026-07-11T17:36:42.303Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38072026-07-11T17:36:42.359Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38082026-07-11T17:36:42.375Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38092026-07-11T17:36:42.554Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38102026-07-11T17:36:42.715Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38112026-07-11T17:36:42.813Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38122026-07-11T17:36:42.829Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38132026-07-11T17:36:42.843Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38142026-07-11T17:36:42.968Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-07-11T17:36:43.080Z Checking filetime v0.2.27
38162026-07-11T17:36:43.139Z Checking http-range v0.1.5
38172026-07-11T17:36:43.222Z Checking crc8 v0.1.1
38182026-07-11T17:36:43.284Z Checking xattr v1.6.1
38192026-07-11T17:36:43.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38202026-07-11T17:36:43.412Z Checking tar v0.4.45
38212026-07-11T17:36:43.520Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38222026-07-11T17:36:43.535Z Checking illumos-nvpair v0.3.0
38232026-07-11T17:36:43.549Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38242026-07-11T17:36:43.564Z Compiling progenitor-macro v0.13.0
38252026-07-11T17:36:43.749Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-07-11T17:36:43.795Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38272026-07-11T17:36:43.828Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38282026-07-11T17:36:44.135Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38292026-07-11T17:36:44.151Z Checking atty v0.2.14
38302026-07-11T17:36:44.165Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38312026-07-11T17:36:44.248Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38322026-07-11T17:36:44.303Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38332026-07-11T17:36:44.418Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-07-11T17:36:44.437Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-07-11T17:36:44.477Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38362026-07-11T17:36:44.493Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38372026-07-11T17:36:44.708Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-07-11T17:36:44.764Z Checking hyper-staticfile v0.10.1
38392026-07-11T17:36:44.829Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-11T17:36:44.882Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-11T17:36:45.061Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-11T17:36:45.094Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38432026-07-11T17:36:45.331Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38442026-07-11T17:36:45.381Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-11T17:36:45.608Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38462026-07-11T17:36:45.919Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38472026-07-11T17:36:46.446Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-11T17:36:46.938Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-11T17:36:47.347Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-11T17:36:47.740Z Checking progenitor v0.13.0
38512026-07-11T17:36:47.875Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-11T17:36:49.752Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-11T17:36:53.318Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-11T17:37:04.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.54s
38552026-07-11T17:37:04.522Z
38562026-07-11T17:37:04.523Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38572026-07-11T17:37:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-11T17:37:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-11T17:37:05.259Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-11T17:37:16.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38612026-07-11T17:37:16.209Z
38622026-07-11T17:37:16.209Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38632026-07-11T17:37:16.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-11T17:37:16.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-11T17:37:16.945Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-11T17:37:27.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38672026-07-11T17:37:27.977Z
38682026-07-11T17:37:27.977Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38692026-07-11T17:37:28.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-11T17:37:28.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-11T17:37:28.707Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-11T17:37:39.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38732026-07-11T17:37:39.733Z
38742026-07-11T17:37:39.734Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38752026-07-11T17:37:40.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-11T17:37:40.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-11T17:37:40.455Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-11T17:37:51.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38792026-07-11T17:37:51.492Z
38802026-07-11T17:37:51.492Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38812026-07-11T17:37:51.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-11T17:37:51.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-11T17:37:52.216Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-11T17:38:03.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38852026-07-11T17:38:03.217Z
38862026-07-11T17:38:03.217Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38872026-07-11T17:38:03.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-11T17:38:03.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-11T17:38:03.942Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-11T17:38:14.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38912026-07-11T17:38:14.950Z
38922026-07-11T17:38:14.950Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38932026-07-11T17:38:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-11T17:38:15.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-11T17:38:15.672Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-11T17:38:26.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38972026-07-11T17:38:26.709Z
38982026-07-11T17:38:26.709Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38992026-07-11T17:38:27.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-11T17:38:27.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-11T17:38:27.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-11T17:38:27.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-11T17:38:27.246Z
39042026-07-11T17:38:27.246Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
39052026-07-11T17:38:27.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-11T17:38:27.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-11T17:38:27.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-11T17:38:27.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-11T17:38:27.786Z
39102026-07-11T17:38:27.786Zinfo: running `cargo check --bins` on range-requests (213/300)
39112026-07-11T17:38:28.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-11T17:38:28.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-11T17:38:28.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-11T17:38:28.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-11T17:38:28.316Z
39162026-07-11T17:38:28.316Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39172026-07-11T17:38:28.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-11T17:38:28.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-11T17:38:28.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-11T17:38:28.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39212026-07-11T17:38:28.843Z
39222026-07-11T17:38:28.843Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39232026-07-11T17:38:29.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-11T17:38:29.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-11T17:38:29.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-11T17:38:29.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-11T17:38:29.395Z
39282026-07-11T17:38:29.395Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39292026-07-11T17:38:29.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-11T17:38:29.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-11T17:38:29.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-11T17:38:29.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39332026-07-11T17:38:29.945Z
39342026-07-11T17:38:29.945Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39352026-07-11T17:38:30.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-11T17:38:30.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-11T17:38:30.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-11T17:38:30.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-11T17:38:30.497Z
39402026-07-11T17:38:30.497Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39412026-07-11T17:38:30.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-11T17:38:30.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-11T17:38:30.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-11T17:38:30.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-11T17:38:31.056Z
39462026-07-11T17:38:31.057Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39472026-07-11T17:38:31.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-11T17:38:31.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-11T17:38:31.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-11T17:38:31.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-11T17:38:31.619Z
39522026-07-11T17:38:31.619Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39532026-07-11T17:38:32.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-11T17:38:32.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-11T17:38:32.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-11T17:38:32.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39572026-07-11T17:38:32.173Z
39582026-07-11T17:38:32.173Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39592026-07-11T17:38:32.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-11T17:38:32.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-11T17:38:32.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-11T17:38:32.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39632026-07-11T17:38:32.727Z
39642026-07-11T17:38:32.727Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39652026-07-11T17:38:33.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-11T17:38:33.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-11T17:38:33.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-11T17:38:33.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-07-11T17:38:33.286Z
39702026-07-11T17:38:33.286Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39712026-07-11T17:38:33.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-11T17:38:33.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-11T17:38:33.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-11T17:38:33.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-11T17:38:33.843Z
39762026-07-11T17:38:33.843Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39772026-07-11T17:38:34.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-11T17:38:34.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-11T17:38:34.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-11T17:38:34.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-11T17:38:34.401Z
39822026-07-11T17:38:34.401Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39832026-07-11T17:38:34.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-11T17:38:34.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-11T17:38:34.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-11T17:38:34.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-11T17:38:34.984Z
39882026-07-11T17:38:34.984Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39892026-07-11T17:38:35.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-11T17:38:35.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-11T17:38:35.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-11T17:38:35.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39932026-07-11T17:38:35.540Z
39942026-07-11T17:38:35.541Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39952026-07-11T17:38:36.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-11T17:38:36.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-11T17:38:36.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-11T17:38:36.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-11T17:38:36.112Z
40002026-07-11T17:38:36.113Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
40012026-07-11T17:38:36.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-11T17:38:36.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-11T17:38:36.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-11T17:38:36.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-11T17:38:36.693Z
40062026-07-11T17:38:36.693Zinfo: running `cargo check --bins` on update-common (229/300)
40072026-07-11T17:38:37.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-11T17:38:37.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-11T17:38:37.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-11T17:38:37.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40112026-07-11T17:38:37.232Z
40122026-07-11T17:38:37.232Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40132026-07-11T17:38:37.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-11T17:38:37.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-11T17:38:37.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-11T17:38:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-07-11T17:38:37.821Z
40182026-07-11T17:38:37.821Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40192026-07-11T17:38:38.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-11T17:38:38.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-11T17:38:38.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-11T17:38:38.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40232026-07-11T17:38:38.339Z
40242026-07-11T17:38:38.339Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40252026-07-11T17:38:38.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-11T17:38:38.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-11T17:38:39.056Z Compiling fs-err v2.11.0
40282026-07-11T17:38:39.060Z Checking ignore v0.4.25
40292026-07-11T17:38:39.060Z Checking arc-swap v1.8.2
40302026-07-11T17:38:39.189Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-11T17:38:39.189Z Checking predicates-tree v1.0.13
40322026-07-11T17:38:39.204Z Checking parse-size v1.1.0
40332026-07-11T17:38:39.216Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-11T17:38:39.228Z Checking rand_seeder v0.4.0
40352026-07-11T17:38:39.283Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-11T17:38:39.313Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-11T17:38:39.363Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-11T17:38:39.389Z Checking slog-scope v4.4.1
40392026-07-11T17:38:39.431Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-07-11T17:38:39.513Z Checking slog-stdlog v4.1.1
40412026-07-11T17:38:39.513Z Compiling petname v2.0.2
40422026-07-11T17:38:39.540Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-11T17:38:39.566Z Checking globwalk v0.9.1
40442026-07-11T17:38:39.626Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-11T17:38:39.642Z Checking slog-envlogger v2.2.0
40462026-07-11T17:38:39.742Z Checking camino-tempfile-ext v0.3.3
40472026-07-11T17:38:39.790Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-11T17:38:39.815Z Checking sapling-renderdag v0.1.0
40492026-07-11T17:38:39.933Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-11T17:38:39.991Z Checking subprocess v0.2.15
40512026-07-11T17:38:40.050Z Checking sync-ptr v0.1.4
40522026-07-11T17:38:40.134Z Checking colored v2.2.0
40532026-07-11T17:38:40.165Z Checking assert_matches v1.5.0
40542026-07-11T17:38:40.272Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-11T17:38:40.435Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40562026-07-11T17:38:40.438Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-11T17:38:41.080Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-11T17:38:42.407Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-11T17:38:44.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
40602026-07-11T17:38:44.764Z
40612026-07-11T17:38:44.764Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40622026-07-11T17:38:45.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-11T17:38:45.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-11T17:38:45.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-11T17:38:45.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40662026-07-11T17:38:45.285Z
40672026-07-11T17:38:45.285Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40682026-07-11T17:38:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-11T17:38:45.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-11T17:38:45.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-11T17:38:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40722026-07-11T17:38:45.830Z
40732026-07-11T17:38:45.830Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40742026-07-11T17:38:46.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-11T17:38:46.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-11T17:38:46.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-11T17:38:46.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-07-11T17:38:46.417Z
40792026-07-11T17:38:46.417Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40802026-07-11T17:38:46.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-11T17:38:46.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-11T17:38:47.087Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40832026-07-11T17:38:47.087Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40842026-07-11T17:38:47.720Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-11T17:38:49.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
40862026-07-11T17:38:49.486Z
40872026-07-11T17:38:49.486Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40882026-07-11T17:38:49.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-11T17:38:49.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-11T17:38:49.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-11T17:38:49.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-07-11T17:38:50.019Z
40932026-07-11T17:38:50.019Zinfo: running `cargo check --bins` on cert-dev (238/300)
40942026-07-11T17:38:50.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-11T17:38:50.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-11T17:38:50.573Z Checking yasna v0.5.2
40972026-07-11T17:38:50.985Z Checking rcgen v0.12.1
40982026-07-11T17:38:51.237Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-11T17:38:51.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41002026-07-11T17:38:51.576Z
41012026-07-11T17:38:51.577Zinfo: running `cargo check --bins` on clickana (239/300)
41022026-07-11T17:38:52.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-11T17:38:52.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-11T17:38:52.168Z Compiling darling_core v0.23.0
41052026-07-11T17:38:52.171Z Compiling instability v0.3.11
41062026-07-11T17:38:52.281Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-11T17:38:52.286Z Checking castaway v0.2.4
41082026-07-11T17:38:52.290Z Compiling indoc v2.0.7
41092026-07-11T17:38:52.300Z Checking unicode-truncate v1.1.0
41102026-07-11T17:38:52.303Z Checking lru v0.12.5
41112026-07-11T17:38:52.303Z Checking cassowary v0.3.0
41122026-07-11T17:38:52.376Z Checking compact_str v0.8.1
41132026-07-11T17:38:53.598Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-11T17:38:53.692Z Compiling darling_macro v0.23.0
41152026-07-11T17:38:53.770Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-11T17:38:54.119Z Compiling darling v0.23.0
41172026-07-11T17:38:54.748Z Checking ratatui v0.29.0
41182026-07-11T17:38:55.812Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-11T17:38:56.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41202026-07-11T17:38:56.639Z
41212026-07-11T17:38:56.639Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41222026-07-11T17:38:57.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-11T17:38:57.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-11T17:38:57.306Z Checking headers-core v0.3.0
41252026-07-11T17:38:57.309Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-07-11T17:38:57.499Z Checking headers v0.4.1
41272026-07-11T17:38:57.870Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-07-11T17:38:58.809Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-07-11T17:38:59.287Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-07-11T17:38:59.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41312026-07-11T17:38:59.866Z
41322026-07-11T17:38:59.866Zinfo: running `cargo check --bins` on ch-dev (241/300)
41332026-07-11T17:39:00.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-11T17:39:00.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-11T17:39:00.527Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-07-11T17:39:01.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41372026-07-11T17:39:01.463Z
41382026-07-11T17:39:01.463Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41392026-07-11T17:39:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-11T17:39:01.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-11T17:39:01.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-07-11T17:39:01.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41432026-07-11T17:39:01.863Z
41442026-07-11T17:39:01.863Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41452026-07-11T17:39:02.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-11T17:39:02.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-11T17:39:02.436Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41482026-07-11T17:39:02.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41492026-07-11T17:39:02.953Z
41502026-07-11T17:39:02.953Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41512026-07-11T17:39:03.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-11T17:39:03.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-11T17:39:03.614Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41542026-07-11T17:39:04.700Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41552026-07-11T17:39:05.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41562026-07-11T17:39:05.206Z
41572026-07-11T17:39:05.206Zinfo: running `cargo check --bins` on db-dev (245/300)
41582026-07-11T17:39:05.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-11T17:39:05.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-11T17:39:05.872Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41612026-07-11T17:39:06.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41622026-07-11T17:39:06.810Z
41632026-07-11T17:39:06.811Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41642026-07-11T17:39:07.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-11T17:39:07.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-11T17:39:07.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-07-11T17:39:07.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41682026-07-11T17:39:07.388Z
41692026-07-11T17:39:07.389Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41702026-07-11T17:39:07.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-11T17:39:07.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-11T17:39:07.951Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41732026-07-11T17:39:08.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41742026-07-11T17:39:08.804Z
41752026-07-11T17:39:08.804Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41762026-07-11T17:39:09.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-11T17:39:09.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-11T17:39:09.503Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-07-11T17:39:09.503Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-11T17:39:09.507Z Checking git-stub v1.0.0
41812026-07-11T17:39:09.507Z Compiling trait-variant v0.1.2
41822026-07-11T17:39:09.507Z Checking is_ci v1.2.0
41832026-07-11T17:39:09.507Z Checking maplit v1.0.2
41842026-07-11T17:39:09.633Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41852026-07-11T17:39:09.658Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41862026-07-11T17:39:09.708Z Checking drift v0.2.0
41872026-07-11T17:39:09.736Z Checking supports-color v3.0.2
41882026-07-11T17:39:09.768Z Checking git-stub-vcs v0.1.0
41892026-07-11T17:39:09.855Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41902026-07-11T17:39:09.869Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41912026-07-11T17:39:09.884Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41922026-07-11T17:39:09.959Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41932026-07-11T17:39:10.050Z Checking dropshot-api-manager v0.7.2
41942026-07-11T17:39:10.097Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41952026-07-11T17:39:10.141Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41962026-07-11T17:39:10.154Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41972026-07-11T17:39:10.366Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41982026-07-11T17:39:10.875Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41992026-07-11T17:39:11.836Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42002026-07-11T17:39:13.043Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42012026-07-11T17:39:13.632Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42022026-07-11T17:39:14.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
42032026-07-11T17:39:14.255Z
42042026-07-11T17:39:14.255Zinfo: running `cargo check --bins` on installinator-api (249/300)
42052026-07-11T17:39:14.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-11T17:39:14.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-11T17:39:14.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-11T17:39:14.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42092026-07-11T17:39:14.791Z
42102026-07-11T17:39:14.791Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42112026-07-11T17:39:15.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-11T17:39:15.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-11T17:39:15.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-11T17:39:15.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-07-11T17:39:15.370Z
42162026-07-11T17:39:15.370Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42172026-07-11T17:39:15.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-11T17:39:15.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-11T17:39:15.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-11T17:39:15.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42212026-07-11T17:39:15.945Z
42222026-07-11T17:39:15.945Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42232026-07-11T17:39:16.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-11T17:39:16.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-11T17:39:16.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-11T17:39:16.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42272026-07-11T17:39:16.523Z
42282026-07-11T17:39:16.523Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42292026-07-11T17:39:16.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-11T17:39:16.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-11T17:39:16.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-11T17:39:16.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42332026-07-11T17:39:17.064Z
42342026-07-11T17:39:17.064Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42352026-07-11T17:39:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-11T17:39:17.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-11T17:39:17.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-11T17:39:17.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42392026-07-11T17:39:17.589Z
42402026-07-11T17:39:17.589Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42412026-07-11T17:39:18.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-11T17:39:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-11T17:39:18.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-07-11T17:39:18.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42452026-07-11T17:39:18.145Z
42462026-07-11T17:39:18.145Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42472026-07-11T17:39:18.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-11T17:39:18.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-11T17:39:18.707Z Checking cargo-platform v0.3.2
42502026-07-11T17:39:18.711Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-07-11T17:39:18.948Z Checking cargo_metadata v0.23.1
42522026-07-11T17:39:19.550Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42532026-07-11T17:39:20.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
42542026-07-11T17:39:20.449Z
42552026-07-11T17:39:20.450Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42562026-07-11T17:39:20.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-07-11T17:39:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-07-11T17:39:21.134Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42592026-07-11T17:39:21.738Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42602026-07-11T17:39:22.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42612026-07-11T17:39:22.413Z
42622026-07-11T17:39:22.413Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42632026-07-11T17:39:22.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-07-11T17:39:22.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-07-11T17:39:23.328Z Compiling vergen-lib v0.1.6
42662026-07-11T17:39:23.328Z Compiling diesel_derives v2.3.7
42672026-07-11T17:39:23.328Z Compiling dsl_auto_type v0.2.0
42682026-07-11T17:39:23.328Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42692026-07-11T17:39:23.331Z Checking scheduled-thread-pool v0.2.7
42702026-07-11T17:39:23.331Z Compiling vergen-gitcl v1.0.8
42712026-07-11T17:39:23.331Z Compiling diesel_table_macro_syntax v0.3.0
42722026-07-11T17:39:23.503Z Compiling dirs-sys-next v0.1.2
42732026-07-11T17:39:23.626Z Compiling glob v0.3.3
42742026-07-11T17:39:23.670Z Compiling crunchy v0.2.4
42752026-07-11T17:39:23.689Z Compiling dirs-next v2.0.0
42762026-07-11T17:39:23.739Z Checking r2d2 v0.8.10
42772026-07-11T17:39:23.811Z Compiling tiny-keccak v2.0.2
42782026-07-11T17:39:23.822Z Checking downcast-rs v2.0.2
42792026-07-11T17:39:23.918Z Compiling term v0.7.0
42802026-07-11T17:39:24.012Z Compiling clang-sys v1.8.1
42812026-07-11T17:39:24.046Z Compiling bit-vec v0.6.3
42822026-07-11T17:39:24.115Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-07-11T17:39:24.262Z Compiling bit-set v0.5.3
42842026-07-11T17:39:24.316Z Compiling ascii-canvas v3.0.0
42852026-07-11T17:39:24.398Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42862026-07-11T17:39:24.419Z Compiling itertools v0.10.5
42872026-07-11T17:39:24.474Z Compiling ena v0.14.4
42882026-07-11T17:39:24.501Z Compiling libloading v0.8.9
42892026-07-11T17:39:24.531Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42902026-07-11T17:39:24.547Z Compiling bindgen v0.71.1
42912026-07-11T17:39:24.563Z Compiling regex-syntax v0.6.29
42922026-07-11T17:39:24.684Z Compiling diff v0.1.13
42932026-07-11T17:39:24.978Z Compiling cexpr v0.6.0
42942026-07-11T17:39:25.016Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42952026-07-11T17:39:25.145Z Compiling rustc-hash v2.1.1
42962026-07-11T17:39:25.277Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42972026-07-11T17:39:25.408Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42982026-07-11T17:39:25.496Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42992026-07-11T17:39:25.650Z Compiling libxml v0.3.3
43002026-07-11T17:39:25.718Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43012026-07-11T17:39:25.751Z Compiling strum_macros v0.24.3
43022026-07-11T17:39:25.896Z Compiling lalrpop v0.19.12
43032026-07-11T17:39:25.954Z Compiling indoc v1.0.9
43042026-07-11T17:39:26.724Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43052026-07-11T17:39:26.936Z Checking derive_builder v0.20.2
43062026-07-11T17:39:27.057Z Compiling oso-derive v0.27.3
43072026-07-11T17:39:27.140Z Checking quick-xml v0.37.5
43082026-07-11T17:39:27.195Z Compiling impl-trait-for-tuples v0.2.3
43092026-07-11T17:39:27.568Z Checking openssl-probe v0.1.6
43102026-07-11T17:39:27.713Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43112026-07-11T17:39:28.016Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43122026-07-11T17:39:28.225Z Checking bb8 v0.8.6
43132026-07-11T17:39:28.399Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-07-11T17:39:28.463Z Checking nonempty v0.12.0
43152026-07-11T17:39:28.518Z Compiling libz-sys v1.1.24
43162026-07-11T17:39:28.626Z Compiling strsim v0.10.0
43172026-07-11T17:39:28.642Z Compiling libgit2-sys v0.18.3+1.9.2
43182026-07-11T17:39:28.754Z Compiling vergen-git2 v9.1.0
43192026-07-11T17:39:28.958Z Compiling darling_core v0.13.4
43202026-07-11T17:39:29.012Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-07-11T17:39:29.106Z Compiling base64 v0.21.7
43222026-07-11T17:39:29.246Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43232026-07-11T17:39:29.430Z Checking diesel v2.3.7
43242026-07-11T17:39:29.446Z Compiling ron v0.8.1
43252026-07-11T17:39:30.219Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-07-11T17:39:30.391Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-07-11T17:39:30.448Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43282026-07-11T17:39:30.653Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-07-11T17:39:30.824Z Compiling darling_macro v0.13.4
43302026-07-11T17:39:30.857Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-07-11T17:39:31.058Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43322026-07-11T17:39:31.266Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43332026-07-11T17:39:31.315Z Compiling darling v0.13.4
43342026-07-11T17:39:31.467Z Compiling serde_with_macros v1.5.2
43352026-07-11T17:39:31.521Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43362026-07-11T17:39:31.632Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43372026-07-11T17:39:31.725Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43382026-07-11T17:39:32.334Z Compiling serde_with v1.14.0
43392026-07-11T17:39:33.313Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43402026-07-11T17:39:33.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412026-07-11T17:39:33.516Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43422026-07-11T17:39:34.125Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43432026-07-11T17:39:34.338Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43442026-07-11T17:39:34.621Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43452026-07-11T17:39:34.896Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-07-11T17:39:35.132Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43472026-07-11T17:39:35.223Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43482026-07-11T17:39:35.734Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43492026-07-11T17:39:35.994Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43502026-07-11T17:39:36.031Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43512026-07-11T17:39:36.113Z Checking twox-hash v2.1.2
43522026-07-11T17:39:36.234Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-07-11T17:39:36.461Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43542026-07-11T17:39:36.599Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43552026-07-11T17:39:36.962Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-07-11T17:39:37.122Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43572026-07-11T17:39:38.272Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43582026-07-11T17:39:38.380Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43592026-07-11T17:39:38.502Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43602026-07-11T17:39:38.949Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43612026-07-11T17:39:39.040Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43622026-07-11T17:39:39.248Z Checking console v0.16.2
43632026-07-11T17:39:39.566Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43642026-07-11T17:39:39.716Z Checking fatfs v0.3.6
43652026-07-11T17:39:39.930Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43662026-07-11T17:39:40.192Z Checking unit-prefix v0.5.2
43672026-07-11T17:39:40.332Z Compiling seq-macro v0.3.6
43682026-07-11T17:39:40.855Z Checking indicatif v0.18.4
43692026-07-11T17:39:41.251Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43702026-07-11T17:39:41.289Z Checking support-bundle-viewer v0.1.2
43712026-07-11T17:39:41.554Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43722026-07-11T17:39:41.657Z Checking multimap v0.10.1
43732026-07-11T17:39:47.448Z Checking async-bb8-diesel v0.2.1
43742026-07-11T17:39:47.825Z Checking diesel-dtrace v0.5.0
43752026-07-11T17:39:50.406Z Compiling samael v0.0.19
43762026-07-11T17:39:55.898Z Compiling git2 v0.20.4
43772026-07-11T17:39:57.426Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43782026-07-11T17:39:58.262Z Compiling polar-core v0.27.3
43792026-07-11T17:39:58.438Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43802026-07-11T17:40:02.860Z Checking oso v0.27.3
43812026-07-11T17:40:32.416Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43822026-07-11T17:41:45.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43832026-07-11T17:41:46.184Z
43842026-07-11T17:41:46.185Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43852026-07-11T17:41:46.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-11T17:41:46.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-11T17:41:46.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-11T17:41:46.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43892026-07-11T17:41:46.820Z
43902026-07-11T17:41:46.820Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43912026-07-11T17:41:47.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-11T17:41:47.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-11T17:41:47.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-11T17:41:47.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43952026-07-11T17:41:47.418Z
43962026-07-11T17:41:47.418Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43972026-07-11T17:41:47.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-11T17:41:47.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-11T17:41:47.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-11T17:41:47.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44012026-07-11T17:41:48.022Z
44022026-07-11T17:41:48.022Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
44032026-07-11T17:41:48.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-11T17:41:48.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-11T17:41:48.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-07-11T17:41:48.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44072026-07-11T17:41:48.555Z
44082026-07-11T17:41:48.555Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44092026-07-11T17:41:49.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-11T17:41:49.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-11T17:41:49.343Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-11T17:41:50.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44132026-07-11T17:41:50.281Z
44142026-07-11T17:41:50.281Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44152026-07-11T17:41:50.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-11T17:41:50.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-11T17:41:51.065Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-07-11T17:42:28.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
44192026-07-11T17:42:29.156Z
44202026-07-11T17:42:29.156Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44212026-07-11T17:42:29.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-11T17:42:29.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-11T17:42:29.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-11T17:42:29.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44252026-07-11T17:42:29.690Z
44262026-07-11T17:42:29.690Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44272026-07-11T17:42:30.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-11T17:42:30.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-11T17:42:30.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-11T17:42:30.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44312026-07-11T17:42:30.216Z
44322026-07-11T17:42:30.216Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44332026-07-11T17:42:30.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-11T17:42:30.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-11T17:42:30.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-11T17:42:30.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44372026-07-11T17:42:30.807Z
44382026-07-11T17:42:30.807Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44392026-07-11T17:42:31.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-11T17:42:31.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-11T17:42:31.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-11T17:42:31.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44432026-07-11T17:42:31.412Z
44442026-07-11T17:42:31.412Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44452026-07-11T17:42:31.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-11T17:42:31.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-11T17:42:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-11T17:42:31.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44492026-07-11T17:42:32.015Z
44502026-07-11T17:42:32.015Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44512026-07-11T17:42:32.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-11T17:42:32.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-11T17:42:32.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-11T17:42:32.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44552026-07-11T17:42:32.602Z
44562026-07-11T17:42:32.602Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44572026-07-11T17:42:33.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-11T17:42:33.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-11T17:42:33.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-11T17:42:33.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44612026-07-11T17:42:33.206Z
44622026-07-11T17:42:33.206Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44632026-07-11T17:42:33.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-11T17:42:33.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-11T17:42:33.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-11T17:42:33.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44672026-07-11T17:42:33.802Z
44682026-07-11T17:42:33.802Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44692026-07-11T17:42:34.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-11T17:42:34.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-11T17:42:34.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-11T17:42:34.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44732026-07-11T17:42:34.383Z
44742026-07-11T17:42:34.383Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44752026-07-11T17:42:34.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-11T17:42:34.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-11T17:42:34.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-11T17:42:34.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44792026-07-11T17:42:34.973Z
44802026-07-11T17:42:34.973Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44812026-07-11T17:42:35.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-11T17:42:35.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-11T17:42:35.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-07-11T17:42:35.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44852026-07-11T17:42:35.570Z
44862026-07-11T17:42:35.570Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44872026-07-11T17:42:36.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-07-11T17:42:36.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-07-11T17:42:36.429Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44902026-07-11T17:42:36.429Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44912026-07-11T17:42:36.610Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44922026-07-11T17:42:36.613Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44932026-07-11T17:42:36.651Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44942026-07-11T17:42:36.665Z Checking diff v0.1.13
44952026-07-11T17:42:36.668Z Checking yansi v1.0.1
44962026-07-11T17:42:36.679Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44972026-07-11T17:42:36.759Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44982026-07-11T17:42:36.927Z Checking pretty_assertions v1.4.1
44992026-07-11T17:42:37.688Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45002026-07-11T17:42:37.734Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45012026-07-11T17:43:02.332Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45022026-07-11T17:43:02.335Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45032026-07-11T17:43:02.335Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45042026-07-11T17:43:02.335Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45052026-07-11T17:43:02.335Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45062026-07-11T17:43:02.335Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45072026-07-11T17:43:02.335Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45082026-07-11T17:43:03.145Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45092026-07-11T17:43:03.148Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45102026-07-11T17:43:04.345Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45112026-07-11T17:43:41.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45122026-07-11T17:43:42.188Z
45132026-07-11T17:43:42.188Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45142026-07-11T17:43:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-11T17:43:42.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-11T17:43:42.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-07-11T17:43:42.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45182026-07-11T17:43:42.718Z
45192026-07-11T17:43:42.718Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45202026-07-11T17:43:43.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-07-11T17:43:43.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-07-11T17:43:43.452Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45232026-07-11T17:43:43.572Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45242026-07-11T17:43:43.576Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45252026-07-11T17:44:10.642Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45262026-07-11T17:44:11.018Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45272026-07-11T17:44:12.756Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45282026-07-11T17:44:13.199Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45292026-07-11T17:44:16.319Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45302026-07-11T17:44:40.063Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45312026-07-11T17:44:40.758Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45322026-07-11T17:44:42.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.65s
45332026-07-11T17:44:42.576Z
45342026-07-11T17:44:42.576Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45352026-07-11T17:44:43.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-11T17:44:43.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-11T17:44:43.258Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45382026-07-11T17:44:43.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45392026-07-11T17:44:44.110Z
45402026-07-11T17:44:44.111Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45412026-07-11T17:44:44.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-07-11T17:44:44.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-07-11T17:44:44.716Z Compiling blake3 v1.8.5
45442026-07-11T17:44:44.823Z Checking constant_time_eq v0.4.2
45452026-07-11T17:44:44.826Z Checking arrayvec v0.7.6
45462026-07-11T17:44:44.830Z Checking arrayref v0.3.9
45472026-07-11T17:44:44.844Z Checking topological-sort v0.2.2
45482026-07-11T17:44:44.844Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45492026-07-11T17:44:44.847Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45502026-07-11T17:44:44.847Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45512026-07-11T17:44:44.892Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45522026-07-11T17:44:44.940Z Checking shell-words v1.1.1
45532026-07-11T17:44:45.736Z Checking omicron-zone-package v0.12.3
45542026-07-11T17:44:46.448Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45552026-07-11T17:44:47.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
45562026-07-11T17:44:47.542Z
45572026-07-11T17:44:47.542Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45582026-07-11T17:44:48.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-07-11T17:44:48.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-07-11T17:44:48.140Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45612026-07-11T17:44:48.456Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45622026-07-11T17:44:48.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45632026-07-11T17:44:49.016Z
45642026-07-11T17:44:49.016Zinfo: running `cargo check --bins` on schema (282/300)
45652026-07-11T17:44:49.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-11T17:44:49.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-11T17:44:49.694Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45682026-07-11T17:44:50.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45692026-07-11T17:44:50.569Z
45702026-07-11T17:44:50.569Zinfo: running `cargo check --bins` on xtask (283/300)
45712026-07-11T17:44:50.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-11T17:44:50.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-11T17:44:50.958Z Checking serde_core v1.0.228
45742026-07-11T17:44:50.959Z Checking libc v0.2.185
45752026-07-11T17:44:50.962Z Checking bitflags v2.11.0
45762026-07-11T17:44:51.045Z Checking scroll v0.12.0
45772026-07-11T17:44:51.049Z Checking thiserror v1.0.69
45782026-07-11T17:44:51.058Z Checking log v0.4.29
45792026-07-11T17:44:51.064Z Checking indexmap v2.14.0
45802026-07-11T17:44:51.064Z Checking zerocopy v0.7.35
45812026-07-11T17:44:51.133Z Checking syn v2.0.117
45822026-07-11T17:44:51.180Z Checking dtrace-parser v0.2.0
45832026-07-11T17:44:51.196Z Checking once_cell v1.21.3
45842026-07-11T17:44:51.264Z Checking goblin v0.8.2
45852026-07-11T17:44:51.321Z Checking errno v0.3.14
45862026-07-11T17:44:51.367Z Checking thread-id v4.2.2
45872026-07-11T17:44:51.408Z Checking getrandom v0.4.1
45882026-07-11T17:44:51.439Z Checking rustix v1.1.3
45892026-07-11T17:44:51.451Z Checking memmap v0.7.0
45902026-07-11T17:44:51.539Z Checking thiserror v2.0.18
45912026-07-11T17:44:51.551Z Checking fs-err v3.3.0
45922026-07-11T17:44:51.575Z Checking anyhow v1.0.102
45932026-07-11T17:44:51.595Z Checking tabled v0.15.0
45942026-07-11T17:44:52.210Z Checking terminal_size v0.4.3
45952026-07-11T17:44:52.211Z Checking tempfile v3.25.0
45962026-07-11T17:44:52.323Z Checking clap_builder v4.6.0
45972026-07-11T17:44:52.323Z Checking textwrap v0.16.2
45982026-07-11T17:44:52.514Z Checking serde v1.0.228
45992026-07-11T17:44:52.517Z Checking serde_json v1.0.150
46002026-07-11T17:44:52.517Z Checking camino v1.2.2
46012026-07-11T17:44:52.540Z Checking cargo-platform v0.3.2
46022026-07-11T17:44:52.684Z Checking semver v1.0.28
46032026-07-11T17:44:52.761Z Checking camino-tempfile v1.4.1
46042026-07-11T17:44:52.919Z Checking toml_datetime v0.6.11
46052026-07-11T17:44:52.919Z Checking serde_spanned v0.6.9
46062026-07-11T17:44:52.923Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-07-11T17:44:52.923Z Checking macaddr v1.0.1
46082026-07-11T17:44:53.105Z Checking toml_edit v0.22.27
46092026-07-11T17:44:53.109Z Checking dof v0.3.0
46102026-07-11T17:44:53.110Z Checking cargo_metadata v0.23.1
46112026-07-11T17:44:53.375Z Checking usdt-impl v0.5.0
46122026-07-11T17:44:53.532Z Checking clap v4.6.1
46132026-07-11T17:44:53.632Z Checking usdt v0.5.0
46142026-07-11T17:44:54.091Z Checking toml v0.8.23
46152026-07-11T17:44:54.359Z Checking cargo_toml v0.21.0
46162026-07-11T17:44:55.002Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46172026-07-11T17:44:55.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
46182026-07-11T17:44:55.510Z
46192026-07-11T17:44:55.510Zinfo: running `cargo check --bins` on dnsadm (284/300)
46202026-07-11T17:44:55.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-07-11T17:44:55.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-07-11T17:44:56.115Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46232026-07-11T17:44:56.574Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46242026-07-11T17:44:56.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46252026-07-11T17:44:57.125Z
46262026-07-11T17:44:57.126Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46272026-07-11T17:44:57.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-07-11T17:44:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-07-11T17:44:57.901Z Checking cpubits v0.1.1
46302026-07-11T17:44:58.023Z Checking pem-rfc7468 v1.0.0
46312026-07-11T17:44:58.036Z Checking hmac v0.13.0
46322026-07-11T17:44:58.040Z Checking universal-hash v0.6.1
46332026-07-11T17:44:58.058Z Checking ctr v0.10.1
46342026-07-11T17:44:58.058Z Checking aead v0.6.1
46352026-07-11T17:44:58.061Z Checking sha2 v0.11.0
46362026-07-11T17:44:58.099Z Checking aes v0.9.1
46372026-07-11T17:44:58.099Z Checking crypto-bigint v0.7.5
46382026-07-11T17:44:58.156Z Checking polyval v0.7.1
46392026-07-11T17:44:58.170Z Checking der v0.8.0
46402026-07-11T17:44:58.186Z Checking pbkdf2 v0.13.0
46412026-07-11T17:44:58.214Z Checking cbc v0.2.1
46422026-07-11T17:44:58.229Z Checking salsa20 v0.11.0
46432026-07-11T17:44:58.299Z Checking ff v0.14.0
46442026-07-11T17:44:58.321Z Checking ghash v0.6.0
46452026-07-11T17:44:58.372Z Checking signature v3.0.0
46462026-07-11T17:44:58.377Z Checking base16ct v1.0.0
46472026-07-11T17:44:58.466Z Checking group v0.14.0
46482026-07-11T17:44:58.482Z Checking hkdf v0.13.0
46492026-07-11T17:44:58.515Z Checking aes-gcm v0.11.0
46502026-07-11T17:44:58.532Z Checking rfc6979 v0.5.0
46512026-07-11T17:44:58.550Z Compiling curve25519-dalek v5.0.0-rc.0
46522026-07-11T17:44:58.618Z Checking poly1305 v0.9.0
46532026-07-11T17:44:58.618Z Checking blowfish v0.10.0
46542026-07-11T17:44:58.666Z Checking blake2 v0.11.0-rc.6
46552026-07-11T17:44:58.689Z Checking keccak v0.2.0
46562026-07-11T17:44:58.767Z Checking scrypt v0.12.0
46572026-07-11T17:44:58.782Z Checking fiat-crypto v0.3.0
46582026-07-11T17:44:58.838Z Checking sha3 v0.11.0
46592026-07-11T17:44:58.887Z Checking bcrypt-pbkdf v0.11.0
46602026-07-11T17:44:58.924Z Checking argon2 v0.6.0-rc.8
46612026-07-11T17:44:58.941Z Checking kem v0.3.0
46622026-07-11T17:44:58.956Z Checking spki v0.8.0
46632026-07-11T17:44:58.986Z Checking sec1 v0.8.1
46642026-07-11T17:44:59.053Z Checking module-lattice v0.2.3
46652026-07-11T17:44:59.121Z Checking pkcs5 v0.8.1
46662026-07-11T17:44:59.175Z Checking pkcs1 v0.8.0-rc.4
46672026-07-11T17:44:59.192Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46682026-07-11T17:44:59.232Z Checking internal-russh-num-bigint v0.5.0
46692026-07-11T17:44:59.270Z Checking ml-kem v0.3.2
46702026-07-11T17:44:59.385Z Checking num-bigint v0.4.6
46712026-07-11T17:44:59.401Z Checking generic-array v1.4.3
46722026-07-11T17:44:59.416Z Checking pkcs8 v0.11.0
46732026-07-11T17:44:59.615Z Checking ed25519 v3.0.0
46742026-07-11T17:44:59.799Z Checking russh-util v0.52.0
46752026-07-11T17:44:59.815Z Compiling enum_dispatch v0.3.13
46762026-07-11T17:44:59.879Z Checking ed25519-dalek v3.0.0-rc.0
46772026-07-11T17:44:59.923Z Compiling delegate v0.13.5
46782026-07-11T17:45:00.062Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46792026-07-11T17:45:00.087Z Checking md5 v0.8.0
46802026-07-11T17:45:00.102Z Checking hex-literal v1.1.0
46812026-07-11T17:45:00.229Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46822026-07-11T17:45:00.258Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46832026-07-11T17:45:00.325Z Checking socket2 v0.5.10
46842026-07-11T17:45:00.339Z Checking elliptic-curve v0.14.0-rc.33
46852026-07-11T17:45:00.455Z Checking primefield v0.14.0
46862026-07-11T17:45:00.486Z Checking ssh-encoding v0.3.0-rc.9
46872026-07-11T17:45:00.589Z Checking crypto-primes v0.7.2
46882026-07-11T17:45:00.674Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46892026-07-11T17:45:00.711Z Checking ssh-cipher v0.3.0-rc.9
46902026-07-11T17:45:00.796Z Checking russh-cryptovec v0.61.0
46912026-07-11T17:45:00.820Z Checking ecdsa v0.17.0-rc.18
46922026-07-11T17:45:00.893Z Checking primeorder v0.14.0-rc.10
46932026-07-11T17:45:00.926Z Checking internet-checksum v0.2.1
46942026-07-11T17:45:01.196Z Checking p521 v0.14.0-rc.10
46952026-07-11T17:45:01.196Z Checking p256 v0.14.0-rc.10
46962026-07-11T17:45:01.553Z Checking rsa v0.10.0-rc.18
46972026-07-11T17:45:03.661Z Checking p384 v0.14.0-rc.10
46982026-07-11T17:45:05.560Z Checking ssh-key v0.7.0-rc.10
46992026-07-11T17:45:06.328Z Checking russh v0.61.2
47002026-07-11T17:45:18.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.38s
47012026-07-11T17:45:18.716Z
47022026-07-11T17:45:18.716Zinfo: running `cargo check --bins` on gateway-cli (286/300)
47032026-07-11T17:45:19.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-07-11T17:45:19.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-07-11T17:45:19.310Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47062026-07-11T17:45:19.416Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47072026-07-11T17:45:19.425Z Checking termios v0.3.3
47082026-07-11T17:45:20.635Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47092026-07-11T17:45:20.782Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47102026-07-11T17:45:22.452Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47112026-07-11T17:45:23.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
47122026-07-11T17:45:23.187Z
47132026-07-11T17:45:23.187Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47142026-07-11T17:45:23.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-07-11T17:45:23.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-07-11T17:45:23.846Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47172026-07-11T17:45:23.849Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47182026-07-11T17:45:23.849Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47192026-07-11T17:45:23.849Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47202026-07-11T17:45:23.977Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47212026-07-11T17:45:23.980Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47222026-07-11T17:45:24.747Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47232026-07-11T17:45:25.050Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47242026-07-11T17:45:25.053Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47252026-07-11T17:45:25.692Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47262026-07-11T17:45:27.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
47272026-07-11T17:45:27.503Z
47282026-07-11T17:45:27.503Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47292026-07-11T17:45:27.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-07-11T17:45:27.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-07-11T17:45:28.094Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47322026-07-11T17:45:28.540Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47332026-07-11T17:45:28.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47342026-07-11T17:45:29.019Z
47352026-07-11T17:45:29.019Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47362026-07-11T17:45:29.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-11T17:45:29.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-11T17:45:29.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-11T17:45:29.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47402026-07-11T17:45:29.545Z
47412026-07-11T17:45:29.545Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47422026-07-11T17:45:29.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-11T17:45:29.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-11T17:45:29.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-07-11T17:45:29.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47462026-07-11T17:45:30.075Z
47472026-07-11T17:45:30.075Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47482026-07-11T17:45:30.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-11T17:45:30.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-11T17:45:30.781Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47512026-07-11T17:45:31.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47522026-07-11T17:45:31.560Z
47532026-07-11T17:45:31.560Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47542026-07-11T17:45:32.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-11T17:45:32.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-11T17:45:32.150Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47572026-07-11T17:45:32.155Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47582026-07-11T17:45:32.423Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47592026-07-11T17:45:32.426Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47602026-07-11T17:45:33.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47612026-07-11T17:45:33.402Z
47622026-07-11T17:45:33.402Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47632026-07-11T17:45:33.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-11T17:45:33.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-11T17:45:33.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47662026-07-11T17:45:33.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47672026-07-11T17:45:33.933Z
47682026-07-11T17:45:33.933Zinfo: running `cargo check --bins` on omicron-package (294/300)
47692026-07-11T17:45:34.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-11T17:45:34.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-11T17:45:34.566Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47722026-07-11T17:45:35.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47732026-07-11T17:45:35.820Z
47742026-07-11T17:45:35.820Zinfo: running `cargo check --bins` on tqdb (295/300)
47752026-07-11T17:45:36.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-07-11T17:45:36.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-07-11T17:45:36.545Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47782026-07-11T17:45:36.903Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47792026-07-11T17:45:37.414Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47802026-07-11T17:45:37.418Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47812026-07-11T17:45:43.564Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47822026-07-11T17:45:43.567Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47832026-07-11T17:45:44.138Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47842026-07-11T17:45:44.141Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47852026-07-11T17:45:44.141Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47862026-07-11T17:45:44.141Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47872026-07-11T17:45:44.908Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47882026-07-11T17:45:45.904Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47892026-07-11T17:45:46.713Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47902026-07-11T17:45:47.331Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47912026-07-11T17:45:52.159Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47922026-07-11T17:45:58.779Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47932026-07-11T17:45:58.782Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47942026-07-11T17:45:58.782Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47952026-07-11T17:45:58.782Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47962026-07-11T17:46:00.271Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47972026-07-11T17:46:01.606Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47982026-07-11T17:46:02.276Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47992026-07-11T17:46:03.502Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48002026-07-11T17:46:04.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.21s
48012026-07-11T17:46:04.238Z
48022026-07-11T17:46:04.238Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
48032026-07-11T17:46:04.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-07-11T17:46:04.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-07-11T17:46:04.896Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48062026-07-11T17:46:04.899Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48072026-07-11T17:46:04.899Z Checking rtoolbox v0.0.3
48082026-07-11T17:46:05.022Z Checking tui-tree-widget v0.23.1
48092026-07-11T17:46:05.114Z Checking rpassword v7.4.0
48102026-07-11T17:46:06.182Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48112026-07-11T17:46:09.298Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48122026-07-11T17:46:11.176Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48132026-07-11T17:46:12.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
48142026-07-11T17:46:12.242Z
48152026-07-11T17:46:12.243Zinfo: running `cargo check --bins` on wicket (297/300)
48162026-07-11T17:46:12.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-11T17:46:12.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-11T17:46:12.887Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48192026-07-11T17:46:13.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48202026-07-11T17:46:13.416Z
48212026-07-11T17:46:13.416Zinfo: running `cargo check --bins` on wicketd (298/300)
48222026-07-11T17:46:13.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-11T17:46:13.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-11T17:46:14.085Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48252026-07-11T17:46:14.088Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48262026-07-11T17:46:14.088Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48272026-07-11T17:46:14.088Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48282026-07-11T17:46:15.074Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48292026-07-11T17:46:15.643Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48302026-07-11T17:46:18.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
48312026-07-11T17:46:18.865Z
48322026-07-11T17:46:18.865Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48332026-07-11T17:46:19.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-11T17:46:19.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-11T17:46:19.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48362026-07-11T17:46:19.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48372026-07-11T17:46:19.385Z
48382026-07-11T17:46:19.385Zinfo: running `cargo check --bins` on zone-setup (300/300)
48392026-07-11T17:46:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-07-11T17:46:19.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-07-11T17:46:20.004Z Checking uzers v0.12.2
48422026-07-11T17:46:20.277Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48432026-07-11T17:46:21.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48442026-07-11T17:46:21.232Z
48452026-07-11T17:46:21.232Zreal 13:55.946959235
48462026-07-11T17:46:21.232Zuser 21:08.158530561
48472026-07-11T17:46:21.232Zsys 4:16.194592810
48482026-07-11T17:46:21.232Ztrap 0.331342631
48492026-07-11T17:46:21.232Ztflt 0.743399645
48502026-07-11T17:46:21.232Zdflt 1.095146374
48512026-07-11T17:46:21.233Zkflt 0.004647522
48522026-07-11T17:46:21.233Zlock 1:19:33.121754598
48532026-07-11T17:46:21.233Zslp 1:41:07.145841906
48542026-07-11T17:46:21.233Zlat 58.061679971
48552026-07-11T17:46:21.233Zstop 3:39.389685490
48562026-07-11T17:46:21.236Zprocess exited: duration 957012 ms, exit code 0
 
48572026-07-11T17:46:21.244Zfound 0 output files