01KX70MANFNSBD3VXFDSRPETPX: 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: 01KX70MQG178TTNDVHT9PJWMY7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T21:59:41.934Zjob assigned to worker 01KX70MZQ80PK271MJ2THEA6JY [factory aws, i-096ec5f2de01b2f54] (queued for 51 s)
 
22026-07-10T21:59:48.245Zstarting task 0: "setup"
32026-07-10T21:59:48.252Z++ uname -s
42026-07-10T21:59:48.252Z+ kern=SunOS
52026-07-10T21:59:48.252Z+ build_user=build
62026-07-10T21:59:48.252Z+ build_uid=12345
72026-07-10T21:59:48.252Z+ work_dir=/work
82026-07-10T21:59:48.252Z+ input_dir=/input
92026-07-10T21:59:48.252Z+ [[ 0 == 12345 ]]
102026-07-10T21:59:48.252Z+ case "$kern" in
112026-07-10T21:59:48.252Z+ groupadd -g 12345 build
122026-07-10T21:59:48.252Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T21:59:52.213Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T21:59:52.252Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T21:59:52.252Z+ home_fs=zfs
162026-07-10T21:59:52.252Z+ [[ zfs == autofs ]]
172026-07-10T21:59:52.253Z+ mkdir -p /home/build
182026-07-10T21:59:52.253Z+ chown build:build /home/build /work
192026-07-10T21:59:52.253Z+ chmod 0700 /home/build /work
202026-07-10T21:59:52.253Zprocess exited: duration 3083 ms, exit code 0
 
212026-07-10T21:59:52.265Zstarting task 1: "rust-toolchain"
222026-07-10T21:59:52.270Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T21:59:52.270Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-10T21:59:52.270Z * rust toolchain channel = "1.96.1"
252026-07-10T21:59:52.270Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-10T21:59:52.270Z * rust toolchain profile = "default"
272026-07-10T21:59:52.270Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T21:59:52.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T21:59:52.273Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T21:59:52.372Zinfo: downloading installer
312026-07-10T21:59:53.671Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T21:59:53.671Zwarn: /home/build/.rustup/settings.toml
332026-07-10T21:59:53.671Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T21:59:53.671Zwarn: instead of the one inferred from the default host triple.
352026-07-10T21:59:53.683Zinfo: profile set to default
362026-07-10T21:59:53.683Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T21:59:53.686Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T21:59:53.817Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T21:59:53.820Zinfo: downloading 6 components
402026-07-10T22:00:08.409Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-10T22:00:08.409Z
422026-07-10T22:00:08.442Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T22:00:08.442Z
442026-07-10T22:00:08.442Z
452026-07-10T22:00:08.442ZRust is installed now. Great!
462026-07-10T22:00:08.442Z
472026-07-10T22:00:08.442ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T22:00:08.442Zenvironment variable. This has not been done automatically.
492026-07-10T22:00:08.442Z
502026-07-10T22:00:08.442ZTo configure your current shell, you need to source
512026-07-10T22:00:08.442Zthe corresponding env file under $HOME/.cargo.
522026-07-10T22:00:08.443Z
532026-07-10T22:00:08.443ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T22:00:08.446Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T22:00:08.446Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T22:00:08.446Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T22:00:08.446Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T22:00:08.446Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T22:00:08.446Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T22:00:08.446Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T22:00:08.446Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T22:00:08.539Z+ rustup --version
632026-07-10T22:00:08.548Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T22:00:08.551Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T22:00:08.569Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T22:00:08.572Z+ cargo --version
672026-07-10T22:00:08.585Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T22:00:08.588Z+ rustc --version
692026-07-10T22:00:08.607Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T22:00:08.610Zprocess exited: duration 16344 ms, exit code 0
 
712026-07-10T22:00:08.617Zstarting task 2: "authentication"
722026-07-10T22:00:08.631ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-10T22:00:10.639Zprocess exited: duration 2021 ms, exit code 0
 
742026-07-10T22:00:10.645Zstarting task 3: "clone repository"
752026-07-10T22:00:10.649Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-10T22:00:10.652Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-10T22:00:10.680ZCloning into '/work/oxidecomputer/omicron'...
782026-07-10T22:00:21.425Z+ cd /work/oxidecomputer/omicron
792026-07-10T22:00:21.425Z+ git fetch origin f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
802026-07-10T22:00:21.696ZFrom https://github.com/oxidecomputer/omicron
812026-07-10T22:00:21.696Z * branch f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf -> FETCH_HEAD
822026-07-10T22:00:21.709Z+ [[ -n eliza/inherit-lock ]]
832026-07-10T22:00:21.712Z++ git branch --show-current
842026-07-10T22:00:21.712Z+ current=main
852026-07-10T22:00:21.712Z+ [[ main != eliza/inherit-lock ]]
862026-07-10T22:00:21.712Z+ git branch -f eliza/inherit-lock f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
872026-07-10T22:00:21.715Z+ git checkout -f eliza/inherit-lock
882026-07-10T22:00:21.836ZSwitched to branch 'eliza/inherit-lock'
892026-07-10T22:00:21.839Z+ git reset --hard f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
902026-07-10T22:00:21.957ZHEAD is now at f3f8ff9b4 fix some related incorrect comments while we're here
912026-07-10T22:00:21.960Zprocess exited: duration 11313 ms, exit code 0
 
922026-07-10T22:00:21.968Zstarting task 4: "build"
932026-07-10T22:00:21.972Z+ source .github/buildomat/ci-env.sh
942026-07-10T22:00:21.975Z++ export CARGO_TERM_COLOR=always
952026-07-10T22:00:21.975Z++ CARGO_TERM_COLOR=always
962026-07-10T22:00:21.975Z+++ uname -s
972026-07-10T22:00:21.976Z++ [[ SunOS == \S\u\n\O\S ]]
982026-07-10T22:00:21.976Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-07-10T22:00:21.979Z+ cargo --version
1002026-07-10T22:00:21.985Zcargo 1.96.1 (356927216 2026-06-26)
1012026-07-10T22:00:21.988Z+ rustc --version
1022026-07-10T22:00:22.007Zrustc 1.96.1 (31fca3adb 2026-06-26)
1032026-07-10T22:00:22.011Z+ source ./env.sh
1042026-07-10T22:00:22.011Z++ OLD_SHELL_OPTS=ehxB
1052026-07-10T22:00:22.011Z++ set -o xtrace
1062026-07-10T22:00:22.014Z++++ dirname ./env.sh
1072026-07-10T22:00:22.014Z+++ readlink -f .
1082026-07-10T22:00:22.017Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-07-10T22:00:22.017Z++ export 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-10T22:00:22.017Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-10T22:00:22.017Z++ 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
1122026-07-10T22:00:22.017Z++ 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
1132026-07-10T22:00:22.017Z++ 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
1142026-07-10T22:00:22.017Z++ 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
1152026-07-10T22:00:22.018Z++ 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
1162026-07-10T22:00:22.018Z++ 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
1172026-07-10T22:00:22.018Z++ 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
1182026-07-10T22:00:22.018Z++ 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
1192026-07-10T22:00:22.018Z++ case $OLD_SHELL_OPTS in
1202026-07-10T22:00:22.018Z++ unset OLD_SHELL_OPTS OMICRON_WS
1212026-07-10T22:00:22.018Z+ 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
1222026-07-10T22:00:22.018Z+ 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
1232026-07-10T22:00:22.018Z+ banner prerequisites
1242026-07-10T22:00:22.018Z
1252026-07-10T22:00:22.018Z ##### ##### ###### ##### ###### #### # # # #### #
1262026-07-10T22:00:22.018Z # # # # # # # # # # # # # # #
1272026-07-10T22:00:22.018Z # # # # ##### # # ##### # # # # # #### #
1282026-07-10T22:00:22.019Z ##### ##### # ##### # # # # # # # # #
1292026-07-10T22:00:22.019Z # # # # # # # # # # # # # # #
1302026-07-10T22:00:22.019Z # # # ###### # # ###### ### # #### # #### #
1312026-07-10T22:00:22.019Z
1322026-07-10T22:00:22.019Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1332026-07-10T22:00:23.521Z Startup: Refreshing catalog 'helios' ... Done
1342026-07-10T22:00:23.630Z Startup: Caching catalogs ... Done
1352026-07-10T22:00:24.116ZPlanning: Solver setup ... Done (0.442s)
1362026-07-10T22:00:24.143ZPlanning: Running solver ... Done (0.027s)
1372026-07-10T22:00:24.154ZPlanning: Finding local manifests ... Done (0.003s)
1382026-07-10T22:00:24.166ZPlanning: Fetching manifests: 0/2 0% complete
1392026-07-10T22:00:24.187ZPlanning: Fetching manifests: 2/2 100% complete
1402026-07-10T22:00:24.200ZPlanning: Package planning ... Done (0.013s)
1412026-07-10T22:00:24.203ZPlanning: Merging actions ... Done (0.001s)
1422026-07-10T22:00:24.364ZPlanning: Checking for conflicting actions ... Done (0.162s)
1432026-07-10T22:00:24.367ZPlanning: Consolidating action changes ... Done (0.001s)
1442026-07-10T22:00:25.169ZPlanning: Evaluating mediators ... Done (0.804s)
1452026-07-10T22:00:25.173ZPlanning: Planning completed in 1.52 seconds
1462026-07-10T22:00:25.178Z Packages to install: 2
1472026-07-10T22:00:25.181Z Estimated space available: 156.06 GB
1482026-07-10T22:00:25.181ZEstimated space to be consumed: 31.27 MB
1492026-07-10T22:00:25.181Z Create boot environment: No
1502026-07-10T22:00:25.181ZCreate backup boot environment: No
1512026-07-10T22:00:25.181Z Rebuild boot archive: No
1522026-07-10T22:00:25.182Z
1532026-07-10T22:00:25.182ZChanged packages:
1542026-07-10T22:00:25.182Zhelios
1552026-07-10T22:00:25.182Z developer/build-essential
1562026-07-10T22:00:25.182Z None -> 11-3.0
1572026-07-10T22:00:25.182Z library/libxmlsec1
1582026-07-10T22:00:25.182Z None -> 1.2.35-3.0
1592026-07-10T22:00:25.202Z
1602026-07-10T22:00:25.202ZDownload: 0/214 items 0.0/1.3MB 0% complete
1612026-07-10T22:00:25.706ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1622026-07-10T22:00:25.780Z Actions: 1/268 actions (Installing new actions)
1632026-07-10T22:00:25.818Z Actions: Completed 268 actions in 0.04 seconds.
1642026-07-10T22:00:25.828ZFinalize: Updating package state database ... Done (0.010s)
1652026-07-10T22:00:25.828ZFinalize: Updating package cache ... Done (0.000s)
1662026-07-10T22:00:25.858ZFinalize: Updating image state ... Done (0.029s)
1672026-07-10T22:00:28.219ZFinalize: Creating fast lookup database ... Done (2.337s)
1682026-07-10T22:00:28.283ZFinalize: Reading search index ... Done (0.012s)
1692026-07-10T22:00:28.287ZFinalize: Updating search index ... Done (0.000s)
1702026-07-10T22:00:28.359ZFinalize: Updating package cache ... Done (0.000s)
1712026-07-10T22:00:28.675ZPlanning: Evaluating mediator changes ... Done
1722026-07-10T22:00:28.779ZPlanning: Checking for conflicting actions ... Done
1732026-07-10T22:00:28.782ZPlanning: Consolidating action changes ... Done
1742026-07-10T22:00:28.935ZPlanning: Evaluating mediators ... Done
1752026-07-10T22:00:28.938ZPlanning: Planning completed in 0.26 seconds
1762026-07-10T22:00:28.957Z Mediators to change: 2
1772026-07-10T22:00:28.957Z Create boot environment: No
1782026-07-10T22:00:28.957ZCreate backup boot environment: No
1792026-07-10T22:00:29.001ZFinalize: Updating package state database ... Done
1802026-07-10T22:00:29.001ZFinalize: Updating package cache ... Done
1812026-07-10T22:00:29.016ZFinalize: Updating image state ... Done
1822026-07-10T22:00:30.935ZFinalize: Creating fast lookup database ... Done
1832026-07-10T22:00:30.995ZFinalize: Reading search index ... Done
1842026-07-10T22:00:30.999ZFinalize: Updating search index ... Done
1852026-07-10T22:00:31.065ZFinalize: Updating package cache ... Done
1862026-07-10T22:00:31.346ZPlanning: Evaluating mediator changes ... Done
1872026-07-10T22:00:31.449ZPlanning: Checking for conflicting actions ... Done
1882026-07-10T22:00:31.452ZPlanning: Consolidating action changes ... Done
1892026-07-10T22:00:31.610ZPlanning: Evaluating mediators ... Done
1902026-07-10T22:00:31.614ZPlanning: Planning completed in 0.26 seconds
1912026-07-10T22:00:31.626Z Mediators to change: 1
1922026-07-10T22:00:31.626Z Create boot environment: No
1932026-07-10T22:00:31.630ZCreate backup boot environment: No
1942026-07-10T22:00:31.663ZFinalize: Updating package state database ... Done
1952026-07-10T22:00:31.663ZFinalize: Updating package cache ... Done
1962026-07-10T22:00:31.682ZFinalize: Updating image state ... Done
1972026-07-10T22:00:33.597ZFinalize: Creating fast lookup database ... Done
1982026-07-10T22:00:33.659ZFinalize: Reading search index ... Done
1992026-07-10T22:00:33.662ZFinalize: Updating search index ... Done
2002026-07-10T22:00:33.711ZFinalize: Updating package cache ... Done
2012026-07-10T22:00:34.025ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-07-10T22:00:34.025Zapache system 2.4 system
2032026-07-10T22:00:34.025Zclang system 15 system
2042026-07-10T22:00:34.025Zcsh system system illumos
2052026-07-10T22:00:34.025Zctags system system illumos
2062026-07-10T22:00:34.025Zfile vendor vendor darwinsys
2072026-07-10T22:00:34.025Zfile system system illumos
2082026-07-10T22:00:34.025Zgcc vendor 14 vendor
2092026-07-10T22:00:34.025Zgcc system 13 system
2102026-07-10T22:00:34.025Zgcc system 10 system
2112026-07-10T22:00:34.025Zgo system 1.25 system
2122026-07-10T22:00:34.025Zllvm system 15 system
2132026-07-10T22:00:34.025Zmariadb system 11.4 system
2142026-07-10T22:00:34.025Zmta vendor vendor dma
2152026-07-10T22:00:34.025Zopenjdk system 17 system
2162026-07-10T22:00:34.025Zopenjdk system 11 system
2172026-07-10T22:00:34.027Zopenssl vendor 3 vendor
2182026-07-10T22:00:34.027Zperl system 5.40 system
2192026-07-10T22:00:34.027Zpostgresql system 18 system
2202026-07-10T22:00:34.027Zpostgresql system 17 system
2212026-07-10T22:00:34.027Zpython vendor 3 vendor
2222026-07-10T22:00:34.027Zpython system 2 system
2232026-07-10T22:00:34.027Zpython3 vendor 3.13 vendor
2242026-07-10T22:00:34.027Zruby system 3.4 system
2252026-07-10T22:00:34.027Zruby system 3.0 system
2262026-07-10T22:00:34.027Zwords vendor vendor american-english
2272026-07-10T22:00:34.027Zwords system system australian-english
2282026-07-10T22:00:34.027Zwords system system british-english
2292026-07-10T22:00:34.027Zwords system system canadian-english
2302026-07-10T22:00:34.027Zwords system system french
2312026-07-10T22:00:34.027Zwords system system italian
2322026-07-10T22:00:34.027Zwords system system ngerman
2332026-07-10T22:00:34.027Zwords system system ogerman
2342026-07-10T22:00:34.027Zwords system system spanish
2352026-07-10T22:00:34.277ZPUBLISHER TYPE STATUS P LOCATION
2362026-07-10T22:00:34.277Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-07-10T22:00:34.582ZFMRI IFO
2382026-07-10T22:00:34.583Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-07-10T22:00:34.583Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-07-10T22:00:34.583Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-07-10T22:00:34.583Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-07-10T22:00:34.583Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-07-10T22:00:34.583Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-07-10T22:00:34.583Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-07-10T22:00:34.583Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-07-10T22:00:34.583Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-07-10T22:00:34.848Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-07-10T22:00:35.141Z Updating crates.io index
2492026-07-10T22:00:35.145Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-07-10T22:00:35.351Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-10T22:00:35.638Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-10T22:00:36.506Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-10T22:00:37.038Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-07-10T22:00:38.561Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-07-10T22:00:39.325Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-07-10T22:00:39.624Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-07-10T22:00:39.947Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-07-10T22:00:40.946Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-07-10T22:00:41.188Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-10T22:00:41.475Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-07-10T22:00:41.753Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-07-10T22:00:42.202Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-07-10T22:00:42.696Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2642026-07-10T22:00:42.942Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-07-10T22:00:43.155Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-07-10T22:00:43.400Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-07-10T22:00:43.652Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-07-10T22:00:44.035Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-07-10T22:00:44.277Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-07-10T22:00:44.530Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-10T22:00:44.888Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-07-10T22:00:45.249Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-07-10T22:00:45.486Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-07-10T22:00:45.893Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-07-10T22:00:46.155Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-10T22:00:46.482Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-10T22:00:46.724Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-10T22:00:46.932Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-10T22:00:47.253Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-10T22:00:47.587Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-10T22:00:47.815Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-10T22:00:48.066Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-10T22:00:48.285Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-10T22:00:48.550Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-10T22:00:49.030Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-10T22:00:49.272Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-10T22:00:49.523Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-10T22:00:49.778Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-10T22:00:52.679Z Downloading crates ...
2902026-07-10T22:00:52.731Z Downloaded dof v0.3.0
2912026-07-10T22:00:52.737Z Downloaded anstream v1.0.0
2922026-07-10T22:00:52.741Z Downloaded byteorder v1.5.0
2932026-07-10T22:00:52.744Z Downloaded usdt v0.5.0
2942026-07-10T22:00:52.747Z Downloaded swrite v0.1.0
2952026-07-10T22:00:52.748Z Downloaded heck v0.5.0
2962026-07-10T22:00:52.752Z Downloaded itoa v1.0.17
2972026-07-10T22:00:52.756Z Downloaded pest v2.8.6
2982026-07-10T22:00:52.756Z Downloaded generic-array v0.14.7
2992026-07-10T22:00:52.756Z Downloaded bytecount v0.6.9
3002026-07-10T22:00:52.761Z Downloaded heck v0.4.1
3012026-07-10T22:00:52.765Z Downloaded zerocopy v0.7.35
3022026-07-10T22:00:52.773Z Downloaded zmij v1.0.21
3032026-07-10T22:00:52.776Z Downloaded zerocopy-derive v0.7.35
3042026-07-10T22:00:52.777Z Downloaded serde_json v1.0.150
3052026-07-10T22:00:52.780Z Downloaded memmap v0.7.0
3062026-07-10T22:00:52.784Z Downloaded macaddr v1.0.1
3072026-07-10T22:00:52.784Z Downloaded is_terminal_polyfill v1.70.2
3082026-07-10T22:00:52.784Z Downloaded fnv v1.0.7
3092026-07-10T22:00:52.786Z Downloaded equivalent v1.0.2
3102026-07-10T22:00:52.786Z Downloaded pest_generator v2.8.6
3112026-07-10T22:00:52.790Z Downloaded once_cell v1.21.3
3122026-07-10T22:00:52.790Z Downloaded dtrace-parser v0.2.0
3132026-07-10T22:00:52.790Z Downloaded clap_derive v4.6.1
3142026-07-10T22:00:52.790Z Downloaded cfg-if v1.0.4
3152026-07-10T22:00:52.790Z Downloaded block-buffer v0.10.4
3162026-07-10T22:00:52.791Z Downloaded cargo-platform v0.3.2
3172026-07-10T22:00:52.791Z Downloaded clap_lex v1.0.0
3182026-07-10T22:00:52.795Z Downloaded usdt-macro v0.5.0
3192026-07-10T22:00:52.795Z Downloaded crypto-common v0.1.7
3202026-07-10T22:00:52.798Z Downloaded fastrand v2.3.0
3212026-07-10T22:00:52.798Z Downloaded cpufeatures v0.2.17
3222026-07-10T22:00:52.799Z Downloaded cargo_metadata v0.23.1
3232026-07-10T22:00:52.802Z Downloaded anstyle-parse v1.0.0
3242026-07-10T22:00:52.806Z Downloaded errno v0.3.14
3252026-07-10T22:00:52.806Z Downloaded strsim v0.11.1
3262026-07-10T22:00:52.809Z Downloaded serde_spanned v0.6.9
3272026-07-10T22:00:52.813Z Downloaded colorchoice v1.0.4
3282026-07-10T22:00:52.818Z Downloaded thread-id v4.2.2
3292026-07-10T22:00:52.822Z Downloaded proc-macro-error-attr v1.0.4
3302026-07-10T22:00:52.822Z Downloaded anstyle-query v1.1.5
3312026-07-10T22:00:52.822Z Downloaded terminal_size v0.4.3
3322026-07-10T22:00:52.825Z Downloaded scroll_derive v0.12.1
3332026-07-10T22:00:52.825Z Downloaded pretty-hex v0.4.1
3342026-07-10T22:00:52.829Z Downloaded version_check v0.9.5
3352026-07-10T22:00:52.833Z Downloaded usdt-attr-macro v0.5.0
3362026-07-10T22:00:52.833Z Downloaded toml_datetime v0.6.11
3372026-07-10T22:00:52.836Z Downloaded digest v0.10.7
3382026-07-10T22:00:52.836Z Downloaded papergrid v0.11.0
3392026-07-10T22:00:52.845Z Downloaded plain v0.2.3
3402026-07-10T22:00:52.849Z Downloaded smawk v0.3.2
3412026-07-10T22:00:52.853Z Downloaded unicode-linebreak v0.1.5
3422026-07-10T22:00:52.854Z Downloaded toml_write v0.1.2
3432026-07-10T22:00:52.857Z Downloaded tabled_derive v0.7.0
3442026-07-10T22:00:52.861Z Downloaded getrandom v0.4.1
3452026-07-10T22:00:52.864Z Downloaded cargo_toml v0.21.0
3462026-07-10T22:00:52.864Z Downloaded autocfg v1.5.0
3472026-07-10T22:00:52.868Z Downloaded utf8parse v0.2.2
3482026-07-10T22:00:52.871Z Downloaded thiserror-impl v2.0.18
3492026-07-10T22:00:52.871Z Downloaded thiserror-impl v1.0.69
3502026-07-10T22:00:52.871Z Downloaded fs-err v3.3.0
3512026-07-10T22:00:52.872Z Downloaded sha2 v0.10.9
3522026-07-10T22:00:52.875Z Downloaded proc-macro-error v1.0.4
3532026-07-10T22:00:52.875Z Downloaded anstyle v1.0.14
3542026-07-10T22:00:52.878Z Downloaded thiserror v2.0.18
3552026-07-10T22:00:52.882Z Downloaded camino-tempfile v1.4.1
3562026-07-10T22:00:52.891Z Downloaded quote v1.0.45
3572026-07-10T22:00:52.895Z Downloaded serde_tokenstream v0.2.3
3582026-07-10T22:00:52.898Z Downloaded usdt-impl v0.5.0
3592026-07-10T22:00:52.898Z Downloaded thiserror v1.0.69
3602026-07-10T22:00:52.901Z Downloaded scroll v0.12.0
3612026-07-10T22:00:52.906Z Downloaded toml v0.8.23
3622026-07-10T22:00:52.906Z Downloaded camino v1.2.2
3632026-07-10T22:00:52.910Z Downloaded pest_derive v2.8.6
3642026-07-10T22:00:52.914Z Downloaded anyhow v1.0.102
3652026-07-10T22:00:52.919Z Downloaded memchr v2.8.0
3662026-07-10T22:00:52.923Z Downloaded tempfile v3.25.0
3672026-07-10T22:00:52.927Z Downloaded semver v1.0.28
3682026-07-10T22:00:52.932Z Downloaded clap v4.6.1
3692026-07-10T22:00:52.936Z Downloaded textwrap v0.16.2
3702026-07-10T22:00:52.940Z Downloaded bitflags v2.11.0
3712026-07-10T22:00:52.949Z Downloaded log v0.4.29
3722026-07-10T22:00:52.953Z Downloaded ucd-trie v0.1.7
3732026-07-10T22:00:52.957Z Downloaded unicode-ident v1.0.24
3742026-07-10T22:00:52.957Z Downloaded pest_meta v2.8.6
3752026-07-10T22:00:52.961Z Downloaded proc-macro2 v1.0.106
3762026-07-10T22:00:52.967Z Downloaded toml_edit v0.22.27
3772026-07-10T22:00:52.971Z Downloaded serde_derive v1.0.228
3782026-07-10T22:00:52.974Z Downloaded serde v1.0.228
3792026-07-10T22:00:52.981Z Downloaded serde_core v1.0.228
3802026-07-10T22:00:52.994Z Downloaded indexmap v2.14.0
3812026-07-10T22:00:52.998Z Downloaded typenum v1.20.1
3822026-07-10T22:00:53.017Z Downloaded goblin v0.8.2
3832026-07-10T22:00:53.030Z Downloaded hashbrown v0.17.0
3842026-07-10T22:00:53.049Z Downloaded clap_builder v4.6.0
3852026-07-10T22:00:53.053Z Downloaded winnow v0.7.14
3862026-07-10T22:00:53.059Z Downloaded tabled v0.15.0
3872026-07-10T22:00:53.069Z Downloaded syn v1.0.109
3882026-07-10T22:00:53.084Z Downloaded unicode-width v0.2.0
3892026-07-10T22:00:53.088Z Downloaded unicode-width v0.1.14
3902026-07-10T22:00:53.095Z Downloaded syn v2.0.117
3912026-07-10T22:00:53.108Z Downloaded rustix v1.1.3
3922026-07-10T22:00:53.137Z Downloaded libc v0.2.185
3932026-07-10T22:00:53.198Z Compiling proc-macro2 v1.0.106
3942026-07-10T22:00:53.198Z Compiling quote v1.0.45
3952026-07-10T22:00:53.198Z Compiling unicode-ident v1.0.24
3962026-07-10T22:00:53.202Z Compiling serde_core v1.0.228
3972026-07-10T22:00:53.202Z Compiling libc v0.2.185
3982026-07-10T22:00:53.202Z Compiling version_check v0.9.5
3992026-07-10T22:00:53.202Z Compiling memchr v2.8.0
4002026-07-10T22:00:53.202Z Compiling serde v1.0.228
4012026-07-10T22:00:53.514Z Compiling zmij v1.0.21
4022026-07-10T22:00:53.789Z Compiling thiserror v1.0.69
4032026-07-10T22:00:53.845Z Compiling ucd-trie v0.1.7
4042026-07-10T22:00:54.044Z Compiling itoa v1.0.17
4052026-07-10T22:00:54.150Z Compiling pest v2.8.6
4062026-07-10T22:00:54.165Z Compiling byteorder v1.5.0
4072026-07-10T22:00:54.229Z Compiling rustix v1.1.3
4082026-07-10T22:00:54.296Z Compiling errno v0.3.14
4092026-07-10T22:00:54.393Z Compiling serde_json v1.0.150
4102026-07-10T22:00:54.602Z Compiling bitflags v2.11.0
4112026-07-10T22:00:54.649Z Compiling syn v2.0.117
4122026-07-10T22:00:54.738Z Compiling thread-id v4.2.2
4132026-07-10T22:00:54.818Z Compiling usdt-impl v0.5.0
4142026-07-10T22:00:54.835Z Compiling proc-macro-error-attr v1.0.4
4152026-07-10T22:00:54.945Z Compiling syn v1.0.109
4162026-07-10T22:00:55.028Z Compiling camino v1.2.2
4172026-07-10T22:00:55.192Z Compiling pest_meta v2.8.6
4182026-07-10T22:00:55.317Z Compiling proc-macro-error v1.0.4
4192026-07-10T22:00:55.380Z Compiling log v0.4.29
4202026-07-10T22:00:55.410Z Compiling equivalent v1.0.2
4212026-07-10T22:00:55.502Z Compiling plain v0.2.3
4222026-07-10T22:00:55.519Z Compiling getrandom v0.4.1
4232026-07-10T22:00:55.611Z Compiling hashbrown v0.17.0
4242026-07-10T22:00:55.683Z Compiling utf8parse v0.2.2
4252026-07-10T22:00:55.798Z Compiling anstyle-parse v1.0.0
4262026-07-10T22:00:55.938Z Compiling terminal_size v0.4.3
4272026-07-10T22:00:56.113Z Compiling indexmap v2.14.0
4282026-07-10T22:00:56.565Z Compiling is_terminal_polyfill v1.70.2
4292026-07-10T22:00:56.582Z Compiling anstyle-query v1.1.5
4302026-07-10T22:00:56.599Z Compiling cfg-if v1.0.4
4312026-07-10T22:00:56.667Z Compiling toml_write v0.1.2
4322026-07-10T22:00:56.696Z Compiling winnow v0.7.14
4332026-07-10T22:00:56.709Z Compiling colorchoice v1.0.4
4342026-07-10T22:00:56.765Z Compiling anstyle v1.0.14
4352026-07-10T22:00:56.810Z Compiling autocfg v1.5.0
4362026-07-10T22:00:56.833Z Compiling pest_generator v2.8.6
4372026-07-10T22:00:56.869Z Compiling thiserror v2.0.18
4382026-07-10T22:00:56.886Z Compiling pretty-hex v0.4.1
4392026-07-10T22:00:56.953Z Compiling anstream v1.0.0
4402026-07-10T22:00:57.219Z Compiling fs-err v3.3.0
4412026-07-10T22:00:57.362Z Compiling bytecount v0.6.9
4422026-07-10T22:00:57.424Z Compiling fastrand v2.3.0
4432026-07-10T22:00:57.442Z Compiling clap_lex v1.0.0
4442026-07-10T22:00:57.505Z Compiling unicode-width v0.1.14
4452026-07-10T22:00:57.516Z Compiling anyhow v1.0.102
4462026-07-10T22:00:57.546Z Compiling once_cell v1.21.3
4472026-07-10T22:00:57.663Z Compiling heck v0.5.0
4482026-07-10T22:00:57.699Z Compiling fnv v1.0.7
4492026-07-10T22:00:57.761Z Compiling heck v0.4.1
4502026-07-10T22:00:57.797Z Compiling strsim v0.11.1
4512026-07-10T22:00:57.815Z Compiling papergrid v0.11.0
4522026-07-10T22:00:57.901Z Compiling tempfile v3.25.0
4532026-07-10T22:00:57.976Z Compiling clap_builder v4.6.0
4542026-07-10T22:00:58.045Z Compiling tabled_derive v0.7.0
4552026-07-10T22:00:58.127Z Compiling semver v1.0.28
4562026-07-10T22:00:58.164Z Compiling cargo-platform v0.3.2
4572026-07-10T22:00:58.185Z Compiling memmap v0.7.0
4582026-07-10T22:00:58.268Z Compiling unicode-width v0.2.0
4592026-07-10T22:00:58.350Z Compiling unicode-linebreak v0.1.5
4602026-07-10T22:00:58.418Z Compiling smawk v0.3.2
4612026-07-10T22:00:58.452Z Compiling serde_derive v1.0.228
4622026-07-10T22:00:58.542Z Compiling thiserror-impl v1.0.69
4632026-07-10T22:00:58.558Z Compiling zerocopy-derive v0.7.35
4642026-07-10T22:00:58.586Z Compiling pest_derive v2.8.6
4652026-07-10T22:00:58.750Z Compiling scroll_derive v0.12.1
4662026-07-10T22:00:59.021Z Compiling thiserror-impl v2.0.18
4672026-07-10T22:00:59.126Z Compiling clap_derive v4.6.1
4682026-07-10T22:00:59.238Z Compiling tabled v0.15.0
4692026-07-10T22:00:59.435Z Compiling scroll v0.12.0
4702026-07-10T22:00:59.497Z Compiling zerocopy v0.7.35
4712026-07-10T22:00:59.712Z Compiling goblin v0.8.2
4722026-07-10T22:00:59.937Z Compiling dtrace-parser v0.2.0
4732026-07-10T22:01:00.053Z Compiling textwrap v0.16.2
4742026-07-10T22:01:00.513Z Compiling camino-tempfile v1.4.1
4752026-07-10T22:01:00.669Z Compiling swrite v0.1.0
4762026-07-10T22:01:00.891Z Compiling clap v4.6.1
4772026-07-10T22:01:01.679Z Compiling toml_datetime v0.6.11
4782026-07-10T22:01:01.680Z Compiling serde_spanned v0.6.9
4792026-07-10T22:01:01.684Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-10T22:01:01.684Z Compiling cargo_metadata v0.23.1
4812026-07-10T22:01:01.684Z Compiling macaddr v1.0.1
4822026-07-10T22:01:01.760Z Compiling dof v0.3.0
4832026-07-10T22:01:01.764Z Compiling serde_tokenstream v0.2.3
4842026-07-10T22:01:01.959Z Compiling toml_edit v0.22.27
4852026-07-10T22:01:02.522Z Compiling usdt-macro v0.5.0
4862026-07-10T22:01:02.522Z Compiling usdt-attr-macro v0.5.0
4872026-07-10T22:01:03.087Z Compiling usdt v0.5.0
4882026-07-10T22:01:03.262Z Compiling toml v0.8.23
4892026-07-10T22:01:03.583Z Compiling cargo_toml v0.21.0
4902026-07-10T22:01:04.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-10T22:01:06.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.13s
4922026-07-10T22:01:07.022Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-10T22:01:07.514Z Downloading crates ...
4942026-07-10T22:01:07.603Z Downloaded bcs v0.1.6
4952026-07-10T22:01:07.617Z Downloaded async-stream v0.3.6
4962026-07-10T22:01:07.623Z Downloaded bit-set v0.8.0
4972026-07-10T22:01:07.627Z Downloaded blake3 v1.8.5
4982026-07-10T22:01:07.631Z Downloaded convert_case v0.10.0
4992026-07-10T22:01:07.631Z Downloaded bitfield-struct v0.6.2
5002026-07-10T22:01:07.635Z Downloaded daft v0.1.7
5012026-07-10T22:01:07.638Z Downloaded crypto-common v0.2.2
5022026-07-10T22:01:07.642Z Downloaded crc-catalog v2.4.0
5032026-07-10T22:01:07.642Z Downloaded bit-set v0.5.3
5042026-07-10T22:01:07.646Z Downloaded bitflags v1.3.2
5052026-07-10T22:01:07.651Z Downloaded darling v0.13.4
5062026-07-10T22:01:07.651Z Downloaded bcrypt-pbkdf v0.11.0
5072026-07-10T22:01:07.651Z Downloaded backoff v0.4.0
5082026-07-10T22:01:07.651Z Downloaded crossterm v0.29.0
5092026-07-10T22:01:07.654Z Downloaded ctr v0.10.1
5102026-07-10T22:01:07.660Z Downloaded crossbeam-epoch v0.9.18
5112026-07-10T22:01:07.660Z Downloaded async-trait v0.1.89
5122026-07-10T22:01:07.663Z Downloaded darling_core v0.21.3
5132026-07-10T22:01:07.664Z Downloaded anstyle-parse v0.2.7
5142026-07-10T22:01:07.667Z Downloaded async-stream-impl v0.3.6
5152026-07-10T22:01:07.668Z Downloaded curve25519-dalek-derive v0.1.1
5162026-07-10T22:01:07.668Z Downloaded cfg_aliases v0.2.1
5172026-07-10T22:01:07.668Z Downloaded cfg_aliases v0.1.1
5182026-07-10T22:01:07.668Z Downloaded array-init v0.0.4
5192026-07-10T22:01:07.672Z Downloaded aead v0.5.2
5202026-07-10T22:01:07.672Z Downloaded crunchy v0.2.4
5212026-07-10T22:01:07.672Z Downloaded darling_macro v0.21.3
5222026-07-10T22:01:07.672Z Downloaded bit-vec v0.8.0
5232026-07-10T22:01:07.672Z Downloaded defmt v1.0.1
5242026-07-10T22:01:07.676Z Downloaded darling_macro v0.23.0
5252026-07-10T22:01:07.676Z Downloaded darling v0.20.11
5262026-07-10T22:01:07.680Z Downloaded darling_core v0.23.0
5272026-07-10T22:01:07.683Z Downloaded corncobs v0.1.4
5282026-07-10T22:01:07.683Z Downloaded crossbeam-deque v0.8.6
5292026-07-10T22:01:07.683Z Downloaded blake2 v0.10.6
5302026-07-10T22:01:07.687Z Downloaded dirs-sys-next v0.1.2
5312026-07-10T22:01:07.687Z Downloaded der v0.8.0
5322026-07-10T22:01:07.690Z Downloaded cookie v0.18.1
5332026-07-10T22:01:07.690Z Downloaded delegate v0.13.5
5342026-07-10T22:01:07.694Z Downloaded darling_macro v0.20.11
5352026-07-10T22:01:07.694Z Downloaded adler2 v2.0.1
5362026-07-10T22:01:07.694Z Downloaded base16ct v1.0.0
5372026-07-10T22:01:07.694Z Downloaded cpufeatures v0.3.0
5382026-07-10T22:01:07.698Z Downloaded castaway v0.2.4
5392026-07-10T22:01:07.699Z Downloaded async-recursion v1.1.1
5402026-07-10T22:01:07.703Z Downloaded darling_macro v0.13.4
5412026-07-10T22:01:07.703Z Downloaded ciborium-io v0.2.2
5422026-07-10T22:01:07.703Z Downloaded bitfield-macros v0.19.4
5432026-07-10T22:01:07.703Z Downloaded bb8 v0.8.6
5442026-07-10T22:01:07.703Z Downloaded atty v0.2.14
5452026-07-10T22:01:07.703Z Downloaded compression-core v0.4.31
5462026-07-10T22:01:07.703Z Downloaded ed25519 v3.0.0
5472026-07-10T22:01:07.707Z Downloaded embedded-io v0.4.0
5482026-07-10T22:01:07.707Z Downloaded downcast-rs v2.0.2
5492026-07-10T22:01:07.707Z Downloaded crc8 v0.1.1
5502026-07-10T22:01:07.759Z Downloaded csv-core v0.1.13
5512026-07-10T22:01:07.759Z Downloaded crossbeam-utils v0.8.21
5522026-07-10T22:01:07.759Z Downloaded dyn-clone v1.0.20
5532026-07-10T22:01:07.759Z Downloaded env_filter v1.0.0
5542026-07-10T22:01:07.759Z Downloaded cpubits v0.1.1
5552026-07-10T22:01:07.759Z Downloaded dropshot-api-manager-types v0.7.2
5562026-07-10T22:01:07.759Z Downloaded defmt-parser v1.0.0
5572026-07-10T22:01:07.759Z Downloaded block-buffer v0.12.1
5582026-07-10T22:01:07.759Z Downloaded ascii-canvas v3.0.0
5592026-07-10T22:01:07.759Z Downloaded embedded-io v0.6.1
5602026-07-10T22:01:07.759Z Downloaded debug-ignore v1.0.5
5612026-07-10T22:01:07.760Z Downloaded assert_matches v1.5.0
5622026-07-10T22:01:07.760Z Downloaded arrayvec v0.7.6
5632026-07-10T22:01:07.760Z Downloaded defmt v0.3.100
5642026-07-10T22:01:07.760Z Downloaded critical-section v1.2.0
5652026-07-10T22:01:07.760Z Downloaded digest v0.11.3
5662026-07-10T22:01:07.760Z Downloaded atomic-waker v1.1.2
5672026-07-10T22:01:07.760Z Downloaded base64ct v1.8.3
5682026-07-10T22:01:07.760Z Downloaded atomicwrites v0.4.4
5692026-07-10T22:01:07.760Z Downloaded arrayref v0.3.9
5702026-07-10T22:01:07.760Z Downloaded fd-lock v4.0.4
5712026-07-10T22:01:07.760Z Downloaded display-error-chain v0.2.2
5722026-07-10T22:01:07.760Z Downloaded flagset v0.4.7
5732026-07-10T22:01:07.760Z Downloaded difflib v0.4.0
5742026-07-10T22:01:07.761Z Downloaded convert_case v0.4.0
5752026-07-10T22:01:07.761Z Downloaded endian-type v0.1.2
5762026-07-10T22:01:07.761Z Downloaded diesel_table_macro_syntax v0.3.0
5772026-07-10T22:01:07.761Z Downloaded cobs v0.3.0
5782026-07-10T22:01:07.761Z Downloaded crc v3.4.0
5792026-07-10T22:01:07.761Z Downloaded ciborium-ll v0.2.2
5802026-07-10T22:01:07.761Z Downloaded dof v0.4.0
5812026-07-10T22:01:07.761Z Downloaded float-ord v0.3.2
5822026-07-10T22:01:07.761Z Downloaded block-padding v0.4.2
5832026-07-10T22:01:07.761Z Downloaded dunce v1.0.5
5842026-07-10T22:01:07.761Z Downloaded cstr-argument v0.1.2
5852026-07-10T22:01:07.761Z Downloaded derive_builder_macro v0.20.2
5862026-07-10T22:01:07.761Z Downloaded dirs-next v2.0.0
5872026-07-10T22:01:07.761Z Downloaded async-compression v0.4.41
5882026-07-10T22:01:07.761Z Downloaded foreign-types v0.3.2
5892026-07-10T22:01:07.761Z Downloaded enum-as-inner v0.6.1
5902026-07-10T22:01:07.762Z Downloaded dtrace-parser v0.3.0
5912026-07-10T22:01:07.766Z Downloaded base16ct v0.2.0
5922026-07-10T22:01:07.766Z Downloaded crucible-workspace-hack v0.1.0
5932026-07-10T22:01:07.766Z Downloaded async-bb8-diesel v0.2.1
5942026-07-10T22:01:07.766Z Downloaded form_urlencoded v1.2.2
5952026-07-10T22:01:07.766Z Downloaded der_derive v0.7.3
5962026-07-10T22:01:07.770Z Downloaded daft-derive v0.1.7
5972026-07-10T22:01:07.770Z Downloaded data-encoding v2.10.0
5982026-07-10T22:01:07.774Z Downloaded foreign-types-shared v0.1.1
5992026-07-10T22:01:07.774Z Downloaded derive_builder_core v0.20.2
6002026-07-10T22:01:07.774Z Downloaded cexpr v0.6.0
6012026-07-10T22:01:07.779Z Downloaded aead v0.6.1
6022026-07-10T22:01:07.779Z Downloaded cookie_store v0.22.1
6032026-07-10T22:01:07.779Z Downloaded argon2 v0.5.3
6042026-07-10T22:01:07.779Z Downloaded derive-where v1.6.0
6052026-07-10T22:01:07.783Z Downloaded futures-task v0.3.32
6062026-07-10T22:01:07.783Z Downloaded futures-core v0.3.32
6072026-07-10T22:01:07.787Z Downloaded funty v2.0.0
6082026-07-10T22:01:07.787Z Downloaded const_format_proc_macros v0.2.34
6092026-07-10T22:01:07.787Z Downloaded futures-sink v0.3.32
6102026-07-10T22:01:07.787Z Downloaded cipher v0.4.4
6112026-07-10T22:01:07.791Z Downloaded gethostname v0.5.0
6122026-07-10T22:01:07.791Z Downloaded compression-codecs v0.4.37
6132026-07-10T22:01:07.791Z Downloaded fxhash v0.2.1
6142026-07-10T22:01:07.792Z Downloaded foreign-types-shared v0.3.1
6152026-07-10T22:01:07.796Z Downloaded foreign-types-macros v0.2.3
6162026-07-10T22:01:07.796Z Downloaded chacha20 v0.9.1
6172026-07-10T22:01:07.796Z Downloaded ghash v0.6.0
6182026-07-10T22:01:07.796Z Downloaded futures-macro v0.3.32
6192026-07-10T22:01:07.796Z Downloaded hash32 v0.2.1
6202026-07-10T22:01:07.797Z Downloaded cmov v0.5.4
6212026-07-10T22:01:07.800Z Downloaded document-features v0.2.12
6222026-07-10T22:01:07.800Z Downloaded cmake v0.1.57
6232026-07-10T22:01:07.800Z Downloaded deranged v0.5.8
6242026-07-10T22:01:07.804Z Downloaded console v0.16.2
6252026-07-10T22:01:07.804Z Downloaded either v1.15.0
6262026-07-10T22:01:07.804Z Downloaded chacha20 v0.10.0
6272026-07-10T22:01:07.808Z Downloaded dsl_auto_type v0.2.0
6282026-07-10T22:01:07.808Z Downloaded ena v0.14.4
6292026-07-10T22:01:07.808Z Downloaded fixedbitset v0.5.7
6302026-07-10T22:01:07.812Z Downloaded erased-serde v0.3.31
6312026-07-10T22:01:07.812Z Downloaded find-msvc-tools v0.1.9
6322026-07-10T22:01:07.812Z Downloaded git-stub v1.0.0
6332026-07-10T22:01:07.812Z Downloaded displaydoc v0.2.5
6342026-07-10T22:01:07.816Z Downloaded foldhash v0.2.0
6352026-07-10T22:01:07.816Z Downloaded derive-ex v0.1.8
6362026-07-10T22:01:07.816Z Downloaded defmt-macros v1.0.1
6372026-07-10T22:01:07.819Z Downloaded base64 v0.22.1
6382026-07-10T22:01:07.823Z Downloaded hex v0.4.3
6392026-07-10T22:01:07.823Z Downloaded hash32 v0.3.1
6402026-07-10T22:01:07.823Z Downloaded blowfish v0.10.0
6412026-07-10T22:01:07.823Z Downloaded globwalk v0.9.1
6422026-07-10T22:01:07.826Z Downloaded allocator-api2 v0.2.21
6432026-07-10T22:01:07.826Z Downloaded fallible-iterator v0.2.0
6442026-07-10T22:01:07.826Z Downloaded env_logger v0.11.9
6452026-07-10T22:01:07.831Z Downloaded headers-core v0.3.0
6462026-07-10T22:01:07.831Z Downloaded diff v0.1.13
6472026-07-10T22:01:07.834Z Downloaded fixedbitset v0.4.2
6482026-07-10T22:01:07.834Z Downloaded hex-literal v1.1.0
6492026-07-10T22:01:07.834Z Downloaded filetime v0.2.27
6502026-07-10T22:01:07.835Z Downloaded ff v0.14.0
6512026-07-10T22:01:07.838Z Downloaded hostname v0.3.1
6522026-07-10T22:01:07.838Z Downloaded ff v0.13.1
6532026-07-10T22:01:07.838Z Downloaded enum_dispatch v0.3.13
6542026-07-10T22:01:07.842Z Downloaded dropshot_endpoint v0.17.1
6552026-07-10T22:01:07.842Z Downloaded bit-vec v0.6.3
6562026-07-10T22:01:07.846Z Downloaded const-oid v0.9.6
6572026-07-10T22:01:07.846Z Downloaded ciborium v0.2.2
6582026-07-10T22:01:07.846Z Downloaded http-body v1.0.1
6592026-07-10T22:01:07.850Z Downloaded foldhash v0.1.5
6602026-07-10T22:01:07.850Z Downloaded ahash v0.8.12
6612026-07-10T22:01:07.850Z Downloaded futures-io v0.3.32
6622026-07-10T22:01:07.850Z Downloaded fs-err v2.11.0
6632026-07-10T22:01:07.853Z Downloaded hostname v0.4.2
6642026-07-10T22:01:07.855Z Downloaded hubpack_derive v0.1.1
6652026-07-10T22:01:07.855Z Downloaded cancel-safe-futures v0.1.5
6662026-07-10T22:01:07.861Z Downloaded argon2 v0.6.0-rc.8
6672026-07-10T22:01:07.861Z Downloaded console v0.15.11
6682026-07-10T22:01:07.861Z Downloaded http-range v0.1.5
6692026-07-10T22:01:07.861Z Downloaded hyper-tls v0.6.0
6702026-07-10T22:01:07.864Z Downloaded bzip2 v0.4.4
6712026-07-10T22:01:07.864Z Downloaded buf-list v1.1.2
6722026-07-10T22:01:07.864Z Downloaded home v0.5.12
6732026-07-10T22:01:07.865Z Downloaded globset v0.4.18
6742026-07-10T22:01:07.865Z Downloaded ident_case v1.0.1
6752026-07-10T22:01:07.869Z Downloaded des v0.9.0
6762026-07-10T22:01:07.869Z Downloaded derive_builder v0.20.2
6772026-07-10T22:01:07.873Z Downloaded git-stub-vcs v0.1.0
6782026-07-10T22:01:07.873Z Downloaded colored v3.1.1
6792026-07-10T22:01:07.873Z Downloaded idna_adapter v1.2.1
6802026-07-10T22:01:07.877Z Downloaded group v0.14.0
6812026-07-10T22:01:07.877Z Downloaded group v0.13.0
6822026-07-10T22:01:07.877Z Downloaded ecdsa v0.16.9
6832026-07-10T22:01:07.877Z Downloaded illumos-nvpair-sys v0.2.0
6842026-07-10T22:01:07.881Z Downloaded illumos-nvpair v0.3.0
6852026-07-10T22:01:07.881Z Downloaded ecdsa v0.17.0-rc.18
6862026-07-10T22:01:07.881Z Downloaded constant_time_eq v0.4.2
6872026-07-10T22:01:07.881Z Downloaded blake2 v0.11.0-rc.6
6882026-07-10T22:01:07.885Z Downloaded ctutils v0.4.2
6892026-07-10T22:01:07.886Z Downloaded darling v0.21.3
6902026-07-10T22:01:07.890Z Downloaded indent_write v2.2.0
6912026-07-10T22:01:07.890Z Downloaded ed25519 v2.2.3
6922026-07-10T22:01:07.890Z Downloaded indoc v1.0.9
6932026-07-10T22:01:07.894Z Downloaded diesel-dtrace v0.5.0
6942026-07-10T22:01:07.894Z Downloaded fs_extra v1.3.0
6952026-07-10T22:01:07.894Z Downloaded instability v0.3.11
6962026-07-10T22:01:07.898Z Downloaded instant v0.1.13
6972026-07-10T22:01:07.900Z Downloaded inout v0.2.2
6982026-07-10T22:01:07.900Z Downloaded anstream v0.6.21
6992026-07-10T22:01:07.900Z Downloaded internet-checksum v0.2.1
7002026-07-10T22:01:07.904Z Downloaded cbc v0.2.1
7012026-07-10T22:01:07.904Z Downloaded byte-wrapper v0.1.0
7022026-07-10T22:01:07.904Z Downloaded clang-sys v1.8.1
7032026-07-10T22:01:07.904Z Downloaded bitfield v0.19.4
7042026-07-10T22:01:07.904Z Downloaded is-terminal v0.4.17
7052026-07-10T22:01:07.908Z Downloaded is_ci v1.2.0
7062026-07-10T22:01:07.908Z Downloaded crc32fast v1.5.0
7072026-07-10T22:01:07.908Z Downloaded camino-tempfile-ext v0.3.3
7082026-07-10T22:01:07.909Z Downloaded hubpack v0.1.2
7092026-07-10T22:01:07.912Z Downloaded keccak v0.1.6
7102026-07-10T22:01:07.912Z Downloaded highway v1.3.0
7112026-07-10T22:01:07.912Z Downloaded backon v1.6.0
7122026-07-10T22:01:07.916Z Downloaded cipher v0.5.2
7132026-07-10T22:01:07.916Z Downloaded cassowary v0.3.0
7142026-07-10T22:01:07.916Z Downloaded kem v0.3.0
7152026-07-10T22:01:07.917Z Downloaded hyper-staticfile v0.10.1
7162026-07-10T22:01:07.921Z Downloaded lalrpop-util v0.19.12
7172026-07-10T22:01:07.921Z Downloaded kstat-rs v0.2.4
7182026-07-10T22:01:07.921Z Downloaded glob v0.3.3
7192026-07-10T22:01:07.921Z Downloaded colored v2.2.0
7202026-07-10T22:01:07.925Z Downloaded getrandom v0.2.17
7212026-07-10T22:01:07.925Z Downloaded lazy_static v1.5.0
7222026-07-10T22:01:07.925Z Downloaded futures-executor v0.3.32
7232026-07-10T22:01:07.929Z Downloaded futures-channel v0.3.32
7242026-07-10T22:01:07.929Z Downloaded base64 v0.21.7
7252026-07-10T22:01:07.932Z Downloaded http-body-util v0.1.3
7262026-07-10T22:01:07.932Z Downloaded ar_archive_writer v0.5.1
7272026-07-10T22:01:07.933Z Downloaded humantime v2.3.0
7282026-07-10T22:01:07.936Z Downloaded libscf-sys v1.1.0
7292026-07-10T22:01:07.936Z Downloaded const_format v0.2.35
7302026-07-10T22:01:07.940Z Downloaded md-5 v0.10.6
7312026-07-10T22:01:07.940Z Downloaded linked-hash-map v0.5.6
7322026-07-10T22:01:07.940Z Downloaded foreign-types v0.5.0
7332026-07-10T22:01:07.940Z Downloaded float-cmp v0.10.0
7342026-07-10T22:01:07.944Z Downloaded lru-cache v0.1.2
7352026-07-10T22:01:07.948Z Downloaded maplit v1.0.2
7362026-07-10T22:01:07.948Z Downloaded match_cfg v0.1.0
7372026-07-10T22:01:07.948Z Downloaded lzss v0.8.2
7382026-07-10T22:01:07.948Z Downloaded fatfs v0.3.6
7392026-07-10T22:01:07.951Z Downloaded elliptic-curve v0.13.8
7402026-07-10T22:01:07.951Z Downloaded darling_core v0.13.4
7412026-07-10T22:01:07.958Z Downloaded indoc v2.0.7
7422026-07-10T22:01:07.958Z Downloaded hmac v0.12.1
7432026-07-10T22:01:07.958Z Downloaded ipnetwork v0.21.1
7442026-07-10T22:01:07.962Z Downloaded mime v0.3.17
7452026-07-10T22:01:07.962Z Downloaded maybe-uninit v2.0.0
7462026-07-10T22:01:07.962Z Downloaded impl-trait-for-tuples v0.2.3
7472026-07-10T22:01:07.962Z Downloaded memoffset v0.9.1
7482026-07-10T22:01:07.966Z Downloaded md5 v0.8.0
7492026-07-10T22:01:07.966Z Downloaded inout v0.1.4
7502026-07-10T22:01:07.966Z Downloaded ingot-types v0.1.2
7512026-07-10T22:01:07.966Z Downloaded darling v0.23.0
7522026-07-10T22:01:07.972Z Downloaded drift v0.2.0
7532026-07-10T22:01:07.975Z Downloaded nibble_vec v0.1.0
7542026-07-10T22:01:07.978Z Downloaded newtype_derive v0.1.6
7552026-07-10T22:01:07.979Z Downloaded ipnet v2.11.0
7562026-07-10T22:01:07.979Z Downloaded newtype-uuid-macros v0.1.0
7572026-07-10T22:01:07.979Z Downloaded newline-converter v0.3.0
7582026-07-10T22:01:07.982Z Downloaded new_debug_unreachable v1.0.6
7592026-07-10T22:01:07.982Z Downloaded multimap v0.10.1
7602026-07-10T22:01:07.983Z Downloaded crc-any v2.5.0
7612026-07-10T22:01:07.986Z Downloaded hmac v0.13.0
7622026-07-10T22:01:07.986Z Downloaded bytes v1.11.1
7632026-07-10T22:01:07.986Z Downloaded jobserver v0.1.34
7642026-07-10T22:01:07.990Z Downloaded chacha20poly1305 v0.10.1
7652026-07-10T22:01:07.990Z Downloaded num v0.4.3
7662026-07-10T22:01:07.990Z Downloaded nonempty v0.12.0
7672026-07-10T22:01:07.994Z Downloaded num-derive v0.3.3
7682026-07-10T22:01:07.994Z Downloaded normalize-line-endings v0.3.0
7692026-07-10T22:01:07.994Z Downloaded libefi-sys v0.1.0
7702026-07-10T22:01:07.994Z Downloaded keccak v0.2.0
7712026-07-10T22:01:07.998Z Downloaded bzip2 v0.6.1
7722026-07-10T22:01:07.998Z Downloaded libloading v0.8.9
7732026-07-10T22:01:07.998Z Downloaded half v2.7.1
7742026-07-10T22:01:08.002Z Downloaded httpdate v1.0.3
7752026-07-10T22:01:08.002Z Downloaded httparse v1.10.1
7762026-07-10T22:01:08.005Z Downloaded hyper-rustls v0.27.7
7772026-07-10T22:01:08.005Z Downloaded libsw v3.5.0
7782026-07-10T22:01:08.006Z Downloaded hybrid-array v0.4.13
7792026-07-10T22:01:08.009Z Downloaded linear-map v1.2.0
7802026-07-10T22:01:08.009Z Downloaded num-iter v0.1.45
7812026-07-10T22:01:08.009Z Downloaded num-derive v0.4.2
7822026-07-10T22:01:08.009Z Downloaded num_enum_derive v0.5.11
7832026-07-10T22:01:08.013Z Downloaded half v1.8.3
7842026-07-10T22:01:08.013Z Downloaded num_threads v0.1.7
7852026-07-10T22:01:08.013Z Downloaded num-conv v0.2.0
7862026-07-10T22:01:08.017Z Downloaded lock_api v0.4.14
7872026-07-10T22:01:08.017Z Downloaded const-oid v0.10.2
7882026-07-10T22:01:08.017Z Downloaded getrandom v0.3.4
7892026-07-10T22:01:08.020Z Downloaded derive_more v0.99.20
7902026-07-10T22:01:08.024Z Downloaded module-lattice v0.2.3
7912026-07-10T22:01:08.024Z Downloaded generic-array v1.4.3
7922026-07-10T22:01:08.024Z Downloaded iana-time-zone v0.1.65
7932026-07-10T22:01:08.029Z Downloaded futures v0.3.32
7942026-07-10T22:01:08.029Z Downloaded opaque-debug v0.3.1
7952026-07-10T22:01:08.033Z Downloaded openssl-probe v0.2.1
7962026-07-10T22:01:08.033Z Downloaded openssl-probe v0.1.6
7972026-07-10T22:01:08.033Z Downloaded openssl-macros v0.1.1
7982026-07-10T22:01:08.033Z Downloaded multer v3.1.0
7992026-07-10T22:01:08.037Z Downloaded ingot-macros v0.1.1
8002026-07-10T22:01:08.037Z Downloaded flume v0.11.1
8012026-07-10T22:01:08.037Z Downloaded crypto-bigint v0.5.5
8022026-07-10T22:01:08.041Z Downloaded oso-derive v0.27.3
8032026-07-10T22:01:08.042Z Downloaded ingot v0.1.1
8042026-07-10T22:01:08.045Z Downloaded arc-swap v1.8.2
8052026-07-10T22:01:08.045Z Downloaded nu-ansi-term v0.50.3
8062026-07-10T22:01:08.049Z Downloaded native-tls v0.2.18
8072026-07-10T22:01:08.050Z Downloaded compact_str v0.8.1
8082026-07-10T22:01:08.054Z Downloaded nodrop v0.1.14
8092026-07-10T22:01:08.054Z Downloaded libsw-core v0.3.2
8102026-07-10T22:01:08.054Z Downloaded elliptic-curve v0.14.0-rc.33
8112026-07-10T22:01:08.054Z Downloaded lru-slab v0.1.2
8122026-07-10T22:01:08.058Z Downloaded lru v0.12.5
8132026-07-10T22:01:08.058Z Downloaded newtype-uuid v1.3.2
8142026-07-10T22:01:08.061Z Downloaded parse-size v1.1.0
8152026-07-10T22:01:08.061Z Downloaded packed_struct_codegen v0.10.1
8162026-07-10T22:01:08.061Z Downloaded password-hash v0.6.1
8172026-07-10T22:01:08.061Z Downloaded peg-runtime v0.8.5
8182026-07-10T22:01:08.065Z Downloaded path-slash v0.1.5
8192026-07-10T22:01:08.065Z Downloaded cc v1.2.56
8202026-07-10T22:01:08.069Z Downloaded num-complex v0.4.6
8212026-07-10T22:01:08.073Z Downloaded percent-encoding v2.3.2
8222026-07-10T22:01:08.073Z Downloaded managed v0.8.0
8232026-07-10T22:01:08.073Z Downloaded litemap v0.8.1
8242026-07-10T22:01:08.077Z Downloaded icu_provider v2.1.1
8252026-07-10T22:01:08.077Z Downloaded num-rational v0.4.2
8262026-07-10T22:01:08.077Z Downloaded icu_properties v2.1.2
8272026-07-10T22:01:08.081Z Downloaded num_enum v0.7.6
8282026-07-10T22:01:08.081Z Downloaded crossbeam-channel v0.5.15
8292026-07-10T22:01:08.098Z Downloaded phf_shared v0.12.1
8302026-07-10T22:01:08.101Z Downloaded num_enum_derive v0.7.6
8312026-07-10T22:01:08.101Z Downloaded ml-kem v0.3.2
8322026-07-10T22:01:08.102Z Downloaded mime_guess v2.0.5
8332026-07-10T22:01:08.105Z Downloaded memmap2 v0.9.10
8342026-07-10T22:01:08.105Z Downloaded flate2 v1.1.9
8352026-07-10T22:01:08.109Z Downloaded phf_shared v0.13.1
8362026-07-10T22:01:08.109Z Downloaded phf_shared v0.11.3
8372026-07-10T22:01:08.109Z Downloaded heapless v0.7.17
8382026-07-10T22:01:08.113Z Downloaded headers v0.4.1
8392026-07-10T22:01:08.117Z Downloaded oxnet v0.1.6
8402026-07-10T22:01:08.117Z Downloaded nanorand v0.7.0
8412026-07-10T22:01:08.117Z Downloaded bumpalo v3.20.2
8422026-07-10T22:01:08.120Z Downloaded precomputed-hash v0.1.1
8432026-07-10T22:01:08.120Z Downloaded predicates-tree v1.0.13
8442026-07-10T22:01:08.121Z Downloaded powerfmt v0.2.0
8452026-07-10T22:01:08.124Z Downloaded potential_utf v0.1.4
8462026-07-10T22:01:08.124Z Downloaded owo-colors v4.3.0
8472026-07-10T22:01:08.124Z Downloaded ed25519-dalek v3.0.0-rc.0
8482026-07-10T22:01:08.128Z Downloaded parking_lot_core v0.8.6
8492026-07-10T22:01:08.128Z Downloaded diesel_derives v2.3.7
8502026-07-10T22:01:08.132Z Downloaded packed_struct v0.10.1
8512026-07-10T22:01:08.132Z Downloaded derive_more-impl v2.1.1
8522026-07-10T22:01:08.135Z Downloaded proc-macro-crate v3.4.0
8532026-07-10T22:01:08.135Z Downloaded predicates-core v1.0.10
8542026-07-10T22:01:08.140Z Downloaded password-hash v0.5.0
8552026-07-10T22:01:08.140Z Downloaded parse-display-derive v0.10.0
8562026-07-10T22:01:08.140Z Downloaded parse-display v0.10.0
8572026-07-10T22:01:08.140Z Downloaded phf v0.12.1
8582026-07-10T22:01:08.148Z Downloaded progenitor-client v0.14.0
8592026-07-10T22:01:08.148Z Downloaded proc-macro-crate v1.3.1
8602026-07-10T22:01:08.148Z Downloaded icu_locale_core v2.1.1
8612026-07-10T22:01:08.148Z Downloaded aes v0.9.1
8622026-07-10T22:01:08.152Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-07-10T22:01:08.152Z Downloaded progenitor-macro v0.14.0
8642026-07-10T22:01:08.152Z Downloaded phf v0.13.1
8652026-07-10T22:01:08.152Z Downloaded phc v0.6.1
8662026-07-10T22:01:08.152Z Downloaded pem-rfc7468 v0.7.0
8672026-07-10T22:01:08.157Z Downloaded indexmap v1.9.3
8682026-07-10T22:01:08.157Z Downloaded pem-rfc7468 v1.0.0
8692026-07-10T22:01:08.157Z Downloaded indicatif v0.18.4
8702026-07-10T22:01:08.161Z Downloaded pkg-config v0.3.32
8712026-07-10T22:01:08.162Z Downloaded poly1305 v0.8.0
8722026-07-10T22:01:08.165Z Downloaded pin-project-internal v1.1.11
8732026-07-10T22:01:08.165Z Downloaded aho-corasick v1.1.4
8742026-07-10T22:01:08.169Z Downloaded pin-project-lite v0.2.17
8752026-07-10T22:01:08.172Z Downloaded pem v3.0.6
8762026-07-10T22:01:08.172Z Downloaded ignore v0.4.25
8772026-07-10T22:01:08.172Z Downloaded quick-error v1.2.3
8782026-07-10T22:01:08.176Z Downloaded ppv-lite86 v0.2.21
8792026-07-10T22:01:08.176Z Downloaded polyval v0.7.1
8802026-07-10T22:01:08.176Z Downloaded hickory-resolver v0.25.2
8812026-07-10T22:01:08.182Z Downloaded oxide-tokio-rt v0.1.4
8822026-07-10T22:01:08.182Z Downloaded primefield v0.14.0
8832026-07-10T22:01:08.182Z Downloaded heapless v0.8.0
8842026-07-10T22:01:08.186Z Downloaded rand_chacha v0.3.1
8852026-07-10T22:01:08.186Z Downloaded radium v0.7.0
8862026-07-10T22:01:08.186Z Downloaded ed25519-dalek v2.2.0
8872026-07-10T22:01:08.190Z Downloaded postgres-protocol v0.6.10
8882026-07-10T22:01:08.190Z Downloaded hickory-resolver v0.24.4
8892026-07-10T22:01:08.195Z Downloaded der v0.7.10
8902026-07-10T22:01:08.195Z Downloaded primeorder v0.14.0-rc.10
8912026-07-10T22:01:08.200Z Downloaded parking_lot v0.12.5
8922026-07-10T22:01:08.200Z Downloaded peg-macros v0.8.5
8932026-07-10T22:01:08.200Z Downloaded primeorder v0.13.6
8942026-07-10T22:01:08.206Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-07-10T22:01:08.206Z Downloaded recursive v0.1.1
8962026-07-10T22:01:08.206Z Downloaded rand_xorshift v0.4.0
8972026-07-10T22:01:08.206Z Downloaded progenitor-extras v0.2.0
8982026-07-10T22:01:08.206Z Downloaded progenitor-client v0.13.0
8992026-07-10T22:01:08.206Z Downloaded progenitor v0.14.0
9002026-07-10T22:01:08.210Z Downloaded predicates v3.1.4
9012026-07-10T22:01:08.210Z Downloaded ref-cast-impl v1.0.25
9022026-07-10T22:01:08.210Z Downloaded proc-macro-error2 v2.0.1
9032026-07-10T22:01:08.214Z Downloaded num-traits v0.2.19
9042026-07-10T22:01:08.214Z Downloaded miniz_oxide v0.8.9
9052026-07-10T22:01:08.217Z Downloaded progenitor-macro v0.13.0
9062026-07-10T22:01:08.217Z Downloaded pkcs1 v0.8.0-rc.4
9072026-07-10T22:01:08.220Z Downloaded psm v0.1.30
9082026-07-10T22:01:08.221Z Downloaded pbkdf2 v0.13.0
9092026-07-10T22:01:08.227Z Downloaded postcard v1.1.3
9102026-07-10T22:01:08.228Z Downloaded omicron-zone-package v0.12.3
9112026-07-10T22:01:08.233Z Downloaded poly1305 v0.9.0
9122026-07-10T22:01:08.233Z Downloaded rustc-hash v2.1.1
9132026-07-10T22:01:08.233Z Downloaded rustc_version v0.4.1
9142026-07-10T22:01:08.234Z Downloaded rfc6979 v0.4.0
9152026-07-10T22:01:08.237Z Downloaded r2d2 v0.8.10
9162026-07-10T22:01:08.237Z Downloaded oso v0.27.3
9172026-07-10T22:01:08.237Z Downloaded pkcs8 v0.10.2
9182026-07-10T22:01:08.237Z Downloaded crossterm v0.28.1
9192026-07-10T22:01:08.241Z Downloaded rtoolbox v0.0.3
9202026-07-10T22:01:08.246Z Downloaded rustc_version v0.1.7
9212026-07-10T22:01:08.246Z Downloaded russh-cryptovec v0.61.0
9222026-07-10T22:01:08.247Z Downloaded rand_core v0.10.0
9232026-07-10T22:01:08.253Z Downloaded rand_core v0.6.4
9242026-07-10T22:01:08.254Z Downloaded rand_chacha v0.9.0
9252026-07-10T22:01:08.254Z Downloaded russh-util v0.52.0
9262026-07-10T22:01:08.254Z Downloaded pkcs1 v0.7.5
9272026-07-10T22:01:08.257Z Downloaded pkcs8 v0.11.0
9282026-07-10T22:01:08.257Z Downloaded icu_collections v2.1.1
9292026-07-10T22:01:08.258Z Downloaded rand_seeder v0.4.0
9302026-07-10T22:01:08.261Z Downloaded jiff-static v0.2.21
9312026-07-10T22:01:08.261Z Downloaded same-file v1.0.6
9322026-07-10T22:01:08.262Z Downloaded hashbrown v0.13.2
9332026-07-10T22:01:08.265Z Downloaded ref-cast v1.0.25
9342026-07-10T22:01:08.269Z Downloaded psl-types v2.0.11
9352026-07-10T22:01:08.269Z Downloaded parking_lot_core v0.9.12
9362026-07-10T22:01:08.269Z Downloaded scopeguard v1.2.0
9372026-07-10T22:01:08.273Z Downloaded scheduled-thread-pool v0.2.7
9382026-07-10T22:01:08.273Z Downloaded sapling-renderdag v0.1.0
9392026-07-10T22:01:08.273Z Downloaded progenitor v0.13.0
9402026-07-10T22:01:08.278Z Downloaded icu_normalizer_data v2.1.1
9412026-07-10T22:01:08.278Z Downloaded icu_normalizer v2.1.1
9422026-07-10T22:01:08.281Z Downloaded seq-macro v0.3.6
9432026-07-10T22:01:08.282Z Downloaded semver v0.1.20
9442026-07-10T22:01:08.282Z Downloaded resolv-conf v0.7.6
9452026-07-10T22:01:08.282Z Downloaded parking_lot v0.11.2
9462026-07-10T22:01:08.286Z Downloaded peg v0.8.5
9472026-07-10T22:01:08.286Z Downloaded postgres-types v0.2.12
9482026-07-10T22:01:08.290Z Downloaded minimal-lexical v0.2.1
9492026-07-10T22:01:08.294Z Downloaded serde-big-array v0.5.1
9502026-07-10T22:01:08.294Z Downloaded rfc6979 v0.5.0
9512026-07-10T22:01:08.294Z Downloaded secrecy v0.8.0
9522026-07-10T22:01:08.298Z Downloaded paste v1.0.15
9532026-07-10T22:01:08.298Z Downloaded serde_repr v0.1.20
9542026-07-10T22:01:08.301Z Downloaded litrs v1.0.0
9552026-07-10T22:01:08.302Z Downloaded p256 v0.14.0-rc.10
9562026-07-10T22:01:08.306Z Downloaded secrecy v0.10.3
9572026-07-10T22:01:08.306Z Downloaded rustls-pemfile v2.2.0
9582026-07-10T22:01:08.306Z Downloaded p384 v0.14.0-rc.10
9592026-07-10T22:01:08.309Z Downloaded serde_plain v1.0.2
9602026-07-10T22:01:08.309Z Downloaded sha1 v0.10.6
9612026-07-10T22:01:08.313Z Downloaded serde_bytes v0.11.19
9622026-07-10T22:01:08.313Z Downloaded quinn-udp v0.5.14
9632026-07-10T22:01:08.315Z Downloaded pkcs5 v0.8.1
9642026-07-10T22:01:08.319Z Downloaded dropshot-api-manager v0.7.2
9652026-07-10T22:01:08.323Z Downloaded rustls-native-certs v0.8.3
9662026-07-10T22:01:08.323Z Downloaded http v1.4.2
9672026-07-10T22:01:08.327Z Downloaded signal-hook-tokio v0.3.1
9682026-07-10T22:01:08.327Z Downloaded serde_spanned v1.1.1
9692026-07-10T22:01:08.331Z Downloaded shell-words v1.1.1
9702026-07-10T22:01:08.331Z Downloaded siphasher v1.0.2
9712026-07-10T22:01:08.331Z Downloaded hickory-server v0.25.2
9722026-07-10T22:01:08.336Z Downloaded slog-bunyan v2.5.0
9732026-07-10T22:01:08.336Z Downloaded expectorate v1.2.0
9742026-07-10T22:01:08.336Z Downloaded rustversion v1.0.22
9752026-07-10T22:01:08.339Z Downloaded sec1 v0.7.3
9762026-07-10T22:01:08.340Z Downloaded libbz2-rs-sys v0.2.2
9772026-07-10T22:01:08.343Z Downloaded hyper-util v0.1.20
9782026-07-10T22:01:08.347Z Downloaded sigpipe v0.1.3
9792026-07-10T22:01:08.347Z Downloaded sec1 v0.8.1
9802026-07-10T22:01:08.347Z Downloaded scrypt v0.12.0
9812026-07-10T22:01:08.351Z Downloaded scroll_derive v0.13.1
9822026-07-10T22:01:08.351Z Downloaded papergrid v0.17.0
9832026-07-10T22:01:08.358Z Downloaded sha1 v0.11.0
9842026-07-10T22:01:08.358Z Downloaded serde-hex v0.1.0
9852026-07-10T22:01:08.359Z Downloaded scroll v0.13.0
9862026-07-10T22:01:08.359Z Downloaded schemars_derive v0.8.22
9872026-07-10T22:01:08.359Z Downloaded derive_more v2.1.1
9882026-07-10T22:01:08.366Z Downloaded hashbrown v0.12.3
9892026-07-10T22:01:08.371Z Downloaded progenitor-impl v0.13.0
9902026-07-10T22:01:08.371Z Downloaded signature v3.0.0
9912026-07-10T22:01:08.374Z Downloaded serde_path_to_error v0.1.20
9922026-07-10T22:01:08.374Z Downloaded openssl-sys v0.9.115
9932026-07-10T22:01:08.377Z Downloaded signature v2.2.0
9942026-07-10T22:01:08.381Z Downloaded darling_core v0.20.11
9952026-07-10T22:01:08.384Z Downloaded sqlparser_derive v0.5.0
9962026-07-10T22:01:08.385Z Downloaded serde_with_macros v1.5.2
9972026-07-10T22:01:08.385Z Downloaded rand_core v0.9.5
9982026-07-10T22:01:08.385Z Downloaded shlex v1.3.0
9992026-07-10T22:01:08.389Z Downloaded serde_derive_internals v0.29.1
10002026-07-10T22:01:08.390Z Downloaded prettyplease v0.2.37
10012026-07-10T22:01:08.390Z Downloaded pin-project v1.1.11
10022026-07-10T22:01:08.397Z Downloaded slog-envlogger v2.2.0
10032026-07-10T22:01:08.401Z Downloaded slab v0.4.12
10042026-07-10T22:01:08.401Z Downloaded stable_deref_trait v1.2.1
10052026-07-10T22:01:08.401Z Downloaded simd-adler32 v0.3.8
10062026-07-10T22:01:08.406Z Downloaded progenitor-impl v0.14.0
10072026-07-10T22:01:08.406Z Downloaded signal-hook-registry v1.4.8
10082026-07-10T22:01:08.406Z Downloaded olpc-cjson v0.1.4
10092026-07-10T22:01:08.410Z Downloaded num_enum v0.5.11
10102026-07-10T22:01:08.410Z Downloaded serdect v0.4.3
10112026-07-10T22:01:08.410Z Downloaded serde_urlencoded v0.7.1
10122026-07-10T22:01:08.415Z Downloaded strum v0.26.3
10132026-07-10T22:01:08.415Z Downloaded structmeta-derive v0.3.0
10142026-07-10T22:01:08.415Z Downloaded structmeta v0.3.0
10152026-07-10T22:01:08.415Z Downloaded smallvec v0.6.14
10162026-07-10T22:01:08.419Z Downloaded slog-stdlog v4.1.1
10172026-07-10T22:01:08.419Z Downloaded slog-scope v4.4.1
10182026-07-10T22:01:08.419Z Downloaded rusty-fork v0.3.1
10192026-07-10T22:01:08.419Z Downloaded hashbrown v0.15.5
10202026-07-10T22:01:08.423Z Downloaded slog-dtrace v0.3.0
10212026-07-10T22:01:08.425Z Downloaded num-integer v0.1.46
10222026-07-10T22:01:08.429Z Downloaded aes-gcm v0.11.0
10232026-07-10T22:01:08.432Z Downloaded snafu-derive v0.8.9
10242026-07-10T22:01:08.432Z Downloaded signal-hook-mio v0.2.5
10252026-07-10T22:01:08.436Z Downloaded sync-ptr v0.1.4
10262026-07-10T22:01:08.436Z Downloaded supports-color v3.0.2
10272026-07-10T22:01:08.436Z Downloaded strum v0.27.2
10282026-07-10T22:01:08.436Z Downloaded tabwriter v1.4.1
10292026-07-10T22:01:08.441Z Downloaded strip-ansi-escapes v0.2.1
10302026-07-10T22:01:08.441Z Downloaded rcgen v0.12.1
10312026-07-10T22:01:08.441Z Downloaded hashbrown v0.16.1
10322026-07-10T22:01:08.444Z Downloaded aws-lc-rs v1.16.3
10332026-07-10T22:01:08.453Z Downloaded tagptr v0.2.0
10342026-07-10T22:01:08.456Z Downloaded subtle v2.6.1
10352026-07-10T22:01:08.456Z Downloaded crypto-primes v0.7.2
10362026-07-10T22:01:08.461Z Downloaded slog-json v2.6.1
10372026-07-10T22:01:08.461Z Downloaded ryu v1.0.23
10382026-07-10T22:01:08.461Z Downloaded slog-async v2.8.0
10392026-07-10T22:01:08.465Z Downloaded salsa20 v0.11.0
10402026-07-10T22:01:08.465Z Downloaded ssh-encoding v0.3.0-rc.9
10412026-07-10T22:01:08.465Z Downloaded internal-russh-num-bigint v0.5.0
10422026-07-10T22:01:08.469Z Downloaded testing_table v0.3.0
10432026-07-10T22:01:08.475Z Downloaded thiserror-impl-no-std v2.0.2
10442026-07-10T22:01:08.475Z Downloaded termtree v0.5.1
10452026-07-10T22:01:08.475Z Downloaded stringprep v0.1.5
10462026-07-10T22:01:08.475Z Downloaded take_mut v0.2.2
10472026-07-10T22:01:08.475Z Downloaded tabled_derive v0.11.0
10482026-07-10T22:01:08.479Z Downloaded string_cache v0.8.9
10492026-07-10T22:01:08.479Z Downloaded smf v0.2.3
10502026-07-10T22:01:08.479Z Downloaded spki v0.8.0
10512026-07-10T22:01:08.483Z Downloaded strsim v0.10.0
10522026-07-10T22:01:08.483Z Downloaded schemars v0.8.22
10532026-07-10T22:01:08.488Z Downloaded rustls-pki-types v1.14.0
10542026-07-10T22:01:08.491Z Downloaded thread-id v5.1.0
10552026-07-10T22:01:08.491Z Downloaded slog-term v2.9.2
10562026-07-10T22:01:08.495Z Downloaded tinyvec_macros v0.1.1
10572026-07-10T22:01:08.495Z Downloaded synstructure v0.13.2
10582026-07-10T22:01:08.495Z Downloaded sha2 v0.11.0
10592026-07-10T22:01:08.499Z Downloaded rustls-platform-verifier v0.6.2
10602026-07-10T22:01:08.504Z Downloaded tokio-macros v2.7.0
10612026-07-10T22:01:08.504Z Downloaded support-bundle-viewer v0.1.2
10622026-07-10T22:01:08.505Z Downloaded pretty_assertions v1.4.1
10632026-07-10T22:01:08.508Z Downloaded nom v7.1.3
10642026-07-10T22:01:08.508Z Downloaded time-core v0.1.8
10652026-07-10T22:01:08.513Z Downloaded strum_macros v0.27.2
10662026-07-10T22:01:08.513Z Downloaded rayon-core v1.13.0
10672026-07-10T22:01:08.517Z Downloaded prefix-trie v0.7.0
10682026-07-10T22:01:08.517Z Downloaded strum_macros v0.24.3
10692026-07-10T22:01:08.517Z Downloaded spin v0.9.8
10702026-07-10T22:01:08.521Z Downloaded strum_macros v0.26.4
10712026-07-10T22:01:08.521Z Downloaded publicsuffix v2.3.0
10722026-07-10T22:01:08.525Z Downloaded itertools v0.12.1
10732026-07-10T22:01:08.530Z Downloaded tokio-test v0.4.5
10742026-07-10T22:01:08.530Z Downloaded smallvec v1.15.1
10752026-07-10T22:01:08.533Z Downloaded itertools v0.13.0
10762026-07-10T22:01:08.537Z Downloaded termios v0.3.3
10772026-07-10T22:01:08.537Z Downloaded ron v0.8.1
10782026-07-10T22:01:08.541Z Downloaded tower-layer v0.3.3
10792026-07-10T22:01:08.541Z Downloaded quinn v0.11.9
10802026-07-10T22:01:08.545Z Downloaded hyper v1.10.1
10812026-07-10T22:01:08.551Z Downloaded tower-service v0.3.3
10822026-07-10T22:01:08.551Z Downloaded thiserror-no-std v2.0.2
10832026-07-10T22:01:08.554Z Downloaded static_assertions v1.1.0
10842026-07-10T22:01:08.554Z Downloaded stacker v0.1.23
10852026-07-10T22:01:08.557Z Downloaded trait-variant v0.1.2
10862026-07-10T22:01:08.558Z Downloaded rsa v0.9.10
10872026-07-10T22:01:08.562Z Downloaded try-lock v0.2.5
10882026-07-10T22:01:08.562Z Downloaded tls_codec v0.4.2
10892026-07-10T22:01:08.566Z Downloaded tinystr v0.8.2
10902026-07-10T22:01:08.567Z Downloaded time-macros v0.2.27
10912026-07-10T22:01:08.567Z Downloaded unarray v0.1.4
10922026-07-10T22:01:08.571Z Downloaded num-bigint-dig v0.8.6
10932026-07-10T22:01:08.571Z Downloaded universal-hash v0.5.1
10942026-07-10T22:01:08.576Z Downloaded socket2 v0.6.3
10952026-07-10T22:01:08.576Z Downloaded tokio-native-tls v0.3.1
10962026-07-10T22:01:08.576Z Downloaded unicode-truncate v1.1.0
10972026-07-10T22:01:08.580Z Downloaded rand v0.9.2
10982026-07-10T22:01:08.580Z Downloaded rand v0.8.6
10992026-07-10T22:01:08.583Z Downloaded universal-hash v0.6.1
11002026-07-10T22:01:08.583Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-07-10T22:01:08.584Z Downloaded tokio-tungstenite v0.23.1
11022026-07-10T22:01:08.588Z Downloaded usdt-attr-macro v0.6.0
11032026-07-10T22:01:08.588Z Downloaded hkdf v0.12.4
11042026-07-10T22:01:08.588Z Downloaded ssh-cipher v0.3.0-rc.9
11052026-07-10T22:01:08.592Z Downloaded utf-8 v0.7.6
11062026-07-10T22:01:08.592Z Downloaded similar v2.7.0
11072026-07-10T22:01:08.595Z Downloaded term v1.2.1
11082026-07-10T22:01:08.596Z Downloaded utf8_iter v1.0.4
11092026-07-10T22:01:08.601Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11102026-07-10T22:01:08.601Z Downloaded socket2 v0.5.10
11112026-07-10T22:01:08.601Z Downloaded libm v0.2.16
11122026-07-10T22:01:08.606Z Downloaded usdt-macro v0.6.0
11132026-07-10T22:01:08.606Z Downloaded usdt v0.6.0
11142026-07-10T22:01:08.609Z Downloaded topological-sort v0.2.2
11152026-07-10T22:01:08.610Z Downloaded toml_writer v1.1.1+spec-1.1.0
11162026-07-10T22:01:08.610Z Downloaded mio v1.2.0
11172026-07-10T22:01:08.614Z Downloaded waitgroup v0.1.2
11182026-07-10T22:01:08.614Z Downloaded wait-timeout v0.2.1
11192026-07-10T22:01:08.614Z Downloaded hkdf v0.13.0
11202026-07-10T22:01:08.618Z Downloaded untrusted v0.7.1
11212026-07-10T22:01:08.618Z Downloaded nom v8.0.0
11222026-07-10T22:01:08.623Z Downloaded snafu v0.8.9
11232026-07-10T22:01:08.626Z Downloaded void v1.0.2
11242026-07-10T22:01:08.627Z Downloaded untrusted v0.9.0
11252026-07-10T22:01:08.627Z Downloaded tokio-tungstenite v0.21.0
11262026-07-10T22:01:08.630Z Downloaded want v0.3.1
11272026-07-10T22:01:08.631Z Downloaded serde_yaml v0.9.34+deprecated
11282026-07-10T22:01:08.631Z Downloaded samael v0.0.19
11292026-07-10T22:01:08.634Z Downloaded schemars v0.9.0
11302026-07-10T22:01:08.642Z Downloaded yoke-derive v0.8.1
11312026-07-10T22:01:08.646Z Downloaded xshell-macros v0.2.7
11322026-07-10T22:01:08.646Z Downloaded tokio-rustls v0.26.4
11332026-07-10T22:01:08.646Z Downloaded icu_properties_data v2.1.2
11342026-07-10T22:01:08.650Z Downloaded unicode-xid v0.2.6
11352026-07-10T22:01:08.655Z Downloaded unicase v2.9.0
11362026-07-10T22:01:08.655Z Downloaded term v0.7.0
11372026-07-10T22:01:08.658Z Downloaded tokio-dtrace v0.1.1
11382026-07-10T22:01:08.658Z Downloaded xattr v1.6.1
11392026-07-10T22:01:08.658Z Downloaded rustls-webpki v0.103.13
11402026-07-10T22:01:08.662Z Downloaded itertools v0.14.0
11412026-07-10T22:01:08.667Z Downloaded zerofrom-derive v0.1.6
11422026-07-10T22:01:08.667Z Downloaded zerofrom v0.1.6
11432026-07-10T22:01:08.667Z Downloaded tracing-attributes v0.1.31
11442026-07-10T22:01:08.671Z Downloaded uzers v0.12.2
11452026-07-10T22:01:08.671Z Downloaded tokio-stream v0.1.18
11462026-07-10T22:01:08.675Z Downloaded vergen-gitcl v1.0.8
11472026-07-10T22:01:08.675Z Downloaded toml_parser v1.1.2+spec-1.1.0
11482026-07-10T22:01:08.676Z Downloaded vergen-git2 v9.1.0
11492026-07-10T22:01:08.679Z Downloaded usdt-impl v0.6.0
11502026-07-10T22:01:08.679Z Downloaded zone v0.3.1
11512026-07-10T22:01:08.679Z Downloaded zeroize_derive v1.4.3
11522026-07-10T22:01:08.679Z Downloaded test-strategy v0.4.5
11532026-07-10T22:01:08.689Z Downloaded zone_cfg_derive v0.3.1
11542026-07-10T22:01:08.689Z Downloaded vsss-rs v3.3.4
11552026-07-10T22:01:08.689Z Downloaded libxml v0.3.3
11562026-07-10T22:01:08.701Z Downloaded writeable v0.6.2
11572026-07-10T22:01:08.706Z Downloaded walkdir v2.5.0
11582026-07-10T22:01:08.706Z Downloaded bindgen v0.71.1
11592026-07-10T22:01:08.709Z Downloaded whoami v2.1.0
11602026-07-10T22:01:08.709Z Downloaded whoami v1.6.1
11612026-07-10T22:01:08.713Z Downloaded twox-hash v2.1.2
11622026-07-10T22:01:08.714Z Downloaded subprocess v0.2.15
11632026-07-10T22:01:08.718Z Downloaded steno v0.4.1
11642026-07-10T22:01:08.718Z Downloaded schemars v1.2.1
11652026-07-10T22:01:08.745Z Downloaded zerovec-derive v0.11.2
11662026-07-10T22:01:08.745Z Downloaded zeroize v1.8.2
11672026-07-10T22:01:08.745Z Downloaded xshell v0.2.7
11682026-07-10T22:01:08.745Z Downloaded zstd-safe v7.2.4
11692026-07-10T22:01:08.745Z Downloaded wyz v0.5.1
11702026-07-10T22:01:08.745Z Downloaded vergen-lib v0.1.6
11712026-07-10T22:01:08.745Z Downloaded vergen-lib v9.1.0
11722026-07-10T22:01:08.746Z Downloaded zstd v0.13.3
11732026-07-10T22:01:08.746Z Downloaded tinyvec v1.10.0
11742026-07-10T22:01:08.746Z Downloaded vergen v9.1.0
11752026-07-10T22:01:08.746Z Downloaded rsa v0.10.0-rc.18
11762026-07-10T22:01:08.746Z Downloaded rpassword v7.4.0
11772026-07-10T22:01:08.747Z Downloaded rand v0.10.1
11782026-07-10T22:01:08.752Z Downloaded unicode-properties v0.1.4
11792026-07-10T22:01:08.752Z Downloaded tui-tree-widget v0.23.1
11802026-07-10T22:01:08.752Z Downloaded toml v0.7.8
11812026-07-10T22:01:08.752Z Downloaded tungstenite v0.21.0
11822026-07-10T22:01:08.753Z Downloaded tracing-core v0.1.36
11832026-07-10T22:01:08.759Z Downloaded rustyline v14.0.0
11842026-07-10T22:01:08.759Z Downloaded typify v0.6.2
11852026-07-10T22:01:08.759Z Downloaded toml v1.1.2+spec-1.1.0
11862026-07-10T22:01:08.763Z Downloaded tar v0.4.45
11872026-07-10T22:01:08.763Z Downloaded unit-prefix v0.5.2
11882026-07-10T22:01:08.763Z Downloaded yoke v0.8.1
11892026-07-10T22:01:08.768Z Downloaded zerocopy v0.6.6
11902026-07-10T22:01:08.768Z Downloaded unicode-bidi v0.3.18
11912026-07-10T22:01:08.768Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-07-10T22:01:08.773Z Downloaded tls_codec_derive v0.4.2
11932026-07-10T22:01:08.773Z Downloaded slog v2.8.2
11942026-07-10T22:01:08.773Z Downloaded p521 v0.14.0-rc.10
11952026-07-10T22:01:08.779Z Downloaded typify-macro v0.6.2
11962026-07-10T22:01:08.779Z Downloaded signal-hook v0.3.18
11972026-07-10T22:01:08.780Z Downloaded tiny-keccak v2.0.2
11982026-07-10T22:01:08.783Z Downloaded thread_local v1.1.9
11992026-07-10T22:01:08.783Z Downloaded iri-string v0.7.10
12002026-07-10T22:01:08.783Z Downloaded chrono v0.4.44
12012026-07-10T22:01:08.787Z Downloaded tungstenite v0.23.0
12022026-07-10T22:01:08.790Z Downloaded serde_with v1.14.0
12032026-07-10T22:01:08.794Z Downloaded bitvec v1.0.1
12042026-07-10T22:01:08.799Z Downloaded vte v0.14.1
12052026-07-10T22:01:08.803Z Downloaded iddqd v0.4.2
12062026-07-10T22:01:08.807Z Downloaded unsafe-libyaml v0.2.11
12072026-07-10T22:01:08.807Z Downloaded p384 v0.13.1
12082026-07-10T22:01:08.810Z Downloaded git2 v0.20.4
12092026-07-10T22:01:08.814Z Downloaded yasna v0.5.2
12102026-07-10T22:01:08.817Z Downloaded h2 v0.4.15
12112026-07-10T22:01:08.821Z Downloaded uuid v1.23.4
12122026-07-10T22:01:08.821Z Downloaded toml_edit v0.19.15
12132026-07-10T22:01:08.829Z Downloaded zopfli v0.8.3
12142026-07-10T22:01:08.833Z Downloaded reqwest v0.13.2
12152026-07-10T22:01:08.837Z Downloaded futures-util v0.3.32
12162026-07-10T22:01:08.840Z Downloaded tokio-postgres v0.7.16
12172026-07-10T22:01:08.844Z Downloaded yansi v1.0.1
12182026-07-10T22:01:08.847Z Downloaded unicode_categories v0.1.1
12192026-07-10T22:01:08.847Z Downloaded reqwest v0.12.28
12202026-07-10T22:01:08.851Z Downloaded serde_with_macros v3.17.0
12212026-07-10T22:01:08.855Z Downloaded num-bigint v0.4.6
12222026-07-10T22:01:08.855Z Downloaded tower v0.5.3
12232026-07-10T22:01:08.859Z Downloaded url v2.5.8
12242026-07-10T22:01:08.862Z Downloaded zip v0.6.6
12252026-07-10T22:01:08.866Z Downloaded lalrpop v0.19.12
12262026-07-10T22:01:08.870Z Downloaded regex v1.12.3
12272026-07-10T22:01:08.874Z Downloaded quick-xml v0.37.5
12282026-07-10T22:01:08.877Z Downloaded portable-atomic v1.13.1
12292026-07-10T22:01:08.882Z Downloaded goblin v0.10.5
12302026-07-10T22:01:08.886Z Downloaded ssh-key v0.7.0-rc.10
12312026-07-10T22:01:08.893Z Downloaded reedline v0.40.0
12322026-07-10T22:01:08.896Z Downloaded zerotrie v0.2.3
12332026-07-10T22:01:08.900Z Downloaded idna v1.1.0
12342026-07-10T22:01:08.900Z Downloaded qorb v0.4.1
12352026-07-10T22:01:08.904Z Downloaded itertools v0.10.5
12362026-07-10T22:01:08.908Z Downloaded tap v1.0.1
12372026-07-10T22:01:08.908Z Downloaded spki v0.7.3
12382026-07-10T22:01:08.909Z Downloaded serde_cbor v0.11.2
12392026-07-10T22:01:08.912Z Downloaded rayon v1.11.0
12402026-07-10T22:01:08.916Z Downloaded x509-cert v0.2.5
12412026-07-10T22:01:08.920Z Downloaded zerocopy-derive v0.8.40
12422026-07-10T22:01:08.924Z Downloaded moka v0.12.13
12432026-07-10T22:01:08.928Z Downloaded curve25519-dalek v4.1.3
12442026-07-10T22:01:08.932Z Downloaded typed-path v0.9.3
12452026-07-10T22:01:08.936Z Downloaded salty v0.3.0
12462026-07-10T22:01:08.939Z Downloaded sync_wrapper v1.0.2
12472026-07-10T22:01:08.939Z Downloaded unicode-normalization v0.1.25
12482026-07-10T22:01:08.939Z Downloaded sqlformat v0.3.5
12492026-07-10T22:01:08.946Z Downloaded zip v4.6.1
12502026-07-10T22:01:08.951Z Downloaded unicode-segmentation v1.12.0
12512026-07-10T22:01:08.955Z Downloaded crypto-bigint v0.7.5
12522026-07-10T22:01:08.961Z Downloaded tower-http v0.6.8
12532026-07-10T22:01:08.966Z Downloaded nix v0.27.1
12542026-07-10T22:01:08.972Z Downloaded tokio-util v0.7.18
12552026-07-10T22:01:08.976Z Downloaded tough v0.22.0
12562026-07-10T22:01:08.983Z Downloaded serde_with v3.17.0
12572026-07-10T22:01:08.987Z Downloaded radix_trie v0.2.1
12582026-07-10T22:01:08.991Z Downloaded quinn-proto v0.11.13
12592026-07-10T22:01:08.994Z Downloaded object v0.30.4
12602026-07-10T22:01:08.999Z Downloaded proptest v1.10.0
12612026-07-10T22:01:09.005Z Downloaded zerovec v0.11.5
12622026-07-10T22:01:09.011Z Downloaded winnow v0.5.40
12632026-07-10T22:01:09.014Z Downloaded petname v2.0.2
12642026-07-10T22:01:09.019Z Downloaded bstr v1.12.1
12652026-07-10T22:01:09.023Z Downloaded winnow v0.6.26
12662026-07-10T22:01:09.027Z Downloaded dropshot v0.17.1
12672026-07-10T22:01:09.039Z Downloaded russh v0.61.2
12682026-07-10T22:01:09.044Z Downloaded nix v0.28.0
12692026-07-10T22:01:09.050Z Downloaded polar-core v0.27.3
12702026-07-10T22:01:09.054Z Downloaded curve25519-dalek v5.0.0-rc.0
12712026-07-10T22:01:09.059Z Downloaded openssl v0.10.79
12722026-07-10T22:01:09.064Z Downloaded winnow v1.0.3
12732026-07-10T22:01:09.069Z Downloaded time v0.3.47
12742026-07-10T22:01:09.077Z Downloaded tabled v0.20.0
12752026-07-10T22:01:09.086Z Downloaded smoltcp v0.9.1
12762026-07-10T22:01:09.094Z Downloaded hickory-proto v0.24.4
12772026-07-10T22:01:09.103Z Downloaded zlib-rs v0.6.2
12782026-07-10T22:01:09.108Z Downloaded regex-syntax v0.6.29
12792026-07-10T22:01:09.118Z Downloaded object v0.37.3
12802026-07-10T22:01:09.124Z Downloaded nix v0.31.2
12812026-07-10T22:01:09.131Z Downloaded smoltcp v0.11.0
12822026-07-10T22:01:09.140Z Downloaded zerocopy v0.8.40
12832026-07-10T22:01:09.143Z Downloaded regress v0.11.1
12842026-07-10T22:01:09.146Z Downloaded vcpkg v0.2.15
12852026-07-10T22:01:09.169Z Downloaded openapiv3 v2.2.0
12862026-07-10T22:01:09.176Z Downloaded regex-syntax v0.8.10
12872026-07-10T22:01:09.180Z Downloaded diesel v2.3.7
12882026-07-10T22:01:09.192Z Downloaded regress v0.10.5
12892026-07-10T22:01:09.197Z Downloaded hickory-proto v0.25.2
12902026-07-10T22:01:09.209Z Downloaded rustls v0.23.41
12912026-07-10T22:01:09.213Z Downloaded sqlparser v0.61.0
12922026-07-10T22:01:09.221Z Downloaded rustix v0.38.44
12932026-07-10T22:01:09.231Z Downloaded sled v0.34.7
12942026-07-10T22:01:09.256Z Downloaded ratatui v0.29.0
12952026-07-10T22:01:09.266Z Downloaded typify-impl v0.6.2
12962026-07-10T22:01:09.272Z Downloaded regex-automata v0.4.14
12972026-07-10T22:01:09.282Z Downloaded fiat-crypto v0.3.0
12982026-07-10T22:01:09.320Z Downloaded csv v1.4.0
12992026-07-10T22:01:09.332Z Downloaded sha3 v0.11.0
13002026-07-10T22:01:09.336Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-07-10T22:01:09.340Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-10T22:01:09.350Z Downloaded tracing v0.1.44
13032026-07-10T22:01:09.365Z Downloaded tokio v1.52.1
13042026-07-10T22:01:09.388Z Downloaded zerocopy-derive v0.6.6
13052026-07-10T22:01:09.424Z Downloaded ring v0.17.14
13062026-07-10T22:01:09.448Z Downloaded petgraph v0.6.5
13072026-07-10T22:01:09.459Z Downloaded jiff v0.2.21
13082026-07-10T22:01:09.470Z Downloaded chrono-tz v0.10.4
13092026-07-10T22:01:09.483Z Downloaded petgraph v0.8.3
13102026-07-10T22:01:09.514Z Downloaded libz-sys v1.1.24
13112026-07-10T22:01:09.526Z Downloaded sha3 v0.10.8
13122026-07-10T22:01:09.617Z Downloaded encoding_rs v0.8.35
13132026-07-10T22:01:09.667Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-07-10T22:01:10.154Z Downloaded aws-lc-sys v0.40.0
13152026-07-10T22:01:10.411Z Compiling libc v0.2.185
13162026-07-10T22:01:10.411Z Compiling serde_core v1.0.228
13172026-07-10T22:01:10.415Z Compiling serde v1.0.228
13182026-07-10T22:01:10.415Z Compiling log v0.4.29
13192026-07-10T22:01:10.415Z Compiling smallvec v1.15.1
13202026-07-10T22:01:10.556Z Compiling shlex v1.3.0
13212026-07-10T22:01:10.561Z Compiling find-msvc-tools v0.1.9
13222026-07-10T22:01:10.567Z Compiling syn v2.0.117
13232026-07-10T22:01:10.750Z Compiling subtle v2.6.1
13242026-07-10T22:01:10.764Z Compiling scopeguard v1.2.0
13252026-07-10T22:01:10.775Z Compiling stable_deref_trait v1.2.1
13262026-07-10T22:01:10.832Z Compiling typenum v1.20.1
13272026-07-10T22:01:10.858Z Compiling lock_api v0.4.14
13282026-07-10T22:01:10.882Z Compiling serde_json v1.0.150
13292026-07-10T22:01:10.907Z Compiling portable-atomic v1.13.1
13302026-07-10T22:01:10.907Z Compiling zerocopy v0.8.40
13312026-07-10T22:01:11.119Z Compiling pin-project-lite v0.2.17
13322026-07-10T22:01:11.132Z Compiling parking_lot_core v0.9.12
13332026-07-10T22:01:11.212Z Compiling critical-section v1.2.0
13342026-07-10T22:01:11.320Z Compiling pkg-config v0.3.32
13352026-07-10T22:01:11.379Z Compiling futures-core v0.3.32
13362026-07-10T22:01:11.418Z Compiling jobserver v0.1.34
13372026-07-10T22:01:11.449Z Compiling errno v0.3.14
13382026-07-10T22:01:11.518Z Compiling getrandom v0.2.17
13392026-07-10T22:01:11.593Z Compiling signal-hook-registry v1.4.8
13402026-07-10T22:01:11.641Z Compiling cc v1.2.56
13412026-07-10T22:01:11.740Z Compiling rand_core v0.6.4
13422026-07-10T22:01:11.848Z Compiling getrandom v0.4.1
13432026-07-10T22:01:11.852Z Compiling libm v0.2.16
13442026-07-10T22:01:11.961Z Compiling once_cell v1.21.3
13452026-07-10T22:01:12.001Z Compiling parking_lot v0.12.5
13462026-07-10T22:01:12.045Z Compiling mio v1.2.0
13472026-07-10T22:01:12.182Z Compiling num-traits v0.2.19
13482026-07-10T22:01:12.197Z Compiling generic-array v0.14.7
13492026-07-10T22:01:12.229Z Compiling rand_core v0.10.0
13502026-07-10T22:01:12.364Z Compiling const-oid v0.9.6
13512026-07-10T22:01:12.500Z Compiling litemap v0.8.1
13522026-07-10T22:01:12.525Z Compiling writeable v0.6.2
13532026-07-10T22:01:12.686Z Compiling bitflags v2.11.0
13542026-07-10T22:01:12.717Z Compiling percent-encoding v2.3.2
13552026-07-10T22:01:12.746Z Compiling semver v1.0.28
13562026-07-10T22:01:12.895Z Compiling socket2 v0.6.3
13572026-07-10T22:01:12.908Z Compiling icu_properties_data v2.1.2
13582026-07-10T22:01:13.052Z Compiling icu_normalizer_data v2.1.1
13592026-07-10T22:01:13.080Z Compiling futures-sink v0.3.32
13602026-07-10T22:01:13.139Z Compiling futures-task v0.3.32
13612026-07-10T22:01:13.263Z Compiling futures-channel v0.3.32
13622026-07-10T22:01:13.291Z Compiling synstructure v0.13.2
13632026-07-10T22:01:13.305Z Compiling futures-io v0.3.32
13642026-07-10T22:01:13.352Z Compiling slab v0.4.12
13652026-07-10T22:01:13.452Z Compiling indexmap v2.14.0
13662026-07-10T22:01:13.482Z Compiling getrandom v0.3.4
13672026-07-10T22:01:13.502Z Compiling utf8_iter v1.0.4
13682026-07-10T22:01:13.525Z Compiling rustversion v1.0.22
13692026-07-10T22:01:13.645Z Compiling form_urlencoded v1.2.2
13702026-07-10T22:01:13.700Z Compiling cmake v0.1.57
13712026-07-10T22:01:13.839Z Compiling fs_extra v1.3.0
13722026-07-10T22:01:13.915Z Compiling ident_case v1.0.1
13732026-07-10T22:01:13.981Z Compiling dunce v1.0.5
13742026-07-10T22:01:14.031Z Compiling rustix v1.1.3
13752026-07-10T22:01:14.084Z Compiling regex-syntax v0.8.10
13762026-07-10T22:01:14.115Z Compiling iana-time-zone v0.1.65
13772026-07-10T22:01:14.147Z Compiling base64ct v1.8.3
13782026-07-10T22:01:14.199Z Compiling aws-lc-sys v0.40.0
13792026-07-10T22:01:14.314Z Compiling vcpkg v0.2.15
13802026-07-10T22:01:14.438Z Compiling rand_core v0.9.5
13812026-07-10T22:01:15.130Z Compiling pem-rfc7468 v0.7.0
13822026-07-10T22:01:15.148Z Compiling rustc_version v0.4.1
13832026-07-10T22:01:15.148Z Compiling uuid v1.23.4
13842026-07-10T22:01:15.148Z Compiling tracing-core v0.1.36
13852026-07-10T22:01:15.148Z Compiling aws-lc-rs v1.16.3
13862026-07-10T22:01:15.148Z Compiling serde_derive v1.0.228
13872026-07-10T22:01:15.148Z Compiling zeroize_derive v1.4.3
13882026-07-10T22:01:15.233Z Compiling zerofrom-derive v0.1.6
13892026-07-10T22:01:15.363Z Compiling yoke-derive v0.8.1
13902026-07-10T22:01:15.451Z Compiling zerocopy-derive v0.8.40
13912026-07-10T22:01:15.730Z Compiling zeroize v1.8.2
13922026-07-10T22:01:15.745Z Compiling zerovec-derive v0.11.2
13932026-07-10T22:01:15.934Z Compiling displaydoc v0.2.5
13942026-07-10T22:01:16.550Z Compiling tokio-macros v2.7.0
13952026-07-10T22:01:16.654Z Compiling zerofrom v0.1.6
13962026-07-10T22:01:16.700Z Compiling futures-macro v0.3.32
13972026-07-10T22:01:16.786Z Compiling yoke v0.8.1
13982026-07-10T22:01:16.909Z Compiling openssl-sys v0.9.115
13992026-07-10T22:01:16.972Z Compiling zerovec v0.11.5
14002026-07-10T22:01:17.024Z Compiling zerotrie v0.2.3
14012026-07-10T22:01:17.303Z Compiling crypto-common v0.1.7
14022026-07-10T22:01:17.318Z Compiling block-buffer v0.10.4
14032026-07-10T22:01:17.449Z Compiling tinystr v0.8.2
14042026-07-10T22:01:17.452Z Compiling potential_utf v0.1.4
14052026-07-10T22:01:17.486Z Compiling digest v0.10.7
14062026-07-10T22:01:17.493Z Compiling tracing-attributes v0.1.31
14072026-07-10T22:01:17.530Z Compiling futures-util v0.3.32
14082026-07-10T22:01:17.605Z Compiling icu_collections v2.1.1
14092026-07-10T22:01:17.660Z Compiling icu_locale_core v2.1.1
14102026-07-10T22:01:17.734Z Compiling thiserror-impl v2.0.18
14112026-07-10T22:01:18.075Z Compiling der_derive v0.7.3
14122026-07-10T22:01:18.525Z Compiling bytes v1.11.1
14132026-07-10T22:01:18.558Z Compiling icu_provider v2.1.1
14142026-07-10T22:01:18.830Z Compiling icu_normalizer v2.1.1
14152026-07-10T22:01:18.898Z Compiling icu_properties v2.1.2
14162026-07-10T22:01:19.071Z Compiling tokio v1.52.1
14172026-07-10T22:01:19.086Z Compiling http v1.4.2
14182026-07-10T22:01:19.184Z Compiling chrono v0.4.44
14192026-07-10T22:01:19.367Z Compiling base64 v0.22.1
14202026-07-10T22:01:19.707Z Compiling flagset v0.4.7
14212026-07-10T22:01:19.838Z Compiling idna_adapter v1.2.1
14222026-07-10T22:01:19.870Z Compiling ppv-lite86 v0.2.21
14232026-07-10T22:01:19.974Z Compiling idna v1.1.0
14242026-07-10T22:01:20.000Z Compiling der v0.7.10
14252026-07-10T22:01:20.014Z Compiling http-body v1.0.1
14262026-07-10T22:01:20.027Z Compiling thiserror v2.0.18
14272026-07-10T22:01:20.132Z Compiling tracing v0.1.44
14282026-07-10T22:01:20.167Z Compiling rand_chacha v0.9.0
14292026-07-10T22:01:20.359Z Compiling url v2.5.8
14302026-07-10T22:01:20.391Z Compiling rustls-pki-types v1.14.0
14312026-07-10T22:01:20.579Z Compiling tinyvec_macros v0.1.1
14322026-07-10T22:01:20.624Z Compiling cmov v0.5.4
14332026-07-10T22:01:20.647Z Compiling openssl-probe v0.2.1
14342026-07-10T22:01:20.817Z Compiling httparse v1.10.1
14352026-07-10T22:01:20.831Z Compiling spki v0.7.3
14362026-07-10T22:01:20.835Z Compiling ctutils v0.4.2
14372026-07-10T22:01:20.856Z Compiling tinyvec v1.10.0
14382026-07-10T22:01:21.030Z Compiling pest_generator v2.8.6
14392026-07-10T22:01:21.067Z Compiling rand v0.9.2
14402026-07-10T22:01:21.123Z Compiling serde_derive_internals v0.29.1
14412026-07-10T22:01:21.169Z Compiling aho-corasick v1.1.4
14422026-07-10T22:01:21.184Z Compiling untrusted v0.7.1
14432026-07-10T22:01:21.198Z Compiling tower-layer v0.3.3
14442026-07-10T22:01:21.302Z Compiling atomic-waker v1.1.2
14452026-07-10T22:01:21.352Z Compiling try-lock v0.2.5
14462026-07-10T22:01:21.422Z Compiling tower-service v0.3.3
14472026-07-10T22:01:21.456Z Compiling dyn-clone v1.0.20
14482026-07-10T22:01:21.514Z Compiling schemars v0.8.22
14492026-07-10T22:01:21.589Z Compiling want v0.3.1
14502026-07-10T22:01:21.693Z Compiling pest_derive v2.8.6
14512026-07-10T22:01:21.739Z Compiling tempfile v3.25.0
14522026-07-10T22:01:21.830Z Compiling hybrid-array v0.4.13
14532026-07-10T22:01:21.983Z Compiling schemars_derive v0.8.22
14542026-07-10T22:01:22.033Z Compiling regex-automata v0.4.14
14552026-07-10T22:01:22.093Z Compiling ipnet v2.11.0
14562026-07-10T22:01:22.118Z Compiling scroll_derive v0.13.1
14572026-07-10T22:01:22.573Z Compiling darling_core v0.20.11
14582026-07-10T22:01:22.596Z Compiling httpdate v1.0.3
14592026-07-10T22:01:22.792Z Compiling tokio-util v0.7.18
14602026-07-10T22:01:22.820Z Compiling openssl v0.10.79
14612026-07-10T22:01:22.906Z Compiling untrusted v0.9.0
14622026-07-10T22:01:23.026Z Compiling cpufeatures v0.2.17
14632026-07-10T22:01:23.058Z Compiling foreign-types-shared v0.1.1
14642026-07-10T22:01:23.098Z Compiling rustls v0.23.41
14652026-07-10T22:01:23.144Z Compiling foreign-types v0.3.2
14662026-07-10T22:01:23.236Z Compiling scroll v0.13.0
14672026-07-10T22:01:23.280Z Compiling unicode-normalization v0.1.25
14682026-07-10T22:01:23.496Z Compiling h2 v0.4.15
14692026-07-10T22:01:23.770Z Compiling pkcs8 v0.10.2
14702026-07-10T22:01:24.024Z Compiling openssl-macros v0.1.1
14712026-07-10T22:01:24.234Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-07-10T22:01:24.424Z Compiling spin v0.9.8
14732026-07-10T22:01:24.535Z Compiling crc32fast v1.5.0
14742026-07-10T22:01:24.632Z Compiling native-tls v0.2.18
14752026-07-10T22:01:24.635Z Compiling num-conv v0.2.0
14762026-07-10T22:01:24.700Z Compiling time-core v0.1.8
14772026-07-10T22:01:24.771Z Compiling powerfmt v0.2.0
14782026-07-10T22:01:24.837Z Compiling darling_macro v0.20.11
14792026-07-10T22:01:24.851Z Compiling time-macros v0.2.27
14802026-07-10T22:01:24.965Z Compiling deranged v0.5.8
14812026-07-10T22:01:25.305Z Compiling darling v0.20.11
14822026-07-10T22:01:25.386Z Compiling goblin v0.10.5
14832026-07-10T22:01:25.904Z Compiling sha2 v0.10.9
14842026-07-10T22:01:25.919Z Compiling hmac v0.12.1
14852026-07-10T22:01:26.050Z Compiling sync_wrapper v1.0.2
14862026-07-10T22:01:26.070Z Compiling wait-timeout v0.2.1
14872026-07-10T22:01:26.155Z Compiling syn v1.0.109
14882026-07-10T22:01:26.325Z Compiling usdt-impl v0.6.0
14892026-07-10T22:01:26.466Z Compiling siphasher v1.0.2
14902026-07-10T22:01:26.540Z Compiling simd-adler32 v0.3.8
14912026-07-10T22:01:26.646Z Compiling hyper v1.10.1
14922026-07-10T22:01:26.775Z Compiling bit-vec v0.8.0
14932026-07-10T22:01:27.002Z Compiling crossbeam-utils v0.8.21
14942026-07-10T22:01:27.254Z Compiling quick-error v1.2.3
14952026-07-10T22:01:27.294Z Compiling num_threads v0.1.7
14962026-07-10T22:01:27.358Z Compiling rusty-fork v0.3.1
14972026-07-10T22:01:27.389Z Compiling time v0.3.47
14982026-07-10T22:01:27.663Z Compiling bit-set v0.8.0
14992026-07-10T22:01:27.794Z Compiling hyper-util v0.1.20
15002026-07-10T22:01:27.884Z Compiling tower v0.5.3
15012026-07-10T22:01:27.898Z Compiling derive_builder_core v0.20.2
15022026-07-10T22:01:28.210Z Compiling dof v0.4.0
15032026-07-10T22:01:28.541Z Compiling dtrace-parser v0.3.0
15042026-07-10T22:01:28.817Z Compiling http-body-util v0.1.3
15052026-07-10T22:01:28.972Z Compiling thiserror-impl v1.0.69
15062026-07-10T22:01:29.057Z Compiling scroll_derive v0.12.1
15072026-07-10T22:01:29.298Z Compiling heapless v0.7.17
15082026-07-10T22:01:29.401Z Compiling rand_xorshift v0.4.0
15092026-07-10T22:01:29.535Z Compiling slog v2.8.2
15102026-07-10T22:01:29.549Z Compiling darling_core v0.21.3
15112026-07-10T22:01:29.561Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-07-10T22:01:29.576Z Compiling thread-id v5.1.0
15132026-07-10T22:01:29.659Z Compiling cookie v0.18.1
15142026-07-10T22:01:29.720Z Compiling paste v1.0.15
15152026-07-10T22:01:29.734Z Compiling ryu v1.0.23
15162026-07-10T22:01:29.845Z Compiling adler2 v2.0.1
15172026-07-10T22:01:29.859Z Compiling allocator-api2 v0.2.21
15182026-07-10T22:01:29.912Z Compiling unarray v0.1.4
15192026-07-10T22:01:29.973Z Compiling zstd-safe v7.2.4
15202026-07-10T22:01:29.997Z Compiling unicode-properties v0.1.4
15212026-07-10T22:01:30.016Z Compiling signal-hook v0.3.18
15222026-07-10T22:01:30.175Z Compiling unicode-bidi v0.3.18
15232026-07-10T22:01:30.177Z Compiling iri-string v0.7.10
15242026-07-10T22:01:30.202Z Compiling anyhow v1.0.102
15252026-07-10T22:01:30.244Z Compiling thiserror v1.0.69
15262026-07-10T22:01:30.274Z Compiling proptest v1.10.0
15272026-07-10T22:01:30.344Z Compiling miniz_oxide v0.8.9
15282026-07-10T22:01:30.699Z Compiling stringprep v0.1.5
15292026-07-10T22:01:30.763Z Compiling serde_urlencoded v0.7.1
15302026-07-10T22:01:31.018Z Compiling scroll v0.12.0
15312026-07-10T22:01:31.322Z Compiling tower-http v0.6.8
15322026-07-10T22:01:31.506Z Compiling derive_builder_macro v0.20.2
15332026-07-10T22:01:31.660Z Compiling camino v1.2.2
15342026-07-10T22:01:31.686Z Compiling tokio-native-tls v0.3.1
15352026-07-10T22:01:31.849Z Compiling bstr v1.12.1
15362026-07-10T22:01:31.976Z Compiling ipnetwork v0.21.1
15372026-07-10T22:01:31.990Z Compiling darling_macro v0.21.3
15382026-07-10T22:01:32.023Z Compiling crypto-common v0.2.2
15392026-07-10T22:01:32.183Z Compiling block-padding v0.4.2
15402026-07-10T22:01:32.346Z Compiling block-buffer v0.12.1
15412026-07-10T22:01:32.360Z Compiling rustls-native-certs v0.8.3
15422026-07-10T22:01:32.477Z Compiling rand_chacha v0.3.1
15432026-07-10T22:01:32.494Z Compiling erased-serde v0.3.31
15442026-07-10T22:01:32.531Z Compiling serde_spanned v0.6.9
15452026-07-10T22:01:32.640Z Compiling serde_tokenstream v0.2.3
15462026-07-10T22:01:32.669Z Compiling toml_datetime v0.6.11
15472026-07-10T22:01:32.925Z Compiling signature v2.2.0
15482026-07-10T22:01:32.946Z Compiling md-5 v0.10.6
15492026-07-10T22:01:32.964Z Compiling async-trait v0.1.89
15502026-07-10T22:01:33.100Z Compiling pin-project-internal v1.1.11
15512026-07-10T22:01:33.116Z Compiling zerocopy-derive v0.7.35
15522026-07-10T22:01:33.270Z Compiling curve25519-dalek v4.1.3
15532026-07-10T22:01:33.598Z Compiling vergen-lib v9.1.0
15542026-07-10T22:01:33.706Z Compiling num-integer v0.1.46
15552026-07-10T22:01:33.820Z Compiling hash32 v0.2.1
15562026-07-10T22:01:34.007Z Compiling memoffset v0.9.1
15572026-07-10T22:01:34.010Z Compiling encoding_rs v0.8.35
15582026-07-10T22:01:34.035Z Compiling litrs v1.0.0
15592026-07-10T22:01:34.038Z Compiling num-bigint-dig v0.8.6
15602026-07-10T22:01:34.212Z Compiling cfg_aliases v0.2.1
15612026-07-10T22:01:34.226Z Compiling zlib-rs v0.6.2
15622026-07-10T22:01:34.239Z Compiling smoltcp v0.9.1
15632026-07-10T22:01:34.284Z Compiling ref-cast v1.0.25
15642026-07-10T22:01:34.551Z Compiling rustix v0.38.44
15652026-07-10T22:01:34.578Z Compiling psl-types v2.0.11
15662026-07-10T22:01:34.603Z Compiling fallible-iterator v0.2.0
15672026-07-10T22:01:34.698Z Compiling mime v0.3.17
15682026-07-10T22:01:34.923Z Compiling postgres-protocol v0.6.10
15692026-07-10T22:01:34.958Z Compiling publicsuffix v2.3.0
15702026-07-10T22:01:35.059Z Compiling document-features v0.2.12
15712026-07-10T22:01:35.126Z Compiling nix v0.31.2
15722026-07-10T22:01:35.479Z Compiling pin-project v1.1.11
15732026-07-10T22:01:35.493Z Compiling zerocopy v0.7.35
15742026-07-10T22:01:35.499Z Compiling hubpack_derive v0.1.1
15752026-07-10T22:01:35.586Z Compiling num-iter v0.1.45
15762026-07-10T22:01:35.744Z Compiling rand v0.8.6
15772026-07-10T22:01:35.957Z Compiling newtype-uuid v1.3.2
15782026-07-10T22:01:36.030Z Compiling darling v0.21.3
15792026-07-10T22:01:36.055Z Compiling inout v0.2.2
15802026-07-10T22:01:36.085Z Compiling oxnet v0.1.6
15812026-07-10T22:01:36.107Z Compiling derive_builder v0.20.2
15822026-07-10T22:01:36.224Z Compiling hyper-tls v0.6.0
15832026-07-10T22:01:36.331Z Compiling goblin v0.8.2
15842026-07-10T22:01:36.803Z Compiling phf_shared v0.13.1
15852026-07-10T22:01:36.858Z Compiling lazy_static v1.5.0
15862026-07-10T22:01:36.948Z Compiling regex v1.12.3
15872026-07-10T22:01:36.951Z Compiling anstyle-parse v0.2.7
15882026-07-10T22:01:37.015Z Compiling futures-executor v0.3.32
15892026-07-10T22:01:37.034Z Compiling hex v0.4.3
15902026-07-10T22:01:37.136Z Compiling flate2 v1.1.9
15912026-07-10T22:01:37.266Z Compiling terminal_size v0.4.3
15922026-07-10T22:01:37.294Z Compiling snafu-derive v0.8.9
15932026-07-10T22:01:37.360Z Compiling strum_macros v0.27.2
15942026-07-10T22:01:37.402Z Compiling curve25519-dalek-derive v0.1.1
15952026-07-10T22:01:37.471Z Compiling ref-cast-impl v1.0.25
15962026-07-10T22:01:37.539Z Compiling daft-derive v0.1.7
15972026-07-10T22:01:38.017Z Compiling vergen v9.1.0
15982026-07-10T22:01:38.048Z Compiling cargo-platform v0.3.2
15992026-07-10T22:01:38.210Z Compiling ff v0.13.1
16002026-07-10T22:01:38.266Z Compiling fs-err v3.3.0
16012026-07-10T22:01:38.321Z Compiling ahash v0.8.12
16022026-07-10T22:01:38.347Z Compiling winnow v0.5.40
16032026-07-10T22:01:38.466Z Compiling foldhash v0.2.0
16042026-07-10T22:01:38.542Z Compiling object v0.37.3
16052026-07-10T22:01:38.684Z Compiling libbz2-rs-sys v0.2.2
16062026-07-10T22:01:38.883Z Compiling bitflags v1.3.2
16072026-07-10T22:01:38.960Z Compiling unicode-segmentation v1.12.0
16082026-07-10T22:01:39.193Z Compiling managed v0.8.0
16092026-07-10T22:01:39.353Z Compiling bumpalo v3.20.2
16102026-07-10T22:01:39.353Z Compiling foldhash v0.1.5
16112026-07-10T22:01:39.383Z Compiling base16ct v0.2.0
16122026-07-10T22:01:39.410Z Compiling same-file v1.0.6
16132026-07-10T22:01:39.525Z Compiling walkdir v2.5.0
16142026-07-10T22:01:39.551Z Compiling sec1 v0.7.3
16152026-07-10T22:01:39.566Z Compiling zopfli v0.8.3
16162026-07-10T22:01:39.612Z Compiling hashbrown v0.15.5
16172026-07-10T22:01:39.816Z Compiling toml_edit v0.19.15
16182026-07-10T22:01:39.830Z Compiling strum v0.27.2
16192026-07-10T22:01:39.831Z Compiling clap_builder v4.6.0
16202026-07-10T22:01:39.956Z Compiling snafu v0.8.9
16212026-07-10T22:01:40.173Z Compiling bzip2 v0.6.1
16222026-07-10T22:01:40.277Z Compiling hashbrown v0.16.1
16232026-07-10T22:01:40.356Z Compiling dof v0.3.0
16242026-07-10T22:01:40.473Z Compiling group v0.13.0
16252026-07-10T22:01:40.634Z Compiling daft v0.1.7
16262026-07-10T22:01:40.648Z Compiling cargo_metadata v0.23.1
16272026-07-10T22:01:41.009Z Compiling futures v0.3.32
16282026-07-10T22:01:41.061Z Compiling anstream v0.6.21
16292026-07-10T22:01:41.078Z Compiling phf v0.13.1
16302026-07-10T22:01:41.235Z Compiling signal-hook-mio v0.2.5
16312026-07-10T22:01:41.345Z Compiling cookie_store v0.22.1
16322026-07-10T22:01:41.702Z Compiling zstd v0.13.3
16332026-07-10T22:01:41.995Z Compiling reqwest v0.12.28
16342026-07-10T22:01:41.999Z Compiling bzip2 v0.4.4
16352026-07-10T22:01:41.999Z Compiling cipher v0.5.2
16362026-07-10T22:01:42.177Z Compiling serde_with_macros v3.17.0
16372026-07-10T22:01:42.285Z Compiling hubpack v0.1.2
16382026-07-10T22:01:42.501Z Compiling postgres-types v0.2.12
16392026-07-10T22:01:42.798Z Compiling ed25519 v2.2.3
16402026-07-10T22:01:43.053Z Compiling usdt-macro v0.6.0
16412026-07-10T22:01:43.290Z Compiling usdt-attr-macro v0.6.0
16422026-07-10T22:01:43.603Z Compiling globset v0.4.18
16432026-07-10T22:01:43.727Z Compiling dtrace-parser v0.2.0
16442026-07-10T22:01:43.821Z Compiling phf_shared v0.11.3
16452026-07-10T22:01:43.835Z Compiling hkdf v0.12.4
16462026-07-10T22:01:43.998Z Compiling pkcs1 v0.7.5
16472026-07-10T22:01:44.012Z Compiling olpc-cjson v0.1.4
16482026-07-10T22:01:44.116Z Compiling pem v3.0.6
16492026-07-10T22:01:44.168Z Compiling serde-big-array v0.5.1
16502026-07-10T22:01:44.292Z Compiling serde_plain v1.0.2
16512026-07-10T22:01:44.310Z Compiling crypto-bigint v0.5.5
16522026-07-10T22:01:44.386Z Compiling enum-as-inner v0.6.1
16532026-07-10T22:01:44.440Z Compiling async-recursion v1.1.1
16542026-07-10T22:01:44.480Z Compiling serde_repr v0.1.20
16552026-07-10T22:01:44.495Z Compiling clap_derive v4.6.1
16562026-07-10T22:01:44.894Z Compiling strum_macros v0.26.4
16572026-07-10T22:01:45.012Z Compiling float-cmp v0.10.0
16582026-07-10T22:01:45.088Z Compiling memmap2 v0.9.10
16592026-07-10T22:01:45.157Z Compiling thread-id v4.2.2
16602026-07-10T22:01:45.243Z Compiling env_filter v1.0.0
16612026-07-10T22:01:45.300Z Compiling either v1.15.0
16622026-07-10T22:01:45.506Z Compiling difflib v0.4.0
16632026-07-10T22:01:45.542Z Compiling winnow v1.0.3
16642026-07-10T22:01:45.658Z Compiling new_debug_unreachable v1.0.6
16652026-07-10T22:01:45.731Z Compiling static_assertions v1.1.0
16662026-07-10T22:01:45.805Z Compiling fixedbitset v0.4.2
16672026-07-10T22:01:45.890Z Compiling whoami v2.1.0
16682026-07-10T22:01:46.020Z Compiling cpufeatures v0.3.0
16692026-07-10T22:01:46.046Z Compiling normalize-line-endings v0.3.0
16702026-07-10T22:01:46.093Z Compiling typed-path v0.9.3
16712026-07-10T22:01:46.140Z Compiling precomputed-hash v0.1.1
16722026-07-10T22:01:46.231Z Compiling keccak v0.1.6
16732026-07-10T22:01:46.250Z Compiling jiff v0.2.21
16742026-07-10T22:01:46.262Z Compiling fixedbitset v0.5.7
16752026-07-10T22:01:46.404Z Compiling const-oid v0.10.2
16762026-07-10T22:01:46.558Z Compiling predicates-core v1.0.10
16772026-07-10T22:01:46.602Z Compiling data-encoding v2.10.0
16782026-07-10T22:01:46.629Z Compiling strum v0.26.3
16792026-07-10T22:01:46.672Z Compiling digest v0.11.3
16802026-07-10T22:01:46.724Z Compiling predicates v3.1.4
16812026-07-10T22:01:46.750Z Compiling petgraph v0.8.3
16822026-07-10T22:01:46.890Z Compiling hickory-proto v0.25.2
16832026-07-10T22:01:46.955Z Compiling sha3 v0.10.8
16842026-07-10T22:01:47.277Z Compiling toml_edit v0.22.27
16852026-07-10T22:01:47.302Z Compiling clap v4.6.1
16862026-07-10T22:01:47.365Z Compiling string_cache v0.8.9
16872026-07-10T22:01:47.381Z Compiling tokio-postgres v0.7.16
16882026-07-10T22:01:47.399Z Compiling chacha20 v0.10.0
16892026-07-10T22:01:47.583Z Compiling petgraph v0.6.5
16902026-07-10T22:01:47.759Z Compiling toml_parser v1.1.2+spec-1.1.0
16912026-07-10T22:01:48.383Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-10T22:01:48.676Z Compiling itertools v0.13.0
16932026-07-10T22:01:49.034Z Compiling zip v4.6.1
16942026-07-10T22:01:49.566Z Compiling env_logger v0.11.9
16952026-07-10T22:01:49.921Z Compiling elliptic-curve v0.13.8
16962026-07-10T22:01:49.973Z Compiling usdt v0.6.0
16972026-07-10T22:01:50.001Z Compiling usdt-impl v0.5.0
16982026-07-10T22:01:50.023Z Compiling rsa v0.9.10
16992026-07-10T22:01:50.231Z Compiling crossterm v0.28.1
17002026-07-10T22:01:50.316Z Compiling serde_with v3.17.0
17012026-07-10T22:01:50.422Z Compiling ed25519-dalek v2.2.0
17022026-07-10T22:01:51.075Z Compiling zip v0.6.6
17032026-07-10T22:01:51.505Z Compiling toml v0.7.8
17042026-07-10T22:01:51.520Z Compiling iddqd v0.4.2
17052026-07-10T22:01:52.020Z Compiling similar v2.7.0
17062026-07-10T22:01:52.042Z Compiling heck v0.4.1
17072026-07-10T22:01:52.106Z Compiling crossbeam-epoch v0.9.18
17082026-07-10T22:01:52.243Z Compiling tokio-stream v0.1.18
17092026-07-10T22:01:52.268Z Compiling buf-list v1.1.2
17102026-07-10T22:01:52.435Z Compiling x509-cert v0.2.5
17112026-07-10T22:01:52.532Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-10T22:01:52.701Z Compiling openapiv3 v2.2.0
17132026-07-10T22:01:52.778Z Compiling peg-runtime v0.8.5
17142026-07-10T22:01:52.826Z Compiling lalrpop-util v0.19.12
17152026-07-10T22:01:52.883Z Compiling thread_local v1.1.9
17162026-07-10T22:01:53.011Z Compiling slog-async v2.8.0
17172026-07-10T22:01:53.055Z Compiling crossbeam-channel v0.5.15
17182026-07-10T22:01:53.136Z Compiling is-terminal v0.4.17
17192026-07-10T22:01:53.237Z Compiling filetime v0.2.27
17202026-07-10T22:01:53.283Z Compiling xattr v1.6.1
17212026-07-10T22:01:53.343Z Compiling take_mut v0.2.2
17222026-07-10T22:01:53.406Z Compiling term v1.2.1
17232026-07-10T22:01:53.448Z Compiling tar v0.4.45
17242026-07-10T22:01:53.507Z Compiling camino-tempfile v1.4.1
17252026-07-10T22:01:53.771Z Compiling slog-term v2.9.2
17262026-07-10T22:02:03.628Z Compiling rustls-webpki v0.103.13
17272026-07-10T22:02:06.396Z Compiling tokio-rustls v0.26.4
17282026-07-10T22:02:06.396Z Compiling rustls-platform-verifier v0.6.2
17292026-07-10T22:02:06.396Z Compiling tough v0.22.0
17302026-07-10T22:02:06.618Z Compiling hyper-rustls v0.27.7
17312026-07-10T22:02:06.880Z Compiling reqwest v0.13.2
17322026-07-10T22:02:08.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-10T22:02:09.208Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-10T22:02:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17352026-07-10T22:02:12.154Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-10T22:02:12.209ZJul 10 22:02:10.919 INFO Starting download, target: Console
17372026-07-10T22:02:12.209ZJul 10 22:02:10.919 INFO Starting download, target: Cockroach
17382026-07-10T22:02:12.209ZJul 10 22:02:10.919 INFO Starting download, target: Clickhouse
17392026-07-10T22:02:12.209ZJul 10 22:02:10.919 INFO Starting download, target: DendriteStub
17402026-07-10T22:02:12.212ZJul 10 22:02:10.919 INFO Starting download, target: MaghemiteMgd
17412026-07-10T22:02:12.212ZJul 10 22:02:10.919 INFO Starting download, target: MaghemiteDdmd
17422026-07-10T22:02:12.212ZJul 10 22:02:10.919 INFO Starting download, target: TransceiverControl
17432026-07-10T22:02:12.212ZJul 10 22:02:10.919 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-10T22:02:12.214ZJul 10 22:02:10.919 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-07-10T22:02:12.214ZJul 10 22:02:10.919 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462026-07-10T22:02:12.214ZJul 10 22:02:10.919 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-07-10T22:02:12.214ZJul 10 22:02:10.919 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17482026-07-10T22:02:12.214ZJul 10 22:02:10.919 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-10T22:02:12.214ZJul 10 22:02:10.919 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-07-10T22:02:12.905ZJul 10 22:02:11.611 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-07-10T22:02:13.167ZJul 10 22:02:11.853 INFO Download complete, target: TransceiverControl
17522026-07-10T22:02:13.985ZJul 10 22:02:12.685 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-07-10T22:02:14.450ZJul 10 22:02:13.155 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-07-10T22:02:14.537ZJul 10 22:02:13.245 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-07-10T22:02:14.633ZJul 10 22:02:13.338 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-07-10T22:02:14.706ZJul 10 22:02:13.413 INFO Download complete, target: Console
17572026-07-10T22:02:14.764ZJul 10 22:02:13.455 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17582026-07-10T22:02:15.078ZJul 10 22:02:13.789 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-10T22:02:15.078ZJul 10 22:02:13.789 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-10T22:02:16.604ZJul 10 22:02:15.313 INFO Download complete, target: MaghemiteDdmd
17612026-07-10T22:02:16.927ZJul 10 22:02:15.635 INFO Download complete, target: DendriteStub
17622026-07-10T22:02:17.147ZJul 10 22:02:15.856 INFO Download complete, target: MaghemiteMgd
17632026-07-10T22:02:19.654ZJul 10 22:02:18.362 INFO Checking that binary works, target: Cockroach
17642026-07-10T22:02:19.769ZJul 10 22:02:18.477 INFO Download complete, target: Cockroach
17652026-07-10T22:02:20.606ZJul 10 22:02:19.312 INFO Checking that binary works, target: Clickhouse
17662026-07-10T22:02:20.733ZJul 10 22:02:19.435 INFO Download complete, target: Clickhouse
17672026-07-10T22:02:20.744ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-10T22:02:20.748Z
17692026-07-10T22:02:20.748Zreal 1:58.720072851
17702026-07-10T22:02:20.748Zuser 6:32.684614029
17712026-07-10T22:02:20.749Zsys 1:20.358058540
17722026-07-10T22:02:20.749Ztrap 0.211736574
17732026-07-10T22:02:20.749Ztflt 0.563089541
17742026-07-10T22:02:20.749Zdflt 0.912724645
17752026-07-10T22:02:20.749Zkflt 0.022624055
17762026-07-10T22:02:20.749Zlock 21:16.878474416
17772026-07-10T22:02:20.749Zslp 19:54.778067122
17782026-07-10T22:02:20.749Zlat 41.760130766
17792026-07-10T22:02:20.749Zstop 1:58.173236952
17802026-07-10T22:02:20.749Z+ banner hack-check
17812026-07-10T22:02:20.749Z
17822026-07-10T22:02:20.749Z # # ## #### # # #### # # ###### #### # #
17832026-07-10T22:02:20.749Z # # # # # # # # # # # # # # # # #
17842026-07-10T22:02:20.749Z ###### # # # #### ##### # ###### ##### # ####
17852026-07-10T22:02:20.749Z # # ###### # # # # # # # # # #
17862026-07-10T22:02:20.749Z # # # # # # # # # # # # # # # # #
17872026-07-10T22:02:20.749Z # # # # #### # # #### # # ###### #### # #
17882026-07-10T22:02:20.749Z
17892026-07-10T22:02:20.749Z+ export CARGO_INCREMENTAL=0
17902026-07-10T22:02:20.749Z+ CARGO_INCREMENTAL=0
17912026-07-10T22:02:20.749Z+ ptime -m timeout 2h cargo xtask check-features --ci
17922026-07-10T22:02:21.198Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-10T22:02:21.486Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-10T22:02:23.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17952026-07-10T22:02:23.276Z Running `target/debug/xtask check-features --ci`
17962026-07-10T22:02:23.306Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17972026-07-10T22:02:23.315Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17982026-07-10T22:02:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17992026-07-10T22:02:23.722Z Running `target/debug/xtask download cargo-hack`
18002026-07-10T22:02:24.461Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-07-10T22:02:24.781Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-07-10T22:02:27.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18032026-07-10T22:02:27.439Z Running `target/debug/xtask-downloader cargo-hack`
18042026-07-10T22:02:27.480ZJul 10 22:02:26.190 INFO Starting download, target: CargoHack
18052026-07-10T22:02:27.483ZJul 10 22:02:26.191 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18062026-07-10T22:02:27.829ZJul 10 22:02:26.539 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18072026-07-10T22:02:27.875ZJul 10 22:02:26.585 INFO Download complete, target: CargoHack
18082026-07-10T22:02:27.878Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18092026-07-10T22:02:27.891Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18102026-07-10T22:02:28.046Zinfo: running `cargo check --bins` on api_identity (1/300)
18112026-07-10T22:02:28.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-07-10T22:02:28.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-07-10T22:02:28.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-07-10T22:02:28.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18152026-07-10T22:02:28.558Z
18162026-07-10T22:02:28.559Zinfo: running `cargo check --bins` on bootstore (2/300)
18172026-07-10T22:02:29.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-07-10T22:02:29.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-07-10T22:02:29.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-07-10T22:02:29.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18212026-07-10T22:02:29.080Z
18222026-07-10T22:02:29.080Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18232026-07-10T22:02:29.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-10T22:02:29.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-10T22:02:29.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-10T22:02:29.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18272026-07-10T22:02:29.587Z
18282026-07-10T22:02:29.587Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18292026-07-10T22:02:30.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-10T22:02:30.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-10T22:02:30.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-10T22:02:30.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18332026-07-10T22:02:30.089Z
18342026-07-10T22:02:30.089Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18352026-07-10T22:02:30.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-10T22:02:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-10T22:02:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-10T22:02:30.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18392026-07-10T22:02:30.594Z
18402026-07-10T22:02:30.594Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18412026-07-10T22:02:31.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-10T22:02:31.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-10T22:02:31.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-10T22:02:31.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18452026-07-10T22:02:31.109Z
18462026-07-10T22:02:31.109Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18472026-07-10T22:02:31.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-10T22:02:31.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-10T22:02:31.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-10T22:02:31.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18512026-07-10T22:02:31.624Z
18522026-07-10T22:02:31.624Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18532026-07-10T22:02:32.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-10T22:02:32.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-10T22:02:32.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-10T22:02:32.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18572026-07-10T22:02:32.140Z
18582026-07-10T22:02:32.140Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18592026-07-10T22:02:32.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-10T22:02:32.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-10T22:02:32.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-10T22:02:32.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18632026-07-10T22:02:32.530Z
18642026-07-10T22:02:32.530Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18652026-07-10T22:02:32.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-10T22:02:32.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-10T22:02:32.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-10T22:02:32.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18692026-07-10T22:02:32.920Z
18702026-07-10T22:02:32.920Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18712026-07-10T22:02:33.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-10T22:02:33.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-10T22:02:33.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-10T22:02:33.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18752026-07-10T22:02:33.311Z
18762026-07-10T22:02:33.311Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18772026-07-10T22:02:33.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-10T22:02:33.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-10T22:02:33.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-10T22:02:33.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18812026-07-10T22:02:33.700Z
18822026-07-10T22:02:33.700Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18832026-07-10T22:02:34.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-10T22:02:34.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-10T22:02:34.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-10T22:02:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18872026-07-10T22:02:34.090Z
18882026-07-10T22:02:34.090Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18892026-07-10T22:02:34.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-10T22:02:34.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-10T22:02:34.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-10T22:02:34.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18932026-07-10T22:02:34.483Z
18942026-07-10T22:02:34.483Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18952026-07-10T22:02:34.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-10T22:02:34.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-10T22:02:34.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-10T22:02:34.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18992026-07-10T22:02:34.873Z
19002026-07-10T22:02:34.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19012026-07-10T22:02:35.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-10T22:02:35.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-10T22:02:35.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-10T22:02:35.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19052026-07-10T22:02:35.265Z
19062026-07-10T22:02:35.265Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19072026-07-10T22:02:35.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-10T22:02:35.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-10T22:02:35.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-10T22:02:35.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19112026-07-10T22:02:35.655Z
19122026-07-10T22:02:35.655Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19132026-07-10T22:02:35.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-10T22:02:36.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-10T22:02:36.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-10T22:02:36.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19172026-07-10T22:02:36.045Z
19182026-07-10T22:02:36.045Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19192026-07-10T22:02:36.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-10T22:02:36.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-10T22:02:36.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-10T22:02:36.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19232026-07-10T22:02:36.437Z
19242026-07-10T22:02:36.437Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19252026-07-10T22:02:36.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-10T22:02:36.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-10T22:02:36.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-10T22:02:36.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19292026-07-10T22:02:36.832Z
19302026-07-10T22:02:36.832Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19312026-07-10T22:02:37.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-10T22:02:37.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-10T22:02:37.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-10T22:02:37.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19352026-07-10T22:02:37.294Z
19362026-07-10T22:02:37.294Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19372026-07-10T22:02:37.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-10T22:02:37.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-10T22:02:37.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-10T22:02:37.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19412026-07-10T22:02:37.616Z
19422026-07-10T22:02:37.616Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19432026-07-10T22:02:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-10T22:02:37.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-10T22:02:37.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-10T22:02:37.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19472026-07-10T22:02:38.019Z
19482026-07-10T22:02:38.019Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19492026-07-10T22:02:38.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-10T22:02:38.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-10T22:02:38.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-10T22:02:38.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19532026-07-10T22:02:38.400Z
19542026-07-10T22:02:38.400Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19552026-07-10T22:02:38.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-10T22:02:38.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-10T22:02:38.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-10T22:02:38.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19592026-07-10T22:02:38.797Z
19602026-07-10T22:02:38.797Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19612026-07-10T22:02:39.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-10T22:02:39.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-10T22:02:39.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-10T22:02:39.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19652026-07-10T22:02:39.196Z
19662026-07-10T22:02:39.196Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19672026-07-10T22:02:39.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-10T22:02:39.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-10T22:02:39.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-10T22:02:39.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19712026-07-10T22:02:39.594Z
19722026-07-10T22:02:39.594Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19732026-07-10T22:02:39.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-10T22:02:39.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-10T22:02:39.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-10T22:02:39.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19772026-07-10T22:02:39.985Z
19782026-07-10T22:02:39.985Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19792026-07-10T22:02:40.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-10T22:02:40.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-10T22:02:40.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-10T22:02:40.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19832026-07-10T22:02:40.402Z
19842026-07-10T22:02:40.403Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19852026-07-10T22:02:40.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-10T22:02:40.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-10T22:02:40.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-10T22:02:40.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19892026-07-10T22:02:40.807Z
19902026-07-10T22:02:40.807Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19912026-07-10T22:02:41.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-10T22:02:41.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-10T22:02:41.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-10T22:02:41.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19952026-07-10T22:02:41.186Z
19962026-07-10T22:02:41.186Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19972026-07-10T22:02:41.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-10T22:02:41.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-10T22:02:41.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-10T22:02:41.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20012026-07-10T22:02:41.591Z
20022026-07-10T22:02:41.591Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20032026-07-10T22:02:41.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-10T22:02:41.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-10T22:02:41.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-10T22:02:41.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20072026-07-10T22:02:41.981Z
20082026-07-10T22:02:41.981Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20092026-07-10T22:02:42.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-10T22:02:42.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-10T22:02:42.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-10T22:02:42.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20132026-07-10T22:02:42.352Z
20142026-07-10T22:02:42.352Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20152026-07-10T22:02:42.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-10T22:02:42.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-10T22:02:42.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-10T22:02:42.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20192026-07-10T22:02:42.754Z
20202026-07-10T22:02:42.755Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20212026-07-10T22:02:43.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-10T22:02:43.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-10T22:02:43.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-10T22:02:43.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20252026-07-10T22:02:43.142Z
20262026-07-10T22:02:43.142Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20272026-07-10T22:02:43.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-10T22:02:43.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-10T22:02:43.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-10T22:02:43.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20312026-07-10T22:02:43.539Z
20322026-07-10T22:02:43.539Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20332026-07-10T22:02:43.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-10T22:02:43.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-10T22:02:43.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-10T22:02:43.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20372026-07-10T22:02:43.924Z
20382026-07-10T22:02:43.924Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20392026-07-10T22:02:44.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-10T22:02:44.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-10T22:02:44.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-10T22:02:44.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20432026-07-10T22:02:44.315Z
20442026-07-10T22:02:44.315Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20452026-07-10T22:02:44.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-10T22:02:44.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-10T22:02:44.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-10T22:02:44.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20492026-07-10T22:02:44.708Z
20502026-07-10T22:02:44.708Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20512026-07-10T22:02:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-10T22:02:45.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-10T22:02:45.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-10T22:02:45.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20552026-07-10T22:02:45.105Z
20562026-07-10T22:02:45.105Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20572026-07-10T22:02:45.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-10T22:02:45.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-10T22:02:45.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-10T22:02:45.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20612026-07-10T22:02:45.503Z
20622026-07-10T22:02:45.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20632026-07-10T22:02:45.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-10T22:02:45.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-10T22:02:45.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-10T22:02:45.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20672026-07-10T22:02:45.899Z
20682026-07-10T22:02:45.899Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20692026-07-10T22:02:46.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-10T22:02:46.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-10T22:02:46.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-10T22:02:46.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20732026-07-10T22:02:46.293Z
20742026-07-10T22:02:46.293Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20752026-07-10T22:02:46.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-10T22:02:46.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-10T22:02:46.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-10T22:02:46.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20792026-07-10T22:02:46.689Z
20802026-07-10T22:02:46.689Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20812026-07-10T22:02:47.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-10T22:02:47.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-10T22:02:47.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-10T22:02:47.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20852026-07-10T22:02:47.083Z
20862026-07-10T22:02:47.083Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20872026-07-10T22:02:47.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-10T22:02:47.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-10T22:02:47.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-10T22:02:47.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20912026-07-10T22:02:47.481Z
20922026-07-10T22:02:47.481Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20932026-07-10T22:02:47.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-10T22:02:47.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-10T22:02:47.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-10T22:02:47.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20972026-07-10T22:02:47.877Z
20982026-07-10T22:02:47.877Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20992026-07-10T22:02:48.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-10T22:02:48.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-10T22:02:48.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-10T22:02:48.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21032026-07-10T22:02:48.443Z
21042026-07-10T22:02:48.443Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21052026-07-10T22:02:48.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-10T22:02:49.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-10T22:02:49.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-10T22:02:49.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21092026-07-10T22:02:49.056Z
21102026-07-10T22:02:49.056Zinfo: running `cargo check --bins` on nexus-config (51/300)
21112026-07-10T22:02:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-10T22:02:49.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-10T22:02:49.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-10T22:02:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21152026-07-10T22:02:49.566Z
21162026-07-10T22:02:49.566Zinfo: running `cargo check --bins` on nexus-types (52/300)
21172026-07-10T22:02:50.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-10T22:02:50.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-10T22:02:50.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-10T22:02:50.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21212026-07-10T22:02:50.203Z
21222026-07-10T22:02:50.204Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21232026-07-10T22:02:50.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-10T22:02:50.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-10T22:02:50.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-10T22:02:50.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21272026-07-10T22:02:50.659Z
21282026-07-10T22:02:50.659Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21292026-07-10T22:02:51.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-10T22:02:51.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-10T22:02:51.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-10T22:02:51.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21332026-07-10T22:02:51.183Z
21342026-07-10T22:02:51.183Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21352026-07-10T22:02:51.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-10T22:02:51.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-10T22:02:51.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-10T22:02:51.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21392026-07-10T22:02:51.699Z
21402026-07-10T22:02:51.699Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21412026-07-10T22:02:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-10T22:02:52.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-10T22:02:52.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-10T22:02:52.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-10T22:02:52.229Z
21462026-07-10T22:02:52.229Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21472026-07-10T22:02:52.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-10T22:02:52.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-10T22:02:52.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-10T22:02:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21512026-07-10T22:02:52.767Z
21522026-07-10T22:02:52.768Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21532026-07-10T22:02:53.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-10T22:02:53.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-10T22:02:53.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-10T22:02:53.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21572026-07-10T22:02:53.291Z
21582026-07-10T22:02:53.291Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21592026-07-10T22:02:53.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-10T22:02:53.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-10T22:02:53.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-10T22:02:53.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21632026-07-10T22:02:53.806Z
21642026-07-10T22:02:53.806Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21652026-07-10T22:02:54.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-10T22:02:54.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-10T22:02:54.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-10T22:02:54.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21692026-07-10T22:02:54.325Z
21702026-07-10T22:02:54.325Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21712026-07-10T22:02:54.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-10T22:02:54.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-10T22:02:54.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-10T22:02:54.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21752026-07-10T22:02:54.831Z
21762026-07-10T22:02:54.831Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21772026-07-10T22:02:55.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-10T22:02:55.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-10T22:02:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-10T22:02:55.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21812026-07-10T22:02:55.346Z
21822026-07-10T22:02:55.346Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21832026-07-10T22:02:55.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-10T22:02:55.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-10T22:02:55.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-10T22:02:55.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21872026-07-10T22:02:55.870Z
21882026-07-10T22:02:55.870Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21892026-07-10T22:02:56.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-10T22:02:56.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-10T22:02:56.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-10T22:02:56.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21932026-07-10T22:02:56.396Z
21942026-07-10T22:02:56.396Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21952026-07-10T22:02:56.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-10T22:02:56.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-10T22:02:56.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-10T22:02:56.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21992026-07-10T22:02:56.909Z
22002026-07-10T22:02:56.909Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22012026-07-10T22:02:57.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-10T22:02:57.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-10T22:02:57.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-10T22:02:57.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22052026-07-10T22:02:57.429Z
22062026-07-10T22:02:57.429Zinfo: running `cargo check --bins` on ereport-types (67/300)
22072026-07-10T22:02:57.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-10T22:02:57.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-10T22:02:57.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-10T22:02:57.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22112026-07-10T22:02:57.940Z
22122026-07-10T22:02:57.940Zinfo: running `cargo check --bins` on gateway-client (68/300)
22132026-07-10T22:02:58.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-10T22:02:58.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-10T22:02:58.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-10T22:02:58.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22172026-07-10T22:02:58.460Z
22182026-07-10T22:02:58.461Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22192026-07-10T22:02:58.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-10T22:02:58.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-10T22:02:58.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-10T22:02:58.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22232026-07-10T22:02:58.974Z
22242026-07-10T22:02:58.974Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22252026-07-10T22:02:59.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-10T22:02:59.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-10T22:02:59.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-10T22:02:59.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22292026-07-10T22:02:59.497Z
22302026-07-10T22:02:59.497Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22312026-07-10T22:02:59.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-10T22:02:59.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-10T22:02:59.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-10T22:02:59.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22352026-07-10T22:03:00.019Z
22362026-07-10T22:03:00.019Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22372026-07-10T22:03:00.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-10T22:03:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-10T22:03:00.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-10T22:03:00.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22412026-07-10T22:03:00.549Z
22422026-07-10T22:03:00.549Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22432026-07-10T22:03:01.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-10T22:03:01.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-10T22:03:01.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-10T22:03:01.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22472026-07-10T22:03:01.111Z
22482026-07-10T22:03:01.111Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22492026-07-10T22:03:01.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-10T22:03:01.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-10T22:03:01.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-10T22:03:01.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22532026-07-10T22:03:01.620Z
22542026-07-10T22:03:01.620Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22552026-07-10T22:03:02.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-10T22:03:02.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-10T22:03:02.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-10T22:03:02.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22592026-07-10T22:03:02.620Z
22602026-07-10T22:03:02.620Zinfo: running `cargo check --bins` on oxlog (76/300)
22612026-07-10T22:03:02.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-10T22:03:02.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-10T22:03:02.686Z Checking cfg-if v1.0.4
22642026-07-10T22:03:02.700Z Checking libc v0.2.185
22652026-07-10T22:03:02.700Z Checking serde_core v1.0.228
22662026-07-10T22:03:02.801Z Checking memchr v2.8.0
22672026-07-10T22:03:02.801Z Checking zeroize v1.8.2
22682026-07-10T22:03:02.823Z Checking log v0.4.29
22692026-07-10T22:03:02.834Z Checking smallvec v1.15.1
22702026-07-10T22:03:02.843Z Checking subtle v2.6.1
22712026-07-10T22:03:02.861Z Checking itoa v1.0.17
22722026-07-10T22:03:02.948Z Checking scopeguard v1.2.0
22732026-07-10T22:03:02.966Z Checking typenum v1.20.1
22742026-07-10T22:03:02.979Z Checking stable_deref_trait v1.2.1
22752026-07-10T22:03:02.989Z Checking zerofrom v0.1.6
22762026-07-10T22:03:03.000Z Checking pin-project-lite v0.2.17
22772026-07-10T22:03:03.041Z Checking lock_api v0.4.14
22782026-07-10T22:03:03.053Z Checking portable-atomic v1.13.1
22792026-07-10T22:03:03.088Z Checking critical-section v1.2.0
22802026-07-10T22:03:03.095Z Checking yoke v0.8.1
22812026-07-10T22:03:03.158Z Checking futures-core v0.3.32
22822026-07-10T22:03:03.188Z Checking zerocopy v0.8.40
22832026-07-10T22:03:03.195Z Checking errno v0.3.14
22842026-07-10T22:03:03.242Z Checking getrandom v0.2.17
22852026-07-10T22:03:03.258Z Checking zerovec v0.11.5
22862026-07-10T22:03:03.279Z Checking parking_lot_core v0.9.12
22872026-07-10T22:03:03.304Z Checking signal-hook-registry v1.4.8
22882026-07-10T22:03:03.391Z Checking rand_core v0.6.4
22892026-07-10T22:03:03.450Z Checking mio v1.2.0
22902026-07-10T22:03:03.454Z Checking parking_lot v0.12.5
22912026-07-10T22:03:03.476Z Checking once_cell v1.21.3
22922026-07-10T22:03:03.549Z Checking const-oid v0.9.6
22932026-07-10T22:03:03.661Z Checking zmij v1.0.21
22942026-07-10T22:03:03.666Z Checking rand_core v0.10.0
22952026-07-10T22:03:03.675Z Checking tinystr v0.8.2
22962026-07-10T22:03:03.702Z Checking generic-array v0.14.7
22972026-07-10T22:03:03.736Z Checking socket2 v0.6.3
22982026-07-10T22:03:03.782Z Checking getrandom v0.4.1
22992026-07-10T22:03:03.839Z Checking libm v0.2.16
23002026-07-10T22:03:03.851Z Checking equivalent v1.0.2
23012026-07-10T22:03:03.926Z Checking litemap v0.8.1
23022026-07-10T22:03:03.938Z Checking writeable v0.6.2
23032026-07-10T22:03:03.968Z Checking percent-encoding v2.3.2
23042026-07-10T22:03:04.097Z Checking icu_locale_core v2.1.1
23052026-07-10T22:03:04.100Z Checking potential_utf v0.1.4
23062026-07-10T22:03:04.126Z Checking zerotrie v0.2.3
23072026-07-10T22:03:04.156Z Checking futures-sink v0.3.32
23082026-07-10T22:03:04.229Z Checking icu_collections v2.1.1
23092026-07-10T22:03:04.246Z Checking slab v0.4.12
23102026-07-10T22:03:04.257Z Checking futures-channel v0.3.32
23112026-07-10T22:03:04.274Z Checking serde v1.0.228
23122026-07-10T22:03:04.353Z Checking bitflags v2.11.0
23132026-07-10T22:03:04.386Z Checking serde_json v1.0.150
23142026-07-10T22:03:04.433Z Checking futures-io v0.3.32
23152026-07-10T22:03:04.515Z Checking futures-task v0.3.32
23162026-07-10T22:03:04.526Z Checking num-traits v0.2.19
23172026-07-10T22:03:04.529Z Checking icu_properties_data v2.1.2
23182026-07-10T22:03:04.541Z Checking icu_normalizer_data v2.1.1
23192026-07-10T22:03:04.632Z Checking hashbrown v0.17.0
23202026-07-10T22:03:04.644Z Checking futures-util v0.3.32
23212026-07-10T22:03:04.647Z Checking icu_provider v2.1.1
23222026-07-10T22:03:04.671Z Checking bytes v1.11.1
23232026-07-10T22:03:04.693Z Checking crypto-common v0.1.7
23242026-07-10T22:03:04.812Z Checking block-buffer v0.10.4
23252026-07-10T22:03:04.875Z Checking icu_properties v2.1.2
23262026-07-10T22:03:04.944Z Checking icu_normalizer v2.1.1
23272026-07-10T22:03:05.049Z Checking digest v0.10.7
23282026-07-10T22:03:05.076Z Checking utf8_iter v1.0.4
23292026-07-10T22:03:05.092Z Checking indexmap v2.14.0
23302026-07-10T22:03:05.104Z Checking tokio v1.52.1
23312026-07-10T22:03:05.197Z Checking form_urlencoded v1.2.2
23322026-07-10T22:03:05.236Z Checking getrandom v0.3.4
23332026-07-10T22:03:05.251Z Checking fnv v1.0.7
23342026-07-10T22:03:05.316Z Checking byteorder v1.5.0
23352026-07-10T22:03:05.341Z Checking http v1.4.2
23362026-07-10T22:03:05.372Z Checking rand_core v0.9.5
23372026-07-10T22:03:05.514Z Checking base64ct v1.8.3
23382026-07-10T22:03:05.548Z Checking regex-syntax v0.8.10
23392026-07-10T22:03:05.637Z Checking rustix v1.1.3
23402026-07-10T22:03:05.682Z Checking idna_adapter v1.2.1
23412026-07-10T22:03:05.739Z Checking pem-rfc7468 v0.7.0
23422026-07-10T22:03:05.797Z Checking idna v1.1.0
23432026-07-10T22:03:05.897Z Checking uuid v1.23.4
23442026-07-10T22:03:05.906Z Checking tracing-core v0.1.36
23452026-07-10T22:03:05.999Z Checking ppv-lite86 v0.2.21
23462026-07-10T22:03:06.042Z Checking url v2.5.8
23472026-07-10T22:03:06.203Z Checking iana-time-zone v0.1.65
23482026-07-10T22:03:06.214Z Checking base64 v0.22.1
23492026-07-10T22:03:06.225Z Checking flagset v0.4.7
23502026-07-10T22:03:06.311Z Checking chrono v0.4.44
23512026-07-10T22:03:06.342Z Checking der v0.7.10
23522026-07-10T22:03:06.444Z Checking rand_chacha v0.9.0
23532026-07-10T22:03:06.464Z Checking tracing v0.1.44
23542026-07-10T22:03:06.474Z Checking http-body v1.0.1
23552026-07-10T22:03:06.545Z Checking rustls-pki-types v1.14.0
23562026-07-10T22:03:06.603Z Checking tinyvec_macros v0.1.1
23572026-07-10T22:03:06.638Z Checking cmov v0.5.4
23582026-07-10T22:03:06.655Z Checking openssl-probe v0.2.1
23592026-07-10T22:03:06.673Z Checking tinyvec v1.10.0
23602026-07-10T22:03:06.759Z Checking rand v0.9.2
23612026-07-10T22:03:06.817Z Checking ctutils v0.4.2
23622026-07-10T22:03:06.834Z Checking aws-lc-sys v0.40.0
23632026-07-10T22:03:06.855Z Checking try-lock v0.2.5
23642026-07-10T22:03:06.944Z Checking tower-service v0.3.3
23652026-07-10T22:03:06.976Z Checking untrusted v0.7.1
23662026-07-10T22:03:07.018Z Checking tower-layer v0.3.3
23672026-07-10T22:03:07.038Z Checking atomic-waker v1.1.2
23682026-07-10T22:03:07.062Z Checking spki v0.7.3
23692026-07-10T22:03:07.083Z Checking hybrid-array v0.4.13
23702026-07-10T22:03:07.121Z Checking want v0.3.1
23712026-07-10T22:03:07.154Z Checking ipnet v2.11.0
23722026-07-10T22:03:07.181Z Checking httparse v1.10.1
23732026-07-10T22:03:07.223Z Checking aho-corasick v1.1.4
23742026-07-10T22:03:07.233Z Checking utf8parse v0.2.2
23752026-07-10T22:03:07.246Z Checking foreign-types-shared v0.1.1
23762026-07-10T22:03:07.320Z Checking aws-lc-rs v1.16.3
23772026-07-10T22:03:07.324Z Checking cpufeatures v0.2.17
23782026-07-10T22:03:07.343Z Checking plain v0.2.3
23792026-07-10T22:03:07.371Z Checking dyn-clone v1.0.20
23802026-07-10T22:03:07.394Z Checking fastrand v2.3.0
23812026-07-10T22:03:07.408Z Checking untrusted v0.9.0
23822026-07-10T22:03:07.440Z Checking httpdate v1.0.3
23832026-07-10T22:03:07.459Z Checking foreign-types v0.3.2
23842026-07-10T22:03:07.504Z Checking pkcs8 v0.10.2
23852026-07-10T22:03:07.525Z Checking unicode-normalization v0.1.25
23862026-07-10T22:03:07.581Z Checking tempfile v3.25.0
23872026-07-10T22:03:07.586Z Checking semver v1.0.28
23882026-07-10T22:03:07.653Z Checking openssl-sys v0.9.115
23892026-07-10T22:03:07.758Z Checking spin v0.9.8
23902026-07-10T22:03:07.778Z Checking anstyle v1.0.14
23912026-07-10T22:03:07.832Z Checking ucd-trie v0.1.7
23922026-07-10T22:03:07.887Z Checking regex-automata v0.4.14
23932026-07-10T22:03:07.914Z Checking unicode-ident v1.0.24
23942026-07-10T22:03:07.940Z Checking schemars v0.8.22
23952026-07-10T22:03:07.956Z Checking pest v2.8.6
23962026-07-10T22:03:07.968Z Checking sha2 v0.10.9
23972026-07-10T22:03:08.015Z Checking proc-macro2 v1.0.106
23982026-07-10T22:03:08.028Z Checking openssl v0.10.79
23992026-07-10T22:03:08.145Z Checking rustls-webpki v0.103.13
24002026-07-10T22:03:08.237Z Checking hmac v0.12.1
24012026-07-10T22:03:08.317Z Checking tokio-util v0.7.18
24022026-07-10T22:03:08.330Z Checking thiserror v2.0.18
24032026-07-10T22:03:08.364Z Checking sync_wrapper v1.0.2
24042026-07-10T22:03:08.423Z Checking wait-timeout v0.2.1
24052026-07-10T22:03:08.464Z Checking quick-error v1.2.3
24062026-07-10T22:03:08.543Z Checking bit-vec v0.8.0
24072026-07-10T22:03:08.555Z Checking rustls v0.23.41
24082026-07-10T22:03:08.566Z Checking powerfmt v0.2.0
24092026-07-10T22:03:08.583Z Checking siphasher v1.0.2
24102026-07-10T22:03:08.710Z Checking anstyle-query v1.1.5
24112026-07-10T22:03:08.728Z Checking pretty-hex v0.4.1
24122026-07-10T22:03:08.728Z Checking is_terminal_polyfill v1.70.2
24132026-07-10T22:03:08.799Z Checking simd-adler32 v0.3.8
24142026-07-10T22:03:08.823Z Checking colorchoice v1.0.4
24152026-07-10T22:03:08.839Z Checking bit-set v0.8.0
24162026-07-10T22:03:08.922Z Checking deranged v0.5.8
24172026-07-10T22:03:08.935Z Checking h2 v0.4.15
24182026-07-10T22:03:08.982Z Checking rusty-fork v0.3.1
24192026-07-10T22:03:08.994Z Checking tower v0.5.3
24202026-07-10T22:03:09.018Z Checking quote v1.0.45
24212026-07-10T22:03:09.153Z Compiling newtype-uuid v1.3.2
24222026-07-10T22:03:09.183Z Checking http-body-util v0.1.3
24232026-07-10T22:03:09.336Z Checking crossbeam-utils v0.8.21
24242026-07-10T22:03:09.377Z Checking rand_xorshift v0.4.0
24252026-07-10T22:03:09.405Z Checking crc32fast v1.5.0
24262026-07-10T22:03:09.494Z Checking scroll v0.13.0
24272026-07-10T22:03:09.543Z Checking time-core v0.1.8
24282026-07-10T22:03:09.675Z Checking num-conv v0.2.0
24292026-07-10T22:03:09.679Z Checking allocator-api2 v0.2.21
24302026-07-10T22:03:09.716Z Checking num_threads v0.1.7
24312026-07-10T22:03:09.786Z Checking unarray v0.1.4
24322026-07-10T22:03:09.791Z Checking ryu v1.0.23
24332026-07-10T22:03:09.803Z Checking unicode-bidi v0.3.18
24342026-07-10T22:03:09.839Z Checking iri-string v0.7.10
24352026-07-10T22:03:09.851Z Checking adler2 v2.0.1
24362026-07-10T22:03:09.921Z Checking unicode-properties v0.1.4
24372026-07-10T22:03:09.951Z Checking miniz_oxide v0.8.9
24382026-07-10T22:03:09.965Z Checking serde_urlencoded v0.7.1
24392026-07-10T22:03:10.052Z Checking native-tls v0.2.18
24402026-07-10T22:03:10.090Z Checking time v0.3.47
24412026-07-10T22:03:10.103Z Checking stringprep v0.1.5
24422026-07-10T22:03:10.164Z Checking proptest v1.10.0
24432026-07-10T22:03:10.227Z Checking tokio-native-tls v0.3.1
24442026-07-10T22:03:10.248Z Checking bstr v1.12.1
24452026-07-10T22:03:10.299Z Checking goblin v0.10.5
24462026-07-10T22:03:10.378Z Checking crossbeam-epoch v0.9.18
24472026-07-10T22:03:10.602Z Compiling daft v0.1.7
24482026-07-10T22:03:10.637Z Checking syn v2.0.117
24492026-07-10T22:03:10.838Z Checking tower-http v0.6.8
24502026-07-10T22:03:10.851Z Checking ipnetwork v0.21.1
24512026-07-10T22:03:10.874Z Checking crypto-common v0.2.2
24522026-07-10T22:03:11.054Z Checking block-buffer v0.12.1
24532026-07-10T22:03:11.107Z Checking block-padding v0.4.2
24542026-07-10T22:03:11.216Z Checking anstyle-parse v1.0.0
24552026-07-10T22:03:11.230Z Checking rustls-native-certs v0.8.3
24562026-07-10T22:03:11.240Z Checking thiserror v1.0.69
24572026-07-10T22:03:11.332Z Checking scroll v0.12.0
24582026-07-10T22:03:11.350Z Checking rand_chacha v0.3.1
24592026-07-10T22:03:11.364Z Checking hash32 v0.2.1
24602026-07-10T22:03:11.464Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-07-10T22:03:11.517Z Checking signature v2.2.0
24622026-07-10T22:03:11.552Z Checking md-5 v0.10.6
24632026-07-10T22:03:11.552Z Checking num-integer v0.1.46
24642026-07-10T22:03:11.574Z Checking toml_datetime v0.6.11
24652026-07-10T22:03:11.641Z Checking serde_spanned v0.6.9
24662026-07-10T22:03:11.688Z Checking encoding_rs v0.8.35
24672026-07-10T22:03:11.747Z Checking fallible-iterator v0.2.0
24682026-07-10T22:03:11.760Z Checking hyper v1.10.1
24692026-07-10T22:03:11.771Z Checking mime v0.3.17
24702026-07-10T22:03:11.783Z Checking psl-types v2.0.11
24712026-07-10T22:03:11.894Z Checking zlib-rs v0.6.2
24722026-07-10T22:03:11.939Z Checking publicsuffix v2.3.0
24732026-07-10T22:03:12.012Z Checking postgres-protocol v0.6.10
24742026-07-10T22:03:12.096Z Checking num-iter v0.1.45
24752026-07-10T22:03:12.108Z Checking zstd-safe v7.2.4
24762026-07-10T22:03:12.201Z Checking goblin v0.8.2
24772026-07-10T22:03:12.265Z Checking rand v0.8.6
24782026-07-10T22:03:12.326Z Checking heapless v0.7.17
24792026-07-10T22:03:12.596Z Checking dof v0.4.0
24802026-07-10T22:03:12.615Z Checking anstream v1.0.0
24812026-07-10T22:03:12.668Z Checking hyper-util v0.1.20
24822026-07-10T22:03:12.729Z Checking inout v0.2.2
24832026-07-10T22:03:12.762Z Checking flate2 v1.1.9
24842026-07-10T22:03:12.776Z Compiling iddqd v0.4.2
24852026-07-10T22:03:12.797Z Checking cookie v0.18.1
24862026-07-10T22:03:12.868Z Checking oxnet v0.1.6
24872026-07-10T22:03:12.881Z Checking tokio-rustls v0.26.4
24882026-07-10T22:03:13.029Z Checking dtrace-parser v0.3.0
24892026-07-10T22:03:13.046Z Checking phf_shared v0.13.1
24902026-07-10T22:03:13.104Z Checking lazy_static v1.5.0
24912026-07-10T22:03:13.117Z Checking anstyle-parse v0.2.7
24922026-07-10T22:03:13.189Z Checking zerocopy v0.7.35
24932026-07-10T22:03:13.200Z Checking pin-project v1.1.11
24942026-07-10T22:03:13.236Z Checking bzip2-sys v0.1.13+1.0.8
24952026-07-10T22:03:13.251Z Checking signal-hook v0.3.18
24962026-07-10T22:03:13.262Z Checking futures-executor v0.3.32
24972026-07-10T22:03:13.287Z Checking terminal_size v0.4.3
24982026-07-10T22:03:13.315Z Checking hex v0.4.3
24992026-07-10T22:03:13.396Z Checking ff v0.13.1
25002026-07-10T22:03:13.406Z Checking thread-id v5.1.0
25012026-07-10T22:03:13.434Z Checking managed v0.8.0
25022026-07-10T22:03:13.479Z Checking clap_lex v1.0.0
25032026-07-10T22:03:13.518Z Checking libbz2-rs-sys v0.2.2
25042026-07-10T22:03:13.532Z Checking winnow v0.5.40
25052026-07-10T22:03:13.615Z Checking strsim v0.11.1
25062026-07-10T22:03:13.629Z Checking base16ct v0.2.0
25072026-07-10T22:03:13.670Z Checking foldhash v0.1.5
25082026-07-10T22:03:13.744Z Checking bitflags v1.3.2
25092026-07-10T22:03:13.772Z Checking same-file v1.0.6
25102026-07-10T22:03:13.796Z Checking foldhash v0.2.0
25112026-07-10T22:03:13.813Z Checking bumpalo v3.20.2
25122026-07-10T22:03:13.885Z Checking either v1.15.0
25132026-07-10T22:03:13.908Z Compiling rayon-core v1.13.0
25142026-07-10T22:03:13.924Z Checking hyper-tls v0.6.0
25152026-07-10T22:03:13.966Z Checking hashbrown v0.16.1
25162026-07-10T22:03:14.025Z Checking zopfli v0.8.3
25172026-07-10T22:03:14.052Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-07-10T22:03:14.068Z Checking hyper-rustls v0.27.7
25192026-07-10T22:03:14.087Z Checking reqwest v0.12.28
25202026-07-10T22:03:14.102Z Checking dof v0.3.0
25212026-07-10T22:03:14.124Z Checking bzip2 v0.6.1
25222026-07-10T22:03:14.245Z Checking walkdir v2.5.0
25232026-07-10T22:03:14.264Z Checking smoltcp v0.9.1
25242026-07-10T22:03:14.279Z Checking hashbrown v0.15.5
25252026-07-10T22:03:14.359Z Checking clap_builder v4.6.0
25262026-07-10T22:03:14.387Z Checking sec1 v0.7.3
25272026-07-10T22:03:14.413Z Checking group v0.13.0
25282026-07-10T22:03:14.483Z Checking usdt-impl v0.6.0
25292026-07-10T22:03:14.551Z Checking signal-hook-mio v0.2.5
25302026-07-10T22:03:14.585Z Checking futures v0.3.32
25312026-07-10T22:03:14.656Z Checking bzip2 v0.4.4
25322026-07-10T22:03:14.671Z Checking snafu v0.8.9
25332026-07-10T22:03:14.712Z Checking toml_edit v0.19.15
25342026-07-10T22:03:14.751Z Checking anstream v0.6.21
25352026-07-10T22:03:14.755Z Checking phf v0.13.1
25362026-07-10T22:03:14.816Z Checking num-bigint-dig v0.8.6
25372026-07-10T22:03:14.846Z Checking cookie_store v0.22.1
25382026-07-10T22:03:14.900Z Checking cipher v0.5.2
25392026-07-10T22:03:14.912Z Checking postgres-types v0.2.12
25402026-07-10T22:03:14.940Z Checking zstd v0.13.3
25412026-07-10T22:03:15.067Z Checking ed25519 v2.2.3
25422026-07-10T22:03:15.125Z Checking rustls-platform-verifier v0.6.2
25432026-07-10T22:03:15.134Z Checking dtrace-parser v0.2.0
25442026-07-10T22:03:15.162Z Checking globset v0.4.18
25452026-07-10T22:03:15.215Z Checking crossbeam-deque v0.8.6
25462026-07-10T22:03:15.249Z Checking regex v1.12.3
25472026-07-10T22:03:15.260Z Checking phf_shared v0.11.3
25482026-07-10T22:03:15.363Z Checking hkdf v0.12.4
25492026-07-10T22:03:15.427Z Checking olpc-cjson v0.1.4
25502026-07-10T22:03:15.433Z Checking curve25519-dalek v4.1.3
25512026-07-10T22:03:15.433Z Checking ref-cast v1.0.25
25522026-07-10T22:03:15.494Z Checking strum v0.27.2
25532026-07-10T22:03:15.503Z Checking pkcs1 v0.7.5
25542026-07-10T22:03:15.517Z Checking hubpack v0.1.2
25552026-07-10T22:03:15.521Z Checking memoffset v0.9.1
25562026-07-10T22:03:15.577Z Checking rustix v0.38.44
25572026-07-10T22:03:15.591Z Checking pem v3.0.6
25582026-07-10T22:03:15.602Z Checking float-cmp v0.10.0
25592026-07-10T22:03:15.615Z Checking serde_plain v1.0.2
25602026-07-10T22:03:15.680Z Checking erased-serde v0.3.31
25612026-07-10T22:03:15.705Z Checking serde-big-array v0.5.1
25622026-07-10T22:03:15.718Z Checking crypto-bigint v0.5.5
25632026-07-10T22:03:15.744Z Checking thread-id v4.2.2
25642026-07-10T22:03:15.753Z Checking memmap2 v0.9.10
25652026-07-10T22:03:15.757Z Checking env_filter v1.0.0
25662026-07-10T22:03:15.815Z Checking static_assertions v1.1.0
25672026-07-10T22:03:15.832Z Checking whoami v2.1.0
25682026-07-10T22:03:15.882Z Checking normalize-line-endings v0.3.0
25692026-07-10T22:03:15.898Z Checking fixedbitset v0.4.2
25702026-07-10T22:03:15.909Z Checking toml_write v0.1.2
25712026-07-10T22:03:15.966Z Checking unicode-segmentation v1.12.0
25722026-07-10T22:03:16.012Z Checking fixedbitset v0.5.7
25732026-07-10T22:03:16.039Z Checking predicates-core v1.0.10
25742026-07-10T22:03:16.061Z Checking new_debug_unreachable v1.0.6
25752026-07-10T22:03:16.074Z Checking winnow v1.0.3
25762026-07-10T22:03:16.128Z Checking const-oid v0.10.2
25772026-07-10T22:03:16.158Z Checking typed-path v0.9.3
25782026-07-10T22:03:16.171Z Checking keccak v0.1.6
25792026-07-10T22:03:16.197Z Checking winnow v0.7.14
25802026-07-10T22:03:16.269Z Checking difflib v0.4.0
25812026-07-10T22:03:16.280Z Checking jiff v0.2.21
25822026-07-10T22:03:16.334Z Checking precomputed-hash v0.1.1
25832026-07-10T22:03:16.357Z Checking data-encoding v2.10.0
25842026-07-10T22:03:16.369Z Checking cpufeatures v0.3.0
25852026-07-10T22:03:16.413Z Checking string_cache v0.8.9
25862026-07-10T22:03:16.435Z Checking chacha20 v0.10.0
25872026-07-10T22:03:16.446Z Checking predicates v3.1.4
25882026-07-10T22:03:16.581Z Checking crossterm v0.28.1
25892026-07-10T22:03:16.607Z Checking elliptic-curve v0.13.8
25902026-07-10T22:03:16.624Z Checking hickory-proto v0.25.2
25912026-07-10T22:03:16.690Z Checking toml_parser v1.1.2+spec-1.1.0
25922026-07-10T22:03:16.736Z Checking sha3 v0.10.8
25932026-07-10T22:03:16.906Z Checking digest v0.11.3
25942026-07-10T22:03:16.926Z Checking tough v0.22.0
25952026-07-10T22:03:16.939Z Checking similar v2.7.0
25962026-07-10T22:03:17.006Z Checking petgraph v0.8.3
25972026-07-10T22:03:17.077Z Checking ed25519-dalek v2.2.0
25982026-07-10T22:03:17.270Z Checking slog v2.8.2
25992026-07-10T22:03:17.306Z Checking petgraph v0.6.5
26002026-07-10T22:03:17.318Z Checking tokio-postgres v0.7.16
26012026-07-10T22:03:17.384Z Checking toml_edit v0.22.27
26022026-07-10T22:03:17.533Z Checking usdt v0.6.0
26032026-07-10T22:03:17.695Z Checking env_logger v0.11.9
26042026-07-10T22:03:17.886Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26052026-07-10T22:03:18.450Z Checking usdt-impl v0.5.0
26062026-07-10T22:03:18.477Z Checking zip v4.6.1
26072026-07-10T22:03:18.530Z Checking toml v0.7.8
26082026-07-10T22:03:18.562Z Checking rsa v0.9.10
26092026-07-10T22:03:18.574Z Checking nix v0.31.2
26102026-07-10T22:03:18.728Z Checking clap v4.6.1
26112026-07-10T22:03:18.906Z Checking reqwest v0.13.2
26122026-07-10T22:03:19.043Z Checking zip v0.6.6
26132026-07-10T22:03:19.072Z Checking itertools v0.13.0
26142026-07-10T22:03:19.173Z Checking serde_with v3.17.0
26152026-07-10T22:03:19.375Z Checking strum v0.26.3
26162026-07-10T22:03:19.389Z Checking fs-err v3.3.0
26172026-07-10T22:03:19.488Z Checking ahash v0.8.12
26182026-07-10T22:03:19.683Z Checking object v0.37.3
26192026-07-10T22:03:19.686Z Checking tokio-stream v0.1.18
26202026-07-10T22:03:19.729Z Checking buf-list v1.1.2
26212026-07-10T22:03:19.772Z Checking anyhow v1.0.102
26222026-07-10T22:03:19.783Z Checking camino v1.2.2
26232026-07-10T22:03:19.908Z Checking x509-cert v0.2.5
26242026-07-10T22:03:19.966Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26252026-07-10T22:03:20.023Z Checking openapiv3 v2.2.0
26262026-07-10T22:03:20.061Z Checking peg-runtime v0.8.5
26272026-07-10T22:03:20.105Z Checking lalrpop-util v0.19.12
26282026-07-10T22:03:20.152Z Checking rayon v1.11.0
26292026-07-10T22:03:20.196Z Checking sigpipe v0.1.3
26302026-07-10T22:03:20.225Z Checking glob v0.3.3
26312026-07-10T22:03:21.854Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-07-10T22:03:22.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s
26332026-07-10T22:03:22.272Z
26342026-07-10T22:03:22.272Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26352026-07-10T22:03:22.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-07-10T22:03:22.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-07-10T22:03:22.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-07-10T22:03:22.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26392026-07-10T22:03:22.796Z
26402026-07-10T22:03:22.796Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26412026-07-10T22:03:23.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-10T22:03:23.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-10T22:03:23.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-10T22:03:23.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26452026-07-10T22:03:23.319Z
26462026-07-10T22:03:23.319Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26472026-07-10T22:03:23.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-10T22:03:23.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-10T22:03:23.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-10T22:03:23.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26512026-07-10T22:03:23.854Z
26522026-07-10T22:03:23.854Zinfo: running `cargo check --bins` on oxql-types (80/300)
26532026-07-10T22:03:24.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-10T22:03:24.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-10T22:03:24.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-10T22:03:24.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26572026-07-10T22:03:24.386Z
26582026-07-10T22:03:24.386Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26592026-07-10T22:03:24.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-10T22:03:24.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-10T22:03:24.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-10T22:03:24.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26632026-07-10T22:03:24.907Z
26642026-07-10T22:03:24.907Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26652026-07-10T22:03:25.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-10T22:03:25.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-10T22:03:25.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-10T22:03:25.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26692026-07-10T22:03:25.431Z
26702026-07-10T22:03:25.431Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26712026-07-10T22:03:25.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-10T22:03:25.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-10T22:03:25.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-10T22:03:25.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26752026-07-10T22:03:25.940Z
26762026-07-10T22:03:25.940Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26772026-07-10T22:03:26.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-10T22:03:26.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-10T22:03:26.561Z Compiling structmeta-derive v0.3.0
26802026-07-10T22:03:26.678Z Compiling multer v3.1.0
26812026-07-10T22:03:26.689Z Compiling async-stream-impl v0.3.6
26822026-07-10T22:03:26.692Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-07-10T22:03:26.706Z Compiling dropshot v0.17.1
26842026-07-10T22:03:26.722Z Compiling dropshot_endpoint v0.17.1
26852026-07-10T22:03:26.725Z Compiling newtype-uuid-macros v0.1.0
26862026-07-10T22:03:26.746Z Checking newtype-uuid v1.3.2
26872026-07-10T22:03:26.917Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-07-10T22:03:26.932Z Checking daft v0.1.7
26892026-07-10T22:03:26.985Z Checking thread_local v1.1.9
26902026-07-10T22:03:27.079Z Checking compression-core v0.4.31
26912026-07-10T22:03:27.155Z Checking match_cfg v0.1.0
26922026-07-10T22:03:27.175Z Checking iddqd v0.4.2
26932026-07-10T22:03:27.202Z Checking compression-codecs v0.4.37
26942026-07-10T22:03:27.229Z Checking hostname v0.3.1
26952026-07-10T22:03:27.268Z Checking crossbeam-channel v0.5.15
26962026-07-10T22:03:27.320Z Checking atomicwrites v0.4.4
26972026-07-10T22:03:27.336Z Checking slog-json v2.6.1
26982026-07-10T22:03:27.364Z Checking is-terminal v0.4.17
26992026-07-10T22:03:27.437Z Checking serde_spanned v1.1.1
27002026-07-10T22:03:27.452Z Checking toml_datetime v1.1.1+spec-1.1.0
27012026-07-10T22:03:27.481Z Checking debug-ignore v1.0.5
27022026-07-10T22:03:27.493Z Checking take_mut v0.2.2
27032026-07-10T22:03:27.563Z Checking term v1.2.1
27042026-07-10T22:03:27.578Z Checking toml_writer v1.1.1+spec-1.1.0
27052026-07-10T22:03:27.594Z Checking slog-bunyan v2.5.0
27062026-07-10T22:03:27.604Z Checking slog-async v2.8.0
27072026-07-10T22:03:27.644Z Checking async-compression v0.4.41
27082026-07-10T22:03:27.697Z Checking async-stream v0.3.6
27092026-07-10T22:03:27.710Z Compiling structmeta v0.3.0
27102026-07-10T22:03:27.749Z Checking toml v1.1.2+spec-1.1.0
27112026-07-10T22:03:27.770Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-10T22:03:27.783Z Checking slog-term v2.9.2
27132026-07-10T22:03:27.821Z Checking progenitor-client v0.14.0
27142026-07-10T22:03:27.878Z Checking sha1 v0.11.0
27152026-07-10T22:03:27.886Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27162026-07-10T22:03:27.920Z Compiling derive-ex v0.1.8
27172026-07-10T22:03:28.035Z Compiling parse-display-derive v0.10.0
27182026-07-10T22:03:28.053Z Checking waitgroup v0.1.2
27192026-07-10T22:03:28.061Z Checking rustls-pemfile v2.2.0
27202026-07-10T22:03:28.072Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27212026-07-10T22:03:28.140Z Checking backon v1.6.0
27222026-07-10T22:03:28.157Z Checking serde_path_to_error v0.1.20
27232026-07-10T22:03:28.191Z Checking hostname v0.4.2
27242026-07-10T22:03:28.253Z Checking instant v0.1.13
27252026-07-10T22:03:28.318Z Checking backoff v0.4.0
27262026-07-10T22:03:28.331Z Checking progenitor-extras v0.2.0
27272026-07-10T22:03:28.444Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-07-10T22:03:28.483Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-07-10T22:03:28.498Z Checking itertools v0.14.0
27302026-07-10T22:03:28.551Z Checking regress v0.10.5
27312026-07-10T22:03:28.661Z Checking macaddr v1.0.1
27322026-07-10T22:03:28.861Z Checking humantime v2.3.0
27332026-07-10T22:03:29.613Z Compiling test-strategy v0.4.5
27342026-07-10T22:03:29.722Z Checking parse-display v0.10.0
27352026-07-10T22:03:30.139Z Compiling prettyplease v0.2.37
27362026-07-10T22:03:30.395Z Checking num-rational v0.4.2
27372026-07-10T22:03:30.597Z Checking num-complex v0.4.6
27382026-07-10T22:03:31.044Z Compiling num v0.4.3
27392026-07-10T22:03:31.078Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-10T22:03:31.136Z Compiling usdt-attr-macro v0.5.0
27412026-07-10T22:03:31.144Z Compiling usdt-macro v0.5.0
27422026-07-10T22:03:31.246Z Checking memmap v0.7.0
27432026-07-10T22:03:31.375Z Checking float-ord v0.3.2
27442026-07-10T22:03:31.442Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-07-10T22:03:31.595Z Checking unicode-width v0.2.0
27462026-07-10T22:03:31.646Z Compiling convert_case v0.4.0
27472026-07-10T22:03:31.842Z Checking console v0.15.11
27482026-07-10T22:03:31.867Z Checking newline-converter v0.3.0
27492026-07-10T22:03:31.912Z Checking usdt v0.5.0
27502026-07-10T22:03:31.979Z Compiling toml v0.8.23
27512026-07-10T22:03:32.024Z Compiling derive_more v0.99.20
27522026-07-10T22:03:32.073Z Checking linked-hash-map v0.5.6
27532026-07-10T22:03:32.113Z Compiling minimal-lexical v0.2.1
27542026-07-10T22:03:32.239Z Checking lru-cache v0.1.2
27552026-07-10T22:03:32.358Z Compiling nom v7.1.3
27562026-07-10T22:03:32.378Z Checking expectorate v1.2.0
27572026-07-10T22:03:32.818Z Checking camino-tempfile v1.4.1
27582026-07-10T22:03:32.900Z Checking hickory-proto v0.24.4
27592026-07-10T22:03:32.978Z Checking phf_shared v0.12.1
27602026-07-10T22:03:33.011Z Compiling slog-dtrace v0.3.0
27612026-07-10T22:03:33.116Z Checking resolv-conf v0.7.6
27622026-07-10T22:03:33.304Z Checking heck v0.5.0
27632026-07-10T22:03:33.428Z Compiling chrono-tz v0.10.4
27642026-07-10T22:03:33.548Z Compiling unicode-xid v0.2.6
27652026-07-10T22:03:33.673Z Compiling const_format_proc_macros v0.2.34
27662026-07-10T22:03:33.687Z Checking phf v0.12.1
27672026-07-10T22:03:33.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-07-10T22:03:33.827Z Checking tokio-dtrace v0.1.1
27692026-07-10T22:03:34.038Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-07-10T22:03:34.239Z Compiling derive-where v1.6.0
27712026-07-10T22:03:34.588Z Checking highway v1.3.0
27722026-07-10T22:03:34.603Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-07-10T22:03:34.632Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27742026-07-10T22:03:34.807Z Checking hickory-resolver v0.24.4
27752026-07-10T22:03:34.827Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-07-10T22:03:35.311Z Checking const_format v0.2.35
27772026-07-10T22:03:35.539Z Checking oxide-tokio-rt v0.1.4
27782026-07-10T22:03:35.581Z Checking qorb v0.4.1
27792026-07-10T22:03:35.819Z Checking gethostname v0.5.0
27802026-07-10T22:03:35.832Z Checking bcs v0.1.6
27812026-07-10T22:03:35.907Z Checking termtree v0.5.1
27822026-07-10T22:03:36.095Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-07-10T22:03:36.110Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27842026-07-10T22:03:36.327Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-07-10T22:03:36.327Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-07-10T22:03:39.212Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-07-10T22:03:41.626Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-07-10T22:03:43.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s
27892026-07-10T22:03:43.870Z
27902026-07-10T22:03:43.870Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27912026-07-10T22:03:44.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-07-10T22:03:44.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-07-10T22:03:44.502Z Compiling ar_archive_writer v0.5.1
27942026-07-10T22:03:44.610Z Compiling stacker v0.1.23
27952026-07-10T22:03:44.619Z Compiling cfg_aliases v0.1.1
27962026-07-10T22:03:44.626Z Compiling convert_case v0.10.0
27972026-07-10T22:03:44.635Z Checking unicode-width v0.1.14
27982026-07-10T22:03:44.642Z Compiling proc-macro-error v1.0.4
27992026-07-10T22:03:44.652Z Checking fd-lock v4.0.4
28002026-07-10T22:03:44.652Z Checking nibble_vec v0.1.0
28012026-07-10T22:03:44.674Z Compiling nix v0.28.0
28022026-07-10T22:03:44.765Z Checking vte v0.14.1
28032026-07-10T22:03:44.777Z Compiling recursive-proc-macro-impl v0.1.1
28042026-07-10T22:03:44.877Z Checking bytecount v0.6.9
28052026-07-10T22:03:44.892Z Checking endian-type v0.1.2
28062026-07-10T22:03:44.911Z Checking strip-ansi-escapes v0.2.1
28072026-07-10T22:03:44.923Z Compiling derive_more-impl v2.1.1
28082026-07-10T22:03:44.935Z Compiling tabled_derive v0.7.0
28092026-07-10T22:03:44.970Z Checking papergrid v0.11.0
28102026-07-10T22:03:45.005Z Checking radix_trie v0.2.1
28112026-07-10T22:03:45.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-07-10T22:03:45.195Z Compiling peg-macros v0.8.5
28132026-07-10T22:03:45.213Z Compiling sqlparser_derive v0.5.0
28142026-07-10T22:03:45.415Z Compiling psm v0.1.30
28152026-07-10T22:03:45.494Z Checking winnow v0.6.26
28162026-07-10T22:03:45.572Z Checking unicode_categories v0.1.1
28172026-07-10T22:03:45.727Z Checking derive_more v2.1.1
28182026-07-10T22:03:45.735Z Checking nu-ansi-term v0.50.3
28192026-07-10T22:03:45.881Z Checking home v0.5.12
28202026-07-10T22:03:45.898Z Checking tabled v0.15.0
28212026-07-10T22:03:45.898Z Checking crossterm v0.29.0
28222026-07-10T22:03:45.934Z Checking reedline v0.40.0
28232026-07-10T22:03:45.981Z Checking rustyline v14.0.0
28242026-07-10T22:03:46.013Z Checking display-error-chain v0.2.2
28252026-07-10T22:03:46.184Z Checking recursive v0.1.1
28262026-07-10T22:03:46.275Z Checking sqlparser v0.61.0
28272026-07-10T22:03:46.469Z Checking peg v0.8.5
28282026-07-10T22:03:46.617Z Checking sqlformat v0.3.5
28292026-07-10T22:03:57.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28302026-07-10T22:03:57.594Z
28312026-07-10T22:03:57.594Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28322026-07-10T22:03:58.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-07-10T22:03:58.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-07-10T22:03:58.207Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-07-10T22:04:01.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28362026-07-10T22:04:01.823Z
28372026-07-10T22:04:01.823Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28382026-07-10T22:04:02.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-10T22:04:02.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-10T22:04:02.439Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-10T22:04:04.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28422026-07-10T22:04:05.068Z
28432026-07-10T22:04:05.068Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28442026-07-10T22:04:05.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-10T22:04:05.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-10T22:04:05.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-10T22:04:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28482026-07-10T22:04:09.067Z
28492026-07-10T22:04:09.067Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28502026-07-10T22:04:09.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-10T22:04:09.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-10T22:04:09.685Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-10T22:04:12.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28542026-07-10T22:04:13.110Z
28552026-07-10T22:04:13.110Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28562026-07-10T22:04:13.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-10T22:04:13.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-10T22:04:13.722Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-10T22:04:16.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28602026-07-10T22:04:16.482Z
28612026-07-10T22:04:16.482Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28622026-07-10T22:04:16.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-10T22:04:16.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-10T22:04:17.094Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-10T22:04:19.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28662026-07-10T22:04:19.903Z
28672026-07-10T22:04:19.904Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28682026-07-10T22:04:20.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-10T22:04:20.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-10T22:04:20.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-10T22:04:23.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28722026-07-10T22:04:24.072Z
28732026-07-10T22:04:24.072Zinfo: running `cargo check --bins` on oximeter (93/300)
28742026-07-10T22:04:24.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-10T22:04:24.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-10T22:04:24.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-07-10T22:04:24.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28782026-07-10T22:04:24.599Z
28792026-07-10T22:04:24.599Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28802026-07-10T22:04:25.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-10T22:04:25.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-10T22:04:25.176Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-07-10T22:04:25.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-07-10T22:04:25.335Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-07-10T22:04:25.682Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-07-10T22:04:28.180Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-07-10T22:04:29.381Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-07-10T22:04:29.581Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-07-10T22:04:30.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
28902026-07-10T22:04:30.392Z
28912026-07-10T22:04:30.392Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28922026-07-10T22:04:30.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-10T22:04:30.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-10T22:04:30.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-10T22:04:30.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28962026-07-10T22:04:30.921Z
28972026-07-10T22:04:30.921Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28982026-07-10T22:04:31.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-10T22:04:31.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-10T22:04:31.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-10T22:04:31.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29022026-07-10T22:04:31.488Z
29032026-07-10T22:04:31.488Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29042026-07-10T22:04:31.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-10T22:04:31.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-10T22:04:31.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-10T22:04:31.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-07-10T22:04:32.023Z
29092026-07-10T22:04:32.023Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29102026-07-10T22:04:32.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-10T22:04:32.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-10T22:04:32.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-10T22:04:32.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-10T22:04:32.559Z
29152026-07-10T22:04:32.559Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29162026-07-10T22:04:33.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-10T22:04:33.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-10T22:04:33.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-10T22:04:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-07-10T22:04:33.092Z
29212026-07-10T22:04:33.092Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29222026-07-10T22:04:33.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-10T22:04:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-10T22:04:33.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-10T22:04:33.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-07-10T22:04:33.623Z
29272026-07-10T22:04:33.623Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29282026-07-10T22:04:34.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-10T22:04:34.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-10T22:04:34.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-10T22:04:34.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29322026-07-10T22:04:34.143Z
29332026-07-10T22:04:34.143Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29342026-07-10T22:04:34.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-10T22:04:34.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-10T22:04:34.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-10T22:04:34.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-07-10T22:04:34.672Z
29392026-07-10T22:04:34.672Zinfo: running `cargo check --bins` on update-engine (103/300)
29402026-07-10T22:04:35.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-10T22:04:35.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-10T22:04:35.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-10T22:04:35.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29442026-07-10T22:04:35.188Z
29452026-07-10T22:04:35.188Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29462026-07-10T22:04:35.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-10T22:04:35.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-10T22:04:35.842Z Compiling crucible-workspace-hack v0.1.0
29492026-07-10T22:04:35.955Z Checking secrecy v0.10.3
29502026-07-10T22:04:35.961Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-07-10T22:04:35.963Z Compiling heapless v0.8.0
29522026-07-10T22:04:35.972Z Compiling ingot-macros v0.1.1
29532026-07-10T22:04:35.981Z Checking hash32 v0.3.1
29542026-07-10T22:04:35.986Z Checking inout v0.1.4
29552026-07-10T22:04:36.003Z Compiling smoltcp v0.11.0
29562026-07-10T22:04:36.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-07-10T22:04:36.096Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-07-10T22:04:36.115Z Checking cipher v0.4.4
29592026-07-10T22:04:36.177Z Checking cobs v0.3.0
29602026-07-10T22:04:36.207Z Checking universal-hash v0.5.1
29612026-07-10T22:04:36.285Z Compiling thiserror-impl-no-std v2.0.2
29622026-07-10T22:04:36.302Z Checking half v2.7.1
29632026-07-10T22:04:36.316Z Checking ciborium-io v0.2.2
29642026-07-10T22:04:36.329Z Checking opaque-debug v0.3.1
29652026-07-10T22:04:36.393Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29662026-07-10T22:04:36.407Z Checking poly1305 v0.8.0
29672026-07-10T22:04:36.432Z Checking postcard v1.1.3
29682026-07-10T22:04:36.552Z Checking ciborium-ll v0.2.2
29692026-07-10T22:04:36.604Z Checking chacha20 v0.9.1
29702026-07-10T22:04:36.663Z Compiling proc-macro-crate v3.4.0
29712026-07-10T22:04:36.718Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29722026-07-10T22:04:36.729Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-07-10T22:04:36.884Z Checking password-hash v0.5.0
29742026-07-10T22:04:36.989Z Checking blake2 v0.10.6
29752026-07-10T22:04:37.017Z Compiling proc-macro-crate v1.3.1
29762026-07-10T22:04:37.117Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-10T22:04:37.131Z Checking aead v0.5.2
29782026-07-10T22:04:37.204Z Compiling num_enum_derive v0.7.6
29792026-07-10T22:04:37.223Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29802026-07-10T22:04:37.269Z Compiling foreign-types-macros v0.2.3
29812026-07-10T22:04:37.349Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29822026-07-10T22:04:37.420Z Checking foreign-types-shared v0.3.1
29832026-07-10T22:04:37.432Z Compiling num_enum_derive v0.5.11
29842026-07-10T22:04:37.447Z Checking thiserror-no-std v2.0.2
29852026-07-10T22:04:37.507Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29862026-07-10T22:04:37.531Z Checking vsss-rs v3.3.4
29872026-07-10T22:04:37.595Z Checking chacha20poly1305 v0.10.1
29882026-07-10T22:04:37.719Z Checking argon2 v0.5.3
29892026-07-10T22:04:37.863Z Checking foreign-types v0.5.0
29902026-07-10T22:04:37.939Z Checking ciborium v0.2.2
29912026-07-10T22:04:38.069Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-07-10T22:04:38.163Z Checking tabwriter v1.4.1
29932026-07-10T22:04:38.239Z Checking num_enum v0.7.6
29942026-07-10T22:04:38.309Z Checking byte-wrapper v0.1.0
29952026-07-10T22:04:38.344Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-10T22:04:38.358Z Checking cstr-argument v0.1.2
29972026-07-10T22:04:38.358Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29982026-07-10T22:04:38.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-07-10T22:04:38.474Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30002026-07-10T22:04:38.511Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30012026-07-10T22:04:38.622Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022026-07-10T22:04:38.641Z Checking num_enum v0.5.11
30032026-07-10T22:04:38.672Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-07-10T22:04:38.751Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-10T22:04:38.765Z Checking ingot-types v0.1.2
30062026-07-10T22:04:38.776Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30072026-07-10T22:04:38.816Z Checking rand v0.10.1
30082026-07-10T22:04:38.830Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-07-10T22:04:38.876Z Checking indent_write v2.2.0
30102026-07-10T22:04:38.970Z Checking colored v3.1.1
30112026-07-10T22:04:38.985Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30122026-07-10T22:04:39.004Z Compiling zone_cfg_derive v0.3.1
30132026-07-10T22:04:39.078Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-07-10T22:04:39.162Z Checking ingot v0.1.1
30152026-07-10T22:04:39.176Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30162026-07-10T22:04:39.189Z Checking itertools v0.12.1
30172026-07-10T22:04:39.200Z Compiling num-derive v0.4.2
30182026-07-10T22:04:39.247Z Checking swrite v0.1.0
30192026-07-10T22:04:39.336Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-07-10T22:04:39.356Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-10T22:04:39.503Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-07-10T22:04:39.651Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-07-10T22:04:39.668Z Checking dropshot-api-manager-types v0.7.2
30242026-07-10T22:04:39.707Z Checking smf v0.2.3
30252026-07-10T22:04:39.755Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-07-10T22:04:39.771Z Checking nanorand v0.7.0
30272026-07-10T22:04:39.833Z Checking whoami v1.6.1
30282026-07-10T22:04:39.937Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30292026-07-10T22:04:39.965Z Checking flume v0.11.1
30302026-07-10T22:04:40.134Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30312026-07-10T22:04:40.214Z Checking zone v0.3.1
30322026-07-10T22:04:40.704Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-10T22:04:41.666Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-10T22:04:42.558Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30352026-07-10T22:04:45.962Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-07-10T22:04:48.006Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-07-10T22:04:49.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
30382026-07-10T22:04:49.256Z
30392026-07-10T22:04:49.256Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30402026-07-10T22:04:49.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-10T22:04:49.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-10T22:04:49.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-10T22:04:49.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-10T22:04:49.794Z
30452026-07-10T22:04:49.794Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30462026-07-10T22:04:50.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-10T22:04:50.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-10T22:04:50.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-10T22:04:50.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-07-10T22:04:50.318Z
30512026-07-10T22:04:50.318Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30522026-07-10T22:04:50.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-10T22:04:50.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-10T22:04:50.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-10T22:04:50.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-07-10T22:04:50.849Z
30572026-07-10T22:04:50.850Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30582026-07-10T22:04:51.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-10T22:04:51.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-10T22:04:51.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-10T22:04:51.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-10T22:04:51.386Z
30632026-07-10T22:04:51.386Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30642026-07-10T22:04:51.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-10T22:04:51.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-10T22:04:51.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-10T22:04:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-07-10T22:04:51.912Z
30692026-07-10T22:04:51.912Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30702026-07-10T22:04:52.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-10T22:04:52.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-10T22:04:52.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-10T22:04:52.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-07-10T22:04:52.439Z
30752026-07-10T22:04:52.439Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30762026-07-10T22:04:52.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-10T22:04:52.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-10T22:04:52.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-10T22:04:52.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-10T22:04:52.965Z
30812026-07-10T22:04:52.965Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30822026-07-10T22:04:53.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-10T22:04:53.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-10T22:04:53.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-10T22:04:53.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30862026-07-10T22:04:53.480Z
30872026-07-10T22:04:53.480Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30882026-07-10T22:04:53.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-10T22:04:53.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-10T22:04:53.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-10T22:04:53.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-07-10T22:04:54.005Z
30932026-07-10T22:04:54.005Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30942026-07-10T22:04:54.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-10T22:04:54.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-10T22:04:54.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-10T22:04:54.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30982026-07-10T22:04:54.533Z
30992026-07-10T22:04:54.533Zinfo: running `cargo check --bins` on installinator-client (115/300)
31002026-07-10T22:04:54.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-10T22:04:54.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-10T22:04:54.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-10T22:04:54.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31042026-07-10T22:04:55.062Z
31052026-07-10T22:04:55.062Zinfo: running `cargo check --bins` on nexus-client (116/300)
31062026-07-10T22:04:55.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-10T22:04:55.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-10T22:04:55.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-10T22:04:55.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-07-10T22:04:55.624Z
31112026-07-10T22:04:55.624Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31122026-07-10T22:04:56.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-10T22:04:56.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-10T22:04:56.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-10T22:04:56.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31162026-07-10T22:04:56.184Z
31172026-07-10T22:04:56.184Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31182026-07-10T22:04:56.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-10T22:04:56.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-10T22:04:56.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-10T22:04:56.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-07-10T22:04:56.699Z
31232026-07-10T22:04:56.699Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31242026-07-10T22:04:57.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-10T22:04:57.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-10T22:04:57.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-10T22:04:57.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-07-10T22:04:57.209Z
31292026-07-10T22:04:57.209Zinfo: running `cargo check --bins` on oxide-client (120/300)
31302026-07-10T22:04:57.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-10T22:04:57.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-10T22:04:57.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-10T22:04:57.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-10T22:04:57.727Z
31352026-07-10T22:04:57.727Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31362026-07-10T22:04:58.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-10T22:04:58.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-10T22:04:58.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-10T22:04:58.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31402026-07-10T22:04:58.251Z
31412026-07-10T22:04:58.251Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31422026-07-10T22:04:58.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-10T22:04:58.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-10T22:04:58.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-10T22:04:58.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31462026-07-10T22:04:58.770Z
31472026-07-10T22:04:58.770Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31482026-07-10T22:04:59.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-10T22:04:59.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-10T22:04:59.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-10T22:04:59.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-07-10T22:04:59.313Z
31532026-07-10T22:04:59.313Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31542026-07-10T22:04:59.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-10T22:04:59.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-10T22:04:59.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-10T22:04:59.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31582026-07-10T22:04:59.868Z
31592026-07-10T22:04:59.869Zinfo: running `cargo check --bins` on installinator-common (125/300)
31602026-07-10T22:05:00.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-10T22:05:00.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-10T22:05:00.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-10T22:05:00.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-10T22:05:00.419Z
31652026-07-10T22:05:00.419Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31662026-07-10T22:05:00.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-10T22:05:00.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-10T22:05:00.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-10T22:05:00.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31702026-07-10T22:05:00.937Z
31712026-07-10T22:05:00.937Zinfo: running `cargo check --bins` on wicket-common (127/300)
31722026-07-10T22:05:01.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-10T22:05:01.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-10T22:05:01.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-10T22:05:01.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31762026-07-10T22:05:01.488Z
31772026-07-10T22:05:01.488Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31782026-07-10T22:05:01.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-10T22:05:01.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-10T22:05:02.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-07-10T22:05:02.236Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-07-10T22:05:02.243Z Checking csv-core v0.1.13
31832026-07-10T22:05:02.249Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-07-10T22:05:02.255Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-07-10T22:05:02.258Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-07-10T22:05:02.276Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-07-10T22:05:02.285Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-07-10T22:05:02.395Z Checking csv v1.4.0
31892026-07-10T22:05:02.423Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-07-10T22:05:02.447Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-07-10T22:05:02.478Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-07-10T22:05:02.495Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-07-10T22:05:02.732Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-07-10T22:05:03.119Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-10T22:05:03.125Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-07-10T22:05:03.429Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-07-10T22:05:09.453Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-07-10T22:05:09.981Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-07-10T22:05:12.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.87s
32002026-07-10T22:05:12.534Z
32012026-07-10T22:05:12.534Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
32022026-07-10T22:05:12.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-07-10T22:05:12.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-07-10T22:05:12.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-07-10T22:05:12.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32062026-07-10T22:05:13.068Z
32072026-07-10T22:05:13.068Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32082026-07-10T22:05:13.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-07-10T22:05:13.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-07-10T22:05:13.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-07-10T22:05:13.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-07-10T22:05:13.675Z
32132026-07-10T22:05:13.675Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32142026-07-10T22:05:14.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-07-10T22:05:14.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-07-10T22:05:14.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-07-10T22:05:14.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32182026-07-10T22:05:14.290Z
32192026-07-10T22:05:14.290Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32202026-07-10T22:05:14.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-07-10T22:05:14.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-07-10T22:05:14.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-07-10T22:05:14.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32242026-07-10T22:05:14.871Z
32252026-07-10T22:05:14.871Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32262026-07-10T22:05:15.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-07-10T22:05:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-07-10T22:05:15.581Z Compiling regress v0.11.1
32292026-07-10T22:05:15.713Z Compiling unsafe-libyaml v0.2.11
32302026-07-10T22:05:15.723Z Compiling radium v0.7.0
32312026-07-10T22:05:15.723Z Compiling semver v0.1.20
32322026-07-10T22:05:15.744Z Checking nom v8.0.0
32332026-07-10T22:05:15.745Z Compiling maybe-uninit v2.0.0
32342026-07-10T22:05:15.823Z Checking tap v1.0.1
32352026-07-10T22:05:15.866Z Checking wyz v0.5.1
32362026-07-10T22:05:15.996Z Compiling rustc_version v0.1.7
32372026-07-10T22:05:16.042Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-07-10T22:05:16.129Z Compiling zerocopy-derive v0.6.6
32392026-07-10T22:05:16.208Z Compiling serde_yaml v0.9.34+deprecated
32402026-07-10T22:05:16.221Z Compiling newtype_derive v0.1.6
32412026-07-10T22:05:16.421Z Compiling cancel-safe-futures v0.1.5
32422026-07-10T22:05:16.435Z Compiling packed_struct v0.10.1
32432026-07-10T22:05:16.640Z Checking funty v2.0.0
32442026-07-10T22:05:16.697Z Compiling owo-colors v4.3.0
32452026-07-10T22:05:16.952Z Checking crc-catalog v2.4.0
32462026-07-10T22:05:16.976Z Checking zerocopy v0.6.6
32472026-07-10T22:05:17.046Z Checking crc v3.4.0
32482026-07-10T22:05:17.080Z Checking bitvec v1.0.1
32492026-07-10T22:05:17.145Z Checking typify-impl v0.6.2
32502026-07-10T22:05:17.425Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-07-10T22:05:17.535Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-07-10T22:05:17.667Z Compiling packed_struct_codegen v0.10.1
32532026-07-10T22:05:17.681Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32542026-07-10T22:05:17.879Z Checking libsw-core v0.3.2
32552026-07-10T22:05:17.937Z Compiling bitfield-macros v0.19.4
32562026-07-10T22:05:18.023Z Compiling indexmap v1.9.3
32572026-07-10T22:05:18.249Z Checking nodrop v0.1.14
32582026-07-10T22:05:18.283Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32592026-07-10T22:05:18.329Z Checking array-init v0.0.4
32602026-07-10T22:05:18.373Z Checking libsw v3.5.0
32612026-07-10T22:05:18.386Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-07-10T22:05:18.519Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-07-10T22:05:18.621Z Checking smallvec v0.6.14
32642026-07-10T22:05:18.666Z Checking bitfield v0.19.4
32652026-07-10T22:05:18.768Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-07-10T22:05:18.850Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-07-10T22:05:18.952Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32682026-07-10T22:05:18.971Z Checking unicode-linebreak v0.1.5
32692026-07-10T22:05:19.042Z Checking smawk v0.3.2
32702026-07-10T22:05:19.175Z Checking tagptr v0.2.0
32712026-07-10T22:05:19.188Z Checking linear-map v1.2.0
32722026-07-10T22:05:19.208Z Checking base64 v0.21.7
32732026-07-10T22:05:19.314Z Checking hashbrown v0.12.3
32742026-07-10T22:05:19.359Z Checking moka v0.12.13
32752026-07-10T22:05:19.372Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32762026-07-10T22:05:19.422Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32772026-07-10T22:05:19.449Z Checking ron v0.8.1
32782026-07-10T22:05:19.591Z Checking textwrap v0.16.2
32792026-07-10T22:05:19.807Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-07-10T22:05:19.830Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-07-10T22:05:19.972Z Checking serde-hex v0.1.0
32822026-07-10T22:05:20.006Z Checking steno v0.4.1
32832026-07-10T22:05:20.054Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-07-10T22:05:20.209Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-07-10T22:05:20.616Z Checking hashbrown v0.13.2
32862026-07-10T22:05:20.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-07-10T22:05:20.793Z Checking crc-any v2.5.0
32882026-07-10T22:05:20.885Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32892026-07-10T22:05:20.970Z Checking hickory-resolver v0.25.2
32902026-07-10T22:05:20.999Z Checking sha1 v0.10.6
32912026-07-10T22:05:21.038Z Checking object v0.30.4
32922026-07-10T22:05:21.052Z Checking void v1.0.2
32932026-07-10T22:05:21.158Z Checking path-slash v0.1.5
32942026-07-10T22:05:21.172Z Checking half v1.8.3
32952026-07-10T22:05:21.262Z Checking utf-8 v0.7.6
32962026-07-10T22:05:21.365Z Checking serde_cbor v0.11.2
32972026-07-10T22:05:21.401Z Checking tungstenite v0.23.0
32982026-07-10T22:05:21.467Z Checking lzss v0.8.2
32992026-07-10T22:05:21.688Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33002026-07-10T22:05:21.702Z Compiling typify-macro v0.6.2
33012026-07-10T22:05:21.715Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-07-10T22:05:21.740Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33032026-07-10T22:05:21.782Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-07-10T22:05:21.809Z Checking nix v0.27.1
33052026-07-10T22:05:21.823Z Checking kstat-rs v0.2.4
33062026-07-10T22:05:21.892Z Checking fxhash v0.2.1
33072026-07-10T22:05:22.007Z Checking serde_bytes v0.11.19
33082026-07-10T22:05:22.021Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-10T22:05:22.024Z Checking tokio-tungstenite v0.23.1
33102026-07-10T22:05:22.095Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-07-10T22:05:22.178Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-07-10T22:05:22.295Z Checking signal-hook-tokio v0.3.1
33132026-07-10T22:05:22.819Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-07-10T22:05:23.126Z Compiling typify v0.6.2
33152026-07-10T22:05:23.203Z Compiling progenitor-impl v0.14.0
33162026-07-10T22:05:23.719Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-07-10T22:05:24.024Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-07-10T22:05:24.654Z Compiling progenitor-macro v0.14.0
33192026-07-10T22:05:26.955Z Checking progenitor v0.14.0
33202026-07-10T22:05:27.068Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33212026-07-10T22:05:27.072Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-07-10T22:05:29.729Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-07-10T22:05:37.905Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-07-10T22:05:44.421Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-07-10T22:05:45.773Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-07-10T22:05:46.255Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-07-10T22:05:48.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.43s
33282026-07-10T22:05:48.496Z
33292026-07-10T22:05:48.496Zinfo: running `cargo check --bins` on gateway-api (134/300)
33302026-07-10T22:05:48.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-07-10T22:05:48.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-07-10T22:05:48.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-07-10T22:05:48.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33342026-07-10T22:05:49.029Z
33352026-07-10T22:05:49.029Zinfo: running `cargo check --bins` on ipcc (135/300)
33362026-07-10T22:05:49.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-10T22:05:49.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-10T22:05:49.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-10T22:05:49.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33402026-07-10T22:05:49.561Z
33412026-07-10T22:05:49.561Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33422026-07-10T22:05:49.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-10T22:05:49.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-10T22:05:49.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-10T22:05:50.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33462026-07-10T22:05:50.078Z
33472026-07-10T22:05:50.078Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33482026-07-10T22:05:50.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-10T22:05:50.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-10T22:05:50.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-10T22:05:50.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33522026-07-10T22:05:50.630Z
33532026-07-10T22:05:50.630Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33542026-07-10T22:05:51.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-10T22:05:51.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-10T22:05:51.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-10T22:05:51.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33582026-07-10T22:05:51.160Z
33592026-07-10T22:05:51.160Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33602026-07-10T22:05:51.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-10T22:05:51.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-10T22:05:51.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-10T22:05:51.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33642026-07-10T22:05:51.694Z
33652026-07-10T22:05:51.694Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33662026-07-10T22:05:52.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-10T22:05:52.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-10T22:05:52.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-10T22:05:52.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33702026-07-10T22:05:52.226Z
33712026-07-10T22:05:52.226Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33722026-07-10T22:05:52.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-10T22:05:52.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-10T22:05:52.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-10T22:05:52.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33762026-07-10T22:05:52.777Z
33772026-07-10T22:05:52.777Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33782026-07-10T22:05:53.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-10T22:05:53.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-10T22:05:53.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-10T22:05:53.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33822026-07-10T22:05:53.305Z
33832026-07-10T22:05:53.305Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33842026-07-10T22:05:53.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-10T22:05:53.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-10T22:05:53.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-10T22:05:53.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33882026-07-10T22:05:53.837Z
33892026-07-10T22:05:53.837Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33902026-07-10T22:05:54.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-10T22:05:54.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-10T22:05:54.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-10T22:05:54.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33942026-07-10T22:05:54.363Z
33952026-07-10T22:05:54.363Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33962026-07-10T22:05:54.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-10T22:05:54.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-10T22:05:54.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-10T22:05:54.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34002026-07-10T22:05:54.891Z
34012026-07-10T22:05:54.891Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
34022026-07-10T22:05:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-10T22:05:55.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-10T22:05:55.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-10T22:05:55.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34062026-07-10T22:05:55.420Z
34072026-07-10T22:05:55.420Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34082026-07-10T22:05:55.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-10T22:05:55.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-10T22:05:55.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-10T22:05:55.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34122026-07-10T22:05:55.948Z
34132026-07-10T22:05:55.948Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34142026-07-10T22:05:56.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-10T22:05:56.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-10T22:05:56.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-10T22:05:56.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34182026-07-10T22:05:56.493Z
34192026-07-10T22:05:56.493Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34202026-07-10T22:05:56.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-10T22:05:56.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-10T22:05:56.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-10T22:05:56.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34242026-07-10T22:05:57.040Z
34252026-07-10T22:05:57.041Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34262026-07-10T22:05:57.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-10T22:05:57.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-10T22:05:57.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-10T22:05:57.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34302026-07-10T22:05:57.587Z
34312026-07-10T22:05:57.587Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34322026-07-10T22:05:58.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-10T22:05:58.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-10T22:05:58.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-10T22:05:58.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34362026-07-10T22:05:58.132Z
34372026-07-10T22:05:58.132Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34382026-07-10T22:05:58.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-10T22:05:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-10T22:05:58.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-10T22:05:58.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34422026-07-10T22:05:58.678Z
34432026-07-10T22:05:58.679Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34442026-07-10T22:05:59.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-10T22:05:59.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-10T22:05:59.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-10T22:05:59.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34482026-07-10T22:05:59.225Z
34492026-07-10T22:05:59.225Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34502026-07-10T22:05:59.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-10T22:05:59.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-10T22:05:59.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-10T22:05:59.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34542026-07-10T22:05:59.762Z
34552026-07-10T22:05:59.762Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34562026-07-10T22:06:00.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-10T22:06:00.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-10T22:06:00.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-10T22:06:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34602026-07-10T22:06:00.304Z
34612026-07-10T22:06:00.304Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34622026-07-10T22:06:00.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-10T22:06:00.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-10T22:06:00.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-10T22:06:00.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34662026-07-10T22:06:00.849Z
34672026-07-10T22:06:00.849Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34682026-07-10T22:06:01.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-10T22:06:01.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-10T22:06:01.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-10T22:06:01.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34722026-07-10T22:06:01.395Z
34732026-07-10T22:06:01.395Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34742026-07-10T22:06:01.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-10T22:06:01.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-10T22:06:01.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-10T22:06:01.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34782026-07-10T22:06:01.923Z
34792026-07-10T22:06:01.923Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34802026-07-10T22:06:02.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-10T22:06:02.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-10T22:06:02.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-10T22:06:02.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34842026-07-10T22:06:02.453Z
34852026-07-10T22:06:02.453Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34862026-07-10T22:06:02.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-10T22:06:02.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-10T22:06:02.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-10T22:06:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34902026-07-10T22:06:02.980Z
34912026-07-10T22:06:02.980Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34922026-07-10T22:06:03.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-10T22:06:03.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-10T22:06:03.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-10T22:06:03.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34962026-07-10T22:06:03.513Z
34972026-07-10T22:06:03.513Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34982026-07-10T22:06:03.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-10T22:06:03.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-10T22:06:03.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-10T22:06:03.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35022026-07-10T22:06:04.042Z
35032026-07-10T22:06:04.042Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
35042026-07-10T22:06:04.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-10T22:06:04.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-10T22:06:04.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-10T22:06:04.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35082026-07-10T22:06:04.570Z
35092026-07-10T22:06:04.570Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35102026-07-10T22:06:05.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-10T22:06:05.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-10T22:06:05.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-10T22:06:05.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35142026-07-10T22:06:05.099Z
35152026-07-10T22:06:05.099Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35162026-07-10T22:06:05.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-10T22:06:05.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-10T22:06:05.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-10T22:06:05.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35202026-07-10T22:06:05.629Z
35212026-07-10T22:06:05.629Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35222026-07-10T22:06:06.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-10T22:06:06.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-10T22:06:06.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-10T22:06:06.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35262026-07-10T22:06:06.176Z
35272026-07-10T22:06:06.176Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35282026-07-10T22:06:06.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-10T22:06:06.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-10T22:06:06.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-10T22:06:06.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35322026-07-10T22:06:06.721Z
35332026-07-10T22:06:06.721Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35342026-07-10T22:06:07.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-10T22:06:07.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-10T22:06:07.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-10T22:06:07.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35382026-07-10T22:06:07.266Z
35392026-07-10T22:06:07.266Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35402026-07-10T22:06:07.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-10T22:06:07.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-10T22:06:07.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-10T22:06:07.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35442026-07-10T22:06:07.815Z
35452026-07-10T22:06:07.815Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35462026-07-10T22:06:08.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-10T22:06:08.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-10T22:06:08.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-10T22:06:08.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35502026-07-10T22:06:08.360Z
35512026-07-10T22:06:08.361Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35522026-07-10T22:06:08.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-10T22:06:08.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-10T22:06:08.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-10T22:06:08.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35562026-07-10T22:06:08.909Z
35572026-07-10T22:06:08.909Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35582026-07-10T22:06:09.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-10T22:06:09.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-10T22:06:09.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-10T22:06:09.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35622026-07-10T22:06:09.460Z
35632026-07-10T22:06:09.460Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35642026-07-10T22:06:09.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-10T22:06:09.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-10T22:06:09.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-10T22:06:09.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35682026-07-10T22:06:10.026Z
35692026-07-10T22:06:10.026Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35702026-07-10T22:06:10.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-10T22:06:10.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-10T22:06:10.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-10T22:06:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35742026-07-10T22:06:10.558Z
35752026-07-10T22:06:10.558Zinfo: running `cargo check --bins` on dns-server (175/300)
35762026-07-10T22:06:11.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-10T22:06:11.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-10T22:06:11.148Z Compiling parking_lot_core v0.8.6
35792026-07-10T22:06:11.151Z Compiling git-stub v1.0.0
35802026-07-10T22:06:11.151Z Checking prefix-trie v0.7.0
35812026-07-10T22:06:11.152Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35822026-07-10T22:06:11.377Z Compiling git-stub-vcs v0.1.0
35832026-07-10T22:06:11.540Z Checking hickory-server v0.25.2
35842026-07-10T22:06:11.653Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35852026-07-10T22:06:11.664Z Checking parking_lot v0.11.2
35862026-07-10T22:06:11.705Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35872026-07-10T22:06:11.705Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35882026-07-10T22:06:11.828Z Checking sled v0.34.7
35892026-07-10T22:06:13.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35902026-07-10T22:06:13.873Z
35912026-07-10T22:06:13.873Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35922026-07-10T22:06:14.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-07-10T22:06:14.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-07-10T22:06:14.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-07-10T22:06:14.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35962026-07-10T22:06:14.404Z
35972026-07-10T22:06:14.404Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35982026-07-10T22:06:14.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-07-10T22:06:14.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-07-10T22:06:14.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-07-10T22:06:14.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36022026-07-10T22:06:14.935Z
36032026-07-10T22:06:14.935Zinfo: running `cargo check --bins` on sp-sim (178/300)
36042026-07-10T22:06:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-07-10T22:06:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-07-10T22:06:15.592Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36072026-07-10T22:06:17.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36082026-07-10T22:06:17.517Z
36092026-07-10T22:06:17.517Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36102026-07-10T22:06:18.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-07-10T22:06:18.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-07-10T22:06:18.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-07-10T22:06:18.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-07-10T22:06:18.099Z
36152026-07-10T22:06:18.099Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36162026-07-10T22:06:18.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-07-10T22:06:18.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-07-10T22:06:18.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-07-10T22:06:18.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-07-10T22:06:18.691Z
36212026-07-10T22:06:18.691Zinfo: running `cargo check --bins` on db-macros (181/300)
36222026-07-10T22:06:19.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-07-10T22:06:19.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-07-10T22:06:19.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-07-10T22:06:19.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36262026-07-10T22:06:19.204Z
36272026-07-10T22:06:19.204Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36282026-07-10T22:06:19.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-07-10T22:06:19.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-07-10T22:06:19.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-07-10T22:06:19.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36322026-07-10T22:06:19.721Z
36332026-07-10T22:06:19.721Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36342026-07-10T22:06:20.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-07-10T22:06:20.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-07-10T22:06:20.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-07-10T22:06:20.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-07-10T22:06:20.299Z
36392026-07-10T22:06:20.300Zinfo: running `cargo check --bins` on authz-macros (184/300)
36402026-07-10T22:06:20.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-07-10T22:06:20.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-07-10T22:06:20.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-07-10T22:06:20.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36442026-07-10T22:06:20.817Z
36452026-07-10T22:06:20.817Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36462026-07-10T22:06:21.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-07-10T22:06:21.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-07-10T22:06:21.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-07-10T22:06:21.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-07-10T22:06:21.391Z
36512026-07-10T22:06:21.392Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36522026-07-10T22:06:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-07-10T22:06:21.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-07-10T22:06:21.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-07-10T22:06:21.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-07-10T22:06:21.962Z
36572026-07-10T22:06:21.962Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36582026-07-10T22:06:22.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-07-10T22:06:22.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-07-10T22:06:22.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-07-10T22:06:22.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36622026-07-10T22:06:22.483Z
36632026-07-10T22:06:22.483Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36642026-07-10T22:06:22.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-07-10T22:06:22.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-07-10T22:06:22.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-07-10T22:06:22.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36682026-07-10T22:06:22.999Z
36692026-07-10T22:06:22.999Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36702026-07-10T22:06:23.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-07-10T22:06:23.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-07-10T22:06:23.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-07-10T22:06:23.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36742026-07-10T22:06:23.528Z
36752026-07-10T22:06:23.528Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36762026-07-10T22:06:23.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-07-10T22:06:23.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-07-10T22:06:23.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-07-10T22:06:23.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36802026-07-10T22:06:24.047Z
36812026-07-10T22:06:24.047Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36822026-07-10T22:06:24.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-07-10T22:06:24.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-07-10T22:06:24.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-07-10T22:06:24.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36862026-07-10T22:06:24.564Z
36872026-07-10T22:06:24.564Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36882026-07-10T22:06:25.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-07-10T22:06:25.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-07-10T22:06:25.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-07-10T22:06:25.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36922026-07-10T22:06:25.082Z
36932026-07-10T22:06:25.082Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36942026-07-10T22:06:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-07-10T22:06:25.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-07-10T22:06:25.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-07-10T22:06:25.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-07-10T22:06:25.663Z
36992026-07-10T22:06:25.663Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
37002026-07-10T22:06:26.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-07-10T22:06:26.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-07-10T22:06:26.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-07-10T22:06:26.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-07-10T22:06:26.244Z
37052026-07-10T22:06:26.245Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
37062026-07-10T22:06:26.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-07-10T22:06:26.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-07-10T22:06:26.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-07-10T22:06:26.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-07-10T22:06:26.819Z
37112026-07-10T22:06:26.819Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37122026-07-10T22:06:27.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-07-10T22:06:27.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-07-10T22:06:27.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-07-10T22:06:27.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37162026-07-10T22:06:27.371Z
37172026-07-10T22:06:27.371Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37182026-07-10T22:06:27.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-07-10T22:06:27.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-07-10T22:06:27.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-07-10T22:06:27.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37222026-07-10T22:06:27.914Z
37232026-07-10T22:06:27.914Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37242026-07-10T22:06:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-07-10T22:06:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-07-10T22:06:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-07-10T22:06:28.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37282026-07-10T22:06:28.460Z
37292026-07-10T22:06:28.460Zinfo: running `cargo check --bins` on key-manager (199/300)
37302026-07-10T22:06:28.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-07-10T22:06:28.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-07-10T22:06:28.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-07-10T22:06:28.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37342026-07-10T22:06:28.984Z
37352026-07-10T22:06:28.984Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37362026-07-10T22:06:29.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-07-10T22:06:29.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-07-10T22:06:29.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-07-10T22:06:29.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37402026-07-10T22:06:29.536Z
37412026-07-10T22:06:29.537Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37422026-07-10T22:06:29.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-07-10T22:06:30.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-07-10T22:06:30.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-07-10T22:06:30.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37462026-07-10T22:06:30.083Z
37472026-07-10T22:06:30.083Zinfo: running `cargo check --bins` on typed-rng (202/300)
37482026-07-10T22:06:30.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-07-10T22:06:30.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-07-10T22:06:30.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-07-10T22:06:30.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37522026-07-10T22:06:30.601Z
37532026-07-10T22:06:30.602Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37542026-07-10T22:06:31.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-07-10T22:06:31.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-07-10T22:06:31.389Z Compiling libefi-sys v0.1.0
37572026-07-10T22:06:31.392Z Compiling bitfield-struct v0.6.2
37582026-07-10T22:06:31.527Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-07-10T22:06:31.536Z Compiling xshell-macros v0.2.7
37602026-07-10T22:06:31.545Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37612026-07-10T22:06:31.557Z Compiling salty v0.3.0
37622026-07-10T22:06:31.570Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37632026-07-10T22:06:31.585Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37642026-07-10T22:06:31.599Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37652026-07-10T22:06:31.691Z Checking rfc6979 v0.4.0
37662026-07-10T22:06:31.808Z Checking ecdsa v0.16.9
37672026-07-10T22:06:31.853Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37682026-07-10T22:06:31.893Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37692026-07-10T22:06:31.908Z Checking xshell v0.2.7
37702026-07-10T22:06:32.020Z Checking primeorder v0.13.6
37712026-07-10T22:06:32.035Z Compiling proc-macro-error-attr2 v2.0.0
37722026-07-10T22:06:32.049Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37732026-07-10T22:06:32.077Z Checking tungstenite v0.21.0
37742026-07-10T22:06:32.129Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37752026-07-10T22:06:32.144Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37762026-07-10T22:06:32.239Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-07-10T22:06:32.254Z Checking p384 v0.13.1
37782026-07-10T22:06:32.285Z Compiling num-derive v0.3.3
37792026-07-10T22:06:32.360Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37802026-07-10T22:06:32.429Z Compiling proc-macro-error2 v2.0.1
37812026-07-10T22:06:32.491Z Checking tokio-tungstenite v0.21.0
37822026-07-10T22:06:32.526Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-10T22:06:32.591Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-07-10T22:06:32.606Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37852026-07-10T22:06:32.676Z Checking papergrid v0.17.0
37862026-07-10T22:06:32.731Z Compiling tabled_derive v0.11.0
37872026-07-10T22:06:32.765Z Compiling progenitor-impl v0.13.0
37882026-07-10T22:06:32.782Z Checking testing_table v0.3.0
37892026-07-10T22:06:32.875Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-07-10T22:06:32.889Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37912026-07-10T22:06:32.903Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-10T22:06:33.091Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-07-10T22:06:33.107Z Compiling unicase v2.9.0
37942026-07-10T22:06:33.187Z Checking libscf-sys v1.1.0
37952026-07-10T22:06:33.298Z Compiling illumos-nvpair-sys v0.2.0
37962026-07-10T22:06:33.314Z Checking corncobs v0.1.4
37972026-07-10T22:06:33.329Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37982026-07-10T22:06:33.437Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-07-10T22:06:33.452Z Compiling mime_guess v2.0.5
38002026-07-10T22:06:33.476Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38012026-07-10T22:06:33.551Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-07-10T22:06:33.566Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38032026-07-10T22:06:33.635Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-10T22:06:33.875Z Checking progenitor-client v0.13.0
38052026-07-10T22:06:33.889Z Checking tabled v0.20.0
38062026-07-10T22:06:34.002Z Checking secrecy v0.8.0
38072026-07-10T22:06:34.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38082026-07-10T22:06:34.142Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38092026-07-10T22:06:34.174Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38102026-07-10T22:06:34.379Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38112026-07-10T22:06:34.538Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38122026-07-10T22:06:34.612Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38132026-07-10T22:06:34.627Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38142026-07-10T22:06:34.642Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38152026-07-10T22:06:34.729Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38162026-07-10T22:06:34.877Z Checking filetime v0.2.27
38172026-07-10T22:06:34.894Z Checking http-range v0.1.5
38182026-07-10T22:06:35.016Z Checking crc8 v0.1.1
38192026-07-10T22:06:35.062Z Checking xattr v1.6.1
38202026-07-10T22:06:35.113Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38212026-07-10T22:06:35.203Z Checking tar v0.4.45
38222026-07-10T22:06:35.309Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-07-10T22:06:35.337Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38242026-07-10T22:06:35.352Z Checking illumos-nvpair v0.3.0
38252026-07-10T22:06:35.365Z Compiling progenitor-macro v0.13.0
38262026-07-10T22:06:35.518Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38272026-07-10T22:06:35.581Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38282026-07-10T22:06:35.637Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38292026-07-10T22:06:35.894Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38302026-07-10T22:06:35.951Z Checking atty v0.2.14
38312026-07-10T22:06:36.002Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-07-10T22:06:36.048Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38332026-07-10T22:06:36.078Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38342026-07-10T22:06:36.226Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38352026-07-10T22:06:36.242Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38362026-07-10T22:06:36.245Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-10T22:06:36.307Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38382026-07-10T22:06:36.519Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38392026-07-10T22:06:36.568Z Checking hyper-staticfile v0.10.1
38402026-07-10T22:06:36.607Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38412026-07-10T22:06:36.687Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38422026-07-10T22:06:36.859Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38432026-07-10T22:06:36.876Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-07-10T22:06:37.120Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38452026-07-10T22:06:37.156Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38462026-07-10T22:06:37.395Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38472026-07-10T22:06:37.678Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38482026-07-10T22:06:38.230Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38492026-07-10T22:06:38.701Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38502026-07-10T22:06:39.113Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38512026-07-10T22:06:39.453Z Checking progenitor v0.13.0
38522026-07-10T22:06:39.587Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38532026-07-10T22:06:41.519Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38542026-07-10T22:06:44.872Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38552026-07-10T22:06:55.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.23s
38562026-07-10T22:06:56.037Z
38572026-07-10T22:06:56.037Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38582026-07-10T22:06:56.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-07-10T22:06:56.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-07-10T22:06:56.764Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-07-10T22:07:07.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38622026-07-10T22:07:07.669Z
38632026-07-10T22:07:07.669Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38642026-07-10T22:07:08.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-07-10T22:07:08.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-07-10T22:07:08.392Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-07-10T22:07:19.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38682026-07-10T22:07:19.280Z
38692026-07-10T22:07:19.280Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38702026-07-10T22:07:19.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-07-10T22:07:19.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-07-10T22:07:20.004Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-07-10T22:07:30.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38742026-07-10T22:07:30.965Z
38752026-07-10T22:07:30.965Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38762026-07-10T22:07:31.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-10T22:07:31.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-10T22:07:31.692Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-07-10T22:07:42.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38802026-07-10T22:07:42.540Z
38812026-07-10T22:07:42.540Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38822026-07-10T22:07:43.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-07-10T22:07:43.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-07-10T22:07:43.266Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-07-10T22:07:54.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38862026-07-10T22:07:54.244Z
38872026-07-10T22:07:54.244Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38882026-07-10T22:07:54.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-07-10T22:07:54.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-07-10T22:07:54.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38912026-07-10T22:08:05.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38922026-07-10T22:08:05.977Z
38932026-07-10T22:08:05.977Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38942026-07-10T22:08:06.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-07-10T22:08:06.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-07-10T22:08:06.702Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-07-10T22:08:17.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38982026-07-10T22:08:17.571Z
38992026-07-10T22:08:17.571Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
39002026-07-10T22:08:18.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-10T22:08:18.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-10T22:08:18.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-07-10T22:08:18.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39042026-07-10T22:08:18.137Z
39052026-07-10T22:08:18.137Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
39062026-07-10T22:08:18.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-07-10T22:08:18.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-07-10T22:08:18.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-07-10T22:08:18.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39102026-07-10T22:08:18.648Z
39112026-07-10T22:08:18.648Zinfo: running `cargo check --bins` on range-requests (213/300)
39122026-07-10T22:08:19.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-07-10T22:08:19.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-07-10T22:08:19.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-07-10T22:08:19.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39162026-07-10T22:08:19.174Z
39172026-07-10T22:08:19.174Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39182026-07-10T22:08:19.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-07-10T22:08:19.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-07-10T22:08:19.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-07-10T22:08:19.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39222026-07-10T22:08:19.705Z
39232026-07-10T22:08:19.705Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39242026-07-10T22:08:20.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-10T22:08:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-10T22:08:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-10T22:08:20.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39282026-07-10T22:08:20.260Z
39292026-07-10T22:08:20.260Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39302026-07-10T22:08:20.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-10T22:08:20.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-10T22:08:20.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-10T22:08:20.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39342026-07-10T22:08:20.809Z
39352026-07-10T22:08:20.809Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39362026-07-10T22:08:21.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-10T22:08:21.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-10T22:08:21.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-10T22:08:21.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39402026-07-10T22:08:21.360Z
39412026-07-10T22:08:21.360Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39422026-07-10T22:08:21.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-10T22:08:21.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-10T22:08:21.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-10T22:08:21.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39462026-07-10T22:08:21.919Z
39472026-07-10T22:08:21.919Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39482026-07-10T22:08:22.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-10T22:08:22.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-10T22:08:22.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-10T22:08:22.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39522026-07-10T22:08:22.474Z
39532026-07-10T22:08:22.474Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39542026-07-10T22:08:22.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-10T22:08:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-10T22:08:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-10T22:08:22.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39582026-07-10T22:08:23.026Z
39592026-07-10T22:08:23.026Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39602026-07-10T22:08:23.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-10T22:08:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-10T22:08:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-10T22:08:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39642026-07-10T22:08:23.575Z
39652026-07-10T22:08:23.575Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39662026-07-10T22:08:24.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-10T22:08:24.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-10T22:08:24.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-10T22:08:24.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39702026-07-10T22:08:24.132Z
39712026-07-10T22:08:24.132Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39722026-07-10T22:08:24.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-10T22:08:24.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-10T22:08:24.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-10T22:08:24.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39762026-07-10T22:08:24.689Z
39772026-07-10T22:08:24.689Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39782026-07-10T22:08:25.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-10T22:08:25.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-10T22:08:25.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-07-10T22:08:25.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39822026-07-10T22:08:25.244Z
39832026-07-10T22:08:25.244Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39842026-07-10T22:08:25.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-07-10T22:08:25.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-07-10T22:08:25.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-07-10T22:08:25.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39882026-07-10T22:08:25.823Z
39892026-07-10T22:08:25.824Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39902026-07-10T22:08:26.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-07-10T22:08:26.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-07-10T22:08:26.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-07-10T22:08:26.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39942026-07-10T22:08:26.382Z
39952026-07-10T22:08:26.382Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39962026-07-10T22:08:26.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-07-10T22:08:26.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-07-10T22:08:26.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-07-10T22:08:26.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40002026-07-10T22:08:26.951Z
40012026-07-10T22:08:26.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
40022026-07-10T22:08:27.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-07-10T22:08:27.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-07-10T22:08:27.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-07-10T22:08:27.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40062026-07-10T22:08:27.541Z
40072026-07-10T22:08:27.541Zinfo: running `cargo check --bins` on update-common (229/300)
40082026-07-10T22:08:27.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-07-10T22:08:27.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-07-10T22:08:27.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-07-10T22:08:27.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40122026-07-10T22:08:28.081Z
40132026-07-10T22:08:28.081Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40142026-07-10T22:08:28.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-07-10T22:08:28.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-07-10T22:08:28.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-07-10T22:08:28.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40182026-07-10T22:08:28.660Z
40192026-07-10T22:08:28.660Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40202026-07-10T22:08:29.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-07-10T22:08:29.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-07-10T22:08:29.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-07-10T22:08:29.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40242026-07-10T22:08:29.177Z
40252026-07-10T22:08:29.177Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40262026-07-10T22:08:29.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-07-10T22:08:29.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-07-10T22:08:29.884Z Compiling fs-err v2.11.0
40292026-07-10T22:08:29.887Z Checking ignore v0.4.25
40302026-07-10T22:08:29.887Z Checking arc-swap v1.8.2
40312026-07-10T22:08:30.015Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40322026-07-10T22:08:30.015Z Checking predicates-tree v1.0.13
40332026-07-10T22:08:30.018Z Checking parse-size v1.1.0
40342026-07-10T22:08:30.043Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40352026-07-10T22:08:30.046Z Checking rand_seeder v0.4.0
40362026-07-10T22:08:30.108Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40372026-07-10T22:08:30.137Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40382026-07-10T22:08:30.197Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40392026-07-10T22:08:30.209Z Checking slog-scope v4.4.1
40402026-07-10T22:08:30.251Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40412026-07-10T22:08:30.330Z Checking slog-stdlog v4.1.1
40422026-07-10T22:08:30.346Z Compiling petname v2.0.2
40432026-07-10T22:08:30.359Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40442026-07-10T22:08:30.379Z Checking globwalk v0.9.1
40452026-07-10T22:08:30.441Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40462026-07-10T22:08:30.453Z Checking slog-envlogger v2.2.0
40472026-07-10T22:08:30.551Z Checking camino-tempfile-ext v0.3.3
40482026-07-10T22:08:30.595Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40492026-07-10T22:08:30.630Z Checking sapling-renderdag v0.1.0
40502026-07-10T22:08:30.738Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40512026-07-10T22:08:30.796Z Checking subprocess v0.2.15
40522026-07-10T22:08:30.864Z Checking sync-ptr v0.1.4
40532026-07-10T22:08:30.948Z Checking colored v2.2.0
40542026-07-10T22:08:30.978Z Checking assert_matches v1.5.0
40552026-07-10T22:08:31.068Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40562026-07-10T22:08:31.242Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-10T22:08:31.246Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40582026-07-10T22:08:31.940Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40592026-07-10T22:08:33.261Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40602026-07-10T22:08:35.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
40612026-07-10T22:08:35.579Z
40622026-07-10T22:08:35.579Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40632026-07-10T22:08:36.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-07-10T22:08:36.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-07-10T22:08:36.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-07-10T22:08:36.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40672026-07-10T22:08:36.087Z
40682026-07-10T22:08:36.087Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40692026-07-10T22:08:36.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-07-10T22:08:36.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-07-10T22:08:36.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-07-10T22:08:36.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40732026-07-10T22:08:36.624Z
40742026-07-10T22:08:36.624Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40752026-07-10T22:08:37.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-07-10T22:08:37.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-07-10T22:08:37.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-07-10T22:08:37.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40792026-07-10T22:08:37.203Z
40802026-07-10T22:08:37.203Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40812026-07-10T22:08:37.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-07-10T22:08:37.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-07-10T22:08:37.863Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-07-10T22:08:37.863Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40852026-07-10T22:08:38.488Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40862026-07-10T22:08:40.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40872026-07-10T22:08:40.238Z
40882026-07-10T22:08:40.238Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40892026-07-10T22:08:40.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-07-10T22:08:40.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-07-10T22:08:40.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-07-10T22:08:40.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40932026-07-10T22:08:40.766Z
40942026-07-10T22:08:40.766Zinfo: running `cargo check --bins` on cert-dev (238/300)
40952026-07-10T22:08:41.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-07-10T22:08:41.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-07-10T22:08:41.316Z Checking yasna v0.5.2
40982026-07-10T22:08:41.713Z Checking rcgen v0.12.1
40992026-07-10T22:08:41.959Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41002026-07-10T22:08:42.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41012026-07-10T22:08:42.284Z
41022026-07-10T22:08:42.284Zinfo: running `cargo check --bins` on clickana (239/300)
41032026-07-10T22:08:42.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-07-10T22:08:42.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-07-10T22:08:42.866Z Compiling darling_core v0.23.0
41062026-07-10T22:08:42.970Z Compiling instability v0.3.11
41072026-07-10T22:08:42.974Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41082026-07-10T22:08:42.982Z Checking castaway v0.2.4
41092026-07-10T22:08:42.987Z Compiling indoc v2.0.7
41102026-07-10T22:08:42.993Z Checking unicode-truncate v1.1.0
41112026-07-10T22:08:42.996Z Checking lru v0.12.5
41122026-07-10T22:08:42.996Z Checking cassowary v0.3.0
41132026-07-10T22:08:43.068Z Checking compact_str v0.8.1
41142026-07-10T22:08:44.256Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41152026-07-10T22:08:44.397Z Compiling darling_macro v0.23.0
41162026-07-10T22:08:44.429Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41172026-07-10T22:08:44.819Z Compiling darling v0.23.0
41182026-07-10T22:08:45.441Z Checking ratatui v0.29.0
41192026-07-10T22:08:46.488Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41202026-07-10T22:08:47.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
41212026-07-10T22:08:47.280Z
41222026-07-10T22:08:47.280Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41232026-07-10T22:08:47.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-07-10T22:08:47.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-07-10T22:08:47.934Z Checking headers-core v0.3.0
41262026-07-10T22:08:47.937Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41272026-07-10T22:08:48.124Z Checking headers v0.4.1
41282026-07-10T22:08:48.490Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-07-10T22:08:49.429Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41302026-07-10T22:08:49.901Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41312026-07-10T22:08:50.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41322026-07-10T22:08:50.469Z
41332026-07-10T22:08:50.469Zinfo: running `cargo check --bins` on ch-dev (241/300)
41342026-07-10T22:08:50.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-07-10T22:08:50.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-07-10T22:08:51.134Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41372026-07-10T22:08:51.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41382026-07-10T22:08:52.054Z
41392026-07-10T22:08:52.054Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41402026-07-10T22:08:52.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-10T22:08:52.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-10T22:08:52.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-07-10T22:08:52.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41442026-07-10T22:08:52.453Z
41452026-07-10T22:08:52.453Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41462026-07-10T22:08:52.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-10T22:08:52.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-10T22:08:53.024Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41492026-07-10T22:08:53.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41502026-07-10T22:08:53.527Z
41512026-07-10T22:08:53.527Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41522026-07-10T22:08:54.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-10T22:08:54.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-10T22:08:54.182Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41552026-07-10T22:08:55.261Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41562026-07-10T22:08:55.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41572026-07-10T22:08:55.758Z
41582026-07-10T22:08:55.758Zinfo: running `cargo check --bins` on db-dev (245/300)
41592026-07-10T22:08:56.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-07-10T22:08:56.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-07-10T22:08:56.418Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41622026-07-10T22:08:57.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41632026-07-10T22:08:57.341Z
41642026-07-10T22:08:57.342Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41652026-07-10T22:08:57.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-10T22:08:57.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-10T22:08:57.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41682026-07-10T22:08:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41692026-07-10T22:08:57.911Z
41702026-07-10T22:08:57.911Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41712026-07-10T22:08:58.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-10T22:08:58.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-10T22:08:58.467Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41742026-07-10T22:08:59.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41752026-07-10T22:08:59.300Z
41762026-07-10T22:08:59.300Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41772026-07-10T22:08:59.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-10T22:08:59.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-10T22:08:59.983Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-10T22:08:59.983Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-07-10T22:08:59.986Z Checking git-stub v1.0.0
41822026-07-10T22:08:59.986Z Compiling trait-variant v0.1.2
41832026-07-10T22:09:00.106Z Checking is_ci v1.2.0
41842026-07-10T22:09:00.116Z Checking maplit v1.0.2
41852026-07-10T22:09:00.136Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41862026-07-10T22:09:00.139Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41872026-07-10T22:09:00.197Z Checking supports-color v3.0.2
41882026-07-10T22:09:00.201Z Checking drift v0.2.0
41892026-07-10T22:09:00.231Z Checking git-stub-vcs v0.1.0
41902026-07-10T22:09:00.314Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41912026-07-10T22:09:00.342Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41922026-07-10T22:09:00.360Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41932026-07-10T22:09:00.424Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41942026-07-10T22:09:00.559Z Checking dropshot-api-manager v0.7.2
41952026-07-10T22:09:00.608Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41962026-07-10T22:09:00.608Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41972026-07-10T22:09:00.624Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41982026-07-10T22:09:00.828Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41992026-07-10T22:09:01.353Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42002026-07-10T22:09:02.294Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42012026-07-10T22:09:03.477Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42022026-07-10T22:09:04.069Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42032026-07-10T22:09:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
42042026-07-10T22:09:04.679Z
42052026-07-10T22:09:04.679Zinfo: running `cargo check --bins` on installinator-api (249/300)
42062026-07-10T22:09:05.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-07-10T22:09:05.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-07-10T22:09:05.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-07-10T22:09:05.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42102026-07-10T22:09:05.211Z
42112026-07-10T22:09:05.211Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42122026-07-10T22:09:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-07-10T22:09:05.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-07-10T22:09:05.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-07-10T22:09:05.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42162026-07-10T22:09:05.780Z
42172026-07-10T22:09:05.780Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42182026-07-10T22:09:06.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-07-10T22:09:06.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-07-10T22:09:06.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-07-10T22:09:06.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42222026-07-10T22:09:06.349Z
42232026-07-10T22:09:06.349Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42242026-07-10T22:09:06.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-07-10T22:09:06.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-07-10T22:09:06.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-07-10T22:09:06.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42282026-07-10T22:09:06.921Z
42292026-07-10T22:09:06.921Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42302026-07-10T22:09:07.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-07-10T22:09:07.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-07-10T22:09:07.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-07-10T22:09:07.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42342026-07-10T22:09:07.457Z
42352026-07-10T22:09:07.458Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42362026-07-10T22:09:07.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-07-10T22:09:07.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-07-10T22:09:07.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-07-10T22:09:07.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42402026-07-10T22:09:07.980Z
42412026-07-10T22:09:07.980Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42422026-07-10T22:09:08.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-10T22:09:08.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-10T22:09:08.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-07-10T22:09:08.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42462026-07-10T22:09:08.529Z
42472026-07-10T22:09:08.529Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42482026-07-10T22:09:08.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-07-10T22:09:08.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-07-10T22:09:09.085Z Checking cargo-platform v0.3.2
42512026-07-10T22:09:09.089Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42522026-07-10T22:09:09.321Z Checking cargo_metadata v0.23.1
42532026-07-10T22:09:09.907Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42542026-07-10T22:09:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42552026-07-10T22:09:10.789Z
42562026-07-10T22:09:10.789Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42572026-07-10T22:09:11.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-07-10T22:09:11.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-07-10T22:09:11.469Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42602026-07-10T22:09:12.061Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42612026-07-10T22:09:12.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42622026-07-10T22:09:12.728Z
42632026-07-10T22:09:12.728Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42642026-07-10T22:09:13.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-07-10T22:09:13.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-07-10T22:09:13.635Z Compiling vergen-lib v0.1.6
42672026-07-10T22:09:13.635Z Compiling diesel_derives v2.3.7
42682026-07-10T22:09:13.635Z Compiling dsl_auto_type v0.2.0
42692026-07-10T22:09:13.639Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42702026-07-10T22:09:13.639Z Checking scheduled-thread-pool v0.2.7
42712026-07-10T22:09:13.639Z Compiling vergen-gitcl v1.0.8
42722026-07-10T22:09:13.639Z Compiling diesel_table_macro_syntax v0.3.0
42732026-07-10T22:09:13.639Z Compiling dirs-sys-next v0.1.2
42742026-07-10T22:09:13.974Z Compiling crunchy v0.2.4
42752026-07-10T22:09:13.974Z Compiling glob v0.3.3
42762026-07-10T22:09:14.048Z Checking r2d2 v0.8.10
42772026-07-10T22:09:14.066Z Compiling dirs-next v2.0.0
42782026-07-10T22:09:14.082Z Compiling tiny-keccak v2.0.2
42792026-07-10T22:09:14.185Z Checking downcast-rs v2.0.2
42802026-07-10T22:09:14.279Z Compiling term v0.7.0
42812026-07-10T22:09:14.356Z Compiling bit-vec v0.6.3
42822026-07-10T22:09:14.377Z Compiling clang-sys v1.8.1
42832026-07-10T22:09:14.380Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42842026-07-10T22:09:14.576Z Compiling bit-set v0.5.3
42852026-07-10T22:09:14.595Z Compiling ascii-canvas v3.0.0
42862026-07-10T22:09:14.734Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42872026-07-10T22:09:14.773Z Compiling itertools v0.10.5
42882026-07-10T22:09:14.789Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42892026-07-10T22:09:14.813Z Compiling ena v0.14.4
42902026-07-10T22:09:14.829Z Compiling libloading v0.8.9
42912026-07-10T22:09:14.833Z Compiling regex-syntax v0.6.29
42922026-07-10T22:09:14.875Z Compiling diff v0.1.13
42932026-07-10T22:09:15.021Z Compiling bindgen v0.71.1
42942026-07-10T22:09:15.156Z Compiling cexpr v0.6.0
42952026-07-10T22:09:15.451Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42962026-07-10T22:09:15.491Z Compiling rustc-hash v2.1.1
42972026-07-10T22:09:15.674Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42982026-07-10T22:09:15.784Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42992026-07-10T22:09:15.815Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43002026-07-10T22:09:15.819Z Compiling libxml v0.3.3
43012026-07-10T22:09:16.082Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43022026-07-10T22:09:16.098Z Compiling strum_macros v0.24.3
43032026-07-10T22:09:16.115Z Compiling indoc v1.0.9
43042026-07-10T22:09:16.285Z Compiling lalrpop v0.19.12
43052026-07-10T22:09:16.949Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43062026-07-10T22:09:17.152Z Checking derive_builder v0.20.2
43072026-07-10T22:09:17.268Z Compiling oso-derive v0.27.3
43082026-07-10T22:09:17.444Z Checking quick-xml v0.37.5
43092026-07-10T22:09:17.460Z Compiling impl-trait-for-tuples v0.2.3
43102026-07-10T22:09:17.782Z Checking openssl-probe v0.1.6
43112026-07-10T22:09:17.922Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43122026-07-10T22:09:18.306Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43132026-07-10T22:09:18.509Z Checking bb8 v0.8.6
43142026-07-10T22:09:18.661Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-07-10T22:09:18.682Z Checking nonempty v0.12.0
43162026-07-10T22:09:18.784Z Compiling libz-sys v1.1.24
43172026-07-10T22:09:18.844Z Compiling strsim v0.10.0
43182026-07-10T22:09:18.886Z Compiling libgit2-sys v0.18.3+1.9.2
43192026-07-10T22:09:19.007Z Compiling vergen-git2 v9.1.0
43202026-07-10T22:09:19.212Z Compiling darling_core v0.13.4
43212026-07-10T22:09:19.268Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43222026-07-10T22:09:19.419Z Compiling base64 v0.21.7
43232026-07-10T22:09:19.498Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43242026-07-10T22:09:19.687Z Checking diesel v2.3.7
43252026-07-10T22:09:19.750Z Compiling ron v0.8.1
43262026-07-10T22:09:20.482Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43272026-07-10T22:09:20.706Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43282026-07-10T22:09:20.723Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43292026-07-10T22:09:20.923Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-07-10T22:09:21.078Z Compiling darling_macro v0.13.4
43312026-07-10T22:09:21.122Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-07-10T22:09:21.323Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-07-10T22:09:21.523Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43342026-07-10T22:09:21.558Z Compiling darling v0.13.4
43352026-07-10T22:09:21.651Z Compiling serde_with_macros v1.5.2
43362026-07-10T22:09:21.729Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-07-10T22:09:21.836Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43382026-07-10T22:09:21.923Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43392026-07-10T22:09:22.494Z Compiling serde_with v1.14.0
43402026-07-10T22:09:24.687Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43412026-07-10T22:09:24.687Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43422026-07-10T22:09:24.687Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43432026-07-10T22:09:24.687Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43442026-07-10T22:09:24.687Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43452026-07-10T22:09:24.809Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43462026-07-10T22:09:27.251Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43472026-07-10T22:09:27.274Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43482026-07-10T22:09:27.274Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43492026-07-10T22:09:27.274Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-10T22:09:27.274Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43512026-07-10T22:09:27.274Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43522026-07-10T22:09:27.274Z Checking twox-hash v2.1.2
43532026-07-10T22:09:27.274Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43542026-07-10T22:09:27.274Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43552026-07-10T22:09:27.275Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43562026-07-10T22:09:27.275Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43572026-07-10T22:09:27.276Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43582026-07-10T22:09:28.328Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43592026-07-10T22:09:28.497Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43602026-07-10T22:09:28.685Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43612026-07-10T22:09:29.183Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43622026-07-10T22:09:29.346Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43632026-07-10T22:09:29.549Z Checking console v0.16.2
43642026-07-10T22:09:29.857Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43652026-07-10T22:09:30.006Z Checking fatfs v0.3.6
43662026-07-10T22:09:30.143Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43672026-07-10T22:09:30.462Z Checking unit-prefix v0.5.2
43682026-07-10T22:09:30.599Z Compiling seq-macro v0.3.6
43692026-07-10T22:09:31.125Z Checking indicatif v0.18.4
43702026-07-10T22:09:31.435Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43712026-07-10T22:09:31.459Z Checking support-bundle-viewer v0.1.2
43722026-07-10T22:09:31.543Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43732026-07-10T22:09:31.702Z Checking multimap v0.10.1
43742026-07-10T22:09:35.946Z Checking diesel-dtrace v0.5.0
43752026-07-10T22:09:36.200Z Checking async-bb8-diesel v0.2.1
43762026-07-10T22:09:41.871Z Compiling samael v0.0.19
43772026-07-10T22:09:46.044Z Compiling git2 v0.20.4
43782026-07-10T22:09:47.130Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43792026-07-10T22:09:47.912Z Compiling polar-core v0.27.3
43802026-07-10T22:09:48.465Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43812026-07-10T22:09:52.447Z Checking oso v0.27.3
43822026-07-10T22:10:22.056Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43832026-07-10T22:11:34.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43842026-07-10T22:11:34.869Z
43852026-07-10T22:11:34.869Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43862026-07-10T22:11:35.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-07-10T22:11:35.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-07-10T22:11:35.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-07-10T22:11:35.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43902026-07-10T22:11:35.502Z
43912026-07-10T22:11:35.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43922026-07-10T22:11:36.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-07-10T22:11:36.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-07-10T22:11:36.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-07-10T22:11:36.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43962026-07-10T22:11:36.095Z
43972026-07-10T22:11:36.095Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43982026-07-10T22:11:36.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-10T22:11:36.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-10T22:11:36.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-10T22:11:36.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44022026-07-10T22:11:36.690Z
44032026-07-10T22:11:36.690Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
44042026-07-10T22:11:37.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-10T22:11:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-10T22:11:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-10T22:11:37.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44082026-07-10T22:11:37.209Z
44092026-07-10T22:11:37.209Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44102026-07-10T22:11:37.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-10T22:11:37.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-10T22:11:37.981Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-07-10T22:11:38.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44142026-07-10T22:11:38.892Z
44152026-07-10T22:11:38.892Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44162026-07-10T22:11:39.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-10T22:11:39.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-10T22:11:39.654Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44192026-07-10T22:12:17.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.11s
44202026-07-10T22:12:17.239Z
44212026-07-10T22:12:17.239Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44222026-07-10T22:12:17.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-10T22:12:17.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-10T22:12:17.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-10T22:12:17.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44262026-07-10T22:12:17.742Z
44272026-07-10T22:12:17.742Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44282026-07-10T22:12:18.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-10T22:12:18.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-10T22:12:18.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-10T22:12:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44322026-07-10T22:12:18.260Z
44332026-07-10T22:12:18.260Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44342026-07-10T22:12:18.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-10T22:12:18.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-10T22:12:18.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-10T22:12:18.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44382026-07-10T22:12:18.833Z
44392026-07-10T22:12:18.833Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44402026-07-10T22:12:19.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-10T22:12:19.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-10T22:12:19.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-10T22:12:19.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44442026-07-10T22:12:19.424Z
44452026-07-10T22:12:19.424Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44462026-07-10T22:12:19.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-10T22:12:19.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-10T22:12:19.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-10T22:12:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-07-10T22:12:20.006Z
44512026-07-10T22:12:20.006Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44522026-07-10T22:12:20.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-10T22:12:20.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-10T22:12:20.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-10T22:12:20.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44562026-07-10T22:12:20.579Z
44572026-07-10T22:12:20.579Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44582026-07-10T22:12:21.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-10T22:12:21.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-10T22:12:21.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-10T22:12:21.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44622026-07-10T22:12:21.164Z
44632026-07-10T22:12:21.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44642026-07-10T22:12:21.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-10T22:12:21.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-10T22:12:21.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-10T22:12:21.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44682026-07-10T22:12:21.744Z
44692026-07-10T22:12:21.744Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44702026-07-10T22:12:22.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-10T22:12:22.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-10T22:12:22.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-10T22:12:22.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44742026-07-10T22:12:22.316Z
44752026-07-10T22:12:22.316Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44762026-07-10T22:12:22.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-10T22:12:22.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-10T22:12:22.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-10T22:12:22.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44802026-07-10T22:12:22.899Z
44812026-07-10T22:12:22.899Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44822026-07-10T22:12:23.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-10T22:12:23.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-10T22:12:23.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-10T22:12:23.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44862026-07-10T22:12:23.481Z
44872026-07-10T22:12:23.481Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44882026-07-10T22:12:24.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-10T22:12:24.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-10T22:12:24.314Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44912026-07-10T22:12:24.317Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44922026-07-10T22:12:24.464Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44932026-07-10T22:12:24.481Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44942026-07-10T22:12:24.519Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44952026-07-10T22:12:24.522Z Checking yansi v1.0.1
44962026-07-10T22:12:24.523Z Checking diff v0.1.13
44972026-07-10T22:12:24.523Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44982026-07-10T22:12:24.647Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44992026-07-10T22:12:24.825Z Checking pretty_assertions v1.4.1
45002026-07-10T22:12:25.544Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45012026-07-10T22:12:25.548Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45022026-07-10T22:12:49.963Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45032026-07-10T22:12:49.967Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45042026-07-10T22:12:49.967Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45052026-07-10T22:12:49.967Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45062026-07-10T22:12:49.967Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45072026-07-10T22:12:49.967Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45082026-07-10T22:12:49.967Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45092026-07-10T22:12:50.821Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45102026-07-10T22:12:50.821Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45112026-07-10T22:12:52.010Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45122026-07-10T22:13:29.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45132026-07-10T22:13:29.341Z
45142026-07-10T22:13:29.341Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45152026-07-10T22:13:29.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-07-10T22:13:29.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-07-10T22:13:29.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-07-10T22:13:29.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45192026-07-10T22:13:29.853Z
45202026-07-10T22:13:29.853Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45212026-07-10T22:13:30.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-10T22:13:30.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-10T22:13:30.560Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45242026-07-10T22:13:30.697Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45252026-07-10T22:13:30.702Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45262026-07-10T22:13:57.551Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45272026-07-10T22:13:57.923Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45282026-07-10T22:13:59.656Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45292026-07-10T22:14:00.089Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45302026-07-10T22:14:03.253Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45312026-07-10T22:14:27.023Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45322026-07-10T22:14:27.705Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45332026-07-10T22:14:29.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.44s
45342026-07-10T22:14:29.496Z
45352026-07-10T22:14:29.496Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45362026-07-10T22:14:29.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-07-10T22:14:29.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-07-10T22:14:30.150Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45392026-07-10T22:14:30.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45402026-07-10T22:14:30.991Z
45412026-07-10T22:14:30.991Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45422026-07-10T22:14:31.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-07-10T22:14:31.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-07-10T22:14:31.583Z Compiling blake3 v1.8.5
45452026-07-10T22:14:31.689Z Checking arrayref v0.3.9
45462026-07-10T22:14:31.692Z Checking arrayvec v0.7.6
45472026-07-10T22:14:31.692Z Checking constant_time_eq v0.4.2
45482026-07-10T22:14:31.706Z Checking topological-sort v0.2.2
45492026-07-10T22:14:31.710Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45502026-07-10T22:14:31.710Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45512026-07-10T22:14:31.710Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45522026-07-10T22:14:31.747Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45532026-07-10T22:14:31.811Z Checking shell-words v1.1.1
45542026-07-10T22:14:32.588Z Checking omicron-zone-package v0.12.3
45552026-07-10T22:14:33.295Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45562026-07-10T22:14:34.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45572026-07-10T22:14:34.363Z
45582026-07-10T22:14:34.363Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45592026-07-10T22:14:34.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-10T22:14:34.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-10T22:14:34.947Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45622026-07-10T22:14:35.260Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45632026-07-10T22:14:35.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45642026-07-10T22:14:35.818Z
45652026-07-10T22:14:35.818Zinfo: running `cargo check --bins` on schema (282/300)
45662026-07-10T22:14:36.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-07-10T22:14:36.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-07-10T22:14:36.489Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45692026-07-10T22:14:37.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45702026-07-10T22:14:37.351Z
45712026-07-10T22:14:37.351Zinfo: running `cargo check --bins` on xtask (283/300)
45722026-07-10T22:14:37.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-07-10T22:14:37.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-07-10T22:14:37.734Z Checking serde_core v1.0.228
45752026-07-10T22:14:37.734Z Checking libc v0.2.185
45762026-07-10T22:14:37.813Z Checking bitflags v2.11.0
45772026-07-10T22:14:37.819Z Checking scroll v0.12.0
45782026-07-10T22:14:37.822Z Checking thiserror v1.0.69
45792026-07-10T22:14:37.825Z Checking log v0.4.29
45802026-07-10T22:14:37.837Z Checking zerocopy v0.7.35
45812026-07-10T22:14:37.838Z Checking indexmap v2.14.0
45822026-07-10T22:14:37.909Z Checking syn v2.0.117
45832026-07-10T22:14:37.951Z Checking dtrace-parser v0.2.0
45842026-07-10T22:14:37.967Z Checking once_cell v1.21.3
45852026-07-10T22:14:38.032Z Checking goblin v0.8.2
45862026-07-10T22:14:38.092Z Checking errno v0.3.14
45872026-07-10T22:14:38.134Z Checking thread-id v4.2.2
45882026-07-10T22:14:38.175Z Checking getrandom v0.4.1
45892026-07-10T22:14:38.205Z Checking rustix v1.1.3
45902026-07-10T22:14:38.215Z Checking memmap v0.7.0
45912026-07-10T22:14:38.304Z Checking thiserror v2.0.18
45922026-07-10T22:14:38.318Z Checking fs-err v3.3.0
45932026-07-10T22:14:38.335Z Checking anyhow v1.0.102
45942026-07-10T22:14:38.368Z Checking tabled v0.15.0
45952026-07-10T22:14:38.968Z Checking terminal_size v0.4.3
45962026-07-10T22:14:38.968Z Checking tempfile v3.25.0
45972026-07-10T22:14:39.078Z Checking clap_builder v4.6.0
45982026-07-10T22:14:39.078Z Checking textwrap v0.16.2
45992026-07-10T22:14:39.256Z Checking serde v1.0.228
46002026-07-10T22:14:39.256Z Checking serde_json v1.0.150
46012026-07-10T22:14:39.259Z Checking camino v1.2.2
46022026-07-10T22:14:39.282Z Checking cargo-platform v0.3.2
46032026-07-10T22:14:39.436Z Checking semver v1.0.28
46042026-07-10T22:14:39.508Z Checking camino-tempfile v1.4.1
46052026-07-10T22:14:39.661Z Checking toml_datetime v0.6.11
46062026-07-10T22:14:39.664Z Checking serde_spanned v0.6.9
46072026-07-10T22:14:39.665Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-07-10T22:14:39.665Z Checking macaddr v1.0.1
46092026-07-10T22:14:39.834Z Checking toml_edit v0.22.27
46102026-07-10T22:14:39.842Z Checking cargo_metadata v0.23.1
46112026-07-10T22:14:39.849Z Checking dof v0.3.0
46122026-07-10T22:14:40.103Z Checking usdt-impl v0.5.0
46132026-07-10T22:14:40.276Z Checking clap v4.6.1
46142026-07-10T22:14:40.358Z Checking usdt v0.5.0
46152026-07-10T22:14:40.797Z Checking toml v0.8.23
46162026-07-10T22:14:41.063Z Checking cargo_toml v0.21.0
46172026-07-10T22:14:41.703Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-07-10T22:14:42.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
46192026-07-10T22:14:42.194Z
46202026-07-10T22:14:42.194Zinfo: running `cargo check --bins` on dnsadm (284/300)
46212026-07-10T22:14:42.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-10T22:14:42.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-10T22:14:42.783Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-07-10T22:14:43.241Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-07-10T22:14:43.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46262026-07-10T22:14:43.780Z
46272026-07-10T22:14:43.780Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46282026-07-10T22:14:44.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-07-10T22:14:44.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-07-10T22:14:44.530Z Checking cpubits v0.1.1
46312026-07-10T22:14:44.533Z Checking pem-rfc7468 v1.0.0
46322026-07-10T22:14:44.667Z Checking hmac v0.13.0
46332026-07-10T22:14:44.667Z Checking universal-hash v0.6.1
46342026-07-10T22:14:44.690Z Checking ctr v0.10.1
46352026-07-10T22:14:44.690Z Checking aead v0.6.1
46362026-07-10T22:14:44.693Z Checking sha2 v0.11.0
46372026-07-10T22:14:44.731Z Checking aes v0.9.1
46382026-07-10T22:14:44.734Z Checking crypto-bigint v0.7.5
46392026-07-10T22:14:44.787Z Checking polyval v0.7.1
46402026-07-10T22:14:44.801Z Checking der v0.8.0
46412026-07-10T22:14:44.815Z Checking pbkdf2 v0.13.0
46422026-07-10T22:14:44.852Z Checking cbc v0.2.1
46432026-07-10T22:14:44.858Z Checking salsa20 v0.11.0
46442026-07-10T22:14:44.932Z Checking ff v0.14.0
46452026-07-10T22:14:44.952Z Checking ghash v0.6.0
46462026-07-10T22:14:45.013Z Checking signature v3.0.0
46472026-07-10T22:14:45.029Z Checking base16ct v1.0.0
46482026-07-10T22:14:45.066Z Checking group v0.14.0
46492026-07-10T22:14:45.081Z Checking hkdf v0.13.0
46502026-07-10T22:14:45.133Z Checking aes-gcm v0.11.0
46512026-07-10T22:14:45.158Z Checking rfc6979 v0.5.0
46522026-07-10T22:14:45.177Z Compiling curve25519-dalek v5.0.0-rc.0
46532026-07-10T22:14:45.241Z Checking poly1305 v0.9.0
46542026-07-10T22:14:45.242Z Checking blowfish v0.10.0
46552026-07-10T22:14:45.292Z Checking blake2 v0.11.0-rc.6
46562026-07-10T22:14:45.295Z Checking keccak v0.2.0
46572026-07-10T22:14:45.367Z Checking fiat-crypto v0.3.0
46582026-07-10T22:14:45.408Z Checking scrypt v0.12.0
46592026-07-10T22:14:45.460Z Checking sha3 v0.11.0
46602026-07-10T22:14:45.497Z Checking bcrypt-pbkdf v0.11.0
46612026-07-10T22:14:45.549Z Checking argon2 v0.6.0-rc.8
46622026-07-10T22:14:45.568Z Checking kem v0.3.0
46632026-07-10T22:14:45.585Z Checking spki v0.8.0
46642026-07-10T22:14:45.606Z Checking sec1 v0.8.1
46652026-07-10T22:14:45.673Z Checking module-lattice v0.2.3
46662026-07-10T22:14:45.748Z Checking pkcs5 v0.8.1
46672026-07-10T22:14:45.797Z Checking pkcs1 v0.8.0-rc.4
46682026-07-10T22:14:45.814Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46692026-07-10T22:14:45.854Z Checking internal-russh-num-bigint v0.5.0
46702026-07-10T22:14:45.892Z Checking ml-kem v0.3.2
46712026-07-10T22:14:46.004Z Checking num-bigint v0.4.6
46722026-07-10T22:14:46.021Z Checking generic-array v1.4.3
46732026-07-10T22:14:46.048Z Checking pkcs8 v0.11.0
46742026-07-10T22:14:46.248Z Checking ed25519 v3.0.0
46752026-07-10T22:14:46.419Z Compiling enum_dispatch v0.3.13
46762026-07-10T22:14:46.440Z Checking russh-util v0.52.0
46772026-07-10T22:14:46.478Z Checking ed25519-dalek v3.0.0-rc.0
46782026-07-10T22:14:46.560Z Compiling delegate v0.13.5
46792026-07-10T22:14:46.678Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46802026-07-10T22:14:46.701Z Checking md5 v0.8.0
46812026-07-10T22:14:46.719Z Checking hex-literal v1.1.0
46822026-07-10T22:14:46.842Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46832026-07-10T22:14:46.869Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46842026-07-10T22:14:46.932Z Checking socket2 v0.5.10
46852026-07-10T22:14:46.979Z Checking elliptic-curve v0.14.0-rc.33
46862026-07-10T22:14:47.066Z Checking primefield v0.14.0
46872026-07-10T22:14:47.101Z Checking ssh-encoding v0.3.0-rc.9
46882026-07-10T22:14:47.180Z Checking crypto-primes v0.7.2
46892026-07-10T22:14:47.266Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46902026-07-10T22:14:47.321Z Checking ssh-cipher v0.3.0-rc.9
46912026-07-10T22:14:47.376Z Checking russh-cryptovec v0.61.0
46922026-07-10T22:14:47.441Z Checking ecdsa v0.17.0-rc.18
46932026-07-10T22:14:47.501Z Checking primeorder v0.14.0-rc.10
46942026-07-10T22:14:47.523Z Checking internet-checksum v0.2.1
46952026-07-10T22:14:47.795Z Checking p521 v0.14.0-rc.10
46962026-07-10T22:14:47.796Z Checking p256 v0.14.0-rc.10
46972026-07-10T22:14:48.132Z Checking rsa v0.10.0-rc.18
46982026-07-10T22:14:50.180Z Checking p384 v0.14.0-rc.10
46992026-07-10T22:14:52.092Z Checking ssh-key v0.7.0-rc.10
47002026-07-10T22:14:52.845Z Checking russh v0.61.2
47012026-07-10T22:15:04.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.17s
47022026-07-10T22:15:05.165Z
47032026-07-10T22:15:05.165Zinfo: running `cargo check --bins` on gateway-cli (286/300)
47042026-07-10T22:15:05.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-07-10T22:15:05.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-07-10T22:15:05.750Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47072026-07-10T22:15:05.857Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47082026-07-10T22:15:05.864Z Checking termios v0.3.3
47092026-07-10T22:15:07.073Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47102026-07-10T22:15:07.215Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47112026-07-10T22:15:08.882Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47122026-07-10T22:15:09.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
47132026-07-10T22:15:09.611Z
47142026-07-10T22:15:09.611Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47152026-07-10T22:15:10.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-07-10T22:15:10.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-07-10T22:15:10.266Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47182026-07-10T22:15:10.271Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47192026-07-10T22:15:10.383Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47202026-07-10T22:15:10.384Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47212026-07-10T22:15:10.395Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47222026-07-10T22:15:10.403Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47232026-07-10T22:15:11.151Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47242026-07-10T22:15:11.463Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47252026-07-10T22:15:11.463Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47262026-07-10T22:15:12.099Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47272026-07-10T22:15:13.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
47282026-07-10T22:15:13.880Z
47292026-07-10T22:15:13.880Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47302026-07-10T22:15:14.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-10T22:15:14.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-10T22:15:14.462Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47332026-07-10T22:15:14.906Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47342026-07-10T22:15:15.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47352026-07-10T22:15:15.377Z
47362026-07-10T22:15:15.377Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47372026-07-10T22:15:15.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-07-10T22:15:15.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-07-10T22:15:15.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47402026-07-10T22:15:15.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47412026-07-10T22:15:15.892Z
47422026-07-10T22:15:15.892Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47432026-07-10T22:15:16.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-07-10T22:15:16.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-07-10T22:15:16.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47462026-07-10T22:15:16.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47472026-07-10T22:15:16.410Z
47482026-07-10T22:15:16.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47492026-07-10T22:15:16.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-07-10T22:15:16.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-07-10T22:15:17.103Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47522026-07-10T22:15:17.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47532026-07-10T22:15:17.867Z
47542026-07-10T22:15:17.867Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47552026-07-10T22:15:18.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-10T22:15:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-10T22:15:18.459Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47582026-07-10T22:15:18.462Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47592026-07-10T22:15:18.740Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47602026-07-10T22:15:18.743Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47612026-07-10T22:15:19.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47622026-07-10T22:15:19.686Z
47632026-07-10T22:15:19.686Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47642026-07-10T22:15:20.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-07-10T22:15:20.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-07-10T22:15:20.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47672026-07-10T22:15:20.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47682026-07-10T22:15:20.207Z
47692026-07-10T22:15:20.207Zinfo: running `cargo check --bins` on omicron-package (294/300)
47702026-07-10T22:15:20.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-07-10T22:15:20.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-07-10T22:15:20.831Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47732026-07-10T22:15:21.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47742026-07-10T22:15:22.056Z
47752026-07-10T22:15:22.056Zinfo: running `cargo check --bins` on tqdb (295/300)
47762026-07-10T22:15:22.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-07-10T22:15:22.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-07-10T22:15:22.782Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47792026-07-10T22:15:23.125Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47802026-07-10T22:15:23.631Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47812026-07-10T22:15:23.634Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47822026-07-10T22:15:29.672Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47832026-07-10T22:15:29.675Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47842026-07-10T22:15:30.241Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47852026-07-10T22:15:30.244Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47862026-07-10T22:15:30.244Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47872026-07-10T22:15:30.244Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47882026-07-10T22:15:31.021Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47892026-07-10T22:15:31.993Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47902026-07-10T22:15:32.796Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47912026-07-10T22:15:33.397Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47922026-07-10T22:15:38.241Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47932026-07-10T22:15:44.758Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47942026-07-10T22:15:44.761Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47952026-07-10T22:15:44.761Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47962026-07-10T22:15:44.761Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47972026-07-10T22:15:46.230Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47982026-07-10T22:15:47.546Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47992026-07-10T22:15:48.214Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48002026-07-10T22:15:49.429Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48012026-07-10T22:15:49.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s
48022026-07-10T22:15:50.161Z
48032026-07-10T22:15:50.161Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
48042026-07-10T22:15:50.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-07-10T22:15:50.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-07-10T22:15:50.821Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48072026-07-10T22:15:50.824Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48082026-07-10T22:15:50.824Z Checking rtoolbox v0.0.3
48092026-07-10T22:15:50.945Z Checking tui-tree-widget v0.23.1
48102026-07-10T22:15:51.039Z Checking rpassword v7.4.0
48112026-07-10T22:15:52.097Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48122026-07-10T22:15:55.186Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48132026-07-10T22:15:57.042Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48142026-07-10T22:15:57.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
48152026-07-10T22:15:58.092Z
48162026-07-10T22:15:58.092Zinfo: running `cargo check --bins` on wicket (297/300)
48172026-07-10T22:15:58.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-07-10T22:15:58.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-07-10T22:15:58.736Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48202026-07-10T22:15:59.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48212026-07-10T22:15:59.253Z
48222026-07-10T22:15:59.253Zinfo: running `cargo check --bins` on wicketd (298/300)
48232026-07-10T22:15:59.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48242026-07-10T22:15:59.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48252026-07-10T22:15:59.921Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48262026-07-10T22:15:59.924Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48272026-07-10T22:15:59.925Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48282026-07-10T22:15:59.925Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48292026-07-10T22:16:00.890Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48302026-07-10T22:16:01.449Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48312026-07-10T22:16:04.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
48322026-07-10T22:16:04.670Z
48332026-07-10T22:16:04.670Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48342026-07-10T22:16:05.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-07-10T22:16:05.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-07-10T22:16:05.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48372026-07-10T22:16:05.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48382026-07-10T22:16:05.196Z
48392026-07-10T22:16:05.197Zinfo: running `cargo check --bins` on zone-setup (300/300)
48402026-07-10T22:16:05.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-07-10T22:16:05.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-07-10T22:16:05.822Z Checking uzers v0.12.2
48432026-07-10T22:16:06.090Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48442026-07-10T22:16:06.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48452026-07-10T22:16:07.012Z
48462026-07-10T22:16:07.012Zreal 13:46.261388412
48472026-07-10T22:16:07.012Zuser 20:54.823297896
48482026-07-10T22:16:07.012Zsys 4:10.779591597
48492026-07-10T22:16:07.012Ztrap 0.333951820
48502026-07-10T22:16:07.012Ztflt 0.727067972
48512026-07-10T22:16:07.012Zdflt 1.041405057
48522026-07-10T22:16:07.012Zkflt 0.005423470
48532026-07-10T22:16:07.012Zlock 1:18:41.242860192
48542026-07-10T22:16:07.012Zslp 1:40:03.509674614
48552026-07-10T22:16:07.012Zlat 54.897720479
48562026-07-10T22:16:07.012Zstop 3:30.699218606
48572026-07-10T22:16:07.015Zprocess exited: duration 945037 ms, exit code 0
 
48582026-07-10T22:16:07.022Zfound 0 output files