01KZPJMGWY94Y6S13CAQKQWWZP: 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: 01KZPJMX6EJQ3TNG8J4ZZ7RC6V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-10T19:34:15.473Zjob assigned to worker 01KZPJN0MD9NZY9KAN4137DJVH [factory aws, i-06e7b66e1d384184d] (queued for 45 s)
 
22026-08-10T19:34:22.083Zstarting task 0: "setup"
32026-08-10T19:34:22.088Z++ uname -s
42026-08-10T19:34:22.091Z+ kern=SunOS
52026-08-10T19:34:22.091Z+ build_user=build
62026-08-10T19:34:22.091Z+ build_uid=12345
72026-08-10T19:34:22.091Z+ work_dir=/work
82026-08-10T19:34:22.091Z+ input_dir=/input
92026-08-10T19:34:22.091Z+ [[ 0 == 12345 ]]
102026-08-10T19:34:22.091Z+ case "$kern" in
112026-08-10T19:34:22.091Z+ groupadd -g 12345 build
122026-08-10T19:34:22.130Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-10T19:34:24.139Z+ zfs create -o mountpoint=/work rpool/work
142026-08-10T19:34:24.250Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-10T19:34:24.253Z+ home_fs=zfs
162026-08-10T19:34:24.253Z+ [[ zfs == autofs ]]
172026-08-10T19:34:24.253Z+ mkdir -p /home/build
182026-08-10T19:34:24.253Z+ chown build:build /home/build /work
192026-08-10T19:34:26.254Z+ chmod 0700 /home/build /work
202026-08-10T19:34:26.258Zprocess exited: duration 4175 ms, exit code 0
 
212026-08-10T19:34:26.264Zstarting task 1: "rust-toolchain"
222026-08-10T19:34:26.269Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-10T19:34:26.269Z * rust toolchain channel = "1.97.1"
242026-08-10T19:34:26.269Z * rust toolchain profile = "default"
252026-08-10T19:34:26.269Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-10T19:34:26.269Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-10T19:34:26.269Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-10T19:34:26.272Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-10T19:34:26.272Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-10T19:34:26.326Zinfo: downloading installer
312026-08-10T19:34:27.615Zwarn: It looks like you have an existing rustup settings file at:
322026-08-10T19:34:27.615Zwarn: /home/build/.rustup/settings.toml
332026-08-10T19:34:27.615Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-10T19:34:27.615Zwarn: instead of the one inferred from the default host triple.
352026-08-10T19:34:27.628Zinfo: profile set to default
362026-08-10T19:34:27.628Zinfo: default host triple is x86_64-unknown-illumos
372026-08-10T19:34:27.631Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-10T19:34:27.757Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-10T19:34:27.760Zinfo: downloading 6 components
402026-08-10T19:34:42.883Z
412026-08-10T19:34:42.883Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-10T19:34:42.910Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-10T19:34:42.910Z
442026-08-10T19:34:42.913Z
452026-08-10T19:34:42.913ZRust is installed now. Great!
462026-08-10T19:34:42.913Z
472026-08-10T19:34:42.913ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-10T19:34:42.913Zenvironment variable. This has not been done automatically.
492026-08-10T19:34:42.913Z
502026-08-10T19:34:42.914ZTo configure your current shell, you need to source
512026-08-10T19:34:42.914Zthe corresponding env file under $HOME/.cargo.
522026-08-10T19:34:42.914Z
532026-08-10T19:34:42.914ZThis is usually done by running one of the following (note the leading DOT):
542026-08-10T19:34:42.914Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-10T19:34:42.914Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-10T19:34:42.914Zsource "~/.cargo/env.nu" # For nushell
572026-08-10T19:34:42.914Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-10T19:34:42.914Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-10T19:34:42.914Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-10T19:34:42.914Zwarn: no default linker (`cc`) was found in your PATH
612026-08-10T19:34:42.914Zwarn: many Rust crates require a system C toolchain to build
622026-08-10T19:34:43.001Z+ rustup --version
632026-08-10T19:34:43.010Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-10T19:34:43.013Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-10T19:34:43.030Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-10T19:34:43.034Z+ cargo --version
672026-08-10T19:34:43.048Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-10T19:34:43.052Z+ rustc --version
692026-08-10T19:34:43.070Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-10T19:34:43.073Zprocess exited: duration 16807 ms, exit code 0
 
712026-08-10T19:34:43.081Zstarting task 2: "authentication"
722026-08-10T19:34:43.097Zprocess exited: duration 16 ms, exit code 0
 
732026-08-10T19:34:43.104Zstarting task 3: "clone repository"
742026-08-10T19:34:43.108Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-10T19:34:43.111Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-10T19:34:43.144ZCloning into '/work/oxidecomputer/omicron'...
772026-08-10T19:34:54.884Z+ cd /work/oxidecomputer/omicron
782026-08-10T19:34:54.884Z+ git fetch origin bda5b05fe1863738fd56e458f678030c14e48c4c
792026-08-10T19:34:55.232ZFrom https://github.com/oxidecomputer/omicron
802026-08-10T19:34:55.232Z * branch bda5b05fe1863738fd56e458f678030c14e48c4c -> FETCH_HEAD
812026-08-10T19:34:55.244Z+ [[ -n bump-console-abbe25e8 ]]
822026-08-10T19:34:55.248Z++ git branch --show-current
832026-08-10T19:34:55.248Z+ current=main
842026-08-10T19:34:55.248Z+ [[ main != bump-console-abbe25e8 ]]
852026-08-10T19:34:55.248Z+ git branch -f bump-console-abbe25e8 bda5b05fe1863738fd56e458f678030c14e48c4c
862026-08-10T19:34:55.251Z+ git checkout -f bump-console-abbe25e8
872026-08-10T19:34:55.272ZSwitched to branch 'bump-console-abbe25e8'
882026-08-10T19:34:55.276Z+ git reset --hard bda5b05fe1863738fd56e458f678030c14e48c4c
892026-08-10T19:34:55.299ZHEAD is now at bda5b05fe Bump web console
902026-08-10T19:34:55.302Zprocess exited: duration 12195 ms, exit code 0
 
912026-08-10T19:34:55.308Zstarting task 4: "build"
922026-08-10T19:34:55.312Z+ source .github/buildomat/ci-env.sh
932026-08-10T19:34:55.315Z++ export CARGO_TERM_COLOR=always
942026-08-10T19:34:55.315Z++ CARGO_TERM_COLOR=always
952026-08-10T19:34:55.315Z+++ uname -s
962026-08-10T19:34:55.315Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-10T19:34:55.315Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-10T19:34:55.319Z+ cargo --version
992026-08-10T19:34:55.325Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-10T19:34:55.328Z+ rustc --version
1012026-08-10T19:34:55.347Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-10T19:34:55.350Z+ source ./env.sh
1032026-08-10T19:34:55.350Z++ OLD_SHELL_OPTS=ehxB
1042026-08-10T19:34:55.350Z++ set -o xtrace
1052026-08-10T19:34:55.353Z++++ dirname ./env.sh
1062026-08-10T19:34:55.353Z+++ readlink -f .
1072026-08-10T19:34:55.357Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ 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-08-10T19:34:55.357Z++ case $OLD_SHELL_OPTS in
1192026-08-10T19:34:55.357Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-10T19:34:55.357Z+ 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-08-10T19:34:55.357Z+ 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-08-10T19:34:55.357Z+ banner prerequisites
1232026-08-10T19:34:55.357Z
1242026-08-10T19:34:55.357Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-10T19:34:55.357Z # # # # # # # # # # # # # # #
1262026-08-10T19:34:55.357Z # # # # ##### # # ##### # # # # # #### #
1272026-08-10T19:34:55.357Z ##### ##### # ##### # # # # # # # # #
1282026-08-10T19:34:55.357Z # # # # # # # # # # # # # # #
1292026-08-10T19:34:55.357Z # # # ###### # # ###### ### # #### # #### #
1302026-08-10T19:34:55.357Z
1312026-08-10T19:34:55.358Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-10T19:34:57.175Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-10T19:34:57.442Z Startup: Caching catalogs ... Done
1342026-08-10T19:34:58.887ZPlanning: Solver setup ... Done (1.352s)
1352026-08-10T19:34:58.936ZPlanning: Running solver ... Done (0.049s)
1362026-08-10T19:34:58.969ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-10T19:34:58.982ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-10T19:34:59.003ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-10T19:34:59.017ZPlanning: Package planning ... Done (0.014s)
1402026-08-10T19:34:59.021ZPlanning: Merging actions ... Done (0.001s)
1412026-08-10T19:34:59.173ZPlanning: Checking for conflicting actions ... Done (0.155s)
1422026-08-10T19:34:59.176ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-10T19:34:59.918ZPlanning: Evaluating mediators ... Done (0.744s)
1442026-08-10T19:34:59.921ZPlanning: Planning completed in 2.45 seconds
1452026-08-10T19:34:59.927Z Packages to install: 2
1462026-08-10T19:34:59.927Z Estimated space available: 156.02 GB
1472026-08-10T19:34:59.927ZEstimated space to be consumed: 60.67 MB
1482026-08-10T19:34:59.927Z Create boot environment: No
1492026-08-10T19:34:59.930ZCreate backup boot environment: No
1502026-08-10T19:34:59.930Z Rebuild boot archive: No
1512026-08-10T19:34:59.930Z
1522026-08-10T19:34:59.930ZChanged packages:
1532026-08-10T19:34:59.930Zhelios
1542026-08-10T19:34:59.930Z developer/build-essential
1552026-08-10T19:34:59.930Z None -> 11-3.0
1562026-08-10T19:34:59.930Z library/libxmlsec1
1572026-08-10T19:34:59.930Z None -> 1.2.35-3.0
1582026-08-10T19:34:59.952Z
1592026-08-10T19:34:59.952ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-10T19:35:00.022ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1612026-08-10T19:35:00.155Z Actions: 1/268 actions (Installing new actions)
1622026-08-10T19:35:00.193Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-10T19:35:00.220ZFinalize: Updating package state database ... Done (0.026s)
1642026-08-10T19:35:00.223ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-10T19:35:00.285ZFinalize: Updating image state ... Done (0.066s)
1662026-08-10T19:35:03.768ZFinalize: Creating fast lookup database ... Done (2.438s)
1672026-08-10T19:35:03.771ZFinalize: Reading search index ... Done (0.013s)
1682026-08-10T19:35:03.772ZFinalize: Updating search index ... Done (0.000s)
1692026-08-10T19:35:03.772ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-10T19:35:03.772ZPlanning: Evaluating mediator changes ... Done
1712026-08-10T19:35:03.772ZPlanning: Checking for conflicting actions ... Done
1722026-08-10T19:35:03.772ZPlanning: Consolidating action changes ... Done
1732026-08-10T19:35:03.772ZPlanning: Evaluating mediators ... Done
1742026-08-10T19:35:03.772ZPlanning: Planning completed in 0.26 seconds
1752026-08-10T19:35:03.772Z Mediators to change: 2
1762026-08-10T19:35:03.772Z Create boot environment: No
1772026-08-10T19:35:03.772ZCreate backup boot environment: No
1782026-08-10T19:35:03.772ZFinalize: Updating package state database ... Done
1792026-08-10T19:35:03.772ZFinalize: Updating package cache ... Done
1802026-08-10T19:35:03.772ZFinalize: Updating image state ... Done
1812026-08-10T19:35:05.614ZFinalize: Creating fast lookup database ... Done
1822026-08-10T19:35:05.677ZFinalize: Reading search index ... Done
1832026-08-10T19:35:05.681ZFinalize: Updating search index ... Done
1842026-08-10T19:35:05.777ZFinalize: Updating package cache ... Done
1852026-08-10T19:35:06.061ZPlanning: Evaluating mediator changes ... Done
1862026-08-10T19:35:06.168ZPlanning: Checking for conflicting actions ... Done
1872026-08-10T19:35:06.171ZPlanning: Consolidating action changes ... Done
1882026-08-10T19:35:06.327ZPlanning: Evaluating mediators ... Done
1892026-08-10T19:35:06.331ZPlanning: Planning completed in 0.27 seconds
1902026-08-10T19:35:06.350Z Mediators to change: 1
1912026-08-10T19:35:06.350Z Create boot environment: No
1922026-08-10T19:35:06.350ZCreate backup boot environment: No
1932026-08-10T19:35:06.394ZFinalize: Updating package state database ... Done
1942026-08-10T19:35:06.394ZFinalize: Updating package cache ... Done
1952026-08-10T19:35:06.433ZFinalize: Updating image state ... Done
1962026-08-10T19:35:08.399ZFinalize: Creating fast lookup database ... Done
1972026-08-10T19:35:08.464ZFinalize: Reading search index ... Done
1982026-08-10T19:35:08.464ZFinalize: Updating search index ... Done
1992026-08-10T19:35:08.547ZFinalize: Updating package cache ... Done
2002026-08-10T19:35:08.861ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-10T19:35:08.861Zapache system 2.4 system
2022026-08-10T19:35:08.861Zclang system 15 system
2032026-08-10T19:35:08.861Zcsh system system illumos
2042026-08-10T19:35:08.861Zctags system system illumos
2052026-08-10T19:35:08.861Zfile vendor vendor darwinsys
2062026-08-10T19:35:08.861Zfile system system illumos
2072026-08-10T19:35:08.861Zgcc vendor 14 vendor
2082026-08-10T19:35:08.861Zgcc system 13 system
2092026-08-10T19:35:08.861Zgcc system 10 system
2102026-08-10T19:35:08.861Zgo system 1.25 system
2112026-08-10T19:35:08.861Zllvm system 15 system
2122026-08-10T19:35:08.861Zmariadb system 11.4 system
2132026-08-10T19:35:08.861Zmta vendor vendor dma
2142026-08-10T19:35:08.861Zopenjdk system 17 system
2152026-08-10T19:35:08.862Zopenjdk system 11 system
2162026-08-10T19:35:08.862Zopenssl vendor 3 vendor
2172026-08-10T19:35:08.862Zperl system 5.40 system
2182026-08-10T19:35:08.862Zpostgresql system 18 system
2192026-08-10T19:35:08.862Zpostgresql system 17 system
2202026-08-10T19:35:08.862Zpython vendor 3 vendor
2212026-08-10T19:35:08.862Zpython system 2 system
2222026-08-10T19:35:08.862Zpython3 vendor 3.13 vendor
2232026-08-10T19:35:08.862Zruby system 3.4 system
2242026-08-10T19:35:08.862Zruby system 3.0 system
2252026-08-10T19:35:08.862Zwords vendor vendor american-english
2262026-08-10T19:35:08.862Zwords system system australian-english
2272026-08-10T19:35:08.862Zwords system system british-english
2282026-08-10T19:35:08.862Zwords system system canadian-english
2292026-08-10T19:35:08.862Zwords system system french
2302026-08-10T19:35:08.862Zwords system system italian
2312026-08-10T19:35:08.862Zwords system system ngerman
2322026-08-10T19:35:08.862Zwords system system ogerman
2332026-08-10T19:35:08.862Zwords system system spanish
2342026-08-10T19:35:09.113ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-10T19:35:09.113Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-10T19:35:09.529ZFMRI IFO
2372026-08-10T19:35:09.530Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-10T19:35:09.530Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-10T19:35:09.530Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-10T19:35:09.530Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-10T19:35:09.530Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-10T19:35:09.530Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-10T19:35:09.530Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-10T19:35:09.530Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-10T19:35:09.530Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-10T19:35:09.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-10T19:35:10.191Z Updating crates.io index
2482026-08-10T19:35:10.195Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-10T19:35:10.469Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-10T19:35:10.840Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-10T19:35:11.865Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-10T19:35:12.415Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-10T19:35:14.028Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-10T19:35:14.922Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-10T19:35:15.207Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-10T19:35:15.613Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-10T19:35:17.308Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-10T19:35:17.675Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-10T19:35:18.017Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-10T19:35:18.578Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-10T19:35:18.854Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-10T19:35:19.139Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-10T19:35:19.455Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-10T19:35:20.772Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-10T19:35:21.049Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-10T19:35:21.498Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-10T19:35:21.984Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-10T19:35:22.532Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-10T19:35:23.026Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-10T19:35:23.338Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-10T19:35:23.946Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-10T19:35:24.303Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-10T19:35:24.926Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-10T19:35:25.353Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-10T19:35:25.647Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-10T19:35:26.084Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-10T19:35:26.833Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-10T19:35:27.127Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-10T19:35:27.479Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-10T19:35:27.888Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-10T19:35:28.424Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-10T19:35:29.069Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-10T19:35:29.357Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2842026-08-10T19:35:30.000Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-10T19:35:30.274Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-10T19:35:30.912Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-10T19:35:31.176Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-10T19:35:31.479Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-10T19:35:31.842Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-10T19:35:32.119Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-10T19:35:34.895Z Downloading crates ...
2922026-08-10T19:35:34.953Z Downloaded papergrid v0.11.0
2932026-08-10T19:35:34.956Z Downloaded byteorder v1.5.0
2942026-08-10T19:35:34.968Z Downloaded clap v4.6.1
2952026-08-10T19:35:34.972Z Downloaded cfg-if v1.0.4
2962026-08-10T19:35:34.972Z Downloaded zerocopy-derive v0.7.35
2972026-08-10T19:35:34.972Z Downloaded bytecount v0.6.9
2982026-08-10T19:35:34.972Z Downloaded cpufeatures v0.2.17
2992026-08-10T19:35:34.972Z Downloaded zmij v1.0.21
3002026-08-10T19:35:34.972Z Downloaded block-buffer v0.10.4
3012026-08-10T19:35:34.972Z Downloaded autocfg v1.5.0
3022026-08-10T19:35:34.975Z Downloaded digest v0.10.7
3032026-08-10T19:35:34.975Z Downloaded fastrand v2.3.0
3042026-08-10T19:35:34.975Z Downloaded macaddr v1.0.1
3052026-08-10T19:35:34.978Z Downloaded zerocopy v0.7.35
3062026-08-10T19:35:34.985Z Downloaded dof v0.3.0
3072026-08-10T19:35:34.988Z Downloaded anstyle v1.0.14
3082026-08-10T19:35:34.988Z Downloaded bitflags v2.11.0
3092026-08-10T19:35:34.991Z Downloaded anstyle-query v1.1.5
3102026-08-10T19:35:34.991Z Downloaded heck v0.4.1
3112026-08-10T19:35:34.991Z Downloaded clap_lex v1.0.0
3122026-08-10T19:35:34.991Z Downloaded is_terminal_polyfill v1.70.2
3132026-08-10T19:35:34.992Z Downloaded crypto-common v0.1.7
3142026-08-10T19:35:34.995Z Downloaded colorchoice v1.0.4
3152026-08-10T19:35:34.998Z Downloaded fnv v1.0.7
3162026-08-10T19:35:34.998Z Downloaded errno v0.3.14
3172026-08-10T19:35:35.002Z Downloaded anstyle-parse v1.0.0
3182026-08-10T19:35:35.005Z Downloaded camino-tempfile v1.4.1
3192026-08-10T19:35:35.008Z Downloaded cargo-platform v0.3.2
3202026-08-10T19:35:35.012Z Downloaded memmap v0.7.0
3212026-08-10T19:35:35.017Z Downloaded cargo_toml v0.21.0
3222026-08-10T19:35:35.020Z Downloaded heck v0.5.0
3232026-08-10T19:35:35.026Z Downloaded itoa v1.0.17
3242026-08-10T19:35:35.029Z Downloaded cargo_metadata v0.23.1
3252026-08-10T19:35:35.029Z Downloaded generic-array v0.14.7
3262026-08-10T19:35:35.029Z Downloaded anstream v1.0.0
3272026-08-10T19:35:35.029Z Downloaded fs-err v3.3.0
3282026-08-10T19:35:35.029Z Downloaded anyhow v1.0.102
3292026-08-10T19:35:35.035Z Downloaded usdt v0.5.0
3302026-08-10T19:35:35.038Z Downloaded strsim v0.11.1
3312026-08-10T19:35:35.039Z Downloaded swrite v0.1.0
3322026-08-10T19:35:35.039Z Downloaded dtrace-parser v0.2.0
3332026-08-10T19:35:35.042Z Downloaded version_check v0.9.5
3342026-08-10T19:35:35.051Z Downloaded unicode-linebreak v0.1.5
3352026-08-10T19:35:35.057Z Downloaded equivalent v1.0.2
3362026-08-10T19:35:35.060Z Downloaded thread-id v4.2.2
3372026-08-10T19:35:35.063Z Downloaded terminal_size v0.4.3
3382026-08-10T19:35:35.067Z Downloaded pretty-hex v0.4.1
3392026-08-10T19:35:35.074Z Downloaded scroll_derive v0.12.1
3402026-08-10T19:35:35.077Z Downloaded usdt-macro v0.5.0
3412026-08-10T19:35:35.077Z Downloaded serde_spanned v0.6.9
3422026-08-10T19:35:35.080Z Downloaded tabled_derive v0.7.0
3432026-08-10T19:35:35.080Z Downloaded toml_datetime v0.6.11
3442026-08-10T19:35:35.080Z Downloaded toml_write v0.1.2
3452026-08-10T19:35:35.083Z Downloaded usdt-attr-macro v0.5.0
3462026-08-10T19:35:35.086Z Downloaded smawk v0.3.2
3472026-08-10T19:35:35.086Z Downloaded utf8parse v0.2.2
3482026-08-10T19:35:35.086Z Downloaded clap_derive v4.6.1
3492026-08-10T19:35:35.090Z Downloaded proc-macro-error v1.0.4
3502026-08-10T19:35:35.093Z Downloaded sha2 v0.10.9
3512026-08-10T19:35:35.096Z Downloaded camino v1.2.2
3522026-08-10T19:35:35.096Z Downloaded once_cell v1.21.3
3532026-08-10T19:35:35.099Z Downloaded thiserror-impl v1.0.69
3542026-08-10T19:35:35.102Z Downloaded pest_generator v2.8.6
3552026-08-10T19:35:35.110Z Downloaded plain v0.2.3
3562026-08-10T19:35:35.113Z Downloaded thiserror v1.0.69
3572026-08-10T19:35:35.116Z Downloaded proc-macro-error-attr v1.0.4
3582026-08-10T19:35:35.116Z Downloaded serde_tokenstream v0.2.3
3592026-08-10T19:35:35.116Z Downloaded thiserror v2.0.18
3602026-08-10T19:35:35.119Z Downloaded usdt-impl v0.5.0
3612026-08-10T19:35:35.119Z Downloaded thiserror-impl v2.0.18
3622026-08-10T19:35:35.126Z Downloaded quote v1.0.45
3632026-08-10T19:35:35.129Z Downloaded scroll v0.12.0
3642026-08-10T19:35:35.134Z Downloaded pest_derive v2.8.6
3652026-08-10T19:35:35.141Z Downloaded log v0.4.29
3662026-08-10T19:35:35.146Z Downloaded toml v0.8.23
3672026-08-10T19:35:35.162Z Downloaded getrandom v0.4.1
3682026-08-10T19:35:35.165Z Downloaded semver v1.0.28
3692026-08-10T19:35:35.169Z Downloaded ucd-trie v0.1.7
3702026-08-10T19:35:35.175Z Downloaded tempfile v3.25.0
3712026-08-10T19:35:35.180Z Downloaded unicode-ident v1.0.24
3722026-08-10T19:35:35.183Z Downloaded textwrap v0.16.2
3732026-08-10T19:35:35.186Z Downloaded serde_core v1.0.228
3742026-08-10T19:35:35.186Z Downloaded proc-macro2 v1.0.106
3752026-08-10T19:35:35.190Z Downloaded clap_builder v4.6.0
3762026-08-10T19:35:35.193Z Downloaded toml_edit v0.22.27
3772026-08-10T19:35:35.196Z Downloaded pest_meta v2.8.6
3782026-08-10T19:35:35.202Z Downloaded serde_derive v1.0.228
3792026-08-10T19:35:35.209Z Downloaded serde v1.0.228
3802026-08-10T19:35:35.215Z Downloaded memchr v2.8.0
3812026-08-10T19:35:35.232Z Downloaded typenum v1.20.1
3822026-08-10T19:35:35.241Z Downloaded pest v2.8.6
3832026-08-10T19:35:35.244Z Downloaded indexmap v2.14.0
3842026-08-10T19:35:35.265Z Downloaded hashbrown v0.17.0
3852026-08-10T19:35:35.279Z Downloaded goblin v0.8.2
3862026-08-10T19:35:35.294Z Downloaded serde_json v1.0.151
3872026-08-10T19:35:35.297Z Downloaded winnow v0.7.14
3882026-08-10T19:35:35.313Z Downloaded syn v1.0.109
3892026-08-10T19:35:35.316Z Downloaded tabled v0.15.0
3902026-08-10T19:35:35.339Z Downloaded unicode-width v0.1.14
3912026-08-10T19:35:35.342Z Downloaded unicode-width v0.2.0
3922026-08-10T19:35:35.348Z Downloaded syn v2.0.117
3932026-08-10T19:35:35.359Z Downloaded rustix v1.1.3
3942026-08-10T19:35:35.391Z Downloaded libc v0.2.185
3952026-08-10T19:35:35.453Z Compiling proc-macro2 v1.0.106
3962026-08-10T19:35:35.453Z Compiling unicode-ident v1.0.24
3972026-08-10T19:35:35.453Z Compiling quote v1.0.45
3982026-08-10T19:35:35.453Z Compiling serde_core v1.0.228
3992026-08-10T19:35:35.456Z Compiling libc v0.2.185
4002026-08-10T19:35:35.456Z Compiling version_check v0.9.5
4012026-08-10T19:35:35.635Z Compiling memchr v2.8.0
4022026-08-10T19:35:35.638Z Compiling serde v1.0.228
4032026-08-10T19:35:35.813Z Compiling zmij v1.0.21
4042026-08-10T19:35:36.079Z Compiling itoa v1.0.17
4052026-08-10T19:35:36.082Z Compiling thiserror v1.0.69
4062026-08-10T19:35:36.256Z Compiling ucd-trie v0.1.7
4072026-08-10T19:35:36.288Z Compiling byteorder v1.5.0
4082026-08-10T19:35:36.428Z Compiling pest v2.8.6
4092026-08-10T19:35:36.519Z Compiling rustix v1.1.3
4102026-08-10T19:35:36.522Z Compiling errno v0.3.14
4112026-08-10T19:35:36.593Z Compiling bitflags v2.11.0
4122026-08-10T19:35:36.674Z Compiling serde_json v1.0.151
4132026-08-10T19:35:36.919Z Compiling thread-id v4.2.2
4142026-08-10T19:35:36.961Z Compiling syn v2.0.117
4152026-08-10T19:35:36.986Z Compiling usdt-impl v0.5.0
4162026-08-10T19:35:37.051Z Compiling proc-macro-error-attr v1.0.4
4172026-08-10T19:35:37.073Z Compiling syn v1.0.109
4182026-08-10T19:35:37.208Z Compiling camino v1.2.2
4192026-08-10T19:35:37.378Z Compiling proc-macro-error v1.0.4
4202026-08-10T19:35:37.438Z Compiling getrandom v0.4.1
4212026-08-10T19:35:37.506Z Compiling pest_meta v2.8.6
4222026-08-10T19:35:37.614Z Compiling hashbrown v0.17.0
4232026-08-10T19:35:37.697Z Compiling log v0.4.29
4242026-08-10T19:35:37.807Z Compiling plain v0.2.3
4252026-08-10T19:35:37.910Z Compiling equivalent v1.0.2
4262026-08-10T19:35:37.959Z Compiling utf8parse v0.2.2
4272026-08-10T19:35:37.997Z Compiling terminal_size v0.4.3
4282026-08-10T19:35:38.132Z Compiling indexmap v2.14.0
4292026-08-10T19:35:38.162Z Compiling anstyle-parse v1.0.0
4302026-08-10T19:35:38.782Z Compiling colorchoice v1.0.4
4312026-08-10T19:35:38.809Z Compiling autocfg v1.5.0
4322026-08-10T19:35:38.826Z Compiling thiserror v2.0.18
4332026-08-10T19:35:38.907Z Compiling anstyle-query v1.1.5
4342026-08-10T19:35:38.947Z Compiling winnow v0.7.14
4352026-08-10T19:35:39.028Z Compiling is_terminal_polyfill v1.70.2
4362026-08-10T19:35:39.104Z Compiling pretty-hex v0.4.1
4372026-08-10T19:35:39.133Z Compiling anstyle v1.0.14
4382026-08-10T19:35:39.159Z Compiling toml_write v0.1.2
4392026-08-10T19:35:39.177Z Compiling cfg-if v1.0.4
4402026-08-10T19:35:39.243Z Compiling pest_generator v2.8.6
4412026-08-10T19:35:39.262Z Compiling fs-err v3.3.0
4422026-08-10T19:35:39.361Z Compiling anstream v1.0.0
4432026-08-10T19:35:39.461Z Compiling clap_lex v1.0.0
4442026-08-10T19:35:39.588Z Compiling anyhow v1.0.102
4452026-08-10T19:35:39.692Z Compiling strsim v0.11.1
4462026-08-10T19:35:39.709Z Compiling fastrand v2.3.0
4472026-08-10T19:35:39.897Z Compiling heck v0.5.0
4482026-08-10T19:35:39.916Z Compiling unicode-width v0.1.14
4492026-08-10T19:35:39.965Z Compiling fnv v1.0.7
4502026-08-10T19:35:39.968Z Compiling once_cell v1.21.3
4512026-08-10T19:35:40.037Z Compiling bytecount v0.6.9
4522026-08-10T19:35:40.073Z Compiling heck v0.4.1
4532026-08-10T19:35:40.131Z Compiling papergrid v0.11.0
4542026-08-10T19:35:40.170Z Compiling tempfile v3.25.0
4552026-08-10T19:35:40.203Z Compiling clap_builder v4.6.0
4562026-08-10T19:35:40.397Z Compiling cargo-platform v0.3.2
4572026-08-10T19:35:40.401Z Compiling semver v1.0.28
4582026-08-10T19:35:40.431Z Compiling tabled_derive v0.7.0
4592026-08-10T19:35:40.456Z Compiling memmap v0.7.0
4602026-08-10T19:35:40.536Z Compiling unicode-linebreak v0.1.5
4612026-08-10T19:35:40.638Z Compiling unicode-width v0.2.0
4622026-08-10T19:35:40.669Z Compiling smawk v0.3.2
4632026-08-10T19:35:40.810Z Compiling camino-tempfile v1.4.1
4642026-08-10T19:35:40.878Z Compiling serde_derive v1.0.228
4652026-08-10T19:35:40.913Z Compiling thiserror-impl v1.0.69
4662026-08-10T19:35:41.053Z Compiling zerocopy-derive v0.7.35
4672026-08-10T19:35:41.070Z Compiling pest_derive v2.8.6
4682026-08-10T19:35:41.094Z Compiling scroll_derive v0.12.1
4692026-08-10T19:35:41.320Z Compiling thiserror-impl v2.0.18
4702026-08-10T19:35:41.505Z Compiling clap_derive v4.6.1
4712026-08-10T19:35:41.544Z Compiling tabled v0.15.0
4722026-08-10T19:35:41.753Z Compiling scroll v0.12.0
4732026-08-10T19:35:41.921Z Compiling zerocopy v0.7.35
4742026-08-10T19:35:42.035Z Compiling goblin v0.8.2
4752026-08-10T19:35:42.268Z Compiling dtrace-parser v0.2.0
4762026-08-10T19:35:42.476Z Compiling textwrap v0.16.2
4772026-08-10T19:35:42.748Z Compiling swrite v0.1.0
4782026-08-10T19:35:43.225Z Compiling clap v4.6.1
4792026-08-10T19:35:43.908Z Compiling serde_spanned v0.6.9
4802026-08-10T19:35:43.908Z Compiling toml_datetime v0.6.11
4812026-08-10T19:35:43.913Z Compiling macaddr v1.0.1
4822026-08-10T19:35:43.913Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-10T19:35:43.913Z Compiling cargo_metadata v0.23.1
4842026-08-10T19:35:43.984Z Compiling dof v0.3.0
4852026-08-10T19:35:44.001Z Compiling serde_tokenstream v0.2.3
4862026-08-10T19:35:44.118Z Compiling toml_edit v0.22.27
4872026-08-10T19:35:44.787Z Compiling usdt-macro v0.5.0
4882026-08-10T19:35:44.787Z Compiling usdt-attr-macro v0.5.0
4892026-08-10T19:35:45.386Z Compiling usdt v0.5.0
4902026-08-10T19:35:45.473Z Compiling toml v0.8.23
4912026-08-10T19:35:45.836Z Compiling cargo_toml v0.21.0
4922026-08-10T19:35:47.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-10T19:35:49.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.45s
4942026-08-10T19:35:49.334Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-10T19:35:49.854Z Downloading crates ...
4962026-08-10T19:35:49.913Z Downloaded aead v0.6.1
4972026-08-10T19:35:49.916Z Downloaded adler2 v2.0.1
4982026-08-10T19:35:49.931Z Downloaded convert_case v0.4.0
4992026-08-10T19:35:49.935Z Downloaded atomic-waker v1.1.2
5002026-08-10T19:35:49.935Z Downloaded atty v0.2.14
5012026-08-10T19:35:49.935Z Downloaded bb8 v0.8.6
5022026-08-10T19:35:49.935Z Downloaded base16ct v0.2.0
5032026-08-10T19:35:49.938Z Downloaded fd-lock v4.0.4
5042026-08-10T19:35:49.941Z Downloaded env_logger v0.11.9
5052026-08-10T19:35:49.944Z Downloaded fatfs v0.3.6
5062026-08-10T19:35:49.948Z Downloaded enum_dispatch v0.3.13
5072026-08-10T19:35:49.948Z Downloaded futures-macro v0.3.32
5082026-08-10T19:35:49.948Z Downloaded async-stream-impl v0.3.6
5092026-08-10T19:35:49.948Z Downloaded futures-io v0.3.32
5102026-08-10T19:35:49.951Z Downloaded anstream v0.6.21
5112026-08-10T19:35:49.951Z Downloaded anstyle-parse v0.2.7
5122026-08-10T19:35:49.951Z Downloaded bitfield-struct v0.6.2
5132026-08-10T19:35:49.955Z Downloaded bitfield v0.19.4
5142026-08-10T19:35:49.955Z Downloaded float-cmp v0.10.0
5152026-08-10T19:35:49.955Z Downloaded enum-as-inner v0.6.1
5162026-08-10T19:35:49.958Z Downloaded erased-serde v0.3.31
5172026-08-10T19:35:49.958Z Downloaded flume v0.11.1
5182026-08-10T19:35:49.958Z Downloaded form_urlencoded v1.2.2
5192026-08-10T19:35:49.962Z Downloaded fxhash v0.2.1
5202026-08-10T19:35:49.962Z Downloaded getrandom v0.2.17
5212026-08-10T19:35:49.962Z Downloaded async-stream v0.3.6
5222026-08-10T19:35:49.962Z Downloaded bcrypt-pbkdf v0.11.0
5232026-08-10T19:35:49.962Z Downloaded foreign-types v0.5.0
5242026-08-10T19:35:49.965Z Downloaded funty v2.0.0
5252026-08-10T19:35:49.965Z Downloaded foreign-types-shared v0.1.1
5262026-08-10T19:35:49.965Z Downloaded futures-task v0.3.32
5272026-08-10T19:35:49.966Z Downloaded bit-set v0.5.3
5282026-08-10T19:35:49.966Z Downloaded gethostname v0.5.0
5292026-08-10T19:35:49.966Z Downloaded array-init v0.0.4
5302026-08-10T19:35:49.969Z Downloaded ascii-canvas v3.0.0
5312026-08-10T19:35:49.969Z Downloaded backoff v0.4.0
5322026-08-10T19:35:49.969Z Downloaded bit-vec v0.6.3
5332026-08-10T19:35:49.969Z Downloaded fixedbitset v0.4.2
5342026-08-10T19:35:49.969Z Downloaded float-ord v0.3.2
5352026-08-10T19:35:49.969Z Downloaded endian-type v0.1.2
5362026-08-10T19:35:49.969Z Downloaded foreign-types v0.3.2
5372026-08-10T19:35:49.972Z Downloaded expectorate v1.2.0
5382026-08-10T19:35:49.972Z Downloaded fallible-iterator v0.2.0
5392026-08-10T19:35:49.972Z Downloaded allocator-api2 v0.2.21
5402026-08-10T19:35:49.976Z Downloaded async-recursion v1.1.1
5412026-08-10T19:35:49.979Z Downloaded foreign-types-shared v0.3.1
5422026-08-10T19:35:49.979Z Downloaded futures-sink v0.3.32
5432026-08-10T19:35:49.979Z Downloaded ghash v0.6.0
5442026-08-10T19:35:49.979Z Downloaded hubpack_derive v0.1.1
5452026-08-10T19:35:49.979Z Downloaded flagset v0.4.7
5462026-08-10T19:35:49.979Z Downloaded arrayref v0.3.9
5472026-08-10T19:35:49.979Z Downloaded env_filter v1.0.0
5482026-08-10T19:35:49.982Z Downloaded futures-executor v0.3.32
5492026-08-10T19:35:49.982Z Downloaded hash32 v0.3.1
5502026-08-10T19:35:49.982Z Downloaded bitfield-macros v0.19.4
5512026-08-10T19:35:49.986Z Downloaded filetime v0.2.27
5522026-08-10T19:35:49.990Z Downloaded fs_extra v1.3.0
5532026-08-10T19:35:49.990Z Downloaded futures-channel v0.3.32
5542026-08-10T19:35:49.990Z Downloaded foreign-types-macros v0.2.3
5552026-08-10T19:35:49.990Z Downloaded ahash v0.8.12
5562026-08-10T19:35:49.993Z Downloaded base64ct v1.8.3
5572026-08-10T19:35:49.993Z Downloaded bitflags v1.3.2
5582026-08-10T19:35:49.996Z Downloaded futures-core v0.3.32
5592026-08-10T19:35:49.996Z Downloaded aead v0.5.2
5602026-08-10T19:35:49.996Z Downloaded atomicwrites v0.4.4
5612026-08-10T19:35:49.996Z Downloaded assert_matches v1.5.0
5622026-08-10T19:35:50.000Z Downloaded block-padding v0.4.2
5632026-08-10T19:35:50.004Z Downloaded castaway v0.2.4
5642026-08-10T19:35:50.004Z Downloaded cfg_aliases v0.2.1
5652026-08-10T19:35:50.004Z Downloaded headers-core v0.3.0
5662026-08-10T19:35:50.004Z Downloaded base16ct v1.0.0
5672026-08-10T19:35:50.008Z Downloaded http-range v0.1.5
5682026-08-10T19:35:50.008Z Downloaded fs-err v2.11.0
5692026-08-10T19:35:50.011Z Downloaded foldhash v0.2.0
5702026-08-10T19:35:50.011Z Downloaded ciborium-ll v0.2.2
5712026-08-10T19:35:50.014Z Downloaded cfg_aliases v0.1.1
5722026-08-10T19:35:50.014Z Downloaded compression-core v0.4.31
5732026-08-10T19:35:50.014Z Downloaded git-stub v1.0.0
5742026-08-10T19:35:50.014Z Downloaded hyper-tls v0.6.0
5752026-08-10T19:35:50.018Z Downloaded hex-literal v1.1.0
5762026-08-10T19:35:50.018Z Downloaded num v0.4.3
5772026-08-10T19:35:50.021Z Downloaded hex v0.4.3
5782026-08-10T19:35:50.021Z Downloaded httpdate v1.0.3
5792026-08-10T19:35:50.026Z Downloaded hostname v0.3.1
5802026-08-10T19:35:50.030Z Downloaded ciborium-io v0.2.2
5812026-08-10T19:35:50.030Z Downloaded bit-set v0.8.0
5822026-08-10T19:35:50.033Z Downloaded globwalk v0.9.1
5832026-08-10T19:35:50.033Z Downloaded hostname v0.4.2
5842026-08-10T19:35:50.033Z Downloaded block-buffer v0.12.1
5852026-08-10T19:35:50.036Z Downloaded parse-size v1.1.0
5862026-08-10T19:35:50.040Z Downloaded num-conv v0.2.0
5872026-08-10T19:35:50.040Z Downloaded openssl-probe v0.2.1
5882026-08-10T19:35:50.043Z Downloaded aho-corasick v1.1.4
5892026-08-10T19:35:50.046Z Downloaded hash32 v0.2.1
5902026-08-10T19:35:50.049Z Downloaded home v0.5.12
5912026-08-10T19:35:50.057Z Downloaded ff v0.14.0
5922026-08-10T19:35:50.060Z Downloaded hubpack v0.1.2
5932026-08-10T19:35:50.063Z Downloaded num-iter v0.1.45
5942026-08-10T19:35:50.066Z Downloaded highway v1.3.0
5952026-08-10T19:35:50.070Z Downloaded bcs v0.1.6
5962026-08-10T19:35:50.073Z Downloaded phf_shared v0.13.1
5972026-08-10T19:35:50.073Z Downloaded blake2 v0.10.6
5982026-08-10T19:35:50.076Z Downloaded find-msvc-tools v0.1.9
5992026-08-10T19:35:50.080Z Downloaded ff v0.13.1
6002026-08-10T19:35:50.083Z Downloaded progenitor-macro v0.14.0
6012026-08-10T19:35:50.083Z Downloaded radium v0.7.0
6022026-08-10T19:35:50.083Z Downloaded rand_chacha v0.3.1
6032026-08-10T19:35:50.086Z Downloaded ref-cast v1.0.25
6042026-08-10T19:35:50.086Z Downloaded rand_pcg v0.10.2
6052026-08-10T19:35:50.090Z Downloaded rustc_version v0.1.7
6062026-08-10T19:35:50.090Z Downloaded aes v0.9.1
6072026-08-10T19:35:50.093Z Downloaded argon2 v0.5.3
6082026-08-10T19:35:50.093Z Downloaded serde_bytes v0.11.19
6092026-08-10T19:35:50.093Z Downloaded serde_plain v1.0.2
6102026-08-10T19:35:50.093Z Downloaded base64 v0.22.1
6112026-08-10T19:35:50.097Z Downloaded bit-vec v0.8.0
6122026-08-10T19:35:50.097Z Downloaded semver v0.1.20
6132026-08-10T19:35:50.097Z Downloaded camino-tempfile-ext v0.3.3
6142026-08-10T19:35:50.100Z Downloaded cobs v0.3.0
6152026-08-10T19:35:50.100Z Downloaded sha1 v0.10.6
6162026-08-10T19:35:50.100Z Downloaded async-trait v0.1.89
6172026-08-10T19:35:50.104Z Downloaded cipher v0.5.2
6182026-08-10T19:35:50.104Z Downloaded cmake v0.1.57
6192026-08-10T19:35:50.104Z Downloaded strip-ansi-escapes v0.2.1
6202026-08-10T19:35:50.107Z Downloaded supports-color v3.0.2
6212026-08-10T19:35:50.107Z Downloaded humantime v2.3.0
6222026-08-10T19:35:50.107Z Downloaded byte-wrapper v0.1.0
6232026-08-10T19:35:50.107Z Downloaded cassowary v0.3.0
6242026-08-10T19:35:50.107Z Downloaded constant_time_eq v0.4.2
6252026-08-10T19:35:50.111Z Downloaded git-stub-vcs v0.1.0
6262026-08-10T19:35:50.111Z Downloaded http-body v1.0.1
6272026-08-10T19:35:50.111Z Downloaded http-body-util v0.1.3
6282026-08-10T19:35:50.114Z Downloaded globset v0.4.18
6292026-08-10T19:35:50.114Z Downloaded bs58 v0.5.1
6302026-08-10T19:35:50.118Z Downloaded serde_urlencoded v0.7.1
6312026-08-10T19:35:50.118Z Downloaded cexpr v0.6.0
6322026-08-10T19:35:50.121Z Downloaded sigpipe v0.1.3
6332026-08-10T19:35:50.121Z Downloaded signature v3.0.0
6342026-08-10T19:35:50.121Z Downloaded sqlparser_derive v0.5.0
6352026-08-10T19:35:50.121Z Downloaded async-bb8-diesel v0.2.1
6362026-08-10T19:35:50.125Z Downloaded foldhash v0.1.5
6372026-08-10T19:35:50.125Z Downloaded glob v0.3.3
6382026-08-10T19:35:50.125Z Downloaded group v0.13.0
6392026-08-10T19:35:50.125Z Downloaded pkcs8 v0.10.2
6402026-08-10T19:35:50.128Z Downloaded pkg-config v0.3.32
6412026-08-10T19:35:50.128Z Downloaded fixedbitset v0.5.7
6422026-08-10T19:35:50.128Z Downloaded blowfish v0.10.0
6432026-08-10T19:35:50.128Z Downloaded chacha20 v0.9.1
6442026-08-10T19:35:50.131Z Downloaded futures v0.3.32
6452026-08-10T19:35:50.132Z Downloaded thiserror-impl-no-std v2.0.2
6462026-08-10T19:35:50.135Z Downloaded compression-codecs v0.4.37
6472026-08-10T19:35:50.135Z Downloaded hmac v0.12.1
6482026-08-10T19:35:50.135Z Downloaded group v0.14.0
6492026-08-10T19:35:50.138Z Downloaded owo-colors v4.3.0
6502026-08-10T19:35:50.138Z Downloaded const_format_proc_macros v0.2.34
6512026-08-10T19:35:50.142Z Downloaded getrandom v0.3.4
6522026-08-10T19:35:50.145Z Downloaded hyper-rustls v0.27.7
6532026-08-10T19:35:50.145Z Downloaded arrayvec v0.7.6
6542026-08-10T19:35:50.148Z Downloaded buf-list v1.1.2
6552026-08-10T19:35:50.148Z Downloaded cmov v0.5.4
6562026-08-10T19:35:50.149Z Downloaded tokio-test v0.4.5
6572026-08-10T19:35:50.153Z Downloaded structmeta-derive v0.3.0
6582026-08-10T19:35:50.153Z Downloaded unarray v0.1.4
6592026-08-10T19:35:50.153Z Downloaded tagptr v0.2.0
6602026-08-10T19:35:50.153Z Downloaded testing_table v0.3.0
6612026-08-10T19:35:50.156Z Downloaded console v0.15.11
6622026-08-10T19:35:50.156Z Downloaded num-rational v0.4.2
6632026-08-10T19:35:50.156Z Downloaded progenitor v0.13.0
6642026-08-10T19:35:50.159Z Downloaded progenitor v0.14.0
6652026-08-10T19:35:50.159Z Downloaded rpassword v7.5.4
6662026-08-10T19:35:50.163Z Downloaded tokio-macros v2.7.0
6672026-08-10T19:35:50.163Z Downloaded pbkdf2 v0.13.0
6682026-08-10T19:35:50.163Z Downloaded rustls-pemfile v2.2.0
6692026-08-10T19:35:50.166Z Downloaded serdect v0.4.3
6702026-08-10T19:35:50.166Z Downloaded signal-hook-registry v1.4.8
6712026-08-10T19:35:50.166Z Downloaded slog-scope v4.4.1
6722026-08-10T19:35:50.169Z Downloaded utf-8 v0.7.6
6732026-08-10T19:35:50.169Z Downloaded want v0.3.1
6742026-08-10T19:35:50.169Z Downloaded peg v0.8.5
6752026-08-10T19:35:50.173Z Downloaded peg-macros v0.8.5
6762026-08-10T19:35:50.173Z Downloaded rand_seeder v0.4.0
6772026-08-10T19:35:50.173Z Downloaded rustls-native-certs v0.8.3
6782026-08-10T19:35:50.173Z Downloaded yoke-derive v0.8.1
6792026-08-10T19:35:50.173Z Downloaded hybrid-array v0.4.13
6802026-08-10T19:35:50.176Z Downloaded primefield v0.14.0
6812026-08-10T19:35:50.176Z Downloaded backon v1.6.0
6822026-08-10T19:35:50.176Z Downloaded bzip2 v0.4.4
6832026-08-10T19:35:50.180Z Downloaded half v1.8.3
6842026-08-10T19:35:50.180Z Downloaded cipher v0.4.4
6852026-08-10T19:35:50.180Z Downloaded httparse v1.10.1
6862026-08-10T19:35:50.184Z Downloaded const-oid v0.9.6
6872026-08-10T19:35:50.184Z Downloaded pkcs1 v0.7.5
6882026-08-10T19:35:50.187Z Downloaded pkcs8 v0.11.0
6892026-08-10T19:35:50.187Z Downloaded hyper-staticfile v0.10.1
6902026-08-10T19:35:50.187Z Downloaded strum_macros v0.27.2
6912026-08-10T19:35:50.191Z Downloaded sec1 v0.7.3
6922026-08-10T19:35:50.191Z Downloaded simd-adler32 v0.3.8
6932026-08-10T19:35:50.191Z Downloaded colored v3.1.1
6942026-08-10T19:35:50.191Z Downloaded xshell-macros v0.2.7
6952026-08-10T19:35:50.194Z Downloaded zeroize_derive v1.5.0
6962026-08-10T19:35:50.194Z Downloaded crunchy v0.2.4
6972026-08-10T19:35:50.194Z Downloaded crc-catalog v2.4.0
6982026-08-10T19:35:50.194Z Downloaded hmac v0.13.0
6992026-08-10T19:35:50.198Z Downloaded smallvec v0.6.14
7002026-08-10T19:35:50.198Z Downloaded cbc v0.2.1
7012026-08-10T19:35:50.201Z Downloaded console v0.16.2
7022026-08-10T19:35:50.201Z Downloaded thiserror-no-std v2.0.2
7032026-08-10T19:35:50.201Z Downloaded cancel-safe-futures v0.1.5
7042026-08-10T19:35:50.205Z Downloaded chacha20 v0.10.0
7052026-08-10T19:35:50.205Z Downloaded colored v2.2.0
7062026-08-10T19:35:50.208Z Downloaded pkcs1 v0.8.0-rc.4
7072026-08-10T19:35:50.208Z Downloaded tls_codec v0.4.2
7082026-08-10T19:35:50.208Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7092026-08-10T19:35:50.212Z Downloaded usdt v0.6.0
7102026-08-10T19:35:50.212Z Downloaded debug-ignore v1.0.5
7112026-08-10T19:35:50.212Z Downloaded difflib v0.4.0
7122026-08-10T19:35:50.215Z Downloaded dtrace-parser v0.3.0
7132026-08-10T19:35:50.215Z Downloaded dunce v1.0.5
7142026-08-10T19:35:50.215Z Downloaded sqlformat v0.3.5
7152026-08-10T19:35:50.219Z Downloaded rustls-pki-types v1.14.0
7162026-08-10T19:35:50.222Z Downloaded defmt-parser v1.0.0
7172026-08-10T19:35:50.226Z Downloaded display-error-chain v0.2.2
7182026-08-10T19:35:50.226Z Downloaded dirs-sys-next v0.1.2
7192026-08-10T19:35:50.226Z Downloaded parking_lot_core v0.9.12
7202026-08-10T19:35:50.226Z Downloaded indent_write v2.2.0
7212026-08-10T19:35:50.230Z Downloaded embedded-io v0.4.0
7222026-08-10T19:35:50.230Z Downloaded internet-checksum v0.2.1
7232026-08-10T19:35:50.230Z Downloaded jiff-static v0.2.34
7242026-08-10T19:35:50.233Z Downloaded half v2.7.1
7252026-08-10T19:35:50.236Z Downloaded generic-array v1.4.3
7262026-08-10T19:35:50.241Z Downloaded oxide-update-engine-types v0.1.2
7272026-08-10T19:35:50.244Z Downloaded lru-slab v0.1.2
7282026-08-10T19:35:50.248Z Downloaded nibble_vec v0.1.0
7292026-08-10T19:35:50.248Z Downloaded normalize-line-endings v0.3.0
7302026-08-10T19:35:50.248Z Downloaded zerovec-derive v0.11.2
7312026-08-10T19:35:50.248Z Downloaded clang-sys v1.8.1
7322026-08-10T19:35:50.251Z Downloaded blake2 v0.11.0-rc.6
7332026-08-10T19:35:50.255Z Downloaded match_cfg v0.1.0
7342026-08-10T19:35:50.255Z Downloaded const-oid v0.10.2
7352026-08-10T19:35:50.258Z Downloaded ciborium v0.2.2
7362026-08-10T19:35:50.258Z Downloaded heapless v0.7.17
7372026-08-10T19:35:50.263Z Downloaded corncobs v0.1.4
7382026-08-10T19:35:50.266Z Downloaded newline-converter v0.3.0
7392026-08-10T19:35:50.266Z Downloaded openssl-macros v0.1.1
7402026-08-10T19:35:50.266Z Downloaded pkcs5 v0.8.1
7412026-08-10T19:35:50.269Z Downloaded tokio-stream v0.1.18
7422026-08-10T19:35:50.269Z Downloaded unicode-properties v0.1.4
7432026-08-10T19:35:50.272Z Downloaded tracing-attributes v0.1.31
7442026-08-10T19:35:50.272Z Downloaded spin v0.9.8
7452026-08-10T19:35:50.276Z Downloaded olpc-cjson v0.1.4
7462026-08-10T19:35:50.279Z Downloaded password-hash v0.6.1
7472026-08-10T19:35:50.279Z Downloaded proc-macro-crate v1.3.1
7482026-08-10T19:35:50.284Z Downloaded ctr v0.10.1
7492026-08-10T19:35:50.287Z Downloaded rustls-platform-verifier v0.6.2
7502026-08-10T19:35:50.290Z Downloaded arc-swap v1.8.2
7512026-08-10T19:35:50.294Z Downloaded vergen v9.1.0
7522026-08-10T19:35:50.294Z Downloaded ipnet v2.11.0
7532026-08-10T19:35:50.294Z Downloaded num-traits v0.2.19
7542026-08-10T19:35:50.297Z Downloaded term v1.2.1
7552026-08-10T19:35:50.297Z Downloaded wyz v0.5.1
7562026-08-10T19:35:50.297Z Downloaded argon2 v0.6.0-rc.8
7572026-08-10T19:35:50.301Z Downloaded delegate v0.13.5
7582026-08-10T19:35:50.301Z Downloaded signature v2.2.0
7592026-08-10T19:35:50.301Z Downloaded displaydoc v0.2.5
7602026-08-10T19:35:50.304Z Downloaded psl-types v2.0.11
7612026-08-10T19:35:50.304Z Downloaded rand_xorshift v0.4.0
7622026-08-10T19:35:50.304Z Downloaded rfc6979 v0.4.0
7632026-08-10T19:35:50.307Z Downloaded scroll_derive v0.13.1
7642026-08-10T19:35:50.307Z Downloaded serde_repr v0.1.20
7652026-08-10T19:35:50.310Z Downloaded p384 v0.14.0
7662026-08-10T19:35:50.314Z Downloaded mime_guess v2.0.5
7672026-08-10T19:35:50.317Z Downloaded toml_parser v1.1.2+spec-1.1.0
7682026-08-10T19:35:50.329Z Downloaded libefi-sys v0.1.0
7692026-08-10T19:35:50.333Z Downloaded module-lattice v0.2.3
7702026-08-10T19:35:50.333Z Downloaded sponge-cursor v0.1.0
7712026-08-10T19:35:50.336Z Downloaded darling v0.20.11
7722026-08-10T19:35:50.336Z Downloaded flate2 v1.1.9
7732026-08-10T19:35:50.339Z Downloaded tabled_derive v0.11.0
7742026-08-10T19:35:50.340Z Downloaded thread-id v5.1.0
7752026-08-10T19:35:50.340Z Downloaded bytes v1.11.1
7762026-08-10T19:35:50.343Z Downloaded compact_str v0.8.1
7772026-08-10T19:35:50.343Z Downloaded const_format v0.2.35
7782026-08-10T19:35:50.346Z Downloaded hickory-resolver v0.25.2
7792026-08-10T19:35:50.350Z Downloaded tracing-core v0.1.36
7802026-08-10T19:35:50.350Z Downloaded nanorand v0.7.0
7812026-08-10T19:35:50.353Z Downloaded parking_lot_core v0.8.6
7822026-08-10T19:35:50.353Z Downloaded pin-project-internal v1.1.11
7832026-08-10T19:35:50.353Z Downloaded smallvec v1.15.1
7842026-08-10T19:35:50.353Z Downloaded openssl-probe v0.1.6
7852026-08-10T19:35:50.357Z Downloaded paste v1.0.15
7862026-08-10T19:35:50.357Z Downloaded ar_archive_writer v0.5.1
7872026-08-10T19:35:50.361Z Downloaded ctutils v0.4.2
7882026-08-10T19:35:50.361Z Downloaded oxnet v0.1.6
7892026-08-10T19:35:50.361Z Downloaded polyval v0.7.1
7902026-08-10T19:35:50.365Z Downloaded schemars v0.8.22
7912026-08-10T19:35:50.368Z Downloaded packed_struct v0.10.1
7922026-08-10T19:35:50.368Z Downloaded phf v0.13.1
7932026-08-10T19:35:50.371Z Downloaded r2d2 v0.8.10
7942026-08-10T19:35:50.371Z Downloaded usdt-attr-macro v0.6.0
7952026-08-10T19:35:50.371Z Downloaded try-lock v0.2.5
7962026-08-10T19:35:50.371Z Downloaded wait-timeout v0.2.1
7972026-08-10T19:35:50.371Z Downloaded base64 v0.21.7
7982026-08-10T19:35:50.375Z Downloaded xattr v1.6.1
7992026-08-10T19:35:50.375Z Downloaded zone v0.3.1
8002026-08-10T19:35:50.375Z Downloaded headers v0.4.1
8012026-08-10T19:35:50.378Z Downloaded primeorder v0.14.0
8022026-08-10T19:35:50.378Z Downloaded hickory-resolver v0.24.4
8032026-08-10T19:35:50.382Z Downloaded psm v0.1.30
8042026-08-10T19:35:50.382Z Downloaded primeorder v0.13.6
8052026-08-10T19:35:50.385Z Downloaded russh-util v0.52.0
8062026-08-10T19:35:50.385Z Downloaded scrypt v0.12.0
8072026-08-10T19:35:50.388Z Downloaded rustversion v1.0.22
8082026-08-10T19:35:50.392Z Downloaded darling_macro v0.23.0
8092026-08-10T19:35:50.395Z Downloaded serde_path_to_error v0.1.20
8102026-08-10T19:35:50.395Z Downloaded shlex v1.3.0
8112026-08-10T19:35:50.398Z Downloaded curve25519-dalek-derive v0.1.1
8122026-08-10T19:35:50.402Z Downloaded litemap v0.8.1
8132026-08-10T19:35:50.402Z Downloaded memmap2 v0.9.10
8142026-08-10T19:35:50.405Z Downloaded strum_macros v0.24.3
8152026-08-10T19:35:50.411Z Downloaded unsafe-libyaml v0.2.11
8162026-08-10T19:35:50.415Z Downloaded hashbrown v0.13.2
8172026-08-10T19:35:50.418Z Downloaded iana-time-zone v0.1.65
8182026-08-10T19:35:50.418Z Downloaded support-bundle-viewer v0.1.2
8192026-08-10T19:35:50.418Z Downloaded num-integer v0.1.46
8202026-08-10T19:35:50.418Z Downloaded num_enum_derive v0.7.6
8212026-08-10T19:35:50.421Z Downloaded slog-async v2.8.0
8222026-08-10T19:35:50.421Z Downloaded spki v0.7.3
8232026-08-10T19:35:50.421Z Downloaded spki v0.8.0
8242026-08-10T19:35:50.422Z Downloaded derive_builder_macro v0.20.2
8252026-08-10T19:35:50.425Z Downloaded embedded-io v0.6.1
8262026-08-10T19:35:50.425Z Downloaded thread_local v1.1.9
8272026-08-10T19:35:50.425Z Downloaded indoc v1.0.9
8282026-08-10T19:35:50.425Z Downloaded instant v0.1.13
8292026-08-10T19:35:50.425Z Downloaded is-terminal v0.4.17
8302026-08-10T19:35:50.429Z Downloaded bzip2 v0.6.1
8312026-08-10T19:35:50.429Z Downloaded dof v0.4.0
8322026-08-10T19:35:50.429Z Downloaded dyn-clone v1.0.20
8332026-08-10T19:35:50.429Z Downloaded vte v0.14.1
8342026-08-10T19:35:50.429Z Downloaded tokio-dtrace v0.1.1
8352026-08-10T19:35:50.433Z Downloaded toml_writer v1.1.1+spec-1.1.0
8362026-08-10T19:35:50.433Z Downloaded crossbeam-utils v0.8.21
8372026-08-10T19:35:50.433Z Downloaded tokio-tungstenite v0.21.0
8382026-08-10T19:35:50.436Z Downloaded lalrpop-util v0.19.12
8392026-08-10T19:35:50.436Z Downloaded port-file v0.1.0
8402026-08-10T19:35:50.436Z Downloaded unicase v2.9.0
8412026-08-10T19:35:50.436Z Downloaded bumpalo v3.20.2
8422026-08-10T19:35:50.436Z Downloaded rsa v0.9.10
8432026-08-10T19:35:50.439Z Downloaded rustls-webpki v0.103.13
8442026-08-10T19:35:50.443Z Downloaded serde_yaml v0.9.34+deprecated
8452026-08-10T19:35:50.443Z Downloaded crc-any v2.5.0
8462026-08-10T19:35:50.447Z Downloaded poly1305 v0.9.0
8472026-08-10T19:35:50.447Z Downloaded zerofrom-derive v0.1.6
8482026-08-10T19:35:50.447Z Downloaded chacha20poly1305 v0.10.1
8492026-08-10T19:35:50.447Z Downloaded managed v0.8.0
8502026-08-10T19:35:50.447Z Downloaded rand_chacha v0.9.0
8512026-08-10T19:35:50.447Z Downloaded vergen-lib v0.1.6
8522026-08-10T19:35:50.450Z Downloaded md5 v0.8.0
8532026-08-10T19:35:50.450Z Downloaded http v1.4.2
8542026-08-10T19:35:50.450Z Downloaded hashbrown v0.12.3
8552026-08-10T19:35:50.453Z Downloaded whoami v2.1.0
8562026-08-10T19:35:50.454Z Downloaded zerotrie v0.2.3
8572026-08-10T19:35:50.457Z Downloaded zstd-safe v7.2.4
8582026-08-10T19:35:50.457Z Downloaded crossbeam-deque v0.8.6
8592026-08-10T19:35:50.457Z Downloaded cstr-argument v0.1.2
8602026-08-10T19:35:50.457Z Downloaded num_threads v0.1.7
8612026-08-10T19:35:50.461Z Downloaded predicates-core v1.0.10
8622026-08-10T19:35:50.465Z Downloaded quinn v0.11.11
8632026-08-10T19:35:50.468Z Downloaded newtype-uuid-macros v0.1.0
8642026-08-10T19:35:50.468Z Downloaded defmt-macros v1.0.1
8652026-08-10T19:35:50.471Z Downloaded hickory-server v0.25.2
8662026-08-10T19:35:50.475Z Downloaded diesel-dtrace v0.5.0
8672026-08-10T19:35:50.475Z Downloaded icu_properties v2.1.2
8682026-08-10T19:35:50.478Z Downloaded ignore v0.4.25
8692026-08-10T19:35:50.478Z Downloaded indexmap v1.9.3
8702026-08-10T19:35:50.478Z Downloaded derive-ex v0.1.8
8712026-08-10T19:35:50.482Z Downloaded proc-macro-crate v3.4.0
8722026-08-10T19:35:50.482Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-08-10T19:35:50.482Z Downloaded rfc6979 v0.6.0
8742026-08-10T19:35:50.486Z Downloaded path-slash v0.1.5
8752026-08-10T19:35:50.486Z Downloaded unicode_categories v0.1.1
8762026-08-10T19:35:50.489Z Downloaded ed25519 v3.0.0
8772026-08-10T19:35:50.489Z Downloaded rustc_version v0.4.1
8782026-08-10T19:35:50.489Z Downloaded secrecy v0.8.0
8792026-08-10T19:35:50.492Z Downloaded ena v0.14.4
8802026-08-10T19:35:50.496Z Downloaded progenitor-macro v0.13.0
8812026-08-10T19:35:50.496Z Downloaded quick-error v1.2.3
8822026-08-10T19:35:50.499Z Downloaded ingot-types v0.2.0
8832026-08-10T19:35:50.503Z Downloaded sha1 v0.11.0
8842026-08-10T19:35:50.506Z Downloaded signal-hook-mio v0.2.5
8852026-08-10T19:35:50.510Z Downloaded lock_api v0.4.14
8862026-08-10T19:35:50.510Z Downloaded async-compression v0.4.41
8872026-08-10T19:35:50.513Z Downloaded slog-envlogger v2.2.0
8882026-08-10T19:35:50.513Z Downloaded tabwriter v1.4.1
8892026-08-10T19:35:50.516Z Downloaded heapless v0.8.0
8902026-08-10T19:35:50.520Z Downloaded multer v3.1.0
8912026-08-10T19:35:50.523Z Downloaded tower-service v0.3.3
8922026-08-10T19:35:50.527Z Downloaded topological-sort v0.2.2
8932026-08-10T19:35:50.527Z Downloaded void v1.0.2
8942026-08-10T19:35:50.527Z Downloaded crc32fast v1.5.0
8952026-08-10T19:35:50.531Z Downloaded newtype-uuid v1.3.2
8962026-08-10T19:35:50.531Z Downloaded darling_core v0.21.3
8972026-08-10T19:35:50.535Z Downloaded darling_core v0.20.11
8982026-08-10T19:35:50.535Z Downloaded strum v0.26.3
8992026-08-10T19:35:50.535Z Downloaded termtree v0.5.1
9002026-08-10T19:35:50.538Z Downloaded cookie_store v0.22.1
9012026-08-10T19:35:50.538Z Downloaded unicode-truncate v1.1.0
9022026-08-10T19:35:50.538Z Downloaded unicode-xid v0.2.6
9032026-08-10T19:35:50.538Z Downloaded postgres-protocol v0.6.10
9042026-08-10T19:35:50.542Z Downloaded percent-encoding v2.3.2
9052026-08-10T19:35:50.542Z Downloaded waitgroup v0.1.2
9062026-08-10T19:35:50.542Z Downloaded crypto-bigint v0.5.5
9072026-08-10T19:35:50.547Z Downloaded test-strategy v0.4.5
9082026-08-10T19:35:50.550Z Downloaded crc v3.4.0
9092026-08-10T19:35:50.550Z Downloaded crc8 v0.1.1
9102026-08-10T19:35:50.550Z Downloaded icu_normalizer_data v2.1.1
9112026-08-10T19:35:50.550Z Downloaded prettyplease v0.2.37
9122026-08-10T19:35:50.554Z Downloaded digest v0.11.3
9132026-08-10T19:35:50.554Z Downloaded darling_macro v0.20.11
9142026-08-10T19:35:50.554Z Downloaded darling_macro v0.21.3
9152026-08-10T19:35:50.554Z Downloaded digest-io v0.1.0
9162026-08-10T19:35:50.554Z Downloaded indicatif v0.18.4
9172026-08-10T19:35:50.557Z Downloaded derive_more v2.1.1
9182026-08-10T19:35:50.561Z Downloaded rand_core v0.6.4
9192026-08-10T19:35:50.564Z Downloaded scopeguard v1.2.0
9202026-08-10T19:35:50.564Z Downloaded unicode-bidi v0.3.18
9212026-08-10T19:35:50.567Z Downloaded uuid v1.23.4
9222026-08-10T19:35:50.567Z Downloaded kstat-rs v0.2.5
9232026-08-10T19:35:50.571Z Downloaded resolv-conf v0.7.6
9242026-08-10T19:35:50.571Z Downloaded toml v1.1.2+spec-1.1.0
9252026-08-10T19:35:50.576Z Downloaded smf v0.2.3
9262026-08-10T19:35:50.580Z Downloaded strum v0.27.2
9272026-08-10T19:35:50.583Z Downloaded is_ci v1.2.0
9282026-08-10T19:35:50.583Z Downloaded libscf-sys v1.2.0
9292026-08-10T19:35:50.583Z Downloaded memoffset v0.9.1
9302026-08-10T19:35:50.587Z Downloaded zerocopy-derive v0.8.40
9312026-08-10T19:35:50.593Z Downloaded tungstenite v0.23.0
9322026-08-10T19:35:50.598Z Downloaded termios v0.3.3
9332026-08-10T19:35:50.601Z Downloaded nu-ansi-term v0.50.3
9342026-08-10T19:35:50.601Z Downloaded string_cache v0.8.9
9352026-08-10T19:35:50.601Z Downloaded md-5 v0.10.6
9362026-08-10T19:35:50.605Z Downloaded opaque-debug v0.3.1
9372026-08-10T19:35:50.608Z Downloaded zeroize v1.9.0
9382026-08-10T19:35:50.608Z Downloaded packed_struct_codegen v0.10.1
9392026-08-10T19:35:50.612Z Downloaded password-hash v0.5.0
9402026-08-10T19:35:50.612Z Downloaded scuffle v0.1.0
9412026-08-10T19:35:50.616Z Downloaded xshell v0.2.7
9422026-08-10T19:35:50.616Z Downloaded parking_lot v0.11.2
9432026-08-10T19:35:50.619Z Downloaded tower-layer v0.3.3
9442026-08-10T19:35:50.619Z Downloaded postcard v1.1.3
9452026-08-10T19:35:50.622Z Downloaded vsss-rs v3.3.4
9462026-08-10T19:35:50.625Z Downloaded futures-util v0.3.32
9472026-08-10T19:35:50.632Z Downloaded progenitor-client v0.14.0
9482026-08-10T19:35:50.635Z Downloaded recursive-proc-macro-impl v0.1.1
9492026-08-10T19:35:50.635Z Downloaded ref-cast-impl v1.0.25
9502026-08-10T19:35:50.635Z Downloaded seq-macro v0.3.6
9512026-08-10T19:35:50.635Z Downloaded indoc v2.0.7
9522026-08-10T19:35:50.639Z Downloaded jobserver v0.1.34
9532026-08-10T19:35:50.639Z Downloaded convert_case v0.10.0
9542026-08-10T19:35:50.639Z Downloaded slog v2.8.2
9552026-08-10T19:35:50.639Z Downloaded slog-bunyan v2.5.0
9562026-08-10T19:35:50.642Z Downloaded internal-russh-num-bigint v0.5.0
9572026-08-10T19:35:50.642Z Downloaded signal-hook-tokio v0.3.1
9582026-08-10T19:35:50.642Z Downloaded stable_deref_trait v1.2.1
9592026-08-10T19:35:50.646Z Downloaded structmeta v0.3.0
9602026-08-10T19:35:50.646Z Downloaded cc v1.2.56
9612026-08-10T19:35:50.649Z Downloaded salsa20 v0.11.0
9622026-08-10T19:35:50.653Z Downloaded serde_cbor v0.11.2
9632026-08-10T19:35:50.653Z Downloaded libsw v3.5.0
9642026-08-10T19:35:50.656Z Downloaded untrusted v0.9.0
9652026-08-10T19:35:50.659Z Downloaded elliptic-curve v0.14.1
9662026-08-10T19:35:50.662Z Downloaded num_enum v0.7.6
9672026-08-10T19:35:50.666Z Downloaded hashbrown v0.15.5
9682026-08-10T19:35:50.670Z Downloaded hashbrown v0.16.1
9692026-08-10T19:35:50.673Z Downloaded libloading v0.8.9
9702026-08-10T19:35:50.673Z Downloaded native-tls v0.2.18
9712026-08-10T19:35:50.673Z Downloaded sync-ptr v0.1.4
9722026-08-10T19:35:50.673Z Downloaded sync_wrapper v1.0.2
9732026-08-10T19:35:50.673Z Downloaded schemars v1.2.1
9742026-08-10T19:35:50.679Z Downloaded darling_core v0.23.0
9752026-08-10T19:35:50.683Z Downloaded oxide-tokio-rt v0.1.4
9762026-08-10T19:35:50.686Z Downloaded zone_cfg_derive v0.3.1
9772026-08-10T19:35:50.686Z Downloaded dirs-next v2.0.0
9782026-08-10T19:35:50.686Z Downloaded ident_case v1.0.1
9792026-08-10T19:35:50.690Z Downloaded snafu v0.8.9
9802026-08-10T19:35:50.690Z Downloaded poly1305 v0.8.0
9812026-08-10T19:35:50.693Z Downloaded phc v0.6.1
9822026-08-10T19:35:50.693Z Downloaded term v0.7.0
9832026-08-10T19:35:50.696Z Downloaded dsl_auto_type v0.2.0
9842026-08-10T19:35:50.696Z Downloaded lazy_static v1.5.0
9852026-08-10T19:35:50.696Z Downloaded rayon-core v1.13.0
9862026-08-10T19:35:50.700Z Downloaded rusty-fork v0.3.1
9872026-08-10T19:35:50.700Z Downloaded keccak v0.1.6
9882026-08-10T19:35:50.703Z Downloaded schemars_derive v0.8.22
9892026-08-10T19:35:50.707Z Downloaded tar v0.4.46
9902026-08-10T19:35:50.707Z Downloaded pem-rfc7468 v1.0.0
9912026-08-10T19:35:50.711Z Downloaded ryu v1.0.23
9922026-08-10T19:35:50.711Z Downloaded des v0.9.0
9932026-08-10T19:35:50.711Z Downloaded diff v0.1.13
9942026-08-10T19:35:50.714Z Downloaded ecdsa v0.17.0
9952026-08-10T19:35:50.714Z Downloaded ingot v0.2.1
9962026-08-10T19:35:50.714Z Downloaded ppv-lite86 v0.2.21
9972026-08-10T19:35:50.714Z Downloaded serde_spanned v1.1.1
9982026-08-10T19:35:50.714Z Downloaded maplit v1.0.2
9992026-08-10T19:35:50.718Z Downloaded lzss v0.8.2
10002026-08-10T19:35:50.718Z Downloaded linked-hash-map v0.5.6
10012026-08-10T19:35:50.718Z Downloaded ed25519-dalek v3.0.0
10022026-08-10T19:35:50.721Z Downloaded reedline v0.40.0
10032026-08-10T19:35:50.724Z Downloaded ssh-cipher v0.3.0
10042026-08-10T19:35:50.724Z Downloaded typed-path v0.9.3
10052026-08-10T19:35:50.729Z Downloaded darling v0.21.3
10062026-08-10T19:35:50.732Z Downloaded multimap v0.10.1
10072026-08-10T19:35:50.732Z Downloaded new_debug_unreachable v1.0.6
10082026-08-10T19:35:50.732Z Downloaded tls_codec_derive v0.4.2
10092026-08-10T19:35:50.732Z Downloaded newtype_derive v0.1.6
10102026-08-10T19:35:50.732Z Downloaded potential_utf v0.1.4
10112026-08-10T19:35:50.732Z Downloaded predicates-tree v1.0.13
10122026-08-10T19:35:50.732Z Downloaded phf_shared v0.12.1
10132026-08-10T19:35:50.736Z Downloaded hyper v1.10.1
10142026-08-10T19:35:50.740Z Downloaded nom v8.0.0
10152026-08-10T19:35:50.744Z Downloaded steno v0.4.1
10162026-08-10T19:35:50.747Z Downloaded subtle v2.6.1
10172026-08-10T19:35:50.747Z Downloaded rustc-hash v2.1.1
10182026-08-10T19:35:50.747Z Downloaded signal-hook v0.3.18
10192026-08-10T19:35:50.750Z Downloaded tokio-tungstenite v0.23.1
10202026-08-10T19:35:50.750Z Downloaded untrusted v0.7.1
10212026-08-10T19:35:50.750Z Downloaded p521 v0.14.0
10222026-08-10T19:35:50.754Z Downloaded p256 v0.14.0
10232026-08-10T19:35:50.754Z Downloaded derive_builder_core v0.20.2
10242026-08-10T19:35:50.757Z Downloaded either v1.15.0
10252026-08-10T19:35:50.757Z Downloaded scheduled-thread-pool v0.2.7
10262026-08-10T19:35:50.757Z Downloaded sapling-renderdag v0.1.0
10272026-08-10T19:35:50.757Z Downloaded siphasher v1.0.2
10282026-08-10T19:35:50.767Z Downloaded socket2 v0.5.10
10292026-08-10T19:35:50.771Z Downloaded socket2 v0.6.3
10302026-08-10T19:35:50.771Z Downloaded derive_more-impl v2.1.1
10312026-08-10T19:35:50.774Z Downloaded sha2 v0.11.0
10322026-08-10T19:35:50.774Z Downloaded slog-term v2.9.2
10332026-08-10T19:35:50.778Z Downloaded zerofrom v0.1.6
10342026-08-10T19:35:50.778Z Downloaded daft v0.1.7
10352026-08-10T19:35:50.778Z Downloaded daft-derive v0.1.7
10362026-08-10T19:35:50.781Z Downloaded defmt v1.0.1
10372026-08-10T19:35:50.781Z Downloaded rsa v0.10.0-rc.18
10382026-08-10T19:35:50.785Z Downloaded tiny-keccak v2.0.2
10392026-08-10T19:35:50.788Z Downloaded twox-hash v2.1.2
10402026-08-10T19:35:50.788Z Downloaded universal-hash v0.6.1
10412026-08-10T19:35:50.788Z Downloaded usdt-macro v0.6.0
10422026-08-10T19:35:50.788Z Downloaded der v0.7.10
10432026-08-10T19:35:50.792Z Downloaded progenitor-extras v0.2.0
10442026-08-10T19:35:50.792Z Downloaded kem v0.3.0
10452026-08-10T19:35:50.792Z Downloaded zerovec v0.11.5
10462026-08-10T19:35:50.795Z Downloaded rand_core v0.10.0
10472026-08-10T19:35:50.795Z Downloaded h2 v0.4.15
10482026-08-10T19:35:50.799Z Downloaded illumos-nvpair-sys v0.2.0
10492026-08-10T19:35:50.799Z Downloaded cookie v0.18.1
10502026-08-10T19:35:50.802Z Downloaded dropshot-api-manager-types v0.7.2
10512026-08-10T19:35:50.802Z Downloaded illumos-nvpair v0.3.0
10522026-08-10T19:35:50.802Z Downloaded recursive v0.1.1
10532026-08-10T19:35:50.805Z Downloaded rtoolbox v0.0.3
10542026-08-10T19:35:50.805Z Downloaded rand v0.10.1
10552026-08-10T19:35:50.809Z Downloaded oxide-update-engine v0.1.2
10562026-08-10T19:35:50.809Z Downloaded parse-display v0.10.0
10572026-08-10T19:35:50.809Z Downloaded synstructure v0.13.2
10582026-08-10T19:35:50.809Z Downloaded papergrid v0.17.0
10592026-08-10T19:35:50.812Z Downloaded derive-where v1.6.0
10602026-08-10T19:35:50.815Z Downloaded dropshot_endpoint v0.17.1
10612026-08-10T19:35:50.832Z Downloaded git2 v0.20.4
10622026-08-10T19:35:50.836Z Downloaded defmt v0.3.100
10632026-08-10T19:35:50.839Z Downloaded strsim v0.10.0
10642026-08-10T19:35:50.840Z Downloaded critical-section v1.2.0
10652026-08-10T19:35:50.840Z Downloaded utf8_iter v1.0.4
10662026-08-10T19:35:50.840Z Downloaded cpubits v0.1.1
10672026-08-10T19:35:50.840Z Downloaded crypto-common v0.2.2
10682026-08-10T19:35:50.840Z Downloaded aes-gcm v0.11.0
10692026-08-10T19:35:50.843Z Downloaded document-features v0.2.12
10702026-08-10T19:35:50.843Z Downloaded serde-hex v0.1.0
10712026-08-10T19:35:50.846Z Downloaded slab v0.4.12
10722026-08-10T19:35:50.846Z Downloaded crossbeam-epoch v0.9.18
10732026-08-10T19:35:50.846Z Downloaded reqwest v0.12.28
10742026-08-10T19:35:50.850Z Downloaded jiff-core v0.1.0
10752026-08-10T19:35:50.853Z Downloaded tungstenite v0.21.0
10762026-08-10T19:35:50.853Z Downloaded lru v0.12.5
10772026-08-10T19:35:50.853Z Downloaded pem-rfc7468 v0.7.0
10782026-08-10T19:35:50.856Z Downloaded ssh-encoding v0.3.0
10792026-08-10T19:35:50.860Z Downloaded hkdf v0.12.4
10802026-08-10T19:35:50.860Z Downloaded whoami v1.6.1
10812026-08-10T19:35:50.860Z Downloaded usdt-impl v0.6.0
10822026-08-10T19:35:50.863Z Downloaded linear-map v1.2.0
10832026-08-10T19:35:50.863Z Downloaded maybe-uninit v2.0.0
10842026-08-10T19:35:50.867Z Downloaded num_enum v0.5.11
10852026-08-10T19:35:50.870Z Downloaded peg-runtime v0.8.5
10862026-08-10T19:35:50.874Z Downloaded wnaf v0.14.0
10872026-08-10T19:35:50.877Z Downloaded slog-stdlog v4.1.1
10882026-08-10T19:35:50.877Z Downloaded strum_macros v0.26.4
10892026-08-10T19:35:50.880Z Downloaded derive_builder v0.20.2
10902026-08-10T19:35:50.880Z Downloaded hkdf v0.13.0
10912026-08-10T19:35:50.883Z Downloaded ecdsa v0.16.9
10922026-08-10T19:35:50.883Z Downloaded serde-big-array v0.5.1
10932026-08-10T19:35:50.883Z Downloaded icu_provider v2.1.1
10942026-08-10T19:35:50.888Z Downloaded tower-http v0.6.8
10952026-08-10T19:35:50.893Z Downloaded serde_derive_internals v0.29.1
10962026-08-10T19:35:50.896Z Downloaded hyper-util v0.1.20
10972026-08-10T19:35:50.899Z Downloaded shell-words v1.1.1
10982026-08-10T19:35:50.903Z Downloaded take_mut v0.2.2
10992026-08-10T19:35:50.903Z Downloaded tui-tree-widget v0.23.1
11002026-08-10T19:35:50.903Z Downloaded vergen-lib v9.1.0
11012026-08-10T19:35:50.903Z Downloaded walkdir v2.5.0
11022026-08-10T19:35:50.903Z Downloaded unicode-normalization v0.1.25
11032026-08-10T19:35:50.907Z Downloaded icu_locale_core v2.1.1
11042026-08-10T19:35:50.911Z Downloaded parse-display-derive v0.10.0
11052026-08-10T19:35:50.915Z Downloaded tower v0.5.3
11062026-08-10T19:35:50.920Z Downloaded oso-derive v0.27.3
11072026-08-10T19:35:50.924Z Downloaded sec1 v0.8.1
11082026-08-10T19:35:50.924Z Downloaded russh-cryptovec v0.62.0
11092026-08-10T19:35:50.924Z Downloaded time-core v0.1.8
11102026-08-10T19:35:50.930Z Downloaded stringprep v0.1.5
11112026-08-10T19:35:50.933Z Downloaded minimal-lexical v0.2.1
11122026-08-10T19:35:50.933Z Downloaded litrs v1.0.0
11132026-08-10T19:35:50.937Z Downloaded num-bigint v0.4.6
11142026-08-10T19:35:50.940Z Downloaded tokio-rustls v0.26.4
11152026-08-10T19:35:50.940Z Downloaded csv-core v0.1.13
11162026-08-10T19:35:50.943Z Downloaded ed25519 v2.2.3
11172026-08-10T19:35:50.943Z Downloaded num-complex v0.4.6
11182026-08-10T19:35:50.947Z Downloaded mime v0.3.17
11192026-08-10T19:35:50.947Z Downloaded trait-variant v0.1.2
11202026-08-10T19:35:50.947Z Downloaded pem v3.0.6
11212026-08-10T19:35:50.954Z Downloaded prefix-trie v0.7.0
11222026-08-10T19:35:50.959Z Downloaded phf v0.12.1
11232026-08-10T19:35:50.963Z Downloaded typify v0.6.2
11242026-08-10T19:35:50.963Z Downloaded num-derive v0.4.2
11252026-08-10T19:35:50.963Z Downloaded num_enum_derive v0.5.11
11262026-08-10T19:35:50.966Z Downloaded tokio-native-tls v0.3.1
11272026-08-10T19:35:50.967Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-08-10T19:35:50.970Z Downloaded rand v0.8.6
11292026-08-10T19:35:50.973Z Downloaded rand v0.9.2
11302026-08-10T19:35:50.973Z Downloaded parking_lot v0.12.5
11312026-08-10T19:35:50.976Z Downloaded slog-json v2.6.1
11322026-08-10T19:35:50.976Z Downloaded deranged v0.5.8
11332026-08-10T19:35:50.976Z Downloaded derive_more v0.99.20
11342026-08-10T19:35:50.980Z Downloaded universal-hash v0.5.1
11352026-08-10T19:35:50.980Z Downloaded crucible-workspace-hack v0.1.0
11362026-08-10T19:35:50.980Z Downloaded tap v1.0.1
11372026-08-10T19:35:50.980Z Downloaded darling v0.13.4
11382026-08-10T19:35:50.983Z Downloaded lru-cache v0.1.2
11392026-08-10T19:35:50.984Z Downloaded cpufeatures v0.3.0
11402026-08-10T19:35:50.984Z Downloaded inout v0.2.2
11412026-08-10T19:35:50.987Z Downloaded url v2.5.8
11422026-08-10T19:35:50.993Z Downloaded postgres-types v0.2.12
11432026-08-10T19:35:50.996Z Downloaded ipnetwork v0.21.1
11442026-08-10T19:35:50.996Z Downloaded predicates v3.1.4
11452026-08-10T19:35:51.000Z Downloaded slog-dtrace v0.3.0
11462026-08-10T19:35:51.000Z Downloaded static_assertions v1.1.0
11472026-08-10T19:35:51.000Z Downloaded writeable v0.6.2
11482026-08-10T19:35:51.000Z Downloaded same-file v1.0.6
11492026-08-10T19:35:51.014Z Downloaded typify-macro v0.6.2
11502026-08-10T19:35:51.014Z Downloaded idna_adapter v1.2.1
11512026-08-10T19:35:51.014Z Downloaded precomputed-hash v0.1.1
11522026-08-10T19:35:51.014Z Downloaded tokio-postgres v0.7.16
11532026-08-10T19:35:51.014Z Downloaded crossterm v0.29.0
11542026-08-10T19:35:51.019Z Downloaded oso v0.27.3
11552026-08-10T19:35:51.019Z Downloaded diesel_table_macro_syntax v0.3.0
11562026-08-10T19:35:51.019Z Downloaded tinyvec v1.10.0
11572026-08-10T19:35:51.023Z Downloaded publicsuffix v2.3.0
11582026-08-10T19:35:51.034Z Downloaded darling v0.23.0
11592026-08-10T19:35:51.038Z Downloaded impl-trait-for-tuples v0.2.3
11602026-08-10T19:35:51.041Z Downloaded phf_shared v0.11.3
11612026-08-10T19:35:51.041Z Downloaded zip v0.6.6
11622026-08-10T19:35:51.041Z Downloaded der_derive v0.7.3
11632026-08-10T19:35:51.045Z Downloaded nonempty v0.12.0
11642026-08-10T19:35:51.045Z Downloaded progenitor-client v0.13.0
11652026-08-10T19:35:51.045Z Downloaded tinyvec_macros v0.1.1
11662026-08-10T19:35:51.048Z Downloaded unit-prefix v0.5.2
11672026-08-10T19:35:51.048Z Downloaded tinystr v0.8.2
11682026-08-10T19:35:51.048Z Downloaded oxide-update-engine-display v0.1.2
11692026-08-10T19:35:51.049Z Downloaded downcast-rs v2.0.2
11702026-08-10T19:35:51.049Z Downloaded nodrop v0.1.14
11712026-08-10T19:35:51.052Z Downloaded ml-kem v0.3.2
11722026-08-10T19:35:51.055Z Downloaded yoke v0.8.1
11732026-08-10T19:35:51.055Z Downloaded zerocopy v0.6.6
11742026-08-10T19:35:51.059Z Downloaded libxml v0.3.3
11752026-08-10T19:35:51.062Z Downloaded proptest v1.11.0
11762026-08-10T19:35:51.066Z Downloaded secrecy v0.10.3
11772026-08-10T19:35:51.066Z Downloaded stacker v0.1.23
11782026-08-10T19:35:51.069Z Downloaded darling_macro v0.13.4
11792026-08-10T19:35:51.069Z Downloaded icu_collections v2.1.1
11802026-08-10T19:35:51.069Z Downloaded zstd v0.13.3
11812026-08-10T19:35:51.072Z Downloaded winnow v0.6.26
11822026-08-10T19:35:51.076Z Downloaded toml_edit v0.19.15
11832026-08-10T19:35:51.083Z Downloaded yansi v1.0.1
11842026-08-10T19:35:51.086Z Downloaded ingot-macros v0.2.0
11852026-08-10T19:35:51.086Z Downloaded libsw-core v0.3.2
11862026-08-10T19:35:51.087Z Downloaded ron v0.8.1
11872026-08-10T19:35:51.090Z Downloaded proc-macro-error2 v2.0.1
11882026-08-10T19:35:51.094Z Downloaded inout v0.1.4
11892026-08-10T19:35:51.094Z Downloaded instability v0.3.11
11902026-08-10T19:35:51.094Z Downloaded powerfmt v0.2.0
11912026-08-10T19:35:51.100Z Downloaded toml v0.7.8
11922026-08-10T19:35:51.104Z Downloaded data-encoding v2.10.0
11932026-08-10T19:35:51.104Z Downloaded portable-atomic v1.13.1
11942026-08-10T19:35:51.107Z Downloaded elliptic-curve v0.13.8
11952026-08-10T19:35:51.111Z Downloaded vergen-git2 v9.1.0
11962026-08-10T19:35:51.116Z Downloaded bindgen v0.71.1
11972026-08-10T19:35:51.119Z Downloaded libbz2-rs-sys v0.2.2
11982026-08-10T19:35:51.123Z Downloaded rand_core v0.9.5
11992026-08-10T19:35:51.123Z Downloaded unicode-segmentation v1.12.0
12002026-08-10T19:35:51.126Z Downloaded pin-project v1.1.11
12012026-08-10T19:35:51.129Z Downloaded keccak v0.2.0
12022026-08-10T19:35:51.129Z Downloaded snafu-derive v0.8.9
12032026-08-10T19:35:51.132Z Downloaded yasna v0.5.2
12042026-08-10T19:35:51.133Z Downloaded salty v0.3.0
12052026-08-10T19:35:51.136Z Downloaded openssl-sys v0.9.117
12062026-08-10T19:35:51.139Z Downloaded vergen-gitcl v1.0.8
12072026-08-10T19:35:51.139Z Downloaded subprocess v0.2.15
12082026-08-10T19:35:51.143Z Downloaded scroll v0.13.0
12092026-08-10T19:35:51.150Z Downloaded progenitor-impl v0.13.0
12102026-08-10T19:35:51.155Z Downloaded serde_with_macros v3.21.0
12112026-08-10T19:35:51.159Z Downloaded uzers v0.12.2
12122026-08-10T19:35:51.159Z Downloaded pin-project-lite v0.2.17
12132026-08-10T19:35:51.162Z Downloaded time-macros v0.2.27
12142026-08-10T19:35:51.167Z Downloaded vcpkg v0.2.15
12152026-08-10T19:35:51.188Z Downloaded zopfli v0.8.3
12162026-08-10T19:35:51.192Z Downloaded goblin v0.10.5
12172026-08-10T19:35:51.195Z Downloaded tokio-util v0.7.18
12182026-08-10T19:35:51.199Z Downloaded darling_core v0.13.4
12192026-08-10T19:35:51.202Z Downloaded quinn-udp v0.5.14
12202026-08-10T19:35:51.202Z Downloaded progenitor-impl v0.14.0
12212026-08-10T19:35:51.202Z Downloaded rcgen v0.12.1
12222026-08-10T19:35:51.205Z Downloaded winnow v0.5.40
12232026-08-10T19:35:51.208Z Downloaded tabled v0.20.0
12242026-08-10T19:35:51.216Z Downloaded dropshot-api-manager v0.7.2
12252026-08-10T19:35:51.219Z Downloaded similar v2.7.0
12262026-08-10T19:35:51.222Z Downloaded serde_with_macros v1.5.2
12272026-08-10T19:35:51.222Z Downloaded crossterm v0.28.1
12282026-08-10T19:35:51.225Z Downloaded itertools v0.14.0
12292026-08-10T19:35:51.228Z Downloaded itertools v0.10.5
12302026-08-10T19:35:51.232Z Downloaded toml_edit v0.23.10+spec-1.0.0
12312026-08-10T19:35:51.235Z Downloaded omicron-zone-package v0.12.3
12322026-08-10T19:35:51.238Z Downloaded drift v0.2.0
12332026-08-10T19:35:51.241Z Downloaded bitvec v1.0.1
12342026-08-10T19:35:51.248Z Downloaded crossbeam-channel v0.5.15
12352026-08-10T19:35:51.251Z Downloaded rayon v1.11.0
12362026-08-10T19:35:51.255Z Downloaded num-bigint-dig v0.8.6
12372026-08-10T19:35:51.258Z Downloaded tough v0.22.0
12382026-08-10T19:35:51.262Z Downloaded samael v0.0.19
12392026-08-10T19:35:51.265Z Downloaded chrono v0.4.45
12402026-08-10T19:35:51.268Z Downloaded itertools v0.15.0
12412026-08-10T19:35:51.272Z Downloaded idna v1.1.0
12422026-08-10T19:35:51.275Z Downloaded nom v7.1.3
12432026-08-10T19:35:51.279Z Downloaded blake3 v1.8.5
12442026-08-10T19:35:51.282Z Downloaded ed25519-dalek v2.2.0
12452026-08-10T19:35:51.286Z Downloaded iri-string v0.7.10
12462026-08-10T19:35:51.289Z Downloaded x509-cert v0.2.5
12472026-08-10T19:35:51.292Z Downloaded zip v4.6.1
12482026-08-10T19:35:51.292Z Downloaded der v0.8.0
12492026-08-10T19:35:51.296Z Downloaded miniz_oxide v0.8.9
12502026-08-10T19:35:51.299Z Downloaded icu_normalizer v2.1.1
12512026-08-10T19:35:51.299Z Downloaded mio v1.2.0
12522026-08-10T19:35:51.302Z Downloaded schemars v0.9.0
12532026-08-10T19:35:51.307Z Downloaded aws-lc-rs v1.16.3
12542026-08-10T19:35:51.312Z Downloaded rustyline v14.0.0
12552026-08-10T19:35:51.316Z Downloaded qorb v0.4.1
12562026-08-10T19:35:51.322Z Downloaded itertools v0.12.1
12572026-08-10T19:35:51.326Z Downloaded serde_with v1.14.0
12582026-08-10T19:35:51.330Z Downloaded pretty_assertions v1.4.1
12592026-08-10T19:35:51.334Z Downloaded libm v0.2.16
12602026-08-10T19:35:51.339Z Downloaded iddqd v0.4.2
12612026-08-10T19:35:51.344Z Downloaded zlib-rs v0.6.2
12622026-08-10T19:35:51.347Z Downloaded petname v2.0.2
12632026-08-10T19:35:51.351Z Downloaded ssh-key v0.7.0-rc.11
12642026-08-10T19:35:51.354Z Downloaded diesel_derives v2.3.7
12652026-08-10T19:35:51.358Z Downloaded regex v1.12.3
12662026-08-10T19:35:51.361Z Downloaded winnow v1.0.3
12672026-08-10T19:35:51.376Z Downloaded crypto-primes v0.7.2
12682026-08-10T19:35:51.392Z Downloaded rawzip v0.4.4
12692026-08-10T19:35:51.396Z Downloaded sha3 v0.12.0
12702026-08-10T19:35:51.420Z Downloaded quinn-proto v0.11.16
12712026-08-10T19:35:51.425Z Downloaded itertools v0.13.0
12722026-08-10T19:35:51.429Z Downloaded nix v0.27.1
12732026-08-10T19:35:51.434Z Downloaded quick-xml v0.37.5
12742026-08-10T19:35:51.438Z Downloaded reqwest v0.13.2
12752026-08-10T19:35:51.441Z Downloaded serde_with v3.21.0
12762026-08-10T19:35:51.447Z Downloaded hickory-proto v0.24.4
12772026-08-10T19:35:51.455Z Downloaded zerocopy v0.8.40
12782026-08-10T19:35:51.460Z Downloaded regress v0.11.1
12792026-08-10T19:35:51.470Z Downloaded russh v0.62.4
12802026-08-10T19:35:51.474Z Downloaded object v0.30.4
12812026-08-10T19:35:51.479Z Downloaded icu_properties_data v2.1.2
12822026-08-10T19:35:51.484Z Downloaded curve25519-dalek v4.1.3
12832026-08-10T19:35:51.489Z Downloaded moka v0.12.13
12842026-08-10T19:35:51.493Z Downloaded radix_trie v0.2.1
12852026-08-10T19:35:51.507Z Downloaded bstr v1.12.1
12862026-08-10T19:35:51.512Z Downloaded p384 v0.13.1
12872026-08-10T19:35:51.517Z Downloaded smoltcp v0.9.1
12882026-08-10T19:35:51.523Z Downloaded hickory-proto v0.25.2
12892026-08-10T19:35:51.531Z Downloaded regex-syntax v0.8.10
12902026-08-10T19:35:51.537Z Downloaded curve25519-dalek v5.0.0
12912026-08-10T19:35:51.544Z Downloaded openapiv3 v2.2.0
12922026-08-10T19:35:51.552Z Downloaded rustls v0.23.41
12932026-08-10T19:35:51.559Z Downloaded openssl v0.10.80
12942026-08-10T19:35:51.591Z Downloaded polar-core v0.27.3
12952026-08-10T19:35:51.596Z Downloaded rustix v0.38.44
12962026-08-10T19:35:51.608Z Downloaded time v0.3.47
12972026-08-10T19:35:51.615Z Downloaded regex-syntax v0.6.29
12982026-08-10T19:35:51.618Z Downloaded lalrpop v0.19.12
12992026-08-10T19:35:51.624Z Downloaded object v0.37.3
13002026-08-10T19:35:51.652Z Downloaded nix v0.31.2
13012026-08-10T19:35:51.661Z Downloaded sqlparser v0.61.0
13022026-08-10T19:35:51.666Z Downloaded dropshot v0.17.1
13032026-08-10T19:35:51.679Z Downloaded crypto-bigint v0.7.5
13042026-08-10T19:35:51.687Z Downloaded regress v0.10.5
13052026-08-10T19:35:51.692Z Downloaded tracing v0.1.44
13062026-08-10T19:35:51.704Z Downloaded nix v0.28.0
13072026-08-10T19:35:51.710Z Downloaded diesel v2.3.7
13082026-08-10T19:35:51.722Z Downloaded smoltcp v0.11.0
13092026-08-10T19:35:51.731Z Downloaded sled v0.34.7
13102026-08-10T19:35:51.735Z Downloaded sha3 v0.11.0
13112026-08-10T19:35:51.739Z Downloaded jiff v0.2.34
13122026-08-10T19:35:51.747Z Downloaded ratatui v0.29.0
13132026-08-10T19:35:51.758Z Downloaded regex-automata v0.4.14
13142026-08-10T19:35:51.783Z Downloaded typify-impl v0.6.2
13152026-08-10T19:35:51.793Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-10T19:35:51.801Z Downloaded zerocopy-derive v0.6.6
13172026-08-10T19:35:51.807Z Downloaded sha3 v0.10.8
13182026-08-10T19:35:51.814Z Downloaded libz-sys v1.1.24
13192026-08-10T19:35:51.826Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-10T19:35:51.841Z Downloaded petgraph v0.6.5
13212026-08-10T19:35:51.852Z Downloaded tokio v1.52.1
13222026-08-10T19:35:51.874Z Downloaded chrono-tz v0.10.4
13232026-08-10T19:35:51.884Z Downloaded petgraph v0.8.3
13242026-08-10T19:35:51.897Z Downloaded encoding_rs v0.8.35
13252026-08-10T19:35:51.909Z Downloaded ring v0.17.14
13262026-08-10T19:35:51.932Z Downloaded csv v1.4.0
13272026-08-10T19:35:52.033Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-10T19:35:52.586Z Downloaded aws-lc-sys v0.40.0
13292026-08-10T19:35:52.844Z Compiling libc v0.2.185
13302026-08-10T19:35:52.845Z Compiling serde_core v1.0.228
13312026-08-10T19:35:52.845Z Compiling serde v1.0.228
13322026-08-10T19:35:52.848Z Compiling log v0.4.29
13332026-08-10T19:35:52.848Z Compiling smallvec v1.15.1
13342026-08-10T19:35:52.848Z Compiling shlex v1.3.0
13352026-08-10T19:35:52.848Z Compiling find-msvc-tools v0.1.9
13362026-08-10T19:35:52.848Z Compiling syn v2.0.117
13372026-08-10T19:35:53.219Z Compiling subtle v2.6.1
13382026-08-10T19:35:53.234Z Compiling scopeguard v1.2.0
13392026-08-10T19:35:53.247Z Compiling stable_deref_trait v1.2.1
13402026-08-10T19:35:53.303Z Compiling typenum v1.20.1
13412026-08-10T19:35:53.316Z Compiling lock_api v0.4.14
13422026-08-10T19:35:53.331Z Compiling zerocopy v0.8.40
13432026-08-10T19:35:53.334Z Compiling portable-atomic v1.13.1
13442026-08-10T19:35:53.385Z Compiling serde_json v1.0.151
13452026-08-10T19:35:53.634Z Compiling critical-section v1.2.0
13462026-08-10T19:35:53.676Z Compiling libm v0.2.16
13472026-08-10T19:35:53.741Z Compiling num-traits v0.2.19
13482026-08-10T19:35:53.842Z Compiling pkg-config v0.3.32
13492026-08-10T19:35:53.925Z Compiling jobserver v0.1.34
13502026-08-10T19:35:53.950Z Compiling errno v0.3.14
13512026-08-10T19:35:53.994Z Compiling getrandom v0.2.17
13522026-08-10T19:35:54.201Z Compiling cc v1.2.56
13532026-08-10T19:35:54.222Z Compiling rand_core v0.6.4
13542026-08-10T19:35:54.385Z Compiling once_cell v1.21.3
13552026-08-10T19:35:54.448Z Compiling generic-array v0.14.7
13562026-08-10T19:35:54.472Z Compiling getrandom v0.4.1
13572026-08-10T19:35:54.502Z Compiling const-oid v0.9.6
13582026-08-10T19:35:54.652Z Compiling parking_lot_core v0.9.12
13592026-08-10T19:35:54.667Z Compiling pin-project-lite v0.2.17
13602026-08-10T19:35:54.819Z Compiling rand_core v0.10.0
13612026-08-10T19:35:54.865Z Compiling signal-hook-registry v1.4.8
13622026-08-10T19:35:55.215Z Compiling bitflags v2.11.0
13632026-08-10T19:35:55.279Z Compiling litemap v0.8.1
13642026-08-10T19:35:55.347Z Compiling writeable v0.6.2
13652026-08-10T19:35:55.441Z Compiling futures-core v0.3.32
13662026-08-10T19:35:55.444Z Compiling percent-encoding v2.3.2
13672026-08-10T19:35:55.474Z Compiling parking_lot v0.12.5
13682026-08-10T19:35:55.543Z Compiling semver v1.0.28
13692026-08-10T19:35:55.559Z Compiling mio v1.2.0
13702026-08-10T19:35:55.596Z Compiling icu_normalizer_data v2.1.1
13712026-08-10T19:35:55.648Z Compiling icu_properties_data v2.1.2
13722026-08-10T19:35:55.817Z Compiling socket2 v0.6.3
13732026-08-10T19:35:55.862Z Compiling getrandom v0.3.4
13742026-08-10T19:35:55.876Z Compiling futures-sink v0.3.32
13752026-08-10T19:35:55.892Z Compiling indexmap v2.14.0
13762026-08-10T19:35:55.981Z Compiling synstructure v0.13.2
13772026-08-10T19:35:55.996Z Compiling futures-channel v0.3.32
13782026-08-10T19:35:56.029Z Compiling futures-io v0.3.32
13792026-08-10T19:35:56.192Z Compiling futures-task v0.3.32
13802026-08-10T19:35:56.229Z Compiling slab v0.4.12
13812026-08-10T19:35:56.246Z Compiling utf8_iter v1.0.4
13822026-08-10T19:35:56.368Z Compiling rustix v1.1.3
13832026-08-10T19:35:56.395Z Compiling form_urlencoded v1.2.2
13842026-08-10T19:35:56.410Z Compiling rustversion v1.0.22
13852026-08-10T19:35:56.410Z Compiling iana-time-zone v0.1.65
13862026-08-10T19:35:56.564Z Compiling base64ct v1.8.3
13872026-08-10T19:35:56.580Z Compiling cmake v0.1.57
13882026-08-10T19:35:56.594Z Compiling regex-syntax v0.8.10
13892026-08-10T19:35:56.611Z Compiling fs_extra v1.3.0
13902026-08-10T19:35:56.752Z Compiling flagset v0.4.7
13912026-08-10T19:35:56.856Z Compiling pem-rfc7468 v0.7.0
13922026-08-10T19:35:56.880Z Compiling dunce v1.0.5
13932026-08-10T19:35:56.883Z Compiling ident_case v1.0.1
13942026-08-10T19:35:56.973Z Compiling rand_core v0.9.5
13952026-08-10T19:35:56.988Z Compiling aws-lc-sys v0.40.0
13962026-08-10T19:35:57.017Z Compiling uuid v1.23.4
13972026-08-10T19:35:57.157Z Compiling base64 v0.22.1
13982026-08-10T19:35:57.252Z Compiling syn v1.0.109
13992026-08-10T19:35:57.397Z Compiling vcpkg v0.2.15
14002026-08-10T19:35:57.490Z Compiling serde_derive_internals v0.29.1
14012026-08-10T19:35:57.616Z Compiling rustc_version v0.4.1
14022026-08-10T19:35:57.672Z Compiling serde_derive v1.0.228
14032026-08-10T19:35:57.720Z Compiling zeroize_derive v1.5.0
14042026-08-10T19:35:57.953Z Compiling zerofrom-derive v0.1.6
14052026-08-10T19:35:58.084Z Compiling zerocopy-derive v0.8.40
14062026-08-10T19:35:58.120Z Compiling yoke-derive v0.8.1
14072026-08-10T19:35:58.384Z Compiling zeroize v1.9.0
14082026-08-10T19:35:58.400Z Compiling zerovec-derive v0.11.2
14092026-08-10T19:35:58.618Z Compiling displaydoc v0.2.5
14102026-08-10T19:35:59.338Z Compiling tokio-macros v2.7.0
14112026-08-10T19:35:59.377Z Compiling futures-macro v0.3.32
14122026-08-10T19:35:59.402Z Compiling zerofrom v0.1.6
14132026-08-10T19:35:59.546Z Compiling yoke v0.8.1
14142026-08-10T19:35:59.562Z Compiling crypto-common v0.1.7
14152026-08-10T19:35:59.580Z Compiling block-buffer v0.10.4
14162026-08-10T19:35:59.714Z Compiling der_derive v0.7.3
14172026-08-10T19:35:59.738Z Compiling zerovec v0.11.5
14182026-08-10T19:35:59.771Z Compiling zerotrie v0.2.3
14192026-08-10T19:36:00.070Z Compiling digest v0.10.7
14202026-08-10T19:36:00.086Z Compiling thiserror-impl v2.0.18
14212026-08-10T19:36:00.194Z Compiling tinystr v0.8.2
14222026-08-10T19:36:00.249Z Compiling potential_utf v0.1.4
14232026-08-10T19:36:00.325Z Compiling futures-util v0.3.32
14242026-08-10T19:36:00.399Z Compiling icu_locale_core v2.1.1
14252026-08-10T19:36:00.414Z Compiling icu_collections v2.1.1
14262026-08-10T19:36:00.685Z Compiling der v0.7.10
14272026-08-10T19:36:00.896Z Compiling openssl-sys v0.9.117
14282026-08-10T19:36:01.231Z Compiling bytes v1.11.1
14292026-08-10T19:36:01.261Z Compiling icu_provider v2.1.1
14302026-08-10T19:36:01.410Z Compiling chrono v0.4.45
14312026-08-10T19:36:01.427Z Compiling thiserror v2.0.18
14322026-08-10T19:36:01.535Z Compiling icu_properties v2.1.2
14332026-08-10T19:36:01.556Z Compiling icu_normalizer v2.1.1
14342026-08-10T19:36:01.855Z Compiling tokio v1.52.1
14352026-08-10T19:36:01.874Z Compiling http v1.4.2
14362026-08-10T19:36:02.099Z Compiling spki v0.7.3
14372026-08-10T19:36:02.293Z Compiling tracing-attributes v0.1.31
14382026-08-10T19:36:02.559Z Compiling idna_adapter v1.2.1
14392026-08-10T19:36:02.604Z Compiling ppv-lite86 v0.2.21
14402026-08-10T19:36:02.622Z Compiling tracing-core v0.1.36
14412026-08-10T19:36:02.696Z Compiling idna v1.1.0
14422026-08-10T19:36:02.786Z Compiling cpufeatures v0.2.17
14432026-08-10T19:36:02.800Z Compiling aws-lc-rs v1.16.3
14442026-08-10T19:36:02.860Z Compiling schemars v0.8.22
14452026-08-10T19:36:02.926Z Compiling rand_chacha v0.9.0
14462026-08-10T19:36:03.059Z Compiling url v2.5.8
14472026-08-10T19:36:03.079Z Compiling dyn-clone v1.0.20
14482026-08-10T19:36:03.161Z Compiling rand v0.9.2
14492026-08-10T19:36:03.236Z Compiling http-body v1.0.1
14502026-08-10T19:36:03.344Z Compiling pkcs8 v0.10.2
14512026-08-10T19:36:03.452Z Compiling rustls-pki-types v1.14.0
14522026-08-10T19:36:03.602Z Compiling tracing v0.1.44
14532026-08-10T19:36:03.668Z Compiling schemars_derive v0.8.22
14542026-08-10T19:36:03.870Z Compiling spin v0.9.8
14552026-08-10T19:36:03.912Z Compiling tinyvec_macros v0.1.1
14562026-08-10T19:36:03.934Z Compiling openssl-probe v0.2.1
14572026-08-10T19:36:03.948Z Compiling crc32fast v1.5.0
14582026-08-10T19:36:03.979Z Compiling httparse v1.10.1
14592026-08-10T19:36:04.074Z Compiling cmov v0.5.4
14602026-08-10T19:36:04.102Z Compiling tinyvec v1.10.0
14612026-08-10T19:36:04.250Z Compiling ctutils v0.4.2
14622026-08-10T19:36:04.282Z Compiling tempfile v3.25.0
14632026-08-10T19:36:04.363Z Compiling pest_generator v2.8.6
14642026-08-10T19:36:04.448Z Compiling sha2 v0.10.9
14652026-08-10T19:36:04.482Z Compiling aho-corasick v1.1.4
14662026-08-10T19:36:04.644Z Compiling untrusted v0.7.1
14672026-08-10T19:36:04.777Z Compiling tower-service v0.3.3
14682026-08-10T19:36:04.878Z Compiling radium v0.7.0
14692026-08-10T19:36:05.051Z Compiling try-lock v0.2.5
14702026-08-10T19:36:05.125Z Compiling tower-layer v0.3.3
14712026-08-10T19:36:05.162Z Compiling atomic-waker v1.1.2
14722026-08-10T19:36:05.281Z Compiling regex-automata v0.4.14
14732026-08-10T19:36:05.281Z Compiling want v0.3.1
14742026-08-10T19:36:05.479Z Compiling pest_derive v2.8.6
14752026-08-10T19:36:05.747Z Compiling tokio-util v0.7.18
14762026-08-10T19:36:05.915Z Compiling hybrid-array v0.4.13
14772026-08-10T19:36:06.371Z Compiling ipnet v2.11.0
14782026-08-10T19:36:06.421Z Compiling h2 v0.4.15
14792026-08-10T19:36:06.670Z Compiling scroll_derive v0.13.1
14802026-08-10T19:36:06.750Z Compiling darling_core v0.20.11
14812026-08-10T19:36:06.855Z Compiling simd-adler32 v0.3.8
14822026-08-10T19:36:07.099Z Compiling openssl v0.10.80
14832026-08-10T19:36:07.323Z Compiling foreign-types-shared v0.1.1
14842026-08-10T19:36:07.415Z Compiling httpdate v1.0.3
14852026-08-10T19:36:07.434Z Compiling tap v1.0.1
14862026-08-10T19:36:07.454Z Compiling rustls v0.23.41
14872026-08-10T19:36:07.546Z Compiling maybe-uninit v2.0.0
14882026-08-10T19:36:07.611Z Compiling untrusted v0.9.0
14892026-08-10T19:36:07.626Z Compiling wyz v0.5.1
14902026-08-10T19:36:07.640Z Compiling scroll v0.13.0
14912026-08-10T19:36:07.734Z Compiling foreign-types v0.3.2
14922026-08-10T19:36:07.848Z Compiling unicode-normalization v0.1.25
14932026-08-10T19:36:07.896Z Compiling rand_chacha v0.3.1
14942026-08-10T19:36:08.029Z Compiling hex v0.4.3
14952026-08-10T19:36:08.260Z Compiling signature v2.2.0
14962026-08-10T19:36:08.294Z Compiling terminal_size v0.4.3
14972026-08-10T19:36:08.309Z Compiling openssl-macros v0.1.1
14982026-08-10T19:36:08.433Z Compiling thiserror-impl v1.0.69
14992026-08-10T19:36:08.448Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-08-10T19:36:08.704Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-08-10T19:36:08.724Z Compiling num-integer v0.1.46
15022026-08-10T19:36:08.729Z Compiling wait-timeout v0.2.1
15032026-08-10T19:36:08.987Z Compiling ahash v0.8.12
15042026-08-10T19:36:09.024Z Compiling darling_macro v0.20.11
15052026-08-10T19:36:09.057Z Compiling quick-error v1.2.3
15062026-08-10T19:36:09.084Z Compiling adler2 v2.0.1
15072026-08-10T19:36:09.168Z Compiling time-core v0.1.8
15082026-08-10T19:36:09.195Z Compiling native-tls v0.2.18
15092026-08-10T19:36:09.219Z Compiling packed_struct v0.10.1
15102026-08-10T19:36:09.314Z Compiling powerfmt v0.2.0
15112026-08-10T19:36:09.355Z Compiling num-conv v0.2.0
15122026-08-10T19:36:09.393Z Compiling bit-vec v0.8.0
15132026-08-10T19:36:09.461Z Compiling funty v2.0.0
15142026-08-10T19:36:09.487Z Compiling num-bigint-dig v0.8.6
15152026-08-10T19:36:09.504Z Compiling clap_builder v4.6.0
15162026-08-10T19:36:09.519Z Compiling darling v0.20.11
15172026-08-10T19:36:09.599Z Compiling hyper v1.10.1
15182026-08-10T19:36:09.623Z Compiling bit-set v0.8.0
15192026-08-10T19:36:09.690Z Compiling time-macros v0.2.27
15202026-08-10T19:36:09.712Z Compiling thiserror v1.0.69
15212026-08-10T19:36:09.785Z Compiling bitvec v1.0.1
15222026-08-10T19:36:09.838Z Compiling deranged v0.5.8
15232026-08-10T19:36:10.104Z Compiling miniz_oxide v0.8.9
15242026-08-10T19:36:10.558Z Compiling rusty-fork v0.3.1
15252026-08-10T19:36:10.697Z Compiling hyper-util v0.1.20
15262026-08-10T19:36:10.811Z Compiling num-iter v0.1.45
15272026-08-10T19:36:11.156Z Compiling rand v0.8.6
15282026-08-10T19:36:11.268Z Compiling goblin v0.10.5
15292026-08-10T19:36:11.623Z Compiling packed_struct_codegen v0.10.1
15302026-08-10T19:36:11.932Z Compiling lazy_static v1.5.0
15312026-08-10T19:36:12.028Z Compiling serde_spanned v0.6.9
15322026-08-10T19:36:12.174Z Compiling toml_datetime v0.6.11
15332026-08-10T19:36:12.402Z Compiling hmac v0.12.1
15342026-08-10T19:36:12.432Z Compiling clap_derive v4.6.1
15352026-08-10T19:36:12.451Z Compiling bitfield-macros v0.19.4
15362026-08-10T19:36:12.550Z Compiling zerocopy-derive v0.6.6
15372026-08-10T19:36:12.673Z Compiling anstyle-parse v0.2.7
15382026-08-10T19:36:12.860Z Compiling rand_xorshift v0.4.0
15392026-08-10T19:36:13.020Z Compiling sync_wrapper v1.0.2
15402026-08-10T19:36:13.128Z Compiling indexmap v1.9.3
15412026-08-10T19:36:13.142Z Compiling usdt-impl v0.6.0
15422026-08-10T19:36:13.314Z Compiling crossbeam-utils v0.8.21
15432026-08-10T19:36:13.340Z Compiling num_threads v0.1.7
15442026-08-10T19:36:13.369Z Compiling paste v1.0.15
15452026-08-10T19:36:13.439Z Compiling siphasher v1.0.2
15462026-08-10T19:36:13.613Z Compiling nodrop v0.1.14
15472026-08-10T19:36:13.667Z Compiling crc-catalog v2.4.0
15482026-08-10T19:36:13.681Z Compiling zlib-rs v0.6.2
15492026-08-10T19:36:13.706Z Compiling unarray v0.1.4
15502026-08-10T19:36:13.760Z Compiling crc v3.4.0
15512026-08-10T19:36:13.817Z Compiling proptest v1.11.0
15522026-08-10T19:36:13.919Z Compiling array-init v0.0.4
15532026-08-10T19:36:14.041Z Compiling dof v0.4.0
15542026-08-10T19:36:14.206Z Compiling clap v4.6.1
15552026-08-10T19:36:14.261Z Compiling time v0.3.47
15562026-08-10T19:36:14.290Z Compiling zerocopy v0.6.6
15572026-08-10T19:36:14.667Z Compiling bitfield v0.19.4
15582026-08-10T19:36:14.966Z Compiling tower v0.5.3
15592026-08-10T19:36:15.424Z Compiling anstream v0.6.21
15602026-08-10T19:36:15.778Z Compiling smallvec v0.6.14
15612026-08-10T19:36:15.978Z Compiling derive_builder_core v0.20.2
15622026-08-10T19:36:16.034Z Compiling dtrace-parser v0.3.0
15632026-08-10T19:36:16.745Z Compiling flate2 v1.1.9
15642026-08-10T19:36:16.760Z Compiling ipnetwork v0.21.1
15652026-08-10T19:36:16.795Z Compiling pkcs1 v0.7.5
15662026-08-10T19:36:16.874Z Compiling http-body-util v0.1.3
15672026-08-10T19:36:17.118Z Compiling heapless v0.7.17
15682026-08-10T19:36:17.138Z Compiling structmeta-derive v0.3.0
15692026-08-10T19:36:17.152Z Compiling scroll_derive v0.12.1
15702026-08-10T19:36:17.173Z Compiling slog v2.8.2
15712026-08-10T19:36:17.208Z Compiling darling_core v0.23.0
15722026-08-10T19:36:17.355Z Compiling thread-id v5.1.0
15732026-08-10T19:36:17.370Z Compiling cookie v0.18.1
15742026-08-10T19:36:17.440Z Compiling env_filter v1.0.0
15752026-08-10T19:36:17.549Z Compiling anyhow v1.0.102
15762026-08-10T19:36:17.737Z Compiling winnow v0.5.40
15772026-08-10T19:36:17.806Z Compiling allocator-api2 v0.2.21
15782026-08-10T19:36:17.854Z Compiling base64 v0.21.7
15792026-08-10T19:36:18.145Z Compiling unicode-bidi v0.3.18
15802026-08-10T19:36:18.170Z Compiling zstd-safe v7.2.4
15812026-08-10T19:36:18.207Z Compiling hashbrown v0.12.3
15822026-08-10T19:36:18.365Z Compiling signal-hook v0.3.18
15832026-08-10T19:36:18.551Z Compiling unicode-properties v0.1.4
15842026-08-10T19:36:18.681Z Compiling ryu v1.0.23
15852026-08-10T19:36:18.717Z Compiling iri-string v0.7.10
15862026-08-10T19:36:18.765Z Compiling stringprep v0.1.5
15872026-08-10T19:36:18.865Z Compiling serde_urlencoded v0.7.1
15882026-08-10T19:36:19.119Z Compiling toml_edit v0.19.15
15892026-08-10T19:36:19.252Z Compiling structmeta v0.3.0
15902026-08-10T19:36:19.469Z Compiling ron v0.8.1
15912026-08-10T19:36:19.746Z Compiling darling_macro v0.23.0
15922026-08-10T19:36:19.780Z Compiling scroll v0.12.0
15932026-08-10T19:36:20.046Z Compiling tower-http v0.6.8
15942026-08-10T19:36:20.232Z Compiling env_logger v0.11.9
15952026-08-10T19:36:20.459Z Compiling rsa v0.9.10
15962026-08-10T19:36:20.572Z Compiling oxnet v0.1.6
15972026-08-10T19:36:20.589Z Compiling derive_builder_macro v0.20.2
15982026-08-10T19:36:20.869Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15992026-08-10T19:36:20.928Z Compiling newtype-uuid v1.3.2
16002026-08-10T19:36:21.005Z Compiling hashbrown v0.13.2
16012026-08-10T19:36:21.060Z Compiling serde-hex v0.1.0
16022026-08-10T19:36:21.255Z Compiling bzip2 v0.4.4
16032026-08-10T19:36:21.467Z Compiling tokio-native-tls v0.3.1
16042026-08-10T19:36:21.485Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16052026-08-10T19:36:21.672Z Compiling camino v1.2.2
16062026-08-10T19:36:22.044Z Compiling bstr v1.12.1
16072026-08-10T19:36:22.125Z Compiling block-padding v0.4.2
16082026-08-10T19:36:22.231Z Compiling crypto-common v0.2.2
16092026-08-10T19:36:22.294Z Compiling block-buffer v0.12.1
16102026-08-10T19:36:22.492Z Compiling rustls-native-certs v0.8.3
16112026-08-10T19:36:22.695Z Compiling x509-cert v0.2.5
16122026-08-10T19:36:22.771Z Compiling erased-serde v0.3.31
16132026-08-10T19:36:22.785Z Compiling serde_tokenstream v0.2.3
16142026-08-10T19:36:23.091Z Compiling md-5 v0.10.6
16152026-08-10T19:36:23.257Z Compiling curve25519-dalek v4.1.3
16162026-08-10T19:36:23.257Z Compiling daft-derive v0.1.7
16172026-08-10T19:36:23.489Z Compiling async-trait v0.1.89
16182026-08-10T19:36:23.626Z Compiling pin-project-internal v1.1.11
16192026-08-10T19:36:24.001Z Compiling zerocopy-derive v0.7.35
16202026-08-10T19:36:24.015Z Compiling vergen-lib v9.1.0
16212026-08-10T19:36:24.196Z Compiling hash32 v0.2.1
16222026-08-10T19:36:24.334Z Compiling memoffset v0.9.1
16232026-08-10T19:36:24.398Z Compiling encoding_rs v0.8.35
16242026-08-10T19:36:24.529Z Compiling rustix v0.38.44
16252026-08-10T19:36:24.546Z Compiling crc-any v2.5.0
16262026-08-10T19:36:24.743Z Compiling psl-types v2.0.11
16272026-08-10T19:36:24.774Z Compiling cfg_aliases v0.2.1
16282026-08-10T19:36:24.821Z Compiling fallible-iterator v0.2.0
16292026-08-10T19:36:24.849Z Compiling ref-cast v1.0.25
16302026-08-10T19:36:24.865Z Compiling mime v0.3.17
16312026-08-10T19:36:24.868Z Compiling smoltcp v0.9.1
16322026-08-10T19:36:24.892Z Compiling litrs v1.0.0
16332026-08-10T19:36:25.120Z Compiling postgres-protocol v0.6.10
16342026-08-10T19:36:25.134Z Compiling zerocopy v0.7.35
16352026-08-10T19:36:25.228Z Compiling publicsuffix v2.3.0
16362026-08-10T19:36:25.278Z Compiling nix v0.31.2
16372026-08-10T19:36:25.395Z Compiling document-features v0.2.12
16382026-08-10T19:36:25.395Z Compiling pin-project v1.1.11
16392026-08-10T19:36:25.493Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-10T19:36:25.653Z Compiling daft v0.1.7
16412026-08-10T19:36:25.742Z Compiling inout v0.2.2
16422026-08-10T19:36:25.867Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-10T19:36:25.914Z Compiling hyper-tls v0.6.0
16442026-08-10T19:36:25.930Z Compiling object v0.30.4
16452026-08-10T19:36:25.980Z Compiling zip v0.6.6
16462026-08-10T19:36:26.058Z Compiling derive_builder v0.20.2
16472026-08-10T19:36:26.127Z Compiling toml v0.7.8
16482026-08-10T19:36:26.177Z Compiling darling v0.23.0
16492026-08-10T19:36:26.261Z Compiling goblin v0.8.2
16502026-08-10T19:36:26.533Z Compiling derive-ex v0.1.8
16512026-08-10T19:36:26.652Z Compiling phf_shared v0.13.1
16522026-08-10T19:36:26.717Z Compiling regex v1.12.3
16532026-08-10T19:36:26.893Z Compiling hubpack_derive v0.1.1
16542026-08-10T19:36:26.909Z Compiling futures-executor v0.3.32
16552026-08-10T19:36:27.139Z Compiling strum_macros v0.27.2
16562026-08-10T19:36:27.170Z Compiling ref-cast-impl v1.0.25
16572026-08-10T19:36:27.337Z Compiling curve25519-dalek-derive v0.1.1
16582026-08-10T19:36:27.714Z Compiling snafu-derive v0.8.9
16592026-08-10T19:36:27.972Z Compiling vergen v9.1.0
16602026-08-10T19:36:28.153Z Compiling cargo-platform v0.3.2
16612026-08-10T19:36:28.174Z Compiling ff v0.13.1
16622026-08-10T19:36:28.314Z Compiling fs-err v3.3.0
16632026-08-10T19:36:28.423Z Compiling foldhash v0.2.0
16642026-08-10T19:36:28.570Z Compiling unicode-segmentation v1.12.0
16652026-08-10T19:36:28.672Z Compiling jiff-core v0.1.0
16662026-08-10T19:36:28.777Z Compiling bumpalo v3.20.2
16672026-08-10T19:36:28.963Z Compiling either v1.15.0
16682026-08-10T19:36:29.037Z Compiling path-slash v0.1.5
16692026-08-10T19:36:29.145Z Compiling base16ct v0.2.0
16702026-08-10T19:36:29.172Z Compiling bitflags v1.3.2
16712026-08-10T19:36:29.175Z Compiling libbz2-rs-sys v0.2.2
16722026-08-10T19:36:29.252Z Compiling object v0.37.3
16732026-08-10T19:36:29.327Z Compiling managed v0.8.0
16742026-08-10T19:36:29.521Z Compiling foldhash v0.1.5
16752026-08-10T19:36:29.545Z Compiling same-file v1.0.6
16762026-08-10T19:36:29.671Z Compiling snafu v0.8.9
16772026-08-10T19:36:29.695Z Compiling hashbrown v0.15.5
16782026-08-10T19:36:29.712Z Compiling walkdir v2.5.0
16792026-08-10T19:36:29.750Z Compiling bzip2 v0.6.1
16802026-08-10T19:36:29.866Z Compiling jiff v0.2.34
16812026-08-10T19:36:29.954Z Compiling sec1 v0.7.3
16822026-08-10T19:36:30.016Z Compiling strum v0.27.2
16832026-08-10T19:36:30.031Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16842026-08-10T19:36:30.143Z Compiling zopfli v0.8.3
16852026-08-10T19:36:30.221Z Compiling hashbrown v0.16.1
16862026-08-10T19:36:30.348Z Compiling dof v0.3.0
16872026-08-10T19:36:30.603Z Compiling cargo_metadata v0.23.1
16882026-08-10T19:36:30.800Z Compiling group v0.13.0
16892026-08-10T19:36:30.815Z Compiling test-strategy v0.4.5
16902026-08-10T19:36:31.159Z Compiling hubpack v0.1.2
16912026-08-10T19:36:31.377Z Compiling futures v0.3.32
16922026-08-10T19:36:31.423Z Compiling phf v0.13.1
16932026-08-10T19:36:31.461Z Compiling signal-hook-mio v0.2.5
16942026-08-10T19:36:31.598Z Compiling cookie_store v0.22.1
16952026-08-10T19:36:31.943Z Compiling serde_with_macros v3.21.0
16962026-08-10T19:36:31.958Z Compiling zstd v0.13.3
16972026-08-10T19:36:32.226Z Compiling reqwest v0.12.28
16982026-08-10T19:36:32.242Z Compiling cipher v0.5.2
16992026-08-10T19:36:32.381Z Compiling postgres-types v0.2.12
17002026-08-10T19:36:32.925Z Compiling usdt-attr-macro v0.6.0
17012026-08-10T19:36:33.081Z Compiling usdt-macro v0.6.0
17022026-08-10T19:36:33.423Z Compiling globset v0.4.18
17032026-08-10T19:36:33.674Z Compiling phf_shared v0.11.3
17042026-08-10T19:36:33.751Z Compiling hkdf v0.12.4
17052026-08-10T19:36:33.867Z Compiling dtrace-parser v0.2.0
17062026-08-10T19:36:33.882Z Compiling ed25519 v2.2.3
17072026-08-10T19:36:33.927Z Compiling byte-wrapper v0.1.0
17082026-08-10T19:36:33.979Z Compiling olpc-cjson v0.1.4
17092026-08-10T19:36:34.144Z Compiling serde-big-array v0.5.1
17102026-08-10T19:36:34.148Z Compiling serde_plain v1.0.2
17112026-08-10T19:36:34.265Z Compiling crypto-bigint v0.5.5
17122026-08-10T19:36:34.305Z Compiling async-recursion v1.1.1
17132026-08-10T19:36:34.346Z Compiling serde_repr v0.1.20
17142026-08-10T19:36:34.602Z Compiling strum_macros v0.26.4
17152026-08-10T19:36:34.605Z Compiling enum-as-inner v0.6.1
17162026-08-10T19:36:34.808Z Compiling pem v3.0.6
17172026-08-10T19:36:34.887Z Compiling float-cmp v0.10.0
17182026-08-10T19:36:34.975Z Compiling thread-id v4.2.2
17192026-08-10T19:36:35.035Z Compiling memmap2 v0.9.10
17202026-08-10T19:36:35.073Z Compiling cpufeatures v0.3.0
17212026-08-10T19:36:35.121Z Compiling fixedbitset v0.5.7
17222026-08-10T19:36:35.136Z Compiling precomputed-hash v0.1.1
17232026-08-10T19:36:35.151Z Compiling normalize-line-endings v0.3.0
17242026-08-10T19:36:35.228Z Compiling winnow v1.0.3
17252026-08-10T19:36:35.245Z Compiling whoami v2.1.0
17262026-08-10T19:36:35.260Z Compiling new_debug_unreachable v1.0.6
17272026-08-10T19:36:35.332Z Compiling keccak v0.1.6
17282026-08-10T19:36:35.421Z Compiling data-encoding v2.10.0
17292026-08-10T19:36:35.578Z Compiling const-oid v0.10.2
17302026-08-10T19:36:35.619Z Compiling typed-path v0.9.3
17312026-08-10T19:36:35.786Z Compiling difflib v0.4.0
17322026-08-10T19:36:36.013Z Compiling predicates-core v1.0.10
17332026-08-10T19:36:36.080Z Compiling static_assertions v1.1.0
17342026-08-10T19:36:36.133Z Compiling fixedbitset v0.4.2
17352026-08-10T19:36:36.154Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17362026-08-10T19:36:36.186Z Compiling predicates v3.1.4
17372026-08-10T19:36:36.336Z Compiling petgraph v0.6.5
17382026-08-10T19:36:36.351Z Compiling strum v0.26.3
17392026-08-10T19:36:36.354Z Compiling digest v0.11.3
17402026-08-10T19:36:36.381Z Compiling hickory-proto v0.25.2
17412026-08-10T19:36:36.478Z Compiling toml_parser v1.1.2+spec-1.1.0
17422026-08-10T19:36:36.585Z Compiling sha3 v0.10.8
17432026-08-10T19:36:36.820Z Compiling tokio-postgres v0.7.16
17442026-08-10T19:36:36.836Z Compiling toml_edit v0.22.27
17452026-08-10T19:36:37.039Z Compiling string_cache v0.8.9
17462026-08-10T19:36:37.104Z Compiling petgraph v0.8.3
17472026-08-10T19:36:37.263Z Compiling elliptic-curve v0.13.8
17482026-08-10T19:36:37.663Z Compiling usdt v0.6.0
17492026-08-10T19:36:37.828Z Compiling chacha20 v0.10.0
17502026-08-10T19:36:37.923Z Compiling usdt-impl v0.5.0
17512026-08-10T19:36:38.207Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-10T19:36:38.543Z Compiling ed25519-dalek v2.2.0
17532026-08-10T19:36:38.956Z Compiling crossterm v0.28.1
17542026-08-10T19:36:39.071Z Compiling serde_with v3.21.0
17552026-08-10T19:36:39.103Z Compiling zip v4.6.1
17562026-08-10T19:36:39.780Z Compiling iddqd v0.4.2
17572026-08-10T19:36:40.256Z Compiling itertools v0.13.0
17582026-08-10T19:36:40.380Z Compiling itertools v0.15.0
17592026-08-10T19:36:40.773Z Compiling heck v0.4.1
17602026-08-10T19:36:40.871Z Compiling similar v2.7.0
17612026-08-10T19:36:40.998Z Compiling crossbeam-epoch v0.9.18
17622026-08-10T19:36:41.032Z Compiling tokio-stream v0.1.18
17632026-08-10T19:36:41.050Z Compiling buf-list v1.1.2
17642026-08-10T19:36:41.316Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-10T19:36:41.316Z Compiling openapiv3 v2.2.0
17662026-08-10T19:36:41.474Z Compiling peg-runtime v0.8.5
17672026-08-10T19:36:41.490Z Compiling lalrpop-util v0.19.12
17682026-08-10T19:36:41.611Z Compiling thread_local v1.1.9
17692026-08-10T19:36:41.678Z Compiling slog-async v2.8.0
17702026-08-10T19:36:41.694Z Compiling crossbeam-channel v0.5.15
17712026-08-10T19:36:41.694Z Compiling filetime v0.2.27
17722026-08-10T19:36:41.752Z Compiling is-terminal v0.4.17
17732026-08-10T19:36:41.852Z Compiling term v1.2.1
17742026-08-10T19:36:41.852Z Compiling take_mut v0.2.2
17752026-08-10T19:36:41.880Z Compiling xattr v1.6.1
17762026-08-10T19:36:41.962Z Compiling camino-tempfile v1.4.1
17772026-08-10T19:36:42.147Z Compiling slog-term v2.9.2
17782026-08-10T19:36:42.181Z Compiling tar v0.4.46
17792026-08-10T19:36:48.487Z Compiling rustls-webpki v0.103.13
17802026-08-10T19:36:51.182Z Compiling tokio-rustls v0.26.4
17812026-08-10T19:36:51.182Z Compiling rustls-platform-verifier v0.6.2
17822026-08-10T19:36:51.182Z Compiling tough v0.22.0
17832026-08-10T19:36:51.385Z Compiling hyper-rustls v0.27.7
17842026-08-10T19:36:51.581Z Compiling reqwest v0.13.2
17852026-08-10T19:36:53.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-08-10T19:36:54.031Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-08-10T19:36:56.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17882026-08-10T19:36:57.127Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17892026-08-10T19:36:57.190ZAug 10 19:36:56.326 INFO Starting download, target: Clickhouse
17902026-08-10T19:36:57.191ZAug 10 19:36:56.327 INFO Starting download, target: Console
17912026-08-10T19:36:57.194ZAug 10 19:36:56.327 INFO Starting download, target: Cockroach
17922026-08-10T19:36:57.194ZAug 10 19:36:56.327 INFO Starting download, target: DendriteStub
17932026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Starting download, target: MaghemiteDdmd
17942026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Starting download, target: MaghemiteMgd
17952026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Starting download, target: TransceiverControl
17962026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17972026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18002026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18022026-08-10T19:36:57.195ZAug 10 19:36:56.327 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18032026-08-10T19:36:57.899ZAug 10 19:36:57.041 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18042026-08-10T19:36:58.140ZAug 10 19:36:57.253 INFO Download complete, target: TransceiverControl
18052026-08-10T19:36:59.317ZAug 10 19:36:58.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-10T19:36:59.599ZAug 10 19:36:58.712 INFO Download complete, target: Console
18072026-08-10T19:36:59.685ZAug 10 19:36:58.795 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-10T19:36:59.853ZAug 10 19:36:58.936 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-10T19:37:00.626ZAug 10 19:36:59.732 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-10T19:37:01.134ZAug 10 19:37:00.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18112026-08-10T19:37:02.053ZAug 10 19:37:01.195 INFO Download complete, target: DendriteStub
18122026-08-10T19:37:02.653ZAug 10 19:37:01.795 INFO Download complete, target: MaghemiteDdmd
18132026-08-10T19:37:03.595ZAug 10 19:37:02.736 INFO Download complete, target: MaghemiteMgd
18142026-08-10T19:37:04.463ZAug 10 19:37:03.601 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18152026-08-10T19:37:04.463ZAug 10 19:37:03.602 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18162026-08-10T19:37:06.679ZAug 10 19:37:05.813 INFO Checking that binary works, target: Clickhouse
18172026-08-10T19:37:06.812ZAug 10 19:37:05.952 INFO Download complete, target: Clickhouse
18182026-08-10T19:37:09.061ZAug 10 19:37:08.196 INFO Checking that binary works, target: Cockroach
18192026-08-10T19:37:09.165ZAug 10 19:37:08.307 INFO Download complete, target: Cockroach
18202026-08-10T19:37:09.179ZAll builder prerequisites installed successfully, and PATH looks valid
18212026-08-10T19:37:09.183Z
18222026-08-10T19:37:09.183Zreal 2:13.819987544
18232026-08-10T19:37:09.183Zuser 7:11.040168646
18242026-08-10T19:37:09.183Zsys 1:26.016562541
18252026-08-10T19:37:09.183Ztrap 0.252793628
18262026-08-10T19:37:09.183Ztflt 0.563120086
18272026-08-10T19:37:09.183Zdflt 0.883520674
18282026-08-10T19:37:09.183Zkflt 0.027105426
18292026-08-10T19:37:09.183Zlock 28:06.598394704
18302026-08-10T19:37:09.183Zslp 21:51.548772698
18312026-08-10T19:37:09.183Zlat 46.558582740
18322026-08-10T19:37:09.183Zstop 2:41.642663475
18332026-08-10T19:37:09.183Z+ banner hack-check
18342026-08-10T19:37:09.183Z
18352026-08-10T19:37:09.183Z # # ## #### # # #### # # ###### #### # #
18362026-08-10T19:37:09.183Z # # # # # # # # # # # # # # # # #
18372026-08-10T19:37:09.183Z ###### # # # #### ##### # ###### ##### # ####
18382026-08-10T19:37:09.183Z # # ###### # # # # # # # # # #
18392026-08-10T19:37:09.183Z # # # # # # # # # # # # # # # # #
18402026-08-10T19:37:09.183Z # # # # #### # # #### # # ###### #### # #
18412026-08-10T19:37:09.183Z
18422026-08-10T19:37:09.183Z+ export CARGO_INCREMENTAL=0
18432026-08-10T19:37:09.183Z+ CARGO_INCREMENTAL=0
18442026-08-10T19:37:09.183Z+ ptime -m timeout 2h cargo xtask check-features --ci
18452026-08-10T19:37:09.671Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18462026-08-10T19:37:09.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18472026-08-10T19:37:11.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18482026-08-10T19:37:11.850Z Running `target/debug/xtask check-features --ci`
18492026-08-10T19:37:11.877Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18502026-08-10T19:37:11.880Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18512026-08-10T19:37:12.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18522026-08-10T19:37:12.331Z Running `target/debug/xtask download cargo-hack`
18532026-08-10T19:37:13.124Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18542026-08-10T19:37:13.441Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18552026-08-10T19:37:16.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
18562026-08-10T19:37:16.234Z Running `target/debug/xtask-downloader cargo-hack`
18572026-08-10T19:37:16.276ZAug 10 19:37:15.418 INFO Starting download, target: CargoHack
18582026-08-10T19:37:16.279ZAug 10 19:37:15.419 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18592026-08-10T19:37:16.885ZAug 10 19:37:16.027 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18602026-08-10T19:37:16.935ZAug 10 19:37:16.078 INFO Download complete, target: CargoHack
18612026-08-10T19:37:16.938Zrunning: "/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"
18622026-08-10T19:37:16.952Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18632026-08-10T19:37:17.111Zinfo: running `cargo check --bins` on api_identity (1/335)
18642026-08-10T19:37:17.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-08-10T19:37:17.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-08-10T19:37:17.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-08-10T19:37:17.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18682026-08-10T19:37:17.660Z
18692026-08-10T19:37:17.660Zinfo: running `cargo check --bins` on bootstore (2/335)
18702026-08-10T19:37:18.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-08-10T19:37:18.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-08-10T19:37:18.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-08-10T19:37:18.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18742026-08-10T19:37:18.228Z
18752026-08-10T19:37:18.228Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18762026-08-10T19:37:18.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-08-10T19:37:18.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-08-10T19:37:18.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-08-10T19:37:18.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18802026-08-10T19:37:18.783Z
18812026-08-10T19:37:18.783Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18822026-08-10T19:37:19.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-08-10T19:37:19.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-08-10T19:37:19.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-08-10T19:37:19.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18862026-08-10T19:37:19.340Z
18872026-08-10T19:37:19.340Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18882026-08-10T19:37:19.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-08-10T19:37:19.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-08-10T19:37:19.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-08-10T19:37:19.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18922026-08-10T19:37:19.901Z
18932026-08-10T19:37:19.901Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18942026-08-10T19:37:20.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-10T19:37:20.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-10T19:37:20.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-10T19:37:20.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18982026-08-10T19:37:20.469Z
18992026-08-10T19:37:20.469Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
19002026-08-10T19:37:20.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-10T19:37:20.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-10T19:37:20.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-10T19:37:20.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-10T19:37:21.028Z
19052026-08-10T19:37:21.028Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19062026-08-10T19:37:21.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-10T19:37:21.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-10T19:37:21.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-10T19:37:21.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19102026-08-10T19:37:21.585Z
19112026-08-10T19:37:21.586Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19122026-08-10T19:37:21.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-10T19:37:21.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-10T19:37:21.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-10T19:37:21.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19162026-08-10T19:37:22.002Z
19172026-08-10T19:37:22.003Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19182026-08-10T19:37:22.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-10T19:37:22.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-10T19:37:22.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-10T19:37:22.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19222026-08-10T19:37:22.418Z
19232026-08-10T19:37:22.418Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19242026-08-10T19:37:22.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-10T19:37:22.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-10T19:37:22.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-10T19:37:22.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19282026-08-10T19:37:22.832Z
19292026-08-10T19:37:22.832Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19302026-08-10T19:37:23.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-10T19:37:23.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-10T19:37:23.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-10T19:37:23.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19342026-08-10T19:37:23.250Z
19352026-08-10T19:37:23.250Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19362026-08-10T19:37:23.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-10T19:37:23.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-10T19:37:23.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-10T19:37:23.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19402026-08-10T19:37:23.666Z
19412026-08-10T19:37:23.666Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19422026-08-10T19:37:24.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-10T19:37:24.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-10T19:37:24.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-10T19:37:24.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-10T19:37:24.086Z
19472026-08-10T19:37:24.086Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19482026-08-10T19:37:24.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-10T19:37:24.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-10T19:37:24.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-10T19:37:24.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19522026-08-10T19:37:24.500Z
19532026-08-10T19:37:24.501Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19542026-08-10T19:37:24.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-10T19:37:24.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-10T19:37:24.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-10T19:37:24.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-08-10T19:37:24.921Z
19592026-08-10T19:37:24.921Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19602026-08-10T19:37:25.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-10T19:37:25.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-10T19:37:25.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-10T19:37:25.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-10T19:37:25.337Z
19652026-08-10T19:37:25.338Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19662026-08-10T19:37:25.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-10T19:37:25.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-10T19:37:25.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-10T19:37:25.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19702026-08-10T19:37:25.752Z
19712026-08-10T19:37:25.752Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19722026-08-10T19:37:26.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-10T19:37:26.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-10T19:37:26.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-10T19:37:26.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19762026-08-10T19:37:26.167Z
19772026-08-10T19:37:26.167Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19782026-08-10T19:37:26.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-10T19:37:26.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-10T19:37:26.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-10T19:37:26.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19822026-08-10T19:37:26.583Z
19832026-08-10T19:37:26.583Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19842026-08-10T19:37:26.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-10T19:37:26.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-10T19:37:26.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-10T19:37:26.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-08-10T19:37:27.003Z
19892026-08-10T19:37:27.003Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19902026-08-10T19:37:27.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-10T19:37:27.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-10T19:37:27.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-10T19:37:27.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-10T19:37:27.426Z
19952026-08-10T19:37:27.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19962026-08-10T19:37:27.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-10T19:37:27.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-10T19:37:27.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-10T19:37:27.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-10T19:37:27.844Z
20012026-08-10T19:37:27.844Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20022026-08-10T19:37:28.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-10T19:37:28.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-10T19:37:28.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-10T19:37:28.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20062026-08-10T19:37:28.270Z
20072026-08-10T19:37:28.270Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20082026-08-10T19:37:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-10T19:37:28.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-10T19:37:28.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-10T19:37:28.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-10T19:37:28.680Z
20132026-08-10T19:37:28.681Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20142026-08-10T19:37:29.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-10T19:37:29.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-10T19:37:29.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-10T19:37:29.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-10T19:37:29.093Z
20192026-08-10T19:37:29.093Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20202026-08-10T19:37:29.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-10T19:37:29.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-10T19:37:29.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-10T19:37:29.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20242026-08-10T19:37:29.508Z
20252026-08-10T19:37:29.508Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20262026-08-10T19:37:29.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-10T19:37:29.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-10T19:37:29.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-10T19:37:29.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-10T19:37:29.925Z
20312026-08-10T19:37:29.925Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20322026-08-10T19:37:30.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-10T19:37:30.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-10T19:37:30.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-10T19:37:30.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-10T19:37:30.346Z
20372026-08-10T19:37:30.346Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20382026-08-10T19:37:30.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-10T19:37:30.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-10T19:37:30.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-10T19:37:30.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-10T19:37:30.763Z
20432026-08-10T19:37:30.763Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20442026-08-10T19:37:31.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-10T19:37:31.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-10T19:37:31.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-10T19:37:31.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-08-10T19:37:31.181Z
20492026-08-10T19:37:31.181Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20502026-08-10T19:37:31.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-10T19:37:31.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-10T19:37:31.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-10T19:37:31.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20542026-08-10T19:37:31.596Z
20552026-08-10T19:37:31.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20562026-08-10T19:37:31.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-10T19:37:31.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-10T19:37:31.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-10T19:37:31.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20602026-08-10T19:37:32.008Z
20612026-08-10T19:37:32.008Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20622026-08-10T19:37:32.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-10T19:37:32.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-10T19:37:32.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-10T19:37:32.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-10T19:37:32.423Z
20672026-08-10T19:37:32.423Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20682026-08-10T19:37:32.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-10T19:37:32.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-10T19:37:32.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-10T19:37:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-10T19:37:32.843Z
20732026-08-10T19:37:32.843Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20742026-08-10T19:37:33.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-10T19:37:33.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-10T19:37:33.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-10T19:37:33.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-10T19:37:33.258Z
20792026-08-10T19:37:33.258Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20802026-08-10T19:37:33.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-10T19:37:33.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-10T19:37:33.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-10T19:37:33.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-10T19:37:33.672Z
20852026-08-10T19:37:33.672Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20862026-08-10T19:37:34.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-10T19:37:34.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-10T19:37:34.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-10T19:37:34.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-10T19:37:34.088Z
20912026-08-10T19:37:34.088Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20922026-08-10T19:37:34.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-10T19:37:34.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-10T19:37:34.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-10T19:37:34.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-10T19:37:34.502Z
20972026-08-10T19:37:34.502Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20982026-08-10T19:37:34.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-10T19:37:34.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-10T19:37:34.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-10T19:37:34.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-10T19:37:34.919Z
21032026-08-10T19:37:34.919Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21042026-08-10T19:37:35.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-10T19:37:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-10T19:37:35.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-10T19:37:35.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-10T19:37:35.334Z
21092026-08-10T19:37:35.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21102026-08-10T19:37:35.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-10T19:37:35.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-10T19:37:35.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-10T19:37:35.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-10T19:37:35.749Z
21152026-08-10T19:37:35.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21162026-08-10T19:37:36.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-10T19:37:36.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-10T19:37:36.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-10T19:37:36.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-10T19:37:36.164Z
21212026-08-10T19:37:36.164Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21222026-08-10T19:37:36.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-10T19:37:36.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-10T19:37:36.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-10T19:37:36.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-10T19:37:36.583Z
21272026-08-10T19:37:36.583Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21282026-08-10T19:37:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-10T19:37:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-10T19:37:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-10T19:37:36.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-10T19:37:36.996Z
21332026-08-10T19:37:36.997Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21342026-08-10T19:37:37.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-10T19:37:37.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-10T19:37:37.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-10T19:37:37.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-10T19:37:37.414Z
21392026-08-10T19:37:37.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21402026-08-10T19:37:37.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-10T19:37:37.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-10T19:37:37.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-10T19:37:37.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-10T19:37:37.832Z
21452026-08-10T19:37:37.832Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21462026-08-10T19:37:38.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-10T19:37:38.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-10T19:37:38.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-10T19:37:38.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-10T19:37:38.252Z
21512026-08-10T19:37:38.252Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21522026-08-10T19:37:38.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-10T19:37:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-10T19:37:38.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-10T19:37:38.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21562026-08-10T19:37:38.855Z
21572026-08-10T19:37:38.855Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21582026-08-10T19:37:39.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-10T19:37:39.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-10T19:37:39.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-10T19:37:39.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21622026-08-10T19:37:39.464Z
21632026-08-10T19:37:39.464Zinfo: running `cargo check --bins` on nexus-config (51/335)
21642026-08-10T19:37:39.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-10T19:37:39.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-10T19:37:39.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-10T19:37:39.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-08-10T19:37:40.062Z
21692026-08-10T19:37:40.062Zinfo: running `cargo check --bins` on nexus-types (52/335)
21702026-08-10T19:37:40.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-10T19:37:40.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-10T19:37:40.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-10T19:37:40.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21742026-08-10T19:37:40.663Z
21752026-08-10T19:37:40.663Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21762026-08-10T19:37:41.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-10T19:37:41.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-10T19:37:41.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-10T19:37:41.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21802026-08-10T19:37:41.230Z
21812026-08-10T19:37:41.230Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21822026-08-10T19:37:41.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-10T19:37:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-10T19:37:41.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-10T19:37:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21862026-08-10T19:37:41.783Z
21872026-08-10T19:37:41.783Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21882026-08-10T19:37:42.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-10T19:37:42.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-10T19:37:42.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-10T19:37:42.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21922026-08-10T19:37:42.350Z
21932026-08-10T19:37:42.350Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21942026-08-10T19:37:42.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-10T19:37:42.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-10T19:37:42.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-10T19:37:42.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21982026-08-10T19:37:42.917Z
21992026-08-10T19:37:42.917Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
22002026-08-10T19:37:43.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-10T19:37:43.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-10T19:37:43.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-10T19:37:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22042026-08-10T19:37:43.484Z
22052026-08-10T19:37:43.484Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22062026-08-10T19:37:43.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-10T19:37:43.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-10T19:37:43.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-10T19:37:43.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-08-10T19:37:44.062Z
22112026-08-10T19:37:44.062Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22122026-08-10T19:37:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-10T19:37:44.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-10T19:37:44.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-10T19:37:44.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22162026-08-10T19:37:44.614Z
22172026-08-10T19:37:44.614Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22182026-08-10T19:37:45.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-10T19:37:45.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-10T19:37:45.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-10T19:37:45.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22222026-08-10T19:37:45.170Z
22232026-08-10T19:37:45.170Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22242026-08-10T19:37:45.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-10T19:37:45.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-10T19:37:45.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-10T19:37:45.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22282026-08-10T19:37:45.721Z
22292026-08-10T19:37:45.721Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22302026-08-10T19:37:46.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-10T19:37:46.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-10T19:37:46.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-10T19:37:46.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22342026-08-10T19:37:46.274Z
22352026-08-10T19:37:46.275Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22362026-08-10T19:37:46.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-10T19:37:46.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-10T19:37:46.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-10T19:37:46.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22402026-08-10T19:37:46.847Z
22412026-08-10T19:37:46.847Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22422026-08-10T19:37:47.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-10T19:37:47.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-10T19:37:47.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-10T19:37:47.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22462026-08-10T19:37:47.421Z
22472026-08-10T19:37:47.421Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22482026-08-10T19:37:47.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-10T19:37:47.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-10T19:37:47.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-10T19:37:47.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-08-10T19:37:47.983Z
22532026-08-10T19:37:47.983Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22542026-08-10T19:37:48.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-10T19:37:48.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-10T19:37:48.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-10T19:37:48.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-08-10T19:37:48.544Z
22592026-08-10T19:37:48.544Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22602026-08-10T19:37:49.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-10T19:37:49.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-10T19:37:49.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-10T19:37:49.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22642026-08-10T19:37:49.113Z
22652026-08-10T19:37:49.113Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22662026-08-10T19:37:49.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-10T19:37:49.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-10T19:37:49.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-10T19:37:49.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22702026-08-10T19:37:49.683Z
22712026-08-10T19:37:49.683Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22722026-08-10T19:37:50.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-10T19:37:50.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-10T19:37:50.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-10T19:37:50.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22762026-08-10T19:37:50.235Z
22772026-08-10T19:37:50.235Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22782026-08-10T19:37:50.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-10T19:37:50.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-10T19:37:50.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-10T19:37:50.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22822026-08-10T19:37:50.791Z
22832026-08-10T19:37:50.791Zinfo: running `cargo check --bins` on ereport-types (71/335)
22842026-08-10T19:37:51.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-10T19:37:51.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-10T19:37:51.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-10T19:37:51.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22882026-08-10T19:37:51.349Z
22892026-08-10T19:37:51.350Zinfo: running `cargo check --bins` on gateway-client (72/335)
22902026-08-10T19:37:51.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-10T19:37:51.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-10T19:37:51.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-10T19:37:51.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22942026-08-10T19:37:51.913Z
22952026-08-10T19:37:51.913Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22962026-08-10T19:37:52.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-10T19:37:52.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-10T19:37:52.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-10T19:37:52.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23002026-08-10T19:37:52.476Z
23012026-08-10T19:37:52.476Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23022026-08-10T19:37:52.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-10T19:37:52.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-10T19:37:52.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-10T19:37:52.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23062026-08-10T19:37:53.037Z
23072026-08-10T19:37:53.037Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23082026-08-10T19:37:53.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-10T19:37:53.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-10T19:37:53.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-10T19:37:53.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23122026-08-10T19:37:53.614Z
23132026-08-10T19:37:53.614Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23142026-08-10T19:37:54.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-10T19:37:54.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-10T19:37:54.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-10T19:37:54.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23182026-08-10T19:37:54.192Z
23192026-08-10T19:37:54.192Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23202026-08-10T19:37:54.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-10T19:37:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-10T19:37:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-10T19:37:54.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23242026-08-10T19:37:54.739Z
23252026-08-10T19:37:54.739Zinfo: running `cargo check --bins` on oxlog (78/335)
23262026-08-10T19:37:55.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-10T19:37:55.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-10T19:37:55.333Z Checking cfg-if v1.0.4
23292026-08-10T19:37:55.337Z Checking libc v0.2.185
23302026-08-10T19:37:55.440Z Checking serde_core v1.0.228
23312026-08-10T19:37:55.455Z Checking memchr v2.8.0
23322026-08-10T19:37:55.462Z Checking zeroize v1.9.0
23332026-08-10T19:37:55.472Z Checking log v0.4.29
23342026-08-10T19:37:55.475Z Checking smallvec v1.15.1
23352026-08-10T19:37:55.492Z Checking subtle v2.6.1
23362026-08-10T19:37:55.502Z Checking itoa v1.0.17
23372026-08-10T19:37:55.615Z Checking scopeguard v1.2.0
23382026-08-10T19:37:55.629Z Checking stable_deref_trait v1.2.1
23392026-08-10T19:37:55.640Z Checking typenum v1.20.1
23402026-08-10T19:37:55.652Z Checking zerofrom v0.1.6
23412026-08-10T19:37:55.666Z Checking portable-atomic v1.13.1
23422026-08-10T19:37:55.696Z Checking zerocopy v0.8.40
23432026-08-10T19:37:55.710Z Checking lock_api v0.4.14
23442026-08-10T19:37:55.765Z Checking yoke v0.8.1
23452026-08-10T19:37:55.826Z Checking critical-section v1.2.0
23462026-08-10T19:37:55.841Z Checking errno v0.3.14
23472026-08-10T19:37:55.911Z Checking getrandom v0.2.17
23482026-08-10T19:37:55.926Z Checking const-oid v0.9.6
23492026-08-10T19:37:55.938Z Checking zerovec v0.11.5
23502026-08-10T19:37:55.957Z Checking pin-project-lite v0.2.17
23512026-08-10T19:37:56.050Z Checking zmij v1.0.21
23522026-08-10T19:37:56.063Z Checking rand_core v0.6.4
23532026-08-10T19:37:56.077Z Checking once_cell v1.21.3
23542026-08-10T19:37:56.231Z Checking libm v0.2.16
23552026-08-10T19:37:56.248Z Checking signal-hook-registry v1.4.8
23562026-08-10T19:37:56.260Z Checking parking_lot_core v0.9.12
23572026-08-10T19:37:56.368Z Checking tinystr v0.8.2
23582026-08-10T19:37:56.380Z Checking generic-array v0.14.7
23592026-08-10T19:37:56.407Z Checking futures-core v0.3.32
23602026-08-10T19:37:56.441Z Checking litemap v0.8.1
23612026-08-10T19:37:56.529Z Checking rand_core v0.10.0
23622026-08-10T19:37:56.542Z Checking writeable v0.6.2
23632026-08-10T19:37:56.604Z Checking percent-encoding v2.3.2
23642026-08-10T19:37:56.616Z Checking parking_lot v0.12.5
23652026-08-10T19:37:56.670Z Checking getrandom v0.4.1
23662026-08-10T19:37:56.699Z Checking icu_locale_core v2.1.1
23672026-08-10T19:37:56.741Z Checking potential_utf v0.1.4
23682026-08-10T19:37:56.801Z Checking zerotrie v0.2.3
23692026-08-10T19:37:56.816Z Checking mio v1.2.0
23702026-08-10T19:37:56.830Z Checking equivalent v1.0.2
23712026-08-10T19:37:56.872Z Checking icu_collections v2.1.1
23722026-08-10T19:37:56.913Z Checking socket2 v0.6.3
23732026-08-10T19:37:56.927Z Checking num-traits v0.2.19
23742026-08-10T19:37:56.970Z Checking serde v1.0.228
23752026-08-10T19:37:57.040Z Checking bitflags v2.11.0
23762026-08-10T19:37:57.089Z Checking serde_json v1.0.151
23772026-08-10T19:37:57.156Z Checking icu_properties_data v2.1.2
23782026-08-10T19:37:57.173Z Checking icu_normalizer_data v2.1.1
23792026-08-10T19:37:57.209Z Checking byteorder v1.5.0
23802026-08-10T19:37:57.243Z Checking block-buffer v0.10.4
23812026-08-10T19:37:57.255Z Checking icu_provider v2.1.1
23822026-08-10T19:37:57.280Z Checking crypto-common v0.1.7
23832026-08-10T19:37:57.371Z Checking bytes v1.11.1
23842026-08-10T19:37:57.384Z Checking hashbrown v0.17.0
23852026-08-10T19:37:57.401Z Checking futures-sink v0.3.32
23862026-08-10T19:37:57.414Z Checking digest v0.10.7
23872026-08-10T19:37:57.485Z Checking icu_properties v2.1.2
23882026-08-10T19:37:57.498Z Checking icu_normalizer v2.1.1
23892026-08-10T19:37:57.510Z Checking futures-channel v0.3.32
23902026-08-10T19:37:57.606Z Checking getrandom v0.3.4
23912026-08-10T19:37:57.698Z Checking utf8_iter v1.0.4
23922026-08-10T19:37:57.749Z Checking slab v0.4.12
23932026-08-10T19:37:57.762Z Checking futures-io v0.3.32
23942026-08-10T19:37:57.800Z Checking futures-task v0.3.32
23952026-08-10T19:37:57.803Z Checking tokio v1.52.1
23962026-08-10T19:37:57.825Z Checking form_urlencoded v1.2.2
23972026-08-10T19:37:57.843Z Checking indexmap v2.14.0
23982026-08-10T19:37:57.872Z Checking rustix v1.1.3
23992026-08-10T19:37:57.907Z Checking fnv v1.0.7
24002026-08-10T19:37:57.937Z Checking futures-util v0.3.32
24012026-08-10T19:37:57.949Z Checking base64ct v1.8.3
24022026-08-10T19:37:58.001Z Checking iana-time-zone v0.1.65
24032026-08-10T19:37:58.107Z Checking flagset v0.4.7
24042026-08-10T19:37:58.175Z Checking pem-rfc7468 v0.7.0
24052026-08-10T19:37:58.230Z Checking chrono v0.4.45
24062026-08-10T19:37:58.314Z Checking idna_adapter v1.2.1
24072026-08-10T19:37:58.331Z Checking der v0.7.10
24082026-08-10T19:37:58.404Z Checking rand_core v0.9.5
24092026-08-10T19:37:58.433Z Checking idna v1.1.0
24102026-08-10T19:37:58.480Z Checking ppv-lite86 v0.2.21
24112026-08-10T19:37:58.580Z Checking uuid v1.23.4
24122026-08-10T19:37:58.675Z Checking url v2.5.8
24132026-08-10T19:37:58.706Z Checking base64 v0.22.1
24142026-08-10T19:37:58.771Z Checking regex-syntax v0.8.10
24152026-08-10T19:37:58.894Z Checking http v1.4.2
24162026-08-10T19:37:58.941Z Checking utf8parse v0.2.2
24172026-08-10T19:37:59.046Z Checking rand_chacha v0.9.0
24182026-08-10T19:37:59.068Z Checking spki v0.7.3
24192026-08-10T19:37:59.082Z Checking tracing-core v0.1.36
24202026-08-10T19:37:59.105Z Checking cpufeatures v0.2.17
24212026-08-10T19:37:59.175Z Checking anstyle v1.0.14
24222026-08-10T19:37:59.230Z Checking dyn-clone v1.0.20
24232026-08-10T19:37:59.248Z Checking rand v0.9.2
24242026-08-10T19:37:59.335Z Checking pkcs8 v0.10.2
24252026-08-10T19:37:59.357Z Checking semver v1.0.28
24262026-08-10T19:37:59.390Z Checking tracing v0.1.44
24272026-08-10T19:37:59.468Z Checking http-body v1.0.1
24282026-08-10T19:37:59.491Z Checking spin v0.9.8
24292026-08-10T19:37:59.583Z Checking rustls-pki-types v1.14.0
24302026-08-10T19:37:59.600Z Checking colorchoice v1.0.4
24312026-08-10T19:37:59.603Z Checking cmov v0.5.4
24322026-08-10T19:37:59.679Z Checking is_terminal_polyfill v1.70.2
24332026-08-10T19:37:59.702Z Checking tinyvec_macros v0.1.1
24342026-08-10T19:37:59.743Z Checking anstyle-query v1.1.5
24352026-08-10T19:37:59.768Z Checking openssl-probe v0.2.1
24362026-08-10T19:37:59.781Z Checking tinyvec v1.10.0
24372026-08-10T19:37:59.801Z Checking ctutils v0.4.2
24382026-08-10T19:37:59.834Z Checking schemars v0.8.22
24392026-08-10T19:37:59.873Z Checking sha2 v0.10.9
24402026-08-10T19:37:59.888Z Checking aws-lc-sys v0.40.0
24412026-08-10T19:37:59.892Z Checking thiserror v2.0.18
24422026-08-10T19:38:00.000Z Checking tower-service v0.3.3
24432026-08-10T19:38:00.016Z Checking try-lock v0.2.5
24442026-08-10T19:38:00.088Z Checking fastrand v2.3.0
24452026-08-10T19:38:00.091Z Checking tower-layer v0.3.3
24462026-08-10T19:38:00.091Z Checking atomic-waker v1.1.2
24472026-08-10T19:38:00.123Z Checking untrusted v0.7.1
24482026-08-10T19:38:00.142Z Checking want v0.3.1
24492026-08-10T19:38:00.206Z Checking hybrid-array v0.4.13
24502026-08-10T19:38:00.233Z Checking anstyle-parse v1.0.0
24512026-08-10T19:38:00.247Z Checking ipnet v2.11.0
24522026-08-10T19:38:00.262Z Checking crc32fast v1.5.0
24532026-08-10T19:38:00.272Z Checking tempfile v3.25.0
24542026-08-10T19:38:00.381Z Checking httparse v1.10.1
24552026-08-10T19:38:00.394Z Checking aws-lc-rs v1.16.3
24562026-08-10T19:38:00.407Z Checking aho-corasick v1.1.4
24572026-08-10T19:38:00.467Z Checking plain v0.2.3
24582026-08-10T19:38:00.482Z Checking untrusted v0.9.0
24592026-08-10T19:38:00.499Z Checking simd-adler32 v0.3.8
24602026-08-10T19:38:00.570Z Checking tap v1.0.1
24612026-08-10T19:38:00.586Z Checking foreign-types-shared v0.1.1
24622026-08-10T19:38:00.590Z Checking httpdate v1.0.3
24632026-08-10T19:38:00.665Z Checking wyz v0.5.1
24642026-08-10T19:38:00.665Z Checking foreign-types v0.3.2
24652026-08-10T19:38:00.691Z Checking anstream v1.0.0
24662026-08-10T19:38:00.741Z Checking unicode-normalization v0.1.25
24672026-08-10T19:38:00.754Z Checking rand_chacha v0.3.1
24682026-08-10T19:38:00.838Z Checking terminal_size v0.4.3
24692026-08-10T19:38:00.888Z Checking radium v0.7.0
24702026-08-10T19:38:00.952Z Checking signature v2.2.0
24712026-08-10T19:38:00.956Z Checking num-integer v0.1.46
24722026-08-10T19:38:00.977Z Checking hex v0.4.3
24732026-08-10T19:38:01.063Z Checking openssl-sys v0.9.117
24742026-08-10T19:38:01.081Z Checking regex-automata v0.4.14
24752026-08-10T19:38:01.095Z Checking wait-timeout v0.2.1
24762026-08-10T19:38:01.095Z Checking tokio-util v0.7.18
24772026-08-10T19:38:01.146Z Checking funty v2.0.0
24782026-08-10T19:38:01.177Z Checking unicode-ident v1.0.24
24792026-08-10T19:38:01.194Z Checking quick-error v1.2.3
24802026-08-10T19:38:01.208Z Checking rustls-webpki v0.103.13
24812026-08-10T19:38:01.221Z Checking strsim v0.11.1
24822026-08-10T19:38:01.282Z Checking ucd-trie v0.1.7
24832026-08-10T19:38:01.296Z Checking clap_lex v1.0.0
24842026-08-10T19:38:01.380Z Checking bit-vec v0.8.0
24852026-08-10T19:38:01.413Z Checking adler2 v2.0.1
24862026-08-10T19:38:01.431Z Checking openssl v0.10.80
24872026-08-10T19:38:01.444Z Checking clap_builder v4.6.0
24882026-08-10T19:38:01.460Z Checking bitvec v1.0.1
24892026-08-10T19:38:01.516Z Checking miniz_oxide v0.8.9
24902026-08-10T19:38:01.571Z Checking bit-set v0.8.0
24912026-08-10T19:38:01.622Z Checking rustls v0.23.41
24922026-08-10T19:38:01.718Z Checking pest v2.8.6
24932026-08-10T19:38:01.729Z Checking h2 v0.4.15
24942026-08-10T19:38:01.867Z Checking rusty-fork v0.3.1
24952026-08-10T19:38:02.044Z Checking proc-macro2 v1.0.106
24962026-08-10T19:38:02.350Z Checking num-iter v0.1.45
24972026-08-10T19:38:02.462Z Checking rand v0.8.6
24982026-08-10T19:38:02.667Z Checking lazy_static v1.5.0
24992026-08-10T19:38:02.758Z Checking anstyle-parse v0.2.7
25002026-08-10T19:38:02.771Z Checking rand_xorshift v0.4.0
25012026-08-10T19:38:02.784Z Checking thiserror v1.0.69
25022026-08-10T19:38:02.881Z Checking maybe-uninit v2.0.0
25032026-08-10T19:38:02.895Z Checking hmac v0.12.1
25042026-08-10T19:38:02.895Z Checking serde_spanned v0.6.9
25052026-08-10T19:38:02.919Z Checking toml_datetime v0.6.11
25062026-08-10T19:38:02.947Z Checking sync_wrapper v1.0.2
25072026-08-10T19:38:02.982Z Checking siphasher v1.0.2
25082026-08-10T19:38:03.026Z Checking crc-catalog v2.4.0
25092026-08-10T19:38:03.029Z Checking powerfmt v0.2.0
25102026-08-10T19:38:03.050Z Checking zlib-rs v0.6.2
25112026-08-10T19:38:03.098Z Checking unarray v0.1.4
25122026-08-10T19:38:03.115Z Checking pretty-hex v0.4.1
25132026-08-10T19:38:03.136Z Checking nodrop v0.1.14
25142026-08-10T19:38:03.184Z Checking deranged v0.5.8
25152026-08-10T19:38:03.202Z Checking proptest v1.11.0
25162026-08-10T19:38:03.221Z Checking array-init v0.0.4
25172026-08-10T19:38:03.233Z Checking crc v3.4.0
25182026-08-10T19:38:03.403Z Checking tower v0.5.3
25192026-08-10T19:38:03.428Z Checking native-tls v0.2.18
25202026-08-10T19:38:03.517Z Checking num-bigint-dig v0.8.6
25212026-08-10T19:38:03.608Z Checking smallvec v0.6.14
25222026-08-10T19:38:03.792Z Checking anstream v0.6.21
25232026-08-10T19:38:03.806Z Checking packed_struct v0.10.1
25242026-08-10T19:38:03.886Z Checking clap v4.6.1
25252026-08-10T19:38:03.930Z Checking flate2 v1.1.9
25262026-08-10T19:38:03.965Z Checking quote v1.0.45
25272026-08-10T19:38:03.991Z Checking ipnetwork v0.21.1
25282026-08-10T19:38:04.120Z Checking http-body-util v0.1.3
25292026-08-10T19:38:04.134Z Checking pkcs1 v0.7.5
25302026-08-10T19:38:04.210Z Checking crossbeam-utils v0.8.21
25312026-08-10T19:38:04.225Z Checking zerocopy v0.6.6
25322026-08-10T19:38:04.335Z Checking bitfield v0.19.4
25332026-08-10T19:38:04.338Z Checking ahash v0.8.12
25342026-08-10T19:38:04.338Z Checking bzip2-sys v0.1.13+1.0.8
25352026-08-10T19:38:04.432Z Checking scroll v0.13.0
25362026-08-10T19:38:04.525Z Checking env_filter v1.0.0
25372026-08-10T19:38:04.554Z Checking hyper v1.10.1
25382026-08-10T19:38:04.568Z Checking iri-string v0.7.10
25392026-08-10T19:38:04.571Z Checking allocator-api2 v0.2.21
25402026-08-10T19:38:04.621Z Checking unicode-properties v0.1.4
25412026-08-10T19:38:04.663Z Checking time-core v0.1.8
25422026-08-10T19:38:04.663Z Checking unicode-bidi v0.3.18
25432026-08-10T19:38:04.812Z Checking num-conv v0.2.0
25442026-08-10T19:38:04.826Z Checking ryu v1.0.23
25452026-08-10T19:38:04.870Z Checking num_threads v0.1.7
25462026-08-10T19:38:04.883Z Checking winnow v0.5.40
25472026-08-10T19:38:04.930Z Checking hashbrown v0.12.3
25482026-08-10T19:38:04.957Z Checking base64 v0.21.7
25492026-08-10T19:38:04.969Z Checking serde_urlencoded v0.7.1
25502026-08-10T19:38:04.981Z Checking stringprep v0.1.5
25512026-08-10T19:38:05.012Z Checking newtype-uuid v1.3.2
25522026-08-10T19:38:05.130Z Checking time v0.3.47
25532026-08-10T19:38:05.174Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-08-10T19:38:05.189Z Checking ron v0.8.1
25552026-08-10T19:38:05.212Z Checking goblin v0.10.5
25562026-08-10T19:38:05.343Z Checking indexmap v1.9.3
25572026-08-10T19:38:05.516Z Checking hyper-util v0.1.20
25582026-08-10T19:38:05.611Z Checking tower-http v0.6.8
25592026-08-10T19:38:05.653Z Checking env_logger v0.11.9
25602026-08-10T19:38:05.706Z Checking hashbrown v0.13.2
25612026-08-10T19:38:05.846Z Checking crossbeam-epoch v0.9.18
25622026-08-10T19:38:05.895Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632026-08-10T19:38:06.046Z Checking toml_edit v0.19.15
25642026-08-10T19:38:06.053Z Checking bzip2 v0.4.4
25652026-08-10T19:38:06.068Z Checking rsa v0.9.10
25662026-08-10T19:38:06.130Z Checking oxnet v0.1.6
25672026-08-10T19:38:06.212Z Checking syn v2.0.117
25682026-08-10T19:38:06.258Z Checking serde-hex v0.1.0
25692026-08-10T19:38:06.391Z Checking tokio-native-tls v0.3.1
25702026-08-10T19:38:06.542Z Checking bstr v1.12.1
25712026-08-10T19:38:06.557Z Checking crypto-common v0.2.2
25722026-08-10T19:38:06.770Z Checking block-buffer v0.12.1
25732026-08-10T19:38:06.928Z Checking block-padding v0.4.2
25742026-08-10T19:38:06.941Z Checking rustls-native-certs v0.8.3
25752026-08-10T19:38:07.054Z Checking x509-cert v0.2.5
25762026-08-10T19:38:07.074Z Checking scroll v0.12.0
25772026-08-10T19:38:07.088Z Checking zstd-sys v2.0.16+zstd.1.5.7
25782026-08-10T19:38:07.151Z Checking md-5 v0.10.6
25792026-08-10T19:38:07.198Z Checking hash32 v0.2.1
25802026-08-10T19:38:07.290Z Checking encoding_rs v0.8.35
25812026-08-10T19:38:07.304Z Checking crc-any v2.5.0
25822026-08-10T19:38:07.357Z Checking fallible-iterator v0.2.0
25832026-08-10T19:38:07.478Z Checking psl-types v2.0.11
25842026-08-10T19:38:07.534Z Checking mime v0.3.17
25852026-08-10T19:38:07.596Z Checking either v1.15.0
25862026-08-10T19:38:07.630Z Checking postgres-protocol v0.6.10
25872026-08-10T19:38:07.707Z Checking publicsuffix v2.3.0
25882026-08-10T19:38:07.722Z Checking dof v0.4.0
25892026-08-10T19:38:07.759Z Checking heapless v0.7.17
25902026-08-10T19:38:07.783Z Checking goblin v0.8.2
25912026-08-10T19:38:07.868Z Checking zstd-safe v7.2.4
25922026-08-10T19:38:07.949Z Checking inout v0.2.2
25932026-08-10T19:38:08.034Z Checking toml v0.7.8
25942026-08-10T19:38:08.097Z Checking hyper-tls v0.6.0
25952026-08-10T19:38:08.174Z Checking daft v0.1.7
25962026-08-10T19:38:08.209Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25972026-08-10T19:38:08.235Z Checking cookie v0.18.1
25982026-08-10T19:38:08.268Z Checking zip v0.6.6
25992026-08-10T19:38:08.343Z Checking object v0.30.4
26002026-08-10T19:38:08.355Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26012026-08-10T19:38:08.418Z Checking tokio-rustls v0.26.4
26022026-08-10T19:38:08.464Z Checking phf_shared v0.13.1
26032026-08-10T19:38:08.464Z Checking dtrace-parser v0.3.0
26042026-08-10T19:38:08.512Z Checking pin-project v1.1.11
26052026-08-10T19:38:08.591Z Checking zerocopy v0.7.35
26062026-08-10T19:38:08.607Z Checking futures-executor v0.3.32
26072026-08-10T19:38:08.643Z Checking signal-hook v0.3.18
26082026-08-10T19:38:08.662Z Checking ff v0.13.1
26092026-08-10T19:38:08.710Z Checking thread-id v5.1.0
26102026-08-10T19:38:08.754Z Compiling rayon-core v1.13.0
26112026-08-10T19:38:08.787Z Checking libbz2-rs-sys v0.2.2
26122026-08-10T19:38:08.790Z Checking bitflags v1.3.2
26132026-08-10T19:38:08.832Z Checking jiff-core v0.1.0
26142026-08-10T19:38:08.859Z Checking bumpalo v3.20.2
26152026-08-10T19:38:08.929Z Checking foldhash v0.1.5
26162026-08-10T19:38:09.057Z Checking base16ct v0.2.0
26172026-08-10T19:38:09.070Z Checking same-file v1.0.6
26182026-08-10T19:38:09.083Z Checking path-slash v0.1.5
26192026-08-10T19:38:09.176Z Checking foldhash v0.2.0
26202026-08-10T19:38:09.179Z Checking managed v0.8.0
26212026-08-10T19:38:09.179Z Checking sec1 v0.7.3
26222026-08-10T19:38:09.212Z Checking bzip2 v0.6.1
26232026-08-10T19:38:09.212Z Checking walkdir v2.5.0
26242026-08-10T19:38:09.339Z Checking hashbrown v0.16.1
26252026-08-10T19:38:09.361Z Checking smoltcp v0.9.1
26262026-08-10T19:38:09.374Z Checking hashbrown v0.15.5
26272026-08-10T19:38:09.385Z Checking zopfli v0.8.3
26282026-08-10T19:38:09.415Z Checking signal-hook-mio v0.2.5
26292026-08-10T19:38:09.525Z Checking group v0.13.0
26302026-08-10T19:38:09.538Z Checking jiff v0.2.34
26312026-08-10T19:38:09.675Z Checking usdt-impl v0.6.0
26322026-08-10T19:38:09.709Z Checking dof v0.3.0
26332026-08-10T19:38:09.722Z Checking futures v0.3.32
26342026-08-10T19:38:09.801Z Checking phf v0.13.1
26352026-08-10T19:38:09.852Z Checking hyper-rustls v0.27.7
26362026-08-10T19:38:09.865Z Checking snafu v0.8.9
26372026-08-10T19:38:09.949Z Checking cookie_store v0.22.1
26382026-08-10T19:38:09.965Z Checking reqwest v0.12.28
26392026-08-10T19:38:09.975Z Checking cipher v0.5.2
26402026-08-10T19:38:09.994Z Checking zstd v0.13.3
26412026-08-10T19:38:10.060Z Checking postgres-types v0.2.12
26422026-08-10T19:38:10.103Z Checking rustls-platform-verifier v0.6.2
26432026-08-10T19:38:10.180Z Checking globset v0.4.18
26442026-08-10T19:38:10.205Z Checking crossbeam-deque v0.8.6
26452026-08-10T19:38:10.242Z Checking phf_shared v0.11.3
26462026-08-10T19:38:10.274Z Checking hkdf v0.12.4
26472026-08-10T19:38:10.374Z Checking regex v1.12.3
26482026-08-10T19:38:10.387Z Checking dtrace-parser v0.2.0
26492026-08-10T19:38:10.390Z Checking byte-wrapper v0.1.0
26502026-08-10T19:38:10.409Z Checking curve25519-dalek v4.1.3
26512026-08-10T19:38:10.433Z Checking ref-cast v1.0.25
26522026-08-10T19:38:10.491Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26532026-08-10T19:38:10.530Z Checking strum v0.27.2
26542026-08-10T19:38:10.595Z Checking olpc-cjson v0.1.4
26552026-08-10T19:38:10.614Z Checking ed25519 v2.2.3
26562026-08-10T19:38:10.640Z Checking hubpack v0.1.2
26572026-08-10T19:38:10.644Z Checking memoffset v0.9.1
26582026-08-10T19:38:10.714Z Checking rustix v0.38.44
26592026-08-10T19:38:10.728Z Checking pem v3.0.6
26602026-08-10T19:38:10.728Z Checking float-cmp v0.10.0
26612026-08-10T19:38:10.793Z Checking erased-serde v0.3.31
26622026-08-10T19:38:10.805Z Checking serde-big-array v0.5.1
26632026-08-10T19:38:10.809Z Checking serde_plain v1.0.2
26642026-08-10T19:38:10.863Z Checking crypto-bigint v0.5.5
26652026-08-10T19:38:10.880Z Checking memmap2 v0.9.10
26662026-08-10T19:38:10.933Z Checking thread-id v4.2.2
26672026-08-10T19:38:10.958Z Checking precomputed-hash v0.1.1
26682026-08-10T19:38:11.013Z Checking winnow v0.7.14
26692026-08-10T19:38:11.039Z Checking new_debug_unreachable v1.0.6
26702026-08-10T19:38:11.043Z Checking keccak v0.1.6
26712026-08-10T19:38:11.118Z Checking cpufeatures v0.3.0
26722026-08-10T19:38:11.177Z Checking static_assertions v1.1.0
26732026-08-10T19:38:11.180Z Checking const-oid v0.10.2
26742026-08-10T19:38:11.202Z Checking normalize-line-endings v0.3.0
26752026-08-10T19:38:11.214Z Checking fixedbitset v0.4.2
26762026-08-10T19:38:11.246Z Checking toml_write v0.1.2
26772026-08-10T19:38:11.287Z Checking predicates-core v1.0.10
26782026-08-10T19:38:11.342Z Checking difflib v0.4.0
26792026-08-10T19:38:11.359Z Checking winnow v1.0.3
26802026-08-10T19:38:11.407Z Checking whoami v2.1.0
26812026-08-10T19:38:11.411Z Checking typed-path v0.9.3
26822026-08-10T19:38:11.449Z Checking unicode-segmentation v1.12.0
26832026-08-10T19:38:11.516Z Checking fixedbitset v0.5.7
26842026-08-10T19:38:11.529Z Checking data-encoding v2.10.0
26852026-08-10T19:38:11.599Z Checking tokio-postgres v0.7.16
26862026-08-10T19:38:11.646Z Checking toml_parser v1.1.2+spec-1.1.0
26872026-08-10T19:38:11.713Z Checking petgraph v0.8.3
26882026-08-10T19:38:11.763Z Checking similar v2.7.0
26892026-08-10T19:38:11.776Z Checking elliptic-curve v0.13.8
26902026-08-10T19:38:11.800Z Checking hickory-proto v0.25.2
26912026-08-10T19:38:11.977Z Checking predicates v3.1.4
26922026-08-10T19:38:12.088Z Checking crossterm v0.28.1
26932026-08-10T19:38:12.149Z Checking zip v4.6.1
26942026-08-10T19:38:12.176Z Checking tough v0.22.0
26952026-08-10T19:38:12.203Z Checking toml_edit v0.22.27
26962026-08-10T19:38:12.281Z Checking petgraph v0.6.5
26972026-08-10T19:38:12.722Z Checking digest v0.11.3
26982026-08-10T19:38:12.791Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26992026-08-10T19:38:12.890Z Checking sha3 v0.10.8
27002026-08-10T19:38:12.904Z Checking chacha20 v0.10.0
27012026-08-10T19:38:13.098Z Checking ed25519-dalek v2.2.0
27022026-08-10T19:38:13.161Z Checking slog v2.8.2
27032026-08-10T19:38:13.274Z Checking string_cache v0.8.9
27042026-08-10T19:38:13.304Z Checking usdt v0.6.0
27052026-08-10T19:38:13.332Z Checking usdt-impl v0.5.0
27062026-08-10T19:38:13.429Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27072026-08-10T19:38:13.444Z Checking nix v0.31.2
27082026-08-10T19:38:13.474Z Checking iddqd v0.4.2
27092026-08-10T19:38:13.616Z Checking reqwest v0.13.2
27102026-08-10T19:38:13.879Z Checking itertools v0.13.0
27112026-08-10T19:38:14.021Z Checking itertools v0.15.0
27122026-08-10T19:38:14.188Z Checking strum v0.26.3
27132026-08-10T19:38:14.305Z Checking serde_with v3.21.0
27142026-08-10T19:38:14.375Z Checking fs-err v3.3.0
27152026-08-10T19:38:14.485Z Checking object v0.37.3
27162026-08-10T19:38:14.622Z Checking tokio-stream v0.1.18
27172026-08-10T19:38:14.657Z Checking buf-list v1.1.2
27182026-08-10T19:38:14.697Z Checking camino v1.2.2
27192026-08-10T19:38:14.846Z Checking anyhow v1.0.102
27202026-08-10T19:38:14.929Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27212026-08-10T19:38:14.945Z Checking openapiv3 v2.2.0
27222026-08-10T19:38:15.012Z Checking lalrpop-util v0.19.12
27232026-08-10T19:38:15.049Z Checking peg-runtime v0.8.5
27242026-08-10T19:38:15.062Z Checking rayon v1.11.0
27252026-08-10T19:38:15.140Z Checking sigpipe v0.1.3
27262026-08-10T19:38:15.170Z Checking glob v0.3.3
27272026-08-10T19:38:16.619Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27282026-08-10T19:38:16.680Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27292026-08-10T19:38:16.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.22s
27302026-08-10T19:38:17.136Z
27312026-08-10T19:38:17.136Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27322026-08-10T19:38:17.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332026-08-10T19:38:17.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342026-08-10T19:38:17.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352026-08-10T19:38:17.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27362026-08-10T19:38:17.697Z
27372026-08-10T19:38:17.697Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27382026-08-10T19:38:18.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392026-08-10T19:38:18.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402026-08-10T19:38:18.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412026-08-10T19:38:18.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27422026-08-10T19:38:18.261Z
27432026-08-10T19:38:18.261Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27442026-08-10T19:38:18.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452026-08-10T19:38:18.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462026-08-10T19:38:18.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472026-08-10T19:38:18.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27482026-08-10T19:38:18.837Z
27492026-08-10T19:38:18.837Zinfo: running `cargo check --bins` on oxql-types (82/335)
27502026-08-10T19:38:19.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-08-10T19:38:19.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-08-10T19:38:19.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532026-08-10T19:38:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27542026-08-10T19:38:19.400Z
27552026-08-10T19:38:19.400Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27562026-08-10T19:38:19.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-08-10T19:38:19.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-08-10T19:38:19.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-08-10T19:38:19.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27602026-08-10T19:38:19.972Z
27612026-08-10T19:38:19.972Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27622026-08-10T19:38:20.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-08-10T19:38:20.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-08-10T19:38:20.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-08-10T19:38:20.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27662026-08-10T19:38:20.534Z
27672026-08-10T19:38:20.535Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27682026-08-10T19:38:20.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-10T19:38:21.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-10T19:38:21.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-10T19:38:21.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27722026-08-10T19:38:21.082Z
27732026-08-10T19:38:21.082Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27742026-08-10T19:38:21.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-10T19:38:21.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-10T19:38:21.751Z Compiling multer v3.1.0
27772026-08-10T19:38:21.867Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782026-08-10T19:38:21.867Z Compiling async-stream-impl v0.3.6
27792026-08-10T19:38:21.888Z Compiling dropshot v0.17.1
27802026-08-10T19:38:21.901Z Compiling parse-display-derive v0.10.0
27812026-08-10T19:38:21.913Z Compiling newtype-uuid-macros v0.1.0
27822026-08-10T19:38:21.916Z Compiling dropshot_endpoint v0.17.1
27832026-08-10T19:38:21.941Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27842026-08-10T19:38:22.107Z Checking thread_local v1.1.9
27852026-08-10T19:38:22.113Z Checking compression-core v0.4.31
27862026-08-10T19:38:22.254Z Checking match_cfg v0.1.0
27872026-08-10T19:38:22.270Z Checking compression-codecs v0.4.37
27882026-08-10T19:38:22.290Z Checking crossbeam-channel v0.5.15
27892026-08-10T19:38:22.323Z Checking hostname v0.3.1
27902026-08-10T19:38:22.342Z Checking atomicwrites v0.4.4
27912026-08-10T19:38:22.423Z Checking slog-json v2.6.1
27922026-08-10T19:38:22.440Z Checking is-terminal v0.4.17
27932026-08-10T19:38:22.454Z Checking serde_spanned v1.1.1
27942026-08-10T19:38:22.467Z Checking toml_datetime v1.1.1+spec-1.1.0
27952026-08-10T19:38:22.530Z Checking toml_writer v1.1.1+spec-1.1.0
27962026-08-10T19:38:22.577Z Checking debug-ignore v1.0.5
27972026-08-10T19:38:22.591Z Checking term v1.2.1
27982026-08-10T19:38:22.623Z Checking take_mut v0.2.2
27992026-08-10T19:38:22.665Z Checking slog-bunyan v2.5.0
28002026-08-10T19:38:22.677Z Checking async-stream v0.3.6
28012026-08-10T19:38:22.681Z Checking async-compression v0.4.41
28022026-08-10T19:38:22.707Z Checking toml v1.1.2+spec-1.1.0
28032026-08-10T19:38:22.723Z Checking slog-async v2.8.0
28042026-08-10T19:38:22.776Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28052026-08-10T19:38:22.808Z Checking slog-term v2.9.2
28062026-08-10T19:38:22.837Z Checking progenitor-client v0.14.0
28072026-08-10T19:38:22.885Z Checking sha1 v0.11.0
28082026-08-10T19:38:22.922Z Checking waitgroup v0.1.2
28092026-08-10T19:38:23.025Z Checking rustls-pemfile v2.2.0
28102026-08-10T19:38:23.051Z Checking backon v1.6.0
28112026-08-10T19:38:23.067Z Checking serde_path_to_error v0.1.20
28122026-08-10T19:38:23.080Z Checking hostname v0.4.2
28132026-08-10T19:38:23.117Z Checking instant v0.1.13
28142026-08-10T19:38:23.204Z Checking backoff v0.4.0
28152026-08-10T19:38:23.217Z Checking progenitor-extras v0.2.0
28162026-08-10T19:38:23.316Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28172026-08-10T19:38:23.333Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28182026-08-10T19:38:23.377Z Checking regress v0.10.5
28192026-08-10T19:38:23.391Z Checking itertools v0.14.0
28202026-08-10T19:38:23.528Z Checking macaddr v1.0.1
28212026-08-10T19:38:23.572Z Checking parse-display v0.10.0
28222026-08-10T19:38:23.718Z Checking humantime v2.3.0
28232026-08-10T19:38:24.519Z Compiling prettyplease v0.2.37
28242026-08-10T19:38:24.800Z Checking num-rational v0.4.2
28252026-08-10T19:38:25.080Z Checking num-complex v0.4.6
28262026-08-10T19:38:25.566Z Compiling num v0.4.3
28272026-08-10T19:38:25.641Z Compiling usdt-macro v0.5.0
28282026-08-10T19:38:25.653Z Compiling usdt-attr-macro v0.5.0
28292026-08-10T19:38:25.681Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-10T19:38:25.693Z Checking memmap v0.7.0
28312026-08-10T19:38:25.705Z Checking float-ord v0.3.2
28322026-08-10T19:38:25.824Z Checking unicode-width v0.2.0
28332026-08-10T19:38:25.928Z Compiling convert_case v0.4.0
28342026-08-10T19:38:26.073Z Checking console v0.15.11
28352026-08-10T19:38:26.296Z Compiling derive_more v0.99.20
28362026-08-10T19:38:26.353Z Checking newline-converter v0.3.0
28372026-08-10T19:38:26.376Z Compiling toml v0.8.23
28382026-08-10T19:38:26.444Z Checking usdt v0.5.0
28392026-08-10T19:38:26.467Z Compiling minimal-lexical v0.2.1
28402026-08-10T19:38:26.620Z Checking linked-hash-map v0.5.6
28412026-08-10T19:38:26.722Z Compiling nom v7.1.3
28422026-08-10T19:38:26.795Z Checking lru-cache v0.1.2
28432026-08-10T19:38:26.918Z Checking expectorate v1.2.0
28442026-08-10T19:38:27.319Z Checking camino-tempfile v1.4.1
28452026-08-10T19:38:27.396Z Checking hickory-proto v0.24.4
28462026-08-10T19:38:27.481Z Checking phf_shared v0.12.1
28472026-08-10T19:38:27.499Z Compiling slog-dtrace v0.3.0
28482026-08-10T19:38:27.626Z Compiling chrono-tz v0.10.4
28492026-08-10T19:38:27.807Z Checking heck v0.5.0
28502026-08-10T19:38:27.914Z Compiling unicode-xid v0.2.6
28512026-08-10T19:38:27.934Z Checking resolv-conf v0.7.6
28522026-08-10T19:38:28.047Z Compiling const_format_proc_macros v0.2.34
28532026-08-10T19:38:28.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-08-10T19:38:28.194Z Checking phf v0.12.1
28552026-08-10T19:38:28.342Z Checking tokio-dtrace v0.1.1
28562026-08-10T19:38:28.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572026-08-10T19:38:28.562Z Compiling derive-where v1.6.0
28582026-08-10T19:38:28.702Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28592026-08-10T19:38:28.860Z Checking highway v1.3.0
28602026-08-10T19:38:28.874Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28612026-08-10T19:38:29.096Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28622026-08-10T19:38:29.215Z Checking hickory-resolver v0.24.4
28632026-08-10T19:38:29.645Z Checking const_format v0.2.35
28642026-08-10T19:38:29.908Z Checking oxide-tokio-rt v0.1.4
28652026-08-10T19:38:29.970Z Checking qorb v0.4.1
28662026-08-10T19:38:30.294Z Checking gethostname v0.5.0
28672026-08-10T19:38:30.311Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28682026-08-10T19:38:30.324Z Checking bcs v0.1.6
28692026-08-10T19:38:30.386Z Checking termtree v0.5.1
28702026-08-10T19:38:30.472Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28712026-08-10T19:38:30.587Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-08-10T19:38:30.591Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732026-08-10T19:38:33.775Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28742026-08-10T19:38:36.929Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28752026-08-10T19:38:39.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.08s
28762026-08-10T19:38:39.344Z
28772026-08-10T19:38:39.344Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28782026-08-10T19:38:39.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-08-10T19:38:39.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-08-10T19:38:40.028Z Compiling ar_archive_writer v0.5.1
28812026-08-10T19:38:40.141Z Compiling stacker v0.1.23
28822026-08-10T19:38:40.150Z Compiling cfg_aliases v0.1.1
28832026-08-10T19:38:40.158Z Compiling convert_case v0.10.0
28842026-08-10T19:38:40.158Z Checking unicode-width v0.1.14
28852026-08-10T19:38:40.176Z Compiling proc-macro-error v1.0.4
28862026-08-10T19:38:40.187Z Checking fd-lock v4.0.4
28872026-08-10T19:38:40.187Z Checking nibble_vec v0.1.0
28882026-08-10T19:38:40.209Z Compiling nix v0.28.0
28892026-08-10T19:38:40.300Z Compiling recursive-proc-macro-impl v0.1.1
28902026-08-10T19:38:40.317Z Checking vte v0.14.1
28912026-08-10T19:38:40.403Z Checking bytecount v0.6.9
28922026-08-10T19:38:40.416Z Checking endian-type v0.1.2
28932026-08-10T19:38:40.452Z Compiling derive_more-impl v2.1.1
28942026-08-10T19:38:40.466Z Compiling tabled_derive v0.7.0
28952026-08-10T19:38:40.466Z Checking strip-ansi-escapes v0.2.1
28962026-08-10T19:38:40.504Z Checking papergrid v0.11.0
28972026-08-10T19:38:40.540Z Checking radix_trie v0.2.1
28982026-08-10T19:38:40.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-08-10T19:38:40.719Z Compiling peg-macros v0.8.5
29002026-08-10T19:38:40.744Z Checking winnow v0.6.26
29012026-08-10T19:38:40.964Z Compiling psm v0.1.30
29022026-08-10T19:38:41.041Z Compiling sqlparser_derive v0.5.0
29032026-08-10T19:38:41.147Z Checking home v0.5.12
29042026-08-10T19:38:41.248Z Checking derive_more v2.1.1
29052026-08-10T19:38:41.262Z Checking unicode_categories v0.1.1
29062026-08-10T19:38:41.329Z Checking nu-ansi-term v0.50.3
29072026-08-10T19:38:41.416Z Checking crossterm v0.29.0
29082026-08-10T19:38:41.429Z Checking tabled v0.15.0
29092026-08-10T19:38:41.526Z Checking rustyline v14.0.0
29102026-08-10T19:38:41.538Z Checking reedline v0.40.0
29112026-08-10T19:38:41.740Z Checking recursive v0.1.1
29122026-08-10T19:38:41.816Z Checking display-error-chain v0.2.2
29132026-08-10T19:38:41.838Z Checking sqlparser v0.61.0
29142026-08-10T19:38:41.911Z Checking sqlformat v0.3.5
29152026-08-10T19:38:42.059Z Checking peg v0.8.5
29162026-08-10T19:38:53.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
29172026-08-10T19:38:53.480Z
29182026-08-10T19:38:53.480Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29192026-08-10T19:38:53.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-10T19:38:53.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-10T19:38:54.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-08-10T19:38:57.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
29232026-08-10T19:38:57.927Z
29242026-08-10T19:38:57.927Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29252026-08-10T19:38:58.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-10T19:38:58.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-10T19:38:58.595Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-08-10T19:39:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
29292026-08-10T19:39:01.362Z
29302026-08-10T19:39:01.362Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29312026-08-10T19:39:01.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-10T19:39:01.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-10T19:39:02.031Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-08-10T19:39:05.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29352026-08-10T19:39:05.610Z
29362026-08-10T19:39:05.610Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29372026-08-10T19:39:06.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-10T19:39:06.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-10T19:39:06.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-10T19:39:09.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
29412026-08-10T19:39:09.885Z
29422026-08-10T19:39:09.885Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29432026-08-10T19:39:10.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-10T19:39:10.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-10T19:39:10.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29462026-08-10T19:39:13.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29472026-08-10T19:39:13.454Z
29482026-08-10T19:39:13.454Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29492026-08-10T19:39:13.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-10T19:39:13.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-10T19:39:14.126Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29522026-08-10T19:39:16.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
29532026-08-10T19:39:17.070Z
29542026-08-10T19:39:17.070Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29552026-08-10T19:39:17.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-10T19:39:17.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-10T19:39:17.742Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-08-10T19:39:21.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
29592026-08-10T19:39:21.491Z
29602026-08-10T19:39:21.491Zinfo: running `cargo check --bins` on oximeter (95/335)
29612026-08-10T19:39:21.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-10T19:39:21.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-10T19:39:21.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-10T19:39:21.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29652026-08-10T19:39:22.068Z
29662026-08-10T19:39:22.068Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29672026-08-10T19:39:22.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-10T19:39:22.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-10T19:39:22.695Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29702026-08-10T19:39:23.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29712026-08-10T19:39:23.251Z
29722026-08-10T19:39:23.251Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29732026-08-10T19:39:23.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-10T19:39:23.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-10T19:39:23.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-10T19:39:23.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29772026-08-10T19:39:23.823Z
29782026-08-10T19:39:23.823Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29792026-08-10T19:39:24.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-10T19:39:24.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-10T19:39:24.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-10T19:39:24.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29832026-08-10T19:39:24.437Z
29842026-08-10T19:39:24.437Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29852026-08-10T19:39:24.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-10T19:39:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-10T19:39:24.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-10T19:39:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29892026-08-10T19:39:25.020Z
29902026-08-10T19:39:25.021Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29912026-08-10T19:39:25.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-10T19:39:25.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-10T19:39:25.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-10T19:39:25.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29952026-08-10T19:39:25.599Z
29962026-08-10T19:39:25.600Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29972026-08-10T19:39:26.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-10T19:39:26.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-10T19:39:26.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-10T19:39:26.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30012026-08-10T19:39:26.186Z
30022026-08-10T19:39:26.186Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30032026-08-10T19:39:26.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-10T19:39:26.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-10T19:39:26.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-10T19:39:26.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30072026-08-10T19:39:26.769Z
30082026-08-10T19:39:26.769Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30092026-08-10T19:39:27.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-10T19:39:27.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-10T19:39:27.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-10T19:39:27.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30132026-08-10T19:39:27.333Z
30142026-08-10T19:39:27.333Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30152026-08-10T19:39:27.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-10T19:39:27.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-10T19:39:27.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-10T19:39:27.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30192026-08-10T19:39:27.915Z
30202026-08-10T19:39:27.915Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30212026-08-10T19:39:28.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-10T19:39:28.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-10T19:39:28.734Z Compiling regress v0.11.1
30242026-08-10T19:39:28.734Z Checking secrecy v0.10.3
30252026-08-10T19:39:28.734Z Compiling crucible-workspace-hack v0.1.0
30262026-08-10T19:39:28.734Z Checking half v2.7.1
30272026-08-10T19:39:28.734Z Checking ciborium-io v0.2.2
30282026-08-10T19:39:28.737Z Checking inout v0.1.4
30292026-08-10T19:39:28.737Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30302026-08-10T19:39:28.957Z Checking universal-hash v0.5.1
30312026-08-10T19:39:29.035Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30322026-08-10T19:39:29.049Z Checking cipher v0.4.4
30332026-08-10T19:39:29.080Z Compiling thiserror-impl-no-std v2.0.2
30342026-08-10T19:39:29.132Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-10T19:39:29.145Z Checking ciborium-ll v0.2.2
30362026-08-10T19:39:29.165Z Checking opaque-debug v0.3.1
30372026-08-10T19:39:29.236Z Compiling toml_datetime v0.7.5+spec-1.1.0
30382026-08-10T19:39:29.259Z Checking chacha20 v0.9.1
30392026-08-10T19:39:29.290Z Checking poly1305 v0.8.0
30402026-08-10T19:39:29.320Z Checking ciborium v0.2.2
30412026-08-10T19:39:29.454Z Compiling toml_edit v0.23.10+spec-1.0.0
30422026-08-10T19:39:29.494Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30432026-08-10T19:39:29.537Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30442026-08-10T19:39:29.552Z Checking password-hash v0.5.0
30452026-08-10T19:39:29.754Z Checking blake2 v0.10.6
30462026-08-10T19:39:29.779Z Checking aead v0.5.2
30472026-08-10T19:39:29.794Z Compiling unsafe-libyaml v0.2.11
30482026-08-10T19:39:29.926Z Checking indent_write v2.2.0
30492026-08-10T19:39:30.003Z Checking argon2 v0.5.3
30502026-08-10T19:39:30.062Z Compiling proc-macro-crate v3.4.0
30512026-08-10T19:39:30.257Z Checking thiserror-no-std v2.0.2
30522026-08-10T19:39:30.347Z Checking vsss-rs v3.3.4
30532026-08-10T19:39:30.350Z Compiling serde_yaml v0.9.34+deprecated
30542026-08-10T19:39:30.377Z Checking typify-impl v0.6.2
30552026-08-10T19:39:30.538Z Checking chacha20poly1305 v0.10.1
30562026-08-10T19:39:30.603Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-08-10T19:39:30.668Z Compiling num_enum_derive v0.7.6
30582026-08-10T19:39:31.225Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30592026-08-10T19:39:31.228Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30602026-08-10T19:39:31.332Z Compiling heapless v0.8.0
30612026-08-10T19:39:31.453Z Compiling ingot-macros v0.2.0
30622026-08-10T19:39:31.469Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-08-10T19:39:31.515Z Checking hash32 v0.3.1
30642026-08-10T19:39:31.651Z Compiling smoltcp v0.11.0
30652026-08-10T19:39:31.708Z Checking num_enum v0.7.6
30662026-08-10T19:39:31.784Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30672026-08-10T19:39:31.829Z Checking tabwriter v1.4.1
30682026-08-10T19:39:31.983Z Checking cobs v0.3.0
30692026-08-10T19:39:32.032Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30702026-08-10T19:39:32.050Z Compiling proc-macro-crate v1.3.1
30712026-08-10T19:39:32.134Z Checking postcard v1.1.3
30722026-08-10T19:39:32.151Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-10T19:39:32.241Z Compiling foreign-types-macros v0.2.3
30742026-08-10T19:39:32.363Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30752026-08-10T19:39:32.432Z Checking foreign-types-shared v0.3.1
30762026-08-10T19:39:32.476Z Checking swrite v0.1.0
30772026-08-10T19:39:32.528Z Checking colored v3.1.1
30782026-08-10T19:39:32.575Z Compiling num_enum_derive v0.5.11
30792026-08-10T19:39:32.578Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30802026-08-10T19:39:32.734Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30812026-08-10T19:39:32.833Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30822026-08-10T19:39:32.849Z Checking foreign-types v0.5.0
30832026-08-10T19:39:32.931Z Checking cstr-argument v0.1.2
30842026-08-10T19:39:33.062Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30852026-08-10T19:39:33.177Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30862026-08-10T19:39:33.277Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-08-10T19:39:33.292Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30882026-08-10T19:39:33.296Z Checking rand v0.10.1
30892026-08-10T19:39:33.389Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30902026-08-10T19:39:33.454Z Compiling zone_cfg_derive v0.3.1
30912026-08-10T19:39:33.470Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30922026-08-10T19:39:33.585Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30932026-08-10T19:39:33.616Z Checking num_enum v0.5.11
30942026-08-10T19:39:33.713Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-10T19:39:33.733Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30962026-08-10T19:39:33.895Z Checking itertools v0.12.1
30972026-08-10T19:39:33.914Z Compiling num-derive v0.4.2
30982026-08-10T19:39:34.112Z Compiling semver v0.1.20
30992026-08-10T19:39:34.276Z Checking ingot-types v0.2.0
31002026-08-10T19:39:34.414Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31012026-08-10T19:39:34.673Z Compiling rustc_version v0.1.7
31022026-08-10T19:39:34.706Z Checking ingot v0.2.1
31032026-08-10T19:39:34.853Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31042026-08-10T19:39:34.869Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31052026-08-10T19:39:34.910Z Checking smf v0.2.3
31062026-08-10T19:39:34.991Z Checking zone v0.3.1
31072026-08-10T19:39:35.019Z Checking csv-core v0.1.13
31082026-08-10T19:39:35.091Z Compiling typify-macro v0.6.2
31092026-08-10T19:39:35.106Z Checking nom v8.0.0
31102026-08-10T19:39:35.154Z Checking whoami v1.6.1
31112026-08-10T19:39:35.199Z Checking csv v1.4.0
31122026-08-10T19:39:35.217Z Compiling newtype_derive v0.1.6
31132026-08-10T19:39:35.335Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-08-10T19:39:35.353Z Compiling cancel-safe-futures v0.1.5
31152026-08-10T19:39:35.463Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-08-10T19:39:35.582Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31172026-08-10T19:39:35.597Z Compiling owo-colors v4.3.0
31182026-08-10T19:39:35.611Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31192026-08-10T19:39:35.686Z Compiling libefi-sys v0.1.0
31202026-08-10T19:39:35.920Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-08-10T19:39:36.024Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-08-10T19:39:36.066Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-08-10T19:39:36.146Z Checking oxide-update-engine-types v0.1.2
31242026-08-10T19:39:36.204Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31252026-08-10T19:39:36.270Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31262026-08-10T19:39:36.349Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-08-10T19:39:36.366Z Compiling bitfield-struct v0.6.2
31282026-08-10T19:39:36.557Z Checking unicode-linebreak v0.1.5
31292026-08-10T19:39:36.763Z Checking smawk v0.3.2
31302026-08-10T19:39:36.791Z Checking linear-map v1.2.0
31312026-08-10T19:39:36.847Z Compiling typify v0.6.2
31322026-08-10T19:39:36.961Z Compiling progenitor-impl v0.14.0
31332026-08-10T19:39:36.977Z Checking textwrap v0.16.2
31342026-08-10T19:39:37.029Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352026-08-10T19:39:37.049Z Checking oxide-update-engine v0.1.2
31362026-08-10T19:39:37.091Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31372026-08-10T19:39:37.190Z Checking steno v0.4.1
31382026-08-10T19:39:37.465Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31392026-08-10T19:39:37.665Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-10T19:39:37.838Z Checking sha1 v0.10.6
31412026-08-10T19:39:37.853Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31422026-08-10T19:39:37.922Z Checking utf-8 v0.7.6
31432026-08-10T19:39:37.938Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31442026-08-10T19:39:38.011Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31452026-08-10T19:39:38.064Z Checking tungstenite v0.21.0
31462026-08-10T19:39:38.169Z Checking ignore v0.4.25
31472026-08-10T19:39:38.183Z Compiling xshell-macros v0.2.7
31482026-08-10T19:39:38.198Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31492026-08-10T19:39:38.414Z Checking predicates-tree v1.0.13
31502026-08-10T19:39:38.490Z Checking tokio-tungstenite v0.21.0
31512026-08-10T19:39:38.526Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31522026-08-10T19:39:38.541Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31532026-08-10T19:39:38.567Z Checking xshell v0.2.7
31542026-08-10T19:39:38.582Z Checking globwalk v0.9.1
31552026-08-10T19:39:38.746Z Checking filetime v0.2.27
31562026-08-10T19:39:38.761Z Checking tagptr v0.2.0
31572026-08-10T19:39:38.761Z Checking xattr v1.6.1
31582026-08-10T19:39:38.791Z Checking camino-tempfile-ext v0.3.3
31592026-08-10T19:39:38.884Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31602026-08-10T19:39:38.906Z Checking tar v0.4.46
31612026-08-10T19:39:38.921Z Checking moka v0.12.13
31622026-08-10T19:39:38.939Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31632026-08-10T19:39:38.989Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31642026-08-10T19:39:39.070Z Checking rand_seeder v0.4.0
31652026-08-10T19:39:39.073Z Checking half v1.8.3
31662026-08-10T19:39:39.137Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31672026-08-10T19:39:39.226Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31682026-08-10T19:39:39.286Z Checking serde_cbor v0.11.2
31692026-08-10T19:39:39.302Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31702026-08-10T19:39:39.568Z Checking hickory-resolver v0.25.2
31712026-08-10T19:39:39.583Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31722026-08-10T19:39:39.598Z Checking digest-io v0.1.0
31732026-08-10T19:39:39.613Z Compiling progenitor-macro v0.14.0
31742026-08-10T19:39:39.714Z Checking sha2 v0.11.0
31752026-08-10T19:39:39.729Z Compiling petname v2.0.2
31762026-08-10T19:39:40.221Z Checking rawzip v0.4.4
31772026-08-10T19:39:40.236Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-08-10T19:39:40.263Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-08-10T19:39:40.290Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31802026-08-10T19:39:40.389Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31812026-08-10T19:39:40.670Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31822026-08-10T19:39:40.853Z Checking sapling-renderdag v0.1.0
31832026-08-10T19:39:40.870Z Checking subprocess v0.2.15
31842026-08-10T19:39:41.101Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31852026-08-10T19:39:41.141Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31862026-08-10T19:39:41.161Z Checking sync-ptr v0.1.4
31872026-08-10T19:39:41.164Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31882026-08-10T19:39:41.164Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31892026-08-10T19:39:41.311Z Checking colored v2.2.0
31902026-08-10T19:39:41.342Z Checking assert_matches v1.5.0
31912026-08-10T19:39:42.287Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31922026-08-10T19:39:42.506Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31932026-08-10T19:39:42.842Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942026-08-10T19:39:43.240Z Checking progenitor v0.14.0
31952026-08-10T19:39:43.370Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31962026-08-10T19:39:43.374Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-10T19:39:43.374Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31982026-08-10T19:39:43.374Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31992026-08-10T19:39:43.374Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002026-08-10T19:39:43.374Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32012026-08-10T19:39:43.374Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32022026-08-10T19:39:43.698Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-08-10T19:39:43.740Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32042026-08-10T19:39:44.028Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32052026-08-10T19:39:44.424Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32062026-08-10T19:39:45.090Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-08-10T19:39:46.257Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32082026-08-10T19:39:54.780Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-08-10T19:40:01.825Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102026-08-10T19:40:01.828Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32112026-08-10T19:40:01.828Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32122026-08-10T19:40:03.324Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-08-10T19:40:04.604Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-08-10T19:40:06.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s
32152026-08-10T19:40:07.045Z
32162026-08-10T19:40:07.045Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32172026-08-10T19:40:07.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-10T19:40:07.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-10T19:40:07.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-08-10T19:40:07.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32212026-08-10T19:40:07.660Z
32222026-08-10T19:40:07.660Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32232026-08-10T19:40:08.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-10T19:40:08.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-10T19:40:08.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-08-10T19:40:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32272026-08-10T19:40:08.238Z
32282026-08-10T19:40:08.238Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32292026-08-10T19:40:08.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-10T19:40:08.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-10T19:40:08.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-08-10T19:40:08.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32332026-08-10T19:40:08.817Z
32342026-08-10T19:40:08.817Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32352026-08-10T19:40:09.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-10T19:40:09.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-10T19:40:09.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-08-10T19:40:09.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32392026-08-10T19:40:09.397Z
32402026-08-10T19:40:09.397Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32412026-08-10T19:40:09.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-10T19:40:09.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-10T19:40:09.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-08-10T19:40:09.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32452026-08-10T19:40:09.955Z
32462026-08-10T19:40:09.955Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32472026-08-10T19:40:10.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-10T19:40:10.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-10T19:40:10.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-08-10T19:40:10.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32512026-08-10T19:40:10.516Z
32522026-08-10T19:40:10.516Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32532026-08-10T19:40:10.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-10T19:40:10.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-10T19:40:10.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-10T19:40:11.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32572026-08-10T19:40:11.081Z
32582026-08-10T19:40:11.082Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32592026-08-10T19:40:11.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-10T19:40:11.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-10T19:40:11.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-10T19:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32632026-08-10T19:40:11.644Z
32642026-08-10T19:40:11.644Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32652026-08-10T19:40:12.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-10T19:40:12.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-10T19:40:12.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-10T19:40:12.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32692026-08-10T19:40:12.234Z
32702026-08-10T19:40:12.234Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32712026-08-10T19:40:12.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-10T19:40:12.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-10T19:40:12.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-10T19:40:12.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32752026-08-10T19:40:12.813Z
32762026-08-10T19:40:12.814Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32772026-08-10T19:40:13.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-10T19:40:13.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-10T19:40:13.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-10T19:40:13.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32812026-08-10T19:40:13.399Z
32822026-08-10T19:40:13.399Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32832026-08-10T19:40:13.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-10T19:40:13.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-10T19:40:13.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-10T19:40:13.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32872026-08-10T19:40:13.987Z
32882026-08-10T19:40:13.987Zinfo: running `cargo check --bins` on key-manager (118/335)
32892026-08-10T19:40:14.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-10T19:40:14.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-10T19:40:14.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-10T19:40:14.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-10T19:40:14.555Z
32942026-08-10T19:40:14.555Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32952026-08-10T19:40:15.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-10T19:40:15.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-10T19:40:15.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-10T19:40:15.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32992026-08-10T19:40:15.138Z
33002026-08-10T19:40:15.138Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
33012026-08-10T19:40:15.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-10T19:40:15.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-10T19:40:15.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-10T19:40:15.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33052026-08-10T19:40:15.725Z
33062026-08-10T19:40:15.725Zinfo: running `cargo check --bins` on typed-rng (121/335)
33072026-08-10T19:40:16.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-10T19:40:16.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-10T19:40:16.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-08-10T19:40:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33112026-08-10T19:40:16.278Z
33122026-08-10T19:40:16.279Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33132026-08-10T19:40:16.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-08-10T19:40:16.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-08-10T19:40:16.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-08-10T19:40:16.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33172026-08-10T19:40:16.897Z
33182026-08-10T19:40:16.898Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33192026-08-10T19:40:17.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-08-10T19:40:17.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-08-10T19:40:17.628Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-08-10T19:40:17.631Z Checking void v1.0.2
33232026-08-10T19:40:17.631Z Checking tungstenite v0.23.0
33242026-08-10T19:40:17.631Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-08-10T19:40:17.631Z Checking dropshot-api-manager-types v0.7.2
33262026-08-10T19:40:17.631Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33272026-08-10T19:40:17.747Z Checking nix v0.27.1
33282026-08-10T19:40:17.750Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33292026-08-10T19:40:17.835Z Checking lzss v0.8.2
33302026-08-10T19:40:17.925Z Checking kstat-rs v0.2.5
33312026-08-10T19:40:17.957Z Checking fxhash v0.2.1
33322026-08-10T19:40:18.009Z Checking serde_bytes v0.11.19
33332026-08-10T19:40:18.023Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-08-10T19:40:18.065Z Checking signal-hook-tokio v0.3.1
33352026-08-10T19:40:18.069Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-08-10T19:40:18.103Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33372026-08-10T19:40:18.215Z Checking tokio-tungstenite v0.23.1
33382026-08-10T19:40:18.232Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33392026-08-10T19:40:19.403Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-10T19:40:19.952Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-08-10T19:40:22.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
33422026-08-10T19:40:22.316Z
33432026-08-10T19:40:22.317Zinfo: running `cargo check --bins` on gateway-api (124/335)
33442026-08-10T19:40:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-08-10T19:40:22.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-08-10T19:40:22.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-08-10T19:40:22.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33482026-08-10T19:40:22.885Z
33492026-08-10T19:40:22.885Zinfo: running `cargo check --bins` on ipcc (125/335)
33502026-08-10T19:40:23.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-08-10T19:40:23.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-08-10T19:40:23.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-08-10T19:40:23.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33542026-08-10T19:40:23.451Z
33552026-08-10T19:40:23.451Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33562026-08-10T19:40:23.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-08-10T19:40:23.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-08-10T19:40:23.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-08-10T19:40:23.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33602026-08-10T19:40:24.008Z
33612026-08-10T19:40:24.008Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33622026-08-10T19:40:24.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-08-10T19:40:24.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-08-10T19:40:24.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-08-10T19:40:24.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-08-10T19:40:24.598Z
33672026-08-10T19:40:24.601Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33682026-08-10T19:40:25.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-10T19:40:25.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-10T19:40:25.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-10T19:40:25.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33722026-08-10T19:40:25.170Z
33732026-08-10T19:40:25.170Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33742026-08-10T19:40:25.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-10T19:40:25.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-10T19:40:25.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-08-10T19:40:25.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33782026-08-10T19:40:25.739Z
33792026-08-10T19:40:25.739Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33802026-08-10T19:40:26.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-08-10T19:40:26.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-08-10T19:40:26.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-08-10T19:40:26.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33842026-08-10T19:40:26.308Z
33852026-08-10T19:40:26.308Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33862026-08-10T19:40:26.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-08-10T19:40:26.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-08-10T19:40:26.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-08-10T19:40:26.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33902026-08-10T19:40:26.897Z
33912026-08-10T19:40:26.897Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33922026-08-10T19:40:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-08-10T19:40:27.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-08-10T19:40:27.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-08-10T19:40:27.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33962026-08-10T19:40:27.470Z
33972026-08-10T19:40:27.470Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33982026-08-10T19:40:27.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-08-10T19:40:27.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-08-10T19:40:27.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-08-10T19:40:27.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34022026-08-10T19:40:28.041Z
34032026-08-10T19:40:28.041Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34042026-08-10T19:40:28.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-08-10T19:40:28.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-08-10T19:40:28.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-08-10T19:40:28.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34082026-08-10T19:40:28.610Z
34092026-08-10T19:40:28.610Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34102026-08-10T19:40:29.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-08-10T19:40:29.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-08-10T19:40:29.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-08-10T19:40:29.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34142026-08-10T19:40:29.184Z
34152026-08-10T19:40:29.184Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34162026-08-10T19:40:29.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-08-10T19:40:29.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-08-10T19:40:29.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-08-10T19:40:29.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34202026-08-10T19:40:29.755Z
34212026-08-10T19:40:29.755Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34222026-08-10T19:40:30.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-08-10T19:40:30.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-08-10T19:40:30.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-08-10T19:40:30.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34262026-08-10T19:40:30.323Z
34272026-08-10T19:40:30.323Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34282026-08-10T19:40:30.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-08-10T19:40:30.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-08-10T19:40:30.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-08-10T19:40:30.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34322026-08-10T19:40:30.894Z
34332026-08-10T19:40:30.894Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34342026-08-10T19:40:31.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-08-10T19:40:31.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-08-10T19:40:31.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-08-10T19:40:31.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34382026-08-10T19:40:31.461Z
34392026-08-10T19:40:31.461Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34402026-08-10T19:40:31.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-08-10T19:40:31.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-08-10T19:40:31.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-08-10T19:40:31.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34442026-08-10T19:40:32.023Z
34452026-08-10T19:40:32.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34462026-08-10T19:40:32.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-08-10T19:40:32.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-08-10T19:40:32.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-08-10T19:40:32.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34502026-08-10T19:40:32.595Z
34512026-08-10T19:40:32.595Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34522026-08-10T19:40:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-08-10T19:40:33.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-08-10T19:40:33.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-08-10T19:40:33.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-08-10T19:40:33.155Z
34572026-08-10T19:40:33.155Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34582026-08-10T19:40:33.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-08-10T19:40:33.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-08-10T19:40:33.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-08-10T19:40:33.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34622026-08-10T19:40:33.726Z
34632026-08-10T19:40:33.726Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34642026-08-10T19:40:34.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-08-10T19:40:34.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-08-10T19:40:34.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-08-10T19:40:34.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34682026-08-10T19:40:34.302Z
34692026-08-10T19:40:34.302Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34702026-08-10T19:40:34.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-08-10T19:40:34.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-08-10T19:40:34.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-08-10T19:40:34.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34742026-08-10T19:40:34.872Z
34752026-08-10T19:40:34.872Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34762026-08-10T19:40:35.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-08-10T19:40:35.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-08-10T19:40:35.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-08-10T19:40:35.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34802026-08-10T19:40:35.463Z
34812026-08-10T19:40:35.463Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34822026-08-10T19:40:35.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-08-10T19:40:35.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-08-10T19:40:35.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-08-10T19:40:35.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34862026-08-10T19:40:36.052Z
34872026-08-10T19:40:36.052Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34882026-08-10T19:40:36.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-08-10T19:40:36.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-08-10T19:40:36.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-08-10T19:40:36.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34922026-08-10T19:40:36.641Z
34932026-08-10T19:40:36.641Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34942026-08-10T19:40:37.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-08-10T19:40:37.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-08-10T19:40:37.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-08-10T19:40:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-08-10T19:40:37.227Z
34992026-08-10T19:40:37.227Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
35002026-08-10T19:40:37.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-08-10T19:40:37.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-08-10T19:40:37.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-08-10T19:40:37.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-08-10T19:40:37.817Z
35052026-08-10T19:40:37.817Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35062026-08-10T19:40:38.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-08-10T19:40:38.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-08-10T19:40:38.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-08-10T19:40:38.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35102026-08-10T19:40:38.406Z
35112026-08-10T19:40:38.406Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35122026-08-10T19:40:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-10T19:40:38.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-10T19:40:38.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-10T19:40:38.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35162026-08-10T19:40:38.997Z
35172026-08-10T19:40:38.997Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35182026-08-10T19:40:39.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-10T19:40:39.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-10T19:40:39.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-10T19:40:39.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35222026-08-10T19:40:39.589Z
35232026-08-10T19:40:39.589Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35242026-08-10T19:40:40.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-10T19:40:40.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-10T19:40:40.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-10T19:40:40.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35282026-08-10T19:40:40.180Z
35292026-08-10T19:40:40.180Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35302026-08-10T19:40:40.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-10T19:40:40.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-10T19:40:40.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-10T19:40:40.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-08-10T19:40:40.765Z
35352026-08-10T19:40:40.765Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35362026-08-10T19:40:41.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-10T19:40:41.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-10T19:40:41.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-10T19:40:41.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-08-10T19:40:41.349Z
35412026-08-10T19:40:41.349Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35422026-08-10T19:40:41.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-10T19:40:41.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-10T19:40:41.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-10T19:40:41.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-08-10T19:40:41.941Z
35472026-08-10T19:40:41.941Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35482026-08-10T19:40:42.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-10T19:40:42.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-10T19:40:42.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-10T19:40:42.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35522026-08-10T19:40:42.534Z
35532026-08-10T19:40:42.534Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35542026-08-10T19:40:43.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-10T19:40:43.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-10T19:40:43.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-10T19:40:43.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-08-10T19:40:43.131Z
35592026-08-10T19:40:43.131Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35602026-08-10T19:40:43.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-10T19:40:43.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-10T19:40:43.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-10T19:40:43.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35642026-08-10T19:40:43.722Z
35652026-08-10T19:40:43.722Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35662026-08-10T19:40:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-10T19:40:44.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-10T19:40:44.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-10T19:40:44.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-08-10T19:40:44.309Z
35712026-08-10T19:40:44.309Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35722026-08-10T19:40:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-10T19:40:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-10T19:40:44.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-10T19:40:44.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-08-10T19:40:44.894Z
35772026-08-10T19:40:44.894Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35782026-08-10T19:40:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-10T19:40:45.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-10T19:40:45.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-10T19:40:45.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35822026-08-10T19:40:45.487Z
35832026-08-10T19:40:45.487Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35842026-08-10T19:40:45.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-10T19:40:45.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-10T19:40:45.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-10T19:40:45.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-08-10T19:40:46.066Z
35892026-08-10T19:40:46.066Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35902026-08-10T19:40:46.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-10T19:40:46.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-10T19:40:46.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-10T19:40:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35942026-08-10T19:40:46.642Z
35952026-08-10T19:40:46.642Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35962026-08-10T19:40:47.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-10T19:40:47.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-10T19:40:47.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-10T19:40:47.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-08-10T19:40:47.219Z
36012026-08-10T19:40:47.219Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36022026-08-10T19:40:47.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-10T19:40:47.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-10T19:40:47.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-10T19:40:47.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-08-10T19:40:47.796Z
36072026-08-10T19:40:47.796Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36082026-08-10T19:40:48.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-10T19:40:48.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-10T19:40:48.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-08-10T19:40:48.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36122026-08-10T19:40:48.373Z
36132026-08-10T19:40:48.374Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36142026-08-10T19:40:48.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-10T19:40:48.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-10T19:40:48.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-10T19:40:48.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36182026-08-10T19:40:48.952Z
36192026-08-10T19:40:48.952Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36202026-08-10T19:40:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-10T19:40:49.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-10T19:40:49.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-10T19:40:49.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-08-10T19:40:49.526Z
36252026-08-10T19:40:49.526Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36262026-08-10T19:40:50.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-10T19:40:50.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-10T19:40:50.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-10T19:40:50.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36302026-08-10T19:40:50.102Z
36312026-08-10T19:40:50.102Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36322026-08-10T19:40:50.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-10T19:40:50.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-10T19:40:50.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-10T19:40:50.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-08-10T19:40:50.675Z
36372026-08-10T19:40:50.675Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36382026-08-10T19:40:51.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-10T19:40:51.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-10T19:40:51.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-10T19:40:51.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-08-10T19:40:51.247Z
36432026-08-10T19:40:51.247Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36442026-08-10T19:40:51.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-10T19:40:51.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-10T19:40:51.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-10T19:40:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36482026-08-10T19:40:51.818Z
36492026-08-10T19:40:51.818Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36502026-08-10T19:40:52.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-10T19:40:52.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-10T19:40:52.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-10T19:40:52.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36542026-08-10T19:40:52.391Z
36552026-08-10T19:40:52.391Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36562026-08-10T19:40:52.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-10T19:40:52.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-10T19:40:52.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-10T19:40:52.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-08-10T19:40:52.966Z
36612026-08-10T19:40:52.966Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36622026-08-10T19:40:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-10T19:40:53.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-10T19:40:53.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-10T19:40:53.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-10T19:40:53.539Z
36672026-08-10T19:40:53.539Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36682026-08-10T19:40:54.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-10T19:40:54.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-10T19:40:54.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-10T19:40:54.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36722026-08-10T19:40:54.116Z
36732026-08-10T19:40:54.116Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36742026-08-10T19:40:54.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-10T19:40:54.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-10T19:40:54.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-10T19:40:54.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36782026-08-10T19:40:54.693Z
36792026-08-10T19:40:54.693Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36802026-08-10T19:40:55.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-10T19:40:55.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-10T19:40:55.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-10T19:40:55.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36842026-08-10T19:40:55.284Z
36852026-08-10T19:40:55.284Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36862026-08-10T19:40:55.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-10T19:40:55.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-10T19:40:55.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-10T19:40:55.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36902026-08-10T19:40:55.880Z
36912026-08-10T19:40:55.880Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36922026-08-10T19:40:56.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-10T19:40:56.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-10T19:40:56.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-10T19:40:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36962026-08-10T19:40:56.476Z
36972026-08-10T19:40:56.476Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36982026-08-10T19:40:56.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-10T19:40:56.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-10T19:40:56.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-10T19:40:56.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37022026-08-10T19:40:57.069Z
37032026-08-10T19:40:57.069Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37042026-08-10T19:40:57.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-10T19:40:57.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-10T19:40:57.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-10T19:40:57.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37082026-08-10T19:40:57.662Z
37092026-08-10T19:40:57.662Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37102026-08-10T19:40:58.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-10T19:40:58.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-10T19:40:58.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-10T19:40:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37142026-08-10T19:40:58.254Z
37152026-08-10T19:40:58.254Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37162026-08-10T19:40:58.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-10T19:40:58.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-10T19:40:58.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-10T19:40:58.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37202026-08-10T19:40:58.846Z
37212026-08-10T19:40:58.846Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37222026-08-10T19:40:59.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-10T19:40:59.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-10T19:40:59.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-10T19:40:59.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37262026-08-10T19:40:59.436Z
37272026-08-10T19:40:59.436Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37282026-08-10T19:40:59.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-10T19:40:59.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-10T19:40:59.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-10T19:40:59.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37322026-08-10T19:41:00.028Z
37332026-08-10T19:41:00.028Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37342026-08-10T19:41:00.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-10T19:41:00.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-10T19:41:00.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-10T19:41:00.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37382026-08-10T19:41:00.623Z
37392026-08-10T19:41:00.623Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37402026-08-10T19:41:01.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-10T19:41:01.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-10T19:41:01.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-10T19:41:01.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37442026-08-10T19:41:01.216Z
37452026-08-10T19:41:01.216Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37462026-08-10T19:41:01.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-10T19:41:01.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-10T19:41:01.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-10T19:41:01.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-10T19:41:01.801Z
37512026-08-10T19:41:01.801Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37522026-08-10T19:41:02.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-10T19:41:02.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-10T19:41:02.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-10T19:41:02.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37562026-08-10T19:41:02.393Z
37572026-08-10T19:41:02.393Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37582026-08-10T19:41:02.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-10T19:41:02.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-10T19:41:02.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-10T19:41:02.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-08-10T19:41:02.988Z
37632026-08-10T19:41:02.988Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37642026-08-10T19:41:03.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-10T19:41:03.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-10T19:41:03.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-10T19:41:03.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-08-10T19:41:03.591Z
37692026-08-10T19:41:03.592Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37702026-08-10T19:41:04.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-10T19:41:04.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-10T19:41:04.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-10T19:41:04.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37742026-08-10T19:41:04.741Z
37752026-08-10T19:41:04.741Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37762026-08-10T19:41:04.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-10T19:41:04.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-10T19:41:04.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-10T19:41:04.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37802026-08-10T19:41:04.789Z
37812026-08-10T19:41:04.789Zinfo: running `cargo check --bins` on dns-server (197/335)
37822026-08-10T19:41:05.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-10T19:41:05.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-10T19:41:05.444Z Compiling parking_lot_core v0.8.6
37852026-08-10T19:41:05.444Z Compiling git-stub v1.0.0
37862026-08-10T19:41:05.559Z Checking prefix-trie v0.7.0
37872026-08-10T19:41:05.565Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37882026-08-10T19:41:05.682Z Compiling git-stub-vcs v0.1.0
37892026-08-10T19:41:05.838Z Checking hickory-server v0.25.2
37902026-08-10T19:41:05.952Z Checking parking_lot v0.11.2
37912026-08-10T19:41:05.989Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37922026-08-10T19:41:06.123Z Checking sled v0.34.7
37932026-08-10T19:41:08.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
37942026-08-10T19:41:08.279Z
37952026-08-10T19:41:08.279Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37962026-08-10T19:41:08.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-10T19:41:08.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-10T19:41:08.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-10T19:41:08.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38002026-08-10T19:41:08.853Z
38012026-08-10T19:41:08.853Zinfo: running `cargo check --bins` on nexus-client (199/335)
38022026-08-10T19:41:09.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-10T19:41:09.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-10T19:41:09.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-10T19:41:09.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-08-10T19:41:09.474Z
38072026-08-10T19:41:09.474Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38082026-08-10T19:41:09.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-10T19:41:09.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-10T19:41:09.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-10T19:41:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38122026-08-10T19:41:10.058Z
38132026-08-10T19:41:10.058Zinfo: running `cargo check --bins` on sp-sim (201/335)
38142026-08-10T19:41:10.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-10T19:41:10.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-10T19:41:10.760Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38172026-08-10T19:41:11.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38182026-08-10T19:41:11.474Z
38192026-08-10T19:41:11.474Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38202026-08-10T19:41:12.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-10T19:41:12.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-10T19:41:12.290Z Compiling salty v0.3.0
38232026-08-10T19:41:12.293Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-08-10T19:41:12.430Z Checking libscf-sys v1.2.0
38252026-08-10T19:41:12.431Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38262026-08-10T19:41:12.434Z Checking rfc6979 v0.4.0
38272026-08-10T19:41:12.434Z Compiling proc-macro-error-attr2 v2.0.0
38282026-08-10T19:41:12.470Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38292026-08-10T19:41:12.470Z Checking primeorder v0.13.6
38302026-08-10T19:41:12.543Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38312026-08-10T19:41:12.557Z Checking ecdsa v0.16.9
38322026-08-10T19:41:12.667Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38332026-08-10T19:41:12.704Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38342026-08-10T19:41:12.747Z Checking papergrid v0.17.0
38352026-08-10T19:41:12.842Z Compiling proc-macro-error2 v2.0.1
38362026-08-10T19:41:12.884Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38372026-08-10T19:41:12.899Z Checking p384 v0.13.1
38382026-08-10T19:41:12.915Z Checking testing_table v0.3.0
38392026-08-10T19:41:12.915Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38402026-08-10T19:41:13.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38412026-08-10T19:41:13.052Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38422026-08-10T19:41:13.157Z Compiling tabled_derive v0.11.0
38432026-08-10T19:41:13.309Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-08-10T19:41:13.346Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38452026-08-10T19:41:13.392Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-10T19:41:13.431Z Checking corncobs v0.1.4
38472026-08-10T19:41:13.536Z Compiling illumos-nvpair-sys v0.2.0
38482026-08-10T19:41:13.553Z Compiling unicase v2.9.0
38492026-08-10T19:41:13.588Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38502026-08-10T19:41:13.591Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38512026-08-10T19:41:13.618Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38522026-08-10T19:41:13.679Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38532026-08-10T19:41:13.705Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38542026-08-10T19:41:13.742Z Compiling progenitor-impl v0.13.0
38552026-08-10T19:41:13.756Z Compiling mime_guess v2.0.5
38562026-08-10T19:41:13.850Z Checking secrecy v0.8.0
38572026-08-10T19:41:13.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-10T19:41:13.972Z Checking crc8 v0.1.1
38592026-08-10T19:41:14.075Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38602026-08-10T19:41:14.281Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38612026-08-10T19:41:14.316Z Checking tabled v0.20.0
38622026-08-10T19:41:14.430Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38632026-08-10T19:41:14.596Z Checking progenitor-client v0.13.0
38642026-08-10T19:41:14.680Z Checking http-range v0.1.5
38652026-08-10T19:41:14.809Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38662026-08-10T19:41:14.840Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-08-10T19:41:15.030Z Checking illumos-nvpair v0.3.0
38682026-08-10T19:41:15.194Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-10T19:41:15.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38702026-08-10T19:41:15.254Z Checking scuffle v0.1.0
38712026-08-10T19:41:15.274Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38722026-08-10T19:41:15.289Z Checking nanorand v0.7.0
38732026-08-10T19:41:15.491Z Checking flume v0.11.1
38742026-08-10T19:41:15.585Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38752026-08-10T19:41:15.736Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38762026-08-10T19:41:15.829Z Checking hyper-staticfile v0.10.1
38772026-08-10T19:41:15.913Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38782026-08-10T19:41:15.953Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38792026-08-10T19:41:16.126Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38802026-08-10T19:41:16.199Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38812026-08-10T19:41:16.222Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38822026-08-10T19:41:16.286Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38832026-08-10T19:41:16.376Z Compiling progenitor-macro v0.13.0
38842026-08-10T19:41:16.431Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38852026-08-10T19:41:16.531Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38862026-08-10T19:41:16.593Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38872026-08-10T19:41:16.621Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38882026-08-10T19:41:16.683Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38892026-08-10T19:41:17.235Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38902026-08-10T19:41:17.715Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38912026-08-10T19:41:19.235Z Checking progenitor v0.13.0
38922026-08-10T19:41:19.374Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38932026-08-10T19:41:21.164Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38942026-08-10T19:41:22.187Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38952026-08-10T19:41:35.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.91s
38962026-08-10T19:41:35.402Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38972026-08-10T19:41:35.402Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38982026-08-10T19:41:35.607Z
38992026-08-10T19:41:35.607Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
39002026-08-10T19:41:36.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-08-10T19:41:36.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-08-10T19:41:36.368Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-08-10T19:41:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39042026-08-10T19:41:46.967Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39052026-08-10T19:41:46.967Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39062026-08-10T19:41:47.163Z
39072026-08-10T19:41:47.163Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
39082026-08-10T19:41:47.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-10T19:41:47.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-10T19:41:47.922Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-08-10T19:41:58.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39122026-08-10T19:41:58.510Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39132026-08-10T19:41:58.510Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39142026-08-10T19:41:58.711Z
39152026-08-10T19:41:58.711Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39162026-08-10T19:41:59.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-10T19:41:59.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-10T19:41:59.473Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-10T19:42:10.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39202026-08-10T19:42:10.110Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39212026-08-10T19:42:10.110Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39222026-08-10T19:42:10.304Z
39232026-08-10T19:42:10.305Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39242026-08-10T19:42:10.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-08-10T19:42:10.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-08-10T19:42:11.070Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-08-10T19:42:21.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39282026-08-10T19:42:21.668Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39292026-08-10T19:42:21.669Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39302026-08-10T19:42:21.869Z
39312026-08-10T19:42:21.869Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39322026-08-10T19:42:22.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-10T19:42:22.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-10T19:42:22.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39352026-08-10T19:42:33.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39362026-08-10T19:42:33.232Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39372026-08-10T19:42:33.232Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39382026-08-10T19:42:33.432Z
39392026-08-10T19:42:33.432Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39402026-08-10T19:42:33.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-10T19:42:33.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-10T19:42:34.193Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39432026-08-10T19:42:44.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39442026-08-10T19:42:44.780Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39452026-08-10T19:42:44.780Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39462026-08-10T19:42:44.984Z
39472026-08-10T19:42:44.984Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39482026-08-10T19:42:45.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-10T19:42:45.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-10T19:42:45.745Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39512026-08-10T19:42:56.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39522026-08-10T19:42:56.352Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39532026-08-10T19:42:56.352Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39542026-08-10T19:42:56.550Z
39552026-08-10T19:42:56.550Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39562026-08-10T19:42:57.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-10T19:42:57.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-10T19:42:57.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-10T19:42:57.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39602026-08-10T19:42:57.132Z
39612026-08-10T19:42:57.132Zinfo: running `cargo check --bins` on installinator-common (211/335)
39622026-08-10T19:42:57.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-10T19:42:57.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-10T19:42:57.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-10T19:42:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39662026-08-10T19:42:57.719Z
39672026-08-10T19:42:57.719Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39682026-08-10T19:42:58.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-10T19:42:58.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-10T19:42:58.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-10T19:42:58.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-08-10T19:42:58.272Z
39732026-08-10T19:42:58.272Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39742026-08-10T19:42:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-10T19:42:58.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-10T19:42:58.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-10T19:42:58.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39782026-08-10T19:42:58.877Z
39792026-08-10T19:42:58.877Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39802026-08-10T19:42:59.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-10T19:42:59.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-10T19:42:59.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-10T19:42:59.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39842026-08-10T19:42:59.452Z
39852026-08-10T19:42:59.452Zinfo: running `cargo check --bins` on range-requests (215/335)
39862026-08-10T19:42:59.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-10T19:42:59.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-10T19:42:59.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-10T19:42:59.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-08-10T19:43:00.020Z
39912026-08-10T19:43:00.020Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39922026-08-10T19:43:00.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-10T19:43:00.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-10T19:43:00.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-10T19:43:00.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39962026-08-10T19:43:00.585Z
39972026-08-10T19:43:00.585Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39982026-08-10T19:43:01.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-10T19:43:01.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-10T19:43:01.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-10T19:43:01.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40022026-08-10T19:43:01.149Z
40032026-08-10T19:43:01.149Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
40042026-08-10T19:43:01.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-10T19:43:01.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-10T19:43:01.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-10T19:43:01.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-08-10T19:43:01.737Z
40092026-08-10T19:43:01.738Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
40102026-08-10T19:43:02.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-10T19:43:02.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-10T19:43:02.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-10T19:43:02.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-10T19:43:02.327Z
40152026-08-10T19:43:02.327Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
40162026-08-10T19:43:02.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-10T19:43:02.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-10T19:43:02.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-10T19:43:02.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40202026-08-10T19:43:02.917Z
40212026-08-10T19:43:02.917Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40222026-08-10T19:43:03.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-10T19:43:03.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-10T19:43:03.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-10T19:43:03.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40262026-08-10T19:43:03.512Z
40272026-08-10T19:43:03.512Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40282026-08-10T19:43:04.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-10T19:43:04.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-10T19:43:04.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-10T19:43:04.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40322026-08-10T19:43:04.110Z
40332026-08-10T19:43:04.110Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40342026-08-10T19:43:04.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-10T19:43:04.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-10T19:43:04.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-10T19:43:04.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40382026-08-10T19:43:04.697Z
40392026-08-10T19:43:04.697Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40402026-08-10T19:43:05.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-10T19:43:05.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-10T19:43:05.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-10T19:43:05.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40442026-08-10T19:43:05.291Z
40452026-08-10T19:43:05.291Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40462026-08-10T19:43:05.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-10T19:43:05.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-10T19:43:05.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-10T19:43:05.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40502026-08-10T19:43:05.886Z
40512026-08-10T19:43:05.886Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40522026-08-10T19:43:06.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-10T19:43:06.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-10T19:43:06.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-10T19:43:06.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40562026-08-10T19:43:06.481Z
40572026-08-10T19:43:06.481Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40582026-08-10T19:43:06.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-10T19:43:06.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-10T19:43:06.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-10T19:43:06.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40622026-08-10T19:43:07.078Z
40632026-08-10T19:43:07.078Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40642026-08-10T19:43:07.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-10T19:43:07.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-10T19:43:07.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-08-10T19:43:07.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40682026-08-10T19:43:07.696Z
40692026-08-10T19:43:07.696Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40702026-08-10T19:43:08.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-08-10T19:43:08.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-08-10T19:43:08.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-08-10T19:43:08.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40742026-08-10T19:43:08.294Z
40752026-08-10T19:43:08.294Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40762026-08-10T19:43:08.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-08-10T19:43:08.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-08-10T19:43:08.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-08-10T19:43:08.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-08-10T19:43:08.905Z
40812026-08-10T19:43:08.905Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40822026-08-10T19:43:09.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-10T19:43:09.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-10T19:43:09.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-10T19:43:09.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40862026-08-10T19:43:09.520Z
40872026-08-10T19:43:09.520Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40882026-08-10T19:43:10.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-10T19:43:10.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-10T19:43:10.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-10T19:43:10.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40922026-08-10T19:43:10.146Z
40932026-08-10T19:43:10.146Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40942026-08-10T19:43:10.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-10T19:43:10.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-10T19:43:10.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-08-10T19:43:10.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40982026-08-10T19:43:10.705Z
40992026-08-10T19:43:10.705Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
41002026-08-10T19:43:11.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-08-10T19:43:11.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-08-10T19:43:11.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-08-10T19:43:11.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41042026-08-10T19:43:11.288Z
41052026-08-10T19:43:11.288Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
41062026-08-10T19:43:11.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-10T19:43:11.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-10T19:43:11.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-10T19:43:11.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41102026-08-10T19:43:11.872Z
41112026-08-10T19:43:11.872Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
41122026-08-10T19:43:12.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-10T19:43:12.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-10T19:43:12.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-08-10T19:43:12.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41162026-08-10T19:43:12.460Z
41172026-08-10T19:43:12.460Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
41182026-08-10T19:43:12.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-08-10T19:43:12.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-08-10T19:43:12.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-08-10T19:43:12.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41222026-08-10T19:43:13.013Z
41232026-08-10T19:43:13.013Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41242026-08-10T19:43:13.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-08-10T19:43:13.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-08-10T19:43:13.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-08-10T19:43:13.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41282026-08-10T19:43:13.568Z
41292026-08-10T19:43:13.568Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41302026-08-10T19:43:14.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-08-10T19:43:14.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-08-10T19:43:14.262Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41332026-08-10T19:43:14.680Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41342026-08-10T19:43:15.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
41352026-08-10T19:43:16.076Z
41362026-08-10T19:43:16.076Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41372026-08-10T19:43:16.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-10T19:43:16.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-10T19:43:16.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-10T19:43:16.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41412026-08-10T19:43:16.642Z
41422026-08-10T19:43:16.642Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41432026-08-10T19:43:17.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-10T19:43:17.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-10T19:43:17.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-10T19:43:17.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41472026-08-10T19:43:17.219Z
41482026-08-10T19:43:17.220Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41492026-08-10T19:43:17.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-10T19:43:17.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-10T19:43:17.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-10T19:43:17.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-10T19:43:17.803Z
41542026-08-10T19:43:17.803Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41552026-08-10T19:43:18.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-10T19:43:18.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-10T19:43:18.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-10T19:43:18.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41592026-08-10T19:43:18.370Z
41602026-08-10T19:43:18.370Zinfo: running `cargo check --bins` on installinator-client (244/335)
41612026-08-10T19:43:18.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-10T19:43:18.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-10T19:43:18.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-10T19:43:18.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41652026-08-10T19:43:18.943Z
41662026-08-10T19:43:18.943Zinfo: running `cargo check --bins` on oxide-client (245/335)
41672026-08-10T19:43:19.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-10T19:43:19.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-10T19:43:19.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-10T19:43:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-10T19:43:19.498Z
41722026-08-10T19:43:19.498Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41732026-08-10T19:43:19.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-10T19:43:19.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-10T19:43:19.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-10T19:43:19.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-10T19:43:20.072Z
41782026-08-10T19:43:20.072Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41792026-08-10T19:43:20.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-10T19:43:20.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-10T19:43:20.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41822026-08-10T19:43:20.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41832026-08-10T19:43:20.669Z
41842026-08-10T19:43:20.670Zinfo: running `cargo check --bins` on wicket-common (248/335)
41852026-08-10T19:43:21.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-10T19:43:21.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-10T19:43:21.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-08-10T19:43:21.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41892026-08-10T19:43:21.246Z
41902026-08-10T19:43:21.246Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41912026-08-10T19:43:21.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-10T19:43:21.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-10T19:43:21.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-10T19:43:21.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41952026-08-10T19:43:21.821Z
41962026-08-10T19:43:21.821Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41972026-08-10T19:43:22.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-10T19:43:22.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-10T19:43:22.486Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42002026-08-10T19:43:22.490Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42012026-08-10T19:43:23.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42022026-08-10T19:43:23.876Z
42032026-08-10T19:43:23.876Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
42042026-08-10T19:43:24.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-10T19:43:24.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-10T19:43:24.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-10T19:43:24.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-10T19:43:24.421Z
42092026-08-10T19:43:24.421Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
42102026-08-10T19:43:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-10T19:43:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-10T19:43:24.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-10T19:43:24.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42142026-08-10T19:43:25.092Z
42152026-08-10T19:43:25.092Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
42162026-08-10T19:43:25.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-10T19:43:25.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-10T19:43:25.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-10T19:43:25.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42202026-08-10T19:43:25.720Z
42212026-08-10T19:43:25.720Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42222026-08-10T19:43:26.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-10T19:43:26.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-10T19:43:26.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-10T19:43:26.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42262026-08-10T19:43:26.339Z
42272026-08-10T19:43:26.339Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42282026-08-10T19:43:26.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-10T19:43:26.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-10T19:43:26.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-10T19:43:26.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42322026-08-10T19:43:26.957Z
42332026-08-10T19:43:26.957Zinfo: running `cargo check --bins` on db-macros (256/335)
42342026-08-10T19:43:27.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-10T19:43:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-10T19:43:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-10T19:43:27.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42382026-08-10T19:43:27.515Z
42392026-08-10T19:43:27.515Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42402026-08-10T19:43:27.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-10T19:43:27.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-10T19:43:27.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-10T19:43:27.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42442026-08-10T19:43:28.074Z
42452026-08-10T19:43:28.074Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42462026-08-10T19:43:28.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-10T19:43:28.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-10T19:43:28.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-10T19:43:28.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42502026-08-10T19:43:28.692Z
42512026-08-10T19:43:28.692Zinfo: running `cargo check --bins` on authz-macros (259/335)
42522026-08-10T19:43:29.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-10T19:43:29.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-10T19:43:29.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-10T19:43:29.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42562026-08-10T19:43:29.246Z
42572026-08-10T19:43:29.246Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42582026-08-10T19:43:29.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-10T19:43:29.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-10T19:43:29.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-10T19:43:29.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42622026-08-10T19:43:29.861Z
42632026-08-10T19:43:29.861Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42642026-08-10T19:43:30.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-10T19:43:30.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-10T19:43:30.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-10T19:43:30.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42682026-08-10T19:43:30.469Z
42692026-08-10T19:43:30.469Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42702026-08-10T19:43:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-10T19:43:30.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-10T19:43:30.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-08-10T19:43:30.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42742026-08-10T19:43:31.025Z
42752026-08-10T19:43:31.025Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42762026-08-10T19:43:31.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-08-10T19:43:31.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-08-10T19:43:31.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-08-10T19:43:31.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42802026-08-10T19:43:31.590Z
42812026-08-10T19:43:31.591Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42822026-08-10T19:43:32.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-10T19:43:32.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-10T19:43:32.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-10T19:43:32.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42862026-08-10T19:43:32.143Z
42872026-08-10T19:43:32.143Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42882026-08-10T19:43:32.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-10T19:43:32.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-10T19:43:32.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-08-10T19:43:32.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42922026-08-10T19:43:32.763Z
42932026-08-10T19:43:32.763Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42942026-08-10T19:43:33.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-08-10T19:43:33.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-08-10T19:43:33.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-08-10T19:43:33.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42982026-08-10T19:43:33.385Z
42992026-08-10T19:43:33.385Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
43002026-08-10T19:43:33.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-10T19:43:33.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-10T19:43:33.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-08-10T19:43:33.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43042026-08-10T19:43:34.010Z
43052026-08-10T19:43:34.010Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
43062026-08-10T19:43:34.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-10T19:43:34.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-10T19:43:34.730Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43092026-08-10T19:43:34.730Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43102026-08-10T19:43:35.417Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43112026-08-10T19:43:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
43122026-08-10T19:43:37.336Z
43132026-08-10T19:43:37.336Zinfo: running `cargo check --bins` on oximeter-api (269/335)
43142026-08-10T19:43:37.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-10T19:43:37.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-10T19:43:37.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-10T19:43:37.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43182026-08-10T19:43:37.905Z
43192026-08-10T19:43:37.905Zinfo: running `cargo check --bins` on cert-dev (270/335)
43202026-08-10T19:43:38.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-10T19:43:38.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-10T19:43:38.502Z Checking yasna v0.5.2
43232026-08-10T19:43:38.911Z Checking rcgen v0.12.1
43242026-08-10T19:43:39.162Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43252026-08-10T19:43:39.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43262026-08-10T19:43:39.513Z
43272026-08-10T19:43:39.513Zinfo: running `cargo check --bins` on clickana (271/335)
43282026-08-10T19:43:39.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-10T19:43:39.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-10T19:43:40.142Z Compiling instability v0.3.11
43312026-08-10T19:43:40.143Z Checking castaway v0.2.4
43322026-08-10T19:43:40.146Z Compiling indoc v2.0.7
43332026-08-10T19:43:40.146Z Checking unicode-truncate v1.1.0
43342026-08-10T19:43:40.146Z Checking lru v0.12.5
43352026-08-10T19:43:40.146Z Checking cassowary v0.3.0
43362026-08-10T19:43:40.374Z Checking compact_str v0.8.1
43372026-08-10T19:43:41.136Z Checking ratatui v0.29.0
43382026-08-10T19:43:42.189Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43392026-08-10T19:43:42.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
43402026-08-10T19:43:43.089Z
43412026-08-10T19:43:43.089Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43422026-08-10T19:43:43.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-08-10T19:43:43.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-08-10T19:43:43.796Z Checking headers-core v0.3.0
43452026-08-10T19:43:43.799Z Checking port-file v0.1.0
43462026-08-10T19:43:43.799Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43472026-08-10T19:43:43.994Z Checking headers v0.4.1
43482026-08-10T19:43:44.366Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-08-10T19:43:45.331Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43502026-08-10T19:43:45.861Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43512026-08-10T19:43:46.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
43522026-08-10T19:43:46.502Z
43532026-08-10T19:43:46.503Zinfo: running `cargo check --bins` on ch-dev (273/335)
43542026-08-10T19:43:47.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-10T19:43:47.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-10T19:43:47.209Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43572026-08-10T19:43:47.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43582026-08-10T19:43:48.172Z
43592026-08-10T19:43:48.172Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43602026-08-10T19:43:48.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-10T19:43:48.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-10T19:43:48.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-08-10T19:43:48.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43642026-08-10T19:43:48.586Z
43652026-08-10T19:43:48.586Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43662026-08-10T19:43:49.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-08-10T19:43:49.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-08-10T19:43:49.201Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43692026-08-10T19:43:49.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43702026-08-10T19:43:49.755Z
43712026-08-10T19:43:49.755Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43722026-08-10T19:43:50.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-08-10T19:43:50.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-08-10T19:43:50.452Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43752026-08-10T19:43:51.558Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43762026-08-10T19:43:51.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
43772026-08-10T19:43:52.110Z
43782026-08-10T19:43:52.110Zinfo: running `cargo check --bins` on db-dev (277/335)
43792026-08-10T19:43:52.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-10T19:43:52.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-10T19:43:52.818Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43822026-08-10T19:43:53.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43832026-08-10T19:43:53.787Z
43842026-08-10T19:43:53.787Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43852026-08-10T19:43:54.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-10T19:43:54.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-10T19:43:54.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-10T19:43:54.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43892026-08-10T19:43:54.395Z
43902026-08-10T19:43:54.395Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43912026-08-10T19:43:54.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-10T19:43:54.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-10T19:43:54.997Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43942026-08-10T19:43:55.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43952026-08-10T19:43:55.852Z
43962026-08-10T19:43:55.852Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43972026-08-10T19:43:56.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-10T19:43:56.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-10T19:43:56.582Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44002026-08-10T19:43:56.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44012026-08-10T19:43:56.585Z Checking git-stub v1.0.0
44022026-08-10T19:43:56.585Z Compiling trait-variant v0.1.2
44032026-08-10T19:43:56.585Z Checking is_ci v1.2.0
44042026-08-10T19:43:56.585Z Checking maplit v1.0.2
44052026-08-10T19:43:56.585Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44062026-08-10T19:43:56.586Z Checking drift v0.2.0
44072026-08-10T19:43:56.784Z Checking supports-color v3.0.2
44082026-08-10T19:43:56.796Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44092026-08-10T19:43:56.875Z Checking git-stub-vcs v0.1.0
44102026-08-10T19:43:56.905Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44112026-08-10T19:43:56.905Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44122026-08-10T19:43:56.986Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44132026-08-10T19:43:57.045Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44142026-08-10T19:43:57.074Z Checking dropshot-api-manager v0.7.2
44152026-08-10T19:43:57.129Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44162026-08-10T19:43:57.268Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44172026-08-10T19:43:57.438Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44182026-08-10T19:43:57.983Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44192026-08-10T19:43:58.880Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44202026-08-10T19:43:59.901Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44212026-08-10T19:44:00.659Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44222026-08-10T19:44:01.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
44232026-08-10T19:44:01.115Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44242026-08-10T19:44:01.115Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44252026-08-10T19:44:01.304Z
44262026-08-10T19:44:01.304Zinfo: running `cargo check --bins` on installinator-api (281/335)
44272026-08-10T19:44:01.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-10T19:44:01.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-10T19:44:01.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-10T19:44:01.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-10T19:44:01.866Z
44322026-08-10T19:44:01.866Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44332026-08-10T19:44:02.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-10T19:44:02.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-10T19:44:02.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-10T19:44:02.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-08-10T19:44:02.466Z
44382026-08-10T19:44:02.466Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44392026-08-10T19:44:02.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-10T19:44:02.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-10T19:44:02.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-10T19:44:02.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44432026-08-10T19:44:03.067Z
44442026-08-10T19:44:03.067Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44452026-08-10T19:44:03.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-10T19:44:03.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-10T19:44:03.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-10T19:44:03.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44492026-08-10T19:44:03.671Z
44502026-08-10T19:44:03.671Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44512026-08-10T19:44:04.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-10T19:44:04.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-10T19:44:04.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-10T19:44:04.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44552026-08-10T19:44:04.235Z
44562026-08-10T19:44:04.235Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44572026-08-10T19:44:04.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-10T19:44:04.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-10T19:44:04.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-08-10T19:44:04.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44612026-08-10T19:44:04.787Z
44622026-08-10T19:44:04.787Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44632026-08-10T19:44:05.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-10T19:44:05.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-10T19:44:05.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-08-10T19:44:05.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44672026-08-10T19:44:05.364Z
44682026-08-10T19:44:05.364Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44692026-08-10T19:44:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-10T19:44:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-10T19:44:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-08-10T19:44:05.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-08-10T19:44:05.935Z
44742026-08-10T19:44:05.935Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44752026-08-10T19:44:06.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-08-10T19:44:06.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-08-10T19:44:06.543Z Compiling blake3 v1.8.5
44782026-08-10T19:44:06.653Z Checking constant_time_eq v0.4.2
44792026-08-10T19:44:06.656Z Checking arrayvec v0.7.6
44802026-08-10T19:44:06.663Z Checking arrayref v0.3.9
44812026-08-10T19:44:06.681Z Checking cargo-platform v0.3.2
44822026-08-10T19:44:06.685Z Checking topological-sort v0.2.2
44832026-08-10T19:44:06.685Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44842026-08-10T19:44:06.835Z Checking cargo_metadata v0.23.1
44852026-08-10T19:44:07.433Z Checking omicron-zone-package v0.12.3
44862026-08-10T19:44:08.148Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44872026-08-10T19:44:08.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
44882026-08-10T19:44:09.159Z
44892026-08-10T19:44:09.159Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44902026-08-10T19:44:09.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-10T19:44:09.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-10T19:44:09.878Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44932026-08-10T19:44:10.517Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44942026-08-10T19:44:11.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
44952026-08-10T19:44:11.232Z
44962026-08-10T19:44:11.233Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44972026-08-10T19:44:11.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-10T19:44:11.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-10T19:44:12.192Z Compiling darling_core v0.21.3
45002026-08-10T19:44:12.192Z Compiling vergen-lib v0.1.6
45012026-08-10T19:44:12.196Z Compiling diesel_derives v2.3.7
45022026-08-10T19:44:12.196Z Checking scheduled-thread-pool v0.2.7
45032026-08-10T19:44:12.196Z Compiling vergen-gitcl v1.0.8
45042026-08-10T19:44:12.196Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45052026-08-10T19:44:12.196Z Compiling diesel_table_macro_syntax v0.3.0
45062026-08-10T19:44:12.196Z Compiling dirs-sys-next v0.1.2
45072026-08-10T19:44:12.524Z Compiling glob v0.3.3
45082026-08-10T19:44:12.540Z Compiling crunchy v0.2.4
45092026-08-10T19:44:12.555Z Checking r2d2 v0.8.10
45102026-08-10T19:44:12.622Z Compiling dirs-next v2.0.0
45112026-08-10T19:44:12.643Z Compiling tiny-keccak v2.0.2
45122026-08-10T19:44:12.733Z Checking downcast-rs v2.0.2
45132026-08-10T19:44:12.829Z Compiling term v0.7.0
45142026-08-10T19:44:12.885Z Compiling bit-vec v0.6.3
45152026-08-10T19:44:12.899Z Compiling clang-sys v1.8.1
45162026-08-10T19:44:12.924Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45172026-08-10T19:44:13.098Z Compiling ascii-canvas v3.0.0
45182026-08-10T19:44:13.117Z Compiling bit-set v0.5.3
45192026-08-10T19:44:13.272Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45202026-08-10T19:44:13.289Z Compiling itertools v0.10.5
45212026-08-10T19:44:13.339Z Compiling ena v0.14.4
45222026-08-10T19:44:13.355Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45232026-08-10T19:44:13.371Z Compiling libloading v0.8.9
45242026-08-10T19:44:13.387Z Compiling regex-syntax v0.6.29
45252026-08-10T19:44:13.423Z Compiling bindgen v0.71.1
45262026-08-10T19:44:13.550Z Compiling diff v0.1.13
45272026-08-10T19:44:13.843Z Compiling cexpr v0.6.0
45282026-08-10T19:44:13.859Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45292026-08-10T19:44:13.973Z Compiling rustc-hash v2.1.1
45302026-08-10T19:44:14.079Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45312026-08-10T19:44:14.277Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45322026-08-10T19:44:14.354Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45332026-08-10T19:44:14.432Z Compiling libxml v0.3.3
45342026-08-10T19:44:14.542Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45352026-08-10T19:44:14.679Z Compiling strum_macros v0.24.3
45362026-08-10T19:44:14.724Z Compiling lalrpop v0.19.12
45372026-08-10T19:44:14.741Z Compiling indoc v1.0.9
45382026-08-10T19:44:14.935Z Compiling darling_macro v0.21.3
45392026-08-10T19:44:15.448Z Compiling darling v0.21.3
45402026-08-10T19:44:15.545Z Compiling dsl_auto_type v0.2.0
45412026-08-10T19:44:15.594Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45422026-08-10T19:44:15.788Z Checking derive_builder v0.20.2
45432026-08-10T19:44:15.911Z Compiling oso-derive v0.27.3
45442026-08-10T19:44:16.038Z Checking quick-xml v0.37.5
45452026-08-10T19:44:16.072Z Compiling impl-trait-for-tuples v0.2.3
45462026-08-10T19:44:16.416Z Checking openssl-probe v0.1.6
45472026-08-10T19:44:16.561Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45482026-08-10T19:44:16.906Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-08-10T19:44:17.099Z Checking bb8 v0.8.6
45502026-08-10T19:44:17.190Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45512026-08-10T19:44:17.295Z Checking nonempty v0.12.0
45522026-08-10T19:44:17.380Z Compiling libz-sys v1.1.24
45532026-08-10T19:44:17.422Z Compiling strsim v0.10.0
45542026-08-10T19:44:17.465Z Compiling libgit2-sys v0.18.3+1.9.2
45552026-08-10T19:44:17.605Z Compiling darling_core v0.13.4
45562026-08-10T19:44:17.755Z Compiling vergen-git2 v9.1.0
45572026-08-10T19:44:17.972Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45582026-08-10T19:44:17.995Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45592026-08-10T19:44:18.188Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45602026-08-10T19:44:18.404Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45612026-08-10T19:44:18.602Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45622026-08-10T19:44:18.791Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45632026-08-10T19:44:18.984Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45642026-08-10T19:44:18.988Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45652026-08-10T19:44:19.177Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45662026-08-10T19:44:19.365Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45672026-08-10T19:44:19.464Z Compiling darling_macro v0.13.4
45682026-08-10T19:44:19.615Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45692026-08-10T19:44:19.808Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45702026-08-10T19:44:19.986Z Compiling darling v0.13.4
45712026-08-10T19:44:20.093Z Compiling serde_with_macros v1.5.2
45722026-08-10T19:44:20.212Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45732026-08-10T19:44:20.613Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45742026-08-10T19:44:20.950Z Compiling serde_with v1.14.0
45752026-08-10T19:44:21.050Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45762026-08-10T19:44:21.196Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45772026-08-10T19:44:21.465Z Checking diesel v2.3.7
45782026-08-10T19:44:22.121Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45792026-08-10T19:44:22.763Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45802026-08-10T19:44:23.028Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45812026-08-10T19:44:23.749Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45822026-08-10T19:44:23.767Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45832026-08-10T19:44:24.379Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45842026-08-10T19:44:24.423Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45852026-08-10T19:44:24.910Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45862026-08-10T19:44:24.929Z Checking twox-hash v2.1.2
45872026-08-10T19:44:25.108Z Checking libsw-core v0.3.2
45882026-08-10T19:44:25.285Z Checking atty v0.2.14
45892026-08-10T19:44:25.292Z Checking libsw v3.5.0
45902026-08-10T19:44:25.313Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45912026-08-10T19:44:25.354Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45922026-08-10T19:44:25.498Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45932026-08-10T19:44:25.558Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45942026-08-10T19:44:25.693Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45952026-08-10T19:44:26.911Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45962026-08-10T19:44:26.983Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45972026-08-10T19:44:27.521Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45982026-08-10T19:44:27.603Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45992026-08-10T19:44:27.704Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46002026-08-10T19:44:27.895Z Checking console v0.16.2
46012026-08-10T19:44:28.205Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46022026-08-10T19:44:28.358Z Checking fatfs v0.3.6
46032026-08-10T19:44:28.564Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46042026-08-10T19:44:28.826Z Checking unit-prefix v0.5.2
46052026-08-10T19:44:28.966Z Compiling seq-macro v0.3.6
46062026-08-10T19:44:29.467Z Checking indicatif v0.18.4
46072026-08-10T19:44:29.879Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46082026-08-10T19:44:29.901Z Checking oxide-update-engine-display v0.1.2
46092026-08-10T19:44:30.221Z Checking support-bundle-viewer v0.1.2
46102026-08-10T19:44:30.480Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46112026-08-10T19:44:30.567Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46122026-08-10T19:44:30.692Z Checking multimap v0.10.1
46132026-08-10T19:44:36.683Z Checking diesel-dtrace v0.5.0
46142026-08-10T19:44:36.935Z Checking async-bb8-diesel v0.2.1
46152026-08-10T19:44:40.026Z Compiling samael v0.0.19
46162026-08-10T19:44:45.205Z Compiling git2 v0.20.4
46172026-08-10T19:44:46.372Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46182026-08-10T19:44:46.993Z Compiling polar-core v0.27.3
46192026-08-10T19:44:47.659Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46202026-08-10T19:44:51.527Z Checking oso v0.27.3
46212026-08-10T19:45:24.033Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46222026-08-10T19:46:38.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46232026-08-10T19:46:38.973Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46242026-08-10T19:46:38.973Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46252026-08-10T19:46:39.189Z
46262026-08-10T19:46:39.189Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46272026-08-10T19:46:39.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-10T19:46:39.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-10T19:46:39.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-08-10T19:46:39.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46312026-08-10T19:46:39.856Z
46322026-08-10T19:46:39.856Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46332026-08-10T19:46:40.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-10T19:46:40.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-10T19:46:40.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-10T19:46:40.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46372026-08-10T19:46:40.486Z
46382026-08-10T19:46:40.486Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46392026-08-10T19:46:41.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-10T19:46:41.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-10T19:46:41.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-10T19:46:41.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46432026-08-10T19:46:41.119Z
46442026-08-10T19:46:41.119Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46452026-08-10T19:46:41.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-10T19:46:41.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-10T19:46:41.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-10T19:46:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46492026-08-10T19:46:41.677Z
46502026-08-10T19:46:41.677Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46512026-08-10T19:46:42.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-10T19:46:42.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-10T19:46:42.503Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46542026-08-10T19:46:43.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
46552026-08-10T19:46:43.266Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46562026-08-10T19:46:43.266Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46572026-08-10T19:46:43.473Z
46582026-08-10T19:46:43.473Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46592026-08-10T19:46:44.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-10T19:46:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-10T19:46:44.299Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46622026-08-10T19:47:24.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.98s
46632026-08-10T19:47:24.837Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46642026-08-10T19:47:24.837Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46652026-08-10T19:47:24.837Z
46662026-08-10T19:47:24.837Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46672026-08-10T19:47:24.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-10T19:47:24.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-10T19:47:24.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-10T19:47:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46712026-08-10T19:47:24.838Z
46722026-08-10T19:47:24.838Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46732026-08-10T19:47:24.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-10T19:47:24.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-10T19:47:24.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-10T19:47:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46772026-08-10T19:47:24.838Z
46782026-08-10T19:47:24.839Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46792026-08-10T19:47:25.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-10T19:47:25.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-10T19:47:25.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-10T19:47:25.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46832026-08-10T19:47:25.438Z
46842026-08-10T19:47:25.439Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46852026-08-10T19:47:26.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-10T19:47:26.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-10T19:47:26.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-10T19:47:26.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46892026-08-10T19:47:26.111Z
46902026-08-10T19:47:26.111Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46912026-08-10T19:47:26.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-10T19:47:26.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-10T19:47:26.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-10T19:47:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46952026-08-10T19:47:26.696Z
46962026-08-10T19:47:26.696Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46972026-08-10T19:47:27.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-10T19:47:27.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-10T19:47:27.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-10T19:47:27.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-10T19:47:27.306Z
47022026-08-10T19:47:27.306Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
47032026-08-10T19:47:27.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-10T19:47:27.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-10T19:47:27.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-08-10T19:47:27.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47072026-08-10T19:47:27.932Z
47082026-08-10T19:47:27.933Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
47092026-08-10T19:47:28.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-08-10T19:47:28.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-08-10T19:47:28.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-08-10T19:47:28.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47132026-08-10T19:47:28.566Z
47142026-08-10T19:47:28.566Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
47152026-08-10T19:47:29.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-08-10T19:47:29.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-08-10T19:47:29.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-08-10T19:47:29.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47192026-08-10T19:47:29.190Z
47202026-08-10T19:47:29.190Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
47212026-08-10T19:47:29.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-08-10T19:47:29.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-08-10T19:47:29.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47242026-08-10T19:47:29.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47252026-08-10T19:47:29.919Z
47262026-08-10T19:47:29.919Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
47272026-08-10T19:47:31.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-08-10T19:47:31.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-08-10T19:47:31.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-08-10T19:47:31.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47312026-08-10T19:47:31.060Z
47322026-08-10T19:47:31.060Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47332026-08-10T19:47:31.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-08-10T19:47:31.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-08-10T19:47:31.367Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47362026-08-10T19:47:31.367Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47372026-08-10T19:47:31.560Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47382026-08-10T19:47:31.588Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47392026-08-10T19:47:31.606Z Checking diff v0.1.13
47402026-08-10T19:47:31.613Z Checking yansi v1.0.1
47412026-08-10T19:47:31.634Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47422026-08-10T19:47:31.637Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47432026-08-10T19:47:31.868Z Checking pretty_assertions v1.4.1
47442026-08-10T19:47:32.621Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47452026-08-10T19:47:32.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47462026-08-10T19:47:57.759Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47472026-08-10T19:47:57.762Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47482026-08-10T19:47:57.763Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47492026-08-10T19:47:57.763Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47502026-08-10T19:47:57.763Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47512026-08-10T19:47:57.763Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47522026-08-10T19:47:57.763Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47532026-08-10T19:47:58.667Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47542026-08-10T19:47:58.667Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47552026-08-10T19:47:59.967Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47562026-08-10T19:48:38.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47572026-08-10T19:48:38.797Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47582026-08-10T19:48:38.797Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47592026-08-10T19:48:39.002Z
47602026-08-10T19:48:39.002Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47612026-08-10T19:48:39.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-10T19:48:39.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-10T19:48:39.719Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47642026-08-10T19:48:40.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
47652026-08-10T19:48:40.560Z
47662026-08-10T19:48:40.560Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47672026-08-10T19:48:41.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-10T19:48:41.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-10T19:48:41.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-10T19:48:41.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47712026-08-10T19:48:41.125Z
47722026-08-10T19:48:41.125Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/335)
47732026-08-10T19:48:41.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-10T19:48:41.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-10T19:48:41.906Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47762026-08-10T19:48:42.032Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47772026-08-10T19:48:42.038Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47782026-08-10T19:49:08.985Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47792026-08-10T19:49:09.398Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47802026-08-10T19:49:11.191Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47812026-08-10T19:49:11.680Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47822026-08-10T19:49:14.884Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47832026-08-10T19:49:38.876Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47842026-08-10T19:49:39.634Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47852026-08-10T19:49:41.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47862026-08-10T19:49:41.565Z
47872026-08-10T19:49:41.565Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/335)
47882026-08-10T19:49:42.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-10T19:49:42.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-10T19:49:42.294Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47912026-08-10T19:49:43.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
47922026-08-10T19:49:43.207Z
47932026-08-10T19:49:43.208Zinfo: running `cargo check --bins` on omicron-releng (314/335)
47942026-08-10T19:49:43.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-10T19:49:43.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-10T19:49:43.857Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47972026-08-10T19:49:43.860Z Compiling fs-err v2.11.0
47982026-08-10T19:49:43.976Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47992026-08-10T19:49:43.985Z Checking parse-size v1.1.0
48002026-08-10T19:49:43.994Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48012026-08-10T19:49:43.997Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48022026-08-10T19:49:43.998Z Checking shell-words v1.1.1
48032026-08-10T19:49:44.086Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48042026-08-10T19:49:44.419Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48052026-08-10T19:49:44.600Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48062026-08-10T19:49:45.289Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
48072026-08-10T19:49:45.913Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48082026-08-10T19:49:46.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
48092026-08-10T19:49:47.118Z
48102026-08-10T19:49:47.118Zinfo: running `cargo check --bins` on update-common (315/335)
48112026-08-10T19:49:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-10T19:49:47.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-10T19:49:47.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48142026-08-10T19:49:47.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48152026-08-10T19:49:47.698Z
48162026-08-10T19:49:47.698Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
48172026-08-10T19:49:48.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-08-10T19:49:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-08-10T19:49:48.338Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48202026-08-10T19:49:48.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
48212026-08-10T19:49:49.034Z
48222026-08-10T19:49:49.034Zinfo: running `cargo check --bins` on schema (317/335)
48232026-08-10T19:49:49.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48242026-08-10T19:49:49.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48252026-08-10T19:49:49.767Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48262026-08-10T19:49:50.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
48272026-08-10T19:49:50.676Z
48282026-08-10T19:49:50.676Zinfo: running `cargo check --bins` on xtask (318/335)
48292026-08-10T19:49:51.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-08-10T19:49:51.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-08-10T19:49:51.086Z Checking serde_core v1.0.228
48322026-08-10T19:49:51.086Z Checking libc v0.2.185
48332026-08-10T19:49:51.168Z Checking bitflags v2.11.0
48342026-08-10T19:49:51.176Z Checking scroll v0.12.0
48352026-08-10T19:49:51.180Z Checking thiserror v1.0.69
48362026-08-10T19:49:51.190Z Checking log v0.4.29
48372026-08-10T19:49:51.193Z Checking indexmap v2.14.0
48382026-08-10T19:49:51.204Z Checking zerocopy v0.7.35
48392026-08-10T19:49:51.270Z Checking syn v2.0.117
48402026-08-10T19:49:51.307Z Checking dtrace-parser v0.2.0
48412026-08-10T19:49:51.330Z Checking once_cell v1.21.3
48422026-08-10T19:49:51.390Z Checking goblin v0.8.2
48432026-08-10T19:49:51.448Z Checking errno v0.3.14
48442026-08-10T19:49:51.504Z Checking getrandom v0.4.1
48452026-08-10T19:49:51.537Z Checking thread-id v4.2.2
48462026-08-10T19:49:51.565Z Checking rustix v1.1.3
48472026-08-10T19:49:51.615Z Checking memmap v0.7.0
48482026-08-10T19:49:51.636Z Checking thiserror v2.0.18
48492026-08-10T19:49:51.703Z Checking fs-err v3.3.0
48502026-08-10T19:49:51.718Z Checking anyhow v1.0.102
48512026-08-10T19:49:51.735Z Checking tabled v0.15.0
48522026-08-10T19:49:52.351Z Checking terminal_size v0.4.3
48532026-08-10T19:49:52.351Z Checking tempfile v3.25.0
48542026-08-10T19:49:52.467Z Checking clap_builder v4.6.0
48552026-08-10T19:49:52.470Z Checking textwrap v0.16.2
48562026-08-10T19:49:52.646Z Checking serde v1.0.228
48572026-08-10T19:49:52.646Z Checking serde_json v1.0.151
48582026-08-10T19:49:52.649Z Checking camino v1.2.2
48592026-08-10T19:49:52.681Z Checking semver v1.0.28
48602026-08-10T19:49:52.861Z Checking cargo-platform v0.3.2
48612026-08-10T19:49:52.896Z Checking camino-tempfile v1.4.1
48622026-08-10T19:49:53.051Z Checking toml_datetime v0.6.11
48632026-08-10T19:49:53.055Z Checking serde_spanned v0.6.9
48642026-08-10T19:49:53.055Z Checking macaddr v1.0.1
48652026-08-10T19:49:53.055Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48662026-08-10T19:49:53.227Z Checking toml_edit v0.22.27
48672026-08-10T19:49:53.259Z Checking dof v0.3.0
48682026-08-10T19:49:53.259Z Checking cargo_metadata v0.23.1
48692026-08-10T19:49:53.531Z Checking usdt-impl v0.5.0
48702026-08-10T19:49:53.652Z Checking clap v4.6.1
48712026-08-10T19:49:53.792Z Checking usdt v0.5.0
48722026-08-10T19:49:54.216Z Checking toml v0.8.23
48732026-08-10T19:49:54.477Z Checking cargo_toml v0.21.0
48742026-08-10T19:49:55.126Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48752026-08-10T19:49:55.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
48762026-08-10T19:49:55.628Z
48772026-08-10T19:49:55.628Zinfo: running `cargo check --bins` on dnsadm (319/335)
48782026-08-10T19:49:56.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48792026-08-10T19:49:56.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48802026-08-10T19:49:56.266Z Checking arc-swap v1.8.2
48812026-08-10T19:49:56.547Z Checking slog-scope v4.4.1
48822026-08-10T19:49:56.661Z Checking slog-stdlog v4.1.1
48832026-08-10T19:49:56.758Z Checking slog-envlogger v2.2.0
48842026-08-10T19:49:56.880Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48852026-08-10T19:49:57.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48862026-08-10T19:49:57.487Z
48872026-08-10T19:49:57.487Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48882026-08-10T19:49:58.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48892026-08-10T19:49:58.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48902026-08-10T19:49:58.306Z Checking cpubits v0.1.1
48912026-08-10T19:49:58.436Z Checking pem-rfc7468 v1.0.0
48922026-08-10T19:49:58.448Z Checking hmac v0.13.0
48932026-08-10T19:49:58.449Z Checking universal-hash v0.6.1
48942026-08-10T19:49:58.471Z Checking ctr v0.10.1
48952026-08-10T19:49:58.471Z Checking aead v0.6.1
48962026-08-10T19:49:58.499Z Checking aes v0.9.1
48972026-08-10T19:49:58.499Z Checking crypto-bigint v0.7.5
48982026-08-10T19:49:58.527Z Checking salsa20 v0.11.0
48992026-08-10T19:49:58.568Z Checking polyval v0.7.1
49002026-08-10T19:49:58.582Z Checking der v0.8.0
49012026-08-10T19:49:58.596Z Checking pbkdf2 v0.13.0
49022026-08-10T19:49:58.616Z Checking cbc v0.2.1
49032026-08-10T19:49:58.666Z Checking ff v0.14.0
49042026-08-10T19:49:58.671Z Checking signature v3.0.0
49052026-08-10T19:49:58.711Z Checking scrypt v0.12.0
49062026-08-10T19:49:58.737Z Checking ghash v0.6.0
49072026-08-10T19:49:58.753Z Checking base16ct v1.0.0
49082026-08-10T19:49:58.811Z Checking group v0.14.0
49092026-08-10T19:49:58.846Z Checking hkdf v0.13.0
49102026-08-10T19:49:58.866Z Compiling curve25519-dalek v5.0.0
49112026-08-10T19:49:58.882Z Checking aes-gcm v0.11.0
49122026-08-10T19:49:58.897Z Checking keccak v0.2.0
49132026-08-10T19:49:58.915Z Checking poly1305 v0.9.0
49142026-08-10T19:49:58.959Z Checking wnaf v0.14.0
49152026-08-10T19:49:58.977Z Checking blowfish v0.10.0
49162026-08-10T19:49:59.043Z Checking blake2 v0.11.0-rc.6
49172026-08-10T19:49:59.060Z Checking sha3 v0.11.0
49182026-08-10T19:49:59.123Z Checking bcrypt-pbkdf v0.11.0
49192026-08-10T19:49:59.141Z Checking kem v0.3.0
49202026-08-10T19:49:59.177Z Checking module-lattice v0.2.3
49212026-08-10T19:49:59.258Z Checking sponge-cursor v0.1.0
49222026-08-10T19:49:59.294Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49232026-08-10T19:49:59.309Z Checking argon2 v0.6.0-rc.8
49242026-08-10T19:49:59.378Z Checking spki v0.8.0
49252026-08-10T19:49:59.394Z Checking sec1 v0.8.1
49262026-08-10T19:49:59.406Z Checking sha3 v0.12.0
49272026-08-10T19:49:59.409Z Checking ml-kem v0.3.2
49282026-08-10T19:49:59.474Z Checking internal-russh-num-bigint v0.5.0
49292026-08-10T19:49:59.550Z Checking pkcs5 v0.8.1
49302026-08-10T19:49:59.590Z Checking pkcs1 v0.8.0-rc.4
49312026-08-10T19:49:59.605Z Checking num-bigint v0.4.6
49322026-08-10T19:49:59.621Z Checking generic-array v1.4.3
49332026-08-10T19:49:59.794Z Checking russh-util v0.52.0
49342026-08-10T19:49:59.840Z Checking pkcs8 v0.11.0
49352026-08-10T19:49:59.918Z Compiling enum_dispatch v0.3.13
49362026-08-10T19:50:00.019Z Compiling delegate v0.13.5
49372026-08-10T19:50:00.040Z Checking ed25519 v3.0.0
49382026-08-10T19:50:00.153Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49392026-08-10T19:50:00.185Z Checking hex-literal v1.1.0
49402026-08-10T19:50:00.235Z Checking ed25519-dalek v3.0.0
49412026-08-10T19:50:00.285Z Checking md5 v0.8.0
49422026-08-10T19:50:00.346Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49432026-08-10T19:50:00.458Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49442026-08-10T19:50:00.473Z Checking socket2 v0.5.10
49452026-08-10T19:50:00.520Z Checking internet-checksum v0.2.1
49462026-08-10T19:50:00.567Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49472026-08-10T19:50:00.752Z Checking elliptic-curve v0.14.1
49482026-08-10T19:50:00.752Z Checking rfc6979 v0.6.0
49492026-08-10T19:50:00.756Z Checking primefield v0.14.0
49502026-08-10T19:50:00.756Z Checking ssh-encoding v0.3.0
49512026-08-10T19:50:00.888Z Checking crypto-primes v0.7.2
49522026-08-10T19:50:00.975Z Checking ssh-cipher v0.3.0
49532026-08-10T19:50:00.975Z Checking russh-cryptovec v0.62.0
49542026-08-10T19:50:01.174Z Checking primeorder v0.14.0
49552026-08-10T19:50:01.174Z Checking ecdsa v0.17.0
49562026-08-10T19:50:01.533Z Checking p384 v0.14.0
49572026-08-10T19:50:01.533Z Checking p256 v0.14.0
49582026-08-10T19:50:01.536Z Checking p521 v0.14.0
49592026-08-10T19:50:01.812Z Checking rsa v0.10.0-rc.18
49602026-08-10T19:50:04.360Z Checking ssh-key v0.7.0-rc.11
49612026-08-10T19:50:05.130Z Checking russh v0.62.4
49622026-08-10T19:50:18.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.44s
49632026-08-10T19:50:18.942Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49642026-08-10T19:50:18.942Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49652026-08-10T19:50:19.150Z
49662026-08-10T19:50:19.151Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49672026-08-10T19:50:19.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-10T19:50:19.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-10T19:50:19.794Z Checking termios v0.3.3
49702026-08-10T19:50:19.994Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49712026-08-10T19:50:20.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
49722026-08-10T19:50:20.785Z
49732026-08-10T19:50:20.785Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49742026-08-10T19:50:21.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-10T19:50:21.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-10T19:50:21.471Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49772026-08-10T19:50:22.191Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49782026-08-10T19:50:23.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
49792026-08-10T19:50:23.997Z
49802026-08-10T19:50:23.997Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49812026-08-10T19:50:24.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-10T19:50:24.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-10T19:50:24.638Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49842026-08-10T19:50:25.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
49852026-08-10T19:50:25.267Z
49862026-08-10T19:50:25.268Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49872026-08-10T19:50:25.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-10T19:50:25.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-10T19:50:25.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-10T19:50:25.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49912026-08-10T19:50:25.831Z
49922026-08-10T19:50:25.831Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49932026-08-10T19:50:26.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-10T19:50:26.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-10T19:50:26.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-10T19:50:26.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49972026-08-10T19:50:26.401Z
49982026-08-10T19:50:26.401Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49992026-08-10T19:50:26.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-10T19:50:26.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-10T19:50:27.151Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50022026-08-10T19:50:27.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50032026-08-10T19:50:27.948Z
50042026-08-10T19:50:27.948Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
50052026-08-10T19:50:28.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-10T19:50:28.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-10T19:50:28.589Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50082026-08-10T19:50:28.589Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50092026-08-10T19:50:29.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
50102026-08-10T19:50:29.721Z
50112026-08-10T19:50:29.721Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
50122026-08-10T19:50:30.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-10T19:50:30.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-10T19:50:30.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-10T19:50:30.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50162026-08-10T19:50:30.281Z
50172026-08-10T19:50:30.282Zinfo: running `cargo check --bins` on omicron-package (329/335)
50182026-08-10T19:50:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-10T19:50:30.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-10T19:50:30.954Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50212026-08-10T19:50:32.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
50222026-08-10T19:50:32.240Z
50232026-08-10T19:50:32.240Zinfo: running `cargo check --bins` on tqdb (330/335)
50242026-08-10T19:50:32.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-10T19:50:32.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-10T19:50:33.019Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50272026-08-10T19:50:33.378Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50282026-08-10T19:50:33.895Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50292026-08-10T19:50:33.895Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50302026-08-10T19:50:40.136Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50312026-08-10T19:50:40.139Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50322026-08-10T19:50:40.139Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50332026-08-10T19:50:40.769Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50342026-08-10T19:50:40.772Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50352026-08-10T19:50:40.772Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50362026-08-10T19:50:41.561Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50372026-08-10T19:50:41.997Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50382026-08-10T19:50:42.237Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50392026-08-10T19:50:42.606Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50402026-08-10T19:50:43.465Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50412026-08-10T19:50:44.122Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50422026-08-10T19:50:49.032Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50432026-08-10T19:50:56.111Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50442026-08-10T19:50:56.114Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50452026-08-10T19:50:56.114Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50462026-08-10T19:50:56.115Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50472026-08-10T19:50:57.635Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50482026-08-10T19:50:58.949Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50492026-08-10T19:50:59.644Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50502026-08-10T19:51:00.935Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50512026-08-10T19:51:01.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.25s
50522026-08-10T19:51:01.694Z
50532026-08-10T19:51:01.694Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50542026-08-10T19:51:02.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50552026-08-10T19:51:02.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50562026-08-10T19:51:02.402Z Checking rtoolbox v0.0.3
50572026-08-10T19:51:02.405Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50582026-08-10T19:51:02.405Z Checking tui-tree-widget v0.23.1
50592026-08-10T19:51:02.532Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50602026-08-10T19:51:02.623Z Checking rpassword v7.5.4
50612026-08-10T19:51:05.643Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50622026-08-10T19:51:07.550Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50632026-08-10T19:51:08.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s
50642026-08-10T19:51:08.498Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50652026-08-10T19:51:08.498Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50662026-08-10T19:51:08.685Z
50672026-08-10T19:51:08.685Zinfo: running `cargo check --bins` on wicket (332/335)
50682026-08-10T19:51:09.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50692026-08-10T19:51:09.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50702026-08-10T19:51:09.380Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50712026-08-10T19:51:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50722026-08-10T19:51:09.753Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50732026-08-10T19:51:09.753Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50742026-08-10T19:51:09.935Z
50752026-08-10T19:51:09.935Zinfo: running `cargo check --bins` on wicketd (333/335)
50762026-08-10T19:51:10.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-10T19:51:10.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-10T19:51:10.633Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50792026-08-10T19:51:14.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
50802026-08-10T19:51:14.358Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50812026-08-10T19:51:14.358Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50822026-08-10T19:51:14.540Z
50832026-08-10T19:51:14.540Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50842026-08-10T19:51:15.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-10T19:51:15.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-10T19:51:15.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50872026-08-10T19:51:15.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50882026-08-10T19:51:15.106Z
50892026-08-10T19:51:15.106Zinfo: running `cargo check --bins` on zone-setup (335/335)
50902026-08-10T19:51:15.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50912026-08-10T19:51:15.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50922026-08-10T19:51:15.776Z Checking uzers v0.12.2
50932026-08-10T19:51:16.050Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50942026-08-10T19:51:16.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
50952026-08-10T19:51:17.044Z
50962026-08-10T19:51:17.044Zreal 14:07.852604487
50972026-08-10T19:51:17.044Zuser 21:12.778128659
50982026-08-10T19:51:17.044Zsys 4:24.678149189
50992026-08-10T19:51:17.044Ztrap 0.336701426
51002026-08-10T19:51:17.044Ztflt 0.651123380
51012026-08-10T19:51:17.044Zdflt 0.783972002
51022026-08-10T19:51:17.044Zkflt 0.005074032
51032026-08-10T19:51:17.044Zlock 1:29:53.069563793
51042026-08-10T19:51:17.044Zslp 1:41:16.643945553
51052026-08-10T19:51:17.044Zlat 57.880350905
51062026-08-10T19:51:17.044Zstop 4:13.655692369
51072026-08-10T19:51:17.049Zprocess exited: duration 981727 ms, exit code 0
 
51082026-08-10T19:51:17.056Zfound 0 output files