01M0MPK18AN4N0C4Y1848D97TV: 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: 01M0MPKC3AZTCTS05ZZX3WE9FV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-22T12:20:39.755Zjob assigned to worker 01M0MPKP6ZXYAK9MRTJ9CB6VD8 [factory aws, i-00390942b82bd9b89] (queued for 52 s)
 
22026-08-22T12:20:45.777Zstarting task 0: "setup"
32026-08-22T12:20:45.780Z++ uname -s
42026-08-22T12:20:45.780Z+ kern=SunOS
52026-08-22T12:20:45.780Z+ build_user=build
62026-08-22T12:20:45.780Z+ build_uid=12345
72026-08-22T12:20:45.780Z+ work_dir=/work
82026-08-22T12:20:45.780Z+ input_dir=/input
92026-08-22T12:20:45.780Z+ [[ 0 == 12345 ]]
102026-08-22T12:20:45.780Z+ case "$kern" in
112026-08-22T12:20:45.780Z+ groupadd -g 12345 build
122026-08-22T12:20:45.783Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-22T12:20:47.787Z+ zfs create -o mountpoint=/work rpool/work
142026-08-22T12:20:47.898Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-22T12:20:47.901Z+ home_fs=zfs
162026-08-22T12:20:47.901Z+ [[ zfs == autofs ]]
172026-08-22T12:20:47.901Z+ mkdir -p /home/build
182026-08-22T12:20:47.901Z+ chown build:build /home/build /work
192026-08-22T12:20:49.902Z+ chmod 0700 /home/build /work
202026-08-22T12:20:49.905Zprocess exited: duration 4131 ms, exit code 0
 
212026-08-22T12:20:49.911Zstarting task 1: "rust-toolchain"
222026-08-22T12:20:49.915Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-22T12:20:49.915Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-22T12:20:49.915Z * rust toolchain channel = "1.97.1"
252026-08-22T12:20:49.915Z * rust toolchain profile = "default"
262026-08-22T12:20:49.915Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-22T12:20:49.915Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-22T12:20:49.918Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-22T12:20:49.918Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-22T12:20:50.053Zinfo: downloading installer
312026-08-22T12:20:51.332Zwarn: It looks like you have an existing rustup settings file at:
322026-08-22T12:20:51.332Zwarn: /home/build/.rustup/settings.toml
332026-08-22T12:20:51.332Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-22T12:20:51.332Zwarn: instead of the one inferred from the default host triple.
352026-08-22T12:20:51.344Zinfo: profile set to default
362026-08-22T12:20:51.344Zinfo: default host triple is x86_64-unknown-illumos
372026-08-22T12:20:51.348Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-22T12:20:51.495Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-22T12:20:51.498Zinfo: downloading 6 components
402026-08-22T12:21:07.046Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-22T12:21:07.047Z
422026-08-22T12:21:07.074Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-22T12:21:07.074Z
442026-08-22T12:21:07.074Z
452026-08-22T12:21:07.074ZRust is installed now. Great!
462026-08-22T12:21:07.074Z
472026-08-22T12:21:07.074ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-22T12:21:07.074Zenvironment variable. This has not been done automatically.
492026-08-22T12:21:07.074Z
502026-08-22T12:21:07.074ZTo configure your current shell, you need to source
512026-08-22T12:21:07.074Zthe corresponding env file under $HOME/.cargo.
522026-08-22T12:21:07.074Z
532026-08-22T12:21:07.074ZThis is usually done by running one of the following (note the leading DOT):
542026-08-22T12:21:07.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-22T12:21:07.074Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-22T12:21:07.074Zsource "~/.cargo/env.nu" # For nushell
572026-08-22T12:21:07.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-22T12:21:07.074Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-22T12:21:07.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-22T12:21:07.078Zwarn: no default linker (`cc`) was found in your PATH
612026-08-22T12:21:07.078Zwarn: many Rust crates require a system C toolchain to build
622026-08-22T12:21:07.180Z+ rustup --version
632026-08-22T12:21:07.188Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-22T12:21:07.191Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-22T12:21:07.209Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-22T12:21:07.212Z+ cargo --version
672026-08-22T12:21:07.242Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-22T12:21:07.242Z+ rustc --version
692026-08-22T12:21:07.247Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-22T12:21:07.250Zprocess exited: duration 17338 ms, exit code 0
 
712026-08-22T12:21:07.256Zstarting task 2: "authentication"
722026-08-22T12:21:07.273Zprocess exited: duration 16 ms, exit code 0
 
732026-08-22T12:21:07.279Zstarting task 3: "clone repository"
742026-08-22T12:21:07.282Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-22T12:21:07.285Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-22T12:21:07.314ZCloning into '/work/oxidecomputer/omicron'...
772026-08-22T12:21:20.563Z+ cd /work/oxidecomputer/omicron
782026-08-22T12:21:20.563Z+ git fetch origin 8ef0b30131a4fe9e1dee836b36492f0695c69b93
792026-08-22T12:21:20.884ZFrom https://github.com/oxidecomputer/omicron
802026-08-22T12:21:20.884Z * branch 8ef0b30131a4fe9e1dee836b36492f0695c69b93 -> FETCH_HEAD
812026-08-22T12:21:20.895Z+ [[ -n skaram/publish-sled-agent-softnpu ]]
822026-08-22T12:21:20.898Z++ git branch --show-current
832026-08-22T12:21:20.898Z+ current=main
842026-08-22T12:21:20.898Z+ [[ main != skaram/publish-sled-agent-softnpu ]]
852026-08-22T12:21:20.898Z+ git branch -f skaram/publish-sled-agent-softnpu 8ef0b30131a4fe9e1dee836b36492f0695c69b93
862026-08-22T12:21:20.902Z+ git checkout -f skaram/publish-sled-agent-softnpu
872026-08-22T12:21:21.150ZSwitched to branch 'skaram/publish-sled-agent-softnpu'
882026-08-22T12:21:21.154Z+ git reset --hard 8ef0b30131a4fe9e1dee836b36492f0695c69b93
892026-08-22T12:21:21.166ZHEAD is now at 8ef0b3013 Publish the omicron-sled-agent package as a separate, small artifact for virtual (softnpu) labs
902026-08-22T12:21:21.170Zprocess exited: duration 13888 ms, exit code 0
 
912026-08-22T12:21:21.177Zstarting task 4: "build"
922026-08-22T12:21:21.180Z+ source .github/buildomat/ci-env.sh
932026-08-22T12:21:21.180Z++ export CARGO_TERM_COLOR=always
942026-08-22T12:21:21.180Z++ CARGO_TERM_COLOR=always
952026-08-22T12:21:21.183Z+++ uname -s
962026-08-22T12:21:21.183Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-22T12:21:21.183Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-22T12:21:21.183Z+ cargo --version
992026-08-22T12:21:21.192Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-22T12:21:21.195Z+ rustc --version
1012026-08-22T12:21:21.214Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-22T12:21:21.219Z+ source ./env.sh
1032026-08-22T12:21:21.219Z++ OLD_SHELL_OPTS=ehxB
1042026-08-22T12:21:21.219Z++ set -o xtrace
1052026-08-22T12:21:21.219Z++++ dirname ./env.sh
1062026-08-22T12:21:21.222Z+++ readlink -f .
1072026-08-22T12:21:21.226Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ 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-22T12:21:21.226Z++ case $OLD_SHELL_OPTS in
1192026-08-22T12:21:21.226Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-22T12:21:21.226Z+ 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-22T12:21:21.226Z+ 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-22T12:21:21.226Z+ banner prerequisites
1232026-08-22T12:21:21.226Z
1242026-08-22T12:21:21.226Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-22T12:21:21.226Z # # # # # # # # # # # # # # #
1262026-08-22T12:21:21.226Z # # # # ##### # # ##### # # # # # #### #
1272026-08-22T12:21:21.226Z ##### ##### # ##### # # # # # # # # #
1282026-08-22T12:21:21.226Z # # # # # # # # # # # # # # #
1292026-08-22T12:21:21.226Z # # # ###### # # ###### ### # #### # #### #
1302026-08-22T12:21:21.226Z
1312026-08-22T12:21:21.226Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-22T12:21:23.152Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-22T12:21:23.504Z Startup: Caching catalogs ... Done
1342026-08-22T12:21:25.457ZPlanning: Solver setup ... Done (1.842s)
1352026-08-22T12:21:25.514ZPlanning: Running solver ... Done (0.057s)
1362026-08-22T12:21:25.559ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-22T12:21:25.570ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-22T12:21:25.592ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-22T12:21:25.605ZPlanning: Package planning ... Done (0.013s)
1402026-08-22T12:21:25.608ZPlanning: Merging actions ... Done (0.001s)
1412026-08-22T12:21:25.767ZPlanning: Checking for conflicting actions ... Done (0.159s)
1422026-08-22T12:21:25.770ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-22T12:21:26.638ZPlanning: Evaluating mediators ... Done (0.871s)
1442026-08-22T12:21:26.641ZPlanning: Planning completed in 3.10 seconds
1452026-08-22T12:21:26.647Z Packages to install: 2
1462026-08-22T12:21:26.648Z Estimated space available: 156.01 GB
1472026-08-22T12:21:26.648ZEstimated space to be consumed: 74.96 MB
1482026-08-22T12:21:26.651Z Create boot environment: No
1492026-08-22T12:21:26.651ZCreate backup boot environment: No
1502026-08-22T12:21:26.651Z Rebuild boot archive: No
1512026-08-22T12:21:26.651Z
1522026-08-22T12:21:26.651ZChanged packages:
1532026-08-22T12:21:26.651Zhelios
1542026-08-22T12:21:26.651Z developer/build-essential
1552026-08-22T12:21:26.651Z None -> 11-3.0
1562026-08-22T12:21:26.651Z library/libxmlsec1
1572026-08-22T12:21:26.651Z None -> 1.2.35-3.0
1582026-08-22T12:21:26.672Z
1592026-08-22T12:21:26.672ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-22T12:21:26.739ZDownload: Completed 1.28 MB in 0.07 seconds (19.3M/s)
1612026-08-22T12:21:26.807Z Actions: 1/268 actions (Installing new actions)
1622026-08-22T12:21:26.844Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-22T12:21:26.876ZFinalize: Updating package state database ... Done (0.031s)
1642026-08-22T12:21:26.876ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-22T12:21:26.956ZFinalize: Updating image state ... Done (0.080s)
1662026-08-22T12:21:29.479ZFinalize: Creating fast lookup database ... Done (2.473s)
1672026-08-22T12:21:29.550ZFinalize: Reading search index ... Done (0.011s)
1682026-08-22T12:21:29.554ZFinalize: Updating search index ... Done (0.000s)
1692026-08-22T12:21:29.635ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-22T12:21:29.993ZPlanning: Evaluating mediator changes ... Done
1712026-08-22T12:21:30.097ZPlanning: Checking for conflicting actions ... Done
1722026-08-22T12:21:30.101ZPlanning: Consolidating action changes ... Done
1732026-08-22T12:21:30.251ZPlanning: Evaluating mediators ... Done
1742026-08-22T12:21:30.254ZPlanning: Planning completed in 0.26 seconds
1752026-08-22T12:21:30.274Z Mediators to change: 2
1762026-08-22T12:21:30.274Z Create boot environment: No
1772026-08-22T12:21:30.274ZCreate backup boot environment: No
1782026-08-22T12:21:30.336ZFinalize: Updating package state database ... Done
1792026-08-22T12:21:30.340ZFinalize: Updating package cache ... Done
1802026-08-22T12:21:30.384ZFinalize: Updating image state ... Done
1812026-08-22T12:21:32.325ZFinalize: Creating fast lookup database ... Done
1822026-08-22T12:21:32.389ZFinalize: Reading search index ... Done
1832026-08-22T12:21:32.392ZFinalize: Updating search index ... Done
1842026-08-22T12:21:32.479ZFinalize: Updating package cache ... Done
1852026-08-22T12:21:32.762ZPlanning: Evaluating mediator changes ... Done
1862026-08-22T12:21:32.869ZPlanning: Checking for conflicting actions ... Done
1872026-08-22T12:21:32.872ZPlanning: Consolidating action changes ... Done
1882026-08-22T12:21:33.024ZPlanning: Evaluating mediators ... Done
1892026-08-22T12:21:33.027ZPlanning: Planning completed in 0.26 seconds
1902026-08-22T12:21:33.047Z Mediators to change: 1
1912026-08-22T12:21:33.047Z Create boot environment: No
1922026-08-22T12:21:33.050ZCreate backup boot environment: No
1932026-08-22T12:21:33.109ZFinalize: Updating package state database ... Done
1942026-08-22T12:21:33.109ZFinalize: Updating package cache ... Done
1952026-08-22T12:21:33.160ZFinalize: Updating image state ... Done
1962026-08-22T12:21:35.115ZFinalize: Creating fast lookup database ... Done
1972026-08-22T12:21:35.175ZFinalize: Reading search index ... Done
1982026-08-22T12:21:35.177ZFinalize: Updating search index ... Done
1992026-08-22T12:21:35.255ZFinalize: Updating package cache ... Done
2002026-08-22T12:21:35.564ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-22T12:21:35.564Zapache system 2.4 system
2022026-08-22T12:21:35.564Zclang system 15 system
2032026-08-22T12:21:35.564Zcsh system system illumos
2042026-08-22T12:21:35.564Zctags system system illumos
2052026-08-22T12:21:35.564Zfile vendor vendor darwinsys
2062026-08-22T12:21:35.565Zfile system system illumos
2072026-08-22T12:21:35.565Zgcc vendor 14 vendor
2082026-08-22T12:21:35.565Zgcc system 13 system
2092026-08-22T12:21:35.565Zgcc system 10 system
2102026-08-22T12:21:35.565Zgo system 1.25 system
2112026-08-22T12:21:35.565Zllvm system 15 system
2122026-08-22T12:21:35.565Zmariadb system 11.4 system
2132026-08-22T12:21:35.565Zmta vendor vendor dma
2142026-08-22T12:21:35.565Zopenjdk system 17 system
2152026-08-22T12:21:35.565Zopenjdk system 11 system
2162026-08-22T12:21:35.565Zopenssl vendor 3 vendor
2172026-08-22T12:21:35.565Zperl system 5.40 system
2182026-08-22T12:21:35.565Zpostgresql system 18 system
2192026-08-22T12:21:35.565Zpostgresql system 17 system
2202026-08-22T12:21:35.565Zpython vendor 3 vendor
2212026-08-22T12:21:35.565Zpython system 2 system
2222026-08-22T12:21:35.565Zpython3 vendor 3.13 vendor
2232026-08-22T12:21:35.565Zruby system 3.4 system
2242026-08-22T12:21:35.565Zruby system 3.0 system
2252026-08-22T12:21:35.565Zwords vendor vendor american-english
2262026-08-22T12:21:35.565Zwords system system australian-english
2272026-08-22T12:21:35.565Zwords system system british-english
2282026-08-22T12:21:35.565Zwords system system canadian-english
2292026-08-22T12:21:35.565Zwords system system french
2302026-08-22T12:21:35.565Zwords system system italian
2312026-08-22T12:21:35.565Zwords system system ngerman
2322026-08-22T12:21:35.566Zwords system system ogerman
2332026-08-22T12:21:35.566Zwords system system spanish
2342026-08-22T12:21:35.818ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-22T12:21:35.818Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-22T12:21:36.284ZFMRI IFO
2372026-08-22T12:21:36.285Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-22T12:21:36.285Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-22T12:21:36.285Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-22T12:21:36.285Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-22T12:21:36.285Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-22T12:21:36.285Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-22T12:21:36.285Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-22T12:21:36.285Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-22T12:21:36.285Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-22T12:21:36.608Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-22T12:21:36.958Z Updating crates.io index
2482026-08-22T12:21:36.961Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-22T12:21:37.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-22T12:21:37.613Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-22T12:21:38.654Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-22T12:21:39.206Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-22T12:21:40.875Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-22T12:21:41.723Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-22T12:21:42.021Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-22T12:21:42.416Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-22T12:21:43.608Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-22T12:21:44.166Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-22T12:21:44.543Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-22T12:21:44.838Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-22T12:21:45.374Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-22T12:21:45.659Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-22T12:21:45.996Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-22T12:21:46.280Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-22T12:21:46.630Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-22T12:21:47.154Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-22T12:21:47.561Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-22T12:21:48.046Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-22T12:21:48.325Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-22T12:21:48.903Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-22T12:21:49.235Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-22T12:21:49.793Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-22T12:21:50.298Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-22T12:21:50.591Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-22T12:21:51.025Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-22T12:21:51.359Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-22T12:21:51.640Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-22T12:21:51.954Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-22T12:21:52.329Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-22T12:21:52.880Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-22T12:21:53.415Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-22T12:21:53.709Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-22T12:21:54.036Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-22T12:21:54.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-22T12:21:54.672Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-22T12:21:54.941Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-22T12:21:55.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-22T12:21:55.531Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-22T12:21:55.807Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-22T12:21:58.375Z Downloading crates ...
2912026-08-22T12:21:58.429Z Downloaded anstyle v1.0.14
2922026-08-22T12:21:58.433Z Downloaded anstyle-parse v1.0.0
2932026-08-22T12:21:58.433Z Downloaded anstream v1.0.0
2942026-08-22T12:21:58.433Z Downloaded bitflags v2.11.0
2952026-08-22T12:21:58.436Z Downloaded anstyle-query v1.1.5
2962026-08-22T12:21:58.440Z Downloaded heck v0.4.1
2972026-08-22T12:21:58.440Z Downloaded fastrand v2.3.0
2982026-08-22T12:21:58.440Z Downloaded autocfg v1.5.0
2992026-08-22T12:21:58.444Z Downloaded cargo-platform v0.3.2
3002026-08-22T12:21:58.448Z Downloaded equivalent v1.0.2
3012026-08-22T12:21:58.448Z Downloaded zmij v1.0.21
3022026-08-22T12:21:58.448Z Downloaded dtrace-parser v0.2.0
3032026-08-22T12:21:58.453Z Downloaded cpufeatures v0.2.17
3042026-08-22T12:21:58.456Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-22T12:21:58.456Z Downloaded dof v0.3.0
3062026-08-22T12:21:58.456Z Downloaded zerocopy v0.7.35
3072026-08-22T12:21:58.463Z Downloaded zerocopy-derive v0.7.35
3082026-08-22T12:21:58.467Z Downloaded block-buffer v0.10.4
3092026-08-22T12:21:58.467Z Downloaded fnv v1.0.7
3102026-08-22T12:21:58.467Z Downloaded is_terminal_polyfill v1.70.2
3112026-08-22T12:21:58.471Z Downloaded heck v0.5.0
3122026-08-22T12:21:58.471Z Downloaded colorchoice v1.0.4
3132026-08-22T12:21:58.471Z Downloaded cfg-if v1.0.4
3142026-08-22T12:21:58.471Z Downloaded itoa v1.0.17
3152026-08-22T12:21:58.475Z Downloaded generic-array v0.14.7
3162026-08-22T12:21:58.479Z Downloaded strsim v0.11.1
3172026-08-22T12:21:58.482Z Downloaded swrite v0.1.0
3182026-08-22T12:21:58.486Z Downloaded scroll_derive v0.12.1
3192026-08-22T12:21:58.490Z Downloaded memmap v0.7.0
3202026-08-22T12:21:58.490Z Downloaded macaddr v1.0.1
3212026-08-22T12:21:58.493Z Downloaded toml_write v0.1.2
3222026-08-22T12:21:58.498Z Downloaded terminal_size v0.4.3
3232026-08-22T12:21:58.502Z Downloaded pretty-hex v0.4.1
3242026-08-22T12:21:58.502Z Downloaded utf8parse v0.2.2
3252026-08-22T12:21:58.502Z Downloaded errno v0.3.14
3262026-08-22T12:21:58.505Z Downloaded usdt v0.5.0
3272026-08-22T12:21:58.508Z Downloaded serde_spanned v0.6.9
3282026-08-22T12:21:58.511Z Downloaded version_check v0.9.5
3292026-08-22T12:21:58.514Z Downloaded thread-id v4.2.2
3302026-08-22T12:21:58.518Z Downloaded tabled_derive v0.7.0
3312026-08-22T12:21:58.518Z Downloaded toml_datetime v0.6.11
3322026-08-22T12:21:58.522Z Downloaded usdt-attr-macro v0.5.0
3332026-08-22T12:21:58.525Z Downloaded smawk v0.3.2
3342026-08-22T12:21:58.525Z Downloaded crypto-common v0.1.7
3352026-08-22T12:21:58.525Z Downloaded usdt-macro v0.5.0
3362026-08-22T12:21:58.525Z Downloaded unicode-linebreak v0.1.5
3372026-08-22T12:21:58.530Z Downloaded clap_lex v1.0.0
3382026-08-22T12:21:58.537Z Downloaded bytecount v0.6.9
3392026-08-22T12:21:58.540Z Downloaded cargo_metadata v0.23.1
3402026-08-22T12:21:58.540Z Downloaded camino-tempfile v1.4.1
3412026-08-22T12:21:58.548Z Downloaded digest v0.10.7
3422026-08-22T12:21:58.556Z Downloaded once_cell v1.21.3
3432026-08-22T12:21:58.559Z Downloaded plain v0.2.3
3442026-08-22T12:21:58.559Z Downloaded scroll v0.12.0
3452026-08-22T12:21:58.559Z Downloaded byteorder v1.5.0
3462026-08-22T12:21:58.563Z Downloaded serde_tokenstream v0.2.3
3472026-08-22T12:21:58.566Z Downloaded quote v1.0.45
3482026-08-22T12:21:58.569Z Downloaded thiserror v1.0.69
3492026-08-22T12:21:58.573Z Downloaded thiserror-impl v1.0.69
3502026-08-22T12:21:58.573Z Downloaded cargo_toml v0.21.0
3512026-08-22T12:21:58.573Z Downloaded sha2 v0.10.9
3522026-08-22T12:21:58.577Z Downloaded proc-macro-error v1.0.4
3532026-08-22T12:21:58.581Z Downloaded usdt-impl v0.5.0
3542026-08-22T12:21:58.586Z Downloaded camino v1.2.5
3552026-08-22T12:21:58.589Z Downloaded pest_derive v2.8.6
3562026-08-22T12:21:58.597Z Downloaded clap_derive v4.6.1
3572026-08-22T12:21:58.601Z Downloaded serde_derive v1.0.228
3582026-08-22T12:21:58.604Z Downloaded pest_generator v2.8.6
3592026-08-22T12:21:58.607Z Downloaded fs-err v3.3.0
3602026-08-22T12:21:58.607Z Downloaded thiserror-impl v2.0.18
3612026-08-22T12:21:58.615Z Downloaded thiserror v2.0.18
3622026-08-22T12:21:58.625Z Downloaded clap v4.6.1
3632026-08-22T12:21:58.629Z Downloaded proc-macro2 v1.0.106
3642026-08-22T12:21:58.632Z Downloaded serde_core v1.0.228
3652026-08-22T12:21:58.632Z Downloaded anyhow v1.0.104
3662026-08-22T12:21:58.636Z Downloaded semver v1.0.28
3672026-08-22T12:21:58.636Z Downloaded log v0.4.33
3682026-08-22T12:21:58.639Z Downloaded papergrid v0.11.0
3692026-08-22T12:21:58.639Z Downloaded ucd-trie v0.1.7
3702026-08-22T12:21:58.642Z Downloaded getrandom v0.3.4
3712026-08-22T12:21:58.646Z Downloaded toml v0.8.23
3722026-08-22T12:21:58.665Z Downloaded pest_meta v2.8.6
3732026-08-22T12:21:58.668Z Downloaded tempfile v3.27.0
3742026-08-22T12:21:58.668Z Downloaded unicode-ident v1.0.24
3752026-08-22T12:21:58.673Z Downloaded textwrap v0.16.2
3762026-08-22T12:21:58.676Z Downloaded toml_edit v0.22.27
3772026-08-22T12:21:58.698Z Downloaded memchr v2.8.0
3782026-08-22T12:21:58.701Z Downloaded serde v1.0.228
3792026-08-22T12:21:58.705Z Downloaded typenum v1.20.1
3802026-08-22T12:21:58.709Z Downloaded indexmap v2.14.0
3812026-08-22T12:21:58.730Z Downloaded pest v2.8.6
3822026-08-22T12:21:58.753Z Downloaded hashbrown v0.17.0
3832026-08-22T12:21:58.761Z Downloaded serde_json v1.0.151
3842026-08-22T12:21:58.768Z Downloaded clap_builder v4.6.0
3852026-08-22T12:21:58.774Z Downloaded winnow v0.7.14
3862026-08-22T12:21:58.783Z Downloaded goblin v0.8.2
3872026-08-22T12:21:58.791Z Downloaded tabled v0.15.0
3882026-08-22T12:21:58.812Z Downloaded syn v1.0.109
3892026-08-22T12:21:58.817Z Downloaded unicode-width v0.2.0
3902026-08-22T12:21:58.820Z Downloaded unicode-width v0.1.14
3912026-08-22T12:21:58.825Z Downloaded syn v2.0.117
3922026-08-22T12:21:58.843Z Downloaded rustix v1.1.4
3932026-08-22T12:21:58.873Z Downloaded libc v0.2.185
3942026-08-22T12:21:58.934Z Compiling proc-macro2 v1.0.106
3952026-08-22T12:21:58.934Z Compiling unicode-ident v1.0.24
3962026-08-22T12:21:58.937Z Compiling quote v1.0.45
3972026-08-22T12:21:58.938Z Compiling serde_core v1.0.228
3982026-08-22T12:21:58.938Z Compiling libc v0.2.185
3992026-08-22T12:21:58.938Z Compiling version_check v0.9.5
4002026-08-22T12:21:58.938Z Compiling memchr v2.8.0
4012026-08-22T12:21:58.938Z Compiling serde v1.0.228
4022026-08-22T12:21:59.240Z Compiling zmij v1.0.21
4032026-08-22T12:21:59.467Z Compiling thiserror v1.0.69
4042026-08-22T12:21:59.542Z Compiling itoa v1.0.17
4052026-08-22T12:21:59.722Z Compiling ucd-trie v0.1.7
4062026-08-22T12:21:59.857Z Compiling byteorder v1.5.0
4072026-08-22T12:21:59.874Z Compiling pest v2.8.6
4082026-08-22T12:21:59.966Z Compiling rustix v1.1.4
4092026-08-22T12:21:59.994Z Compiling errno v0.3.14
4102026-08-22T12:22:00.074Z Compiling bitflags v2.11.0
4112026-08-22T12:22:00.093Z Compiling serde_json v1.0.151
4122026-08-22T12:22:00.369Z Compiling syn v2.0.117
4132026-08-22T12:22:00.385Z Compiling thread-id v4.2.2
4142026-08-22T12:22:00.434Z Compiling proc-macro-error-attr v1.0.4
4152026-08-22T12:22:00.484Z Compiling usdt-impl v0.5.0
4162026-08-22T12:22:00.561Z Compiling camino v1.2.5
4172026-08-22T12:22:00.616Z Compiling syn v1.0.109
4182026-08-22T12:22:00.831Z Compiling proc-macro-error v1.0.4
4192026-08-22T12:22:00.954Z Compiling pest_meta v2.8.6
4202026-08-22T12:22:00.972Z Compiling utf8parse v0.2.2
4212026-08-22T12:22:01.022Z Compiling hashbrown v0.17.0
4222026-08-22T12:22:01.091Z Compiling log v0.4.33
4232026-08-22T12:22:01.192Z Compiling getrandom v0.3.4
4242026-08-22T12:22:01.438Z Compiling plain v0.2.3
4252026-08-22T12:22:01.552Z Compiling equivalent v1.0.2
4262026-08-22T12:22:01.604Z Compiling terminal_size v0.4.3
4272026-08-22T12:22:01.654Z Compiling indexmap v2.14.0
4282026-08-22T12:22:01.814Z Compiling anstyle-parse v1.0.0
4292026-08-22T12:22:02.250Z Compiling is_terminal_polyfill v1.70.2
4302026-08-22T12:22:02.277Z Compiling thiserror v2.0.18
4312026-08-22T12:22:02.294Z Compiling anstyle v1.0.14
4322026-08-22T12:22:02.352Z Compiling anstyle-query v1.1.5
4332026-08-22T12:22:02.398Z Compiling colorchoice v1.0.4
4342026-08-22T12:22:02.463Z Compiling toml_write v0.1.2
4352026-08-22T12:22:02.507Z Compiling cfg-if v1.0.4
4362026-08-22T12:22:02.528Z Compiling winnow v0.7.14
4372026-08-22T12:22:02.549Z Compiling autocfg v1.5.0
4382026-08-22T12:22:02.583Z Compiling pest_generator v2.8.6
4392026-08-22T12:22:02.599Z Compiling pretty-hex v0.4.1
4402026-08-22T12:22:02.735Z Compiling anstream v1.0.0
4412026-08-22T12:22:02.867Z Compiling once_cell v1.21.3
4422026-08-22T12:22:02.964Z Compiling fs-err v3.3.0
4432026-08-22T12:22:02.968Z Compiling clap_lex v1.0.0
4442026-08-22T12:22:03.092Z Compiling bytecount v0.6.9
4452026-08-22T12:22:03.152Z Compiling heck v0.5.0
4462026-08-22T12:22:03.206Z Compiling strsim v0.11.1
4472026-08-22T12:22:03.228Z Compiling anyhow v1.0.104
4482026-08-22T12:22:03.272Z Compiling heck v0.4.1
4492026-08-22T12:22:03.354Z Compiling unicode-width v0.1.14
4502026-08-22T12:22:03.381Z Compiling fnv v1.0.7
4512026-08-22T12:22:03.486Z Compiling fastrand v2.3.0
4522026-08-22T12:22:03.503Z Compiling clap_builder v4.6.0
4532026-08-22T12:22:03.626Z Compiling papergrid v0.11.0
4542026-08-22T12:22:03.643Z Compiling cargo-platform v0.3.2
4552026-08-22T12:22:03.738Z Compiling tempfile v3.27.0
4562026-08-22T12:22:03.756Z Compiling semver v1.0.28
4572026-08-22T12:22:03.912Z Compiling memmap v0.7.0
4582026-08-22T12:22:03.929Z Compiling tabled_derive v0.7.0
4592026-08-22T12:22:03.984Z Compiling unicode-linebreak v0.1.5
4602026-08-22T12:22:04.092Z Compiling unicode-width v0.2.0
4612026-08-22T12:22:04.101Z Compiling smawk v0.3.2
4622026-08-22T12:22:04.120Z Compiling camino-tempfile v1.4.1
4632026-08-22T12:22:04.242Z Compiling serde_derive v1.0.228
4642026-08-22T12:22:04.289Z Compiling thiserror-impl v1.0.69
4652026-08-22T12:22:04.289Z Compiling zerocopy-derive v0.7.35
4662026-08-22T12:22:04.341Z Compiling pest_derive v2.8.6
4672026-08-22T12:22:04.358Z Compiling scroll_derive v0.12.1
4682026-08-22T12:22:04.776Z Compiling thiserror-impl v2.0.18
4692026-08-22T12:22:04.814Z Compiling clap_derive v4.6.1
4702026-08-22T12:22:05.004Z Compiling scroll v0.12.0
4712026-08-22T12:22:05.007Z Compiling tabled v0.15.0
4722026-08-22T12:22:05.092Z Compiling zerocopy v0.7.35
4732026-08-22T12:22:05.333Z Compiling goblin v0.8.2
4742026-08-22T12:22:05.592Z Compiling dtrace-parser v0.2.0
4752026-08-22T12:22:05.686Z Compiling textwrap v0.16.2
4762026-08-22T12:22:06.319Z Compiling swrite v0.1.0
4772026-08-22T12:22:06.610Z Compiling clap v4.6.1
4782026-08-22T12:22:07.348Z Compiling dof v0.3.0
4792026-08-22T12:22:07.348Z Compiling serde_tokenstream v0.2.3
4802026-08-22T12:22:07.365Z Compiling serde_spanned v0.6.9
4812026-08-22T12:22:07.381Z Compiling toml_datetime v0.6.11
4822026-08-22T12:22:07.381Z Compiling cargo_metadata v0.23.1
4832026-08-22T12:22:07.428Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-22T12:22:07.431Z Compiling macaddr v1.0.1
4852026-08-22T12:22:07.669Z Compiling toml_edit v0.22.27
4862026-08-22T12:22:08.140Z Compiling usdt-macro v0.5.0
4872026-08-22T12:22:08.140Z Compiling usdt-attr-macro v0.5.0
4882026-08-22T12:22:08.731Z Compiling usdt v0.5.0
4892026-08-22T12:22:08.948Z Compiling toml v0.8.23
4902026-08-22T12:22:09.266Z Compiling cargo_toml v0.21.0
4912026-08-22T12:22:10.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-22T12:22:12.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.09s
4932026-08-22T12:22:12.743Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-22T12:22:13.260Z Downloading crates ...
4952026-08-22T12:22:13.308Z Downloaded adler2 v2.0.1
4962026-08-22T12:22:13.340Z Downloaded addr2line v0.25.1
4972026-08-22T12:22:13.343Z Downloaded aead v0.5.2
4982026-08-22T12:22:13.343Z Downloaded async-stream v0.3.6
4992026-08-22T12:22:13.343Z Downloaded arrayref v0.3.9
5002026-08-22T12:22:13.343Z Downloaded bcrypt-pbkdf v0.11.0
5012026-08-22T12:22:13.343Z Downloaded aes v0.9.1
5022026-08-22T12:22:13.344Z Downloaded async-stream-impl v0.3.6
5032026-08-22T12:22:13.344Z Downloaded atomicwrites v0.4.4
5042026-08-22T12:22:13.344Z Downloaded atty v0.2.14
5052026-08-22T12:22:13.344Z Downloaded bit-set v0.8.0
5062026-08-22T12:22:13.344Z Downloaded const-oid v0.10.2
5072026-08-22T12:22:13.344Z Downloaded embedded-io v0.6.1
5082026-08-22T12:22:13.344Z Downloaded atomic-waker v1.1.2
5092026-08-22T12:22:13.344Z Downloaded base16ct v0.2.0
5102026-08-22T12:22:13.344Z Downloaded async-recursion v1.1.1
5112026-08-22T12:22:13.344Z Downloaded enum-as-inner v0.6.1
5122026-08-22T12:22:13.344Z Downloaded embedded-io v0.4.0
5132026-08-22T12:22:13.347Z Downloaded env_filter v2.0.0
5142026-08-22T12:22:13.347Z Downloaded ff v0.13.1
5152026-08-22T12:22:13.347Z Downloaded env_logger v0.11.11
5162026-08-22T12:22:13.347Z Downloaded flagset v0.4.7
5172026-08-22T12:22:13.347Z Downloaded futures-core v0.3.32
5182026-08-22T12:22:13.350Z Downloaded base64ct v1.8.3
5192026-08-22T12:22:13.350Z Downloaded assert_matches v1.5.0
5202026-08-22T12:22:13.350Z Downloaded bitfield-macros v0.19.4
5212026-08-22T12:22:13.351Z Downloaded bitfield-struct v0.6.2
5222026-08-22T12:22:13.351Z Downloaded foreign-types v0.3.2
5232026-08-22T12:22:13.354Z Downloaded fd-lock v4.0.4
5242026-08-22T12:22:13.354Z Downloaded bit-set v0.5.3
5252026-08-22T12:22:13.356Z Downloaded futures-macro v0.3.32
5262026-08-22T12:22:13.356Z Downloaded form_urlencoded v1.2.2
5272026-08-22T12:22:13.356Z Downloaded float-ord v0.3.2
5282026-08-22T12:22:13.356Z Downloaded backtrace-ext v0.2.1
5292026-08-22T12:22:13.360Z Downloaded cobs v0.3.0
5302026-08-22T12:22:13.360Z Downloaded block-buffer v0.12.1
5312026-08-22T12:22:13.360Z Downloaded foldhash v0.1.5
5322026-08-22T12:22:13.362Z Downloaded group v0.14.0
5332026-08-22T12:22:13.362Z Downloaded base16ct v1.0.0
5342026-08-22T12:22:13.365Z Downloaded aead v0.6.1
5352026-08-22T12:22:13.365Z Downloaded ciborium-io v0.2.2
5362026-08-22T12:22:13.365Z Downloaded bb8 v0.8.6
5372026-08-22T12:22:13.368Z Downloaded foreign-types-shared v0.3.1
5382026-08-22T12:22:13.372Z Downloaded float-cmp v0.10.0
5392026-08-22T12:22:13.372Z Downloaded gethostname v0.5.0
5402026-08-22T12:22:13.372Z Downloaded cfg_aliases v0.1.1
5412026-08-22T12:22:13.373Z Downloaded endian-type v0.1.2
5422026-08-22T12:22:13.373Z Downloaded ascii-canvas v3.0.0
5432026-08-22T12:22:13.376Z Downloaded foreign-types v0.5.0
5442026-08-22T12:22:13.376Z Downloaded fxhash v0.2.1
5452026-08-22T12:22:13.376Z Downloaded futures-sink v0.3.32
5462026-08-22T12:22:13.376Z Downloaded git-stub v1.0.0
5472026-08-22T12:22:13.376Z Downloaded ghash v0.6.0
5482026-08-22T12:22:13.379Z Downloaded fixedbitset v0.4.2
5492026-08-22T12:22:13.383Z Downloaded foreign-types-macros v0.2.3
5502026-08-22T12:22:13.386Z Downloaded compression-core v0.4.31
5512026-08-22T12:22:13.387Z Downloaded argon2 v0.5.3
5522026-08-22T12:22:13.387Z Downloaded bit-vec v0.6.3
5532026-08-22T12:22:13.390Z Downloaded bit-vec v0.8.0
5542026-08-22T12:22:13.390Z Downloaded hostname v0.4.2
5552026-08-22T12:22:13.390Z Downloaded find-msvc-tools v0.1.9
5562026-08-22T12:22:13.390Z Downloaded fixedbitset v0.5.7
5572026-08-22T12:22:13.393Z Downloaded futures-executor v0.3.32
5582026-08-22T12:22:13.393Z Downloaded aes-gcm v0.11.0
5592026-08-22T12:22:13.395Z Downloaded arrayvec v0.7.6
5602026-08-22T12:22:13.395Z Downloaded enum_dispatch v0.3.13
5612026-08-22T12:22:13.396Z Downloaded fallible-iterator v0.2.0
5622026-08-22T12:22:13.398Z Downloaded castaway v0.2.4
5632026-08-22T12:22:13.398Z Downloaded ff v0.14.0
5642026-08-22T12:22:13.398Z Downloaded hubpack_derive v0.1.1
5652026-08-22T12:22:13.398Z Downloaded foreign-types-shared v0.1.1
5662026-08-22T12:22:13.398Z Downloaded hex-literal v1.1.0
5672026-08-22T12:22:13.398Z Downloaded block-padding v0.4.2
5682026-08-22T12:22:13.402Z Downloaded globwalk v0.9.1
5692026-08-22T12:22:13.402Z Downloaded hex v0.4.3
5702026-08-22T12:22:13.402Z Downloaded headers-core v0.3.0
5712026-08-22T12:22:13.405Z Downloaded home v0.5.12
5722026-08-22T12:22:13.405Z Downloaded http-body v1.0.1
5732026-08-22T12:22:13.405Z Downloaded http-range v0.1.5
5742026-08-22T12:22:13.405Z Downloaded hubpack v0.1.2
5752026-08-22T12:22:13.405Z Downloaded cfg_aliases v0.2.1
5762026-08-22T12:22:13.405Z Downloaded newline-converter v0.3.0
5772026-08-22T12:22:13.408Z Downloaded hostname v0.3.1
5782026-08-22T12:22:13.408Z Downloaded hash32 v0.2.1
5792026-08-22T12:22:13.412Z Downloaded array-init v0.0.4
5802026-08-22T12:22:13.412Z Downloaded nibble_vec v0.1.0
5812026-08-22T12:22:13.415Z Downloaded hash32 v0.3.1
5822026-08-22T12:22:13.417Z Downloaded nodrop v0.1.14
5832026-08-22T12:22:13.417Z Downloaded normalize-line-endings v0.3.0
5842026-08-22T12:22:13.420Z Downloaded num_enum_derive v0.5.11
5852026-08-22T12:22:13.425Z Downloaded funty v2.0.0
5862026-08-22T12:22:13.429Z Downloaded group v0.13.0
5872026-08-22T12:22:13.429Z Downloaded buf-list v1.1.2
5882026-08-22T12:22:13.429Z Downloaded fs-err v2.11.0
5892026-08-22T12:22:13.429Z Downloaded globset v0.4.18
5902026-08-22T12:22:13.432Z Downloaded foldhash v0.2.0
5912026-08-22T12:22:13.432Z Downloaded futures-io v0.3.32
5922026-08-22T12:22:13.433Z Downloaded bcs v0.1.6
5932026-08-22T12:22:13.433Z Downloaded cassowary v0.3.0
5942026-08-22T12:22:13.433Z Downloaded chacha20 v0.9.1
5952026-08-22T12:22:13.433Z Downloaded ena v0.14.4
5962026-08-22T12:22:13.436Z Downloaded filetime v0.2.27
5972026-08-22T12:22:13.436Z Downloaded anstyle-parse v0.2.7
5982026-08-22T12:22:13.437Z Downloaded bitfield v0.19.4
5992026-08-22T12:22:13.437Z Downloaded fs_extra v1.3.0
6002026-08-22T12:22:13.437Z Downloaded futures-task v0.3.32
6012026-08-22T12:22:13.439Z Downloaded blowfish v0.10.0
6022026-08-22T12:22:13.440Z Downloaded ciborium-ll v0.2.2
6032026-08-22T12:22:13.440Z Downloaded cmake v0.1.57
6042026-08-22T12:22:13.440Z Downloaded compression-codecs v0.4.37
6052026-08-22T12:22:13.442Z Downloaded async-trait v0.1.89
6062026-08-22T12:22:13.442Z Downloaded phf_shared v0.12.1
6072026-08-22T12:22:13.443Z Downloaded phf_shared v0.13.1
6082026-08-22T12:22:13.446Z Downloaded potential_utf v0.1.4
6092026-08-22T12:22:13.446Z Downloaded ahash v0.8.12
6102026-08-22T12:22:13.446Z Downloaded anstream v0.6.21
6112026-08-22T12:22:13.449Z Downloaded http-body-util v0.1.3
6122026-08-22T12:22:13.449Z Downloaded password-hash v0.6.1
6132026-08-22T12:22:13.449Z Downloaded peg-runtime v0.8.5
6142026-08-22T12:22:13.449Z Downloaded phf_shared v0.11.3
6152026-08-22T12:22:13.452Z Downloaded proc-macro-crate v3.4.0
6162026-08-22T12:22:13.452Z Downloaded quick-error v1.2.3
6172026-08-22T12:22:13.452Z Downloaded cbc v0.2.1
6182026-08-22T12:22:13.452Z Downloaded cexpr v0.6.0
6192026-08-22T12:22:13.456Z Downloaded byte-wrapper v0.1.0
6202026-08-22T12:22:13.459Z Downloaded cipher v0.4.4
6212026-08-22T12:22:13.459Z Downloaded bs58 v0.5.1
6222026-08-22T12:22:13.459Z Downloaded russh-cryptovec v0.62.0
6232026-08-22T12:22:13.462Z Downloaded camino-tempfile-ext v0.3.3
6242026-08-22T12:22:13.462Z Downloaded ref-cast-impl v1.0.25
6252026-08-22T12:22:13.462Z Downloaded recursive v0.1.1
6262026-08-22T12:22:13.462Z Downloaded scheduled-thread-pool v0.2.7
6272026-08-22T12:22:13.462Z Downloaded scroll_derive v0.13.1
6282026-08-22T12:22:13.465Z Downloaded glob v0.3.3
6292026-08-22T12:22:13.465Z Downloaded bzip2 v0.6.1
6302026-08-22T12:22:13.465Z Downloaded backoff v0.4.0
6312026-08-22T12:22:13.465Z Downloaded cmov v0.5.4
6322026-08-22T12:22:13.469Z Downloaded blake2 v0.11.0-rc.6
6332026-08-22T12:22:13.469Z Downloaded ciborium v0.2.2
6342026-08-22T12:22:13.469Z Downloaded argon2 v0.6.0-rc.8
6352026-08-22T12:22:13.472Z Downloaded blake2 v0.10.6
6362026-08-22T12:22:13.472Z Downloaded httpdate v1.0.3
6372026-08-22T12:22:13.472Z Downloaded async-bb8-diesel v0.2.1
6382026-08-22T12:22:13.474Z Downloaded num-integer v0.1.46
6392026-08-22T12:22:13.474Z Downloaded num_enum v0.5.11
6402026-08-22T12:22:13.477Z Downloaded num_enum v0.7.6
6412026-08-22T12:22:13.477Z Downloaded packed_struct v0.10.1
6422026-08-22T12:22:13.481Z Downloaded serde_repr v0.1.20
6432026-08-22T12:22:13.481Z Downloaded git-stub-vcs v0.1.0
6442026-08-22T12:22:13.481Z Downloaded strsim v0.10.0
6452026-08-22T12:22:13.481Z Downloaded cipher v0.5.2
6462026-08-22T12:22:13.483Z Downloaded polyval v0.7.1
6472026-08-22T12:22:13.483Z Downloaded sapling-renderdag v0.1.0
6482026-08-22T12:22:13.483Z Downloaded shell-words v1.1.1
6492026-08-22T12:22:13.486Z Downloaded bzip2 v0.4.4
6502026-08-22T12:22:13.489Z Downloaded cancel-safe-futures v0.1.5
6512026-08-22T12:22:13.492Z Downloaded parse-display-derive v0.10.0
6522026-08-22T12:22:13.492Z Downloaded pkcs8 v0.10.2
6532026-08-22T12:22:13.492Z Downloaded colored v2.2.0
6542026-08-22T12:22:13.495Z Downloaded futures-channel v0.3.32
6552026-08-22T12:22:13.495Z Downloaded httparse v1.10.1
6562026-08-22T12:22:13.495Z Downloaded erased-serde v0.3.31
6572026-08-22T12:22:13.498Z Downloaded chacha20 v0.10.0
6582026-08-22T12:22:13.498Z Downloaded tokio-test v0.4.5
6592026-08-22T12:22:13.501Z Downloaded topological-sort v0.2.2
6602026-08-22T12:22:13.501Z Downloaded peg-macros v0.8.5
6612026-08-22T12:22:13.501Z Downloaded strum v0.27.2
6622026-08-22T12:22:13.504Z Downloaded sync_wrapper v1.0.2
6632026-08-22T12:22:13.504Z Downloaded console v0.15.11
6642026-08-22T12:22:13.507Z Downloaded const-oid v0.9.6
6652026-08-22T12:22:13.507Z Downloaded elliptic-curve v0.14.1
6662026-08-22T12:22:13.510Z Downloaded fatfs v0.3.6
6672026-08-22T12:22:13.510Z Downloaded getrandom v0.2.17
6682026-08-22T12:22:13.513Z Downloaded supports-hyperlinks v3.2.0
6692026-08-22T12:22:13.513Z Downloaded supports-unicode v3.0.0
6702026-08-22T12:22:13.513Z Downloaded sync-ptr v0.1.4
6712026-08-22T12:22:13.513Z Downloaded tokio-macros v2.7.0
6722026-08-22T12:22:13.516Z Downloaded unarray v0.1.4
6732026-08-22T12:22:13.516Z Downloaded primeorder v0.13.6
6742026-08-22T12:22:13.516Z Downloaded progenitor-client v0.13.0
6752026-08-22T12:22:13.516Z Downloaded rand_chacha v0.9.0
6762026-08-22T12:22:13.516Z Downloaded rand_core v0.6.4
6772026-08-22T12:22:13.519Z Downloaded backon v1.6.0
6782026-08-22T12:22:13.522Z Downloaded rustversion v1.0.22
6792026-08-22T12:22:13.522Z Downloaded rusty-fork v0.3.1
6802026-08-22T12:22:13.522Z Downloaded untrusted v0.7.1
6812026-08-22T12:22:13.525Z Downloaded snafu-derive v0.8.9
6822026-08-22T12:22:13.528Z Downloaded zerofrom v0.1.6
6832026-08-22T12:22:13.528Z Downloaded zerofrom-derive v0.1.6
6842026-08-22T12:22:13.528Z Downloaded wnaf v0.14.0
6852026-08-22T12:22:13.531Z Downloaded wait-timeout v0.2.1
6862026-08-22T12:22:13.531Z Downloaded yoke-derive v0.8.1
6872026-08-22T12:22:13.531Z Downloaded serdect v0.4.3
6882026-08-22T12:22:13.531Z Downloaded curve25519-dalek-derive v0.1.1
6892026-08-22T12:22:13.534Z Downloaded allocator-api2 v0.2.21
6902026-08-22T12:22:13.534Z Downloaded console v0.16.2
6912026-08-22T12:22:13.537Z Downloaded clang-sys v1.8.1
6922026-08-22T12:22:13.540Z Downloaded thread_local v1.1.9
6932026-08-22T12:22:13.544Z Downloaded hmac v0.13.0
6942026-08-22T12:22:13.547Z Downloaded defmt-parser v1.0.0
6952026-08-22T12:22:13.547Z Downloaded dirs-sys-next v0.1.2
6962026-08-22T12:22:13.550Z Downloaded tiny-keccak v2.0.2
6972026-08-22T12:22:13.550Z Downloaded arc-swap v1.8.2
6982026-08-22T12:22:13.552Z Downloaded base64 v0.21.7
6992026-08-22T12:22:13.553Z Downloaded postgres-types v0.2.12
7002026-08-22T12:22:13.555Z Downloaded half v1.8.3
7012026-08-22T12:22:13.555Z Downloaded hmac v0.12.1
7022026-08-22T12:22:13.558Z Downloaded sec1 v0.8.1
7032026-08-22T12:22:13.558Z Downloaded difflib v0.4.0
7042026-08-22T12:22:13.558Z Downloaded highway v1.3.0
7052026-08-22T12:22:13.561Z Downloaded seq-macro v0.3.6
7062026-08-22T12:22:13.561Z Downloaded hyper-tls v0.6.0
7072026-08-22T12:22:13.561Z Downloaded shlex v1.3.0
7082026-08-22T12:22:13.561Z Downloaded slog-stdlog v4.1.1
7092026-08-22T12:22:13.564Z Downloaded spki v0.8.0
7102026-08-22T12:22:13.564Z Downloaded ssh-encoding v0.3.0
7112026-08-22T12:22:13.567Z Downloaded crunchy v0.2.4
7122026-08-22T12:22:13.567Z Downloaded cstr-argument v0.1.2
7132026-08-22T12:22:13.567Z Downloaded futures v0.3.32
7142026-08-22T12:22:13.570Z Downloaded bitflags v1.3.2
7152026-08-22T12:22:13.570Z Downloaded toml_writer v1.1.1+spec-1.1.0
7162026-08-22T12:22:13.573Z Downloaded spki v0.7.3
7172026-08-22T12:22:13.573Z Downloaded generic-array v1.4.3
7182026-08-22T12:22:13.573Z Downloaded oxide-update-engine v0.1.2
7192026-08-22T12:22:13.576Z Downloaded dof v0.4.0
7202026-08-22T12:22:13.576Z Downloaded dtrace-parser v0.3.0
7212026-08-22T12:22:13.576Z Downloaded utf-8 v0.7.6
7222026-08-22T12:22:13.576Z Downloaded is_ci v1.2.0
7232026-08-22T12:22:13.576Z Downloaded strum_macros v0.24.3
7242026-08-22T12:22:13.580Z Downloaded synstructure v0.13.2
7252026-08-22T12:22:13.580Z Downloaded flume v0.11.1
7262026-08-22T12:22:13.580Z Downloaded getrandom v0.4.3
7272026-08-22T12:22:13.583Z Downloaded maybe-uninit v2.0.0
7282026-08-22T12:22:13.583Z Downloaded md-5 v0.10.6
7292026-08-22T12:22:13.586Z Downloaded downcast-rs v2.0.2
7302026-08-22T12:22:13.586Z Downloaded tls_codec v0.4.2
7312026-08-22T12:22:13.586Z Downloaded jiff-static v0.2.34
7322026-08-22T12:22:13.586Z Downloaded match_cfg v0.1.0
7332026-08-22T12:22:13.586Z Downloaded bytes v1.11.1
7342026-08-22T12:22:13.589Z Downloaded num-traits v0.2.19
7352026-08-22T12:22:13.592Z Downloaded oso v0.27.3
7362026-08-22T12:22:13.592Z Downloaded uzers v0.12.2
7372026-08-22T12:22:13.595Z Downloaded serde_cbor v0.11.2
7382026-08-22T12:22:13.595Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7392026-08-22T12:22:13.598Z Downloaded critical-section v1.2.0
7402026-08-22T12:22:13.598Z Downloaded tui-tree-widget v0.23.1
7412026-08-22T12:22:13.598Z Downloaded unicase v2.9.0
7422026-08-22T12:22:13.598Z Downloaded convert_case v0.4.0
7432026-08-22T12:22:13.598Z Downloaded openssl-probe v0.1.6
7442026-08-22T12:22:13.601Z Downloaded corncobs v0.1.4
7452026-08-22T12:22:13.601Z Downloaded openssl-probe v0.2.1
7462026-08-22T12:22:13.601Z Downloaded backtrace v0.3.76
7472026-08-22T12:22:13.604Z Downloaded base64 v0.22.1
7482026-08-22T12:22:13.604Z Downloaded num-iter v0.1.45
7492026-08-22T12:22:13.604Z Downloaded opaque-debug v0.3.1
7502026-08-22T12:22:13.608Z Downloaded colored v3.1.1
7512026-08-22T12:22:13.608Z Downloaded delegate v0.13.5
7522026-08-22T12:22:13.608Z Downloaded derive-ex v0.1.8
7532026-08-22T12:22:13.608Z Downloaded ar_archive_writer v0.5.1
7542026-08-22T12:22:13.611Z Downloaded diesel-dtrace v0.5.0
7552026-08-22T12:22:13.614Z Downloaded hyper-staticfile v0.10.1
7562026-08-22T12:22:13.617Z Downloaded ingot-types v0.2.0
7572026-08-22T12:22:13.617Z Downloaded slog-term v2.9.2
7582026-08-22T12:22:13.620Z Downloaded radium v0.7.0
7592026-08-22T12:22:13.623Z Downloaded path-slash v0.1.5
7602026-08-22T12:22:13.623Z Downloaded chumsky v0.9.3
7612026-08-22T12:22:13.625Z Downloaded compact_str v0.8.1
7622026-08-22T12:22:13.629Z Downloaded tracing-attributes v0.1.31
7632026-08-22T12:22:13.629Z Downloaded ssh-cipher v0.3.0
7642026-08-22T12:22:13.633Z Downloaded ingot v0.2.1
7652026-08-22T12:22:13.633Z Downloaded rustc-hash v2.1.1
7662026-08-22T12:22:13.636Z Downloaded rfc6979 v0.4.0
7672026-08-22T12:22:13.639Z Downloaded slog v2.8.2
7682026-08-22T12:22:13.642Z Downloaded prefix-trie v0.7.0
7692026-08-22T12:22:13.646Z Downloaded crossbeam-utils v0.8.21
7702026-08-22T12:22:13.648Z Downloaded lock_api v0.4.14
7712026-08-22T12:22:13.649Z Downloaded libscf-sys v1.2.0
7722026-08-22T12:22:13.651Z Downloaded secrecy v0.8.0
7732026-08-22T12:22:13.651Z Downloaded serde_plain v1.0.2
7742026-08-22T12:22:13.651Z Downloaded libsw v3.5.0
7752026-08-22T12:22:13.651Z Downloaded nanorand v0.7.0
7762026-08-22T12:22:13.654Z Downloaded serde_spanned v1.1.1
7772026-08-22T12:22:13.654Z Downloaded siphasher v1.0.2
7782026-08-22T12:22:13.658Z Downloaded sha1 v0.11.0
7792026-08-22T12:22:13.658Z Downloaded slog-envlogger v2.2.0
7802026-08-22T12:22:13.661Z Downloaded cc v1.2.56
7812026-08-22T12:22:13.664Z Downloaded darling v0.20.11
7822026-08-22T12:22:13.664Z Downloaded primefield v0.14.0
7832026-08-22T12:22:13.667Z Downloaded strum v0.26.3
7842026-08-22T12:22:13.670Z Downloaded tokio-stream v0.1.18
7852026-08-22T12:22:13.673Z Downloaded hybrid-array v0.4.13
7862026-08-22T12:22:13.673Z Downloaded kem v0.3.0
7872026-08-22T12:22:13.673Z Downloaded ingot-macros v0.2.0
7882026-08-22T12:22:13.676Z Downloaded utf8_iter v1.0.4
7892026-08-22T12:22:13.676Z Downloaded universal-hash v0.5.1
7902026-08-22T12:22:13.676Z Downloaded universal-hash v0.6.1
7912026-08-22T12:22:13.679Z Downloaded xshell-macros v0.2.7
7922026-08-22T12:22:13.682Z Downloaded crucible-workspace-hack v0.1.0
7932026-08-22T12:22:13.685Z Downloaded chacha20poly1305 v0.10.1
7942026-08-22T12:22:13.690Z Downloaded half v2.7.1
7952026-08-22T12:22:13.693Z Downloaded signal-hook v0.3.18
7962026-08-22T12:22:13.697Z Downloaded oxnet v0.1.6
7972026-08-22T12:22:13.700Z Downloaded paste v1.0.15
7982026-08-22T12:22:13.700Z Downloaded derive_builder_macro v0.20.2
7992026-08-22T12:22:13.700Z Downloaded dunce v1.0.5
8002026-08-22T12:22:13.703Z Downloaded headers v0.4.1
8012026-08-22T12:22:13.706Z Downloaded hickory-resolver v0.25.2
8022026-08-22T12:22:13.706Z Downloaded p256 v0.14.0
8032026-08-22T12:22:13.709Z Downloaded scroll v0.13.0
8042026-08-22T12:22:13.709Z Downloaded sec1 v0.7.3
8052026-08-22T12:22:13.712Z Downloaded flate2 v1.1.9
8062026-08-22T12:22:13.712Z Downloaded litrs v1.0.0
8072026-08-22T12:22:13.715Z Downloaded pkg-config v0.3.32
8082026-08-22T12:22:13.715Z Downloaded poly1305 v0.8.0
8092026-08-22T12:22:13.718Z Downloaded proc-macro-error2 v2.0.1
8102026-08-22T12:22:13.718Z Downloaded progenitor v0.14.0
8112026-08-22T12:22:13.718Z Downloaded termtree v0.5.1
8122026-08-22T12:22:13.721Z Downloaded cpubits v0.1.1
8132026-08-22T12:22:13.721Z Downloaded cpufeatures v0.3.0
8142026-08-22T12:22:13.721Z Downloaded rand_seeder v0.4.0
8152026-08-22T12:22:13.721Z Downloaded async-compression v0.4.41
8162026-08-22T12:22:13.724Z Downloaded progenitor v0.13.0
8172026-08-22T12:22:13.727Z Downloaded crc-any v2.5.0
8182026-08-22T12:22:13.727Z Downloaded pkcs1 v0.7.5
8192026-08-22T12:22:13.727Z Downloaded dyn-clone v1.0.20
8202026-08-22T12:22:13.730Z Downloaded instant v0.1.13
8212026-08-22T12:22:13.730Z Downloaded bumpalo v3.20.2
8222026-08-22T12:22:13.730Z Downloaded ecdsa v0.17.0
8232026-08-22T12:22:13.733Z Downloaded rand v0.8.6
8242026-08-22T12:22:13.733Z Downloaded progenitor-impl v0.14.0
8252026-08-22T12:22:13.735Z Downloaded ron v0.8.1
8262026-08-22T12:22:13.735Z Downloaded tungstenite v0.21.0
8272026-08-22T12:22:13.738Z Downloaded icu_provider v2.1.1
8282026-08-22T12:22:13.741Z Downloaded unsafe-libyaml v0.2.11
8292026-08-22T12:22:13.741Z Downloaded vte v0.14.1
8302026-08-22T12:22:13.744Z Downloaded whoami v1.6.1
8312026-08-22T12:22:13.744Z Downloaded ml-kem v0.3.2
8322026-08-22T12:22:13.744Z Downloaded const_format_proc_macros v0.2.34
8332026-08-22T12:22:13.747Z Downloaded slog-dtrace v0.3.0
8342026-08-22T12:22:13.747Z Downloaded structmeta-derive v0.3.0
8352026-08-22T12:22:13.747Z Downloaded lazy_static v1.5.0
8362026-08-22T12:22:13.747Z Downloaded lru-cache v0.1.2
8372026-08-22T12:22:13.750Z Downloaded multimap v0.10.1
8382026-08-22T12:22:13.750Z Downloaded static_assertions v1.1.0
8392026-08-22T12:22:13.750Z Downloaded strum_macros v0.26.4
8402026-08-22T12:22:13.750Z Downloaded tinystr v0.8.2
8412026-08-22T12:22:13.753Z Downloaded libbz2-rs-sys v0.2.2
8422026-08-22T12:22:13.753Z Downloaded daft v0.1.7
8432026-08-22T12:22:13.753Z Downloaded deranged v0.5.8
8442026-08-22T12:22:13.757Z Downloaded lzss v0.8.2
8452026-08-22T12:22:13.757Z Downloaded tokio-tungstenite v0.21.0
8462026-08-22T12:22:13.757Z Downloaded olpc-cjson v0.1.4
8472026-08-22T12:22:13.757Z Downloaded openssl-macros v0.1.1
8482026-08-22T12:22:13.760Z Downloaded vergen-lib v9.1.0
8492026-08-22T12:22:13.763Z Downloaded heapless v0.7.17
8502026-08-22T12:22:13.765Z Downloaded digest v0.11.3
8512026-08-22T12:22:13.765Z Downloaded displaydoc v0.2.5
8522026-08-22T12:22:13.773Z Downloaded humantime v2.3.0
8532026-08-22T12:22:13.776Z Downloaded term v0.7.0
8542026-08-22T12:22:13.779Z Downloaded darling_core v0.21.3
8552026-08-22T12:22:13.782Z Downloaded nonempty v0.12.0
8562026-08-22T12:22:13.785Z Downloaded impl-trait-for-tuples v0.2.3
8572026-08-22T12:22:13.788Z Downloaded ipnetwork v0.21.1
8582026-08-22T12:22:13.788Z Downloaded predicates-tree v1.0.13
8592026-08-22T12:22:13.788Z Downloaded proc-macro-crate v1.3.1
8602026-08-22T12:22:13.788Z Downloaded derive_more v0.99.20
8612026-08-22T12:22:13.791Z Downloaded poly1305 v0.9.0
8622026-08-22T12:22:13.794Z Downloaded rand_pcg v0.10.2
8632026-08-22T12:22:13.794Z Downloaded toml_parser v1.1.2+spec-1.1.0
8642026-08-22T12:22:13.794Z Downloaded expectorate v1.2.0
8652026-08-22T12:22:13.797Z Downloaded ignore v0.4.25
8662026-08-22T12:22:13.797Z Downloaded indicatif v0.18.4
8672026-08-22T12:22:13.800Z Downloaded writeable v0.6.2
8682026-08-22T12:22:13.800Z Downloaded data-encoding v2.10.0
8692026-08-22T12:22:13.800Z Downloaded libloading v0.8.9
8702026-08-22T12:22:13.803Z Downloaded lru-slab v0.1.2
8712026-08-22T12:22:13.803Z Downloaded multer v3.1.0
8722026-08-22T12:22:13.803Z Downloaded yasna v0.5.2
8732026-08-22T12:22:13.803Z Downloaded defmt-macros v1.0.1
8742026-08-22T12:22:13.806Z Downloaded rustc_version v0.1.7
8752026-08-22T12:22:13.806Z Downloaded rustc_version v0.4.1
8762026-08-22T12:22:13.806Z Downloaded scopeguard v1.2.0
8772026-08-22T12:22:13.806Z Downloaded signature v2.2.0
8782026-08-22T12:22:13.810Z Downloaded same-file v1.0.6
8792026-08-22T12:22:13.810Z Downloaded schemars v0.8.22
8802026-08-22T12:22:13.822Z Downloaded password-hash v0.5.0
8812026-08-22T12:22:13.825Z Downloaded sha2 v0.11.0
8822026-08-22T12:22:13.828Z Downloaded testing_table v0.3.0
8832026-08-22T12:22:13.828Z Downloaded take_mut v0.2.2
8842026-08-22T12:22:13.828Z Downloaded time-macros v0.2.27
8852026-08-22T12:22:13.828Z Downloaded trait-variant v0.1.2
8862026-08-22T12:22:13.831Z Downloaded xattr v1.6.1
8872026-08-22T12:22:13.831Z Downloaded pem-rfc7468 v1.0.0
8882026-08-22T12:22:13.831Z Downloaded indoc v2.0.7
8892026-08-22T12:22:13.834Z Downloaded rfc6979 v0.6.0
8902026-08-22T12:22:13.834Z Downloaded semver v0.1.20
8912026-08-22T12:22:13.834Z Downloaded unit-prefix v0.5.2
8922026-08-22T12:22:13.834Z Downloaded slog-bunyan v2.5.0
8932026-08-22T12:22:13.837Z Downloaded darling_core v0.20.11
8942026-08-22T12:22:13.838Z Downloaded darling_core v0.23.0
8952026-08-22T12:22:13.841Z Downloaded heapless v0.8.0
8962026-08-22T12:22:13.844Z Downloaded linear-map v1.2.0
8972026-08-22T12:22:13.844Z Downloaded tokio-rustls v0.26.4
8982026-08-22T12:22:13.845Z Downloaded rand_core v0.10.0
8992026-08-22T12:22:13.849Z Downloaded defmt v0.3.100
9002026-08-22T12:22:13.849Z Downloaded hickory-server v0.25.2
9012026-08-22T12:22:13.849Z Downloaded http v1.4.2
9022026-08-22T12:22:13.851Z Downloaded debug-ignore v1.0.5
9032026-08-22T12:22:13.851Z Downloaded dirs-next v2.0.0
9042026-08-22T12:22:13.855Z Downloaded mime_guess v2.0.5
9052026-08-22T12:22:13.858Z Downloaded typify-macro v0.6.2
9062026-08-22T12:22:13.858Z Downloaded usdt-attr-macro v0.6.0
9072026-08-22T12:22:13.861Z Downloaded crc v3.4.0
9082026-08-22T12:22:13.865Z Downloaded parking_lot_core v0.9.12
9092026-08-22T12:22:13.868Z Downloaded cookie_store v0.22.1
9102026-08-22T12:22:13.868Z Downloaded stringprep v0.1.5
9112026-08-22T12:22:13.868Z Downloaded thiserror-impl-no-std v2.0.2
9122026-08-22T12:22:13.868Z Downloaded is-terminal v0.4.17
9132026-08-22T12:22:13.868Z Downloaded tls_codec_derive v0.4.2
9142026-08-22T12:22:13.871Z Downloaded zone v0.3.1
9152026-08-22T12:22:13.871Z Downloaded zone_cfg_derive v0.3.1
9162026-08-22T12:22:13.872Z Downloaded indent_write v2.2.0
9172026-08-22T12:22:13.872Z Downloaded illumos-nvpair v0.3.0
9182026-08-22T12:22:13.872Z Downloaded illumos-nvpair-sys v0.2.0
9192026-08-22T12:22:13.875Z Downloaded phf v0.13.1
9202026-08-22T12:22:13.875Z Downloaded psm v0.1.30
9212026-08-22T12:22:13.878Z Downloaded darling_macro v0.13.4
9222026-08-22T12:22:13.881Z Downloaded p521 v0.14.0
9232026-08-22T12:22:13.884Z Downloaded iana-time-zone v0.1.65
9242026-08-22T12:22:13.887Z Downloaded managed v0.8.0
9252026-08-22T12:22:13.887Z Downloaded unicode-bidi v0.3.18
9262026-08-22T12:22:13.887Z Downloaded pkcs1 v0.8.0-rc.4
9272026-08-22T12:22:13.887Z Downloaded postcard v1.1.3
9282026-08-22T12:22:13.890Z Downloaded r2d2 v0.8.10
9292026-08-22T12:22:13.890Z Downloaded vergen-git2 v9.1.0
9302026-08-22T12:22:13.890Z Downloaded num-conv v0.2.0
9312026-08-22T12:22:13.893Z Downloaded parse-size v1.1.0
9322026-08-22T12:22:13.893Z Downloaded socket2 v0.5.10
9332026-08-22T12:22:13.893Z Downloaded typify v0.6.2
9342026-08-22T12:22:13.896Z Downloaded icu_properties v2.1.2
9352026-08-22T12:22:13.896Z Downloaded tracing-core v0.1.36
9362026-08-22T12:22:13.899Z Downloaded toml_edit v0.23.10+spec-1.0.0
9372026-08-22T12:22:13.899Z Downloaded rpassword v7.5.4
9382026-08-22T12:22:13.902Z Downloaded serde_derive_internals v0.29.1
9392026-08-22T12:22:13.902Z Downloaded smf v0.2.3
9402026-08-22T12:22:13.902Z Downloaded csv-core v0.1.13
9412026-08-22T12:22:13.905Z Downloaded tokio-tungstenite v0.23.1
9422026-08-22T12:22:13.905Z Downloaded ed25519-dalek v2.2.0
9432026-08-22T12:22:13.908Z Downloaded progenitor-client v0.14.0
9442026-08-22T12:22:13.908Z Downloaded quinn v0.11.11
9452026-08-22T12:22:13.911Z Downloaded yansi v1.0.1
9462026-08-22T12:22:13.911Z Downloaded zip v0.6.6
9472026-08-22T12:22:13.911Z Downloaded ecdsa v0.16.9
9482026-08-22T12:22:13.914Z Downloaded maplit v1.0.2
9492026-08-22T12:22:13.914Z Downloaded ed25519 v2.2.3
9502026-08-22T12:22:13.914Z Downloaded rand_xorshift v0.4.0
9512026-08-22T12:22:13.914Z Downloaded rtoolbox v0.0.3
9522026-08-22T12:22:13.917Z Downloaded newtype_derive v0.1.6
9532026-08-22T12:22:13.917Z Downloaded hashbrown v0.13.2
9542026-08-22T12:22:13.920Z Downloaded rustls-webpki v0.103.13
9552026-08-22T12:22:13.923Z Downloaded hashbrown v0.12.3
9562026-08-22T12:22:13.926Z Downloaded p384 v0.14.0
9572026-08-22T12:22:13.926Z Downloaded uuid v1.23.4
9582026-08-22T12:22:13.929Z Downloaded papergrid v0.18.0
9592026-08-22T12:22:13.932Z Downloaded spin v0.9.8
9602026-08-22T12:22:13.932Z Downloaded waitgroup v0.1.2
9612026-08-22T12:22:13.932Z Downloaded keccak v0.2.0
9622026-08-22T12:22:13.935Z Downloaded signal-hook-tokio v0.3.1
9632026-08-22T12:22:13.935Z Downloaded signature v3.0.0
9642026-08-22T12:22:13.935Z Downloaded structmeta v0.3.0
9652026-08-22T12:22:13.935Z Downloaded supports-color v3.0.2
9662026-08-22T12:22:13.935Z Downloaded num-bigint-dig v0.8.6
9672026-08-22T12:22:13.938Z Downloaded zerocopy-derive v0.8.55
9682026-08-22T12:22:13.941Z Downloaded ref-cast v1.0.25
9692026-08-22T12:22:13.946Z Downloaded secrecy v0.10.3
9702026-08-22T12:22:13.946Z Downloaded zip v4.6.1
9712026-08-22T12:22:13.949Z Downloaded rayon-core v1.13.0
9722026-08-22T12:22:13.949Z Downloaded rcgen v0.12.1
9732026-08-22T12:22:13.949Z Downloaded num-derive v0.4.2
9742026-08-22T12:22:13.952Z Downloaded pbkdf2 v0.13.0
9752026-08-22T12:22:13.952Z Downloaded darling v0.13.4
9762026-08-22T12:22:13.952Z Downloaded derive_builder_core v0.20.2
9772026-08-22T12:22:13.956Z Downloaded num-complex v0.4.6
9782026-08-22T12:22:13.956Z Downloaded tinyvec_macros v0.1.1
9792026-08-22T12:22:13.956Z Downloaded peg v0.8.5
9802026-08-22T12:22:13.956Z Downloaded pem v3.0.6
9812026-08-22T12:22:13.960Z Downloaded sha1 v0.10.6
9822026-08-22T12:22:13.960Z Downloaded tabwriter v1.4.1
9832026-08-22T12:22:13.960Z Downloaded tagptr v0.2.0
9842026-08-22T12:22:13.960Z Downloaded tower-service v0.3.3
9852026-08-22T12:22:13.960Z Downloaded icu_normalizer_data v2.1.1
9862026-08-22T12:22:13.963Z Downloaded quinn-udp v0.5.14
9872026-08-22T12:22:13.963Z Downloaded try-lock v0.2.5
9882026-08-22T12:22:13.963Z Downloaded unicode-xid v0.2.6
9892026-08-22T12:22:13.963Z Downloaded usdt v0.6.0
9902026-08-22T12:22:13.963Z Downloaded want v0.3.1
9912026-08-22T12:22:13.963Z Downloaded zeroize_derive v1.5.0
9922026-08-22T12:22:13.966Z Downloaded snafu v0.8.9
9932026-08-22T12:22:13.969Z Downloaded test-strategy v0.4.5
9942026-08-22T12:22:13.972Z Downloaded serde_with_macros v3.21.0
9952026-08-22T12:22:13.972Z Downloaded ident_case v1.0.1
9962026-08-22T12:22:13.976Z Downloaded rustls-pemfile v2.2.0
9972026-08-22T12:22:13.976Z Downloaded serde_path_to_error v0.1.20
9982026-08-22T12:22:13.979Z Downloaded knus-derive v3.4.0
9992026-08-22T12:22:13.982Z Downloaded derive_more v2.1.1
10002026-08-22T12:22:13.988Z Downloaded darling_macro v0.21.3
10012026-08-22T12:22:13.991Z Downloaded subprocess v0.2.15
10022026-08-22T12:22:13.991Z Downloaded hickory-resolver v0.24.4
10032026-08-22T12:22:13.994Z Downloaded progenitor-macro v0.13.0
10042026-08-22T12:22:13.994Z Downloaded ppv-lite86 v0.2.21
10052026-08-22T12:22:14.002Z Downloaded num-bigint v0.4.6
10062026-08-22T12:22:14.005Z Downloaded psl-types v2.0.11
10072026-08-22T12:22:14.005Z Downloaded dropshot-api-manager-types v0.8.0
10082026-08-22T12:22:14.009Z Downloaded idna_adapter v1.2.1
10092026-08-22T12:22:14.009Z Downloaded zopfli v0.8.3
10102026-08-22T12:22:14.013Z Downloaded vsss-rs v3.3.4
10112026-08-22T12:22:14.016Z Downloaded aho-corasick v1.1.4
10122026-08-22T12:22:14.019Z Downloaded zeroize v1.9.0
10132026-08-22T12:22:14.019Z Downloaded md5 v0.8.0
10142026-08-22T12:22:14.019Z Downloaded num_threads v0.1.7
10152026-08-22T12:22:14.022Z Downloaded subtle v2.6.1
10162026-08-22T12:22:14.022Z Downloaded rsa v0.10.0-rc.18
10172026-08-22T12:22:14.025Z Downloaded progenitor-impl v0.13.0
10182026-08-22T12:22:14.028Z Downloaded smallvec v0.6.14
10192026-08-22T12:22:14.028Z Downloaded ctr v0.10.1
10202026-08-22T12:22:14.031Z Downloaded jobserver v0.1.34
10212026-08-22T12:22:14.031Z Downloaded time-core v0.1.8
10222026-08-22T12:22:14.031Z Downloaded tower-layer v0.3.3
10232026-08-22T12:22:14.034Z Downloaded serde_bytes v0.11.19
10242026-08-22T12:22:14.034Z Downloaded sigpipe v0.1.3
10252026-08-22T12:22:14.034Z Downloaded void v1.0.2
10262026-08-22T12:22:14.034Z Downloaded darling_macro v0.20.11
10272026-08-22T12:22:14.037Z Downloaded document-features v0.2.12
10282026-08-22T12:22:14.043Z Downloaded steno v0.4.1
10292026-08-22T12:22:14.047Z Downloaded knus v3.4.0
10302026-08-22T12:22:14.050Z Downloaded serde_with_macros v1.5.2
10312026-08-22T12:22:14.050Z Downloaded similar v2.7.0
10322026-08-22T12:22:14.054Z Downloaded libefi-sys v0.1.0
10332026-08-22T12:22:14.054Z Downloaded miette-derive v7.6.0
10342026-08-22T12:22:14.057Z Downloaded postgres-protocol v0.6.10
10352026-08-22T12:22:14.057Z Downloaded memoffset v0.9.1
10362026-08-22T12:22:14.057Z Downloaded port-file v0.1.0
10372026-08-22T12:22:14.057Z Downloaded parse-display v0.10.0
10382026-08-22T12:22:14.061Z Downloaded constant_time_eq v0.4.2
10392026-08-22T12:22:14.064Z Downloaded crc-catalog v2.4.0
10402026-08-22T12:22:14.067Z Downloaded keccak v0.1.6
10412026-08-22T12:22:14.067Z Downloaded new_debug_unreachable v1.0.6
10422026-08-22T12:22:14.071Z Downloaded hashbrown v0.15.5
10432026-08-22T12:22:14.074Z Downloaded progenitor-extras v0.2.0
10442026-08-22T12:22:14.077Z Downloaded rand_core v0.9.5
10452026-08-22T12:22:14.077Z Downloaded resolv-conf v0.7.6
10462026-08-22T12:22:14.077Z Downloaded hashbrown v0.16.1
10472026-08-22T12:22:14.081Z Downloaded string_cache v0.8.9
10482026-08-22T12:22:14.084Z Downloaded internet-checksum v0.2.1
10492026-08-22T12:22:14.087Z Downloaded stable_deref_trait v1.2.1
10502026-08-22T12:22:14.087Z Downloaded powerfmt v0.2.0
10512026-08-22T12:22:14.087Z Downloaded precomputed-hash v0.1.1
10522026-08-22T12:22:14.092Z Downloaded crossbeam-epoch v0.9.18
10532026-08-22T12:22:14.094Z Downloaded native-tls v0.2.18
10542026-08-22T12:22:14.097Z Downloaded usdt-impl v0.6.0
10552026-08-22T12:22:14.097Z Downloaded num_enum_derive v0.7.6
10562026-08-22T12:22:14.102Z Downloaded oxide-update-engine-display v0.1.2
10572026-08-22T12:22:14.102Z Downloaded zstd v0.13.3
10582026-08-22T12:22:14.102Z Downloaded daft-derive v0.1.7
10592026-08-22T12:22:14.105Z Downloaded phf v0.12.1
10602026-08-22T12:22:14.105Z Downloaded serde_urlencoded v0.7.1
10612026-08-22T12:22:14.105Z Downloaded crypto-bigint v0.5.5
10622026-08-22T12:22:14.108Z Downloaded smallvec v1.15.1
10632026-08-22T12:22:14.108Z Downloaded scrypt v0.12.0
10642026-08-22T12:22:14.111Z Downloaded slog-scope v4.4.1
10652026-08-22T12:22:14.111Z Downloaded termios v0.3.3
10662026-08-22T12:22:14.114Z Downloaded untrusted v0.9.0
10672026-08-22T12:22:14.119Z Downloaded parking_lot_core v0.8.6
10682026-08-22T12:22:14.119Z Downloaded phc v0.6.1
10692026-08-22T12:22:14.119Z Downloaded oxide-tokio-rt v0.1.4
10702026-08-22T12:22:14.119Z Downloaded pin-project-internal v1.1.11
10712026-08-22T12:22:14.122Z Downloaded wyz v0.5.1
10722026-08-22T12:22:14.122Z Downloaded xshell v0.2.7
10732026-08-22T12:22:14.122Z Downloaded mio v1.2.0
10742026-08-22T12:22:14.125Z Downloaded instability v0.3.11
10752026-08-22T12:22:14.132Z Downloaded vergen v9.1.0
10762026-08-22T12:22:14.135Z Downloaded parking_lot v0.11.2
10772026-08-22T12:22:14.135Z Downloaded nom v8.0.0
10782026-08-22T12:22:14.138Z Downloaded diesel_table_macro_syntax v0.3.0
10792026-08-22T12:22:14.138Z Downloaded salsa20 v0.11.0
10802026-08-22T12:22:14.141Z Downloaded rand_chacha v0.3.1
10812026-08-22T12:22:14.141Z Downloaded rustc-demangle v0.1.27
10822026-08-22T12:22:14.141Z Downloaded lru v0.12.5
10832026-08-22T12:22:14.141Z Downloaded der_derive v0.7.3
10842026-08-22T12:22:14.144Z Downloaded newtype-uuid v1.3.2
10852026-08-22T12:22:14.144Z Downloaded num v0.4.3
10862026-08-22T12:22:14.144Z Downloaded packed_struct_codegen v0.10.1
10872026-08-22T12:22:14.144Z Downloaded pretty_assertions v1.4.1
10882026-08-22T12:22:14.147Z Downloaded hashbrown v0.14.5
10892026-08-22T12:22:14.150Z Downloaded simd-adler32 v0.3.8
10902026-08-22T12:22:14.150Z Downloaded proc-macro-error-attr2 v2.0.0
10912026-08-22T12:22:14.153Z Downloaded progenitor-macro v0.14.0
10922026-08-22T12:22:14.153Z Downloaded signal-hook-mio v0.2.5
10932026-08-22T12:22:14.153Z Downloaded sqlparser_derive v0.5.0
10942026-08-22T12:22:14.156Z Downloaded module-lattice v0.2.3
10952026-08-22T12:22:14.156Z Downloaded openssl-sys v0.9.117
10962026-08-22T12:22:14.163Z Downloaded diff v0.1.13
10972026-08-22T12:22:14.166Z Downloaded thiserror-no-std v2.0.2
10982026-08-22T12:22:14.169Z Downloaded tap v1.0.1
10992026-08-22T12:22:14.169Z Downloaded futures-util v0.3.32
11002026-08-22T12:22:14.174Z Downloaded rawzip v0.4.4
11012026-08-22T12:22:14.177Z Downloaded yoke v0.8.1
11022026-08-22T12:22:14.180Z Downloaded sqlformat v0.3.5
11032026-08-22T12:22:14.180Z Downloaded support-bundle-viewer v0.1.2
11042026-08-22T12:22:14.180Z Downloaded usdt-macro v0.6.0
11052026-08-22T12:22:14.183Z Downloaded display-error-chain v0.2.2
11062026-08-22T12:22:14.183Z Downloaded reqwest v0.13.2
11072026-08-22T12:22:14.186Z Downloaded tokio-native-tls v0.3.1
11082026-08-22T12:22:14.189Z Downloaded vergen-lib v0.1.6
11092026-08-22T12:22:14.189Z Downloaded zerovec-derive v0.11.2
11102026-08-22T12:22:14.189Z Downloaded inout v0.2.2
11112026-08-22T12:22:14.189Z Downloaded linked-hash-map v0.5.6
11122026-08-22T12:22:14.189Z Downloaded minimal-lexical v0.2.1
11132026-08-22T12:22:14.192Z Downloaded tokio-postgres v0.7.16
11142026-08-22T12:22:14.195Z Downloaded toml_edit v0.19.15
11152026-08-22T12:22:14.202Z Downloaded num-rational v0.4.2
11162026-08-22T12:22:14.205Z Downloaded crc8 v0.1.1
11172026-08-22T12:22:14.205Z Downloaded ed25519 v3.0.0
11182026-08-22T12:22:14.205Z Downloaded russh-util v0.52.0
11192026-08-22T12:22:14.208Z Downloaded strip-ansi-escapes v0.2.1
11202026-08-22T12:22:14.208Z Downloaded crc32fast v1.5.0
11212026-08-22T12:22:14.208Z Downloaded des v0.9.0
11222026-08-22T12:22:14.211Z Downloaded schemars_derive v0.8.22
11232026-08-22T12:22:14.211Z Downloaded drift v0.2.0
11242026-08-22T12:22:14.216Z Downloaded h2 v0.4.15
11252026-08-22T12:22:14.219Z Downloaded crypto-common v0.2.2
11262026-08-22T12:22:14.222Z Downloaded quick-xml v0.37.5
11272026-08-22T12:22:14.225Z Downloaded hkdf v0.12.4
11282026-08-22T12:22:14.225Z Downloaded icu_properties_data v2.1.2
11292026-08-22T12:22:14.229Z Downloaded icu_normalizer v2.1.1
11302026-08-22T12:22:14.232Z Downloaded tinyvec v1.10.0
11312026-08-22T12:22:14.236Z Downloaded dropshot_endpoint v0.17.1
11322026-08-22T12:22:14.236Z Downloaded kstat-rs v0.2.5
11332026-08-22T12:22:14.236Z Downloaded serde-big-array v0.5.1
11342026-08-22T12:22:14.236Z Downloaded darling_macro v0.23.0
11352026-08-22T12:22:14.239Z Downloaded dsl_auto_type v0.2.0
11362026-08-22T12:22:14.239Z Downloaded ryu v1.0.23
11372026-08-22T12:22:14.239Z Downloaded itertools v0.14.0
11382026-08-22T12:22:14.242Z Downloaded predicates v3.1.4
11392026-08-22T12:22:14.244Z Downloaded darling v0.23.0
11402026-08-22T12:22:14.247Z Downloaded hyper-rustls v0.27.7
11412026-08-22T12:22:14.247Z Downloaded inout v0.1.4
11422026-08-22T12:22:14.289Z Downloaded predicates-core v1.0.10
11432026-08-22T12:22:14.289Z Downloaded unicode-properties v0.1.4
11442026-08-22T12:22:14.289Z Downloaded primeorder v0.14.0
11452026-08-22T12:22:14.290Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-08-22T12:22:14.290Z Downloaded winnow v0.6.26
11472026-08-22T12:22:14.290Z Downloaded digest-io v0.1.0
11482026-08-22T12:22:14.290Z Downloaded crossbeam-channel v0.5.15
11492026-08-22T12:22:14.290Z Downloaded const_format v0.2.35
11502026-08-22T12:22:14.290Z Downloaded ctutils v0.4.2
11512026-08-22T12:22:14.290Z Downloaded whoami v2.1.0
11522026-08-22T12:22:14.290Z Downloaded ipnet v2.12.0
11532026-08-22T12:22:14.290Z Downloaded indoc v1.0.9
11542026-08-22T12:22:14.290Z Downloaded jiff-core v0.1.0
11552026-08-22T12:22:14.290Z Downloaded rand v0.9.2
11562026-08-22T12:22:14.290Z Downloaded unicode-truncate v1.1.0
11572026-08-22T12:22:14.293Z Downloaded zerocopy v0.6.6
11582026-08-22T12:22:14.293Z Downloaded slab v0.4.12
11592026-08-22T12:22:14.293Z Downloaded walkdir v2.5.0
11602026-08-22T12:22:14.299Z Downloaded slog-json v2.6.1
11612026-08-22T12:22:14.306Z Downloaded mime v0.3.17
11622026-08-22T12:22:14.309Z Downloaded percent-encoding v2.3.2
11632026-08-22T12:22:14.309Z Downloaded sponge-cursor v0.1.0
11642026-08-22T12:22:14.309Z Downloaded libsw-core v0.3.2
11652026-08-22T12:22:14.312Z Downloaded newtype-uuid-macros v0.1.0
11662026-08-22T12:22:14.312Z Downloaded pem-rfc7468 v0.7.0
11672026-08-22T12:22:14.315Z Downloaded recursive-proc-macro-impl v0.1.1
11682026-08-22T12:22:14.315Z Downloaded schemars v1.2.1
11692026-08-22T12:22:14.322Z Downloaded winnow v1.0.3
11702026-08-22T12:22:14.327Z Downloaded dropshot-api-manager v0.8.0
11712026-08-22T12:22:14.330Z Downloaded aws-lc-rs v1.16.3
11722026-08-22T12:22:14.334Z Downloaded blake3 v1.8.5
11732026-08-22T12:22:14.339Z Downloaded defmt v1.0.1
11742026-08-22T12:22:14.342Z Downloaded toml v1.1.2+spec-1.1.0
11752026-08-22T12:22:14.345Z Downloaded bindgen v0.71.1
11762026-08-22T12:22:14.348Z Downloaded darling v0.21.3
11772026-08-22T12:22:14.351Z Downloaded nu-ansi-term v0.50.3
11782026-08-22T12:22:14.351Z Downloaded scuffle v0.1.0
11792026-08-22T12:22:14.354Z Downloaded stacker v0.1.23
11802026-08-22T12:22:14.354Z Downloaded thread-id v5.1.0
11812026-08-22T12:22:14.354Z Downloaded tokio-dtrace v0.1.1
11822026-08-22T12:22:14.354Z Downloaded oso-derive v0.27.3
11832026-08-22T12:22:14.354Z Downloaded serde_yaml v0.9.34+deprecated
11842026-08-22T12:22:14.358Z Downloaded memmap2 v0.9.10
11852026-08-22T12:22:14.358Z Downloaded convert_case v0.10.0
11862026-08-22T12:22:14.360Z Downloaded lalrpop-util v0.19.12
11872026-08-22T12:22:14.360Z Downloaded icu_collections v2.1.1
11882026-08-22T12:22:14.363Z Downloaded rustls-native-certs v0.8.3
11892026-08-22T12:22:14.363Z Downloaded chrono v0.4.45
11902026-08-22T12:22:14.366Z Downloaded bitvec v1.0.1
11912026-08-22T12:22:14.374Z Downloaded russh v0.62.4
11922026-08-22T12:22:14.380Z Downloaded vergen-gitcl v1.0.8
11932026-08-22T12:22:14.383Z Downloaded cookie v0.18.1
11942026-08-22T12:22:14.383Z Downloaded litemap v0.8.1
11952026-08-22T12:22:14.383Z Downloaded derive-where v1.6.0
11962026-08-22T12:22:14.386Z Downloaded elliptic-curve v0.13.8
11972026-08-22T12:22:14.386Z Downloaded hkdf v0.13.0
11982026-08-22T12:22:14.389Z Downloaded serde_with v3.21.0
11992026-08-22T12:22:14.393Z Downloaded signal-hook-registry v1.4.8
12002026-08-22T12:22:14.396Z Downloaded omicron-zone-package v0.12.3
12012026-08-22T12:22:14.396Z Downloaded strum_macros v0.27.2
12022026-08-22T12:22:14.399Z Downloaded twox-hash v2.1.2
12032026-08-22T12:22:14.399Z Downloaded typed-path v0.9.3
12042026-08-22T12:22:14.402Z Downloaded nom v7.1.3
12052026-08-22T12:22:14.405Z Downloaded x509-cert v0.2.5
12062026-08-22T12:22:14.410Z Downloaded slog-async v2.8.0
12072026-08-22T12:22:14.410Z Downloaded crossterm v0.29.0
12082026-08-22T12:22:14.413Z Downloaded derive_builder v0.20.2
12092026-08-22T12:22:14.413Z Downloaded pin-project-lite v0.2.17
12102026-08-22T12:22:14.416Z Downloaded icu_locale_core v2.1.1
12112026-08-22T12:22:14.419Z Downloaded pkcs5 v0.8.1
12122026-08-22T12:22:14.422Z Downloaded tungstenite v0.23.0
12132026-08-22T12:22:14.422Z Downloaded owo-colors v4.3.0
12142026-08-22T12:22:14.425Z Downloaded der v0.7.10
12152026-08-22T12:22:14.428Z Downloaded hyper-util v0.1.20
12162026-08-22T12:22:14.431Z Downloaded either v1.15.0
12172026-08-22T12:22:14.431Z Downloaded crossbeam-deque v0.8.6
12182026-08-22T12:22:14.431Z Downloaded socket2 v0.6.3
12192026-08-22T12:22:14.431Z Downloaded itertools v0.12.1
12202026-08-22T12:22:14.434Z Downloaded derive_more-impl v2.1.1
12212026-08-22T12:22:14.437Z Downloaded prettyplease v0.2.37
12222026-08-22T12:22:14.440Z Downloaded darling_core v0.13.4
12232026-08-22T12:22:14.443Z Downloaded rustls-pki-types v1.14.0
12242026-08-22T12:22:14.443Z Downloaded zstd-safe v7.2.4
12252026-08-22T12:22:14.443Z Downloaded parking_lot v0.12.5
12262026-08-22T12:22:14.446Z Downloaded tower v0.5.3
12272026-08-22T12:22:14.449Z Downloaded serde-hex v0.1.0
12282026-08-22T12:22:14.449Z Downloaded pin-project v1.1.11
12292026-08-22T12:22:14.455Z Downloaded pkcs8 v0.11.0
12302026-08-22T12:22:14.458Z Downloaded publicsuffix v2.3.0
12312026-08-22T12:22:14.458Z Downloaded toml v0.7.8
12322026-08-22T12:22:14.461Z Downloaded vcpkg v0.2.15
12332026-08-22T12:22:14.480Z Downloaded diesel_derives v2.3.7
12342026-08-22T12:22:14.485Z Downloaded rustls-platform-verifier v0.6.2
12352026-08-22T12:22:14.488Z Downloaded zerotrie v0.2.3
12362026-08-22T12:22:14.488Z Downloaded reedline v0.40.0
12372026-08-22T12:22:14.491Z Downloaded proptest v1.11.0
12382026-08-22T12:22:14.496Z Downloaded tar v0.4.46
12392026-08-22T12:22:14.499Z Downloaded lalrpop v0.19.12
12402026-08-22T12:22:14.503Z Downloaded miniz_oxide v0.8.9
12412026-08-22T12:22:14.506Z Downloaded oxide-update-engine-types v0.1.2
12422026-08-22T12:22:14.506Z Downloaded schemars v0.9.0
12432026-08-22T12:22:14.511Z Downloaded crypto-primes v0.7.2
12442026-08-22T12:22:14.514Z Downloaded portable-atomic v1.13.1
12452026-08-22T12:22:14.518Z Downloaded der v0.8.0
12462026-08-22T12:22:14.521Z Downloaded git2 v0.20.4
12472026-08-22T12:22:14.525Z Downloaded tower-http v0.6.8
12482026-08-22T12:22:14.529Z Downloaded rsa v0.9.10
12492026-08-22T12:22:14.532Z Downloaded idna v1.1.0
12502026-08-22T12:22:14.535Z Downloaded indexmap v1.9.3
12512026-08-22T12:22:14.538Z Downloaded term v1.2.1
12522026-08-22T12:22:14.538Z Downloaded petname v2.0.2
12532026-08-22T12:22:14.541Z Downloaded ssh-key v0.7.0-rc.11
12542026-08-22T12:22:14.544Z Downloaded salty v0.3.0
12552026-08-22T12:22:14.548Z Downloaded samael v0.0.19
12562026-08-22T12:22:14.551Z Downloaded p384 v0.13.1
12572026-08-22T12:22:14.555Z Downloaded unicode_categories v0.1.1
12582026-08-22T12:22:14.558Z Downloaded reqwest v0.12.28
12592026-08-22T12:22:14.558Z Downloaded qorb v0.4.1
12602026-08-22T12:22:14.561Z Downloaded rustyline v14.0.0
12612026-08-22T12:22:14.564Z Downloaded radix_trie v0.2.1
12622026-08-22T12:22:14.567Z Downloaded rand v0.10.1
12632026-08-22T12:22:14.567Z Downloaded miette v7.6.0
12642026-08-22T12:22:14.570Z Downloaded zerovec v0.11.5
12652026-08-22T12:22:14.573Z Downloaded regex-syntax v0.6.29
12662026-08-22T12:22:14.576Z Downloaded nix v0.27.1
12672026-08-22T12:22:14.581Z Downloaded libm v0.2.16
12682026-08-22T12:22:14.586Z Downloaded goblin v0.10.5
12692026-08-22T12:22:14.590Z Downloaded winnow v0.5.40
12702026-08-22T12:22:14.595Z Downloaded url v2.5.8
12712026-08-22T12:22:14.597Z Downloaded tough v0.22.0
12722026-08-22T12:22:14.600Z Downloaded tokio-util v0.7.18
12732026-08-22T12:22:14.604Z Downloaded crossterm v0.28.1
12742026-08-22T12:22:14.607Z Downloaded libxml v0.3.3
12752026-08-22T12:22:14.611Z Downloaded internal-russh-num-bigint v0.5.0
12762026-08-22T12:22:14.614Z Downloaded itertools v0.13.0
12772026-08-22T12:22:14.617Z Downloaded hyper v1.10.1
12782026-08-22T12:22:14.620Z Downloaded ed25519-dalek v3.0.0
12792026-08-22T12:22:14.623Z Downloaded regex v1.12.3
12802026-08-22T12:22:14.626Z Downloaded unicode-normalization v0.1.25
12812026-08-22T12:22:14.629Z Downloaded curve25519-dalek v4.1.3
12822026-08-22T12:22:14.632Z Downloaded zerocopy v0.8.55
12832026-08-22T12:22:14.641Z Downloaded moka v0.12.13
12842026-08-22T12:22:14.646Z Downloaded iddqd v0.4.2
12852026-08-22T12:22:14.650Z Downloaded bstr v1.12.1
12862026-08-22T12:22:14.655Z Downloaded itertools v0.10.5
12872026-08-22T12:22:14.658Z Downloaded gimli v0.32.3
12882026-08-22T12:22:14.662Z Downloaded sha3 v0.12.0
12892026-08-22T12:22:14.665Z Downloaded unicode-segmentation v1.12.0
12902026-08-22T12:22:14.668Z Downloaded object v0.30.4
12912026-08-22T12:22:14.671Z Downloaded serde_with v1.14.0
12922026-08-22T12:22:14.674Z Downloaded smoltcp v0.11.0
12932026-08-22T12:22:14.680Z Downloaded itertools v0.15.0
12942026-08-22T12:22:14.684Z Downloaded regress v0.10.5
12952026-08-22T12:22:14.688Z Downloaded rustls v0.23.41
12962026-08-22T12:22:14.695Z Downloaded rustix v0.38.44
12972026-08-22T12:22:14.707Z Downloaded zlib-rs v0.6.2
12982026-08-22T12:22:14.710Z Downloaded curve25519-dalek v5.0.0
12992026-08-22T12:22:14.715Z Downloaded nix v0.31.2
13002026-08-22T12:22:14.723Z Downloaded openssl v0.10.80
13012026-08-22T12:22:14.727Z Downloaded nix v0.28.0
13022026-08-22T12:22:14.733Z Downloaded dropshot v0.17.1
13032026-08-22T12:22:14.745Z Downloaded polar-core v0.27.3
13042026-08-22T12:22:14.750Z Downloaded sled v0.34.7
13052026-08-22T12:22:14.755Z Downloaded iri-string v0.7.10
13062026-08-22T12:22:14.759Z Downloaded rayon v1.11.0
13072026-08-22T12:22:14.764Z Downloaded tabled v0.21.0
13082026-08-22T12:22:14.789Z Downloaded time v0.3.47
13092026-08-22T12:22:14.795Z Downloaded hickory-proto v0.24.4
13102026-08-22T12:22:14.803Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-08-22T12:22:14.810Z Downloaded zerocopy-derive v0.6.6
13122026-08-22T12:22:14.816Z Downloaded quinn-proto v0.11.16
13132026-08-22T12:22:14.821Z Downloaded diesel v2.3.7
13142026-08-22T12:22:14.834Z Downloaded smoltcp v0.9.1
13152026-08-22T12:22:14.838Z Downloaded hickory-proto v0.25.2
13162026-08-22T12:22:14.846Z Downloaded chrono-tz v0.10.4
13172026-08-22T12:22:14.857Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-08-22T12:22:14.867Z Downloaded regex-automata v0.4.14
13192026-08-22T12:22:14.875Z Downloaded regex-syntax v0.8.10
13202026-08-22T12:22:14.888Z Downloaded crypto-bigint v0.7.5
13212026-08-22T12:22:14.896Z Downloaded libz-sys v1.1.24
13222026-08-22T12:22:14.908Z Downloaded csv v1.4.0
13232026-08-22T12:22:14.920Z Downloaded tokio v1.52.1
13242026-08-22T12:22:14.942Z Downloaded tracing v0.1.44
13252026-08-22T12:22:14.954Z Downloaded object v0.37.3
13262026-08-22T12:22:14.960Z Downloaded regress v0.11.1
13272026-08-22T12:22:14.965Z Downloaded typify-impl v0.6.2
13282026-08-22T12:22:14.973Z Downloaded sqlparser v0.61.0
13292026-08-22T12:22:14.978Z Downloaded openapiv3 v2.2.0
13302026-08-22T12:22:14.984Z Downloaded sha3 v0.11.0
13312026-08-22T12:22:15.039Z Downloaded ratatui v0.29.0
13322026-08-22T12:22:15.072Z Downloaded petgraph v0.6.5
13332026-08-22T12:22:15.087Z Downloaded jiff v0.2.34
13342026-08-22T12:22:15.107Z Downloaded petgraph v0.8.3
13352026-08-22T12:22:15.120Z Downloaded sha3 v0.10.8
13362026-08-22T12:22:15.227Z Downloaded encoding_rs v0.8.35
13372026-08-22T12:22:15.241Z Downloaded ring v0.17.14
13382026-08-22T12:22:15.263Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-22T12:22:15.354Z Downloaded aws-lc-sys v0.40.0
13402026-08-22T12:22:15.601Z Compiling serde_core v1.0.228
13412026-08-22T12:22:15.601Z Compiling libc v0.2.185
13422026-08-22T12:22:15.606Z Compiling serde v1.0.228
13432026-08-22T12:22:15.606Z Compiling log v0.4.33
13442026-08-22T12:22:15.606Z Compiling smallvec v1.15.1
13452026-08-22T12:22:15.754Z Compiling find-msvc-tools v0.1.9
13462026-08-22T12:22:15.763Z Compiling shlex v1.3.0
13472026-08-22T12:22:15.766Z Compiling syn v2.0.117
13482026-08-22T12:22:15.952Z Compiling subtle v2.6.1
13492026-08-22T12:22:15.967Z Compiling scopeguard v1.2.0
13502026-08-22T12:22:15.979Z Compiling stable_deref_trait v1.2.1
13512026-08-22T12:22:16.032Z Compiling typenum v1.20.1
13522026-08-22T12:22:16.060Z Compiling lock_api v0.4.14
13532026-08-22T12:22:16.063Z Compiling zerocopy v0.8.55
13542026-08-22T12:22:16.085Z Compiling portable-atomic v1.13.1
13552026-08-22T12:22:16.113Z Compiling serde_json v1.0.151
13562026-08-22T12:22:16.309Z Compiling critical-section v1.2.0
13572026-08-22T12:22:16.325Z Compiling libm v0.2.16
13582026-08-22T12:22:16.418Z Compiling num-traits v0.2.19
13592026-08-22T12:22:16.519Z Compiling pkg-config v0.3.32
13602026-08-22T12:22:16.587Z Compiling errno v0.3.14
13612026-08-22T12:22:16.600Z Compiling jobserver v0.1.34
13622026-08-22T12:22:16.638Z Compiling getrandom v0.2.17
13632026-08-22T12:22:16.827Z Compiling cc v1.2.56
13642026-08-22T12:22:16.866Z Compiling rand_core v0.6.4
13652026-08-22T12:22:17.063Z Compiling once_cell v1.21.3
13662026-08-22T12:22:17.127Z Compiling generic-array v0.14.7
13672026-08-22T12:22:17.141Z Compiling pin-project-lite v0.2.17
13682026-08-22T12:22:17.145Z Compiling const-oid v0.9.6
13692026-08-22T12:22:17.238Z Compiling parking_lot_core v0.9.12
13702026-08-22T12:22:17.276Z Compiling getrandom v0.3.4
13712026-08-22T12:22:17.368Z Compiling signal-hook-registry v1.4.8
13722026-08-22T12:22:17.790Z Compiling bitflags v2.11.0
13732026-08-22T12:22:17.909Z Compiling litemap v0.8.1
13742026-08-22T12:22:17.936Z Compiling percent-encoding v2.3.2
13752026-08-22T12:22:17.952Z Compiling writeable v0.6.2
13762026-08-22T12:22:18.032Z Compiling futures-core v0.3.32
13772026-08-22T12:22:18.150Z Compiling semver v1.0.28
13782026-08-22T12:22:18.181Z Compiling parking_lot v0.12.5
13792026-08-22T12:22:18.200Z Compiling mio v1.2.0
13802026-08-22T12:22:18.298Z Compiling icu_properties_data v2.1.2
13812026-08-22T12:22:18.341Z Compiling icu_normalizer_data v2.1.1
13822026-08-22T12:22:18.388Z Compiling socket2 v0.6.3
13832026-08-22T12:22:18.465Z Compiling rustix v1.1.4
13842026-08-22T12:22:18.554Z Compiling getrandom v0.4.3
13852026-08-22T12:22:18.618Z Compiling synstructure v0.13.2
13862026-08-22T12:22:18.633Z Compiling rand_core v0.10.0
13872026-08-22T12:22:18.665Z Compiling futures-sink v0.3.32
13882026-08-22T12:22:18.778Z Compiling futures-channel v0.3.32
13892026-08-22T12:22:18.798Z Compiling indexmap v2.14.0
13902026-08-22T12:22:18.812Z Compiling futures-task v0.3.32
13912026-08-22T12:22:18.984Z Compiling slab v0.4.12
13922026-08-22T12:22:18.998Z Compiling utf8_iter v1.0.4
13932026-08-22T12:22:19.011Z Compiling futures-io v0.3.32
13942026-08-22T12:22:19.132Z Compiling form_urlencoded v1.2.2
13952026-08-22T12:22:19.146Z Compiling rustversion v1.0.22
13962026-08-22T12:22:19.159Z Compiling iana-time-zone v0.1.65
13972026-08-22T12:22:19.159Z Compiling base64ct v1.8.3
13982026-08-22T12:22:19.210Z Compiling cmake v0.1.57
13992026-08-22T12:22:19.302Z Compiling dunce v1.0.5
14002026-08-22T12:22:19.373Z Compiling regex-syntax v0.8.10
14012026-08-22T12:22:19.397Z Compiling pem-rfc7468 v0.7.0
14022026-08-22T12:22:19.447Z Compiling fs_extra v1.3.0
14032026-08-22T12:22:19.461Z Compiling flagset v0.4.7
14042026-08-22T12:22:19.589Z Compiling ident_case v1.0.1
14052026-08-22T12:22:19.603Z Compiling uuid v1.23.4
14062026-08-22T12:22:19.688Z Compiling rand_core v0.9.5
14072026-08-22T12:22:19.708Z Compiling aws-lc-sys v0.40.0
14082026-08-22T12:22:19.712Z Compiling base64 v0.22.1
14092026-08-22T12:22:19.953Z Compiling vcpkg v0.2.15
14102026-08-22T12:22:20.035Z Compiling syn v1.0.109
14112026-08-22T12:22:20.094Z Compiling serde_derive_internals v0.29.1
14122026-08-22T12:22:20.155Z Compiling rustc_version v0.4.1
14132026-08-22T12:22:20.310Z Compiling tracing-core v0.1.36
14142026-08-22T12:22:20.372Z Compiling serde_derive v1.0.228
14152026-08-22T12:22:20.386Z Compiling zeroize_derive v1.5.0
14162026-08-22T12:22:20.527Z Compiling zerofrom-derive v0.1.6
14172026-08-22T12:22:20.730Z Compiling zerocopy-derive v0.8.55
14182026-08-22T12:22:20.857Z Compiling yoke-derive v0.8.1
14192026-08-22T12:22:21.022Z Compiling zerovec-derive v0.11.2
14202026-08-22T12:22:21.037Z Compiling displaydoc v0.2.5
14212026-08-22T12:22:21.726Z Compiling tokio-macros v2.7.0
14222026-08-22T12:22:21.793Z Compiling futures-macro v0.3.32
14232026-08-22T12:22:21.924Z Compiling zerofrom v0.1.6
14242026-08-22T12:22:22.025Z Compiling thiserror-impl v2.0.18
14252026-08-22T12:22:22.050Z Compiling yoke v0.8.1
14262026-08-22T12:22:22.126Z Compiling der_derive v0.7.3
14272026-08-22T12:22:22.239Z Compiling zerovec v0.11.5
14282026-08-22T12:22:22.454Z Compiling zerotrie v0.2.3
14292026-08-22T12:22:22.624Z Compiling futures-util v0.3.32
14302026-08-22T12:22:22.740Z Compiling tinystr v0.8.2
14312026-08-22T12:22:22.754Z Compiling potential_utf v0.1.4
14322026-08-22T12:22:22.924Z Compiling icu_locale_core v2.1.1
14332026-08-22T12:22:22.941Z Compiling icu_collections v2.1.1
14342026-08-22T12:22:23.082Z Compiling openssl-sys v0.9.117
14352026-08-22T12:22:23.356Z Compiling thiserror v2.0.18
14362026-08-22T12:22:23.409Z Compiling tracing-attributes v0.1.31
14372026-08-22T12:22:23.461Z Compiling dyn-clone v1.0.20
14382026-08-22T12:22:23.591Z Compiling icu_provider v2.1.1
14392026-08-22T12:22:23.608Z Compiling simd-adler32 v0.3.8
14402026-08-22T12:22:23.782Z Compiling zeroize v1.9.0
14412026-08-22T12:22:23.818Z Compiling bytes v1.11.1
14422026-08-22T12:22:23.850Z Compiling icu_normalizer v2.1.1
14432026-08-22T12:22:23.895Z Compiling icu_properties v2.1.2
14442026-08-22T12:22:24.369Z Compiling tokio v1.52.1
14452026-08-22T12:22:24.417Z Compiling chrono v0.4.45
14462026-08-22T12:22:24.546Z Compiling block-buffer v0.10.4
14472026-08-22T12:22:24.685Z Compiling crypto-common v0.1.7
14482026-08-22T12:22:24.716Z Compiling idna_adapter v1.2.1
14492026-08-22T12:22:24.834Z Compiling digest v0.10.7
14502026-08-22T12:22:24.855Z Compiling idna v1.1.0
14512026-08-22T12:22:24.873Z Compiling der v0.7.10
14522026-08-22T12:22:24.950Z Compiling http v1.4.2
14532026-08-22T12:22:25.094Z Compiling ppv-lite86 v0.2.21
14542026-08-22T12:22:25.195Z Compiling url v2.5.8
14552026-08-22T12:22:25.474Z Compiling rand_chacha v0.9.0
14562026-08-22T12:22:25.579Z Compiling aws-lc-rs v1.16.3
14572026-08-22T12:22:25.778Z Compiling spki v0.7.3
14582026-08-22T12:22:25.861Z Compiling cpufeatures v0.2.17
14592026-08-22T12:22:25.875Z Compiling schemars v0.8.22
14602026-08-22T12:22:25.936Z Compiling pkcs8 v0.10.2
14612026-08-22T12:22:25.989Z Compiling rand v0.9.2
14622026-08-22T12:22:26.056Z Compiling http-body v1.0.1
14632026-08-22T12:22:26.080Z Compiling tracing v0.1.44
14642026-08-22T12:22:26.103Z Compiling rustls-pki-types v1.14.0
14652026-08-22T12:22:26.186Z Compiling schemars_derive v0.8.22
14662026-08-22T12:22:26.229Z Compiling spin v0.9.8
14672026-08-22T12:22:26.340Z Compiling httparse v1.10.1
14682026-08-22T12:22:26.428Z Compiling cmov v0.5.4
14692026-08-22T12:22:26.537Z Compiling crc32fast v1.5.0
14702026-08-22T12:22:26.634Z Compiling openssl-probe v0.2.1
14712026-08-22T12:22:26.670Z Compiling tinyvec_macros v0.1.1
14722026-08-22T12:22:26.714Z Compiling adler2 v2.0.1
14732026-08-22T12:22:26.736Z Compiling tinyvec v1.10.0
14742026-08-22T12:22:26.809Z Compiling miniz_oxide v0.8.9
14752026-08-22T12:22:26.839Z Compiling tempfile v3.27.0
14762026-08-22T12:22:26.898Z Compiling ctutils v0.4.2
14772026-08-22T12:22:27.072Z Compiling pest_generator v2.8.6
14782026-08-22T12:22:27.126Z Compiling sha2 v0.10.9
14792026-08-22T12:22:27.188Z Compiling terminal_size v0.4.3
14802026-08-22T12:22:27.324Z Compiling aho-corasick v1.1.4
14812026-08-22T12:22:27.384Z Compiling untrusted v0.7.1
14822026-08-22T12:22:27.507Z Compiling tower-layer v0.3.3
14832026-08-22T12:22:27.665Z Compiling try-lock v0.2.5
14842026-08-22T12:22:27.729Z Compiling radium v0.7.0
14852026-08-22T12:22:27.770Z Compiling tower-service v0.3.3
14862026-08-22T12:22:27.862Z Compiling atomic-waker v1.1.2
14872026-08-22T12:22:27.985Z Compiling want v0.3.1
14882026-08-22T12:22:27.998Z Compiling pest_derive v2.8.6
14892026-08-22T12:22:28.143Z Compiling tokio-util v0.7.18
14902026-08-22T12:22:28.392Z Compiling regex-automata v0.4.14
14912026-08-22T12:22:28.419Z Compiling hybrid-array v0.4.13
14922026-08-22T12:22:28.913Z Compiling h2 v0.4.15
14932026-08-22T12:22:29.103Z Compiling ipnet v2.12.0
14942026-08-22T12:22:29.139Z Compiling scroll_derive v0.13.1
14952026-08-22T12:22:29.167Z Compiling darling_core v0.20.11
14962026-08-22T12:22:29.575Z Compiling httpdate v1.0.3
14972026-08-22T12:22:29.795Z Compiling foreign-types-shared v0.1.1
14982026-08-22T12:22:29.883Z Compiling maybe-uninit v2.0.0
14992026-08-22T12:22:29.905Z Compiling untrusted v0.9.0
15002026-08-22T12:22:29.908Z Compiling rustls v0.23.41
15012026-08-22T12:22:30.012Z Compiling openssl v0.10.80
15022026-08-22T12:22:30.028Z Compiling tap v1.0.1
15032026-08-22T12:22:30.077Z Compiling scroll v0.13.0
15042026-08-22T12:22:30.130Z Compiling wyz v0.5.1
15052026-08-22T12:22:30.176Z Compiling foreign-types v0.3.2
15062026-08-22T12:22:30.306Z Compiling unicode-normalization v0.1.25
15072026-08-22T12:22:30.382Z Compiling rand_chacha v0.3.1
15082026-08-22T12:22:30.471Z Compiling signature v2.2.0
15092026-08-22T12:22:30.655Z Compiling hex v0.4.3
15102026-08-22T12:22:30.731Z Compiling openssl-macros v0.1.1
15112026-08-22T12:22:30.761Z Compiling thiserror-impl v1.0.69
15122026-08-22T12:22:30.919Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-22T12:22:31.119Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-22T12:22:31.162Z Compiling num-integer v0.1.46
15152026-08-22T12:22:31.300Z Compiling wait-timeout v0.2.1
15162026-08-22T12:22:31.392Z Compiling ahash v0.8.12
15172026-08-22T12:22:31.427Z Compiling darling_macro v0.20.11
15182026-08-22T12:22:31.480Z Compiling time-core v0.1.8
15192026-08-22T12:22:31.559Z Compiling native-tls v0.2.18
15202026-08-22T12:22:31.590Z Compiling bit-vec v0.8.0
15212026-08-22T12:22:31.621Z Compiling quick-error v1.2.3
15222026-08-22T12:22:31.727Z Compiling num-bigint-dig v0.8.6
15232026-08-22T12:22:31.752Z Compiling num-conv v0.2.0
15242026-08-22T12:22:31.814Z Compiling funty v2.0.0
15252026-08-22T12:22:31.881Z Compiling packed_struct v0.10.1
15262026-08-22T12:22:31.895Z Compiling powerfmt v0.2.0
15272026-08-22T12:22:31.927Z Compiling darling v0.20.11
15282026-08-22T12:22:31.987Z Compiling hyper v1.10.1
15292026-08-22T12:22:32.005Z Compiling thiserror v1.0.69
15302026-08-22T12:22:32.091Z Compiling deranged v0.5.8
15312026-08-22T12:22:32.105Z Compiling time-macros v0.2.27
15322026-08-22T12:22:32.137Z Compiling bitvec v1.0.1
15332026-08-22T12:22:32.369Z Compiling bit-set v0.8.0
15342026-08-22T12:22:32.423Z Compiling clap_builder v4.6.0
15352026-08-22T12:22:32.544Z Compiling rusty-fork v0.3.1
15362026-08-22T12:22:32.951Z Compiling num-iter v0.1.45
15372026-08-22T12:22:33.035Z Compiling hyper-util v0.1.20
15382026-08-22T12:22:33.516Z Compiling rand v0.8.6
15392026-08-22T12:22:33.530Z Compiling goblin v0.10.5
15402026-08-22T12:22:33.721Z Compiling packed_struct_codegen v0.10.1
15412026-08-22T12:22:34.304Z Compiling lazy_static v1.5.0
15422026-08-22T12:22:34.398Z Compiling hmac v0.12.1
15432026-08-22T12:22:34.553Z Compiling toml_datetime v0.6.11
15442026-08-22T12:22:34.694Z Compiling serde_spanned v0.6.9
15452026-08-22T12:22:34.750Z Compiling zerocopy-derive v0.6.6
15462026-08-22T12:22:34.802Z Compiling bitfield-macros v0.19.4
15472026-08-22T12:22:34.833Z Compiling clap_derive v4.6.1
15482026-08-22T12:22:35.317Z Compiling rand_xorshift v0.4.0
15492026-08-22T12:22:35.476Z Compiling sync_wrapper v1.0.2
15502026-08-22T12:22:35.520Z Compiling indexmap v1.9.3
15512026-08-22T12:22:35.583Z Compiling object v0.37.3
15522026-08-22T12:22:35.597Z Compiling usdt-impl v0.6.0
15532026-08-22T12:22:35.706Z Compiling zlib-rs v0.6.2
15542026-08-22T12:22:35.797Z Compiling unarray v0.1.4
15552026-08-22T12:22:35.838Z Compiling paste v1.0.15
15562026-08-22T12:22:35.906Z Compiling nodrop v0.1.14
15572026-08-22T12:22:36.002Z Compiling crc-catalog v2.4.0
15582026-08-22T12:22:36.068Z Compiling siphasher v1.0.2
15592026-08-22T12:22:36.089Z Compiling num_threads v0.1.7
15602026-08-22T12:22:36.104Z Compiling crossbeam-utils v0.8.21
15612026-08-22T12:22:36.182Z Compiling time v0.3.47
15622026-08-22T12:22:36.251Z Compiling dof v0.4.0
15632026-08-22T12:22:36.443Z Compiling crc v3.4.0
15642026-08-22T12:22:36.572Z Compiling clap v4.6.1
15652026-08-22T12:22:36.642Z Compiling array-init v0.0.4
15662026-08-22T12:22:36.651Z Compiling proptest v1.11.0
15672026-08-22T12:22:37.047Z Compiling zerocopy v0.6.6
15682026-08-22T12:22:37.358Z Compiling tower v0.5.3
15692026-08-22T12:22:37.413Z Compiling bitfield v0.19.4
15702026-08-22T12:22:37.798Z Compiling smallvec v0.6.14
15712026-08-22T12:22:38.076Z Compiling derive_builder_core v0.20.2
15722026-08-22T12:22:38.210Z Compiling dtrace-parser v0.3.0
15732026-08-22T12:22:38.869Z Compiling flate2 v1.1.9
15742026-08-22T12:22:38.887Z Compiling ipnetwork v0.21.1
15752026-08-22T12:22:38.912Z Compiling http-body-util v0.1.3
15762026-08-22T12:22:38.945Z Compiling pkcs1 v0.7.5
15772026-08-22T12:22:39.146Z Compiling heapless v0.7.17
15782026-08-22T12:22:39.249Z Compiling scroll_derive v0.12.1
15792026-08-22T12:22:39.253Z Compiling structmeta-derive v0.3.0
15802026-08-22T12:22:39.322Z Compiling slog v2.8.2
15812026-08-22T12:22:39.374Z Compiling darling_core v0.23.0
15822026-08-22T12:22:39.503Z Compiling thread-id v5.1.0
15832026-08-22T12:22:39.589Z Compiling cookie v0.18.1
15842026-08-22T12:22:39.765Z Compiling env_filter v2.0.0
15852026-08-22T12:22:39.780Z Compiling hashbrown v0.12.3
15862026-08-22T12:22:39.898Z Compiling ryu v1.0.23
15872026-08-22T12:22:40.058Z Compiling signal-hook v0.3.18
15882026-08-22T12:22:40.076Z Compiling iri-string v0.7.10
15892026-08-22T12:22:40.243Z Compiling gimli v0.32.3
15902026-08-22T12:22:40.263Z Compiling base64 v0.21.7
15912026-08-22T12:22:40.362Z Compiling unicode-properties v0.1.4
15922026-08-22T12:22:40.576Z Compiling zstd-safe v7.2.4
15932026-08-22T12:22:40.590Z Compiling allocator-api2 v0.2.21
15942026-08-22T12:22:40.773Z Compiling unicode-bidi v0.3.18
15952026-08-22T12:22:40.926Z Compiling winnow v0.5.40
15962026-08-22T12:22:41.299Z Compiling anyhow v1.0.104
15972026-08-22T12:22:41.657Z Compiling tower-http v0.6.8
15982026-08-22T12:22:41.818Z Compiling stringprep v0.1.5
15992026-08-22T12:22:41.891Z Compiling darling_macro v0.23.0
16002026-08-22T12:22:42.051Z Compiling addr2line v0.25.1
16012026-08-22T12:22:42.183Z Compiling ron v0.8.1
16022026-08-22T12:22:42.243Z Compiling toml_edit v0.19.15
16032026-08-22T12:22:42.347Z Compiling structmeta v0.3.0
16042026-08-22T12:22:42.424Z Compiling serde_urlencoded v0.7.1
16052026-08-22T12:22:42.555Z Compiling env_logger v0.11.11
16062026-08-22T12:22:42.665Z Compiling scroll v0.12.0
16072026-08-22T12:22:42.955Z Compiling rsa v0.9.10
16082026-08-22T12:22:42.985Z Compiling oxnet v0.1.6
16092026-08-22T12:22:43.059Z Compiling newtype-uuid v1.3.2
16102026-08-22T12:22:43.095Z Compiling derive_builder_macro v0.20.2
16112026-08-22T12:22:43.383Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-22T12:22:43.402Z Compiling hashbrown v0.13.2
16132026-08-22T12:22:43.459Z Compiling bzip2 v0.4.4
16142026-08-22T12:22:43.556Z Compiling serde-hex v0.1.0
16152026-08-22T12:22:43.657Z Compiling tokio-native-tls v0.3.1
16162026-08-22T12:22:43.829Z Compiling camino v1.2.5
16172026-08-22T12:22:43.880Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-22T12:22:44.815Z Compiling bstr v1.12.1
16192026-08-22T12:22:45.169Z Compiling block-padding v0.4.2
16202026-08-22T12:22:45.279Z Compiling block-buffer v0.12.1
16212026-08-22T12:22:45.383Z Compiling crypto-common v0.2.2
16222026-08-22T12:22:45.482Z Compiling rustls-native-certs v0.8.3
16232026-08-22T12:22:45.485Z Compiling x509-cert v0.2.5
16242026-08-22T12:22:45.768Z Compiling md-5 v0.10.6
16252026-08-22T12:22:45.944Z Compiling erased-serde v0.3.31
16262026-08-22T12:22:45.967Z Compiling serde_tokenstream v0.2.3
16272026-08-22T12:22:46.283Z Compiling curve25519-dalek v4.1.3
16282026-08-22T12:22:46.433Z Compiling zerocopy-derive v0.7.35
16292026-08-22T12:22:46.607Z Compiling daft-derive v0.1.7
16302026-08-22T12:22:46.866Z Compiling async-trait v0.1.89
16312026-08-22T12:22:47.095Z Compiling pin-project-internal v1.1.11
16322026-08-22T12:22:47.109Z Compiling vergen-lib v9.1.0
16332026-08-22T12:22:47.287Z Compiling hash32 v0.2.1
16342026-08-22T12:22:47.287Z Compiling memoffset v0.9.1
16352026-08-22T12:22:47.315Z Compiling encoding_rs v0.8.35
16362026-08-22T12:22:47.466Z Compiling owo-colors v4.3.0
16372026-08-22T12:22:47.481Z Compiling psl-types v2.0.11
16382026-08-22T12:22:47.493Z Compiling fallible-iterator v0.2.0
16392026-08-22T12:22:47.599Z Compiling litrs v1.0.0
16402026-08-22T12:22:47.773Z Compiling smoltcp v0.9.1
16412026-08-22T12:22:47.804Z Compiling mime v0.3.17
16422026-08-22T12:22:47.874Z Compiling rustc-demangle v0.1.27
16432026-08-22T12:22:47.918Z Compiling crc-any v2.5.0
16442026-08-22T12:22:48.048Z Compiling ref-cast v1.0.25
16452026-08-22T12:22:48.084Z Compiling cfg_aliases v0.2.1
16462026-08-22T12:22:48.098Z Compiling rustix v0.38.44
16472026-08-22T12:22:48.139Z Compiling backtrace v0.3.76
16482026-08-22T12:22:48.154Z Compiling nix v0.31.2
16492026-08-22T12:22:48.183Z Compiling pin-project v1.1.11
16502026-08-22T12:22:48.266Z Compiling document-features v0.2.12
16512026-08-22T12:22:48.300Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16522026-08-22T12:22:48.441Z Compiling postgres-protocol v0.6.10
16532026-08-22T12:22:48.502Z Compiling publicsuffix v2.3.0
16542026-08-22T12:22:48.670Z Compiling daft v0.1.7
16552026-08-22T12:22:48.786Z Compiling zerocopy v0.7.35
16562026-08-22T12:22:48.941Z Compiling inout v0.2.2
16572026-08-22T12:22:48.966Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-22T12:22:49.070Z Compiling object v0.30.4
16592026-08-22T12:22:49.118Z Compiling hyper-tls v0.6.0
16602026-08-22T12:22:49.241Z Compiling zip v0.6.6
16612026-08-22T12:22:49.255Z Compiling derive_builder v0.20.2
16622026-08-22T12:22:49.268Z Compiling toml v0.7.8
16632026-08-22T12:22:49.337Z Compiling goblin v0.8.2
16642026-08-22T12:22:49.571Z Compiling derive-ex v0.1.8
16652026-08-22T12:22:49.816Z Compiling darling v0.23.0
16662026-08-22T12:22:49.895Z Compiling phf_shared v0.13.1
16672026-08-22T12:22:50.076Z Compiling regex v1.12.3
16682026-08-22T12:22:50.132Z Compiling hubpack_derive v0.1.1
16692026-08-22T12:22:50.174Z Compiling futures-executor v0.3.32
16702026-08-22T12:22:50.496Z Compiling ref-cast-impl v1.0.25
16712026-08-22T12:22:50.541Z Compiling curve25519-dalek-derive v0.1.1
16722026-08-22T12:22:50.612Z Compiling strum_macros v0.27.2
16732026-08-22T12:22:51.032Z Compiling snafu-derive v0.8.9
16742026-08-22T12:22:51.179Z Compiling vergen v9.1.0
16752026-08-22T12:22:51.213Z Compiling cargo-platform v0.3.2
16762026-08-22T12:22:51.360Z Compiling ff v0.13.1
16772026-08-22T12:22:51.489Z Compiling fs-err v3.3.0
16782026-08-22T12:22:51.504Z Compiling either v1.15.0
16792026-08-22T12:22:51.674Z Compiling base16ct v0.2.0
16802026-08-22T12:22:51.709Z Compiling managed v0.8.0
16812026-08-22T12:22:51.851Z Compiling libbz2-rs-sys v0.2.2
16822026-08-22T12:22:51.893Z Compiling unicode-segmentation v1.12.0
16832026-08-22T12:22:51.924Z Compiling foldhash v0.2.0
16842026-08-22T12:22:52.139Z Compiling foldhash v0.1.5
16852026-08-22T12:22:52.263Z Compiling path-slash v0.1.5
16862026-08-22T12:22:52.305Z Compiling jiff-core v0.1.0
16872026-08-22T12:22:52.389Z Compiling bumpalo v3.20.2
16882026-08-22T12:22:52.502Z Compiling is_ci v1.2.0
16892026-08-22T12:22:52.544Z Compiling same-file v1.0.6
16902026-08-22T12:22:52.635Z Compiling bitflags v1.3.2
16912026-08-22T12:22:52.635Z Compiling supports-color v3.0.2
16922026-08-22T12:22:52.722Z Compiling walkdir v2.5.0
16932026-08-22T12:22:52.753Z Compiling zopfli v0.8.3
16942026-08-22T12:22:52.812Z Compiling strum v0.27.2
16952026-08-22T12:22:52.925Z Compiling snafu v0.8.9
16962026-08-22T12:22:52.947Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16972026-08-22T12:22:53.025Z Compiling jiff v0.2.34
16982026-08-22T12:22:53.271Z Compiling hashbrown v0.15.5
16992026-08-22T12:22:53.352Z Compiling bzip2 v0.6.1
17002026-08-22T12:22:53.394Z Compiling hashbrown v0.16.1
17012026-08-22T12:22:53.476Z Compiling textwrap v0.16.2
17022026-08-22T12:22:53.552Z Compiling sec1 v0.7.3
17032026-08-22T12:22:53.831Z Compiling dof v0.3.0
17042026-08-22T12:22:53.911Z Compiling group v0.13.0
17052026-08-22T12:22:53.926Z Compiling cargo_metadata v0.23.1
17062026-08-22T12:22:53.993Z Compiling test-strategy v0.4.5
17072026-08-22T12:22:54.433Z Compiling hubpack v0.1.2
17082026-08-22T12:22:54.539Z Compiling futures v0.3.32
17092026-08-22T12:22:54.623Z Compiling phf v0.13.1
17102026-08-22T12:22:54.785Z Compiling signal-hook-mio v0.2.5
17112026-08-22T12:22:54.905Z Compiling serde_with_macros v3.21.0
17122026-08-22T12:22:55.003Z Compiling cookie_store v0.22.1
17132026-08-22T12:22:55.261Z Compiling zstd v0.13.3
17142026-08-22T12:22:55.472Z Compiling reqwest v0.12.28
17152026-08-22T12:22:55.526Z Compiling cipher v0.5.2
17162026-08-22T12:22:55.679Z Compiling postgres-types v0.2.12
17172026-08-22T12:22:55.953Z Compiling backtrace-ext v0.2.1
17182026-08-22T12:22:56.245Z Compiling usdt-attr-macro v0.6.0
17192026-08-22T12:22:56.560Z Compiling usdt-macro v0.6.0
17202026-08-22T12:22:56.856Z Compiling globset v0.4.18
17212026-08-22T12:22:57.048Z Compiling phf_shared v0.11.3
17222026-08-22T12:22:57.085Z Compiling hkdf v0.12.4
17232026-08-22T12:22:57.152Z Compiling dtrace-parser v0.2.0
17242026-08-22T12:22:57.236Z Compiling byte-wrapper v0.1.0
17252026-08-22T12:22:57.259Z Compiling olpc-cjson v0.1.4
17262026-08-22T12:22:57.289Z Compiling ed25519 v2.2.3
17272026-08-22T12:22:57.317Z Compiling crypto-bigint v0.5.5
17282026-08-22T12:22:57.415Z Compiling serde-big-array v0.5.1
17292026-08-22T12:22:57.531Z Compiling serde_plain v1.0.2
17302026-08-22T12:22:57.559Z Compiling strum_macros v0.26.4
17312026-08-22T12:22:57.573Z Compiling enum-as-inner v0.6.1
17322026-08-22T12:22:57.727Z Compiling async-recursion v1.1.1
17332026-08-22T12:22:57.887Z Compiling serde_repr v0.1.20
17342026-08-22T12:22:58.074Z Compiling miette-derive v7.6.0
17352026-08-22T12:22:58.173Z Compiling pem v3.0.6
17362026-08-22T12:22:58.368Z Compiling float-cmp v0.10.0
17372026-08-22T12:22:58.422Z Compiling thread-id v4.2.2
17382026-08-22T12:22:58.499Z Compiling memmap2 v0.9.10
17392026-08-22T12:22:58.515Z Compiling whoami v2.1.0
17402026-08-22T12:22:58.515Z Compiling supports-unicode v3.0.0
17412026-08-22T12:22:58.681Z Compiling difflib v0.4.0
17422026-08-22T12:22:58.711Z Compiling data-encoding v2.10.0
17432026-08-22T12:22:58.893Z Compiling keccak v0.1.6
17442026-08-22T12:22:59.174Z Compiling normalize-line-endings v0.3.0
17452026-08-22T12:22:59.215Z Compiling winnow v1.0.3
17462026-08-22T12:22:59.228Z Compiling predicates-core v1.0.10
17472026-08-22T12:22:59.267Z Compiling precomputed-hash v0.1.1
17482026-08-22T12:22:59.281Z Compiling typed-path v0.9.3
17492026-08-22T12:22:59.355Z Compiling fixedbitset v0.5.7
17502026-08-22T12:22:59.393Z Compiling static_assertions v1.1.0
17512026-08-22T12:22:59.408Z Compiling cpufeatures v0.3.0
17522026-08-22T12:22:59.411Z Compiling new_debug_unreachable v1.0.6
17532026-08-22T12:22:59.463Z Compiling supports-hyperlinks v3.2.0
17542026-08-22T12:22:59.478Z Compiling fixedbitset v0.4.2
17552026-08-22T12:22:59.496Z Compiling const-oid v0.10.2
17562026-08-22T12:22:59.610Z Compiling miette v7.6.0
17572026-08-22T12:22:59.625Z Compiling petgraph v0.6.5
17582026-08-22T12:22:59.644Z Compiling digest v0.11.3
17592026-08-22T12:22:59.687Z Compiling petgraph v0.8.3
17602026-08-22T12:22:59.701Z Compiling toml_edit v0.22.27
17612026-08-22T12:22:59.869Z Compiling chacha20 v0.10.0
17622026-08-22T12:23:00.243Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-08-22T12:23:00.286Z Compiling string_cache v0.8.9
17642026-08-22T12:23:00.505Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-22T12:23:00.519Z Compiling predicates v3.1.4
17662026-08-22T12:23:00.810Z Compiling strum v0.26.3
17672026-08-22T12:23:00.890Z Compiling sha3 v0.10.8
17682026-08-22T12:23:00.945Z Compiling hickory-proto v0.25.2
17692026-08-22T12:23:01.110Z Compiling tokio-postgres v0.7.16
17702026-08-22T12:23:01.162Z Compiling usdt v0.6.0
17712026-08-22T12:23:01.350Z Compiling usdt-impl v0.5.0
17722026-08-22T12:23:01.423Z Compiling elliptic-curve v0.13.8
17732026-08-22T12:23:01.652Z Compiling ed25519-dalek v2.2.0
17742026-08-22T12:23:01.828Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-22T12:23:01.937Z Compiling crossterm v0.28.1
17762026-08-22T12:23:02.446Z Compiling serde_with v3.21.0
17772026-08-22T12:23:03.184Z Compiling zip v4.6.1
17782026-08-22T12:23:03.287Z Compiling iddqd v0.4.2
17792026-08-22T12:23:03.670Z Compiling heck v0.4.1
17802026-08-22T12:23:03.716Z Compiling similar v2.7.0
17812026-08-22T12:23:03.828Z Compiling itertools v0.15.0
17822026-08-22T12:23:03.889Z Compiling itertools v0.13.0
17832026-08-22T12:23:04.097Z Compiling crossbeam-epoch v0.9.18
17842026-08-22T12:23:04.214Z Compiling tokio-stream v0.1.18
17852026-08-22T12:23:04.415Z Compiling buf-list v1.1.2
17862026-08-22T12:23:04.527Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-22T12:23:04.543Z Compiling openapiv3 v2.2.0
17882026-08-22T12:23:04.661Z Compiling peg-runtime v0.8.5
17892026-08-22T12:23:04.682Z Compiling lalrpop-util v0.19.12
17902026-08-22T12:23:04.822Z Compiling thread_local v1.1.9
17912026-08-22T12:23:04.873Z Compiling slog-async v2.8.0
17922026-08-22T12:23:04.935Z Compiling crossbeam-channel v0.5.15
17932026-08-22T12:23:05.074Z Compiling is-terminal v0.4.17
17942026-08-22T12:23:05.119Z Compiling filetime v0.2.27
17952026-08-22T12:23:05.146Z Compiling term v1.2.1
17962026-08-22T12:23:05.170Z Compiling take_mut v0.2.2
17972026-08-22T12:23:05.184Z Compiling xattr v1.6.1
17982026-08-22T12:23:05.297Z Compiling camino-tempfile v1.4.1
17992026-08-22T12:23:05.366Z Compiling tar v0.4.46
18002026-08-22T12:23:05.514Z Compiling slog-term v2.9.2
18012026-08-22T12:23:11.463Z Compiling rustls-webpki v0.103.13
18022026-08-22T12:23:14.094Z Compiling tokio-rustls v0.26.4
18032026-08-22T12:23:14.094Z Compiling rustls-platform-verifier v0.6.2
18042026-08-22T12:23:14.094Z Compiling tough v0.22.0
18052026-08-22T12:23:14.297Z Compiling hyper-rustls v0.27.7
18062026-08-22T12:23:14.492Z Compiling reqwest v0.13.2
18072026-08-22T12:23:16.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-22T12:23:16.919Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-22T12:23:19.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
18102026-08-22T12:23:19.940Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-22T12:23:19.997ZAug 22 12:23:18.338 INFO Starting download, target: Cockroach
18122026-08-22T12:23:19.997ZAug 22 12:23:18.339 INFO Starting download, target: DendriteStub
18132026-08-22T12:23:19.997ZAug 22 12:23:18.339 INFO Starting download, target: Clickhouse
18142026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Starting download, target: Console
18152026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Starting download, target: MaghemiteMgd
18162026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Starting download, target: MaghemiteDdmd
18172026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Starting download, target: TransceiverControl
18182026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18192026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18212026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-22T12:23:20.000ZAug 22 12:23:18.339 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-08-22T12:23:20.001ZAug 22 12:23:18.339 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-22T12:23:20.001ZAug 22 12:23:18.339 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-22T12:23:21.442ZAug 22 12:23:19.783 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-22T12:23:21.659ZAug 22 12:23:20.000 INFO Download complete, target: TransceiverControl
18272026-08-22T12:23:21.789ZAug 22 12:23:20.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-22T12:23:21.886ZAug 22 12:23:20.218 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-22T12:23:22.031ZAug 22 12:23:20.373 INFO Download complete, target: Console
18302026-08-22T12:23:22.528ZAug 22 12:23:20.869 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-08-22T12:23:22.710ZAug 22 12:23:21.041 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18322026-08-22T12:23:22.958ZAug 22 12:23:21.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-22T12:23:23.109ZAug 22 12:23:21.451 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-22T12:23:23.109ZAug 22 12:23:21.451 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-22T12:23:24.752ZAug 22 12:23:23.094 INFO Download complete, target: MaghemiteDdmd
18362026-08-22T12:23:25.098ZAug 22 12:23:23.441 INFO Download complete, target: DendriteStub
18372026-08-22T12:23:25.518ZAug 22 12:23:23.860 INFO Download complete, target: MaghemiteMgd
18382026-08-22T12:23:27.884ZAug 22 12:23:26.227 INFO Checking that binary works, target: Cockroach
18392026-08-22T12:23:27.994ZAug 22 12:23:26.337 INFO Download complete, target: Cockroach
18402026-08-22T12:23:28.672ZAug 22 12:23:27.014 INFO Checking that binary works, target: Clickhouse
18412026-08-22T12:23:28.787ZAug 22 12:23:27.129 INFO Download complete, target: Clickhouse
18422026-08-22T12:23:28.803ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-22T12:23:28.806Z
18442026-08-22T12:23:28.806Zreal 2:07.575959826
18452026-08-22T12:23:28.806Zuser 7:14.174105576
18462026-08-22T12:23:28.806Zsys 1:25.942903998
18472026-08-22T12:23:28.806Ztrap 0.261244162
18482026-08-22T12:23:28.806Ztflt 0.460348239
18492026-08-22T12:23:28.806Zdflt 0.972946898
18502026-08-22T12:23:28.806Zkflt 0.021351230
18512026-08-22T12:23:28.806Zlock 27:03.625164631
18522026-08-22T12:23:28.806Zslp 21:49.882845824
18532026-08-22T12:23:28.806Zlat 47.331039026
18542026-08-22T12:23:28.806Zstop 2:36.950208894
18552026-08-22T12:23:28.806Z+ banner hack-check
18562026-08-22T12:23:28.806Z
18572026-08-22T12:23:28.806Z # # ## #### # # #### # # ###### #### # #
18582026-08-22T12:23:28.806Z # # # # # # # # # # # # # # # # #
18592026-08-22T12:23:28.806Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-22T12:23:28.806Z # # ###### # # # # # # # # # #
18612026-08-22T12:23:28.806Z # # # # # # # # # # # # # # # # #
18622026-08-22T12:23:28.806Z # # # # #### # # #### # # ###### #### # #
18632026-08-22T12:23:28.806Z
18642026-08-22T12:23:28.806Z+ export CARGO_INCREMENTAL=0
18652026-08-22T12:23:28.806Z+ CARGO_INCREMENTAL=0
18662026-08-22T12:23:28.806Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-22T12:23:29.283Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-22T12:23:29.563Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-22T12:23:31.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
18702026-08-22T12:23:31.397Z Running `target/debug/xtask check-features --ci`
18712026-08-22T12:23:31.423Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-22T12:23:31.423Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-22T12:23:31.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-08-22T12:23:31.870Z Running `target/debug/xtask download cargo-hack`
18752026-08-22T12:23:32.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-22T12:23:32.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-22T12:23:35.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18782026-08-22T12:23:35.636Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-22T12:23:35.676ZAug 22 12:23:34.019 INFO Starting download, target: CargoHack
18802026-08-22T12:23:35.679ZAug 22 12:23:34.019 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-22T12:23:36.463ZAug 22 12:23:34.806 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-22T12:23:36.513ZAug 22 12:23:34.855 INFO Download complete, target: CargoHack
18832026-08-22T12:23:36.516Zrunning: "/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-22T12:23:36.528Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-22T12:23:36.687Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-22T12:23:37.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-22T12:23:37.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-22T12:23:37.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-22T12:23:37.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-22T12:23:37.231Z
18912026-08-22T12:23:37.231Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-22T12:23:37.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-22T12:23:37.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-22T12:23:37.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-22T12:23:37.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18962026-08-22T12:23:37.778Z
18972026-08-22T12:23:37.778Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-22T12:23:38.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-22T12:23:38.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-22T12:23:38.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-22T12:23:38.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19022026-08-22T12:23:38.317Z
19032026-08-22T12:23:38.317Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-22T12:23:38.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-22T12:23:38.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-22T12:23:38.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-22T12:23:38.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19082026-08-22T12:23:38.861Z
19092026-08-22T12:23:38.861Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-22T12:23:39.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-22T12:23:39.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-22T12:23:39.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-22T12:23:39.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-22T12:23:39.409Z
19152026-08-22T12:23:39.409Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-22T12:23:39.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-22T12:23:39.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-22T12:23:39.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-22T12:23:39.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-22T12:23:39.966Z
19212026-08-22T12:23:39.966Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-22T12:23:40.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-22T12:23:40.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-22T12:23:40.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-22T12:23:40.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-22T12:23:40.520Z
19272026-08-22T12:23:40.520Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-22T12:23:40.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-22T12:23:40.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-22T12:23:40.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-22T12:23:40.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19322026-08-22T12:23:41.073Z
19332026-08-22T12:23:41.073Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-22T12:23:41.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-22T12:23:41.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-22T12:23:41.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-22T12:23:41.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-22T12:23:41.484Z
19392026-08-22T12:23:41.485Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-22T12:23:41.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-22T12:23:41.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-22T12:23:41.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-22T12:23:41.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-22T12:23:41.896Z
19452026-08-22T12:23:41.896Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-22T12:23:42.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-22T12:23:42.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-22T12:23:42.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-22T12:23:42.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-08-22T12:23:42.304Z
19512026-08-22T12:23:42.304Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-22T12:23:42.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-22T12:23:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-22T12:23:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-22T12:23:42.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-22T12:23:42.714Z
19572026-08-22T12:23:42.714Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-22T12:23:43.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-22T12:23:43.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-22T12:23:43.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-22T12:23:43.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-08-22T12:23:43.123Z
19632026-08-22T12:23:43.124Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-22T12:23:43.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-22T12:23:43.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-22T12:23:43.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-22T12:23:43.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19682026-08-22T12:23:43.533Z
19692026-08-22T12:23:43.533Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-22T12:23:43.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-22T12:23:43.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-22T12:23:43.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-22T12:23:43.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-22T12:23:43.943Z
19752026-08-22T12:23:43.943Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-22T12:23:44.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-22T12:23:44.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-22T12:23:44.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-22T12:23:44.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19802026-08-22T12:23:44.351Z
19812026-08-22T12:23:44.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-22T12:23:44.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-22T12:23:44.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-22T12:23:44.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-22T12:23:44.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-22T12:23:44.763Z
19872026-08-22T12:23:44.763Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-22T12:23:45.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-22T12:23:45.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-22T12:23:45.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-22T12:23:45.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19922026-08-22T12:23:45.171Z
19932026-08-22T12:23:45.171Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-22T12:23:45.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-22T12:23:45.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-22T12:23:45.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-22T12:23:45.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-22T12:23:45.580Z
19992026-08-22T12:23:45.581Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-22T12:23:45.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-22T12:23:45.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-22T12:23:45.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-22T12:23:45.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-22T12:23:45.995Z
20052026-08-22T12:23:45.995Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-22T12:23:46.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-22T12:23:46.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-22T12:23:46.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-22T12:23:46.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-22T12:23:46.410Z
20112026-08-22T12:23:46.410Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-22T12:23:46.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-22T12:23:46.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-22T12:23:46.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-22T12:23:46.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-22T12:23:46.823Z
20172026-08-22T12:23:46.823Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-22T12:23:47.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-22T12:23:47.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-22T12:23:47.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-22T12:23:47.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-22T12:23:47.237Z
20232026-08-22T12:23:47.237Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-22T12:23:47.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-22T12:23:47.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-22T12:23:47.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-22T12:23:47.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-22T12:23:47.651Z
20292026-08-22T12:23:47.652Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-22T12:23:48.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-22T12:23:48.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-22T12:23:48.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-22T12:23:48.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-22T12:23:48.061Z
20352026-08-22T12:23:48.062Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-22T12:23:48.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-22T12:23:48.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-22T12:23:48.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-22T12:23:48.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-22T12:23:48.473Z
20412026-08-22T12:23:48.473Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-22T12:23:48.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-22T12:23:48.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-22T12:23:48.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-22T12:23:48.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-22T12:23:48.889Z
20472026-08-22T12:23:48.889Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-22T12:23:49.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-22T12:23:49.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-22T12:23:49.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-22T12:23:49.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-22T12:23:49.301Z
20532026-08-22T12:23:49.301Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-22T12:23:49.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-22T12:23:49.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-22T12:23:49.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-22T12:23:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-22T12:23:49.719Z
20592026-08-22T12:23:49.719Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-22T12:23:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-22T12:23:50.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-22T12:23:50.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-22T12:23:50.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-08-22T12:23:50.127Z
20652026-08-22T12:23:50.127Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-22T12:23:50.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-22T12:23:50.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-22T12:23:50.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-22T12:23:50.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-08-22T12:23:50.537Z
20712026-08-22T12:23:50.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-22T12:23:50.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-22T12:23:50.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-22T12:23:50.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-22T12:23:50.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-08-22T12:23:50.943Z
20772026-08-22T12:23:50.943Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-22T12:23:51.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-22T12:23:51.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-22T12:23:51.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-22T12:23:51.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-08-22T12:23:51.354Z
20832026-08-22T12:23:51.354Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-22T12:23:51.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-22T12:23:51.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-22T12:23:51.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-22T12:23:51.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-22T12:23:51.769Z
20892026-08-22T12:23:51.769Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-22T12:23:52.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-22T12:23:52.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-22T12:23:52.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-22T12:23:52.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-08-22T12:23:52.176Z
20952026-08-22T12:23:52.176Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-22T12:23:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-22T12:23:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-22T12:23:52.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-22T12:23:52.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21002026-08-22T12:23:52.587Z
21012026-08-22T12:23:52.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-22T12:23:52.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-22T12:23:52.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-22T12:23:52.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-22T12:23:52.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-22T12:23:52.998Z
21072026-08-22T12:23:52.998Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-22T12:23:53.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-22T12:23:53.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-22T12:23:53.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-22T12:23:53.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21122026-08-22T12:23:53.409Z
21132026-08-22T12:23:53.409Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-22T12:23:53.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-22T12:23:53.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-22T12:23:53.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-22T12:23:53.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-22T12:23:53.824Z
21192026-08-22T12:23:53.824Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-22T12:23:54.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-22T12:23:54.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-22T12:23:54.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-22T12:23:54.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-22T12:23:54.241Z
21252026-08-22T12:23:54.241Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-22T12:23:54.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-22T12:23:54.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-22T12:23:54.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-22T12:23:54.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-22T12:23:54.655Z
21312026-08-22T12:23:54.655Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-22T12:23:55.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-22T12:23:55.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-22T12:23:55.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-22T12:23:55.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-22T12:23:55.071Z
21372026-08-22T12:23:55.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-22T12:23:55.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-22T12:23:55.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-22T12:23:55.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-22T12:23:55.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-22T12:23:55.486Z
21432026-08-22T12:23:55.486Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-22T12:23:55.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-22T12:23:55.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-22T12:23:55.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-22T12:23:55.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-22T12:23:55.900Z
21492026-08-22T12:23:55.900Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-22T12:23:56.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-22T12:23:56.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-22T12:23:56.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-22T12:23:56.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-22T12:23:56.314Z
21552026-08-22T12:23:56.314Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-22T12:23:56.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-22T12:23:56.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-22T12:23:56.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-22T12:23:56.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-22T12:23:56.731Z
21612026-08-22T12:23:56.731Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-22T12:23:57.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-22T12:23:57.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-22T12:23:57.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-22T12:23:57.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-22T12:23:57.145Z
21672026-08-22T12:23:57.145Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-22T12:23:57.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-22T12:23:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-22T12:23:57.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-22T12:23:57.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-22T12:23:57.559Z
21732026-08-22T12:23:57.559Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-22T12:23:58.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-22T12:23:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-22T12:23:58.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-22T12:23:58.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-08-22T12:23:58.155Z
21792026-08-22T12:23:58.155Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-22T12:23:58.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-22T12:23:58.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-22T12:23:58.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-22T12:23:58.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-08-22T12:23:58.753Z
21852026-08-22T12:23:58.753Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-22T12:23:59.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-22T12:23:59.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-22T12:23:59.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-22T12:23:59.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-08-22T12:23:59.348Z
21912026-08-22T12:23:59.348Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-22T12:23:59.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-22T12:23:59.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-22T12:23:59.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-22T12:23:59.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-08-22T12:23:59.941Z
21972026-08-22T12:23:59.941Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-22T12:24:00.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-22T12:24:00.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-22T12:24:00.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-22T12:24:00.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-22T12:24:00.505Z
22032026-08-22T12:24:00.506Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-22T12:24:00.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-22T12:24:00.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-22T12:24:00.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-22T12:24:00.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22082026-08-22T12:24:01.048Z
22092026-08-22T12:24:01.048Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-22T12:24:01.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-22T12:24:01.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-22T12:24:01.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-22T12:24:01.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22142026-08-22T12:24:01.610Z
22152026-08-22T12:24:01.610Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-22T12:24:02.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-22T12:24:02.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-22T12:24:02.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-22T12:24:02.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22202026-08-22T12:24:02.166Z
22212026-08-22T12:24:02.166Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-22T12:24:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-22T12:24:02.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-22T12:24:02.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-22T12:24:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-22T12:24:02.731Z
22272026-08-22T12:24:02.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-22T12:24:03.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-22T12:24:03.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-22T12:24:03.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-22T12:24:03.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22322026-08-22T12:24:03.293Z
22332026-08-22T12:24:03.293Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-22T12:24:03.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-22T12:24:03.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-22T12:24:03.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-22T12:24:03.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-22T12:24:03.843Z
22392026-08-22T12:24:03.843Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-22T12:24:04.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-22T12:24:04.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-22T12:24:04.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-22T12:24:04.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-08-22T12:24:04.392Z
22452026-08-22T12:24:04.392Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-22T12:24:04.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-22T12:24:04.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-22T12:24:04.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-22T12:24:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-22T12:24:04.938Z
22512026-08-22T12:24:04.938Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-22T12:24:05.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-22T12:24:05.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-22T12:24:05.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-22T12:24:05.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22562026-08-22T12:24:05.482Z
22572026-08-22T12:24:05.482Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-22T12:24:05.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-22T12:24:05.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-22T12:24:05.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-22T12:24:05.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22622026-08-22T12:24:06.027Z
22632026-08-22T12:24:06.027Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-22T12:24:06.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-22T12:24:06.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-22T12:24:06.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-22T12:24:06.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-22T12:24:06.593Z
22692026-08-22T12:24:06.593Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-22T12:24:07.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-22T12:24:07.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-22T12:24:07.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-22T12:24:07.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-22T12:24:07.156Z
22752026-08-22T12:24:07.156Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-22T12:24:07.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-22T12:24:07.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-22T12:24:07.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-22T12:24:07.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-22T12:24:07.714Z
22812026-08-22T12:24:07.714Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-22T12:24:08.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-22T12:24:08.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-22T12:24:08.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-22T12:24:08.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-22T12:24:08.266Z
22872026-08-22T12:24:08.266Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-22T12:24:08.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-22T12:24:08.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-22T12:24:08.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-22T12:24:08.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-22T12:24:08.825Z
22932026-08-22T12:24:08.825Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-22T12:24:09.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-22T12:24:09.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-22T12:24:09.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-22T12:24:09.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-22T12:24:09.388Z
22992026-08-22T12:24:09.389Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-22T12:24:09.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-22T12:24:09.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-22T12:24:09.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-22T12:24:09.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23042026-08-22T12:24:09.934Z
23052026-08-22T12:24:09.934Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-22T12:24:10.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-22T12:24:10.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-22T12:24:10.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-22T12:24:10.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-22T12:24:10.484Z
23112026-08-22T12:24:10.484Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-22T12:24:10.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-22T12:24:10.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-22T12:24:10.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-22T12:24:10.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-22T12:24:11.038Z
23172026-08-22T12:24:11.038Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-22T12:24:11.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-22T12:24:11.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-22T12:24:11.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-22T12:24:11.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-22T12:24:11.592Z
23232026-08-22T12:24:11.592Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-22T12:24:12.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-22T12:24:12.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-22T12:24:12.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-22T12:24:12.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-22T12:24:12.144Z
23292026-08-22T12:24:12.144Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-22T12:24:12.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-22T12:24:12.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-22T12:24:12.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-22T12:24:12.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23342026-08-22T12:24:12.699Z
23352026-08-22T12:24:12.699Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-22T12:24:13.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-22T12:24:13.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-22T12:24:13.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-22T12:24:13.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23402026-08-22T12:24:13.272Z
23412026-08-22T12:24:13.272Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-22T12:24:13.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-22T12:24:13.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-22T12:24:13.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-22T12:24:13.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23462026-08-22T12:24:13.846Z
23472026-08-22T12:24:13.846Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-22T12:24:14.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-22T12:24:14.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-22T12:24:14.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-22T12:24:14.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23522026-08-22T12:24:14.392Z
23532026-08-22T12:24:14.392Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-22T12:24:14.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-22T12:24:14.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-22T12:24:14.992Z Checking cfg-if v1.0.4
23572026-08-22T12:24:14.995Z Checking serde_core v1.0.228
23582026-08-22T12:24:14.995Z Checking libc v0.2.185
23592026-08-22T12:24:15.109Z Checking memchr v2.8.0
23602026-08-22T12:24:15.119Z Checking log v0.4.33
23612026-08-22T12:24:15.119Z Checking smallvec v1.15.1
23622026-08-22T12:24:15.139Z Checking subtle v2.6.1
23632026-08-22T12:24:15.150Z Checking itoa v1.0.17
23642026-08-22T12:24:15.159Z Checking scopeguard v1.2.0
23652026-08-22T12:24:15.253Z Checking lock_api v0.4.14
23662026-08-22T12:24:15.278Z Checking stable_deref_trait v1.2.1
23672026-08-22T12:24:15.278Z Checking typenum v1.20.1
23682026-08-22T12:24:15.302Z Checking zerofrom v0.1.6
23692026-08-22T12:24:15.314Z Checking portable-atomic v1.13.1
23702026-08-22T12:24:15.346Z Checking zerocopy v0.8.55
23712026-08-22T12:24:15.410Z Checking yoke v0.8.1
23722026-08-22T12:24:15.445Z Checking critical-section v1.2.0
23732026-08-22T12:24:15.466Z Checking pin-project-lite v0.2.17
23742026-08-22T12:24:15.485Z Checking errno v0.3.14
23752026-08-22T12:24:15.535Z Checking getrandom v0.2.17
23762026-08-22T12:24:15.552Z Checking const-oid v0.9.6
23772026-08-22T12:24:15.568Z Checking zerovec v0.11.5
23782026-08-22T12:24:15.595Z Checking libm v0.2.16
23792026-08-22T12:24:15.678Z Checking rand_core v0.6.4
23802026-08-22T12:24:15.718Z Checking once_cell v1.21.3
23812026-08-22T12:24:15.847Z Checking zmij v1.0.21
23822026-08-22T12:24:15.885Z Checking signal-hook-registry v1.4.8
23832026-08-22T12:24:15.993Z Checking tinystr v0.8.2
23842026-08-22T12:24:16.008Z Checking parking_lot_core v0.9.12
23852026-08-22T12:24:16.040Z Checking futures-core v0.3.32
23862026-08-22T12:24:16.053Z Checking writeable v0.6.2
23872026-08-22T12:24:16.158Z Checking percent-encoding v2.3.2
23882026-08-22T12:24:16.170Z Checking litemap v0.8.1
23892026-08-22T12:24:16.186Z Checking parking_lot v0.12.5
23902026-08-22T12:24:16.207Z Checking potential_utf v0.1.4
23912026-08-22T12:24:16.219Z Checking zerotrie v0.2.3
23922026-08-22T12:24:16.272Z Checking num-traits v0.2.19
23932026-08-22T12:24:16.292Z Checking mio v1.2.0
23942026-08-22T12:24:16.327Z Checking icu_locale_core v2.1.1
23952026-08-22T12:24:16.342Z Checking equivalent v1.0.2
23962026-08-22T12:24:16.366Z Checking icu_collections v2.1.1
23972026-08-22T12:24:16.417Z Checking getrandom v0.3.4
23982026-08-22T12:24:16.456Z Checking socket2 v0.6.3
23992026-08-22T12:24:16.544Z Checking serde v1.0.228
24002026-08-22T12:24:16.556Z Checking bitflags v2.11.0
24012026-08-22T12:24:16.579Z Checking serde_json v1.0.151
24022026-08-22T12:24:16.666Z Checking icu_properties_data v2.1.2
24032026-08-22T12:24:16.686Z Checking icu_normalizer_data v2.1.1
24042026-08-22T12:24:16.713Z Checking byteorder v1.5.0
24052026-08-22T12:24:16.756Z Checking hashbrown v0.17.0
24062026-08-22T12:24:16.783Z Checking futures-sink v0.3.32
24072026-08-22T12:24:16.807Z Checking rand_core v0.10.0
24082026-08-22T12:24:16.870Z Checking icu_provider v2.1.1
24092026-08-22T12:24:16.882Z Checking futures-channel v0.3.32
24102026-08-22T12:24:16.906Z Checking futures-task v0.3.32
24112026-08-22T12:24:16.938Z Checking getrandom v0.4.3
24122026-08-22T12:24:16.949Z Checking zeroize v1.9.0
24132026-08-22T12:24:17.038Z Checking bytes v1.11.1
24142026-08-22T12:24:17.063Z Checking utf8_iter v1.0.4
24152026-08-22T12:24:17.081Z Checking slab v0.4.12
24162026-08-22T12:24:17.093Z Checking icu_normalizer v2.1.1
24172026-08-22T12:24:17.108Z Checking generic-array v0.14.7
24182026-08-22T12:24:17.179Z Checking icu_properties v2.1.2
24192026-08-22T12:24:17.220Z Checking indexmap v2.14.0
24202026-08-22T12:24:17.231Z Checking futures-io v0.3.32
24212026-08-22T12:24:17.244Z Checking rustix v1.1.4
24222026-08-22T12:24:17.339Z Checking futures-util v0.3.32
24232026-08-22T12:24:17.384Z Checking form_urlencoded v1.2.2
24242026-08-22T12:24:17.479Z Checking tokio v1.52.1
24252026-08-22T12:24:17.509Z Checking base64ct v1.8.3
24262026-08-22T12:24:17.555Z Checking crypto-common v0.1.7
24272026-08-22T12:24:17.676Z Checking block-buffer v0.10.4
24282026-08-22T12:24:17.744Z Checking fnv v1.0.7
24292026-08-22T12:24:17.766Z Checking pem-rfc7468 v0.7.0
24302026-08-22T12:24:17.818Z Checking digest v0.10.7
24312026-08-22T12:24:17.832Z Checking flagset v0.4.7
24322026-08-22T12:24:17.915Z Checking iana-time-zone v0.1.65
24332026-08-22T12:24:17.949Z Checking der v0.7.10
24342026-08-22T12:24:17.990Z Checking idna_adapter v1.2.1
24352026-08-22T12:24:18.011Z Checking uuid v1.23.4
24362026-08-22T12:24:18.022Z Checking chrono v0.4.45
24372026-08-22T12:24:18.065Z Checking ppv-lite86 v0.2.21
24382026-08-22T12:24:18.078Z Checking rand_core v0.9.5
24392026-08-22T12:24:18.099Z Checking idna v1.1.0
24402026-08-22T12:24:18.243Z Checking regex-syntax v0.8.10
24412026-08-22T12:24:18.320Z Checking base64 v0.22.1
24422026-08-22T12:24:18.333Z Checking url v2.5.8
24432026-08-22T12:24:18.347Z Checking http v1.4.2
24442026-08-22T12:24:18.550Z Checking rand_chacha v0.9.0
24452026-08-22T12:24:18.666Z Checking spki v0.7.3
24462026-08-22T12:24:18.747Z Checking tracing-core v0.1.36
24472026-08-22T12:24:18.761Z Checking dyn-clone v1.0.20
24482026-08-22T12:24:18.831Z Checking simd-adler32 v0.3.8
24492026-08-22T12:24:18.846Z Checking cpufeatures v0.2.17
24502026-08-22T12:24:18.859Z Checking pkcs8 v0.10.2
24512026-08-22T12:24:18.893Z Checking http-body v1.0.1
24522026-08-22T12:24:18.910Z Checking rand v0.9.2
24532026-08-22T12:24:18.993Z Checking rustls-pki-types v1.14.0
24542026-08-22T12:24:19.012Z Checking semver v1.0.28
24552026-08-22T12:24:19.024Z Checking spin v0.9.8
24562026-08-22T12:24:19.049Z Checking tracing v0.1.44
24572026-08-22T12:24:19.195Z Checking cmov v0.5.4
24582026-08-22T12:24:19.213Z Checking adler2 v2.0.1
24592026-08-22T12:24:19.230Z Checking tinyvec_macros v0.1.1
24602026-08-22T12:24:19.252Z Checking anstyle v1.0.14
24612026-08-22T12:24:19.273Z Checking openssl-probe v0.2.1
24622026-08-22T12:24:19.290Z Checking utf8parse v0.2.2
24632026-08-22T12:24:19.329Z Checking miniz_oxide v0.8.9
24642026-08-22T12:24:19.373Z Checking tinyvec v1.10.0
24652026-08-22T12:24:19.386Z Checking ctutils v0.4.2
24662026-08-22T12:24:19.389Z Checking anstyle-parse v1.0.0
24672026-08-22T12:24:19.410Z Checking schemars v0.8.22
24682026-08-22T12:24:19.428Z Checking sha2 v0.10.9
24692026-08-22T12:24:19.541Z Checking terminal_size v0.4.3
24702026-08-22T12:24:19.555Z Checking aws-lc-sys v0.40.0
24712026-08-22T12:24:19.588Z Checking thiserror v2.0.18
24722026-08-22T12:24:19.651Z Checking try-lock v0.2.5
24732026-08-22T12:24:19.681Z Checking is_terminal_polyfill v1.70.2
24742026-08-22T12:24:19.681Z Checking colorchoice v1.0.4
24752026-08-22T12:24:19.704Z Checking tower-layer v0.3.3
24762026-08-22T12:24:19.716Z Checking untrusted v0.7.1
24772026-08-22T12:24:19.746Z Checking atomic-waker v1.1.2
24782026-08-22T12:24:19.764Z Checking anstyle-query v1.1.5
24792026-08-22T12:24:19.784Z Checking tower-service v0.3.3
24802026-08-22T12:24:19.820Z Checking fastrand v2.3.0
24812026-08-22T12:24:19.836Z Checking want v0.3.1
24822026-08-22T12:24:19.850Z Checking anstream v1.0.0
24832026-08-22T12:24:19.853Z Checking hybrid-array v0.4.13
24842026-08-22T12:24:19.875Z Checking ipnet v2.12.0
24852026-08-22T12:24:19.951Z Checking httparse v1.10.1
24862026-08-22T12:24:19.988Z Checking tempfile v3.27.0
24872026-08-22T12:24:20.043Z Checking crc32fast v1.5.0
24882026-08-22T12:24:20.056Z Checking aws-lc-rs v1.16.3
24892026-08-22T12:24:20.068Z Checking aho-corasick v1.1.4
24902026-08-22T12:24:20.129Z Checking untrusted v0.9.0
24912026-08-22T12:24:20.152Z Checking foreign-types-shared v0.1.1
24922026-08-22T12:24:20.177Z Checking httpdate v1.0.3
24932026-08-22T12:24:20.177Z Checking tap v1.0.1
24942026-08-22T12:24:20.230Z Checking plain v0.2.3
24952026-08-22T12:24:20.242Z Checking foreign-types v0.3.2
24962026-08-22T12:24:20.283Z Checking wyz v0.5.1
24972026-08-22T12:24:20.306Z Checking unicode-normalization v0.1.25
24982026-08-22T12:24:20.319Z Checking rand_chacha v0.3.1
24992026-08-22T12:24:20.331Z Checking signature v2.2.0
25002026-08-22T12:24:20.447Z Checking radium v0.7.0
25012026-08-22T12:24:20.460Z Checking hex v0.4.3
25022026-08-22T12:24:20.517Z Checking num-integer v0.1.46
25032026-08-22T12:24:20.604Z Checking openssl-sys v0.9.117
25042026-08-22T12:24:20.616Z Checking wait-timeout v0.2.1
25052026-08-22T12:24:20.677Z Checking bit-vec v0.8.0
25062026-08-22T12:24:20.696Z Checking unicode-ident v1.0.24
25072026-08-22T12:24:20.734Z Checking quick-error v1.2.3
25082026-08-22T12:24:20.745Z Checking regex-automata v0.4.14
25092026-08-22T12:24:20.757Z Checking funty v2.0.0
25102026-08-22T12:24:20.770Z Checking tokio-util v0.7.18
25112026-08-22T12:24:20.797Z Checking strsim v0.11.1
25122026-08-22T12:24:20.839Z Checking ucd-trie v0.1.7
25132026-08-22T12:24:20.866Z Checking clap_lex v1.0.0
25142026-08-22T12:24:20.869Z Checking rustls-webpki v0.103.13
25152026-08-22T12:24:20.949Z Checking pest v2.8.6
25162026-08-22T12:24:20.953Z Checking bit-set v0.8.0
25172026-08-22T12:24:20.974Z Checking openssl v0.10.80
25182026-08-22T12:24:21.010Z Checking clap_builder v4.6.0
25192026-08-22T12:24:21.062Z Checking bitvec v1.0.1
25202026-08-22T12:24:21.100Z Checking rusty-fork v0.3.1
25212026-08-22T12:24:21.266Z Checking proc-macro2 v1.0.106
25222026-08-22T12:24:21.286Z Checking rustls v0.23.41
25232026-08-22T12:24:21.374Z Checking h2 v0.4.15
25242026-08-22T12:24:21.569Z Checking num-iter v0.1.45
25252026-08-22T12:24:21.677Z Checking rand v0.8.6
25262026-08-22T12:24:21.983Z Checking lazy_static v1.5.0
25272026-08-22T12:24:22.070Z Checking rand_xorshift v0.4.0
25282026-08-22T12:24:22.183Z Checking hmac v0.12.1
25292026-08-22T12:24:22.196Z Checking thiserror v1.0.69
25302026-08-22T12:24:22.208Z Checking maybe-uninit v2.0.0
25312026-08-22T12:24:22.269Z Checking serde_spanned v0.6.9
25322026-08-22T12:24:22.287Z Checking toml_datetime v0.6.11
25332026-08-22T12:24:22.314Z Checking sync_wrapper v1.0.2
25342026-08-22T12:24:22.349Z Checking nodrop v0.1.14
25352026-08-22T12:24:22.388Z Checking unarray v0.1.4
25362026-08-22T12:24:22.410Z Checking siphasher v1.0.2
25372026-08-22T12:24:22.433Z Checking powerfmt v0.2.0
25382026-08-22T12:24:22.465Z Checking pretty-hex v0.4.1
25392026-08-22T12:24:22.483Z Checking crc-catalog v2.4.0
25402026-08-22T12:24:22.529Z Checking zlib-rs v0.6.2
25412026-08-22T12:24:22.559Z Checking proptest v1.11.0
25422026-08-22T12:24:22.571Z Checking deranged v0.5.8
25432026-08-22T12:24:22.574Z Checking crc v3.4.0
25442026-08-22T12:24:22.595Z Checking array-init v0.0.4
25452026-08-22T12:24:22.740Z Checking tower v0.5.3
25462026-08-22T12:24:22.884Z Checking packed_struct v0.10.1
25472026-08-22T12:24:22.942Z Checking native-tls v0.2.18
25482026-08-22T12:24:23.113Z Checking smallvec v0.6.14
25492026-08-22T12:24:23.116Z Checking clap v4.6.1
25502026-08-22T12:24:23.200Z Checking num-bigint-dig v0.8.6
25512026-08-22T12:24:23.299Z Checking quote v1.0.45
25522026-08-22T12:24:23.376Z Checking flate2 v1.1.9
25532026-08-22T12:24:23.464Z Checking ipnetwork v0.21.1
25542026-08-22T12:24:23.490Z Checking http-body-util v0.1.3
25552026-08-22T12:24:23.521Z Checking pkcs1 v0.7.5
25562026-08-22T12:24:23.663Z Checking crossbeam-utils v0.8.21
25572026-08-22T12:24:23.676Z Checking zerocopy v0.6.6
25582026-08-22T12:24:23.699Z Checking bitfield v0.19.4
25592026-08-22T12:24:23.721Z Checking ahash v0.8.12
25602026-08-22T12:24:23.909Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-22T12:24:23.921Z Checking scroll v0.13.0
25622026-08-22T12:24:23.957Z Checking env_filter v2.0.0
25632026-08-22T12:24:23.970Z Checking ryu v1.0.23
25642026-08-22T12:24:23.985Z Checking base64 v0.21.7
25652026-08-22T12:24:23.997Z Checking hashbrown v0.12.3
25662026-08-22T12:24:24.009Z Checking unicode-bidi v0.3.18
25672026-08-22T12:24:24.092Z Checking gimli v0.32.3
25682026-08-22T12:24:24.103Z Checking allocator-api2 v0.2.21
25692026-08-22T12:24:24.139Z Checking unicode-properties v0.1.4
25702026-08-22T12:24:24.151Z Checking hyper v1.10.1
25712026-08-22T12:24:24.210Z Checking num_threads v0.1.7
25722026-08-22T12:24:24.295Z Checking num-conv v0.2.0
25732026-08-22T12:24:24.310Z Checking winnow v0.5.40
25742026-08-22T12:24:24.322Z Checking iri-string v0.7.10
25752026-08-22T12:24:24.334Z Checking time-core v0.1.8
25762026-08-22T12:24:24.400Z Checking stringprep v0.1.5
25772026-08-22T12:24:24.412Z Checking newtype-uuid v1.3.2
25782026-08-22T12:24:24.424Z Checking indexmap v1.9.3
25792026-08-22T12:24:24.467Z Checking time v0.3.47
25802026-08-22T12:24:24.550Z Checking ron v0.8.1
25812026-08-22T12:24:24.609Z Checking goblin v0.10.5
25822026-08-22T12:24:24.735Z Checking serde_urlencoded v0.7.1
25832026-08-22T12:24:24.937Z Checking env_logger v0.11.11
25842026-08-22T12:24:25.055Z Checking rsa v0.9.10
25852026-08-22T12:24:25.100Z Checking hyper-util v0.1.20
25862026-08-22T12:24:25.120Z Checking crossbeam-epoch v0.9.18
25872026-08-22T12:24:25.335Z Checking bzip2 v0.4.4
25882026-08-22T12:24:25.338Z Checking tower-http v0.6.8
25892026-08-22T12:24:25.449Z Checking toml_edit v0.19.15
25902026-08-22T12:24:25.492Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-08-22T12:24:25.510Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25922026-08-22T12:24:25.561Z Checking hashbrown v0.13.2
25932026-08-22T12:24:25.622Z Checking oxnet v0.1.6
25942026-08-22T12:24:25.634Z Checking addr2line v0.25.1
25952026-08-22T12:24:25.657Z Checking syn v2.0.117
25962026-08-22T12:24:25.865Z Checking serde-hex v0.1.0
25972026-08-22T12:24:25.881Z Checking tokio-native-tls v0.3.1
25982026-08-22T12:24:25.976Z Checking bstr v1.12.1
25992026-08-22T12:24:26.041Z Checking block-padding v0.4.2
26002026-08-22T12:24:26.179Z Checking block-buffer v0.12.1
26012026-08-22T12:24:26.334Z Checking crypto-common v0.2.2
26022026-08-22T12:24:26.349Z Checking rustls-native-certs v0.8.3
26032026-08-22T12:24:26.363Z Checking x509-cert v0.2.5
26042026-08-22T12:24:26.445Z Checking scroll v0.12.0
26052026-08-22T12:24:26.476Z Checking object v0.37.3
26062026-08-22T12:24:26.664Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-22T12:24:26.772Z Checking md-5 v0.10.6
26082026-08-22T12:24:26.901Z Checking hash32 v0.2.1
26092026-08-22T12:24:26.914Z Checking encoding_rs v0.8.35
26102026-08-22T12:24:26.928Z Checking mime v0.3.17
26112026-08-22T12:24:27.008Z Checking rustc-demangle v0.1.27
26122026-08-22T12:24:27.054Z Checking psl-types v2.0.11
26132026-08-22T12:24:27.093Z Checking crc-any v2.5.0
26142026-08-22T12:24:27.163Z Checking either v1.15.0
26152026-08-22T12:24:27.222Z Checking fallible-iterator v0.2.0
26162026-08-22T12:24:27.264Z Checking publicsuffix v2.3.0
26172026-08-22T12:24:27.343Z Checking heapless v0.7.17
26182026-08-22T12:24:27.358Z Checking dof v0.4.0
26192026-08-22T12:24:27.421Z Checking zstd-safe v7.2.4
26202026-08-22T12:24:27.488Z Checking postgres-protocol v0.6.10
26212026-08-22T12:24:27.580Z Checking goblin v0.8.2
26222026-08-22T12:24:27.744Z Checking toml v0.7.8
26232026-08-22T12:24:27.804Z Checking hyper-tls v0.6.0
26242026-08-22T12:24:27.847Z Checking inout v0.2.2
26252026-08-22T12:24:27.876Z Checking object v0.30.4
26262026-08-22T12:24:27.971Z Checking daft v0.1.7
26272026-08-22T12:24:27.983Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-08-22T12:24:27.994Z Checking cookie v0.18.1
26292026-08-22T12:24:28.054Z Checking zip v0.6.6
26302026-08-22T12:24:28.134Z Checking tokio-rustls v0.26.4
26312026-08-22T12:24:28.213Z Checking phf_shared v0.13.1
26322026-08-22T12:24:28.221Z Checking dtrace-parser v0.3.0
26332026-08-22T12:24:28.361Z Checking zerocopy v0.7.35
26342026-08-22T12:24:28.374Z Checking pin-project v1.1.11
26352026-08-22T12:24:28.398Z Checking signal-hook v0.3.18
26362026-08-22T12:24:28.452Z Checking futures-executor v0.3.32
26372026-08-22T12:24:28.465Z Checking ff v0.13.1
26382026-08-22T12:24:28.479Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-08-22T12:24:28.580Z Checking thread-id v5.1.0
26402026-08-22T12:24:28.593Z Checking bumpalo v3.20.2
26412026-08-22T12:24:28.593Z Checking managed v0.8.0
26422026-08-22T12:24:28.654Z Compiling rayon-core v1.13.0
26432026-08-22T12:24:28.752Z Checking backtrace v0.3.76
26442026-08-22T12:24:28.781Z Checking foldhash v0.2.0
26452026-08-22T12:24:28.784Z Checking jiff-core v0.1.0
26462026-08-22T12:24:28.824Z Checking libbz2-rs-sys v0.2.2
26472026-08-22T12:24:28.836Z Checking smawk v0.3.2
26482026-08-22T12:24:28.931Z Checking path-slash v0.1.5
26492026-08-22T12:24:28.958Z Checking unicode-width v0.2.0
26502026-08-22T12:24:29.027Z Checking base16ct v0.2.0
26512026-08-22T12:24:29.039Z Checking is_ci v1.2.0
26522026-08-22T12:24:29.127Z Checking unicode-linebreak v0.1.5
26532026-08-22T12:24:29.147Z Checking foldhash v0.1.5
26542026-08-22T12:24:29.195Z Checking same-file v1.0.6
26552026-08-22T12:24:29.198Z Checking bitflags v1.3.2
26562026-08-22T12:24:29.278Z Checking hashbrown v0.15.5
26572026-08-22T12:24:29.291Z Checking smoltcp v0.9.1
26582026-08-22T12:24:29.327Z Checking walkdir v2.5.0
26592026-08-22T12:24:29.346Z Checking textwrap v0.16.2
26602026-08-22T12:24:29.442Z Checking bzip2 v0.6.1
26612026-08-22T12:24:29.468Z Checking jiff v0.2.34
26622026-08-22T12:24:29.489Z Checking dof v0.3.0
26632026-08-22T12:24:29.492Z Checking sec1 v0.7.3
26642026-08-22T12:24:29.567Z Checking supports-color v3.0.2
26652026-08-22T12:24:29.601Z Checking backtrace-ext v0.2.1
26662026-08-22T12:24:29.697Z Checking hashbrown v0.16.1
26672026-08-22T12:24:29.711Z Checking zopfli v0.8.3
26682026-08-22T12:24:29.742Z Checking usdt-impl v0.6.0
26692026-08-22T12:24:29.763Z Checking group v0.13.0
26702026-08-22T12:24:29.766Z Checking futures v0.3.32
26712026-08-22T12:24:29.847Z Checking signal-hook-mio v0.2.5
26722026-08-22T12:24:29.899Z Checking snafu v0.8.9
26732026-08-22T12:24:29.911Z Checking phf v0.13.1
26742026-08-22T12:24:29.944Z Checking hyper-rustls v0.27.7
26752026-08-22T12:24:29.957Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-08-22T12:24:30.017Z Checking cookie_store v0.22.1
26772026-08-22T12:24:30.031Z Checking cipher v0.5.2
26782026-08-22T12:24:30.048Z Checking reqwest v0.12.28
26792026-08-22T12:24:30.129Z Checking postgres-types v0.2.12
26802026-08-22T12:24:30.142Z Checking zstd v0.13.3
26812026-08-22T12:24:30.194Z Checking rustls-platform-verifier v0.6.2
26822026-08-22T12:24:30.262Z Checking globset v0.4.18
26832026-08-22T12:24:30.280Z Checking crossbeam-deque v0.8.6
26842026-08-22T12:24:30.325Z Checking phf_shared v0.11.3
26852026-08-22T12:24:30.336Z Checking regex v1.12.3
26862026-08-22T12:24:30.348Z Checking hkdf v0.12.4
26872026-08-22T12:24:30.433Z Checking dtrace-parser v0.2.0
26882026-08-22T12:24:30.452Z Checking olpc-cjson v0.1.4
26892026-08-22T12:24:30.464Z Checking curve25519-dalek v4.1.3
26902026-08-22T12:24:30.477Z Checking ref-cast v1.0.25
26912026-08-22T12:24:30.505Z Checking strum v0.27.2
26922026-08-22T12:24:30.569Z Checking byte-wrapper v0.1.0
26932026-08-22T12:24:30.581Z Checking hubpack v0.1.2
26942026-08-22T12:24:30.606Z Checking ed25519 v2.2.3
26952026-08-22T12:24:30.618Z Checking memoffset v0.9.1
26962026-08-22T12:24:30.663Z Checking owo-colors v4.3.0
26972026-08-22T12:24:30.691Z Checking rustix v0.38.44
26982026-08-22T12:24:30.738Z Checking pem v3.0.6
26992026-08-22T12:24:30.768Z Checking crypto-bigint v0.5.5
27002026-08-22T12:24:30.788Z Checking serde-big-array v0.5.1
27012026-08-22T12:24:30.791Z Checking erased-serde v0.3.31
27022026-08-22T12:24:30.888Z Checking serde_plain v1.0.2
27032026-08-22T12:24:30.919Z Checking float-cmp v0.10.0
27042026-08-22T12:24:31.028Z Checking memmap2 v0.9.10
27052026-08-22T12:24:31.040Z Checking thread-id v4.2.2
27062026-08-22T12:24:31.114Z Checking const-oid v0.10.2
27072026-08-22T12:24:31.170Z Checking toml_write v0.1.2
27082026-08-22T12:24:31.185Z Checking typed-path v0.9.3
27092026-08-22T12:24:31.204Z Checking cpufeatures v0.3.0
27102026-08-22T12:24:31.222Z Checking predicates-core v1.0.10
27112026-08-22T12:24:31.266Z Checking data-encoding v2.10.0
27122026-08-22T12:24:31.279Z Checking fixedbitset v0.5.7
27132026-08-22T12:24:31.326Z Checking unicode-width v0.1.14
27142026-08-22T12:24:31.339Z Checking keccak v0.1.6
27152026-08-22T12:24:31.381Z Checking difflib v0.4.0
27162026-08-22T12:24:31.465Z Checking supports-unicode v3.0.0
27172026-08-22T12:24:31.485Z Checking unicode-segmentation v1.12.0
27182026-08-22T12:24:31.498Z Checking winnow v0.7.14
27192026-08-22T12:24:31.528Z Checking whoami v2.1.0
27202026-08-22T12:24:31.553Z Checking normalize-line-endings v0.3.0
27212026-08-22T12:24:31.565Z Checking winnow v1.0.3
27222026-08-22T12:24:31.565Z Checking static_assertions v1.1.0
27232026-08-22T12:24:31.636Z Checking fixedbitset v0.4.2
27242026-08-22T12:24:31.649Z Checking supports-hyperlinks v3.2.0
27252026-08-22T12:24:31.677Z Checking new_debug_unreachable v1.0.6
27262026-08-22T12:24:31.715Z Checking precomputed-hash v0.1.1
27272026-08-22T12:24:31.741Z Checking tokio-postgres v0.7.16
27282026-08-22T12:24:31.754Z Checking miette v7.6.0
27292026-08-22T12:24:31.778Z Checking petgraph v0.6.5
27302026-08-22T12:24:31.791Z Checking string_cache v0.8.9
27312026-08-22T12:24:31.794Z Checking similar v2.7.0
27322026-08-22T12:24:31.952Z Checking tough v0.22.0
27332026-08-22T12:24:31.963Z Checking elliptic-curve v0.13.8
27342026-08-22T12:24:32.160Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27352026-08-22T12:24:32.241Z Checking predicates v3.1.4
27362026-08-22T12:24:32.263Z Checking hickory-proto v0.25.2
27372026-08-22T12:24:32.401Z Checking toml_parser v1.1.2+spec-1.1.0
27382026-08-22T12:24:32.533Z Checking sha3 v0.10.8
27392026-08-22T12:24:32.659Z Checking toml_edit v0.22.27
27402026-08-22T12:24:32.723Z Checking crossterm v0.28.1
27412026-08-22T12:24:32.740Z Checking petgraph v0.8.3
27422026-08-22T12:24:32.990Z Checking zip v4.6.1
27432026-08-22T12:24:33.003Z Checking chacha20 v0.10.0
27442026-08-22T12:24:33.257Z Checking digest v0.11.3
27452026-08-22T12:24:33.410Z Checking ed25519-dalek v2.2.0
27462026-08-22T12:24:33.437Z Checking usdt v0.6.0
27472026-08-22T12:24:33.547Z Checking slog v2.8.2
27482026-08-22T12:24:33.605Z Checking usdt-impl v0.5.0
27492026-08-22T12:24:33.636Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-22T12:24:33.724Z Checking nix v0.31.2
27512026-08-22T12:24:33.804Z Checking iddqd v0.4.2
27522026-08-22T12:24:33.947Z Checking reqwest v0.13.2
27532026-08-22T12:24:34.194Z Checking itertools v0.15.0
27542026-08-22T12:24:34.215Z Checking itertools v0.13.0
27552026-08-22T12:24:34.320Z Checking strum v0.26.3
27562026-08-22T12:24:34.396Z Checking serde_with v3.21.0
27572026-08-22T12:24:34.431Z Checking fs-err v3.3.0
27582026-08-22T12:24:34.724Z Checking tokio-stream v0.1.18
27592026-08-22T12:24:34.737Z Checking buf-list v1.1.2
27602026-08-22T12:24:34.823Z Checking anyhow v1.0.104
27612026-08-22T12:24:34.913Z Checking camino v1.2.5
27622026-08-22T12:24:34.916Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-22T12:24:35.015Z Checking openapiv3 v2.2.0
27642026-08-22T12:24:35.053Z Checking peg-runtime v0.8.5
27652026-08-22T12:24:35.091Z Checking lalrpop-util v0.19.12
27662026-08-22T12:24:35.173Z Checking rayon v1.11.0
27672026-08-22T12:24:35.176Z Checking sigpipe v0.1.3
27682026-08-22T12:24:35.198Z Checking glob v0.3.3
27692026-08-22T12:24:36.145Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-22T12:24:36.435Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-22T12:24:36.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.31s
27722026-08-22T12:24:36.866Z
27732026-08-22T12:24:36.866Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-22T12:24:37.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-22T12:24:37.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-22T12:24:37.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-22T12:24:37.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27782026-08-22T12:24:37.426Z
27792026-08-22T12:24:37.427Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-22T12:24:37.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-22T12:24:37.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-22T12:24:37.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-22T12:24:37.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27842026-08-22T12:24:38.026Z
27852026-08-22T12:24:38.026Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-22T12:24:38.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-22T12:24:38.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-22T12:24:38.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-22T12:24:38.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27902026-08-22T12:24:38.565Z
27912026-08-22T12:24:38.565Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-22T12:24:39.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-22T12:24:39.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-22T12:24:39.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-22T12:24:39.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27962026-08-22T12:24:39.126Z
27972026-08-22T12:24:39.126Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-22T12:24:39.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-22T12:24:39.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-22T12:24:39.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-22T12:24:39.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-22T12:24:39.688Z
28032026-08-22T12:24:39.688Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-22T12:24:40.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-22T12:24:40.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-22T12:24:40.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-22T12:24:40.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28082026-08-22T12:24:40.245Z
28092026-08-22T12:24:40.245Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-22T12:24:40.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-22T12:24:40.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-22T12:24:40.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-22T12:24:40.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28142026-08-22T12:24:40.787Z
28152026-08-22T12:24:40.787Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-22T12:24:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-22T12:24:41.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-22T12:24:41.458Z Compiling multer v3.1.0
28192026-08-22T12:24:41.570Z Compiling async-stream-impl v0.3.6
28202026-08-22T12:24:41.573Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28212026-08-22T12:24:41.586Z Compiling dropshot v0.17.1
28222026-08-22T12:24:41.599Z Compiling parse-display-derive v0.10.0
28232026-08-22T12:24:41.611Z Compiling newtype-uuid-macros v0.1.0
28242026-08-22T12:24:41.613Z Compiling dropshot_endpoint v0.17.1
28252026-08-22T12:24:41.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-22T12:24:41.781Z Checking thread_local v1.1.9
28272026-08-22T12:24:41.801Z Checking compression-core v0.4.31
28282026-08-22T12:24:41.922Z Checking match_cfg v0.1.0
28292026-08-22T12:24:41.963Z Checking compression-codecs v0.4.37
28302026-08-22T12:24:41.967Z Checking crossbeam-channel v0.5.15
28312026-08-22T12:24:41.989Z Checking hostname v0.3.1
28322026-08-22T12:24:42.024Z Checking atomicwrites v0.4.4
28332026-08-22T12:24:42.079Z Checking slog-json v2.6.1
28342026-08-22T12:24:42.139Z Checking toml_datetime v1.1.1+spec-1.1.0
28352026-08-22T12:24:42.139Z Checking serde_spanned v1.1.1
28362026-08-22T12:24:42.164Z Checking is-terminal v0.4.17
28372026-08-22T12:24:42.228Z Checking term v1.2.1
28382026-08-22T12:24:42.249Z Checking debug-ignore v1.0.5
28392026-08-22T12:24:42.264Z Checking take_mut v0.2.2
28402026-08-22T12:24:42.320Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-22T12:24:42.344Z Checking slog-bunyan v2.5.0
28422026-08-22T12:24:42.344Z Checking async-compression v0.4.41
28432026-08-22T12:24:42.369Z Checking async-stream v0.3.6
28442026-08-22T12:24:42.372Z Checking slog-async v2.8.0
28452026-08-22T12:24:42.442Z Checking slog-term v2.9.2
28462026-08-22T12:24:42.463Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28472026-08-22T12:24:42.489Z Checking toml v1.1.2+spec-1.1.0
28482026-08-22T12:24:42.489Z Checking progenitor-client v0.14.0
28492026-08-22T12:24:42.546Z Checking sha1 v0.11.0
28502026-08-22T12:24:42.579Z Checking waitgroup v0.1.2
28512026-08-22T12:24:42.674Z Checking rustls-pemfile v2.2.0
28522026-08-22T12:24:42.694Z Checking backon v1.6.0
28532026-08-22T12:24:42.714Z Checking serde_path_to_error v0.1.20
28542026-08-22T12:24:42.739Z Checking hostname v0.4.2
28552026-08-22T12:24:42.785Z Checking instant v0.1.13
28562026-08-22T12:24:42.850Z Checking progenitor-extras v0.2.0
28572026-08-22T12:24:42.867Z Checking backoff v0.4.0
28582026-08-22T12:24:42.990Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-22T12:24:43.006Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-22T12:24:43.035Z Checking regress v0.10.5
28612026-08-22T12:24:43.060Z Checking itertools v0.14.0
28622026-08-22T12:24:43.187Z Checking macaddr v1.0.1
28632026-08-22T12:24:43.233Z Checking parse-display v0.10.0
28642026-08-22T12:24:43.373Z Checking humantime v2.3.0
28652026-08-22T12:24:44.100Z Compiling prettyplease v0.2.37
28662026-08-22T12:24:44.428Z Checking num-rational v0.4.2
28672026-08-22T12:24:44.698Z Checking num-complex v0.4.6
28682026-08-22T12:24:45.206Z Compiling num v0.4.3
28692026-08-22T12:24:45.247Z Compiling usdt-macro v0.5.0
28702026-08-22T12:24:45.279Z Compiling usdt-attr-macro v0.5.0
28712026-08-22T12:24:45.292Z Checking memmap v0.7.0
28722026-08-22T12:24:45.296Z Checking float-ord v0.3.2
28732026-08-22T12:24:45.345Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-08-22T12:24:45.414Z Compiling convert_case v0.4.0
28752026-08-22T12:24:45.753Z Checking newline-converter v0.3.0
28762026-08-22T12:24:45.772Z Compiling derive_more v0.99.20
28772026-08-22T12:24:45.859Z Checking console v0.15.11
28782026-08-22T12:24:45.968Z Compiling toml v0.8.23
28792026-08-22T12:24:46.070Z Checking usdt v0.5.0
28802026-08-22T12:24:46.137Z Checking linked-hash-map v0.5.6
28812026-08-22T12:24:46.218Z Compiling minimal-lexical v0.2.1
28822026-08-22T12:24:46.305Z Checking lru-cache v0.1.2
28832026-08-22T12:24:46.424Z Compiling nom v7.1.3
28842026-08-22T12:24:46.463Z Checking expectorate v1.2.0
28852026-08-22T12:24:46.648Z Checking camino-tempfile v1.4.1
28862026-08-22T12:24:46.805Z Checking hickory-proto v0.24.4
28872026-08-22T12:24:46.912Z Checking phf_shared v0.12.1
28882026-08-22T12:24:47.050Z Compiling slog-dtrace v0.3.0
28892026-08-22T12:24:47.063Z Compiling chrono-tz v0.10.4
28902026-08-22T12:24:47.234Z Checking resolv-conf v0.7.6
28912026-08-22T12:24:47.424Z Checking heck v0.5.0
28922026-08-22T12:24:47.463Z Compiling unicode-xid v0.2.6
28932026-08-22T12:24:47.587Z Compiling const_format_proc_macros v0.2.34
28942026-08-22T12:24:47.614Z Checking phf v0.12.1
28952026-08-22T12:24:47.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-22T12:24:47.760Z Checking tokio-dtrace v0.1.1
28972026-08-22T12:24:47.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-22T12:24:48.075Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-22T12:24:48.219Z Compiling derive-where v1.6.0
29002026-08-22T12:24:48.308Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-22T12:24:48.464Z Checking highway v1.3.0
29022026-08-22T12:24:48.592Z Checking hickory-resolver v0.24.4
29032026-08-22T12:24:48.692Z Checking const_format v0.2.35
29042026-08-22T12:24:48.920Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-22T12:24:49.350Z Checking oxide-tokio-rt v0.1.4
29062026-08-22T12:24:49.549Z Checking qorb v0.4.1
29072026-08-22T12:24:49.649Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-22T12:24:49.735Z Checking gethostname v0.5.0
29092026-08-22T12:24:49.748Z Checking bcs v0.1.6
29102026-08-22T12:24:49.819Z Checking termtree v0.5.1
29112026-08-22T12:24:49.866Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-22T12:24:49.920Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29132026-08-22T12:24:49.922Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142026-08-22T12:24:52.917Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-22T12:24:55.975Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-22T12:24:58.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.37s
29172026-08-22T12:24:58.334Z
29182026-08-22T12:24:58.334Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-22T12:24:58.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-22T12:24:58.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-22T12:24:58.997Z Compiling ar_archive_writer v0.5.1
29222026-08-22T12:24:59.108Z Compiling stacker v0.1.23
29232026-08-22T12:24:59.112Z Compiling cfg_aliases v0.1.1
29242026-08-22T12:24:59.119Z Compiling convert_case v0.10.0
29252026-08-22T12:24:59.125Z Compiling proc-macro-error v1.0.4
29262026-08-22T12:24:59.134Z Checking fd-lock v4.0.4
29272026-08-22T12:24:59.137Z Checking nibble_vec v0.1.0
29282026-08-22T12:24:59.137Z Checking vte v0.14.1
29292026-08-22T12:24:59.165Z Compiling nix v0.28.0
29302026-08-22T12:24:59.351Z Compiling recursive-proc-macro-impl v0.1.1
29312026-08-22T12:24:59.357Z Checking bytecount v0.6.9
29322026-08-22T12:24:59.357Z Checking endian-type v0.1.2
29332026-08-22T12:24:59.360Z Checking strip-ansi-escapes v0.2.1
29342026-08-22T12:24:59.404Z Checking papergrid v0.11.0
29352026-08-22T12:24:59.438Z Checking radix_trie v0.2.1
29362026-08-22T12:24:59.451Z Compiling derive_more-impl v2.1.1
29372026-08-22T12:24:59.454Z Compiling tabled_derive v0.7.0
29382026-08-22T12:24:59.473Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-22T12:24:59.641Z Compiling peg-macros v0.8.5
29402026-08-22T12:24:59.695Z Checking winnow v0.6.26
29412026-08-22T12:24:59.937Z Compiling sqlparser_derive v0.5.0
29422026-08-22T12:24:59.955Z Compiling psm v0.1.30
29432026-08-22T12:25:00.006Z Checking unicode_categories v0.1.1
29442026-08-22T12:25:00.159Z Checking home v0.5.12
29452026-08-22T12:25:00.254Z Checking derive_more v2.1.1
29462026-08-22T12:25:00.267Z Checking nu-ansi-term v0.50.3
29472026-08-22T12:25:00.329Z Checking crossterm v0.29.0
29482026-08-22T12:25:00.395Z Checking tabled v0.15.0
29492026-08-22T12:25:00.437Z Checking rustyline v14.0.0
29502026-08-22T12:25:00.466Z Checking reedline v0.40.0
29512026-08-22T12:25:00.709Z Checking display-error-chain v0.2.2
29522026-08-22T12:25:00.723Z Checking recursive v0.1.1
29532026-08-22T12:25:00.810Z Checking sqlparser v0.61.0
29542026-08-22T12:25:00.838Z Checking sqlformat v0.3.5
29552026-08-22T12:25:01.006Z Checking peg v0.8.5
29562026-08-22T12:25:12.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
29572026-08-22T12:25:12.226Z
29582026-08-22T12:25:12.226Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-22T12:25:12.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-22T12:25:12.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-22T12:25:12.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-22T12:25:16.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
29632026-08-22T12:25:16.530Z
29642026-08-22T12:25:16.530Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-22T12:25:17.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-22T12:25:17.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-22T12:25:17.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-22T12:25:19.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
29692026-08-22T12:25:19.864Z
29702026-08-22T12:25:19.864Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-22T12:25:20.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-22T12:25:20.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-22T12:25:20.517Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-22T12:25:23.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
29752026-08-22T12:25:23.977Z
29762026-08-22T12:25:23.977Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-22T12:25:24.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-22T12:25:24.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-22T12:25:24.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-22T12:25:27.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29812026-08-22T12:25:28.161Z
29822026-08-22T12:25:28.161Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-22T12:25:28.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-22T12:25:28.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-22T12:25:28.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-22T12:25:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
29872026-08-22T12:25:31.632Z
29882026-08-22T12:25:31.632Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-22T12:25:32.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-22T12:25:32.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-22T12:25:32.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-22T12:25:34.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
29932026-08-22T12:25:35.151Z
29942026-08-22T12:25:35.151Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-22T12:25:35.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-22T12:25:35.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-22T12:25:35.817Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-22T12:25:39.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
29992026-08-22T12:25:39.466Z
30002026-08-22T12:25:39.466Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-22T12:25:39.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-22T12:25:39.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-22T12:25:39.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-22T12:25:39.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-22T12:25:40.031Z
30062026-08-22T12:25:40.031Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-22T12:25:40.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-22T12:25:40.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-22T12:25:40.652Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-22T12:25:41.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30112026-08-22T12:25:41.189Z
30122026-08-22T12:25:41.189Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-22T12:25:41.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-22T12:25:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-22T12:25:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-22T12:25:41.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30172026-08-22T12:25:41.754Z
30182026-08-22T12:25:41.754Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-22T12:25:42.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-22T12:25:42.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-22T12:25:42.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-22T12:25:42.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30232026-08-22T12:25:42.358Z
30242026-08-22T12:25:42.358Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-22T12:25:42.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-22T12:25:42.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-22T12:25:42.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-22T12:25:42.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-22T12:25:42.930Z
30302026-08-22T12:25:42.930Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-22T12:25:43.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-22T12:25:43.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-22T12:25:43.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-22T12:25:43.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-22T12:25:43.499Z
30362026-08-22T12:25:43.499Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-22T12:25:43.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-22T12:25:43.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-22T12:25:43.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-22T12:25:43.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-22T12:25:44.073Z
30422026-08-22T12:25:44.073Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-22T12:25:44.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-22T12:25:44.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-22T12:25:44.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-22T12:25:44.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-22T12:25:44.646Z
30482026-08-22T12:25:44.646Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-22T12:25:45.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-22T12:25:45.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-22T12:25:45.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-22T12:25:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-22T12:25:45.210Z
30542026-08-22T12:25:45.210Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-22T12:25:45.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-22T12:25:45.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-22T12:25:46.021Z Compiling crucible-workspace-hack v0.1.0
30582026-08-22T12:25:46.021Z Compiling regress v0.11.1
30592026-08-22T12:25:46.024Z Checking secrecy v0.10.3
30602026-08-22T12:25:46.024Z Checking half v2.7.1
30612026-08-22T12:25:46.024Z Checking ciborium-io v0.2.2
30622026-08-22T12:25:46.024Z Checking inout v0.1.4
30632026-08-22T12:25:46.152Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-22T12:25:46.155Z Checking universal-hash v0.5.1
30652026-08-22T12:25:46.231Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-22T12:25:46.272Z Checking cipher v0.4.4
30672026-08-22T12:25:46.291Z Compiling thiserror-impl-no-std v2.0.2
30682026-08-22T12:25:46.319Z Checking opaque-debug v0.3.1
30692026-08-22T12:25:46.382Z Checking poly1305 v0.8.0
30702026-08-22T12:25:46.399Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-22T12:25:46.414Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30722026-08-22T12:25:46.429Z Checking ciborium-ll v0.2.2
30732026-08-22T12:25:46.464Z Checking chacha20 v0.9.1
30742026-08-22T12:25:46.594Z Checking ciborium v0.2.2
30752026-08-22T12:25:46.641Z Checking password-hash v0.5.0
30762026-08-22T12:25:46.655Z Checking blake2 v0.10.6
30772026-08-22T12:25:46.675Z Checking aead v0.5.2
30782026-08-22T12:25:46.800Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30792026-08-22T12:25:46.818Z Checking indent_write v2.2.0
30802026-08-22T12:25:46.859Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-08-22T12:25:46.885Z Checking argon2 v0.5.3
30822026-08-22T12:25:46.942Z Checking chacha20poly1305 v0.10.1
30832026-08-22T12:25:47.009Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30842026-08-22T12:25:47.070Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-08-22T12:25:47.101Z Compiling unsafe-libyaml v0.2.11
30862026-08-22T12:25:47.225Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-22T12:25:47.429Z Compiling heapless v0.8.0
30882026-08-22T12:25:47.444Z Checking thiserror-no-std v2.0.2
30892026-08-22T12:25:47.532Z Checking vsss-rs v3.3.4
30902026-08-22T12:25:47.622Z Compiling serde_yaml v0.9.34+deprecated
30912026-08-22T12:25:47.706Z Compiling proc-macro-crate v3.4.0
30922026-08-22T12:25:47.839Z Compiling typify-impl v0.6.2
30932026-08-22T12:25:48.244Z Compiling num_enum_derive v0.7.6
30942026-08-22T12:25:48.271Z Compiling ingot-macros v0.2.0
30952026-08-22T12:25:48.421Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-22T12:25:48.520Z Checking hash32 v0.3.1
30972026-08-22T12:25:48.619Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-08-22T12:25:48.648Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-22T12:25:48.852Z Compiling smoltcp v0.11.0
31002026-08-22T12:25:49.067Z Checking tabwriter v1.4.1
31012026-08-22T12:25:49.207Z Checking cobs v0.3.0
31022026-08-22T12:25:49.223Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31032026-08-22T12:25:49.302Z Checking num_enum v0.7.6
31042026-08-22T12:25:49.344Z Checking swrite v0.1.0
31052026-08-22T12:25:49.375Z Checking postcard v1.1.3
31062026-08-22T12:25:49.432Z Compiling proc-macro-crate v1.3.1
31072026-08-22T12:25:49.446Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-22T12:25:49.461Z Compiling foreign-types-macros v0.2.3
31092026-08-22T12:25:49.652Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-22T12:25:49.667Z Checking colored v3.1.1
31112026-08-22T12:25:49.758Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-08-22T12:25:49.840Z Checking foreign-types-shared v0.3.1
31132026-08-22T12:25:49.855Z Compiling num_enum_derive v0.5.11
31142026-08-22T12:25:50.024Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-22T12:25:50.041Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-22T12:25:50.056Z Checking foreign-types v0.5.0
31172026-08-22T12:25:50.133Z Checking cstr-argument v0.1.2
31182026-08-22T12:25:50.256Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31192026-08-22T12:25:50.454Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-08-22T12:25:50.471Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-08-22T12:25:50.484Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31222026-08-22T12:25:50.558Z Checking rand v0.10.1
31232026-08-22T12:25:50.636Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-08-22T12:25:50.651Z Compiling zone_cfg_derive v0.3.1
31252026-08-22T12:25:50.655Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-08-22T12:25:50.764Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31272026-08-22T12:25:50.862Z Checking num_enum v0.5.11
31282026-08-22T12:25:50.954Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31292026-08-22T12:25:50.975Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-08-22T12:25:51.073Z Checking ingot-types v0.2.0
31312026-08-22T12:25:51.123Z Checking itertools v0.12.1
31322026-08-22T12:25:51.143Z Compiling num-derive v0.4.2
31332026-08-22T12:25:51.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-08-22T12:25:51.434Z Checking ingot v0.2.1
31352026-08-22T12:25:51.488Z Compiling semver v0.1.20
31362026-08-22T12:25:51.779Z Compiling rustc_version v0.1.7
31372026-08-22T12:25:52.002Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-22T12:25:52.043Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31392026-08-22T12:25:52.059Z Checking smf v0.2.3
31402026-08-22T12:25:52.129Z Checking zone v0.3.1
31412026-08-22T12:25:52.155Z Checking nom v8.0.0
31422026-08-22T12:25:52.266Z Checking csv-core v0.1.13
31432026-08-22T12:25:52.283Z Checking whoami v1.6.1
31442026-08-22T12:25:52.298Z Compiling newtype_derive v0.1.6
31452026-08-22T12:25:52.354Z Compiling typify-macro v0.6.2
31462026-08-22T12:25:52.436Z Checking csv v1.4.0
31472026-08-22T12:25:52.454Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-08-22T12:25:52.476Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-08-22T12:25:52.491Z Compiling cancel-safe-futures v0.1.5
31502026-08-22T12:25:52.630Z Compiling libefi-sys v0.1.0
31512026-08-22T12:25:52.709Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31522026-08-22T12:25:52.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31532026-08-22T12:25:52.909Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31542026-08-22T12:25:53.016Z Checking oxide-update-engine-types v0.1.2
31552026-08-22T12:25:53.031Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31562026-08-22T12:25:53.048Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31572026-08-22T12:25:53.105Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31582026-08-22T12:25:53.221Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592026-08-22T12:25:53.399Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31602026-08-22T12:25:53.454Z Compiling bitfield-struct v0.6.2
31612026-08-22T12:25:53.471Z Checking linear-map v1.2.0
31622026-08-22T12:25:53.638Z Checking steno v0.4.1
31632026-08-22T12:25:53.884Z Checking oxide-update-engine v0.1.2
31642026-08-22T12:25:54.032Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-08-22T12:25:54.062Z Compiling typify v0.6.2
31662026-08-22T12:25:54.077Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31672026-08-22T12:25:54.103Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31682026-08-22T12:25:54.172Z Compiling progenitor-impl v0.14.0
31692026-08-22T12:25:54.188Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31702026-08-22T12:25:54.337Z Checking sha1 v0.10.6
31712026-08-22T12:25:54.493Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31722026-08-22T12:25:54.510Z Checking utf-8 v0.7.6
31732026-08-22T12:25:54.571Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-22T12:25:54.646Z Checking tungstenite v0.21.0
31752026-08-22T12:25:54.693Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31762026-08-22T12:25:54.808Z Checking ignore v0.4.25
31772026-08-22T12:25:54.849Z Checking anstyle-parse v0.2.7
31782026-08-22T12:25:55.010Z Compiling xshell-macros v0.2.7
31792026-08-22T12:25:55.068Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31802026-08-22T12:25:55.104Z Checking tokio-tungstenite v0.21.0
31812026-08-22T12:25:55.172Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31822026-08-22T12:25:55.210Z Checking globwalk v0.9.1
31832026-08-22T12:25:55.268Z Checking anstream v0.6.21
31842026-08-22T12:25:55.383Z Checking xshell v0.2.7
31852026-08-22T12:25:55.386Z Checking predicates-tree v1.0.13
31862026-08-22T12:25:55.386Z Checking filetime v0.2.27
31872026-08-22T12:25:55.426Z Checking tagptr v0.2.0
31882026-08-22T12:25:55.468Z Checking xattr v1.6.1
31892026-08-22T12:25:55.505Z Checking camino-tempfile-ext v0.3.3
31902026-08-22T12:25:55.544Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31912026-08-22T12:25:55.562Z Checking moka v0.12.13
31922026-08-22T12:25:55.577Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-22T12:25:55.600Z Checking tar v0.4.46
31942026-08-22T12:25:55.706Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-22T12:25:55.719Z Checking rand_seeder v0.4.0
31962026-08-22T12:25:55.735Z Checking half v1.8.3
31972026-08-22T12:25:55.847Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-22T12:25:55.872Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-22T12:25:55.928Z Checking serde_cbor v0.11.2
32002026-08-22T12:25:55.985Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32012026-08-22T12:25:56.169Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32022026-08-22T12:25:56.206Z Checking hickory-resolver v0.25.2
32032026-08-22T12:25:56.237Z Checking digest-io v0.1.0
32042026-08-22T12:25:56.308Z Checking sha2 v0.11.0
32052026-08-22T12:25:56.365Z Compiling petname v2.0.2
32062026-08-22T12:25:56.788Z Checking rawzip v0.4.4
32072026-08-22T12:25:56.825Z Compiling progenitor-macro v0.14.0
32082026-08-22T12:25:56.841Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-22T12:25:56.897Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-22T12:25:57.226Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-22T12:25:57.241Z Checking sapling-renderdag v0.1.0
32122026-08-22T12:25:57.351Z Checking subprocess v0.2.15
32132026-08-22T12:25:57.406Z Checking sync-ptr v0.1.4
32142026-08-22T12:25:57.495Z Checking colored v2.2.0
32152026-08-22T12:25:57.519Z Checking assert_matches v1.5.0
32162026-08-22T12:25:57.637Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32172026-08-22T12:25:57.748Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32182026-08-22T12:25:57.888Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-22T12:25:58.083Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32202026-08-22T12:25:58.205Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-08-22T12:25:58.560Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-22T12:25:58.560Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-22T12:25:59.551Z Checking progenitor v0.14.0
32242026-08-22T12:25:59.685Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32252026-08-22T12:25:59.689Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32262026-08-22T12:25:59.689Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32272026-08-22T12:25:59.689Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32282026-08-22T12:25:59.689Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32292026-08-22T12:25:59.689Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-22T12:26:00.171Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32312026-08-22T12:26:00.266Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32322026-08-22T12:26:00.392Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32332026-08-22T12:26:00.410Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32342026-08-22T12:26:00.731Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32352026-08-22T12:26:00.794Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32362026-08-22T12:26:01.302Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-22T12:26:01.427Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32382026-08-22T12:26:01.949Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-22T12:26:02.698Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-22T12:26:11.241Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-22T12:26:18.394Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-08-22T12:26:18.395Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-08-22T12:26:18.398Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-22T12:26:19.856Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-22T12:26:21.129Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-22T12:26:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s
32472026-08-22T12:26:23.557Z
32482026-08-22T12:26:23.557Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-22T12:26:24.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-22T12:26:24.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-22T12:26:24.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-22T12:26:24.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32532026-08-22T12:26:24.162Z
32542026-08-22T12:26:24.162Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-22T12:26:24.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-22T12:26:24.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-22T12:26:24.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-22T12:26:24.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-22T12:26:24.732Z
32602026-08-22T12:26:24.732Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-22T12:26:25.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-22T12:26:25.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-22T12:26:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-22T12:26:25.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32652026-08-22T12:26:25.294Z
32662026-08-22T12:26:25.294Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-22T12:26:25.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-22T12:26:25.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-22T12:26:25.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-22T12:26:25.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32712026-08-22T12:26:25.863Z
32722026-08-22T12:26:25.863Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-22T12:26:26.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-22T12:26:26.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-22T12:26:26.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-22T12:26:26.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-22T12:26:26.415Z
32782026-08-22T12:26:26.415Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-22T12:26:26.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-22T12:26:26.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-22T12:26:26.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-22T12:26:26.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-22T12:26:26.971Z
32842026-08-22T12:26:26.971Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-22T12:26:27.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-22T12:26:27.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-22T12:26:27.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-22T12:26:27.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32892026-08-22T12:26:27.519Z
32902026-08-22T12:26:27.519Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-22T12:26:27.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-22T12:26:27.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-22T12:26:27.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-22T12:26:27.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32952026-08-22T12:26:28.070Z
32962026-08-22T12:26:28.071Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-22T12:26:28.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-22T12:26:28.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-22T12:26:28.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-22T12:26:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33012026-08-22T12:26:28.641Z
33022026-08-22T12:26:28.641Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-22T12:26:29.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-22T12:26:29.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-22T12:26:29.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-22T12:26:29.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-22T12:26:29.230Z
33082026-08-22T12:26:29.230Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-22T12:26:29.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-22T12:26:29.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-22T12:26:29.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-22T12:26:29.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-22T12:26:29.807Z
33142026-08-22T12:26:29.807Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-22T12:26:30.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-22T12:26:30.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-22T12:26:30.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-22T12:26:30.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-22T12:26:30.388Z
33202026-08-22T12:26:30.388Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-22T12:26:30.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-22T12:26:30.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-22T12:26:30.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-22T12:26:30.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-08-22T12:26:30.959Z
33262026-08-22T12:26:30.959Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-22T12:26:31.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-22T12:26:31.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-22T12:26:31.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-22T12:26:31.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-22T12:26:31.540Z
33322026-08-22T12:26:31.540Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-22T12:26:32.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-22T12:26:32.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-22T12:26:32.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-22T12:26:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-08-22T12:26:32.120Z
33382026-08-22T12:26:32.120Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-22T12:26:32.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-22T12:26:32.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-22T12:26:32.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-22T12:26:32.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33432026-08-22T12:26:32.671Z
33442026-08-22T12:26:32.671Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-22T12:26:33.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-22T12:26:33.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-22T12:26:33.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-22T12:26:33.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-08-22T12:26:33.277Z
33502026-08-22T12:26:33.277Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-22T12:26:33.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-22T12:26:33.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-22T12:26:33.999Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-22T12:26:34.002Z Checking void v1.0.2
33552026-08-22T12:26:34.002Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33562026-08-22T12:26:34.002Z Checking nix v0.27.1
33572026-08-22T12:26:34.002Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-08-22T12:26:34.138Z Checking tungstenite v0.23.0
33592026-08-22T12:26:34.138Z Checking dropshot-api-manager-types v0.8.0
33602026-08-22T12:26:34.141Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-22T12:26:34.195Z Checking lzss v0.8.2
33622026-08-22T12:26:34.300Z Checking kstat-rs v0.2.5
33632026-08-22T12:26:34.317Z Checking fxhash v0.2.1
33642026-08-22T12:26:34.354Z Checking serde_bytes v0.11.19
33652026-08-22T12:26:34.372Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-22T12:26:34.407Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-08-22T12:26:34.424Z Checking signal-hook-tokio v0.3.1
33682026-08-22T12:26:34.473Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-22T12:26:34.536Z Checking tokio-tungstenite v0.23.1
33702026-08-22T12:26:34.604Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-22T12:26:35.670Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-22T12:26:36.204Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-22T12:26:38.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
33742026-08-22T12:26:38.527Z
33752026-08-22T12:26:38.527Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-22T12:26:39.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-22T12:26:39.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-22T12:26:39.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-22T12:26:39.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33802026-08-22T12:26:39.087Z
33812026-08-22T12:26:39.087Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-22T12:26:39.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-22T12:26:39.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-22T12:26:39.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-22T12:26:39.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33862026-08-22T12:26:39.659Z
33872026-08-22T12:26:39.659Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-22T12:26:40.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-22T12:26:40.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-22T12:26:40.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-22T12:26:40.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33922026-08-22T12:26:40.200Z
33932026-08-22T12:26:40.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-22T12:26:40.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-22T12:26:40.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-22T12:26:40.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-22T12:26:40.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33982026-08-22T12:26:40.779Z
33992026-08-22T12:26:40.779Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-22T12:26:41.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-22T12:26:41.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-22T12:26:41.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-22T12:26:41.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34042026-08-22T12:26:41.340Z
34052026-08-22T12:26:41.340Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-22T12:26:41.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-22T12:26:41.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-22T12:26:41.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-22T12:26:41.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-22T12:26:41.908Z
34112026-08-22T12:26:41.908Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-22T12:26:42.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-22T12:26:42.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-22T12:26:42.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-22T12:26:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34162026-08-22T12:26:42.473Z
34172026-08-22T12:26:42.473Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-22T12:26:42.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-22T12:26:42.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-22T12:26:42.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-22T12:26:42.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34222026-08-22T12:26:43.057Z
34232026-08-22T12:26:43.057Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-22T12:26:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-22T12:26:43.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-22T12:26:43.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-22T12:26:43.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34282026-08-22T12:26:43.619Z
34292026-08-22T12:26:43.619Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-22T12:26:44.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-22T12:26:44.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-22T12:26:44.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-22T12:26:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-22T12:26:44.201Z
34352026-08-22T12:26:44.201Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-22T12:26:44.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-22T12:26:44.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-22T12:26:44.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-22T12:26:44.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-22T12:26:44.752Z
34412026-08-22T12:26:44.752Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-22T12:26:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-22T12:26:45.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-22T12:26:45.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-22T12:26:45.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-22T12:26:45.324Z
34472026-08-22T12:26:45.324Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-22T12:26:45.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-22T12:26:45.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-22T12:26:45.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-22T12:26:45.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34522026-08-22T12:26:45.885Z
34532026-08-22T12:26:45.885Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-22T12:26:46.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-22T12:26:46.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-22T12:26:46.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-22T12:26:46.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-22T12:26:46.451Z
34592026-08-22T12:26:46.451Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-22T12:26:46.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-22T12:26:46.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-22T12:26:46.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-22T12:26:46.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34642026-08-22T12:26:47.015Z
34652026-08-22T12:26:47.015Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-22T12:26:47.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-22T12:26:47.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-22T12:26:47.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-22T12:26:47.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34702026-08-22T12:26:47.573Z
34712026-08-22T12:26:47.573Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-22T12:26:48.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-22T12:26:48.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-22T12:26:48.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-22T12:26:48.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34762026-08-22T12:26:48.134Z
34772026-08-22T12:26:48.134Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-22T12:26:48.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-22T12:26:48.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-22T12:26:48.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-22T12:26:48.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-22T12:26:48.701Z
34832026-08-22T12:26:48.702Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-22T12:26:49.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-22T12:26:49.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-22T12:26:49.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-22T12:26:49.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34882026-08-22T12:26:49.264Z
34892026-08-22T12:26:49.264Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-22T12:26:49.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-22T12:26:49.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-22T12:26:49.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-22T12:26:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-22T12:26:49.836Z
34952026-08-22T12:26:49.836Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-22T12:26:50.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-22T12:26:50.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-22T12:26:50.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-22T12:26:50.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-22T12:26:50.404Z
35012026-08-22T12:26:50.404Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-22T12:26:50.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-22T12:26:50.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-22T12:26:50.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-22T12:26:50.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-22T12:26:50.969Z
35072026-08-22T12:26:50.969Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-22T12:26:51.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-22T12:26:51.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-22T12:26:51.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-22T12:26:51.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-22T12:26:51.550Z
35132026-08-22T12:26:51.550Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-22T12:26:52.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-22T12:26:52.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-22T12:26:52.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-22T12:26:52.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-22T12:26:52.132Z
35192026-08-22T12:26:52.132Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-22T12:26:52.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-22T12:26:52.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-22T12:26:52.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-22T12:26:52.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-08-22T12:26:52.714Z
35252026-08-22T12:26:52.714Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-22T12:26:53.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-22T12:26:53.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-22T12:26:53.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-22T12:26:53.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-08-22T12:26:53.297Z
35312026-08-22T12:26:53.297Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-22T12:26:53.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-22T12:26:53.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-22T12:26:53.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-22T12:26:53.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-22T12:26:53.880Z
35372026-08-22T12:26:53.880Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-22T12:26:54.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-22T12:26:54.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-22T12:26:54.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-22T12:26:54.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-22T12:26:54.460Z
35432026-08-22T12:26:54.460Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-22T12:26:54.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-22T12:26:54.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-22T12:26:54.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-22T12:26:54.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-22T12:26:55.043Z
35492026-08-22T12:26:55.043Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-22T12:26:55.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-22T12:26:55.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-22T12:26:55.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-22T12:26:55.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-22T12:26:55.626Z
35552026-08-22T12:26:55.626Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-22T12:26:56.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-22T12:26:56.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-22T12:26:56.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-22T12:26:56.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-22T12:26:56.209Z
35612026-08-22T12:26:56.209Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-22T12:26:56.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-22T12:26:56.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-22T12:26:56.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-22T12:26:56.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-22T12:26:56.789Z
35672026-08-22T12:26:56.789Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-22T12:26:57.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-22T12:26:57.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-22T12:26:57.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-22T12:26:57.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35722026-08-22T12:26:57.362Z
35732026-08-22T12:26:57.362Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-22T12:26:57.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-22T12:26:57.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-22T12:26:57.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-22T12:26:57.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-22T12:26:57.940Z
35792026-08-22T12:26:57.940Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-22T12:26:58.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-22T12:26:58.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-22T12:26:58.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-22T12:26:58.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-22T12:26:58.523Z
35852026-08-22T12:26:58.524Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-22T12:26:59.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-22T12:26:59.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-22T12:26:59.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-22T12:26:59.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-22T12:26:59.105Z
35912026-08-22T12:26:59.105Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-22T12:26:59.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-22T12:26:59.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-22T12:26:59.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-22T12:26:59.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-22T12:26:59.689Z
35972026-08-22T12:26:59.689Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-22T12:27:00.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-22T12:27:00.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-22T12:27:00.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-22T12:27:00.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-22T12:27:00.273Z
36032026-08-22T12:27:00.274Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-22T12:27:00.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-22T12:27:00.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-22T12:27:00.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-22T12:27:00.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-22T12:27:00.854Z
36092026-08-22T12:27:00.854Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-22T12:27:01.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-22T12:27:01.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-22T12:27:01.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-22T12:27:01.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-08-22T12:27:01.436Z
36152026-08-22T12:27:01.436Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-22T12:27:01.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-22T12:27:01.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-22T12:27:01.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-22T12:27:01.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36202026-08-22T12:27:02.000Z
36212026-08-22T12:27:02.000Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-22T12:27:02.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-22T12:27:02.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-22T12:27:02.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-22T12:27:02.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36262026-08-22T12:27:02.563Z
36272026-08-22T12:27:02.563Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-22T12:27:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-22T12:27:03.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-22T12:27:03.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-22T12:27:03.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36322026-08-22T12:27:03.127Z
36332026-08-22T12:27:03.127Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-22T12:27:03.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-22T12:27:03.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-22T12:27:03.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-22T12:27:03.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36382026-08-22T12:27:03.688Z
36392026-08-22T12:27:03.688Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-22T12:27:04.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-22T12:27:04.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-22T12:27:04.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-22T12:27:04.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-22T12:27:04.253Z
36452026-08-22T12:27:04.253Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-22T12:27:04.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-22T12:27:04.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-22T12:27:04.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-22T12:27:04.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-22T12:27:04.820Z
36512026-08-22T12:27:04.820Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-22T12:27:05.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-22T12:27:05.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-22T12:27:05.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-22T12:27:05.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-22T12:27:05.382Z
36572026-08-22T12:27:05.382Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-22T12:27:05.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-22T12:27:05.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-22T12:27:05.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-22T12:27:05.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-22T12:27:05.951Z
36632026-08-22T12:27:05.951Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-22T12:27:06.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-22T12:27:06.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-22T12:27:06.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-22T12:27:06.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-22T12:27:06.515Z
36692026-08-22T12:27:06.515Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-22T12:27:06.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-22T12:27:06.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-22T12:27:06.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-22T12:27:06.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-22T12:27:07.079Z
36752026-08-22T12:27:07.079Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-22T12:27:07.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-22T12:27:07.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-22T12:27:07.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-22T12:27:07.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-22T12:27:07.644Z
36812026-08-22T12:27:07.645Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-22T12:27:08.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-22T12:27:08.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-22T12:27:08.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-22T12:27:08.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-22T12:27:08.213Z
36872026-08-22T12:27:08.213Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-22T12:27:08.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-22T12:27:08.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-22T12:27:08.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-22T12:27:08.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-22T12:27:08.781Z
36932026-08-22T12:27:08.781Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-22T12:27:09.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-22T12:27:09.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-22T12:27:09.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-22T12:27:09.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36982026-08-22T12:27:09.344Z
36992026-08-22T12:27:09.344Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-22T12:27:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-22T12:27:09.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-22T12:27:09.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-22T12:27:09.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-22T12:27:09.913Z
37052026-08-22T12:27:09.913Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-22T12:27:10.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-22T12:27:10.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-22T12:27:10.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-22T12:27:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37102026-08-22T12:27:10.476Z
37112026-08-22T12:27:10.476Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-22T12:27:10.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-22T12:27:10.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-22T12:27:10.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-22T12:27:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-22T12:27:11.060Z
37172026-08-22T12:27:11.060Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-22T12:27:11.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-22T12:27:11.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-22T12:27:11.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-22T12:27:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37222026-08-22T12:27:11.644Z
37232026-08-22T12:27:11.644Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-22T12:27:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-22T12:27:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-22T12:27:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-22T12:27:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-22T12:27:12.226Z
37292026-08-22T12:27:12.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-22T12:27:12.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-22T12:27:12.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-22T12:27:12.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-22T12:27:12.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-08-22T12:27:12.809Z
37352026-08-22T12:27:12.809Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-22T12:27:13.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-22T12:27:13.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-22T12:27:13.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-22T12:27:13.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-08-22T12:27:13.390Z
37412026-08-22T12:27:13.390Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-22T12:27:13.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-22T12:27:13.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-22T12:27:13.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-22T12:27:13.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-22T12:27:13.976Z
37472026-08-22T12:27:13.976Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-22T12:27:14.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-22T12:27:14.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-22T12:27:14.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-22T12:27:14.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-22T12:27:14.556Z
37532026-08-22T12:27:14.556Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-22T12:27:15.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-22T12:27:15.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-22T12:27:15.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-22T12:27:15.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-22T12:27:15.140Z
37592026-08-22T12:27:15.140Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-22T12:27:15.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-22T12:27:15.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-22T12:27:15.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-22T12:27:15.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-22T12:27:15.723Z
37652026-08-22T12:27:15.723Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-22T12:27:16.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-22T12:27:16.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-22T12:27:16.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-22T12:27:16.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37702026-08-22T12:27:16.305Z
37712026-08-22T12:27:16.305Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-22T12:27:16.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-22T12:27:16.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-22T12:27:16.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-22T12:27:16.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-22T12:27:16.889Z
37772026-08-22T12:27:16.889Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-22T12:27:17.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-22T12:27:17.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-22T12:27:17.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-22T12:27:17.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-22T12:27:17.471Z
37832026-08-22T12:27:17.471Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-22T12:27:17.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-22T12:27:17.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-22T12:27:17.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-22T12:27:17.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37882026-08-22T12:27:18.052Z
37892026-08-22T12:27:18.053Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-22T12:27:18.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-22T12:27:18.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-22T12:27:18.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-22T12:27:18.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37942026-08-22T12:27:18.635Z
37952026-08-22T12:27:18.635Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-22T12:27:19.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-22T12:27:19.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-22T12:27:19.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-22T12:27:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-22T12:27:19.226Z
38012026-08-22T12:27:19.226Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-22T12:27:19.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-22T12:27:19.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-22T12:27:19.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-22T12:27:19.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-08-22T12:27:19.819Z
38072026-08-22T12:27:19.819Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-22T12:27:20.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-22T12:27:20.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-22T12:27:20.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-22T12:27:20.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38122026-08-22T12:27:20.383Z
38132026-08-22T12:27:20.383Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-22T12:27:20.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-22T12:27:20.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-22T12:27:21.022Z Compiling parking_lot_core v0.8.6
38172026-08-22T12:27:21.024Z Compiling git-stub v1.0.0
38182026-08-22T12:27:21.134Z Checking prefix-trie v0.7.0
38192026-08-22T12:27:21.139Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-22T12:27:21.248Z Compiling git-stub-vcs v0.1.0
38212026-08-22T12:27:21.404Z Checking hickory-server v0.25.2
38222026-08-22T12:27:21.505Z Checking parking_lot v0.11.2
38232026-08-22T12:27:21.548Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-22T12:27:21.667Z Checking sled v0.34.7
38252026-08-22T12:27:23.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
38262026-08-22T12:27:23.741Z
38272026-08-22T12:27:23.742Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-22T12:27:24.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-22T12:27:24.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-22T12:27:24.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-22T12:27:24.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38322026-08-22T12:27:24.308Z
38332026-08-22T12:27:24.308Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-22T12:27:24.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-22T12:27:24.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-22T12:27:24.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-22T12:27:24.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38382026-08-22T12:27:24.908Z
38392026-08-22T12:27:24.908Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-22T12:27:25.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-22T12:27:25.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-22T12:27:25.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-22T12:27:25.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38442026-08-22T12:27:25.468Z
38452026-08-22T12:27:25.468Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-22T12:27:25.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-22T12:27:25.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-22T12:27:26.163Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-22T12:27:26.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38502026-08-22T12:27:26.851Z
38512026-08-22T12:27:26.851Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-22T12:27:27.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-22T12:27:27.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-22T12:27:27.658Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-22T12:27:27.786Z Compiling hashbrown v0.14.5
38562026-08-22T12:27:27.788Z Compiling rfc6979 v0.4.0
38572026-08-22T12:27:27.800Z Compiling salty v0.3.0
38582026-08-22T12:27:27.808Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-22T12:27:27.818Z Compiling primeorder v0.13.6
38602026-08-22T12:27:27.831Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-22T12:27:27.902Z Compiling ecdsa v0.16.9
38622026-08-22T12:27:27.943Z Compiling sha1 v0.10.6
38632026-08-22T12:27:28.071Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-22T12:27:28.144Z Compiling proc-macro-error2 v2.0.1
38652026-08-22T12:27:28.250Z Compiling chumsky v0.9.3
38662026-08-22T12:27:28.269Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38672026-08-22T12:27:28.283Z Compiling p384 v0.13.1
38682026-08-22T12:27:28.309Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-22T12:27:28.453Z Compiling knus-derive v3.4.0
38702026-08-22T12:27:28.470Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-22T12:27:28.498Z Checking libscf-sys v1.2.0
38722026-08-22T12:27:28.575Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-22T12:27:28.621Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-22T12:27:28.812Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-22T12:27:28.827Z Checking corncobs v0.1.4
38762026-08-22T12:27:28.948Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-22T12:27:28.975Z Checking papergrid v0.18.0
38782026-08-22T12:27:28.991Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38792026-08-22T12:27:29.006Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-22T12:27:29.008Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38812026-08-22T12:27:29.143Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-22T12:27:29.160Z Checking secrecy v0.8.0
38832026-08-22T12:27:29.271Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-22T12:27:29.288Z Compiling unicase v2.9.0
38852026-08-22T12:27:29.432Z Compiling illumos-nvpair-sys v0.2.0
38862026-08-22T12:27:29.487Z Compiling mime_guess v2.0.5
38872026-08-22T12:27:29.508Z Compiling progenitor-impl v0.13.0
38882026-08-22T12:27:29.525Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-22T12:27:29.634Z Checking crc8 v0.1.1
38902026-08-22T12:27:29.771Z Checking tabled v0.21.0
38912026-08-22T12:27:29.786Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38922026-08-22T12:27:29.801Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38932026-08-22T12:27:29.815Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38942026-08-22T12:27:29.844Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38952026-08-22T12:27:29.882Z Compiling knus v3.4.0
38962026-08-22T12:27:30.376Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-22T12:27:30.632Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-22T12:27:30.751Z Checking progenitor-client v0.13.0
38992026-08-22T12:27:30.774Z Checking http-range v0.1.5
39002026-08-22T12:27:30.899Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-22T12:27:30.921Z Checking illumos-nvpair v0.3.0
39022026-08-22T12:27:30.984Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-22T12:27:31.074Z Checking scuffle v0.1.0
39042026-08-22T12:27:31.088Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-22T12:27:31.266Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-22T12:27:31.627Z Checking nanorand v0.7.0
39072026-08-22T12:27:31.660Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-22T12:27:31.831Z Checking flume v0.11.1
39092026-08-22T12:27:31.880Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-22T12:27:31.925Z Checking hyper-staticfile v0.10.1
39112026-08-22T12:27:31.970Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39122026-08-22T12:27:32.016Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-22T12:27:32.066Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-22T12:27:32.088Z Compiling progenitor-macro v0.13.0
39152026-08-22T12:27:32.175Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-22T12:27:32.202Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-22T12:27:32.410Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-22T12:27:32.427Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-22T12:27:32.506Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-22T12:27:32.579Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-22T12:27:32.820Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-22T12:27:32.881Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39232026-08-22T12:27:32.959Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39242026-08-22T12:27:34.352Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-22T12:27:35.333Z Checking progenitor v0.13.0
39262026-08-22T12:27:35.467Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-22T12:27:36.291Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-22T12:27:37.346Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-22T12:27:37.768Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-22T12:27:37.902Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-22T12:27:37.902Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-22T12:27:51.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.44s
39332026-08-22T12:27:51.305Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-22T12:27:51.305Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-22T12:27:51.506Z
39362026-08-22T12:27:51.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-22T12:27:52.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-22T12:27:52.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-22T12:27:52.267Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-22T12:28:02.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39412026-08-22T12:28:02.783Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-22T12:28:02.783Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-22T12:28:02.978Z
39442026-08-22T12:28:02.978Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-22T12:28:03.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-22T12:28:03.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-22T12:28:03.746Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-22T12:28:14.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39492026-08-22T12:28:14.260Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-22T12:28:14.260Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-22T12:28:14.463Z
39522026-08-22T12:28:14.463Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-22T12:28:14.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-22T12:28:14.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-22T12:28:15.226Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-22T12:28:25.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39572026-08-22T12:28:25.721Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-22T12:28:25.721Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-22T12:28:25.913Z
39602026-08-22T12:28:25.914Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-22T12:28:26.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-22T12:28:26.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-22T12:28:26.675Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-22T12:28:37.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39652026-08-22T12:28:37.201Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-22T12:28:37.201Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-22T12:28:37.402Z
39682026-08-22T12:28:37.402Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-22T12:28:37.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-22T12:28:37.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-22T12:28:38.163Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-22T12:28:48.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
39732026-08-22T12:28:48.623Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-22T12:28:48.623Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-22T12:28:48.822Z
39762026-08-22T12:28:48.822Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-22T12:28:49.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-22T12:28:49.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-22T12:28:49.590Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-22T12:29:00.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39812026-08-22T12:29:00.187Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-22T12:29:00.187Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-22T12:29:00.383Z
39842026-08-22T12:29:00.383Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-22T12:29:00.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-22T12:29:00.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-22T12:29:01.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-22T12:29:11.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39892026-08-22T12:29:11.635Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-22T12:29:11.635Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-22T12:29:11.833Z
39922026-08-22T12:29:11.833Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-22T12:29:12.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-22T12:29:12.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-22T12:29:12.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-22T12:29:12.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-08-22T12:29:12.403Z
39982026-08-22T12:29:12.403Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-22T12:29:12.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-22T12:29:12.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-22T12:29:12.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-22T12:29:12.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-22T12:29:12.987Z
40042026-08-22T12:29:12.987Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-22T12:29:13.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-22T12:29:13.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-22T12:29:13.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-22T12:29:13.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-08-22T12:29:13.544Z
40102026-08-22T12:29:13.544Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-22T12:29:14.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-22T12:29:14.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-22T12:29:14.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-22T12:29:14.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-08-22T12:29:14.147Z
40162026-08-22T12:29:14.147Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-22T12:29:14.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-22T12:29:14.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-22T12:29:14.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-22T12:29:14.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40212026-08-22T12:29:14.717Z
40222026-08-22T12:29:14.717Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-22T12:29:15.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-22T12:29:15.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-22T12:29:15.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-22T12:29:15.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-22T12:29:15.278Z
40282026-08-22T12:29:15.278Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-22T12:29:15.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-22T12:29:15.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-22T12:29:15.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-22T12:29:15.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-22T12:29:15.841Z
40342026-08-22T12:29:15.841Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-22T12:29:16.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-22T12:29:16.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-22T12:29:16.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-22T12:29:16.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40392026-08-22T12:29:16.400Z
40402026-08-22T12:29:16.400Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-22T12:29:16.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-22T12:29:16.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-22T12:29:16.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-22T12:29:16.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-22T12:29:16.988Z
40462026-08-22T12:29:16.988Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-22T12:29:17.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-22T12:29:17.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-22T12:29:17.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-22T12:29:17.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-22T12:29:17.573Z
40522026-08-22T12:29:17.573Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-22T12:29:18.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-22T12:29:18.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-22T12:29:18.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-22T12:29:18.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-22T12:29:18.161Z
40582026-08-22T12:29:18.161Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-22T12:29:18.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-22T12:29:18.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-22T12:29:18.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-22T12:29:18.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40632026-08-22T12:29:18.760Z
40642026-08-22T12:29:18.760Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-22T12:29:19.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-22T12:29:19.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-22T12:29:19.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-22T12:29:19.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-08-22T12:29:19.349Z
40702026-08-22T12:29:19.349Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-22T12:29:19.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-22T12:29:19.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-22T12:29:19.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-22T12:29:19.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-22T12:29:19.943Z
40762026-08-22T12:29:19.943Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-22T12:29:20.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-22T12:29:20.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-22T12:29:20.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-22T12:29:20.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40812026-08-22T12:29:20.533Z
40822026-08-22T12:29:20.533Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-22T12:29:21.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-22T12:29:21.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-22T12:29:21.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-22T12:29:21.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-22T12:29:21.124Z
40882026-08-22T12:29:21.124Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-22T12:29:21.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-22T12:29:21.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-22T12:29:21.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-22T12:29:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40932026-08-22T12:29:21.713Z
40942026-08-22T12:29:21.713Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-22T12:29:22.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-22T12:29:22.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-22T12:29:22.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-22T12:29:22.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-22T12:29:22.305Z
41002026-08-22T12:29:22.305Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-22T12:29:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-22T12:29:22.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-22T12:29:22.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-22T12:29:22.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-22T12:29:22.885Z
41062026-08-22T12:29:22.885Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-22T12:29:23.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-22T12:29:23.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-22T12:29:23.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-22T12:29:23.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41112026-08-22T12:29:23.471Z
41122026-08-22T12:29:23.472Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-22T12:29:23.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-22T12:29:23.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-22T12:29:23.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-22T12:29:23.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41172026-08-22T12:29:25.083Z
41182026-08-22T12:29:25.083Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-22T12:29:25.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-22T12:29:25.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-22T12:29:25.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-22T12:29:25.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41232026-08-22T12:29:25.086Z
41242026-08-22T12:29:25.086Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-22T12:29:25.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-22T12:29:25.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-22T12:29:25.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-22T12:29:25.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41292026-08-22T12:29:25.293Z
41302026-08-22T12:29:25.293Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-22T12:29:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-22T12:29:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-22T12:29:25.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-22T12:29:25.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-22T12:29:25.910Z
41362026-08-22T12:29:25.911Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-22T12:29:26.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-22T12:29:26.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-22T12:29:26.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-22T12:29:26.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41412026-08-22T12:29:26.530Z
41422026-08-22T12:29:26.530Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-22T12:29:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-22T12:29:26.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-22T12:29:26.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-22T12:29:27.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41472026-08-22T12:29:27.083Z
41482026-08-22T12:29:27.083Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-22T12:29:27.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-22T12:29:27.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-22T12:29:27.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-22T12:29:27.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-22T12:29:27.663Z
41542026-08-22T12:29:27.663Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-22T12:29:28.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-22T12:29:28.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-22T12:29:28.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-22T12:29:28.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-22T12:29:28.248Z
41602026-08-22T12:29:28.248Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-22T12:29:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-22T12:29:28.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-22T12:29:28.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-22T12:29:28.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41652026-08-22T12:29:28.825Z
41662026-08-22T12:29:28.825Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-22T12:29:29.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-22T12:29:29.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-22T12:29:29.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-22T12:29:29.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41712026-08-22T12:29:29.372Z
41722026-08-22T12:29:29.372Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-22T12:29:29.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-22T12:29:29.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-22T12:29:29.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-22T12:29:29.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41772026-08-22T12:29:29.926Z
41782026-08-22T12:29:29.926Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-22T12:29:30.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-22T12:29:30.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-22T12:29:30.615Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-22T12:29:31.021Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-22T12:29:32.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
41842026-08-22T12:29:32.380Z
41852026-08-22T12:29:32.381Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-22T12:29:32.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-22T12:29:32.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-22T12:29:32.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-22T12:29:32.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-22T12:29:32.950Z
41912026-08-22T12:29:32.950Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-22T12:29:33.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-22T12:29:33.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-22T12:29:33.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-22T12:29:33.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-22T12:29:33.524Z
41972026-08-22T12:29:33.524Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-22T12:29:34.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-22T12:29:34.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-22T12:29:34.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-22T12:29:34.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-22T12:29:34.102Z
42032026-08-22T12:29:34.102Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-22T12:29:34.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-22T12:29:34.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-22T12:29:34.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-22T12:29:34.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-22T12:29:34.674Z
42092026-08-22T12:29:34.674Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-22T12:29:35.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-22T12:29:35.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-22T12:29:35.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-22T12:29:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-08-22T12:29:35.246Z
42152026-08-22T12:29:35.246Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-22T12:29:35.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-22T12:29:35.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-22T12:29:35.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-22T12:29:35.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-08-22T12:29:35.808Z
42212026-08-22T12:29:35.808Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-22T12:29:36.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-22T12:29:36.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-22T12:29:36.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-22T12:29:36.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42262026-08-22T12:29:36.383Z
42272026-08-22T12:29:36.383Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-22T12:29:36.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-22T12:29:36.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-22T12:29:36.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-22T12:29:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42322026-08-22T12:29:36.976Z
42332026-08-22T12:29:36.976Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-22T12:29:37.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-22T12:29:37.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-22T12:29:37.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-22T12:29:37.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-22T12:29:37.557Z
42392026-08-22T12:29:37.557Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-22T12:29:38.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-22T12:29:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-22T12:29:38.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-22T12:29:38.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42442026-08-22T12:29:38.135Z
42452026-08-22T12:29:38.135Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-22T12:29:38.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-22T12:29:38.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-22T12:29:38.803Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-22T12:29:38.911Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-22T12:29:39.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
42512026-08-22T12:29:40.132Z
42522026-08-22T12:29:40.132Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-22T12:29:40.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-22T12:29:40.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-22T12:29:40.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-22T12:29:40.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-22T12:29:40.698Z
42582026-08-22T12:29:40.699Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-22T12:29:41.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-22T12:29:41.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-22T12:29:41.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-22T12:29:41.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-22T12:29:41.347Z
42642026-08-22T12:29:41.347Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-22T12:29:41.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-22T12:29:41.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-22T12:29:41.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-22T12:29:41.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42692026-08-22T12:29:41.998Z
42702026-08-22T12:29:41.998Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-22T12:29:42.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-22T12:29:42.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-22T12:29:42.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-22T12:29:42.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-22T12:29:42.623Z
42762026-08-22T12:29:42.623Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-22T12:29:43.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-22T12:29:43.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-22T12:29:43.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-22T12:29:43.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42812026-08-22T12:29:43.251Z
42822026-08-22T12:29:43.251Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-22T12:29:43.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-22T12:29:43.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-22T12:29:43.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-22T12:29:43.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-22T12:29:43.811Z
42882026-08-22T12:29:43.811Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-22T12:29:44.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-22T12:29:44.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-22T12:29:44.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-22T12:29:44.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42932026-08-22T12:29:44.367Z
42942026-08-22T12:29:44.367Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-22T12:29:44.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-22T12:29:44.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-22T12:29:44.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-22T12:29:44.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42992026-08-22T12:29:44.990Z
43002026-08-22T12:29:44.990Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-22T12:29:45.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-22T12:29:45.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-22T12:29:45.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-22T12:29:45.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43052026-08-22T12:29:45.551Z
43062026-08-22T12:29:45.551Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-22T12:29:46.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-22T12:29:46.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-22T12:29:46.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-22T12:29:46.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-22T12:29:46.165Z
43122026-08-22T12:29:46.165Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-22T12:29:46.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-22T12:29:46.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-22T12:29:46.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-22T12:29:46.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43172026-08-22T12:29:46.774Z
43182026-08-22T12:29:46.774Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-22T12:29:47.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-22T12:29:47.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-22T12:29:47.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-22T12:29:47.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-22T12:29:47.333Z
43242026-08-22T12:29:47.333Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-22T12:29:47.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-22T12:29:47.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-22T12:29:47.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-22T12:29:47.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-22T12:29:47.902Z
43302026-08-22T12:29:47.902Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-22T12:29:48.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-22T12:29:48.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-22T12:29:48.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-22T12:29:48.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43352026-08-22T12:29:48.451Z
43362026-08-22T12:29:48.451Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-22T12:29:48.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-22T12:29:48.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-22T12:29:48.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-22T12:29:48.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-22T12:29:49.070Z
43422026-08-22T12:29:49.070Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-22T12:29:49.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-22T12:29:49.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-22T12:29:49.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-22T12:29:49.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43472026-08-22T12:29:49.684Z
43482026-08-22T12:29:49.685Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-22T12:29:50.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-22T12:29:50.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-22T12:29:50.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-22T12:29:50.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43532026-08-22T12:29:50.304Z
43542026-08-22T12:29:50.304Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-22T12:29:50.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-22T12:29:50.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-22T12:29:51.018Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-22T12:29:51.021Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-22T12:29:51.677Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-22T12:29:53.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
43612026-08-22T12:29:53.553Z
43622026-08-22T12:29:53.553Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-22T12:29:54.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-22T12:29:54.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-22T12:29:54.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-22T12:29:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43672026-08-22T12:29:54.123Z
43682026-08-22T12:29:54.123Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-22T12:29:54.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-22T12:29:54.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-22T12:29:54.724Z Checking yasna v0.5.2
43722026-08-22T12:29:55.116Z Checking rcgen v0.12.1
43732026-08-22T12:29:55.364Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-22T12:29:55.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43752026-08-22T12:29:55.699Z
43762026-08-22T12:29:55.699Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-22T12:29:56.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-22T12:29:56.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-22T12:29:56.334Z Compiling instability v0.3.11
43802026-08-22T12:29:56.338Z Checking castaway v0.2.4
43812026-08-22T12:29:56.338Z Compiling indoc v2.0.7
43822026-08-22T12:29:56.338Z Checking unicode-truncate v1.1.0
43832026-08-22T12:29:56.447Z Checking lru v0.12.5
43842026-08-22T12:29:56.451Z Checking cassowary v0.3.0
43852026-08-22T12:29:56.528Z Checking compact_str v0.8.1
43862026-08-22T12:29:57.311Z Checking ratatui v0.29.0
43872026-08-22T12:29:58.338Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-22T12:29:59.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
43892026-08-22T12:29:59.211Z
43902026-08-22T12:29:59.211Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-22T12:29:59.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-22T12:29:59.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-22T12:29:59.923Z Checking headers-core v0.3.0
43942026-08-22T12:29:59.923Z Checking port-file v0.1.0
43952026-08-22T12:29:59.926Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-22T12:30:00.112Z Checking headers v0.4.1
43972026-08-22T12:30:00.471Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-22T12:30:01.412Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-22T12:30:01.921Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-22T12:30:02.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44012026-08-22T12:30:02.541Z
44022026-08-22T12:30:02.541Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-22T12:30:03.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-22T12:30:03.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-22T12:30:03.250Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-22T12:30:03.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44072026-08-22T12:30:04.182Z
44082026-08-22T12:30:04.182Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-22T12:30:04.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-22T12:30:04.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-22T12:30:04.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-22T12:30:04.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-22T12:30:04.599Z
44142026-08-22T12:30:04.599Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-22T12:30:05.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-22T12:30:05.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-22T12:30:05.220Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-22T12:30:05.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
44192026-08-22T12:30:05.766Z
44202026-08-22T12:30:05.767Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-22T12:30:06.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-22T12:30:06.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-22T12:30:06.474Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-22T12:30:07.557Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-22T12:30:07.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44262026-08-22T12:30:08.094Z
44272026-08-22T12:30:08.094Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-22T12:30:08.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-22T12:30:08.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-22T12:30:08.798Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-22T12:30:09.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44322026-08-22T12:30:09.728Z
44332026-08-22T12:30:09.728Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-22T12:30:10.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-22T12:30:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-22T12:30:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-22T12:30:10.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-08-22T12:30:10.333Z
44392026-08-22T12:30:10.334Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-22T12:30:10.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-22T12:30:10.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-22T12:30:10.935Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-22T12:30:11.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
44442026-08-22T12:30:11.764Z
44452026-08-22T12:30:11.764Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-22T12:30:12.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-22T12:30:12.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-22T12:30:12.489Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-22T12:30:12.489Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-22T12:30:12.492Z Checking git-stub v1.0.0
44512026-08-22T12:30:12.492Z Compiling trait-variant v0.1.2
44522026-08-22T12:30:12.604Z Checking maplit v1.0.2
44532026-08-22T12:30:12.624Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-22T12:30:12.633Z Checking drift v0.2.0
44552026-08-22T12:30:12.657Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-22T12:30:12.693Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44572026-08-22T12:30:12.741Z Checking git-stub-vcs v0.1.0
44582026-08-22T12:30:12.815Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44592026-08-22T12:30:12.831Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-22T12:30:12.926Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-22T12:30:12.977Z Checking dropshot-api-manager v0.8.0
44622026-08-22T12:30:12.994Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44632026-08-22T12:30:13.121Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-22T12:30:13.325Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-22T12:30:13.804Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-22T12:30:14.764Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-22T12:30:15.763Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-22T12:30:16.561Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-22T12:30:17.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
44702026-08-22T12:30:17.190Z
44712026-08-22T12:30:17.190Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-22T12:30:17.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-22T12:30:17.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-22T12:30:17.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-22T12:30:17.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44762026-08-22T12:30:17.750Z
44772026-08-22T12:30:17.750Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-22T12:30:18.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-22T12:30:18.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-22T12:30:18.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-22T12:30:18.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-08-22T12:30:18.351Z
44832026-08-22T12:30:18.351Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-22T12:30:18.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-22T12:30:18.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-22T12:30:18.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-22T12:30:18.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-22T12:30:18.955Z
44892026-08-22T12:30:18.955Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-22T12:30:19.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-22T12:30:19.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-22T12:30:19.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-22T12:30:19.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-08-22T12:30:19.565Z
44952026-08-22T12:30:19.566Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-22T12:30:20.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-22T12:30:20.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-22T12:30:20.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-22T12:30:20.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45002026-08-22T12:30:20.126Z
45012026-08-22T12:30:20.127Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-22T12:30:20.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-22T12:30:20.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-22T12:30:20.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-22T12:30:20.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-22T12:30:20.679Z
45072026-08-22T12:30:20.679Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-22T12:30:21.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-22T12:30:21.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-22T12:30:21.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-22T12:30:21.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-22T12:30:21.256Z
45132026-08-22T12:30:21.256Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-22T12:30:21.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-22T12:30:21.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-22T12:30:21.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-22T12:30:21.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45182026-08-22T12:30:21.829Z
45192026-08-22T12:30:21.829Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-22T12:30:22.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-22T12:30:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-22T12:30:22.435Z Compiling blake3 v1.8.5
45232026-08-22T12:30:22.542Z Checking arrayref v0.3.9
45242026-08-22T12:30:22.542Z Checking constant_time_eq v0.4.2
45252026-08-22T12:30:22.545Z Checking arrayvec v0.7.6
45262026-08-22T12:30:22.564Z Checking cargo-platform v0.3.2
45272026-08-22T12:30:22.564Z Checking topological-sort v0.2.2
45282026-08-22T12:30:22.568Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-22T12:30:22.712Z Checking cargo_metadata v0.23.1
45302026-08-22T12:30:23.301Z Checking omicron-zone-package v0.12.3
45312026-08-22T12:30:24.001Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-22T12:30:24.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
45332026-08-22T12:30:24.987Z
45342026-08-22T12:30:24.987Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-22T12:30:25.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-22T12:30:25.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-22T12:30:25.699Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-22T12:30:26.312Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-22T12:30:26.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
45402026-08-22T12:30:26.997Z
45412026-08-22T12:30:26.997Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-22T12:30:27.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-22T12:30:27.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-22T12:30:27.949Z Compiling darling_core v0.21.3
45452026-08-22T12:30:27.949Z Compiling vergen-lib v0.1.6
45462026-08-22T12:30:27.949Z Compiling diesel_derives v2.3.7
45472026-08-22T12:30:27.952Z Checking scheduled-thread-pool v0.2.7
45482026-08-22T12:30:27.952Z Compiling vergen-gitcl v1.0.8
45492026-08-22T12:30:27.952Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-22T12:30:27.952Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-22T12:30:27.952Z Compiling dirs-sys-next v0.1.2
45522026-08-22T12:30:28.266Z Compiling crunchy v0.2.4
45532026-08-22T12:30:28.281Z Compiling glob v0.3.3
45542026-08-22T12:30:28.298Z Checking r2d2 v0.8.10
45552026-08-22T12:30:28.347Z Compiling dirs-next v2.0.0
45562026-08-22T12:30:28.364Z Compiling tiny-keccak v2.0.2
45572026-08-22T12:30:28.464Z Checking downcast-rs v2.0.2
45582026-08-22T12:30:28.481Z Compiling term v0.7.0
45592026-08-22T12:30:28.558Z Compiling bit-vec v0.6.3
45602026-08-22T12:30:28.647Z Compiling clang-sys v1.8.1
45612026-08-22T12:30:28.768Z Compiling ascii-canvas v3.0.0
45622026-08-22T12:30:28.784Z Compiling bit-set v0.5.3
45632026-08-22T12:30:28.942Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45642026-08-22T12:30:29.009Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-22T12:30:29.025Z Compiling itertools v0.10.5
45662026-08-22T12:30:29.040Z Compiling ena v0.14.4
45672026-08-22T12:30:29.055Z Compiling libloading v0.8.9
45682026-08-22T12:30:29.122Z Compiling regex-syntax v0.6.29
45692026-08-22T12:30:29.153Z Compiling bindgen v0.71.1
45702026-08-22T12:30:29.170Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45712026-08-22T12:30:29.255Z Compiling diff v0.1.13
45722026-08-22T12:30:29.558Z Compiling cexpr v0.6.0
45732026-08-22T12:30:29.575Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-22T12:30:29.760Z Compiling rustc-hash v2.1.1
45752026-08-22T12:30:29.891Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-22T12:30:29.976Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-22T12:30:30.100Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-22T12:30:30.209Z Compiling libxml v0.3.3
45792026-08-22T12:30:30.231Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-22T12:30:30.389Z Compiling strum_macros v0.24.3
45812026-08-22T12:30:30.415Z Compiling lalrpop v0.19.12
45822026-08-22T12:30:30.461Z Compiling indoc v1.0.9
45832026-08-22T12:30:30.636Z Compiling darling_macro v0.21.3
45842026-08-22T12:30:31.146Z Compiling darling v0.21.3
45852026-08-22T12:30:31.222Z Compiling dsl_auto_type v0.2.0
45862026-08-22T12:30:31.262Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-22T12:30:31.447Z Checking derive_builder v0.20.2
45882026-08-22T12:30:31.563Z Compiling oso-derive v0.27.3
45892026-08-22T12:30:31.701Z Checking quick-xml v0.37.5
45902026-08-22T12:30:31.724Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-22T12:30:32.062Z Checking openssl-probe v0.1.6
45922026-08-22T12:30:32.200Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-22T12:30:32.565Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-22T12:30:32.754Z Checking bb8 v0.8.6
45952026-08-22T12:30:32.812Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-22T12:30:32.913Z Checking nonempty v0.12.0
45972026-08-22T12:30:33.020Z Compiling libz-sys v1.1.24
45982026-08-22T12:30:33.036Z Compiling strsim v0.10.0
45992026-08-22T12:30:33.074Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-22T12:30:33.243Z Compiling darling_core v0.13.4
46012026-08-22T12:30:33.354Z Compiling vergen-git2 v9.1.0
46022026-08-22T12:30:33.571Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-22T12:30:33.589Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-22T12:30:33.779Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-22T12:30:33.989Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46062026-08-22T12:30:34.171Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46072026-08-22T12:30:34.411Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46082026-08-22T12:30:34.591Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46092026-08-22T12:30:34.610Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46102026-08-22T12:30:34.794Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46112026-08-22T12:30:34.978Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46122026-08-22T12:30:35.159Z Compiling darling_macro v0.13.4
46132026-08-22T12:30:35.162Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46142026-08-22T12:30:35.361Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46152026-08-22T12:30:35.638Z Compiling darling v0.13.4
46162026-08-22T12:30:35.742Z Compiling serde_with_macros v1.5.2
46172026-08-22T12:30:35.762Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46182026-08-22T12:30:36.132Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-22T12:30:36.554Z Compiling serde_with v1.14.0
46202026-08-22T12:30:36.714Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46212026-08-22T12:30:36.901Z Checking twox-hash v2.1.2
46222026-08-22T12:30:36.924Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-22T12:30:37.059Z Checking diesel v2.3.7
46242026-08-22T12:30:37.198Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46252026-08-22T12:30:37.685Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-22T12:30:38.613Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-22T12:30:38.998Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-22T12:30:39.298Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46292026-08-22T12:30:39.740Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46302026-08-22T12:30:40.142Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46312026-08-22T12:30:40.244Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46322026-08-22T12:30:40.394Z Checking libsw-core v0.3.2
46332026-08-22T12:30:40.551Z Checking atty v0.2.14
46342026-08-22T12:30:40.655Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-22T12:30:40.753Z Checking libsw v3.5.0
46362026-08-22T12:30:40.914Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46372026-08-22T12:30:41.061Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46382026-08-22T12:30:41.213Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-22T12:30:41.254Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46402026-08-22T12:30:42.480Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46412026-08-22T12:30:42.504Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46422026-08-22T12:30:43.185Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-22T12:30:43.227Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-22T12:30:43.300Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-22T12:30:43.482Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-22T12:30:43.624Z Checking fatfs v0.3.6
46472026-08-22T12:30:44.070Z Checking console v0.16.2
46482026-08-22T12:30:44.170Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-22T12:30:44.380Z Compiling seq-macro v0.3.6
46502026-08-22T12:30:44.881Z Checking unit-prefix v0.5.2
46512026-08-22T12:30:45.015Z Checking indicatif v0.18.4
46522026-08-22T12:30:45.421Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-22T12:30:45.471Z Checking oxide-update-engine-display v0.1.2
46542026-08-22T12:30:45.783Z Checking support-bundle-viewer v0.1.2
46552026-08-22T12:30:46.034Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-22T12:30:46.090Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-22T12:30:46.455Z Checking multimap v0.10.1
46582026-08-22T12:30:52.156Z Checking diesel-dtrace v0.5.0
46592026-08-22T12:30:52.402Z Checking async-bb8-diesel v0.2.1
46602026-08-22T12:30:55.750Z Compiling samael v0.0.19
46612026-08-22T12:31:00.199Z Compiling git2 v0.20.4
46622026-08-22T12:31:01.259Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-22T12:31:02.686Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-08-22T12:31:02.701Z Compiling polar-core v0.27.3
46652026-08-22T12:31:07.111Z Checking oso v0.27.3
46662026-08-22T12:31:39.374Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-22T12:32:54.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-22T12:32:54.329Z
46692026-08-22T12:32:54.329Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-22T12:32:54.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-22T12:32:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-22T12:32:54.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-22T12:32:54.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46742026-08-22T12:32:54.988Z
46752026-08-22T12:32:54.988Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-22T12:32:55.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-22T12:32:55.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-22T12:32:55.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-22T12:32:55.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46802026-08-22T12:32:55.609Z
46812026-08-22T12:32:55.609Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-22T12:32:56.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-22T12:32:56.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-22T12:32:56.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-22T12:32:56.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46862026-08-22T12:32:56.228Z
46872026-08-22T12:32:56.228Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-22T12:32:56.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-22T12:32:56.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-22T12:32:56.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-22T12:32:56.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46922026-08-22T12:32:56.784Z
46932026-08-22T12:32:56.784Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-22T12:32:57.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-22T12:32:57.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-22T12:32:57.601Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-22T12:32:58.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
46982026-08-22T12:32:58.554Z
46992026-08-22T12:32:58.554Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-22T12:32:59.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-22T12:32:59.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-22T12:32:59.369Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-22T12:33:38.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.49s
47042026-08-22T12:33:38.259Z
47052026-08-22T12:33:38.259Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-22T12:33:38.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-22T12:33:38.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-22T12:33:38.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-22T12:33:38.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-22T12:33:38.819Z
47112026-08-22T12:33:38.819Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-22T12:33:39.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-22T12:33:39.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-22T12:33:39.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-22T12:33:39.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47162026-08-22T12:33:39.376Z
47172026-08-22T12:33:39.376Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-22T12:33:39.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-22T12:33:39.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-22T12:33:39.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-22T12:33:39.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47222026-08-22T12:33:39.988Z
47232026-08-22T12:33:39.988Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-22T12:33:40.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-22T12:33:40.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-22T12:33:40.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-22T12:33:40.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-22T12:33:40.613Z
47292026-08-22T12:33:40.613Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-22T12:33:41.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-22T12:33:41.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-22T12:33:41.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-22T12:33:41.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-22T12:33:41.237Z
47352026-08-22T12:33:41.237Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-22T12:33:41.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-22T12:33:41.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-22T12:33:41.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-22T12:33:41.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-22T12:33:41.849Z
47412026-08-22T12:33:41.849Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-22T12:33:42.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-22T12:33:42.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-22T12:33:42.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-22T12:33:42.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-22T12:33:42.478Z
47472026-08-22T12:33:42.479Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-22T12:33:43.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-22T12:33:43.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-22T12:33:43.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-22T12:33:43.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47522026-08-22T12:33:43.103Z
47532026-08-22T12:33:43.103Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-22T12:33:43.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-22T12:33:43.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-22T12:33:43.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-22T12:33:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47582026-08-22T12:33:43.716Z
47592026-08-22T12:33:43.716Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-22T12:33:44.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-22T12:33:44.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-22T12:33:44.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-22T12:33:44.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47642026-08-22T12:33:44.345Z
47652026-08-22T12:33:44.345Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-22T12:33:44.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-22T12:33:44.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-22T12:33:44.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-22T12:33:44.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47702026-08-22T12:33:44.972Z
47712026-08-22T12:33:44.972Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-22T12:33:45.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-22T12:33:45.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-22T12:33:45.866Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-22T12:33:45.870Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-22T12:33:46.054Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-22T12:33:46.082Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-22T12:33:46.101Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-22T12:33:46.117Z Checking diff v0.1.13
47802026-08-22T12:33:46.121Z Checking yansi v1.0.1
47812026-08-22T12:33:46.146Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-22T12:33:46.184Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-22T12:33:46.373Z Checking pretty_assertions v1.4.1
47842026-08-22T12:33:47.118Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-22T12:33:47.149Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-22T12:34:12.201Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-22T12:34:12.202Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47882026-08-22T12:34:12.205Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-22T12:34:12.205Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47902026-08-22T12:34:12.205Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47912026-08-22T12:34:12.205Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47922026-08-22T12:34:12.206Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47932026-08-22T12:34:13.113Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47942026-08-22T12:34:13.113Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-22T12:34:14.365Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-22T12:34:52.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47972026-08-22T12:34:52.776Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-22T12:34:52.776Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-22T12:34:52.984Z
48002026-08-22T12:34:52.984Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-22T12:34:53.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-22T12:34:53.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-22T12:34:53.694Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-22T12:34:54.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
48052026-08-22T12:34:54.515Z
48062026-08-22T12:34:54.515Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-22T12:34:54.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-22T12:34:54.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-22T12:34:54.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-22T12:34:54.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48112026-08-22T12:34:55.065Z
48122026-08-22T12:34:55.065Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-22T12:34:55.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-22T12:34:55.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-22T12:34:55.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-22T12:34:55.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48172026-08-22T12:34:55.635Z
48182026-08-22T12:34:55.635Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-22T12:34:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-22T12:34:56.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-22T12:34:56.401Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-22T12:34:56.524Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-22T12:34:56.531Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-22T12:35:23.632Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-22T12:35:24.034Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-22T12:35:25.816Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-22T12:35:26.288Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-22T12:35:29.384Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-22T12:35:53.238Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-22T12:35:53.972Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-22T12:35:55.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48322026-08-22T12:35:55.856Z
48332026-08-22T12:35:55.856Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-22T12:35:56.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-22T12:35:56.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-22T12:35:56.562Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-22T12:35:57.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
48382026-08-22T12:35:57.445Z
48392026-08-22T12:35:57.445Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-22T12:35:57.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-22T12:35:57.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-22T12:35:58.061Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-22T12:35:58.064Z Compiling fs-err v2.11.0
48442026-08-22T12:35:58.180Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-22T12:35:58.191Z Checking parse-size v1.1.0
48462026-08-22T12:35:58.201Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-22T12:35:58.204Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-22T12:35:58.204Z Checking shell-words v1.1.1
48492026-08-22T12:35:58.285Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-22T12:35:58.610Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-22T12:35:58.787Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-22T12:35:59.453Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-22T12:36:00.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
48542026-08-22T12:36:00.575Z
48552026-08-22T12:36:00.575Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-22T12:36:01.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-22T12:36:01.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-22T12:36:01.200Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-22T12:36:01.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
48602026-08-22T12:36:01.867Z
48612026-08-22T12:36:01.867Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-22T12:36:02.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-22T12:36:02.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-22T12:36:02.582Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-22T12:36:03.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
48662026-08-22T12:36:03.472Z
48672026-08-22T12:36:03.472Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-22T12:36:03.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-22T12:36:03.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-22T12:36:03.871Z Checking serde_core v1.0.228
48712026-08-22T12:36:03.871Z Checking libc v0.2.185
48722026-08-22T12:36:03.949Z Checking bitflags v2.11.0
48732026-08-22T12:36:03.956Z Checking scroll v0.12.0
48742026-08-22T12:36:03.959Z Checking thiserror v1.0.69
48752026-08-22T12:36:03.967Z Checking log v0.4.33
48762026-08-22T12:36:03.974Z Checking indexmap v2.14.0
48772026-08-22T12:36:03.978Z Checking zerocopy v0.7.35
48782026-08-22T12:36:04.046Z Checking syn v2.0.117
48792026-08-22T12:36:04.085Z Checking dtrace-parser v0.2.0
48802026-08-22T12:36:04.100Z Checking once_cell v1.21.3
48812026-08-22T12:36:04.161Z Checking goblin v0.8.2
48822026-08-22T12:36:04.227Z Checking errno v0.3.14
48832026-08-22T12:36:04.266Z Checking getrandom v0.3.4
48842026-08-22T12:36:04.310Z Checking thread-id v4.2.2
48852026-08-22T12:36:04.341Z Checking rustix v1.1.4
48862026-08-22T12:36:04.386Z Checking memmap v0.7.0
48872026-08-22T12:36:04.389Z Checking thiserror v2.0.18
48882026-08-22T12:36:04.461Z Checking fs-err v3.3.0
48892026-08-22T12:36:04.481Z Checking anyhow v1.0.104
48902026-08-22T12:36:04.499Z Checking tabled v0.15.0
48912026-08-22T12:36:05.094Z Checking terminal_size v0.4.3
48922026-08-22T12:36:05.094Z Checking tempfile v3.27.0
48932026-08-22T12:36:05.200Z Checking clap_builder v4.6.0
48942026-08-22T12:36:05.201Z Checking textwrap v0.16.2
48952026-08-22T12:36:05.384Z Checking serde v1.0.228
48962026-08-22T12:36:05.387Z Checking serde_json v1.0.151
48972026-08-22T12:36:05.388Z Checking camino v1.2.5
48982026-08-22T12:36:05.410Z Checking semver v1.0.28
48992026-08-22T12:36:05.579Z Checking cargo-platform v0.3.2
49002026-08-22T12:36:05.624Z Checking camino-tempfile v1.4.1
49012026-08-22T12:36:05.785Z Checking serde_spanned v0.6.9
49022026-08-22T12:36:05.788Z Checking toml_datetime v0.6.11
49032026-08-22T12:36:05.788Z Checking macaddr v1.0.1
49042026-08-22T12:36:05.788Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49052026-08-22T12:36:05.951Z Checking toml_edit v0.22.27
49062026-08-22T12:36:05.979Z Checking dof v0.3.0
49072026-08-22T12:36:05.983Z Checking cargo_metadata v0.23.1
49082026-08-22T12:36:06.238Z Checking usdt-impl v0.5.0
49092026-08-22T12:36:06.369Z Checking clap v4.6.1
49102026-08-22T12:36:06.497Z Checking usdt v0.5.0
49112026-08-22T12:36:06.905Z Checking toml v0.8.23
49122026-08-22T12:36:07.158Z Checking cargo_toml v0.21.0
49132026-08-22T12:36:07.795Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-22T12:36:08.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
49152026-08-22T12:36:08.283Z
49162026-08-22T12:36:08.284Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-22T12:36:08.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-22T12:36:08.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-22T12:36:08.921Z Checking arc-swap v1.8.2
49202026-08-22T12:36:09.194Z Checking slog-scope v4.4.1
49212026-08-22T12:36:09.302Z Checking slog-stdlog v4.1.1
49222026-08-22T12:36:09.396Z Checking slog-envlogger v2.2.0
49232026-08-22T12:36:09.512Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-22T12:36:09.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
49252026-08-22T12:36:10.092Z
49262026-08-22T12:36:10.092Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-22T12:36:10.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-22T12:36:10.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-22T12:36:10.891Z Checking cpubits v0.1.1
49302026-08-22T12:36:11.016Z Checking pem-rfc7468 v1.0.0
49312026-08-22T12:36:11.029Z Checking hmac v0.13.0
49322026-08-22T12:36:11.033Z Checking universal-hash v0.6.1
49332026-08-22T12:36:11.053Z Checking ctr v0.10.1
49342026-08-22T12:36:11.053Z Checking aead v0.6.1
49352026-08-22T12:36:11.080Z Checking aes v0.9.1
49362026-08-22T12:36:11.080Z Checking crypto-bigint v0.7.5
49372026-08-22T12:36:11.108Z Checking salsa20 v0.11.0
49382026-08-22T12:36:11.152Z Checking der v0.8.0
49392026-08-22T12:36:11.155Z Checking polyval v0.7.1
49402026-08-22T12:36:11.182Z Checking pbkdf2 v0.13.0
49412026-08-22T12:36:11.206Z Checking cbc v0.2.1
49422026-08-22T12:36:11.257Z Checking ff v0.14.0
49432026-08-22T12:36:11.278Z Checking signature v3.0.0
49442026-08-22T12:36:11.328Z Checking ghash v0.6.0
49452026-08-22T12:36:11.342Z Checking scrypt v0.12.0
49462026-08-22T12:36:11.365Z Checking base16ct v1.0.0
49472026-08-22T12:36:11.388Z Checking group v0.14.0
49482026-08-22T12:36:11.425Z Checking hkdf v0.13.0
49492026-08-22T12:36:11.450Z Compiling curve25519-dalek v5.0.0
49502026-08-22T12:36:11.466Z Checking aes-gcm v0.11.0
49512026-08-22T12:36:11.488Z Checking keccak v0.2.0
49522026-08-22T12:36:11.506Z Checking poly1305 v0.9.0
49532026-08-22T12:36:11.531Z Checking wnaf v0.14.0
49542026-08-22T12:36:11.558Z Checking blowfish v0.10.0
49552026-08-22T12:36:11.623Z Checking blake2 v0.11.0-rc.6
49562026-08-22T12:36:11.640Z Checking sha3 v0.11.0
49572026-08-22T12:36:11.697Z Checking kem v0.3.0
49582026-08-22T12:36:11.712Z Checking bcrypt-pbkdf v0.11.0
49592026-08-22T12:36:11.779Z Checking module-lattice v0.2.3
49602026-08-22T12:36:11.815Z Checking sponge-cursor v0.1.0
49612026-08-22T12:36:11.867Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49622026-08-22T12:36:11.882Z Checking argon2 v0.6.0-rc.8
49632026-08-22T12:36:11.932Z Checking spki v0.8.0
49642026-08-22T12:36:11.946Z Checking sec1 v0.8.1
49652026-08-22T12:36:11.989Z Checking sha3 v0.12.0
49662026-08-22T12:36:12.004Z Checking ml-kem v0.3.2
49672026-08-22T12:36:12.042Z Checking internal-russh-num-bigint v0.5.0
49682026-08-22T12:36:12.102Z Checking pkcs5 v0.8.1
49692026-08-22T12:36:12.149Z Checking pkcs1 v0.8.0-rc.4
49702026-08-22T12:36:12.189Z Checking num-bigint v0.4.6
49712026-08-22T12:36:12.189Z Checking generic-array v1.4.3
49722026-08-22T12:36:12.353Z Checking russh-util v0.52.0
49732026-08-22T12:36:12.389Z Checking pkcs8 v0.11.0
49742026-08-22T12:36:12.473Z Compiling enum_dispatch v0.3.13
49752026-08-22T12:36:12.585Z Compiling delegate v0.13.5
49762026-08-22T12:36:12.589Z Checking ed25519 v3.0.0
49772026-08-22T12:36:12.722Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-22T12:36:12.760Z Checking md5 v0.8.0
49792026-08-22T12:36:12.796Z Checking ed25519-dalek v3.0.0
49802026-08-22T12:36:12.887Z Checking hex-literal v1.1.0
49812026-08-22T12:36:12.946Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-22T12:36:12.985Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-22T12:36:13.020Z Checking socket2 v0.5.10
49842026-08-22T12:36:13.106Z Checking internet-checksum v0.2.1
49852026-08-22T12:36:13.123Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-22T12:36:13.297Z Checking elliptic-curve v0.14.1
49872026-08-22T12:36:13.297Z Checking rfc6979 v0.6.0
49882026-08-22T12:36:13.300Z Checking primefield v0.14.0
49892026-08-22T12:36:13.300Z Checking ssh-encoding v0.3.0
49902026-08-22T12:36:13.403Z Checking crypto-primes v0.7.2
49912026-08-22T12:36:13.540Z Checking ssh-cipher v0.3.0
49922026-08-22T12:36:13.540Z Checking russh-cryptovec v0.62.0
49932026-08-22T12:36:13.690Z Checking primeorder v0.14.0
49942026-08-22T12:36:13.690Z Checking ecdsa v0.17.0
49952026-08-22T12:36:14.050Z Checking p256 v0.14.0
49962026-08-22T12:36:14.053Z Checking p521 v0.14.0
49972026-08-22T12:36:14.053Z Checking p384 v0.14.0
49982026-08-22T12:36:14.327Z Checking rsa v0.10.0-rc.18
49992026-08-22T12:36:16.907Z Checking ssh-key v0.7.0-rc.11
50002026-08-22T12:36:17.641Z Checking russh v0.62.4
50012026-08-22T12:36:30.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.87s
50022026-08-22T12:36:30.975Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-22T12:36:30.975Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-22T12:36:31.175Z
50052026-08-22T12:36:31.175Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-22T12:36:31.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-22T12:36:31.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-22T12:36:31.805Z Checking termios v0.3.3
50092026-08-22T12:36:31.997Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-22T12:36:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50112026-08-22T12:36:32.756Z
50122026-08-22T12:36:32.756Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-22T12:36:33.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-22T12:36:33.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-22T12:36:33.435Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-22T12:36:34.124Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-22T12:36:35.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
50182026-08-22T12:36:35.909Z
50192026-08-22T12:36:35.909Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-22T12:36:36.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-22T12:36:36.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-22T12:36:36.541Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-22T12:36:36.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50242026-08-22T12:36:37.139Z
50252026-08-22T12:36:37.139Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-22T12:36:37.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-22T12:36:37.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-22T12:36:37.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-22T12:36:37.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50302026-08-22T12:36:37.693Z
50312026-08-22T12:36:37.693Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-22T12:36:38.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-22T12:36:38.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-22T12:36:38.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-22T12:36:38.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-22T12:36:38.248Z
50372026-08-22T12:36:38.248Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-22T12:36:38.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-22T12:36:38.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-22T12:36:38.983Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-22T12:36:39.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50422026-08-22T12:36:39.758Z
50432026-08-22T12:36:39.758Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-22T12:36:40.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-22T12:36:40.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-22T12:36:40.403Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-22T12:36:40.403Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-22T12:36:41.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
50492026-08-22T12:36:41.482Z
50502026-08-22T12:36:41.482Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-22T12:36:41.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-22T12:36:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-22T12:36:41.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-22T12:36:41.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-22T12:36:42.047Z
50562026-08-22T12:36:42.047Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-22T12:36:42.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-22T12:36:42.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-22T12:36:42.716Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-22T12:36:43.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50612026-08-22T12:36:43.977Z
50622026-08-22T12:36:43.977Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-22T12:36:44.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-22T12:36:44.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-22T12:36:44.757Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-22T12:36:45.105Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-22T12:36:45.606Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-22T12:36:45.609Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-22T12:36:52.283Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-22T12:36:52.286Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-22T12:36:52.286Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-22T12:36:52.905Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-22T12:36:52.905Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-22T12:36:52.908Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-22T12:36:52.908Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-22T12:36:53.705Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-22T12:36:54.285Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-22T12:36:54.515Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-22T12:36:54.748Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-22T12:36:55.605Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-22T12:36:56.244Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-22T12:37:01.129Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-22T12:37:08.317Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50842026-08-22T12:37:08.321Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-22T12:37:08.321Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50862026-08-22T12:37:08.321Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50872026-08-22T12:37:09.816Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-22T12:37:11.098Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-22T12:37:11.777Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-22T12:37:13.056Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-22T12:37:13.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s
50922026-08-22T12:37:13.793Z
50932026-08-22T12:37:13.793Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-22T12:37:14.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-22T12:37:14.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-22T12:37:14.500Z Checking rtoolbox v0.0.3
50972026-08-22T12:37:14.503Z Checking tui-tree-widget v0.23.1
50982026-08-22T12:37:14.503Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-22T12:37:14.627Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-22T12:37:14.714Z Checking rpassword v7.5.4
51012026-08-22T12:37:17.446Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-22T12:37:19.262Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-22T12:37:20.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
51042026-08-22T12:37:20.365Z
51052026-08-22T12:37:20.365Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-22T12:37:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-22T12:37:20.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-22T12:37:21.048Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-22T12:37:21.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
51102026-08-22T12:37:21.584Z
51112026-08-22T12:37:21.584Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-22T12:37:22.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-22T12:37:22.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-22T12:37:22.273Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-22T12:37:25.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
51162026-08-22T12:37:25.966Z
51172026-08-22T12:37:25.966Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-22T12:37:26.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-22T12:37:26.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-22T12:37:26.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-22T12:37:26.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51222026-08-22T12:37:26.519Z
51232026-08-22T12:37:26.519Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-22T12:37:27.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-22T12:37:27.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-22T12:37:27.172Z Checking uzers v0.12.2
51272026-08-22T12:37:27.435Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-22T12:37:28.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
51292026-08-22T12:37:28.401Z
51302026-08-22T12:37:28.401Zreal 13:59.589129613
51312026-08-22T12:37:28.402Zuser 21:16.770408411
51322026-08-22T12:37:28.402Zsys 4:18.617866755
51332026-08-22T12:37:28.402Ztrap 0.335186614
51342026-08-22T12:37:28.402Ztflt 0.617464468
51352026-08-22T12:37:28.402Zdflt 0.850082115
51362026-08-22T12:37:28.402Zkflt 0.004761826
51372026-08-22T12:37:28.402Zlock 1:29:08.545220110
51382026-08-22T12:37:28.402Zslp 1:40:57.569957958
51392026-08-22T12:37:28.402Zlat 54.598033203
51402026-08-22T12:37:28.402Zstop 3:59.797539389
51412026-08-22T12:37:28.405Zprocess exited: duration 967220 ms, exit code 0
 
51422026-08-22T12:37:28.412Zfound 0 output files