01M0JH4EYMJSBN1R8C45XS05WZ: 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: 01M0JH4XE60JHEDTB13NRWZ1X7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T16:06:47.913Zjob assigned to worker 01M0JH528113DJ143A4H33CETA [factory aws, i-0c4189c4eae34d999] (queued for 45 s)
 
22026-08-21T16:06:54.575Zstarting task 0: "setup"
32026-08-21T16:06:54.579Z++ uname -s
42026-08-21T16:06:54.583Z+ kern=SunOS
52026-08-21T16:06:54.583Z+ build_user=build
62026-08-21T16:06:54.583Z+ build_uid=12345
72026-08-21T16:06:54.583Z+ work_dir=/work
82026-08-21T16:06:54.583Z+ input_dir=/input
92026-08-21T16:06:54.583Z+ [[ 0 == 12345 ]]
102026-08-21T16:06:54.584Z+ case "$kern" in
112026-08-21T16:06:54.584Z+ groupadd -g 12345 build
122026-08-21T16:06:54.584Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T16:06:56.589Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T16:06:56.714Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T16:06:56.718Z+ home_fs=zfs
162026-08-21T16:06:56.718Z+ [[ zfs == autofs ]]
172026-08-21T16:06:56.718Z+ mkdir -p /home/build
182026-08-21T16:06:56.718Z+ chown build:build /home/build /work
192026-08-21T16:06:58.719Z+ chmod 0700 /home/build /work
202026-08-21T16:06:58.722Zprocess exited: duration 4148 ms, exit code 0
 
212026-08-21T16:06:58.729Zstarting task 1: "rust-toolchain"
222026-08-21T16:06:58.734Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T16:06:58.734Z * rust toolchain channel = "1.97.1"
242026-08-21T16:06:58.734Z * rust toolchain profile = "default"
252026-08-21T16:06:58.734Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T16:06:58.734Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T16:06:58.734Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T16:06:58.738Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T16:06:58.738Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T16:06:58.842Zinfo: downloading installer
312026-08-21T16:07:00.292Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T16:07:00.292Zwarn: /home/build/.rustup/settings.toml
332026-08-21T16:07:00.292Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T16:07:00.292Zwarn: instead of the one inferred from the default host triple.
352026-08-21T16:07:00.304Zinfo: profile set to default
362026-08-21T16:07:00.304Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T16:07:00.307Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T16:07:00.443Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T16:07:00.443Zinfo: downloading 6 components
402026-08-21T16:07:15.576Z
412026-08-21T16:07:15.577Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-21T16:07:15.608Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T16:07:15.608Z
442026-08-21T16:07:15.608Z
452026-08-21T16:07:15.608ZRust is installed now. Great!
462026-08-21T16:07:15.608Z
472026-08-21T16:07:15.613ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T16:07:15.613Zenvironment variable. This has not been done automatically.
492026-08-21T16:07:15.613Z
502026-08-21T16:07:15.613ZTo configure your current shell, you need to source
512026-08-21T16:07:15.613Zthe corresponding env file under $HOME/.cargo.
522026-08-21T16:07:15.613Z
532026-08-21T16:07:15.613ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T16:07:15.613Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T16:07:15.613Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T16:07:15.613Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T16:07:15.613Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T16:07:15.613Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T16:07:15.613Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T16:07:15.613Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T16:07:15.613Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T16:07:15.697Z+ rustup --version
632026-08-21T16:07:15.706Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T16:07:15.709Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T16:07:15.726Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T16:07:15.731Z+ cargo --version
672026-08-21T16:07:15.744Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T16:07:15.749Z+ rustc --version
692026-08-21T16:07:15.766Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T16:07:15.771Zprocess exited: duration 17038 ms, exit code 0
 
712026-08-21T16:07:15.781Zstarting task 2: "authentication"
722026-08-21T16:07:15.798Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T16:07:15.806Zstarting task 3: "clone repository"
742026-08-21T16:07:15.810Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T16:07:15.814Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T16:07:15.838ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T16:07:34.456Z+ cd /work/oxidecomputer/omicron
782026-08-21T16:07:34.456Z+ git fetch origin 0430d3da4650be4937f7b68fcb43d42239d32e7f
792026-08-21T16:07:34.828ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T16:07:34.828Z * branch 0430d3da4650be4937f7b68fcb43d42239d32e7f -> FETCH_HEAD
812026-08-21T16:07:34.838Z+ [[ -n ben/add-external-ip-pool-service-association-table ]]
822026-08-21T16:07:34.843Z++ git branch --show-current
832026-08-21T16:07:34.843Z+ current=main
842026-08-21T16:07:34.843Z+ [[ main != ben/add-external-ip-pool-service-association-table ]]
852026-08-21T16:07:34.843Z+ git branch -f ben/add-external-ip-pool-service-association-table 0430d3da4650be4937f7b68fcb43d42239d32e7f
862026-08-21T16:07:34.847Z+ git checkout -f ben/add-external-ip-pool-service-association-table
872026-08-21T16:07:35.125ZSwitched to branch 'ben/add-external-ip-pool-service-association-table'
882026-08-21T16:07:35.129Z+ git reset --hard 0430d3da4650be4937f7b68fcb43d42239d32e7f
892026-08-21T16:07:35.129ZHEAD is now at 0430d3da4 Merge branch 'main' into ben/add-external-ip-pool-service-association-table
902026-08-21T16:07:35.129Zprocess exited: duration 19311 ms, exit code 0
 
912026-08-21T16:07:35.137Zstarting task 4: "build"
922026-08-21T16:07:35.142Z+ source .github/buildomat/ci-env.sh
932026-08-21T16:07:35.145Z++ export CARGO_TERM_COLOR=always
942026-08-21T16:07:35.146Z++ CARGO_TERM_COLOR=always
952026-08-21T16:07:35.146Z+++ uname -s
962026-08-21T16:07:35.146Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T16:07:35.146Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T16:07:35.146Z+ cargo --version
992026-08-21T16:07:35.156Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T16:07:35.160Z+ rustc --version
1012026-08-21T16:07:35.177Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T16:07:35.181Z+ source ./env.sh
1032026-08-21T16:07:35.181Z++ OLD_SHELL_OPTS=ehxB
1042026-08-21T16:07:35.181Z++ set -o xtrace
1052026-08-21T16:07:35.186Z++++ dirname ./env.sh
1062026-08-21T16:07:35.186Z+++ readlink -f .
1072026-08-21T16:07:35.186Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-21T16:07:35.189Z++ 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-21T16:07:35.189Z++ 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-21T16:07:35.189Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ 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-21T16:07:35.190Z++ case $OLD_SHELL_OPTS in
1192026-08-21T16:07:35.190Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-21T16:07:35.190Z+ 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-21T16:07:35.190Z+ 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-21T16:07:35.190Z+ banner prerequisites
1232026-08-21T16:07:35.190Z
1242026-08-21T16:07:35.190Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-21T16:07:35.190Z # # # # # # # # # # # # # # #
1262026-08-21T16:07:35.190Z # # # # ##### # # ##### # # # # # #### #
1272026-08-21T16:07:35.190Z ##### ##### # ##### # # # # # # # # #
1282026-08-21T16:07:35.190Z # # # # # # # # # # # # # # #
1292026-08-21T16:07:35.190Z # # # ###### # # ###### ### # #### # #### #
1302026-08-21T16:07:35.190Z
1312026-08-21T16:07:35.190Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-21T16:07:37.067Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-21T16:07:37.407Z Startup: Caching catalogs ... Done
1342026-08-21T16:07:39.284ZPlanning: Solver setup ... Done (1.769s)
1352026-08-21T16:07:39.344ZPlanning: Running solver ... Done (0.058s)
1362026-08-21T16:07:39.383ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-21T16:07:39.396ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-21T16:07:39.416ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-21T16:07:39.430ZPlanning: Package planning ... Done (0.014s)
1402026-08-21T16:07:39.434ZPlanning: Merging actions ... Done (0.001s)
1412026-08-21T16:07:39.592ZPlanning: Checking for conflicting actions ... Done (0.159s)
1422026-08-21T16:07:39.595ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-21T16:07:40.469ZPlanning: Evaluating mediators ... Done (0.877s)
1442026-08-21T16:07:40.473ZPlanning: Planning completed in 3.03 seconds
1452026-08-21T16:07:40.478Z Packages to install: 2
1462026-08-21T16:07:40.478Z Estimated space available: 156.01 GB
1472026-08-21T16:07:40.482ZEstimated space to be consumed: 73.56 MB
1482026-08-21T16:07:40.482Z Create boot environment: No
1492026-08-21T16:07:40.482ZCreate backup boot environment: No
1502026-08-21T16:07:40.482Z Rebuild boot archive: No
1512026-08-21T16:07:40.482Z
1522026-08-21T16:07:40.482ZChanged packages:
1532026-08-21T16:07:40.482Zhelios
1542026-08-21T16:07:40.482Z developer/build-essential
1552026-08-21T16:07:40.482Z None -> 11-3.0
1562026-08-21T16:07:40.482Z library/libxmlsec1
1572026-08-21T16:07:40.482Z None -> 1.2.35-3.0
1582026-08-21T16:07:40.503Z
1592026-08-21T16:07:40.503ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-21T16:07:40.571ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1612026-08-21T16:07:40.645Z Actions: 1/268 actions (Installing new actions)
1622026-08-21T16:07:40.682Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-21T16:07:40.712ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-21T16:07:40.713ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-21T16:07:40.793ZFinalize: Updating image state ... Done (0.080s)
1662026-08-21T16:07:43.194ZFinalize: Creating fast lookup database ... Done (2.354s)
1672026-08-21T16:07:43.260ZFinalize: Reading search index ... Done (0.012s)
1682026-08-21T16:07:43.264ZFinalize: Updating search index ... Done (0.000s)
1692026-08-21T16:07:43.340ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-21T16:07:43.702ZPlanning: Evaluating mediator changes ... Done
1712026-08-21T16:07:43.804ZPlanning: Checking for conflicting actions ... Done
1722026-08-21T16:07:43.807ZPlanning: Consolidating action changes ... Done
1732026-08-21T16:07:43.960ZPlanning: Evaluating mediators ... Done
1742026-08-21T16:07:43.964ZPlanning: Planning completed in 0.26 seconds
1752026-08-21T16:07:43.983Z Mediators to change: 2
1762026-08-21T16:07:43.983Z Create boot environment: No
1772026-08-21T16:07:43.983ZCreate backup boot environment: No
1782026-08-21T16:07:44.027ZFinalize: Updating package state database ... Done
1792026-08-21T16:07:44.027ZFinalize: Updating package cache ... Done
1802026-08-21T16:07:44.077ZFinalize: Updating image state ... Done
1812026-08-21T16:07:46.010ZFinalize: Creating fast lookup database ... Done
1822026-08-21T16:07:46.069ZFinalize: Reading search index ... Done
1832026-08-21T16:07:46.069ZFinalize: Updating search index ... Done
1842026-08-21T16:07:46.149ZFinalize: Updating package cache ... Done
1852026-08-21T16:07:46.432ZPlanning: Evaluating mediator changes ... Done
1862026-08-21T16:07:46.537ZPlanning: Checking for conflicting actions ... Done
1872026-08-21T16:07:46.541ZPlanning: Consolidating action changes ... Done
1882026-08-21T16:07:46.692ZPlanning: Evaluating mediators ... Done
1892026-08-21T16:07:46.696ZPlanning: Planning completed in 0.26 seconds
1902026-08-21T16:07:46.715Z Mediators to change: 1
1912026-08-21T16:07:46.715Z Create boot environment: No
1922026-08-21T16:07:46.715ZCreate backup boot environment: No
1932026-08-21T16:07:46.770ZFinalize: Updating package state database ... Done
1942026-08-21T16:07:46.770ZFinalize: Updating package cache ... Done
1952026-08-21T16:07:46.819ZFinalize: Updating image state ... Done
1962026-08-21T16:07:48.746ZFinalize: Creating fast lookup database ... Done
1972026-08-21T16:07:48.806ZFinalize: Reading search index ... Done
1982026-08-21T16:07:48.809ZFinalize: Updating search index ... Done
1992026-08-21T16:07:48.892ZFinalize: Updating package cache ... Done
2002026-08-21T16:07:49.203ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-21T16:07:49.203Zapache system 2.4 system
2022026-08-21T16:07:49.203Zclang system 15 system
2032026-08-21T16:07:49.203Zcsh system system illumos
2042026-08-21T16:07:49.203Zctags system system illumos
2052026-08-21T16:07:49.203Zfile vendor vendor darwinsys
2062026-08-21T16:07:49.203Zfile system system illumos
2072026-08-21T16:07:49.203Zgcc vendor 14 vendor
2082026-08-21T16:07:49.203Zgcc system 13 system
2092026-08-21T16:07:49.203Zgcc system 10 system
2102026-08-21T16:07:49.203Zgo system 1.25 system
2112026-08-21T16:07:49.203Zllvm system 15 system
2122026-08-21T16:07:49.203Zmariadb system 11.4 system
2132026-08-21T16:07:49.203Zmta vendor vendor dma
2142026-08-21T16:07:49.203Zopenjdk system 17 system
2152026-08-21T16:07:49.203Zopenjdk system 11 system
2162026-08-21T16:07:49.203Zopenssl vendor 3 vendor
2172026-08-21T16:07:49.203Zperl system 5.40 system
2182026-08-21T16:07:49.203Zpostgresql system 18 system
2192026-08-21T16:07:49.203Zpostgresql system 17 system
2202026-08-21T16:07:49.203Zpython vendor 3 vendor
2212026-08-21T16:07:49.203Zpython system 2 system
2222026-08-21T16:07:49.203Zpython3 vendor 3.13 vendor
2232026-08-21T16:07:49.203Zruby system 3.4 system
2242026-08-21T16:07:49.203Zruby system 3.0 system
2252026-08-21T16:07:49.203Zwords vendor vendor american-english
2262026-08-21T16:07:49.203Zwords system system australian-english
2272026-08-21T16:07:49.204Zwords system system british-english
2282026-08-21T16:07:49.204Zwords system system canadian-english
2292026-08-21T16:07:49.204Zwords system system french
2302026-08-21T16:07:49.204Zwords system system italian
2312026-08-21T16:07:49.204Zwords system system ngerman
2322026-08-21T16:07:49.204Zwords system system ogerman
2332026-08-21T16:07:49.204Zwords system system spanish
2342026-08-21T16:07:49.455ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-21T16:07:49.455Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-21T16:07:49.911ZFMRI IFO
2372026-08-21T16:07:49.911Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-21T16:07:49.911Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-21T16:07:49.911Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-21T16:07:49.911Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-21T16:07:49.911Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-21T16:07:49.911Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-21T16:07:49.911Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-21T16:07:49.912Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-21T16:07:49.912Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-21T16:07:50.234Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-21T16:07:50.553Z Updating crates.io index
2482026-08-21T16:07:50.556Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-21T16:07:50.866Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-21T16:07:51.295Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-21T16:07:52.607Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-21T16:07:53.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-21T16:07:55.283Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-21T16:07:56.400Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-21T16:07:56.680Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-21T16:07:57.057Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-21T16:07:58.376Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-21T16:07:58.648Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-21T16:07:59.073Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-21T16:07:59.337Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-21T16:07:59.585Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-21T16:07:59.843Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-21T16:08:00.120Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-21T16:08:00.378Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-21T16:08:00.722Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-21T16:08:01.296Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-21T16:08:01.751Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-21T16:08:02.241Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-21T16:08:02.520Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-21T16:08:03.113Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-21T16:08:03.496Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-21T16:08:03.775Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-21T16:08:04.300Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-21T16:08:04.622Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-21T16:08:04.934Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-21T16:08:05.310Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-21T16:08:05.579Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-21T16:08:05.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-21T16:08:06.297Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-21T16:08:06.837Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-21T16:08:07.158Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-21T16:08:07.465Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-21T16:08:07.809Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-21T16:08:08.493Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-21T16:08:08.773Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-21T16:08:09.253Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-21T16:08:09.634Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-21T16:08:09.906Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-21T16:08:10.203Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-21T16:08:12.708Z Downloading crates ...
2912026-08-21T16:08:12.747Z Downloaded bytecount v0.6.9
2922026-08-21T16:08:12.753Z Downloaded memmap v0.7.0
2932026-08-21T16:08:12.757Z Downloaded errno v0.3.14
2942026-08-21T16:08:12.760Z Downloaded anstream v1.0.0
2952026-08-21T16:08:12.764Z Downloaded bitflags v2.11.0
2962026-08-21T16:08:12.768Z Downloaded anyhow v1.0.104
2972026-08-21T16:08:12.772Z Downloaded unicode-linebreak v0.1.5
2982026-08-21T16:08:12.772Z Downloaded sha2 v0.10.9
2992026-08-21T16:08:12.777Z Downloaded itoa v1.0.17
3002026-08-21T16:08:12.780Z Downloaded dof v0.3.0
3012026-08-21T16:08:12.785Z Downloaded serde_core v1.0.228
3022026-08-21T16:08:12.788Z Downloaded zerocopy v0.7.35
3032026-08-21T16:08:12.794Z Downloaded pest v2.8.6
3042026-08-21T16:08:12.799Z Downloaded anstyle-query v1.1.5
3052026-08-21T16:08:12.799Z Downloaded colorchoice v1.0.4
3062026-08-21T16:08:12.799Z Downloaded fastrand v2.3.0
3072026-08-21T16:08:12.799Z Downloaded cargo_toml v0.21.0
3082026-08-21T16:08:12.805Z Downloaded crypto-common v0.1.7
3092026-08-21T16:08:12.805Z Downloaded swrite v0.1.0
3102026-08-21T16:08:12.805Z Downloaded cargo_metadata v0.23.1
3112026-08-21T16:08:12.809Z Downloaded getrandom v0.3.4
3122026-08-21T16:08:12.813Z Downloaded heck v0.4.1
3132026-08-21T16:08:12.813Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-21T16:08:12.817Z Downloaded fnv v1.0.7
3152026-08-21T16:08:12.817Z Downloaded block-buffer v0.10.4
3162026-08-21T16:08:12.821Z Downloaded scroll_derive v0.12.1
3172026-08-21T16:08:12.821Z Downloaded cpufeatures v0.2.17
3182026-08-21T16:08:12.824Z Downloaded dtrace-parser v0.2.0
3192026-08-21T16:08:12.828Z Downloaded anstyle v1.0.14
3202026-08-21T16:08:12.828Z Downloaded byteorder v1.5.0
3212026-08-21T16:08:12.828Z Downloaded clap_derive v4.6.1
3222026-08-21T16:08:12.831Z Downloaded once_cell v1.21.3
3232026-08-21T16:08:12.831Z Downloaded toml_write v0.1.2
3242026-08-21T16:08:12.831Z Downloaded strsim v0.11.1
3252026-08-21T16:08:12.835Z Downloaded thread-id v4.2.2
3262026-08-21T16:08:12.839Z Downloaded smawk v0.3.2
3272026-08-21T16:08:12.839Z Downloaded tabled_derive v0.7.0
3282026-08-21T16:08:12.839Z Downloaded equivalent v1.0.2
3292026-08-21T16:08:12.842Z Downloaded macaddr v1.0.1
3302026-08-21T16:08:12.848Z Downloaded cargo-platform v0.3.2
3312026-08-21T16:08:12.848Z Downloaded usdt v0.5.0
3322026-08-21T16:08:12.848Z Downloaded clap_lex v1.0.0
3332026-08-21T16:08:12.852Z Downloaded cfg-if v1.0.4
3342026-08-21T16:08:12.852Z Downloaded usdt-attr-macro v0.5.0
3352026-08-21T16:08:12.852Z Downloaded serde_spanned v0.6.9
3362026-08-21T16:08:12.856Z Downloaded plain v0.2.3
3372026-08-21T16:08:12.862Z Downloaded proc-macro-error-attr v1.0.4
3382026-08-21T16:08:12.865Z Downloaded utf8parse v0.2.2
3392026-08-21T16:08:12.865Z Downloaded pretty-hex v0.4.1
3402026-08-21T16:08:12.866Z Downloaded terminal_size v0.4.3
3412026-08-21T16:08:12.866Z Downloaded usdt-macro v0.5.0
3422026-08-21T16:08:12.866Z Downloaded heck v0.5.0
3432026-08-21T16:08:12.872Z Downloaded generic-array v0.14.7
3442026-08-21T16:08:12.875Z Downloaded camino-tempfile v1.4.1
3452026-08-21T16:08:12.875Z Downloaded digest v0.10.7
3462026-08-21T16:08:12.880Z Downloaded autocfg v1.5.0
3472026-08-21T16:08:12.883Z Downloaded thiserror v2.0.18
3482026-08-21T16:08:12.888Z Downloaded serde_derive v1.0.228
3492026-08-21T16:08:12.891Z Downloaded fs-err v3.3.0
3502026-08-21T16:08:12.891Z Downloaded toml_datetime v0.6.11
3512026-08-21T16:08:12.895Z Downloaded scroll v0.12.0
3522026-08-21T16:08:12.895Z Downloaded thiserror v1.0.69
3532026-08-21T16:08:12.900Z Downloaded thiserror-impl v2.0.18
3542026-08-21T16:08:12.903Z Downloaded version_check v0.9.5
3552026-08-21T16:08:12.903Z Downloaded zmij v1.0.21
3562026-08-21T16:08:12.903Z Downloaded usdt-impl v0.5.0
3572026-08-21T16:08:12.907Z Downloaded quote v1.0.45
3582026-08-21T16:08:12.907Z Downloaded thiserror-impl v1.0.69
3592026-08-21T16:08:12.907Z Downloaded proc-macro-error v1.0.4
3602026-08-21T16:08:12.910Z Downloaded anstyle-parse v1.0.0
3612026-08-21T16:08:12.916Z Downloaded camino v1.2.5
3622026-08-21T16:08:12.920Z Downloaded serde_tokenstream v0.2.3
3632026-08-21T16:08:12.920Z Downloaded tempfile v3.27.0
3642026-08-21T16:08:12.934Z Downloaded zerocopy-derive v0.7.35
3652026-08-21T16:08:12.937Z Downloaded ucd-trie v0.1.7
3662026-08-21T16:08:12.938Z Downloaded papergrid v0.11.0
3672026-08-21T16:08:12.941Z Downloaded toml v0.8.23
3682026-08-21T16:08:12.941Z Downloaded pest_generator v2.8.6
3692026-08-21T16:08:12.946Z Downloaded clap v4.6.1
3702026-08-21T16:08:12.975Z Downloaded log v0.4.33
3712026-08-21T16:08:12.981Z Downloaded textwrap v0.16.2
3722026-08-21T16:08:12.982Z Downloaded pest_derive v2.8.6
3732026-08-21T16:08:12.982Z Downloaded unicode-ident v1.0.24
3742026-08-21T16:08:12.982Z Downloaded pest_meta v2.8.6
3752026-08-21T16:08:12.982Z Downloaded semver v1.0.28
3762026-08-21T16:08:12.982Z Downloaded proc-macro2 v1.0.106
3772026-08-21T16:08:12.992Z Downloaded serde v1.0.228
3782026-08-21T16:08:12.997Z Downloaded toml_edit v0.22.27
3792026-08-21T16:08:13.000Z Downloaded typenum v1.20.1
3802026-08-21T16:08:13.000Z Downloaded memchr v2.8.0
3812026-08-21T16:08:13.009Z Downloaded indexmap v2.14.0
3822026-08-21T16:08:13.013Z Downloaded hashbrown v0.17.0
3832026-08-21T16:08:13.018Z Downloaded clap_builder v4.6.0
3842026-08-21T16:08:13.040Z Downloaded serde_json v1.0.151
3852026-08-21T16:08:13.056Z Downloaded winnow v0.7.14
3862026-08-21T16:08:13.061Z Downloaded goblin v0.8.2
3872026-08-21T16:08:13.066Z Downloaded tabled v0.15.0
3882026-08-21T16:08:13.084Z Downloaded syn v1.0.109
3892026-08-21T16:08:13.090Z Downloaded unicode-width v0.1.14
3902026-08-21T16:08:13.093Z Downloaded unicode-width v0.2.0
3912026-08-21T16:08:13.099Z Downloaded syn v2.0.117
3922026-08-21T16:08:13.109Z Downloaded rustix v1.1.4
3932026-08-21T16:08:13.132Z Downloaded libc v0.2.185
3942026-08-21T16:08:13.195Z Compiling proc-macro2 v1.0.106
3952026-08-21T16:08:13.195Z Compiling quote v1.0.45
3962026-08-21T16:08:13.195Z Compiling unicode-ident v1.0.24
3972026-08-21T16:08:13.195Z Compiling serde_core v1.0.228
3982026-08-21T16:08:13.195Z Compiling libc v0.2.185
3992026-08-21T16:08:13.198Z Compiling version_check v0.9.5
4002026-08-21T16:08:13.198Z Compiling memchr v2.8.0
4012026-08-21T16:08:13.198Z Compiling serde v1.0.228
4022026-08-21T16:08:13.507Z Compiling zmij v1.0.21
4032026-08-21T16:08:13.681Z Compiling itoa v1.0.17
4042026-08-21T16:08:13.761Z Compiling ucd-trie v0.1.7
4052026-08-21T16:08:13.864Z Compiling thiserror v1.0.69
4062026-08-21T16:08:14.055Z Compiling pest v2.8.6
4072026-08-21T16:08:14.174Z Compiling rustix v1.1.4
4082026-08-21T16:08:14.244Z Compiling byteorder v1.5.0
4092026-08-21T16:08:14.376Z Compiling errno v0.3.14
4102026-08-21T16:08:14.490Z Compiling bitflags v2.11.0
4112026-08-21T16:08:14.540Z Compiling serde_json v1.0.151
4122026-08-21T16:08:14.694Z Compiling syn v2.0.117
4132026-08-21T16:08:14.731Z Compiling thread-id v4.2.2
4142026-08-21T16:08:14.781Z Compiling usdt-impl v0.5.0
4152026-08-21T16:08:14.814Z Compiling proc-macro-error-attr v1.0.4
4162026-08-21T16:08:14.926Z Compiling camino v1.2.5
4172026-08-21T16:08:14.992Z Compiling syn v1.0.109
4182026-08-21T16:08:15.165Z Compiling pest_meta v2.8.6
4192026-08-21T16:08:15.284Z Compiling proc-macro-error v1.0.4
4202026-08-21T16:08:15.317Z Compiling plain v0.2.3
4212026-08-21T16:08:15.373Z Compiling getrandom v0.3.4
4222026-08-21T16:08:15.500Z Compiling log v0.4.33
4232026-08-21T16:08:15.623Z Compiling utf8parse v0.2.2
4242026-08-21T16:08:15.730Z Compiling equivalent v1.0.2
4252026-08-21T16:08:15.850Z Compiling hashbrown v0.17.0
4262026-08-21T16:08:15.850Z Compiling terminal_size v0.4.3
4272026-08-21T16:08:15.927Z Compiling anstyle-parse v1.0.0
4282026-08-21T16:08:16.211Z Compiling indexmap v2.14.0
4292026-08-21T16:08:16.515Z Compiling thiserror v2.0.18
4302026-08-21T16:08:16.618Z Compiling is_terminal_polyfill v1.70.2
4312026-08-21T16:08:16.652Z Compiling toml_write v0.1.2
4322026-08-21T16:08:16.725Z Compiling anstyle v1.0.14
4332026-08-21T16:08:16.760Z Compiling pretty-hex v0.4.1
4342026-08-21T16:08:16.785Z Compiling winnow v0.7.14
4352026-08-21T16:08:16.806Z Compiling autocfg v1.5.0
4362026-08-21T16:08:16.824Z Compiling anstyle-query v1.1.5
4372026-08-21T16:08:16.888Z Compiling cfg-if v1.0.4
4382026-08-21T16:08:16.915Z Compiling pest_generator v2.8.6
4392026-08-21T16:08:16.935Z Compiling colorchoice v1.0.4
4402026-08-21T16:08:17.053Z Compiling anstream v1.0.0
4412026-08-21T16:08:17.226Z Compiling fs-err v3.3.0
4422026-08-21T16:08:17.243Z Compiling strsim v0.11.1
4432026-08-21T16:08:17.372Z Compiling once_cell v1.21.3
4442026-08-21T16:08:17.408Z Compiling fnv v1.0.7
4452026-08-21T16:08:17.497Z Compiling anyhow v1.0.104
4462026-08-21T16:08:17.516Z Compiling unicode-width v0.1.14
4472026-08-21T16:08:17.583Z Compiling heck v0.4.1
4482026-08-21T16:08:17.600Z Compiling heck v0.5.0
4492026-08-21T16:08:17.605Z Compiling bytecount v0.6.9
4502026-08-21T16:08:17.736Z Compiling clap_lex v1.0.0
4512026-08-21T16:08:17.778Z Compiling fastrand v2.3.0
4522026-08-21T16:08:17.796Z Compiling papergrid v0.11.0
4532026-08-21T16:08:17.961Z Compiling tempfile v3.27.0
4542026-08-21T16:08:17.966Z Compiling clap_builder v4.6.0
4552026-08-21T16:08:18.025Z Compiling cargo-platform v0.3.2
4562026-08-21T16:08:18.040Z Compiling semver v1.0.28
4572026-08-21T16:08:18.080Z Compiling tabled_derive v0.7.0
4582026-08-21T16:08:18.255Z Compiling memmap v0.7.0
4592026-08-21T16:08:18.295Z Compiling unicode-linebreak v0.1.5
4602026-08-21T16:08:18.311Z Compiling unicode-width v0.2.0
4612026-08-21T16:08:18.358Z Compiling smawk v0.3.2
4622026-08-21T16:08:18.431Z Compiling camino-tempfile v1.4.1
4632026-08-21T16:08:18.529Z Compiling textwrap v0.16.2
4642026-08-21T16:08:18.554Z Compiling serde_derive v1.0.228
4652026-08-21T16:08:18.580Z Compiling thiserror-impl v1.0.69
4662026-08-21T16:08:18.655Z Compiling zerocopy-derive v0.7.35
4672026-08-21T16:08:18.846Z Compiling pest_derive v2.8.6
4682026-08-21T16:08:19.010Z Compiling scroll_derive v0.12.1
4692026-08-21T16:08:19.050Z Compiling thiserror-impl v2.0.18
4702026-08-21T16:08:19.248Z Compiling clap_derive v4.6.1
4712026-08-21T16:08:19.323Z Compiling tabled v0.15.0
4722026-08-21T16:08:19.567Z Compiling zerocopy v0.7.35
4732026-08-21T16:08:19.657Z Compiling scroll v0.12.0
4742026-08-21T16:08:19.934Z Compiling goblin v0.8.2
4752026-08-21T16:08:19.971Z Compiling dtrace-parser v0.2.0
4762026-08-21T16:08:20.418Z Compiling swrite v0.1.0
4772026-08-21T16:08:20.933Z Compiling clap v4.6.1
4782026-08-21T16:08:21.560Z Compiling serde_spanned v0.6.9
4792026-08-21T16:08:21.560Z Compiling toml_datetime v0.6.11
4802026-08-21T16:08:21.560Z Compiling cargo_metadata v0.23.1
4812026-08-21T16:08:21.565Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-21T16:08:21.565Z Compiling macaddr v1.0.1
4832026-08-21T16:08:21.646Z Compiling dof v0.3.0
4842026-08-21T16:08:21.663Z Compiling serde_tokenstream v0.2.3
4852026-08-21T16:08:21.730Z Compiling toml_edit v0.22.27
4862026-08-21T16:08:22.371Z Compiling usdt-attr-macro v0.5.0
4872026-08-21T16:08:22.393Z Compiling usdt-macro v0.5.0
4882026-08-21T16:08:22.965Z Compiling usdt v0.5.0
4892026-08-21T16:08:23.057Z Compiling toml v0.8.23
4902026-08-21T16:08:23.398Z Compiling cargo_toml v0.21.0
4912026-08-21T16:08:24.671Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-21T16:08:26.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.59s
4932026-08-21T16:08:26.870Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-21T16:08:27.381Z Downloading crates ...
4952026-08-21T16:08:27.436Z Downloaded async-recursion v1.1.1
4962026-08-21T16:08:27.439Z Downloaded arrayref v0.3.9
4972026-08-21T16:08:27.439Z Downloaded array-init v0.0.4
4982026-08-21T16:08:27.443Z Downloaded adler2 v2.0.1
4992026-08-21T16:08:27.448Z Downloaded aead v0.5.2
5002026-08-21T16:08:27.452Z Downloaded embedded-io v0.4.0
5012026-08-21T16:08:27.452Z Downloaded cfg_aliases v0.1.1
5022026-08-21T16:08:27.452Z Downloaded foreign-types v0.5.0
5032026-08-21T16:08:27.455Z Downloaded futures-task v0.3.32
5042026-08-21T16:08:27.455Z Downloaded atomic-waker v1.1.2
5052026-08-21T16:08:27.455Z Downloaded atty v0.2.14
5062026-08-21T16:08:27.456Z Downloaded async-stream v0.3.6
5072026-08-21T16:08:27.456Z Downloaded bit-set v0.8.0
5082026-08-21T16:08:27.456Z Downloaded bit-vec v0.8.0
5092026-08-21T16:08:27.460Z Downloaded fixedbitset v0.5.7
5102026-08-21T16:08:27.460Z Downloaded bcs v0.1.6
5112026-08-21T16:08:27.460Z Downloaded group v0.13.0
5122026-08-21T16:08:27.460Z Downloaded hostname v0.3.1
5132026-08-21T16:08:27.460Z Downloaded async-stream-impl v0.3.6
5142026-08-21T16:08:27.464Z Downloaded bit-set v0.5.3
5152026-08-21T16:08:27.464Z Downloaded backtrace-ext v0.2.1
5162026-08-21T16:08:27.464Z Downloaded base16ct v1.0.0
5172026-08-21T16:08:27.464Z Downloaded bcrypt-pbkdf v0.11.0
5182026-08-21T16:08:27.464Z Downloaded bitfield-macros v0.19.4
5192026-08-21T16:08:27.464Z Downloaded ghash v0.6.0
5202026-08-21T16:08:27.464Z Downloaded http v1.4.2
5212026-08-21T16:08:27.467Z Downloaded bb8 v0.8.6
5222026-08-21T16:08:27.468Z Downloaded git-stub-vcs v0.1.0
5232026-08-21T16:08:27.471Z Downloaded futures-channel v0.3.32
5242026-08-21T16:08:27.471Z Downloaded futures-io v0.3.32
5252026-08-21T16:08:27.471Z Downloaded enum-as-inner v0.6.1
5262026-08-21T16:08:27.475Z Downloaded erased-serde v0.3.31
5272026-08-21T16:08:27.475Z Downloaded fxhash v0.2.1
5282026-08-21T16:08:27.475Z Downloaded assert_matches v1.5.0
5292026-08-21T16:08:27.475Z Downloaded bitfield-struct v0.6.2
5302026-08-21T16:08:27.475Z Downloaded futures-core v0.3.32
5312026-08-21T16:08:27.478Z Downloaded foreign-types v0.3.2
5322026-08-21T16:08:27.479Z Downloaded base16ct v0.2.0
5332026-08-21T16:08:27.482Z Downloaded cipher v0.5.2
5342026-08-21T16:08:27.482Z Downloaded endian-type v0.1.2
5352026-08-21T16:08:27.482Z Downloaded form_urlencoded v1.2.2
5362026-08-21T16:08:27.485Z Downloaded argon2 v0.5.3
5372026-08-21T16:08:27.485Z Downloaded async-trait v0.1.89
5382026-08-21T16:08:27.490Z Downloaded fallible-iterator v0.2.0
5392026-08-21T16:08:27.490Z Downloaded flume v0.11.1
5402026-08-21T16:08:27.494Z Downloaded fs-err v2.11.0
5412026-08-21T16:08:27.494Z Downloaded flagset v0.4.7
5422026-08-21T16:08:27.494Z Downloaded filetime v0.2.27
5432026-08-21T16:08:27.494Z Downloaded enum_dispatch v0.3.13
5442026-08-21T16:08:27.497Z Downloaded anstyle-parse v0.2.7
5452026-08-21T16:08:27.497Z Downloaded anstream v0.6.21
5462026-08-21T16:08:27.501Z Downloaded elliptic-curve v0.14.1
5472026-08-21T16:08:27.501Z Downloaded ena v0.14.4
5482026-08-21T16:08:27.501Z Downloaded ff v0.14.0
5492026-08-21T16:08:27.501Z Downloaded generic-array v1.4.3
5502026-08-21T16:08:27.504Z Downloaded flate2 v1.1.9
5512026-08-21T16:08:27.504Z Downloaded embedded-io v0.6.1
5522026-08-21T16:08:27.509Z Downloaded ciborium-io v0.2.2
5532026-08-21T16:08:27.509Z Downloaded find-msvc-tools v0.1.9
5542026-08-21T16:08:27.509Z Downloaded env_filter v2.0.0
5552026-08-21T16:08:27.509Z Downloaded funty v2.0.0
5562026-08-21T16:08:27.509Z Downloaded ahash v0.8.12
5572026-08-21T16:08:27.512Z Downloaded argon2 v0.6.0-rc.8
5582026-08-21T16:08:27.512Z Downloaded glob v0.3.3
5592026-08-21T16:08:27.512Z Downloaded base64ct v1.8.3
5602026-08-21T16:08:27.516Z Downloaded const-oid v0.10.2
5612026-08-21T16:08:27.516Z Downloaded foreign-types-macros v0.2.3
5622026-08-21T16:08:27.516Z Downloaded fd-lock v4.0.4
5632026-08-21T16:08:27.519Z Downloaded bzip2 v0.6.1
5642026-08-21T16:08:27.519Z Downloaded futures-sink v0.3.32
5652026-08-21T16:08:27.523Z Downloaded block-buffer v0.12.1
5662026-08-21T16:08:27.523Z Downloaded float-cmp v0.10.0
5672026-08-21T16:08:27.527Z Downloaded fixedbitset v0.4.2
5682026-08-21T16:08:27.527Z Downloaded headers-core v0.3.0
5692026-08-21T16:08:27.530Z Downloaded hubpack_derive v0.1.1
5702026-08-21T16:08:27.530Z Downloaded block-padding v0.4.2
5712026-08-21T16:08:27.530Z Downloaded hex-literal v1.1.0
5722026-08-21T16:08:27.530Z Downloaded cobs v0.3.0
5732026-08-21T16:08:27.534Z Downloaded foreign-types-shared v0.1.1
5742026-08-21T16:08:27.534Z Downloaded atomicwrites v0.4.4
5752026-08-21T16:08:27.534Z Downloaded http-body v1.0.1
5762026-08-21T16:08:27.534Z Downloaded float-ord v0.3.2
5772026-08-21T16:08:27.537Z Downloaded foreign-types-shared v0.3.1
5782026-08-21T16:08:27.537Z Downloaded gethostname v0.5.0
5792026-08-21T16:08:27.537Z Downloaded nibble_vec v0.1.0
5802026-08-21T16:08:27.541Z Downloaded ascii-canvas v3.0.0
5812026-08-21T16:08:27.541Z Downloaded hash32 v0.3.1
5822026-08-21T16:08:27.547Z Downloaded http-range v0.1.5
5832026-08-21T16:08:27.550Z Downloaded num_threads v0.1.7
5842026-08-21T16:08:27.551Z Downloaded openssl-macros v0.1.1
5852026-08-21T16:08:27.551Z Downloaded cfg_aliases v0.2.1
5862026-08-21T16:08:27.551Z Downloaded hostname v0.4.2
5872026-08-21T16:08:27.555Z Downloaded castaway v0.2.4
5882026-08-21T16:08:27.555Z Downloaded newline-converter v0.3.0
5892026-08-21T16:08:27.555Z Downloaded compression-core v0.4.31
5902026-08-21T16:08:27.555Z Downloaded normalize-line-endings v0.3.0
5912026-08-21T16:08:27.559Z Downloaded backoff v0.4.0
5922026-08-21T16:08:27.559Z Downloaded cexpr v0.6.0
5932026-08-21T16:08:27.559Z Downloaded blowfish v0.10.0
5942026-08-21T16:08:27.559Z Downloaded cassowary v0.3.0
5952026-08-21T16:08:27.559Z Downloaded home v0.5.12
5962026-08-21T16:08:27.559Z Downloaded async-bb8-diesel v0.2.1
5972026-08-21T16:08:27.563Z Downloaded httpdate v1.0.3
5982026-08-21T16:08:27.563Z Downloaded hash32 v0.2.1
5992026-08-21T16:08:27.563Z Downloaded hex v0.4.3
6002026-08-21T16:08:27.563Z Downloaded cmov v0.5.4
6012026-08-21T16:08:27.566Z Downloaded globwalk v0.9.1
6022026-08-21T16:08:27.566Z Downloaded cipher v0.4.4
6032026-08-21T16:08:27.570Z Downloaded parse-display v0.10.0
6042026-08-21T16:08:27.570Z Downloaded hubpack v0.1.2
6052026-08-21T16:08:27.570Z Downloaded git-stub v1.0.0
6062026-08-21T16:08:27.570Z Downloaded percent-encoding v2.3.2
6072026-08-21T16:08:27.570Z Downloaded precomputed-hash v0.1.1
6082026-08-21T16:08:27.602Z Downloaded recursive-proc-macro-impl v0.1.1
6092026-08-21T16:08:27.602Z Downloaded progenitor-client v0.14.0
6102026-08-21T16:08:27.602Z Downloaded bs58 v0.5.1
6112026-08-21T16:08:27.602Z Downloaded addr2line v0.25.1
6122026-08-21T16:08:27.602Z Downloaded recursive v0.1.1
6132026-08-21T16:08:27.602Z Downloaded aead v0.6.1
6142026-08-21T16:08:27.602Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-21T16:08:27.602Z Downloaded console v0.16.2
6162026-08-21T16:08:27.602Z Downloaded backon v1.6.0
6172026-08-21T16:08:27.602Z Downloaded env_logger v0.11.11
6182026-08-21T16:08:27.602Z Downloaded foldhash v0.2.0
6192026-08-21T16:08:27.602Z Downloaded ff v0.13.1
6202026-08-21T16:08:27.602Z Downloaded quick-error v1.2.3
6212026-08-21T16:08:27.602Z Downloaded futures-executor v0.3.32
6222026-08-21T16:08:27.602Z Downloaded chacha20 v0.9.1
6232026-08-21T16:08:27.602Z Downloaded http-body-util v0.1.3
6242026-08-21T16:08:27.606Z Downloaded scopeguard v1.2.0
6252026-08-21T16:08:27.606Z Downloaded signal-hook-tokio v0.3.1
6262026-08-21T16:08:27.606Z Downloaded blake2 v0.11.0-rc.6
6272026-08-21T16:08:27.606Z Downloaded clang-sys v1.8.1
6282026-08-21T16:08:27.606Z Downloaded serde_repr v0.1.20
6292026-08-21T16:08:27.606Z Downloaded ciborium-ll v0.2.2
6302026-08-21T16:08:27.606Z Downloaded compression-codecs v0.4.37
6312026-08-21T16:08:27.606Z Downloaded bit-vec v0.6.3
6322026-08-21T16:08:27.611Z Downloaded arrayvec v0.7.6
6332026-08-21T16:08:27.611Z Downloaded strsim v0.10.0
6342026-08-21T16:08:27.616Z Downloaded structmeta v0.3.0
6352026-08-21T16:08:27.616Z Downloaded supports-hyperlinks v3.2.0
6362026-08-21T16:08:27.616Z Downloaded buf-list v1.1.2
6372026-08-21T16:08:27.616Z Downloaded cmake v0.1.57
6382026-08-21T16:08:27.616Z Downloaded bitflags v1.3.2
6392026-08-21T16:08:27.621Z Downloaded cbc v0.2.1
6402026-08-21T16:08:27.621Z Downloaded futures-macro v0.3.32
6412026-08-21T16:08:27.621Z Downloaded num-integer v0.1.46
6422026-08-21T16:08:27.621Z Downloaded foldhash v0.1.5
6432026-08-21T16:08:27.624Z Downloaded take_mut v0.2.2
6442026-08-21T16:08:27.624Z Downloaded oxide-tokio-rt v0.1.4
6452026-08-21T16:08:27.624Z Downloaded fs_extra v1.3.0
6462026-08-21T16:08:27.624Z Downloaded console v0.15.11
6472026-08-21T16:08:27.628Z Downloaded group v0.14.0
6482026-08-21T16:08:27.632Z Downloaded num_enum v0.5.11
6492026-08-21T16:08:27.639Z Downloaded pin-project-internal v1.1.11
6502026-08-21T16:08:27.639Z Downloaded owo-colors v4.3.0
6512026-08-21T16:08:27.639Z Downloaded pem-rfc7468 v1.0.0
6522026-08-21T16:08:27.639Z Downloaded peg-macros v0.8.5
6532026-08-21T16:08:27.639Z Downloaded paste v1.0.15
6542026-08-21T16:08:27.644Z Downloaded phf v0.12.1
6552026-08-21T16:08:27.644Z Downloaded pin-project-lite v0.2.17
6562026-08-21T16:08:27.644Z Downloaded testing_table v0.3.0
6572026-08-21T16:08:27.644Z Downloaded allocator-api2 v0.2.21
6582026-08-21T16:08:27.644Z Downloaded ciborium v0.2.2
6592026-08-21T16:08:27.648Z Downloaded colored v2.2.0
6602026-08-21T16:08:27.648Z Downloaded port-file v0.1.0
6612026-08-21T16:08:27.648Z Downloaded primeorder v0.13.6
6622026-08-21T16:08:27.648Z Downloaded rand_core v0.10.0
6632026-08-21T16:08:27.648Z Downloaded progenitor-client v0.13.0
6642026-08-21T16:08:27.648Z Downloaded progenitor-extras v0.2.0
6652026-08-21T16:08:27.653Z Downloaded rand_chacha v0.9.0
6662026-08-21T16:08:27.653Z Downloaded rustc_version v0.4.1
6672026-08-21T16:08:27.653Z Downloaded unit-prefix v0.5.2
6682026-08-21T16:08:27.653Z Downloaded rpassword v7.5.4
6692026-08-21T16:08:27.653Z Downloaded topological-sort v0.2.2
6702026-08-21T16:08:27.656Z Downloaded usdt v0.6.0
6712026-08-21T16:08:27.656Z Downloaded ar_archive_writer v0.5.1
6722026-08-21T16:08:27.656Z Downloaded sapling-renderdag v0.1.0
6732026-08-21T16:08:27.661Z Downloaded rustls-pemfile v2.2.0
6742026-08-21T16:08:27.661Z Downloaded try-lock v0.2.5
6752026-08-21T16:08:27.661Z Downloaded unarray v0.1.4
6762026-08-21T16:08:27.664Z Downloaded want v0.3.1
6772026-08-21T16:08:27.669Z Downloaded zeroize_derive v1.5.0
6782026-08-21T16:08:27.669Z Downloaded bzip2 v0.4.4
6792026-08-21T16:08:27.673Z Downloaded convert_case v0.4.0
6802026-08-21T16:08:27.673Z Downloaded bitfield v0.19.4
6812026-08-21T16:08:27.678Z Downloaded blake2 v0.10.6
6822026-08-21T16:08:27.682Z Downloaded spki v0.7.3
6832026-08-21T16:08:27.682Z Downloaded crucible-workspace-hack v0.1.0
6842026-08-21T16:08:27.682Z Downloaded cstr-argument v0.1.2
6852026-08-21T16:08:27.685Z Downloaded schemars_derive v0.8.22
6862026-08-21T16:08:27.689Z Downloaded slog-stdlog v4.1.1
6872026-08-21T16:08:27.689Z Downloaded simd-adler32 v0.3.8
6882026-08-21T16:08:27.689Z Downloaded slog-dtrace v0.3.0
6892026-08-21T16:08:27.689Z Downloaded chacha20 v0.10.0
6902026-08-21T16:08:27.692Z Downloaded snafu-derive v0.8.9
6912026-08-21T16:08:27.696Z Downloaded thread_local v1.1.9
6922026-08-21T16:08:27.696Z Downloaded zone v0.3.1
6932026-08-21T16:08:27.696Z Downloaded darling_macro v0.21.3
6942026-08-21T16:08:27.696Z Downloaded defmt-parser v1.0.0
6952026-08-21T16:08:27.696Z Downloaded darling_macro v0.20.11
6962026-08-21T16:08:27.696Z Downloaded dtrace-parser v0.3.0
6972026-08-21T16:08:27.696Z Downloaded oxide-update-engine v0.1.2
6982026-08-21T16:08:27.700Z Downloaded colored v3.1.1
6992026-08-21T16:08:27.700Z Downloaded supports-color v3.0.2
7002026-08-21T16:08:27.703Z Downloaded dirs-sys-next v0.1.2
7012026-08-21T16:08:27.703Z Downloaded tiny-keccak v2.0.2
7022026-08-21T16:08:27.703Z Downloaded tinystr v0.8.2
7032026-08-21T16:08:27.707Z Downloaded hmac v0.12.1
7042026-08-21T16:08:27.710Z Downloaded display-error-chain v0.2.2
7052026-08-21T16:08:27.710Z Downloaded globset v0.4.18
7062026-08-21T16:08:27.710Z Downloaded highway v1.3.0
7072026-08-21T16:08:27.714Z Downloaded illumos-nvpair-sys v0.2.0
7082026-08-21T16:08:27.714Z Downloaded hyper-tls v0.6.0
7092026-08-21T16:08:27.718Z Downloaded instability v0.3.11
7102026-08-21T16:08:27.718Z Downloaded const-oid v0.9.6
7112026-08-21T16:08:27.722Z Downloaded primeorder v0.14.0
7122026-08-21T16:08:27.725Z Downloaded salsa20 v0.11.0
7132026-08-21T16:08:27.725Z Downloaded unicase v2.9.0
7142026-08-21T16:08:27.729Z Downloaded usdt-attr-macro v0.6.0
7152026-08-21T16:08:27.729Z Downloaded cancel-safe-futures v0.1.5
7162026-08-21T16:08:27.729Z Downloaded difflib v0.4.0
7172026-08-21T16:08:27.729Z Downloaded kem v0.3.0
7182026-08-21T16:08:27.729Z Downloaded fatfs v0.3.6
7192026-08-21T16:08:27.732Z Downloaded getrandom v0.4.3
7202026-08-21T16:08:27.732Z Downloaded lru-slab v0.1.2
7212026-08-21T16:08:27.732Z Downloaded lzss v0.8.2
7222026-08-21T16:08:27.736Z Downloaded futures v0.3.32
7232026-08-21T16:08:27.736Z Downloaded convert_case v0.10.0
7242026-08-21T16:08:27.741Z Downloaded is-terminal v0.4.17
7252026-08-21T16:08:27.747Z Downloaded der_derive v0.7.3
7262026-08-21T16:08:27.750Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7272026-08-21T16:08:27.750Z Downloaded toml_writer v1.1.1+spec-1.1.0
7282026-08-21T16:08:27.750Z Downloaded zstd-safe v7.2.4
7292026-08-21T16:08:27.750Z Downloaded multimap v0.10.1
7302026-08-21T16:08:27.750Z Downloaded nodrop v0.1.14
7312026-08-21T16:08:27.754Z Downloaded wyz v0.5.1
7322026-08-21T16:08:27.754Z Downloaded yoke v0.8.1
7332026-08-21T16:08:27.757Z Downloaded libscf-sys v1.2.0
7342026-08-21T16:08:27.757Z Downloaded mime v0.3.17
7352026-08-21T16:08:27.757Z Downloaded num-iter v0.1.45
7362026-08-21T16:08:27.757Z Downloaded openssl-probe v0.2.1
7372026-08-21T16:08:27.760Z Downloaded getrandom v0.2.17
7382026-08-21T16:08:27.761Z Downloaded chacha20poly1305 v0.10.1
7392026-08-21T16:08:27.764Z Downloaded scroll v0.13.0
7402026-08-21T16:08:27.764Z Downloaded smf v0.2.3
7412026-08-21T16:08:27.769Z Downloaded olpc-cjson v0.1.4
7422026-08-21T16:08:27.769Z Downloaded pin-project v1.1.11
7432026-08-21T16:08:27.773Z Downloaded peg-runtime v0.8.5
7442026-08-21T16:08:27.776Z Downloaded password-hash v0.6.1
7452026-08-21T16:08:27.777Z Downloaded arc-swap v1.8.2
7462026-08-21T16:08:27.781Z Downloaded bytes v1.11.1
7472026-08-21T16:08:27.785Z Downloaded ed25519 v2.2.3
7482026-08-21T16:08:27.789Z Downloaded half v1.8.3
7492026-08-21T16:08:27.789Z Downloaded predicates-core v1.0.10
7502026-08-21T16:08:27.789Z Downloaded proc-macro-crate v1.3.1
7512026-08-21T16:08:27.789Z Downloaded proc-macro-crate v3.4.0
7522026-08-21T16:08:27.793Z Downloaded psl-types v2.0.11
7532026-08-21T16:08:27.793Z Downloaded rand_chacha v0.3.1
7542026-08-21T16:08:27.793Z Downloaded tracing-attributes v0.1.31
7552026-08-21T16:08:27.793Z Downloaded omicron-zone-package v0.12.3
7562026-08-21T16:08:27.796Z Downloaded parking_lot v0.12.5
7572026-08-21T16:08:27.796Z Downloaded ingot v0.2.1
7582026-08-21T16:08:27.796Z Downloaded httparse v1.10.1
7592026-08-21T16:08:27.799Z Downloaded prefix-trie v0.7.0
7602026-08-21T16:08:27.799Z Downloaded ron v0.8.1
7612026-08-21T16:08:27.803Z Downloaded jiff-static v0.2.34
7622026-08-21T16:08:27.803Z Downloaded libefi-sys v0.1.0
7632026-08-21T16:08:27.803Z Downloaded vergen v9.1.0
7642026-08-21T16:08:27.803Z Downloaded radium v0.7.0
7652026-08-21T16:08:27.803Z Downloaded diesel-dtrace v0.5.0
7662026-08-21T16:08:27.806Z Downloaded rtoolbox v0.0.3
7672026-08-21T16:08:27.806Z Downloaded serde_bytes v0.11.19
7682026-08-21T16:08:27.806Z Downloaded sha1 v0.11.0
7692026-08-21T16:08:27.810Z Downloaded half v2.7.1
7702026-08-21T16:08:27.810Z Downloaded hmac v0.13.0
7712026-08-21T16:08:27.813Z Downloaded yasna v0.5.2
7722026-08-21T16:08:27.813Z Downloaded base64 v0.22.1
7732026-08-21T16:08:27.819Z Downloaded compact_str v0.8.1
7742026-08-21T16:08:27.822Z Downloaded linear-map v1.2.0
7752026-08-21T16:08:27.826Z Downloaded siphasher v1.0.2
7762026-08-21T16:08:27.826Z Downloaded slog-bunyan v2.5.0
7772026-08-21T16:08:27.829Z Downloaded ipnet v2.12.0
7782026-08-21T16:08:27.829Z Downloaded sqlparser_derive v0.5.0
7792026-08-21T16:08:27.829Z Downloaded oso-derive v0.27.3
7802026-08-21T16:08:27.829Z Downloaded critical-section v1.2.0
7812026-08-21T16:08:27.833Z Downloaded crossbeam-utils v0.8.21
7822026-08-21T16:08:27.838Z Downloaded darling v0.20.11
7832026-08-21T16:08:27.838Z Downloaded slog-envlogger v2.2.0
7842026-08-21T16:08:27.841Z Downloaded thread-id v5.1.0
7852026-08-21T16:08:27.841Z Downloaded byte-wrapper v0.1.0
7862026-08-21T16:08:27.841Z Downloaded chumsky v0.9.3
7872026-08-21T16:08:27.847Z Downloaded serde_cbor v0.11.2
7882026-08-21T16:08:27.847Z Downloaded phf_shared v0.11.3
7892026-08-21T16:08:27.847Z Downloaded subprocess v0.2.15
7902026-08-21T16:08:27.850Z Downloaded term v1.2.1
7912026-08-21T16:08:27.850Z Downloaded num-rational v0.4.2
7922026-08-21T16:08:27.850Z Downloaded sync_wrapper v1.0.2
7932026-08-21T16:08:27.850Z Downloaded tinyvec_macros v0.1.1
7942026-08-21T16:08:27.850Z Downloaded unicode-truncate v1.1.0
7952026-08-21T16:08:27.851Z Downloaded bumpalo v3.20.2
7962026-08-21T16:08:27.854Z Downloaded tokio-stream v0.1.18
7972026-08-21T16:08:27.854Z Downloaded polyval v0.7.1
7982026-08-21T16:08:27.857Z Downloaded async-compression v0.4.41
7992026-08-21T16:08:27.861Z Downloaded pem v3.0.6
8002026-08-21T16:08:27.861Z Downloaded pkg-config v0.3.32
8012026-08-21T16:08:27.861Z Downloaded derive_builder v0.20.2
8022026-08-21T16:08:27.865Z Downloaded primefield v0.14.0
8032026-08-21T16:08:27.865Z Downloaded typify-macro v0.6.2
8042026-08-21T16:08:27.865Z Downloaded headers v0.4.1
8052026-08-21T16:08:27.868Z Downloaded utf8_iter v1.0.4
8062026-08-21T16:08:27.871Z Downloaded postgres-types v0.2.12
8072026-08-21T16:08:27.871Z Downloaded tinyvec v1.10.0
8082026-08-21T16:08:27.877Z Downloaded wait-timeout v0.2.1
8092026-08-21T16:08:27.877Z Downloaded waitgroup v0.1.2
8102026-08-21T16:08:27.877Z Downloaded rand_core v0.6.4
8112026-08-21T16:08:27.888Z Downloaded crc-catalog v2.4.0
8122026-08-21T16:08:27.888Z Downloaded crunchy v0.2.4
8132026-08-21T16:08:27.892Z Downloaded backtrace v0.3.76
8142026-08-21T16:08:27.892Z Downloaded rustc-demangle v0.1.27
8152026-08-21T16:08:27.892Z Downloaded base64 v0.21.7
8162026-08-21T16:08:27.892Z Downloaded heapless v0.8.0
8172026-08-21T16:08:27.897Z Downloaded multer v3.1.0
8182026-08-21T16:08:27.900Z Downloaded rustls-native-certs v0.8.3
8192026-08-21T16:08:27.900Z Downloaded debug-ignore v1.0.5
8202026-08-21T16:08:27.900Z Downloaded memmap2 v0.9.10
8212026-08-21T16:08:27.900Z Downloaded sec1 v0.7.3
8222026-08-21T16:08:27.900Z Downloaded sec1 v0.8.1
8232026-08-21T16:08:27.900Z Downloaded vte v0.14.1
8242026-08-21T16:08:27.903Z Downloaded slog-json v2.6.1
8252026-08-21T16:08:27.904Z Downloaded dropshot-api-manager-types v0.8.0
8262026-08-21T16:08:27.908Z Downloaded idna_adapter v1.2.1
8272026-08-21T16:08:27.909Z Downloaded diesel_table_macro_syntax v0.3.0
8282026-08-21T16:08:27.909Z Downloaded stacker v0.1.23
8292026-08-21T16:08:27.912Z Downloaded stringprep v0.1.5
8302026-08-21T16:08:27.912Z Downloaded cc v1.2.56
8312026-08-21T16:08:27.916Z Downloaded parking_lot_core v0.9.12
8322026-08-21T16:08:27.916Z Downloaded support-bundle-viewer v0.1.2
8332026-08-21T16:08:27.919Z Downloaded synstructure v0.13.2
8342026-08-21T16:08:27.920Z Downloaded crc-any v2.5.0
8352026-08-21T16:08:27.920Z Downloaded tokio-dtrace v0.1.1
8362026-08-21T16:08:27.920Z Downloaded tokio-macros v2.7.0
8372026-08-21T16:08:27.924Z Downloaded inout v0.2.2
8382026-08-21T16:08:27.925Z Downloaded heapless v0.7.17
8392026-08-21T16:08:27.925Z Downloaded hickory-resolver v0.24.4
8402026-08-21T16:08:27.929Z Downloaded pkcs1 v0.8.0-rc.4
8412026-08-21T16:08:27.932Z Downloaded hickory-resolver v0.25.2
8422026-08-21T16:08:27.932Z Downloaded ecdsa v0.17.0
8432026-08-21T16:08:27.933Z Downloaded elliptic-curve v0.13.8
8442026-08-21T16:08:27.936Z Downloaded linked-hash-map v0.5.6
8452026-08-21T16:08:27.936Z Downloaded lru v0.12.5
8462026-08-21T16:08:27.941Z Downloaded match_cfg v0.1.0
8472026-08-21T16:08:27.946Z Downloaded memoffset v0.9.1
8482026-08-21T16:08:27.949Z Downloaded zerovec-derive v0.11.2
8492026-08-21T16:08:27.949Z Downloaded const_format_proc_macros v0.2.34
8502026-08-21T16:08:27.952Z Downloaded constant_time_eq v0.4.2
8512026-08-21T16:08:27.952Z Downloaded rand v0.8.6
8522026-08-21T16:08:27.956Z Downloaded rustls-webpki v0.103.13
8532026-08-21T16:08:27.956Z Downloaded serde_with_macros v3.21.0
8542026-08-21T16:08:27.956Z Downloaded walkdir v2.5.0
8552026-08-21T16:08:27.959Z Downloaded csv-core v0.1.13
8562026-08-21T16:08:27.959Z Downloaded icu_provider v2.1.1
8572026-08-21T16:08:27.959Z Downloaded hickory-server v0.25.2
8582026-08-21T16:08:27.962Z Downloaded predicates-tree v1.0.13
8592026-08-21T16:08:27.962Z Downloaded rustls-pki-types v1.14.0
8602026-08-21T16:08:27.966Z Downloaded shlex v1.3.0
8612026-08-21T16:08:27.966Z Downloaded zip v0.6.6
8622026-08-21T16:08:27.969Z Downloaded ref-cast v1.0.25
8632026-08-21T16:08:27.969Z Downloaded ref-cast-impl v1.0.25
8642026-08-21T16:08:27.973Z Downloaded strum_macros v0.24.3
8652026-08-21T16:08:27.973Z Downloaded data-encoding v2.10.0
8662026-08-21T16:08:27.973Z Downloaded hyper-staticfile v0.10.1
8672026-08-21T16:08:27.976Z Downloaded deranged v0.5.8
8682026-08-21T16:08:27.976Z Downloaded derive-ex v0.1.8
8692026-08-21T16:08:27.977Z Downloaded semver v0.1.20
8702026-08-21T16:08:27.980Z Downloaded serde_plain v1.0.2
8712026-08-21T16:08:27.980Z Downloaded schemars v1.2.1
8722026-08-21T16:08:27.985Z Downloaded scheduled-thread-pool v0.2.7
8732026-08-21T16:08:27.988Z Downloaded ipnetwork v0.21.1
8742026-08-21T16:08:27.988Z Downloaded russh-cryptovec v0.62.0
8752026-08-21T16:08:27.988Z Downloaded darling_core v0.20.11
8762026-08-21T16:08:27.992Z Downloaded lazy_static v1.5.0
8772026-08-21T16:08:27.995Z Downloaded tagptr v0.2.0
8782026-08-21T16:08:27.995Z Downloaded supports-unicode v3.0.0
8792026-08-21T16:08:27.995Z Downloaded expectorate v1.2.0
8802026-08-21T16:08:28.001Z Downloaded aes v0.9.1
8812026-08-21T16:08:28.006Z Downloaded hashbrown v0.12.3
8822026-08-21T16:08:28.009Z Downloaded hashbrown v0.13.2
8832026-08-21T16:08:28.009Z Downloaded signature v2.2.0
8842026-08-21T16:08:28.013Z Downloaded newtype-uuid v1.3.2
8852026-08-21T16:08:28.013Z Downloaded num-complex v0.4.6
8862026-08-21T16:08:28.013Z Downloaded vsss-rs v3.3.4
8872026-08-21T16:08:28.017Z Downloaded indicatif v0.18.4
8882026-08-21T16:08:28.020Z Downloaded pkcs8 v0.10.2
8892026-08-21T16:08:28.020Z Downloaded sync-ptr v0.1.4
8902026-08-21T16:08:28.020Z Downloaded tabwriter v1.4.1
8912026-08-21T16:08:28.024Z Downloaded xshell-macros v0.2.7
8922026-08-21T16:08:28.028Z Downloaded rustls-platform-verifier v0.6.2
8932026-08-21T16:08:28.028Z Downloaded parse-display-derive v0.10.0
8942026-08-21T16:08:28.031Z Downloaded tower-service v0.3.3
8952026-08-21T16:08:28.031Z Downloaded icu_locale_core v2.1.1
8962026-08-21T16:08:28.036Z Downloaded universal-hash v0.6.1
8972026-08-21T16:08:28.040Z Downloaded zone_cfg_derive v0.3.1
8982026-08-21T16:08:28.040Z Downloaded cpubits v0.1.1
8992026-08-21T16:08:28.040Z Downloaded resolv-conf v0.7.6
9002026-08-21T16:08:28.043Z Downloaded crc32fast v1.5.0
9012026-08-21T16:08:28.043Z Downloaded daft-derive v0.1.7
9022026-08-21T16:08:28.046Z Downloaded hybrid-array v0.4.13
9032026-08-21T16:08:28.046Z Downloaded parking_lot_core v0.8.6
9042026-08-21T16:08:28.050Z Downloaded phf v0.13.1
9052026-08-21T16:08:28.050Z Downloaded proc-macro-error2 v2.0.1
9062026-08-21T16:08:28.050Z Downloaded downcast-rs v2.0.2
9072026-08-21T16:08:28.050Z Downloaded dof v0.4.0
9082026-08-21T16:08:28.053Z Downloaded spin v0.9.8
9092026-08-21T16:08:28.053Z Downloaded steno v0.4.1
9102026-08-21T16:08:28.053Z Downloaded scrypt v0.12.0
9112026-08-21T16:08:28.057Z Downloaded ssh-cipher v0.3.0
9122026-08-21T16:08:28.057Z Downloaded strum v0.27.2
9132026-08-21T16:08:28.057Z Downloaded derive_builder_macro v0.20.2
9142026-08-21T16:08:28.057Z Downloaded psm v0.1.30
9152026-08-21T16:08:28.061Z Downloaded is_ci v1.2.0
9162026-08-21T16:08:28.064Z Downloaded darling_macro v0.13.4
9172026-08-21T16:08:28.068Z Downloaded tungstenite v0.23.0
9182026-08-21T16:08:28.072Z Downloaded derive_more v2.1.1
9192026-08-21T16:08:28.075Z Downloaded toml v0.7.8
9202026-08-21T16:08:28.080Z Downloaded instant v0.1.13
9212026-08-21T16:08:28.083Z Downloaded tls_codec_derive v0.4.2
9222026-08-21T16:08:28.083Z Downloaded pkcs8 v0.11.0
9232026-08-21T16:08:28.086Z Downloaded tracing-core v0.1.36
9242026-08-21T16:08:28.086Z Downloaded lru-cache v0.1.2
9252026-08-21T16:08:28.086Z Downloaded num v0.4.3
9262026-08-21T16:08:28.086Z Downloaded num-conv v0.2.0
9272026-08-21T16:08:28.086Z Downloaded opaque-debug v0.3.1
9282026-08-21T16:08:28.090Z Downloaded signal-hook-registry v1.4.8
9292026-08-21T16:08:28.090Z Downloaded slog-scope v4.4.1
9302026-08-21T16:08:28.090Z Downloaded packed_struct_codegen v0.10.1
9312026-08-21T16:08:28.090Z Downloaded rayon-core v1.13.0
9322026-08-21T16:08:28.090Z Downloaded rcgen v0.12.1
9332026-08-21T16:08:28.094Z Downloaded xshell v0.2.7
9342026-08-21T16:08:28.094Z Downloaded md-5 v0.10.6
9352026-08-21T16:08:28.094Z Downloaded unicode_categories v0.1.1
9362026-08-21T16:08:28.097Z Downloaded string_cache v0.8.9
9372026-08-21T16:08:28.097Z Downloaded uuid v1.23.4
9382026-08-21T16:08:28.100Z Downloaded aes-gcm v0.11.0
9392026-08-21T16:08:28.100Z Downloaded whoami v2.1.0
9402026-08-21T16:08:28.100Z Downloaded phf_shared v0.12.1
9412026-08-21T16:08:28.105Z Downloaded potential_utf v0.1.4
9422026-08-21T16:08:28.105Z Downloaded powerfmt v0.2.0
9432026-08-21T16:08:28.105Z Downloaded zopfli v0.8.3
9442026-08-21T16:08:28.105Z Downloaded x509-cert v0.2.5
9452026-08-21T16:08:28.117Z Downloaded signal-hook v0.3.18
9462026-08-21T16:08:28.117Z Downloaded oso v0.27.3
9472026-08-21T16:08:28.117Z Downloaded serde_path_to_error v0.1.20
9482026-08-21T16:08:28.126Z Downloaded vergen-gitcl v1.0.8
9492026-08-21T16:08:28.127Z Downloaded zeroize v1.9.0
9502026-08-21T16:08:28.127Z Downloaded rand_pcg v0.10.2
9512026-08-21T16:08:28.127Z Downloaded libbz2-rs-sys v0.2.2
9522026-08-21T16:08:28.129Z Downloaded indoc v2.0.7
9532026-08-21T16:08:28.129Z Downloaded vergen-git2 v9.1.0
9542026-08-21T16:08:28.129Z Downloaded daft v0.1.7
9552026-08-21T16:08:28.129Z Downloaded quinn-udp v0.5.14
9562026-08-21T16:08:28.134Z Downloaded serde_with v1.14.0
9572026-08-21T16:08:28.134Z Downloaded serde_spanned v1.1.1
9582026-08-21T16:08:28.134Z Downloaded scroll_derive v0.13.1
9592026-08-21T16:08:28.134Z Downloaded num-bigint-dig v0.8.6
9602026-08-21T16:08:28.138Z Downloaded libloading v0.8.9
9612026-08-21T16:08:28.138Z Downloaded openssl-sys v0.9.117
9622026-08-21T16:08:28.141Z Downloaded mime_guess v2.0.5
9632026-08-21T16:08:28.141Z Downloaded rustc_version v0.1.7
9642026-08-21T16:08:28.145Z Downloaded rand_seeder v0.4.0
9652026-08-21T16:08:28.145Z Downloaded either v1.15.0
9662026-08-21T16:08:28.151Z Downloaded stable_deref_trait v1.2.1
9672026-08-21T16:08:28.154Z Downloaded tokio-rustls v0.26.4
9682026-08-21T16:08:28.154Z Downloaded ignore v0.4.25
9692026-08-21T16:08:28.154Z Downloaded pkcs5 v0.8.1
9702026-08-21T16:08:28.158Z Downloaded subtle v2.6.1
9712026-08-21T16:08:28.158Z Downloaded unicode-xid v0.2.6
9722026-08-21T16:08:28.158Z Downloaded xattr v1.6.1
9732026-08-21T16:08:28.161Z Downloaded sha2 v0.11.0
9742026-08-21T16:08:28.161Z Downloaded signal-hook-mio v0.2.5
9752026-08-21T16:08:28.161Z Downloaded zerofrom-derive v0.1.6
9762026-08-21T16:08:28.165Z Downloaded progenitor-impl v0.14.0
9772026-08-21T16:08:28.168Z Downloaded knus-derive v3.4.0
9782026-08-21T16:08:28.171Z Downloaded nanorand v0.7.0
9792026-08-21T16:08:28.171Z Downloaded untrusted v0.9.0
9802026-08-21T16:08:28.175Z Downloaded cpufeatures v0.3.0
9812026-08-21T16:08:28.175Z Downloaded twox-hash v2.1.2
9822026-08-21T16:08:28.175Z Downloaded ryu v1.0.23
9832026-08-21T16:08:28.178Z Downloaded scuffle v0.1.0
9842026-08-21T16:08:28.182Z Downloaded poly1305 v0.8.0
9852026-08-21T16:08:28.188Z Downloaded oxnet v0.1.6
9862026-08-21T16:08:28.191Z Downloaded usdt-impl v0.6.0
9872026-08-21T16:08:28.191Z Downloaded password-hash v0.5.0
9882026-08-21T16:08:28.195Z Downloaded pem-rfc7468 v0.7.0
9892026-08-21T16:08:28.195Z Downloaded progenitor v0.14.0
9902026-08-21T16:08:28.195Z Downloaded defmt v0.3.100
9912026-08-21T16:08:28.195Z Downloaded dirs-next v2.0.0
9922026-08-21T16:08:28.198Z Downloaded iana-time-zone v0.1.65
9932026-08-21T16:08:28.203Z Downloaded mio v1.2.0
9942026-08-21T16:08:28.209Z Downloaded darling_core v0.21.3
9952026-08-21T16:08:28.212Z Downloaded smallvec v0.6.14
9962026-08-21T16:08:28.212Z Downloaded keccak v0.1.6
9972026-08-21T16:08:28.215Z Downloaded managed v0.8.0
9982026-08-21T16:08:28.216Z Downloaded parse-size v1.1.0
9992026-08-21T16:08:28.216Z Downloaded inout v0.1.4
10002026-08-21T16:08:28.216Z Downloaded path-slash v0.1.5
10012026-08-21T16:08:28.222Z Downloaded hashbrown v0.14.5
10022026-08-21T16:08:28.227Z Downloaded serdect v0.4.3
10032026-08-21T16:08:28.227Z Downloaded url v2.5.8
10042026-08-21T16:08:28.227Z Downloaded toml_edit v0.19.15
10052026-08-21T16:08:28.242Z Downloaded hashbrown v0.16.1
10062026-08-21T16:08:28.246Z Downloaded hashbrown v0.15.5
10072026-08-21T16:08:28.246Z Downloaded p256 v0.14.0
10082026-08-21T16:08:28.246Z Downloaded ssh-encoding v0.3.0
10092026-08-21T16:08:28.247Z Downloaded termios v0.3.3
10102026-08-21T16:08:28.247Z Downloaded thiserror-no-std v2.0.2
10112026-08-21T16:08:28.247Z Downloaded time-core v0.1.8
10122026-08-21T16:08:28.250Z Downloaded secrecy v0.10.3
10132026-08-21T16:08:28.250Z Downloaded rustc-hash v2.1.1
10142026-08-21T16:08:28.250Z Downloaded sha1 v0.10.6
10152026-08-21T16:08:28.250Z Downloaded shell-words v1.1.1
10162026-08-21T16:08:28.250Z Downloaded aho-corasick v1.1.4
10172026-08-21T16:08:28.254Z Downloaded vergen-lib v0.1.6
10182026-08-21T16:08:28.254Z Downloaded knus v3.4.0
10192026-08-21T16:08:28.254Z Downloaded socket2 v0.6.3
10202026-08-21T16:08:28.257Z Downloaded native-tls v0.2.18
10212026-08-21T16:08:28.257Z Downloaded time-macros v0.2.27
10222026-08-21T16:08:28.257Z Downloaded typed-path v0.9.3
10232026-08-21T16:08:28.260Z Downloaded ctr v0.10.1
10242026-08-21T16:08:28.264Z Downloaded displaydoc v0.2.5
10252026-08-21T16:08:28.264Z Downloaded darling v0.13.4
10262026-08-21T16:08:28.264Z Downloaded strip-ansi-escapes v0.2.1
10272026-08-21T16:08:28.267Z Downloaded termtree v0.5.1
10282026-08-21T16:08:28.267Z Downloaded usdt-macro v0.6.0
10292026-08-21T16:08:28.267Z Downloaded utf-8 v0.7.6
10302026-08-21T16:08:28.267Z Downloaded wnaf v0.14.0
10312026-08-21T16:08:28.267Z Downloaded derive_more v0.99.20
10322026-08-21T16:08:28.271Z Downloaded curve25519-dalek-derive v0.1.1
10332026-08-21T16:08:28.274Z Downloaded keccak v0.2.0
10342026-08-21T16:08:28.274Z Downloaded ed25519 v3.0.0
10352026-08-21T16:08:28.274Z Downloaded jobserver v0.1.34
10362026-08-21T16:08:28.274Z Downloaded darling_core v0.13.4
10372026-08-21T16:08:28.279Z Downloaded icu_properties v2.1.2
10382026-08-21T16:08:28.288Z Downloaded humantime v2.3.0
10392026-08-21T16:08:28.291Z Downloaded ingot-types v0.2.0
10402026-08-21T16:08:28.291Z Downloaded num_enum v0.7.6
10412026-08-21T16:08:28.294Z Downloaded indent_write v2.2.0
10422026-08-21T16:08:28.298Z Downloaded unicode-segmentation v1.12.0
10432026-08-21T16:08:28.298Z Downloaded maybe-uninit v2.0.0
10442026-08-21T16:08:28.298Z Downloaded md5 v0.8.0
10452026-08-21T16:08:28.298Z Downloaded toml v1.1.2+spec-1.1.0
10462026-08-21T16:08:28.301Z Downloaded num-derive v0.4.2
10472026-08-21T16:08:28.301Z Downloaded num_enum_derive v0.5.11
10482026-08-21T16:08:28.304Z Downloaded ssh-key v0.7.0-rc.11
10492026-08-21T16:08:28.312Z Downloaded tls_codec v0.4.2
10502026-08-21T16:08:28.316Z Downloaded futures-util v0.3.32
10512026-08-21T16:08:28.319Z Downloaded nonempty v0.12.0
10522026-08-21T16:08:28.319Z Downloaded spki v0.8.0
10532026-08-21T16:08:28.322Z Downloaded crossbeam-epoch v0.9.18
10542026-08-21T16:08:28.325Z Downloaded strum_macros v0.27.2
10552026-08-21T16:08:28.328Z Downloaded progenitor-macro v0.14.0
10562026-08-21T16:08:28.331Z Downloaded tui-tree-widget v0.23.1
10572026-08-21T16:08:28.331Z Downloaded russh-util v0.52.0
10582026-08-21T16:08:28.331Z Downloaded sponge-cursor v0.1.0
10592026-08-21T16:08:28.338Z Downloaded zstd v0.13.3
10602026-08-21T16:08:28.341Z Downloaded typify v0.6.2
10612026-08-21T16:08:28.345Z Downloaded thiserror-impl-no-std v2.0.2
10622026-08-21T16:08:28.349Z Downloaded untrusted v0.7.1
10632026-08-21T16:08:28.349Z Downloaded des v0.9.0
10642026-08-21T16:08:28.353Z Downloaded dunce v1.0.5
10652026-08-21T16:08:28.356Z Downloaded dyn-clone v1.0.20
10662026-08-21T16:08:28.359Z Downloaded indoc v1.0.9
10672026-08-21T16:08:28.369Z Downloaded ecdsa v0.16.9
10682026-08-21T16:08:28.372Z Downloaded ml-kem v0.3.2
10692026-08-21T16:08:28.375Z Downloaded digest-io v0.1.0
10702026-08-21T16:08:28.378Z Downloaded lalrpop-util v0.19.12
10712026-08-21T16:08:28.378Z Downloaded darling_core v0.23.0
10722026-08-21T16:08:28.382Z Downloaded h2 v0.4.15
10732026-08-21T16:08:28.385Z Downloaded hkdf v0.13.0
10742026-08-21T16:08:28.385Z Downloaded newtype_derive v0.1.6
10752026-08-21T16:08:28.386Z Downloaded minimal-lexical v0.2.1
10762026-08-21T16:08:28.393Z Downloaded socket2 v0.5.10
10772026-08-21T16:08:28.396Z Downloaded phf_shared v0.13.1
10782026-08-21T16:08:28.396Z Downloaded nu-ansi-term v0.50.3
10792026-08-21T16:08:28.396Z Downloaded tokio-util v0.7.18
10802026-08-21T16:08:28.400Z Downloaded serde_derive_internals v0.29.1
10812026-08-21T16:08:28.403Z Downloaded dropshot-api-manager v0.8.0
10822026-08-21T16:08:28.403Z Downloaded secrecy v0.8.0
10832026-08-21T16:08:28.407Z Downloaded hkdf v0.12.4
10842026-08-21T16:08:28.407Z Downloaded phc v0.6.1
10852026-08-21T16:08:28.407Z Downloaded darling_macro v0.23.0
10862026-08-21T16:08:28.413Z Downloaded seq-macro v0.3.6
10872026-08-21T16:08:28.416Z Downloaded rawzip v0.4.4
10882026-08-21T16:08:28.419Z Downloaded tap v1.0.1
10892026-08-21T16:08:28.422Z Downloaded rand_core v0.9.5
10902026-08-21T16:08:28.422Z Downloaded tokio-tungstenite v0.23.1
10912026-08-21T16:08:28.422Z Downloaded serde_with_macros v1.5.2
10922026-08-21T16:08:28.426Z Downloaded hyper-util v0.1.20
10932026-08-21T16:08:28.429Z Downloaded strum_macros v0.26.4
10942026-08-21T16:08:28.429Z Downloaded slab v0.4.12
10952026-08-21T16:08:28.432Z Downloaded uzers v0.12.2
10962026-08-21T16:08:28.432Z Downloaded crypto-common v0.2.2
10972026-08-21T16:08:28.432Z Downloaded tokio-test v0.4.5
10982026-08-21T16:08:28.436Z Downloaded void v1.0.2
10992026-08-21T16:08:28.436Z Downloaded crc8 v0.1.1
11002026-08-21T16:08:28.436Z Downloaded delegate v0.13.5
11012026-08-21T16:08:28.439Z Downloaded crypto-bigint v0.5.5
11022026-08-21T16:08:28.443Z Downloaded digest v0.11.3
11032026-08-21T16:08:28.447Z Downloaded diesel_derives v2.3.7
11042026-08-21T16:08:28.450Z Downloaded postcard v1.1.3
11052026-08-21T16:08:28.454Z Downloaded num-traits v0.2.19
11062026-08-21T16:08:28.454Z Downloaded schemars v0.9.0
11072026-08-21T16:08:28.461Z Downloaded litemap v0.8.1
11082026-08-21T16:08:28.466Z Downloaded same-file v1.0.6
11092026-08-21T16:08:28.466Z Downloaded proc-macro-error-attr2 v2.0.0
11102026-08-21T16:08:28.466Z Downloaded rfc6979 v0.6.0
11112026-08-21T16:08:28.466Z Downloaded strum v0.26.3
11122026-08-21T16:08:28.466Z Downloaded similar v2.7.0
11132026-08-21T16:08:28.469Z Downloaded num-bigint v0.4.6
11142026-08-21T16:08:28.472Z Downloaded rfc6979 v0.4.0
11152026-08-21T16:08:28.476Z Downloaded libsw v3.5.0
11162026-08-21T16:08:28.476Z Downloaded slog-async v2.8.0
11172026-08-21T16:08:28.476Z Downloaded structmeta-derive v0.3.0
11182026-08-21T16:08:28.479Z Downloaded progenitor v0.13.0
11192026-08-21T16:08:28.522Z Downloaded yoke-derive v0.8.1
11202026-08-21T16:08:28.522Z Downloaded const_format v0.2.35
11212026-08-21T16:08:28.522Z Downloaded rusty-fork v0.3.1
11222026-08-21T16:08:28.522Z Downloaded tower-layer v0.3.3
11232026-08-21T16:08:28.522Z Downloaded tokio-native-tls v0.3.1
11242026-08-21T16:08:28.522Z Downloaded yansi v1.0.1
11252026-08-21T16:08:28.522Z Downloaded crossbeam-channel v0.5.15
11262026-08-21T16:08:28.522Z Downloaded sqlformat v0.3.5
11272026-08-21T16:08:28.522Z Downloaded smallvec v1.15.1
11282026-08-21T16:08:28.522Z Downloaded test-strategy v0.4.5
11292026-08-21T16:08:28.522Z Downloaded winnow v0.6.26
11302026-08-21T16:08:28.523Z Downloaded corncobs v0.1.4
11312026-08-21T16:08:28.523Z Downloaded maplit v1.0.2
11322026-08-21T16:08:28.523Z Downloaded module-lattice v0.2.3
11332026-08-21T16:08:28.523Z Downloaded illumos-nvpair v0.3.0
11342026-08-21T16:08:28.523Z Downloaded serde-big-array v0.5.1
11352026-08-21T16:08:28.523Z Downloaded derive_more-impl v2.1.1
11362026-08-21T16:08:28.523Z Downloaded dsl_auto_type v0.2.0
11372026-08-21T16:08:28.526Z Downloaded toml_parser v1.1.2+spec-1.1.0
11382026-08-21T16:08:28.526Z Downloaded quinn v0.11.11
11392026-08-21T16:08:28.527Z Downloaded tower-http v0.6.8
11402026-08-21T16:08:28.530Z Downloaded rand v0.10.1
11412026-08-21T16:08:28.530Z Downloaded blake3 v1.8.5
11422026-08-21T16:08:28.533Z Downloaded ed25519-dalek v2.2.0
11432026-08-21T16:08:28.536Z Downloaded dropshot_endpoint v0.17.1
11442026-08-21T16:08:28.539Z Downloaded p384 v0.14.0
11452026-08-21T16:08:28.539Z Downloaded pretty_assertions v1.4.1
11462026-08-21T16:08:28.539Z Downloaded progenitor-impl v0.13.0
11472026-08-21T16:08:28.543Z Downloaded pbkdf2 v0.13.0
11482026-08-21T16:08:28.543Z Downloaded new_debug_unreachable v1.0.6
11492026-08-21T16:08:28.543Z Downloaded document-features v0.2.12
11502026-08-21T16:08:28.543Z Downloaded internet-checksum v0.2.1
11512026-08-21T16:08:28.543Z Downloaded lock_api v0.4.14
11522026-08-21T16:08:28.546Z Downloaded signature v3.0.0
11532026-08-21T16:08:28.546Z Downloaded parking_lot v0.11.2
11542026-08-21T16:08:28.546Z Downloaded predicates v3.1.4
11552026-08-21T16:08:28.550Z Downloaded slog-term v2.9.2
11562026-08-21T16:08:28.554Z Downloaded oxide-update-engine-display v0.1.2
11572026-08-21T16:08:28.554Z Downloaded serde_urlencoded v0.7.1
11582026-08-21T16:08:28.562Z Downloaded kstat-rs v0.2.5
11592026-08-21T16:08:28.565Z Downloaded icu_properties_data v2.1.2
11602026-08-21T16:08:28.570Z Downloaded itertools v0.14.0
11612026-08-21T16:08:28.574Z Downloaded trait-variant v0.1.2
11622026-08-21T16:08:28.577Z Downloaded poly1305 v0.9.0
11632026-08-21T16:08:28.577Z Downloaded zerocopy v0.6.6
11642026-08-21T16:08:28.577Z Downloaded ctutils v0.4.2
11652026-08-21T16:08:28.582Z Downloaded reqwest v0.12.28
11662026-08-21T16:08:28.585Z Downloaded ingot-macros v0.2.0
11672026-08-21T16:08:28.585Z Downloaded newtype-uuid-macros v0.1.0
11682026-08-21T16:08:28.585Z Downloaded unsafe-libyaml v0.2.11
11692026-08-21T16:08:28.590Z Downloaded tungstenite v0.21.0
11702026-08-21T16:08:28.593Z Downloaded serde-hex v0.1.0
11712026-08-21T16:08:28.593Z Downloaded ident_case v1.0.1
11722026-08-21T16:08:28.593Z Downloaded openssl-probe v0.1.6
11732026-08-21T16:08:28.597Z Downloaded static_assertions v1.1.0
11742026-08-21T16:08:28.597Z Downloaded universal-hash v0.5.1
11752026-08-21T16:08:28.597Z Downloaded packed_struct v0.10.1
11762026-08-21T16:08:28.600Z Downloaded crypto-primes v0.7.2
11772026-08-21T16:08:28.603Z Downloaded itertools v0.10.5
11782026-08-21T16:08:28.607Z Downloaded impl-trait-for-tuples v0.2.3
11792026-08-21T16:08:28.607Z Downloaded num_enum_derive v0.7.6
11802026-08-21T16:08:28.613Z Downloaded git2 v0.20.4
11812026-08-21T16:08:28.618Z Downloaded writeable v0.6.2
11822026-08-21T16:08:28.621Z Downloaded defmt-macros v1.0.1
11832026-08-21T16:08:28.621Z Downloaded qorb v0.4.1
11842026-08-21T16:08:28.624Z Downloaded oxide-update-engine-types v0.1.2
11852026-08-21T16:08:28.628Z Downloaded tokio-tungstenite v0.21.0
11862026-08-21T16:08:28.628Z Downloaded progenitor-macro v0.13.0
11872026-08-21T16:08:28.631Z Downloaded zerofrom v0.1.6
11882026-08-21T16:08:28.631Z Downloaded idna v1.1.0
11892026-08-21T16:08:28.635Z Downloaded itertools v0.12.1
11902026-08-21T16:08:28.638Z Downloaded jiff-core v0.1.0
11912026-08-21T16:08:28.642Z Downloaded sigpipe v0.1.3
11922026-08-21T16:08:28.642Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11932026-08-21T16:08:28.642Z Downloaded prettyplease v0.2.37
11942026-08-21T16:08:28.646Z Downloaded schemars v0.8.22
11952026-08-21T16:08:28.649Z Downloaded darling v0.21.3
11962026-08-21T16:08:28.653Z Downloaded cookie v0.18.1
11972026-08-21T16:08:28.657Z Downloaded defmt v1.0.1
11982026-08-21T16:08:28.657Z Downloaded unicode-bidi v0.3.18
11992026-08-21T16:08:28.660Z Downloaded rand_xorshift v0.4.0
12002026-08-21T16:08:28.660Z Downloaded drift v0.2.0
12012026-08-21T16:08:28.664Z Downloaded der v0.7.10
12022026-08-21T16:08:28.667Z Downloaded nom v8.0.0
12032026-08-21T16:08:28.670Z Downloaded derive_builder_core v0.20.2
12042026-08-21T16:08:28.674Z Downloaded postgres-protocol v0.6.10
12052026-08-21T16:08:28.674Z Downloaded serde_with v3.21.0
12062026-08-21T16:08:28.681Z Downloaded vergen-lib v9.1.0
12072026-08-21T16:08:28.685Z Downloaded miette-derive v7.6.0
12082026-08-21T16:08:28.685Z Downloaded r2d2 v0.8.10
12092026-08-21T16:08:28.685Z Downloaded unicode-properties v0.1.4
12102026-08-21T16:08:28.685Z Downloaded libxml v0.3.3
12112026-08-21T16:08:28.688Z Downloaded rand v0.9.2
12122026-08-21T16:08:28.691Z Downloaded icu_normalizer_data v2.1.1
12132026-08-21T16:08:28.691Z Downloaded crossbeam-deque v0.8.6
12142026-08-21T16:08:28.691Z Downloaded papergrid v0.18.0
12152026-08-21T16:08:28.694Z Downloaded whoami v1.6.1
12162026-08-21T16:08:28.697Z Downloaded indexmap v1.9.3
12172026-08-21T16:08:28.697Z Downloaded bitvec v1.0.1
12182026-08-21T16:08:28.705Z Downloaded chrono v0.4.45
12192026-08-21T16:08:28.710Z Downloaded crc v3.4.0
12202026-08-21T16:08:28.713Z Downloaded serde_yaml v0.9.34+deprecated
12212026-08-21T16:08:28.713Z Downloaded libsw-core v0.3.2
12222026-08-21T16:08:28.717Z Downloaded ppv-lite86 v0.2.21
12232026-08-21T16:08:28.717Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-08-21T16:08:28.717Z Downloaded darling v0.23.0
12252026-08-21T16:08:28.720Z Downloaded peg v0.8.5
12262026-08-21T16:08:28.724Z Downloaded hyper-rustls v0.27.7
12272026-08-21T16:08:28.724Z Downloaded rustversion v1.0.22
12282026-08-21T16:08:28.727Z Downloaded pkcs1 v0.7.5
12292026-08-21T16:08:28.727Z Downloaded icu_normalizer v2.1.1
12302026-08-21T16:08:28.731Z Downloaded tough v0.22.0
12312026-08-21T16:08:28.734Z Downloaded cookie_store v0.22.1
12322026-08-21T16:08:28.735Z Downloaded rsa v0.10.0-rc.18
12332026-08-21T16:08:28.738Z Downloaded bindgen v0.71.1
12342026-08-21T16:08:28.741Z Downloaded term v0.7.0
12352026-08-21T16:08:28.746Z Downloaded crossterm v0.29.0
12362026-08-21T16:08:28.750Z Downloaded ed25519-dalek v3.0.0
12372026-08-21T16:08:28.750Z Downloaded diff v0.1.13
12382026-08-21T16:08:28.753Z Downloaded portable-atomic v1.13.1
12392026-08-21T16:08:28.756Z Downloaded goblin v0.10.5
12402026-08-21T16:08:28.760Z Downloaded samael v0.0.19
12412026-08-21T16:08:28.763Z Downloaded vcpkg v0.2.15
12422026-08-21T16:08:28.787Z Downloaded miette v7.6.0
12432026-08-21T16:08:28.791Z Downloaded der v0.8.0
12442026-08-21T16:08:28.794Z Downloaded aws-lc-rs v1.16.3
12452026-08-21T16:08:28.799Z Downloaded nom v7.1.3
12462026-08-21T16:08:28.804Z Downloaded internal-russh-num-bigint v0.5.0
12472026-08-21T16:08:28.808Z Downloaded quinn-proto v0.11.16
12482026-08-21T16:08:28.811Z Downloaded litrs v1.0.0
12492026-08-21T16:08:28.811Z Downloaded miniz_oxide v0.8.9
12502026-08-21T16:08:28.815Z Downloaded p384 v0.13.1
12512026-08-21T16:08:28.818Z Downloaded quick-xml v0.37.5
12522026-08-21T16:08:28.822Z Downloaded unicode-normalization v0.1.25
12532026-08-21T16:08:28.822Z Downloaded tower v0.5.3
12542026-08-21T16:08:28.826Z Downloaded publicsuffix v2.3.0
12552026-08-21T16:08:28.830Z Downloaded lalrpop v0.19.12
12562026-08-21T16:08:28.835Z Downloaded derive-where v1.6.0
12572026-08-21T16:08:28.852Z Downloaded snafu v0.8.9
12582026-08-21T16:08:28.856Z Downloaded tokio-postgres v0.7.16
12592026-08-21T16:08:28.860Z Downloaded zerotrie v0.2.3
12602026-08-21T16:08:28.863Z Downloaded reedline v0.40.0
12612026-08-21T16:08:28.867Z Downloaded regex v1.12.3
12622026-08-21T16:08:28.870Z Downloaded slog v2.8.2
12632026-08-21T16:08:28.874Z Downloaded zerocopy-derive v0.8.55
12642026-08-21T16:08:28.877Z Downloaded rsa v0.9.10
12652026-08-21T16:08:28.880Z Downloaded tar v0.4.46
12662026-08-21T16:08:28.880Z Downloaded tabled v0.21.0
12672026-08-21T16:08:28.889Z Downloaded winnow v0.5.40
12682026-08-21T16:08:28.894Z Downloaded iddqd v0.4.2
12692026-08-21T16:08:28.898Z Downloaded icu_collections v2.1.1
12702026-08-21T16:08:28.902Z Downloaded salty v0.3.0
12712026-08-21T16:08:28.905Z Downloaded crossterm v0.28.1
12722026-08-21T16:08:28.909Z Downloaded zerovec v0.11.5
12732026-08-21T16:08:28.912Z Downloaded hyper v1.10.1
12742026-08-21T16:08:28.916Z Downloaded openssl v0.10.80
12752026-08-21T16:08:28.924Z Downloaded gimli v0.32.3
12762026-08-21T16:08:28.927Z Downloaded rustyline v14.0.0
12772026-08-21T16:08:28.930Z Downloaded reqwest v0.13.2
12782026-08-21T16:08:28.934Z Downloaded itertools v0.15.0
12792026-08-21T16:08:28.938Z Downloaded libm v0.2.16
12802026-08-21T16:08:28.942Z Downloaded sha3 v0.12.0
12812026-08-21T16:08:28.946Z Downloaded zip v4.6.1
12822026-08-21T16:08:28.946Z Downloaded iri-string v0.7.10
12832026-08-21T16:08:28.949Z Downloaded proptest v1.11.0
12842026-08-21T16:08:28.954Z Downloaded zlib-rs v0.6.2
12852026-08-21T16:08:28.957Z Downloaded moka v0.12.13
12862026-08-21T16:08:28.961Z Downloaded zerocopy v0.8.55
12872026-08-21T16:08:28.971Z Downloaded p521 v0.14.0
12882026-08-21T16:08:28.974Z Downloaded winnow v1.0.3
12892026-08-21T16:08:28.978Z Downloaded nix v0.31.2
12902026-08-21T16:08:28.984Z Downloaded nix v0.27.1
12912026-08-21T16:08:28.989Z Downloaded time v0.3.47
12922026-08-21T16:08:28.996Z Downloaded regress v0.10.5
12932026-08-21T16:08:29.000Z Downloaded nix v0.28.0
12942026-08-21T16:08:29.005Z Downloaded itertools v0.13.0
12952026-08-21T16:08:29.010Z Downloaded bstr v1.12.1
12962026-08-21T16:08:29.014Z Downloaded regex-syntax v0.8.10
12972026-08-21T16:08:29.017Z Downloaded object v0.30.4
12982026-08-21T16:08:29.023Z Downloaded smoltcp v0.9.1
12992026-08-21T16:08:29.027Z Downloaded rayon v1.11.0
13002026-08-21T16:08:29.031Z Downloaded russh v0.62.4
13012026-08-21T16:08:29.036Z Downloaded regress v0.11.1
13022026-08-21T16:08:29.040Z Downloaded hickory-proto v0.24.4
13032026-08-21T16:08:29.048Z Downloaded petname v2.0.2
13042026-08-21T16:08:29.051Z Downloaded curve25519-dalek v5.0.0
13052026-08-21T16:08:29.056Z Downloaded regex-syntax v0.6.29
13062026-08-21T16:08:29.060Z Downloaded hickory-proto v0.25.2
13072026-08-21T16:08:29.067Z Downloaded crypto-bigint v0.7.5
13082026-08-21T16:08:29.076Z Downloaded rustix v0.38.44
13092026-08-21T16:08:29.088Z Downloaded radix_trie v0.2.1
13102026-08-21T16:08:29.092Z Downloaded rustls v0.23.41
13112026-08-21T16:08:29.098Z Downloaded sqlparser v0.61.0
13122026-08-21T16:08:29.103Z Downloaded dropshot v0.17.1
13132026-08-21T16:08:29.116Z Downloaded curve25519-dalek v4.1.3
13142026-08-21T16:08:29.121Z Downloaded openapiv3 v2.2.0
13152026-08-21T16:08:29.127Z Downloaded diesel v2.3.7
13162026-08-21T16:08:29.141Z Downloaded object v0.37.3
13172026-08-21T16:08:29.147Z Downloaded polar-core v0.27.3
13182026-08-21T16:08:29.150Z Downloaded sled v0.34.7
13192026-08-21T16:08:29.156Z Downloaded smoltcp v0.11.0
13202026-08-21T16:08:29.164Z Downloaded sha3 v0.11.0
13212026-08-21T16:08:29.178Z Downloaded typify-impl v0.6.2
13222026-08-21T16:08:29.185Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-08-21T16:08:29.193Z Downloaded zerocopy-derive v0.6.6
13242026-08-21T16:08:29.198Z Downloaded tracing v0.1.44
13252026-08-21T16:08:29.229Z Downloaded ratatui v0.29.0
13262026-08-21T16:08:29.240Z Downloaded regex-automata v0.4.14
13272026-08-21T16:08:29.253Z Downloaded chrono-tz v0.10.4
13282026-08-21T16:08:29.262Z Downloaded jiff v0.2.34
13292026-08-21T16:08:29.279Z Downloaded petgraph v0.6.5
13302026-08-21T16:08:29.289Z Downloaded libz-sys v1.1.24
13312026-08-21T16:08:29.301Z Downloaded petgraph v0.8.3
13322026-08-21T16:08:29.314Z Downloaded sha3 v0.10.8
13332026-08-21T16:08:29.317Z Downloaded csv v1.4.0
13342026-08-21T16:08:29.328Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-21T16:08:29.350Z Downloaded tokio v1.52.1
13362026-08-21T16:08:29.386Z Downloaded encoding_rs v0.8.35
13372026-08-21T16:08:29.399Z Downloaded ring v0.17.14
13382026-08-21T16:08:29.433Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-21T16:08:29.911Z Downloaded aws-lc-sys v0.40.0
13402026-08-21T16:08:30.178Z Compiling serde_core v1.0.228
13412026-08-21T16:08:30.178Z Compiling libc v0.2.185
13422026-08-21T16:08:30.178Z Compiling serde v1.0.228
13432026-08-21T16:08:30.182Z Compiling log v0.4.33
13442026-08-21T16:08:30.182Z Compiling smallvec v1.15.1
13452026-08-21T16:08:30.332Z Compiling shlex v1.3.0
13462026-08-21T16:08:30.340Z Compiling find-msvc-tools v0.1.9
13472026-08-21T16:08:30.344Z Compiling syn v2.0.117
13482026-08-21T16:08:30.541Z Compiling subtle v2.6.1
13492026-08-21T16:08:30.555Z Compiling scopeguard v1.2.0
13502026-08-21T16:08:30.559Z Compiling typenum v1.20.1
13512026-08-21T16:08:30.665Z Compiling lock_api v0.4.14
13522026-08-21T16:08:30.670Z Compiling stable_deref_trait v1.2.1
13532026-08-21T16:08:30.677Z Compiling zerocopy v0.8.55
13542026-08-21T16:08:30.717Z Compiling portable-atomic v1.13.1
13552026-08-21T16:08:30.747Z Compiling serde_json v1.0.151
13562026-08-21T16:08:30.898Z Compiling critical-section v1.2.0
13572026-08-21T16:08:30.954Z Compiling libm v0.2.16
13582026-08-21T16:08:31.003Z Compiling num-traits v0.2.19
13592026-08-21T16:08:31.115Z Compiling pkg-config v0.3.32
13602026-08-21T16:08:31.186Z Compiling errno v0.3.14
13612026-08-21T16:08:31.217Z Compiling jobserver v0.1.34
13622026-08-21T16:08:31.260Z Compiling getrandom v0.2.17
13632026-08-21T16:08:31.479Z Compiling cc v1.2.56
13642026-08-21T16:08:31.534Z Compiling rand_core v0.6.4
13652026-08-21T16:08:31.573Z Compiling generic-array v0.14.7
13662026-08-21T16:08:31.645Z Compiling pin-project-lite v0.2.17
13672026-08-21T16:08:31.736Z Compiling once_cell v1.21.3
13682026-08-21T16:08:31.751Z Compiling parking_lot_core v0.9.12
13692026-08-21T16:08:31.764Z Compiling const-oid v0.9.6
13702026-08-21T16:08:31.846Z Compiling getrandom v0.3.4
13712026-08-21T16:08:31.942Z Compiling signal-hook-registry v1.4.8
13722026-08-21T16:08:32.280Z Compiling futures-core v0.3.32
13732026-08-21T16:08:32.413Z Compiling bitflags v2.11.0
13742026-08-21T16:08:32.478Z Compiling percent-encoding v2.3.2
13752026-08-21T16:08:32.482Z Compiling writeable v0.6.2
13762026-08-21T16:08:32.506Z Compiling litemap v0.8.1
13772026-08-21T16:08:32.667Z Compiling semver v1.0.28
13782026-08-21T16:08:32.682Z Compiling parking_lot v0.12.5
13792026-08-21T16:08:32.695Z Compiling mio v1.2.0
13802026-08-21T16:08:32.826Z Compiling icu_normalizer_data v2.1.1
13812026-08-21T16:08:32.848Z Compiling icu_properties_data v2.1.2
13822026-08-21T16:08:32.970Z Compiling socket2 v0.6.3
13832026-08-21T16:08:32.985Z Compiling rustix v1.1.4
13842026-08-21T16:08:33.051Z Compiling getrandom v0.4.3
13852026-08-21T16:08:33.098Z Compiling synstructure v0.13.2
13862026-08-21T16:08:33.140Z Compiling futures-sink v0.3.32
13872026-08-21T16:08:33.198Z Compiling rand_core v0.10.0
13882026-08-21T16:08:33.244Z Compiling futures-channel v0.3.32
13892026-08-21T16:08:33.375Z Compiling indexmap v2.14.0
13902026-08-21T16:08:33.380Z Compiling futures-task v0.3.32
13912026-08-21T16:08:33.464Z Compiling utf8_iter v1.0.4
13922026-08-21T16:08:33.524Z Compiling futures-io v0.3.32
13932026-08-21T16:08:33.537Z Compiling slab v0.4.12
13942026-08-21T16:08:33.607Z Compiling form_urlencoded v1.2.2
13952026-08-21T16:08:33.623Z Compiling rustversion v1.0.22
13962026-08-21T16:08:33.665Z Compiling base64ct v1.8.3
13972026-08-21T16:08:33.668Z Compiling iana-time-zone v0.1.65
13982026-08-21T16:08:33.711Z Compiling cmake v0.1.57
13992026-08-21T16:08:33.776Z Compiling ident_case v1.0.1
14002026-08-21T16:08:33.965Z Compiling pem-rfc7468 v0.7.0
14012026-08-21T16:08:33.981Z Compiling dunce v1.0.5
14022026-08-21T16:08:34.003Z Compiling regex-syntax v0.8.10
14032026-08-21T16:08:34.074Z Compiling fs_extra v1.3.0
14042026-08-21T16:08:34.089Z Compiling flagset v0.4.7
14052026-08-21T16:08:34.161Z Compiling uuid v1.23.4
14062026-08-21T16:08:34.218Z Compiling rand_core v0.9.5
14072026-08-21T16:08:34.271Z Compiling base64 v0.22.1
14082026-08-21T16:08:34.344Z Compiling aws-lc-sys v0.40.0
14092026-08-21T16:08:34.492Z Compiling syn v1.0.109
14102026-08-21T16:08:34.601Z Compiling vcpkg v0.2.15
14112026-08-21T16:08:34.641Z Compiling serde_derive_internals v0.29.1
14122026-08-21T16:08:34.735Z Compiling rustc_version v0.4.1
14132026-08-21T16:08:34.844Z Compiling tracing-core v0.1.36
14142026-08-21T16:08:34.860Z Compiling serde_derive v1.0.228
14152026-08-21T16:08:34.875Z Compiling zeroize_derive v1.5.0
14162026-08-21T16:08:35.062Z Compiling zerocopy-derive v0.8.55
14172026-08-21T16:08:35.325Z Compiling zerofrom-derive v0.1.6
14182026-08-21T16:08:35.407Z Compiling yoke-derive v0.8.1
14192026-08-21T16:08:35.535Z Compiling zerovec-derive v0.11.2
14202026-08-21T16:08:35.556Z Compiling displaydoc v0.2.5
14212026-08-21T16:08:36.303Z Compiling tokio-macros v2.7.0
14222026-08-21T16:08:36.351Z Compiling futures-macro v0.3.32
14232026-08-21T16:08:36.587Z Compiling der_derive v0.7.3
14242026-08-21T16:08:36.680Z Compiling thiserror-impl v2.0.18
14252026-08-21T16:08:36.746Z Compiling zerofrom v0.1.6
14262026-08-21T16:08:36.886Z Compiling yoke v0.8.1
14272026-08-21T16:08:37.049Z Compiling zerovec v0.11.5
14282026-08-21T16:08:37.078Z Compiling zerotrie v0.2.3
14292026-08-21T16:08:37.169Z Compiling futures-util v0.3.32
14302026-08-21T16:08:37.387Z Compiling openssl-sys v0.9.117
14312026-08-21T16:08:37.558Z Compiling tinystr v0.8.2
14322026-08-21T16:08:37.570Z Compiling potential_utf v0.1.4
14332026-08-21T16:08:37.728Z Compiling icu_locale_core v2.1.1
14342026-08-21T16:08:37.757Z Compiling icu_collections v2.1.1
14352026-08-21T16:08:37.906Z Compiling tracing-attributes v0.1.31
14362026-08-21T16:08:38.009Z Compiling thiserror v2.0.18
14372026-08-21T16:08:38.120Z Compiling cpufeatures v0.2.17
14382026-08-21T16:08:38.200Z Compiling aws-lc-rs v1.16.3
14392026-08-21T16:08:38.225Z Compiling schemars v0.8.22
14402026-08-21T16:08:38.344Z Compiling zeroize v1.9.0
14412026-08-21T16:08:38.426Z Compiling bytes v1.11.1
14422026-08-21T16:08:38.486Z Compiling icu_provider v2.1.1
14432026-08-21T16:08:38.586Z Compiling chrono v0.4.45
14442026-08-21T16:08:38.774Z Compiling icu_properties v2.1.2
14452026-08-21T16:08:39.107Z Compiling tokio v1.52.1
14462026-08-21T16:08:39.179Z Compiling block-buffer v0.10.4
14472026-08-21T16:08:39.217Z Compiling crypto-common v0.1.7
14482026-08-21T16:08:39.354Z Compiling icu_normalizer v2.1.1
14492026-08-21T16:08:39.368Z Compiling digest v0.10.7
14502026-08-21T16:08:39.502Z Compiling ppv-lite86 v0.2.21
14512026-08-21T16:08:39.629Z Compiling der v0.7.10
14522026-08-21T16:08:39.645Z Compiling http v1.4.2
14532026-08-21T16:08:39.836Z Compiling idna_adapter v1.2.1
14542026-08-21T16:08:39.895Z Compiling rand_chacha v0.9.0
14552026-08-21T16:08:39.932Z Compiling simd-adler32 v0.3.8
14562026-08-21T16:08:39.976Z Compiling idna v1.1.0
14572026-08-21T16:08:40.044Z Compiling dyn-clone v1.0.20
14582026-08-21T16:08:40.176Z Compiling rand v0.9.2
14592026-08-21T16:08:40.189Z Compiling tracing v0.1.44
14602026-08-21T16:08:40.453Z Compiling url v2.5.8
14612026-08-21T16:08:40.545Z Compiling spki v0.7.3
14622026-08-21T16:08:40.595Z Compiling http-body v1.0.1
14632026-08-21T16:08:40.622Z Compiling rustls-pki-types v1.14.0
14642026-08-21T16:08:40.744Z Compiling pkcs8 v0.10.2
14652026-08-21T16:08:40.823Z Compiling schemars_derive v0.8.22
14662026-08-21T16:08:40.913Z Compiling spin v0.9.8
14672026-08-21T16:08:40.997Z Compiling crc32fast v1.5.0
14682026-08-21T16:08:41.059Z Compiling httparse v1.10.1
14692026-08-21T16:08:41.115Z Compiling tinyvec_macros v0.1.1
14702026-08-21T16:08:41.184Z Compiling openssl-probe v0.2.1
14712026-08-21T16:08:41.219Z Compiling adler2 v2.0.1
14722026-08-21T16:08:41.250Z Compiling cmov v0.5.4
14732026-08-21T16:08:41.346Z Compiling miniz_oxide v0.8.9
14742026-08-21T16:08:41.406Z Compiling tempfile v3.27.0
14752026-08-21T16:08:41.430Z Compiling ctutils v0.4.2
14762026-08-21T16:08:41.452Z Compiling tinyvec v1.10.0
14772026-08-21T16:08:41.659Z Compiling pest_generator v2.8.6
14782026-08-21T16:08:41.758Z Compiling sha2 v0.10.9
14792026-08-21T16:08:41.786Z Compiling terminal_size v0.4.3
14802026-08-21T16:08:41.919Z Compiling aho-corasick v1.1.4
14812026-08-21T16:08:41.935Z Compiling atomic-waker v1.1.2
14822026-08-21T16:08:42.055Z Compiling try-lock v0.2.5
14832026-08-21T16:08:42.163Z Compiling radium v0.7.0
14842026-08-21T16:08:42.320Z Compiling untrusted v0.7.1
14852026-08-21T16:08:42.404Z Compiling tower-service v0.3.3
14862026-08-21T16:08:42.439Z Compiling tower-layer v0.3.3
14872026-08-21T16:08:42.517Z Compiling pest_derive v2.8.6
14882026-08-21T16:08:42.595Z Compiling want v0.3.1
14892026-08-21T16:08:42.756Z Compiling regex-automata v0.4.14
14902026-08-21T16:08:42.952Z Compiling tokio-util v0.7.18
14912026-08-21T16:08:43.040Z Compiling hybrid-array v0.4.13
14922026-08-21T16:08:43.555Z Compiling ipnet v2.12.0
14932026-08-21T16:08:43.704Z Compiling h2 v0.4.15
14942026-08-21T16:08:43.796Z Compiling scroll_derive v0.13.1
14952026-08-21T16:08:43.980Z Compiling darling_core v0.20.11
14962026-08-21T16:08:44.097Z Compiling foreign-types-shared v0.1.1
14972026-08-21T16:08:44.187Z Compiling httpdate v1.0.3
14982026-08-21T16:08:44.413Z Compiling maybe-uninit v2.0.0
14992026-08-21T16:08:44.579Z Compiling openssl v0.10.80
15002026-08-21T16:08:44.609Z Compiling untrusted v0.9.0
15012026-08-21T16:08:44.675Z Compiling rustls v0.23.41
15022026-08-21T16:08:44.729Z Compiling tap v1.0.1
15032026-08-21T16:08:44.800Z Compiling scroll v0.13.0
15042026-08-21T16:08:44.835Z Compiling wyz v0.5.1
15052026-08-21T16:08:44.849Z Compiling foreign-types v0.3.2
15062026-08-21T16:08:44.920Z Compiling unicode-normalization v0.1.25
15072026-08-21T16:08:45.058Z Compiling rand_chacha v0.3.1
15082026-08-21T16:08:45.061Z Compiling signature v2.2.0
15092026-08-21T16:08:45.254Z Compiling hex v0.4.3
15102026-08-21T16:08:45.365Z Compiling thiserror-impl v1.0.69
15112026-08-21T16:08:45.412Z Compiling openssl-macros v0.1.1
15122026-08-21T16:08:45.521Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-08-21T16:08:45.794Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15142026-08-21T16:08:45.794Z Compiling num-integer v0.1.46
15152026-08-21T16:08:45.822Z Compiling wait-timeout v0.2.1
15162026-08-21T16:08:46.075Z Compiling ahash v0.8.12
15172026-08-21T16:08:46.119Z Compiling num-conv v0.2.0
15182026-08-21T16:08:46.169Z Compiling time-core v0.1.8
15192026-08-21T16:08:46.203Z Compiling darling_macro v0.20.11
15202026-08-21T16:08:46.244Z Compiling funty v2.0.0
15212026-08-21T16:08:46.273Z Compiling native-tls v0.2.18
15222026-08-21T16:08:46.310Z Compiling packed_struct v0.10.1
15232026-08-21T16:08:46.468Z Compiling quick-error v1.2.3
15242026-08-21T16:08:46.545Z Compiling powerfmt v0.2.0
15252026-08-21T16:08:46.574Z Compiling bit-vec v0.8.0
15262026-08-21T16:08:46.578Z Compiling num-bigint-dig v0.8.6
15272026-08-21T16:08:46.674Z Compiling darling v0.20.11
15282026-08-21T16:08:46.744Z Compiling deranged v0.5.8
15292026-08-21T16:08:46.762Z Compiling thiserror v1.0.69
15302026-08-21T16:08:46.790Z Compiling hyper v1.10.1
15312026-08-21T16:08:46.804Z Compiling bit-set v0.8.0
15322026-08-21T16:08:46.819Z Compiling bitvec v1.0.1
15332026-08-21T16:08:46.831Z Compiling rusty-fork v0.3.1
15342026-08-21T16:08:46.907Z Compiling time-macros v0.2.27
15352026-08-21T16:08:46.959Z Compiling clap_builder v4.6.0
15362026-08-21T16:08:47.710Z Compiling num-iter v0.1.45
15372026-08-21T16:08:47.819Z Compiling hyper-util v0.1.20
15382026-08-21T16:08:48.201Z Compiling rand v0.8.6
15392026-08-21T16:08:48.306Z Compiling goblin v0.10.5
15402026-08-21T16:08:48.609Z Compiling packed_struct_codegen v0.10.1
15412026-08-21T16:08:49.030Z Compiling lazy_static v1.5.0
15422026-08-21T16:08:49.124Z Compiling hmac v0.12.1
15432026-08-21T16:08:49.286Z Compiling toml_datetime v0.6.11
15442026-08-21T16:08:49.549Z Compiling serde_spanned v0.6.9
15452026-08-21T16:08:49.564Z Compiling zerocopy-derive v0.6.6
15462026-08-21T16:08:49.693Z Compiling clap_derive v4.6.1
15472026-08-21T16:08:49.720Z Compiling bitfield-macros v0.19.4
15482026-08-21T16:08:49.884Z Compiling rand_xorshift v0.4.0
15492026-08-21T16:08:50.043Z Compiling sync_wrapper v1.0.2
15502026-08-21T16:08:50.154Z Compiling indexmap v1.9.3
15512026-08-21T16:08:50.343Z Compiling object v0.37.3
15522026-08-21T16:08:50.380Z Compiling crc-catalog v2.4.0
15532026-08-21T16:08:50.422Z Compiling usdt-impl v0.6.0
15542026-08-21T16:08:50.473Z Compiling nodrop v0.1.14
15552026-08-21T16:08:50.565Z Compiling num_threads v0.1.7
15562026-08-21T16:08:50.604Z Compiling paste v1.0.15
15572026-08-21T16:08:50.618Z Compiling unarray v0.1.4
15582026-08-21T16:08:50.659Z Compiling crossbeam-utils v0.8.21
15592026-08-21T16:08:50.727Z Compiling siphasher v1.0.2
15602026-08-21T16:08:50.861Z Compiling zlib-rs v0.6.2
15612026-08-21T16:08:50.914Z Compiling proptest v1.11.0
15622026-08-21T16:08:50.961Z Compiling time v0.3.47
15632026-08-21T16:08:51.039Z Compiling dof v0.4.0
15642026-08-21T16:08:51.422Z Compiling clap v4.6.1
15652026-08-21T16:08:51.503Z Compiling array-init v0.0.4
15662026-08-21T16:08:51.840Z Compiling crc v3.4.0
15672026-08-21T16:08:52.031Z Compiling bitfield v0.19.4
15682026-08-21T16:08:52.162Z Compiling zerocopy v0.6.6
15692026-08-21T16:08:52.455Z Compiling tower v0.5.3
15702026-08-21T16:08:52.631Z Compiling smallvec v0.6.14
15712026-08-21T16:08:52.918Z Compiling derive_builder_core v0.20.2
15722026-08-21T16:08:53.122Z Compiling dtrace-parser v0.3.0
15732026-08-21T16:08:53.667Z Compiling flate2 v1.1.9
15742026-08-21T16:08:53.700Z Compiling ipnetwork v0.21.1
15752026-08-21T16:08:53.731Z Compiling pkcs1 v0.7.5
15762026-08-21T16:08:53.838Z Compiling http-body-util v0.1.3
15772026-08-21T16:08:54.048Z Compiling heapless v0.7.17
15782026-08-21T16:08:54.108Z Compiling scroll_derive v0.12.1
15792026-08-21T16:08:54.123Z Compiling structmeta-derive v0.3.0
15802026-08-21T16:08:54.127Z Compiling slog v2.8.2
15812026-08-21T16:08:54.160Z Compiling darling_core v0.23.0
15822026-08-21T16:08:54.284Z Compiling thread-id v5.1.0
15832026-08-21T16:08:54.304Z Compiling cookie v0.18.1
15842026-08-21T16:08:54.371Z Compiling env_filter v2.0.0
15852026-08-21T16:08:54.484Z Compiling signal-hook v0.3.18
15862026-08-21T16:08:54.654Z Compiling unicode-properties v0.1.4
15872026-08-21T16:08:54.669Z Compiling gimli v0.32.3
15882026-08-21T16:08:54.768Z Compiling zstd-safe v7.2.4
15892026-08-21T16:08:54.867Z Compiling allocator-api2 v0.2.21
15902026-08-21T16:08:54.965Z Compiling hashbrown v0.12.3
15912026-08-21T16:08:55.209Z Compiling ryu v1.0.23
15922026-08-21T16:08:55.224Z Compiling anyhow v1.0.104
15932026-08-21T16:08:55.387Z Compiling base64 v0.21.7
15942026-08-21T16:08:55.435Z Compiling iri-string v0.7.10
15952026-08-21T16:08:55.537Z Compiling winnow v0.5.40
15962026-08-21T16:08:55.704Z Compiling unicode-bidi v0.3.18
15972026-08-21T16:08:56.216Z Compiling stringprep v0.1.5
15982026-08-21T16:08:56.590Z Compiling tower-http v0.6.8
15992026-08-21T16:08:56.644Z Compiling darling_macro v0.23.0
16002026-08-21T16:08:56.659Z Compiling addr2line v0.25.1
16012026-08-21T16:08:56.928Z Compiling toml_edit v0.19.15
16022026-08-21T16:08:56.943Z Compiling ron v0.8.1
16032026-08-21T16:08:57.125Z Compiling serde_urlencoded v0.7.1
16042026-08-21T16:08:57.182Z Compiling structmeta v0.3.0
16052026-08-21T16:08:57.370Z Compiling scroll v0.12.0
16062026-08-21T16:08:57.402Z Compiling env_logger v0.11.11
16072026-08-21T16:08:57.704Z Compiling rsa v0.9.10
16082026-08-21T16:08:57.747Z Compiling oxnet v0.1.6
16092026-08-21T16:08:57.849Z Compiling derive_builder_macro v0.20.2
16102026-08-21T16:08:58.033Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-21T16:08:58.049Z Compiling newtype-uuid v1.3.2
16122026-08-21T16:08:58.171Z Compiling hashbrown v0.13.2
16132026-08-21T16:08:58.315Z Compiling bzip2 v0.4.4
16142026-08-21T16:08:58.365Z Compiling serde-hex v0.1.0
16152026-08-21T16:08:58.519Z Compiling tokio-native-tls v0.3.1
16162026-08-21T16:08:58.654Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-21T16:08:58.695Z Compiling camino v1.2.5
16182026-08-21T16:08:59.617Z Compiling bstr v1.12.1
16192026-08-21T16:09:00.055Z Compiling crypto-common v0.2.2
16202026-08-21T16:09:00.143Z Compiling block-padding v0.4.2
16212026-08-21T16:09:00.252Z Compiling block-buffer v0.12.1
16222026-08-21T16:09:00.312Z Compiling rustls-native-certs v0.8.3
16232026-08-21T16:09:00.453Z Compiling x509-cert v0.2.5
16242026-08-21T16:09:00.605Z Compiling md-5 v0.10.6
16252026-08-21T16:09:00.746Z Compiling erased-serde v0.3.31
16262026-08-21T16:09:00.774Z Compiling serde_tokenstream v0.2.3
16272026-08-21T16:09:01.081Z Compiling curve25519-dalek v4.1.3
16282026-08-21T16:09:01.250Z Compiling async-trait v0.1.89
16292026-08-21T16:09:01.411Z Compiling daft-derive v0.1.7
16302026-08-21T16:09:01.637Z Compiling pin-project-internal v1.1.11
16312026-08-21T16:09:01.755Z Compiling zerocopy-derive v0.7.35
16322026-08-21T16:09:01.778Z Compiling vergen-lib v9.1.0
16332026-08-21T16:09:01.952Z Compiling hash32 v0.2.1
16342026-08-21T16:09:02.050Z Compiling memoffset v0.9.1
16352026-08-21T16:09:02.122Z Compiling encoding_rs v0.8.35
16362026-08-21T16:09:02.148Z Compiling mime v0.3.17
16372026-08-21T16:09:02.242Z Compiling cfg_aliases v0.2.1
16382026-08-21T16:09:02.257Z Compiling crc-any v2.5.0
16392026-08-21T16:09:02.322Z Compiling psl-types v2.0.11
16402026-08-21T16:09:02.397Z Compiling smoltcp v0.9.1
16412026-08-21T16:09:02.438Z Compiling ref-cast v1.0.25
16422026-08-21T16:09:02.482Z Compiling rustix v0.38.44
16432026-08-21T16:09:02.624Z Compiling fallible-iterator v0.2.0
16442026-08-21T16:09:02.631Z Compiling owo-colors v4.3.0
16452026-08-21T16:09:02.713Z Compiling litrs v1.0.0
16462026-08-21T16:09:02.713Z Compiling rustc-demangle v0.1.27
16472026-08-21T16:09:02.812Z Compiling pin-project v1.1.11
16482026-08-21T16:09:02.899Z Compiling postgres-protocol v0.6.10
16492026-08-21T16:09:02.902Z Compiling zerocopy v0.7.35
16502026-08-21T16:09:02.902Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-21T16:09:02.988Z Compiling backtrace v0.3.76
16522026-08-21T16:09:03.101Z Compiling publicsuffix v2.3.0
16532026-08-21T16:09:03.201Z Compiling document-features v0.2.12
16542026-08-21T16:09:03.269Z Compiling nix v0.31.2
16552026-08-21T16:09:03.456Z Compiling daft v0.1.7
16562026-08-21T16:09:03.675Z Compiling inout v0.2.2
16572026-08-21T16:09:03.725Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-21T16:09:03.756Z Compiling hyper-tls v0.6.0
16592026-08-21T16:09:03.893Z Compiling object v0.30.4
16602026-08-21T16:09:03.998Z Compiling zip v0.6.6
16612026-08-21T16:09:04.017Z Compiling derive_builder v0.20.2
16622026-08-21T16:09:04.029Z Compiling toml v0.7.8
16632026-08-21T16:09:04.140Z Compiling goblin v0.8.2
16642026-08-21T16:09:04.548Z Compiling derive-ex v0.1.8
16652026-08-21T16:09:04.618Z Compiling darling v0.23.0
16662026-08-21T16:09:04.694Z Compiling phf_shared v0.13.1
16672026-08-21T16:09:04.713Z Compiling regex v1.12.3
16682026-08-21T16:09:04.903Z Compiling hubpack_derive v0.1.1
16692026-08-21T16:09:04.938Z Compiling futures-executor v0.3.32
16702026-08-21T16:09:05.127Z Compiling snafu-derive v0.8.9
16712026-08-21T16:09:05.192Z Compiling strum_macros v0.27.2
16722026-08-21T16:09:05.343Z Compiling ref-cast-impl v1.0.25
16732026-08-21T16:09:05.886Z Compiling curve25519-dalek-derive v0.1.1
16742026-08-21T16:09:06.185Z Compiling vergen v9.1.0
16752026-08-21T16:09:06.366Z Compiling cargo-platform v0.3.2
16762026-08-21T16:09:06.520Z Compiling ff v0.13.1
16772026-08-21T16:09:06.638Z Compiling fs-err v3.3.0
16782026-08-21T16:09:06.661Z Compiling jiff-core v0.1.0
16792026-08-21T16:09:06.713Z Compiling either v1.15.0
16802026-08-21T16:09:06.815Z Compiling foldhash v0.2.0
16812026-08-21T16:09:06.918Z Compiling path-slash v0.1.5
16822026-08-21T16:09:06.999Z Compiling libbz2-rs-sys v0.2.2
16832026-08-21T16:09:07.033Z Compiling same-file v1.0.6
16842026-08-21T16:09:07.048Z Compiling bitflags v1.3.2
16852026-08-21T16:09:07.121Z Compiling base16ct v0.2.0
16862026-08-21T16:09:07.137Z Compiling managed v0.8.0
16872026-08-21T16:09:07.198Z Compiling bumpalo v3.20.2
16882026-08-21T16:09:07.298Z Compiling is_ci v1.2.0
16892026-08-21T16:09:07.349Z Compiling unicode-segmentation v1.12.0
16902026-08-21T16:09:07.428Z Compiling foldhash v0.1.5
16912026-08-21T16:09:07.459Z Compiling textwrap v0.16.2
16922026-08-21T16:09:07.539Z Compiling bzip2 v0.6.1
16932026-08-21T16:09:07.609Z Compiling hashbrown v0.15.5
16942026-08-21T16:09:07.670Z Compiling zopfli v0.8.3
16952026-08-21T16:09:07.727Z Compiling jiff v0.2.34
16962026-08-21T16:09:07.754Z Compiling supports-color v3.0.2
16972026-08-21T16:09:07.910Z Compiling sec1 v0.7.3
16982026-08-21T16:09:07.910Z Compiling strum v0.27.2
16992026-08-21T16:09:08.045Z Compiling walkdir v2.5.0
17002026-08-21T16:09:08.150Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-21T16:09:08.172Z Compiling snafu v0.8.9
17022026-08-21T16:09:08.325Z Compiling hashbrown v0.16.1
17032026-08-21T16:09:08.449Z Compiling group v0.13.0
17042026-08-21T16:09:08.517Z Compiling cargo_metadata v0.23.1
17052026-08-21T16:09:08.645Z Compiling dof v0.3.0
17062026-08-21T16:09:08.902Z Compiling test-strategy v0.4.5
17072026-08-21T16:09:09.492Z Compiling hubpack v0.1.2
17082026-08-21T16:09:09.567Z Compiling futures v0.3.32
17092026-08-21T16:09:09.657Z Compiling phf v0.13.1
17102026-08-21T16:09:09.818Z Compiling serde_with_macros v3.21.0
17112026-08-21T16:09:09.950Z Compiling cookie_store v0.22.1
17122026-08-21T16:09:10.075Z Compiling signal-hook-mio v0.2.5
17132026-08-21T16:09:10.210Z Compiling zstd v0.13.3
17142026-08-21T16:09:10.372Z Compiling reqwest v0.12.28
17152026-08-21T16:09:10.462Z Compiling cipher v0.5.2
17162026-08-21T16:09:10.695Z Compiling backtrace-ext v0.2.1
17172026-08-21T16:09:10.776Z Compiling postgres-types v0.2.12
17182026-08-21T16:09:11.291Z Compiling usdt-macro v0.6.0
17192026-08-21T16:09:11.337Z Compiling usdt-attr-macro v0.6.0
17202026-08-21T16:09:11.635Z Compiling globset v0.4.18
17212026-08-21T16:09:11.640Z Compiling phf_shared v0.11.3
17222026-08-21T16:09:11.756Z Compiling hkdf v0.12.4
17232026-08-21T16:09:11.931Z Compiling dtrace-parser v0.2.0
17242026-08-21T16:09:12.036Z Compiling byte-wrapper v0.1.0
17252026-08-21T16:09:12.053Z Compiling olpc-cjson v0.1.4
17262026-08-21T16:09:12.065Z Compiling ed25519 v2.2.3
17272026-08-21T16:09:12.145Z Compiling crypto-bigint v0.5.5
17282026-08-21T16:09:12.205Z Compiling serde-big-array v0.5.1
17292026-08-21T16:09:12.241Z Compiling serde_plain v1.0.2
17302026-08-21T16:09:12.359Z Compiling serde_repr v0.1.20
17312026-08-21T16:09:12.376Z Compiling enum-as-inner v0.6.1
17322026-08-21T16:09:12.438Z Compiling miette-derive v7.6.0
17332026-08-21T16:09:12.665Z Compiling async-recursion v1.1.1
17342026-08-21T16:09:12.868Z Compiling strum_macros v0.26.4
17352026-08-21T16:09:12.883Z Compiling pem v3.0.6
17362026-08-21T16:09:12.959Z Compiling float-cmp v0.10.0
17372026-08-21T16:09:13.108Z Compiling thread-id v4.2.2
17382026-08-21T16:09:13.198Z Compiling memmap2 v0.9.10
17392026-08-21T16:09:13.210Z Compiling difflib v0.4.0
17402026-08-21T16:09:13.311Z Compiling data-encoding v2.10.0
17412026-08-21T16:09:13.409Z Compiling fixedbitset v0.4.2
17422026-08-21T16:09:13.587Z Compiling supports-unicode v3.0.0
17432026-08-21T16:09:13.625Z Compiling typed-path v0.9.3
17442026-08-21T16:09:13.733Z Compiling new_debug_unreachable v1.0.6
17452026-08-21T16:09:13.755Z Compiling predicates-core v1.0.10
17462026-08-21T16:09:13.806Z Compiling whoami v2.1.0
17472026-08-21T16:09:13.969Z Compiling cpufeatures v0.3.0
17482026-08-21T16:09:14.036Z Compiling supports-hyperlinks v3.2.0
17492026-08-21T16:09:14.053Z Compiling static_assertions v1.1.0
17502026-08-21T16:09:14.115Z Compiling winnow v1.0.3
17512026-08-21T16:09:14.129Z Compiling keccak v0.1.6
17522026-08-21T16:09:14.189Z Compiling fixedbitset v0.5.7
17532026-08-21T16:09:14.235Z Compiling normalize-line-endings v0.3.0
17542026-08-21T16:09:14.287Z Compiling const-oid v0.10.2
17552026-08-21T16:09:14.329Z Compiling precomputed-hash v0.1.1
17562026-08-21T16:09:14.418Z Compiling string_cache v0.8.9
17572026-08-21T16:09:14.489Z Compiling digest v0.11.3
17582026-08-21T16:09:14.503Z Compiling petgraph v0.8.3
17592026-08-21T16:09:14.650Z Compiling predicates v3.1.4
17602026-08-21T16:09:14.665Z Compiling strum v0.26.3
17612026-08-21T16:09:14.719Z Compiling sha3 v0.10.8
17622026-08-21T16:09:14.791Z Compiling miette v7.6.0
17632026-08-21T16:09:14.876Z Compiling toml_edit v0.22.27
17642026-08-21T16:09:14.887Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-21T16:09:15.185Z Compiling toml_parser v1.1.2+spec-1.1.0
17662026-08-21T16:09:15.241Z Compiling tokio-postgres v0.7.16
17672026-08-21T16:09:15.295Z Compiling chacha20 v0.10.0
17682026-08-21T16:09:15.668Z Compiling hickory-proto v0.25.2
17692026-08-21T16:09:15.808Z Compiling petgraph v0.6.5
17702026-08-21T16:09:15.921Z Compiling usdt v0.6.0
17712026-08-21T16:09:16.179Z Compiling usdt-impl v0.5.0
17722026-08-21T16:09:16.432Z Compiling elliptic-curve v0.13.8
17732026-08-21T16:09:16.751Z Compiling ed25519-dalek v2.2.0
17742026-08-21T16:09:16.829Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-21T16:09:17.283Z Compiling crossterm v0.28.1
17762026-08-21T16:09:17.298Z Compiling serde_with v3.21.0
17772026-08-21T16:09:17.559Z Compiling zip v4.6.1
17782026-08-21T16:09:18.063Z Compiling iddqd v0.4.2
17792026-08-21T16:09:18.490Z Compiling heck v0.4.1
17802026-08-21T16:09:18.568Z Compiling similar v2.7.0
17812026-08-21T16:09:18.709Z Compiling itertools v0.15.0
17822026-08-21T16:09:18.712Z Compiling itertools v0.13.0
17832026-08-21T16:09:19.063Z Compiling crossbeam-epoch v0.9.18
17842026-08-21T16:09:19.079Z Compiling tokio-stream v0.1.18
17852026-08-21T16:09:19.357Z Compiling buf-list v1.1.2
17862026-08-21T16:09:19.386Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-21T16:09:19.400Z Compiling openapiv3 v2.2.0
17882026-08-21T16:09:19.533Z Compiling lalrpop-util v0.19.12
17892026-08-21T16:09:19.630Z Compiling peg-runtime v0.8.5
17902026-08-21T16:09:19.685Z Compiling thread_local v1.1.9
17912026-08-21T16:09:19.728Z Compiling slog-async v2.8.0
17922026-08-21T16:09:19.902Z Compiling crossbeam-channel v0.5.15
17932026-08-21T16:09:19.936Z Compiling filetime v0.2.27
17942026-08-21T16:09:19.990Z Compiling is-terminal v0.4.17
17952026-08-21T16:09:20.035Z Compiling xattr v1.6.1
17962026-08-21T16:09:20.049Z Compiling term v1.2.1
17972026-08-21T16:09:20.100Z Compiling take_mut v0.2.2
17982026-08-21T16:09:20.118Z Compiling camino-tempfile v1.4.1
17992026-08-21T16:09:20.198Z Compiling tar v0.4.46
18002026-08-21T16:09:20.347Z Compiling slog-term v2.9.2
18012026-08-21T16:09:26.362Z Compiling rustls-webpki v0.103.13
18022026-08-21T16:09:29.071Z Compiling tokio-rustls v0.26.4
18032026-08-21T16:09:29.071Z Compiling rustls-platform-verifier v0.6.2
18042026-08-21T16:09:29.071Z Compiling tough v0.22.0
18052026-08-21T16:09:29.293Z Compiling hyper-rustls v0.27.7
18062026-08-21T16:09:29.495Z Compiling reqwest v0.13.2
18072026-08-21T16:09:31.713Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-21T16:09:31.922Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-21T16:09:34.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18102026-08-21T16:09:34.959Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: Clickhouse
18122026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: Cockroach
18132026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: Console
18142026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: DendriteStub
18152026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: MaghemiteMgd
18162026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: MaghemiteDdmd
18172026-08-21T16:09:35.013ZAug 21 16:09:34.044 INFO Starting download, target: TransceiverControl
18182026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18192026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18212026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-08-21T16:09:35.017ZAug 21 16:09:34.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18252026-08-21T16:09:35.523ZAug 21 16:09:34.550 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-21T16:09:35.745ZAug 21 16:09:34.767 INFO Download complete, target: TransceiverControl
18272026-08-21T16:09:36.772ZAug 21 16:09:35.791 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-21T16:09:37.009ZAug 21 16:09:36.036 INFO Download complete, target: Console
18292026-08-21T16:09:37.134ZAug 21 16:09:36.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18302026-08-21T16:09:37.392ZAug 21 16:09:36.408 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18312026-08-21T16:09:37.466ZAug 21 16:09:36.492 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-21T16:09:39.185ZAug 21 16:09:38.214 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-21T16:09:39.242ZAug 21 16:09:38.273 INFO Download complete, target: MaghemiteDdmd
18342026-08-21T16:09:39.785ZAug 21 16:09:38.816 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-21T16:09:39.785ZAug 21 16:09:38.816 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-21T16:09:39.870ZAug 21 16:09:38.901 INFO Download complete, target: DendriteStub
18372026-08-21T16:09:41.753ZAug 21 16:09:40.784 INFO Download complete, target: MaghemiteMgd
18382026-08-21T16:09:43.941ZAug 21 16:09:42.969 INFO Checking that binary works, target: Clickhouse
18392026-08-21T16:09:44.050ZAug 21 16:09:43.081 INFO Download complete, target: Clickhouse
18402026-08-21T16:09:44.524ZAug 21 16:09:43.553 INFO Checking that binary works, target: Cockroach
18412026-08-21T16:09:44.644ZAug 21 16:09:43.675 INFO Download complete, target: Cockroach
18422026-08-21T16:09:44.667ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-21T16:09:44.673Z
18442026-08-21T16:09:44.673Zreal 2:09.472035401
18452026-08-21T16:09:44.673Zuser 7:16.882491384
18462026-08-21T16:09:44.673Zsys 1:25.880951991
18472026-08-21T16:09:44.673Ztrap 0.248581655
18482026-08-21T16:09:44.673Ztflt 0.500862119
18492026-08-21T16:09:44.673Zdflt 0.934377243
18502026-08-21T16:09:44.673Zkflt 0.023237777
18512026-08-21T16:09:44.673Zlock 27:53.699371266
18522026-08-21T16:09:44.673Zslp 21:46.871113398
18532026-08-21T16:09:44.673Zlat 48.468052904
18542026-08-21T16:09:44.674Zstop 2:45.503047103
18552026-08-21T16:09:44.674Z+ banner hack-check
18562026-08-21T16:09:44.674Z
18572026-08-21T16:09:44.674Z # # ## #### # # #### # # ###### #### # #
18582026-08-21T16:09:44.674Z # # # # # # # # # # # # # # # # #
18592026-08-21T16:09:44.674Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-21T16:09:44.674Z # # ###### # # # # # # # # # #
18612026-08-21T16:09:44.674Z # # # # # # # # # # # # # # # # #
18622026-08-21T16:09:44.674Z # # # # #### # # #### # # ###### #### # #
18632026-08-21T16:09:44.674Z
18642026-08-21T16:09:44.674Z+ export CARGO_INCREMENTAL=0
18652026-08-21T16:09:44.674Z+ CARGO_INCREMENTAL=0
18662026-08-21T16:09:44.674Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-21T16:09:45.148Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-21T16:09:45.417Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-21T16:09:47.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18702026-08-21T16:09:47.266Z Running `target/debug/xtask check-features --ci`
18712026-08-21T16:09:47.292Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-21T16:09:47.292Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-21T16:09:47.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-08-21T16:09:47.742Z Running `target/debug/xtask download cargo-hack`
18752026-08-21T16:09:48.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-21T16:09:48.832Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-21T16:09:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
18782026-08-21T16:09:51.940Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-21T16:09:51.987ZAug 21 16:09:51.018 INFO Starting download, target: CargoHack
18802026-08-21T16:09:51.990ZAug 21 16:09:51.018 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-21T16:09:52.329ZAug 21 16:09:51.354 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-21T16:09:52.373ZAug 21 16:09:51.404 INFO Download complete, target: CargoHack
18832026-08-21T16:09:52.376Zrunning: "/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"
18842026-08-21T16:09:52.389Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-21T16:09:52.553Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-21T16:09:53.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-21T16:09:53.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-21T16:09:53.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-21T16:09:53.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-21T16:09:53.099Z
18912026-08-21T16:09:53.099Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-21T16:09:53.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-21T16:09:53.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-21T16:09:53.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-21T16:09:53.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-21T16:09:53.648Z
18972026-08-21T16:09:53.648Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-21T16:09:54.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-21T16:09:54.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-21T16:09:54.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-21T16:09:54.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-21T16:09:54.196Z
19032026-08-21T16:09:54.196Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-21T16:09:54.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-21T16:09:54.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-21T16:09:54.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-21T16:09:54.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-21T16:09:54.749Z
19092026-08-21T16:09:54.749Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-21T16:09:55.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-21T16:09:55.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-21T16:09:55.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-21T16:09:55.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-21T16:09:55.304Z
19152026-08-21T16:09:55.305Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-21T16:09:55.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-21T16:09:55.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-21T16:09:55.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-21T16:09:55.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-21T16:09:55.870Z
19212026-08-21T16:09:55.870Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-21T16:09:56.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-21T16:09:56.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-21T16:09:56.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-21T16:09:56.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-21T16:09:56.436Z
19272026-08-21T16:09:56.436Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-21T16:09:56.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-21T16:09:56.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-21T16:09:56.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-21T16:09:56.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19322026-08-21T16:09:57.002Z
19332026-08-21T16:09:57.002Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-21T16:09:57.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-21T16:09:57.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-21T16:09:57.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-21T16:09:57.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-21T16:09:57.422Z
19392026-08-21T16:09:57.422Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-21T16:09:57.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-21T16:09:57.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-21T16:09:57.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-21T16:09:57.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-21T16:09:57.838Z
19452026-08-21T16:09:57.838Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-21T16:09:58.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-21T16:09:58.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-21T16:09:58.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-21T16:09:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-21T16:09:58.257Z
19512026-08-21T16:09:58.258Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-21T16:09:58.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-21T16:09:58.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-21T16:09:58.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-21T16:09:58.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-21T16:09:58.671Z
19572026-08-21T16:09:58.671Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-21T16:09:59.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-21T16:09:59.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-21T16:09:59.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-21T16:09:59.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-21T16:09:59.088Z
19632026-08-21T16:09:59.088Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-21T16:09:59.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-21T16:09:59.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-21T16:09:59.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-21T16:09:59.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-21T16:09:59.505Z
19692026-08-21T16:09:59.505Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-21T16:09:59.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-21T16:09:59.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-21T16:09:59.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-21T16:09:59.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-21T16:09:59.922Z
19752026-08-21T16:09:59.922Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-21T16:10:00.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-21T16:10:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-21T16:10:00.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-21T16:10:00.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-21T16:10:00.341Z
19812026-08-21T16:10:00.341Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-21T16:10:00.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-21T16:10:00.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-21T16:10:00.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-21T16:10:00.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-21T16:10:00.760Z
19872026-08-21T16:10:00.760Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-21T16:10:01.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-21T16:10:01.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-21T16:10:01.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-21T16:10:01.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-21T16:10:01.179Z
19932026-08-21T16:10:01.179Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-21T16:10:01.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-21T16:10:01.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-21T16:10:01.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-21T16:10:01.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-21T16:10:01.595Z
19992026-08-21T16:10:01.595Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-21T16:10:01.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-21T16:10:01.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-21T16:10:01.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-21T16:10:01.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-21T16:10:02.016Z
20052026-08-21T16:10:02.016Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-21T16:10:02.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-21T16:10:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-21T16:10:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-21T16:10:02.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-21T16:10:02.435Z
20112026-08-21T16:10:02.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-21T16:10:02.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-21T16:10:02.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-21T16:10:02.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-21T16:10:02.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-21T16:10:02.855Z
20172026-08-21T16:10:02.855Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-21T16:10:03.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-21T16:10:03.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-21T16:10:03.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-21T16:10:03.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-21T16:10:03.336Z
20232026-08-21T16:10:03.336Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-21T16:10:03.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-21T16:10:03.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-21T16:10:03.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-21T16:10:03.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-21T16:10:03.692Z
20292026-08-21T16:10:03.692Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-21T16:10:04.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-21T16:10:04.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-21T16:10:04.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-21T16:10:04.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-21T16:10:04.112Z
20352026-08-21T16:10:04.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-21T16:10:04.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-21T16:10:04.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-21T16:10:04.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-21T16:10:04.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-21T16:10:04.530Z
20412026-08-21T16:10:04.530Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-21T16:10:04.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-21T16:10:04.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-21T16:10:04.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-21T16:10:04.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-21T16:10:04.949Z
20472026-08-21T16:10:04.949Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-21T16:10:05.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-21T16:10:05.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-21T16:10:05.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-21T16:10:05.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-21T16:10:05.372Z
20532026-08-21T16:10:05.372Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-21T16:10:05.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-21T16:10:05.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-21T16:10:05.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-21T16:10:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-21T16:10:05.790Z
20592026-08-21T16:10:05.790Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-21T16:10:06.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-21T16:10:06.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-21T16:10:06.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-21T16:10:06.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-21T16:10:06.205Z
20652026-08-21T16:10:06.205Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-21T16:10:06.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-21T16:10:06.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-21T16:10:06.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-21T16:10:06.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-21T16:10:06.622Z
20712026-08-21T16:10:06.622Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-21T16:10:06.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-21T16:10:06.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-21T16:10:06.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-21T16:10:06.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-21T16:10:07.038Z
20772026-08-21T16:10:07.038Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-21T16:10:07.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-21T16:10:07.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-21T16:10:07.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-21T16:10:07.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-21T16:10:07.452Z
20832026-08-21T16:10:07.452Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-21T16:10:07.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-21T16:10:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-21T16:10:07.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-21T16:10:07.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-21T16:10:07.870Z
20892026-08-21T16:10:07.870Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-21T16:10:08.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-21T16:10:08.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-21T16:10:08.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-21T16:10:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-21T16:10:08.288Z
20952026-08-21T16:10:08.288Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-21T16:10:08.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-21T16:10:08.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-21T16:10:08.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-21T16:10:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-21T16:10:08.706Z
21012026-08-21T16:10:08.706Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-21T16:10:09.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-21T16:10:09.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-21T16:10:09.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-21T16:10:09.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-21T16:10:09.123Z
21072026-08-21T16:10:09.123Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-21T16:10:09.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-21T16:10:09.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-21T16:10:09.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-21T16:10:09.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-21T16:10:09.545Z
21132026-08-21T16:10:09.545Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-21T16:10:09.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-21T16:10:09.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-21T16:10:09.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-21T16:10:09.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-21T16:10:09.954Z
21192026-08-21T16:10:09.954Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-21T16:10:10.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-21T16:10:10.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-21T16:10:10.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-21T16:10:10.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-21T16:10:10.373Z
21252026-08-21T16:10:10.373Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-21T16:10:10.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-21T16:10:10.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-21T16:10:10.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-21T16:10:10.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-21T16:10:10.793Z
21312026-08-21T16:10:10.793Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-21T16:10:11.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-21T16:10:11.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-21T16:10:11.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-21T16:10:11.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-21T16:10:11.214Z
21372026-08-21T16:10:11.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-21T16:10:11.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-21T16:10:11.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-21T16:10:11.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-21T16:10:11.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-21T16:10:11.634Z
21432026-08-21T16:10:11.634Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-21T16:10:11.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-21T16:10:12.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-21T16:10:12.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-21T16:10:12.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-21T16:10:12.053Z
21492026-08-21T16:10:12.053Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-21T16:10:12.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-21T16:10:12.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-21T16:10:12.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-21T16:10:12.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-21T16:10:12.473Z
21552026-08-21T16:10:12.473Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-21T16:10:12.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-21T16:10:12.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-21T16:10:12.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-21T16:10:12.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-21T16:10:12.896Z
21612026-08-21T16:10:12.896Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-21T16:10:13.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-21T16:10:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-21T16:10:13.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-21T16:10:13.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-21T16:10:13.315Z
21672026-08-21T16:10:13.315Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-21T16:10:13.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-21T16:10:13.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-21T16:10:13.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-21T16:10:13.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-21T16:10:13.736Z
21732026-08-21T16:10:13.736Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-21T16:10:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-21T16:10:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-21T16:10:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-21T16:10:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-21T16:10:14.343Z
21792026-08-21T16:10:14.343Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-21T16:10:14.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-21T16:10:14.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-21T16:10:14.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-21T16:10:14.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21842026-08-21T16:10:14.959Z
21852026-08-21T16:10:14.960Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-21T16:10:15.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-21T16:10:15.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-21T16:10:15.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-21T16:10:15.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-21T16:10:15.560Z
21912026-08-21T16:10:15.560Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-21T16:10:16.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-21T16:10:16.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-21T16:10:16.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-21T16:10:16.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-21T16:10:16.169Z
21972026-08-21T16:10:16.169Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-21T16:10:16.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-21T16:10:16.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-21T16:10:16.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-21T16:10:16.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-21T16:10:16.743Z
22032026-08-21T16:10:16.743Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-21T16:10:17.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-21T16:10:17.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-21T16:10:17.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-21T16:10:17.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-21T16:10:17.297Z
22092026-08-21T16:10:17.298Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-21T16:10:17.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-21T16:10:17.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-21T16:10:17.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-21T16:10:17.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-21T16:10:17.869Z
22152026-08-21T16:10:17.869Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-21T16:10:18.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-21T16:10:18.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-21T16:10:18.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-21T16:10:18.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-08-21T16:10:18.448Z
22212026-08-21T16:10:18.448Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-21T16:10:18.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-21T16:10:18.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-21T16:10:18.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-21T16:10:18.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-21T16:10:19.027Z
22272026-08-21T16:10:19.028Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-21T16:10:19.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-21T16:10:19.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-21T16:10:19.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-21T16:10:19.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-08-21T16:10:19.606Z
22332026-08-21T16:10:19.606Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-21T16:10:20.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-21T16:10:20.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-21T16:10:20.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-21T16:10:20.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-21T16:10:20.171Z
22392026-08-21T16:10:20.171Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-21T16:10:20.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-21T16:10:20.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-21T16:10:20.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-21T16:10:20.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-21T16:10:20.728Z
22452026-08-21T16:10:20.728Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-21T16:10:21.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-21T16:10:21.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-21T16:10:21.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-21T16:10:21.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-21T16:10:21.287Z
22512026-08-21T16:10:21.287Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-21T16:10:21.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-21T16:10:21.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-21T16:10:21.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-21T16:10:21.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-21T16:10:21.843Z
22572026-08-21T16:10:21.843Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-21T16:10:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-21T16:10:22.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-21T16:10:22.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-21T16:10:22.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-21T16:10:22.403Z
22632026-08-21T16:10:22.403Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-21T16:10:22.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-21T16:10:22.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-21T16:10:22.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-21T16:10:22.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-21T16:10:22.971Z
22692026-08-21T16:10:22.972Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-21T16:10:23.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-21T16:10:23.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-21T16:10:23.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-21T16:10:23.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-21T16:10:23.547Z
22752026-08-21T16:10:23.547Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-21T16:10:24.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-21T16:10:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-21T16:10:24.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-21T16:10:24.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22802026-08-21T16:10:24.115Z
22812026-08-21T16:10:24.115Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-21T16:10:24.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-21T16:10:24.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-21T16:10:24.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-21T16:10:24.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-21T16:10:24.681Z
22872026-08-21T16:10:24.681Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-21T16:10:25.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-21T16:10:25.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-21T16:10:25.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-21T16:10:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-21T16:10:25.250Z
22932026-08-21T16:10:25.250Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-21T16:10:25.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-21T16:10:25.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-21T16:10:25.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-21T16:10:25.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-21T16:10:25.818Z
22992026-08-21T16:10:25.818Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-21T16:10:26.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-21T16:10:26.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-21T16:10:26.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-21T16:10:26.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-21T16:10:26.379Z
23052026-08-21T16:10:26.379Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-21T16:10:26.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-21T16:10:26.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-21T16:10:26.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-21T16:10:26.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-21T16:10:26.938Z
23112026-08-21T16:10:26.938Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-21T16:10:27.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-21T16:10:27.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-21T16:10:27.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-21T16:10:27.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-21T16:10:27.500Z
23172026-08-21T16:10:27.501Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-21T16:10:27.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-21T16:10:27.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-21T16:10:27.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-21T16:10:27.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-21T16:10:28.064Z
23232026-08-21T16:10:28.064Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-21T16:10:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-21T16:10:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-21T16:10:28.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-21T16:10:28.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-21T16:10:28.615Z
23292026-08-21T16:10:28.615Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-21T16:10:29.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-21T16:10:29.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-21T16:10:29.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-21T16:10:29.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23342026-08-21T16:10:29.174Z
23352026-08-21T16:10:29.174Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-21T16:10:29.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-21T16:10:29.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-21T16:10:29.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-21T16:10:29.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-21T16:10:29.755Z
23412026-08-21T16:10:29.755Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-21T16:10:30.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-21T16:10:30.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-21T16:10:30.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-21T16:10:30.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-21T16:10:30.342Z
23472026-08-21T16:10:30.343Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-21T16:10:30.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-21T16:10:30.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-21T16:10:30.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-21T16:10:30.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23522026-08-21T16:10:30.898Z
23532026-08-21T16:10:30.898Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-21T16:10:31.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-21T16:10:31.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-21T16:10:31.502Z Checking cfg-if v1.0.4
23572026-08-21T16:10:31.505Z Checking serde_core v1.0.228
23582026-08-21T16:10:31.505Z Checking libc v0.2.185
23592026-08-21T16:10:31.618Z Checking memchr v2.8.0
23602026-08-21T16:10:31.627Z Checking smallvec v1.15.1
23612026-08-21T16:10:31.630Z Checking log v0.4.33
23622026-08-21T16:10:31.647Z Checking subtle v2.6.1
23632026-08-21T16:10:31.657Z Checking itoa v1.0.17
23642026-08-21T16:10:31.661Z Checking scopeguard v1.2.0
23652026-08-21T16:10:31.760Z Checking lock_api v0.4.14
23662026-08-21T16:10:31.786Z Checking stable_deref_trait v1.2.1
23672026-08-21T16:10:31.789Z Checking typenum v1.20.1
23682026-08-21T16:10:31.809Z Checking zerofrom v0.1.6
23692026-08-21T16:10:31.823Z Checking zerocopy v0.8.55
23702026-08-21T16:10:31.854Z Checking portable-atomic v1.13.1
23712026-08-21T16:10:31.917Z Checking yoke v0.8.1
23722026-08-21T16:10:31.953Z Checking critical-section v1.2.0
23732026-08-21T16:10:31.973Z Checking pin-project-lite v0.2.17
23742026-08-21T16:10:31.993Z Checking errno v0.3.14
23752026-08-21T16:10:32.042Z Checking getrandom v0.2.17
23762026-08-21T16:10:32.056Z Checking const-oid v0.9.6
23772026-08-21T16:10:32.077Z Checking zerovec v0.11.5
23782026-08-21T16:10:32.108Z Checking libm v0.2.16
23792026-08-21T16:10:32.182Z Checking rand_core v0.6.4
23802026-08-21T16:10:32.249Z Checking once_cell v1.21.3
23812026-08-21T16:10:32.359Z Checking zmij v1.0.21
23822026-08-21T16:10:32.426Z Checking signal-hook-registry v1.4.8
23832026-08-21T16:10:32.514Z Checking tinystr v0.8.2
23842026-08-21T16:10:32.526Z Checking parking_lot_core v0.9.12
23852026-08-21T16:10:32.559Z Checking percent-encoding v2.3.2
23862026-08-21T16:10:32.579Z Checking litemap v0.8.1
23872026-08-21T16:10:32.686Z Checking writeable v0.6.2
23882026-08-21T16:10:32.698Z Checking futures-core v0.3.32
23892026-08-21T16:10:32.708Z Checking parking_lot v0.12.5
23902026-08-21T16:10:32.725Z Checking potential_utf v0.1.4
23912026-08-21T16:10:32.746Z Checking zerotrie v0.2.3
23922026-08-21T16:10:32.791Z Checking num-traits v0.2.19
23932026-08-21T16:10:32.808Z Checking mio v1.2.0
23942026-08-21T16:10:32.847Z Checking icu_locale_core v2.1.1
23952026-08-21T16:10:32.860Z Checking equivalent v1.0.2
23962026-08-21T16:10:32.884Z Checking icu_collections v2.1.1
23972026-08-21T16:10:32.938Z Checking getrandom v0.3.4
23982026-08-21T16:10:32.976Z Checking socket2 v0.6.3
23992026-08-21T16:10:33.074Z Checking icu_normalizer_data v2.1.1
24002026-08-21T16:10:33.096Z Checking serde v1.0.228
24012026-08-21T16:10:33.111Z Checking bitflags v2.11.0
24022026-08-21T16:10:33.140Z Checking serde_json v1.0.151
24032026-08-21T16:10:33.180Z Checking icu_properties_data v2.1.2
24042026-08-21T16:10:33.210Z Checking byteorder v1.5.0
24052026-08-21T16:10:33.270Z Checking rand_core v0.10.0
24062026-08-21T16:10:33.300Z Checking futures-sink v0.3.32
24072026-08-21T16:10:33.348Z Checking hashbrown v0.17.0
24082026-08-21T16:10:33.377Z Checking icu_provider v2.1.1
24092026-08-21T16:10:33.393Z Checking futures-channel v0.3.32
24102026-08-21T16:10:33.405Z Checking getrandom v0.4.3
24112026-08-21T16:10:33.405Z Checking utf8_iter v1.0.4
24122026-08-21T16:10:33.496Z Checking zeroize v1.9.0
24132026-08-21T16:10:33.517Z Checking bytes v1.11.1
24142026-08-21T16:10:33.554Z Checking slab v0.4.12
24152026-08-21T16:10:33.576Z Checking futures-task v0.3.32
24162026-08-21T16:10:33.599Z Checking icu_properties v2.1.2
24172026-08-21T16:10:33.662Z Checking generic-array v0.14.7
24182026-08-21T16:10:33.704Z Checking icu_normalizer v2.1.1
24192026-08-21T16:10:33.707Z Checking futures-io v0.3.32
24202026-08-21T16:10:33.803Z Checking rustix v1.1.4
24212026-08-21T16:10:33.803Z Checking indexmap v2.14.0
24222026-08-21T16:10:33.826Z Checking futures-util v0.3.32
24232026-08-21T16:10:33.949Z Checking tokio v1.52.1
24242026-08-21T16:10:33.999Z Checking form_urlencoded v1.2.2
24252026-08-21T16:10:34.114Z Checking crypto-common v0.1.7
24262026-08-21T16:10:34.124Z Checking block-buffer v0.10.4
24272026-08-21T16:10:34.236Z Checking fnv v1.0.7
24282026-08-21T16:10:34.260Z Checking digest v0.10.7
24292026-08-21T16:10:34.326Z Checking base64ct v1.8.3
24302026-08-21T16:10:34.356Z Checking iana-time-zone v0.1.65
24312026-08-21T16:10:34.419Z Checking idna_adapter v1.2.1
24322026-08-21T16:10:34.457Z Checking flagset v0.4.7
24332026-08-21T16:10:34.470Z Checking chrono v0.4.45
24342026-08-21T16:10:34.533Z Checking idna v1.1.0
24352026-08-21T16:10:34.555Z Checking pem-rfc7468 v0.7.0
24362026-08-21T16:10:34.572Z Checking uuid v1.23.4
24372026-08-21T16:10:34.584Z Checking ppv-lite86 v0.2.21
24382026-08-21T16:10:34.624Z Checking rand_core v0.9.5
24392026-08-21T16:10:34.719Z Checking der v0.7.10
24402026-08-21T16:10:34.770Z Checking url v2.5.8
24412026-08-21T16:10:34.798Z Checking regex-syntax v0.8.10
24422026-08-21T16:10:34.879Z Checking base64 v0.22.1
24432026-08-21T16:10:34.895Z Checking http v1.4.2
24442026-08-21T16:10:35.120Z Checking rand_chacha v0.9.0
24452026-08-21T16:10:35.209Z Checking tracing-core v0.1.36
24462026-08-21T16:10:35.318Z Checking dyn-clone v1.0.20
24472026-08-21T16:10:35.330Z Checking cpufeatures v0.2.17
24482026-08-21T16:10:35.396Z Checking simd-adler32 v0.3.8
24492026-08-21T16:10:35.419Z Checking rand v0.9.2
24502026-08-21T16:10:35.452Z Checking http-body v1.0.1
24512026-08-21T16:10:35.465Z Checking spki v0.7.3
24522026-08-21T16:10:35.512Z Checking tracing v0.1.44
24532026-08-21T16:10:35.556Z Checking rustls-pki-types v1.14.0
24542026-08-21T16:10:35.578Z Checking semver v1.0.28
24552026-08-21T16:10:35.622Z Checking pkcs8 v0.10.2
24562026-08-21T16:10:35.709Z Checking spin v0.9.8
24572026-08-21T16:10:35.749Z Checking adler2 v2.0.1
24582026-08-21T16:10:35.774Z Checking openssl-probe v0.2.1
24592026-08-21T16:10:35.774Z Checking utf8parse v0.2.2
24602026-08-21T16:10:35.835Z Checking anstyle v1.0.14
24612026-08-21T16:10:35.849Z Checking cmov v0.5.4
24622026-08-21T16:10:35.874Z Checking tinyvec_macros v0.1.1
24632026-08-21T16:10:35.877Z Checking anstyle-parse v1.0.0
24642026-08-21T16:10:35.899Z Checking miniz_oxide v0.8.9
24652026-08-21T16:10:35.902Z Checking schemars v0.8.22
24662026-08-21T16:10:35.936Z Checking tinyvec v1.10.0
24672026-08-21T16:10:36.012Z Checking sha2 v0.10.9
24682026-08-21T16:10:36.027Z Checking ctutils v0.4.2
24692026-08-21T16:10:36.039Z Checking terminal_size v0.4.3
24702026-08-21T16:10:36.093Z Checking aws-lc-sys v0.40.0
24712026-08-21T16:10:36.144Z Checking thiserror v2.0.18
24722026-08-21T16:10:36.231Z Checking is_terminal_polyfill v1.70.2
24732026-08-21T16:10:36.241Z Checking try-lock v0.2.5
24742026-08-21T16:10:36.253Z Checking fastrand v2.3.0
24752026-08-21T16:10:36.253Z Checking atomic-waker v1.1.2
24762026-08-21T16:10:36.278Z Checking anstyle-query v1.1.5
24772026-08-21T16:10:36.310Z Checking untrusted v0.7.1
24782026-08-21T16:10:36.332Z Checking tower-layer v0.3.3
24792026-08-21T16:10:36.355Z Checking colorchoice v1.0.4
24802026-08-21T16:10:36.366Z Checking tower-service v0.3.3
24812026-08-21T16:10:36.413Z Checking want v0.3.1
24822026-08-21T16:10:36.426Z Checking tempfile v3.27.0
24832026-08-21T16:10:36.446Z Checking anstream v1.0.0
24842026-08-21T16:10:36.458Z Checking hybrid-array v0.4.13
24852026-08-21T16:10:36.473Z Checking ipnet v2.12.0
24862026-08-21T16:10:36.529Z Checking crc32fast v1.5.0
24872026-08-21T16:10:36.565Z Checking httparse v1.10.1
24882026-08-21T16:10:36.587Z Checking aws-lc-rs v1.16.3
24892026-08-21T16:10:36.610Z Checking aho-corasick v1.1.4
24902026-08-21T16:10:36.639Z Checking tap v1.0.1
24912026-08-21T16:10:36.660Z Checking untrusted v0.9.0
24922026-08-21T16:10:36.729Z Checking foreign-types-shared v0.1.1
24932026-08-21T16:10:36.742Z Checking plain v0.2.3
24942026-08-21T16:10:36.763Z Checking httpdate v1.0.3
24952026-08-21T16:10:36.777Z Checking wyz v0.5.1
24962026-08-21T16:10:36.805Z Checking foreign-types v0.3.2
24972026-08-21T16:10:36.835Z Checking unicode-normalization v0.1.25
24982026-08-21T16:10:36.868Z Checking rand_chacha v0.3.1
24992026-08-21T16:10:36.905Z Checking signature v2.2.0
25002026-08-21T16:10:36.937Z Checking radium v0.7.0
25012026-08-21T16:10:37.032Z Checking hex v0.4.3
25022026-08-21T16:10:37.073Z Checking num-integer v0.1.46
25032026-08-21T16:10:37.105Z Checking openssl-sys v0.9.117
25042026-08-21T16:10:37.201Z Checking wait-timeout v0.2.1
25052026-08-21T16:10:37.229Z Checking bit-vec v0.8.0
25062026-08-21T16:10:37.232Z Checking tokio-util v0.7.18
25072026-08-21T16:10:37.253Z Checking clap_lex v1.0.0
25082026-08-21T16:10:37.269Z Checking regex-automata v0.4.14
25092026-08-21T16:10:37.289Z Checking unicode-ident v1.0.24
25102026-08-21T16:10:37.317Z Checking quick-error v1.2.3
25112026-08-21T16:10:37.393Z Checking ucd-trie v0.1.7
25122026-08-21T16:10:37.396Z Checking strsim v0.11.1
25132026-08-21T16:10:37.417Z Checking rustls-webpki v0.103.13
25142026-08-21T16:10:37.431Z Checking funty v2.0.0
25152026-08-21T16:10:37.444Z Checking bit-set v0.8.0
25162026-08-21T16:10:37.464Z Checking openssl v0.10.80
25172026-08-21T16:10:37.516Z Checking pest v2.8.6
25182026-08-21T16:10:37.556Z Checking clap_builder v4.6.0
25192026-08-21T16:10:37.581Z Checking rusty-fork v0.3.1
25202026-08-21T16:10:37.736Z Checking bitvec v1.0.1
25212026-08-21T16:10:37.749Z Checking proc-macro2 v1.0.106
25222026-08-21T16:10:37.827Z Checking rustls v0.23.41
25232026-08-21T16:10:37.848Z Checking h2 v0.4.15
25242026-08-21T16:10:38.048Z Checking num-iter v0.1.45
25252026-08-21T16:10:38.155Z Checking rand v0.8.6
25262026-08-21T16:10:38.564Z Checking lazy_static v1.5.0
25272026-08-21T16:10:38.652Z Checking rand_xorshift v0.4.0
25282026-08-21T16:10:38.665Z Checking hmac v0.12.1
25292026-08-21T16:10:38.768Z Checking thiserror v1.0.69
25302026-08-21T16:10:38.771Z Checking maybe-uninit v2.0.0
25312026-08-21T16:10:38.796Z Checking serde_spanned v0.6.9
25322026-08-21T16:10:38.840Z Checking toml_datetime v0.6.11
25332026-08-21T16:10:38.862Z Checking sync_wrapper v1.0.2
25342026-08-21T16:10:38.915Z Checking unarray v0.1.4
25352026-08-21T16:10:38.962Z Checking pretty-hex v0.4.1
25362026-08-21T16:10:39.014Z Checking zlib-rs v0.6.2
25372026-08-21T16:10:39.017Z Checking nodrop v0.1.14
25382026-08-21T16:10:39.037Z Checking powerfmt v0.2.0
25392026-08-21T16:10:39.071Z Checking siphasher v1.0.2
25402026-08-21T16:10:39.084Z Checking crc-catalog v2.4.0
25412026-08-21T16:10:39.103Z Checking array-init v0.0.4
25422026-08-21T16:10:39.166Z Checking crc v3.4.0
25432026-08-21T16:10:39.177Z Checking deranged v0.5.8
25442026-08-21T16:10:39.221Z Checking packed_struct v0.10.1
25452026-08-21T16:10:39.333Z Checking proptest v1.11.0
25462026-08-21T16:10:39.398Z Checking tower v0.5.3
25472026-08-21T16:10:39.442Z Checking native-tls v0.2.18
25482026-08-21T16:10:39.619Z Checking smallvec v0.6.14
25492026-08-21T16:10:39.788Z Checking clap v4.6.1
25502026-08-21T16:10:39.803Z Checking num-bigint-dig v0.8.6
25512026-08-21T16:10:39.866Z Checking quote v1.0.45
25522026-08-21T16:10:39.900Z Checking flate2 v1.1.9
25532026-08-21T16:10:40.032Z Checking ipnetwork v0.21.1
25542026-08-21T16:10:40.096Z Checking pkcs1 v0.7.5
25552026-08-21T16:10:40.110Z Checking http-body-util v0.1.3
25562026-08-21T16:10:40.198Z Checking crossbeam-utils v0.8.21
25572026-08-21T16:10:40.243Z Checking bitfield v0.19.4
25582026-08-21T16:10:40.277Z Checking zerocopy v0.6.6
25592026-08-21T16:10:40.300Z Checking ahash v0.8.12
25602026-08-21T16:10:40.317Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-21T16:10:40.399Z Checking scroll v0.13.0
25622026-08-21T16:10:40.489Z Checking env_filter v2.0.0
25632026-08-21T16:10:40.502Z Checking base64 v0.21.7
25642026-08-21T16:10:40.533Z Checking winnow v0.5.40
25652026-08-21T16:10:40.564Z Checking allocator-api2 v0.2.21
25662026-08-21T16:10:40.616Z Checking iri-string v0.7.10
25672026-08-21T16:10:40.628Z Checking ryu v1.0.23
25682026-08-21T16:10:40.631Z Checking hashbrown v0.12.3
25692026-08-21T16:10:40.654Z Checking hyper v1.10.1
25702026-08-21T16:10:40.730Z Checking unicode-bidi v0.3.18
25712026-08-21T16:10:40.754Z Checking num_threads v0.1.7
25722026-08-21T16:10:40.837Z Checking time-core v0.1.8
25732026-08-21T16:10:40.850Z Checking num-conv v0.2.0
25742026-08-21T16:10:40.962Z Checking gimli v0.32.3
25752026-08-21T16:10:40.977Z Checking unicode-properties v0.1.4
25762026-08-21T16:10:41.015Z Checking time v0.3.47
25772026-08-21T16:10:41.033Z Checking indexmap v1.9.3
25782026-08-21T16:10:41.143Z Checking newtype-uuid v1.3.2
25792026-08-21T16:10:41.156Z Checking stringprep v0.1.5
25802026-08-21T16:10:41.304Z Checking serde_urlencoded v0.7.1
25812026-08-21T16:10:41.339Z Checking ron v0.8.1
25822026-08-21T16:10:41.351Z Checking goblin v0.10.5
25832026-08-21T16:10:41.504Z Checking env_logger v0.11.11
25842026-08-21T16:10:41.582Z Checking hyper-util v0.1.20
25852026-08-21T16:10:41.615Z Checking tower-http v0.6.8
25862026-08-21T16:10:41.672Z Checking toml_edit v0.19.15
25872026-08-21T16:10:41.686Z Checking rsa v0.9.10
25882026-08-21T16:10:41.848Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892026-08-21T16:10:41.883Z Checking crossbeam-epoch v0.9.18
25902026-08-21T16:10:41.997Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-08-21T16:10:42.100Z Checking hashbrown v0.13.2
25922026-08-21T16:10:42.132Z Checking bzip2 v0.4.4
25932026-08-21T16:10:42.150Z Checking oxnet v0.1.6
25942026-08-21T16:10:42.291Z Checking syn v2.0.117
25952026-08-21T16:10:42.395Z Checking serde-hex v0.1.0
25962026-08-21T16:10:42.490Z Checking addr2line v0.25.1
25972026-08-21T16:10:42.507Z Checking tokio-native-tls v0.3.1
25982026-08-21T16:10:42.667Z Checking bstr v1.12.1
25992026-08-21T16:10:42.684Z Checking crypto-common v0.2.2
26002026-08-21T16:10:42.748Z Checking block-padding v0.4.2
26012026-08-21T16:10:42.821Z Checking block-buffer v0.12.1
26022026-08-21T16:10:42.889Z Checking rustls-native-certs v0.8.3
26032026-08-21T16:10:42.994Z Checking x509-cert v0.2.5
26042026-08-21T16:10:43.033Z Checking scroll v0.12.0
26052026-08-21T16:10:43.048Z Checking object v0.37.3
26062026-08-21T16:10:43.250Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-21T16:10:43.280Z Checking md-5 v0.10.6
26082026-08-21T16:10:43.357Z Checking hash32 v0.2.1
26092026-08-21T16:10:43.420Z Checking encoding_rs v0.8.35
26102026-08-21T16:10:43.512Z Checking fallible-iterator v0.2.0
26112026-08-21T16:10:43.641Z Checking rustc-demangle v0.1.27
26122026-08-21T16:10:43.654Z Checking psl-types v2.0.11
26132026-08-21T16:10:43.765Z Checking mime v0.3.17
26142026-08-21T16:10:43.777Z Checking either v1.15.0
26152026-08-21T16:10:43.856Z Checking crc-any v2.5.0
26162026-08-21T16:10:43.877Z Checking postgres-protocol v0.6.10
26172026-08-21T16:10:43.929Z Checking publicsuffix v2.3.0
26182026-08-21T16:10:43.958Z Checking dof v0.4.0
26192026-08-21T16:10:44.026Z Checking heapless v0.7.17
26202026-08-21T16:10:44.084Z Checking zstd-safe v7.2.4
26212026-08-21T16:10:44.184Z Checking goblin v0.8.2
26222026-08-21T16:10:44.245Z Checking inout v0.2.2
26232026-08-21T16:10:44.350Z Checking hyper-tls v0.6.0
26242026-08-21T16:10:44.392Z Checking toml v0.7.8
26252026-08-21T16:10:44.440Z Checking object v0.30.4
26262026-08-21T16:10:44.514Z Checking daft v0.1.7
26272026-08-21T16:10:44.529Z Checking zip v0.6.6
26282026-08-21T16:10:44.587Z Checking cookie v0.18.1
26292026-08-21T16:10:44.696Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-08-21T16:10:44.774Z Checking tokio-rustls v0.26.4
26312026-08-21T16:10:44.832Z Checking phf_shared v0.13.1
26322026-08-21T16:10:44.855Z Checking dtrace-parser v0.3.0
26332026-08-21T16:10:44.866Z Checking pin-project v1.1.11
26342026-08-21T16:10:44.955Z Checking zerocopy v0.7.35
26352026-08-21T16:10:45.001Z Checking signal-hook v0.3.18
26362026-08-21T16:10:45.012Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-08-21T16:10:45.025Z Checking futures-executor v0.3.32
26382026-08-21T16:10:45.093Z Checking ff v0.13.1
26392026-08-21T16:10:45.165Z Checking thread-id v5.1.0
26402026-08-21T16:10:45.183Z Checking managed v0.8.0
26412026-08-21T16:10:45.218Z Checking unicode-linebreak v0.1.5
26422026-08-21T16:10:45.239Z Checking foldhash v0.2.0
26432026-08-21T16:10:45.362Z Checking libbz2-rs-sys v0.2.2
26442026-08-21T16:10:45.362Z Checking backtrace v0.3.76
26452026-08-21T16:10:45.389Z Checking unicode-width v0.2.0
26462026-08-21T16:10:45.418Z Checking smawk v0.3.2
26472026-08-21T16:10:45.437Z Checking bumpalo v3.20.2
26482026-08-21T16:10:45.539Z Checking foldhash v0.1.5
26492026-08-21T16:10:45.626Z Checking path-slash v0.1.5
26502026-08-21T16:10:45.626Z Checking is_ci v1.2.0
26512026-08-21T16:10:45.649Z Checking jiff-core v0.1.0
26522026-08-21T16:10:45.666Z Checking base16ct v0.2.0
26532026-08-21T16:10:45.717Z Checking bitflags v1.3.2
26542026-08-21T16:10:45.729Z Compiling rayon-core v1.13.0
26552026-08-21T16:10:45.746Z Checking same-file v1.0.6
26562026-08-21T16:10:45.783Z Checking sec1 v0.7.3
26572026-08-21T16:10:45.783Z Checking smoltcp v0.9.1
26582026-08-21T16:10:45.857Z Checking walkdir v2.5.0
26592026-08-21T16:10:45.908Z Checking bzip2 v0.6.1
26602026-08-21T16:10:45.966Z Checking supports-color v3.0.2
26612026-08-21T16:10:45.985Z Checking hashbrown v0.15.5
26622026-08-21T16:10:46.013Z Checking backtrace-ext v0.2.1
26632026-08-21T16:10:46.065Z Checking textwrap v0.16.2
26642026-08-21T16:10:46.084Z Checking zopfli v0.8.3
26652026-08-21T16:10:46.111Z Checking hashbrown v0.16.1
26662026-08-21T16:10:46.114Z Checking dof v0.3.0
26672026-08-21T16:10:46.267Z Checking usdt-impl v0.6.0
26682026-08-21T16:10:46.316Z Checking jiff v0.2.34
26692026-08-21T16:10:46.379Z Checking group v0.13.0
26702026-08-21T16:10:46.394Z Checking signal-hook-mio v0.2.5
26712026-08-21T16:10:46.406Z Checking futures v0.3.32
26722026-08-21T16:10:46.439Z Checking phf v0.13.1
26732026-08-21T16:10:46.475Z Checking hyper-rustls v0.27.7
26742026-08-21T16:10:46.491Z Checking snafu v0.8.9
26752026-08-21T16:10:46.520Z Checking cookie_store v0.22.1
26762026-08-21T16:10:46.544Z Checking reqwest v0.12.28
26772026-08-21T16:10:46.559Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-08-21T16:10:46.579Z Checking cipher v0.5.2
26792026-08-21T16:10:46.606Z Checking zstd v0.13.3
26802026-08-21T16:10:46.672Z Checking postgres-types v0.2.12
26812026-08-21T16:10:46.721Z Checking globset v0.4.18
26822026-08-21T16:10:46.783Z Checking rustls-platform-verifier v0.6.2
26832026-08-21T16:10:46.808Z Checking crossbeam-deque v0.8.6
26842026-08-21T16:10:46.839Z Checking phf_shared v0.11.3
26852026-08-21T16:10:46.880Z Checking regex v1.12.3
26862026-08-21T16:10:46.915Z Checking dtrace-parser v0.2.0
26872026-08-21T16:10:46.963Z Checking hkdf v0.12.4
26882026-08-21T16:10:46.975Z Checking byte-wrapper v0.1.0
26892026-08-21T16:10:46.979Z Checking ref-cast v1.0.25
26902026-08-21T16:10:46.979Z Checking curve25519-dalek v4.1.3
26912026-08-21T16:10:47.075Z Checking strum v0.27.2
26922026-08-21T16:10:47.093Z Checking olpc-cjson v0.1.4
26932026-08-21T16:10:47.141Z Checking hubpack v0.1.2
26942026-08-21T16:10:47.154Z Checking ed25519 v2.2.3
26952026-08-21T16:10:47.169Z Checking memoffset v0.9.1
26962026-08-21T16:10:47.181Z Checking rustix v0.38.44
26972026-08-21T16:10:47.219Z Checking owo-colors v4.3.0
26982026-08-21T16:10:47.241Z Checking pem v3.0.6
26992026-08-21T16:10:47.285Z Checking crypto-bigint v0.5.5
27002026-08-21T16:10:47.298Z Checking serde_plain v1.0.2
27012026-08-21T16:10:47.328Z Checking serde-big-array v0.5.1
27022026-08-21T16:10:47.389Z Checking erased-serde v0.3.31
27032026-08-21T16:10:47.435Z Checking float-cmp v0.10.0
27042026-08-21T16:10:47.457Z Checking thread-id v4.2.2
27052026-08-21T16:10:47.532Z Checking memmap2 v0.9.10
27062026-08-21T16:10:47.554Z Checking difflib v0.4.0
27072026-08-21T16:10:47.686Z Checking static_assertions v1.1.0
27082026-08-21T16:10:47.728Z Checking unicode-segmentation v1.12.0
27092026-08-21T16:10:47.753Z Checking winnow v0.7.14
27102026-08-21T16:10:47.766Z Checking precomputed-hash v0.1.1
27112026-08-21T16:10:47.769Z Checking const-oid v0.10.2
27122026-08-21T16:10:47.769Z Checking fixedbitset v0.4.2
27132026-08-21T16:10:47.864Z Checking keccak v0.1.6
27142026-08-21T16:10:47.907Z Checking data-encoding v2.10.0
27152026-08-21T16:10:47.924Z Checking cpufeatures v0.3.0
27162026-08-21T16:10:47.965Z Checking unicode-width v0.1.14
27172026-08-21T16:10:47.991Z Checking whoami v2.1.0
27182026-08-21T16:10:48.024Z Checking fixedbitset v0.5.7
27192026-08-21T16:10:48.036Z Checking typed-path v0.9.3
27202026-08-21T16:10:48.171Z Checking predicates-core v1.0.10
27212026-08-21T16:10:48.183Z Checking supports-unicode v3.0.0
27222026-08-21T16:10:48.194Z Checking toml_write v0.1.2
27232026-08-21T16:10:48.205Z Checking winnow v1.0.3
27242026-08-21T16:10:48.216Z Checking normalize-line-endings v0.3.0
27252026-08-21T16:10:48.216Z Checking new_debug_unreachable v1.0.6
27262026-08-21T16:10:48.277Z Checking supports-hyperlinks v3.2.0
27272026-08-21T16:10:48.289Z Checking zip v4.6.1
27282026-08-21T16:10:48.292Z Checking string_cache v0.8.9
27292026-08-21T16:10:48.311Z Checking predicates v3.1.4
27302026-08-21T16:10:48.349Z Checking petgraph v0.8.3
27312026-08-21T16:10:48.376Z Checking miette v7.6.0
27322026-08-21T16:10:48.458Z Checking elliptic-curve v0.13.8
27332026-08-21T16:10:48.602Z Checking tokio-postgres v0.7.16
27342026-08-21T16:10:48.763Z Checking hickory-proto v0.25.2
27352026-08-21T16:10:48.789Z Checking tough v0.22.0
27362026-08-21T16:10:48.842Z Checking similar v2.7.0
27372026-08-21T16:10:48.881Z Checking sha3 v0.10.8
27382026-08-21T16:10:48.925Z Checking toml_edit v0.22.27
27392026-08-21T16:10:49.032Z Checking toml_parser v1.1.2+spec-1.1.0
27402026-08-21T16:10:49.079Z Checking chacha20 v0.10.0
27412026-08-21T16:10:49.220Z Checking crossterm v0.28.1
27422026-08-21T16:10:49.334Z Checking digest v0.11.3
27432026-08-21T16:10:49.353Z Checking petgraph v0.6.5
27442026-08-21T16:10:49.514Z Checking ed25519-dalek v2.2.0
27452026-08-21T16:10:49.744Z Checking slog v2.8.2
27462026-08-21T16:10:49.890Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27472026-08-21T16:10:49.913Z Checking usdt v0.6.0
27482026-08-21T16:10:49.941Z Checking usdt-impl v0.5.0
27492026-08-21T16:10:50.009Z Checking nix v0.31.2
27502026-08-21T16:10:50.039Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27512026-08-21T16:10:50.082Z Checking iddqd v0.4.2
27522026-08-21T16:10:50.533Z Checking reqwest v0.13.2
27532026-08-21T16:10:50.592Z Checking itertools v0.15.0
27542026-08-21T16:10:50.610Z Checking itertools v0.13.0
27552026-08-21T16:10:50.805Z Checking strum v0.26.3
27562026-08-21T16:10:50.915Z Checking serde_with v3.21.0
27572026-08-21T16:10:50.971Z Checking fs-err v3.3.0
27582026-08-21T16:10:51.196Z Checking tokio-stream v0.1.18
27592026-08-21T16:10:51.267Z Checking buf-list v1.1.2
27602026-08-21T16:10:51.381Z Checking camino v1.2.5
27612026-08-21T16:10:51.444Z Checking anyhow v1.0.104
27622026-08-21T16:10:51.543Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-21T16:10:51.565Z Checking openapiv3 v2.2.0
27642026-08-21T16:10:51.612Z Checking lalrpop-util v0.19.12
27652026-08-21T16:10:51.624Z Checking peg-runtime v0.8.5
27662026-08-21T16:10:51.757Z Checking rayon v1.11.0
27672026-08-21T16:10:51.757Z Checking sigpipe v0.1.3
27682026-08-21T16:10:51.757Z Checking glob v0.3.3
27692026-08-21T16:10:52.705Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-21T16:10:52.975Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-21T16:10:53.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.35s
27722026-08-21T16:10:53.405Z
27732026-08-21T16:10:53.405Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-21T16:10:53.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-21T16:10:53.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-21T16:10:53.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-21T16:10:53.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-21T16:10:53.971Z
27792026-08-21T16:10:53.971Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-21T16:10:54.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-21T16:10:54.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-21T16:10:54.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-21T16:10:54.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27842026-08-21T16:10:54.541Z
27852026-08-21T16:10:54.541Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-21T16:10:55.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-21T16:10:55.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-21T16:10:55.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-21T16:10:55.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27902026-08-21T16:10:55.129Z
27912026-08-21T16:10:55.129Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-21T16:10:55.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-21T16:10:55.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-21T16:10:55.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-21T16:10:55.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27962026-08-21T16:10:55.696Z
27972026-08-21T16:10:55.696Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-21T16:10:56.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-21T16:10:56.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-21T16:10:56.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-21T16:10:56.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-21T16:10:56.272Z
28032026-08-21T16:10:56.272Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-21T16:10:56.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-21T16:10:56.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-21T16:10:56.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-21T16:10:56.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-21T16:10:56.844Z
28092026-08-21T16:10:56.844Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-21T16:10:57.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-21T16:10:57.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-21T16:10:57.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-21T16:10:57.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28142026-08-21T16:10:57.397Z
28152026-08-21T16:10:57.397Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-21T16:10:57.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-21T16:10:57.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-21T16:10:58.077Z Compiling multer v3.1.0
28192026-08-21T16:10:58.080Z Compiling async-stream-impl v0.3.6
28202026-08-21T16:10:58.080Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28212026-08-21T16:10:58.206Z Compiling dropshot v0.17.1
28222026-08-21T16:10:58.221Z Compiling parse-display-derive v0.10.0
28232026-08-21T16:10:58.231Z Compiling dropshot_endpoint v0.17.1
28242026-08-21T16:10:58.234Z Compiling newtype-uuid-macros v0.1.0
28252026-08-21T16:10:58.261Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-21T16:10:58.400Z Checking thread_local v1.1.9
28272026-08-21T16:10:58.421Z Checking compression-core v0.4.31
28282026-08-21T16:10:58.540Z Checking match_cfg v0.1.0
28292026-08-21T16:10:58.584Z Checking compression-codecs v0.4.37
28302026-08-21T16:10:58.589Z Checking crossbeam-channel v0.5.15
28312026-08-21T16:10:58.611Z Checking hostname v0.3.1
28322026-08-21T16:10:58.643Z Checking atomicwrites v0.4.4
28332026-08-21T16:10:58.714Z Checking slog-json v2.6.1
28342026-08-21T16:10:58.749Z Checking is-terminal v0.4.17
28352026-08-21T16:10:58.763Z Checking toml_datetime v1.1.1+spec-1.1.0
28362026-08-21T16:10:58.774Z Checking serde_spanned v1.1.1
28372026-08-21T16:10:58.834Z Checking take_mut v0.2.2
28382026-08-21T16:10:58.862Z Checking debug-ignore v1.0.5
28392026-08-21T16:10:58.897Z Checking term v1.2.1
28402026-08-21T16:10:58.933Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-21T16:10:58.945Z Checking slog-async v2.8.0
28422026-08-21T16:10:58.958Z Checking slog-bunyan v2.5.0
28432026-08-21T16:10:58.958Z Checking async-compression v0.4.41
28442026-08-21T16:10:58.983Z Checking async-stream v0.3.6
28452026-08-21T16:10:59.077Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462026-08-21T16:10:59.100Z Checking toml v1.1.2+spec-1.1.0
28472026-08-21T16:10:59.100Z Checking progenitor-client v0.14.0
28482026-08-21T16:10:59.103Z Checking sha1 v0.11.0
28492026-08-21T16:10:59.136Z Checking slog-term v2.9.2
28502026-08-21T16:10:59.196Z Checking waitgroup v0.1.2
28512026-08-21T16:10:59.286Z Checking rustls-pemfile v2.2.0
28522026-08-21T16:10:59.299Z Checking backon v1.6.0
28532026-08-21T16:10:59.348Z Checking serde_path_to_error v0.1.20
28542026-08-21T16:10:59.381Z Checking hostname v0.4.2
28552026-08-21T16:10:59.394Z Checking instant v0.1.13
28562026-08-21T16:10:59.472Z Checking progenitor-extras v0.2.0
28572026-08-21T16:10:59.475Z Checking backoff v0.4.0
28582026-08-21T16:10:59.614Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-21T16:10:59.647Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-21T16:10:59.652Z Checking regress v0.10.5
28612026-08-21T16:10:59.678Z Checking itertools v0.14.0
28622026-08-21T16:10:59.827Z Checking macaddr v1.0.1
28632026-08-21T16:10:59.866Z Checking parse-display v0.10.0
28642026-08-21T16:11:00.016Z Checking humantime v2.3.0
28652026-08-21T16:11:00.788Z Compiling prettyplease v0.2.37
28662026-08-21T16:11:01.062Z Checking num-rational v0.4.2
28672026-08-21T16:11:01.328Z Checking num-complex v0.4.6
28682026-08-21T16:11:01.790Z Compiling num v0.4.3
28692026-08-21T16:11:01.870Z Compiling usdt-macro v0.5.0
28702026-08-21T16:11:01.883Z Compiling usdt-attr-macro v0.5.0
28712026-08-21T16:11:01.918Z Checking memmap v0.7.0
28722026-08-21T16:11:01.939Z Compiling float-ord v0.3.2
28732026-08-21T16:11:01.946Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-08-21T16:11:02.052Z Compiling convert_case v0.4.0
28752026-08-21T16:11:02.335Z Checking newline-converter v0.3.0
28762026-08-21T16:11:02.409Z Compiling derive_more v0.99.20
28772026-08-21T16:11:02.442Z Checking console v0.15.11
28782026-08-21T16:11:02.594Z Compiling toml v0.8.23
28792026-08-21T16:11:02.653Z Checking usdt v0.5.0
28802026-08-21T16:11:02.715Z Compiling minimal-lexical v0.2.1
28812026-08-21T16:11:02.823Z Checking linked-hash-map v0.5.6
28822026-08-21T16:11:02.964Z Compiling nom v7.1.3
28832026-08-21T16:11:02.995Z Checking lru-cache v0.1.2
28842026-08-21T16:11:03.110Z Checking expectorate v1.2.0
28852026-08-21T16:11:03.272Z Checking camino-tempfile v1.4.1
28862026-08-21T16:11:03.431Z Checking hickory-proto v0.24.4
28872026-08-21T16:11:03.557Z Checking phf_shared v0.12.1
28882026-08-21T16:11:03.695Z Compiling slog-dtrace v0.3.0
28892026-08-21T16:11:03.711Z Compiling unicode-xid v0.2.6
28902026-08-21T16:11:03.831Z Checking heck v0.5.0
28912026-08-21T16:11:03.962Z Checking resolv-conf v0.7.6
28922026-08-21T16:11:04.125Z Compiling chrono-tz v0.10.4
28932026-08-21T16:11:04.187Z Compiling const_format_proc_macros v0.2.34
28942026-08-21T16:11:04.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952026-08-21T16:11:04.329Z Checking phf v0.12.1
28962026-08-21T16:11:04.469Z Checking tokio-dtrace v0.1.1
28972026-08-21T16:11:04.656Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-21T16:11:04.675Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-21T16:11:04.820Z Compiling derive-where v1.6.0
29002026-08-21T16:11:05.006Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-21T16:11:05.180Z Checking highway v1.3.0
29022026-08-21T16:11:05.302Z Checking hickory-resolver v0.24.4
29032026-08-21T16:11:05.411Z Checking const_format v0.2.35
29042026-08-21T16:11:05.641Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-21T16:11:06.067Z Checking oxide-tokio-rt v0.1.4
29062026-08-21T16:11:06.135Z Checking qorb v0.4.1
29072026-08-21T16:11:06.298Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-21T16:11:06.312Z Checking gethostname v0.5.0
29092026-08-21T16:11:06.397Z Checking bcs v0.1.6
29102026-08-21T16:11:06.460Z Checking termtree v0.5.1
29112026-08-21T16:11:06.548Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-21T16:11:06.567Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29132026-08-21T16:11:06.567Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142026-08-21T16:11:09.559Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-21T16:11:12.720Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-21T16:11:14.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
29172026-08-21T16:11:15.104Z
29182026-08-21T16:11:15.104Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-21T16:11:15.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-21T16:11:15.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-21T16:11:15.784Z Compiling ar_archive_writer v0.5.1
29222026-08-21T16:11:15.893Z Compiling stacker v0.1.23
29232026-08-21T16:11:15.896Z Compiling cfg_aliases v0.1.1
29242026-08-21T16:11:15.905Z Compiling convert_case v0.10.0
29252026-08-21T16:11:15.913Z Compiling proc-macro-error v1.0.4
29262026-08-21T16:11:15.920Z Checking fd-lock v4.0.4
29272026-08-21T16:11:15.926Z Checking nibble_vec v0.1.0
29282026-08-21T16:11:15.926Z Compiling recursive-proc-macro-impl v0.1.1
29292026-08-21T16:11:15.952Z Compiling nix v0.28.0
29302026-08-21T16:11:16.031Z Checking vte v0.14.1
29312026-08-21T16:11:16.049Z Checking bytecount v0.6.9
29322026-08-21T16:11:16.136Z Checking endian-type v0.1.2
29332026-08-21T16:11:16.143Z Checking papergrid v0.11.0
29342026-08-21T16:11:16.191Z Checking strip-ansi-escapes v0.2.1
29352026-08-21T16:11:16.194Z Compiling derive_more-impl v2.1.1
29362026-08-21T16:11:16.194Z Compiling tabled_derive v0.7.0
29372026-08-21T16:11:16.375Z Checking radix_trie v0.2.1
29382026-08-21T16:11:16.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-21T16:11:16.379Z Compiling peg-macros v0.8.5
29402026-08-21T16:11:16.481Z Compiling sqlparser_derive v0.5.0
29412026-08-21T16:11:16.695Z Compiling psm v0.1.30
29422026-08-21T16:11:16.746Z Checking winnow v0.6.26
29432026-08-21T16:11:16.768Z Checking home v0.5.12
29442026-08-21T16:11:16.868Z Checking unicode_categories v0.1.1
29452026-08-21T16:11:16.994Z Checking derive_more v2.1.1
29462026-08-21T16:11:17.020Z Checking nu-ansi-term v0.50.3
29472026-08-21T16:11:17.069Z Checking crossterm v0.29.0
29482026-08-21T16:11:17.156Z Checking tabled v0.15.0
29492026-08-21T16:11:17.219Z Checking rustyline v14.0.0
29502026-08-21T16:11:17.231Z Checking reedline v0.40.0
29512026-08-21T16:11:17.254Z Checking display-error-chain v0.2.2
29522026-08-21T16:11:17.439Z Checking recursive v0.1.1
29532026-08-21T16:11:17.527Z Checking sqlparser v0.61.0
29542026-08-21T16:11:17.640Z Checking peg v0.8.5
29552026-08-21T16:11:17.863Z Checking sqlformat v0.3.5
29562026-08-21T16:11:28.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
29572026-08-21T16:11:28.871Z
29582026-08-21T16:11:28.871Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-21T16:11:29.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-21T16:11:29.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-21T16:11:29.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-21T16:11:33.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29632026-08-21T16:11:33.247Z
29642026-08-21T16:11:33.247Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-21T16:11:33.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-21T16:11:33.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-21T16:11:33.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-21T16:11:36.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
29692026-08-21T16:11:36.612Z
29702026-08-21T16:11:36.612Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-21T16:11:37.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-21T16:11:37.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-21T16:11:37.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-21T16:11:40.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
29752026-08-21T16:11:40.750Z
29762026-08-21T16:11:40.750Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-21T16:11:41.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-21T16:11:41.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-21T16:11:41.426Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-21T16:11:44.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29812026-08-21T16:11:44.923Z
29822026-08-21T16:11:44.923Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-21T16:11:45.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-21T16:11:45.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-21T16:11:45.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-21T16:11:48.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
29872026-08-21T16:11:48.406Z
29882026-08-21T16:11:48.406Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-21T16:11:48.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-21T16:11:48.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-21T16:11:49.078Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-21T16:11:51.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29932026-08-21T16:11:51.943Z
29942026-08-21T16:11:51.943Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-21T16:11:52.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-21T16:11:52.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-21T16:11:52.614Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-21T16:11:56.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
29992026-08-21T16:11:56.264Z
30002026-08-21T16:11:56.264Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-21T16:11:56.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-21T16:11:56.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-21T16:11:56.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-21T16:11:56.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-21T16:11:56.838Z
30062026-08-21T16:11:56.838Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-21T16:11:57.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-21T16:11:57.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-21T16:11:57.457Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-21T16:11:57.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30112026-08-21T16:11:57.991Z
30122026-08-21T16:11:57.991Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-21T16:11:58.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-21T16:11:58.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-21T16:11:58.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-21T16:11:58.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-21T16:11:58.565Z
30182026-08-21T16:11:58.565Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-21T16:11:59.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-21T16:11:59.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-21T16:11:59.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-21T16:11:59.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30232026-08-21T16:11:59.179Z
30242026-08-21T16:11:59.180Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-21T16:11:59.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-21T16:11:59.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-21T16:11:59.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-21T16:11:59.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-21T16:11:59.754Z
30302026-08-21T16:11:59.754Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-21T16:12:00.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-21T16:12:00.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-21T16:12:00.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-21T16:12:00.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-21T16:12:00.333Z
30362026-08-21T16:12:00.333Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-21T16:12:00.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-21T16:12:00.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-21T16:12:00.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-21T16:12:00.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-21T16:12:00.918Z
30422026-08-21T16:12:00.918Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-21T16:12:01.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-21T16:12:01.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-21T16:12:01.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-21T16:12:01.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-21T16:12:01.487Z
30482026-08-21T16:12:01.487Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-21T16:12:01.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-21T16:12:01.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-21T16:12:01.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-21T16:12:01.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-21T16:12:02.060Z
30542026-08-21T16:12:02.060Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-21T16:12:02.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-21T16:12:02.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-21T16:12:02.882Z Compiling crucible-workspace-hack v0.1.0
30582026-08-21T16:12:02.882Z Compiling regress v0.11.1
30592026-08-21T16:12:02.885Z Checking secrecy v0.10.3
30602026-08-21T16:12:02.885Z Checking half v2.7.1
30612026-08-21T16:12:02.886Z Checking ciborium-io v0.2.2
30622026-08-21T16:12:02.886Z Checking inout v0.1.4
30632026-08-21T16:12:02.886Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-21T16:12:02.886Z Checking universal-hash v0.5.1
30652026-08-21T16:12:03.118Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-21T16:12:03.161Z Compiling thiserror-impl-no-std v2.0.2
30672026-08-21T16:12:03.176Z Checking opaque-debug v0.3.1
30682026-08-21T16:12:03.193Z Checking cipher v0.4.4
30692026-08-21T16:12:03.241Z Checking poly1305 v0.8.0
30702026-08-21T16:12:03.259Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-21T16:12:03.274Z Checking ciborium-ll v0.2.2
30722026-08-21T16:12:03.292Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30732026-08-21T16:12:03.387Z Checking chacha20 v0.9.1
30742026-08-21T16:12:03.440Z Checking ciborium v0.2.2
30752026-08-21T16:12:03.495Z Checking password-hash v0.5.0
30762026-08-21T16:12:03.532Z Checking blake2 v0.10.6
30772026-08-21T16:12:03.582Z Checking aead v0.5.2
30782026-08-21T16:12:03.694Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30792026-08-21T16:12:03.717Z Checking indent_write v2.2.0
30802026-08-21T16:12:03.730Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-08-21T16:12:03.771Z Checking argon2 v0.5.3
30822026-08-21T16:12:03.841Z Checking chacha20poly1305 v0.10.1
30832026-08-21T16:12:03.858Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30842026-08-21T16:12:03.972Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-08-21T16:12:03.976Z Compiling unsafe-libyaml v0.2.11
30862026-08-21T16:12:04.117Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-21T16:12:04.309Z Checking thiserror-no-std v2.0.2
30882026-08-21T16:12:04.325Z Compiling heapless v0.8.0
30892026-08-21T16:12:04.395Z Checking vsss-rs v3.3.4
30902026-08-21T16:12:04.473Z Compiling ingot-macros v0.2.0
30912026-08-21T16:12:04.605Z Compiling typify-impl v0.6.2
30922026-08-21T16:12:04.728Z Compiling serde_yaml v0.9.34+deprecated
30932026-08-21T16:12:05.011Z Compiling proc-macro-crate v3.4.0
30942026-08-21T16:12:05.386Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-21T16:12:05.520Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-08-21T16:12:05.552Z Compiling num_enum_derive v0.7.6
30972026-08-21T16:12:05.667Z Checking hash32 v0.3.1
30982026-08-21T16:12:05.796Z Compiling smoltcp v0.11.0
30992026-08-21T16:12:05.987Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-08-21T16:12:06.170Z Checking tabwriter v1.4.1
31012026-08-21T16:12:06.184Z Checking cobs v0.3.0
31022026-08-21T16:12:06.218Z Checking swrite v0.1.0
31032026-08-21T16:12:06.309Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31042026-08-21T16:12:06.324Z Checking postcard v1.1.3
31052026-08-21T16:12:06.339Z Compiling proc-macro-crate v1.3.1
31062026-08-21T16:12:06.510Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31072026-08-21T16:12:06.588Z Checking num_enum v0.7.6
31082026-08-21T16:12:06.612Z Compiling foreign-types-macros v0.2.3
31092026-08-21T16:12:06.630Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-08-21T16:12:06.699Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31112026-08-21T16:12:06.714Z Checking colored v3.1.1
31122026-08-21T16:12:06.746Z Checking foreign-types-shared v0.3.1
31132026-08-21T16:12:06.834Z Compiling num_enum_derive v0.5.11
31142026-08-21T16:12:07.014Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-21T16:12:07.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-21T16:12:07.199Z Checking foreign-types v0.5.0
31172026-08-21T16:12:07.241Z Checking ingot-types v0.2.0
31182026-08-21T16:12:07.276Z Checking cstr-argument v0.1.2
31192026-08-21T16:12:07.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31202026-08-21T16:12:07.440Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31212026-08-21T16:12:07.486Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-08-21T16:12:07.546Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31232026-08-21T16:12:07.599Z Checking rand v0.10.1
31242026-08-21T16:12:07.614Z Checking ingot v0.2.1
31252026-08-21T16:12:07.652Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-08-21T16:12:07.686Z Compiling zone_cfg_derive v0.3.1
31272026-08-21T16:12:07.708Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-08-21T16:12:07.821Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31292026-08-21T16:12:07.861Z Checking num_enum v0.5.11
31302026-08-21T16:12:07.962Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31312026-08-21T16:12:07.977Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-08-21T16:12:08.134Z Checking itertools v0.12.1
31332026-08-21T16:12:08.150Z Compiling num-derive v0.4.2
31342026-08-21T16:12:08.332Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-08-21T16:12:08.516Z Compiling semver v0.1.20
31362026-08-21T16:12:08.810Z Compiling rustc_version v0.1.7
31372026-08-21T16:12:09.045Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-21T16:12:09.059Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31392026-08-21T16:12:09.078Z Checking smf v0.2.3
31402026-08-21T16:12:09.101Z Compiling typify-macro v0.6.2
31412026-08-21T16:12:09.171Z Checking zone v0.3.1
31422026-08-21T16:12:09.198Z Checking nom v8.0.0
31432026-08-21T16:12:09.218Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31442026-08-21T16:12:09.270Z Checking csv-core v0.1.13
31452026-08-21T16:12:09.305Z Checking whoami v1.6.1
31462026-08-21T16:12:09.349Z Compiling newtype_derive v0.1.6
31472026-08-21T16:12:09.442Z Checking csv v1.4.0
31482026-08-21T16:12:09.476Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31492026-08-21T16:12:09.520Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31502026-08-21T16:12:09.537Z Compiling cancel-safe-futures v0.1.5
31512026-08-21T16:12:09.657Z Compiling libefi-sys v0.1.0
31522026-08-21T16:12:09.781Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31532026-08-21T16:12:09.864Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31542026-08-21T16:12:09.970Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31552026-08-21T16:12:10.125Z Checking oxide-update-engine-types v0.1.2
31562026-08-21T16:12:10.149Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31572026-08-21T16:12:10.175Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31582026-08-21T16:12:10.288Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592026-08-21T16:12:10.342Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31602026-08-21T16:12:10.465Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31612026-08-21T16:12:10.524Z Compiling bitfield-struct v0.6.2
31622026-08-21T16:12:10.577Z Checking linear-map v1.2.0
31632026-08-21T16:12:10.755Z Checking steno v0.4.1
31642026-08-21T16:12:10.910Z Compiling typify v0.6.2
31652026-08-21T16:12:11.015Z Compiling progenitor-impl v0.14.0
31662026-08-21T16:12:11.030Z Checking oxide-update-engine v0.1.2
31672026-08-21T16:12:11.151Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-21T16:12:11.207Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31692026-08-21T16:12:11.382Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31702026-08-21T16:12:11.449Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-08-21T16:12:11.573Z Checking sha1 v0.10.6
31722026-08-21T16:12:11.600Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31732026-08-21T16:12:11.615Z Checking utf-8 v0.7.6
31742026-08-21T16:12:11.677Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31752026-08-21T16:12:11.742Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31762026-08-21T16:12:11.758Z Checking tungstenite v0.21.0
31772026-08-21T16:12:11.761Z Checking ignore v0.4.25
31782026-08-21T16:12:11.892Z Checking anstyle-parse v0.2.7
31792026-08-21T16:12:11.907Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31802026-08-21T16:12:11.940Z Compiling xshell-macros v0.2.7
31812026-08-21T16:12:12.047Z Checking anstream v0.6.21
31822026-08-21T16:12:12.106Z Checking predicates-tree v1.0.13
31832026-08-21T16:12:12.172Z Checking tokio-tungstenite v0.21.0
31842026-08-21T16:12:12.188Z Checking globwalk v0.9.1
31852026-08-21T16:12:12.215Z Checking filetime v0.2.27
31862026-08-21T16:12:12.250Z Checking xattr v1.6.1
31872026-08-21T16:12:12.312Z Checking xshell v0.2.7
31882026-08-21T16:12:12.348Z Checking tagptr v0.2.0
31892026-08-21T16:12:12.363Z Checking camino-tempfile-ext v0.3.3
31902026-08-21T16:12:12.381Z Checking tar v0.4.46
31912026-08-21T16:12:12.450Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31922026-08-21T16:12:12.487Z Checking moka v0.12.13
31932026-08-21T16:12:12.502Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-21T16:12:12.555Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-21T16:12:12.627Z Checking rand_seeder v0.4.0
31962026-08-21T16:12:12.630Z Checking half v1.8.3
31972026-08-21T16:12:12.694Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-21T16:12:12.760Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31992026-08-21T16:12:12.774Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002026-08-21T16:12:12.830Z Checking serde_cbor v0.11.2
32012026-08-21T16:12:13.003Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32022026-08-21T16:12:13.069Z Checking sha2 v0.11.0
32032026-08-21T16:12:13.117Z Checking hickory-resolver v0.25.2
32042026-08-21T16:12:13.211Z Checking digest-io v0.1.0
32052026-08-21T16:12:13.342Z Compiling petname v2.0.2
32062026-08-21T16:12:13.599Z Compiling progenitor-macro v0.14.0
32072026-08-21T16:12:13.624Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32082026-08-21T16:12:13.728Z Checking rawzip v0.4.4
32092026-08-21T16:12:13.827Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-21T16:12:14.021Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-21T16:12:14.168Z Checking sapling-renderdag v0.1.0
32122026-08-21T16:12:14.203Z Checking subprocess v0.2.15
32132026-08-21T16:12:14.283Z Checking sync-ptr v0.1.4
32142026-08-21T16:12:14.399Z Checking colored v2.2.0
32152026-08-21T16:12:14.399Z Checking assert_matches v1.5.0
32162026-08-21T16:12:14.484Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32172026-08-21T16:12:14.609Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32182026-08-21T16:12:14.798Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-21T16:12:15.029Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32202026-08-21T16:12:15.237Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-08-21T16:12:15.501Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-21T16:12:15.501Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-21T16:12:16.448Z Checking progenitor v0.14.0
32242026-08-21T16:12:16.582Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32252026-08-21T16:12:16.585Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32262026-08-21T16:12:16.585Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32272026-08-21T16:12:16.585Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32282026-08-21T16:12:16.585Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32292026-08-21T16:12:16.585Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-21T16:12:17.086Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32312026-08-21T16:12:17.155Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32322026-08-21T16:12:17.327Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32332026-08-21T16:12:17.343Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32342026-08-21T16:12:17.662Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32352026-08-21T16:12:17.701Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32362026-08-21T16:12:18.252Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-21T16:12:18.282Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32382026-08-21T16:12:18.899Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-21T16:12:19.642Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-21T16:12:28.215Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-21T16:12:35.426Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-08-21T16:12:35.430Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-08-21T16:12:35.430Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-21T16:12:36.894Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-21T16:12:38.141Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-21T16:12:40.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.28s
32472026-08-21T16:12:40.553Z
32482026-08-21T16:12:40.553Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-21T16:12:41.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-21T16:12:41.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-21T16:12:41.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-21T16:12:41.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-08-21T16:12:41.175Z
32542026-08-21T16:12:41.175Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-21T16:12:41.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-21T16:12:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-21T16:12:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-21T16:12:41.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32592026-08-21T16:12:41.751Z
32602026-08-21T16:12:41.751Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-21T16:12:42.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-21T16:12:42.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-21T16:12:42.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-21T16:12:42.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-21T16:12:42.329Z
32662026-08-21T16:12:42.329Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-21T16:12:42.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-21T16:12:42.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-21T16:12:42.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-21T16:12:42.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32712026-08-21T16:12:43.904Z
32722026-08-21T16:12:43.904Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-21T16:12:43.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-21T16:12:43.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-21T16:12:43.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-21T16:12:43.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-21T16:12:43.907Z
32782026-08-21T16:12:43.907Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-21T16:12:43.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-21T16:12:43.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-21T16:12:43.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-21T16:12:43.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32832026-08-21T16:12:44.019Z
32842026-08-21T16:12:44.019Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-21T16:12:44.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-21T16:12:44.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-21T16:12:44.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-21T16:12:44.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32892026-08-21T16:12:44.575Z
32902026-08-21T16:12:44.575Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-21T16:12:45.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-21T16:12:45.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-21T16:12:45.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-21T16:12:45.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32952026-08-21T16:12:45.124Z
32962026-08-21T16:12:45.125Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-21T16:12:45.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-21T16:12:45.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-21T16:12:45.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-21T16:12:45.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33012026-08-21T16:12:45.698Z
33022026-08-21T16:12:45.698Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-21T16:12:46.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-21T16:12:46.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-21T16:12:46.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-21T16:12:46.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-21T16:12:46.285Z
33082026-08-21T16:12:46.285Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-21T16:12:46.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-21T16:12:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-21T16:12:46.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-21T16:12:46.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-21T16:12:46.872Z
33142026-08-21T16:12:46.872Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-21T16:12:47.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-21T16:12:47.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-21T16:12:47.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-21T16:12:47.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-21T16:12:47.456Z
33202026-08-21T16:12:47.457Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-21T16:12:47.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-21T16:12:47.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-21T16:12:47.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-21T16:12:47.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-08-21T16:12:48.029Z
33262026-08-21T16:12:48.029Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-21T16:12:48.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-21T16:12:48.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-21T16:12:48.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-21T16:12:48.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-21T16:12:48.613Z
33322026-08-21T16:12:48.613Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-21T16:12:49.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-21T16:12:49.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-21T16:12:49.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-21T16:12:49.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-08-21T16:12:49.199Z
33382026-08-21T16:12:49.199Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-21T16:12:49.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-21T16:12:49.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-21T16:12:49.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-21T16:12:49.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33432026-08-21T16:12:49.753Z
33442026-08-21T16:12:49.753Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-21T16:12:50.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-21T16:12:50.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-21T16:12:50.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-21T16:12:50.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-08-21T16:12:50.359Z
33502026-08-21T16:12:50.359Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-21T16:12:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-21T16:12:50.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-21T16:12:51.080Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-21T16:12:51.080Z Checking void v1.0.2
33552026-08-21T16:12:51.083Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33562026-08-21T16:12:51.083Z Checking nix v0.27.1
33572026-08-21T16:12:51.083Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-08-21T16:12:51.083Z Checking tungstenite v0.23.0
33592026-08-21T16:12:51.083Z Checking dropshot-api-manager-types v0.8.0
33602026-08-21T16:12:51.196Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-21T16:12:51.330Z Checking lzss v0.8.2
33622026-08-21T16:12:51.343Z Checking kstat-rs v0.2.5
33632026-08-21T16:12:51.354Z Checking fxhash v0.2.1
33642026-08-21T16:12:51.459Z Checking serde_bytes v0.11.19
33652026-08-21T16:12:51.473Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-21T16:12:51.498Z Checking signal-hook-tokio v0.3.1
33672026-08-21T16:12:51.511Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-21T16:12:51.524Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-21T16:12:51.592Z Checking tokio-tungstenite v0.23.1
33702026-08-21T16:12:51.731Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-21T16:12:52.774Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-21T16:12:53.307Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-21T16:12:55.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
33742026-08-21T16:12:55.623Z
33752026-08-21T16:12:55.624Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-21T16:12:56.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-21T16:12:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-21T16:12:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-21T16:12:56.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33802026-08-21T16:12:56.187Z
33812026-08-21T16:12:56.187Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-21T16:12:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-21T16:12:56.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-21T16:12:56.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-21T16:12:56.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-08-21T16:12:56.752Z
33872026-08-21T16:12:56.753Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-21T16:12:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-21T16:12:57.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-21T16:12:57.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-21T16:12:57.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33922026-08-21T16:12:57.307Z
33932026-08-21T16:12:57.307Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-21T16:12:57.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-21T16:12:57.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-21T16:12:57.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-21T16:12:57.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33982026-08-21T16:12:57.893Z
33992026-08-21T16:12:57.893Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-21T16:12:58.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-21T16:12:58.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-21T16:12:58.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-21T16:12:58.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34042026-08-21T16:12:58.463Z
34052026-08-21T16:12:58.463Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-21T16:12:58.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-21T16:12:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-21T16:12:58.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-21T16:12:58.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-21T16:12:59.037Z
34112026-08-21T16:12:59.037Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-21T16:12:59.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-21T16:12:59.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-21T16:12:59.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-21T16:12:59.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34162026-08-21T16:12:59.610Z
34172026-08-21T16:12:59.611Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-21T16:13:00.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-21T16:13:00.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-21T16:13:00.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-21T16:13:00.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34222026-08-21T16:13:00.200Z
34232026-08-21T16:13:00.200Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-21T16:13:00.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-21T16:13:00.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-21T16:13:00.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-21T16:13:00.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34282026-08-21T16:13:00.773Z
34292026-08-21T16:13:00.773Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-21T16:13:01.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-21T16:13:01.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-21T16:13:01.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-21T16:13:01.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-21T16:13:01.346Z
34352026-08-21T16:13:01.346Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-21T16:13:01.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-21T16:13:01.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-21T16:13:01.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-21T16:13:01.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-21T16:13:01.917Z
34412026-08-21T16:13:01.917Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-21T16:13:02.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-21T16:13:02.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-21T16:13:02.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-21T16:13:02.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-21T16:13:02.488Z
34472026-08-21T16:13:02.488Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-21T16:13:02.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-21T16:13:02.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-21T16:13:02.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-21T16:13:02.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-21T16:13:03.058Z
34532026-08-21T16:13:03.059Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-21T16:13:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-21T16:13:03.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-21T16:13:03.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-21T16:13:03.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-21T16:13:03.631Z
34592026-08-21T16:13:03.631Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-21T16:13:04.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-21T16:13:04.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-21T16:13:04.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-21T16:13:04.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-21T16:13:04.198Z
34652026-08-21T16:13:04.198Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-21T16:13:04.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-21T16:13:04.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-21T16:13:04.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-21T16:13:04.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-21T16:13:04.768Z
34712026-08-21T16:13:04.769Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-21T16:13:05.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-21T16:13:05.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-21T16:13:05.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-21T16:13:05.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34762026-08-21T16:13:05.333Z
34772026-08-21T16:13:05.333Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-21T16:13:05.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-21T16:13:05.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-21T16:13:05.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-21T16:13:05.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-21T16:13:05.900Z
34832026-08-21T16:13:05.901Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-21T16:13:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-21T16:13:06.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-21T16:13:06.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-21T16:13:06.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-21T16:13:06.471Z
34892026-08-21T16:13:06.471Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-21T16:13:06.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-21T16:13:06.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-21T16:13:06.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-21T16:13:06.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-21T16:13:07.042Z
34952026-08-21T16:13:07.043Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-21T16:13:07.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-21T16:13:07.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-21T16:13:07.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-21T16:13:07.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-21T16:13:07.617Z
35012026-08-21T16:13:07.617Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-21T16:13:08.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-21T16:13:08.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-21T16:13:08.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-21T16:13:08.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-21T16:13:08.192Z
35072026-08-21T16:13:08.192Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-21T16:13:08.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-21T16:13:08.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-21T16:13:08.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-21T16:13:08.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-21T16:13:08.780Z
35132026-08-21T16:13:08.780Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-21T16:13:09.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-21T16:13:09.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-21T16:13:09.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-21T16:13:09.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-21T16:13:09.369Z
35192026-08-21T16:13:09.370Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-21T16:13:09.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-21T16:13:09.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-21T16:13:09.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-21T16:13:09.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-08-21T16:13:09.959Z
35252026-08-21T16:13:09.959Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-21T16:13:10.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-21T16:13:10.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-21T16:13:10.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-21T16:13:10.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-08-21T16:13:10.540Z
35312026-08-21T16:13:10.540Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-21T16:13:11.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-21T16:13:11.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-21T16:13:11.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-21T16:13:11.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-21T16:13:11.126Z
35372026-08-21T16:13:11.126Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-21T16:13:11.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-21T16:13:11.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-21T16:13:11.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-21T16:13:11.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-21T16:13:11.706Z
35432026-08-21T16:13:11.706Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-21T16:13:12.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-21T16:13:12.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-21T16:13:12.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-21T16:13:12.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-21T16:13:12.292Z
35492026-08-21T16:13:12.292Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-21T16:13:12.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-21T16:13:12.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-21T16:13:12.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-21T16:13:12.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-21T16:13:12.876Z
35552026-08-21T16:13:12.876Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-21T16:13:13.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-21T16:13:13.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-21T16:13:13.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-21T16:13:13.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-21T16:13:13.461Z
35612026-08-21T16:13:13.461Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-21T16:13:13.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-21T16:13:13.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-21T16:13:13.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-21T16:13:13.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-21T16:13:14.052Z
35672026-08-21T16:13:14.052Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-21T16:13:14.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-21T16:13:14.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-21T16:13:14.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-21T16:13:14.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-21T16:13:14.636Z
35732026-08-21T16:13:14.636Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-21T16:13:15.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-21T16:13:15.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-21T16:13:15.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-21T16:13:15.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-21T16:13:15.224Z
35792026-08-21T16:13:15.224Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-21T16:13:15.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-21T16:13:15.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-21T16:13:15.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-21T16:13:15.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-21T16:13:15.809Z
35852026-08-21T16:13:15.809Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-21T16:13:16.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-21T16:13:16.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-21T16:13:16.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-21T16:13:16.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-21T16:13:16.396Z
35912026-08-21T16:13:16.396Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-21T16:13:16.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-21T16:13:16.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-21T16:13:16.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-21T16:13:16.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-21T16:13:16.986Z
35972026-08-21T16:13:16.986Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-21T16:13:17.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-21T16:13:17.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-21T16:13:17.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-21T16:13:17.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-21T16:13:17.568Z
36032026-08-21T16:13:17.568Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-21T16:13:18.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-21T16:13:18.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-21T16:13:18.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-21T16:13:18.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-21T16:13:18.156Z
36092026-08-21T16:13:18.156Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-21T16:13:18.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-21T16:13:18.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-21T16:13:18.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-21T16:13:18.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-08-21T16:13:18.738Z
36152026-08-21T16:13:18.738Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-21T16:13:19.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-21T16:13:19.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-21T16:13:19.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-21T16:13:19.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-21T16:13:19.309Z
36212026-08-21T16:13:19.309Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-21T16:13:19.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-21T16:13:19.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-21T16:13:19.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-21T16:13:19.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-21T16:13:19.878Z
36272026-08-21T16:13:19.878Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-21T16:13:20.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-21T16:13:20.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-21T16:13:20.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-21T16:13:20.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36322026-08-21T16:13:20.446Z
36332026-08-21T16:13:20.446Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-21T16:13:20.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-21T16:13:20.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-21T16:13:20.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-21T16:13:20.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-21T16:13:21.024Z
36392026-08-21T16:13:21.024Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-21T16:13:21.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-21T16:13:21.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-21T16:13:21.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-21T16:13:21.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-21T16:13:21.596Z
36452026-08-21T16:13:21.596Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-21T16:13:22.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-21T16:13:22.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-21T16:13:22.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-21T16:13:22.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-21T16:13:22.169Z
36512026-08-21T16:13:22.169Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-21T16:13:22.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-21T16:13:22.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-21T16:13:22.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-21T16:13:22.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-21T16:13:22.736Z
36572026-08-21T16:13:22.736Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-21T16:13:23.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-21T16:13:23.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-21T16:13:23.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-21T16:13:23.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-21T16:13:23.306Z
36632026-08-21T16:13:23.307Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-21T16:13:23.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-21T16:13:23.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-21T16:13:23.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-21T16:13:23.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-21T16:13:23.873Z
36692026-08-21T16:13:23.873Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-21T16:13:24.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-21T16:13:24.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-21T16:13:24.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-21T16:13:24.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-21T16:13:24.442Z
36752026-08-21T16:13:24.443Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-21T16:13:24.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-21T16:13:24.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-21T16:13:24.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-21T16:13:24.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-21T16:13:25.014Z
36812026-08-21T16:13:25.014Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-21T16:13:25.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-21T16:13:25.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-21T16:13:25.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-21T16:13:25.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-21T16:13:25.582Z
36872026-08-21T16:13:25.582Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-21T16:13:26.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-21T16:13:26.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-21T16:13:26.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-21T16:13:26.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-21T16:13:26.153Z
36932026-08-21T16:13:26.153Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-21T16:13:26.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-21T16:13:26.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-21T16:13:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-21T16:13:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-21T16:13:26.724Z
36992026-08-21T16:13:26.725Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-21T16:13:27.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-21T16:13:27.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-21T16:13:27.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-21T16:13:27.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-21T16:13:27.292Z
37052026-08-21T16:13:27.293Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-21T16:13:27.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-21T16:13:27.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-21T16:13:27.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-21T16:13:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-08-21T16:13:27.865Z
37112026-08-21T16:13:27.865Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-21T16:13:28.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-21T16:13:28.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-21T16:13:28.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-21T16:13:28.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-21T16:13:28.451Z
37172026-08-21T16:13:28.451Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-21T16:13:28.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-21T16:13:28.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-21T16:13:28.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-21T16:13:28.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37222026-08-21T16:13:29.035Z
37232026-08-21T16:13:29.035Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-21T16:13:29.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-21T16:13:29.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-21T16:13:29.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-21T16:13:29.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-21T16:13:29.619Z
37292026-08-21T16:13:29.619Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-21T16:13:30.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-21T16:13:30.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-21T16:13:30.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-21T16:13:30.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-08-21T16:13:30.202Z
37352026-08-21T16:13:30.202Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-21T16:13:30.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-21T16:13:30.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-21T16:13:30.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-21T16:13:30.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-08-21T16:13:30.787Z
37412026-08-21T16:13:30.787Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-21T16:13:31.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-21T16:13:31.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-21T16:13:31.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-21T16:13:31.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-21T16:13:31.375Z
37472026-08-21T16:13:31.375Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-21T16:13:31.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-21T16:13:31.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-21T16:13:31.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-21T16:13:31.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-21T16:13:31.964Z
37532026-08-21T16:13:31.964Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-21T16:13:32.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-21T16:13:32.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-21T16:13:32.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-21T16:13:32.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-21T16:13:32.547Z
37592026-08-21T16:13:32.547Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-21T16:13:33.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-21T16:13:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-21T16:13:33.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-21T16:13:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-21T16:13:33.133Z
37652026-08-21T16:13:33.134Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-21T16:13:33.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-21T16:13:33.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-21T16:13:33.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-21T16:13:33.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37702026-08-21T16:13:33.720Z
37712026-08-21T16:13:33.721Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-21T16:13:34.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-21T16:13:34.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-21T16:13:34.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-21T16:13:34.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-21T16:13:34.301Z
37772026-08-21T16:13:34.301Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-21T16:13:34.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-21T16:13:34.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-21T16:13:34.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-21T16:13:34.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-21T16:13:34.886Z
37832026-08-21T16:13:34.886Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-21T16:13:35.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-21T16:13:35.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-21T16:13:35.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-21T16:13:35.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37882026-08-21T16:13:35.469Z
37892026-08-21T16:13:35.470Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-21T16:13:35.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-21T16:13:35.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-21T16:13:35.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-21T16:13:35.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37942026-08-21T16:13:36.054Z
37952026-08-21T16:13:36.054Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-21T16:13:36.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-21T16:13:36.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-21T16:13:36.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-21T16:13:36.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38002026-08-21T16:13:36.632Z
38012026-08-21T16:13:36.632Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-21T16:13:37.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-21T16:13:37.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-21T16:13:37.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-21T16:13:37.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-21T16:13:37.242Z
38072026-08-21T16:13:37.242Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-21T16:13:37.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-21T16:13:37.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-21T16:13:37.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-21T16:13:37.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-21T16:13:37.809Z
38132026-08-21T16:13:37.809Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-21T16:13:38.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-21T16:13:38.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-21T16:13:38.451Z Compiling parking_lot_core v0.8.6
38172026-08-21T16:13:38.451Z Compiling git-stub v1.0.0
38182026-08-21T16:13:38.455Z Checking prefix-trie v0.7.0
38192026-08-21T16:13:38.571Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-21T16:13:38.680Z Compiling git-stub-vcs v0.1.0
38212026-08-21T16:13:38.840Z Checking hickory-server v0.25.2
38222026-08-21T16:13:38.937Z Checking parking_lot v0.11.2
38232026-08-21T16:13:38.974Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-21T16:13:39.099Z Checking sled v0.34.7
38252026-08-21T16:13:41.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
38262026-08-21T16:13:41.179Z
38272026-08-21T16:13:41.179Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-21T16:13:41.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-21T16:13:41.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-21T16:13:41.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-21T16:13:41.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38322026-08-21T16:13:41.743Z
38332026-08-21T16:13:41.743Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-21T16:13:42.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-21T16:13:42.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-21T16:13:42.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-21T16:13:42.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38382026-08-21T16:13:42.347Z
38392026-08-21T16:13:42.347Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-21T16:13:42.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-21T16:13:42.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-21T16:13:42.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-21T16:13:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38442026-08-21T16:13:42.916Z
38452026-08-21T16:13:42.916Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-21T16:13:43.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-21T16:13:43.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-21T16:13:43.619Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-21T16:13:44.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38502026-08-21T16:13:44.307Z
38512026-08-21T16:13:44.307Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-21T16:13:44.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-21T16:13:44.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-21T16:13:45.128Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-21T16:13:45.255Z Compiling hashbrown v0.14.5
38562026-08-21T16:13:45.255Z Compiling rfc6979 v0.4.0
38572026-08-21T16:13:45.270Z Compiling salty v0.3.0
38582026-08-21T16:13:45.280Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-21T16:13:45.290Z Compiling primeorder v0.13.6
38602026-08-21T16:13:45.304Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-21T16:13:45.372Z Compiling ecdsa v0.16.9
38622026-08-21T16:13:45.415Z Compiling sha1 v0.10.6
38632026-08-21T16:13:45.555Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-21T16:13:45.615Z Compiling proc-macro-error2 v2.0.1
38652026-08-21T16:13:45.727Z Compiling chumsky v0.9.3
38662026-08-21T16:13:45.742Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38672026-08-21T16:13:45.755Z Compiling p384 v0.13.1
38682026-08-21T16:13:45.795Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-21T16:13:45.909Z Compiling knus-derive v3.4.0
38702026-08-21T16:13:45.958Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-21T16:13:45.975Z Checking libscf-sys v1.2.0
38722026-08-21T16:13:46.060Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-21T16:13:46.098Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-21T16:13:46.286Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-21T16:13:46.300Z Checking corncobs v0.1.4
38762026-08-21T16:13:46.442Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-21T16:13:46.453Z Checking papergrid v0.18.0
38782026-08-21T16:13:46.466Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38792026-08-21T16:13:46.481Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38802026-08-21T16:13:46.486Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38812026-08-21T16:13:46.634Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-21T16:13:46.651Z Checking secrecy v0.8.0
38832026-08-21T16:13:46.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-21T16:13:46.775Z Compiling unicase v2.9.0
38852026-08-21T16:13:46.944Z Compiling illumos-nvpair-sys v0.2.0
38862026-08-21T16:13:46.972Z Compiling mime_guess v2.0.5
38872026-08-21T16:13:46.988Z Compiling progenitor-impl v0.13.0
38882026-08-21T16:13:47.004Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-21T16:13:47.141Z Checking crc8 v0.1.1
38902026-08-21T16:13:47.209Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38912026-08-21T16:13:47.237Z Checking tabled v0.21.0
38922026-08-21T16:13:47.283Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38932026-08-21T16:13:47.299Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38942026-08-21T16:13:47.349Z Compiling knus v3.4.0
38952026-08-21T16:13:47.367Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38962026-08-21T16:13:47.843Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-21T16:13:48.077Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-21T16:13:48.223Z Checking progenitor-client v0.13.0
38992026-08-21T16:13:48.242Z Checking http-range v0.1.5
39002026-08-21T16:13:48.366Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-21T16:13:48.410Z Checking illumos-nvpair v0.3.0
39022026-08-21T16:13:48.452Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-21T16:13:48.545Z Checking scuffle v0.1.0
39042026-08-21T16:13:48.562Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-21T16:13:48.793Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-21T16:13:49.103Z Checking nanorand v0.7.0
39072026-08-21T16:13:49.190Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-21T16:13:49.302Z Checking flume v0.11.1
39092026-08-21T16:13:49.365Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-21T16:13:49.395Z Checking hyper-staticfile v0.10.1
39112026-08-21T16:13:49.470Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39122026-08-21T16:13:49.522Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-21T16:13:49.564Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-21T16:13:49.579Z Compiling progenitor-macro v0.13.0
39152026-08-21T16:13:49.682Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-21T16:13:49.724Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-21T16:13:49.924Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-21T16:13:49.965Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-21T16:13:50.038Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-21T16:13:50.103Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-21T16:13:50.339Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-21T16:13:50.411Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39232026-08-21T16:13:50.521Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-21T16:13:51.872Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-21T16:13:52.883Z Checking progenitor v0.13.0
39262026-08-21T16:13:53.018Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-21T16:13:53.878Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-21T16:13:54.948Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-21T16:13:55.304Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-21T16:13:55.525Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-21T16:13:55.525Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-21T16:14:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.45s
39332026-08-21T16:14:08.770Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-21T16:14:08.770Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-21T16:14:08.959Z
39362026-08-21T16:14:08.959Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-21T16:14:09.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-21T16:14:09.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-21T16:14:09.735Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-21T16:14:20.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39412026-08-21T16:14:20.273Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-21T16:14:20.273Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-21T16:14:20.465Z
39442026-08-21T16:14:20.465Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-21T16:14:20.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-21T16:14:20.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-21T16:14:21.234Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-21T16:14:31.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39492026-08-21T16:14:31.709Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-21T16:14:31.709Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-21T16:14:31.913Z
39522026-08-21T16:14:31.913Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-21T16:14:32.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-21T16:14:32.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-21T16:14:32.685Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-21T16:14:43.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39572026-08-21T16:14:43.209Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-21T16:14:43.209Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-21T16:14:43.406Z
39602026-08-21T16:14:43.406Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-21T16:14:43.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-21T16:14:43.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-21T16:14:44.179Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-21T16:14:54.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39652026-08-21T16:14:54.655Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-21T16:14:54.655Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-21T16:14:54.853Z
39682026-08-21T16:14:54.853Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-21T16:14:55.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-21T16:14:55.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-21T16:14:55.621Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-21T16:15:06.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39732026-08-21T16:15:06.145Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-21T16:15:06.145Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-21T16:15:06.339Z
39762026-08-21T16:15:06.339Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-21T16:15:06.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-21T16:15:06.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-21T16:15:07.111Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-21T16:15:17.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39812026-08-21T16:15:17.659Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-21T16:15:17.659Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-21T16:15:17.859Z
39842026-08-21T16:15:17.859Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-21T16:15:18.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-21T16:15:18.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-21T16:15:18.627Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-21T16:15:29.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39892026-08-21T16:15:29.104Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-21T16:15:29.104Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-21T16:15:29.299Z
39922026-08-21T16:15:29.299Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-21T16:15:29.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-21T16:15:29.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-21T16:15:29.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-21T16:15:29.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-08-21T16:15:29.874Z
39982026-08-21T16:15:29.874Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-21T16:15:30.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-21T16:15:30.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-21T16:15:30.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-21T16:15:30.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-21T16:15:30.458Z
40042026-08-21T16:15:30.458Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-21T16:15:30.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-21T16:15:30.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-21T16:15:30.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-21T16:15:30.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40092026-08-21T16:15:31.007Z
40102026-08-21T16:15:31.007Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-21T16:15:31.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-21T16:15:31.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-21T16:15:31.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-21T16:15:31.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-08-21T16:15:31.610Z
40162026-08-21T16:15:31.611Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-21T16:15:32.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-21T16:15:32.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-21T16:15:32.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-21T16:15:32.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40212026-08-21T16:15:32.183Z
40222026-08-21T16:15:32.183Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-21T16:15:32.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-21T16:15:32.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-21T16:15:32.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-21T16:15:32.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-21T16:15:32.748Z
40282026-08-21T16:15:32.748Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-21T16:15:33.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-21T16:15:33.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-21T16:15:33.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-21T16:15:33.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-21T16:15:33.313Z
40342026-08-21T16:15:33.313Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-21T16:15:33.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-21T16:15:33.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-21T16:15:33.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-21T16:15:33.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40392026-08-21T16:15:33.872Z
40402026-08-21T16:15:33.872Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-21T16:15:34.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-21T16:15:34.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-21T16:15:34.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-21T16:15:34.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-21T16:15:34.461Z
40462026-08-21T16:15:34.461Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-21T16:15:34.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-21T16:15:34.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-21T16:15:34.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-21T16:15:34.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-21T16:15:35.047Z
40522026-08-21T16:15:35.047Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-21T16:15:35.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-21T16:15:35.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-21T16:15:35.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-21T16:15:35.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-21T16:15:35.638Z
40582026-08-21T16:15:35.638Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-21T16:15:36.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-21T16:15:36.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-21T16:15:36.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-21T16:15:36.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40632026-08-21T16:15:36.237Z
40642026-08-21T16:15:36.237Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-21T16:15:36.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-21T16:15:36.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-21T16:15:36.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-21T16:15:36.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-08-21T16:15:36.830Z
40702026-08-21T16:15:36.830Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-21T16:15:37.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-21T16:15:37.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-21T16:15:37.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-21T16:15:37.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-08-21T16:15:37.418Z
40762026-08-21T16:15:37.419Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-21T16:15:37.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-21T16:15:37.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-21T16:15:37.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-21T16:15:37.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40812026-08-21T16:15:38.005Z
40822026-08-21T16:15:38.005Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-21T16:15:38.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-21T16:15:38.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-21T16:15:38.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-21T16:15:38.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-21T16:15:38.594Z
40882026-08-21T16:15:38.594Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-21T16:15:39.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-21T16:15:39.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-21T16:15:39.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-21T16:15:39.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40932026-08-21T16:15:39.187Z
40942026-08-21T16:15:39.187Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-21T16:15:39.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-21T16:15:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-21T16:15:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-21T16:15:39.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-21T16:15:39.782Z
41002026-08-21T16:15:39.782Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-21T16:15:40.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-21T16:15:40.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-21T16:15:40.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-21T16:15:40.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-21T16:15:40.363Z
41062026-08-21T16:15:40.363Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-21T16:15:40.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-21T16:15:40.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-21T16:15:40.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-21T16:15:40.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41112026-08-21T16:15:40.949Z
41122026-08-21T16:15:40.950Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-21T16:15:41.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-21T16:15:41.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-21T16:15:41.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-21T16:15:41.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41172026-08-21T16:15:41.561Z
41182026-08-21T16:15:41.561Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-21T16:15:42.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-21T16:15:42.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-21T16:15:42.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-21T16:15:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41232026-08-21T16:15:42.181Z
41242026-08-21T16:15:42.181Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-21T16:15:42.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-21T16:15:42.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-21T16:15:42.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-21T16:15:42.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41292026-08-21T16:15:42.788Z
41302026-08-21T16:15:42.788Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-21T16:15:43.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-21T16:15:43.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-21T16:15:43.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-21T16:15:43.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41352026-08-21T16:15:43.403Z
41362026-08-21T16:15:43.403Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-21T16:15:43.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-21T16:15:43.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-21T16:15:43.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-21T16:15:43.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41412026-08-21T16:15:44.035Z
41422026-08-21T16:15:44.036Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-21T16:15:44.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-21T16:15:44.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-21T16:15:44.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-21T16:15:44.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-21T16:15:44.575Z
41482026-08-21T16:15:44.575Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-21T16:15:45.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-21T16:15:45.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-21T16:15:45.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-21T16:15:45.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41532026-08-21T16:15:45.153Z
41542026-08-21T16:15:45.153Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-21T16:15:45.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-21T16:15:45.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-21T16:15:45.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-21T16:15:45.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-21T16:15:45.735Z
41602026-08-21T16:15:45.735Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-21T16:15:46.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-21T16:15:46.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-21T16:15:46.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-21T16:15:46.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41652026-08-21T16:15:46.325Z
41662026-08-21T16:15:46.325Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-21T16:15:46.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-21T16:15:46.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-21T16:15:46.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-21T16:15:46.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-21T16:15:46.875Z
41722026-08-21T16:15:46.875Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-21T16:15:47.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-21T16:15:47.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-21T16:15:47.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-21T16:15:47.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41772026-08-21T16:15:47.431Z
41782026-08-21T16:15:47.432Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-21T16:15:47.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-21T16:15:47.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-21T16:15:48.129Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-21T16:15:48.538Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-21T16:15:49.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
41842026-08-21T16:15:49.901Z
41852026-08-21T16:15:49.901Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-21T16:15:50.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-21T16:15:50.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-21T16:15:50.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-21T16:15:50.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-21T16:15:50.470Z
41912026-08-21T16:15:50.470Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-21T16:15:50.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-21T16:15:50.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-21T16:15:50.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-21T16:15:50.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41962026-08-21T16:15:51.036Z
41972026-08-21T16:15:51.036Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-21T16:15:51.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-21T16:15:51.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-21T16:15:51.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-21T16:15:51.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-08-21T16:15:51.608Z
42032026-08-21T16:15:51.608Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-21T16:15:52.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-21T16:15:52.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-21T16:15:52.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-21T16:15:52.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-21T16:15:52.179Z
42092026-08-21T16:15:52.179Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-21T16:15:52.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-21T16:15:52.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-21T16:15:52.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-21T16:15:52.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-08-21T16:15:52.743Z
42152026-08-21T16:15:52.743Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-21T16:15:53.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-21T16:15:53.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-21T16:15:53.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-21T16:15:53.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-08-21T16:15:53.297Z
42212026-08-21T16:15:53.297Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-21T16:15:53.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-21T16:15:53.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-21T16:15:53.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-21T16:15:53.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42262026-08-21T16:15:53.865Z
42272026-08-21T16:15:53.865Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-21T16:15:54.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-21T16:15:54.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-21T16:15:54.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-21T16:15:54.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42322026-08-21T16:15:54.454Z
42332026-08-21T16:15:54.454Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-21T16:15:54.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-21T16:15:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-21T16:15:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-21T16:15:54.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-21T16:15:55.039Z
42392026-08-21T16:15:55.040Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-21T16:15:55.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-21T16:15:55.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-21T16:15:55.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-21T16:15:55.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-08-21T16:15:55.619Z
42452026-08-21T16:15:55.619Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-21T16:15:56.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-21T16:15:56.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-21T16:15:56.287Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-21T16:15:56.290Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-21T16:15:57.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42512026-08-21T16:15:57.634Z
42522026-08-21T16:15:57.634Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-21T16:15:58.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-21T16:15:58.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-21T16:15:58.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-21T16:15:58.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-21T16:15:58.201Z
42582026-08-21T16:15:58.201Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-21T16:15:58.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-21T16:15:58.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-21T16:15:58.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-21T16:15:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-21T16:15:58.850Z
42642026-08-21T16:15:58.850Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-21T16:15:59.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-21T16:15:59.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-21T16:15:59.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-21T16:15:59.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42692026-08-21T16:15:59.499Z
42702026-08-21T16:15:59.499Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-21T16:16:00.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-21T16:16:00.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-21T16:16:00.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-21T16:16:00.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-21T16:16:00.119Z
42762026-08-21T16:16:00.119Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-21T16:16:00.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-21T16:16:00.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-21T16:16:00.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-21T16:16:00.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42812026-08-21T16:16:00.750Z
42822026-08-21T16:16:00.750Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-21T16:16:01.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-21T16:16:01.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-21T16:16:01.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-21T16:16:01.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-21T16:16:01.313Z
42882026-08-21T16:16:01.313Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-21T16:16:01.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-21T16:16:01.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-21T16:16:01.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-21T16:16:01.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42932026-08-21T16:16:01.874Z
42942026-08-21T16:16:01.874Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-21T16:16:02.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-21T16:16:02.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-21T16:16:02.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-21T16:16:02.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42992026-08-21T16:16:02.488Z
43002026-08-21T16:16:02.489Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-21T16:16:02.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-21T16:16:02.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-21T16:16:02.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-21T16:16:02.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43052026-08-21T16:16:03.044Z
43062026-08-21T16:16:03.044Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-21T16:16:03.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-21T16:16:03.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-21T16:16:03.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-21T16:16:03.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-21T16:16:03.656Z
43122026-08-21T16:16:03.657Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-21T16:16:04.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-21T16:16:04.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-21T16:16:04.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-21T16:16:04.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43172026-08-21T16:16:04.272Z
43182026-08-21T16:16:04.272Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-21T16:16:04.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-21T16:16:04.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-21T16:16:04.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-21T16:16:04.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-21T16:16:04.837Z
43242026-08-21T16:16:04.837Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-21T16:16:05.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-21T16:16:05.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-21T16:16:05.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-21T16:16:05.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-21T16:16:05.411Z
43302026-08-21T16:16:05.411Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-21T16:16:05.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-21T16:16:05.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-21T16:16:05.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-21T16:16:05.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43352026-08-21T16:16:05.972Z
43362026-08-21T16:16:05.972Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-21T16:16:06.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-21T16:16:06.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-21T16:16:06.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-21T16:16:06.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-21T16:16:06.597Z
43422026-08-21T16:16:06.597Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-21T16:16:07.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-21T16:16:07.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-21T16:16:07.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-21T16:16:07.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-21T16:16:07.224Z
43482026-08-21T16:16:07.224Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-21T16:16:07.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-21T16:16:07.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-21T16:16:07.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-21T16:16:07.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43532026-08-21T16:16:07.853Z
43542026-08-21T16:16:07.853Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-21T16:16:08.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-21T16:16:08.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-21T16:16:08.573Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-21T16:16:08.573Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-21T16:16:09.240Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-21T16:16:10.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43612026-08-21T16:16:11.128Z
43622026-08-21T16:16:11.128Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-21T16:16:11.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-21T16:16:11.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-21T16:16:11.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-21T16:16:11.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43672026-08-21T16:16:11.700Z
43682026-08-21T16:16:11.700Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-21T16:16:12.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-21T16:16:12.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-21T16:16:12.307Z Checking yasna v0.5.2
43722026-08-21T16:16:12.702Z Checking rcgen v0.12.1
43732026-08-21T16:16:12.951Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-21T16:16:13.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43752026-08-21T16:16:13.303Z
43762026-08-21T16:16:13.304Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-21T16:16:13.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-21T16:16:13.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-21T16:16:13.940Z Compiling instability v0.3.11
43802026-08-21T16:16:13.940Z Checking castaway v0.2.4
43812026-08-21T16:16:13.941Z Compiling indoc v2.0.7
43822026-08-21T16:16:13.944Z Checking unicode-truncate v1.1.0
43832026-08-21T16:16:13.944Z Checking lru v0.12.5
43842026-08-21T16:16:13.944Z Checking cassowary v0.3.0
43852026-08-21T16:16:14.136Z Checking compact_str v0.8.1
43862026-08-21T16:16:14.908Z Checking ratatui v0.29.0
43872026-08-21T16:16:15.955Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-21T16:16:16.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
43892026-08-21T16:16:16.868Z
43902026-08-21T16:16:16.868Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-21T16:16:17.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-21T16:16:17.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-21T16:16:17.587Z Checking headers-core v0.3.0
43942026-08-21T16:16:17.587Z Checking port-file v0.1.0
43952026-08-21T16:16:17.590Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-21T16:16:17.778Z Checking headers v0.4.1
43972026-08-21T16:16:18.142Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-21T16:16:19.090Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-21T16:16:19.609Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-21T16:16:20.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
44012026-08-21T16:16:20.235Z
44022026-08-21T16:16:20.235Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-21T16:16:20.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-21T16:16:20.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-21T16:16:20.943Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-21T16:16:21.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44072026-08-21T16:16:21.879Z
44082026-08-21T16:16:21.879Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-21T16:16:22.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-21T16:16:22.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-21T16:16:22.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-21T16:16:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-21T16:16:22.293Z
44142026-08-21T16:16:22.293Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-21T16:16:22.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-21T16:16:22.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-21T16:16:22.909Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-21T16:16:23.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
44192026-08-21T16:16:23.444Z
44202026-08-21T16:16:23.444Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-21T16:16:23.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-21T16:16:23.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-21T16:16:24.147Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-21T16:16:25.235Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-21T16:16:25.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44262026-08-21T16:16:25.771Z
44272026-08-21T16:16:25.771Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-21T16:16:26.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-21T16:16:26.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-21T16:16:26.474Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-21T16:16:27.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44322026-08-21T16:16:27.417Z
44332026-08-21T16:16:27.417Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-21T16:16:27.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-21T16:16:27.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-21T16:16:27.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-21T16:16:27.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44382026-08-21T16:16:28.018Z
44392026-08-21T16:16:28.018Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-21T16:16:28.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-21T16:16:28.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-21T16:16:28.620Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-21T16:16:29.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
44442026-08-21T16:16:29.468Z
44452026-08-21T16:16:29.468Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-21T16:16:29.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-21T16:16:29.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-21T16:16:30.205Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-21T16:16:30.205Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-21T16:16:30.208Z Checking git-stub v1.0.0
44512026-08-21T16:16:30.208Z Compiling trait-variant v0.1.2
44522026-08-21T16:16:30.208Z Checking maplit v1.0.2
44532026-08-21T16:16:30.208Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-21T16:16:30.322Z Checking drift v0.2.0
44552026-08-21T16:16:30.329Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-21T16:16:30.437Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44572026-08-21T16:16:30.461Z Checking git-stub-vcs v0.1.0
44582026-08-21T16:16:30.550Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44592026-08-21T16:16:30.565Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44602026-08-21T16:16:30.655Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-21T16:16:30.668Z Checking dropshot-api-manager v0.8.0
44622026-08-21T16:16:30.683Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44632026-08-21T16:16:30.884Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-21T16:16:31.045Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-21T16:16:31.573Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-21T16:16:32.478Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-21T16:16:33.474Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-21T16:16:34.297Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-21T16:16:34.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
44702026-08-21T16:16:34.920Z
44712026-08-21T16:16:34.920Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-21T16:16:35.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-21T16:16:35.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-21T16:16:35.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-21T16:16:35.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-21T16:16:35.495Z
44772026-08-21T16:16:35.495Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-21T16:16:36.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-21T16:16:36.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-21T16:16:36.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-21T16:16:36.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-21T16:16:36.105Z
44832026-08-21T16:16:36.105Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-21T16:16:36.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-21T16:16:36.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-21T16:16:36.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-21T16:16:36.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-21T16:16:36.718Z
44892026-08-21T16:16:36.718Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-21T16:16:37.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-21T16:16:37.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-21T16:16:37.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-21T16:16:37.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-08-21T16:16:37.329Z
44952026-08-21T16:16:37.329Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-21T16:16:37.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-21T16:16:37.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-21T16:16:37.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-21T16:16:37.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-21T16:16:37.905Z
45012026-08-21T16:16:37.905Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-21T16:16:38.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-21T16:16:38.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-21T16:16:38.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-21T16:16:38.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-21T16:16:38.467Z
45072026-08-21T16:16:38.467Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-21T16:16:38.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-21T16:16:38.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-21T16:16:38.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-21T16:16:38.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-21T16:16:39.056Z
45132026-08-21T16:16:39.056Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-21T16:16:39.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-21T16:16:39.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-21T16:16:39.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-21T16:16:39.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45182026-08-21T16:16:39.627Z
45192026-08-21T16:16:39.627Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-21T16:16:40.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-21T16:16:40.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-21T16:16:40.236Z Compiling blake3 v1.8.5
45232026-08-21T16:16:40.344Z Checking constant_time_eq v0.4.2
45242026-08-21T16:16:40.347Z Checking arrayvec v0.7.6
45252026-08-21T16:16:40.347Z Checking arrayref v0.3.9
45262026-08-21T16:16:40.366Z Checking cargo-platform v0.3.2
45272026-08-21T16:16:40.366Z Checking topological-sort v0.2.2
45282026-08-21T16:16:40.369Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-21T16:16:40.519Z Checking cargo_metadata v0.23.1
45302026-08-21T16:16:41.098Z Checking omicron-zone-package v0.12.3
45312026-08-21T16:16:41.800Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-21T16:16:42.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
45332026-08-21T16:16:42.780Z
45342026-08-21T16:16:42.780Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-21T16:16:43.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-21T16:16:43.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-21T16:16:43.503Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-21T16:16:44.125Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-21T16:16:44.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45402026-08-21T16:16:44.821Z
45412026-08-21T16:16:44.821Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-21T16:16:45.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-21T16:16:45.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-21T16:16:45.781Z Compiling darling_core v0.21.3
45452026-08-21T16:16:45.781Z Compiling vergen-lib v0.1.6
45462026-08-21T16:16:45.782Z Compiling diesel_derives v2.3.7
45472026-08-21T16:16:45.782Z Checking scheduled-thread-pool v0.2.7
45482026-08-21T16:16:45.785Z Compiling vergen-gitcl v1.0.8
45492026-08-21T16:16:45.785Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-21T16:16:45.785Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-21T16:16:45.927Z Compiling dirs-sys-next v0.1.2
45522026-08-21T16:16:46.047Z Compiling crunchy v0.2.4
45532026-08-21T16:16:46.134Z Compiling glob v0.3.3
45542026-08-21T16:16:46.196Z Compiling dirs-next v2.0.0
45552026-08-21T16:16:46.211Z Checking r2d2 v0.8.10
45562026-08-21T16:16:46.241Z Checking downcast-rs v2.0.2
45572026-08-21T16:16:46.311Z Compiling tiny-keccak v2.0.2
45582026-08-21T16:16:46.343Z Compiling term v0.7.0
45592026-08-21T16:16:46.379Z Compiling bit-vec v0.6.3
45602026-08-21T16:16:46.512Z Compiling clang-sys v1.8.1
45612026-08-21T16:16:46.580Z Compiling bit-set v0.5.3
45622026-08-21T16:16:46.596Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45632026-08-21T16:16:46.736Z Compiling ascii-canvas v3.0.0
45642026-08-21T16:16:46.775Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-21T16:16:46.870Z Compiling itertools v0.10.5
45662026-08-21T16:16:46.890Z Compiling ena v0.14.4
45672026-08-21T16:16:46.921Z Compiling libloading v0.8.9
45682026-08-21T16:16:46.939Z Compiling bindgen v0.71.1
45692026-08-21T16:16:46.962Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45702026-08-21T16:16:46.979Z Compiling regex-syntax v0.6.29
45712026-08-21T16:16:47.092Z Compiling diff v0.1.13
45722026-08-21T16:16:47.346Z Compiling cexpr v0.6.0
45732026-08-21T16:16:47.361Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-21T16:16:47.541Z Compiling rustc-hash v2.1.1
45752026-08-21T16:16:47.675Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-21T16:16:47.753Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-21T16:16:47.925Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-21T16:16:48.001Z Compiling libxml v0.3.3
45792026-08-21T16:16:48.019Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-21T16:16:48.204Z Compiling strum_macros v0.24.3
45812026-08-21T16:16:48.237Z Compiling indoc v1.0.9
45822026-08-21T16:16:48.387Z Compiling darling_macro v0.21.3
45832026-08-21T16:16:48.665Z Compiling lalrpop v0.19.12
45842026-08-21T16:16:48.889Z Compiling darling v0.21.3
45852026-08-21T16:16:48.980Z Compiling dsl_auto_type v0.2.0
45862026-08-21T16:16:49.018Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-21T16:16:49.038Z Checking derive_builder v0.20.2
45882026-08-21T16:16:49.151Z Compiling oso-derive v0.27.3
45892026-08-21T16:16:49.196Z Checking quick-xml v0.37.5
45902026-08-21T16:16:49.523Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-21T16:16:49.654Z Checking openssl-probe v0.1.6
45922026-08-21T16:16:49.829Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-21T16:16:50.092Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-21T16:16:50.281Z Checking bb8 v0.8.6
45952026-08-21T16:16:50.572Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-21T16:16:50.593Z Checking nonempty v0.12.0
45972026-08-21T16:16:50.701Z Compiling libz-sys v1.1.24
45982026-08-21T16:16:50.757Z Compiling strsim v0.10.0
45992026-08-21T16:16:50.795Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-21T16:16:51.085Z Compiling darling_core v0.13.4
46012026-08-21T16:16:51.110Z Compiling vergen-git2 v9.1.0
46022026-08-21T16:16:51.258Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-21T16:16:51.321Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-21T16:16:51.465Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-21T16:16:51.674Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46062026-08-21T16:16:51.855Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46072026-08-21T16:16:52.040Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46082026-08-21T16:16:52.221Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46092026-08-21T16:16:52.287Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-21T16:16:52.401Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46112026-08-21T16:16:52.586Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46122026-08-21T16:16:52.765Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46132026-08-21T16:16:52.933Z Compiling darling_macro v0.13.4
46142026-08-21T16:16:52.947Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46152026-08-21T16:16:53.322Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46162026-08-21T16:16:53.407Z Compiling darling v0.13.4
46172026-08-21T16:16:53.498Z Compiling serde_with_macros v1.5.2
46182026-08-21T16:16:53.695Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-21T16:16:54.272Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46202026-08-21T16:16:54.321Z Compiling serde_with v1.14.0
46212026-08-21T16:16:54.458Z Checking twox-hash v2.1.2
46222026-08-21T16:16:54.754Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-21T16:16:54.815Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46242026-08-21T16:16:54.870Z Checking diesel v2.3.7
46252026-08-21T16:16:55.483Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-21T16:16:56.476Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-21T16:16:56.626Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-21T16:16:57.087Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46292026-08-21T16:16:57.315Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46302026-08-21T16:16:57.603Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46312026-08-21T16:16:58.060Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-08-21T16:16:58.251Z Checking libsw-core v0.3.2
46332026-08-21T16:16:58.407Z Checking atty v0.2.14
46342026-08-21T16:16:58.450Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-21T16:16:58.507Z Checking libsw v3.5.0
46362026-08-21T16:16:58.667Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46372026-08-21T16:16:58.806Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46382026-08-21T16:16:58.897Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46392026-08-21T16:16:58.952Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-21T16:17:00.229Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46412026-08-21T16:17:00.523Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46422026-08-21T16:17:00.731Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46432026-08-21T16:17:00.979Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-21T16:17:01.421Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-21T16:17:01.607Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-21T16:17:01.755Z Checking fatfs v0.3.6
46472026-08-21T16:17:01.950Z Checking console v0.16.2
46482026-08-21T16:17:02.217Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-21T16:17:02.258Z Compiling seq-macro v0.3.6
46502026-08-21T16:17:02.749Z Checking unit-prefix v0.5.2
46512026-08-21T16:17:02.885Z Checking indicatif v0.18.4
46522026-08-21T16:17:03.294Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-21T16:17:03.509Z Checking oxide-update-engine-display v0.1.2
46542026-08-21T16:17:03.749Z Checking support-bundle-viewer v0.1.2
46552026-08-21T16:17:03.811Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-21T16:17:03.939Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-21T16:17:03.997Z Checking multimap v0.10.1
46582026-08-21T16:17:09.905Z Checking diesel-dtrace v0.5.0
46592026-08-21T16:17:10.156Z Checking async-bb8-diesel v0.2.1
46602026-08-21T16:17:12.853Z Compiling samael v0.0.19
46612026-08-21T16:17:15.503Z Compiling git2 v0.20.4
46622026-08-21T16:17:18.811Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46632026-08-21T16:17:19.187Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46642026-08-21T16:17:21.166Z Compiling polar-core v0.27.3
46652026-08-21T16:17:25.648Z Checking oso v0.27.3
46662026-08-21T16:17:57.295Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-21T16:19:13.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-21T16:19:13.256Z
46692026-08-21T16:19:13.256Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-21T16:19:13.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-21T16:19:13.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-21T16:19:13.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-21T16:19:13.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46742026-08-21T16:19:13.256Z
46752026-08-21T16:19:13.256Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-21T16:19:13.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-21T16:19:13.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-21T16:19:13.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-21T16:19:13.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46802026-08-21T16:19:14.079Z
46812026-08-21T16:19:14.079Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-21T16:19:14.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-21T16:19:14.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-21T16:19:14.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-21T16:19:14.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46862026-08-21T16:19:14.484Z
46872026-08-21T16:19:14.484Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-21T16:19:14.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-21T16:19:14.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-21T16:19:14.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-21T16:19:14.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46922026-08-21T16:19:15.038Z
46932026-08-21T16:19:15.038Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-21T16:19:15.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-21T16:19:15.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-21T16:19:15.864Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-21T16:19:16.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46982026-08-21T16:19:16.823Z
46992026-08-21T16:19:16.823Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-21T16:19:17.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-21T16:19:17.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-21T16:19:17.636Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-21T16:19:56.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.40s
47042026-08-21T16:19:56.442Z
47052026-08-21T16:19:56.442Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-21T16:19:56.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-21T16:19:56.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-21T16:19:56.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-21T16:19:56.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-21T16:19:57.003Z
47112026-08-21T16:19:57.003Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-21T16:19:57.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-21T16:19:57.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-21T16:19:57.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-21T16:19:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47162026-08-21T16:19:57.560Z
47172026-08-21T16:19:57.560Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-21T16:19:58.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-21T16:19:58.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-21T16:19:58.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-21T16:19:58.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47222026-08-21T16:19:58.174Z
47232026-08-21T16:19:58.174Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-21T16:19:58.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-21T16:19:58.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-21T16:19:58.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-21T16:19:58.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-21T16:19:58.794Z
47292026-08-21T16:19:58.795Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-21T16:19:59.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-21T16:19:59.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-21T16:19:59.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-21T16:19:59.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-21T16:19:59.435Z
47352026-08-21T16:19:59.435Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-21T16:19:59.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-21T16:19:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-21T16:19:59.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-21T16:19:59.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-21T16:20:00.035Z
47412026-08-21T16:20:00.035Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-21T16:20:00.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-21T16:20:00.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-21T16:20:00.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-21T16:20:00.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-21T16:20:00.665Z
47472026-08-21T16:20:00.665Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-21T16:20:01.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-21T16:20:01.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-21T16:20:01.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-21T16:20:01.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47522026-08-21T16:20:01.298Z
47532026-08-21T16:20:01.299Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-21T16:20:01.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-21T16:20:01.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-21T16:20:01.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-21T16:20:01.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47582026-08-21T16:20:01.907Z
47592026-08-21T16:20:01.907Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-21T16:20:02.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-21T16:20:02.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-21T16:20:02.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-21T16:20:02.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47642026-08-21T16:20:02.540Z
47652026-08-21T16:20:02.540Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-21T16:20:03.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-21T16:20:03.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-21T16:20:03.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-21T16:20:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47702026-08-21T16:20:03.166Z
47712026-08-21T16:20:03.166Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-21T16:20:03.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-21T16:20:03.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-21T16:20:04.054Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-21T16:20:04.058Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-21T16:20:04.246Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-21T16:20:04.284Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-21T16:20:04.292Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-21T16:20:04.298Z Checking diff v0.1.13
47802026-08-21T16:20:04.298Z Checking yansi v1.0.1
47812026-08-21T16:20:04.336Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-21T16:20:04.383Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-21T16:20:04.567Z Checking pretty_assertions v1.4.1
47842026-08-21T16:20:05.301Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-21T16:20:05.333Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-21T16:20:30.717Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-21T16:20:30.720Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47882026-08-21T16:20:30.720Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47892026-08-21T16:20:30.720Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47902026-08-21T16:20:30.720Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47912026-08-21T16:20:30.720Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47922026-08-21T16:20:30.720Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47932026-08-21T16:20:31.589Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47942026-08-21T16:20:31.593Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-21T16:20:32.858Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-21T16:21:11.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47972026-08-21T16:21:11.379Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-21T16:21:11.379Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-21T16:21:11.587Z
48002026-08-21T16:21:11.587Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-21T16:21:12.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-21T16:21:12.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-21T16:21:12.299Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-21T16:21:12.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
48052026-08-21T16:21:13.122Z
48062026-08-21T16:21:13.122Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-21T16:21:13.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-21T16:21:13.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-21T16:21:13.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-21T16:21:13.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-21T16:21:13.681Z
48122026-08-21T16:21:13.681Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-21T16:21:14.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-21T16:21:14.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-21T16:21:14.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-21T16:21:14.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-21T16:21:14.260Z
48182026-08-21T16:21:14.260Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-21T16:21:14.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-21T16:21:14.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-21T16:21:15.031Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-21T16:21:15.154Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-21T16:21:15.161Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-21T16:21:42.219Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-21T16:21:42.626Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-21T16:21:44.375Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-21T16:21:44.853Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-21T16:21:47.991Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-21T16:22:12.043Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-21T16:22:12.789Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-21T16:22:14.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48322026-08-21T16:22:14.698Z
48332026-08-21T16:22:14.698Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-21T16:22:15.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-21T16:22:15.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-21T16:22:15.408Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-21T16:22:16.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
48382026-08-21T16:22:16.294Z
48392026-08-21T16:22:16.294Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-21T16:22:16.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-21T16:22:16.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-21T16:22:16.914Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-21T16:22:16.917Z Compiling fs-err v2.11.0
48442026-08-21T16:22:17.034Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-21T16:22:17.043Z Checking parse-size v1.1.0
48462026-08-21T16:22:17.051Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-21T16:22:17.054Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-21T16:22:17.054Z Checking shell-words v1.1.1
48492026-08-21T16:22:17.139Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-21T16:22:17.470Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-21T16:22:17.649Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-21T16:22:18.315Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-21T16:22:19.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
48542026-08-21T16:22:19.445Z
48552026-08-21T16:22:19.445Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-21T16:22:19.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-21T16:22:19.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-21T16:22:20.081Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-21T16:22:20.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48602026-08-21T16:22:20.748Z
48612026-08-21T16:22:20.748Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-21T16:22:21.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-21T16:22:21.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-21T16:22:21.474Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-21T16:22:22.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48662026-08-21T16:22:22.369Z
48672026-08-21T16:22:22.369Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-21T16:22:22.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-21T16:22:22.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-21T16:22:22.768Z Checking serde_core v1.0.228
48712026-08-21T16:22:22.768Z Checking libc v0.2.185
48722026-08-21T16:22:22.771Z Checking bitflags v2.11.0
48732026-08-21T16:22:22.853Z Checking scroll v0.12.0
48742026-08-21T16:22:22.856Z Checking thiserror v1.0.69
48752026-08-21T16:22:22.865Z Checking log v0.4.33
48762026-08-21T16:22:22.865Z Checking indexmap v2.14.0
48772026-08-21T16:22:22.879Z Checking zerocopy v0.7.35
48782026-08-21T16:22:22.942Z Checking syn v2.0.117
48792026-08-21T16:22:22.988Z Checking dtrace-parser v0.2.0
48802026-08-21T16:22:23.002Z Checking once_cell v1.21.3
48812026-08-21T16:22:23.062Z Checking goblin v0.8.2
48822026-08-21T16:22:23.125Z Checking errno v0.3.14
48832026-08-21T16:22:23.171Z Checking getrandom v0.3.4
48842026-08-21T16:22:23.218Z Checking thread-id v4.2.2
48852026-08-21T16:22:23.239Z Checking rustix v1.1.4
48862026-08-21T16:22:23.292Z Checking memmap v0.7.0
48872026-08-21T16:22:23.304Z Checking thiserror v2.0.18
48882026-08-21T16:22:23.359Z Checking fs-err v3.3.0
48892026-08-21T16:22:23.397Z Checking tabled v0.15.0
48902026-08-21T16:22:23.400Z Checking anyhow v1.0.104
48912026-08-21T16:22:24.007Z Checking terminal_size v0.4.3
48922026-08-21T16:22:24.007Z Checking tempfile v3.27.0
48932026-08-21T16:22:24.112Z Checking clap_builder v4.6.0
48942026-08-21T16:22:24.115Z Checking textwrap v0.16.2
48952026-08-21T16:22:24.290Z Checking serde v1.0.228
48962026-08-21T16:22:24.293Z Checking serde_json v1.0.151
48972026-08-21T16:22:24.293Z Checking camino v1.2.5
48982026-08-21T16:22:24.317Z Checking semver v1.0.28
48992026-08-21T16:22:24.476Z Checking cargo-platform v0.3.2
49002026-08-21T16:22:24.549Z Checking camino-tempfile v1.4.1
49012026-08-21T16:22:24.691Z Checking toml_datetime v0.6.11
49022026-08-21T16:22:24.694Z Checking serde_spanned v0.6.9
49032026-08-21T16:22:24.694Z Checking macaddr v1.0.1
49042026-08-21T16:22:24.719Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49052026-08-21T16:22:24.872Z Checking cargo_metadata v0.23.1
49062026-08-21T16:22:24.882Z Checking toml_edit v0.22.27
49072026-08-21T16:22:24.885Z Checking dof v0.3.0
49082026-08-21T16:22:25.140Z Checking usdt-impl v0.5.0
49092026-08-21T16:22:25.285Z Checking clap v4.6.1
49102026-08-21T16:22:25.396Z Checking usdt v0.5.0
49112026-08-21T16:22:25.836Z Checking toml v0.8.23
49122026-08-21T16:22:26.103Z Checking cargo_toml v0.21.0
49132026-08-21T16:22:26.734Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-21T16:22:27.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
49152026-08-21T16:22:27.233Z
49162026-08-21T16:22:27.233Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-21T16:22:27.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-21T16:22:27.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-21T16:22:27.875Z Checking arc-swap v1.8.2
49202026-08-21T16:22:28.155Z Checking slog-scope v4.4.1
49212026-08-21T16:22:28.265Z Checking slog-stdlog v4.1.1
49222026-08-21T16:22:28.360Z Checking slog-envlogger v2.2.0
49232026-08-21T16:22:28.477Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-21T16:22:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
49252026-08-21T16:22:29.062Z
49262026-08-21T16:22:29.063Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-21T16:22:29.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-21T16:22:29.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-21T16:22:29.869Z Checking cpubits v0.1.1
49302026-08-21T16:22:29.994Z Checking pem-rfc7468 v1.0.0
49312026-08-21T16:22:30.008Z Checking hmac v0.13.0
49322026-08-21T16:22:30.011Z Checking universal-hash v0.6.1
49332026-08-21T16:22:30.033Z Checking ctr v0.10.1
49342026-08-21T16:22:30.034Z Checking aead v0.6.1
49352026-08-21T16:22:30.062Z Checking crypto-bigint v0.7.5
49362026-08-21T16:22:30.062Z Checking aes v0.9.1
49372026-08-21T16:22:30.089Z Checking salsa20 v0.11.0
49382026-08-21T16:22:30.135Z Checking der v0.8.0
49392026-08-21T16:22:30.138Z Checking polyval v0.7.1
49402026-08-21T16:22:30.153Z Checking pbkdf2 v0.13.0
49412026-08-21T16:22:30.217Z Checking cbc v0.2.1
49422026-08-21T16:22:30.243Z Checking ff v0.14.0
49432026-08-21T16:22:30.263Z Checking signature v3.0.0
49442026-08-21T16:22:30.298Z Checking scrypt v0.12.0
49452026-08-21T16:22:30.354Z Checking base16ct v1.0.0
49462026-08-21T16:22:30.368Z Checking ghash v0.6.0
49472026-08-21T16:22:30.383Z Checking group v0.14.0
49482026-08-21T16:22:30.414Z Checking hkdf v0.13.0
49492026-08-21T16:22:30.454Z Compiling curve25519-dalek v5.0.0
49502026-08-21T16:22:30.472Z Checking keccak v0.2.0
49512026-08-21T16:22:30.487Z Checking aes-gcm v0.11.0
49522026-08-21T16:22:30.503Z Checking poly1305 v0.9.0
49532026-08-21T16:22:30.524Z Checking wnaf v0.14.0
49542026-08-21T16:22:30.545Z Checking blowfish v0.10.0
49552026-08-21T16:22:30.625Z Checking blake2 v0.11.0-rc.6
49562026-08-21T16:22:30.649Z Checking sha3 v0.11.0
49572026-08-21T16:22:30.689Z Checking kem v0.3.0
49582026-08-21T16:22:30.704Z Checking bcrypt-pbkdf v0.11.0
49592026-08-21T16:22:30.764Z Checking module-lattice v0.2.3
49602026-08-21T16:22:30.806Z Checking sponge-cursor v0.1.0
49612026-08-21T16:22:30.865Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49622026-08-21T16:22:30.880Z Checking argon2 v0.6.0-rc.8
49632026-08-21T16:22:30.931Z Checking sha3 v0.12.0
49642026-08-21T16:22:30.961Z Checking spki v0.8.0
49652026-08-21T16:22:30.979Z Checking sec1 v0.8.1
49662026-08-21T16:22:30.982Z Checking ml-kem v0.3.2
49672026-08-21T16:22:31.043Z Checking internal-russh-num-bigint v0.5.0
49682026-08-21T16:22:31.127Z Checking num-bigint v0.4.6
49692026-08-21T16:22:31.142Z Checking pkcs5 v0.8.1
49702026-08-21T16:22:31.182Z Checking pkcs1 v0.8.0-rc.4
49712026-08-21T16:22:31.196Z Checking generic-array v1.4.3
49722026-08-21T16:22:31.392Z Checking russh-util v0.52.0
49732026-08-21T16:22:31.432Z Checking pkcs8 v0.11.0
49742026-08-21T16:22:31.512Z Compiling enum_dispatch v0.3.13
49752026-08-21T16:22:31.594Z Compiling delegate v0.13.5
49762026-08-21T16:22:31.629Z Checking ed25519 v3.0.0
49772026-08-21T16:22:31.716Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-21T16:22:31.760Z Checking hex-literal v1.1.0
49792026-08-21T16:22:31.829Z Checking ed25519-dalek v3.0.0
49802026-08-21T16:22:31.858Z Checking md5 v0.8.0
49812026-08-21T16:22:31.904Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-21T16:22:32.025Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-21T16:22:32.040Z Checking socket2 v0.5.10
49842026-08-21T16:22:32.055Z Checking internet-checksum v0.2.1
49852026-08-21T16:22:32.116Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-21T16:22:32.260Z Checking elliptic-curve v0.14.1
49872026-08-21T16:22:32.260Z Checking primefield v0.14.0
49882026-08-21T16:22:32.260Z Checking rfc6979 v0.6.0
49892026-08-21T16:22:32.302Z Checking ssh-encoding v0.3.0
49902026-08-21T16:22:32.416Z Checking crypto-primes v0.7.2
49912026-08-21T16:22:32.535Z Checking ssh-cipher v0.3.0
49922026-08-21T16:22:32.535Z Checking russh-cryptovec v0.62.0
49932026-08-21T16:22:32.672Z Checking ecdsa v0.17.0
49942026-08-21T16:22:32.672Z Checking primeorder v0.14.0
49952026-08-21T16:22:33.042Z Checking p521 v0.14.0
49962026-08-21T16:22:33.043Z Checking p384 v0.14.0
49972026-08-21T16:22:33.046Z Checking p256 v0.14.0
49982026-08-21T16:22:33.358Z Checking rsa v0.10.0-rc.18
49992026-08-21T16:22:35.889Z Checking ssh-key v0.7.0-rc.11
50002026-08-21T16:22:36.648Z Checking russh v0.62.4
50012026-08-21T16:22:50.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.93s
50022026-08-21T16:22:50.015Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-21T16:22:50.016Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-21T16:22:50.204Z
50052026-08-21T16:22:50.204Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-21T16:22:50.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-21T16:22:50.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-21T16:22:50.856Z Checking termios v0.3.3
50092026-08-21T16:22:51.037Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-21T16:22:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50112026-08-21T16:22:51.798Z
50122026-08-21T16:22:51.798Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-21T16:22:52.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-21T16:22:52.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-21T16:22:52.480Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-21T16:22:53.176Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-21T16:22:54.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
50182026-08-21T16:22:54.969Z
50192026-08-21T16:22:54.970Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-21T16:22:55.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-21T16:22:55.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-21T16:22:55.608Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-21T16:22:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
50242026-08-21T16:22:56.214Z
50252026-08-21T16:22:56.214Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-21T16:22:56.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-21T16:22:56.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-21T16:22:56.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-21T16:22:56.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50302026-08-21T16:22:56.766Z
50312026-08-21T16:22:56.766Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-21T16:22:57.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-21T16:22:57.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-21T16:22:57.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-21T16:22:57.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-21T16:22:57.324Z
50372026-08-21T16:22:57.324Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-21T16:22:57.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-21T16:22:57.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-21T16:22:58.065Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-21T16:22:58.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50422026-08-21T16:22:58.836Z
50432026-08-21T16:22:58.836Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-21T16:22:59.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-21T16:22:59.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-21T16:22:59.474Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-21T16:22:59.474Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-21T16:23:00.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
50492026-08-21T16:23:00.560Z
50502026-08-21T16:23:00.560Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-21T16:23:01.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-21T16:23:01.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-21T16:23:01.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-21T16:23:01.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-21T16:23:01.125Z
50562026-08-21T16:23:01.125Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-21T16:23:01.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-21T16:23:01.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-21T16:23:01.797Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-21T16:23:02.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50612026-08-21T16:23:03.064Z
50622026-08-21T16:23:03.064Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-21T16:23:03.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-21T16:23:03.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-21T16:23:03.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-21T16:23:04.186Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-21T16:23:04.699Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-21T16:23:04.703Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-21T16:23:11.435Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-21T16:23:11.439Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-21T16:23:11.439Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-21T16:23:12.072Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-21T16:23:12.072Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-21T16:23:12.075Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-21T16:23:12.075Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-21T16:23:12.874Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-21T16:23:13.465Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-21T16:23:13.696Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-21T16:23:13.897Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-21T16:23:14.758Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-21T16:23:15.413Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-21T16:23:20.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-21T16:23:27.718Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50842026-08-21T16:23:27.721Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-21T16:23:27.722Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50862026-08-21T16:23:27.722Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50872026-08-21T16:23:29.264Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-21T16:23:30.535Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-21T16:23:31.204Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-21T16:23:32.484Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-21T16:23:33.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.95s
50922026-08-21T16:23:33.227Z
50932026-08-21T16:23:33.227Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-21T16:23:33.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-21T16:23:33.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-21T16:23:33.926Z Checking rtoolbox v0.0.3
50972026-08-21T16:23:33.929Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50982026-08-21T16:23:33.930Z Checking tui-tree-widget v0.23.1
50992026-08-21T16:23:33.930Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-21T16:23:34.142Z Checking rpassword v7.5.4
51012026-08-21T16:23:36.935Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-21T16:23:38.785Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-21T16:23:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
51042026-08-21T16:23:39.909Z
51052026-08-21T16:23:39.909Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-21T16:23:40.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-21T16:23:40.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-21T16:23:40.593Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-21T16:23:40.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
51102026-08-21T16:23:41.136Z
51112026-08-21T16:23:41.136Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-21T16:23:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-21T16:23:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-21T16:23:41.830Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-21T16:23:45.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
51162026-08-21T16:23:45.561Z
51172026-08-21T16:23:45.561Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-21T16:23:46.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-21T16:23:46.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-21T16:23:46.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-21T16:23:46.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51222026-08-21T16:23:46.119Z
51232026-08-21T16:23:46.119Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-21T16:23:46.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-21T16:23:46.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-21T16:23:46.777Z Checking uzers v0.12.2
51272026-08-21T16:23:47.052Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-21T16:23:47.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51292026-08-21T16:23:48.032Z
51302026-08-21T16:23:48.032Zreal 14:03.358868793
51312026-08-21T16:23:48.032Zuser 21:25.047135708
51322026-08-21T16:23:48.032Zsys 4:17.974894100
51332026-08-21T16:23:48.032Ztrap 0.338638258
51342026-08-21T16:23:48.032Ztflt 0.564153056
51352026-08-21T16:23:48.033Zdflt 0.851071807
51362026-08-21T16:23:48.033Zkflt 0.005767500
51372026-08-21T16:23:48.033Zlock 1:27:24.408639016
51382026-08-21T16:23:48.033Zslp 1:41:03.470500117
51392026-08-21T16:23:48.033Zlat 56.044348044
51402026-08-21T16:23:48.033Zstop 4:04.851515133
51412026-08-21T16:23:48.036Zprocess exited: duration 972889 ms, exit code 0
 
51422026-08-21T16:23:48.045Zfound 0 output files