01KYQ8QQYYK3TDSYEG4SQ8QEBA: 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: 01KYQ8R664CFEGH90XPWNBPSVW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T15:45:04.086Zjob assigned to worker 01KYQ8RMVAB5ZTGYCF0GT2NZMF [factory aws, i-0ef7ab1de51c59fa8] (queued for 59 s)
 
22026-07-29T15:45:10.736Zstarting task 0: "setup"
32026-07-29T15:45:10.740Z++ uname -s
42026-07-29T15:45:10.742Z+ kern=SunOS
52026-07-29T15:45:10.742Z+ build_user=build
62026-07-29T15:45:10.742Z+ build_uid=12345
72026-07-29T15:45:10.742Z+ work_dir=/work
82026-07-29T15:45:10.742Z+ input_dir=/input
92026-07-29T15:45:10.742Z+ [[ 0 == 12345 ]]
102026-07-29T15:45:10.742Z+ case "$kern" in
112026-07-29T15:45:10.742Z+ groupadd -g 12345 build
122026-07-29T15:45:10.745Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T15:45:12.748Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T15:45:12.825Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T15:45:12.829Z+ home_fs=zfs
162026-07-29T15:45:12.829Z+ [[ zfs == autofs ]]
172026-07-29T15:45:12.829Z+ mkdir -p /home/build
182026-07-29T15:45:12.829Z+ chown build:build /home/build /work
192026-07-29T15:45:14.829Z+ chmod 0700 /home/build /work
202026-07-29T15:45:14.832Zprocess exited: duration 4096 ms, exit code 0
 
212026-07-29T15:45:14.837Zstarting task 1: "rust-toolchain"
222026-07-29T15:45:14.840Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T15:45:14.840Z * rust toolchain channel = "1.97.1"
242026-07-29T15:45:14.840Z * rust toolchain profile = "default"
252026-07-29T15:45:14.840Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-29T15:45:14.840Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T15:45:14.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T15:45:14.843Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T15:45:14.843Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T15:45:14.921Zinfo: downloading installer
312026-07-29T15:45:16.163Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T15:45:16.163Zwarn: /home/build/.rustup/settings.toml
332026-07-29T15:45:16.163Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T15:45:16.163Zwarn: instead of the one inferred from the default host triple.
352026-07-29T15:45:16.176Zinfo: profile set to default
362026-07-29T15:45:16.176Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T15:45:16.179Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T15:45:16.300Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T15:45:16.302Zinfo: downloading 6 components
402026-07-29T15:45:30.710Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T15:45:30.710Z
422026-07-29T15:45:30.738Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T15:45:30.738Z
442026-07-29T15:45:30.738Z
452026-07-29T15:45:30.738ZRust is installed now. Great!
462026-07-29T15:45:30.738Z
472026-07-29T15:45:30.738ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T15:45:30.738Zenvironment variable. This has not been done automatically.
492026-07-29T15:45:30.738Z
502026-07-29T15:45:30.738ZTo configure your current shell, you need to source
512026-07-29T15:45:30.738Zthe corresponding env file under $HOME/.cargo.
522026-07-29T15:45:30.738Z
532026-07-29T15:45:30.738ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T15:45:30.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T15:45:30.738Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T15:45:30.738Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T15:45:30.739Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T15:45:30.739Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T15:45:30.739Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T15:45:30.739Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T15:45:30.739Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T15:45:30.839Z+ rustup --version
632026-07-29T15:45:30.848Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T15:45:30.850Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T15:45:30.870Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T15:45:30.872Z+ cargo --version
672026-07-29T15:45:30.887Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T15:45:30.890Z+ rustc --version
692026-07-29T15:45:30.910Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T15:45:30.913Zprocess exited: duration 16075 ms, exit code 0
 
712026-07-29T15:45:30.919Zstarting task 2: "authentication"
722026-07-29T15:45:30.935Zprocess exited: duration 16 ms, exit code 0
 
732026-07-29T15:45:30.941Zstarting task 3: "clone repository"
742026-07-29T15:45:30.944Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T15:45:30.947Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T15:45:30.975ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T15:45:40.561Z+ cd /work/oxidecomputer/omicron
782026-07-29T15:45:40.561Z+ git fetch origin 0a17571f0e74511dae968f708aee23460999f296
792026-07-29T15:45:40.840ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T15:45:40.840Z * branch 0a17571f0e74511dae968f708aee23460999f296 -> FETCH_HEAD
812026-07-29T15:45:40.852Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-07-29T15:45:40.855Z++ git branch --show-current
832026-07-29T15:45:40.855Z+ current=main
842026-07-29T15:45:40.855Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-07-29T15:45:40.855Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 0a17571f0e74511dae968f708aee23460999f296
862026-07-29T15:45:40.858Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-07-29T15:45:41.106ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-07-29T15:45:41.109Z+ git reset --hard 0a17571f0e74511dae968f708aee23460999f296
892026-07-29T15:45:41.127ZHEAD is now at 0a17571f0 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers
902026-07-29T15:45:41.130Zprocess exited: duration 10187 ms, exit code 0
 
912026-07-29T15:45:41.135Zstarting task 4: "build"
922026-07-29T15:45:41.139Z+ source .github/buildomat/ci-env.sh
932026-07-29T15:45:41.139Z++ export CARGO_TERM_COLOR=always
942026-07-29T15:45:41.139Z++ CARGO_TERM_COLOR=always
952026-07-29T15:45:41.142Z+++ uname -s
962026-07-29T15:45:41.142Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T15:45:41.142Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T15:45:41.146Z+ cargo --version
992026-07-29T15:45:41.152Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T15:45:41.158Z+ rustc --version
1012026-07-29T15:45:41.174Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T15:45:41.176Z+ source ./env.sh
1032026-07-29T15:45:41.176Z++ OLD_SHELL_OPTS=ehxB
1042026-07-29T15:45:41.176Z++ set -o xtrace
1052026-07-29T15:45:41.178Z++++ dirname ./env.sh
1062026-07-29T15:45:41.181Z+++ readlink -f .
1072026-07-29T15:45:41.184Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-29T15:45:41.184Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-29T15:45:41.184Z++ 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-29T15:45:41.184Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-29T15:45:41.184Z++ 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-29T15:45:41.184Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-29T15:45:41.184Z++ 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-29T15:45:41.184Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-29T15:45:41.184Z++ 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-29T15:45:41.184Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-29T15:45:41.184Z++ 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-29T15:45:41.184Z++ case $OLD_SHELL_OPTS in
1192026-07-29T15:45:41.184Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-29T15:45:41.184Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-29T15:45:41.184Z+ 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-29T15:45:41.184Z+ banner prerequisites
1232026-07-29T15:45:41.184Z
1242026-07-29T15:45:41.184Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-29T15:45:41.184Z # # # # # # # # # # # # # # #
1262026-07-29T15:45:41.184Z # # # # ##### # # ##### # # # # # #### #
1272026-07-29T15:45:41.184Z ##### ##### # ##### # # # # # # # # #
1282026-07-29T15:45:41.184Z # # # # # # # # # # # # # # #
1292026-07-29T15:45:41.184Z # # # ###### # # ###### ### # #### # #### #
1302026-07-29T15:45:41.184Z
1312026-07-29T15:45:41.184Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-29T15:45:42.907Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-29T15:45:43.142Z Startup: Caching catalogs ... Done
1342026-07-29T15:45:44.339ZPlanning: Solver setup ... Done (1.116s)
1352026-07-29T15:45:44.382ZPlanning: Running solver ... Done (0.043s)
1362026-07-29T15:45:44.413ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-29T15:45:44.423ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-29T15:45:44.442ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-29T15:45:44.456ZPlanning: Package planning ... Done (0.013s)
1402026-07-29T15:45:44.459ZPlanning: Merging actions ... Done (0.001s)
1412026-07-29T15:45:44.665ZPlanning: Checking for conflicting actions ... Done (0.208s)
1422026-07-29T15:45:44.669ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-29T15:45:45.439ZPlanning: Evaluating mediators ... Done (0.773s)
1442026-07-29T15:45:45.443ZPlanning: Planning completed in 2.27 seconds
1452026-07-29T15:45:45.449Z Packages to install: 2
1462026-07-29T15:45:45.449Z Estimated space available: 156.02 GB
1472026-07-29T15:45:45.453ZEstimated space to be consumed: 55.05 MB
1482026-07-29T15:45:45.453Z Create boot environment: No
1492026-07-29T15:45:45.453ZCreate backup boot environment: No
1502026-07-29T15:45:45.453Z Rebuild boot archive: No
1512026-07-29T15:45:45.453Z
1522026-07-29T15:45:45.453ZChanged packages:
1532026-07-29T15:45:45.453Zhelios
1542026-07-29T15:45:45.453Z developer/build-essential
1552026-07-29T15:45:45.453Z None -> 11-3.0
1562026-07-29T15:45:45.453Z library/libxmlsec1
1572026-07-29T15:45:45.453Z None -> 1.2.35-3.0
1582026-07-29T15:45:45.472Z
1592026-07-29T15:45:45.473ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-29T15:45:45.549ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-07-29T15:45:45.605Z Actions: 1/268 actions (Installing new actions)
1622026-07-29T15:45:45.645Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-29T15:45:45.666ZFinalize: Updating package state database ... Done (0.022s)
1642026-07-29T15:45:45.666ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-29T15:45:45.723ZFinalize: Updating image state ... Done (0.057s)
1662026-07-29T15:45:48.126ZFinalize: Creating fast lookup database ... Done (2.364s)
1672026-07-29T15:45:48.192ZFinalize: Reading search index ... Done (0.012s)
1682026-07-29T15:45:48.195ZFinalize: Updating search index ... Done (0.000s)
1692026-07-29T15:45:48.263ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-29T15:45:48.608ZPlanning: Evaluating mediator changes ... Done
1712026-07-29T15:45:48.712ZPlanning: Checking for conflicting actions ... Done
1722026-07-29T15:45:48.716ZPlanning: Consolidating action changes ... Done
1732026-07-29T15:45:48.872ZPlanning: Evaluating mediators ... Done
1742026-07-29T15:45:48.875ZPlanning: Planning completed in 0.27 seconds
1752026-07-29T15:45:48.896Z Mediators to change: 2
1762026-07-29T15:45:48.896Z Create boot environment: No
1772026-07-29T15:45:48.899ZCreate backup boot environment: No
1782026-07-29T15:45:48.931ZFinalize: Updating package state database ... Done
1792026-07-29T15:45:48.931ZFinalize: Updating package cache ... Done
1802026-07-29T15:45:48.964ZFinalize: Updating image state ... Done
1812026-07-29T15:45:50.933ZFinalize: Creating fast lookup database ... Done
1822026-07-29T15:45:50.996ZFinalize: Reading search index ... Done
1832026-07-29T15:45:50.998ZFinalize: Updating search index ... Done
1842026-07-29T15:45:51.045ZFinalize: Updating package cache ... Done
1852026-07-29T15:45:51.330ZPlanning: Evaluating mediator changes ... Done
1862026-07-29T15:45:51.436ZPlanning: Checking for conflicting actions ... Done
1872026-07-29T15:45:51.439ZPlanning: Consolidating action changes ... Done
1882026-07-29T15:45:51.594ZPlanning: Evaluating mediators ... Done
1892026-07-29T15:45:51.596ZPlanning: Planning completed in 0.26 seconds
1902026-07-29T15:45:51.616Z Mediators to change: 1
1912026-07-29T15:45:51.616Z Create boot environment: No
1922026-07-29T15:45:51.616ZCreate backup boot environment: No
1932026-07-29T15:45:51.659ZFinalize: Updating package state database ... Done
1942026-07-29T15:45:51.659ZFinalize: Updating package cache ... Done
1952026-07-29T15:45:51.693ZFinalize: Updating image state ... Done
1962026-07-29T15:45:53.650ZFinalize: Creating fast lookup database ... Done
1972026-07-29T15:45:53.712ZFinalize: Reading search index ... Done
1982026-07-29T15:45:53.715ZFinalize: Updating search index ... Done
1992026-07-29T15:45:53.765ZFinalize: Updating package cache ... Done
2002026-07-29T15:45:54.075ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-29T15:45:54.075Zapache system 2.4 system
2022026-07-29T15:45:54.075Zclang system 15 system
2032026-07-29T15:45:54.076Zcsh system system illumos
2042026-07-29T15:45:54.076Zctags system system illumos
2052026-07-29T15:45:54.076Zfile vendor vendor darwinsys
2062026-07-29T15:45:54.076Zfile system system illumos
2072026-07-29T15:45:54.076Zgcc vendor 14 vendor
2082026-07-29T15:45:54.076Zgcc system 13 system
2092026-07-29T15:45:54.076Zgcc system 10 system
2102026-07-29T15:45:54.076Zgo system 1.25 system
2112026-07-29T15:45:54.076Zllvm system 15 system
2122026-07-29T15:45:54.076Zmariadb system 11.4 system
2132026-07-29T15:45:54.076Zmta vendor vendor dma
2142026-07-29T15:45:54.076Zopenjdk system 17 system
2152026-07-29T15:45:54.076Zopenjdk system 11 system
2162026-07-29T15:45:54.076Zopenssl vendor 3 vendor
2172026-07-29T15:45:54.076Zperl system 5.40 system
2182026-07-29T15:45:54.076Zpostgresql system 18 system
2192026-07-29T15:45:54.076Zpostgresql system 17 system
2202026-07-29T15:45:54.076Zpython vendor 3 vendor
2212026-07-29T15:45:54.076Zpython system 2 system
2222026-07-29T15:45:54.076Zpython3 vendor 3.13 vendor
2232026-07-29T15:45:54.076Zruby system 3.4 system
2242026-07-29T15:45:54.076Zruby system 3.0 system
2252026-07-29T15:45:54.076Zwords vendor vendor american-english
2262026-07-29T15:45:54.076Zwords system system australian-english
2272026-07-29T15:45:54.076Zwords system system british-english
2282026-07-29T15:45:54.076Zwords system system canadian-english
2292026-07-29T15:45:54.076Zwords system system french
2302026-07-29T15:45:54.076Zwords system system italian
2312026-07-29T15:45:54.076Zwords system system ngerman
2322026-07-29T15:45:54.076Zwords system system ogerman
2332026-07-29T15:45:54.076Zwords system system spanish
2342026-07-29T15:45:54.330ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-29T15:45:54.330Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-29T15:45:54.721ZFMRI IFO
2372026-07-29T15:45:54.721Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-29T15:45:54.721Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-29T15:45:54.721Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-29T15:45:54.721Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-29T15:45:54.721Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-29T15:45:54.721Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-29T15:45:54.721Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-29T15:45:54.721Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-29T15:45:54.721Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-29T15:45:55.030Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-29T15:45:55.356Z Updating crates.io index
2482026-07-29T15:45:55.359Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-29T15:45:55.585Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-29T15:45:55.931Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-29T15:45:56.888Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-29T15:45:57.405Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-29T15:45:59.087Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-29T15:45:59.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-29T15:46:00.194Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-29T15:46:00.524Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-29T15:46:01.951Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-29T15:46:02.230Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-29T15:46:02.509Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-29T15:46:02.789Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-29T15:46:03.280Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-29T15:46:03.796Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-29T15:46:04.051Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-29T15:46:04.333Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-29T15:46:04.599Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-29T15:46:04.906Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-29T15:46:05.144Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-29T15:46:05.381Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-29T15:46:05.647Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-29T15:46:06.036Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-29T15:46:06.398Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-29T15:46:06.645Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-29T15:46:07.063Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-29T15:46:07.332Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-29T15:46:07.690Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-29T15:46:08.262Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-29T15:46:08.581Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-29T15:46:09.856Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-29T15:46:10.167Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-29T15:46:10.929Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-29T15:46:11.004Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-29T15:46:11.308Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-29T15:46:11.590Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-29T15:46:11.950Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-29T15:46:12.455Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-29T15:46:12.804Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-29T15:46:12.883Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-29T15:46:13.477Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-29T15:46:15.785Z Downloading crates ...
2902026-07-29T15:46:15.838Z Downloaded cargo-platform v0.3.2
2912026-07-29T15:46:15.845Z Downloaded anstream v1.0.0
2922026-07-29T15:46:15.846Z Downloaded anstyle v1.0.14
2932026-07-29T15:46:15.846Z Downloaded cargo_metadata v0.23.1
2942026-07-29T15:46:15.846Z Downloaded zmij v1.0.21
2952026-07-29T15:46:15.854Z Downloaded zerocopy-derive v0.7.35
2962026-07-29T15:46:15.859Z Downloaded strsim v0.11.1
2972026-07-29T15:46:15.859Z Downloaded is_terminal_polyfill v1.70.2
2982026-07-29T15:46:15.859Z Downloaded version_check v0.9.5
2992026-07-29T15:46:15.859Z Downloaded zerocopy v0.7.35
3002026-07-29T15:46:15.994Z Downloaded fastrand v2.3.0
3012026-07-29T15:46:15.994Z Downloaded dof v0.3.0
3022026-07-29T15:46:15.994Z Downloaded heck v0.5.0
3032026-07-29T15:46:16.009Z Downloaded anstyle-query v1.1.5
3042026-07-29T15:46:16.009Z Downloaded fnv v1.0.7
3052026-07-29T15:46:16.009Z Downloaded cpufeatures v0.2.17
3062026-07-29T15:46:16.009Z Downloaded macaddr v1.0.1
3072026-07-29T15:46:16.009Z Downloaded itoa v1.0.17
3082026-07-29T15:46:16.009Z Downloaded errno v0.3.14
3092026-07-29T15:46:16.010Z Downloaded block-buffer v0.10.4
3102026-07-29T15:46:16.010Z Downloaded crypto-common v0.1.7
3112026-07-29T15:46:16.010Z Downloaded proc-macro-error-attr v1.0.4
3122026-07-29T15:46:16.010Z Downloaded pretty-hex v0.4.1
3132026-07-29T15:46:16.010Z Downloaded camino-tempfile v1.4.1
3142026-07-29T15:46:16.010Z Downloaded thiserror-impl v2.0.18
3152026-07-29T15:46:16.010Z Downloaded usdt-impl v0.5.0
3162026-07-29T15:46:16.010Z Downloaded equivalent v1.0.2
3172026-07-29T15:46:16.010Z Downloaded heck v0.4.1
3182026-07-29T15:46:16.010Z Downloaded generic-array v0.14.7
3192026-07-29T15:46:16.010Z Downloaded clap_lex v1.0.0
3202026-07-29T15:46:16.010Z Downloaded smawk v0.3.2
3212026-07-29T15:46:16.011Z Downloaded usdt-attr-macro v0.5.0
3222026-07-29T15:46:16.011Z Downloaded plain v0.2.3
3232026-07-29T15:46:16.011Z Downloaded colorchoice v1.0.4
3242026-07-29T15:46:16.011Z Downloaded dtrace-parser v0.2.0
3252026-07-29T15:46:16.011Z Downloaded toml_write v0.1.2
3262026-07-29T15:46:16.011Z Downloaded scroll_derive v0.12.1
3272026-07-29T15:46:16.011Z Downloaded swrite v0.1.0
3282026-07-29T15:46:16.011Z Downloaded terminal_size v0.4.3
3292026-07-29T15:46:16.011Z Downloaded usdt-macro v0.5.0
3302026-07-29T15:46:16.011Z Downloaded tabled_derive v0.7.0
3312026-07-29T15:46:16.011Z Downloaded toml_datetime v0.6.11
3322026-07-29T15:46:16.011Z Downloaded thread-id v4.2.2
3332026-07-29T15:46:16.011Z Downloaded usdt v0.5.0
3342026-07-29T15:46:16.011Z Downloaded autocfg v1.5.0
3352026-07-29T15:46:16.011Z Downloaded cfg-if v1.0.4
3362026-07-29T15:46:16.011Z Downloaded byteorder v1.5.0
3372026-07-29T15:46:16.011Z Downloaded anstyle-parse v1.0.0
3382026-07-29T15:46:16.011Z Downloaded serde_tokenstream v0.2.3
3392026-07-29T15:46:16.011Z Downloaded proc-macro-error v1.0.4
3402026-07-29T15:46:16.011Z Downloaded memmap v0.7.0
3412026-07-29T15:46:16.011Z Downloaded thiserror-impl v1.0.69
3422026-07-29T15:46:16.011Z Downloaded bytecount v0.6.9
3432026-07-29T15:46:16.012Z Downloaded serde_spanned v0.6.9
3442026-07-29T15:46:16.012Z Downloaded digest v0.10.7
3452026-07-29T15:46:16.012Z Downloaded fs-err v3.3.0
3462026-07-29T15:46:16.012Z Downloaded scroll v0.12.0
3472026-07-29T15:46:16.012Z Downloaded thiserror v1.0.69
3482026-07-29T15:46:16.012Z Downloaded once_cell v1.21.3
3492026-07-29T15:46:16.012Z Downloaded sha2 v0.10.9
3502026-07-29T15:46:16.012Z Downloaded quote v1.0.45
3512026-07-29T15:46:16.018Z Downloaded utf8parse v0.2.2
3522026-07-29T15:46:16.018Z Downloaded thiserror v2.0.18
3532026-07-29T15:46:16.018Z Downloaded semver v1.0.28
3542026-07-29T15:46:16.018Z Downloaded bitflags v2.11.0
3552026-07-29T15:46:16.028Z Downloaded unicode-ident v1.0.24
3562026-07-29T15:46:16.028Z Downloaded unicode-linebreak v0.1.5
3572026-07-29T15:46:16.034Z Downloaded cargo_toml v0.21.0
3582026-07-29T15:46:16.035Z Downloaded anyhow v1.0.102
3592026-07-29T15:46:16.035Z Downloaded pest_generator v2.8.6
3602026-07-29T15:46:16.035Z Downloaded clap_derive v4.6.1
3612026-07-29T15:46:16.038Z Downloaded pest_derive v2.8.6
3622026-07-29T15:46:16.038Z Downloaded tempfile v3.25.0
3632026-07-29T15:46:16.049Z Downloaded ucd-trie v0.1.7
3642026-07-29T15:46:16.057Z Downloaded toml v0.8.23
3652026-07-29T15:46:16.072Z Downloaded serde_derive v1.0.228
3662026-07-29T15:46:16.072Z Downloaded getrandom v0.4.1
3672026-07-29T15:46:16.079Z Downloaded papergrid v0.11.0
3682026-07-29T15:46:16.079Z Downloaded serde_core v1.0.228
3692026-07-29T15:46:16.079Z Downloaded textwrap v0.16.2
3702026-07-29T15:46:16.079Z Downloaded log v0.4.29
3712026-07-29T15:46:16.086Z Downloaded camino v1.2.2
3722026-07-29T15:46:16.090Z Downloaded memchr v2.8.0
3732026-07-29T15:46:16.095Z Downloaded pest_meta v2.8.6
3742026-07-29T15:46:16.095Z Downloaded proc-macro2 v1.0.106
3752026-07-29T15:46:16.203Z Downloaded clap v4.6.1
3762026-07-29T15:46:16.214Z Downloaded toml_edit v0.22.27
3772026-07-29T15:46:16.214Z Downloaded serde v1.0.228
3782026-07-29T15:46:16.214Z Downloaded typenum v1.20.1
3792026-07-29T15:46:16.214Z Downloaded pest v2.8.6
3802026-07-29T15:46:16.214Z Downloaded indexmap v2.14.0
3812026-07-29T15:46:16.214Z Downloaded hashbrown v0.17.0
3822026-07-29T15:46:16.214Z Downloaded serde_json v1.0.151
3832026-07-29T15:46:16.214Z Downloaded clap_builder v4.6.0
3842026-07-29T15:46:16.218Z Downloaded goblin v0.8.2
3852026-07-29T15:46:16.219Z Downloaded winnow v0.7.14
3862026-07-29T15:46:16.223Z Downloaded tabled v0.15.0
3872026-07-29T15:46:16.231Z Downloaded syn v1.0.109
3882026-07-29T15:46:16.255Z Downloaded unicode-width v0.1.14
3892026-07-29T15:46:16.262Z Downloaded unicode-width v0.2.0
3902026-07-29T15:46:16.262Z Downloaded syn v2.0.117
3912026-07-29T15:46:16.272Z Downloaded rustix v1.1.3
3922026-07-29T15:46:16.297Z Downloaded libc v0.2.185
3932026-07-29T15:46:16.405Z Compiling proc-macro2 v1.0.106
3942026-07-29T15:46:16.405Z Compiling quote v1.0.45
3952026-07-29T15:46:16.405Z Compiling unicode-ident v1.0.24
3962026-07-29T15:46:16.409Z Compiling serde_core v1.0.228
3972026-07-29T15:46:16.409Z Compiling libc v0.2.185
3982026-07-29T15:46:16.409Z Compiling version_check v0.9.5
3992026-07-29T15:46:16.409Z Compiling memchr v2.8.0
4002026-07-29T15:46:16.717Z Compiling serde v1.0.228
4012026-07-29T15:46:16.722Z Compiling zmij v1.0.21
4022026-07-29T15:46:16.935Z Compiling ucd-trie v0.1.7
4032026-07-29T15:46:16.991Z Compiling thiserror v1.0.69
4042026-07-29T15:46:17.180Z Compiling itoa v1.0.17
4052026-07-29T15:46:17.201Z Compiling pest v2.8.6
4062026-07-29T15:46:17.350Z Compiling byteorder v1.5.0
4072026-07-29T15:46:17.434Z Compiling rustix v1.1.3
4082026-07-29T15:46:17.461Z Compiling errno v0.3.14
4092026-07-29T15:46:17.618Z Compiling bitflags v2.11.0
4102026-07-29T15:46:17.694Z Compiling serde_json v1.0.151
4112026-07-29T15:46:18.063Z Compiling syn v2.0.117
4122026-07-29T15:46:18.063Z Compiling thread-id v4.2.2
4132026-07-29T15:46:18.082Z Compiling proc-macro-error-attr v1.0.4
4142026-07-29T15:46:18.082Z Compiling usdt-impl v0.5.0
4152026-07-29T15:46:18.082Z Compiling camino v1.2.2
4162026-07-29T15:46:18.138Z Compiling syn v1.0.109
4172026-07-29T15:46:18.289Z Compiling pest_meta v2.8.6
4182026-07-29T15:46:18.433Z Compiling proc-macro-error v1.0.4
4192026-07-29T15:46:18.436Z Compiling log v0.4.29
4202026-07-29T15:46:18.500Z Compiling utf8parse v0.2.2
4212026-07-29T15:46:18.613Z Compiling getrandom v0.4.1
4222026-07-29T15:46:18.620Z Compiling plain v0.2.3
4232026-07-29T15:46:18.635Z Compiling hashbrown v0.17.0
4242026-07-29T15:46:18.826Z Compiling equivalent v1.0.2
4252026-07-29T15:46:18.914Z Compiling terminal_size v0.4.3
4262026-07-29T15:46:19.158Z Compiling anstyle-parse v1.0.0
4272026-07-29T15:46:19.202Z Compiling indexmap v2.14.0
4282026-07-29T15:46:19.691Z Compiling pretty-hex v0.4.1
4292026-07-29T15:46:19.740Z Compiling anstyle-query v1.1.5
4302026-07-29T15:46:19.820Z Compiling colorchoice v1.0.4
4312026-07-29T15:46:19.837Z Compiling toml_write v0.1.2
4322026-07-29T15:46:19.853Z Compiling is_terminal_polyfill v1.70.2
4332026-07-29T15:46:19.868Z Compiling cfg-if v1.0.4
4342026-07-29T15:46:19.944Z Compiling thiserror v2.0.18
4352026-07-29T15:46:19.960Z Compiling winnow v0.7.14
4362026-07-29T15:46:19.960Z Compiling anstyle v1.0.14
4372026-07-29T15:46:19.993Z Compiling autocfg v1.5.0
4382026-07-29T15:46:20.162Z Compiling anstream v1.0.0
4392026-07-29T15:46:20.204Z Compiling pest_generator v2.8.6
4402026-07-29T15:46:20.222Z Compiling clap_lex v1.0.0
4412026-07-29T15:46:20.435Z Compiling fs-err v3.3.0
4422026-07-29T15:46:20.470Z Compiling heck v0.5.0
4432026-07-29T15:46:20.486Z Compiling heck v0.4.1
4442026-07-29T15:46:20.626Z Compiling unicode-width v0.1.14
4452026-07-29T15:46:20.703Z Compiling bytecount v0.6.9
4462026-07-29T15:46:20.703Z Compiling fnv v1.0.7
4472026-07-29T15:46:20.758Z Compiling fastrand v2.3.0
4482026-07-29T15:46:20.838Z Compiling once_cell v1.21.3
4492026-07-29T15:46:20.854Z Compiling strsim v0.11.1
4502026-07-29T15:46:20.904Z Compiling anyhow v1.0.102
4512026-07-29T15:46:20.918Z Compiling papergrid v0.11.0
4522026-07-29T15:46:21.034Z Compiling clap_builder v4.6.0
4532026-07-29T15:46:21.052Z Compiling tempfile v3.25.0
4542026-07-29T15:46:21.293Z Compiling tabled_derive v0.7.0
4552026-07-29T15:46:21.311Z Compiling semver v1.0.28
4562026-07-29T15:46:21.419Z Compiling cargo-platform v0.3.2
4572026-07-29T15:46:21.436Z Compiling memmap v0.7.0
4582026-07-29T15:46:21.467Z Compiling smawk v0.3.2
4592026-07-29T15:46:21.611Z Compiling unicode-linebreak v0.1.5
4602026-07-29T15:46:21.627Z Compiling unicode-width v0.2.0
4612026-07-29T15:46:21.827Z Compiling serde_derive v1.0.228
4622026-07-29T15:46:21.854Z Compiling thiserror-impl v1.0.69
4632026-07-29T15:46:21.899Z Compiling zerocopy-derive v0.7.35
4642026-07-29T15:46:21.975Z Compiling pest_derive v2.8.6
4652026-07-29T15:46:21.992Z Compiling scroll_derive v0.12.1
4662026-07-29T15:46:22.192Z Compiling thiserror-impl v2.0.18
4672026-07-29T15:46:22.326Z Compiling clap_derive v4.6.1
4682026-07-29T15:46:22.418Z Compiling tabled v0.15.0
4692026-07-29T15:46:22.652Z Compiling scroll v0.12.0
4702026-07-29T15:46:22.767Z Compiling zerocopy v0.7.35
4712026-07-29T15:46:22.933Z Compiling goblin v0.8.2
4722026-07-29T15:46:23.231Z Compiling dtrace-parser v0.2.0
4732026-07-29T15:46:23.319Z Compiling textwrap v0.16.2
4742026-07-29T15:46:23.645Z Compiling camino-tempfile v1.4.1
4752026-07-29T15:46:23.790Z Compiling swrite v0.1.0
4762026-07-29T15:46:24.069Z Compiling clap v4.6.1
4772026-07-29T15:46:24.888Z Compiling toml_datetime v0.6.11
4782026-07-29T15:46:24.888Z Compiling serde_spanned v0.6.9
4792026-07-29T15:46:24.890Z Compiling macaddr v1.0.1
4802026-07-29T15:46:24.890Z Compiling cargo_metadata v0.23.1
4812026-07-29T15:46:24.890Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-29T15:46:24.970Z Compiling dof v0.3.0
4832026-07-29T15:46:24.985Z Compiling serde_tokenstream v0.2.3
4842026-07-29T15:46:25.103Z Compiling toml_edit v0.22.27
4852026-07-29T15:46:25.783Z Compiling usdt-attr-macro v0.5.0
4862026-07-29T15:46:25.787Z Compiling usdt-macro v0.5.0
4872026-07-29T15:46:26.377Z Compiling usdt v0.5.0
4882026-07-29T15:46:26.452Z Compiling toml v0.8.23
4892026-07-29T15:46:26.781Z Compiling cargo_toml v0.21.0
4902026-07-29T15:46:28.034Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-29T15:46:30.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.23s
4922026-07-29T15:46:30.308Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-29T15:46:30.826Z Downloading crates ...
4942026-07-29T15:46:30.877Z Downloaded aead v0.5.2
4952026-07-29T15:46:30.880Z Downloaded arrayref v0.3.9
4962026-07-29T15:46:30.880Z Downloaded atty v0.2.14
4972026-07-29T15:46:30.883Z Downloaded adler2 v2.0.1
4982026-07-29T15:46:30.883Z Downloaded anstyle-parse v0.2.7
4992026-07-29T15:46:30.889Z Downloaded cfg_aliases v0.1.1
5002026-07-29T15:46:30.892Z Downloaded ascii-canvas v3.0.0
5012026-07-29T15:46:30.895Z Downloaded base16ct v0.2.0
5022026-07-29T15:46:30.897Z Downloaded foreign-types-macros v0.2.3
5032026-07-29T15:46:30.900Z Downloaded ciborium-io v0.2.2
5042026-07-29T15:46:30.900Z Downloaded bitfield-macros v0.19.4
5052026-07-29T15:46:30.903Z Downloaded foreign-types v0.3.2
5062026-07-29T15:46:30.905Z Downloaded convert_case v0.4.0
5072026-07-29T15:46:30.905Z Downloaded env_filter v1.0.0
5082026-07-29T15:46:30.905Z Downloaded assert_matches v1.5.0
5092026-07-29T15:46:30.905Z Downloaded env_logger v0.11.9
5102026-07-29T15:46:30.908Z Downloaded base16ct v1.0.0
5112026-07-29T15:46:30.908Z Downloaded async-recursion v1.1.1
5122026-07-29T15:46:30.911Z Downloaded atomicwrites v0.4.4
5132026-07-29T15:46:30.911Z Downloaded cfg_aliases v0.2.1
5142026-07-29T15:46:30.911Z Downloaded flate2 v1.1.9
5152026-07-29T15:46:30.913Z Downloaded globwalk v0.9.1
5162026-07-29T15:46:30.916Z Downloaded http-body v1.0.1
5172026-07-29T15:46:30.916Z Downloaded funty v2.0.0
5182026-07-29T15:46:30.916Z Downloaded hostname v0.4.2
5192026-07-29T15:46:30.916Z Downloaded async-stream v0.3.6
5202026-07-29T15:46:30.919Z Downloaded fd-lock v4.0.4
5212026-07-29T15:46:30.919Z Downloaded ff v0.14.0
5222026-07-29T15:46:30.919Z Downloaded foreign-types v0.5.0
5232026-07-29T15:46:30.921Z Downloaded foreign-types-shared v0.3.1
5242026-07-29T15:46:30.921Z Downloaded fs_extra v1.3.0
5252026-07-29T15:46:30.921Z Downloaded headers-core v0.3.0
5262026-07-29T15:46:30.921Z Downloaded anstream v0.6.21
5272026-07-29T15:46:30.924Z Downloaded bit-set v0.8.0
5282026-07-29T15:46:30.924Z Downloaded bit-vec v0.6.3
5292026-07-29T15:46:30.924Z Downloaded cbc v0.2.1
5302026-07-29T15:46:30.926Z Downloaded bitfield v0.19.4
5312026-07-29T15:46:30.926Z Downloaded float-cmp v0.10.0
5322026-07-29T15:46:30.926Z Downloaded fixedbitset v0.4.2
5332026-07-29T15:46:30.929Z Downloaded float-ord v0.3.2
5342026-07-29T15:46:30.929Z Downloaded ghash v0.6.0
5352026-07-29T15:46:30.929Z Downloaded atomic-waker v1.1.2
5362026-07-29T15:46:30.929Z Downloaded futures-core v0.3.32
5372026-07-29T15:46:30.931Z Downloaded ciborium-ll v0.2.2
5382026-07-29T15:46:30.934Z Downloaded enum-as-inner v0.6.1
5392026-07-29T15:46:30.937Z Downloaded fxhash v0.2.1
5402026-07-29T15:46:30.937Z Downloaded hash32 v0.2.1
5412026-07-29T15:46:30.937Z Downloaded gethostname v0.5.0
5422026-07-29T15:46:30.937Z Downloaded async-stream-impl v0.3.6
5432026-07-29T15:46:30.937Z Downloaded form_urlencoded v1.2.2
5442026-07-29T15:46:30.937Z Downloaded generic-array v1.4.3
5452026-07-29T15:46:30.939Z Downloaded getrandom v0.2.17
5462026-07-29T15:46:30.942Z Downloaded fixedbitset v0.5.7
5472026-07-29T15:46:30.942Z Downloaded foldhash v0.2.0
5482026-07-29T15:46:30.945Z Downloaded block-buffer v0.12.1
5492026-07-29T15:46:30.945Z Downloaded block-padding v0.4.2
5502026-07-29T15:46:30.945Z Downloaded erased-serde v0.3.31
5512026-07-29T15:46:30.945Z Downloaded futures-executor v0.3.32
5522026-07-29T15:46:30.948Z Downloaded futures-io v0.3.32
5532026-07-29T15:46:30.948Z Downloaded home v0.5.12
5542026-07-29T15:46:30.950Z Downloaded bitflags v1.3.2
5552026-07-29T15:46:30.953Z Downloaded http-range v0.1.5
5562026-07-29T15:46:30.953Z Downloaded bitfield-struct v0.6.2
5572026-07-29T15:46:30.955Z Downloaded futures-channel v0.3.32
5582026-07-29T15:46:30.955Z Downloaded hex-literal v1.1.0
5592026-07-29T15:46:30.958Z Downloaded globset v0.4.18
5602026-07-29T15:46:30.958Z Downloaded castaway v0.2.4
5612026-07-29T15:46:30.958Z Downloaded bb8 v0.8.6
5622026-07-29T15:46:30.960Z Downloaded fatfs v0.3.6
5632026-07-29T15:46:30.963Z Downloaded cobs v0.3.0
5642026-07-29T15:46:30.963Z Downloaded git-stub v1.0.0
5652026-07-29T15:46:30.965Z Downloaded futures-sink v0.3.32
5662026-07-29T15:46:30.968Z Downloaded array-init v0.0.4
5672026-07-29T15:46:30.968Z Downloaded bcrypt-pbkdf v0.11.0
5682026-07-29T15:46:30.968Z Downloaded foreign-types-shared v0.1.1
5692026-07-29T15:46:30.968Z Downloaded futures-macro v0.3.32
5702026-07-29T15:46:30.970Z Downloaded futures-task v0.3.32
5712026-07-29T15:46:30.977Z Downloaded hyper-tls v0.6.0
5722026-07-29T15:46:30.979Z Downloaded flagset v0.4.7
5732026-07-29T15:46:30.982Z Downloaded hostname v0.3.1
5742026-07-29T15:46:30.985Z Downloaded colored v2.2.0
5752026-07-29T15:46:30.988Z Downloaded compression-core v0.4.31
5762026-07-29T15:46:30.988Z Downloaded hash32 v0.3.1
5772026-07-29T15:46:30.988Z Downloaded hubpack_derive v0.1.1
5782026-07-29T15:46:30.988Z Downloaded hex v0.4.3
5792026-07-29T15:46:30.991Z Downloaded fallible-iterator v0.2.0
5802026-07-29T15:46:30.991Z Downloaded hyper-staticfile v0.10.1
5812026-07-29T15:46:30.993Z Downloaded argon2 v0.6.0-rc.8
5822026-07-29T15:46:30.996Z Downloaded httpdate v1.0.3
5832026-07-29T15:46:30.999Z Downloaded endian-type v0.1.2
5842026-07-29T15:46:31.002Z Downloaded parse-display v0.10.0
5852026-07-29T15:46:31.004Z Downloaded nonempty v0.12.0
5862026-07-29T15:46:31.007Z Downloaded bcs v0.1.6
5872026-07-29T15:46:31.007Z Downloaded foldhash v0.1.5
5882026-07-29T15:46:31.007Z Downloaded blowfish v0.10.0
5892026-07-29T15:46:31.010Z Downloaded fs-err v2.11.0
5902026-07-29T15:46:31.010Z Downloaded getrandom v0.3.4
5912026-07-29T15:46:31.010Z Downloaded base64ct v1.8.3
5922026-07-29T15:46:31.016Z Downloaded proc-macro-error-attr2 v2.0.0
5932026-07-29T15:46:31.019Z Downloaded hubpack v0.1.2
5942026-07-29T15:46:31.019Z Downloaded olpc-cjson v0.1.4
5952026-07-29T15:46:31.021Z Downloaded precomputed-hash v0.1.1
5962026-07-29T15:46:31.024Z Downloaded phf_shared v0.11.3
5972026-07-29T15:46:31.024Z Downloaded phf_shared v0.12.1
5982026-07-29T15:46:31.024Z Downloaded proc-macro-crate v3.4.0
5992026-07-29T15:46:31.031Z Downloaded sapling-renderdag v0.1.0
6002026-07-29T15:46:31.034Z Downloaded scroll_derive v0.13.1
6012026-07-29T15:46:31.034Z Downloaded rustc_version v0.4.1
6022026-07-29T15:46:31.034Z Downloaded glob v0.3.3
6032026-07-29T15:46:31.037Z Downloaded group v0.14.0
6042026-07-29T15:46:31.037Z Downloaded git-stub-vcs v0.1.0
6052026-07-29T15:46:31.039Z Downloaded ahash v0.8.12
6062026-07-29T15:46:31.039Z Downloaded backoff v0.4.0
6072026-07-29T15:46:31.042Z Downloaded argon2 v0.5.3
6082026-07-29T15:46:31.042Z Downloaded bzip2 v0.6.1
6092026-07-29T15:46:31.042Z Downloaded find-msvc-tools v0.1.9
6102026-07-29T15:46:31.045Z Downloaded filetime v0.2.27
6112026-07-29T15:46:31.045Z Downloaded humantime v2.3.0
6122026-07-29T15:46:31.047Z Downloaded bit-vec v0.8.0
6132026-07-29T15:46:31.047Z Downloaded const_format_proc_macros v0.2.34
6142026-07-29T15:46:31.047Z Downloaded bit-set v0.5.3
6152026-07-29T15:46:31.050Z Downloaded constant_time_eq v0.4.2
6162026-07-29T15:46:31.052Z Downloaded byte-wrapper v0.1.0
6172026-07-29T15:46:31.052Z Downloaded cmov v0.5.4
6182026-07-29T15:46:31.055Z Downloaded aead v0.6.1
6192026-07-29T15:46:31.055Z Downloaded signal-hook-tokio v0.3.1
6202026-07-29T15:46:31.057Z Downloaded chacha20 v0.9.1
6212026-07-29T15:46:31.057Z Downloaded cipher v0.4.4
6222026-07-29T15:46:31.060Z Downloaded cmake v0.1.57
6232026-07-29T15:46:31.060Z Downloaded buf-list v1.1.2
6242026-07-29T15:46:31.062Z Downloaded cexpr v0.6.0
6252026-07-29T15:46:31.062Z Downloaded async-trait v0.1.89
6262026-07-29T15:46:31.062Z Downloaded compression-codecs v0.4.37
6272026-07-29T15:46:31.065Z Downloaded serde_urlencoded v0.7.1
6282026-07-29T15:46:31.073Z Downloaded async-bb8-diesel v0.2.1
6292026-07-29T15:46:31.075Z Downloaded bs58 v0.5.1
6302026-07-29T15:46:31.075Z Downloaded camino-tempfile-ext v0.3.3
6312026-07-29T15:46:31.078Z Downloaded group v0.13.0
6322026-07-29T15:46:31.078Z Downloaded highway v1.3.0
6332026-07-29T15:46:31.081Z Downloaded aes-gcm v0.11.0
6342026-07-29T15:46:31.083Z Downloaded cassowary v0.3.0
6352026-07-29T15:46:31.083Z Downloaded cipher v0.5.2
6362026-07-29T15:46:31.083Z Downloaded structmeta v0.3.0
6372026-07-29T15:46:31.086Z Downloaded blake2 v0.11.0-rc.6
6382026-07-29T15:46:31.086Z Downloaded const-oid v0.9.6
6392026-07-29T15:46:31.086Z Downloaded tap v1.0.1
6402026-07-29T15:46:31.089Z Downloaded thiserror-impl-no-std v2.0.2
6412026-07-29T15:46:31.089Z Downloaded strsim v0.10.0
6422026-07-29T15:46:31.089Z Downloaded sync-ptr v0.1.4
6432026-07-29T15:46:31.089Z Downloaded sync_wrapper v1.0.2
6442026-07-29T15:46:31.091Z Downloaded tower-layer v0.3.3
6452026-07-29T15:46:31.091Z Downloaded tower-service v0.3.3
6462026-07-29T15:46:31.094Z Downloaded oxnet v0.1.6
6472026-07-29T15:46:31.097Z Downloaded peg v0.8.5
6482026-07-29T15:46:31.099Z Downloaded primefield v0.14.0
6492026-07-29T15:46:31.099Z Downloaded progenitor v0.13.0
6502026-07-29T15:46:31.099Z Downloaded polyval v0.7.1
6512026-07-29T15:46:31.099Z Downloaded port-file v0.1.0
6522026-07-29T15:46:31.102Z Downloaded ppv-lite86 v0.2.21
6532026-07-29T15:46:31.102Z Downloaded proc-macro-error2 v2.0.1
6542026-07-29T15:46:31.105Z Downloaded progenitor v0.14.0
6552026-07-29T15:46:31.105Z Downloaded progenitor-client v0.13.0
6562026-07-29T15:46:31.105Z Downloaded ref-cast v1.0.25
6572026-07-29T15:46:31.105Z Downloaded rpassword v7.5.4
6582026-07-29T15:46:31.108Z Downloaded phf v0.13.1
6592026-07-29T15:46:31.108Z Downloaded rustls-pemfile v2.2.0
6602026-07-29T15:46:31.108Z Downloaded unit-prefix v0.5.2
6612026-07-29T15:46:31.111Z Downloaded untrusted v0.7.1
6622026-07-29T15:46:31.111Z Downloaded wait-timeout v0.2.1
6632026-07-29T15:46:31.111Z Downloaded chacha20 v0.10.0
6642026-07-29T15:46:31.111Z Downloaded hyper-rustls v0.27.7
6652026-07-29T15:46:31.113Z Downloaded enum_dispatch v0.3.13
6662026-07-29T15:46:31.113Z Downloaded http-body-util v0.1.3
6672026-07-29T15:46:31.116Z Downloaded hybrid-array v0.4.13
6682026-07-29T15:46:31.116Z Downloaded backon v1.6.0
6692026-07-29T15:46:31.119Z Downloaded cancel-safe-futures v0.1.5
6702026-07-29T15:46:31.119Z Downloaded hmac v0.12.1
6712026-07-29T15:46:31.121Z Downloaded ciborium v0.2.2
6722026-07-29T15:46:31.121Z Downloaded ff v0.13.1
6732026-07-29T15:46:31.121Z Downloaded colored v3.1.1
6742026-07-29T15:46:31.124Z Downloaded arrayvec v0.7.6
6752026-07-29T15:46:31.124Z Downloaded simd-adler32 v0.3.8
6762026-07-29T15:46:31.127Z Downloaded untrusted v0.9.0
6772026-07-29T15:46:31.127Z Downloaded hmac v0.13.0
6782026-07-29T15:46:31.129Z Downloaded serde_derive_internals v0.29.1
6792026-07-29T15:46:31.132Z Downloaded console v0.16.2
6802026-07-29T15:46:31.135Z Downloaded slog-stdlog v4.1.1
6812026-07-29T15:46:31.135Z Downloaded httparse v1.10.1
6822026-07-29T15:46:31.137Z Downloaded blake2 v0.10.6
6832026-07-29T15:46:31.140Z Downloaded base64 v0.22.1
6842026-07-29T15:46:31.142Z Downloaded cstr-argument v0.1.2
6852026-07-29T15:46:31.142Z Downloaded parse-display-derive v0.10.0
6862026-07-29T15:46:31.142Z Downloaded slog-dtrace v0.3.0
6872026-07-29T15:46:31.145Z Downloaded console v0.15.11
6882026-07-29T15:46:31.145Z Downloaded wnaf v0.14.0
6892026-07-29T15:46:31.147Z Downloaded cpubits v0.1.1
6902026-07-29T15:46:31.147Z Downloaded ssh-encoding v0.3.0
6912026-07-29T15:46:31.147Z Downloaded cpufeatures v0.3.0
6922026-07-29T15:46:31.150Z Downloaded defmt v0.3.100
6932026-07-29T15:46:31.152Z Downloaded parking_lot v0.11.2
6942026-07-29T15:46:31.152Z Downloaded defmt-parser v1.0.0
6952026-07-29T15:46:31.155Z Downloaded smf v0.2.3
6962026-07-29T15:46:31.155Z Downloaded spki v0.7.3
6972026-07-29T15:46:31.157Z Downloaded document-features v0.2.12
6982026-07-29T15:46:31.157Z Downloaded dsl_auto_type v0.2.0
6992026-07-29T15:46:31.160Z Downloaded display-error-chain v0.2.2
7002026-07-29T15:46:31.160Z Downloaded tiny-keccak v2.0.2
7012026-07-29T15:46:31.162Z Downloaded tokio-native-tls v0.3.1
7022026-07-29T15:46:31.165Z Downloaded difflib v0.4.0
7032026-07-29T15:46:31.168Z Downloaded num_enum_derive v0.7.6
7042026-07-29T15:46:31.168Z Downloaded quinn-udp v0.5.14
7052026-07-29T15:46:31.170Z Downloaded oxide-tokio-rt v0.1.4
7062026-07-29T15:46:31.173Z Downloaded utf8_iter v1.0.4
7072026-07-29T15:46:31.176Z Downloaded peg-macros v0.8.5
7082026-07-29T15:46:31.178Z Downloaded tls_codec_derive v0.4.2
7092026-07-29T15:46:31.181Z Downloaded tokio-tungstenite v0.23.1
7102026-07-29T15:46:31.181Z Downloaded half v1.8.3
7112026-07-29T15:46:31.181Z Downloaded scrypt v0.12.0
7122026-07-29T15:46:31.183Z Downloaded ident_case v1.0.1
7132026-07-29T15:46:31.186Z Downloaded allocator-api2 v0.2.21
7142026-07-29T15:46:31.188Z Downloaded rustls-pki-types v1.14.0
7152026-07-29T15:46:31.188Z Downloaded num-traits v0.2.19
7162026-07-29T15:46:31.191Z Downloaded clang-sys v1.8.1
7172026-07-29T15:46:31.191Z Downloaded unicase v2.9.0
7182026-07-29T15:46:31.193Z Downloaded inout v0.2.2
7192026-07-29T15:46:31.197Z Downloaded managed v0.8.0
7202026-07-29T15:46:31.200Z Downloaded maplit v1.0.2
7212026-07-29T15:46:31.200Z Downloaded normalize-line-endings v0.3.0
7222026-07-29T15:46:31.202Z Downloaded mime v0.3.17
7232026-07-29T15:46:31.205Z Downloaded half v2.7.1
7242026-07-29T15:46:31.207Z Downloaded bytes v1.11.1
7252026-07-29T15:46:31.210Z Downloaded whoami v1.6.1
7262026-07-29T15:46:31.213Z Downloaded bzip2 v0.4.4
7272026-07-29T15:46:31.213Z Downloaded newtype_derive v0.1.6
7282026-07-29T15:46:31.213Z Downloaded writeable v0.6.2
7292026-07-29T15:46:31.215Z Downloaded nodrop v0.1.14
7302026-07-29T15:46:31.215Z Downloaded packed_struct_codegen v0.10.1
7312026-07-29T15:46:31.218Z Downloaded openssl-probe v0.2.1
7322026-07-29T15:46:31.220Z Downloaded heapless v0.7.17
7332026-07-29T15:46:31.223Z Downloaded hickory-resolver v0.25.2
7342026-07-29T15:46:31.225Z Downloaded convert_case v0.10.0
7352026-07-29T15:46:31.228Z Downloaded deranged v0.5.8
7362026-07-29T15:46:31.231Z Downloaded either v1.15.0
7372026-07-29T15:46:31.235Z Downloaded arc-swap v1.8.2
7382026-07-29T15:46:31.243Z Downloaded pkcs5 v0.8.1
7392026-07-29T15:46:31.246Z Downloaded toml_parser v1.1.2+spec-1.1.0
7402026-07-29T15:46:31.248Z Downloaded rcgen v0.12.1
7412026-07-29T15:46:31.248Z Downloaded displaydoc v0.2.5
7422026-07-29T15:46:31.253Z Downloaded scopeguard v1.2.0
7432026-07-29T15:46:31.256Z Downloaded progenitor-macro v0.14.0
7442026-07-29T15:46:31.256Z Downloaded recursive v0.1.1
7452026-07-29T15:46:31.256Z Downloaded rustc-hash v2.1.1
7462026-07-29T15:46:31.258Z Downloaded seq-macro v0.3.6
7472026-07-29T15:46:31.261Z Downloaded flume v0.11.1
7482026-07-29T15:46:31.263Z Downloaded ar_archive_writer v0.5.1
7492026-07-29T15:46:31.266Z Downloaded const_format v0.2.35
7502026-07-29T15:46:31.266Z Downloaded chacha20poly1305 v0.10.1
7512026-07-29T15:46:31.269Z Downloaded rustls-platform-verifier v0.6.2
7522026-07-29T15:46:31.269Z Downloaded serde_cbor v0.11.2
7532026-07-29T15:46:31.271Z Downloaded jobserver v0.1.34
7542026-07-29T15:46:31.274Z Downloaded libloading v0.8.9
7552026-07-29T15:46:31.274Z Downloaded signal-hook-mio v0.2.5
7562026-07-29T15:46:31.280Z Downloaded tagptr v0.2.0
7572026-07-29T15:46:31.282Z Downloaded heapless v0.8.0
7582026-07-29T15:46:31.285Z Downloaded vergen v9.1.0
7592026-07-29T15:46:31.285Z Downloaded futures v0.3.32
7602026-07-29T15:46:31.287Z Downloaded bumpalo v3.20.2
7612026-07-29T15:46:31.290Z Downloaded const-oid v0.10.2
7622026-07-29T15:46:31.290Z Downloaded mime_guess v2.0.5
7632026-07-29T15:46:31.293Z Downloaded libsw-core v0.3.2
7642026-07-29T15:46:31.293Z Downloaded packed_struct v0.10.1
7652026-07-29T15:46:31.295Z Downloaded oxide-update-engine v0.1.2
7662026-07-29T15:46:31.298Z Downloaded cc v1.2.56
7672026-07-29T15:46:31.300Z Downloaded nu-ansi-term v0.50.3
7682026-07-29T15:46:31.303Z Downloaded pin-project-lite v0.2.17
7692026-07-29T15:46:31.305Z Downloaded pem-rfc7468 v0.7.0
7702026-07-29T15:46:31.305Z Downloaded compact_str v0.8.1
7712026-07-29T15:46:31.305Z Downloaded termtree v0.5.1
7722026-07-29T15:46:31.308Z Downloaded derive_builder v0.20.2
7732026-07-29T15:46:31.311Z Downloaded subprocess v0.2.15
7742026-07-29T15:46:31.311Z Downloaded derive_builder_core v0.20.2
7752026-07-29T15:46:31.319Z Downloaded usdt-macro v0.6.0
7762026-07-29T15:46:31.319Z Downloaded void v1.0.2
7772026-07-29T15:46:31.319Z Downloaded postgres-protocol v0.6.10
7782026-07-29T15:46:31.319Z Downloaded rand_chacha v0.3.1
7792026-07-29T15:46:31.323Z Downloaded daft v0.1.7
7802026-07-29T15:46:31.325Z Downloaded openssl-sys v0.9.115
7812026-07-29T15:46:31.328Z Downloaded unicode-xid v0.2.6
7822026-07-29T15:46:31.328Z Downloaded ron v0.8.1
7832026-07-29T15:46:31.331Z Downloaded headers v0.4.1
7842026-07-29T15:46:31.333Z Downloaded darling v0.21.3
7852026-07-29T15:46:31.336Z Downloaded tungstenite v0.21.0
7862026-07-29T15:46:31.338Z Downloaded primeorder v0.14.0
7872026-07-29T15:46:31.338Z Downloaded ref-cast-impl v1.0.25
7882026-07-29T15:46:31.338Z Downloaded rand_core v0.10.0
7892026-07-29T15:46:31.341Z Downloaded typify v0.6.2
7902026-07-29T15:46:31.341Z Downloaded rustls-native-certs v0.8.3
7912026-07-29T15:46:31.343Z Downloaded crc8 v0.1.1
7922026-07-29T15:46:31.344Z Downloaded xattr v1.6.1
7932026-07-29T15:46:31.344Z Downloaded zerofrom-derive v0.1.6
7942026-07-29T15:46:31.344Z Downloaded zone_cfg_derive v0.3.1
7952026-07-29T15:46:31.344Z Downloaded schemars v0.9.0
7962026-07-29T15:46:31.350Z Downloaded schemars_derive v0.8.22
7972026-07-29T15:46:31.353Z Downloaded serde_path_to_error v0.1.20
7982026-07-29T15:46:31.353Z Downloaded zerocopy v0.6.6
7992026-07-29T15:46:31.355Z Downloaded serdect v0.4.3
8002026-07-29T15:46:31.355Z Downloaded signal-hook-registry v1.4.8
8012026-07-29T15:46:31.355Z Downloaded slog-async v2.8.0
8022026-07-29T15:46:31.358Z Downloaded string_cache v0.8.9
8032026-07-29T15:46:31.358Z Downloaded stringprep v0.1.5
8042026-07-29T15:46:31.358Z Downloaded curve25519-dalek-derive v0.1.1
8052026-07-29T15:46:31.363Z Downloaded hickory-resolver v0.24.4
8062026-07-29T15:46:31.370Z Downloaded synstructure v0.13.2
8072026-07-29T15:46:31.372Z Downloaded tokio-dtrace v0.1.1
8082026-07-29T15:46:31.372Z Downloaded darling_macro v0.20.11
8092026-07-29T15:46:31.372Z Downloaded debug-ignore v1.0.5
8102026-07-29T15:46:31.372Z Downloaded derive_builder_macro v0.20.2
8112026-07-29T15:46:31.375Z Downloaded base64 v0.21.7
8122026-07-29T15:46:31.383Z Downloaded dirs-next v2.0.0
8132026-07-29T15:46:31.387Z Downloaded dtrace-parser v0.3.0
8142026-07-29T15:46:31.390Z Downloaded illumos-nvpair-sys v0.2.0
8152026-07-29T15:46:31.390Z Downloaded pin-project-internal v1.1.11
8162026-07-29T15:46:31.390Z Downloaded termios v0.3.3
8172026-07-29T15:46:31.392Z Downloaded tinystr v0.8.2
8182026-07-29T15:46:31.393Z Downloaded time-macros v0.2.27
8192026-07-29T15:46:31.393Z Downloaded hashbrown v0.12.3
8202026-07-29T15:46:31.395Z Downloaded tar v0.4.46
8212026-07-29T15:46:31.398Z Downloaded tui-tree-widget v0.23.1
8222026-07-29T15:46:31.398Z Downloaded inout v0.1.4
8232026-07-29T15:46:31.401Z Downloaded instability v0.3.11
8242026-07-29T15:46:31.403Z Downloaded quinn v0.11.9
8252026-07-29T15:46:31.406Z Downloaded dropshot_endpoint v0.17.1
8262026-07-29T15:46:31.408Z Downloaded elliptic-curve v0.13.8
8272026-07-29T15:46:31.411Z Downloaded icu_properties v2.1.2
8282026-07-29T15:46:31.411Z Downloaded vergen-git2 v9.1.0
8292026-07-29T15:46:31.411Z Downloaded walkdir v2.5.0
8302026-07-29T15:46:31.415Z Downloaded libscf-sys v1.2.0
8312026-07-29T15:46:31.415Z Downloaded lru-cache v0.1.2
8322026-07-29T15:46:31.415Z Downloaded md-5 v0.10.6
8332026-07-29T15:46:31.415Z Downloaded nibble_vec v0.1.0
8342026-07-29T15:46:31.417Z Downloaded xshell v0.2.7
8352026-07-29T15:46:31.417Z Downloaded zeroize v1.9.0
8362026-07-29T15:46:31.417Z Downloaded new_debug_unreachable v1.0.6
8372026-07-29T15:46:31.417Z Downloaded num_enum_derive v0.5.11
8382026-07-29T15:46:31.417Z Downloaded num-iter v0.1.45
8392026-07-29T15:46:31.417Z Downloaded expectorate v1.2.0
8402026-07-29T15:46:31.420Z Downloaded openssl-probe v0.1.6
8412026-07-29T15:46:31.420Z Downloaded salsa20 v0.11.0
8422026-07-29T15:46:31.420Z Downloaded ignore v0.4.25
8432026-07-29T15:46:31.423Z Downloaded scuffle v0.1.0
8442026-07-29T15:46:31.428Z Downloaded strum_macros v0.27.2
8452026-07-29T15:46:31.431Z Downloaded daft-derive v0.1.7
8462026-07-29T15:46:31.434Z Downloaded percent-encoding v2.3.2
8472026-07-29T15:46:31.436Z Downloaded smallvec v1.15.1
8482026-07-29T15:46:31.436Z Downloaded ctr v0.10.1
8492026-07-29T15:46:31.439Z Downloaded hickory-server v0.25.2
8502026-07-29T15:46:31.441Z Downloaded phf_shared v0.13.1
8512026-07-29T15:46:31.445Z Downloaded async-compression v0.4.41
8522026-07-29T15:46:31.448Z Downloaded ena v0.14.4
8532026-07-29T15:46:31.451Z Downloaded powerfmt v0.2.0
8542026-07-29T15:46:31.451Z Downloaded predicates-tree v1.0.13
8552026-07-29T15:46:31.455Z Downloaded steno v0.4.1
8562026-07-29T15:46:31.457Z Downloaded progenitor-client v0.14.0
8572026-07-29T15:46:31.461Z Downloaded darling_core v0.23.0
8582026-07-29T15:46:31.463Z Downloaded pin-project v1.1.11
8592026-07-29T15:46:31.467Z Downloaded prefix-trie v0.7.0
8602026-07-29T15:46:31.470Z Downloaded indoc v2.0.7
8612026-07-29T15:46:31.472Z Downloaded postcard v1.1.3
8622026-07-29T15:46:31.472Z Downloaded darling_core v0.21.3
8632026-07-29T15:46:31.475Z Downloaded serde-big-array v0.5.1
8642026-07-29T15:46:31.475Z Downloaded tracing-attributes v0.1.31
8652026-07-29T15:46:31.478Z Downloaded progenitor-impl v0.13.0
8662026-07-29T15:46:31.480Z Downloaded num-bigint v0.4.6
8672026-07-29T15:46:31.482Z Downloaded multer v3.1.0
8682026-07-29T15:46:31.482Z Downloaded cookie v0.18.1
8692026-07-29T15:46:31.486Z Downloaded tokio-macros v2.7.0
8702026-07-29T15:46:31.486Z Downloaded libefi-sys v0.1.0
8712026-07-29T15:46:31.488Z Downloaded indexmap v1.9.3
8722026-07-29T15:46:31.488Z Downloaded indicatif v0.18.4
8732026-07-29T15:46:31.491Z Downloaded socket2 v0.6.3
8742026-07-29T15:46:31.491Z Downloaded strum v0.26.3
8752026-07-29T15:46:31.491Z Downloaded kstat-rs v0.2.4
8762026-07-29T15:46:31.491Z Downloaded ryu v1.0.23
8772026-07-29T15:46:31.494Z Downloaded shell-words v1.1.1
8782026-07-29T15:46:31.494Z Downloaded structmeta-derive v0.3.0
8792026-07-29T15:46:31.494Z Downloaded tabled_derive v0.11.0
8802026-07-29T15:46:31.496Z Downloaded try-lock v0.2.5
8812026-07-29T15:46:31.496Z Downloaded tabwriter v1.4.1
8822026-07-29T15:46:31.499Z Downloaded unicode-truncate v1.1.0
8832026-07-29T15:46:31.499Z Downloaded utf-8 v0.7.6
8842026-07-29T15:46:31.499Z Downloaded pbkdf2 v0.13.0
8852026-07-29T15:46:31.501Z Downloaded hashbrown v0.13.2
8862026-07-29T15:46:31.508Z Downloaded toml v1.1.2+spec-1.1.0
8872026-07-29T15:46:31.516Z Downloaded zerofrom v0.1.6
8882026-07-29T15:46:31.519Z Downloaded oxide-update-engine-display v0.1.2
8892026-07-29T15:46:31.521Z Downloaded waitgroup v0.1.2
8902026-07-29T15:46:31.521Z Downloaded want v0.3.1
8912026-07-29T15:46:31.524Z Downloaded dirs-sys-next v0.1.2
8922026-07-29T15:46:31.526Z Downloaded password-hash v0.5.0
8932026-07-29T15:46:31.526Z Downloaded aes v0.9.1
8942026-07-29T15:46:31.529Z Downloaded p384 v0.14.0
8952026-07-29T15:46:31.531Z Downloaded crossbeam-channel v0.5.15
8962026-07-29T15:46:31.541Z Downloaded serde-hex v0.1.0
8972026-07-29T15:46:31.543Z Downloaded slab v0.4.12
8982026-07-29T15:46:31.543Z Downloaded crc v3.4.0
8992026-07-29T15:46:31.543Z Downloaded crunchy v0.2.4
9002026-07-29T15:46:31.546Z Downloaded diesel_table_macro_syntax v0.3.0
9012026-07-29T15:46:31.548Z Downloaded slog-scope v4.4.1
9022026-07-29T15:46:31.548Z Downloaded toml v0.7.8
9032026-07-29T15:46:31.551Z Downloaded ecdsa v0.17.0
9042026-07-29T15:46:31.553Z Downloaded sec1 v0.8.1
9052026-07-29T15:46:31.556Z Downloaded http v1.4.2
9062026-07-29T15:46:31.556Z Downloaded shlex v1.3.0
9072026-07-29T15:46:31.559Z Downloaded miniz_oxide v0.8.9
9082026-07-29T15:46:31.561Z Downloaded pkcs8 v0.11.0
9092026-07-29T15:46:31.563Z Downloaded tokio-postgres v0.7.16
9102026-07-29T15:46:31.567Z Downloaded linked-hash-map v0.5.6
9112026-07-29T15:46:31.569Z Downloaded maybe-uninit v2.0.0
9122026-07-29T15:46:31.569Z Downloaded num v0.4.3
9132026-07-29T15:46:31.569Z Downloaded litrs v1.0.0
9142026-07-29T15:46:31.572Z Downloaded newtype-uuid-macros v0.1.0
9152026-07-29T15:46:31.575Z Downloaded slog v2.8.2
9162026-07-29T15:46:31.577Z Downloaded jiff-static v0.2.21
9172026-07-29T15:46:31.581Z Downloaded socket2 v0.5.10
9182026-07-29T15:46:31.583Z Downloaded crossbeam-utils v0.8.21
9192026-07-29T15:46:31.586Z Downloaded opaque-debug v0.3.1
9202026-07-29T15:46:31.586Z Downloaded parse-size v1.1.0
9212026-07-29T15:46:31.586Z Downloaded drift v0.2.0
9222026-07-29T15:46:31.590Z Downloaded proc-macro-crate v1.3.1
9232026-07-29T15:46:31.592Z Downloaded serde_plain v1.0.2
9242026-07-29T15:46:31.593Z Downloaded vergen-lib v0.1.6
9252026-07-29T15:46:31.593Z Downloaded minimal-lexical v0.2.1
9262026-07-29T15:46:31.595Z Downloaded poly1305 v0.9.0
9272026-07-29T15:46:31.597Z Downloaded zerovec-derive v0.11.2
9282026-07-29T15:46:31.597Z Downloaded csv-core v0.1.13
9292026-07-29T15:46:31.597Z Downloaded derive-where v1.6.0
9302026-07-29T15:46:31.600Z Downloaded derive_more v0.99.20
9312026-07-29T15:46:31.602Z Downloaded predicates-core v1.0.10
9322026-07-29T15:46:31.602Z Downloaded psl-types v2.0.11
9332026-07-29T15:46:31.602Z Downloaded whoami v2.1.0
9342026-07-29T15:46:31.605Z Downloaded data-encoding v2.10.0
9352026-07-29T15:46:31.605Z Downloaded rfc6979 v0.4.0
9362026-07-29T15:46:31.605Z Downloaded rfc6979 v0.6.0
9372026-07-29T15:46:31.610Z Downloaded secrecy v0.8.0
9382026-07-29T15:46:31.616Z Downloaded impl-trait-for-tuples v0.2.3
9392026-07-29T15:46:31.620Z Downloaded subtle v2.6.1
9402026-07-29T15:46:31.625Z Downloaded num-bigint-dig v0.8.6
9412026-07-29T15:46:31.627Z Downloaded tokio-test v0.4.5
9422026-07-29T15:46:31.630Z Downloaded icu_collections v2.1.1
9432026-07-29T15:46:31.633Z Downloaded ipnet v2.11.0
9442026-07-29T15:46:31.633Z Downloaded keccak v0.2.0
9452026-07-29T15:46:31.633Z Downloaded p521 v0.14.0
9462026-07-29T15:46:31.635Z Downloaded signature v2.2.0
9472026-07-29T15:46:31.635Z Downloaded unicode-segmentation v1.12.0
9482026-07-29T15:46:31.638Z Downloaded linear-map v1.2.0
9492026-07-29T15:46:31.638Z Downloaded snafu-derive v0.8.9
9502026-07-29T15:46:31.641Z Downloaded spin v0.9.8
9512026-07-29T15:46:31.641Z Downloaded omicron-zone-package v0.12.3
9522026-07-29T15:46:31.643Z Downloaded tinyvec_macros v0.1.1
9532026-07-29T15:46:31.643Z Downloaded usdt-attr-macro v0.6.0
9542026-07-29T15:46:31.643Z Downloaded tokio-rustls v0.26.4
9552026-07-29T15:46:31.643Z Downloaded nanorand v0.7.0
9562026-07-29T15:46:31.646Z Downloaded serde_with v1.14.0
9572026-07-29T15:46:31.649Z Downloaded typify-macro v0.6.2
9582026-07-29T15:46:31.649Z Downloaded xshell-macros v0.2.7
9592026-07-29T15:46:31.649Z Downloaded hashbrown v0.16.1
9602026-07-29T15:46:31.656Z Downloaded phc v0.6.1
9612026-07-29T15:46:31.658Z Downloaded usdt v0.6.0
9622026-07-29T15:46:31.661Z Downloaded yoke-derive v0.8.1
9632026-07-29T15:46:31.661Z Downloaded crucible-workspace-hack v0.1.0
9642026-07-29T15:46:31.661Z Downloaded darling_macro v0.23.0
9652026-07-29T15:46:31.663Z Downloaded ctutils v0.4.2
9662026-07-29T15:46:31.663Z Downloaded oxide-update-engine-types v0.1.2
9672026-07-29T15:46:31.666Z Downloaded peg-runtime v0.8.5
9682026-07-29T15:46:31.668Z Downloaded poly1305 v0.8.0
9692026-07-29T15:46:31.673Z Downloaded rusty-fork v0.3.1
9702026-07-29T15:46:31.676Z Downloaded ecdsa v0.16.9
9712026-07-29T15:46:31.676Z Downloaded pkcs8 v0.10.2
9722026-07-29T15:46:31.678Z Downloaded rand_core v0.9.5
9732026-07-29T15:46:31.678Z Downloaded zstd v0.13.3
9742026-07-29T15:46:31.681Z Downloaded dropshot-api-manager-types v0.7.2
9752026-07-29T15:46:31.681Z Downloaded unicode_categories v0.1.1
9762026-07-29T15:46:31.681Z Downloaded publicsuffix v2.3.0
9772026-07-29T15:46:31.684Z Downloaded zip v4.6.1
9782026-07-29T15:46:31.686Z Downloaded digest-io v0.1.0
9792026-07-29T15:46:31.689Z Downloaded serde_yaml v0.9.34+deprecated
9802026-07-29T15:46:31.691Z Downloaded ingot-macros v0.2.0
9812026-07-29T15:46:31.691Z Downloaded strip-ansi-escapes v0.2.1
9822026-07-29T15:46:31.694Z Downloaded support-bundle-viewer v0.1.2
9832026-07-29T15:46:31.694Z Downloaded slog-json v2.6.1
9842026-07-29T15:46:31.694Z Downloaded iana-time-zone v0.1.65
9852026-07-29T15:46:31.696Z Downloaded indoc v1.0.9
9862026-07-29T15:46:31.699Z Downloaded lru-slab v0.1.2
9872026-07-29T15:46:31.703Z Downloaded ml-kem v0.3.2
9882026-07-29T15:46:31.706Z Downloaded spki v0.8.0
9892026-07-29T15:46:31.706Z Downloaded ssh-cipher v0.3.0
9902026-07-29T15:46:31.709Z Downloaded internet-checksum v0.2.1
9912026-07-29T15:46:31.711Z Downloaded multimap v0.10.1
9922026-07-29T15:46:31.715Z Downloaded hashbrown v0.15.5
9932026-07-29T15:46:31.718Z Downloaded tinyvec v1.10.0
9942026-07-29T15:46:31.719Z Downloaded quick-error v1.2.3
9952026-07-29T15:46:31.721Z Downloaded thiserror-no-std v2.0.2
9962026-07-29T15:46:31.721Z Downloaded recursive-proc-macro-impl v0.1.1
9972026-07-29T15:46:31.731Z Downloaded der v0.7.10
9982026-07-29T15:46:31.734Z Downloaded vergen-lib v9.1.0
9992026-07-29T15:46:31.737Z Downloaded rustc_version v0.1.7
10002026-07-29T15:46:31.737Z Downloaded aho-corasick v1.1.4
10012026-07-29T15:46:31.740Z Downloaded icu_normalizer v2.1.1
10022026-07-29T15:46:31.743Z Downloaded crc-any v2.5.0
10032026-07-29T15:46:31.746Z Downloaded psm v0.1.30
10042026-07-29T15:46:31.748Z Downloaded sha1 v0.10.6
10052026-07-29T15:46:31.748Z Downloaded siphasher v1.0.2
10062026-07-29T15:46:31.752Z Downloaded sigpipe v0.1.3
10072026-07-29T15:46:31.761Z Downloaded diesel_derives v2.3.7
10082026-07-29T15:46:31.764Z Downloaded crossterm v0.28.1
10092026-07-29T15:46:31.768Z Downloaded der_derive v0.7.3
10102026-07-29T15:46:31.773Z Downloaded derive-ex v0.1.8
10112026-07-29T15:46:31.773Z Downloaded ed25519 v3.0.0
10122026-07-29T15:46:31.773Z Downloaded zone v0.3.1
10132026-07-29T15:46:31.773Z Downloaded tokio-util v0.7.18
10142026-07-29T15:46:31.777Z Downloaded reqwest v0.12.28
10152026-07-29T15:46:31.780Z Downloaded reqwest v0.13.2
10162026-07-29T15:46:31.784Z Downloaded num-integer v0.1.46
10172026-07-29T15:46:31.784Z Downloaded libbz2-rs-sys v0.2.2
10182026-07-29T15:46:31.788Z Downloaded libsw v3.5.0
10192026-07-29T15:46:31.788Z Downloaded serde_with_macros v3.21.0
10202026-07-29T15:46:31.788Z Downloaded num_enum v0.5.11
10212026-07-29T15:46:31.790Z Downloaded snafu v0.8.9
10222026-07-29T15:46:31.793Z Downloaded futures-util v0.3.32
10232026-07-29T15:46:31.797Z Downloaded keccak v0.1.6
10242026-07-29T15:46:31.800Z Downloaded lzss v0.8.2
10252026-07-29T15:46:31.800Z Downloaded native-tls v0.2.18
10262026-07-29T15:46:31.800Z Downloaded hyper v1.10.1
10272026-07-29T15:46:31.803Z Downloaded parking_lot_core v0.8.6
10282026-07-29T15:46:31.805Z Downloaded predicates v3.1.4
10292026-07-29T15:46:31.806Z Downloaded progenitor-extras v0.2.0
10302026-07-29T15:46:31.808Z Downloaded indent_write v2.2.0
10312026-07-29T15:46:31.808Z Downloaded tungstenite v0.23.0
10322026-07-29T15:46:31.808Z Downloaded rand_core v0.6.4
10332026-07-29T15:46:31.811Z Downloaded phf v0.12.1
10342026-07-29T15:46:31.811Z Downloaded kem v0.3.0
10352026-07-29T15:46:31.811Z Downloaded internal-russh-num-bigint v0.5.0
10362026-07-29T15:46:31.813Z Downloaded serde_repr v0.1.20
10372026-07-29T15:46:31.816Z Downloaded match_cfg v0.1.0
10382026-07-29T15:46:31.816Z Downloaded md5 v0.8.0
10392026-07-29T15:46:31.816Z Downloaded num_threads v0.1.7
10402026-07-29T15:46:31.816Z Downloaded potential_utf v0.1.4
10412026-07-29T15:46:31.816Z Downloaded resolv-conf v0.7.6
10422026-07-29T15:46:31.818Z Downloaded rtoolbox v0.0.3
10432026-07-29T15:46:31.818Z Downloaded russh-cryptovec v0.62.0
10442026-07-29T15:46:31.818Z Downloaded libxml v0.3.3
10452026-07-29T15:46:31.821Z Downloaded rsa v0.9.10
10462026-07-29T15:46:31.824Z Downloaded darling_core v0.20.11
10472026-07-29T15:46:31.826Z Downloaded crc32fast v1.5.0
10482026-07-29T15:46:31.830Z Downloaded darling v0.23.0
10492026-07-29T15:46:31.833Z Downloaded serde_bytes v0.11.19
10502026-07-29T15:46:31.833Z Downloaded take_mut v0.2.2
10512026-07-29T15:46:31.833Z Downloaded scroll v0.13.0
10522026-07-29T15:46:31.833Z Downloaded h2 v0.4.15
10532026-07-29T15:46:31.836Z Downloaded stacker v0.1.23
10542026-07-29T15:46:31.836Z Downloaded static_assertions v1.1.0
10552026-07-29T15:46:31.836Z Downloaded tokio-tungstenite v0.21.0
10562026-07-29T15:46:31.839Z Downloaded toml_writer v1.1.1+spec-1.1.0
10572026-07-29T15:46:31.839Z Downloaded hkdf v0.12.4
10582026-07-29T15:46:31.841Z Downloaded time-core v0.1.8
10592026-07-29T15:46:31.841Z Downloaded elliptic-curve v0.14.1
10602026-07-29T15:46:31.844Z Downloaded trait-variant v0.1.2
10612026-07-29T15:46:31.846Z Downloaded universal-hash v0.5.1
10622026-07-29T15:46:31.846Z Downloaded hkdf v0.13.0
10632026-07-29T15:46:31.849Z Downloaded icu_provider v2.1.1
10642026-07-29T15:46:31.851Z Downloaded vsss-rs v3.3.4
10652026-07-29T15:46:31.852Z Downloaded crc-catalog v2.4.0
10662026-07-29T15:46:31.852Z Downloaded num-rational v0.4.2
10672026-07-29T15:46:31.852Z Downloaded signal-hook v0.3.18
10682026-07-29T15:46:31.857Z Downloaded itertools v0.12.1
10692026-07-29T15:46:31.861Z Downloaded critical-section v1.2.0
10702026-07-29T15:46:31.863Z Downloaded ipnetwork v0.21.1
10712026-07-29T15:46:31.866Z Downloaded parking_lot_core v0.9.12
10722026-07-29T15:46:31.868Z Downloaded darling v0.13.4
10732026-07-29T15:46:31.868Z Downloaded defmt v1.0.1
10742026-07-29T15:46:31.871Z Downloaded dunce v1.0.5
10752026-07-29T15:46:31.871Z Downloaded embedded-io v0.6.1
10762026-07-29T15:46:31.871Z Downloaded idna_adapter v1.2.1
10772026-07-29T15:46:31.873Z Downloaded num-complex v0.4.6
10782026-07-29T15:46:31.873Z Downloaded mio v1.2.0
10792026-07-29T15:46:31.876Z Downloaded is-terminal v0.4.17
10802026-07-29T15:46:31.879Z Downloaded is_ci v1.2.0
10812026-07-29T15:46:31.879Z Downloaded rand_chacha v0.9.0
10822026-07-29T15:46:31.879Z Downloaded num-derive v0.4.2
10832026-07-29T15:46:31.879Z Downloaded openssl-macros v0.1.1
10842026-07-29T15:46:31.881Z Downloaded password-hash v0.6.1
10852026-07-29T15:46:31.881Z Downloaded radium v0.7.0
10862026-07-29T15:46:31.886Z Downloaded pem v3.0.6
10872026-07-29T15:46:31.888Z Downloaded pem-rfc7468 v1.0.0
10882026-07-29T15:46:31.888Z Downloaded papergrid v0.17.0
10892026-07-29T15:46:31.891Z Downloaded sqlparser_derive v0.5.0
10902026-07-29T15:46:31.891Z Downloaded zopfli v0.8.3
10912026-07-29T15:46:31.894Z Downloaded nom v8.0.0
10922026-07-29T15:46:31.897Z Downloaded qorb v0.4.1
10932026-07-29T15:46:31.899Z Downloaded schemars v0.8.22
10942026-07-29T15:46:31.904Z Downloaded serde_spanned v1.1.1
10952026-07-29T15:46:31.906Z Downloaded supports-color v3.0.2
10962026-07-29T15:46:31.906Z Downloaded sec1 v0.7.3
10972026-07-29T15:46:31.906Z Downloaded slog-term v2.9.2
10982026-07-29T15:46:31.909Z Downloaded crypto-common v0.2.2
10992026-07-29T15:46:31.909Z Downloaded darling_macro v0.21.3
11002026-07-29T15:46:31.909Z Downloaded samael v0.0.19
11012026-07-29T15:46:31.912Z Downloaded unicode-properties v0.1.4
11022026-07-29T15:46:31.914Z Downloaded unicode-normalization v0.1.25
11032026-07-29T15:46:31.916Z Downloaded strum_macros v0.24.3
11042026-07-29T15:46:31.916Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11052026-07-29T15:46:31.919Z Downloaded rustls-webpki v0.103.13
11062026-07-29T15:46:31.919Z Downloaded sqlformat v0.3.5
11072026-07-29T15:46:31.921Z Downloaded itertools v0.10.5
11082026-07-29T15:46:31.924Z Downloaded dyn-clone v1.0.20
11092026-07-29T15:46:31.927Z Downloaded crossterm v0.29.0
11102026-07-29T15:46:31.930Z Downloaded tough v0.22.0
11112026-07-29T15:46:31.933Z Downloaded ed25519-dalek v3.0.0
11122026-07-29T15:46:31.935Z Downloaded diff v0.1.13
11132026-07-29T15:46:31.938Z Downloaded uzers v0.12.2
11142026-07-29T15:46:31.938Z Downloaded delegate v0.13.5
11152026-07-29T15:46:31.941Z Downloaded illumos-nvpair v0.3.0
11162026-07-29T15:46:31.941Z Downloaded memoffset v0.9.1
11172026-07-29T15:46:31.941Z Downloaded wyz v0.5.1
11182026-07-29T15:46:31.941Z Downloaded ssh-key v0.7.0-rc.11
11192026-07-29T15:46:31.945Z Downloaded url v2.5.8
11202026-07-29T15:46:31.948Z Downloaded toml_edit v0.23.10+spec-1.0.0
11212026-07-29T15:46:31.950Z Downloaded usdt-impl v0.6.0
11222026-07-29T15:46:31.950Z Downloaded num-conv v0.2.0
11232026-07-29T15:46:31.953Z Downloaded parking_lot v0.12.5
11242026-07-29T15:46:31.953Z Downloaded lalrpop-util v0.19.12
11252026-07-29T15:46:31.953Z Downloaded sponge-cursor v0.1.0
11262026-07-29T15:46:31.953Z Downloaded slog-bunyan v2.5.0
11272026-07-29T15:46:31.956Z Downloaded stable_deref_trait v1.2.1
11282026-07-29T15:46:31.956Z Downloaded topological-sort v0.2.2
11292026-07-29T15:46:31.956Z Downloaded iri-string v0.7.10
11302026-07-29T15:46:31.959Z Downloaded rand_pcg v0.10.2
11312026-07-29T15:46:31.961Z Downloaded zerotrie v0.2.3
11322026-07-29T15:46:31.961Z Downloaded nom v7.1.3
11332026-07-29T15:46:31.965Z Downloaded dof v0.4.0
11342026-07-29T15:46:31.968Z Downloaded progenitor-macro v0.13.0
11352026-07-29T15:46:31.968Z Downloaded blake3 v1.8.5
11362026-07-29T15:46:31.971Z Downloaded derive_more-impl v2.1.1
11372026-07-29T15:46:31.974Z Downloaded rand v0.9.2
11382026-07-29T15:46:31.976Z Downloaded rand v0.10.1
11392026-07-29T15:46:31.979Z Downloaded rayon-core v1.13.0
11402026-07-29T15:46:31.981Z Downloaded rustversion v1.0.22
11412026-07-29T15:46:31.984Z Downloaded similar v2.7.0
11422026-07-29T15:46:31.986Z Downloaded test-strategy v0.4.5
11432026-07-29T15:46:31.989Z Downloaded tracing-core v0.1.36
11442026-07-29T15:46:31.989Z Downloaded rsa v0.10.0-rc.18
11452026-07-29T15:46:31.992Z Downloaded signature v3.0.0
11462026-07-29T15:46:31.994Z Downloaded smallvec v0.6.14
11472026-07-29T15:46:31.994Z Downloaded tls_codec v0.4.2
11482026-07-29T15:46:31.994Z Downloaded zstd-safe v7.2.4
11492026-07-29T15:46:31.997Z Downloaded universal-hash v0.6.1
11502026-07-29T15:46:31.997Z Downloaded downcast-rs v2.0.2
11512026-07-29T15:46:31.997Z Downloaded darling_macro v0.13.4
11522026-07-29T15:46:31.997Z Downloaded term v1.2.1
11532026-07-29T15:46:31.999Z Downloaded diesel-dtrace v0.5.0
11542026-07-29T15:46:32.000Z Downloaded embedded-io v0.4.0
11552026-07-29T15:46:32.002Z Downloaded sha1 v0.11.0
11562026-07-29T15:46:32.002Z Downloaded oso-derive v0.27.3
11572026-07-29T15:46:32.002Z Downloaded lru v0.12.5
11582026-07-29T15:46:32.005Z Downloaded cookie_store v0.22.1
11592026-07-29T15:46:32.005Z Downloaded quick-xml v0.37.5
11602026-07-29T15:46:32.008Z Downloaded darling v0.20.11
11612026-07-29T15:46:32.010Z Downloaded num_enum v0.7.6
11622026-07-29T15:46:32.013Z Downloaded r2d2 v0.8.10
11632026-07-29T15:46:32.017Z Downloaded path-slash v0.1.5
11642026-07-29T15:46:32.017Z Downloaded ingot v0.2.1
11652026-07-29T15:46:32.017Z Downloaded instant v0.1.13
11662026-07-29T15:46:32.017Z Downloaded testing_table v0.3.0
11672026-07-29T15:46:32.019Z Downloaded thread-id v5.1.0
11682026-07-29T15:46:32.019Z Downloaded rand_xorshift v0.4.0
11692026-07-29T15:46:32.019Z Downloaded russh-util v0.52.0
11702026-07-29T15:46:32.020Z Downloaded newline-converter v0.3.0
11712026-07-29T15:46:32.020Z Downloaded winnow v1.0.3
11722026-07-29T15:46:32.024Z Downloaded oso v0.27.3
11732026-07-29T15:46:32.027Z Downloaded defmt-macros v1.0.1
11742026-07-29T15:46:32.029Z Downloaded newtype-uuid v1.3.2
11752026-07-29T15:46:32.029Z Downloaded lazy_static v1.5.0
11762026-07-29T15:46:32.029Z Downloaded unarray v0.1.4
11772026-07-29T15:46:32.032Z Downloaded zeroize_derive v1.5.0
11782026-07-29T15:46:32.032Z Downloaded pkcs1 v0.7.5
11792026-07-29T15:46:32.032Z Downloaded strum_macros v0.26.4
11802026-07-29T15:46:32.037Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11812026-07-29T15:46:32.040Z Downloaded same-file v1.0.6
11822026-07-29T15:46:32.042Z Downloaded der v0.8.0
11832026-07-29T15:46:32.045Z Downloaded scheduled-thread-pool v0.2.7
11842026-07-29T15:46:32.045Z Downloaded vergen-gitcl v1.0.8
11852026-07-29T15:46:32.047Z Downloaded postgres-types v0.2.12
11862026-07-29T15:46:32.047Z Downloaded semver v0.1.20
11872026-07-29T15:46:32.047Z Downloaded ed25519 v2.2.3
11882026-07-29T15:46:32.050Z Downloaded yoke v0.8.1
11892026-07-29T15:46:32.050Z Downloaded strum v0.27.2
11902026-07-29T15:46:32.058Z Downloaded corncobs v0.1.4
11912026-07-29T15:46:32.060Z Downloaded rand_seeder v0.4.0
11922026-07-29T15:46:32.061Z Downloaded thread_local v1.1.9
11932026-07-29T15:46:32.061Z Downloaded yasna v0.5.2
11942026-07-29T15:46:32.063Z Downloaded slog-envlogger v2.2.0
11952026-07-29T15:46:32.066Z Downloaded darling_core v0.13.4
11962026-07-29T15:46:32.069Z Downloaded secrecy v0.10.3
11972026-07-29T15:46:32.073Z Downloaded primeorder v0.13.6
11982026-07-29T15:46:32.075Z Downloaded icu_normalizer_data v2.1.1
11992026-07-29T15:46:32.081Z Downloaded crossbeam-epoch v0.9.18
12002026-07-29T15:46:32.083Z Downloaded twox-hash v2.1.2
12012026-07-29T15:46:32.087Z Downloaded ingot-types v0.2.0
12022026-07-29T15:46:32.089Z Downloaded module-lattice v0.2.3
12032026-07-29T15:46:32.089Z Downloaded owo-colors v4.3.0
12042026-07-29T15:46:32.089Z Downloaded lock_api v0.4.14
12052026-07-29T15:46:32.092Z Downloaded digest v0.11.3
12062026-07-29T15:46:32.092Z Downloaded serde_with_macros v1.5.2
12072026-07-29T15:46:32.095Z Downloaded p384 v0.13.1
12082026-07-29T15:46:32.098Z Downloaded reedline v0.40.0
12092026-07-29T15:46:32.100Z Downloaded tokio-stream v0.1.18
12102026-07-29T15:46:32.104Z Downloaded pkg-config v0.3.32
12112026-07-29T15:46:32.106Z Downloaded git2 v0.20.4
12122026-07-29T15:46:32.109Z Downloaded winnow v0.6.26
12132026-07-29T15:46:32.114Z Downloaded crossbeam-deque v0.8.6
12142026-07-29T15:46:32.116Z Downloaded itertools v0.13.0
12152026-07-29T15:46:32.119Z Downloaded yansi v1.0.1
12162026-07-29T15:46:32.121Z Downloaded paste v1.0.15
12172026-07-29T15:46:32.121Z Downloaded sha2 v0.11.0
12182026-07-29T15:46:32.124Z Downloaded aws-lc-rs v1.16.3
12192026-07-29T15:46:32.128Z Downloaded bindgen v0.71.1
12202026-07-29T15:46:32.132Z Downloaded bitvec v1.0.1
12212026-07-29T15:46:32.140Z Downloaded des v0.9.0
12222026-07-29T15:46:32.144Z Downloaded ed25519-dalek v2.2.0
12232026-07-29T15:46:32.144Z Downloaded tower-http v0.6.8
12242026-07-29T15:46:32.149Z Downloaded pretty_assertions v1.4.1
12252026-07-29T15:46:32.149Z Downloaded chrono v0.4.45
12262026-07-29T15:46:32.153Z Downloaded typed-path v0.9.3
12272026-07-29T15:46:32.156Z Downloaded rand v0.8.6
12282026-07-29T15:46:32.158Z Downloaded hyper-util v0.1.20
12292026-07-29T15:46:32.161Z Downloaded term v0.7.0
12302026-07-29T15:46:32.164Z Downloaded dropshot-api-manager v0.7.2
12312026-07-29T15:46:32.167Z Downloaded prettyplease v0.2.37
12322026-07-29T15:46:32.167Z Downloaded litemap v0.8.1
12332026-07-29T15:46:32.167Z Downloaded crypto-bigint v0.5.5
12342026-07-29T15:46:32.170Z Downloaded x509-cert v0.2.5
12352026-07-29T15:46:32.173Z Downloaded memmap2 v0.9.10
12362026-07-29T15:46:32.176Z Downloaded sha3 v0.12.0
12372026-07-29T15:46:32.176Z Downloaded pkcs1 v0.8.0-rc.4
12382026-07-29T15:46:32.179Z Downloaded schemars v1.2.1
12392026-07-29T15:46:32.184Z Downloaded unicode-bidi v0.3.18
12402026-07-29T15:46:32.187Z Downloaded rustyline v14.0.0
12412026-07-29T15:46:32.189Z Downloaded itertools v0.14.0
12422026-07-29T15:46:32.192Z Downloaded zerocopy-derive v0.8.40
12432026-07-29T15:46:32.197Z Downloaded uuid v1.23.4
12442026-07-29T15:46:32.199Z Downloaded rawzip v0.4.4
12452026-07-29T15:46:32.202Z Downloaded salty v0.3.0
12462026-07-29T15:46:32.204Z Downloaded serde_with v3.21.0
12472026-07-29T15:46:32.211Z Downloaded zlib-rs v0.6.2
12482026-07-29T15:46:32.214Z Downloaded progenitor-impl v0.14.0
12492026-07-29T15:46:32.217Z Downloaded vte v0.14.1
12502026-07-29T15:46:32.217Z Downloaded p256 v0.14.0
12512026-07-29T15:46:32.219Z Downloaded derive_more v2.1.1
12522026-07-29T15:46:32.224Z Downloaded iddqd v0.4.2
12532026-07-29T15:46:32.229Z Downloaded unsafe-libyaml v0.2.11
12542026-07-29T15:46:32.232Z Downloaded quinn-proto v0.11.16
12552026-07-29T15:46:32.235Z Downloaded idna v1.1.0
12562026-07-29T15:46:32.237Z Downloaded russh v0.62.4
12572026-07-29T15:46:32.241Z Downloaded icu_locale_core v2.1.1
12582026-07-29T15:46:32.245Z Downloaded goblin v0.10.5
12592026-07-29T15:46:32.249Z Downloaded zerocopy v0.8.40
12602026-07-29T15:46:32.254Z Downloaded zip v0.6.6
12612026-07-29T15:46:32.256Z Downloaded lalrpop v0.19.12
12622026-07-29T15:46:32.262Z Downloaded time v0.3.47
12632026-07-29T15:46:32.268Z Downloaded petname v2.0.2
12642026-07-29T15:46:32.271Z Downloaded itertools v0.15.0
12652026-07-29T15:46:32.275Z Downloaded toml_edit v0.19.15
12662026-07-29T15:46:32.284Z Downloaded proptest v1.11.0
12672026-07-29T15:46:32.288Z Downloaded openssl v0.10.79
12682026-07-29T15:46:32.293Z Downloaded vcpkg v0.2.15
12692026-07-29T15:46:32.315Z Downloaded smoltcp v0.9.1
12702026-07-29T15:46:32.320Z Downloaded rayon v1.11.0
12712026-07-29T15:46:32.325Z Downloaded tower v0.5.3
12722026-07-29T15:46:32.329Z Downloaded tabled v0.20.0
12732026-07-29T15:46:32.339Z Downloaded radix_trie v0.2.1
12742026-07-29T15:46:32.341Z Downloaded icu_properties_data v2.1.2
12752026-07-29T15:46:32.346Z Downloaded zerovec v0.11.5
12762026-07-29T15:46:32.349Z Downloaded bstr v1.12.1
12772026-07-29T15:46:32.354Z Downloaded crypto-bigint v0.7.5
12782026-07-29T15:46:32.362Z Downloaded winnow v0.5.40
12792026-07-29T15:46:32.366Z Downloaded nix v0.27.1
12802026-07-29T15:46:32.372Z Downloaded regex v1.12.3
12812026-07-29T15:46:32.375Z Downloaded libm v0.2.16
12822026-07-29T15:46:32.383Z Downloaded portable-atomic v1.13.1
12832026-07-29T15:46:32.387Z Downloaded crypto-primes v0.7.2
12842026-07-29T15:46:32.431Z Downloaded object v0.30.4
12852026-07-29T15:46:32.436Z Downloaded hickory-proto v0.24.4
12862026-07-29T15:46:32.453Z Downloaded sqlparser v0.61.0
12872026-07-29T15:46:32.458Z Downloaded object v0.37.3
12882026-07-29T15:46:32.464Z Downloaded nix v0.31.2
12892026-07-29T15:46:32.473Z Downloaded sled v0.34.7
12902026-07-29T15:46:32.478Z Downloaded moka v0.12.13
12912026-07-29T15:46:32.486Z Downloaded dropshot v0.17.1
12922026-07-29T15:46:32.498Z Downloaded typify-impl v0.6.2
12932026-07-29T15:46:32.505Z Downloaded curve25519-dalek v4.1.3
12942026-07-29T15:46:32.510Z Downloaded regress v0.10.5
12952026-07-29T15:46:32.515Z Downloaded curve25519-dalek v5.0.0
12962026-07-29T15:46:32.520Z Downloaded polar-core v0.27.3
12972026-07-29T15:46:32.529Z Downloaded regress v0.11.1
12982026-07-29T15:46:32.535Z Downloaded hickory-proto v0.25.2
12992026-07-29T15:46:32.544Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-07-29T15:46:32.550Z Downloaded nix v0.28.0
13012026-07-29T15:46:32.576Z Downloaded regex-syntax v0.6.29
13022026-07-29T15:46:32.616Z Downloaded regex-syntax v0.8.10
13032026-07-29T15:46:32.625Z Downloaded smoltcp v0.11.0
13042026-07-29T15:46:32.634Z Downloaded sha3 v0.11.0
13052026-07-29T15:46:32.638Z Downloaded chrono-tz v0.10.4
13062026-07-29T15:46:32.644Z Downloaded petgraph v0.8.3
13072026-07-29T15:46:32.658Z Downloaded rustls v0.23.41
13082026-07-29T15:46:32.663Z Downloaded zerocopy-derive v0.6.6
13092026-07-29T15:46:32.669Z Downloaded openapiv3 v2.2.0
13102026-07-29T15:46:32.675Z Downloaded rustix v0.38.44
13112026-07-29T15:46:32.687Z Downloaded tracing v0.1.44
13122026-07-29T15:46:32.700Z Downloaded ratatui v0.29.0
13132026-07-29T15:46:32.710Z Downloaded jiff v0.2.21
13142026-07-29T15:46:32.720Z Downloaded csv v1.4.0
13152026-07-29T15:46:32.733Z Downloaded libz-sys v1.1.24
13162026-07-29T15:46:32.743Z Downloaded regex-automata v0.4.14
13172026-07-29T15:46:32.753Z Downloaded diesel v2.3.7
13182026-07-29T15:46:32.768Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-07-29T15:46:32.778Z Downloaded ring v0.17.14
13202026-07-29T15:46:32.802Z Downloaded sha3 v0.10.8
13212026-07-29T15:46:32.805Z Downloaded petgraph v0.6.5
13222026-07-29T15:46:32.816Z Downloaded tokio v1.52.1
13232026-07-29T15:46:32.854Z Downloaded encoding_rs v0.8.35
13242026-07-29T15:46:32.897Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-07-29T15:46:33.273Z Downloaded aws-lc-sys v0.40.0
13262026-07-29T15:46:33.525Z Compiling libc v0.2.185
13272026-07-29T15:46:33.525Z Compiling serde_core v1.0.228
13282026-07-29T15:46:33.525Z Compiling serde v1.0.228
13292026-07-29T15:46:33.529Z Compiling log v0.4.29
13302026-07-29T15:46:33.529Z Compiling smallvec v1.15.1
13312026-07-29T15:46:33.529Z Compiling find-msvc-tools v0.1.9
13322026-07-29T15:46:33.529Z Compiling shlex v1.3.0
13332026-07-29T15:46:33.529Z Compiling syn v2.0.117
13342026-07-29T15:46:33.977Z Compiling subtle v2.6.1
13352026-07-29T15:46:33.991Z Compiling scopeguard v1.2.0
13362026-07-29T15:46:34.026Z Compiling stable_deref_trait v1.2.1
13372026-07-29T15:46:34.076Z Compiling lock_api v0.4.14
13382026-07-29T15:46:34.101Z Compiling typenum v1.20.1
13392026-07-29T15:46:34.116Z Compiling serde_json v1.0.151
13402026-07-29T15:46:34.156Z Compiling portable-atomic v1.13.1
13412026-07-29T15:46:34.159Z Compiling zerocopy v0.8.40
13422026-07-29T15:46:34.314Z Compiling parking_lot_core v0.9.12
13432026-07-29T15:46:34.332Z Compiling pin-project-lite v0.2.17
13442026-07-29T15:46:34.474Z Compiling pkg-config v0.3.32
13452026-07-29T15:46:34.605Z Compiling critical-section v1.2.0
13462026-07-29T15:46:34.619Z Compiling libm v0.2.16
13472026-07-29T15:46:34.648Z Compiling jobserver v0.1.34
13482026-07-29T15:46:34.710Z Compiling errno v0.3.14
13492026-07-29T15:46:34.865Z Compiling cc v1.2.56
13502026-07-29T15:46:34.921Z Compiling getrandom v0.2.17
13512026-07-29T15:46:34.937Z Compiling getrandom v0.4.1
13522026-07-29T15:46:35.046Z Compiling signal-hook-registry v1.4.8
13532026-07-29T15:46:35.061Z Compiling rand_core v0.6.4
13542026-07-29T15:46:35.299Z Compiling once_cell v1.21.3
13552026-07-29T15:46:35.317Z Compiling num-traits v0.2.19
13562026-07-29T15:46:35.320Z Compiling futures-core v0.3.32
13572026-07-29T15:46:35.345Z Compiling rand_core v0.10.0
13582026-07-29T15:46:35.439Z Compiling parking_lot v0.12.5
13592026-07-29T15:46:35.516Z Compiling mio v1.2.0
13602026-07-29T15:46:35.665Z Compiling generic-array v0.14.7
13612026-07-29T15:46:35.701Z Compiling writeable v0.6.2
13622026-07-29T15:46:35.820Z Compiling litemap v0.8.1
13632026-07-29T15:46:35.907Z Compiling bitflags v2.11.0
13642026-07-29T15:46:36.008Z Compiling percent-encoding v2.3.2
13652026-07-29T15:46:36.020Z Compiling const-oid v0.9.6
13662026-07-29T15:46:36.140Z Compiling semver v1.0.28
13672026-07-29T15:46:36.144Z Compiling icu_properties_data v2.1.2
13682026-07-29T15:46:36.195Z Compiling icu_normalizer_data v2.1.1
13692026-07-29T15:46:36.416Z Compiling socket2 v0.6.3
13702026-07-29T15:46:36.543Z Compiling futures-sink v0.3.32
13712026-07-29T15:46:36.568Z Compiling futures-task v0.3.32
13722026-07-29T15:46:36.646Z Compiling synstructure v0.13.2
13732026-07-29T15:46:36.662Z Compiling futures-channel v0.3.32
13742026-07-29T15:46:36.746Z Compiling futures-io v0.3.32
13752026-07-29T15:46:36.786Z Compiling slab v0.4.12
13762026-07-29T15:46:36.822Z Compiling utf8_iter v1.0.4
13772026-07-29T15:46:36.891Z Compiling indexmap v2.14.0
13782026-07-29T15:46:36.907Z Compiling form_urlencoded v1.2.2
13792026-07-29T15:46:36.963Z Compiling getrandom v0.3.4
13802026-07-29T15:46:36.967Z Compiling rustversion v1.0.22
13812026-07-29T15:46:36.967Z Compiling cmake v0.1.57
13822026-07-29T15:46:37.023Z Compiling ident_case v1.0.1
13832026-07-29T15:46:37.078Z Compiling fs_extra v1.3.0
13842026-07-29T15:46:37.148Z Compiling iana-time-zone v0.1.65
13852026-07-29T15:46:37.251Z Compiling rustix v1.1.3
13862026-07-29T15:46:37.346Z Compiling dunce v1.0.5
13872026-07-29T15:46:37.349Z Compiling regex-syntax v0.8.10
13882026-07-29T15:46:37.388Z Compiling uuid v1.23.4
13892026-07-29T15:46:37.472Z Compiling aws-lc-sys v0.40.0
13902026-07-29T15:46:37.574Z Compiling base64 v0.22.1
13912026-07-29T15:46:37.874Z Compiling rand_core v0.9.5
13922026-07-29T15:46:37.911Z Compiling base64ct v1.8.3
13932026-07-29T15:46:37.977Z Compiling vcpkg v0.2.15
13942026-07-29T15:46:38.113Z Compiling rustc_version v0.4.1
13952026-07-29T15:46:38.159Z Compiling pem-rfc7468 v0.7.0
13962026-07-29T15:46:38.214Z Compiling tracing-core v0.1.36
13972026-07-29T15:46:38.420Z Compiling serde_derive v1.0.228
13982026-07-29T15:46:38.447Z Compiling zeroize_derive v1.5.0
13992026-07-29T15:46:38.466Z Compiling zerofrom-derive v0.1.6
14002026-07-29T15:46:38.704Z Compiling yoke-derive v0.8.1
14012026-07-29T15:46:38.781Z Compiling zerovec-derive v0.11.2
14022026-07-29T15:46:39.075Z Compiling displaydoc v0.2.5
14032026-07-29T15:46:39.109Z Compiling zeroize v1.9.0
14042026-07-29T15:46:39.322Z Compiling zerocopy-derive v0.8.40
14052026-07-29T15:46:39.834Z Compiling tokio-macros v2.7.0
14062026-07-29T15:46:39.886Z Compiling zerofrom v0.1.6
14072026-07-29T15:46:39.911Z Compiling futures-macro v0.3.32
14082026-07-29T15:46:39.943Z Compiling openssl-sys v0.9.115
14092026-07-29T15:46:40.013Z Compiling yoke v0.8.1
14102026-07-29T15:46:40.200Z Compiling zerovec v0.11.5
14112026-07-29T15:46:40.354Z Compiling zerotrie v0.2.3
14122026-07-29T15:46:40.461Z Compiling block-buffer v0.10.4
14132026-07-29T15:46:40.563Z Compiling crypto-common v0.1.7
14142026-07-29T15:46:40.627Z Compiling der_derive v0.7.3
14152026-07-29T15:46:40.653Z Compiling tinystr v0.8.2
14162026-07-29T15:46:40.697Z Compiling potential_utf v0.1.4
14172026-07-29T15:46:40.711Z Compiling digest v0.10.7
14182026-07-29T15:46:40.714Z Compiling futures-util v0.3.32
14192026-07-29T15:46:40.851Z Compiling icu_locale_core v2.1.1
14202026-07-29T15:46:40.865Z Compiling icu_collections v2.1.1
14212026-07-29T15:46:40.971Z Compiling thiserror-impl v2.0.18
14222026-07-29T15:46:41.333Z Compiling tracing-attributes v0.1.31
14232026-07-29T15:46:41.590Z Compiling icu_provider v2.1.1
14242026-07-29T15:46:41.723Z Compiling aws-lc-rs v1.16.3
14252026-07-29T15:46:41.885Z Compiling icu_normalizer v2.1.1
14262026-07-29T15:46:41.977Z Compiling bytes v1.11.1
14272026-07-29T15:46:42.006Z Compiling icu_properties v2.1.2
14282026-07-29T15:46:42.295Z Compiling chrono v0.4.45
14292026-07-29T15:46:42.407Z Compiling flagset v0.4.7
14302026-07-29T15:46:42.541Z Compiling tokio v1.52.1
14312026-07-29T15:46:42.580Z Compiling http v1.4.2
14322026-07-29T15:46:42.650Z Compiling tracing v0.1.44
14332026-07-29T15:46:42.920Z Compiling idna_adapter v1.2.1
14342026-07-29T15:46:42.999Z Compiling der v0.7.10
14352026-07-29T15:46:43.061Z Compiling idna v1.1.0
14362026-07-29T15:46:43.100Z Compiling thiserror v2.0.18
14372026-07-29T15:46:43.209Z Compiling http-body v1.0.1
14382026-07-29T15:46:43.364Z Compiling url v2.5.8
14392026-07-29T15:46:43.550Z Compiling rustls-pki-types v1.14.0
14402026-07-29T15:46:43.652Z Compiling ppv-lite86 v0.2.21
14412026-07-29T15:46:43.701Z Compiling serde_derive_internals v0.29.1
14422026-07-29T15:46:43.788Z Compiling dyn-clone v1.0.20
14432026-07-29T15:46:43.950Z Compiling httparse v1.10.1
14442026-07-29T15:46:44.014Z Compiling rand_chacha v0.9.0
14452026-07-29T15:46:44.064Z Compiling schemars v0.8.22
14462026-07-29T15:46:44.204Z Compiling tinyvec_macros v0.1.1
14472026-07-29T15:46:44.256Z Compiling cmov v0.5.4
14482026-07-29T15:46:44.258Z Compiling openssl-probe v0.2.1
14492026-07-29T15:46:44.315Z Compiling tinyvec v1.10.0
14502026-07-29T15:46:44.343Z Compiling rand v0.9.2
14512026-07-29T15:46:44.445Z Compiling ctutils v0.4.2
14522026-07-29T15:46:44.463Z Compiling spki v0.7.3
14532026-07-29T15:46:44.607Z Compiling schemars_derive v0.8.22
14542026-07-29T15:46:44.659Z Compiling pest_generator v2.8.6
14552026-07-29T15:46:44.664Z Compiling aho-corasick v1.1.4
14562026-07-29T15:46:44.687Z Compiling tower-layer v0.3.3
14572026-07-29T15:46:44.700Z Compiling untrusted v0.7.1
14582026-07-29T15:46:44.819Z Compiling atomic-waker v1.1.2
14592026-07-29T15:46:44.842Z Compiling try-lock v0.2.5
14602026-07-29T15:46:44.943Z Compiling tower-service v0.3.3
14612026-07-29T15:46:44.959Z Compiling tempfile v3.25.0
14622026-07-29T15:46:45.040Z Compiling want v0.3.1
14632026-07-29T15:46:45.085Z Compiling hybrid-array v0.4.13
14642026-07-29T15:46:45.321Z Compiling ipnet v2.11.0
14652026-07-29T15:46:45.352Z Compiling pest_derive v2.8.6
14662026-07-29T15:46:45.496Z Compiling regex-automata v0.4.14
14672026-07-29T15:46:45.791Z Compiling scroll_derive v0.13.1
14682026-07-29T15:46:45.805Z Compiling darling_core v0.20.11
14692026-07-29T15:46:45.851Z Compiling openssl v0.10.79
14702026-07-29T15:46:46.074Z Compiling httpdate v1.0.3
14712026-07-29T15:46:46.301Z Compiling untrusted v0.9.0
14722026-07-29T15:46:46.315Z Compiling cpufeatures v0.2.17
14732026-07-29T15:46:46.387Z Compiling tokio-util v0.7.18
14742026-07-29T15:46:46.419Z Compiling foreign-types-shared v0.1.1
14752026-07-29T15:46:46.508Z Compiling rustls v0.23.41
14762026-07-29T15:46:46.564Z Compiling scroll v0.13.0
14772026-07-29T15:46:46.674Z Compiling foreign-types v0.3.2
14782026-07-29T15:46:46.768Z Compiling unicode-normalization v0.1.25
14792026-07-29T15:46:46.826Z Compiling pkcs8 v0.10.2
14802026-07-29T15:46:47.084Z Compiling h2 v0.4.15
14812026-07-29T15:46:47.215Z Compiling openssl-macros v0.1.1
14822026-07-29T15:46:47.399Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-07-29T15:46:47.494Z Compiling spin v0.9.8
14842026-07-29T15:46:47.605Z Compiling num-conv v0.2.0
14852026-07-29T15:46:47.704Z Compiling crc32fast v1.5.0
14862026-07-29T15:46:47.737Z Compiling powerfmt v0.2.0
14872026-07-29T15:46:47.777Z Compiling native-tls v0.2.18
14882026-07-29T15:46:47.935Z Compiling time-core v0.1.8
14892026-07-29T15:46:47.992Z Compiling deranged v0.5.8
14902026-07-29T15:46:48.023Z Compiling darling_macro v0.20.11
14912026-07-29T15:46:48.078Z Compiling time-macros v0.2.27
14922026-07-29T15:46:48.496Z Compiling darling v0.20.11
14932026-07-29T15:46:48.576Z Compiling goblin v0.10.5
14942026-07-29T15:46:49.002Z Compiling sha2 v0.10.9
14952026-07-29T15:46:49.163Z Compiling hmac v0.12.1
14962026-07-29T15:46:49.321Z Compiling sync_wrapper v1.0.2
14972026-07-29T15:46:49.432Z Compiling wait-timeout v0.2.1
14982026-07-29T15:46:49.565Z Compiling num_threads v0.1.7
14992026-07-29T15:46:49.666Z Compiling bit-vec v0.8.0
15002026-07-29T15:46:49.699Z Compiling usdt-impl v0.6.0
15012026-07-29T15:46:49.894Z Compiling crossbeam-utils v0.8.21
15022026-07-29T15:46:49.897Z Compiling quick-error v1.2.3
15032026-07-29T15:46:50.012Z Compiling siphasher v1.0.2
15042026-07-29T15:46:50.173Z Compiling simd-adler32 v0.3.8
15052026-07-29T15:46:50.197Z Compiling hyper v1.10.1
15062026-07-29T15:46:50.299Z Compiling syn v1.0.109
15072026-07-29T15:46:50.437Z Compiling rusty-fork v0.3.1
15082026-07-29T15:46:50.762Z Compiling bit-set v0.8.0
15092026-07-29T15:46:50.923Z Compiling time v0.3.47
15102026-07-29T15:46:50.952Z Compiling tower v0.5.3
15112026-07-29T15:46:51.196Z Compiling derive_builder_core v0.20.2
15122026-07-29T15:46:51.316Z Compiling hyper-util v0.1.20
15132026-07-29T15:46:51.437Z Compiling dof v0.4.0
15142026-07-29T15:46:51.945Z Compiling dtrace-parser v0.3.0
15152026-07-29T15:46:52.047Z Compiling http-body-util v0.1.3
15162026-07-29T15:46:52.285Z Compiling heapless v0.7.17
15172026-07-29T15:46:52.463Z Compiling scroll_derive v0.12.1
15182026-07-29T15:46:52.519Z Compiling thiserror-impl v1.0.69
15192026-07-29T15:46:52.577Z Compiling rand_xorshift v0.4.0
15202026-07-29T15:46:52.664Z Compiling slog v2.8.2
15212026-07-29T15:46:52.739Z Compiling darling_core v0.23.0
15222026-07-29T15:46:52.801Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-07-29T15:46:52.847Z Compiling thread-id v5.1.0
15242026-07-29T15:46:52.925Z Compiling cookie v0.18.1
15252026-07-29T15:46:53.018Z Compiling adler2 v2.0.1
15262026-07-29T15:46:53.067Z Compiling unicode-bidi v0.3.18
15272026-07-29T15:46:53.102Z Compiling signal-hook v0.3.18
15282026-07-29T15:46:53.117Z Compiling paste v1.0.15
15292026-07-29T15:46:53.145Z Compiling unicode-properties v0.1.4
15302026-07-29T15:46:53.267Z Compiling iri-string v0.7.10
15312026-07-29T15:46:53.346Z Compiling unarray v0.1.4
15322026-07-29T15:46:53.372Z Compiling ryu v1.0.23
15332026-07-29T15:46:53.456Z Compiling allocator-api2 v0.2.21
15342026-07-29T15:46:53.553Z Compiling zstd-safe v7.2.4
15352026-07-29T15:46:53.585Z Compiling anyhow v1.0.102
15362026-07-29T15:46:53.751Z Compiling thiserror v1.0.69
15372026-07-29T15:46:53.779Z Compiling serde_urlencoded v0.7.1
15382026-07-29T15:46:53.840Z Compiling proptest v1.11.0
15392026-07-29T15:46:53.879Z Compiling stringprep v0.1.5
15402026-07-29T15:46:54.081Z Compiling scroll v0.12.0
15412026-07-29T15:46:54.124Z Compiling miniz_oxide v0.8.9
15422026-07-29T15:46:54.641Z Compiling tower-http v0.6.8
15432026-07-29T15:46:54.788Z Compiling derive_builder_macro v0.20.2
15442026-07-29T15:46:54.803Z Compiling tokio-native-tls v0.3.1
15452026-07-29T15:46:55.039Z Compiling camino v1.2.2
15462026-07-29T15:46:55.095Z Compiling bstr v1.12.1
15472026-07-29T15:46:55.253Z Compiling ipnetwork v0.21.1
15482026-07-29T15:46:55.270Z Compiling darling_macro v0.23.0
15492026-07-29T15:46:55.405Z Compiling crypto-common v0.2.2
15502026-07-29T15:46:55.452Z Compiling block-buffer v0.12.1
15512026-07-29T15:46:55.631Z Compiling block-padding v0.4.2
15522026-07-29T15:46:55.645Z Compiling rustls-native-certs v0.8.3
15532026-07-29T15:46:55.717Z Compiling rand_chacha v0.3.1
15542026-07-29T15:46:55.746Z Compiling serde_tokenstream v0.2.3
15552026-07-29T15:46:55.791Z Compiling erased-serde v0.3.31
15562026-07-29T15:46:55.919Z Compiling serde_spanned v0.6.9
15572026-07-29T15:46:56.048Z Compiling hex v0.4.3
15582026-07-29T15:46:56.063Z Compiling toml_datetime v0.6.11
15592026-07-29T15:46:56.262Z Compiling signature v2.2.0
15602026-07-29T15:46:56.313Z Compiling md-5 v0.10.6
15612026-07-29T15:46:56.316Z Compiling curve25519-dalek v4.1.3
15622026-07-29T15:46:56.445Z Compiling pin-project-internal v1.1.11
15632026-07-29T15:46:56.471Z Compiling zerocopy-derive v0.7.35
15642026-07-29T15:46:56.486Z Compiling async-trait v0.1.89
15652026-07-29T15:46:56.636Z Compiling vergen-lib v9.1.0
15662026-07-29T15:46:56.813Z Compiling hash32 v0.2.1
15672026-07-29T15:46:57.007Z Compiling num-integer v0.1.46
15682026-07-29T15:46:57.126Z Compiling memoffset v0.9.1
15692026-07-29T15:46:57.317Z Compiling encoding_rs v0.8.35
15702026-07-29T15:46:57.332Z Compiling psl-types v2.0.11
15712026-07-29T15:46:57.335Z Compiling litrs v1.0.0
15722026-07-29T15:46:57.457Z Compiling mime v0.3.17
15732026-07-29T15:46:57.480Z Compiling zlib-rs v0.6.2
15742026-07-29T15:46:57.532Z Compiling cfg_aliases v0.2.1
15752026-07-29T15:46:57.608Z Compiling ref-cast v1.0.25
15762026-07-29T15:46:57.706Z Compiling fallible-iterator v0.2.0
15772026-07-29T15:46:57.854Z Compiling rustix v0.38.44
15782026-07-29T15:46:57.902Z Compiling smoltcp v0.9.1
15792026-07-29T15:46:58.014Z Compiling num-bigint-dig v0.8.6
15802026-07-29T15:46:58.226Z Compiling postgres-protocol v0.6.10
15812026-07-29T15:46:58.276Z Compiling document-features v0.2.12
15822026-07-29T15:46:58.306Z Compiling nix v0.31.2
15832026-07-29T15:46:58.672Z Compiling pin-project v1.1.11
15842026-07-29T15:46:58.702Z Compiling hubpack_derive v0.1.1
15852026-07-29T15:46:58.792Z Compiling publicsuffix v2.3.0
15862026-07-29T15:46:58.811Z Compiling zerocopy v0.7.35
15872026-07-29T15:46:58.911Z Compiling num-iter v0.1.45
15882026-07-29T15:46:59.055Z Compiling newtype-uuid v1.3.2
15892026-07-29T15:46:59.201Z Compiling rand v0.8.6
15902026-07-29T15:46:59.362Z Compiling inout v0.2.2
15912026-07-29T15:46:59.384Z Compiling darling v0.23.0
15922026-07-29T15:46:59.399Z Compiling oxnet v0.1.6
15932026-07-29T15:46:59.418Z Compiling derive_builder v0.20.2
15942026-07-29T15:46:59.531Z Compiling hyper-tls v0.6.0
15952026-07-29T15:46:59.757Z Compiling goblin v0.8.2
15962026-07-29T15:47:00.068Z Compiling phf_shared v0.13.1
15972026-07-29T15:47:00.108Z Compiling regex v1.12.3
15982026-07-29T15:47:00.125Z Compiling lazy_static v1.5.0
15992026-07-29T15:47:00.217Z Compiling anstyle-parse v0.2.7
16002026-07-29T15:47:00.307Z Compiling futures-executor v0.3.32
16012026-07-29T15:47:00.400Z Compiling terminal_size v0.4.3
16022026-07-29T15:47:00.506Z Compiling flate2 v1.1.9
16032026-07-29T15:47:00.523Z Compiling snafu-derive v0.8.9
16042026-07-29T15:47:00.538Z Compiling daft-derive v0.1.7
16052026-07-29T15:47:00.567Z Compiling strum_macros v0.27.2
16062026-07-29T15:47:00.795Z Compiling ref-cast-impl v1.0.25
16072026-07-29T15:47:00.911Z Compiling curve25519-dalek-derive v0.1.1
16082026-07-29T15:47:01.246Z Compiling vergen v9.1.0
16092026-07-29T15:47:01.332Z Compiling cargo-platform v0.3.2
16102026-07-29T15:47:01.425Z Compiling ff v0.13.1
16112026-07-29T15:47:01.553Z Compiling fs-err v3.3.0
16122026-07-29T15:47:01.571Z Compiling ahash v0.8.12
16132026-07-29T15:47:01.609Z Compiling winnow v0.5.40
16142026-07-29T15:47:01.740Z Compiling bitflags v1.3.2
16152026-07-29T15:47:01.775Z Compiling base16ct v0.2.0
16162026-07-29T15:47:01.816Z Compiling same-file v1.0.6
16172026-07-29T15:47:01.953Z Compiling foldhash v0.1.5
16182026-07-29T15:47:01.979Z Compiling object v0.37.3
16192026-07-29T15:47:02.124Z Compiling bumpalo v3.20.2
16202026-07-29T15:47:02.238Z Compiling managed v0.8.0
16212026-07-29T15:47:02.373Z Compiling foldhash v0.2.0
16222026-07-29T15:47:02.395Z Compiling unicode-segmentation v1.12.0
16232026-07-29T15:47:02.455Z Compiling libbz2-rs-sys v0.2.2
16242026-07-29T15:47:02.494Z Compiling strum v0.27.2
16252026-07-29T15:47:02.593Z Compiling hashbrown v0.16.1
16262026-07-29T15:47:02.775Z Compiling clap_builder v4.6.0
16272026-07-29T15:47:03.038Z Compiling toml_edit v0.19.15
16282026-07-29T15:47:03.135Z Compiling bzip2 v0.6.1
16292026-07-29T15:47:03.190Z Compiling snafu v0.8.9
16302026-07-29T15:47:03.247Z Compiling zopfli v0.8.3
16312026-07-29T15:47:03.384Z Compiling hashbrown v0.15.5
16322026-07-29T15:47:03.403Z Compiling dof v0.3.0
16332026-07-29T15:47:03.541Z Compiling walkdir v2.5.0
16342026-07-29T15:47:03.874Z Compiling sec1 v0.7.3
16352026-07-29T15:47:04.070Z Compiling group v0.13.0
16362026-07-29T15:47:04.135Z Compiling cargo_metadata v0.23.1
16372026-07-29T15:47:04.246Z Compiling daft v0.1.7
16382026-07-29T15:47:04.272Z Compiling futures v0.3.32
16392026-07-29T15:47:04.355Z Compiling anstream v0.6.21
16402026-07-29T15:47:04.531Z Compiling phf v0.13.1
16412026-07-29T15:47:04.695Z Compiling signal-hook-mio v0.2.5
16422026-07-29T15:47:04.812Z Compiling cookie_store v0.22.1
16432026-07-29T15:47:05.143Z Compiling zstd v0.13.3
16442026-07-29T15:47:05.407Z Compiling reqwest v0.12.28
16452026-07-29T15:47:05.457Z Compiling bzip2 v0.4.4
16462026-07-29T15:47:05.469Z Compiling cipher v0.5.2
16472026-07-29T15:47:05.664Z Compiling serde_with_macros v3.21.0
16482026-07-29T15:47:05.700Z Compiling hubpack v0.1.2
16492026-07-29T15:47:05.826Z Compiling postgres-types v0.2.12
16502026-07-29T15:47:05.911Z Compiling ed25519 v2.2.3
16512026-07-29T15:47:06.362Z Compiling usdt-macro v0.6.0
16522026-07-29T15:47:06.779Z Compiling usdt-attr-macro v0.6.0
16532026-07-29T15:47:06.799Z Compiling globset v0.4.18
16542026-07-29T15:47:06.945Z Compiling dtrace-parser v0.2.0
16552026-07-29T15:47:06.956Z Compiling phf_shared v0.11.3
16562026-07-29T15:47:07.113Z Compiling hkdf v0.12.4
16572026-07-29T15:47:07.138Z Compiling olpc-cjson v0.1.4
16582026-07-29T15:47:07.280Z Compiling pkcs1 v0.7.5
16592026-07-29T15:47:07.297Z Compiling serde-big-array v0.5.1
16602026-07-29T15:47:07.456Z Compiling serde_plain v1.0.2
16612026-07-29T15:47:07.465Z Compiling crypto-bigint v0.5.5
16622026-07-29T15:47:07.588Z Compiling clap_derive v4.6.1
16632026-07-29T15:47:07.635Z Compiling enum-as-inner v0.6.1
16642026-07-29T15:47:07.667Z Compiling strum_macros v0.26.4
16652026-07-29T15:47:07.682Z Compiling async-recursion v1.1.1
16662026-07-29T15:47:08.130Z Compiling serde_repr v0.1.20
16672026-07-29T15:47:08.328Z Compiling pem v3.0.6
16682026-07-29T15:47:08.652Z Compiling float-cmp v0.10.0
16692026-07-29T15:47:08.666Z Compiling memmap2 v0.9.10
16702026-07-29T15:47:08.851Z Compiling thread-id v4.2.2
16712026-07-29T15:47:08.881Z Compiling env_filter v1.0.0
16722026-07-29T15:47:08.937Z Compiling jiff v0.2.21
16732026-07-29T15:47:09.140Z Compiling fixedbitset v0.4.2
16742026-07-29T15:47:09.177Z Compiling whoami v2.1.0
16752026-07-29T15:47:09.306Z Compiling winnow v1.0.3
16762026-07-29T15:47:09.359Z Compiling difflib v0.4.0
16772026-07-29T15:47:09.422Z Compiling cpufeatures v0.3.0
16782026-07-29T15:47:09.501Z Compiling keccak v0.1.6
16792026-07-29T15:47:09.554Z Compiling typed-path v0.9.3
16802026-07-29T15:47:09.641Z Compiling either v1.15.0
16812026-07-29T15:47:09.657Z Compiling static_assertions v1.1.0
16822026-07-29T15:47:09.730Z Compiling predicates-core v1.0.10
16832026-07-29T15:47:09.847Z Compiling new_debug_unreachable v1.0.6
16842026-07-29T15:47:09.911Z Compiling const-oid v0.10.2
16852026-07-29T15:47:09.925Z Compiling fixedbitset v0.5.7
16862026-07-29T15:47:09.925Z Compiling precomputed-hash v0.1.1
16872026-07-29T15:47:10.011Z Compiling normalize-line-endings v0.3.0
16882026-07-29T15:47:10.106Z Compiling data-encoding v2.10.0
16892026-07-29T15:47:10.106Z Compiling predicates v3.1.4
16902026-07-29T15:47:10.188Z Compiling petgraph v0.8.3
16912026-07-29T15:47:10.229Z Compiling digest v0.11.3
16922026-07-29T15:47:10.247Z Compiling string_cache v0.8.9
16932026-07-29T15:47:10.446Z Compiling hickory-proto v0.25.2
16942026-07-29T15:47:10.465Z Compiling itertools v0.13.0
16952026-07-29T15:47:10.741Z Compiling toml_edit v0.22.27
16962026-07-29T15:47:10.757Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16972026-07-29T15:47:10.775Z Compiling sha3 v0.10.8
16982026-07-29T15:47:11.227Z Compiling toml_parser v1.1.2+spec-1.1.0
16992026-07-29T15:47:11.688Z Compiling zip v4.6.1
17002026-07-29T15:47:11.843Z Compiling chacha20 v0.10.0
17012026-07-29T15:47:12.112Z Compiling strum v0.26.3
17022026-07-29T15:47:12.220Z Compiling tokio-postgres v0.7.16
17032026-07-29T15:47:12.244Z Compiling clap v4.6.1
17042026-07-29T15:47:12.326Z Compiling petgraph v0.6.5
17052026-07-29T15:47:12.626Z Compiling env_logger v0.11.9
17062026-07-29T15:47:12.974Z Compiling usdt-impl v0.5.0
17072026-07-29T15:47:13.084Z Compiling usdt v0.6.0
17082026-07-29T15:47:13.346Z Compiling elliptic-curve v0.13.8
17092026-07-29T15:47:13.417Z Compiling rsa v0.9.10
17102026-07-29T15:47:13.541Z Compiling serde_with v3.21.0
17112026-07-29T15:47:13.597Z Compiling crossterm v0.28.1
17122026-07-29T15:47:13.761Z Compiling ed25519-dalek v2.2.0
17132026-07-29T15:47:14.304Z Compiling zip v0.6.6
17142026-07-29T15:47:14.911Z Compiling iddqd v0.4.2
17152026-07-29T15:47:14.921Z Compiling toml v0.7.8
17162026-07-29T15:47:15.360Z Compiling similar v2.7.0
17172026-07-29T15:47:15.398Z Compiling heck v0.4.1
17182026-07-29T15:47:15.505Z Compiling byte-wrapper v0.1.0
17192026-07-29T15:47:15.518Z Compiling crossbeam-epoch v0.9.18
17202026-07-29T15:47:15.620Z Compiling tokio-stream v0.1.18
17212026-07-29T15:47:15.833Z Compiling buf-list v1.1.2
17222026-07-29T15:47:15.850Z Compiling x509-cert v0.2.5
17232026-07-29T15:47:16.081Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-07-29T15:47:16.103Z Compiling openapiv3 v2.2.0
17252026-07-29T15:47:16.170Z Compiling lalrpop-util v0.19.12
17262026-07-29T15:47:16.209Z Compiling peg-runtime v0.8.5
17272026-07-29T15:47:16.358Z Compiling thread_local v1.1.9
17282026-07-29T15:47:16.376Z Compiling slog-async v2.8.0
17292026-07-29T15:47:16.486Z Compiling crossbeam-channel v0.5.15
17302026-07-29T15:47:16.518Z Compiling is-terminal v0.4.17
17312026-07-29T15:47:16.603Z Compiling filetime v0.2.27
17322026-07-29T15:47:16.617Z Compiling xattr v1.6.1
17332026-07-29T15:47:16.682Z Compiling term v1.2.1
17342026-07-29T15:47:16.776Z Compiling take_mut v0.2.2
17352026-07-29T15:47:16.786Z Compiling tar v0.4.46
17362026-07-29T15:47:16.933Z Compiling camino-tempfile v1.4.1
17372026-07-29T15:47:17.159Z Compiling slog-term v2.9.2
17382026-07-29T15:47:27.187Z Compiling rustls-webpki v0.103.13
17392026-07-29T15:47:29.879Z Compiling tokio-rustls v0.26.4
17402026-07-29T15:47:29.879Z Compiling rustls-platform-verifier v0.6.2
17412026-07-29T15:47:29.879Z Compiling tough v0.22.0
17422026-07-29T15:47:30.076Z Compiling hyper-rustls v0.27.7
17432026-07-29T15:47:30.274Z Compiling reqwest v0.13.2
17442026-07-29T15:47:32.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-07-29T15:47:32.701Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-07-29T15:47:35.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17472026-07-29T15:47:35.777Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17482026-07-29T15:47:35.835ZJul 29 15:47:34.187 INFO Starting download, target: DendriteStub
17492026-07-29T15:47:35.835ZJul 29 15:47:34.187 INFO Starting download, target: Console
17502026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Starting download, target: Cockroach
17512026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Starting download, target: Clickhouse
17522026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Starting download, target: MaghemiteMgd
17532026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Starting download, target: MaghemiteDdmd
17542026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Starting download, target: TransceiverControl
17552026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17572026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-07-29T15:47:35.838ZJul 29 15:47:34.187 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-07-29T15:47:36.392ZJul 29 15:47:34.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-07-29T15:47:36.622ZJul 29 15:47:34.974 INFO Download complete, target: TransceiverControl
17642026-07-29T15:47:37.668ZJul 29 15:47:36.020 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-07-29T15:47:37.932ZJul 29 15:47:36.284 INFO Download complete, target: Console
17662026-07-29T15:47:37.942ZJul 29 15:47:36.294 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-07-29T15:47:40.091ZJul 29 15:47:38.436 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17682026-07-29T15:47:40.198ZJul 29 15:47:38.548 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-07-29T15:47:40.511ZJul 29 15:47:38.855 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-07-29T15:47:41.044ZJul 29 15:47:39.375 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-07-29T15:47:41.044ZJul 29 15:47:39.375 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-07-29T15:47:42.046ZJul 29 15:47:40.380 INFO Download complete, target: MaghemiteDdmd
17732026-07-29T15:47:42.754ZJul 29 15:47:41.091 INFO Download complete, target: DendriteStub
17742026-07-29T15:47:43.067ZJul 29 15:47:41.419 INFO Download complete, target: MaghemiteMgd
17752026-07-29T15:47:44.837ZJul 29 15:47:43.190 INFO Checking that binary works, target: Clickhouse
17762026-07-29T15:47:44.936ZJul 29 15:47:43.288 INFO Download complete, target: Clickhouse
17772026-07-29T15:47:45.794ZJul 29 15:47:44.147 INFO Checking that binary works, target: Cockroach
17782026-07-29T15:47:45.908ZJul 29 15:47:44.260 INFO Download complete, target: Cockroach
17792026-07-29T15:47:45.923ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-07-29T15:47:45.926Z
17812026-07-29T15:47:45.926Zreal 2:04.736290261
17822026-07-29T15:47:45.926Zuser 6:37.285234109
17832026-07-29T15:47:45.927Zsys 1:20.263934402
17842026-07-29T15:47:45.927Ztrap 0.234575472
17852026-07-29T15:47:45.927Ztflt 0.510057344
17862026-07-29T15:47:45.927Zdflt 0.836637619
17872026-07-29T15:47:45.927Zkflt 0.023651637
17882026-07-29T15:47:45.927Zlock 25:13.862928255
17892026-07-29T15:47:45.927Zslp 20:02.407127232
17902026-07-29T15:47:45.927Zlat 43.376786496
17912026-07-29T15:47:45.927Zstop 2:26.854391412
17922026-07-29T15:47:45.927Z+ banner hack-check
17932026-07-29T15:47:45.927Z
17942026-07-29T15:47:45.927Z # # ## #### # # #### # # ###### #### # #
17952026-07-29T15:47:45.927Z # # # # # # # # # # # # # # # # #
17962026-07-29T15:47:45.927Z ###### # # # #### ##### # ###### ##### # ####
17972026-07-29T15:47:45.927Z # # ###### # # # # # # # # # #
17982026-07-29T15:47:45.927Z # # # # # # # # # # # # # # # # #
17992026-07-29T15:47:45.927Z # # # # #### # # #### # # ###### #### # #
18002026-07-29T15:47:45.927Z
18012026-07-29T15:47:45.927Z+ export CARGO_INCREMENTAL=0
18022026-07-29T15:47:45.927Z+ CARGO_INCREMENTAL=0
18032026-07-29T15:47:45.927Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-07-29T15:47:46.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-07-29T15:47:46.684Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-07-29T15:47:48.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18072026-07-29T15:47:48.552Z Running `target/debug/xtask check-features --ci`
18082026-07-29T15:47:48.578Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-07-29T15:47:48.583Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-07-29T15:47:49.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-07-29T15:47:49.039Z Running `target/debug/xtask download cargo-hack`
18122026-07-29T15:47:49.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-07-29T15:47:50.132Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-07-29T15:47:52.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18152026-07-29T15:47:52.904Z Running `target/debug/xtask-downloader cargo-hack`
18162026-07-29T15:47:52.944ZJul 29 15:47:51.295 INFO Starting download, target: CargoHack
18172026-07-29T15:47:52.948ZJul 29 15:47:51.296 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-07-29T15:47:53.301ZJul 29 15:47:51.653 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-07-29T15:47:53.352ZJul 29 15:47:51.704 INFO Download complete, target: CargoHack
18202026-07-29T15:47:53.354Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18212026-07-29T15:47:53.367Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-07-29T15:47:53.533Zinfo: running `cargo check --bins` on api_identity (1/303)
18232026-07-29T15:47:53.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-29T15:47:53.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-29T15:47:53.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-29T15:47:53.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18272026-07-29T15:47:54.068Z
18282026-07-29T15:47:54.068Zinfo: running `cargo check --bins` on bootstore (2/303)
18292026-07-29T15:47:54.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-29T15:47:54.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-29T15:47:54.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-29T15:47:54.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18332026-07-29T15:47:54.600Z
18342026-07-29T15:47:54.600Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18352026-07-29T15:47:55.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-29T15:47:55.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-29T15:47:55.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-29T15:47:55.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-07-29T15:47:55.132Z
18402026-07-29T15:47:55.132Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18412026-07-29T15:47:55.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-29T15:47:55.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-29T15:47:55.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-29T15:47:55.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18452026-07-29T15:47:55.662Z
18462026-07-29T15:47:55.662Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18472026-07-29T15:47:56.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-29T15:47:56.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-29T15:47:56.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-29T15:47:56.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-07-29T15:47:56.189Z
18522026-07-29T15:47:56.189Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18532026-07-29T15:47:56.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-29T15:47:56.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-29T15:47:56.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-29T15:47:56.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18572026-07-29T15:47:56.739Z
18582026-07-29T15:47:56.739Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18592026-07-29T15:47:57.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-29T15:47:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-29T15:47:57.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-29T15:47:57.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18632026-07-29T15:47:57.293Z
18642026-07-29T15:47:57.293Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18652026-07-29T15:47:57.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-29T15:47:57.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-29T15:47:57.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-29T15:47:57.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18692026-07-29T15:47:57.859Z
18702026-07-29T15:47:57.859Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18712026-07-29T15:47:58.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-29T15:47:58.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-29T15:47:58.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-29T15:47:58.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18752026-07-29T15:47:58.265Z
18762026-07-29T15:47:58.265Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18772026-07-29T15:47:58.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-29T15:47:58.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-29T15:47:58.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-29T15:47:58.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18812026-07-29T15:47:58.679Z
18822026-07-29T15:47:58.679Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18832026-07-29T15:47:59.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-29T15:47:59.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-29T15:47:59.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-29T15:47:59.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-29T15:47:59.088Z
18882026-07-29T15:47:59.088Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18892026-07-29T15:47:59.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-29T15:47:59.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-29T15:47:59.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-29T15:47:59.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18932026-07-29T15:47:59.488Z
18942026-07-29T15:47:59.488Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18952026-07-29T15:47:59.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-29T15:47:59.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-29T15:47:59.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-29T15:47:59.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18992026-07-29T15:47:59.902Z
19002026-07-29T15:47:59.902Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19012026-07-29T15:48:00.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-29T15:48:00.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-29T15:48:00.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-29T15:48:00.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19052026-07-29T15:48:00.316Z
19062026-07-29T15:48:00.316Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19072026-07-29T15:48:00.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-29T15:48:00.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-29T15:48:00.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-29T15:48:00.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19112026-07-29T15:48:00.731Z
19122026-07-29T15:48:00.731Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19132026-07-29T15:48:01.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-29T15:48:01.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-29T15:48:01.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-29T15:48:01.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-29T15:48:01.155Z
19182026-07-29T15:48:01.155Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19192026-07-29T15:48:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-29T15:48:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-29T15:48:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-29T15:48:01.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19232026-07-29T15:48:01.551Z
19242026-07-29T15:48:01.551Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19252026-07-29T15:48:01.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-29T15:48:01.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-29T15:48:01.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-29T15:48:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19292026-07-29T15:48:01.967Z
19302026-07-29T15:48:01.967Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19312026-07-29T15:48:02.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-29T15:48:02.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-29T15:48:02.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-29T15:48:02.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19352026-07-29T15:48:02.378Z
19362026-07-29T15:48:02.379Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19372026-07-29T15:48:02.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-29T15:48:02.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-29T15:48:02.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-29T15:48:02.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-07-29T15:48:02.787Z
19422026-07-29T15:48:02.787Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19432026-07-29T15:48:03.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-29T15:48:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-29T15:48:03.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-29T15:48:03.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-07-29T15:48:03.202Z
19482026-07-29T15:48:03.202Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19492026-07-29T15:48:03.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-29T15:48:03.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-29T15:48:03.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-29T15:48:03.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-07-29T15:48:03.617Z
19542026-07-29T15:48:03.617Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19552026-07-29T15:48:03.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-29T15:48:03.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-29T15:48:03.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-29T15:48:03.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-07-29T15:48:04.031Z
19602026-07-29T15:48:04.031Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19612026-07-29T15:48:04.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-29T15:48:04.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-29T15:48:04.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-29T15:48:04.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-07-29T15:48:04.442Z
19662026-07-29T15:48:04.442Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19672026-07-29T15:48:04.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-29T15:48:04.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-29T15:48:04.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-29T15:48:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-07-29T15:48:04.857Z
19722026-07-29T15:48:04.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19732026-07-29T15:48:05.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-29T15:48:05.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-29T15:48:05.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-29T15:48:05.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-07-29T15:48:05.271Z
19782026-07-29T15:48:05.271Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19792026-07-29T15:48:05.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-29T15:48:05.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-29T15:48:05.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-29T15:48:05.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-07-29T15:48:05.690Z
19842026-07-29T15:48:05.690Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19852026-07-29T15:48:06.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-29T15:48:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-29T15:48:06.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-29T15:48:06.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-07-29T15:48:06.099Z
19902026-07-29T15:48:06.099Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19912026-07-29T15:48:06.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-29T15:48:06.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-29T15:48:06.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-29T15:48:06.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-07-29T15:48:06.513Z
19962026-07-29T15:48:06.513Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19972026-07-29T15:48:06.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-29T15:48:06.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-29T15:48:06.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-29T15:48:06.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-07-29T15:48:06.930Z
20022026-07-29T15:48:06.930Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20032026-07-29T15:48:07.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-29T15:48:07.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-29T15:48:07.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-29T15:48:07.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-07-29T15:48:07.345Z
20082026-07-29T15:48:07.345Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20092026-07-29T15:48:07.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-29T15:48:07.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-29T15:48:07.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-29T15:48:07.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-07-29T15:48:07.758Z
20142026-07-29T15:48:07.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20152026-07-29T15:48:08.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-29T15:48:08.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-29T15:48:08.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-29T15:48:08.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-29T15:48:08.167Z
20202026-07-29T15:48:08.167Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20212026-07-29T15:48:08.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-29T15:48:08.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-29T15:48:08.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-29T15:48:08.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-07-29T15:48:08.577Z
20262026-07-29T15:48:08.577Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20272026-07-29T15:48:08.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-29T15:48:08.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-29T15:48:08.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-29T15:48:08.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-07-29T15:48:08.990Z
20322026-07-29T15:48:08.990Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20332026-07-29T15:48:09.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-29T15:48:09.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-29T15:48:09.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-29T15:48:09.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-07-29T15:48:09.404Z
20382026-07-29T15:48:09.404Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20392026-07-29T15:48:09.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-29T15:48:09.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-29T15:48:09.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-29T15:48:09.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-07-29T15:48:09.821Z
20442026-07-29T15:48:09.821Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20452026-07-29T15:48:10.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-29T15:48:10.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-29T15:48:10.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-29T15:48:10.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-07-29T15:48:10.234Z
20502026-07-29T15:48:10.234Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20512026-07-29T15:48:10.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-29T15:48:10.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-29T15:48:10.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-29T15:48:10.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-07-29T15:48:10.647Z
20562026-07-29T15:48:10.647Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20572026-07-29T15:48:11.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-29T15:48:11.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-29T15:48:11.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-29T15:48:11.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-07-29T15:48:11.063Z
20622026-07-29T15:48:11.063Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20632026-07-29T15:48:11.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-29T15:48:11.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-29T15:48:11.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-29T15:48:11.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-29T15:48:11.470Z
20682026-07-29T15:48:11.470Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20692026-07-29T15:48:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-29T15:48:11.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-29T15:48:11.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-29T15:48:11.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-07-29T15:48:11.882Z
20742026-07-29T15:48:11.882Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20752026-07-29T15:48:12.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-29T15:48:12.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-29T15:48:12.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-29T15:48:12.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-29T15:48:12.289Z
20802026-07-29T15:48:12.289Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20812026-07-29T15:48:12.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-29T15:48:12.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-29T15:48:12.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-29T15:48:12.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20852026-07-29T15:48:12.700Z
20862026-07-29T15:48:12.700Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20872026-07-29T15:48:13.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-29T15:48:13.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-29T15:48:13.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-29T15:48:13.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-29T15:48:13.109Z
20922026-07-29T15:48:13.109Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20932026-07-29T15:48:13.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-29T15:48:13.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-29T15:48:13.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-29T15:48:13.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20972026-07-29T15:48:13.517Z
20982026-07-29T15:48:13.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20992026-07-29T15:48:13.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-29T15:48:13.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-29T15:48:13.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-29T15:48:13.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-07-29T15:48:13.929Z
21042026-07-29T15:48:13.929Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21052026-07-29T15:48:14.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-29T15:48:14.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-29T15:48:14.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-29T15:48:14.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21092026-07-29T15:48:14.340Z
21102026-07-29T15:48:14.340Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21112026-07-29T15:48:14.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-29T15:48:14.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-29T15:48:14.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-29T15:48:14.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-07-29T15:48:14.933Z
21162026-07-29T15:48:14.933Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21172026-07-29T15:48:15.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-29T15:48:15.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-29T15:48:15.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-29T15:48:15.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-07-29T15:48:15.521Z
21222026-07-29T15:48:15.521Zinfo: running `cargo check --bins` on nexus-config (51/303)
21232026-07-29T15:48:16.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-29T15:48:16.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-29T15:48:16.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-29T15:48:16.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272026-07-29T15:48:16.117Z
21282026-07-29T15:48:16.117Zinfo: running `cargo check --bins` on nexus-types (52/303)
21292026-07-29T15:48:16.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-29T15:48:16.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-29T15:48:16.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-29T15:48:16.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21332026-07-29T15:48:16.706Z
21342026-07-29T15:48:16.706Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21352026-07-29T15:48:17.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-29T15:48:17.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-29T15:48:17.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-29T15:48:17.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21392026-07-29T15:48:17.266Z
21402026-07-29T15:48:17.266Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21412026-07-29T15:48:17.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-29T15:48:17.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-29T15:48:17.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-29T15:48:17.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-29T15:48:17.804Z
21462026-07-29T15:48:17.804Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21472026-07-29T15:48:18.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-29T15:48:18.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-29T15:48:18.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-29T15:48:18.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21512026-07-29T15:48:18.366Z
21522026-07-29T15:48:18.366Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21532026-07-29T15:48:18.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-29T15:48:18.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-29T15:48:18.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-29T15:48:18.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21572026-07-29T15:48:18.921Z
21582026-07-29T15:48:18.921Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21592026-07-29T15:48:19.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-29T15:48:19.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-29T15:48:19.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-29T15:48:19.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21632026-07-29T15:48:19.480Z
21642026-07-29T15:48:19.480Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21652026-07-29T15:48:19.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-29T15:48:19.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-29T15:48:19.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-29T15:48:19.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21692026-07-29T15:48:20.043Z
21702026-07-29T15:48:20.043Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21712026-07-29T15:48:20.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-29T15:48:20.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-29T15:48:20.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-29T15:48:20.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21752026-07-29T15:48:20.587Z
21762026-07-29T15:48:20.587Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21772026-07-29T15:48:21.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-29T15:48:21.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-29T15:48:21.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-29T15:48:21.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21812026-07-29T15:48:21.121Z
21822026-07-29T15:48:21.121Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21832026-07-29T15:48:21.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-29T15:48:21.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-29T15:48:21.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-29T15:48:21.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-29T15:48:21.657Z
21882026-07-29T15:48:21.657Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21892026-07-29T15:48:22.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-29T15:48:22.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-29T15:48:22.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-29T15:48:22.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-29T15:48:22.196Z
21942026-07-29T15:48:22.196Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21952026-07-29T15:48:22.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-29T15:48:22.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-29T15:48:22.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-29T15:48:22.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21992026-07-29T15:48:22.746Z
22002026-07-29T15:48:22.746Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
22012026-07-29T15:48:23.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-29T15:48:23.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-29T15:48:23.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-29T15:48:23.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22052026-07-29T15:48:23.295Z
22062026-07-29T15:48:23.295Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22072026-07-29T15:48:23.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-29T15:48:23.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-29T15:48:23.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-29T15:48:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22112026-07-29T15:48:23.834Z
22122026-07-29T15:48:23.834Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22132026-07-29T15:48:24.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-29T15:48:24.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-29T15:48:24.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-29T15:48:24.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-29T15:48:24.370Z
22182026-07-29T15:48:24.370Zinfo: running `cargo check --bins` on ereport-types (67/303)
22192026-07-29T15:48:24.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-29T15:48:24.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-29T15:48:24.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-29T15:48:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22232026-07-29T15:48:24.915Z
22242026-07-29T15:48:24.915Zinfo: running `cargo check --bins` on gateway-client (68/303)
22252026-07-29T15:48:25.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-29T15:48:25.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-29T15:48:25.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-29T15:48:25.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22292026-07-29T15:48:25.471Z
22302026-07-29T15:48:25.471Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22312026-07-29T15:48:25.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-29T15:48:25.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-29T15:48:25.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-29T15:48:25.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22352026-07-29T15:48:26.023Z
22362026-07-29T15:48:26.023Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22372026-07-29T15:48:26.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-29T15:48:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-29T15:48:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-29T15:48:26.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22412026-07-29T15:48:26.572Z
22422026-07-29T15:48:26.572Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22432026-07-29T15:48:27.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-29T15:48:27.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-29T15:48:27.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-29T15:48:27.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-29T15:48:27.120Z
22482026-07-29T15:48:27.120Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22492026-07-29T15:48:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-29T15:48:27.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-29T15:48:27.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-29T15:48:27.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-07-29T15:48:27.666Z
22542026-07-29T15:48:27.666Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22552026-07-29T15:48:28.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-29T15:48:28.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-29T15:48:28.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-29T15:48:28.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22592026-07-29T15:48:28.246Z
22602026-07-29T15:48:28.246Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22612026-07-29T15:48:28.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-29T15:48:28.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-29T15:48:28.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-07-29T15:48:28.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-07-29T15:48:28.814Z
22662026-07-29T15:48:28.815Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22672026-07-29T15:48:29.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-07-29T15:48:29.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-07-29T15:48:29.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-07-29T15:48:29.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22712026-07-29T15:48:29.358Z
22722026-07-29T15:48:29.358Zinfo: running `cargo check --bins` on oxlog (76/303)
22732026-07-29T15:48:29.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-07-29T15:48:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-07-29T15:48:29.941Z Checking cfg-if v1.0.4
22762026-07-29T15:48:29.944Z Checking libc v0.2.185
22772026-07-29T15:48:29.944Z Checking serde_core v1.0.228
22782026-07-29T15:48:30.053Z Checking memchr v2.8.0
22792026-07-29T15:48:30.057Z Checking zeroize v1.9.0
22802026-07-29T15:48:30.068Z Checking log v0.4.29
22812026-07-29T15:48:30.078Z Checking smallvec v1.15.1
22822026-07-29T15:48:30.088Z Checking itoa v1.0.17
22832026-07-29T15:48:30.089Z Checking subtle v2.6.1
22842026-07-29T15:48:30.204Z Checking scopeguard v1.2.0
22852026-07-29T15:48:30.221Z Checking stable_deref_trait v1.2.1
22862026-07-29T15:48:30.232Z Checking typenum v1.20.1
22872026-07-29T15:48:30.242Z Checking zerofrom v0.1.6
22882026-07-29T15:48:30.255Z Checking pin-project-lite v0.2.17
22892026-07-29T15:48:30.288Z Checking zmij v1.0.21
22902026-07-29T15:48:30.301Z Checking lock_api v0.4.14
22912026-07-29T15:48:30.341Z Checking futures-core v0.3.32
22922026-07-29T15:48:30.353Z Checking yoke v0.8.1
22932026-07-29T15:48:30.433Z Checking errno v0.3.14
22942026-07-29T15:48:30.433Z Checking getrandom v0.2.17
22952026-07-29T15:48:30.460Z Checking parking_lot_core v0.9.12
22962026-07-29T15:48:30.492Z Checking mio v1.2.0
22972026-07-29T15:48:30.510Z Checking zerocopy v0.8.40
22982026-07-29T15:48:30.518Z Checking zerovec v0.11.5
22992026-07-29T15:48:30.544Z Checking signal-hook-registry v1.4.8
23002026-07-29T15:48:30.584Z Checking rand_core v0.6.4
23012026-07-29T15:48:30.640Z Checking parking_lot v0.12.5
23022026-07-29T15:48:30.701Z Checking writeable v0.6.2
23032026-07-29T15:48:30.753Z Checking litemap v0.8.1
23042026-07-29T15:48:30.768Z Checking percent-encoding v2.3.2
23052026-07-29T15:48:30.829Z Checking const-oid v0.9.6
23062026-07-29T15:48:30.858Z Checking zerotrie v0.2.3
23072026-07-29T15:48:30.902Z Checking libm v0.2.16
23082026-07-29T15:48:30.919Z Checking socket2 v0.6.3
23092026-07-29T15:48:30.942Z Checking tinystr v0.8.2
23102026-07-29T15:48:30.964Z Checking potential_utf v0.1.4
23112026-07-29T15:48:31.091Z Checking icu_collections v2.1.1
23122026-07-29T15:48:31.103Z Checking generic-array v0.14.7
23132026-07-29T15:48:31.114Z Checking icu_locale_core v2.1.1
23142026-07-29T15:48:31.166Z Checking equivalent v1.0.2
23152026-07-29T15:48:31.243Z Checking rand_core v0.10.0
23162026-07-29T15:48:31.385Z Checking getrandom v0.4.1
23172026-07-29T15:48:31.398Z Checking icu_properties_data v2.1.2
23182026-07-29T15:48:31.501Z Checking icu_normalizer_data v2.1.1
23192026-07-29T15:48:31.519Z Checking futures-sink v0.3.32
23202026-07-29T15:48:31.531Z Checking serde v1.0.228
23212026-07-29T15:48:31.535Z Checking bitflags v2.11.0
23222026-07-29T15:48:31.554Z Checking serde_json v1.0.151
23232026-07-29T15:48:31.569Z Checking portable-atomic v1.13.1
23242026-07-29T15:48:31.589Z Checking num-traits v0.2.19
23252026-07-29T15:48:31.623Z Checking futures-channel v0.3.32
23262026-07-29T15:48:31.645Z Checking icu_provider v2.1.1
23272026-07-29T15:48:31.698Z Checking slab v0.4.12
23282026-07-29T15:48:31.809Z Checking critical-section v1.2.0
23292026-07-29T15:48:31.851Z Checking futures-io v0.3.32
23302026-07-29T15:48:31.874Z Checking icu_properties v2.1.2
23312026-07-29T15:48:31.904Z Checking icu_normalizer v2.1.1
23322026-07-29T15:48:31.920Z Checking bytes v1.11.1
23332026-07-29T15:48:31.959Z Checking futures-task v0.3.32
23342026-07-29T15:48:32.013Z Checking once_cell v1.21.3
23352026-07-29T15:48:32.095Z Checking futures-util v0.3.32
23362026-07-29T15:48:32.128Z Checking utf8_iter v1.0.4
23372026-07-29T15:48:32.184Z Checking hashbrown v0.17.0
23382026-07-29T15:48:32.199Z Checking crypto-common v0.1.7
23392026-07-29T15:48:32.211Z Checking block-buffer v0.10.4
23402026-07-29T15:48:32.246Z Checking form_urlencoded v1.2.2
23412026-07-29T15:48:32.320Z Checking getrandom v0.3.4
23422026-07-29T15:48:32.344Z Checking digest v0.10.7
23432026-07-29T15:48:32.367Z Checking tokio v1.52.1
23442026-07-29T15:48:32.380Z Checking byteorder v1.5.0
23452026-07-29T15:48:32.466Z Checking iana-time-zone v0.1.65
23462026-07-29T15:48:32.538Z Checking rand_core v0.9.5
23472026-07-29T15:48:32.570Z Checking chrono v0.4.45
23482026-07-29T15:48:32.583Z Checking http v1.4.2
23492026-07-29T15:48:32.654Z Checking indexmap v2.14.0
23502026-07-29T15:48:32.699Z Checking idna_adapter v1.2.1
23512026-07-29T15:48:32.711Z Checking uuid v1.23.4
23522026-07-29T15:48:32.816Z Checking idna v1.1.0
23532026-07-29T15:48:33.025Z Checking base64 v0.22.1
23542026-07-29T15:48:33.057Z Checking url v2.5.8
23552026-07-29T15:48:33.144Z Checking regex-syntax v0.8.10
23562026-07-29T15:48:33.211Z Checking base64ct v1.8.3
23572026-07-29T15:48:33.259Z Checking ppv-lite86 v0.2.21
23582026-07-29T15:48:33.272Z Checking tracing-core v0.1.36
23592026-07-29T15:48:33.414Z Checking flagset v0.4.7
23602026-07-29T15:48:33.440Z Checking pem-rfc7468 v0.7.0
23612026-07-29T15:48:33.501Z Checking http-body v1.0.1
23622026-07-29T15:48:33.533Z Checking rustls-pki-types v1.14.0
23632026-07-29T15:48:33.549Z Checking rand_chacha v0.9.0
23642026-07-29T15:48:33.580Z Checking tracing v0.1.44
23652026-07-29T15:48:33.592Z Checking der v0.7.10
23662026-07-29T15:48:33.637Z Checking openssl-probe v0.2.1
23672026-07-29T15:48:33.744Z Checking cmov v0.5.4
23682026-07-29T15:48:33.757Z Checking dyn-clone v1.0.20
23692026-07-29T15:48:33.788Z Checking tinyvec_macros v0.1.1
23702026-07-29T15:48:33.844Z Checking rand v0.9.2
23712026-07-29T15:48:33.857Z Checking tinyvec v1.10.0
23722026-07-29T15:48:33.871Z Checking semver v1.0.28
23732026-07-29T15:48:33.941Z Checking ctutils v0.4.2
23742026-07-29T15:48:34.074Z Checking aws-lc-sys v0.40.0
23752026-07-29T15:48:34.089Z Checking atomic-waker v1.1.2
23762026-07-29T15:48:34.152Z Checking tower-layer v0.3.3
23772026-07-29T15:48:34.170Z Checking try-lock v0.2.5
23782026-07-29T15:48:34.184Z Checking fnv v1.0.7
23792026-07-29T15:48:34.268Z Checking untrusted v0.7.1
23802026-07-29T15:48:34.281Z Checking tower-service v0.3.3
23812026-07-29T15:48:34.300Z Checking want v0.3.1
23822026-07-29T15:48:34.323Z Checking hybrid-array v0.4.13
23832026-07-29T15:48:34.354Z Checking spki v0.7.3
23842026-07-29T15:48:34.366Z Checking schemars v0.8.22
23852026-07-29T15:48:34.380Z Checking ipnet v2.11.0
23862026-07-29T15:48:34.419Z Checking httparse v1.10.1
23872026-07-29T15:48:34.475Z Checking aho-corasick v1.1.4
23882026-07-29T15:48:34.516Z Checking httpdate v1.0.3
23892026-07-29T15:48:34.579Z Checking aws-lc-rs v1.16.3
23902026-07-29T15:48:34.624Z Checking utf8parse v0.2.2
23912026-07-29T15:48:34.638Z Checking foreign-types-shared v0.1.1
23922026-07-29T15:48:34.660Z Checking cpufeatures v0.2.17
23932026-07-29T15:48:34.716Z Checking plain v0.2.3
23942026-07-29T15:48:34.730Z Checking untrusted v0.9.0
23952026-07-29T15:48:34.743Z Checking foreign-types v0.3.2
23962026-07-29T15:48:34.806Z Checking pkcs8 v0.10.2
23972026-07-29T15:48:34.820Z Checking unicode-normalization v0.1.25
23982026-07-29T15:48:34.835Z Checking openssl-sys v0.9.115
23992026-07-29T15:48:34.961Z Checking spin v0.9.8
24002026-07-29T15:48:35.016Z Checking unicode-ident v1.0.24
24012026-07-29T15:48:35.070Z Checking ucd-trie v0.1.7
24022026-07-29T15:48:35.124Z Checking anstyle v1.0.14
24032026-07-29T15:48:35.143Z Compiling proptest v1.11.0
24042026-07-29T15:48:35.155Z Checking regex-automata v0.4.14
24052026-07-29T15:48:35.200Z Checking pest v2.8.6
24062026-07-29T15:48:35.203Z Checking openssl v0.10.79
24072026-07-29T15:48:35.223Z Checking proc-macro2 v1.0.106
24082026-07-29T15:48:35.302Z Checking sha2 v0.10.9
24092026-07-29T15:48:35.407Z Checking rustls-webpki v0.103.13
24102026-07-29T15:48:35.540Z Checking hmac v0.12.1
24112026-07-29T15:48:35.581Z Checking rustix v1.1.3
24122026-07-29T15:48:35.664Z Checking tokio-util v0.7.18
24132026-07-29T15:48:35.678Z Checking thiserror v2.0.18
24142026-07-29T15:48:35.776Z Checking sync_wrapper v1.0.2
24152026-07-29T15:48:35.821Z Checking rustls v0.23.41
24162026-07-29T15:48:35.879Z Checking colorchoice v1.0.4
24172026-07-29T15:48:35.977Z Checking anstyle-query v1.1.5
24182026-07-29T15:48:36.071Z Checking pretty-hex v0.4.1
24192026-07-29T15:48:36.190Z Checking is_terminal_polyfill v1.70.2
24202026-07-29T15:48:36.257Z Checking siphasher v1.0.2
24212026-07-29T15:48:36.275Z Checking h2 v0.4.15
24222026-07-29T15:48:36.288Z Checking powerfmt v0.2.0
24232026-07-29T15:48:36.409Z Checking simd-adler32 v0.3.8
24242026-07-29T15:48:36.424Z Checking tower v0.5.3
24252026-07-29T15:48:36.435Z Checking deranged v0.5.8
24262026-07-29T15:48:36.578Z Checking quote v1.0.45
24272026-07-29T15:48:36.750Z Checking http-body-util v0.1.3
24282026-07-29T15:48:36.811Z Checking crossbeam-utils v0.8.21
24292026-07-29T15:48:36.971Z Checking rand_xorshift v0.4.0
24302026-07-29T15:48:36.974Z Checking crc32fast v1.5.0
24312026-07-29T15:48:37.102Z Checking scroll v0.13.0
24322026-07-29T15:48:37.117Z Checking unicode-bidi v0.3.18
24332026-07-29T15:48:37.149Z Checking allocator-api2 v0.2.21
24342026-07-29T15:48:37.233Z Checking native-tls v0.2.18
24352026-07-29T15:48:37.329Z Checking adler2 v2.0.1
24362026-07-29T15:48:37.357Z Checking num_threads v0.1.7
24372026-07-29T15:48:37.409Z Checking ryu v1.0.23
24382026-07-29T15:48:37.413Z Checking num-conv v0.2.0
24392026-07-29T15:48:37.432Z Compiling newtype-uuid v1.3.2
24402026-07-29T15:48:37.443Z Checking unicode-properties v0.1.4
24412026-07-29T15:48:37.455Z Checking time-core v0.1.8
24422026-07-29T15:48:37.529Z Checking unarray v0.1.4
24432026-07-29T15:48:37.542Z Checking iri-string v0.7.10
24442026-07-29T15:48:37.591Z Checking time v0.3.47
24452026-07-29T15:48:37.624Z Checking stringprep v0.1.5
24462026-07-29T15:48:37.757Z Compiling daft v0.1.7
24472026-07-29T15:48:37.778Z Checking serde_urlencoded v0.7.1
24482026-07-29T15:48:37.981Z Checking miniz_oxide v0.8.9
24492026-07-29T15:48:38.031Z Checking tokio-native-tls v0.3.1
24502026-07-29T15:48:38.085Z Checking goblin v0.10.5
24512026-07-29T15:48:38.191Z Checking crossbeam-epoch v0.9.18
24522026-07-29T15:48:38.334Z Checking bstr v1.12.1
24532026-07-29T15:48:38.421Z Checking syn v2.0.117
24542026-07-29T15:48:38.575Z Checking tower-http v0.6.8
24552026-07-29T15:48:38.747Z Checking block-padding v0.4.2
24562026-07-29T15:48:38.760Z Checking crypto-common v0.2.2
24572026-07-29T15:48:38.880Z Checking block-buffer v0.12.1
24582026-07-29T15:48:38.893Z Checking ipnetwork v0.21.1
24592026-07-29T15:48:39.052Z Checking anstyle-parse v1.0.0
24602026-07-29T15:48:39.113Z Checking rustls-native-certs v0.8.3
24612026-07-29T15:48:39.135Z Checking hyper v1.10.1
24622026-07-29T15:48:39.207Z Checking rand_chacha v0.3.1
24632026-07-29T15:48:39.241Z Checking scroll v0.12.0
24642026-07-29T15:48:39.364Z Checking thiserror v1.0.69
24652026-07-29T15:48:39.417Z Checking hash32 v0.2.1
24662026-07-29T15:48:39.449Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-29T15:48:39.460Z Checking signature v2.2.0
24682026-07-29T15:48:39.475Z Checking md-5 v0.10.6
24692026-07-29T15:48:39.557Z Checking num-integer v0.1.46
24702026-07-29T15:48:39.573Z Checking serde_spanned v0.6.9
24712026-07-29T15:48:39.587Z Checking hex v0.4.3
24722026-07-29T15:48:39.611Z Checking toml_datetime v0.6.11
24732026-07-29T15:48:39.697Z Checking encoding_rs v0.8.35
24742026-07-29T15:48:39.776Z Checking fallible-iterator v0.2.0
24752026-07-29T15:48:39.796Z Checking mime v0.3.17
24762026-07-29T15:48:39.810Z Checking psl-types v2.0.11
24772026-07-29T15:48:39.922Z Checking zlib-rs v0.6.2
24782026-07-29T15:48:39.969Z Checking publicsuffix v2.3.0
24792026-07-29T15:48:40.049Z Checking postgres-protocol v0.6.10
24802026-07-29T15:48:40.084Z Checking hyper-util v0.1.20
24812026-07-29T15:48:40.132Z Checking num-iter v0.1.45
24822026-07-29T15:48:40.244Z Checking heapless v0.7.17
24832026-07-29T15:48:40.366Z Checking zstd-safe v7.2.4
24842026-07-29T15:48:40.455Z Checking dof v0.4.0
24852026-07-29T15:48:40.527Z Checking goblin v0.8.2
24862026-07-29T15:48:40.657Z Checking rand v0.8.6
24872026-07-29T15:48:40.722Z Checking anstream v1.0.0
24882026-07-29T15:48:40.808Z Checking flate2 v1.1.9
24892026-07-29T15:48:40.842Z Checking oxnet v0.1.6
24902026-07-29T15:48:40.923Z Compiling iddqd v0.4.2
24912026-07-29T15:48:41.088Z Checking inout v0.2.2
24922026-07-29T15:48:41.101Z Checking cookie v0.18.1
24932026-07-29T15:48:41.117Z Checking tokio-rustls v0.26.4
24942026-07-29T15:48:41.176Z Checking terminal_size v0.4.3
24952026-07-29T15:48:41.235Z Checking phf_shared v0.13.1
24962026-07-29T15:48:41.290Z Checking dtrace-parser v0.3.0
24972026-07-29T15:48:41.329Z Checking lazy_static v1.5.0
24982026-07-29T15:48:41.343Z Checking anstyle-parse v0.2.7
24992026-07-29T15:48:41.357Z Checking hyper-tls v0.6.0
25002026-07-29T15:48:41.416Z Checking zerocopy v0.7.35
25012026-07-29T15:48:41.434Z Checking pin-project v1.1.11
25022026-07-29T15:48:41.491Z Checking futures-executor v0.3.32
25032026-07-29T15:48:41.525Z Checking bzip2-sys v0.1.13+1.0.8
25042026-07-29T15:48:41.529Z Checking signal-hook v0.3.18
25052026-07-29T15:48:41.550Z Checking ff v0.13.1
25062026-07-29T15:48:41.622Z Checking thread-id v5.1.0
25072026-07-29T15:48:41.639Z Checking foldhash v0.1.5
25082026-07-29T15:48:41.679Z Checking clap_lex v1.0.0
25092026-07-29T15:48:41.699Z Checking same-file v1.0.6
25102026-07-29T15:48:41.728Z Checking winnow v0.5.40
25112026-07-29T15:48:41.771Z Checking strsim v0.11.1
25122026-07-29T15:48:41.815Z Checking managed v0.8.0
25132026-07-29T15:48:41.833Z Checking libbz2-rs-sys v0.2.2
25142026-07-29T15:48:41.908Z Checking fastrand v2.3.0
25152026-07-29T15:48:41.934Z Compiling rayon-core v1.13.0
25162026-07-29T15:48:42.004Z Checking foldhash v0.2.0
25172026-07-29T15:48:42.091Z Checking bumpalo v3.20.2
25182026-07-29T15:48:42.108Z Checking bitflags v1.3.2
25192026-07-29T15:48:42.161Z Checking base16ct v0.2.0
25202026-07-29T15:48:42.180Z Checking either v1.15.0
25212026-07-29T15:48:42.214Z Checking smoltcp v0.9.1
25222026-07-29T15:48:42.231Z Checking bzip2 v0.6.1
25232026-07-29T15:48:42.284Z Checking sec1 v0.7.3
25242026-07-29T15:48:42.296Z Checking zopfli v0.8.3
25252026-07-29T15:48:42.363Z Checking hashbrown v0.16.1
25262026-07-29T15:48:42.416Z Checking tempfile v3.25.0
25272026-07-29T15:48:42.487Z Checking clap_builder v4.6.0
25282026-07-29T15:48:42.514Z Checking dof v0.3.0
25292026-07-29T15:48:42.609Z Checking walkdir v2.5.0
25302026-07-29T15:48:42.623Z Checking hashbrown v0.15.5
25312026-07-29T15:48:42.773Z Checking signal-hook-mio v0.2.5
25322026-07-29T15:48:42.799Z Checking usdt-impl v0.6.0
25332026-07-29T15:48:42.838Z Checking group v0.13.0
25342026-07-29T15:48:42.862Z Checking futures v0.3.32
25352026-07-29T15:48:42.879Z Checking bzip2 v0.4.4
25362026-07-29T15:48:42.911Z Checking toml_edit v0.19.15
25372026-07-29T15:48:42.936Z Checking snafu v0.8.9
25382026-07-29T15:48:42.982Z Checking reqwest v0.12.28
25392026-07-29T15:48:43.036Z Checking anstream v0.6.21
25402026-07-29T15:48:43.088Z Checking phf v0.13.1
25412026-07-29T15:48:43.109Z Checking num-bigint-dig v0.8.6
25422026-07-29T15:48:43.173Z Checking hyper-rustls v0.27.7
25432026-07-29T15:48:43.236Z Checking cookie_store v0.22.1
25442026-07-29T15:48:43.238Z Checking cipher v0.5.2
25452026-07-29T15:48:43.483Z Checking zstd v0.13.3
25462026-07-29T15:48:43.567Z Checking postgres-types v0.2.12
25472026-07-29T15:48:43.629Z Checking ed25519 v2.2.3
25482026-07-29T15:48:43.685Z Checking dtrace-parser v0.2.0
25492026-07-29T15:48:43.753Z Checking rustls-platform-verifier v0.6.2
25502026-07-29T15:48:43.773Z Checking globset v0.4.18
25512026-07-29T15:48:43.819Z Checking crossbeam-deque v0.8.6
25522026-07-29T15:48:43.889Z Checking regex v1.12.3
25532026-07-29T15:48:43.903Z Checking phf_shared v0.11.3
25542026-07-29T15:48:43.929Z Checking hkdf v0.12.4
25552026-07-29T15:48:43.944Z Checking olpc-cjson v0.1.4
25562026-07-29T15:48:43.963Z Checking ref-cast v1.0.25
25572026-07-29T15:48:44.001Z Checking curve25519-dalek v4.1.3
25582026-07-29T15:48:44.034Z Checking strum v0.27.2
25592026-07-29T15:48:44.047Z Checking pkcs1 v0.7.5
25602026-07-29T15:48:44.058Z Checking hubpack v0.1.2
25612026-07-29T15:48:44.061Z Checking memoffset v0.9.1
25622026-07-29T15:48:44.081Z Checking rustix v0.38.44
25632026-07-29T15:48:44.141Z Checking pem v3.0.6
25642026-07-29T15:48:44.153Z Checking float-cmp v0.10.0
25652026-07-29T15:48:44.171Z Checking erased-serde v0.3.31
25662026-07-29T15:48:44.220Z Checking serde_plain v1.0.2
25672026-07-29T15:48:44.248Z Checking serde-big-array v0.5.1
25682026-07-29T15:48:44.275Z Checking crypto-bigint v0.5.5
25692026-07-29T15:48:44.295Z Checking thread-id v4.2.2
25702026-07-29T15:48:44.363Z Checking memmap2 v0.9.10
25712026-07-29T15:48:44.375Z Checking env_filter v1.0.0
25722026-07-29T15:48:44.387Z Checking fixedbitset v0.4.2
25732026-07-29T15:48:44.516Z Checking keccak v0.1.6
25742026-07-29T15:48:44.529Z Checking winnow v0.7.14
25752026-07-29T15:48:44.539Z Checking fixedbitset v0.5.7
25762026-07-29T15:48:44.556Z Checking toml_write v0.1.2
25772026-07-29T15:48:44.681Z Checking winnow v1.0.3
25782026-07-29T15:48:44.720Z Checking cpufeatures v0.3.0
25792026-07-29T15:48:44.733Z Checking unicode-segmentation v1.12.0
25802026-07-29T15:48:44.772Z Checking jiff v0.2.21
25812026-07-29T15:48:44.789Z Checking new_debug_unreachable v1.0.6
25822026-07-29T15:48:44.856Z Checking normalize-line-endings v0.3.0
25832026-07-29T15:48:44.883Z Checking static_assertions v1.1.0
25842026-07-29T15:48:44.945Z Checking precomputed-hash v0.1.1
25852026-07-29T15:48:44.957Z Checking typed-path v0.9.3
25862026-07-29T15:48:44.970Z Checking difflib v0.4.0
25872026-07-29T15:48:45.026Z Checking whoami v2.1.0
25882026-07-29T15:48:45.041Z Checking const-oid v0.10.2
25892026-07-29T15:48:45.152Z Checking predicates-core v1.0.10
25902026-07-29T15:48:45.194Z Checking data-encoding v2.10.0
25912026-07-29T15:48:45.206Z Checking digest v0.11.3
25922026-07-29T15:48:45.221Z Checking tokio-postgres v0.7.16
25932026-07-29T15:48:45.269Z Checking predicates v3.1.4
25942026-07-29T15:48:45.382Z Checking elliptic-curve v0.13.8
25952026-07-29T15:48:45.468Z Checking hickory-proto v0.25.2
25962026-07-29T15:48:45.573Z Checking similar v2.7.0
25972026-07-29T15:48:45.673Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25982026-07-29T15:48:45.689Z Checking string_cache v0.8.9
25992026-07-29T15:48:45.729Z Checking tough v0.22.0
26002026-07-29T15:48:45.743Z Checking toml_edit v0.22.27
26012026-07-29T15:48:45.864Z Checking toml_parser v1.1.2+spec-1.1.0
26022026-07-29T15:48:45.880Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26032026-07-29T15:48:45.952Z Checking crossterm v0.28.1
26042026-07-29T15:48:46.199Z Checking chacha20 v0.10.0
26052026-07-29T15:48:46.455Z Checking ed25519-dalek v2.2.0
26062026-07-29T15:48:46.489Z Checking petgraph v0.8.3
26072026-07-29T15:48:46.646Z Checking sha3 v0.10.8
26082026-07-29T15:48:46.686Z Checking slog v2.8.2
26092026-07-29T15:48:46.829Z Checking petgraph v0.6.5
26102026-07-29T15:48:46.850Z Checking usdt v0.6.0
26112026-07-29T15:48:46.945Z Checking env_logger v0.11.9
26122026-07-29T15:48:47.011Z Checking zip v4.6.1
26132026-07-29T15:48:47.023Z Checking usdt-impl v0.5.0
26142026-07-29T15:48:47.134Z Checking rsa v0.9.10
26152026-07-29T15:48:47.305Z Checking nix v0.31.2
26162026-07-29T15:48:47.766Z Checking toml v0.7.8
26172026-07-29T15:48:47.925Z Checking reqwest v0.13.2
26182026-07-29T15:48:48.042Z Checking clap v4.6.1
26192026-07-29T15:48:48.073Z Checking zip v0.6.6
26202026-07-29T15:48:48.076Z Checking itertools v0.13.0
26212026-07-29T15:48:48.117Z Checking byte-wrapper v0.1.0
26222026-07-29T15:48:48.133Z Checking serde_with v3.21.0
26232026-07-29T15:48:48.253Z Checking strum v0.26.3
26242026-07-29T15:48:48.322Z Checking fs-err v3.3.0
26252026-07-29T15:48:48.363Z Checking ahash v0.8.12
26262026-07-29T15:48:48.393Z Checking object v0.37.3
26272026-07-29T15:48:48.509Z Checking tokio-stream v0.1.18
26282026-07-29T15:48:48.522Z Checking buf-list v1.1.2
26292026-07-29T15:48:48.556Z Checking camino v1.2.2
26302026-07-29T15:48:48.626Z Checking anyhow v1.0.102
26312026-07-29T15:48:48.718Z Checking x509-cert v0.2.5
26322026-07-29T15:48:48.795Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-29T15:48:48.825Z Checking openapiv3 v2.2.0
26342026-07-29T15:48:48.838Z Checking peg-runtime v0.8.5
26352026-07-29T15:48:48.917Z Checking lalrpop-util v0.19.12
26362026-07-29T15:48:48.978Z Checking rayon v1.11.0
26372026-07-29T15:48:49.064Z Checking sigpipe v0.1.3
26382026-07-29T15:48:49.080Z Checking glob v0.3.3
26392026-07-29T15:48:50.616Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26402026-07-29T15:48:50.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.53s
26412026-07-29T15:48:51.045Z
26422026-07-29T15:48:51.045Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26432026-07-29T15:48:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-29T15:48:51.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-29T15:48:51.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-29T15:48:51.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26472026-07-29T15:48:51.601Z
26482026-07-29T15:48:51.601Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26492026-07-29T15:48:52.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-29T15:48:52.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-29T15:48:52.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-29T15:48:52.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26532026-07-29T15:48:52.158Z
26542026-07-29T15:48:52.158Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26552026-07-29T15:48:52.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-29T15:48:52.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-29T15:48:52.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-29T15:48:52.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26592026-07-29T15:48:52.729Z
26602026-07-29T15:48:52.729Zinfo: running `cargo check --bins` on oxql-types (80/303)
26612026-07-29T15:48:53.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-29T15:48:53.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-29T15:48:53.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-29T15:48:53.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26652026-07-29T15:48:53.286Z
26662026-07-29T15:48:53.286Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26672026-07-29T15:48:53.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-29T15:48:53.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-29T15:48:53.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-29T15:48:53.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26712026-07-29T15:48:53.845Z
26722026-07-29T15:48:53.845Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26732026-07-29T15:48:54.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-29T15:48:54.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-29T15:48:54.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-07-29T15:48:54.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26772026-07-29T15:48:54.394Z
26782026-07-29T15:48:54.394Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26792026-07-29T15:48:54.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-07-29T15:48:54.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-07-29T15:48:54.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822026-07-29T15:48:54.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26832026-07-29T15:48:54.928Z
26842026-07-29T15:48:54.928Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26852026-07-29T15:48:55.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862026-07-29T15:48:55.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872026-07-29T15:48:55.585Z Compiling structmeta-derive v0.3.0
26882026-07-29T15:48:55.701Z Compiling multer v3.1.0
26892026-07-29T15:48:55.711Z Compiling async-stream-impl v0.3.6
26902026-07-29T15:48:55.714Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-07-29T15:48:55.714Z Checking wait-timeout v0.2.1
26922026-07-29T15:48:55.719Z Checking bit-vec v0.8.0
26932026-07-29T15:48:55.743Z Checking quick-error v1.2.3
26942026-07-29T15:48:55.757Z Compiling dropshot v0.17.1
26952026-07-29T15:48:55.826Z Compiling dropshot_endpoint v0.17.1
26962026-07-29T15:48:55.840Z Checking rusty-fork v0.3.1
26972026-07-29T15:48:55.913Z Compiling newtype-uuid-macros v0.1.0
26982026-07-29T15:48:55.926Z Checking bit-set v0.8.0
26992026-07-29T15:48:55.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27002026-07-29T15:48:56.019Z Checking thread_local v1.1.9
27012026-07-29T15:48:56.069Z Checking proptest v1.11.0
27022026-07-29T15:48:56.101Z Checking match_cfg v0.1.0
27032026-07-29T15:48:56.168Z Checking compression-core v0.4.31
27042026-07-29T15:48:56.186Z Checking hostname v0.3.1
27052026-07-29T15:48:56.286Z Checking crossbeam-channel v0.5.15
27062026-07-29T15:48:56.299Z Checking compression-codecs v0.4.37
27072026-07-29T15:48:56.313Z Checking atomicwrites v0.4.4
27082026-07-29T15:48:56.395Z Checking slog-json v2.6.1
27092026-07-29T15:48:56.434Z Checking toml_datetime v1.1.1+spec-1.1.0
27102026-07-29T15:48:56.464Z Checking serde_spanned v1.1.1
27112026-07-29T15:48:56.541Z Checking is-terminal v0.4.17
27122026-07-29T15:48:56.592Z Checking toml_writer v1.1.1+spec-1.1.0
27132026-07-29T15:48:56.622Z Checking debug-ignore v1.0.5
27142026-07-29T15:48:56.635Z Checking term v1.2.1
27152026-07-29T15:48:56.635Z Checking take_mut v0.2.2
27162026-07-29T15:48:56.686Z Checking slog-bunyan v2.5.0
27172026-07-29T15:48:56.718Z Checking async-compression v0.4.41
27182026-07-29T15:48:56.745Z Checking slog-async v2.8.0
27192026-07-29T15:48:56.748Z Compiling structmeta v0.3.0
27202026-07-29T15:48:56.770Z Checking toml v1.1.2+spec-1.1.0
27212026-07-29T15:48:56.798Z Checking async-stream v0.3.6
27222026-07-29T15:48:56.852Z Checking slog-term v2.9.2
27232026-07-29T15:48:56.917Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27242026-07-29T15:48:56.930Z Checking progenitor-client v0.14.0
27252026-07-29T15:48:56.959Z Checking sha1 v0.11.0
27262026-07-29T15:48:56.972Z Compiling derive-ex v0.1.8
27272026-07-29T15:48:57.022Z Compiling parse-display-derive v0.10.0
27282026-07-29T15:48:57.110Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27292026-07-29T15:48:57.157Z Checking waitgroup v0.1.2
27302026-07-29T15:48:57.251Z Checking rustls-pemfile v2.2.0
27312026-07-29T15:48:57.251Z Checking backon v1.6.0
27322026-07-29T15:48:57.342Z Checking serde_path_to_error v0.1.20
27332026-07-29T15:48:57.356Z Checking hostname v0.4.2
27342026-07-29T15:48:57.390Z Checking instant v0.1.13
27352026-07-29T15:48:57.476Z Checking backoff v0.4.0
27362026-07-29T15:48:57.603Z Checking progenitor-extras v0.2.0
27372026-07-29T15:48:57.633Z Checking itertools v0.14.0
27382026-07-29T15:48:57.652Z Checking regress v0.10.5
27392026-07-29T15:48:57.827Z Checking macaddr v1.0.1
27402026-07-29T15:48:57.898Z Checking newtype-uuid v1.3.2
27412026-07-29T15:48:58.109Z Checking daft v0.1.7
27422026-07-29T15:48:58.301Z Checking humantime v2.3.0
27432026-07-29T15:48:58.358Z Checking iddqd v0.4.2
27442026-07-29T15:48:58.384Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27452026-07-29T15:48:58.646Z Compiling test-strategy v0.4.5
27462026-07-29T15:48:58.698Z Checking parse-display v0.10.0
27472026-07-29T15:48:59.335Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27482026-07-29T15:48:59.433Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27492026-07-29T15:48:59.649Z Compiling prettyplease v0.2.37
27502026-07-29T15:48:59.861Z Checking num-rational v0.4.2
27512026-07-29T15:49:00.012Z Checking num-complex v0.4.6
27522026-07-29T15:49:00.142Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27532026-07-29T15:49:00.529Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27542026-07-29T15:49:00.540Z Compiling num v0.4.3
27552026-07-29T15:49:00.655Z Compiling usdt-macro v0.5.0
27562026-07-29T15:49:00.692Z Compiling usdt-attr-macro v0.5.0
27572026-07-29T15:49:00.777Z Checking memmap v0.7.0
27582026-07-29T15:49:00.894Z Checking float-ord v0.3.2
27592026-07-29T15:49:00.999Z Compiling convert_case v0.4.0
27602026-07-29T15:49:01.028Z Checking unicode-width v0.2.0
27612026-07-29T15:49:01.280Z Checking console v0.15.11
27622026-07-29T15:49:01.369Z Compiling derive_more v0.99.20
27632026-07-29T15:49:01.394Z Checking newline-converter v0.3.0
27642026-07-29T15:49:01.474Z Checking usdt v0.5.0
27652026-07-29T15:49:01.502Z Compiling toml v0.8.23
27662026-07-29T15:49:01.559Z Compiling minimal-lexical v0.2.1
27672026-07-29T15:49:01.644Z Checking linked-hash-map v0.5.6
27682026-07-29T15:49:01.816Z Checking lru-cache v0.1.2
27692026-07-29T15:49:01.819Z Compiling nom v7.1.3
27702026-07-29T15:49:01.936Z Checking expectorate v1.2.0
27712026-07-29T15:49:02.311Z Checking camino-tempfile v1.4.1
27722026-07-29T15:49:02.451Z Checking hickory-proto v0.24.4
27732026-07-29T15:49:02.475Z Checking phf_shared v0.12.1
27742026-07-29T15:49:02.577Z Compiling slog-dtrace v0.3.0
27752026-07-29T15:49:02.617Z Checking heck v0.5.0
27762026-07-29T15:49:02.766Z Compiling chrono-tz v0.10.4
27772026-07-29T15:49:02.941Z Checking resolv-conf v0.7.6
27782026-07-29T15:49:02.999Z Compiling unicode-xid v0.2.6
27792026-07-29T15:49:03.125Z Compiling const_format_proc_macros v0.2.34
27802026-07-29T15:49:03.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27812026-07-29T15:49:03.206Z Checking phf v0.12.1
27822026-07-29T15:49:03.351Z Checking tokio-dtrace v0.1.1
27832026-07-29T15:49:03.540Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27842026-07-29T15:49:03.619Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27852026-07-29T15:49:03.656Z Compiling derive-where v1.6.0
27862026-07-29T15:49:03.955Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27872026-07-29T15:49:04.104Z Checking highway v1.3.0
27882026-07-29T15:49:04.302Z Checking hickory-resolver v0.24.4
27892026-07-29T15:49:04.341Z Checking const_format v0.2.35
27902026-07-29T15:49:04.576Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27912026-07-29T15:49:05.008Z Checking oxide-tokio-rt v0.1.4
27922026-07-29T15:49:05.039Z Checking qorb v0.4.1
27932026-07-29T15:49:05.196Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27942026-07-29T15:49:05.274Z Checking gethostname v0.5.0
27952026-07-29T15:49:05.364Z Checking bcs v0.1.6
27962026-07-29T15:49:05.399Z Checking termtree v0.5.1
27972026-07-29T15:49:05.444Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27982026-07-29T15:49:05.444Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27992026-07-29T15:49:05.469Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28002026-07-29T15:49:08.715Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28012026-07-29T15:49:11.211Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28022026-07-29T15:49:13.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.40s
28032026-07-29T15:49:13.500Z
28042026-07-29T15:49:13.500Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
28052026-07-29T15:49:13.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-07-29T15:49:14.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-07-29T15:49:14.163Z Compiling ar_archive_writer v0.5.1
28082026-07-29T15:49:14.274Z Compiling stacker v0.1.23
28092026-07-29T15:49:14.281Z Compiling cfg_aliases v0.1.1
28102026-07-29T15:49:14.290Z Compiling convert_case v0.10.0
28112026-07-29T15:49:14.296Z Checking unicode-width v0.1.14
28122026-07-29T15:49:14.306Z Compiling proc-macro-error v1.0.4
28132026-07-29T15:49:14.317Z Checking fd-lock v4.0.4
28142026-07-29T15:49:14.320Z Checking nibble_vec v0.1.0
28152026-07-29T15:49:14.338Z Compiling nix v0.28.0
28162026-07-29T15:49:14.429Z Checking vte v0.14.1
28172026-07-29T15:49:14.444Z Compiling recursive-proc-macro-impl v0.1.1
28182026-07-29T15:49:14.528Z Checking endian-type v0.1.2
28192026-07-29T15:49:14.541Z Checking bytecount v0.6.9
28202026-07-29T15:49:14.575Z Compiling derive_more-impl v2.1.1
28212026-07-29T15:49:14.587Z Checking strip-ansi-escapes v0.2.1
28222026-07-29T15:49:14.598Z Compiling tabled_derive v0.7.0
28232026-07-29T15:49:14.637Z Checking papergrid v0.11.0
28242026-07-29T15:49:14.654Z Checking radix_trie v0.2.1
28252026-07-29T15:49:14.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-07-29T15:49:14.850Z Compiling peg-macros v0.8.5
28272026-07-29T15:49:14.862Z Checking winnow v0.6.26
28282026-07-29T15:49:15.128Z Compiling psm v0.1.30
28292026-07-29T15:49:15.163Z Compiling sqlparser_derive v0.5.0
28302026-07-29T15:49:15.254Z Checking home v0.5.12
28312026-07-29T15:49:15.358Z Checking nu-ansi-term v0.50.3
28322026-07-29T15:49:15.373Z Checking derive_more v2.1.1
28332026-07-29T15:49:15.450Z Checking unicode_categories v0.1.1
28342026-07-29T15:49:15.535Z Checking tabled v0.15.0
28352026-07-29T15:49:15.570Z Checking reedline v0.40.0
28362026-07-29T15:49:15.598Z Checking rustyline v14.0.0
28372026-07-29T15:49:15.610Z Checking crossterm v0.29.0
28382026-07-29T15:49:15.890Z Checking recursive v0.1.1
28392026-07-29T15:49:15.929Z Checking display-error-chain v0.2.2
28402026-07-29T15:49:15.983Z Checking sqlparser v0.61.0
28412026-07-29T15:49:16.010Z Checking sqlformat v0.3.5
28422026-07-29T15:49:16.189Z Checking peg v0.8.5
28432026-07-29T15:49:27.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28442026-07-29T15:49:27.319Z
28452026-07-29T15:49:27.319Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28462026-07-29T15:49:27.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-29T15:49:27.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-29T15:49:27.966Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-29T15:49:31.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28502026-07-29T15:49:31.626Z
28512026-07-29T15:49:31.626Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28522026-07-29T15:49:32.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-29T15:49:32.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-29T15:49:32.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-29T15:49:34.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28562026-07-29T15:49:34.927Z
28572026-07-29T15:49:34.927Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28582026-07-29T15:49:35.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-29T15:49:35.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-29T15:49:35.570Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-29T15:49:38.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28622026-07-29T15:49:39.026Z
28632026-07-29T15:49:39.026Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28642026-07-29T15:49:39.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-29T15:49:39.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-29T15:49:39.677Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-29T15:49:42.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28682026-07-29T15:49:43.159Z
28692026-07-29T15:49:43.159Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28702026-07-29T15:49:43.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-29T15:49:43.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-29T15:49:43.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-07-29T15:49:46.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28742026-07-29T15:49:46.585Z
28752026-07-29T15:49:46.585Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28762026-07-29T15:49:47.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-29T15:49:47.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-29T15:49:47.229Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-07-29T15:49:49.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28802026-07-29T15:49:50.047Z
28812026-07-29T15:49:50.047Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28822026-07-29T15:49:50.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-07-29T15:49:50.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-07-29T15:49:50.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852026-07-29T15:49:54.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28862026-07-29T15:49:54.304Z
28872026-07-29T15:49:54.305Zinfo: running `cargo check --bins` on oximeter (93/303)
28882026-07-29T15:49:54.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-29T15:49:54.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-29T15:49:54.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-29T15:49:54.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28922026-07-29T15:49:54.860Z
28932026-07-29T15:49:54.860Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28942026-07-29T15:49:55.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-29T15:49:55.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-29T15:49:55.475Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28972026-07-29T15:49:55.632Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28982026-07-29T15:49:55.635Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28992026-07-29T15:49:55.971Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29002026-07-29T15:49:58.449Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29012026-07-29T15:49:59.658Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022026-07-29T15:49:59.863Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29032026-07-29T15:50:00.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
29042026-07-29T15:50:00.688Z
29052026-07-29T15:50:00.688Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
29062026-07-29T15:50:01.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-29T15:50:01.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-29T15:50:01.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-29T15:50:01.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29102026-07-29T15:50:01.236Z
29112026-07-29T15:50:01.236Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
29122026-07-29T15:50:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-29T15:50:01.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-29T15:50:01.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-29T15:50:01.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-07-29T15:50:01.829Z
29172026-07-29T15:50:01.829Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29182026-07-29T15:50:02.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-29T15:50:02.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-29T15:50:02.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-29T15:50:02.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29222026-07-29T15:50:02.386Z
29232026-07-29T15:50:02.386Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29242026-07-29T15:50:02.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-29T15:50:02.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-29T15:50:02.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-29T15:50:02.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29282026-07-29T15:50:02.943Z
29292026-07-29T15:50:02.943Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29302026-07-29T15:50:03.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-29T15:50:03.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-29T15:50:03.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-29T15:50:03.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29342026-07-29T15:50:03.507Z
29352026-07-29T15:50:03.507Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29362026-07-29T15:50:03.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-29T15:50:03.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-29T15:50:03.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-29T15:50:03.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29402026-07-29T15:50:04.064Z
29412026-07-29T15:50:04.064Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29422026-07-29T15:50:04.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-29T15:50:04.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-29T15:50:04.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-07-29T15:50:04.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29462026-07-29T15:50:04.607Z
29472026-07-29T15:50:04.607Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29482026-07-29T15:50:05.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-29T15:50:05.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-29T15:50:05.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-29T15:50:05.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29522026-07-29T15:50:05.173Z
29532026-07-29T15:50:05.173Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29542026-07-29T15:50:05.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-29T15:50:05.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-29T15:50:05.863Z Compiling crucible-workspace-hack v0.1.0
29572026-07-29T15:50:05.979Z Compiling itertools v0.15.0
29582026-07-29T15:50:05.985Z Checking secrecy v0.10.3
29592026-07-29T15:50:05.990Z Compiling toml_datetime v0.7.5+spec-1.1.0
29602026-07-29T15:50:05.994Z Compiling heapless v0.8.0
29612026-07-29T15:50:06.006Z Checking hash32 v0.3.1
29622026-07-29T15:50:06.006Z Checking inout v0.1.4
29632026-07-29T15:50:06.028Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-07-29T15:50:06.081Z Compiling smoltcp v0.11.0
29652026-07-29T15:50:06.120Z Checking cobs v0.3.0
29662026-07-29T15:50:06.144Z Compiling toml_edit v0.23.10+spec-1.0.0
29672026-07-29T15:50:06.217Z Checking cipher v0.4.4
29682026-07-29T15:50:06.230Z Checking universal-hash v0.5.1
29692026-07-29T15:50:06.254Z Compiling thiserror-impl-no-std v2.0.2
29702026-07-29T15:50:06.267Z Checking half v2.7.1
29712026-07-29T15:50:06.358Z Checking ciborium-io v0.2.2
29722026-07-29T15:50:06.412Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29732026-07-29T15:50:06.444Z Checking opaque-debug v0.3.1
29742026-07-29T15:50:06.447Z Checking chacha20 v0.9.1
29752026-07-29T15:50:06.496Z Checking poly1305 v0.8.0
29762026-07-29T15:50:06.524Z Checking ciborium-ll v0.2.2
29772026-07-29T15:50:06.598Z Checking postcard v1.1.3
29782026-07-29T15:50:06.628Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29792026-07-29T15:50:06.694Z Compiling proc-macro-crate v3.4.0
29802026-07-29T15:50:06.760Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29812026-07-29T15:50:06.888Z Checking password-hash v0.5.0
29822026-07-29T15:50:07.014Z Checking blake2 v0.10.6
29832026-07-29T15:50:07.061Z Compiling proc-macro-crate v1.3.1
29842026-07-29T15:50:07.116Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-29T15:50:07.157Z Checking aead v0.5.2
29862026-07-29T15:50:07.229Z Compiling num_enum_derive v0.7.6
29872026-07-29T15:50:07.245Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29882026-07-29T15:50:07.287Z Compiling ingot-macros v0.2.0
29892026-07-29T15:50:07.300Z Compiling foreign-types-macros v0.2.3
29902026-07-29T15:50:07.346Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29912026-07-29T15:50:07.415Z Checking thiserror-no-std v2.0.2
29922026-07-29T15:50:07.445Z Checking foreign-types-shared v0.3.1
29932026-07-29T15:50:07.477Z Compiling num_enum_derive v0.5.11
29942026-07-29T15:50:07.500Z Checking vsss-rs v3.3.4
29952026-07-29T15:50:07.544Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29962026-07-29T15:50:07.577Z Checking chacha20poly1305 v0.10.1
29972026-07-29T15:50:07.705Z Checking argon2 v0.5.3
29982026-07-29T15:50:07.883Z Checking foreign-types v0.5.0
29992026-07-29T15:50:07.961Z Checking ciborium v0.2.2
30002026-07-29T15:50:08.085Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30012026-07-29T15:50:08.152Z Checking tabwriter v1.4.1
30022026-07-29T15:50:08.273Z Checking num_enum v0.7.6
30032026-07-29T15:50:08.298Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-07-29T15:50:08.378Z Checking cstr-argument v0.1.2
30052026-07-29T15:50:08.392Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30062026-07-29T15:50:08.395Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30072026-07-29T15:50:08.497Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30082026-07-29T15:50:08.522Z Checking num_enum v0.5.11
30092026-07-29T15:50:08.588Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-07-29T15:50:08.622Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30112026-07-29T15:50:08.636Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30122026-07-29T15:50:08.699Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30132026-07-29T15:50:08.753Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30142026-07-29T15:50:08.767Z Checking rand v0.10.1
30152026-07-29T15:50:08.861Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-07-29T15:50:08.882Z Checking colored v3.1.1
30172026-07-29T15:50:08.903Z Checking indent_write v2.2.0
30182026-07-29T15:50:09.033Z Compiling zone_cfg_derive v0.3.1
30192026-07-29T15:50:09.047Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-07-29T15:50:09.087Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-29T15:50:09.143Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-29T15:50:09.178Z Checking itertools v0.12.1
30232026-07-29T15:50:09.268Z Compiling num-derive v0.4.2
30242026-07-29T15:50:09.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-07-29T15:50:09.315Z Checking swrite v0.1.0
30262026-07-29T15:50:09.406Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-07-29T15:50:09.484Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30282026-07-29T15:50:09.642Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-29T15:50:09.693Z Checking dropshot-api-manager-types v0.7.2
30302026-07-29T15:50:09.724Z Checking smf v0.2.3
30312026-07-29T15:50:09.749Z Checking nanorand v0.7.0
30322026-07-29T15:50:09.752Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30332026-07-29T15:50:09.855Z Checking whoami v1.6.1
30342026-07-29T15:50:09.950Z Checking flume v0.11.1
30352026-07-29T15:50:09.962Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-07-29T15:50:10.159Z Checking ingot-types v0.2.0
30372026-07-29T15:50:10.187Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30382026-07-29T15:50:10.205Z Checking zone v0.3.1
30392026-07-29T15:50:10.489Z Checking ingot v0.2.1
30402026-07-29T15:50:11.892Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30412026-07-29T15:50:12.841Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30422026-07-29T15:50:13.722Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-07-29T15:50:16.130Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-29T15:50:18.191Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-29T15:50:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
30462026-07-29T15:50:19.500Z
30472026-07-29T15:50:19.500Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30482026-07-29T15:50:19.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-29T15:50:19.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-29T15:50:19.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-29T15:50:19.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30522026-07-29T15:50:20.055Z
30532026-07-29T15:50:20.055Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30542026-07-29T15:50:20.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-29T15:50:20.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-29T15:50:20.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-29T15:50:20.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30582026-07-29T15:50:20.611Z
30592026-07-29T15:50:20.611Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/303)
30602026-07-29T15:50:21.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-29T15:50:21.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-29T15:50:21.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-29T15:50:21.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-07-29T15:50:21.173Z
30652026-07-29T15:50:21.173Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/303)
30662026-07-29T15:50:21.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-29T15:50:21.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-29T15:50:21.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-29T15:50:21.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30702026-07-29T15:50:21.734Z
30712026-07-29T15:50:21.734Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/303)
30722026-07-29T15:50:22.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-29T15:50:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-29T15:50:22.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-29T15:50:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30762026-07-29T15:50:22.294Z
30772026-07-29T15:50:22.294Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/303)
30782026-07-29T15:50:22.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-29T15:50:22.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-29T15:50:22.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-29T15:50:22.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30822026-07-29T15:50:22.848Z
30832026-07-29T15:50:22.848Zinfo: running `cargo check --bins` on cockroach-admin-client (110/303)
30842026-07-29T15:50:23.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-29T15:50:23.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-29T15:50:23.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-29T15:50:23.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-29T15:50:23.386Z
30892026-07-29T15:50:23.386Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/303)
30902026-07-29T15:50:23.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-29T15:50:23.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-29T15:50:23.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-29T15:50:23.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30942026-07-29T15:50:23.947Z
30952026-07-29T15:50:23.947Zinfo: running `cargo check --bins` on dns-service-client (112/303)
30962026-07-29T15:50:24.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-29T15:50:24.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-29T15:50:24.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-29T15:50:24.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31002026-07-29T15:50:24.496Z
31012026-07-29T15:50:24.496Zinfo: running `cargo check --bins` on installinator-client (113/303)
31022026-07-29T15:50:24.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-29T15:50:24.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-29T15:50:24.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-29T15:50:24.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31062026-07-29T15:50:25.047Z
31072026-07-29T15:50:25.047Zinfo: running `cargo check --bins` on nexus-client (114/303)
31082026-07-29T15:50:25.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-29T15:50:25.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-29T15:50:25.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-29T15:50:25.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-07-29T15:50:25.640Z
31132026-07-29T15:50:25.640Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/303)
31142026-07-29T15:50:26.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-29T15:50:26.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-29T15:50:26.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-29T15:50:26.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-07-29T15:50:26.234Z
31192026-07-29T15:50:26.234Zinfo: running `cargo check --bins` on ntp-admin-client (116/303)
31202026-07-29T15:50:26.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-29T15:50:26.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-29T15:50:26.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-29T15:50:26.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31242026-07-29T15:50:26.772Z
31252026-07-29T15:50:26.773Zinfo: running `cargo check --bins` on oxide-client (117/303)
31262026-07-29T15:50:27.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-29T15:50:27.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-29T15:50:27.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-29T15:50:27.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31302026-07-29T15:50:27.315Z
31312026-07-29T15:50:27.315Zinfo: running `cargo check --bins` on oximeter-client (118/303)
31322026-07-29T15:50:27.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-29T15:50:27.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-29T15:50:27.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-29T15:50:27.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31362026-07-29T15:50:27.872Z
31372026-07-29T15:50:27.872Zinfo: running `cargo check --bins` on repo-depot-client (119/303)
31382026-07-29T15:50:28.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-29T15:50:28.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-29T15:50:28.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-29T15:50:28.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31422026-07-29T15:50:28.415Z
31432026-07-29T15:50:28.415Zinfo: running `cargo check --bins` on sled-agent-client (120/303)
31442026-07-29T15:50:28.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-29T15:50:28.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-29T15:50:28.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-29T15:50:28.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31482026-07-29T15:50:28.981Z
31492026-07-29T15:50:28.981Zinfo: running `cargo check --bins` on wicketd-client (121/303)
31502026-07-29T15:50:29.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-29T15:50:29.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-29T15:50:29.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-29T15:50:29.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31542026-07-29T15:50:29.560Z
31552026-07-29T15:50:29.560Zinfo: running `cargo check --bins` on installinator-common (122/303)
31562026-07-29T15:50:30.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-29T15:50:30.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-29T15:50:30.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-29T15:50:30.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-07-29T15:50:30.132Z
31612026-07-29T15:50:30.132Zinfo: running `cargo check --bins` on installinator-common-versions (123/303)
31622026-07-29T15:50:30.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-29T15:50:30.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-29T15:50:30.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-29T15:50:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31662026-07-29T15:50:30.673Z
31672026-07-29T15:50:30.673Zinfo: running `cargo check --bins` on wicket-common (124/303)
31682026-07-29T15:50:31.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-29T15:50:31.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-29T15:50:31.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-29T15:50:31.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31722026-07-29T15:50:31.243Z
31732026-07-29T15:50:31.243Zinfo: running `cargo check --bins` on wicketd-commission-types (125/303)
31742026-07-29T15:50:31.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-29T15:50:31.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-29T15:50:31.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-29T15:50:31.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31782026-07-29T15:50:31.799Z
31792026-07-29T15:50:31.799Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/303)
31802026-07-29T15:50:32.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-29T15:50:32.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-29T15:50:32.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-29T15:50:32.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31842026-07-29T15:50:32.360Z
31852026-07-29T15:50:32.360Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
31862026-07-29T15:50:32.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-29T15:50:32.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-29T15:50:32.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-29T15:50:32.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31902026-07-29T15:50:32.925Z
31912026-07-29T15:50:32.925Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
31922026-07-29T15:50:33.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-29T15:50:33.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-29T15:50:33.588Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-29T15:50:33.703Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-29T15:50:33.710Z Checking csv-core v0.1.13
31972026-07-29T15:50:33.717Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-29T15:50:33.724Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31992026-07-29T15:50:33.732Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32002026-07-29T15:50:33.743Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-29T15:50:33.757Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-29T15:50:33.863Z Checking csv v1.4.0
32032026-07-29T15:50:33.907Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-29T15:50:33.920Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-29T15:50:33.948Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-29T15:50:33.965Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-29T15:50:34.201Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-29T15:50:34.566Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-07-29T15:50:34.566Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32102026-07-29T15:50:34.908Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-29T15:50:41.058Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-29T15:50:41.595Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-29T15:50:43.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s
32142026-07-29T15:50:44.139Z
32152026-07-29T15:50:44.139Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32162026-07-29T15:50:44.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-29T15:50:44.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-29T15:50:44.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-29T15:50:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32202026-07-29T15:50:44.694Z
32212026-07-29T15:50:44.694Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32222026-07-29T15:50:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-29T15:50:45.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-29T15:50:45.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-29T15:50:45.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-07-29T15:50:45.335Z
32272026-07-29T15:50:45.335Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32282026-07-29T15:50:45.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-29T15:50:45.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-29T15:50:45.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-29T15:50:45.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32322026-07-29T15:50:45.979Z
32332026-07-29T15:50:45.979Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32342026-07-29T15:50:46.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-29T15:50:46.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-29T15:50:46.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-29T15:50:46.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32382026-07-29T15:50:46.584Z
32392026-07-29T15:50:46.584Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32402026-07-29T15:50:47.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-29T15:50:47.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-29T15:50:47.318Z Compiling regress v0.11.1
32432026-07-29T15:50:47.460Z Compiling unsafe-libyaml v0.2.11
32442026-07-29T15:50:47.470Z Compiling radium v0.7.0
32452026-07-29T15:50:47.470Z Compiling semver v0.1.20
32462026-07-29T15:50:47.492Z Checking nom v8.0.0
32472026-07-29T15:50:47.492Z Checking tap v1.0.1
32482026-07-29T15:50:47.503Z Compiling maybe-uninit v2.0.0
32492026-07-29T15:50:47.603Z Checking wyz v0.5.1
32502026-07-29T15:50:47.730Z Compiling rustc_version v0.1.7
32512026-07-29T15:50:47.796Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-29T15:50:47.827Z Compiling zerocopy-derive v0.6.6
32532026-07-29T15:50:47.939Z Compiling cancel-safe-futures v0.1.5
32542026-07-29T15:50:47.953Z Compiling newtype_derive v0.1.6
32552026-07-29T15:50:48.136Z Compiling serde_yaml v0.9.34+deprecated
32562026-07-29T15:50:48.139Z Compiling packed_struct v0.10.1
32572026-07-29T15:50:48.199Z Checking crc-catalog v2.4.0
32582026-07-29T15:50:48.290Z Checking funty v2.0.0
32592026-07-29T15:50:48.450Z Checking crc v3.4.0
32602026-07-29T15:50:48.617Z Checking bitvec v1.0.1
32612026-07-29T15:50:48.671Z Checking zerocopy v0.6.6
32622026-07-29T15:50:48.777Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32632026-07-29T15:50:48.925Z Checking typify-impl v0.6.2
32642026-07-29T15:50:48.975Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32652026-07-29T15:50:49.320Z Compiling packed_struct_codegen v0.10.1
32662026-07-29T15:50:49.350Z Compiling bitfield-macros v0.19.4
32672026-07-29T15:50:49.493Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32682026-07-29T15:50:49.615Z Compiling indexmap v1.9.3
32692026-07-29T15:50:49.808Z Checking nodrop v0.1.14
32702026-07-29T15:50:49.902Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32712026-07-29T15:50:49.958Z Compiling owo-colors v4.3.0
32722026-07-29T15:50:49.974Z Checking array-init v0.0.4
32732026-07-29T15:50:50.068Z Checking bitfield v0.19.4
32742026-07-29T15:50:50.116Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-07-29T15:50:50.291Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-07-29T15:50:50.328Z Checking smallvec v0.6.14
32772026-07-29T15:50:50.342Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32782026-07-29T15:50:50.527Z Checking oxide-update-engine-types v0.1.2
32792026-07-29T15:50:50.546Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32802026-07-29T15:50:50.663Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-07-29T15:50:50.676Z Checking base64 v0.21.7
32822026-07-29T15:50:50.753Z Checking hashbrown v0.12.3
32832026-07-29T15:50:50.768Z Checking unicode-linebreak v0.1.5
32842026-07-29T15:50:50.914Z Checking smawk v0.3.2
32852026-07-29T15:50:50.981Z Checking linear-map v1.2.0
32862026-07-29T15:50:51.047Z Checking tagptr v0.2.0
32872026-07-29T15:50:51.126Z Checking textwrap v0.16.2
32882026-07-29T15:50:51.154Z Checking ron v0.8.1
32892026-07-29T15:50:51.189Z Checking moka v0.12.13
32902026-07-29T15:50:51.345Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32912026-07-29T15:50:51.422Z Checking oxide-update-engine v0.1.2
32922026-07-29T15:50:51.472Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-07-29T15:50:51.491Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32942026-07-29T15:50:51.517Z Checking steno v0.4.1
32952026-07-29T15:50:51.675Z Checking serde-hex v0.1.0
32962026-07-29T15:50:51.844Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32972026-07-29T15:50:52.004Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32982026-07-29T15:50:52.309Z Checking hashbrown v0.13.2
32992026-07-29T15:50:52.395Z Checking crc-any v2.5.0
33002026-07-29T15:50:52.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-29T15:50:52.573Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33022026-07-29T15:50:52.596Z Checking hickory-resolver v0.25.2
33032026-07-29T15:50:52.726Z Checking sha1 v0.10.6
33042026-07-29T15:50:52.740Z Checking void v1.0.2
33052026-07-29T15:50:52.743Z Checking object v0.30.4
33062026-07-29T15:50:52.843Z Checking half v1.8.3
33072026-07-29T15:50:52.890Z Checking path-slash v0.1.5
33082026-07-29T15:50:52.997Z Checking utf-8 v0.7.6
33092026-07-29T15:50:53.043Z Checking serde_cbor v0.11.2
33102026-07-29T15:50:53.137Z Checking tungstenite v0.23.0
33112026-07-29T15:50:53.171Z Checking lzss v0.8.2
33122026-07-29T15:50:53.321Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-07-29T15:50:53.434Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33142026-07-29T15:50:53.494Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33152026-07-29T15:50:53.497Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33162026-07-29T15:50:53.559Z Checking nix v0.27.1
33172026-07-29T15:50:53.593Z Checking kstat-rs v0.2.4
33182026-07-29T15:50:53.609Z Checking fxhash v0.2.1
33192026-07-29T15:50:53.754Z Checking serde_bytes v0.11.19
33202026-07-29T15:50:53.768Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-07-29T15:50:53.783Z Checking tokio-tungstenite v0.23.1
33222026-07-29T15:50:53.800Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-07-29T15:50:53.852Z Compiling typify-macro v0.6.2
33242026-07-29T15:50:53.930Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-07-29T15:50:54.051Z Checking signal-hook-tokio v0.3.1
33262026-07-29T15:50:54.558Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-07-29T15:50:55.082Z Compiling typify v0.6.2
33282026-07-29T15:50:55.161Z Compiling progenitor-impl v0.14.0
33292026-07-29T15:50:55.472Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-07-29T15:50:55.786Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33312026-07-29T15:50:56.636Z Compiling progenitor-macro v0.14.0
33322026-07-29T15:50:59.002Z Checking progenitor v0.14.0
33332026-07-29T15:50:59.128Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-07-29T15:50:59.131Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-29T15:51:01.824Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-07-29T15:51:10.165Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-07-29T15:51:16.902Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-07-29T15:51:18.271Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-07-29T15:51:18.784Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-07-29T15:51:20.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s
33412026-07-29T15:51:21.081Z
33422026-07-29T15:51:21.081Zinfo: running `cargo check --bins` on gateway-api (134/303)
33432026-07-29T15:51:21.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-07-29T15:51:21.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-07-29T15:51:21.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-07-29T15:51:21.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33472026-07-29T15:51:21.644Z
33482026-07-29T15:51:21.644Zinfo: running `cargo check --bins` on ipcc (135/303)
33492026-07-29T15:51:22.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-07-29T15:51:22.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-07-29T15:51:22.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-07-29T15:51:22.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33532026-07-29T15:51:22.212Z
33542026-07-29T15:51:22.212Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33552026-07-29T15:51:22.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-07-29T15:51:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-07-29T15:51:22.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-07-29T15:51:22.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33592026-07-29T15:51:22.757Z
33602026-07-29T15:51:22.757Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33612026-07-29T15:51:23.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-07-29T15:51:23.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-07-29T15:51:23.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-07-29T15:51:23.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33652026-07-29T15:51:23.344Z
33662026-07-29T15:51:23.344Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33672026-07-29T15:51:23.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-07-29T15:51:23.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-07-29T15:51:23.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-07-29T15:51:23.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33712026-07-29T15:51:23.908Z
33722026-07-29T15:51:23.908Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33732026-07-29T15:51:24.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-07-29T15:51:24.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-07-29T15:51:24.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-07-29T15:51:24.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33772026-07-29T15:51:24.472Z
33782026-07-29T15:51:24.472Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33792026-07-29T15:51:24.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-07-29T15:51:24.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-07-29T15:51:24.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-07-29T15:51:24.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33832026-07-29T15:51:25.033Z
33842026-07-29T15:51:25.033Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33852026-07-29T15:51:25.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-07-29T15:51:25.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-07-29T15:51:25.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-07-29T15:51:25.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33892026-07-29T15:51:25.611Z
33902026-07-29T15:51:25.611Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
33912026-07-29T15:51:26.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-07-29T15:51:26.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-07-29T15:51:26.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-07-29T15:51:26.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33952026-07-29T15:51:26.171Z
33962026-07-29T15:51:26.171Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
33972026-07-29T15:51:26.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-07-29T15:51:26.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-07-29T15:51:26.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-07-29T15:51:26.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34012026-07-29T15:51:26.730Z
34022026-07-29T15:51:26.730Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34032026-07-29T15:51:27.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-07-29T15:51:27.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-07-29T15:51:27.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-07-29T15:51:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34072026-07-29T15:51:27.290Z
34082026-07-29T15:51:27.290Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34092026-07-29T15:51:27.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-07-29T15:51:27.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-07-29T15:51:27.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-07-29T15:51:27.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34132026-07-29T15:51:27.857Z
34142026-07-29T15:51:27.858Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34152026-07-29T15:51:28.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-07-29T15:51:28.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-07-29T15:51:28.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-07-29T15:51:28.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34192026-07-29T15:51:28.416Z
34202026-07-29T15:51:28.416Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34212026-07-29T15:51:28.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-07-29T15:51:28.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-07-29T15:51:28.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-07-29T15:51:28.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34252026-07-29T15:51:28.979Z
34262026-07-29T15:51:28.979Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34272026-07-29T15:51:29.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-07-29T15:51:29.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-07-29T15:51:29.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-07-29T15:51:29.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-07-29T15:51:29.558Z
34322026-07-29T15:51:29.559Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34332026-07-29T15:51:30.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-07-29T15:51:30.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-07-29T15:51:30.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-07-29T15:51:30.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34372026-07-29T15:51:30.142Z
34382026-07-29T15:51:30.142Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34392026-07-29T15:51:30.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-07-29T15:51:30.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-07-29T15:51:30.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-07-29T15:51:30.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34432026-07-29T15:51:30.728Z
34442026-07-29T15:51:30.728Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34452026-07-29T15:51:31.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-07-29T15:51:31.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-07-29T15:51:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-07-29T15:51:31.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34492026-07-29T15:51:31.311Z
34502026-07-29T15:51:31.311Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34512026-07-29T15:51:31.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-07-29T15:51:31.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-07-29T15:51:31.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-07-29T15:51:31.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34552026-07-29T15:51:31.898Z
34562026-07-29T15:51:31.898Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34572026-07-29T15:51:32.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-07-29T15:51:32.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-07-29T15:51:32.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-07-29T15:51:32.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34612026-07-29T15:51:32.478Z
34622026-07-29T15:51:32.478Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34632026-07-29T15:51:32.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-07-29T15:51:32.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-07-29T15:51:32.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-07-29T15:51:32.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34672026-07-29T15:51:33.061Z
34682026-07-29T15:51:33.061Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34692026-07-29T15:51:33.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-07-29T15:51:33.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-07-29T15:51:33.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-07-29T15:51:33.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34732026-07-29T15:51:33.645Z
34742026-07-29T15:51:33.645Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34752026-07-29T15:51:34.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-07-29T15:51:34.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-07-29T15:51:34.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-07-29T15:51:34.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34792026-07-29T15:51:34.229Z
34802026-07-29T15:51:34.229Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34812026-07-29T15:51:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-07-29T15:51:34.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-07-29T15:51:34.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-07-29T15:51:34.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34852026-07-29T15:51:34.808Z
34862026-07-29T15:51:34.808Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34872026-07-29T15:51:35.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-07-29T15:51:35.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-07-29T15:51:35.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-07-29T15:51:35.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34912026-07-29T15:51:35.364Z
34922026-07-29T15:51:35.364Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
34932026-07-29T15:51:35.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-07-29T15:51:35.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-07-29T15:51:35.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-07-29T15:51:35.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34972026-07-29T15:51:35.928Z
34982026-07-29T15:51:35.928Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
34992026-07-29T15:51:36.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-07-29T15:51:36.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-07-29T15:51:36.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-07-29T15:51:36.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35032026-07-29T15:51:36.491Z
35042026-07-29T15:51:36.491Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35052026-07-29T15:51:36.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-07-29T15:51:36.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-07-29T15:51:36.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-07-29T15:51:36.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35092026-07-29T15:51:37.054Z
35102026-07-29T15:51:37.054Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35112026-07-29T15:51:37.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-07-29T15:51:37.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-07-29T15:51:37.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-07-29T15:51:37.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35152026-07-29T15:51:37.611Z
35162026-07-29T15:51:37.611Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35172026-07-29T15:51:38.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-07-29T15:51:38.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-07-29T15:51:38.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-07-29T15:51:38.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35212026-07-29T15:51:38.173Z
35222026-07-29T15:51:38.173Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35232026-07-29T15:51:38.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-07-29T15:51:38.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-07-29T15:51:38.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-07-29T15:51:38.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35272026-07-29T15:51:38.740Z
35282026-07-29T15:51:38.740Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35292026-07-29T15:51:39.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-07-29T15:51:39.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-07-29T15:51:39.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-07-29T15:51:39.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35332026-07-29T15:51:39.306Z
35342026-07-29T15:51:39.306Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35352026-07-29T15:51:39.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-07-29T15:51:39.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-07-29T15:51:39.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-07-29T15:51:39.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-07-29T15:51:39.893Z
35402026-07-29T15:51:39.893Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35412026-07-29T15:51:40.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-07-29T15:51:40.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-07-29T15:51:40.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-07-29T15:51:40.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-07-29T15:51:40.473Z
35462026-07-29T15:51:40.473Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35472026-07-29T15:51:40.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-07-29T15:51:40.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-07-29T15:51:40.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-07-29T15:51:40.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-07-29T15:51:41.062Z
35522026-07-29T15:51:41.063Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35532026-07-29T15:51:41.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-07-29T15:51:41.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-07-29T15:51:41.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-07-29T15:51:41.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-07-29T15:51:41.644Z
35582026-07-29T15:51:41.644Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35592026-07-29T15:51:42.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-07-29T15:51:42.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-07-29T15:51:42.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-07-29T15:51:42.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-07-29T15:51:42.227Z
35642026-07-29T15:51:42.227Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35652026-07-29T15:51:42.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-07-29T15:51:42.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-07-29T15:51:42.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-07-29T15:51:42.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-07-29T15:51:42.810Z
35702026-07-29T15:51:42.811Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35712026-07-29T15:51:43.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-07-29T15:51:43.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-07-29T15:51:43.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-07-29T15:51:43.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-07-29T15:51:43.394Z
35762026-07-29T15:51:43.395Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35772026-07-29T15:51:43.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-29T15:51:43.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-29T15:51:43.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-29T15:51:43.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35812026-07-29T15:51:43.993Z
35822026-07-29T15:51:43.993Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35832026-07-29T15:51:44.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-29T15:51:44.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-29T15:51:44.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-29T15:51:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-07-29T15:51:44.557Z
35882026-07-29T15:51:44.558Zinfo: running `cargo check --bins` on dns-server (175/303)
35892026-07-29T15:51:45.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-29T15:51:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-29T15:51:45.182Z Compiling parking_lot_core v0.8.6
35922026-07-29T15:51:45.184Z Compiling git-stub v1.0.0
35932026-07-29T15:51:45.184Z Checking prefix-trie v0.7.0
35942026-07-29T15:51:45.184Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-29T15:51:45.413Z Compiling git-stub-vcs v0.1.0
35962026-07-29T15:51:45.570Z Checking hickory-server v0.25.2
35972026-07-29T15:51:45.684Z Checking parking_lot v0.11.2
35982026-07-29T15:51:45.716Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-29T15:51:45.754Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36002026-07-29T15:51:45.757Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36012026-07-29T15:51:45.860Z Checking sled v0.34.7
36022026-07-29T15:51:47.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
36032026-07-29T15:51:47.918Z
36042026-07-29T15:51:47.918Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36052026-07-29T15:51:48.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-07-29T15:51:48.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-07-29T15:51:48.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-07-29T15:51:48.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36092026-07-29T15:51:48.481Z
36102026-07-29T15:51:48.481Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36112026-07-29T15:51:48.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-07-29T15:51:48.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-07-29T15:51:48.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-07-29T15:51:48.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36152026-07-29T15:51:49.045Z
36162026-07-29T15:51:49.045Zinfo: running `cargo check --bins` on sp-sim (178/303)
36172026-07-29T15:51:49.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-07-29T15:51:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-07-29T15:51:49.744Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36202026-07-29T15:51:51.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36212026-07-29T15:51:51.720Z
36222026-07-29T15:51:51.720Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36232026-07-29T15:51:52.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-07-29T15:51:52.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-07-29T15:51:52.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-07-29T15:51:52.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-07-29T15:51:52.336Z
36282026-07-29T15:51:52.336Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36292026-07-29T15:51:52.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-07-29T15:51:52.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-07-29T15:51:52.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-07-29T15:51:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36332026-07-29T15:51:52.960Z
36342026-07-29T15:51:52.960Zinfo: running `cargo check --bins` on db-macros (181/303)
36352026-07-29T15:51:53.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-07-29T15:51:53.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-07-29T15:51:53.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-07-29T15:51:53.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36392026-07-29T15:51:53.503Z
36402026-07-29T15:51:53.503Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36412026-07-29T15:51:53.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-07-29T15:51:53.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-07-29T15:51:53.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-07-29T15:51:53.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36452026-07-29T15:51:54.038Z
36462026-07-29T15:51:54.038Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36472026-07-29T15:51:54.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-07-29T15:51:54.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-07-29T15:51:54.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-07-29T15:51:54.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-07-29T15:51:54.636Z
36522026-07-29T15:51:54.636Zinfo: running `cargo check --bins` on authz-macros (184/303)
36532026-07-29T15:51:55.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-07-29T15:51:55.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-07-29T15:51:55.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-07-29T15:51:55.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36572026-07-29T15:51:55.180Z
36582026-07-29T15:51:55.180Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36592026-07-29T15:51:55.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-07-29T15:51:55.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-07-29T15:51:55.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-07-29T15:51:55.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36632026-07-29T15:51:55.785Z
36642026-07-29T15:51:55.788Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36652026-07-29T15:51:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-07-29T15:51:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-07-29T15:51:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-07-29T15:51:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-07-29T15:51:56.386Z
36702026-07-29T15:51:56.386Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36712026-07-29T15:51:56.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-07-29T15:51:56.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-07-29T15:51:56.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-07-29T15:51:56.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36752026-07-29T15:51:56.935Z
36762026-07-29T15:51:56.935Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36772026-07-29T15:51:57.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-07-29T15:51:57.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-07-29T15:51:57.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-07-29T15:51:57.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36812026-07-29T15:51:57.482Z
36822026-07-29T15:51:57.482Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36832026-07-29T15:51:57.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-07-29T15:51:57.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-07-29T15:51:57.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-07-29T15:51:57.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36872026-07-29T15:51:58.043Z
36882026-07-29T15:51:58.043Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36892026-07-29T15:51:58.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-07-29T15:51:58.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-07-29T15:51:58.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-07-29T15:51:58.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36932026-07-29T15:51:58.590Z
36942026-07-29T15:51:58.590Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
36952026-07-29T15:51:59.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-07-29T15:51:59.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-07-29T15:51:59.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-07-29T15:51:59.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36992026-07-29T15:51:59.127Z
37002026-07-29T15:51:59.127Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37012026-07-29T15:51:59.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-07-29T15:51:59.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-07-29T15:51:59.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-07-29T15:51:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37052026-07-29T15:51:59.667Z
37062026-07-29T15:51:59.667Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37072026-07-29T15:52:00.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-07-29T15:52:00.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-07-29T15:52:00.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-07-29T15:52:00.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37112026-07-29T15:52:00.278Z
37122026-07-29T15:52:00.278Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37132026-07-29T15:52:00.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-07-29T15:52:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-07-29T15:52:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-07-29T15:52:00.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37172026-07-29T15:52:00.891Z
37182026-07-29T15:52:00.891Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37192026-07-29T15:52:01.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-07-29T15:52:01.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-07-29T15:52:01.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-07-29T15:52:01.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-07-29T15:52:01.491Z
37242026-07-29T15:52:01.491Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37252026-07-29T15:52:01.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-07-29T15:52:01.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-07-29T15:52:01.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-07-29T15:52:01.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-07-29T15:52:02.068Z
37302026-07-29T15:52:02.068Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37312026-07-29T15:52:02.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-07-29T15:52:02.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-07-29T15:52:02.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-07-29T15:52:02.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-07-29T15:52:02.639Z
37362026-07-29T15:52:02.639Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37372026-07-29T15:52:03.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-07-29T15:52:03.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-07-29T15:52:03.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-07-29T15:52:03.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-07-29T15:52:03.216Z
37422026-07-29T15:52:03.216Zinfo: running `cargo check --bins` on key-manager (199/303)
37432026-07-29T15:52:03.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-07-29T15:52:03.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-07-29T15:52:03.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-07-29T15:52:03.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37472026-07-29T15:52:03.775Z
37482026-07-29T15:52:03.775Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37492026-07-29T15:52:04.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-07-29T15:52:04.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-07-29T15:52:04.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-07-29T15:52:04.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-07-29T15:52:04.348Z
37542026-07-29T15:52:04.349Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37552026-07-29T15:52:04.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-07-29T15:52:04.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-07-29T15:52:04.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-07-29T15:52:04.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-07-29T15:52:04.925Z
37602026-07-29T15:52:04.925Zinfo: running `cargo check --bins` on typed-rng (202/303)
37612026-07-29T15:52:05.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-07-29T15:52:05.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-07-29T15:52:05.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-07-29T15:52:05.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37652026-07-29T15:52:05.463Z
37662026-07-29T15:52:05.463Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37672026-07-29T15:52:05.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-07-29T15:52:05.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-07-29T15:52:06.268Z Compiling libefi-sys v0.1.0
37702026-07-29T15:52:06.271Z Compiling bitfield-struct v0.6.2
37712026-07-29T15:52:06.407Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-07-29T15:52:06.415Z Compiling xshell-macros v0.2.7
37732026-07-29T15:52:06.424Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37742026-07-29T15:52:06.437Z Compiling salty v0.3.0
37752026-07-29T15:52:06.452Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37762026-07-29T15:52:06.485Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37772026-07-29T15:52:06.485Z Checking rfc6979 v0.4.0
37782026-07-29T15:52:06.588Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37792026-07-29T15:52:06.623Z Checking ecdsa v0.16.9
37802026-07-29T15:52:06.741Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37812026-07-29T15:52:06.758Z Checking primeorder v0.13.6
37822026-07-29T15:52:06.773Z Checking xshell v0.2.7
37832026-07-29T15:52:06.787Z Compiling proc-macro-error-attr2 v2.0.0
37842026-07-29T15:52:06.884Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37852026-07-29T15:52:06.929Z Checking tungstenite v0.21.0
37862026-07-29T15:52:06.957Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37872026-07-29T15:52:06.960Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37882026-07-29T15:52:06.997Z Checking p384 v0.13.1
37892026-07-29T15:52:07.012Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37902026-07-29T15:52:07.083Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37912026-07-29T15:52:07.155Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-29T15:52:07.174Z Compiling proc-macro-error2 v2.0.1
37932026-07-29T15:52:07.243Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37942026-07-29T15:52:07.347Z Checking tokio-tungstenite v0.21.0
37952026-07-29T15:52:07.409Z Checking papergrid v0.17.0
37962026-07-29T15:52:07.436Z Checking libscf-sys v1.2.0
37972026-07-29T15:52:07.453Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37982026-07-29T15:52:07.471Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37992026-07-29T15:52:07.471Z Compiling tabled_derive v0.11.0
38002026-07-29T15:52:07.527Z Compiling progenitor-impl v0.13.0
38012026-07-29T15:52:07.561Z Checking testing_table v0.3.0
38022026-07-29T15:52:07.592Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-29T15:52:07.622Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38042026-07-29T15:52:07.652Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38052026-07-29T15:52:07.732Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38062026-07-29T15:52:07.818Z Compiling illumos-nvpair-sys v0.2.0
38072026-07-29T15:52:07.843Z Checking corncobs v0.1.4
38082026-07-29T15:52:07.920Z Compiling unicase v2.9.0
38092026-07-29T15:52:07.967Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38102026-07-29T15:52:08.092Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38112026-07-29T15:52:08.122Z Compiling mime_guess v2.0.5
38122026-07-29T15:52:08.178Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38132026-07-29T15:52:08.220Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-07-29T15:52:08.353Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38152026-07-29T15:52:08.368Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38162026-07-29T15:52:08.552Z Checking progenitor-client v0.13.0
38172026-07-29T15:52:08.638Z Checking tabled v0.20.0
38182026-07-29T15:52:08.675Z Checking secrecy v0.8.0
38192026-07-29T15:52:08.689Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38202026-07-29T15:52:08.817Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38212026-07-29T15:52:08.929Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38222026-07-29T15:52:09.097Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38232026-07-29T15:52:09.255Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38242026-07-29T15:52:09.289Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38252026-07-29T15:52:09.305Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38262026-07-29T15:52:09.382Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38272026-07-29T15:52:09.548Z Checking filetime v0.2.27
38282026-07-29T15:52:09.565Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-07-29T15:52:09.687Z Checking crc8 v0.1.1
38302026-07-29T15:52:09.725Z Checking http-range v0.1.5
38312026-07-29T15:52:09.756Z Checking xattr v1.6.1
38322026-07-29T15:52:09.848Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38332026-07-29T15:52:09.884Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38342026-07-29T15:52:09.898Z Checking tar v0.4.46
38352026-07-29T15:52:10.068Z Checking illumos-nvpair v0.3.0
38362026-07-29T15:52:10.178Z Compiling progenitor-macro v0.13.0
38372026-07-29T15:52:10.224Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38382026-07-29T15:52:10.253Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38392026-07-29T15:52:10.282Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38402026-07-29T15:52:10.298Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38412026-07-29T15:52:10.520Z Checking atty v0.2.14
38422026-07-29T15:52:10.608Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-07-29T15:52:10.623Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38442026-07-29T15:52:10.727Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38452026-07-29T15:52:10.864Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38462026-07-29T15:52:10.939Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38472026-07-29T15:52:10.997Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38482026-07-29T15:52:11.062Z Checking hyper-staticfile v0.10.1
38492026-07-29T15:52:11.078Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38502026-07-29T15:52:11.095Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38512026-07-29T15:52:11.131Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38522026-07-29T15:52:11.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38532026-07-29T15:52:11.391Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38542026-07-29T15:52:11.457Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38552026-07-29T15:52:11.668Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38562026-07-29T15:52:11.738Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38572026-07-29T15:52:13.214Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38582026-07-29T15:52:13.726Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38592026-07-29T15:52:14.029Z Checking progenitor v0.13.0
38602026-07-29T15:52:14.149Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38612026-07-29T15:52:14.168Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38622026-07-29T15:52:16.322Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38632026-07-29T15:52:19.493Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38642026-07-29T15:52:30.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.02s
38652026-07-29T15:52:30.499Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38662026-07-29T15:52:30.499Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38672026-07-29T15:52:30.693Z
38682026-07-29T15:52:30.693Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38692026-07-29T15:52:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-29T15:52:31.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-29T15:52:31.448Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-29T15:52:42.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38732026-07-29T15:52:42.100Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38742026-07-29T15:52:42.100Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38752026-07-29T15:52:42.294Z
38762026-07-29T15:52:42.294Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38772026-07-29T15:52:42.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-29T15:52:42.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-29T15:52:43.061Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-29T15:52:53.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38812026-07-29T15:52:53.760Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38822026-07-29T15:52:53.760Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38832026-07-29T15:52:53.957Z
38842026-07-29T15:52:53.957Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38852026-07-29T15:52:54.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-29T15:52:54.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-29T15:52:54.720Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-29T15:53:05.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38892026-07-29T15:53:05.412Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38902026-07-29T15:53:05.412Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38912026-07-29T15:53:05.619Z
38922026-07-29T15:53:05.619Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38932026-07-29T15:53:06.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-29T15:53:06.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-29T15:53:06.370Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-29T15:53:17.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38972026-07-29T15:53:17.135Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38982026-07-29T15:53:17.135Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38992026-07-29T15:53:17.304Z
39002026-07-29T15:53:17.304Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39012026-07-29T15:53:17.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-29T15:53:17.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-29T15:53:18.060Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-29T15:53:28.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39052026-07-29T15:53:28.724Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39062026-07-29T15:53:28.724Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39072026-07-29T15:53:28.922Z
39082026-07-29T15:53:28.922Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39092026-07-29T15:53:29.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-29T15:53:29.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-29T15:53:29.683Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39122026-07-29T15:53:40.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39132026-07-29T15:53:40.339Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39142026-07-29T15:53:40.339Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39152026-07-29T15:53:40.544Z
39162026-07-29T15:53:40.544Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39172026-07-29T15:53:41.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-29T15:53:41.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-29T15:53:41.308Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39202026-07-29T15:53:52.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39212026-07-29T15:53:52.046Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39222026-07-29T15:53:52.046Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39232026-07-29T15:53:52.252Z
39242026-07-29T15:53:52.252Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39252026-07-29T15:53:52.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-29T15:53:52.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-29T15:53:52.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-29T15:53:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39292026-07-29T15:53:52.819Z
39302026-07-29T15:53:52.819Zinfo: running `cargo check --bins` on range-requests (212/303)
39312026-07-29T15:53:53.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-29T15:53:53.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-29T15:53:53.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-29T15:53:53.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39352026-07-29T15:53:53.372Z
39362026-07-29T15:53:53.372Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39372026-07-29T15:53:53.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-29T15:53:53.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-29T15:53:53.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-29T15:53:53.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39412026-07-29T15:53:53.925Z
39422026-07-29T15:53:53.925Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39432026-07-29T15:53:54.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-29T15:53:54.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-29T15:53:54.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-29T15:53:54.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39472026-07-29T15:53:54.500Z
39482026-07-29T15:53:54.500Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39492026-07-29T15:53:54.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-29T15:53:54.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-29T15:53:54.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-29T15:53:54.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39532026-07-29T15:53:55.077Z
39542026-07-29T15:53:55.077Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39552026-07-29T15:53:55.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-29T15:53:55.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-29T15:53:55.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-29T15:53:55.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39592026-07-29T15:53:55.658Z
39602026-07-29T15:53:55.658Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39612026-07-29T15:53:56.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-29T15:53:56.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-29T15:53:56.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-29T15:53:56.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-07-29T15:53:56.247Z
39662026-07-29T15:53:56.247Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39672026-07-29T15:53:56.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-29T15:53:56.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-29T15:53:56.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-29T15:53:56.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39712026-07-29T15:53:56.832Z
39722026-07-29T15:53:56.833Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39732026-07-29T15:53:57.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-29T15:53:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-29T15:53:57.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-29T15:53:57.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39772026-07-29T15:53:57.414Z
39782026-07-29T15:53:57.414Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39792026-07-29T15:53:57.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-29T15:53:57.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-29T15:53:57.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-29T15:53:57.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39832026-07-29T15:53:57.993Z
39842026-07-29T15:53:57.993Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39852026-07-29T15:53:58.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-29T15:53:58.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-29T15:53:58.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-29T15:53:58.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39892026-07-29T15:53:58.578Z
39902026-07-29T15:53:58.578Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
39912026-07-29T15:53:59.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-29T15:53:59.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-29T15:53:59.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-29T15:53:59.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39952026-07-29T15:53:59.166Z
39962026-07-29T15:53:59.166Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
39972026-07-29T15:53:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-29T15:53:59.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-29T15:53:59.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-29T15:53:59.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-29T15:53:59.753Z
40022026-07-29T15:53:59.753Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40032026-07-29T15:54:00.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-29T15:54:00.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-29T15:54:00.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-29T15:54:00.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40072026-07-29T15:54:00.367Z
40082026-07-29T15:54:00.367Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40092026-07-29T15:54:00.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-29T15:54:00.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-29T15:54:00.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-29T15:54:00.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40132026-07-29T15:54:00.954Z
40142026-07-29T15:54:00.955Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40152026-07-29T15:54:01.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-29T15:54:01.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-29T15:54:01.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-29T15:54:01.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-29T15:54:01.557Z
40202026-07-29T15:54:01.557Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40212026-07-29T15:54:02.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-29T15:54:02.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-29T15:54:02.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-29T15:54:02.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40252026-07-29T15:54:02.170Z
40262026-07-29T15:54:02.170Zinfo: running `cargo check --bins` on update-common (228/303)
40272026-07-29T15:54:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-29T15:54:02.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-29T15:54:02.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-29T15:54:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40312026-07-29T15:54:02.731Z
40322026-07-29T15:54:02.731Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/303)
40332026-07-29T15:54:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-29T15:54:03.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-29T15:54:03.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-29T15:54:03.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40372026-07-29T15:54:03.348Z
40382026-07-29T15:54:03.348Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/303)
40392026-07-29T15:54:03.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-29T15:54:03.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-29T15:54:03.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-07-29T15:54:03.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40432026-07-29T15:54:03.896Z
40442026-07-29T15:54:03.896Zinfo: running `cargo check --bins` on reconfigurator-cli (231/303)
40452026-07-29T15:54:04.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-07-29T15:54:04.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-07-29T15:54:04.643Z Compiling fs-err v2.11.0
40482026-07-29T15:54:04.646Z Checking ignore v0.4.25
40492026-07-29T15:54:04.646Z Checking arc-swap v1.8.2
40502026-07-29T15:54:04.776Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40512026-07-29T15:54:04.776Z Checking predicates-tree v1.0.13
40522026-07-29T15:54:04.779Z Checking parse-size v1.1.0
40532026-07-29T15:54:04.806Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40542026-07-29T15:54:04.809Z Checking rand_seeder v0.4.0
40552026-07-29T15:54:04.892Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40562026-07-29T15:54:04.906Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40572026-07-29T15:54:04.956Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40582026-07-29T15:54:04.970Z Checking slog-scope v4.4.1
40592026-07-29T15:54:05.006Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40602026-07-29T15:54:05.096Z Checking slog-stdlog v4.1.1
40612026-07-29T15:54:05.111Z Compiling petname v2.0.2
40622026-07-29T15:54:05.126Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40632026-07-29T15:54:05.150Z Checking globwalk v0.9.1
40642026-07-29T15:54:05.199Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40652026-07-29T15:54:05.216Z Checking slog-envlogger v2.2.0
40662026-07-29T15:54:05.324Z Checking camino-tempfile-ext v0.3.3
40672026-07-29T15:54:05.366Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40682026-07-29T15:54:05.427Z Checking sapling-renderdag v0.1.0
40692026-07-29T15:54:05.519Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40702026-07-29T15:54:05.553Z Checking subprocess v0.2.15
40712026-07-29T15:54:05.668Z Checking sync-ptr v0.1.4
40722026-07-29T15:54:05.745Z Checking colored v2.2.0
40732026-07-29T15:54:05.784Z Checking assert_matches v1.5.0
40742026-07-29T15:54:05.836Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40752026-07-29T15:54:06.020Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40762026-07-29T15:54:06.020Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40772026-07-29T15:54:06.756Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40782026-07-29T15:54:08.076Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40792026-07-29T15:54:10.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
40802026-07-29T15:54:10.493Z
40812026-07-29T15:54:10.493Zinfo: running `cargo check --bins` on omicron-repl-utils (232/303)
40822026-07-29T15:54:10.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-29T15:54:10.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-29T15:54:10.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-29T15:54:10.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40862026-07-29T15:54:11.025Z
40872026-07-29T15:54:11.025Zinfo: running `cargo check --bins` on transient-dns-server (233/303)
40882026-07-29T15:54:11.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-29T15:54:11.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-29T15:54:11.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-29T15:54:11.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40922026-07-29T15:54:11.589Z
40932026-07-29T15:54:11.589Zinfo: running `cargo check --bins` on nexus-test-interface (234/303)
40942026-07-29T15:54:12.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-29T15:54:12.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-29T15:54:12.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-07-29T15:54:12.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40982026-07-29T15:54:12.207Z
40992026-07-29T15:54:12.207Zinfo: running `cargo check --bins` on oximeter-collector (235/303)
41002026-07-29T15:54:12.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-29T15:54:12.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-29T15:54:12.905Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41032026-07-29T15:54:12.905Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41042026-07-29T15:54:13.545Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41052026-07-29T15:54:15.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41062026-07-29T15:54:15.398Z
41072026-07-29T15:54:15.398Zinfo: running `cargo check --bins` on oximeter-api (236/303)
41082026-07-29T15:54:15.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-29T15:54:15.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-29T15:54:15.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-07-29T15:54:15.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41122026-07-29T15:54:15.961Z
41132026-07-29T15:54:15.961Zinfo: running `cargo check --bins` on cert-dev (237/303)
41142026-07-29T15:54:16.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-29T15:54:16.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-29T15:54:16.538Z Checking yasna v0.5.2
41172026-07-29T15:54:16.940Z Checking rcgen v0.12.1
41182026-07-29T15:54:17.188Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41192026-07-29T15:54:17.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41202026-07-29T15:54:17.532Z
41212026-07-29T15:54:17.532Zinfo: running `cargo check --bins` on clickana (238/303)
41222026-07-29T15:54:18.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-29T15:54:18.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-29T15:54:18.157Z Compiling instability v0.3.11
41252026-07-29T15:54:18.157Z Checking castaway v0.2.4
41262026-07-29T15:54:18.160Z Compiling indoc v2.0.7
41272026-07-29T15:54:18.160Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41282026-07-29T15:54:18.160Z Checking unicode-truncate v1.1.0
41292026-07-29T15:54:18.271Z Checking lru v0.12.5
41302026-07-29T15:54:18.275Z Checking cassowary v0.3.0
41312026-07-29T15:54:18.395Z Checking compact_str v0.8.1
41322026-07-29T15:54:19.181Z Checking ratatui v0.29.0
41332026-07-29T15:54:19.558Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41342026-07-29T15:54:19.730Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41352026-07-29T15:54:20.647Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41362026-07-29T15:54:21.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
41372026-07-29T15:54:21.484Z
41382026-07-29T15:54:21.484Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/303)
41392026-07-29T15:54:21.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-29T15:54:21.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-29T15:54:22.176Z Checking headers-core v0.3.0
41422026-07-29T15:54:22.180Z Checking port-file v0.1.0
41432026-07-29T15:54:22.180Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41442026-07-29T15:54:22.372Z Checking headers v0.4.1
41452026-07-29T15:54:22.741Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41462026-07-29T15:54:23.677Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41472026-07-29T15:54:24.173Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41482026-07-29T15:54:24.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
41492026-07-29T15:54:24.771Z
41502026-07-29T15:54:24.771Zinfo: running `cargo check --bins` on ch-dev (240/303)
41512026-07-29T15:54:25.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-29T15:54:25.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-29T15:54:25.461Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41542026-07-29T15:54:26.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41552026-07-29T15:54:26.386Z
41562026-07-29T15:54:26.387Zinfo: running `cargo check --bins` on dev-tools-common (241/303)
41572026-07-29T15:54:26.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-29T15:54:26.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-29T15:54:26.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-07-29T15:54:26.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41612026-07-29T15:54:26.798Z
41622026-07-29T15:54:26.798Zinfo: running `cargo check --bins` on corpus-adjust (242/303)
41632026-07-29T15:54:27.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-29T15:54:27.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-29T15:54:27.403Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41662026-07-29T15:54:27.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
41672026-07-29T15:54:27.922Z
41682026-07-29T15:54:27.922Zinfo: running `cargo check --bins` on crdb-seed (243/303)
41692026-07-29T15:54:28.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-29T15:54:28.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-29T15:54:28.617Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41722026-07-29T15:54:29.705Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41732026-07-29T15:54:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
41742026-07-29T15:54:30.235Z
41752026-07-29T15:54:30.236Zinfo: running `cargo check --bins` on db-dev (244/303)
41762026-07-29T15:54:30.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-29T15:54:30.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-29T15:54:30.926Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41792026-07-29T15:54:31.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41802026-07-29T15:54:31.864Z
41812026-07-29T15:54:31.864Zinfo: running `cargo check --bins` on omicron-dev-lib (245/303)
41822026-07-29T15:54:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-29T15:54:32.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-29T15:54:32.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-07-29T15:54:32.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41862026-07-29T15:54:32.464Z
41872026-07-29T15:54:32.464Zinfo: running `cargo check --bins` on xtask-downloader (246/303)
41882026-07-29T15:54:32.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-29T15:54:32.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-29T15:54:33.052Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41912026-07-29T15:54:33.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41922026-07-29T15:54:33.911Z
41932026-07-29T15:54:33.911Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/303)
41942026-07-29T15:54:34.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-07-29T15:54:34.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-07-29T15:54:34.635Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41972026-07-29T15:54:34.635Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41982026-07-29T15:54:34.635Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41992026-07-29T15:54:34.638Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42002026-07-29T15:54:34.638Z Checking git-stub v1.0.0
42012026-07-29T15:54:34.638Z Compiling trait-variant v0.1.2
42022026-07-29T15:54:34.638Z Checking is_ci v1.2.0
42032026-07-29T15:54:34.753Z Checking maplit v1.0.2
42042026-07-29T15:54:34.832Z Checking supports-color v3.0.2
42052026-07-29T15:54:34.835Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42062026-07-29T15:54:34.886Z Checking git-stub-vcs v0.1.0
42072026-07-29T15:54:34.951Z Checking drift v0.2.0
42082026-07-29T15:54:35.019Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42092026-07-29T15:54:35.045Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42102026-07-29T15:54:35.082Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42112026-07-29T15:54:35.261Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42122026-07-29T15:54:35.297Z Checking dropshot-api-manager v0.7.2
42132026-07-29T15:54:35.310Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42142026-07-29T15:54:35.325Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42152026-07-29T15:54:35.541Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42162026-07-29T15:54:35.558Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42172026-07-29T15:54:35.738Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42182026-07-29T15:54:36.077Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42192026-07-29T15:54:36.581Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42202026-07-29T15:54:36.581Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42212026-07-29T15:54:41.113Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42222026-07-29T15:54:42.039Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42232026-07-29T15:54:42.570Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42242026-07-29T15:54:42.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
42252026-07-29T15:54:42.999Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-07-29T15:54:42.999Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-07-29T15:54:43.189Z
42282026-07-29T15:54:43.189Zinfo: running `cargo check --bins` on installinator-api (248/303)
42292026-07-29T15:54:43.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-29T15:54:43.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-29T15:54:43.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-29T15:54:43.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42332026-07-29T15:54:43.745Z
42342026-07-29T15:54:43.745Zinfo: running `cargo check --bins` on nexus-external-api (249/303)
42352026-07-29T15:54:44.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-29T15:54:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-29T15:54:44.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-29T15:54:44.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-07-29T15:54:44.343Z
42402026-07-29T15:54:44.344Zinfo: running `cargo check --bins` on nexus-internal-api (250/303)
42412026-07-29T15:54:44.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-29T15:54:44.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-29T15:54:44.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-07-29T15:54:44.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-07-29T15:54:44.943Z
42462026-07-29T15:54:44.943Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/303)
42472026-07-29T15:54:45.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-29T15:54:45.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-29T15:54:45.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-07-29T15:54:45.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42512026-07-29T15:54:45.545Z
42522026-07-29T15:54:45.545Zinfo: running `cargo check --bins` on ntp-admin-api (252/303)
42532026-07-29T15:54:46.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-07-29T15:54:46.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-07-29T15:54:46.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-07-29T15:54:46.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42572026-07-29T15:54:46.105Z
42582026-07-29T15:54:46.105Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/303)
42592026-07-29T15:54:46.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-07-29T15:54:46.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-07-29T15:54:46.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-07-29T15:54:46.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42632026-07-29T15:54:46.655Z
42642026-07-29T15:54:46.655Zinfo: running `cargo check --bins` on wicketd-api (254/303)
42652026-07-29T15:54:47.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-07-29T15:54:47.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-07-29T15:54:47.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-07-29T15:54:47.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42692026-07-29T15:54:47.223Z
42702026-07-29T15:54:47.223Zinfo: running `cargo check --bins` on wicketd-commission-api (255/303)
42712026-07-29T15:54:47.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-07-29T15:54:47.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-07-29T15:54:47.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-07-29T15:54:47.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42752026-07-29T15:54:47.793Z
42762026-07-29T15:54:47.793Zinfo: running `cargo check --bins` on omicron-ls-apis (256/303)
42772026-07-29T15:54:48.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-07-29T15:54:48.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-07-29T15:54:48.394Z Compiling blake3 v1.8.5
42802026-07-29T15:54:48.502Z Checking arrayvec v0.7.6
42812026-07-29T15:54:48.506Z Checking arrayref v0.3.9
42822026-07-29T15:54:48.513Z Checking constant_time_eq v0.4.2
42832026-07-29T15:54:48.525Z Checking cargo-platform v0.3.2
42842026-07-29T15:54:48.532Z Checking topological-sort v0.2.2
42852026-07-29T15:54:48.532Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42862026-07-29T15:54:48.676Z Checking cargo_metadata v0.23.1
42872026-07-29T15:54:49.375Z Checking omicron-zone-package v0.12.3
42882026-07-29T15:54:50.084Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42892026-07-29T15:54:50.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
42902026-07-29T15:54:51.088Z
42912026-07-29T15:54:51.088Zinfo: running `cargo check --bins` on mgs-dev (257/303)
42922026-07-29T15:54:51.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-07-29T15:54:51.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-07-29T15:54:51.794Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42952026-07-29T15:54:52.421Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42962026-07-29T15:54:52.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42972026-07-29T15:54:53.126Z
42982026-07-29T15:54:53.126Zinfo: running `cargo check --bins` on omicron-omdb (258/303)
42992026-07-29T15:54:53.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-07-29T15:54:53.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-07-29T15:54:54.069Z Compiling darling_core v0.21.3
43022026-07-29T15:54:54.069Z Compiling vergen-lib v0.1.6
43032026-07-29T15:54:54.069Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43042026-07-29T15:54:54.073Z Compiling diesel_derives v2.3.7
43052026-07-29T15:54:54.073Z Checking scheduled-thread-pool v0.2.7
43062026-07-29T15:54:54.073Z Compiling vergen-gitcl v1.0.8
43072026-07-29T15:54:54.073Z Compiling diesel_table_macro_syntax v0.3.0
43082026-07-29T15:54:54.073Z Compiling dirs-sys-next v0.1.2
43092026-07-29T15:54:54.378Z Compiling glob v0.3.3
43102026-07-29T15:54:54.381Z Compiling crunchy v0.2.4
43112026-07-29T15:54:54.422Z Checking r2d2 v0.8.10
43122026-07-29T15:54:54.491Z Compiling dirs-next v2.0.0
43132026-07-29T15:54:54.524Z Compiling tiny-keccak v2.0.2
43142026-07-29T15:54:54.603Z Checking downcast-rs v2.0.2
43152026-07-29T15:54:54.621Z Compiling term v0.7.0
43162026-07-29T15:54:54.741Z Compiling bit-vec v0.6.3
43172026-07-29T15:54:54.760Z Compiling clang-sys v1.8.1
43182026-07-29T15:54:54.868Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43192026-07-29T15:54:54.956Z Compiling bit-set v0.5.3
43202026-07-29T15:54:55.059Z Compiling ascii-canvas v3.0.0
43212026-07-29T15:54:55.113Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43222026-07-29T15:54:55.172Z Compiling itertools v0.10.5
43232026-07-29T15:54:55.211Z Compiling ena v0.14.4
43242026-07-29T15:54:55.228Z Compiling libloading v0.8.9
43252026-07-29T15:54:55.265Z Compiling bindgen v0.71.1
43262026-07-29T15:54:55.282Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43272026-07-29T15:54:55.296Z Compiling regex-syntax v0.6.29
43282026-07-29T15:54:55.420Z Compiling diff v0.1.13
43292026-07-29T15:54:55.692Z Compiling cexpr v0.6.0
43302026-07-29T15:54:55.709Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43312026-07-29T15:54:55.897Z Compiling rustc-hash v2.1.1
43322026-07-29T15:54:56.057Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43332026-07-29T15:54:56.085Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43342026-07-29T15:54:56.261Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43352026-07-29T15:54:56.374Z Compiling libxml v0.3.3
43362026-07-29T15:54:56.406Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43372026-07-29T15:54:56.528Z Compiling strum_macros v0.24.3
43382026-07-29T15:54:56.596Z Compiling indoc v1.0.9
43392026-07-29T15:54:56.613Z Compiling lalrpop v0.19.12
43402026-07-29T15:54:56.742Z Compiling darling_macro v0.21.3
43412026-07-29T15:54:57.252Z Compiling darling v0.21.3
43422026-07-29T15:54:57.353Z Compiling dsl_auto_type v0.2.0
43432026-07-29T15:54:57.417Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43442026-07-29T15:54:57.610Z Checking derive_builder v0.20.2
43452026-07-29T15:54:57.730Z Compiling oso-derive v0.27.3
43462026-07-29T15:54:57.887Z Checking quick-xml v0.37.5
43472026-07-29T15:54:57.958Z Compiling impl-trait-for-tuples v0.2.3
43482026-07-29T15:54:58.247Z Checking openssl-probe v0.1.6
43492026-07-29T15:54:58.391Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43502026-07-29T15:54:58.838Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-07-29T15:54:59.032Z Checking bb8 v0.8.6
43522026-07-29T15:54:59.084Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43532026-07-29T15:54:59.190Z Checking nonempty v0.12.0
43542026-07-29T15:54:59.300Z Compiling libz-sys v1.1.24
43552026-07-29T15:54:59.321Z Compiling strsim v0.10.0
43562026-07-29T15:54:59.361Z Compiling libgit2-sys v0.18.3+1.9.2
43572026-07-29T15:54:59.557Z Compiling darling_core v0.13.4
43582026-07-29T15:54:59.659Z Compiling vergen-git2 v9.1.0
43592026-07-29T15:54:59.884Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-07-29T15:54:59.888Z Compiling base64 v0.21.7
43612026-07-29T15:55:00.106Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43622026-07-29T15:55:00.242Z Compiling ron v0.8.1
43632026-07-29T15:55:01.106Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43642026-07-29T15:55:01.215Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43652026-07-29T15:55:01.323Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43662026-07-29T15:55:01.481Z Compiling darling_macro v0.13.4
43672026-07-29T15:55:01.515Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43682026-07-29T15:55:01.708Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-07-29T15:55:01.905Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43702026-07-29T15:55:01.974Z Compiling darling v0.13.4
43712026-07-29T15:55:02.067Z Compiling serde_with_macros v1.5.2
43722026-07-29T15:55:02.091Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43732026-07-29T15:55:02.280Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43742026-07-29T15:55:02.471Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43752026-07-29T15:55:02.659Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43762026-07-29T15:55:02.720Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43772026-07-29T15:55:02.848Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43782026-07-29T15:55:02.923Z Compiling serde_with v1.14.0
43792026-07-29T15:55:03.396Z Checking diesel v2.3.7
43802026-07-29T15:55:04.124Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43812026-07-29T15:55:04.488Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43822026-07-29T15:55:04.698Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43832026-07-29T15:55:05.403Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43842026-07-29T15:55:05.753Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43852026-07-29T15:55:05.901Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43862026-07-29T15:55:06.102Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43872026-07-29T15:55:06.852Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43882026-07-29T15:55:06.868Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43892026-07-29T15:55:06.884Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43902026-07-29T15:55:07.071Z Checking twox-hash v2.1.2
43912026-07-29T15:55:07.223Z Checking libsw-core v0.3.2
43922026-07-29T15:55:07.383Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43932026-07-29T15:55:07.394Z Checking libsw v3.5.0
43942026-07-29T15:55:07.452Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43952026-07-29T15:55:07.578Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43962026-07-29T15:55:07.740Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43972026-07-29T15:55:07.896Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43982026-07-29T15:55:09.215Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43992026-07-29T15:55:09.272Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44002026-07-29T15:55:09.520Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44012026-07-29T15:55:09.892Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44022026-07-29T15:55:09.976Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44032026-07-29T15:55:10.165Z Checking console v0.16.2
44042026-07-29T15:55:10.488Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44052026-07-29T15:55:10.637Z Checking fatfs v0.3.6
44062026-07-29T15:55:10.862Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44072026-07-29T15:55:11.097Z Checking unit-prefix v0.5.2
44082026-07-29T15:55:11.235Z Compiling seq-macro v0.3.6
44092026-07-29T15:55:11.756Z Checking indicatif v0.18.4
44102026-07-29T15:55:12.156Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44112026-07-29T15:55:12.175Z Checking oxide-update-engine-display v0.1.2
44122026-07-29T15:55:12.481Z Checking support-bundle-viewer v0.1.2
44132026-07-29T15:55:12.678Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44142026-07-29T15:55:12.730Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44152026-07-29T15:55:12.810Z Checking multimap v0.10.1
44162026-07-29T15:55:18.526Z Checking async-bb8-diesel v0.2.1
44172026-07-29T15:55:18.892Z Checking diesel-dtrace v0.5.0
44182026-07-29T15:55:22.144Z Compiling samael v0.0.19
44192026-07-29T15:55:27.573Z Compiling git2 v0.20.4
44202026-07-29T15:55:28.411Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44212026-07-29T15:55:29.125Z Compiling polar-core v0.27.3
44222026-07-29T15:55:30.001Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44232026-07-29T15:55:33.657Z Checking oso v0.27.3
44242026-07-29T15:56:05.742Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44252026-07-29T15:57:19.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
44262026-07-29T15:57:19.661Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44272026-07-29T15:57:19.661Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44282026-07-29T15:57:19.877Z
44292026-07-29T15:57:19.877Zinfo: running `cargo check --bins` on nexus-networking (259/303)
44302026-07-29T15:57:20.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-29T15:57:20.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-29T15:57:20.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-29T15:57:20.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44342026-07-29T15:57:20.533Z
44352026-07-29T15:57:20.533Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/303)
44362026-07-29T15:57:21.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-29T15:57:21.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-29T15:57:21.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-29T15:57:21.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44402026-07-29T15:57:21.154Z
44412026-07-29T15:57:21.154Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/303)
44422026-07-29T15:57:21.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-29T15:57:21.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-29T15:57:21.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-29T15:57:21.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44462026-07-29T15:57:21.774Z
44472026-07-29T15:57:21.774Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/303)
44482026-07-29T15:57:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-29T15:57:22.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-29T15:57:22.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-29T15:57:22.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44522026-07-29T15:57:22.322Z
44532026-07-29T15:57:22.322Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/303)
44542026-07-29T15:57:22.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-29T15:57:22.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-29T15:57:23.144Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44572026-07-29T15:57:23.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
44582026-07-29T15:57:23.899Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44592026-07-29T15:57:23.899Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44602026-07-29T15:57:24.104Z
44612026-07-29T15:57:24.104Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/303)
44622026-07-29T15:57:24.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-29T15:57:24.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-29T15:57:24.917Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44652026-07-29T15:58:03.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.06s
44662026-07-29T15:58:03.171Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44672026-07-29T15:58:03.171Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44682026-07-29T15:58:03.376Z
44692026-07-29T15:58:03.376Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/303)
44702026-07-29T15:58:03.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-29T15:58:03.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-29T15:58:03.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-29T15:58:03.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44742026-07-29T15:58:03.920Z
44752026-07-29T15:58:03.921Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/303)
44762026-07-29T15:58:04.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-29T15:58:04.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-29T15:58:04.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-29T15:58:04.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44802026-07-29T15:58:04.466Z
44812026-07-29T15:58:04.466Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/303)
44822026-07-29T15:58:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-29T15:58:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-29T15:58:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-29T15:58:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44862026-07-29T15:58:05.079Z
44872026-07-29T15:58:05.079Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/303)
44882026-07-29T15:58:05.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-29T15:58:05.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-29T15:58:05.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-29T15:58:05.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44922026-07-29T15:58:05.708Z
44932026-07-29T15:58:05.708Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/303)
44942026-07-29T15:58:06.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-29T15:58:06.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-29T15:58:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-29T15:58:06.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44982026-07-29T15:58:06.330Z
44992026-07-29T15:58:06.330Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/303)
45002026-07-29T15:58:06.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-29T15:58:06.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-29T15:58:06.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-29T15:58:06.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45042026-07-29T15:58:06.939Z
45052026-07-29T15:58:06.939Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/303)
45062026-07-29T15:58:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-29T15:58:07.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-29T15:58:07.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-07-29T15:58:07.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45102026-07-29T15:58:07.557Z
45112026-07-29T15:58:07.557Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/303)
45122026-07-29T15:58:08.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-07-29T15:58:08.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-07-29T15:58:08.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-07-29T15:58:08.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45162026-07-29T15:58:08.172Z
45172026-07-29T15:58:08.172Zinfo: running `cargo check --bins` on nexus-switch-config (273/303)
45182026-07-29T15:58:08.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-07-29T15:58:08.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-07-29T15:58:08.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-07-29T15:58:08.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45222026-07-29T15:58:08.773Z
45232026-07-29T15:58:08.773Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/303)
45242026-07-29T15:58:09.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-07-29T15:58:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-07-29T15:58:09.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-07-29T15:58:09.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45282026-07-29T15:58:09.397Z
45292026-07-29T15:58:09.397Zinfo: running `cargo check --bins` on support-bundle-collection (275/303)
45302026-07-29T15:58:09.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-07-29T15:58:09.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-07-29T15:58:09.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-07-29T15:58:09.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45342026-07-29T15:58:10.019Z
45352026-07-29T15:58:10.019Zinfo: running `cargo check --bins` on omicron-dev (276/303)
45362026-07-29T15:58:10.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-07-29T15:58:10.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-07-29T15:58:10.897Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45392026-07-29T15:58:10.901Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45402026-07-29T15:58:11.084Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45412026-07-29T15:58:11.115Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45422026-07-29T15:58:11.134Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45432026-07-29T15:58:11.151Z Checking diff v0.1.13
45442026-07-29T15:58:11.154Z Checking yansi v1.0.1
45452026-07-29T15:58:11.180Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45462026-07-29T15:58:11.218Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45472026-07-29T15:58:11.407Z Checking pretty_assertions v1.4.1
45482026-07-29T15:58:12.138Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45492026-07-29T15:58:12.192Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45502026-07-29T15:58:36.895Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-29T15:58:36.898Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45522026-07-29T15:58:36.898Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45532026-07-29T15:58:36.898Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45542026-07-29T15:58:36.898Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45552026-07-29T15:58:36.898Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45562026-07-29T15:58:36.898Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45572026-07-29T15:58:37.710Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45582026-07-29T15:58:37.711Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45592026-07-29T15:58:38.936Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45602026-07-29T15:59:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45612026-07-29T15:59:16.996Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45622026-07-29T15:59:16.996Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45632026-07-29T15:59:17.203Z
45642026-07-29T15:59:17.203Zinfo: running `cargo check --bins` on oximeter-load-test (277/303)
45652026-07-29T15:59:17.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-29T15:59:17.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-29T15:59:17.899Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45682026-07-29T15:59:18.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
45692026-07-29T15:59:18.672Z
45702026-07-29T15:59:18.672Zinfo: running `cargo check --bins` on omicron-pins (278/303)
45712026-07-29T15:59:19.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-29T15:59:19.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-29T15:59:19.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-07-29T15:59:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45752026-07-29T15:59:19.220Z
45762026-07-29T15:59:19.220Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/303)
45772026-07-29T15:59:19.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-29T15:59:19.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-29T15:59:19.970Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45802026-07-29T15:59:20.093Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45812026-07-29T15:59:20.096Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45822026-07-29T15:59:46.747Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45832026-07-29T15:59:47.129Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45842026-07-29T15:59:48.866Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45852026-07-29T15:59:49.315Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45862026-07-29T15:59:52.405Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45872026-07-29T16:00:16.294Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45882026-07-29T16:00:17.002Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45892026-07-29T16:00:18.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.41s
45902026-07-29T16:00:18.834Z
45912026-07-29T16:00:18.834Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/303)
45922026-07-29T16:00:19.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-07-29T16:00:19.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-07-29T16:00:19.526Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45952026-07-29T16:00:20.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45962026-07-29T16:00:20.391Z
45972026-07-29T16:00:20.391Zinfo: running `cargo check --bins` on omicron-releng (281/303)
45982026-07-29T16:00:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-07-29T16:00:20.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-07-29T16:00:21.022Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46012026-07-29T16:00:21.129Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46022026-07-29T16:00:21.137Z Checking sha2 v0.11.0
46032026-07-29T16:00:21.140Z Checking digest-io v0.1.0
46042026-07-29T16:00:21.140Z Checking rawzip v0.4.4
46052026-07-29T16:00:21.148Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46062026-07-29T16:00:21.156Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46072026-07-29T16:00:21.178Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-07-29T16:00:21.247Z Checking shell-words v1.1.1
46092026-07-29T16:00:21.601Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46102026-07-29T16:00:21.819Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46112026-07-29T16:00:22.851Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46122026-07-29T16:00:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
46132026-07-29T16:00:24.059Z
46142026-07-29T16:00:24.059Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/303)
46152026-07-29T16:00:24.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-07-29T16:00:24.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-07-29T16:00:24.675Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46182026-07-29T16:00:24.993Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46192026-07-29T16:00:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46202026-07-29T16:00:25.556Z
46212026-07-29T16:00:25.556Zinfo: running `cargo check --bins` on schema (283/303)
46222026-07-29T16:00:26.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-07-29T16:00:26.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-07-29T16:00:26.256Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46252026-07-29T16:00:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
46262026-07-29T16:00:27.122Z
46272026-07-29T16:00:27.122Zinfo: running `cargo check --bins` on xtask (284/303)
46282026-07-29T16:00:27.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-07-29T16:00:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-07-29T16:00:27.520Z Checking serde_core v1.0.228
46312026-07-29T16:00:27.523Z Checking libc v0.2.185
46322026-07-29T16:00:27.603Z Checking bitflags v2.11.0
46332026-07-29T16:00:27.613Z Checking scroll v0.12.0
46342026-07-29T16:00:27.616Z Checking thiserror v1.0.69
46352026-07-29T16:00:27.625Z Checking log v0.4.29
46362026-07-29T16:00:27.632Z Checking indexmap v2.14.0
46372026-07-29T16:00:27.635Z Checking zerocopy v0.7.35
46382026-07-29T16:00:27.709Z Checking syn v2.0.117
46392026-07-29T16:00:27.746Z Checking dtrace-parser v0.2.0
46402026-07-29T16:00:27.766Z Checking once_cell v1.21.3
46412026-07-29T16:00:27.831Z Checking goblin v0.8.2
46422026-07-29T16:00:27.891Z Checking errno v0.3.14
46432026-07-29T16:00:27.936Z Checking getrandom v0.4.1
46442026-07-29T16:00:27.976Z Checking thread-id v4.2.2
46452026-07-29T16:00:28.006Z Checking rustix v1.1.3
46462026-07-29T16:00:28.051Z Checking memmap v0.7.0
46472026-07-29T16:00:28.064Z Checking thiserror v2.0.18
46482026-07-29T16:00:28.123Z Checking fs-err v3.3.0
46492026-07-29T16:00:28.158Z Checking anyhow v1.0.102
46502026-07-29T16:00:28.170Z Checking tabled v0.15.0
46512026-07-29T16:00:28.778Z Checking terminal_size v0.4.3
46522026-07-29T16:00:28.778Z Checking tempfile v3.25.0
46532026-07-29T16:00:28.885Z Checking clap_builder v4.6.0
46542026-07-29T16:00:28.888Z Checking textwrap v0.16.2
46552026-07-29T16:00:29.060Z Checking serde v1.0.228
46562026-07-29T16:00:29.064Z Checking serde_json v1.0.151
46572026-07-29T16:00:29.064Z Checking camino v1.2.2
46582026-07-29T16:00:29.090Z Checking cargo-platform v0.3.2
46592026-07-29T16:00:29.254Z Checking semver v1.0.28
46602026-07-29T16:00:29.321Z Checking camino-tempfile v1.4.1
46612026-07-29T16:00:29.452Z Checking toml_datetime v0.6.11
46622026-07-29T16:00:29.455Z Checking serde_spanned v0.6.9
46632026-07-29T16:00:29.471Z Checking macaddr v1.0.1
46642026-07-29T16:00:29.483Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46652026-07-29T16:00:29.632Z Checking toml_edit v0.22.27
46662026-07-29T16:00:29.661Z Checking dof v0.3.0
46672026-07-29T16:00:29.661Z Checking cargo_metadata v0.23.1
46682026-07-29T16:00:29.931Z Checking usdt-impl v0.5.0
46692026-07-29T16:00:30.091Z Checking clap v4.6.1
46702026-07-29T16:00:30.186Z Checking usdt v0.5.0
46712026-07-29T16:00:30.594Z Checking toml v0.8.23
46722026-07-29T16:00:30.856Z Checking cargo_toml v0.21.0
46732026-07-29T16:00:31.496Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46742026-07-29T16:00:31.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
46752026-07-29T16:00:31.993Z
46762026-07-29T16:00:31.993Zinfo: running `cargo check --bins` on dnsadm (285/303)
46772026-07-29T16:00:32.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-07-29T16:00:32.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-07-29T16:00:32.620Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46802026-07-29T16:00:33.091Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46812026-07-29T16:00:33.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46822026-07-29T16:00:33.653Z
46832026-07-29T16:00:33.653Zinfo: running `cargo check --bins` on end-to-end-tests (286/303)
46842026-07-29T16:00:34.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-07-29T16:00:34.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-07-29T16:00:34.455Z Checking cpubits v0.1.1
46872026-07-29T16:00:34.581Z Checking pem-rfc7468 v1.0.0
46882026-07-29T16:00:34.595Z Checking hmac v0.13.0
46892026-07-29T16:00:34.595Z Checking universal-hash v0.6.1
46902026-07-29T16:00:34.620Z Checking ctr v0.10.1
46912026-07-29T16:00:34.620Z Checking aead v0.6.1
46922026-07-29T16:00:34.647Z Checking aes v0.9.1
46932026-07-29T16:00:34.648Z Checking crypto-bigint v0.7.5
46942026-07-29T16:00:34.686Z Checking salsa20 v0.11.0
46952026-07-29T16:00:34.727Z Checking polyval v0.7.1
46962026-07-29T16:00:34.730Z Checking der v0.8.0
46972026-07-29T16:00:34.757Z Checking pbkdf2 v0.13.0
46982026-07-29T16:00:34.776Z Checking cbc v0.2.1
46992026-07-29T16:00:34.800Z Checking ff v0.14.0
47002026-07-29T16:00:34.855Z Checking signature v3.0.0
47012026-07-29T16:00:34.871Z Checking scrypt v0.12.0
47022026-07-29T16:00:34.896Z Checking ghash v0.6.0
47032026-07-29T16:00:34.911Z Checking base16ct v1.0.0
47042026-07-29T16:00:34.930Z Checking group v0.14.0
47052026-07-29T16:00:35.003Z Checking hkdf v0.13.0
47062026-07-29T16:00:35.025Z Compiling curve25519-dalek v5.0.0
47072026-07-29T16:00:35.044Z Checking aes-gcm v0.11.0
47082026-07-29T16:00:35.060Z Checking keccak v0.2.0
47092026-07-29T16:00:35.075Z Checking wnaf v0.14.0
47102026-07-29T16:00:35.091Z Checking poly1305 v0.9.0
47112026-07-29T16:00:35.131Z Checking blowfish v0.10.0
47122026-07-29T16:00:35.201Z Checking blake2 v0.11.0-rc.6
47132026-07-29T16:00:35.218Z Checking sha3 v0.11.0
47142026-07-29T16:00:35.240Z Checking kem v0.3.0
47152026-07-29T16:00:35.280Z Checking bcrypt-pbkdf v0.11.0
47162026-07-29T16:00:35.354Z Checking module-lattice v0.2.3
47172026-07-29T16:00:35.370Z Checking sponge-cursor v0.1.0
47182026-07-29T16:00:35.440Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47192026-07-29T16:00:35.455Z Checking argon2 v0.6.0-rc.8
47202026-07-29T16:00:35.492Z Checking sha3 v0.12.0
47212026-07-29T16:00:35.545Z Checking spki v0.8.0
47222026-07-29T16:00:35.558Z Checking sec1 v0.8.1
47232026-07-29T16:00:35.572Z Checking ml-kem v0.3.2
47242026-07-29T16:00:35.617Z Checking internal-russh-num-bigint v0.5.0
47252026-07-29T16:00:35.688Z Checking num-bigint v0.4.6
47262026-07-29T16:00:35.713Z Checking pkcs5 v0.8.1
47272026-07-29T16:00:35.758Z Checking pkcs1 v0.8.0-rc.4
47282026-07-29T16:00:35.774Z Checking generic-array v1.4.3
47292026-07-29T16:00:35.969Z Checking russh-util v0.52.0
47302026-07-29T16:00:36.006Z Checking pkcs8 v0.11.0
47312026-07-29T16:00:36.092Z Compiling enum_dispatch v0.3.13
47322026-07-29T16:00:36.171Z Compiling delegate v0.13.5
47332026-07-29T16:00:36.205Z Checking ed25519 v3.0.0
47342026-07-29T16:00:36.313Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47352026-07-29T16:00:36.361Z Checking hex-literal v1.1.0
47362026-07-29T16:00:36.401Z Checking ed25519-dalek v3.0.0
47372026-07-29T16:00:36.436Z Checking md5 v0.8.0
47382026-07-29T16:00:36.483Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47392026-07-29T16:00:36.605Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47402026-07-29T16:00:36.619Z Checking socket2 v0.5.10
47412026-07-29T16:00:36.633Z Checking internet-checksum v0.2.1
47422026-07-29T16:00:36.721Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47432026-07-29T16:00:36.876Z Checking elliptic-curve v0.14.1
47442026-07-29T16:00:36.876Z Checking primefield v0.14.0
47452026-07-29T16:00:36.879Z Checking rfc6979 v0.6.0
47462026-07-29T16:00:36.879Z Checking ssh-encoding v0.3.0
47472026-07-29T16:00:37.030Z Checking crypto-primes v0.7.2
47482026-07-29T16:00:37.097Z Checking ssh-cipher v0.3.0
47492026-07-29T16:00:37.097Z Checking russh-cryptovec v0.62.0
47502026-07-29T16:00:37.272Z Checking primeorder v0.14.0
47512026-07-29T16:00:37.275Z Checking ecdsa v0.17.0
47522026-07-29T16:00:37.636Z Checking p256 v0.14.0
47532026-07-29T16:00:37.642Z Checking p384 v0.14.0
47542026-07-29T16:00:37.642Z Checking p521 v0.14.0
47552026-07-29T16:00:37.972Z Checking rsa v0.10.0-rc.18
47562026-07-29T16:00:40.499Z Checking ssh-key v0.7.0-rc.11
47572026-07-29T16:00:41.244Z Checking russh v0.62.4
47582026-07-29T16:00:54.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.93s
47592026-07-29T16:00:54.599Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47602026-07-29T16:00:54.599Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47612026-07-29T16:00:54.797Z
47622026-07-29T16:00:54.797Zinfo: running `cargo check --bins` on gateway-cli (287/303)
47632026-07-29T16:00:55.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-29T16:00:55.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-29T16:00:55.419Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47662026-07-29T16:00:55.527Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47672026-07-29T16:00:55.534Z Checking termios v0.3.3
47682026-07-29T16:00:56.736Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47692026-07-29T16:00:56.885Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47702026-07-29T16:00:58.542Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47712026-07-29T16:00:59.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
47722026-07-29T16:00:59.279Z
47732026-07-29T16:00:59.279Zinfo: running `cargo check --bins --no-default-features` on installinator (288/303)
47742026-07-29T16:00:59.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-07-29T16:00:59.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-07-29T16:00:59.969Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47772026-07-29T16:00:59.972Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47782026-07-29T16:00:59.972Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47792026-07-29T16:01:00.089Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47802026-07-29T16:01:00.100Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47812026-07-29T16:01:00.103Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47822026-07-29T16:01:00.232Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47832026-07-29T16:01:00.881Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47842026-07-29T16:01:01.446Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47852026-07-29T16:01:03.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
47862026-07-29T16:01:03.275Z
47872026-07-29T16:01:03.275Zinfo: running `cargo check --bins` on internal-dns-cli (289/303)
47882026-07-29T16:01:03.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-29T16:01:03.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-29T16:01:03.900Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47912026-07-29T16:01:04.345Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47922026-07-29T16:01:04.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
47932026-07-29T16:01:04.827Z
47942026-07-29T16:01:04.827Zinfo: running `cargo check --bins` on omicron-live-tests (290/303)
47952026-07-29T16:01:05.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-07-29T16:01:05.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-07-29T16:01:05.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47982026-07-29T16:01:05.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47992026-07-29T16:01:05.380Z
48002026-07-29T16:01:05.380Zinfo: running `cargo check --bins` on live-tests-macros (291/303)
48012026-07-29T16:01:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-07-29T16:01:05.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-07-29T16:01:05.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-07-29T16:01:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48052026-07-29T16:01:05.941Z
48062026-07-29T16:01:05.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/303)
48072026-07-29T16:01:06.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-29T16:01:06.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-29T16:01:06.682Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48102026-07-29T16:01:07.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
48112026-07-29T16:01:07.459Z
48122026-07-29T16:01:07.460Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/303)
48132026-07-29T16:01:07.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-07-29T16:01:07.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-07-29T16:01:08.081Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48162026-07-29T16:01:08.084Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48172026-07-29T16:01:08.351Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48182026-07-29T16:01:08.351Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48192026-07-29T16:01:09.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
48202026-07-29T16:01:09.315Z
48212026-07-29T16:01:09.315Zinfo: running `cargo check --bins` on ntp-admin-types (294/303)
48222026-07-29T16:01:09.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-29T16:01:09.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-29T16:01:09.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48252026-07-29T16:01:09.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48262026-07-29T16:01:09.870Z
48272026-07-29T16:01:09.870Zinfo: running `cargo check --bins` on omicron-package (295/303)
48282026-07-29T16:01:10.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-07-29T16:01:10.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-07-29T16:01:10.531Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48312026-07-29T16:01:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48322026-07-29T16:01:11.776Z
48332026-07-29T16:01:11.776Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (296/303)
48342026-07-29T16:01:12.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-07-29T16:01:12.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-07-29T16:01:12.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48372026-07-29T16:01:12.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48382026-07-29T16:01:12.347Z
48392026-07-29T16:01:12.347Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (297/303)
48402026-07-29T16:01:12.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-07-29T16:01:12.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-07-29T16:01:12.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48432026-07-29T16:01:12.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48442026-07-29T16:01:12.929Z
48452026-07-29T16:01:12.929Zinfo: running `cargo check --bins` on tqdb (298/303)
48462026-07-29T16:01:13.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48472026-07-29T16:01:13.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48482026-07-29T16:01:13.677Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48492026-07-29T16:01:14.024Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48502026-07-29T16:01:14.538Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48512026-07-29T16:01:14.538Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48522026-07-29T16:01:20.686Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48532026-07-29T16:01:20.690Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48542026-07-29T16:01:21.257Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48552026-07-29T16:01:21.262Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48562026-07-29T16:01:21.262Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48572026-07-29T16:01:21.262Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48582026-07-29T16:01:22.055Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48592026-07-29T16:01:23.029Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48602026-07-29T16:01:23.848Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48612026-07-29T16:01:24.464Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48622026-07-29T16:01:29.360Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48632026-07-29T16:01:36.129Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48642026-07-29T16:01:36.129Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48652026-07-29T16:01:36.134Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48662026-07-29T16:01:36.135Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48672026-07-29T16:01:37.592Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48682026-07-29T16:01:38.944Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48692026-07-29T16:01:39.612Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48702026-07-29T16:01:40.839Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48712026-07-29T16:01:41.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.45s
48722026-07-29T16:01:41.582Z
48732026-07-29T16:01:41.582Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48742026-07-29T16:01:42.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48752026-07-29T16:01:42.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48762026-07-29T16:01:42.283Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48772026-07-29T16:01:42.393Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48782026-07-29T16:01:42.402Z Checking rtoolbox v0.0.3
48792026-07-29T16:01:42.411Z Checking tui-tree-widget v0.23.1
48802026-07-29T16:01:42.515Z Checking rpassword v7.5.4
48812026-07-29T16:01:43.980Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48822026-07-29T16:01:44.155Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48832026-07-29T16:01:45.082Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48842026-07-29T16:01:48.079Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48852026-07-29T16:01:50.067Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48862026-07-29T16:01:50.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
48872026-07-29T16:01:50.791Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48882026-07-29T16:01:50.791Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48892026-07-29T16:01:50.979Z
48902026-07-29T16:01:50.980Zinfo: running `cargo check --bins` on wicket (300/303)
48912026-07-29T16:01:51.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48922026-07-29T16:01:51.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48932026-07-29T16:01:51.653Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48942026-07-29T16:01:51.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48952026-07-29T16:01:52.002Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48962026-07-29T16:01:52.002Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48972026-07-29T16:01:52.185Z
48982026-07-29T16:01:52.185Zinfo: running `cargo check --bins` on wicketd (301/303)
48992026-07-29T16:01:52.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49002026-07-29T16:01:52.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49012026-07-29T16:01:52.883Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49022026-07-29T16:01:52.891Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49032026-07-29T16:01:52.891Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49042026-07-29T16:01:52.891Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
49052026-07-29T16:01:52.891Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49062026-07-29T16:01:53.811Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49072026-07-29T16:01:57.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
49082026-07-29T16:01:57.227Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49092026-07-29T16:01:57.227Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49102026-07-29T16:01:57.382Z
49112026-07-29T16:01:57.382Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
49122026-07-29T16:01:57.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49132026-07-29T16:01:57.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49142026-07-29T16:01:57.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49152026-07-29T16:01:57.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49162026-07-29T16:01:57.944Z
49172026-07-29T16:01:57.944Zinfo: running `cargo check --bins` on zone-setup (303/303)
49182026-07-29T16:01:58.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-07-29T16:01:58.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-07-29T16:01:58.584Z Checking uzers v0.12.2
49212026-07-29T16:01:58.847Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49222026-07-29T16:02:03.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
49232026-07-29T16:02:04.097Z
49242026-07-29T16:02:04.097Zreal 14:13.842217532
49252026-07-29T16:02:04.097Zuser 21:31.421819522
49262026-07-29T16:02:04.097Zsys 4:20.502609123
49272026-07-29T16:02:04.097Ztrap 0.340767673
49282026-07-29T16:02:04.097Ztflt 0.662027322
49292026-07-29T16:02:04.097Zdflt 0.906338299
49302026-07-29T16:02:04.098Zkflt 0.004729656
49312026-07-29T16:02:04.098Zlock 1:33:10.477620276
49322026-07-29T16:02:04.098Zslp 1:43:01.175991956
49332026-07-29T16:02:04.098Zlat 1:00.221033935
49342026-07-29T16:02:04.100Zstop 4:11.747213101
49352026-07-29T16:02:04.100Zprocess exited: duration 978634 ms, exit code 0
 
49362026-07-29T16:02:04.153Zfound 0 output files