01KZF1PP041SRWFEMA6AW91K1M: 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: 01KZF1Q22E23Z8600P77AHVXR0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T21:23:46.296Zjob assigned to worker 01KZF1QA9GNF13EVB5QK0W31JD [factory aws, i-0fcfdb9e5baba5f87] (queued for 52 s)
 
22026-08-07T21:23:52.700Zstarting task 0: "setup"
32026-08-07T21:23:52.703Z++ uname -s
42026-08-07T21:23:52.707Z+ kern=SunOS
52026-08-07T21:23:52.707Z+ build_user=build
62026-08-07T21:23:52.707Z+ build_uid=12345
72026-08-07T21:23:52.707Z+ work_dir=/work
82026-08-07T21:23:52.707Z+ input_dir=/input
92026-08-07T21:23:52.707Z+ [[ 0 == 12345 ]]
102026-08-07T21:23:52.707Z+ case "$kern" in
112026-08-07T21:23:52.707Z+ groupadd -g 12345 build
122026-08-07T21:23:52.711Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T21:23:54.712Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T21:23:54.809Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T21:23:54.812Z+ home_fs=zfs
162026-08-07T21:23:54.812Z+ [[ zfs == autofs ]]
172026-08-07T21:23:54.812Z+ mkdir -p /home/build
182026-08-07T21:23:54.812Z+ chown build:build /home/build /work
192026-08-07T21:23:56.813Z+ chmod 0700 /home/build /work
202026-08-07T21:23:56.815Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-07T21:23:56.821Zstarting task 1: "rust-toolchain"
222026-08-07T21:23:56.824Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-07T21:23:56.824Z * rust toolchain channel = "1.97.1"
242026-08-07T21:23:56.824Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T21:23:56.825Z * rust toolchain profile = "default"
262026-08-07T21:23:56.825Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T21:23:56.825Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T21:23:56.827Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T21:23:56.827Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-07T21:23:56.884Zinfo: downloading installer
312026-08-07T21:23:58.278Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T21:23:58.278Zwarn: /home/build/.rustup/settings.toml
332026-08-07T21:23:58.278Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T21:23:58.278Zwarn: instead of the one inferred from the default host triple.
352026-08-07T21:23:58.290Zinfo: profile set to default
362026-08-07T21:23:58.290Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T21:23:58.293Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-07T21:23:58.450Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-07T21:23:58.453Zinfo: downloading 6 components
402026-08-07T21:24:13.335Z
412026-08-07T21:24:13.335Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-07T21:24:13.363Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-07T21:24:13.363Z
442026-08-07T21:24:13.363Z
452026-08-07T21:24:13.363ZRust is installed now. Great!
462026-08-07T21:24:13.363Z
472026-08-07T21:24:13.363ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T21:24:13.363Zenvironment variable. This has not been done automatically.
492026-08-07T21:24:13.363Z
502026-08-07T21:24:13.363ZTo configure your current shell, you need to source
512026-08-07T21:24:13.363Zthe corresponding env file under $HOME/.cargo.
522026-08-07T21:24:13.363Z
532026-08-07T21:24:13.363ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T21:24:13.363Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T21:24:13.363Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T21:24:13.363Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T21:24:13.363Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T21:24:13.363Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T21:24:13.363Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T21:24:13.367Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T21:24:13.367Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T21:24:13.458Z+ rustup --version
632026-08-07T21:24:13.465Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T21:24:13.468Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T21:24:13.486Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-07T21:24:13.489Z+ cargo --version
672026-08-07T21:24:13.504Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-07T21:24:13.507Z+ rustc --version
692026-08-07T21:24:13.526Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-07T21:24:13.529Zprocess exited: duration 16707 ms, exit code 0
 
712026-08-07T21:24:13.536Zstarting task 2: "authentication"
722026-08-07T21:24:13.550Zprocess exited: duration 15 ms, exit code 0
 
732026-08-07T21:24:13.556Zstarting task 3: "clone repository"
742026-08-07T21:24:13.559Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-07T21:24:13.562Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-07T21:24:13.591ZCloning into '/work/oxidecomputer/omicron'...
772026-08-07T21:24:24.380Z+ cd /work/oxidecomputer/omicron
782026-08-07T21:24:24.381Z+ git fetch origin 661d513a778443b1e21b881c8f8df99a2f60db0b
792026-08-07T21:24:24.742ZFrom https://github.com/oxidecomputer/omicron
802026-08-07T21:24:24.742Z * branch 661d513a778443b1e21b881c8f8df99a2f60db0b -> FETCH_HEAD
812026-08-07T21:24:24.752Z+ [[ -n oliver/polar-patch ]]
822026-08-07T21:24:24.755Z++ git branch --show-current
832026-08-07T21:24:24.755Z+ current=main
842026-08-07T21:24:24.755Z+ [[ main != oliver/polar-patch ]]
852026-08-07T21:24:24.755Z+ git branch -f oliver/polar-patch 661d513a778443b1e21b881c8f8df99a2f60db0b
862026-08-07T21:24:24.758Z+ git checkout -f oliver/polar-patch
872026-08-07T21:24:25.007ZSwitched to branch 'oliver/polar-patch'
882026-08-07T21:24:25.010Z+ git reset --hard 661d513a778443b1e21b881c8f8df99a2f60db0b
892026-08-07T21:24:25.023ZHEAD is now at 661d513a7 Implemented feedback
902026-08-07T21:24:25.026Zprocess exited: duration 11467 ms, exit code 0
 
912026-08-07T21:24:25.032Zstarting task 4: "build"
922026-08-07T21:24:25.035Z+ source .github/buildomat/ci-env.sh
932026-08-07T21:24:25.038Z++ export CARGO_TERM_COLOR=always
942026-08-07T21:24:25.038Z++ CARGO_TERM_COLOR=always
952026-08-07T21:24:25.038Z+++ uname -s
962026-08-07T21:24:25.038Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-07T21:24:25.038Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-07T21:24:25.041Z+ cargo --version
992026-08-07T21:24:25.048Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-07T21:24:25.051Z+ rustc --version
1012026-08-07T21:24:25.070Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-07T21:24:25.073Z+ source ./env.sh
1032026-08-07T21:24:25.073Z++ OLD_SHELL_OPTS=ehxB
1042026-08-07T21:24:25.073Z++ set -o xtrace
1052026-08-07T21:24:25.075Z++++ dirname ./env.sh
1062026-08-07T21:24:25.075Z+++ readlink -f .
1072026-08-07T21:24:25.078Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ 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-07T21:24:25.078Z++ case $OLD_SHELL_OPTS in
1192026-08-07T21:24:25.078Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-07T21:24:25.078Z+ 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-07T21:24:25.079Z+ 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-07T21:24:25.079Z+ banner prerequisites
1232026-08-07T21:24:25.082Z
1242026-08-07T21:24:25.082Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-07T21:24:25.082Z # # # # # # # # # # # # # # #
1262026-08-07T21:24:25.082Z # # # # ##### # # ##### # # # # # #### #
1272026-08-07T21:24:25.082Z ##### ##### # ##### # # # # # # # # #
1282026-08-07T21:24:25.082Z # # # # # # # # # # # # # # #
1292026-08-07T21:24:25.082Z # # # ###### # # ###### ### # #### # #### #
1302026-08-07T21:24:25.082Z
1312026-08-07T21:24:25.082Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-07T21:24:26.873Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-07T21:24:27.128Z Startup: Caching catalogs ... Done
1342026-08-07T21:24:28.524ZPlanning: Solver setup ... Done (1.290s)
1352026-08-07T21:24:28.547ZPlanning: Running solver ... Done (0.045s)
1362026-08-07T21:24:28.577ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-07T21:24:28.588ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-07T21:24:28.608ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-07T21:24:28.622ZPlanning: Package planning ... Done (0.013s)
1402026-08-07T21:24:28.641ZPlanning: Merging actions ... Done (0.002s)
1412026-08-07T21:24:28.783ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-07T21:24:28.786ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-07T21:24:29.481ZPlanning: Evaluating mediators ... Done (0.695s)
1442026-08-07T21:24:29.484ZPlanning: Planning completed in 2.33 seconds
1452026-08-07T21:24:29.488Z Packages to install: 2
1462026-08-07T21:24:29.491Z Estimated space available: 156.02 GB
1472026-08-07T21:24:29.491ZEstimated space to be consumed: 57.87 MB
1482026-08-07T21:24:29.491Z Create boot environment: No
1492026-08-07T21:24:29.491ZCreate backup boot environment: No
1502026-08-07T21:24:29.491Z Rebuild boot archive: No
1512026-08-07T21:24:29.491Z
1522026-08-07T21:24:29.491ZChanged packages:
1532026-08-07T21:24:29.491Zhelios
1542026-08-07T21:24:29.491Z developer/build-essential
1552026-08-07T21:24:29.491Z None -> 11-3.0
1562026-08-07T21:24:29.491Z library/libxmlsec1
1572026-08-07T21:24:29.491Z None -> 1.2.35-3.0
1582026-08-07T21:24:29.515Z
1592026-08-07T21:24:29.516ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-07T21:24:29.595ZDownload: Completed 1.28 MB in 0.08 seconds (15.8M/s)
1612026-08-07T21:24:29.657Z Actions: 1/268 actions (Installing new actions)
1622026-08-07T21:24:29.696Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-07T21:24:29.719ZFinalize: Updating package state database ... Done (0.024s)
1642026-08-07T21:24:29.722ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-07T21:24:29.780ZFinalize: Updating image state ... Done (0.060s)
1662026-08-07T21:24:32.193ZFinalize: Creating fast lookup database ... Done (2.374s)
1672026-08-07T21:24:32.258ZFinalize: Reading search index ... Done (0.013s)
1682026-08-07T21:24:32.262ZFinalize: Updating search index ... Done (0.000s)
1692026-08-07T21:24:32.329ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-07T21:24:32.671ZPlanning: Evaluating mediator changes ... Done
1712026-08-07T21:24:32.773ZPlanning: Checking for conflicting actions ... Done
1722026-08-07T21:24:32.778ZPlanning: Consolidating action changes ... Done
1732026-08-07T21:24:32.929ZPlanning: Evaluating mediators ... Done
1742026-08-07T21:24:32.932ZPlanning: Planning completed in 0.26 seconds
1752026-08-07T21:24:32.952Z Mediators to change: 2
1762026-08-07T21:24:32.952Z Create boot environment: No
1772026-08-07T21:24:32.952ZCreate backup boot environment: No
1782026-08-07T21:24:33.061ZFinalize: Updating package state database ... Done
1792026-08-07T21:24:33.061ZFinalize: Updating package cache ... Done
1802026-08-07T21:24:33.096ZFinalize: Updating image state ... Done
1812026-08-07T21:24:35.013ZFinalize: Creating fast lookup database ... Done
1822026-08-07T21:24:35.073ZFinalize: Reading search index ... Done
1832026-08-07T21:24:35.078ZFinalize: Updating search index ... Done
1842026-08-07T21:24:35.164ZFinalize: Updating package cache ... Done
1852026-08-07T21:24:35.445ZPlanning: Evaluating mediator changes ... Done
1862026-08-07T21:24:35.551ZPlanning: Checking for conflicting actions ... Done
1872026-08-07T21:24:35.553ZPlanning: Consolidating action changes ... Done
1882026-08-07T21:24:35.710ZPlanning: Evaluating mediators ... Done
1892026-08-07T21:24:35.713ZPlanning: Planning completed in 0.26 seconds
1902026-08-07T21:24:35.730Z Mediators to change: 1
1912026-08-07T21:24:35.730Z Create boot environment: No
1922026-08-07T21:24:35.733ZCreate backup boot environment: No
1932026-08-07T21:24:35.781ZFinalize: Updating package state database ... Done
1942026-08-07T21:24:35.781ZFinalize: Updating package cache ... Done
1952026-08-07T21:24:35.814ZFinalize: Updating image state ... Done
1962026-08-07T21:24:37.730ZFinalize: Creating fast lookup database ... Done
1972026-08-07T21:24:37.792ZFinalize: Reading search index ... Done
1982026-08-07T21:24:37.795ZFinalize: Updating search index ... Done
1992026-08-07T21:24:37.865ZFinalize: Updating package cache ... Done
2002026-08-07T21:24:38.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-07T21:24:38.176Zapache system 2.4 system
2022026-08-07T21:24:38.176Zclang system 15 system
2032026-08-07T21:24:38.176Zcsh system system illumos
2042026-08-07T21:24:38.176Zctags system system illumos
2052026-08-07T21:24:38.176Zfile vendor vendor darwinsys
2062026-08-07T21:24:38.176Zfile system system illumos
2072026-08-07T21:24:38.176Zgcc vendor 14 vendor
2082026-08-07T21:24:38.176Zgcc system 13 system
2092026-08-07T21:24:38.176Zgcc system 10 system
2102026-08-07T21:24:38.176Zgo system 1.25 system
2112026-08-07T21:24:38.176Zllvm system 15 system
2122026-08-07T21:24:38.176Zmariadb system 11.4 system
2132026-08-07T21:24:38.176Zmta vendor vendor dma
2142026-08-07T21:24:38.176Zopenjdk system 17 system
2152026-08-07T21:24:38.176Zopenjdk system 11 system
2162026-08-07T21:24:38.176Zopenssl vendor 3 vendor
2172026-08-07T21:24:38.177Zperl system 5.40 system
2182026-08-07T21:24:38.177Zpostgresql system 18 system
2192026-08-07T21:24:38.177Zpostgresql system 17 system
2202026-08-07T21:24:38.177Zpython vendor 3 vendor
2212026-08-07T21:24:38.177Zpython system 2 system
2222026-08-07T21:24:38.177Zpython3 vendor 3.13 vendor
2232026-08-07T21:24:38.177Zruby system 3.4 system
2242026-08-07T21:24:38.177Zruby system 3.0 system
2252026-08-07T21:24:38.177Zwords vendor vendor american-english
2262026-08-07T21:24:38.177Zwords system system australian-english
2272026-08-07T21:24:38.177Zwords system system british-english
2282026-08-07T21:24:38.177Zwords system system canadian-english
2292026-08-07T21:24:38.177Zwords system system french
2302026-08-07T21:24:38.177Zwords system system italian
2312026-08-07T21:24:38.177Zwords system system ngerman
2322026-08-07T21:24:38.177Zwords system system ogerman
2332026-08-07T21:24:38.177Zwords system system spanish
2342026-08-07T21:24:38.426ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-07T21:24:38.427Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-07T21:24:38.832ZFMRI IFO
2372026-08-07T21:24:38.832Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-07T21:24:38.832Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-07T21:24:38.832Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-07T21:24:38.832Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-07T21:24:38.832Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-07T21:24:38.832Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-07T21:24:38.832Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-07T21:24:38.832Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-07T21:24:38.832Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-07T21:24:39.139Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-07T21:24:39.475Z Updating crates.io index
2482026-08-07T21:24:39.479Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-07T21:24:39.738Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-07T21:24:40.101Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-07T21:24:41.101Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-07T21:24:41.629Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-07T21:24:43.192Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-07T21:24:44.030Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-07T21:24:44.371Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-07T21:24:44.755Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-07T21:24:46.253Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-07T21:24:46.571Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-07T21:24:47.034Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-07T21:24:47.647Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-07T21:24:47.929Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-07T21:24:48.242Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-07T21:24:48.583Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-07T21:24:48.906Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-07T21:24:49.199Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-07T21:24:49.707Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-07T21:24:50.209Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-07T21:24:50.579Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-07T21:24:51.116Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-07T21:24:51.420Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-07T21:24:52.127Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-07T21:24:52.459Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-07T21:24:52.738Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-07T21:24:53.213Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-07T21:24:53.512Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-07T21:24:53.950Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-07T21:24:54.331Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-07T21:24:54.588Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-07T21:24:54.926Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-07T21:24:55.313Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-07T21:24:55.926Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-07T21:24:56.495Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-07T21:24:56.805Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2842026-08-07T21:24:57.337Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-07T21:24:57.702Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-07T21:24:58.359Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-07T21:24:58.652Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-07T21:24:58.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-07T21:24:59.251Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-07T21:24:59.549Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-07T21:25:02.426Z Downloading crates ...
2922026-08-07T21:25:02.476Z Downloaded cfg-if v1.0.4
2932026-08-07T21:25:02.484Z Downloaded clap_lex v1.0.0
2942026-08-07T21:25:02.488Z Downloaded anstyle-query v1.1.5
2952026-08-07T21:25:02.490Z Downloaded autocfg v1.5.0
2962026-08-07T21:25:02.491Z Downloaded camino-tempfile v1.4.1
2972026-08-07T21:25:02.493Z Downloaded cargo-platform v0.3.2
2982026-08-07T21:25:02.496Z Downloaded anstyle-parse v1.0.0
2992026-08-07T21:25:02.496Z Downloaded byteorder v1.5.0
3002026-08-07T21:25:02.500Z Downloaded block-buffer v0.10.4
3012026-08-07T21:25:02.503Z Downloaded fnv v1.0.7
3022026-08-07T21:25:02.503Z Downloaded zerocopy v0.7.35
3032026-08-07T21:25:02.509Z Downloaded zmij v1.0.21
3042026-08-07T21:25:02.512Z Downloaded zerocopy-derive v0.7.35
3052026-08-07T21:25:02.515Z Downloaded cargo_toml v0.21.0
3062026-08-07T21:25:02.515Z Downloaded dof v0.3.0
3072026-08-07T21:25:02.515Z Downloaded fastrand v2.3.0
3082026-08-07T21:25:02.517Z Downloaded errno v0.3.14
3092026-08-07T21:25:02.517Z Downloaded is_terminal_polyfill v1.70.2
3102026-08-07T21:25:02.520Z Downloaded equivalent v1.0.2
3112026-08-07T21:25:02.520Z Downloaded heck v0.5.0
3122026-08-07T21:25:02.527Z Downloaded cpufeatures v0.2.17
3132026-08-07T21:25:02.530Z Downloaded macaddr v1.0.1
3142026-08-07T21:25:02.534Z Downloaded crypto-common v0.1.7
3152026-08-07T21:25:02.537Z Downloaded clap_derive v4.6.1
3162026-08-07T21:25:02.537Z Downloaded dtrace-parser v0.2.0
3172026-08-07T21:25:02.537Z Downloaded heck v0.4.1
3182026-08-07T21:25:02.537Z Downloaded bytecount v0.6.9
3192026-08-07T21:25:02.543Z Downloaded generic-array v0.14.7
3202026-08-07T21:25:02.549Z Downloaded memmap v0.7.0
3212026-08-07T21:25:02.551Z Downloaded colorchoice v1.0.4
3222026-08-07T21:25:02.556Z Downloaded toml_write v0.1.2
3232026-08-07T21:25:02.559Z Downloaded pretty-hex v0.4.1
3242026-08-07T21:25:02.559Z Downloaded swrite v0.1.0
3252026-08-07T21:25:02.562Z Downloaded terminal_size v0.4.3
3262026-08-07T21:25:02.564Z Downloaded plain v0.2.3
3272026-08-07T21:25:02.567Z Downloaded toml_datetime v0.6.11
3282026-08-07T21:25:02.570Z Downloaded itoa v1.0.17
3292026-08-07T21:25:02.573Z Downloaded fs-err v3.3.0
3302026-08-07T21:25:02.580Z Downloaded anstyle v1.0.14
3312026-08-07T21:25:02.590Z Downloaded version_check v0.9.5
3322026-08-07T21:25:02.593Z Downloaded proc-macro-error-attr v1.0.4
3332026-08-07T21:25:02.595Z Downloaded scroll_derive v0.12.1
3342026-08-07T21:25:02.601Z Downloaded smawk v0.3.2
3352026-08-07T21:25:02.604Z Downloaded strsim v0.11.1
3362026-08-07T21:25:02.604Z Downloaded unicode-linebreak v0.1.5
3372026-08-07T21:25:02.604Z Downloaded thread-id v4.2.2
3382026-08-07T21:25:02.611Z Downloaded usdt-attr-macro v0.5.0
3392026-08-07T21:25:02.614Z Downloaded usdt-macro v0.5.0
3402026-08-07T21:25:02.617Z Downloaded serde_spanned v0.6.9
3412026-08-07T21:25:02.619Z Downloaded tabled_derive v0.7.0
3422026-08-07T21:25:02.622Z Downloaded utf8parse v0.2.2
3432026-08-07T21:25:02.622Z Downloaded sha2 v0.10.9
3442026-08-07T21:25:02.625Z Downloaded thiserror-impl v2.0.18
3452026-08-07T21:25:02.627Z Downloaded digest v0.10.7
3462026-08-07T21:25:02.627Z Downloaded usdt v0.5.0
3472026-08-07T21:25:02.632Z Downloaded thiserror-impl v1.0.69
3482026-08-07T21:25:02.636Z Downloaded anyhow v1.0.102
3492026-08-07T21:25:02.636Z Downloaded proc-macro-error v1.0.4
3502026-08-07T21:25:02.639Z Downloaded clap v4.6.1
3512026-08-07T21:25:02.642Z Downloaded pest_derive v2.8.6
3522026-08-07T21:25:02.645Z Downloaded pest_generator v2.8.6
3532026-08-07T21:25:02.648Z Downloaded cargo_metadata v0.23.1
3542026-08-07T21:25:02.656Z Downloaded anstream v1.0.0
3552026-08-07T21:25:02.659Z Downloaded quote v1.0.45
3562026-08-07T21:25:02.661Z Downloaded serde_tokenstream v0.2.3
3572026-08-07T21:25:02.661Z Downloaded pest_meta v2.8.6
3582026-08-07T21:25:02.661Z Downloaded thiserror v2.0.18
3592026-08-07T21:25:02.666Z Downloaded usdt-impl v0.5.0
3602026-08-07T21:25:02.668Z Downloaded scroll v0.12.0
3612026-08-07T21:25:02.672Z Downloaded camino v1.2.2
3622026-08-07T21:25:02.675Z Downloaded toml v0.8.23
3632026-08-07T21:25:02.675Z Downloaded bitflags v2.11.0
3642026-08-07T21:25:02.684Z Downloaded papergrid v0.11.0
3652026-08-07T21:25:02.686Z Downloaded getrandom v0.4.1
3662026-08-07T21:25:02.689Z Downloaded once_cell v1.21.3
3672026-08-07T21:25:02.692Z Downloaded semver v1.0.28
3682026-08-07T21:25:02.692Z Downloaded thiserror v1.0.69
3692026-08-07T21:25:02.699Z Downloaded unicode-ident v1.0.24
3702026-08-07T21:25:02.708Z Downloaded proc-macro2 v1.0.106
3712026-08-07T21:25:02.709Z Downloaded log v0.4.29
3722026-08-07T21:25:02.715Z Downloaded ucd-trie v0.1.7
3732026-08-07T21:25:02.717Z Downloaded tempfile v3.25.0
3742026-08-07T21:25:02.723Z Downloaded textwrap v0.16.2
3752026-08-07T21:25:02.738Z Downloaded serde_core v1.0.228
3762026-08-07T21:25:02.741Z Downloaded toml_edit v0.22.27
3772026-08-07T21:25:02.747Z Downloaded serde v1.0.228
3782026-08-07T21:25:02.749Z Downloaded serde_derive v1.0.228
3792026-08-07T21:25:02.754Z Downloaded indexmap v2.14.0
3802026-08-07T21:25:02.781Z Downloaded memchr v2.8.0
3812026-08-07T21:25:02.785Z Downloaded typenum v1.20.1
3822026-08-07T21:25:02.788Z Downloaded pest v2.8.6
3832026-08-07T21:25:02.802Z Downloaded clap_builder v4.6.0
3842026-08-07T21:25:02.805Z Downloaded hashbrown v0.17.0
3852026-08-07T21:25:02.836Z Downloaded serde_json v1.0.151
3862026-08-07T21:25:02.841Z Downloaded goblin v0.8.2
3872026-08-07T21:25:02.851Z Downloaded winnow v0.7.14
3882026-08-07T21:25:02.860Z Downloaded tabled v0.15.0
3892026-08-07T21:25:02.876Z Downloaded syn v1.0.109
3902026-08-07T21:25:02.883Z Downloaded unicode-width v0.1.14
3912026-08-07T21:25:02.894Z Downloaded syn v2.0.117
3922026-08-07T21:25:02.900Z Downloaded unicode-width v0.2.0
3932026-08-07T21:25:02.910Z Downloaded rustix v1.1.3
3942026-08-07T21:25:02.941Z Downloaded libc v0.2.185
3952026-08-07T21:25:03.003Z Compiling proc-macro2 v1.0.106
3962026-08-07T21:25:03.003Z Compiling unicode-ident v1.0.24
3972026-08-07T21:25:03.003Z Compiling quote v1.0.45
3982026-08-07T21:25:03.003Z Compiling serde_core v1.0.228
3992026-08-07T21:25:03.006Z Compiling libc v0.2.185
4002026-08-07T21:25:03.006Z Compiling version_check v0.9.5
4012026-08-07T21:25:03.006Z Compiling memchr v2.8.0
4022026-08-07T21:25:03.006Z Compiling serde v1.0.228
4032026-08-07T21:25:03.375Z Compiling zmij v1.0.21
4042026-08-07T21:25:03.507Z Compiling ucd-trie v0.1.7
4052026-08-07T21:25:03.579Z Compiling thiserror v1.0.69
4062026-08-07T21:25:03.767Z Compiling itoa v1.0.17
4072026-08-07T21:25:03.803Z Compiling pest v2.8.6
4082026-08-07T21:25:03.951Z Compiling rustix v1.1.3
4092026-08-07T21:25:03.998Z Compiling byteorder v1.5.0
4102026-08-07T21:25:04.042Z Compiling errno v0.3.14
4112026-08-07T21:25:04.188Z Compiling bitflags v2.11.0
4122026-08-07T21:25:04.302Z Compiling serde_json v1.0.151
4132026-08-07T21:25:04.406Z Compiling syn v2.0.117
4142026-08-07T21:25:04.498Z Compiling thread-id v4.2.2
4152026-08-07T21:25:04.560Z Compiling proc-macro-error-attr v1.0.4
4162026-08-07T21:25:04.600Z Compiling usdt-impl v0.5.0
4172026-08-07T21:25:04.726Z Compiling camino v1.2.2
4182026-08-07T21:25:04.742Z Compiling syn v1.0.109
4192026-08-07T21:25:04.909Z Compiling pest_meta v2.8.6
4202026-08-07T21:25:05.076Z Compiling proc-macro-error v1.0.4
4212026-08-07T21:25:05.092Z Compiling equivalent v1.0.2
4222026-08-07T21:25:05.110Z Compiling log v0.4.29
4232026-08-07T21:25:05.181Z Compiling plain v0.2.3
4242026-08-07T21:25:05.256Z Compiling hashbrown v0.17.0
4252026-08-07T21:25:05.293Z Compiling utf8parse v0.2.2
4262026-08-07T21:25:05.294Z Compiling getrandom v0.4.1
4272026-08-07T21:25:05.469Z Compiling anstyle-parse v1.0.0
4282026-08-07T21:25:05.611Z Compiling terminal_size v0.4.3
4292026-08-07T21:25:05.795Z Compiling indexmap v2.14.0
4302026-08-07T21:25:06.242Z Compiling autocfg v1.5.0
4312026-08-07T21:25:06.259Z Compiling toml_write v0.1.2
4322026-08-07T21:25:06.408Z Compiling anstyle-query v1.1.5
4332026-08-07T21:25:06.411Z Compiling is_terminal_polyfill v1.70.2
4342026-08-07T21:25:06.456Z Compiling thiserror v2.0.18
4352026-08-07T21:25:06.511Z Compiling winnow v0.7.14
4362026-08-07T21:25:06.529Z Compiling cfg-if v1.0.4
4372026-08-07T21:25:06.529Z Compiling pretty-hex v0.4.1
4382026-08-07T21:25:06.604Z Compiling colorchoice v1.0.4
4392026-08-07T21:25:06.665Z Compiling pest_generator v2.8.6
4402026-08-07T21:25:06.682Z Compiling anstyle v1.0.14
4412026-08-07T21:25:06.721Z Compiling fs-err v3.3.0
4422026-08-07T21:25:06.913Z Compiling anstream v1.0.0
4432026-08-07T21:25:06.978Z Compiling heck v0.5.0
4442026-08-07T21:25:07.030Z Compiling once_cell v1.21.3
4452026-08-07T21:25:07.199Z Compiling fastrand v2.3.0
4462026-08-07T21:25:07.216Z Compiling bytecount v0.6.9
4472026-08-07T21:25:07.232Z Compiling anyhow v1.0.102
4482026-08-07T21:25:07.247Z Compiling strsim v0.11.1
4492026-08-07T21:25:07.341Z Compiling unicode-width v0.1.14
4502026-08-07T21:25:07.358Z Compiling fnv v1.0.7
4512026-08-07T21:25:07.459Z Compiling clap_lex v1.0.0
4522026-08-07T21:25:07.462Z Compiling heck v0.4.1
4532026-08-07T21:25:07.589Z Compiling papergrid v0.11.0
4542026-08-07T21:25:07.635Z Compiling clap_builder v4.6.0
4552026-08-07T21:25:07.698Z Compiling tempfile v3.25.0
4562026-08-07T21:25:07.749Z Compiling cargo-platform v0.3.2
4572026-08-07T21:25:07.794Z Compiling tabled_derive v0.7.0
4582026-08-07T21:25:07.813Z Compiling semver v1.0.28
4592026-08-07T21:25:08.018Z Compiling memmap v0.7.0
4602026-08-07T21:25:08.082Z Compiling unicode-linebreak v0.1.5
4612026-08-07T21:25:08.100Z Compiling unicode-width v0.2.0
4622026-08-07T21:25:08.201Z Compiling smawk v0.3.2
4632026-08-07T21:25:08.219Z Compiling camino-tempfile v1.4.1
4642026-08-07T21:25:08.300Z Compiling serde_derive v1.0.228
4652026-08-07T21:25:08.325Z Compiling thiserror-impl v1.0.69
4662026-08-07T21:25:08.344Z Compiling zerocopy-derive v0.7.35
4672026-08-07T21:25:08.375Z Compiling pest_derive v2.8.6
4682026-08-07T21:25:08.451Z Compiling scroll_derive v0.12.1
4692026-08-07T21:25:08.760Z Compiling thiserror-impl v2.0.18
4702026-08-07T21:25:08.823Z Compiling clap_derive v4.6.1
4712026-08-07T21:25:09.072Z Compiling tabled v0.15.0
4722026-08-07T21:25:09.128Z Compiling scroll v0.12.0
4732026-08-07T21:25:09.223Z Compiling zerocopy v0.7.35
4742026-08-07T21:25:09.403Z Compiling goblin v0.8.2
4752026-08-07T21:25:09.690Z Compiling dtrace-parser v0.2.0
4762026-08-07T21:25:09.790Z Compiling textwrap v0.16.2
4772026-08-07T21:25:10.429Z Compiling swrite v0.1.0
4782026-08-07T21:25:10.574Z Compiling clap v4.6.1
4792026-08-07T21:25:11.409Z Compiling dof v0.3.0
4802026-08-07T21:25:11.409Z Compiling serde_tokenstream v0.2.3
4812026-08-07T21:25:11.429Z Compiling serde_spanned v0.6.9
4822026-08-07T21:25:11.429Z Compiling toml_datetime v0.6.11
4832026-08-07T21:25:11.429Z Compiling macaddr v1.0.1
4842026-08-07T21:25:11.489Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-07T21:25:11.489Z Compiling cargo_metadata v0.23.1
4862026-08-07T21:25:11.711Z Compiling toml_edit v0.22.27
4872026-08-07T21:25:12.204Z Compiling usdt-attr-macro v0.5.0
4882026-08-07T21:25:12.207Z Compiling usdt-macro v0.5.0
4892026-08-07T21:25:12.800Z Compiling usdt v0.5.0
4902026-08-07T21:25:13.020Z Compiling toml v0.8.23
4912026-08-07T21:25:13.434Z Compiling cargo_toml v0.21.0
4922026-08-07T21:25:14.628Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-07T21:25:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.70s
4942026-08-07T21:25:16.880Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-07T21:25:17.390Z Downloading crates ...
4962026-08-07T21:25:17.445Z Downloaded aead v0.5.2
4972026-08-07T21:25:17.449Z Downloaded adler2 v2.0.1
4982026-08-07T21:25:17.459Z Downloaded ascii-canvas v3.0.0
4992026-08-07T21:25:17.463Z Downloaded assert_matches v1.5.0
5002026-08-07T21:25:17.463Z Downloaded atomicwrites v0.4.4
5012026-08-07T21:25:17.463Z Downloaded convert_case v0.4.0
5022026-08-07T21:25:17.466Z Downloaded base16ct v0.2.0
5032026-08-07T21:25:17.466Z Downloaded bb8 v0.8.6
5042026-08-07T21:25:17.466Z Downloaded bcrypt-pbkdf v0.11.0
5052026-08-07T21:25:17.466Z Downloaded bitfield-macros v0.19.4
5062026-08-07T21:25:17.466Z Downloaded async-recursion v1.1.1
5072026-08-07T21:25:17.469Z Downloaded argon2 v0.5.3
5082026-08-07T21:25:17.473Z Downloaded aead v0.6.1
5092026-08-07T21:25:17.473Z Downloaded anstyle-parse v0.2.7
5102026-08-07T21:25:17.473Z Downloaded arrayref v0.3.9
5112026-08-07T21:25:17.476Z Downloaded bitfield-struct v0.6.2
5122026-08-07T21:25:17.476Z Downloaded env_filter v1.0.0
5132026-08-07T21:25:17.476Z Downloaded array-init v0.0.4
5142026-08-07T21:25:17.476Z Downloaded atty v0.2.14
5152026-08-07T21:25:17.480Z Downloaded git-stub v1.0.0
5162026-08-07T21:25:17.484Z Downloaded arrayvec v0.7.6
5172026-08-07T21:25:17.486Z Downloaded constant_time_eq v0.4.2
5182026-08-07T21:25:17.489Z Downloaded cipher v0.5.2
5192026-08-07T21:25:17.489Z Downloaded endian-type v0.1.2
5202026-08-07T21:25:17.489Z Downloaded atomic-waker v1.1.2
5212026-08-07T21:25:17.492Z Downloaded bit-set v0.8.0
5222026-08-07T21:25:17.495Z Downloaded fixedbitset v0.4.2
5232026-08-07T21:25:17.495Z Downloaded cobs v0.3.0
5242026-08-07T21:25:17.498Z Downloaded enum-as-inner v0.6.1
5252026-08-07T21:25:17.498Z Downloaded find-msvc-tools v0.1.9
5262026-08-07T21:25:17.498Z Downloaded bit-vec v0.8.0
5272026-08-07T21:25:17.498Z Downloaded gethostname v0.5.0
5282026-08-07T21:25:17.501Z Downloaded ahash v0.8.12
5292026-08-07T21:25:17.501Z Downloaded argon2 v0.6.0-rc.8
5302026-08-07T21:25:17.501Z Downloaded bit-set v0.5.3
5312026-08-07T21:25:17.505Z Downloaded async-stream-impl v0.3.6
5322026-08-07T21:25:17.505Z Downloaded getrandom v0.3.4
5332026-08-07T21:25:17.508Z Downloaded foreign-types-macros v0.2.3
5342026-08-07T21:25:17.508Z Downloaded futures-sink v0.3.32
5352026-08-07T21:25:17.508Z Downloaded ghash v0.6.0
5362026-08-07T21:25:17.508Z Downloaded foreign-types v0.5.0
5372026-08-07T21:25:17.508Z Downloaded cfg_aliases v0.2.1
5382026-08-07T21:25:17.511Z Downloaded fs_extra v1.3.0
5392026-08-07T21:25:17.515Z Downloaded foldhash v0.1.5
5402026-08-07T21:25:17.515Z Downloaded async-stream v0.3.6
5412026-08-07T21:25:17.518Z Downloaded base16ct v1.0.0
5422026-08-07T21:25:17.521Z Downloaded foreign-types-shared v0.1.1
5432026-08-07T21:25:17.521Z Downloaded futures-macro v0.3.32
5442026-08-07T21:25:17.521Z Downloaded fxhash v0.2.1
5452026-08-07T21:25:17.524Z Downloaded compression-core v0.4.31
5462026-08-07T21:25:17.527Z Downloaded bitfield v0.19.4
5472026-08-07T21:25:17.527Z Downloaded colored v3.1.1
5482026-08-07T21:25:17.527Z Downloaded console v0.16.2
5492026-08-07T21:25:17.530Z Downloaded byte-wrapper v0.1.0
5502026-08-07T21:25:17.530Z Downloaded ff v0.14.0
5512026-08-07T21:25:17.530Z Downloaded float-cmp v0.10.0
5522026-08-07T21:25:17.533Z Downloaded foreign-types v0.3.2
5532026-08-07T21:25:17.536Z Downloaded globwalk v0.9.1
5542026-08-07T21:25:17.536Z Downloaded foreign-types-shared v0.3.1
5552026-08-07T21:25:17.536Z Downloaded home v0.5.12
5562026-08-07T21:25:17.536Z Downloaded ciborium-io v0.2.2
5572026-08-07T21:25:17.539Z Downloaded float-ord v0.3.2
5582026-08-07T21:25:17.541Z Downloaded cfg_aliases v0.1.1
5592026-08-07T21:25:17.541Z Downloaded ciborium-ll v0.2.2
5602026-08-07T21:25:17.541Z Downloaded block-buffer v0.12.1
5612026-08-07T21:25:17.544Z Downloaded headers-core v0.3.0
5622026-08-07T21:25:17.550Z Downloaded httpdate v1.0.3
5632026-08-07T21:25:17.553Z Downloaded base64ct v1.8.3
5642026-08-07T21:25:17.553Z Downloaded bitflags v1.3.2
5652026-08-07T21:25:17.553Z Downloaded flagset v0.4.7
5662026-08-07T21:25:17.554Z Downloaded flate2 v1.1.9
5672026-08-07T21:25:17.556Z Downloaded erased-serde v0.3.31
5682026-08-07T21:25:17.559Z Downloaded fs-err v2.11.0
5692026-08-07T21:25:17.559Z Downloaded futures-io v0.3.32
5702026-08-07T21:25:17.559Z Downloaded num-conv v0.2.0
5712026-08-07T21:25:17.562Z Downloaded bit-vec v0.6.3
5722026-08-07T21:25:17.562Z Downloaded cipher v0.4.4
5732026-08-07T21:25:17.565Z Downloaded http-range v0.1.5
5742026-08-07T21:25:17.565Z Downloaded fd-lock v4.0.4
5752026-08-07T21:25:17.568Z Downloaded block-padding v0.4.2
5762026-08-07T21:25:17.568Z Downloaded hash32 v0.2.1
5772026-08-07T21:25:17.568Z Downloaded hostname v0.3.1
5782026-08-07T21:25:17.571Z Downloaded potential_utf v0.1.4
5792026-08-07T21:25:17.575Z Downloaded openssl-macros v0.1.1
5802026-08-07T21:25:17.578Z Downloaded openssl-probe v0.1.6
5812026-08-07T21:25:17.578Z Downloaded funty v2.0.0
5822026-08-07T21:25:17.581Z Downloaded async-bb8-diesel v0.2.1
5832026-08-07T21:25:17.586Z Downloaded hubpack_derive v0.1.1
5842026-08-07T21:25:17.586Z Downloaded anstream v0.6.21
5852026-08-07T21:25:17.589Z Downloaded hex v0.4.3
5862026-08-07T21:25:17.589Z Downloaded backoff v0.4.0
5872026-08-07T21:25:17.589Z Downloaded enum_dispatch v0.3.13
5882026-08-07T21:25:17.606Z Downloaded bcs v0.1.6
5892026-08-07T21:25:17.606Z Downloaded cmake v0.1.57
5902026-08-07T21:25:17.610Z Downloaded http-body-util v0.1.3
5912026-08-07T21:25:17.610Z Downloaded form_urlencoded v1.2.2
5922026-08-07T21:25:17.610Z Downloaded filetime v0.2.27
5932026-08-07T21:25:17.610Z Downloaded git-stub-vcs v0.1.0
5942026-08-07T21:25:17.610Z Downloaded predicates-tree v1.0.13
5952026-08-07T21:25:17.610Z Downloaded futures-channel v0.3.32
5962026-08-07T21:25:17.610Z Downloaded http-body v1.0.1
5972026-08-07T21:25:17.610Z Downloaded futures-core v0.3.32
5982026-08-07T21:25:17.613Z Downloaded blowfish v0.10.0
5992026-08-07T21:25:17.613Z Downloaded bs58 v0.5.1
6002026-08-07T21:25:17.613Z Downloaded cassowary v0.3.0
6012026-08-07T21:25:17.616Z Downloaded castaway v0.2.4
6022026-08-07T21:25:17.616Z Downloaded cexpr v0.6.0
6032026-08-07T21:25:17.616Z Downloaded const_format_proc_macros v0.2.34
6042026-08-07T21:25:17.621Z Downloaded chacha20 v0.9.1
6052026-08-07T21:25:17.622Z Downloaded hyper-tls v0.6.0
6062026-08-07T21:25:17.622Z Downloaded ref-cast v1.0.25
6072026-08-07T21:25:17.622Z Downloaded nu-ansi-term v0.50.3
6082026-08-07T21:25:17.626Z Downloaded psl-types v2.0.11
6092026-08-07T21:25:17.626Z Downloaded ref-cast-impl v1.0.25
6102026-08-07T21:25:17.626Z Downloaded fixedbitset v0.5.7
6112026-08-07T21:25:17.626Z Downloaded env_logger v0.11.9
6122026-08-07T21:25:17.636Z Downloaded humantime v2.3.0
6132026-08-07T21:25:17.636Z Downloaded futures-executor v0.3.32
6142026-08-07T21:25:17.636Z Downloaded radium v0.7.0
6152026-08-07T21:25:17.636Z Downloaded rand_xorshift v0.4.0
6162026-08-07T21:25:17.636Z Downloaded group v0.13.0
6172026-08-07T21:25:17.636Z Downloaded rustc_version v0.1.7
6182026-08-07T21:25:17.636Z Downloaded blake2 v0.10.6
6192026-08-07T21:25:17.639Z Downloaded console v0.15.11
6202026-08-07T21:25:17.639Z Downloaded cbc v0.2.1
6212026-08-07T21:25:17.639Z Downloaded async-trait v0.1.89
6222026-08-07T21:25:17.643Z Downloaded hash32 v0.3.1
6232026-08-07T21:25:17.643Z Downloaded camino-tempfile-ext v0.3.3
6242026-08-07T21:25:17.643Z Downloaded hostname v0.4.2
6252026-08-07T21:25:17.646Z Downloaded hex-literal v1.1.0
6262026-08-07T21:25:17.649Z Downloaded num-rational v0.4.2
6272026-08-07T21:25:17.649Z Downloaded hubpack v0.1.2
6282026-08-07T21:25:17.653Z Downloaded proc-macro-crate v1.3.1
6292026-08-07T21:25:17.657Z Downloaded shell-words v1.1.1
6302026-08-07T21:25:17.657Z Downloaded clang-sys v1.8.1
6312026-08-07T21:25:17.660Z Downloaded hyper-staticfile v0.10.1
6322026-08-07T21:25:17.664Z Downloaded backon v1.6.0
6332026-08-07T21:25:17.668Z Downloaded cmov v0.5.4
6342026-08-07T21:25:17.668Z Downloaded pbkdf2 v0.13.0
6352026-08-07T21:25:17.668Z Downloaded peg v0.8.5
6362026-08-07T21:25:17.671Z Downloaded phf v0.12.1
6372026-08-07T21:25:17.671Z Downloaded phf v0.13.1
6382026-08-07T21:25:17.671Z Downloaded half v1.8.3
6392026-08-07T21:25:17.674Z Downloaded ff v0.13.1
6402026-08-07T21:25:17.674Z Downloaded secrecy v0.8.0
6412026-08-07T21:25:17.677Z Downloaded slog-bunyan v2.5.0
6422026-08-07T21:25:17.680Z Downloaded strip-ansi-escapes v0.2.1
6432026-08-07T21:25:17.680Z Downloaded strum v0.26.3
6442026-08-07T21:25:17.683Z Downloaded futures-task v0.3.32
6452026-08-07T21:25:17.683Z Downloaded globset v0.4.18
6462026-08-07T21:25:17.686Z Downloaded psm v0.1.30
6472026-08-07T21:25:17.686Z Downloaded buf-list v1.1.2
6482026-08-07T21:25:17.689Z Downloaded compression-codecs v0.4.37
6492026-08-07T21:25:17.692Z Downloaded foldhash v0.2.0
6502026-08-07T21:25:17.692Z Downloaded bzip2 v0.6.1
6512026-08-07T21:25:17.692Z Downloaded fallible-iterator v0.2.0
6522026-08-07T21:25:17.695Z Downloaded predicates-core v1.0.10
6532026-08-07T21:25:17.695Z Downloaded take_mut v0.2.2
6542026-08-07T21:25:17.695Z Downloaded testing_table v0.3.0
6552026-08-07T21:25:17.699Z Downloaded colored v2.2.0
6562026-08-07T21:25:17.703Z Downloaded const-oid v0.9.6
6572026-08-07T21:25:17.708Z Downloaded unarray v0.1.4
6582026-08-07T21:25:17.708Z Downloaded progenitor v0.13.0
6592026-08-07T21:25:17.712Z Downloaded utf-8 v0.7.6
6602026-08-07T21:25:17.712Z Downloaded rand_core v0.9.5
6612026-08-07T21:25:17.715Z Downloaded rpassword v7.5.4
6622026-08-07T21:25:17.715Z Downloaded blake2 v0.11.0-rc.6
6632026-08-07T21:25:17.715Z Downloaded bzip2 v0.4.4
6642026-08-07T21:25:17.715Z Downloaded getrandom v0.2.17
6652026-08-07T21:25:17.718Z Downloaded hybrid-array v0.4.13
6662026-08-07T21:25:17.718Z Downloaded cancel-safe-futures v0.1.5
6672026-08-07T21:25:17.725Z Downloaded pkcs1 v0.7.5
6682026-08-07T21:25:17.725Z Downloaded scroll v0.13.0
6692026-08-07T21:25:17.725Z Downloaded glob v0.3.3
6702026-08-07T21:25:17.725Z Downloaded untrusted v0.7.1
6712026-08-07T21:25:17.730Z Downloaded want v0.3.1
6722026-08-07T21:25:17.730Z Downloaded arc-swap v1.8.2
6732026-08-07T21:25:17.747Z Downloaded highway v1.3.0
6742026-08-07T21:25:17.747Z Downloaded parking_lot_core v0.9.12
6752026-08-07T21:25:17.748Z Downloaded sec1 v0.8.1
6762026-08-07T21:25:17.748Z Downloaded signal-hook-mio v0.2.5
6772026-08-07T21:25:17.748Z Downloaded xshell-macros v0.2.7
6782026-08-07T21:25:17.748Z Downloaded pkcs8 v0.11.0
6792026-08-07T21:25:17.751Z Downloaded sec1 v0.7.3
6802026-08-07T21:25:17.751Z Downloaded slog-scope v4.4.1
6812026-08-07T21:25:17.751Z Downloaded ssh-encoding v0.3.0
6822026-08-07T21:25:17.751Z Downloaded yoke-derive v0.8.1
6832026-08-07T21:25:17.751Z Downloaded hmac v0.12.1
6842026-08-07T21:25:17.751Z Downloaded signal-hook-registry v1.4.8
6852026-08-07T21:25:17.751Z Downloaded zerofrom v0.1.6
6862026-08-07T21:25:17.752Z Downloaded fatfs v0.3.6
6872026-08-07T21:25:17.752Z Downloaded allocator-api2 v0.2.21
6882026-08-07T21:25:17.752Z Downloaded generic-array v1.4.3
6892026-08-07T21:25:17.752Z Downloaded postcard v1.1.3
6902026-08-07T21:25:17.752Z Downloaded slog-stdlog v4.1.1
6912026-08-07T21:25:17.752Z Downloaded ssh-cipher v0.3.0
6922026-08-07T21:25:17.752Z Downloaded const-oid v0.10.2
6932026-08-07T21:25:17.752Z Downloaded progenitor-extras v0.2.0
6942026-08-07T21:25:17.755Z Downloaded chacha20 v0.10.0
6952026-08-07T21:25:17.755Z Downloaded sqlformat v0.3.5
6962026-08-07T21:25:17.755Z Downloaded poly1305 v0.9.0
6972026-08-07T21:25:17.759Z Downloaded crunchy v0.2.4
6982026-08-07T21:25:17.759Z Downloaded darling_macro v0.20.11
6992026-08-07T21:25:17.759Z Downloaded curve25519-dalek-derive v0.1.1
7002026-08-07T21:25:17.762Z Downloaded debug-ignore v1.0.5
7012026-08-07T21:25:17.762Z Downloaded dof v0.4.0
7022026-08-07T21:25:17.768Z Downloaded defmt-parser v1.0.0
7032026-08-07T21:25:17.768Z Downloaded dirs-sys-next v0.1.2
7042026-08-07T21:25:17.774Z Downloaded dtrace-parser v0.3.0
7052026-08-07T21:25:17.774Z Downloaded embedded-io v0.4.0
7062026-08-07T21:25:17.774Z Downloaded ciborium v0.2.2
7072026-08-07T21:25:17.774Z Downloaded tls_codec v0.4.2
7082026-08-07T21:25:17.774Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7092026-08-07T21:25:17.780Z Downloaded num-traits v0.2.19
7102026-08-07T21:25:17.783Z Downloaded strum_macros v0.27.2
7112026-08-07T21:25:17.786Z Downloaded thread_local v1.1.9
7122026-08-07T21:25:17.789Z Downloaded tokio-dtrace v0.1.1
7132026-08-07T21:25:17.789Z Downloaded tokio-macros v2.7.0
7142026-08-07T21:25:17.789Z Downloaded tokio-native-tls v0.3.1
7152026-08-07T21:25:17.793Z Downloaded tiny-keccak v2.0.2
7162026-08-07T21:25:17.793Z Downloaded tui-tree-widget v0.23.1
7172026-08-07T21:25:17.793Z Downloaded vergen-lib v0.1.6
7182026-08-07T21:25:17.796Z Downloaded keccak v0.1.6
7192026-08-07T21:25:17.798Z Downloaded base64 v0.22.1
7202026-08-07T21:25:17.801Z Downloaded parking_lot_core v0.8.6
7212026-08-07T21:25:17.804Z Downloaded serde_cbor v0.11.2
7222026-08-07T21:25:17.807Z Downloaded slab v0.4.12
7232026-08-07T21:25:17.807Z Downloaded group v0.14.0
7242026-08-07T21:25:17.810Z Downloaded match_cfg v0.1.0
7252026-08-07T21:25:17.819Z Downloaded sha2 v0.11.0
7262026-08-07T21:25:17.819Z Downloaded hmac v0.13.0
7272026-08-07T21:25:17.819Z Downloaded httparse v1.10.1
7282026-08-07T21:25:17.819Z Downloaded chacha20poly1305 v0.10.1
7292026-08-07T21:25:17.819Z Downloaded compact_str v0.8.1
7302026-08-07T21:25:17.822Z Downloaded corncobs v0.1.4
7312026-08-07T21:25:17.822Z Downloaded uzers v0.12.2
7322026-08-07T21:25:17.828Z Downloaded derive_builder_core v0.20.2
7332026-08-07T21:25:17.828Z Downloaded libscf-sys v1.2.0
7342026-08-07T21:25:17.828Z Downloaded lru v0.12.5
7352026-08-07T21:25:17.828Z Downloaded newtype-uuid-macros v0.1.0
7362026-08-07T21:25:17.828Z Downloaded olpc-cjson v0.1.4
7372026-08-07T21:25:17.828Z Downloaded num_enum_derive v0.5.11
7382026-08-07T21:25:17.829Z Downloaded term v1.2.1
7392026-08-07T21:25:17.832Z Downloaded progenitor-impl v0.13.0
7402026-08-07T21:25:17.842Z Downloaded salsa20 v0.11.0
7412026-08-07T21:25:17.842Z Downloaded newtype_derive v0.1.6
7422026-08-07T21:25:17.842Z Downloaded diesel-dtrace v0.5.0
7432026-08-07T21:25:17.842Z Downloaded const_format v0.2.35
7442026-08-07T21:25:17.842Z Downloaded wyz v0.5.1
7452026-08-07T21:25:17.842Z Downloaded password-hash v0.6.1
7462026-08-07T21:25:17.862Z Downloaded p384 v0.14.0
7472026-08-07T21:25:17.862Z Downloaded critical-section v1.2.0
7482026-08-07T21:25:17.862Z Downloaded daft v0.1.7
7492026-08-07T21:25:17.862Z Downloaded delegate v0.13.5
7502026-08-07T21:25:17.862Z Downloaded indoc v2.0.7
7512026-08-07T21:25:17.862Z Downloaded ingot-types v0.2.0
7522026-08-07T21:25:17.862Z Downloaded unicode-properties v0.1.4
7532026-08-07T21:25:17.862Z Downloaded percent-encoding v2.3.2
7542026-08-07T21:25:17.862Z Downloaded phf_shared v0.11.3
7552026-08-07T21:25:17.862Z Downloaded impl-trait-for-tuples v0.2.3
7562026-08-07T21:25:17.862Z Downloaded ingot v0.2.1
7572026-08-07T21:25:17.862Z Downloaded half v2.7.1
7582026-08-07T21:25:17.867Z Downloaded zerocopy v0.6.6
7592026-08-07T21:25:17.874Z Downloaded rfc6979 v0.4.0
7602026-08-07T21:25:17.877Z Downloaded russh-util v0.52.0
7612026-08-07T21:25:17.877Z Downloaded serde_repr v0.1.20
7622026-08-07T21:25:17.880Z Downloaded same-file v1.0.6
7632026-08-07T21:25:17.880Z Downloaded serde_bytes v0.11.19
7642026-08-07T21:25:17.880Z Downloaded sha1 v0.11.0
7652026-08-07T21:25:17.883Z Downloaded siphasher v1.0.2
7662026-08-07T21:25:17.886Z Downloaded vergen-lib v9.1.0
7672026-08-07T21:25:17.886Z Downloaded base64 v0.21.7
7682026-08-07T21:25:17.886Z Downloaded futures v0.3.32
7692026-08-07T21:25:17.889Z Downloaded libefi-sys v0.1.0
7702026-08-07T21:25:17.891Z Downloaded module-lattice v0.2.3
7712026-08-07T21:25:17.892Z Downloaded newtype-uuid v1.3.2
7722026-08-07T21:25:17.892Z Downloaded heapless v0.7.17
7732026-08-07T21:25:17.896Z Downloaded derive_builder v0.20.2
7742026-08-07T21:25:17.896Z Downloaded hyper-rustls v0.27.7
7752026-08-07T21:25:17.896Z Downloaded linear-map v1.2.0
7762026-08-07T21:25:17.899Z Downloaded bytes v1.11.1
7772026-08-07T21:25:17.899Z Downloaded num-integer v0.1.46
7782026-08-07T21:25:17.902Z Downloaded ecdsa v0.17.0
7792026-08-07T21:25:17.902Z Downloaded strsim v0.10.0
7802026-08-07T21:25:17.902Z Downloaded flume v0.11.1
7812026-08-07T21:25:17.905Z Downloaded tower-layer v0.3.3
7822026-08-07T21:25:17.905Z Downloaded iana-time-zone v0.1.65
7832026-08-07T21:25:17.908Z Downloaded tracing-attributes v0.1.31
7842026-08-07T21:25:17.908Z Downloaded nanorand v0.7.0
7852026-08-07T21:25:17.910Z Downloaded thread-id v5.1.0
7862026-08-07T21:25:17.913Z Downloaded oxide-tokio-rt v0.1.4
7872026-08-07T21:25:17.916Z Downloaded pin-project-internal v1.1.11
7882026-08-07T21:25:17.916Z Downloaded expectorate v1.2.0
7892026-08-07T21:25:17.916Z Downloaded socket2 v0.6.3
7902026-08-07T21:25:17.919Z Downloaded ctr v0.10.1
7912026-08-07T21:25:17.919Z Downloaded paste v1.0.15
7922026-08-07T21:25:17.922Z Downloaded pkcs8 v0.10.2
7932026-08-07T21:25:17.922Z Downloaded polyval v0.7.1
7942026-08-07T21:25:17.922Z Downloaded trait-variant v0.1.2
7952026-08-07T21:25:17.925Z Downloaded usdt-attr-macro v0.6.0
7962026-08-07T21:25:17.925Z Downloaded ingot-macros v0.2.0
7972026-08-07T21:25:17.925Z Downloaded thiserror-impl-no-std v2.0.2
7982026-08-07T21:25:17.925Z Downloaded universal-hash v0.6.1
7992026-08-07T21:25:17.925Z Downloaded oxide-update-engine-display v0.1.2
8002026-08-07T21:25:17.925Z Downloaded papergrid v0.17.0
8012026-08-07T21:25:17.930Z Downloaded predicates v3.1.4
8022026-08-07T21:25:17.933Z Downloaded ar_archive_writer v0.5.1
8032026-08-07T21:25:17.933Z Downloaded oxide-update-engine v0.1.2
8042026-08-07T21:25:17.933Z Downloaded rand_pcg v0.10.2
8052026-08-07T21:25:17.933Z Downloaded rustls-native-certs v0.8.3
8062026-08-07T21:25:17.936Z Downloaded r2d2 v0.8.10
8072026-08-07T21:25:17.939Z Downloaded rand_seeder v0.4.0
8082026-08-07T21:25:17.941Z Downloaded subprocess v0.2.15
8092026-08-07T21:25:17.948Z Downloaded memmap2 v0.9.10
8102026-08-07T21:25:17.953Z Downloaded cc v1.2.56
8112026-08-07T21:25:17.956Z Downloaded crc-catalog v2.4.0
8122026-08-07T21:25:17.956Z Downloaded aes v0.9.1
8132026-08-07T21:25:17.959Z Downloaded slog-dtrace v0.3.0
8142026-08-07T21:25:17.959Z Downloaded diff v0.1.13
8152026-08-07T21:25:17.961Z Downloaded async-compression v0.4.41
8162026-08-07T21:25:17.967Z Downloaded crucible-workspace-hack v0.1.0
8172026-08-07T21:25:17.967Z Downloaded darling_macro v0.23.0
8182026-08-07T21:25:17.967Z Downloaded cstr-argument v0.1.2
8192026-08-07T21:25:17.967Z Downloaded shlex v1.3.0
8202026-08-07T21:25:17.967Z Downloaded difflib v0.4.0
8212026-08-07T21:25:17.967Z Downloaded smallvec v0.6.14
8222026-08-07T21:25:17.967Z Downloaded strum_macros v0.24.3
8232026-08-07T21:25:17.967Z Downloaded strum_macros v0.26.4
8242026-08-07T21:25:17.971Z Downloaded tabled_derive v0.11.0
8252026-08-07T21:25:17.971Z Downloaded hickory-resolver v0.24.4
8262026-08-07T21:25:17.974Z Downloaded rustversion v1.0.22
8272026-08-07T21:25:17.974Z Downloaded dropshot-api-manager-types v0.7.2
8282026-08-07T21:25:17.974Z Downloaded ryu v1.0.23
8292026-08-07T21:25:17.974Z Downloaded bumpalo v3.20.2
8302026-08-07T21:25:17.977Z Downloaded rustls-webpki v0.103.13
8312026-08-07T21:25:17.977Z Downloaded spki v0.7.3
8322026-08-07T21:25:17.980Z Downloaded static_assertions v1.1.0
8332026-08-07T21:25:17.980Z Downloaded ignore v0.4.25
8342026-08-07T21:25:17.980Z Downloaded postgres-types v0.2.12
8352026-08-07T21:25:17.983Z Downloaded unicase v2.9.0
8362026-08-07T21:25:17.983Z Downloaded hickory-resolver v0.25.2
8372026-08-07T21:25:17.986Z Downloaded inout v0.2.2
8382026-08-07T21:25:17.987Z Downloaded proc-macro-error2 v2.0.1
8392026-08-07T21:25:17.989Z Downloaded headers v0.4.1
8402026-08-07T21:25:17.989Z Downloaded crossbeam-utils v0.8.21
8412026-08-07T21:25:17.994Z Downloaded hashbrown v0.12.3
8422026-08-07T21:25:17.996Z Downloaded http v1.4.2
8432026-08-07T21:25:17.996Z Downloaded internet-checksum v0.2.1
8442026-08-07T21:25:17.996Z Downloaded kem v0.3.0
8452026-08-07T21:25:17.996Z Downloaded whoami v2.1.0
8462026-08-07T21:25:18.003Z Downloaded writeable v0.6.2
8472026-08-07T21:25:18.003Z Downloaded crc-any v2.5.0
8482026-08-07T21:25:18.003Z Downloaded thiserror-no-std v2.0.2
8492026-08-07T21:25:18.008Z Downloaded zerovec-derive v0.11.2
8502026-08-07T21:25:18.008Z Downloaded tokio-tungstenite v0.21.0
8512026-08-07T21:25:18.008Z Downloaded lru-slab v0.1.2
8522026-08-07T21:25:18.008Z Downloaded lru-cache v0.1.2
8532026-08-07T21:25:18.008Z Downloaded lzss v0.8.2
8542026-08-07T21:25:18.014Z Downloaded num-derive v0.4.2
8552026-08-07T21:25:18.014Z Downloaded normalize-line-endings v0.3.0
8562026-08-07T21:25:18.014Z Downloaded opaque-debug v0.3.1
8572026-08-07T21:25:18.014Z Downloaded progenitor-macro v0.13.0
8582026-08-07T21:25:18.017Z Downloaded toml_edit v0.19.15
8592026-08-07T21:25:18.025Z Downloaded vergen-gitcl v1.0.8
8602026-08-07T21:25:18.028Z Downloaded phf_shared v0.13.1
8612026-08-07T21:25:18.028Z Downloaded precomputed-hash v0.1.1
8622026-08-07T21:25:18.028Z Downloaded recursive v0.1.1
8632026-08-07T21:25:18.037Z Downloaded unsafe-libyaml v0.2.11
8642026-08-07T21:25:18.043Z Downloaded serde_with_macros v3.21.0
8652026-08-07T21:25:18.052Z Downloaded twox-hash v2.1.2
8662026-08-07T21:25:18.052Z Downloaded crossbeam-deque v0.8.6
8672026-08-07T21:25:18.052Z Downloaded defmt-macros v1.0.1
8682026-08-07T21:25:18.052Z Downloaded deranged v0.5.8
8692026-08-07T21:25:18.052Z Downloaded zerocopy-derive v0.8.40
8702026-08-07T21:25:18.056Z Downloaded rustc_version v0.4.1
8712026-08-07T21:25:18.059Z Downloaded keccak v0.2.0
8722026-08-07T21:25:18.059Z Downloaded heapless v0.8.0
8732026-08-07T21:25:18.062Z Downloaded hickory-server v0.25.2
8742026-08-07T21:25:18.062Z Downloaded jobserver v0.1.34
8752026-08-07T21:25:18.065Z Downloaded lock_api v0.4.14
8762026-08-07T21:25:18.065Z Downloaded semver v0.1.20
8772026-08-07T21:25:18.074Z Downloaded spki v0.8.0
8782026-08-07T21:25:18.083Z Downloaded digest v0.11.3
8792026-08-07T21:25:18.084Z Downloaded owo-colors v4.3.0
8802026-08-07T21:25:18.084Z Downloaded serde_urlencoded v0.7.1
8812026-08-07T21:25:18.084Z Downloaded structmeta v0.3.0
8822026-08-07T21:25:18.084Z Downloaded hashbrown v0.13.2
8832026-08-07T21:25:18.088Z Downloaded sqlparser_derive v0.5.0
8842026-08-07T21:25:18.088Z Downloaded topological-sort v0.2.2
8852026-08-07T21:25:18.088Z Downloaded pem v3.0.6
8862026-08-07T21:25:18.088Z Downloaded sync_wrapper v1.0.2
8872026-08-07T21:25:18.088Z Downloaded aes-gcm v0.11.0
8882026-08-07T21:25:18.088Z Downloaded darling v0.20.11
8892026-08-07T21:25:18.088Z Downloaded oxide-update-engine-types v0.1.2
8902026-08-07T21:25:18.092Z Downloaded darling_core v0.20.11
8912026-08-07T21:25:18.095Z Downloaded termtree v0.5.1
8922026-08-07T21:25:18.098Z Downloaded num_enum_derive v0.7.6
8932026-08-07T21:25:18.098Z Downloaded password-hash v0.5.0
8942026-08-07T21:25:18.101Z Downloaded usdt v0.6.0
8952026-08-07T21:25:18.101Z Downloaded pkg-config v0.3.32
8962026-08-07T21:25:18.104Z Downloaded zerofrom-derive v0.1.6
8972026-08-07T21:25:18.104Z Downloaded zone v0.3.1
8982026-08-07T21:25:18.104Z Downloaded darling_macro v0.13.4
8992026-08-07T21:25:18.107Z Downloaded prefix-trie v0.7.0
9002026-08-07T21:25:18.110Z Downloaded primeorder v0.14.0
9012026-08-07T21:25:18.110Z Downloaded digest-io v0.1.0
9022026-08-07T21:25:18.110Z Downloaded dirs-next v2.0.0
9032026-08-07T21:25:18.112Z Downloaded embedded-io v0.6.1
9042026-08-07T21:25:18.112Z Downloaded instant v0.1.13
9052026-08-07T21:25:18.115Z Downloaded vergen-git2 v9.1.0
9062026-08-07T21:25:18.118Z Downloaded rand_core v0.6.4
9072026-08-07T21:25:18.118Z Downloaded resolv-conf v0.7.6
9082026-08-07T21:25:18.118Z Downloaded rusty-fork v0.3.1
9092026-08-07T21:25:18.121Z Downloaded dunce v1.0.5
9102026-08-07T21:25:18.122Z Downloaded dyn-clone v1.0.20
9112026-08-07T21:25:18.122Z Downloaded idna_adapter v1.2.1
9122026-08-07T21:25:18.124Z Downloaded unicode_categories v0.1.1
9132026-08-07T21:25:18.127Z Downloaded schemars v0.9.0
9142026-08-07T21:25:18.133Z Downloaded ml-kem v0.3.2
9152026-08-07T21:25:18.135Z Downloaded serde-hex v0.1.0
9162026-08-07T21:25:18.135Z Downloaded signal-hook-tokio v0.3.1
9172026-08-07T21:25:18.140Z Downloaded memoffset v0.9.1
9182026-08-07T21:25:18.140Z Downloaded yasna v0.5.2
9192026-08-07T21:25:18.140Z Downloaded schemars v0.8.22
9202026-08-07T21:25:18.144Z Downloaded progenitor-client v0.13.0
9212026-08-07T21:25:18.151Z Downloaded simd-adler32 v0.3.8
9222026-08-07T21:25:18.151Z Downloaded is-terminal v0.4.17
9232026-08-07T21:25:18.151Z Downloaded is_ci v1.2.0
9242026-08-07T21:25:18.151Z Downloaded nibble_vec v0.1.0
9252026-08-07T21:25:18.151Z Downloaded maplit v1.0.2
9262026-08-07T21:25:18.151Z Downloaded new_debug_unreachable v1.0.6
9272026-08-07T21:25:18.151Z Downloaded newline-converter v0.3.0
9282026-08-07T21:25:18.155Z Downloaded derive_more v0.99.20
9292026-08-07T21:25:18.158Z Downloaded dropshot_endpoint v0.17.1
9302026-08-07T21:25:18.159Z Downloaded elliptic-curve v0.14.1
9312026-08-07T21:25:18.163Z Downloaded parking_lot v0.12.5
9322026-08-07T21:25:18.163Z Downloaded stringprep v0.1.5
9332026-08-07T21:25:18.163Z Downloaded termios v0.3.3
9342026-08-07T21:25:18.165Z Downloaded crypto-common v0.2.2
9352026-08-07T21:25:18.168Z Downloaded packed_struct_codegen v0.10.1
9362026-08-07T21:25:18.173Z Downloaded parse-size v1.1.0
9372026-08-07T21:25:18.173Z Downloaded peg-runtime v0.8.5
9382026-08-07T21:25:18.176Z Downloaded icu_provider v2.1.1
9392026-08-07T21:25:18.177Z Downloaded nom v8.0.0
9402026-08-07T21:25:18.177Z Downloaded defmt v1.0.1
9412026-08-07T21:25:18.184Z Downloaded toml v0.7.8
9422026-08-07T21:25:18.184Z Downloaded toml v1.1.2+spec-1.1.0
9432026-08-07T21:25:18.187Z Downloaded typed-path v0.9.3
9442026-08-07T21:25:18.187Z Downloaded test-strategy v0.4.5
9452026-08-07T21:25:18.187Z Downloaded ipnet v2.11.0
9462026-08-07T21:25:18.187Z Downloaded uuid v1.23.4
9472026-08-07T21:25:18.190Z Downloaded port-file v0.1.0
9482026-08-07T21:25:18.190Z Downloaded serde_with_macros v1.5.2
9492026-08-07T21:25:18.193Z Downloaded csv-core v0.1.13
9502026-08-07T21:25:18.193Z Downloaded derive-ex v0.1.8
9512026-08-07T21:25:18.193Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-08-07T21:25:18.193Z Downloaded scroll_derive v0.13.1
9532026-08-07T21:25:18.193Z Downloaded serde_plain v1.0.2
9542026-08-07T21:25:18.193Z Downloaded rustc-hash v2.1.1
9552026-08-07T21:25:18.196Z Downloaded sapling-renderdag v0.1.0
9562026-08-07T21:25:18.202Z Downloaded libloading v0.8.9
9572026-08-07T21:25:18.205Z Downloaded signature v2.2.0
9582026-08-07T21:25:18.208Z Downloaded sha1 v0.10.6
9592026-08-07T21:25:18.208Z Downloaded seq-macro v0.3.6
9602026-08-07T21:25:18.208Z Downloaded icu_collections v2.1.1
9612026-08-07T21:25:18.211Z Downloaded zip v0.6.6
9622026-08-07T21:25:18.214Z Downloaded schemars v1.2.1
9632026-08-07T21:25:18.221Z Downloaded darling_core v0.21.3
9642026-08-07T21:25:18.224Z Downloaded strum v0.27.2
9652026-08-07T21:25:18.226Z Downloaded num-bigint v0.4.6
9662026-08-07T21:25:18.229Z Downloaded time-core v0.1.8
9672026-08-07T21:25:18.235Z Downloaded cookie_store v0.22.1
9682026-08-07T21:25:18.238Z Downloaded num_enum v0.5.11
9692026-08-07T21:25:18.242Z Downloaded oxnet v0.1.6
9702026-08-07T21:25:18.245Z Downloaded sync-ptr v0.1.4
9712026-08-07T21:25:18.245Z Downloaded cpufeatures v0.3.0
9722026-08-07T21:25:18.245Z Downloaded usdt-macro v0.6.0
9732026-08-07T21:25:18.245Z Downloaded utf8_iter v1.0.4
9742026-08-07T21:25:18.245Z Downloaded phc v0.6.1
9752026-08-07T21:25:18.248Z Downloaded indexmap v1.9.3
9762026-08-07T21:25:18.251Z Downloaded openssl-sys v0.9.117
9772026-08-07T21:25:18.253Z Downloaded smallvec v1.15.1
9782026-08-07T21:25:18.253Z Downloaded zeroize_derive v1.5.0
9792026-08-07T21:25:18.253Z Downloaded defmt v0.3.100
9802026-08-07T21:25:18.256Z Downloaded rustls-platform-verifier v0.6.2
9812026-08-07T21:25:18.257Z Downloaded cpubits v0.1.1
9822026-08-07T21:25:18.259Z Downloaded tar v0.4.46
9832026-08-07T21:25:18.260Z Downloaded usdt-impl v0.6.0
9842026-08-07T21:25:18.260Z Downloaded whoami v1.6.1
9852026-08-07T21:25:18.262Z Downloaded derive_builder_macro v0.20.2
9862026-08-07T21:25:18.262Z Downloaded downcast-rs v2.0.2
9872026-08-07T21:25:18.262Z Downloaded document-features v0.2.12
9882026-08-07T21:25:18.266Z Downloaded progenitor v0.14.0
9892026-08-07T21:25:18.269Z Downloaded inout v0.1.4
9902026-08-07T21:25:18.272Z Downloaded jiff-static v0.2.34
9912026-08-07T21:25:18.272Z Downloaded kstat-rs v0.2.5
9922026-08-07T21:25:18.272Z Downloaded maybe-uninit v2.0.0
9932026-08-07T21:25:18.272Z Downloaded powerfmt v0.2.0
9942026-08-07T21:25:18.272Z Downloaded rsa v0.9.10
9952026-08-07T21:25:18.276Z Downloaded pretty_assertions v1.4.1
9962026-08-07T21:25:18.280Z Downloaded stacker v0.1.23
9972026-08-07T21:25:18.280Z Downloaded reedline v0.40.0
9982026-08-07T21:25:18.283Z Downloaded illumos-nvpair v0.3.0
9992026-08-07T21:25:18.283Z Downloaded linked-hash-map v0.5.6
10002026-08-07T21:25:18.289Z Downloaded smf v0.2.3
10012026-08-07T21:25:18.291Z Downloaded similar v2.7.0
10022026-08-07T21:25:18.294Z Downloaded yansi v1.0.1
10032026-08-07T21:25:18.297Z Downloaded socket2 v0.5.10
10042026-08-07T21:25:18.300Z Downloaded slog-term v2.9.2
10052026-08-07T21:25:18.300Z Downloaded tokio-tungstenite v0.23.1
10062026-08-07T21:25:18.303Z Downloaded oso-derive v0.27.3
10072026-08-07T21:25:18.303Z Downloaded rfc6979 v0.6.0
10082026-08-07T21:25:18.305Z Downloaded aho-corasick v1.1.4
10092026-08-07T21:25:18.308Z Downloaded vte v0.14.1
10102026-08-07T21:25:18.312Z Downloaded synstructure v0.13.2
10112026-08-07T21:25:18.312Z Downloaded typify v0.6.2
10122026-08-07T21:25:18.312Z Downloaded icu_locale_core v2.1.1
10132026-08-07T21:25:18.315Z Downloaded snafu v0.8.9
10142026-08-07T21:25:18.317Z Downloaded cookie v0.18.1
10152026-08-07T21:25:18.320Z Downloaded sponge-cursor v0.1.0
10162026-08-07T21:25:18.320Z Downloaded time-macros v0.2.27
10172026-08-07T21:25:18.320Z Downloaded supports-color v3.0.2
10182026-08-07T21:25:18.323Z Downloaded tabwriter v1.4.1
10192026-08-07T21:25:18.323Z Downloaded tagptr v0.2.0
10202026-08-07T21:25:18.323Z Downloaded rand v0.10.1
10212026-08-07T21:25:18.326Z Downloaded postgres-protocol v0.6.10
10222026-08-07T21:25:18.326Z Downloaded minimal-lexical v0.2.1
10232026-08-07T21:25:18.329Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10242026-08-07T21:25:18.329Z Downloaded walkdir v2.5.0
10252026-08-07T21:25:18.329Z Downloaded crossbeam-epoch v0.9.18
10262026-08-07T21:25:18.332Z Downloaded xattr v1.6.1
10272026-08-07T21:25:18.332Z Downloaded ctutils v0.4.2
10282026-08-07T21:25:18.335Z Downloaded serde_with v1.14.0
10292026-08-07T21:25:18.338Z Downloaded tokio-test v0.4.5
10302026-08-07T21:25:18.341Z Downloaded unit-prefix v0.5.2
10312026-08-07T21:25:18.341Z Downloaded wait-timeout v0.2.1
10322026-08-07T21:25:18.347Z Downloaded primefield v0.14.0
10332026-08-07T21:25:18.347Z Downloaded crc8 v0.1.1
10342026-08-07T21:25:18.354Z Downloaded ed25519-dalek v3.0.0
10352026-08-07T21:25:18.354Z Downloaded rand_core v0.10.0
10362026-08-07T21:25:18.354Z Downloaded indoc v1.0.9
10372026-08-07T21:25:18.354Z Downloaded instability v0.3.11
10382026-08-07T21:25:18.355Z Downloaded multimap v0.10.1
10392026-08-07T21:25:18.355Z Downloaded nodrop v0.1.14
10402026-08-07T21:25:18.355Z Downloaded nonempty v0.12.0
10412026-08-07T21:25:18.362Z Downloaded derive-where v1.6.0
10422026-08-07T21:25:18.362Z Downloaded either v1.15.0
10432026-08-07T21:25:18.362Z Downloaded mime v0.3.17
10442026-08-07T21:25:18.362Z Downloaded hashbrown v0.15.5
10452026-08-07T21:25:18.365Z Downloaded mime_guess v2.0.5
10462026-08-07T21:25:18.365Z Downloaded num-complex v0.4.6
10472026-08-07T21:25:18.373Z Downloaded ident_case v1.0.1
10482026-08-07T21:25:18.381Z Downloaded display-error-chain v0.2.2
10492026-08-07T21:25:18.385Z Downloaded lazy_static v1.5.0
10502026-08-07T21:25:18.385Z Downloaded tungstenite v0.23.0
10512026-08-07T21:25:18.405Z Downloaded poly1305 v0.8.0
10522026-08-07T21:25:18.405Z Downloaded serde_path_to_error v0.1.20
10532026-08-07T21:25:18.405Z Downloaded rand_chacha v0.9.0
10542026-08-07T21:25:18.405Z Downloaded scheduled-thread-pool v0.2.7
10552026-08-07T21:25:18.405Z Downloaded managed v0.8.0
10562026-08-07T21:25:18.405Z Downloaded parse-display v0.10.0
10572026-08-07T21:25:18.405Z Downloaded rtoolbox v0.0.3
10582026-08-07T21:25:18.405Z Downloaded serde-big-array v0.5.1
10592026-08-07T21:25:18.408Z Downloaded subtle v2.6.1
10602026-08-07T21:25:18.408Z Downloaded slog-json v2.6.1
10612026-08-07T21:25:18.408Z Downloaded serdect v0.4.3
10622026-08-07T21:25:18.411Z Downloaded unicode-segmentation v1.12.0
10632026-08-07T21:25:18.415Z Downloaded zeroize v1.9.0
10642026-08-07T21:25:18.415Z Downloaded universal-hash v0.5.1
10652026-08-07T21:25:18.418Z Downloaded void v1.0.2
10662026-08-07T21:25:18.418Z Downloaded tokio-stream v0.1.18
10672026-08-07T21:25:18.421Z Downloaded hkdf v0.12.4
10682026-08-07T21:25:18.421Z Downloaded crc v3.4.0
10692026-08-07T21:25:18.424Z Downloaded ron v0.8.1
10702026-08-07T21:25:18.429Z Downloaded omicron-zone-package v0.12.3
10712026-08-07T21:25:18.431Z Downloaded pkcs5 v0.8.1
10722026-08-07T21:25:18.432Z Downloaded data-encoding v2.10.0
10732026-08-07T21:25:18.435Z Downloaded openssl-probe v0.2.1
10742026-08-07T21:25:18.440Z Downloaded diesel_table_macro_syntax v0.3.0
10752026-08-07T21:25:18.442Z Downloaded russh-cryptovec v0.62.0
10762026-08-07T21:25:18.442Z Downloaded signature v3.0.0
10772026-08-07T21:25:18.442Z Downloaded unicode-xid v0.2.6
10782026-08-07T21:25:18.446Z Downloaded quinn v0.11.11
10792026-08-07T21:25:18.451Z Downloaded signal-hook v0.3.18
10802026-08-07T21:25:18.454Z Downloaded pem-rfc7468 v0.7.0
10812026-08-07T21:25:18.454Z Downloaded displaydoc v0.2.5
10822026-08-07T21:25:18.456Z Downloaded tough v0.22.0
10832026-08-07T21:25:18.459Z Downloaded rand v0.8.6
10842026-08-07T21:25:18.462Z Downloaded md-5 v0.10.6
10852026-08-07T21:25:18.462Z Downloaded proc-macro-error-attr2 v2.0.0
10862026-08-07T21:25:18.464Z Downloaded quick-error v1.2.3
10872026-08-07T21:25:18.465Z Downloaded unicode-bidi v0.3.18
10882026-08-07T21:25:18.465Z Downloaded indicatif v0.18.4
10892026-08-07T21:25:18.467Z Downloaded icu_normalizer_data v2.1.1
10902026-08-07T21:25:18.467Z Downloaded libsw-core v0.3.2
10912026-08-07T21:25:18.470Z Downloaded serde_spanned v1.1.1
10922026-08-07T21:25:18.470Z Downloaded pem-rfc7468 v1.0.0
10932026-08-07T21:25:18.473Z Downloaded darling_macro v0.21.3
10942026-08-07T21:25:18.476Z Downloaded futures-util v0.3.32
10952026-08-07T21:25:18.479Z Downloaded tower-service v0.3.3
10962026-08-07T21:25:18.484Z Downloaded support-bundle-viewer v0.1.2
10972026-08-07T21:25:18.485Z Downloaded hyper v1.10.1
10982026-08-07T21:25:18.488Z Downloaded toml_parser v1.1.2+spec-1.1.0
10992026-08-07T21:25:18.492Z Downloaded stable_deref_trait v1.2.1
11002026-08-07T21:25:18.495Z Downloaded serde_derive_internals v0.29.1
11012026-08-07T21:25:18.498Z Downloaded num-iter v0.1.45
11022026-08-07T21:25:18.498Z Downloaded zopfli v0.8.3
11032026-08-07T21:25:18.501Z Downloaded zstd v0.13.3
11042026-08-07T21:25:18.515Z Downloaded ed25519 v2.2.3
11052026-08-07T21:25:18.521Z Downloaded proc-macro-crate v3.4.0
11062026-08-07T21:25:18.521Z Downloaded bitvec v1.0.1
11072026-08-07T21:25:18.529Z Downloaded oso v0.27.3
11082026-08-07T21:25:18.537Z Downloaded native-tls v0.2.18
11092026-08-07T21:25:18.537Z Downloaded packed_struct v0.10.1
11102026-08-07T21:25:18.537Z Downloaded structmeta-derive v0.3.0
11112026-08-07T21:25:18.537Z Downloaded aws-lc-rs v1.16.3
11122026-08-07T21:25:18.537Z Downloaded string_cache v0.8.9
11132026-08-07T21:25:18.537Z Downloaded waitgroup v0.1.2
11142026-08-07T21:25:18.541Z Downloaded dsl_auto_type v0.2.0
11152026-08-07T21:25:18.541Z Downloaded indent_write v2.2.0
11162026-08-07T21:25:18.541Z Downloaded rayon v1.11.0
11172026-08-07T21:25:18.544Z Downloaded hashbrown v0.16.1
11182026-08-07T21:25:18.547Z Downloaded pkcs1 v0.8.0-rc.4
11192026-08-07T21:25:18.549Z Downloaded rcgen v0.12.1
11202026-08-07T21:25:18.549Z Downloaded hkdf v0.13.0
11212026-08-07T21:25:18.552Z Downloaded itertools v0.12.1
11222026-08-07T21:25:18.557Z Downloaded tinystr v0.8.2
11232026-08-07T21:25:18.558Z Downloaded zip v4.6.1
11242026-08-07T21:25:18.560Z Downloaded vsss-rs v3.3.4
11252026-08-07T21:25:18.560Z Downloaded convert_case v0.10.0
11262026-08-07T21:25:18.561Z Downloaded md5 v0.8.0
11272026-08-07T21:25:18.561Z Downloaded progenitor-macro v0.14.0
11282026-08-07T21:25:18.561Z Downloaded blake3 v1.8.5
11292026-08-07T21:25:18.565Z Downloaded ppv-lite86 v0.2.21
11302026-08-07T21:25:18.567Z Downloaded rustls-pki-types v1.14.0
11312026-08-07T21:25:18.567Z Downloaded tungstenite v0.21.0
11322026-08-07T21:25:18.570Z Downloaded rsa v0.10.0-rc.18
11332026-08-07T21:25:18.573Z Downloaded libsw v3.5.0
11342026-08-07T21:25:18.573Z Downloaded secrecy v0.10.3
11352026-08-07T21:25:18.576Z Downloaded yoke v0.8.1
11362026-08-07T21:25:18.576Z Downloaded daft-derive v0.1.7
11372026-08-07T21:25:18.578Z Downloaded ed25519 v3.0.0
11382026-08-07T21:25:18.579Z Downloaded salty v0.3.0
11392026-08-07T21:25:18.581Z Downloaded typify-macro v0.6.2
11402026-08-07T21:25:18.584Z Downloaded h2 v0.4.15
11412026-08-07T21:25:18.587Z Downloaded publicsuffix v2.3.0
11422026-08-07T21:25:18.587Z Downloaded mio v1.2.0
11432026-08-07T21:25:18.593Z Downloaded crc32fast v1.5.0
11442026-08-07T21:25:18.593Z Downloaded untrusted v0.9.0
11452026-08-07T21:25:18.593Z Downloaded darling v0.23.0
11462026-08-07T21:25:18.599Z Downloaded scopeguard v1.2.0
11472026-08-07T21:25:18.599Z Downloaded toml_edit v0.23.10+spec-1.0.0
11482026-08-07T21:25:18.599Z Downloaded schemars_derive v0.8.22
11492026-08-07T21:25:18.599Z Downloaded unicode-truncate v1.1.0
11502026-08-07T21:25:18.603Z Downloaded wnaf v0.14.0
11512026-08-07T21:25:18.603Z Downloaded der_derive v0.7.3
11522026-08-07T21:25:18.603Z Downloaded num_threads v0.1.7
11532026-08-07T21:25:18.603Z Downloaded icu_normalizer v2.1.1
11542026-08-07T21:25:18.603Z Downloaded x509-cert v0.2.5
11552026-08-07T21:25:18.608Z Downloaded toml_writer v1.1.1+spec-1.1.0
11562026-08-07T21:25:18.608Z Downloaded pin-project v1.1.11
11572026-08-07T21:25:18.620Z Downloaded crypto-bigint v0.5.5
11582026-08-07T21:25:18.627Z Downloaded illumos-nvpair-sys v0.2.0
11592026-08-07T21:25:18.631Z Downloaded slog-envlogger v2.2.0
11602026-08-07T21:25:18.631Z Downloaded lalrpop-util v0.19.12
11612026-08-07T21:25:18.631Z Downloaded tracing-core v0.1.36
11622026-08-07T21:25:18.637Z Downloaded dropshot-api-manager v0.7.2
11632026-08-07T21:25:18.637Z Downloaded pin-project-lite v0.2.17
11642026-08-07T21:25:18.640Z Downloaded bindgen v0.71.1
11652026-08-07T21:25:18.640Z Downloaded itertools v0.15.0
11662026-08-07T21:25:18.645Z Downloaded zerotrie v0.2.3
11672026-08-07T21:25:18.648Z Downloaded zone_cfg_derive v0.3.1
11682026-08-07T21:25:18.648Z Downloaded qorb v0.4.1
11692026-08-07T21:25:18.648Z Downloaded quinn-udp v0.5.14
11702026-08-07T21:25:18.651Z Downloaded scuffle v0.1.0
11712026-08-07T21:25:18.652Z Downloaded parse-display-derive v0.10.0
11722026-08-07T21:25:18.652Z Downloaded rustyline v14.0.0
11732026-08-07T21:25:18.655Z Downloaded scrypt v0.12.0
11742026-08-07T21:25:18.655Z Downloaded snafu-derive v0.8.9
11752026-08-07T21:25:18.660Z Downloaded path-slash v0.1.5
11762026-08-07T21:25:18.660Z Downloaded progenitor-client v0.14.0
11772026-08-07T21:25:18.660Z Downloaded reqwest v0.12.28
11782026-08-07T21:25:18.660Z Downloaded ipnetwork v0.21.1
11792026-08-07T21:25:18.661Z Downloaded multer v3.1.0
11802026-08-07T21:25:18.666Z Downloaded rustls-pemfile v2.2.0
11812026-08-07T21:25:18.666Z Downloaded winnow v0.6.26
11822026-08-07T21:25:18.675Z Downloaded tls_codec_derive v0.4.2
11832026-08-07T21:25:18.675Z Downloaded num v0.4.3
11842026-08-07T21:25:18.675Z Downloaded sigpipe v0.1.3
11852026-08-07T21:25:18.675Z Downloaded tap v1.0.1
11862026-08-07T21:25:18.675Z Downloaded phf_shared v0.12.1
11872026-08-07T21:25:18.679Z Downloaded try-lock v0.2.5
11882026-08-07T21:25:18.679Z Downloaded ecdsa v0.16.9
11892026-08-07T21:25:18.682Z Downloaded peg-macros v0.8.5
11902026-08-07T21:25:18.690Z Downloaded litrs v1.0.0
11912026-08-07T21:25:18.695Z Downloaded elliptic-curve v0.13.8
11922026-08-07T21:25:18.698Z Downloaded libxml v0.3.3
11932026-08-07T21:25:18.701Z Downloaded icu_properties_data v2.1.2
11942026-08-07T21:25:18.704Z Downloaded icu_properties v2.1.2
11952026-08-07T21:25:18.707Z Downloaded url v2.5.8
11962026-08-07T21:25:18.710Z Downloaded zstd-safe v7.2.4
11972026-08-07T21:25:18.710Z Downloaded rand_chacha v0.3.1
11982026-08-07T21:25:18.714Z Downloaded chrono v0.4.45
11992026-08-07T21:25:18.718Z Downloaded darling_core v0.13.4
12002026-08-07T21:25:18.725Z Downloaded prettyplease v0.2.37
12012026-08-07T21:25:18.733Z Downloaded derive_more v2.1.1
12022026-08-07T21:25:18.738Z Downloaded tokio-rustls v0.26.4
12032026-08-07T21:25:18.741Z Downloaded tinyvec_macros v0.1.1
12042026-08-07T21:25:18.744Z Downloaded tokio-util v0.7.18
12052026-08-07T21:25:18.749Z Downloaded darling v0.13.4
12062026-08-07T21:25:19.754Z Downloaded slog v2.8.2
12072026-08-07T21:25:19.760Z Downloaded ena v0.14.4
12082026-08-07T21:25:19.760Z Downloaded serde_yaml v0.9.34+deprecated
12092026-08-07T21:25:19.760Z Downloaded vergen v9.1.0
12102026-08-07T21:25:19.760Z Downloaded xshell v0.2.7
12112026-08-07T21:25:19.761Z Downloaded crypto-primes v0.7.2
12122026-08-07T21:25:19.761Z Downloaded radix_trie v0.2.1
12132026-08-07T21:25:19.761Z Downloaded zerovec v0.11.5
12142026-08-07T21:25:19.761Z Downloaded miniz_oxide v0.8.9
12152026-08-07T21:25:19.761Z Downloaded slog-async v2.8.0
12162026-08-07T21:25:19.761Z Downloaded spin v0.9.8
12172026-08-07T21:25:19.761Z Downloaded iddqd v0.4.2
12182026-08-07T21:25:19.761Z Downloaded itertools v0.14.0
12192026-08-07T21:25:19.761Z Downloaded nom v7.1.3
12202026-08-07T21:25:19.761Z Downloaded itertools v0.10.5
12212026-08-07T21:25:19.761Z Downloaded sha3 v0.12.0
12222026-08-07T21:25:19.761Z Downloaded litemap v0.8.1
12232026-08-07T21:25:19.761Z Downloaded darling v0.21.3
12242026-08-07T21:25:19.761Z Downloaded des v0.9.0
12252026-08-07T21:25:19.761Z Downloaded p256 v0.14.0
12262026-08-07T21:25:19.761Z Downloaded libbz2-rs-sys v0.2.2
12272026-08-07T21:25:19.761Z Downloaded parking_lot v0.11.2
12282026-08-07T21:25:19.761Z Downloaded primeorder v0.13.6
12292026-08-07T21:25:19.761Z Downloaded progenitor-impl v0.14.0
12302026-08-07T21:25:19.761Z Downloaded tokio-postgres v0.7.16
12312026-08-07T21:25:19.761Z Downloaded unicode-normalization v0.1.25
12322026-08-07T21:25:19.761Z Downloaded diesel_derives v2.3.7
12332026-08-07T21:25:19.761Z Downloaded smoltcp v0.9.1
12342026-08-07T21:25:19.761Z Downloaded tinyvec v1.10.0
12352026-08-07T21:25:19.761Z Downloaded git2 v0.20.4
12362026-08-07T21:25:19.761Z Downloaded quick-xml v0.37.5
12372026-08-07T21:25:19.761Z Downloaded steno v0.4.1
12382026-08-07T21:25:19.761Z Downloaded samael v0.0.19
12392026-08-07T21:25:19.761Z Downloaded der v0.7.10
12402026-08-07T21:25:19.761Z Downloaded ed25519-dalek v2.2.0
12412026-08-07T21:25:19.761Z Downloaded p384 v0.13.1
12422026-08-07T21:25:19.761Z Downloaded num_enum v0.7.6
12432026-08-07T21:25:19.761Z Downloaded darling_core v0.23.0
12442026-08-07T21:25:19.761Z Downloaded tower v0.5.3
12452026-08-07T21:25:19.761Z Downloaded zerocopy v0.8.40
12462026-08-07T21:25:19.761Z Downloaded libm v0.2.16
12472026-08-07T21:25:19.761Z Downloaded rand v0.9.2
12482026-08-07T21:25:19.762Z Downloaded drift v0.2.0
12492026-08-07T21:25:19.762Z Downloaded hyper-util v0.1.20
12502026-08-07T21:25:19.762Z Downloaded num-bigint-dig v0.8.6
12512026-08-07T21:25:19.762Z Downloaded rayon-core v1.13.0
12522026-08-07T21:25:19.762Z Downloaded term v0.7.0
12532026-08-07T21:25:19.762Z Downloaded goblin v0.10.5
12542026-08-07T21:25:19.762Z Downloaded russh v0.62.4
12552026-08-07T21:25:19.762Z Downloaded crossbeam-channel v0.5.15
12562026-08-07T21:25:19.762Z Downloaded p521 v0.14.0
12572026-08-07T21:25:19.762Z Downloaded iri-string v0.7.10
12582026-08-07T21:25:19.762Z Downloaded tabled v0.20.0
12592026-08-07T21:25:19.762Z Downloaded proptest v1.11.0
12602026-08-07T21:25:19.762Z Downloaded serde_with v3.21.0
12612026-08-07T21:25:19.762Z Downloaded openssl v0.10.80
12622026-08-07T21:25:19.762Z Downloaded ssh-key v0.7.0-rc.11
12632026-08-07T21:25:19.762Z Downloaded derive_more-impl v2.1.1
12642026-08-07T21:25:19.762Z Downloaded winnow v0.5.40
12652026-08-07T21:25:19.762Z Downloaded der v0.8.0
12662026-08-07T21:25:19.762Z Downloaded regex v1.12.3
12672026-08-07T21:25:19.762Z Downloaded lalrpop v0.19.12
12682026-08-07T21:25:19.762Z Downloaded zlib-rs v0.6.2
12692026-08-07T21:25:19.762Z Downloaded jiff-core v0.1.0
12702026-08-07T21:25:19.762Z Downloaded petname v2.0.2
12712026-08-07T21:25:19.762Z Downloaded bstr v1.12.1
12722026-08-07T21:25:19.762Z Downloaded internal-russh-num-bigint v0.5.0
12732026-08-07T21:25:19.762Z Downloaded crossterm v0.29.0
12742026-08-07T21:25:19.762Z Downloaded reqwest v0.13.2
12752026-08-07T21:25:19.762Z Downloaded crossterm v0.28.1
12762026-08-07T21:25:19.762Z Downloaded idna v1.1.0
12772026-08-07T21:25:19.762Z Downloaded rawzip v0.4.4
12782026-08-07T21:25:19.762Z Downloaded winnow v1.0.3
12792026-08-07T21:25:19.762Z Downloaded time v0.3.47
12802026-08-07T21:25:19.762Z Downloaded tower-http v0.6.8
12812026-08-07T21:25:19.762Z Downloaded itertools v0.13.0
12822026-08-07T21:25:19.762Z Downloaded portable-atomic v1.13.1
12832026-08-07T21:25:19.762Z Downloaded moka v0.12.13
12842026-08-07T21:25:19.762Z Downloaded rustls v0.23.41
12852026-08-07T21:25:19.762Z Downloaded regex-syntax v0.6.29
12862026-08-07T21:25:19.762Z Downloaded hickory-proto v0.24.4
12872026-08-07T21:25:19.763Z Downloaded quinn-proto v0.11.16
12882026-08-07T21:25:19.763Z Downloaded openapiv3 v2.2.0
12892026-08-07T21:25:19.763Z Downloaded crypto-bigint v0.7.5
12902026-08-07T21:25:19.763Z Downloaded object v0.37.3
12912026-08-07T21:25:19.763Z Downloaded regress v0.10.5
12922026-08-07T21:25:19.763Z Downloaded dropshot v0.17.1
12932026-08-07T21:25:19.763Z Downloaded vcpkg v0.2.15
12942026-08-07T21:25:19.763Z Downloaded curve25519-dalek v4.1.3
12952026-08-07T21:25:19.763Z Downloaded nix v0.31.2
12962026-08-07T21:25:19.763Z Downloaded polar-core v0.27.3
12972026-08-07T21:25:19.763Z Downloaded nix v0.27.1
12982026-08-07T21:25:19.763Z Downloaded object v0.30.4
12992026-08-07T21:25:19.763Z Downloaded hickory-proto v0.25.2
13002026-08-07T21:25:19.763Z Downloaded curve25519-dalek v5.0.0
13012026-08-07T21:25:19.763Z Downloaded smoltcp v0.11.0
13022026-08-07T21:25:19.763Z Downloaded nix v0.28.0
13032026-08-07T21:25:19.763Z Downloaded sqlparser v0.61.0
13042026-08-07T21:25:19.763Z Downloaded diesel v2.3.7
13052026-08-07T21:25:19.763Z Downloaded regress v0.11.1
13062026-08-07T21:25:19.763Z Downloaded regex-syntax v0.8.10
13072026-08-07T21:25:19.766Z Downloaded tracing v0.1.44
13082026-08-07T21:25:19.766Z Downloaded zerocopy-derive v0.6.6
13092026-08-07T21:25:19.767Z Downloaded typify-impl v0.6.2
13102026-08-07T21:25:19.767Z Downloaded rustix v0.38.44
13112026-08-07T21:25:19.767Z Downloaded ratatui v0.29.0
13122026-08-07T21:25:19.767Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-08-07T21:25:19.767Z Downloaded sled v0.34.7
13142026-08-07T21:25:19.767Z Downloaded sha3 v0.11.0
13152026-08-07T21:25:19.767Z Downloaded chrono-tz v0.10.4
13162026-08-07T21:25:19.767Z Downloaded regex-automata v0.4.14
13172026-08-07T21:25:19.767Z Downloaded petgraph v0.8.3
13182026-08-07T21:25:19.767Z Downloaded petgraph v0.6.5
13192026-08-07T21:25:19.767Z Downloaded jiff v0.2.34
13202026-08-07T21:25:19.767Z Downloaded encoding_rs v0.8.35
13212026-08-07T21:25:19.767Z Downloaded libz-sys v1.1.24
13222026-08-07T21:25:19.767Z Downloaded csv v1.4.0
13232026-08-07T21:25:19.767Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-08-07T21:25:19.767Z Downloaded tokio v1.52.1
13252026-08-07T21:25:19.767Z Downloaded sha3 v0.10.8
13262026-08-07T21:25:19.767Z Downloaded ring v0.17.14
13272026-08-07T21:25:19.767Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-07T21:25:19.925Z Downloaded aws-lc-sys v0.40.0
13292026-08-07T21:25:20.184Z Compiling libc v0.2.185
13302026-08-07T21:25:20.184Z Compiling serde_core v1.0.228
13312026-08-07T21:25:20.196Z Compiling serde v1.0.228
13322026-08-07T21:25:20.196Z Compiling log v0.4.29
13332026-08-07T21:25:20.196Z Compiling smallvec v1.15.1
13342026-08-07T21:25:20.328Z Compiling find-msvc-tools v0.1.9
13352026-08-07T21:25:20.334Z Compiling shlex v1.3.0
13362026-08-07T21:25:20.342Z Compiling syn v2.0.117
13372026-08-07T21:25:20.526Z Compiling subtle v2.6.1
13382026-08-07T21:25:20.529Z Compiling scopeguard v1.2.0
13392026-08-07T21:25:20.569Z Compiling typenum v1.20.1
13402026-08-07T21:25:20.616Z Compiling stable_deref_trait v1.2.1
13412026-08-07T21:25:20.634Z Compiling lock_api v0.4.14
13422026-08-07T21:25:20.647Z Compiling zerocopy v0.8.40
13432026-08-07T21:25:20.690Z Compiling portable-atomic v1.13.1
13442026-08-07T21:25:20.702Z Compiling serde_json v1.0.151
13452026-08-07T21:25:20.857Z Compiling critical-section v1.2.0
13462026-08-07T21:25:20.899Z Compiling libm v0.2.16
13472026-08-07T21:25:20.961Z Compiling num-traits v0.2.19
13482026-08-07T21:25:21.066Z Compiling pkg-config v0.3.32
13492026-08-07T21:25:21.141Z Compiling jobserver v0.1.34
13502026-08-07T21:25:21.156Z Compiling errno v0.3.14
13512026-08-07T21:25:21.204Z Compiling getrandom v0.2.17
13522026-08-07T21:25:21.351Z Compiling cc v1.2.56
13532026-08-07T21:25:21.424Z Compiling rand_core v0.6.4
13542026-08-07T21:25:21.602Z Compiling generic-array v0.14.7
13552026-08-07T21:25:21.661Z Compiling once_cell v1.21.3
13562026-08-07T21:25:21.691Z Compiling getrandom v0.4.1
13572026-08-07T21:25:21.741Z Compiling parking_lot_core v0.9.12
13582026-08-07T21:25:21.785Z Compiling const-oid v0.9.6
13592026-08-07T21:25:21.868Z Compiling pin-project-lite v0.2.17
13602026-08-07T21:25:21.999Z Compiling rand_core v0.10.0
13612026-08-07T21:25:22.341Z Compiling bitflags v2.11.0
13622026-08-07T21:25:22.382Z Compiling signal-hook-registry v1.4.8
13632026-08-07T21:25:22.495Z Compiling litemap v0.8.1
13642026-08-07T21:25:22.625Z Compiling percent-encoding v2.3.2
13652026-08-07T21:25:22.659Z Compiling futures-core v0.3.32
13662026-08-07T21:25:22.733Z Compiling writeable v0.6.2
13672026-08-07T21:25:22.760Z Compiling semver v1.0.28
13682026-08-07T21:25:22.775Z Compiling parking_lot v0.12.5
13692026-08-07T21:25:22.814Z Compiling mio v1.2.0
13702026-08-07T21:25:22.817Z Compiling icu_normalizer_data v2.1.1
13712026-08-07T21:25:22.931Z Compiling icu_properties_data v2.1.2
13722026-08-07T21:25:22.963Z Compiling socket2 v0.6.3
13732026-08-07T21:25:23.088Z Compiling getrandom v0.3.4
13742026-08-07T21:25:23.112Z Compiling futures-sink v0.3.32
13752026-08-07T21:25:23.158Z Compiling indexmap v2.14.0
13762026-08-07T21:25:23.218Z Compiling futures-channel v0.3.32
13772026-08-07T21:25:23.278Z Compiling synstructure v0.13.2
13782026-08-07T21:25:23.294Z Compiling futures-io v0.3.32
13792026-08-07T21:25:23.371Z Compiling slab v0.4.12
13802026-08-07T21:25:23.452Z Compiling futures-task v0.3.32
13812026-08-07T21:25:23.452Z Compiling rustix v1.1.3
13822026-08-07T21:25:23.555Z Compiling utf8_iter v1.0.4
13832026-08-07T21:25:23.584Z Compiling form_urlencoded v1.2.2
13842026-08-07T21:25:23.623Z Compiling rustversion v1.0.22
13852026-08-07T21:25:23.706Z Compiling base64ct v1.8.3
13862026-08-07T21:25:23.768Z Compiling iana-time-zone v0.1.65
13872026-08-07T21:25:23.834Z Compiling cmake v0.1.57
13882026-08-07T21:25:23.889Z Compiling ident_case v1.0.1
13892026-08-07T21:25:23.976Z Compiling pem-rfc7468 v0.7.0
13902026-08-07T21:25:23.980Z Compiling dunce v1.0.5
13912026-08-07T21:25:24.008Z Compiling fs_extra v1.3.0
13922026-08-07T21:25:24.018Z Compiling regex-syntax v0.8.10
13932026-08-07T21:25:24.072Z Compiling flagset v0.4.7
13942026-08-07T21:25:24.220Z Compiling rand_core v0.9.5
13952026-08-07T21:25:24.248Z Compiling uuid v1.23.4
13962026-08-07T21:25:24.285Z Compiling aws-lc-sys v0.40.0
13972026-08-07T21:25:24.306Z Compiling base64 v0.22.1
13982026-08-07T21:25:24.504Z Compiling vcpkg v0.2.15
13992026-08-07T21:25:24.616Z Compiling syn v1.0.109
14002026-08-07T21:25:24.638Z Compiling serde_derive_internals v0.29.1
14012026-08-07T21:25:24.966Z Compiling rustc_version v0.4.1
14022026-08-07T21:25:24.986Z Compiling tracing-core v0.1.36
14032026-08-07T21:25:25.006Z Compiling serde_derive v1.0.228
14042026-08-07T21:25:25.258Z Compiling zeroize_derive v1.5.0
14052026-08-07T21:25:25.274Z Compiling zerofrom-derive v0.1.6
14062026-08-07T21:25:25.289Z Compiling zerocopy-derive v0.8.40
14072026-08-07T21:25:25.541Z Compiling yoke-derive v0.8.1
14082026-08-07T21:25:25.557Z Compiling zerovec-derive v0.11.2
14092026-08-07T21:25:25.919Z Compiling zeroize v1.9.0
14102026-08-07T21:25:26.135Z Compiling displaydoc v0.2.5
14112026-08-07T21:25:26.691Z Compiling zerofrom v0.1.6
14122026-08-07T21:25:26.705Z Compiling tokio-macros v2.7.0
14132026-08-07T21:25:26.745Z Compiling futures-macro v0.3.32
14142026-08-07T21:25:26.828Z Compiling yoke v0.8.1
14152026-08-07T21:25:26.905Z Compiling der_derive v0.7.3
14162026-08-07T21:25:27.005Z Compiling crypto-common v0.1.7
14172026-08-07T21:25:27.021Z Compiling zerovec v0.11.5
14182026-08-07T21:25:27.143Z Compiling zerotrie v0.2.3
14192026-08-07T21:25:27.441Z Compiling block-buffer v0.10.4
14202026-08-07T21:25:27.478Z Compiling thiserror-impl v2.0.18
14212026-08-07T21:25:27.586Z Compiling tinystr v0.8.2
14222026-08-07T21:25:27.606Z Compiling potential_utf v0.1.4
14232026-08-07T21:25:27.633Z Compiling digest v0.10.7
14242026-08-07T21:25:27.766Z Compiling icu_locale_core v2.1.1
14252026-08-07T21:25:27.792Z Compiling icu_collections v2.1.1
14262026-08-07T21:25:27.882Z Compiling futures-util v0.3.32
14272026-08-07T21:25:27.922Z Compiling der v0.7.10
14282026-08-07T21:25:28.275Z Compiling openssl-sys v0.9.117
14292026-08-07T21:25:28.566Z Compiling bytes v1.11.1
14302026-08-07T21:25:28.646Z Compiling icu_provider v2.1.1
14312026-08-07T21:25:28.801Z Compiling chrono v0.4.45
14322026-08-07T21:25:28.832Z Compiling thiserror v2.0.18
14332026-08-07T21:25:28.937Z Compiling icu_normalizer v2.1.1
14342026-08-07T21:25:28.951Z Compiling icu_properties v2.1.2
14352026-08-07T21:25:29.148Z Compiling tokio v1.52.1
14362026-08-07T21:25:29.184Z Compiling http v1.4.2
14372026-08-07T21:25:29.468Z Compiling spki v0.7.3
14382026-08-07T21:25:29.675Z Compiling ppv-lite86 v0.2.21
14392026-08-07T21:25:29.796Z Compiling idna_adapter v1.2.1
14402026-08-07T21:25:29.938Z Compiling idna v1.1.0
14412026-08-07T21:25:29.995Z Compiling rand_chacha v0.9.0
14422026-08-07T21:25:30.013Z Compiling tracing-attributes v0.1.31
14432026-08-07T21:25:30.092Z Compiling schemars v0.8.22
14442026-08-07T21:25:30.145Z Compiling cpufeatures v0.2.17
14452026-08-07T21:25:30.161Z Compiling dyn-clone v1.0.20
14462026-08-07T21:25:30.217Z Compiling url v2.5.8
14472026-08-07T21:25:30.285Z Compiling aws-lc-rs v1.16.3
14482026-08-07T21:25:30.319Z Compiling rand v0.9.2
14492026-08-07T21:25:30.566Z Compiling http-body v1.0.1
14502026-08-07T21:25:30.580Z Compiling pkcs8 v0.10.2
14512026-08-07T21:25:30.716Z Compiling rustls-pki-types v1.14.0
14522026-08-07T21:25:30.751Z Compiling schemars_derive v0.8.22
14532026-08-07T21:25:30.992Z Compiling spin v0.9.8
14542026-08-07T21:25:31.070Z Compiling cmov v0.5.4
14552026-08-07T21:25:31.154Z Compiling tinyvec_macros v0.1.1
14562026-08-07T21:25:31.195Z Compiling httparse v1.10.1
14572026-08-07T21:25:31.224Z Compiling crc32fast v1.5.0
14582026-08-07T21:25:31.271Z Compiling openssl-probe v0.2.1
14592026-08-07T21:25:31.301Z Compiling tracing v0.1.44
14602026-08-07T21:25:31.440Z Compiling ctutils v0.4.2
14612026-08-07T21:25:31.520Z Compiling tempfile v3.25.0
14622026-08-07T21:25:31.559Z Compiling tinyvec v1.10.0
14632026-08-07T21:25:31.574Z Compiling pest_generator v2.8.6
14642026-08-07T21:25:31.669Z Compiling sha2 v0.10.9
14652026-08-07T21:25:31.889Z Compiling aho-corasick v1.1.4
14662026-08-07T21:25:31.906Z Compiling radium v0.7.0
14672026-08-07T21:25:32.143Z Compiling untrusted v0.7.1
14682026-08-07T21:25:32.238Z Compiling try-lock v0.2.5
14692026-08-07T21:25:32.263Z Compiling atomic-waker v1.1.2
14702026-08-07T21:25:32.345Z Compiling tower-service v0.3.3
14712026-08-07T21:25:32.384Z Compiling tower-layer v0.3.3
14722026-08-07T21:25:32.488Z Compiling want v0.3.1
14732026-08-07T21:25:32.591Z Compiling pest_derive v2.8.6
14742026-08-07T21:25:32.670Z Compiling hybrid-array v0.4.13
14752026-08-07T21:25:33.000Z Compiling tokio-util v0.7.18
14762026-08-07T21:25:33.027Z Compiling regex-automata v0.4.14
14772026-08-07T21:25:33.556Z Compiling ipnet v2.11.0
14782026-08-07T21:25:33.574Z Compiling scroll_derive v0.13.1
14792026-08-07T21:25:33.619Z Compiling darling_core v0.20.11
14802026-08-07T21:25:34.024Z Compiling h2 v0.4.15
14812026-08-07T21:25:34.044Z Compiling maybe-uninit v2.0.0
14822026-08-07T21:25:34.305Z Compiling foreign-types-shared v0.1.1
14832026-08-07T21:25:34.358Z Compiling httpdate v1.0.3
14842026-08-07T21:25:34.388Z Compiling tap v1.0.1
14852026-08-07T21:25:34.500Z Compiling openssl v0.10.80
14862026-08-07T21:25:34.583Z Compiling rustls v0.23.41
14872026-08-07T21:25:34.638Z Compiling simd-adler32 v0.3.8
14882026-08-07T21:25:34.725Z Compiling untrusted v0.9.0
14892026-08-07T21:25:34.771Z Compiling wyz v0.5.1
14902026-08-07T21:25:34.816Z Compiling foreign-types v0.3.2
14912026-08-07T21:25:34.842Z Compiling scroll v0.13.0
14922026-08-07T21:25:34.921Z Compiling unicode-normalization v0.1.25
14932026-08-07T21:25:35.088Z Compiling rand_chacha v0.3.1
14942026-08-07T21:25:35.105Z Compiling hex v0.4.3
14952026-08-07T21:25:35.355Z Compiling signature v2.2.0
14962026-08-07T21:25:35.373Z Compiling thiserror-impl v1.0.69
14972026-08-07T21:25:35.376Z Compiling openssl-macros v0.1.1
14982026-08-07T21:25:35.532Z Compiling terminal_size v0.4.3
14992026-08-07T21:25:35.671Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-08-07T21:25:35.774Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-08-07T21:25:35.856Z Compiling num-integer v0.1.46
15022026-08-07T21:25:35.870Z Compiling darling_macro v0.20.11
15032026-08-07T21:25:35.945Z Compiling wait-timeout v0.2.1
15042026-08-07T21:25:36.154Z Compiling ahash v0.8.12
15052026-08-07T21:25:36.171Z Compiling funty v2.0.0
15062026-08-07T21:25:36.202Z Compiling quick-error v1.2.3
15072026-08-07T21:25:36.310Z Compiling adler2 v2.0.1
15082026-08-07T21:25:36.341Z Compiling num-bigint-dig v0.8.6
15092026-08-07T21:25:36.355Z Compiling packed_struct v0.10.1
15102026-08-07T21:25:36.437Z Compiling time-core v0.1.8
15112026-08-07T21:25:36.524Z Compiling bit-vec v0.8.0
15122026-08-07T21:25:36.582Z Compiling powerfmt v0.2.0
15132026-08-07T21:25:36.596Z Compiling num-conv v0.2.0
15142026-08-07T21:25:36.599Z Compiling native-tls v0.2.18
15152026-08-07T21:25:36.724Z Compiling time-macros v0.2.27
15162026-08-07T21:25:36.738Z Compiling deranged v0.5.8
15172026-08-07T21:25:36.755Z Compiling bit-set v0.8.0
15182026-08-07T21:25:36.781Z Compiling thiserror v1.0.69
15192026-08-07T21:25:36.862Z Compiling bitvec v1.0.1
15202026-08-07T21:25:36.888Z Compiling miniz_oxide v0.8.9
15212026-08-07T21:25:36.961Z Compiling darling v0.20.11
15222026-08-07T21:25:37.044Z Compiling clap_builder v4.6.0
15232026-08-07T21:25:37.068Z Compiling rusty-fork v0.3.1
15242026-08-07T21:25:37.374Z Compiling hyper v1.10.1
15252026-08-07T21:25:37.759Z Compiling num-iter v0.1.45
15262026-08-07T21:25:38.136Z Compiling rand v0.8.6
15272026-08-07T21:25:38.348Z Compiling goblin v0.10.5
15282026-08-07T21:25:38.575Z Compiling hyper-util v0.1.20
15292026-08-07T21:25:38.986Z Compiling packed_struct_codegen v0.10.1
15302026-08-07T21:25:39.009Z Compiling lazy_static v1.5.0
15312026-08-07T21:25:39.101Z Compiling toml_datetime v0.6.11
15322026-08-07T21:25:39.352Z Compiling serde_spanned v0.6.9
15332026-08-07T21:25:39.495Z Compiling hmac v0.12.1
15342026-08-07T21:25:39.652Z Compiling zerocopy-derive v0.6.6
15352026-08-07T21:25:40.023Z Compiling bitfield-macros v0.19.4
15362026-08-07T21:25:40.071Z Compiling clap_derive v4.6.1
15372026-08-07T21:25:40.285Z Compiling anstyle-parse v0.2.7
15382026-08-07T21:25:40.458Z Compiling rand_xorshift v0.4.0
15392026-08-07T21:25:40.473Z Compiling sync_wrapper v1.0.2
15402026-08-07T21:25:40.578Z Compiling indexmap v1.9.3
15412026-08-07T21:25:40.621Z Compiling num_threads v0.1.7
15422026-08-07T21:25:40.716Z Compiling zlib-rs v0.6.2
15432026-08-07T21:25:40.731Z Compiling paste v1.0.15
15442026-08-07T21:25:40.761Z Compiling usdt-impl v0.6.0
15452026-08-07T21:25:40.822Z Compiling crossbeam-utils v0.8.21
15462026-08-07T21:25:40.958Z Compiling siphasher v1.0.2
15472026-08-07T21:25:40.984Z Compiling crc-catalog v2.4.0
15482026-08-07T21:25:41.077Z Compiling nodrop v0.1.14
15492026-08-07T21:25:41.104Z Compiling unarray v0.1.4
15502026-08-07T21:25:41.163Z Compiling array-init v0.0.4
15512026-08-07T21:25:41.176Z Compiling crc v3.4.0
15522026-08-07T21:25:41.210Z Compiling proptest v1.11.0
15532026-08-07T21:25:41.365Z Compiling dof v0.4.0
15542026-08-07T21:25:41.581Z Compiling bitfield v0.19.4
15552026-08-07T21:25:41.799Z Compiling clap v4.6.1
15562026-08-07T21:25:41.869Z Compiling time v0.3.47
15572026-08-07T21:25:41.884Z Compiling tower v0.5.3
15582026-08-07T21:25:42.348Z Compiling zerocopy v0.6.6
15592026-08-07T21:25:42.512Z Compiling anstream v0.6.21
15602026-08-07T21:25:42.832Z Compiling smallvec v0.6.14
15612026-08-07T21:25:43.130Z Compiling derive_builder_core v0.20.2
15622026-08-07T21:25:43.644Z Compiling flate2 v1.1.9
15632026-08-07T21:25:43.943Z Compiling dtrace-parser v0.3.0
15642026-08-07T21:25:43.961Z Compiling ipnetwork v0.21.1
15652026-08-07T21:25:43.961Z Compiling pkcs1 v0.7.5
15662026-08-07T21:25:44.008Z Compiling http-body-util v0.1.3
15672026-08-07T21:25:44.051Z Compiling heapless v0.7.17
15682026-08-07T21:25:44.245Z Compiling structmeta-derive v0.3.0
15692026-08-07T21:25:44.288Z Compiling scroll_derive v0.12.1
15702026-08-07T21:25:44.332Z Compiling slog v2.8.2
15712026-08-07T21:25:44.354Z Compiling darling_core v0.23.0
15722026-08-07T21:25:44.516Z Compiling thread-id v5.1.0
15732026-08-07T21:25:44.602Z Compiling cookie v0.18.1
15742026-08-07T21:25:44.658Z Compiling env_filter v1.0.0
15752026-08-07T21:25:44.781Z Compiling signal-hook v0.3.18
15762026-08-07T21:25:44.944Z Compiling zstd-safe v7.2.4
15772026-08-07T21:25:44.958Z Compiling winnow v0.5.40
15782026-08-07T21:25:44.962Z Compiling unicode-properties v0.1.4
15792026-08-07T21:25:45.136Z Compiling allocator-api2 v0.2.21
15802026-08-07T21:25:45.180Z Compiling unicode-bidi v0.3.18
15812026-08-07T21:25:45.313Z Compiling base64 v0.21.7
15822026-08-07T21:25:45.457Z Compiling iri-string v0.7.10
15832026-08-07T21:25:45.623Z Compiling hashbrown v0.12.3
15842026-08-07T21:25:45.717Z Compiling anyhow v1.0.102
15852026-08-07T21:25:46.019Z Compiling ryu v1.0.23
15862026-08-07T21:25:46.198Z Compiling serde_urlencoded v0.7.1
15872026-08-07T21:25:46.376Z Compiling toml_edit v0.19.15
15882026-08-07T21:25:46.469Z Compiling ron v0.8.1
15892026-08-07T21:25:46.660Z Compiling tower-http v0.6.8
15902026-08-07T21:25:46.850Z Compiling darling_macro v0.23.0
15912026-08-07T21:25:46.962Z Compiling stringprep v0.1.5
15922026-08-07T21:25:47.053Z Compiling structmeta v0.3.0
15932026-08-07T21:25:47.307Z Compiling scroll v0.12.0
15942026-08-07T21:25:47.346Z Compiling env_logger v0.11.9
15952026-08-07T21:25:47.546Z Compiling rsa v0.9.10
15962026-08-07T21:25:47.590Z Compiling oxnet v0.1.6
15972026-08-07T21:25:47.733Z Compiling derive_builder_macro v0.20.2
15982026-08-07T21:25:48.022Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15992026-08-07T21:25:48.150Z Compiling hashbrown v0.13.2
16002026-08-07T21:25:48.204Z Compiling newtype-uuid v1.3.2
16012026-08-07T21:25:48.220Z Compiling bzip2 v0.4.4
16022026-08-07T21:25:48.425Z Compiling serde-hex v0.1.0
16032026-08-07T21:25:48.535Z Compiling tokio-native-tls v0.3.1
16042026-08-07T21:25:48.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16052026-08-07T21:25:49.084Z Compiling camino v1.2.2
16062026-08-07T21:25:49.223Z Compiling bstr v1.12.1
16072026-08-07T21:25:49.317Z Compiling block-padding v0.4.2
16082026-08-07T21:25:49.453Z Compiling crypto-common v0.2.2
16092026-08-07T21:25:49.482Z Compiling block-buffer v0.12.1
16102026-08-07T21:25:49.678Z Compiling rustls-native-certs v0.8.3
16112026-08-07T21:25:49.853Z Compiling x509-cert v0.2.5
16122026-08-07T21:25:49.964Z Compiling serde_tokenstream v0.2.3
16132026-08-07T21:25:50.138Z Compiling erased-serde v0.3.31
16142026-08-07T21:25:50.282Z Compiling md-5 v0.10.6
16152026-08-07T21:25:50.448Z Compiling curve25519-dalek v4.1.3
16162026-08-07T21:25:50.572Z Compiling zerocopy-derive v0.7.35
16172026-08-07T21:25:50.631Z Compiling daft-derive v0.1.7
16182026-08-07T21:25:50.775Z Compiling pin-project-internal v1.1.11
16192026-08-07T21:25:51.158Z Compiling async-trait v0.1.89
16202026-08-07T21:25:51.353Z Compiling vergen-lib v9.1.0
16212026-08-07T21:25:51.434Z Compiling hash32 v0.2.1
16222026-08-07T21:25:51.449Z Compiling memoffset v0.9.1
16232026-08-07T21:25:51.530Z Compiling encoding_rs v0.8.35
16242026-08-07T21:25:51.626Z Compiling mime v0.3.17
16252026-08-07T21:25:51.640Z Compiling cfg_aliases v0.2.1
16262026-08-07T21:25:51.716Z Compiling litrs v1.0.0
16272026-08-07T21:25:51.871Z Compiling crc-any v2.5.0
16282026-08-07T21:25:51.885Z Compiling fallible-iterator v0.2.0
16292026-08-07T21:25:52.096Z Compiling psl-types v2.0.11
16302026-08-07T21:25:52.126Z Compiling smoltcp v0.9.1
16312026-08-07T21:25:52.164Z Compiling rustix v0.38.44
16322026-08-07T21:25:52.193Z Compiling ref-cast v1.0.25
16332026-08-07T21:25:52.216Z Compiling document-features v0.2.12
16342026-08-07T21:25:52.230Z Compiling publicsuffix v2.3.0
16352026-08-07T21:25:52.401Z Compiling postgres-protocol v0.6.10
16362026-08-07T21:25:52.518Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16372026-08-07T21:25:52.578Z Compiling pin-project v1.1.11
16382026-08-07T21:25:52.596Z Compiling nix v0.31.2
16392026-08-07T21:25:52.730Z Compiling zerocopy v0.7.35
16402026-08-07T21:25:52.848Z Compiling daft v0.1.7
16412026-08-07T21:25:53.025Z Compiling inout v0.2.2
16422026-08-07T21:25:53.045Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-07T21:25:53.117Z Compiling hyper-tls v0.6.0
16442026-08-07T21:25:53.156Z Compiling object v0.30.4
16452026-08-07T21:25:53.197Z Compiling zip v0.6.6
16462026-08-07T21:25:53.272Z Compiling derive_builder v0.20.2
16472026-08-07T21:25:53.340Z Compiling toml v0.7.8
16482026-08-07T21:25:53.355Z Compiling goblin v0.8.2
16492026-08-07T21:25:53.531Z Compiling darling v0.23.0
16502026-08-07T21:25:53.772Z Compiling derive-ex v0.1.8
16512026-08-07T21:25:53.918Z Compiling phf_shared v0.13.1
16522026-08-07T21:25:53.933Z Compiling regex v1.12.3
16532026-08-07T21:25:54.151Z Compiling hubpack_derive v0.1.1
16542026-08-07T21:25:54.241Z Compiling futures-executor v0.3.32
16552026-08-07T21:25:54.352Z Compiling snafu-derive v0.8.9
16562026-08-07T21:25:54.497Z Compiling strum_macros v0.27.2
16572026-08-07T21:25:54.599Z Compiling ref-cast-impl v1.0.25
16582026-08-07T21:25:55.137Z Compiling curve25519-dalek-derive v0.1.1
16592026-08-07T21:25:55.410Z Compiling vergen v9.1.0
16602026-08-07T21:25:55.590Z Compiling cargo-platform v0.3.2
16612026-08-07T21:25:55.784Z Compiling ff v0.13.1
16622026-08-07T21:25:55.860Z Compiling fs-err v3.3.0
16632026-08-07T21:25:55.920Z Compiling managed v0.8.0
16642026-08-07T21:25:55.965Z Compiling base16ct v0.2.0
16652026-08-07T21:25:56.041Z Compiling jiff-core v0.1.0
16662026-08-07T21:25:56.131Z Compiling bumpalo v3.20.2
16672026-08-07T21:25:56.144Z Compiling bitflags v1.3.2
16682026-08-07T21:25:56.217Z Compiling same-file v1.0.6
16692026-08-07T21:25:56.231Z Compiling libbz2-rs-sys v0.2.2
16702026-08-07T21:25:56.381Z Compiling object v0.37.3
16712026-08-07T21:25:56.385Z Compiling foldhash v0.1.5
16722026-08-07T21:25:56.418Z Compiling foldhash v0.2.0
16732026-08-07T21:25:56.569Z Compiling unicode-segmentation v1.12.0
16742026-08-07T21:25:56.638Z Compiling path-slash v0.1.5
16752026-08-07T21:25:56.652Z Compiling either v1.15.0
16762026-08-07T21:25:56.767Z Compiling jiff v0.2.34
16772026-08-07T21:25:56.784Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16782026-08-07T21:25:56.901Z Compiling bzip2 v0.6.1
16792026-08-07T21:25:56.915Z Compiling hashbrown v0.16.1
16802026-08-07T21:25:56.944Z Compiling hashbrown v0.15.5
16812026-08-07T21:25:57.102Z Compiling strum v0.27.2
16822026-08-07T21:25:57.116Z Compiling walkdir v2.5.0
16832026-08-07T21:25:57.229Z Compiling zopfli v0.8.3
16842026-08-07T21:25:57.433Z Compiling snafu v0.8.9
16852026-08-07T21:25:57.551Z Compiling sec1 v0.7.3
16862026-08-07T21:25:57.846Z Compiling group v0.13.0
16872026-08-07T21:25:57.927Z Compiling cargo_metadata v0.23.1
16882026-08-07T21:25:58.045Z Compiling dof v0.3.0
16892026-08-07T21:25:58.199Z Compiling test-strategy v0.4.5
16902026-08-07T21:25:58.449Z Compiling hubpack v0.1.2
16912026-08-07T21:25:58.674Z Compiling futures v0.3.32
16922026-08-07T21:25:58.770Z Compiling phf v0.13.1
16932026-08-07T21:25:58.929Z Compiling signal-hook-mio v0.2.5
16942026-08-07T21:25:59.053Z Compiling cookie_store v0.22.1
16952026-08-07T21:25:59.120Z Compiling serde_with_macros v3.21.0
16962026-08-07T21:25:59.300Z Compiling zstd v0.13.3
16972026-08-07T21:25:59.568Z Compiling reqwest v0.12.28
16982026-08-07T21:25:59.669Z Compiling cipher v0.5.2
16992026-08-07T21:25:59.717Z Compiling postgres-types v0.2.12
17002026-08-07T21:26:00.242Z Compiling usdt-macro v0.6.0
17012026-08-07T21:26:00.261Z Compiling usdt-attr-macro v0.6.0
17022026-08-07T21:26:00.319Z Compiling globset v0.4.18
17032026-08-07T21:26:00.886Z Compiling phf_shared v0.11.3
17042026-08-07T21:26:00.994Z Compiling hkdf v0.12.4
17052026-08-07T21:26:00.994Z Compiling dtrace-parser v0.2.0
17062026-08-07T21:26:01.065Z Compiling ed25519 v2.2.3
17072026-08-07T21:26:01.081Z Compiling byte-wrapper v0.1.0
17082026-08-07T21:26:01.156Z Compiling olpc-cjson v0.1.4
17092026-08-07T21:26:01.160Z Compiling serde_plain v1.0.2
17102026-08-07T21:26:01.315Z Compiling serde-big-array v0.5.1
17112026-08-07T21:26:01.364Z Compiling crypto-bigint v0.5.5
17122026-08-07T21:26:01.405Z Compiling serde_repr v0.1.20
17132026-08-07T21:26:01.457Z Compiling async-recursion v1.1.1
17142026-08-07T21:26:01.594Z Compiling strum_macros v0.26.4
17152026-08-07T21:26:01.741Z Compiling enum-as-inner v0.6.1
17162026-08-07T21:26:01.933Z Compiling pem v3.0.6
17172026-08-07T21:26:01.953Z Compiling float-cmp v0.10.0
17182026-08-07T21:26:02.101Z Compiling thread-id v4.2.2
17192026-08-07T21:26:02.115Z Compiling memmap2 v0.9.10
17202026-08-07T21:26:02.186Z Compiling winnow v1.0.3
17212026-08-07T21:26:02.246Z Compiling normalize-line-endings v0.3.0
17222026-08-07T21:26:02.250Z Compiling fixedbitset v0.5.7
17232026-08-07T21:26:02.326Z Compiling fixedbitset v0.4.2
17242026-08-07T21:26:02.344Z Compiling whoami v2.1.0
17252026-08-07T21:26:02.566Z Compiling static_assertions v1.1.0
17262026-08-07T21:26:02.582Z Compiling typed-path v0.9.3
17272026-08-07T21:26:02.616Z Compiling precomputed-hash v0.1.1
17282026-08-07T21:26:02.643Z Compiling keccak v0.1.6
17292026-08-07T21:26:02.707Z Compiling data-encoding v2.10.0
17302026-08-07T21:26:02.788Z Compiling difflib v0.4.0
17312026-08-07T21:26:03.311Z Compiling new_debug_unreachable v1.0.6
17322026-08-07T21:26:03.339Z Compiling const-oid v0.10.2
17332026-08-07T21:26:03.382Z Compiling predicates-core v1.0.10
17342026-08-07T21:26:03.397Z Compiling cpufeatures v0.3.0
17352026-08-07T21:26:03.400Z Compiling strum v0.26.3
17362026-08-07T21:26:03.427Z Compiling toml_edit v0.22.27
17372026-08-07T21:26:03.474Z Compiling chacha20 v0.10.0
17382026-08-07T21:26:03.536Z Compiling digest v0.11.3
17392026-08-07T21:26:03.552Z Compiling predicates v3.1.4
17402026-08-07T21:26:03.555Z Compiling string_cache v0.8.9
17412026-08-07T21:26:03.581Z Compiling hickory-proto v0.25.2
17422026-08-07T21:26:03.757Z Compiling sha3 v0.10.8
17432026-08-07T21:26:03.786Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-07T21:26:03.804Z Compiling tokio-postgres v0.7.16
17452026-08-07T21:26:03.849Z Compiling toml_parser v1.1.2+spec-1.1.0
17462026-08-07T21:26:04.180Z Compiling petgraph v0.8.3
17472026-08-07T21:26:04.206Z Compiling petgraph v0.6.5
17482026-08-07T21:26:04.482Z Compiling elliptic-curve v0.13.8
17492026-08-07T21:26:04.896Z Compiling usdt v0.6.0
17502026-08-07T21:26:05.154Z Compiling usdt-impl v0.5.0
17512026-08-07T21:26:05.697Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-07T21:26:05.718Z Compiling ed25519-dalek v2.2.0
17532026-08-07T21:26:06.014Z Compiling crossterm v0.28.1
17542026-08-07T21:26:06.099Z Compiling serde_with v3.21.0
17552026-08-07T21:26:06.232Z Compiling zip v4.6.1
17562026-08-07T21:26:06.942Z Compiling iddqd v0.4.2
17572026-08-07T21:26:07.259Z Compiling similar v2.7.0
17582026-08-07T21:26:07.611Z Compiling heck v0.4.1
17592026-08-07T21:26:07.837Z Compiling itertools v0.15.0
17602026-08-07T21:26:07.854Z Compiling itertools v0.13.0
17612026-08-07T21:26:07.898Z Compiling crossbeam-epoch v0.9.18
17622026-08-07T21:26:08.145Z Compiling tokio-stream v0.1.18
17632026-08-07T21:26:08.185Z Compiling buf-list v1.1.2
17642026-08-07T21:26:08.230Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-07T21:26:08.249Z Compiling openapiv3 v2.2.0
17662026-08-07T21:26:08.453Z Compiling peg-runtime v0.8.5
17672026-08-07T21:26:08.520Z Compiling lalrpop-util v0.19.12
17682026-08-07T21:26:08.588Z Compiling thread_local v1.1.9
17692026-08-07T21:26:08.707Z Compiling slog-async v2.8.0
17702026-08-07T21:26:08.724Z Compiling crossbeam-channel v0.5.15
17712026-08-07T21:26:08.835Z Compiling is-terminal v0.4.17
17722026-08-07T21:26:08.933Z Compiling filetime v0.2.27
17732026-08-07T21:26:09.040Z Compiling take_mut v0.2.2
17742026-08-07T21:26:09.068Z Compiling xattr v1.6.1
17752026-08-07T21:26:09.102Z Compiling term v1.2.1
17762026-08-07T21:26:09.145Z Compiling camino-tempfile v1.4.1
17772026-08-07T21:26:09.175Z Compiling tar v0.4.46
17782026-08-07T21:26:09.366Z Compiling slog-term v2.9.2
17792026-08-07T21:26:15.633Z Compiling rustls-webpki v0.103.13
17802026-08-07T21:26:18.320Z Compiling tokio-rustls v0.26.4
17812026-08-07T21:26:18.320Z Compiling rustls-platform-verifier v0.6.2
17822026-08-07T21:26:18.325Z Compiling tough v0.22.0
17832026-08-07T21:26:18.510Z Compiling hyper-rustls v0.27.7
17842026-08-07T21:26:18.706Z Compiling reqwest v0.13.2
17852026-08-07T21:26:20.919Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-08-07T21:26:21.129Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-08-07T21:26:24.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17882026-08-07T21:26:24.195Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17892026-08-07T21:26:24.250ZAug 07 21:26:22.876 INFO Starting download, target: Cockroach
17902026-08-07T21:26:24.250ZAug 07 21:26:22.877 INFO Starting download, target: Console
17912026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Starting download, target: Clickhouse
17922026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Starting download, target: DendriteStub
17932026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Starting download, target: MaghemiteMgd
17942026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Starting download, target: MaghemiteDdmd
17952026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Starting download, target: TransceiverControl
17962026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17972026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18002026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18012026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18022026-08-07T21:26:24.253ZAug 07 21:26:22.877 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18032026-08-07T21:26:24.879ZAug 07 21:26:23.502 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18042026-08-07T21:26:25.097ZAug 07 21:26:23.713 INFO Download complete, target: TransceiverControl
18052026-08-07T21:26:26.161ZAug 07 21:26:24.741 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-07T21:26:26.409ZAug 07 21:26:24.985 INFO Download complete, target: Console
18072026-08-07T21:26:26.728ZAug 07 21:26:25.306 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18082026-08-07T21:26:26.977ZAug 07 21:26:25.538 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-07T21:26:27.030ZAug 07 21:26:25.585 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-07T21:26:27.533ZAug 07 21:26:26.109 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18112026-08-07T21:26:28.659ZAug 07 21:26:27.278 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-08-07T21:26:28.659ZAug 07 21:26:27.279 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-08-07T21:26:28.965ZAug 07 21:26:27.591 INFO Download complete, target: MaghemiteDdmd
18142026-08-07T21:26:29.391ZAug 07 21:26:28.017 INFO Download complete, target: DendriteStub
18152026-08-07T21:26:30.030ZAug 07 21:26:28.656 INFO Download complete, target: MaghemiteMgd
18162026-08-07T21:26:33.395ZAug 07 21:26:32.020 INFO Checking that binary works, target: Cockroach
18172026-08-07T21:26:33.570ZAug 07 21:26:32.193 INFO Checking that binary works, target: Clickhouse
18182026-08-07T21:26:33.606ZAug 07 21:26:32.232 INFO Download complete, target: Cockroach
18192026-08-07T21:26:33.698ZAug 07 21:26:32.319 INFO Download complete, target: Clickhouse
18202026-08-07T21:26:33.711ZAll builder prerequisites installed successfully, and PATH looks valid
18212026-08-07T21:26:33.720Z
18222026-08-07T21:26:33.720Zreal 2:08.627987381
18232026-08-07T21:26:33.720Zuser 7:10.299551793
18242026-08-07T21:26:33.720Zsys 1:25.295392291
18252026-08-07T21:26:33.720Ztrap 0.251008980
18262026-08-07T21:26:33.720Ztflt 0.536274390
18272026-08-07T21:26:33.721Zdflt 0.789960529
18282026-08-07T21:26:33.721Zkflt 0.022937310
18292026-08-07T21:26:33.721Zlock 27:08.118357908
18302026-08-07T21:26:33.721Zslp 21:40.508613827
18312026-08-07T21:26:33.721Zlat 47.777690497
18322026-08-07T21:26:33.721Zstop 2:39.342360094
18332026-08-07T21:26:33.721Z+ banner hack-check
18342026-08-07T21:26:33.721Z
18352026-08-07T21:26:33.721Z # # ## #### # # #### # # ###### #### # #
18362026-08-07T21:26:33.721Z # # # # # # # # # # # # # # # # #
18372026-08-07T21:26:33.722Z ###### # # # #### ##### # ###### ##### # ####
18382026-08-07T21:26:33.722Z # # ###### # # # # # # # # # #
18392026-08-07T21:26:33.722Z # # # # # # # # # # # # # # # # #
18402026-08-07T21:26:33.722Z # # # # #### # # #### # # ###### #### # #
18412026-08-07T21:26:33.722Z
18422026-08-07T21:26:33.722Z+ export CARGO_INCREMENTAL=0
18432026-08-07T21:26:33.722Z+ CARGO_INCREMENTAL=0
18442026-08-07T21:26:33.722Z+ ptime -m timeout 2h cargo xtask check-features --ci
18452026-08-07T21:26:34.195Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18462026-08-07T21:26:34.484Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18472026-08-07T21:26:36.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18482026-08-07T21:26:36.371Z Running `target/debug/xtask check-features --ci`
18492026-08-07T21:26:36.398Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18502026-08-07T21:26:36.402Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18512026-08-07T21:26:36.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18522026-08-07T21:26:36.847Z Running `target/debug/xtask download cargo-hack`
18532026-08-07T21:26:37.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18542026-08-07T21:26:37.931Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18552026-08-07T21:26:40.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
18562026-08-07T21:26:40.684Z Running `target/debug/xtask-downloader cargo-hack`
18572026-08-07T21:26:40.724ZAug 07 21:26:39.350 INFO Starting download, target: CargoHack
18582026-08-07T21:26:40.728ZAug 07 21:26:39.350 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18592026-08-07T21:26:41.187ZAug 07 21:26:39.812 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18602026-08-07T21:26:41.236ZAug 07 21:26:39.863 INFO Download complete, target: CargoHack
18612026-08-07T21:26:41.240Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18622026-08-07T21:26:41.253Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18632026-08-07T21:26:41.410Zinfo: running `cargo check --bins` on api_identity (1/335)
18642026-08-07T21:26:41.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-08-07T21:26:41.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-08-07T21:26:41.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-08-07T21:26:41.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18682026-08-07T21:26:41.952Z
18692026-08-07T21:26:41.952Zinfo: running `cargo check --bins` on bootstore (2/335)
18702026-08-07T21:26:42.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-08-07T21:26:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-08-07T21:26:42.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-08-07T21:26:42.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18742026-08-07T21:26:42.498Z
18752026-08-07T21:26:42.499Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18762026-08-07T21:26:42.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-08-07T21:26:42.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-08-07T21:26:42.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-08-07T21:26:42.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18802026-08-07T21:26:43.037Z
18812026-08-07T21:26:43.037Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18822026-08-07T21:26:43.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-08-07T21:26:43.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-08-07T21:26:43.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-08-07T21:26:43.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18862026-08-07T21:26:43.581Z
18872026-08-07T21:26:43.581Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18882026-08-07T21:26:44.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-08-07T21:26:44.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-08-07T21:26:44.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-08-07T21:26:44.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18922026-08-07T21:26:44.140Z
18932026-08-07T21:26:44.140Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18942026-08-07T21:26:44.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-07T21:26:44.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-07T21:26:44.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-07T21:26:44.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18982026-08-07T21:26:44.695Z
18992026-08-07T21:26:44.695Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
19002026-08-07T21:26:45.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-07T21:26:45.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-07T21:26:45.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-07T21:26:45.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-07T21:26:45.250Z
19052026-08-07T21:26:45.250Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19062026-08-07T21:26:45.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-07T21:26:45.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-07T21:26:45.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-07T21:26:45.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19102026-08-07T21:26:45.801Z
19112026-08-07T21:26:45.801Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19122026-08-07T21:26:46.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-07T21:26:46.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-07T21:26:46.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-07T21:26:46.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19162026-08-07T21:26:46.212Z
19172026-08-07T21:26:46.212Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19182026-08-07T21:26:46.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-07T21:26:46.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-07T21:26:46.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-07T21:26:46.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19222026-08-07T21:26:46.627Z
19232026-08-07T21:26:46.627Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19242026-08-07T21:26:46.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-07T21:26:46.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-07T21:26:46.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-07T21:26:46.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19282026-08-07T21:26:47.040Z
19292026-08-07T21:26:47.040Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19302026-08-07T21:26:47.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-07T21:26:47.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-07T21:26:47.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-07T21:26:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19342026-08-07T21:26:47.456Z
19352026-08-07T21:26:47.456Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19362026-08-07T21:26:47.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-07T21:26:47.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-07T21:26:47.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-07T21:26:47.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19402026-08-07T21:26:47.869Z
19412026-08-07T21:26:47.869Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19422026-08-07T21:26:48.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-07T21:26:48.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-07T21:26:48.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-07T21:26:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-07T21:26:48.280Z
19472026-08-07T21:26:48.280Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19482026-08-07T21:26:48.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-07T21:26:48.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-07T21:26:48.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-07T21:26:48.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19522026-08-07T21:26:48.692Z
19532026-08-07T21:26:48.692Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19542026-08-07T21:26:49.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-07T21:26:49.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-07T21:26:49.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-07T21:26:49.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-08-07T21:26:49.103Z
19592026-08-07T21:26:49.103Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19602026-08-07T21:26:49.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-07T21:26:49.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-07T21:26:49.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-07T21:26:49.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-07T21:26:49.518Z
19652026-08-07T21:26:49.518Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19662026-08-07T21:26:49.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-07T21:26:49.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-07T21:26:49.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-07T21:26:49.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19702026-08-07T21:26:49.931Z
19712026-08-07T21:26:49.931Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19722026-08-07T21:26:50.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-07T21:26:50.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-07T21:26:50.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-07T21:26:50.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19762026-08-07T21:26:50.345Z
19772026-08-07T21:26:50.345Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19782026-08-07T21:26:50.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-07T21:26:50.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-07T21:26:50.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-07T21:26:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19822026-08-07T21:26:50.759Z
19832026-08-07T21:26:50.759Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19842026-08-07T21:26:51.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-07T21:26:51.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-07T21:26:51.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-07T21:26:51.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-08-07T21:26:51.172Z
19892026-08-07T21:26:51.172Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19902026-08-07T21:26:51.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-07T21:26:51.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-07T21:26:51.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-07T21:26:51.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-07T21:26:51.586Z
19952026-08-07T21:26:51.586Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19962026-08-07T21:26:51.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-07T21:26:51.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-07T21:26:51.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-07T21:26:51.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-07T21:26:51.999Z
20012026-08-07T21:26:51.999Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20022026-08-07T21:26:52.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-07T21:26:52.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-07T21:26:52.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-07T21:26:52.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20062026-08-07T21:26:52.415Z
20072026-08-07T21:26:52.415Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20082026-08-07T21:26:52.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-07T21:26:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-07T21:26:52.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-07T21:26:52.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-07T21:26:52.830Z
20132026-08-07T21:26:52.830Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20142026-08-07T21:26:53.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-07T21:26:53.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-07T21:26:53.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-07T21:26:53.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-07T21:26:53.244Z
20192026-08-07T21:26:53.245Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20202026-08-07T21:26:53.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-07T21:26:53.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-07T21:26:53.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-07T21:26:53.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20242026-08-07T21:26:53.665Z
20252026-08-07T21:26:53.665Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20262026-08-07T21:26:54.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-07T21:26:54.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-07T21:26:54.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-07T21:26:54.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-07T21:26:54.080Z
20312026-08-07T21:26:54.080Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20322026-08-07T21:26:54.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-07T21:26:54.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-07T21:26:54.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-07T21:26:54.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-07T21:26:54.497Z
20372026-08-07T21:26:54.497Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20382026-08-07T21:26:54.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-07T21:26:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-07T21:26:54.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-07T21:26:54.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-07T21:26:54.914Z
20432026-08-07T21:26:54.915Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20442026-08-07T21:26:55.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-07T21:26:55.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-07T21:26:55.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-07T21:26:55.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-08-07T21:26:55.327Z
20492026-08-07T21:26:55.328Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20502026-08-07T21:26:55.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-07T21:26:55.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-07T21:26:55.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-07T21:26:55.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-08-07T21:26:55.736Z
20552026-08-07T21:26:55.736Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20562026-08-07T21:26:56.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-07T21:26:56.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-07T21:26:56.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-07T21:26:56.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-08-07T21:26:56.151Z
20612026-08-07T21:26:56.151Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20622026-08-07T21:26:56.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-07T21:26:56.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-07T21:26:56.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-07T21:26:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-07T21:26:56.562Z
20672026-08-07T21:26:56.562Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20682026-08-07T21:26:56.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-07T21:26:56.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-07T21:26:56.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-07T21:26:56.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-07T21:26:56.978Z
20732026-08-07T21:26:56.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20742026-08-07T21:26:57.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-07T21:26:57.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-07T21:26:57.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-07T21:26:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-07T21:26:57.386Z
20792026-08-07T21:26:57.386Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20802026-08-07T21:26:57.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-07T21:26:57.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-07T21:26:57.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-07T21:26:57.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-07T21:26:57.798Z
20852026-08-07T21:26:57.798Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20862026-08-07T21:26:58.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-07T21:26:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-07T21:26:58.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-07T21:26:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-07T21:26:58.212Z
20912026-08-07T21:26:58.212Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20922026-08-07T21:26:58.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-07T21:26:58.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-07T21:26:58.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-07T21:26:58.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-07T21:26:58.625Z
20972026-08-07T21:26:58.626Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20982026-08-07T21:26:58.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-07T21:26:58.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-07T21:26:58.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-07T21:26:58.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-07T21:26:59.040Z
21032026-08-07T21:26:59.041Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21042026-08-07T21:26:59.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-07T21:26:59.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-07T21:26:59.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-07T21:26:59.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-07T21:26:59.460Z
21092026-08-07T21:26:59.460Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21102026-08-07T21:26:59.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-07T21:26:59.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-07T21:26:59.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-07T21:26:59.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-07T21:26:59.876Z
21152026-08-07T21:26:59.876Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21162026-08-07T21:27:00.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-07T21:27:00.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-07T21:27:00.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-07T21:27:00.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-07T21:27:00.292Z
21212026-08-07T21:27:00.292Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21222026-08-07T21:27:00.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-07T21:27:00.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-07T21:27:00.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-07T21:27:00.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-07T21:27:00.707Z
21272026-08-07T21:27:00.707Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21282026-08-07T21:27:01.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-07T21:27:01.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-07T21:27:01.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-07T21:27:01.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-07T21:27:01.121Z
21332026-08-07T21:27:01.121Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21342026-08-07T21:27:01.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-07T21:27:01.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-07T21:27:01.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-07T21:27:01.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-07T21:27:01.535Z
21392026-08-07T21:27:01.535Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21402026-08-07T21:27:01.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-07T21:27:01.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-07T21:27:01.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-07T21:27:01.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-07T21:27:01.949Z
21452026-08-07T21:27:01.949Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21462026-08-07T21:27:02.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-07T21:27:02.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-07T21:27:02.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-07T21:27:02.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-07T21:27:02.360Z
21512026-08-07T21:27:02.360Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21522026-08-07T21:27:02.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-07T21:27:02.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-07T21:27:02.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-07T21:27:02.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-08-07T21:27:02.948Z
21572026-08-07T21:27:02.948Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21582026-08-07T21:27:03.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-07T21:27:03.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-07T21:27:03.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-07T21:27:03.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-08-07T21:27:03.538Z
21632026-08-07T21:27:03.539Zinfo: running `cargo check --bins` on nexus-config (51/335)
21642026-08-07T21:27:04.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-07T21:27:04.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-07T21:27:04.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-07T21:27:04.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-08-07T21:27:04.127Z
21692026-08-07T21:27:04.127Zinfo: running `cargo check --bins` on nexus-types (52/335)
21702026-08-07T21:27:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-07T21:27:04.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-07T21:27:04.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-07T21:27:04.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21742026-08-07T21:27:04.717Z
21752026-08-07T21:27:04.717Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21762026-08-07T21:27:05.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-07T21:27:05.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-07T21:27:05.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-07T21:27:05.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21802026-08-07T21:27:05.279Z
21812026-08-07T21:27:05.279Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21822026-08-07T21:27:05.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-07T21:27:05.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-07T21:27:05.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-07T21:27:05.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21862026-08-07T21:27:05.820Z
21872026-08-07T21:27:05.820Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21882026-08-07T21:27:06.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-07T21:27:06.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-07T21:27:06.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-07T21:27:06.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21922026-08-07T21:27:06.381Z
21932026-08-07T21:27:06.381Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21942026-08-07T21:27:06.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-07T21:27:06.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-07T21:27:06.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-07T21:27:06.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21982026-08-07T21:27:06.939Z
21992026-08-07T21:27:06.939Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
22002026-08-07T21:27:07.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-07T21:27:07.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-07T21:27:07.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-07T21:27:07.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22042026-08-07T21:27:07.496Z
22052026-08-07T21:27:07.496Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22062026-08-07T21:27:07.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-07T21:27:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-07T21:27:07.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-07T21:27:07.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22102026-08-07T21:27:08.052Z
22112026-08-07T21:27:08.052Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22122026-08-07T21:27:08.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-07T21:27:08.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-07T21:27:08.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-07T21:27:08.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22162026-08-07T21:27:08.595Z
22172026-08-07T21:27:08.595Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22182026-08-07T21:27:09.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-07T21:27:09.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-07T21:27:09.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-07T21:27:09.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22222026-08-07T21:27:09.139Z
22232026-08-07T21:27:09.139Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22242026-08-07T21:27:09.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-07T21:27:09.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-07T21:27:09.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-07T21:27:09.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22282026-08-07T21:27:09.680Z
22292026-08-07T21:27:09.680Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22302026-08-07T21:27:10.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-07T21:27:10.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-07T21:27:10.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-07T21:27:10.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22342026-08-07T21:27:10.223Z
22352026-08-07T21:27:10.223Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22362026-08-07T21:27:10.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-07T21:27:10.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-07T21:27:10.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-07T21:27:10.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22402026-08-07T21:27:10.783Z
22412026-08-07T21:27:10.783Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22422026-08-07T21:27:11.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-07T21:27:11.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-07T21:27:11.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-07T21:27:11.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22462026-08-07T21:27:11.345Z
22472026-08-07T21:27:11.345Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22482026-08-07T21:27:11.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-07T21:27:11.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-07T21:27:11.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-07T21:27:11.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-08-07T21:27:11.897Z
22532026-08-07T21:27:11.898Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22542026-08-07T21:27:12.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-07T21:27:12.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-07T21:27:12.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-07T21:27:12.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-08-07T21:27:12.446Z
22592026-08-07T21:27:12.446Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22602026-08-07T21:27:12.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-07T21:27:12.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-07T21:27:12.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-07T21:27:12.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22642026-08-07T21:27:13.005Z
22652026-08-07T21:27:13.005Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22662026-08-07T21:27:13.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-07T21:27:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-07T21:27:13.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-07T21:27:13.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22702026-08-07T21:27:13.559Z
22712026-08-07T21:27:13.560Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22722026-08-07T21:27:14.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-07T21:27:14.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-07T21:27:14.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-07T21:27:14.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22762026-08-07T21:27:14.103Z
22772026-08-07T21:27:14.103Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22782026-08-07T21:27:14.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-07T21:27:14.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-07T21:27:14.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-07T21:27:14.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22822026-08-07T21:27:14.642Z
22832026-08-07T21:27:14.642Zinfo: running `cargo check --bins` on ereport-types (71/335)
22842026-08-07T21:27:15.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-07T21:27:15.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-07T21:27:15.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-07T21:27:15.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22882026-08-07T21:27:15.184Z
22892026-08-07T21:27:15.184Zinfo: running `cargo check --bins` on gateway-client (72/335)
22902026-08-07T21:27:15.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-07T21:27:15.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-07T21:27:15.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-07T21:27:15.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22942026-08-07T21:27:15.736Z
22952026-08-07T21:27:15.736Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22962026-08-07T21:27:16.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-07T21:27:16.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-07T21:27:16.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-07T21:27:16.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23002026-08-07T21:27:16.279Z
23012026-08-07T21:27:16.279Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23022026-08-07T21:27:16.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-07T21:27:16.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-07T21:27:16.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-07T21:27:16.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23062026-08-07T21:27:16.827Z
23072026-08-07T21:27:16.828Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23082026-08-07T21:27:17.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-07T21:27:17.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-07T21:27:17.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-07T21:27:17.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23122026-08-07T21:27:17.398Z
23132026-08-07T21:27:17.398Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23142026-08-07T21:27:17.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-07T21:27:17.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-07T21:27:17.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-07T21:27:17.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23182026-08-07T21:27:17.972Z
23192026-08-07T21:27:17.972Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23202026-08-07T21:27:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-07T21:27:18.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-07T21:27:18.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-07T21:27:18.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23242026-08-07T21:27:18.517Z
23252026-08-07T21:27:18.518Zinfo: running `cargo check --bins` on oxlog (78/335)
23262026-08-07T21:27:18.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-07T21:27:18.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-07T21:27:19.107Z Checking cfg-if v1.0.4
23292026-08-07T21:27:19.110Z Checking libc v0.2.185
23302026-08-07T21:27:19.110Z Checking serde_core v1.0.228
23312026-08-07T21:27:19.225Z Checking memchr v2.8.0
23322026-08-07T21:27:19.234Z Checking zeroize v1.9.0
23332026-08-07T21:27:19.243Z Checking log v0.4.29
23342026-08-07T21:27:19.246Z Checking smallvec v1.15.1
23352026-08-07T21:27:19.266Z Checking subtle v2.6.1
23362026-08-07T21:27:19.277Z Checking itoa v1.0.17
23372026-08-07T21:27:19.382Z Checking scopeguard v1.2.0
23382026-08-07T21:27:19.410Z Checking stable_deref_trait v1.2.1
23392026-08-07T21:27:19.413Z Checking typenum v1.20.1
23402026-08-07T21:27:19.435Z Checking zerofrom v0.1.6
23412026-08-07T21:27:19.447Z Checking portable-atomic v1.13.1
23422026-08-07T21:27:19.476Z Checking lock_api v0.4.14
23432026-08-07T21:27:19.489Z Checking zerocopy v0.8.40
23442026-08-07T21:27:19.542Z Checking yoke v0.8.1
23452026-08-07T21:27:19.590Z Checking critical-section v1.2.0
23462026-08-07T21:27:19.605Z Checking errno v0.3.14
23472026-08-07T21:27:19.675Z Checking getrandom v0.2.17
23482026-08-07T21:27:19.689Z Checking pin-project-lite v0.2.17
23492026-08-07T21:27:19.704Z Checking zerovec v0.11.5
23502026-08-07T21:27:19.717Z Checking const-oid v0.9.6
23512026-08-07T21:27:19.775Z Checking libm v0.2.16
23522026-08-07T21:27:19.817Z Checking rand_core v0.6.4
23532026-08-07T21:27:19.852Z Checking once_cell v1.21.3
23542026-08-07T21:27:19.993Z Checking zmij v1.0.21
23552026-08-07T21:27:20.022Z Checking signal-hook-registry v1.4.8
23562026-08-07T21:27:20.129Z Checking tinystr v0.8.2
23572026-08-07T21:27:20.164Z Checking generic-array v0.14.7
23582026-08-07T21:27:20.180Z Checking parking_lot_core v0.9.12
23592026-08-07T21:27:20.199Z Checking rand_core v0.10.0
23602026-08-07T21:27:20.301Z Checking percent-encoding v2.3.2
23612026-08-07T21:27:20.336Z Checking writeable v0.6.2
23622026-08-07T21:27:20.365Z Checking litemap v0.8.1
23632026-08-07T21:27:20.390Z Checking futures-core v0.3.32
23642026-08-07T21:27:20.437Z Checking parking_lot v0.12.5
23652026-08-07T21:27:20.474Z Checking num-traits v0.2.19
23662026-08-07T21:27:20.497Z Checking getrandom v0.4.1
23672026-08-07T21:27:20.512Z Checking potential_utf v0.1.4
23682026-08-07T21:27:20.532Z Checking icu_locale_core v2.1.1
23692026-08-07T21:27:20.617Z Checking zerotrie v0.2.3
23702026-08-07T21:27:20.617Z Checking mio v1.2.0
23712026-08-07T21:27:20.643Z Checking equivalent v1.0.2
23722026-08-07T21:27:20.654Z Checking icu_collections v2.1.1
23732026-08-07T21:27:20.704Z Checking serde v1.0.228
23742026-08-07T21:27:20.719Z Checking bitflags v2.11.0
23752026-08-07T21:27:20.859Z Checking serde_json v1.0.151
23762026-08-07T21:27:20.882Z Checking socket2 v0.6.3
23772026-08-07T21:27:20.896Z Checking icu_properties_data v2.1.2
23782026-08-07T21:27:20.953Z Checking icu_normalizer_data v2.1.1
23792026-08-07T21:27:21.003Z Checking byteorder v1.5.0
23802026-08-07T21:27:21.018Z Checking crypto-common v0.1.7
23812026-08-07T21:27:21.030Z Checking block-buffer v0.10.4
23822026-08-07T21:27:21.073Z Checking icu_provider v2.1.1
23832026-08-07T21:27:21.106Z Checking bytes v1.11.1
23842026-08-07T21:27:21.120Z Checking futures-sink v0.3.32
23852026-08-07T21:27:21.132Z Checking hashbrown v0.17.0
23862026-08-07T21:27:21.161Z Checking digest v0.10.7
23872026-08-07T21:27:21.200Z Checking getrandom v0.3.4
23882026-08-07T21:27:21.213Z Checking futures-channel v0.3.32
23892026-08-07T21:27:21.302Z Checking icu_normalizer v2.1.1
23902026-08-07T21:27:21.339Z Checking icu_properties v2.1.2
23912026-08-07T21:27:21.353Z Checking slab v0.4.12
23922026-08-07T21:27:21.399Z Checking utf8_iter v1.0.4
23932026-08-07T21:27:21.507Z Checking futures-task v0.3.32
23942026-08-07T21:27:21.520Z Checking futures-io v0.3.32
23952026-08-07T21:27:21.532Z Checking form_urlencoded v1.2.2
23962026-08-07T21:27:21.548Z Checking tokio v1.52.1
23972026-08-07T21:27:21.591Z Checking indexmap v2.14.0
23982026-08-07T21:27:21.607Z Checking rustix v1.1.3
23992026-08-07T21:27:21.626Z Checking base64ct v1.8.3
24002026-08-07T21:27:21.639Z Checking futures-util v0.3.32
24012026-08-07T21:27:21.651Z Checking fnv v1.0.7
24022026-08-07T21:27:21.739Z Checking flagset v0.4.7
24032026-08-07T21:27:21.850Z Checking pem-rfc7468 v0.7.0
24042026-08-07T21:27:21.864Z Checking iana-time-zone v0.1.65
24052026-08-07T21:27:21.967Z Checking chrono v0.4.45
24062026-08-07T21:27:22.008Z Checking der v0.7.10
24072026-08-07T21:27:22.143Z Checking rand_core v0.9.5
24082026-08-07T21:27:22.163Z Checking idna_adapter v1.2.1
24092026-08-07T21:27:22.263Z Checking ppv-lite86 v0.2.21
24102026-08-07T21:27:22.277Z Checking idna v1.1.0
24112026-08-07T21:27:22.317Z Checking uuid v1.23.4
24122026-08-07T21:27:22.426Z Checking regex-syntax v0.8.10
24132026-08-07T21:27:22.515Z Checking url v2.5.8
24142026-08-07T21:27:22.550Z Checking base64 v0.22.1
24152026-08-07T21:27:22.631Z Checking http v1.4.2
24162026-08-07T21:27:22.728Z Checking spki v0.7.3
24172026-08-07T21:27:22.791Z Checking utf8parse v0.2.2
24182026-08-07T21:27:22.809Z Checking rand_chacha v0.9.0
24192026-08-07T21:27:22.890Z Checking tracing-core v0.1.36
24202026-08-07T21:27:22.903Z Checking cpufeatures v0.2.17
24212026-08-07T21:27:22.950Z Checking anstyle v1.0.14
24222026-08-07T21:27:22.968Z Checking dyn-clone v1.0.20
24232026-08-07T21:27:23.007Z Checking rand v0.9.2
24242026-08-07T21:27:23.069Z Checking pkcs8 v0.10.2
24252026-08-07T21:27:23.129Z Checking semver v1.0.28
24262026-08-07T21:27:23.191Z Checking http-body v1.0.1
24272026-08-07T21:27:23.204Z Checking tracing v0.1.44
24282026-08-07T21:27:23.220Z Checking spin v0.9.8
24292026-08-07T21:27:23.320Z Checking rustls-pki-types v1.14.0
24302026-08-07T21:27:23.338Z Checking is_terminal_polyfill v1.70.2
24312026-08-07T21:27:23.395Z Checking cmov v0.5.4
24322026-08-07T21:27:23.407Z Checking colorchoice v1.0.4
24332026-08-07T21:27:23.426Z Checking anstyle-query v1.1.5
24342026-08-07T21:27:23.472Z Checking openssl-probe v0.2.1
24352026-08-07T21:27:23.502Z Checking tinyvec_macros v0.1.1
24362026-08-07T21:27:23.516Z Checking schemars v0.8.22
24372026-08-07T21:27:23.545Z Checking sha2 v0.10.9
24382026-08-07T21:27:23.565Z Checking tinyvec v1.10.0
24392026-08-07T21:27:23.578Z Checking aws-lc-sys v0.40.0
24402026-08-07T21:27:23.590Z Checking ctutils v0.4.2
24412026-08-07T21:27:23.605Z Checking thiserror v2.0.18
24422026-08-07T21:27:23.706Z Checking tower-service v0.3.3
24432026-08-07T21:27:23.729Z Checking atomic-waker v1.1.2
24442026-08-07T21:27:23.795Z Checking fastrand v2.3.0
24452026-08-07T21:27:23.807Z Checking tower-layer v0.3.3
24462026-08-07T21:27:23.819Z Checking untrusted v0.7.1
24472026-08-07T21:27:23.831Z Checking try-lock v0.2.5
24482026-08-07T21:27:23.865Z Checking hybrid-array v0.4.13
24492026-08-07T21:27:23.930Z Checking want v0.3.1
24502026-08-07T21:27:23.942Z Checking anstyle-parse v1.0.0
24512026-08-07T21:27:23.960Z Checking ipnet v2.11.0
24522026-08-07T21:27:23.987Z Checking tempfile v3.25.0
24532026-08-07T21:27:24.053Z Checking crc32fast v1.5.0
24542026-08-07T21:27:24.088Z Checking aws-lc-rs v1.16.3
24552026-08-07T21:27:24.091Z Checking httparse v1.10.1
24562026-08-07T21:27:24.182Z Checking aho-corasick v1.1.4
24572026-08-07T21:27:24.197Z Checking tap v1.0.1
24582026-08-07T21:27:24.197Z Checking simd-adler32 v0.3.8
24592026-08-07T21:27:24.221Z Checking plain v0.2.3
24602026-08-07T21:27:24.299Z Checking foreign-types-shared v0.1.1
24612026-08-07T21:27:24.324Z Checking httpdate v1.0.3
24622026-08-07T21:27:24.328Z Checking untrusted v0.9.0
24632026-08-07T21:27:24.367Z Checking wyz v0.5.1
24642026-08-07T21:27:24.391Z Checking foreign-types v0.3.2
24652026-08-07T21:27:24.432Z Checking anstream v1.0.0
24662026-08-07T21:27:24.446Z Checking unicode-normalization v0.1.25
24672026-08-07T21:27:24.460Z Checking rand_chacha v0.3.1
24682026-08-07T21:27:24.537Z Checking terminal_size v0.4.3
24692026-08-07T21:27:24.627Z Checking radium v0.7.0
24702026-08-07T21:27:24.641Z Checking signature v2.2.0
24712026-08-07T21:27:24.651Z Checking hex v0.4.3
24722026-08-07T21:27:24.665Z Checking openssl-sys v0.9.117
24732026-08-07T21:27:24.764Z Checking num-integer v0.1.46
24742026-08-07T21:27:24.795Z Checking wait-timeout v0.2.1
24752026-08-07T21:27:24.813Z Checking tokio-util v0.7.18
24762026-08-07T21:27:24.844Z Checking ucd-trie v0.1.7
24772026-08-07T21:27:24.860Z Checking regex-automata v0.4.14
24782026-08-07T21:27:24.873Z Checking funty v2.0.0
24792026-08-07T21:27:24.915Z Checking quick-error v1.2.3
24802026-08-07T21:27:24.952Z Checking rustls-webpki v0.103.13
24812026-08-07T21:27:24.971Z Checking clap_lex v1.0.0
24822026-08-07T21:27:24.987Z Checking adler2 v2.0.1
24832026-08-07T21:27:25.009Z Checking bit-vec v0.8.0
24842026-08-07T21:27:25.034Z Checking unicode-ident v1.0.24
24852026-08-07T21:27:25.087Z Checking strsim v0.11.1
24862026-08-07T21:27:25.114Z Checking miniz_oxide v0.8.9
24872026-08-07T21:27:25.135Z Checking proc-macro2 v1.0.106
24882026-08-07T21:27:25.184Z Checking bitvec v1.0.1
24892026-08-07T21:27:25.196Z Checking bit-set v0.8.0
24902026-08-07T21:27:25.247Z Checking clap_builder v4.6.0
24912026-08-07T21:27:25.340Z Checking openssl v0.10.80
24922026-08-07T21:27:25.360Z Checking rustls v0.23.41
24932026-08-07T21:27:25.426Z Checking h2 v0.4.15
24942026-08-07T21:27:25.440Z Checking rusty-fork v0.3.1
24952026-08-07T21:27:25.460Z Checking num-iter v0.1.45
24962026-08-07T21:27:25.568Z Checking pest v2.8.6
24972026-08-07T21:27:25.601Z Checking rand v0.8.6
24982026-08-07T21:27:26.127Z Checking lazy_static v1.5.0
24992026-08-07T21:27:26.217Z Checking anstyle-parse v0.2.7
25002026-08-07T21:27:26.367Z Checking rand_xorshift v0.4.0
25012026-08-07T21:27:26.461Z Checking thiserror v1.0.69
25022026-08-07T21:27:26.483Z Checking maybe-uninit v2.0.0
25032026-08-07T21:27:26.497Z Checking hmac v0.12.1
25042026-08-07T21:27:26.549Z Checking toml_datetime v0.6.11
25052026-08-07T21:27:26.561Z Checking serde_spanned v0.6.9
25062026-08-07T21:27:26.618Z Checking sync_wrapper v1.0.2
25072026-08-07T21:27:26.631Z Checking siphasher v1.0.2
25082026-08-07T21:27:26.671Z Checking powerfmt v0.2.0
25092026-08-07T21:27:26.683Z Checking unarray v0.1.4
25102026-08-07T21:27:26.715Z Checking nodrop v0.1.14
25112026-08-07T21:27:26.728Z Checking crc-catalog v2.4.0
25122026-08-07T21:27:26.778Z Checking zlib-rs v0.6.2
25132026-08-07T21:27:26.791Z Checking pretty-hex v0.4.1
25142026-08-07T21:27:26.802Z Checking array-init v0.0.4
25152026-08-07T21:27:26.814Z Checking crc v3.4.0
25162026-08-07T21:27:26.818Z Checking deranged v0.5.8
25172026-08-07T21:27:26.903Z Checking proptest v1.11.0
25182026-08-07T21:27:26.984Z Checking tower v0.5.3
25192026-08-07T21:27:27.090Z Checking smallvec v0.6.14
25202026-08-07T21:27:27.281Z Checking packed_struct v0.10.1
25212026-08-07T21:27:27.345Z Checking native-tls v0.2.18
25222026-08-07T21:27:27.368Z Checking clap v4.6.1
25232026-08-07T21:27:27.446Z Checking anstream v0.6.21
25242026-08-07T21:27:27.521Z Checking num-bigint-dig v0.8.6
25252026-08-07T21:27:27.605Z Checking quote v1.0.45
25262026-08-07T21:27:27.643Z Checking ipnetwork v0.21.1
25272026-08-07T21:27:27.646Z Checking flate2 v1.1.9
25282026-08-07T21:27:27.732Z Checking http-body-util v0.1.3
25292026-08-07T21:27:27.770Z Checking pkcs1 v0.7.5
25302026-08-07T21:27:27.861Z Checking crossbeam-utils v0.8.21
25312026-08-07T21:27:27.945Z Checking zerocopy v0.6.6
25322026-08-07T21:27:27.957Z Checking bitfield v0.19.4
25332026-08-07T21:27:27.975Z Checking ahash v0.8.12
25342026-08-07T21:27:28.163Z Checking bzip2-sys v0.1.13+1.0.8
25352026-08-07T21:27:28.192Z Checking scroll v0.13.0
25362026-08-07T21:27:28.215Z Checking hyper v1.10.1
25372026-08-07T21:27:28.230Z Checking env_filter v1.0.0
25382026-08-07T21:27:28.243Z Checking num-conv v0.2.0
25392026-08-07T21:27:28.255Z Checking base64 v0.21.7
25402026-08-07T21:27:28.316Z Checking iri-string v0.7.10
25412026-08-07T21:27:28.330Z Checking time-core v0.1.8
25422026-08-07T21:27:28.354Z Checking allocator-api2 v0.2.21
25432026-08-07T21:27:28.367Z Checking winnow v0.5.40
25442026-08-07T21:27:28.419Z Checking unicode-bidi v0.3.18
25452026-08-07T21:27:28.468Z Checking unicode-properties v0.1.4
25462026-08-07T21:27:28.488Z Checking hashbrown v0.12.3
25472026-08-07T21:27:28.637Z Checking ryu v1.0.23
25482026-08-07T21:27:28.650Z Checking num_threads v0.1.7
25492026-08-07T21:27:28.687Z Checking newtype-uuid v1.3.2
25502026-08-07T21:27:28.710Z Checking stringprep v0.1.5
25512026-08-07T21:27:28.728Z Checking time v0.3.47
25522026-08-07T21:27:28.770Z Checking serde_urlencoded v0.7.1
25532026-08-07T21:27:28.858Z Checking ron v0.8.1
25542026-08-07T21:27:28.882Z Checking goblin v0.10.5
25552026-08-07T21:27:28.909Z Checking indexmap v1.9.3
25562026-08-07T21:27:28.991Z Checking env_logger v0.11.9
25572026-08-07T21:27:29.174Z Checking hyper-util v0.1.20
25582026-08-07T21:27:29.188Z Checking rsa v0.9.10
25592026-08-07T21:27:29.220Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25602026-08-07T21:27:29.361Z Checking tower-http v0.6.8
25612026-08-07T21:27:29.387Z Checking bzip2 v0.4.4
25622026-08-07T21:27:29.543Z Checking toml_edit v0.19.15
25632026-08-07T21:27:29.543Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25642026-08-07T21:27:29.634Z Checking crossbeam-epoch v0.9.18
25652026-08-07T21:27:29.657Z Checking hashbrown v0.13.2
25662026-08-07T21:27:29.708Z Checking oxnet v0.1.6
25672026-08-07T21:27:29.854Z Checking syn v2.0.117
25682026-08-07T21:27:29.880Z Checking tokio-native-tls v0.3.1
25692026-08-07T21:27:29.966Z Checking serde-hex v0.1.0
25702026-08-07T21:27:30.038Z Checking bstr v1.12.1
25712026-08-07T21:27:30.079Z Checking block-buffer v0.12.1
25722026-08-07T21:27:30.240Z Checking crypto-common v0.2.2
25732026-08-07T21:27:30.422Z Checking block-padding v0.4.2
25742026-08-07T21:27:30.437Z Checking rustls-native-certs v0.8.3
25752026-08-07T21:27:30.547Z Checking scroll v0.12.0
25762026-08-07T21:27:30.562Z Checking x509-cert v0.2.5
25772026-08-07T21:27:30.563Z Checking zstd-sys v2.0.16+zstd.1.5.7
25782026-08-07T21:27:30.678Z Checking md-5 v0.10.6
25792026-08-07T21:27:30.772Z Checking hash32 v0.2.1
25802026-08-07T21:27:30.815Z Checking encoding_rs v0.8.35
25812026-08-07T21:27:30.836Z Checking crc-any v2.5.0
25822026-08-07T21:27:30.926Z Checking fallible-iterator v0.2.0
25832026-08-07T21:27:31.005Z Checking mime v0.3.17
25842026-08-07T21:27:31.177Z Checking either v1.15.0
25852026-08-07T21:27:31.195Z Checking psl-types v2.0.11
25862026-08-07T21:27:31.208Z Checking postgres-protocol v0.6.10
25872026-08-07T21:27:31.211Z Checking dof v0.4.0
25882026-08-07T21:27:31.310Z Checking publicsuffix v2.3.0
25892026-08-07T21:27:31.357Z Checking heapless v0.7.17
25902026-08-07T21:27:31.451Z Checking goblin v0.8.2
25912026-08-07T21:27:31.467Z Checking zstd-safe v7.2.4
25922026-08-07T21:27:31.524Z Checking inout v0.2.2
25932026-08-07T21:27:31.632Z Checking toml v0.7.8
25942026-08-07T21:27:31.668Z Checking hyper-tls v0.6.0
25952026-08-07T21:27:31.750Z Checking object v0.30.4
25962026-08-07T21:27:31.771Z Checking daft v0.1.7
25972026-08-07T21:27:31.840Z Checking cookie v0.18.1
25982026-08-07T21:27:31.852Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-08-07T21:27:31.945Z Checking zip v0.6.6
26002026-08-07T21:27:32.007Z Checking tokio-rustls v0.26.4
26012026-08-07T21:27:32.021Z Checking phf_shared v0.13.1
26022026-08-07T21:27:32.070Z Checking dtrace-parser v0.3.0
26032026-08-07T21:27:32.139Z Checking zerocopy v0.7.35
26042026-08-07T21:27:32.213Z Checking pin-project v1.1.11
26052026-08-07T21:27:32.234Z Checking futures-executor v0.3.32
26062026-08-07T21:27:32.252Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-08-07T21:27:32.272Z Checking signal-hook v0.3.18
26082026-08-07T21:27:32.302Z Checking ff v0.13.1
26092026-08-07T21:27:32.303Z Checking thread-id v5.1.0
26102026-08-07T21:27:32.375Z Checking managed v0.8.0
26112026-08-07T21:27:32.389Z Compiling rayon-core v1.13.0
26122026-08-07T21:27:32.426Z Checking jiff-core v0.1.0
26132026-08-07T21:27:32.456Z Checking same-file v1.0.6
26142026-08-07T21:27:32.559Z Checking libbz2-rs-sys v0.2.2
26152026-08-07T21:27:32.563Z Checking foldhash v0.2.0
26162026-08-07T21:27:32.584Z Checking bitflags v1.3.2
26172026-08-07T21:27:32.626Z Checking bumpalo v3.20.2
26182026-08-07T21:27:32.650Z Checking path-slash v0.1.5
26192026-08-07T21:27:32.723Z Checking base16ct v0.2.0
26202026-08-07T21:27:32.749Z Checking foldhash v0.1.5
26212026-08-07T21:27:32.820Z Checking zopfli v0.8.3
26222026-08-07T21:27:32.846Z Checking sec1 v0.7.3
26232026-08-07T21:27:32.881Z Checking hashbrown v0.15.5
26242026-08-07T21:27:32.944Z Checking bzip2 v0.6.1
26252026-08-07T21:27:33.052Z Checking hashbrown v0.16.1
26262026-08-07T21:27:33.099Z Checking jiff v0.2.34
26272026-08-07T21:27:33.111Z Checking smoltcp v0.9.1
26282026-08-07T21:27:33.136Z Checking walkdir v2.5.0
26292026-08-07T21:27:33.238Z Checking signal-hook-mio v0.2.5
26302026-08-07T21:27:33.300Z Checking group v0.13.0
26312026-08-07T21:27:33.345Z Checking usdt-impl v0.6.0
26322026-08-07T21:27:33.349Z Checking futures v0.3.32
26332026-08-07T21:27:33.349Z Checking dof v0.3.0
26342026-08-07T21:27:33.428Z Checking snafu v0.8.9
26352026-08-07T21:27:33.450Z Checking hyper-rustls v0.27.7
26362026-08-07T21:27:33.556Z Checking phf v0.13.1
26372026-08-07T21:27:33.630Z Checking cookie_store v0.22.1
26382026-08-07T21:27:33.649Z Checking reqwest v0.12.28
26392026-08-07T21:27:33.654Z Checking cipher v0.5.2
26402026-08-07T21:27:33.669Z Checking zstd v0.13.3
26412026-08-07T21:27:33.704Z Checking postgres-types v0.2.12
26422026-08-07T21:27:33.719Z Checking rustls-platform-verifier v0.6.2
26432026-08-07T21:27:33.828Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26442026-08-07T21:27:33.848Z Checking globset v0.4.18
26452026-08-07T21:27:33.852Z Checking crossbeam-deque v0.8.6
26462026-08-07T21:27:33.882Z Checking phf_shared v0.11.3
26472026-08-07T21:27:33.971Z Checking regex v1.12.3
26482026-08-07T21:27:34.034Z Checking hkdf v0.12.4
26492026-08-07T21:27:34.039Z Checking dtrace-parser v0.2.0
26502026-08-07T21:27:34.049Z Checking byte-wrapper v0.1.0
26512026-08-07T21:27:34.113Z Checking curve25519-dalek v4.1.3
26522026-08-07T21:27:34.172Z Checking ref-cast v1.0.25
26532026-08-07T21:27:34.181Z Checking strum v0.27.2
26542026-08-07T21:27:34.252Z Checking olpc-cjson v0.1.4
26552026-08-07T21:27:34.262Z Checking ed25519 v2.2.3
26562026-08-07T21:27:34.275Z Checking hubpack v0.1.2
26572026-08-07T21:27:34.275Z Checking memoffset v0.9.1
26582026-08-07T21:27:34.305Z Checking rustix v0.38.44
26592026-08-07T21:27:34.355Z Checking pem v3.0.6
26602026-08-07T21:27:34.387Z Checking erased-serde v0.3.31
26612026-08-07T21:27:34.446Z Checking serde-big-array v0.5.1
26622026-08-07T21:27:34.463Z Checking serde_plain v1.0.2
26632026-08-07T21:27:34.463Z Checking float-cmp v0.10.0
26642026-08-07T21:27:34.507Z Checking crypto-bigint v0.5.5
26652026-08-07T21:27:34.578Z Checking memmap2 v0.9.10
26662026-08-07T21:27:34.588Z Checking thread-id v4.2.2
26672026-08-07T21:27:34.603Z Checking fixedbitset v0.4.2
26682026-08-07T21:27:34.669Z Checking difflib v0.4.0
26692026-08-07T21:27:34.729Z Checking precomputed-hash v0.1.1
26702026-08-07T21:27:34.751Z Checking typed-path v0.9.3
26712026-08-07T21:27:34.765Z Checking predicates-core v1.0.10
26722026-08-07T21:27:34.818Z Checking data-encoding v2.10.0
26732026-08-07T21:27:34.841Z Checking fixedbitset v0.5.7
26742026-08-07T21:27:34.882Z Checking winnow v0.7.14
26752026-08-07T21:27:34.896Z Checking unicode-segmentation v1.12.0
26762026-08-07T21:27:35.016Z Checking new_debug_unreachable v1.0.6
26772026-08-07T21:27:35.039Z Checking normalize-line-endings v0.3.0
26782026-08-07T21:27:35.074Z Checking toml_write v0.1.2
26792026-08-07T21:27:35.078Z Checking whoami v2.1.0
26802026-08-07T21:27:35.104Z Checking const-oid v0.10.2
26812026-08-07T21:27:35.123Z Checking winnow v1.0.3
26822026-08-07T21:27:35.209Z Checking keccak v0.1.6
26832026-08-07T21:27:35.239Z Checking cpufeatures v0.3.0
26842026-08-07T21:27:35.255Z Checking static_assertions v1.1.0
26852026-08-07T21:27:35.281Z Checking tokio-postgres v0.7.16
26862026-08-07T21:27:35.310Z Checking chacha20 v0.10.0
26872026-08-07T21:27:35.323Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26882026-08-07T21:27:35.363Z Checking sha3 v0.10.8
26892026-08-07T21:27:35.415Z Checking toml_parser v1.1.2+spec-1.1.0
26902026-08-07T21:27:35.436Z Checking elliptic-curve v0.13.8
26912026-08-07T21:27:35.522Z Checking tough v0.22.0
26922026-08-07T21:27:35.561Z Checking digest v0.11.3
26932026-08-07T21:27:35.583Z Checking similar v2.7.0
26942026-08-07T21:27:35.733Z Checking predicates v3.1.4
26952026-08-07T21:27:35.733Z Checking crossterm v0.28.1
26962026-08-07T21:27:35.751Z Checking string_cache v0.8.9
26972026-08-07T21:27:35.921Z Checking hickory-proto v0.25.2
26982026-08-07T21:27:35.955Z Checking petgraph v0.8.3
26992026-08-07T21:27:36.040Z Checking zip v4.6.1
27002026-08-07T21:27:36.092Z Checking toml_edit v0.22.27
27012026-08-07T21:27:36.432Z Checking ed25519-dalek v2.2.0
27022026-08-07T21:27:36.565Z Checking slog v2.8.2
27032026-08-07T21:27:36.602Z Checking petgraph v0.6.5
27042026-08-07T21:27:36.659Z Checking usdt v0.6.0
27052026-08-07T21:27:36.820Z Checking usdt-impl v0.5.0
27062026-08-07T21:27:36.830Z Checking nix v0.31.2
27072026-08-07T21:27:37.114Z Checking iddqd v0.4.2
27082026-08-07T21:27:37.161Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27092026-08-07T21:27:37.545Z Checking reqwest v0.13.2
27102026-08-07T21:27:37.596Z Checking itertools v0.13.0
27112026-08-07T21:27:37.742Z Checking itertools v0.15.0
27122026-08-07T21:27:37.822Z Checking strum v0.26.3
27132026-08-07T21:27:37.835Z Checking serde_with v3.21.0
27142026-08-07T21:27:37.933Z Checking fs-err v3.3.0
27152026-08-07T21:27:37.995Z Checking object v0.37.3
27162026-08-07T21:27:38.028Z Checking tokio-stream v0.1.18
27172026-08-07T21:27:38.231Z Checking buf-list v1.1.2
27182026-08-07T21:27:38.377Z Checking camino v1.2.2
27192026-08-07T21:27:38.405Z Checking anyhow v1.0.102
27202026-08-07T21:27:38.417Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27212026-08-07T21:27:38.600Z Checking openapiv3 v2.2.0
27222026-08-07T21:27:38.613Z Checking peg-runtime v0.8.5
27232026-08-07T21:27:38.626Z Checking lalrpop-util v0.19.12
27242026-08-07T21:27:38.673Z Checking rayon v1.11.0
27252026-08-07T21:27:38.691Z Checking sigpipe v0.1.3
27262026-08-07T21:27:38.745Z Checking glob v0.3.3
27272026-08-07T21:27:40.170Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27282026-08-07T21:27:40.227Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27292026-08-07T21:27:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s
27302026-08-07T21:27:40.678Z
27312026-08-07T21:27:40.678Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27322026-08-07T21:27:41.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332026-08-07T21:27:41.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342026-08-07T21:27:41.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352026-08-07T21:27:41.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27362026-08-07T21:27:41.233Z
27372026-08-07T21:27:41.233Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27382026-08-07T21:27:41.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392026-08-07T21:27:41.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402026-08-07T21:27:41.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412026-08-07T21:27:41.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27422026-08-07T21:27:41.788Z
27432026-08-07T21:27:41.788Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27442026-08-07T21:27:42.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452026-08-07T21:27:42.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462026-08-07T21:27:42.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472026-08-07T21:27:42.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27482026-08-07T21:27:42.359Z
27492026-08-07T21:27:42.359Zinfo: running `cargo check --bins` on oxql-types (82/335)
27502026-08-07T21:27:42.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-08-07T21:27:42.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-08-07T21:27:42.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532026-08-07T21:27:42.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27542026-08-07T21:27:42.914Z
27552026-08-07T21:27:42.914Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27562026-08-07T21:27:43.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-08-07T21:27:43.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-08-07T21:27:43.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-08-07T21:27:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27602026-08-07T21:27:43.467Z
27612026-08-07T21:27:43.467Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27622026-08-07T21:27:43.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-08-07T21:27:43.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-08-07T21:27:43.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-08-07T21:27:43.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27662026-08-07T21:27:44.029Z
27672026-08-07T21:27:44.029Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27682026-08-07T21:27:44.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-07T21:27:44.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-07T21:27:44.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-07T21:27:44.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27722026-08-07T21:27:44.576Z
27732026-08-07T21:27:44.576Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27742026-08-07T21:27:45.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-07T21:27:45.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-07T21:27:45.237Z Compiling multer v3.1.0
27772026-08-07T21:27:45.351Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782026-08-07T21:27:45.351Z Compiling async-stream-impl v0.3.6
27792026-08-07T21:27:45.366Z Compiling dropshot v0.17.1
27802026-08-07T21:27:45.377Z Compiling parse-display-derive v0.10.0
27812026-08-07T21:27:45.395Z Compiling newtype-uuid-macros v0.1.0
27822026-08-07T21:27:45.399Z Compiling dropshot_endpoint v0.17.1
27832026-08-07T21:27:45.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27842026-08-07T21:27:45.567Z Checking thread_local v1.1.9
27852026-08-07T21:27:45.587Z Checking compression-core v0.4.31
27862026-08-07T21:27:45.709Z Checking match_cfg v0.1.0
27872026-08-07T21:27:45.724Z Checking compression-codecs v0.4.37
27882026-08-07T21:27:45.739Z Checking crossbeam-channel v0.5.15
27892026-08-07T21:27:45.786Z Checking hostname v0.3.1
27902026-08-07T21:27:45.816Z Checking atomicwrites v0.4.4
27912026-08-07T21:27:45.881Z Checking slog-json v2.6.1
27922026-08-07T21:27:45.894Z Checking toml_datetime v1.1.1+spec-1.1.0
27932026-08-07T21:27:45.920Z Checking is-terminal v0.4.17
27942026-08-07T21:27:45.938Z Checking serde_spanned v1.1.1
27952026-08-07T21:27:46.006Z Checking toml_writer v1.1.1+spec-1.1.0
27962026-08-07T21:27:46.033Z Checking term v1.2.1
27972026-08-07T21:27:46.069Z Checking debug-ignore v1.0.5
27982026-08-07T21:27:46.085Z Checking take_mut v0.2.2
27992026-08-07T21:27:46.110Z Checking slog-bunyan v2.5.0
28002026-08-07T21:27:46.151Z Checking async-stream v0.3.6
28012026-08-07T21:27:46.164Z Checking async-compression v0.4.41
28022026-08-07T21:27:46.186Z Checking slog-async v2.8.0
28032026-08-07T21:27:46.190Z Checking toml v1.1.2+spec-1.1.0
28042026-08-07T21:27:46.219Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28052026-08-07T21:27:46.254Z Checking slog-term v2.9.2
28062026-08-07T21:27:46.277Z Checking progenitor-client v0.14.0
28072026-08-07T21:27:46.322Z Checking sha1 v0.11.0
28082026-08-07T21:27:46.405Z Checking waitgroup v0.1.2
28092026-08-07T21:27:46.502Z Checking rustls-pemfile v2.2.0
28102026-08-07T21:27:46.517Z Checking backon v1.6.0
28112026-08-07T21:27:46.517Z Checking serde_path_to_error v0.1.20
28122026-08-07T21:27:46.528Z Checking hostname v0.4.2
28132026-08-07T21:27:46.573Z Checking instant v0.1.13
28142026-08-07T21:27:46.659Z Checking backoff v0.4.0
28152026-08-07T21:27:46.673Z Checking progenitor-extras v0.2.0
28162026-08-07T21:27:46.796Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28172026-08-07T21:27:46.796Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28182026-08-07T21:27:46.830Z Checking regress v0.10.5
28192026-08-07T21:27:46.844Z Checking itertools v0.14.0
28202026-08-07T21:27:46.993Z Checking macaddr v1.0.1
28212026-08-07T21:27:47.042Z Checking parse-display v0.10.0
28222026-08-07T21:27:47.166Z Checking humantime v2.3.0
28232026-08-07T21:27:47.967Z Compiling prettyplease v0.2.37
28242026-08-07T21:27:48.234Z Checking num-rational v0.4.2
28252026-08-07T21:27:48.510Z Checking num-complex v0.4.6
28262026-08-07T21:27:49.014Z Compiling num v0.4.3
28272026-08-07T21:27:49.079Z Compiling usdt-attr-macro v0.5.0
28282026-08-07T21:27:49.092Z Compiling usdt-macro v0.5.0
28292026-08-07T21:27:49.114Z Checking memmap v0.7.0
28302026-08-07T21:27:49.134Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312026-08-07T21:27:49.146Z Checking float-ord v0.3.2
28322026-08-07T21:27:49.257Z Checking unicode-width v0.2.0
28332026-08-07T21:27:49.364Z Compiling convert_case v0.4.0
28342026-08-07T21:27:49.507Z Checking console v0.15.11
28352026-08-07T21:27:49.741Z Compiling derive_more v0.99.20
28362026-08-07T21:27:49.790Z Checking newline-converter v0.3.0
28372026-08-07T21:27:49.826Z Compiling toml v0.8.23
28382026-08-07T21:27:49.875Z Checking usdt v0.5.0
28392026-08-07T21:27:49.897Z Compiling minimal-lexical v0.2.1
28402026-08-07T21:27:50.041Z Checking linked-hash-map v0.5.6
28412026-08-07T21:27:50.156Z Compiling nom v7.1.3
28422026-08-07T21:27:50.210Z Checking lru-cache v0.1.2
28432026-08-07T21:27:50.330Z Checking expectorate v1.2.0
28442026-08-07T21:27:50.787Z Checking camino-tempfile v1.4.1
28452026-08-07T21:27:50.790Z Checking hickory-proto v0.24.4
28462026-08-07T21:27:50.936Z Checking phf_shared v0.12.1
28472026-08-07T21:27:50.951Z Compiling slog-dtrace v0.3.0
28482026-08-07T21:27:51.077Z Checking resolv-conf v0.7.6
28492026-08-07T21:27:51.263Z Checking heck v0.5.0
28502026-08-07T21:27:51.364Z Compiling chrono-tz v0.10.4
28512026-08-07T21:27:51.388Z Compiling unicode-xid v0.2.6
28522026-08-07T21:27:51.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-07T21:27:51.516Z Compiling const_format_proc_macros v0.2.34
28542026-08-07T21:27:51.610Z Checking phf v0.12.1
28552026-08-07T21:27:51.752Z Checking tokio-dtrace v0.1.1
28562026-08-07T21:27:51.944Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572026-08-07T21:27:51.957Z Compiling derive-where v1.6.0
28582026-08-07T21:27:52.149Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28592026-08-07T21:27:52.291Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-07T21:27:52.325Z Checking highway v1.3.0
28612026-08-07T21:27:52.553Z Checking const_format v0.2.35
28622026-08-07T21:27:52.622Z Checking hickory-resolver v0.24.4
28632026-08-07T21:27:52.783Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28642026-08-07T21:27:53.263Z Checking oxide-tokio-rt v0.1.4
28652026-08-07T21:27:53.360Z Checking qorb v0.4.1
28662026-08-07T21:27:53.672Z Checking gethostname v0.5.0
28672026-08-07T21:27:53.708Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28682026-08-07T21:27:53.721Z Checking bcs v0.1.6
28692026-08-07T21:27:53.752Z Checking termtree v0.5.1
28702026-08-07T21:27:53.819Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28712026-08-07T21:27:53.975Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-08-07T21:27:53.975Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732026-08-07T21:27:57.104Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28742026-08-07T21:28:00.183Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28752026-08-07T21:28:02.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
28762026-08-07T21:28:02.566Z
28772026-08-07T21:28:02.566Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28782026-08-07T21:28:03.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-08-07T21:28:03.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-08-07T21:28:03.225Z Compiling ar_archive_writer v0.5.1
28812026-08-07T21:28:03.338Z Compiling stacker v0.1.23
28822026-08-07T21:28:03.344Z Compiling cfg_aliases v0.1.1
28832026-08-07T21:28:03.351Z Compiling convert_case v0.10.0
28842026-08-07T21:28:03.354Z Checking unicode-width v0.1.14
28852026-08-07T21:28:03.366Z Compiling proc-macro-error v1.0.4
28862026-08-07T21:28:03.377Z Checking fd-lock v4.0.4
28872026-08-07T21:28:03.380Z Checking nibble_vec v0.1.0
28882026-08-07T21:28:03.398Z Compiling nix v0.28.0
28892026-08-07T21:28:03.489Z Checking vte v0.14.1
28902026-08-07T21:28:03.502Z Compiling recursive-proc-macro-impl v0.1.1
28912026-08-07T21:28:03.590Z Checking bytecount v0.6.9
28922026-08-07T21:28:03.602Z Checking endian-type v0.1.2
28932026-08-07T21:28:03.638Z Checking strip-ansi-escapes v0.2.1
28942026-08-07T21:28:03.650Z Compiling derive_more-impl v2.1.1
28952026-08-07T21:28:03.661Z Compiling tabled_derive v0.7.0
28962026-08-07T21:28:03.685Z Checking papergrid v0.11.0
28972026-08-07T21:28:03.719Z Checking radix_trie v0.2.1
28982026-08-07T21:28:03.749Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-08-07T21:28:03.902Z Compiling peg-macros v0.8.5
29002026-08-07T21:28:03.963Z Checking winnow v0.6.26
29012026-08-07T21:28:04.203Z Compiling psm v0.1.30
29022026-08-07T21:28:04.272Z Compiling sqlparser_derive v0.5.0
29032026-08-07T21:28:04.369Z Checking unicode_categories v0.1.1
29042026-08-07T21:28:04.483Z Checking derive_more v2.1.1
29052026-08-07T21:28:04.522Z Checking nu-ansi-term v0.50.3
29062026-08-07T21:28:04.560Z Checking home v0.5.12
29072026-08-07T21:28:04.669Z Checking crossterm v0.29.0
29082026-08-07T21:28:04.720Z Checking tabled v0.15.0
29092026-08-07T21:28:04.734Z Checking rustyline v14.0.0
29102026-08-07T21:28:04.748Z Checking reedline v0.40.0
29112026-08-07T21:28:04.971Z Checking recursive v0.1.1
29122026-08-07T21:28:05.054Z Checking display-error-chain v0.2.2
29132026-08-07T21:28:05.067Z Checking sqlparser v0.61.0
29142026-08-07T21:28:05.136Z Checking sqlformat v0.3.5
29152026-08-07T21:28:05.327Z Checking peg v0.8.5
29162026-08-07T21:28:16.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
29172026-08-07T21:28:16.595Z
29182026-08-07T21:28:16.595Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29192026-08-07T21:28:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-07T21:28:17.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-07T21:28:17.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-08-07T21:28:20.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29232026-08-07T21:28:20.996Z
29242026-08-07T21:28:20.996Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29252026-08-07T21:28:21.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-07T21:28:21.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-07T21:28:21.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-08-07T21:28:24.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
29292026-08-07T21:28:24.418Z
29302026-08-07T21:28:24.418Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29312026-08-07T21:28:24.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-07T21:28:24.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-07T21:28:25.082Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-08-07T21:28:28.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29352026-08-07T21:28:28.650Z
29362026-08-07T21:28:28.650Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29372026-08-07T21:28:29.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-07T21:28:29.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-07T21:28:29.323Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-07T21:28:32.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
29412026-08-07T21:28:32.905Z
29422026-08-07T21:28:32.905Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29432026-08-07T21:28:33.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-07T21:28:33.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-07T21:28:33.570Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29462026-08-07T21:28:36.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
29472026-08-07T21:28:36.487Z
29482026-08-07T21:28:36.487Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29492026-08-07T21:28:36.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-07T21:28:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-07T21:28:37.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29522026-08-07T21:28:39.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
29532026-08-07T21:28:40.072Z
29542026-08-07T21:28:40.072Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29552026-08-07T21:28:40.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-07T21:28:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-07T21:28:40.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-08-07T21:28:44.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29592026-08-07T21:28:44.510Z
29602026-08-07T21:28:44.510Zinfo: running `cargo check --bins` on oximeter (95/335)
29612026-08-07T21:28:44.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-07T21:28:44.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-07T21:28:44.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-07T21:28:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29652026-08-07T21:28:45.044Z
29662026-08-07T21:28:45.044Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29672026-08-07T21:28:45.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-07T21:28:45.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-07T21:28:45.668Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29702026-08-07T21:28:46.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29712026-08-07T21:28:46.233Z
29722026-08-07T21:28:46.233Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29732026-08-07T21:28:46.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-07T21:28:46.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-07T21:28:46.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-07T21:28:46.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29772026-08-07T21:28:46.804Z
29782026-08-07T21:28:46.804Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29792026-08-07T21:28:47.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-07T21:28:47.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-07T21:28:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-07T21:28:47.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29832026-08-07T21:28:47.412Z
29842026-08-07T21:28:47.413Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29852026-08-07T21:28:47.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-07T21:28:47.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-07T21:28:47.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-07T21:28:47.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29892026-08-07T21:28:47.991Z
29902026-08-07T21:28:47.991Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29912026-08-07T21:28:48.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-07T21:28:48.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-07T21:28:48.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-07T21:28:48.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29952026-08-07T21:28:48.569Z
29962026-08-07T21:28:48.569Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29972026-08-07T21:28:49.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-07T21:28:49.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-07T21:28:49.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-07T21:28:49.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30012026-08-07T21:28:49.144Z
30022026-08-07T21:28:49.144Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30032026-08-07T21:28:49.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-07T21:28:49.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-07T21:28:49.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-07T21:28:49.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30072026-08-07T21:28:49.720Z
30082026-08-07T21:28:49.720Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30092026-08-07T21:28:50.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-07T21:28:50.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-07T21:28:50.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-07T21:28:50.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30132026-08-07T21:28:50.280Z
30142026-08-07T21:28:50.280Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30152026-08-07T21:28:50.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-07T21:28:50.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-07T21:28:50.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-07T21:28:50.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30192026-08-07T21:28:50.854Z
30202026-08-07T21:28:50.854Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30212026-08-07T21:28:51.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-07T21:28:51.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-07T21:28:51.673Z Compiling regress v0.11.1
30242026-08-07T21:28:51.673Z Checking secrecy v0.10.3
30252026-08-07T21:28:51.673Z Compiling crucible-workspace-hack v0.1.0
30262026-08-07T21:28:51.677Z Checking half v2.7.1
30272026-08-07T21:28:51.677Z Checking ciborium-io v0.2.2
30282026-08-07T21:28:51.677Z Checking inout v0.1.4
30292026-08-07T21:28:51.677Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30302026-08-07T21:28:51.890Z Checking universal-hash v0.5.1
30312026-08-07T21:28:51.927Z Checking cipher v0.4.4
30322026-08-07T21:28:51.994Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30332026-08-07T21:28:52.008Z Compiling thiserror-impl-no-std v2.0.2
30342026-08-07T21:28:52.047Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-07T21:28:52.063Z Checking ciborium-ll v0.2.2
30362026-08-07T21:28:52.079Z Checking opaque-debug v0.3.1
30372026-08-07T21:28:52.120Z Compiling toml_datetime v0.7.5+spec-1.1.0
30382026-08-07T21:28:52.147Z Checking poly1305 v0.8.0
30392026-08-07T21:28:52.222Z Checking chacha20 v0.9.1
30402026-08-07T21:28:52.242Z Checking ciborium v0.2.2
30412026-08-07T21:28:52.360Z Compiling toml_edit v0.23.10+spec-1.0.0
30422026-08-07T21:28:52.409Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30432026-08-07T21:28:52.424Z Checking password-hash v0.5.0
30442026-08-07T21:28:52.443Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30452026-08-07T21:28:52.649Z Checking blake2 v0.10.6
30462026-08-07T21:28:52.664Z Checking aead v0.5.2
30472026-08-07T21:28:52.691Z Compiling unsafe-libyaml v0.2.11
30482026-08-07T21:28:52.806Z Checking indent_write v2.2.0
30492026-08-07T21:28:52.889Z Checking argon2 v0.5.3
30502026-08-07T21:28:52.937Z Compiling proc-macro-crate v3.4.0
30512026-08-07T21:28:53.181Z Checking thiserror-no-std v2.0.2
30522026-08-07T21:28:53.232Z Compiling serde_yaml v0.9.34+deprecated
30532026-08-07T21:28:53.271Z Checking vsss-rs v3.3.4
30542026-08-07T21:28:53.341Z Checking typify-impl v0.6.2
30552026-08-07T21:28:53.449Z Checking chacha20poly1305 v0.10.1
30562026-08-07T21:28:53.488Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-08-07T21:28:53.574Z Compiling num_enum_derive v0.7.6
30582026-08-07T21:28:54.102Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-08-07T21:28:54.131Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-07T21:28:54.234Z Compiling heapless v0.8.0
30612026-08-07T21:28:54.313Z Compiling ingot-macros v0.2.0
30622026-08-07T21:28:54.389Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-08-07T21:28:54.509Z Checking hash32 v0.3.1
30642026-08-07T21:28:54.640Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30652026-08-07T21:28:54.655Z Checking num_enum v0.7.6
30662026-08-07T21:28:54.680Z Compiling smoltcp v0.11.0
30672026-08-07T21:28:54.769Z Checking tabwriter v1.4.1
30682026-08-07T21:28:54.868Z Checking cobs v0.3.0
30692026-08-07T21:28:54.920Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30702026-08-07T21:28:55.015Z Checking postcard v1.1.3
30712026-08-07T21:28:55.052Z Compiling proc-macro-crate v1.3.1
30722026-08-07T21:28:55.069Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-07T21:28:55.129Z Compiling foreign-types-macros v0.2.3
30742026-08-07T21:28:55.276Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30752026-08-07T21:28:55.310Z Checking foreign-types-shared v0.3.1
30762026-08-07T21:28:55.407Z Checking colored v3.1.1
30772026-08-07T21:28:55.463Z Checking swrite v0.1.0
30782026-08-07T21:28:55.519Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30792026-08-07T21:28:55.535Z Compiling num_enum_derive v0.5.11
30802026-08-07T21:28:55.665Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30812026-08-07T21:28:55.719Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30822026-08-07T21:28:55.734Z Checking foreign-types v0.5.0
30832026-08-07T21:28:55.813Z Checking cstr-argument v0.1.2
30842026-08-07T21:28:55.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30852026-08-07T21:28:56.097Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30862026-08-07T21:28:56.153Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-08-07T21:28:56.168Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30882026-08-07T21:28:56.206Z Checking rand v0.10.1
30892026-08-07T21:28:56.272Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30902026-08-07T21:28:56.326Z Compiling zone_cfg_derive v0.3.1
30912026-08-07T21:28:56.342Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30922026-08-07T21:28:56.455Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30932026-08-07T21:28:56.567Z Checking num_enum v0.5.11
30942026-08-07T21:28:56.592Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-07T21:28:56.682Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30962026-08-07T21:28:56.768Z Checking itertools v0.12.1
30972026-08-07T21:28:56.861Z Compiling num-derive v0.4.2
30982026-08-07T21:28:56.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-07T21:28:57.147Z Checking ingot-types v0.2.0
31002026-08-07T21:28:57.180Z Compiling semver v0.1.20
31012026-08-07T21:28:57.471Z Compiling rustc_version v0.1.7
31022026-08-07T21:28:57.514Z Checking ingot v0.2.1
31032026-08-07T21:28:57.696Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31042026-08-07T21:28:57.732Z Checking smf v0.2.3
31052026-08-07T21:28:57.794Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31062026-08-07T21:28:57.810Z Checking zone v0.3.1
31072026-08-07T21:28:57.854Z Checking csv-core v0.1.13
31082026-08-07T21:28:57.965Z Compiling typify-macro v0.6.2
31092026-08-07T21:28:57.978Z Checking nom v8.0.0
31102026-08-07T21:28:58.024Z Checking whoami v1.6.1
31112026-08-07T21:28:58.041Z Checking csv v1.4.0
31122026-08-07T21:28:58.045Z Compiling newtype_derive v0.1.6
31132026-08-07T21:28:58.169Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-08-07T21:28:58.189Z Compiling cancel-safe-futures v0.1.5
31152026-08-07T21:28:58.286Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-08-07T21:28:58.412Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31172026-08-07T21:28:58.423Z Compiling owo-colors v4.3.0
31182026-08-07T21:28:58.440Z Compiling libefi-sys v0.1.0
31192026-08-07T21:28:58.628Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31202026-08-07T21:28:58.740Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-08-07T21:28:58.830Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-08-07T21:28:58.883Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-08-07T21:28:58.993Z Checking oxide-update-engine-types v0.1.2
31242026-08-07T21:28:59.052Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31252026-08-07T21:28:59.134Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31262026-08-07T21:28:59.150Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-08-07T21:28:59.236Z Compiling bitfield-struct v0.6.2
31282026-08-07T21:28:59.394Z Checking linear-map v1.2.0
31292026-08-07T21:28:59.571Z Checking smawk v0.3.2
31302026-08-07T21:28:59.614Z Checking unicode-linebreak v0.1.5
31312026-08-07T21:28:59.705Z Checking steno v0.4.1
31322026-08-07T21:28:59.766Z Compiling typify v0.6.2
31332026-08-07T21:28:59.883Z Compiling progenitor-impl v0.14.0
31342026-08-07T21:28:59.893Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352026-08-07T21:28:59.907Z Checking oxide-update-engine v0.1.2
31362026-08-07T21:29:00.017Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31372026-08-07T21:29:00.129Z Checking textwrap v0.16.2
31382026-08-07T21:29:00.252Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31392026-08-07T21:29:00.538Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-07T21:29:00.701Z Checking sha1 v0.10.6
31412026-08-07T21:29:00.726Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31422026-08-07T21:29:00.806Z Checking utf-8 v0.7.6
31432026-08-07T21:29:00.855Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31442026-08-07T21:29:00.874Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31452026-08-07T21:29:00.906Z Checking ignore v0.4.25
31462026-08-07T21:29:00.950Z Checking tungstenite v0.21.0
31472026-08-07T21:29:01.030Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31482026-08-07T21:29:01.076Z Compiling xshell-macros v0.2.7
31492026-08-07T21:29:01.236Z Checking predicates-tree v1.0.13
31502026-08-07T21:29:01.296Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31512026-08-07T21:29:01.308Z Checking globwalk v0.9.1
31522026-08-07T21:29:01.340Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31532026-08-07T21:29:01.371Z Checking tokio-tungstenite v0.21.0
31542026-08-07T21:29:01.456Z Checking xshell v0.2.7
31552026-08-07T21:29:01.499Z Checking filetime v0.2.27
31562026-08-07T21:29:01.509Z Checking xattr v1.6.1
31572026-08-07T21:29:01.628Z Checking tagptr v0.2.0
31582026-08-07T21:29:01.650Z Checking camino-tempfile-ext v0.3.3
31592026-08-07T21:29:01.651Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31602026-08-07T21:29:01.656Z Checking tar v0.4.46
31612026-08-07T21:29:01.706Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31622026-08-07T21:29:01.778Z Checking moka v0.12.13
31632026-08-07T21:29:01.835Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31642026-08-07T21:29:01.847Z Checking rand_seeder v0.4.0
31652026-08-07T21:29:01.866Z Checking half v1.8.3
31662026-08-07T21:29:01.986Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31672026-08-07T21:29:01.998Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31682026-08-07T21:29:02.058Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31692026-08-07T21:29:02.067Z Checking serde_cbor v0.11.2
31702026-08-07T21:29:02.297Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31712026-08-07T21:29:02.312Z Checking sha2 v0.11.0
31722026-08-07T21:29:02.404Z Checking hickory-resolver v0.25.2
31732026-08-07T21:29:02.454Z Checking digest-io v0.1.0
31742026-08-07T21:29:02.486Z Compiling progenitor-macro v0.14.0
31752026-08-07T21:29:02.579Z Compiling petname v2.0.2
31762026-08-07T21:29:02.928Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31772026-08-07T21:29:02.969Z Checking rawzip v0.4.4
31782026-08-07T21:29:03.078Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-08-07T21:29:03.108Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31802026-08-07T21:29:03.195Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31812026-08-07T21:29:03.410Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31822026-08-07T21:29:03.594Z Checking sapling-renderdag v0.1.0
31832026-08-07T21:29:03.651Z Checking subprocess v0.2.15
31842026-08-07T21:29:03.716Z Checking sync-ptr v0.1.4
31852026-08-07T21:29:03.833Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31862026-08-07T21:29:03.907Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31872026-08-07T21:29:03.965Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31882026-08-07T21:29:04.008Z Checking colored v2.2.0
31892026-08-07T21:29:04.095Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31902026-08-07T21:29:04.115Z Checking assert_matches v1.5.0
31912026-08-07T21:29:05.164Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31922026-08-07T21:29:05.385Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31932026-08-07T21:29:05.676Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942026-08-07T21:29:06.024Z Checking progenitor v0.14.0
31952026-08-07T21:29:06.112Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31962026-08-07T21:29:06.112Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-07T21:29:06.115Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31982026-08-07T21:29:06.116Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31992026-08-07T21:29:06.116Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32002026-08-07T21:29:06.116Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-08-07T21:29:06.116Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32022026-08-07T21:29:06.487Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32032026-08-07T21:29:06.529Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32042026-08-07T21:29:06.758Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32052026-08-07T21:29:07.242Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32062026-08-07T21:29:07.841Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-08-07T21:29:09.007Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32082026-08-07T21:29:17.401Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-08-07T21:29:24.382Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102026-08-07T21:29:24.382Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32112026-08-07T21:29:24.385Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32122026-08-07T21:29:25.892Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-08-07T21:29:27.157Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-08-07T21:29:29.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.51s
32152026-08-07T21:29:29.576Z
32162026-08-07T21:29:29.576Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32172026-08-07T21:29:30.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-07T21:29:30.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-07T21:29:30.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-08-07T21:29:30.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32212026-08-07T21:29:30.186Z
32222026-08-07T21:29:30.186Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32232026-08-07T21:29:30.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-07T21:29:30.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-07T21:29:30.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-08-07T21:29:30.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32272026-08-07T21:29:30.758Z
32282026-08-07T21:29:30.758Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32292026-08-07T21:29:31.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-07T21:29:31.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-07T21:29:31.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-08-07T21:29:31.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32332026-08-07T21:29:31.326Z
32342026-08-07T21:29:31.326Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32352026-08-07T21:29:31.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-07T21:29:31.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-07T21:29:31.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-08-07T21:29:31.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32392026-08-07T21:29:31.894Z
32402026-08-07T21:29:31.894Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32412026-08-07T21:29:32.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-07T21:29:32.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-07T21:29:32.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-08-07T21:29:32.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32452026-08-07T21:29:32.444Z
32462026-08-07T21:29:32.444Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32472026-08-07T21:29:32.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-07T21:29:32.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-07T21:29:32.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-08-07T21:29:32.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32512026-08-07T21:29:32.996Z
32522026-08-07T21:29:32.996Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32532026-08-07T21:29:33.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-07T21:29:33.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-07T21:29:33.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-07T21:29:33.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32572026-08-07T21:29:33.548Z
32582026-08-07T21:29:33.548Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32592026-08-07T21:29:34.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-07T21:29:34.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-07T21:29:34.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-07T21:29:34.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32632026-08-07T21:29:34.091Z
32642026-08-07T21:29:34.091Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32652026-08-07T21:29:34.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-07T21:29:34.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-07T21:29:34.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-07T21:29:34.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32692026-08-07T21:29:34.667Z
32702026-08-07T21:29:34.667Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32712026-08-07T21:29:35.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-07T21:29:35.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-07T21:29:35.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-07T21:29:35.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32752026-08-07T21:29:35.253Z
32762026-08-07T21:29:35.253Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32772026-08-07T21:29:35.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-07T21:29:35.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-07T21:29:35.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-07T21:29:35.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32812026-08-07T21:29:35.829Z
32822026-08-07T21:29:35.829Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32832026-08-07T21:29:36.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-07T21:29:36.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-07T21:29:36.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-07T21:29:36.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-07T21:29:36.403Z
32882026-08-07T21:29:36.404Zinfo: running `cargo check --bins` on key-manager (118/335)
32892026-08-07T21:29:36.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-07T21:29:36.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-07T21:29:36.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-07T21:29:36.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-07T21:29:36.969Z
32942026-08-07T21:29:36.969Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32952026-08-07T21:29:37.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-07T21:29:37.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-07T21:29:37.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-07T21:29:37.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32992026-08-07T21:29:37.551Z
33002026-08-07T21:29:37.551Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
33012026-08-07T21:29:38.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-07T21:29:38.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-07T21:29:38.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-07T21:29:38.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-07T21:29:38.131Z
33062026-08-07T21:29:38.131Zinfo: running `cargo check --bins` on typed-rng (121/335)
33072026-08-07T21:29:38.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-07T21:29:38.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-07T21:29:38.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-08-07T21:29:38.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33112026-08-07T21:29:38.686Z
33122026-08-07T21:29:38.686Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33132026-08-07T21:29:39.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-08-07T21:29:39.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-08-07T21:29:39.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-08-07T21:29:39.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33172026-08-07T21:29:39.303Z
33182026-08-07T21:29:39.303Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33192026-08-07T21:29:39.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-08-07T21:29:39.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-08-07T21:29:40.024Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-08-07T21:29:40.028Z Checking void v1.0.2
33232026-08-07T21:29:40.028Z Checking tungstenite v0.23.0
33242026-08-07T21:29:40.028Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-08-07T21:29:40.028Z Checking dropshot-api-manager-types v0.7.2
33262026-08-07T21:29:40.028Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33272026-08-07T21:29:40.154Z Checking nix v0.27.1
33282026-08-07T21:29:40.158Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33292026-08-07T21:29:40.288Z Checking lzss v0.8.2
33302026-08-07T21:29:40.300Z Checking kstat-rs v0.2.5
33312026-08-07T21:29:40.325Z Checking fxhash v0.2.1
33322026-08-07T21:29:40.408Z Checking serde_bytes v0.11.19
33332026-08-07T21:29:40.437Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-08-07T21:29:40.463Z Checking signal-hook-tokio v0.3.1
33352026-08-07T21:29:40.467Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-08-07T21:29:40.490Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33372026-08-07T21:29:40.537Z Checking tokio-tungstenite v0.23.1
33382026-08-07T21:29:40.671Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33392026-08-07T21:29:41.708Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-07T21:29:42.246Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-08-07T21:29:44.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
33422026-08-07T21:29:44.546Z
33432026-08-07T21:29:44.546Zinfo: running `cargo check --bins` on gateway-api (124/335)
33442026-08-07T21:29:45.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-08-07T21:29:45.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-08-07T21:29:45.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-08-07T21:29:45.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33482026-08-07T21:29:45.114Z
33492026-08-07T21:29:45.114Zinfo: running `cargo check --bins` on ipcc (125/335)
33502026-08-07T21:29:45.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-08-07T21:29:45.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-08-07T21:29:45.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-08-07T21:29:45.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33542026-08-07T21:29:45.683Z
33552026-08-07T21:29:45.683Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33562026-08-07T21:29:46.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-08-07T21:29:46.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-08-07T21:29:46.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-08-07T21:29:46.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33602026-08-07T21:29:46.234Z
33612026-08-07T21:29:46.234Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33622026-08-07T21:29:46.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-08-07T21:29:46.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-08-07T21:29:46.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-08-07T21:29:46.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33662026-08-07T21:29:46.818Z
33672026-08-07T21:29:46.818Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33682026-08-07T21:29:47.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-07T21:29:47.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-07T21:29:47.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-07T21:29:47.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33722026-08-07T21:29:47.377Z
33732026-08-07T21:29:47.377Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33742026-08-07T21:29:47.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-07T21:29:47.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-07T21:29:47.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-08-07T21:29:47.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33782026-08-07T21:29:47.947Z
33792026-08-07T21:29:47.947Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33802026-08-07T21:29:48.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-08-07T21:29:48.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-08-07T21:29:48.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-08-07T21:29:48.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33842026-08-07T21:29:48.526Z
33852026-08-07T21:29:48.526Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33862026-08-07T21:29:49.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-08-07T21:29:49.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-08-07T21:29:49.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-08-07T21:29:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33902026-08-07T21:29:49.102Z
33912026-08-07T21:29:49.103Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33922026-08-07T21:29:49.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-08-07T21:29:49.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-08-07T21:29:49.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-08-07T21:29:49.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33962026-08-07T21:29:49.656Z
33972026-08-07T21:29:49.656Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33982026-08-07T21:29:50.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-08-07T21:29:50.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-08-07T21:29:50.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-08-07T21:29:50.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34022026-08-07T21:29:50.216Z
34032026-08-07T21:29:50.217Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34042026-08-07T21:29:50.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-08-07T21:29:50.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-08-07T21:29:50.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-08-07T21:29:50.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34082026-08-07T21:29:50.777Z
34092026-08-07T21:29:50.777Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34102026-08-07T21:29:51.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-08-07T21:29:51.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-08-07T21:29:51.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-08-07T21:29:51.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34142026-08-07T21:29:51.342Z
34152026-08-07T21:29:51.342Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34162026-08-07T21:29:51.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-08-07T21:29:51.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-08-07T21:29:51.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-08-07T21:29:51.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34202026-08-07T21:29:51.904Z
34212026-08-07T21:29:51.904Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34222026-08-07T21:29:52.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-08-07T21:29:52.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-08-07T21:29:52.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-08-07T21:29:52.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34262026-08-07T21:29:52.475Z
34272026-08-07T21:29:52.475Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34282026-08-07T21:29:52.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-08-07T21:29:52.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-08-07T21:29:52.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-08-07T21:29:52.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34322026-08-07T21:29:53.036Z
34332026-08-07T21:29:53.036Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34342026-08-07T21:29:53.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-08-07T21:29:53.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-08-07T21:29:53.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-08-07T21:29:53.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-08-07T21:29:53.598Z
34392026-08-07T21:29:53.598Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34402026-08-07T21:29:54.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-08-07T21:29:54.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-08-07T21:29:54.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-08-07T21:29:54.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-08-07T21:29:54.160Z
34452026-08-07T21:29:54.160Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34462026-08-07T21:29:54.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-08-07T21:29:54.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-08-07T21:29:54.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-08-07T21:29:54.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-08-07T21:29:54.724Z
34512026-08-07T21:29:54.724Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34522026-08-07T21:29:55.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-08-07T21:29:55.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-08-07T21:29:55.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-08-07T21:29:55.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-08-07T21:29:55.281Z
34572026-08-07T21:29:55.281Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34582026-08-07T21:29:55.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-08-07T21:29:55.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-08-07T21:29:55.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-08-07T21:29:55.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34622026-08-07T21:29:55.841Z
34632026-08-07T21:29:55.841Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34642026-08-07T21:29:56.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-08-07T21:29:56.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-08-07T21:29:56.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-08-07T21:29:56.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-08-07T21:29:56.406Z
34692026-08-07T21:29:56.406Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34702026-08-07T21:29:56.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-08-07T21:29:56.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-08-07T21:29:56.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-08-07T21:29:56.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-08-07T21:29:56.969Z
34752026-08-07T21:29:56.969Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34762026-08-07T21:29:57.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-08-07T21:29:57.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-08-07T21:29:57.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-08-07T21:29:57.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34802026-08-07T21:29:57.548Z
34812026-08-07T21:29:57.548Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34822026-08-07T21:29:58.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-08-07T21:29:58.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-08-07T21:29:58.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-08-07T21:29:58.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34862026-08-07T21:29:58.125Z
34872026-08-07T21:29:58.125Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34882026-08-07T21:29:58.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-08-07T21:29:58.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-08-07T21:29:58.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-08-07T21:29:58.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34922026-08-07T21:29:58.704Z
34932026-08-07T21:29:58.704Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34942026-08-07T21:29:59.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-08-07T21:29:59.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-08-07T21:29:59.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-08-07T21:29:59.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34982026-08-07T21:29:59.276Z
34992026-08-07T21:29:59.276Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
35002026-08-07T21:29:59.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-08-07T21:29:59.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-08-07T21:29:59.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-08-07T21:29:59.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35042026-08-07T21:29:59.854Z
35052026-08-07T21:29:59.854Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35062026-08-07T21:30:00.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-08-07T21:30:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-08-07T21:30:00.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-08-07T21:30:00.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35102026-08-07T21:30:00.430Z
35112026-08-07T21:30:00.430Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35122026-08-07T21:30:00.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-07T21:30:00.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-07T21:30:00.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-07T21:30:00.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35162026-08-07T21:30:01.003Z
35172026-08-07T21:30:01.003Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35182026-08-07T21:30:01.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-07T21:30:01.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-07T21:30:01.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-07T21:30:01.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35222026-08-07T21:30:01.583Z
35232026-08-07T21:30:01.583Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35242026-08-07T21:30:02.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-07T21:30:02.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-07T21:30:02.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-07T21:30:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35282026-08-07T21:30:02.164Z
35292026-08-07T21:30:02.164Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35302026-08-07T21:30:02.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-07T21:30:02.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-07T21:30:02.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-07T21:30:02.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-08-07T21:30:02.743Z
35352026-08-07T21:30:02.743Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35362026-08-07T21:30:03.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-07T21:30:03.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-07T21:30:03.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-07T21:30:03.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-08-07T21:30:03.321Z
35412026-08-07T21:30:03.322Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35422026-08-07T21:30:03.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-07T21:30:03.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-07T21:30:03.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-07T21:30:03.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35462026-08-07T21:30:03.899Z
35472026-08-07T21:30:03.899Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35482026-08-07T21:30:04.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-07T21:30:04.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-07T21:30:04.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-07T21:30:04.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35522026-08-07T21:30:04.476Z
35532026-08-07T21:30:04.476Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35542026-08-07T21:30:04.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-07T21:30:04.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-07T21:30:04.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-07T21:30:04.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35582026-08-07T21:30:05.053Z
35592026-08-07T21:30:05.053Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35602026-08-07T21:30:05.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-07T21:30:05.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-07T21:30:05.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-07T21:30:05.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35642026-08-07T21:30:05.625Z
35652026-08-07T21:30:05.625Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35662026-08-07T21:30:06.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-07T21:30:06.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-07T21:30:06.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-07T21:30:06.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35702026-08-07T21:30:06.200Z
35712026-08-07T21:30:06.201Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35722026-08-07T21:30:06.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-07T21:30:06.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-07T21:30:06.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-07T21:30:06.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-08-07T21:30:06.779Z
35772026-08-07T21:30:06.779Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35782026-08-07T21:30:07.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-07T21:30:07.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-07T21:30:07.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-07T21:30:07.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-08-07T21:30:07.359Z
35832026-08-07T21:30:07.359Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35842026-08-07T21:30:07.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-07T21:30:07.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-07T21:30:07.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-07T21:30:07.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35882026-08-07T21:30:07.920Z
35892026-08-07T21:30:07.920Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35902026-08-07T21:30:08.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-07T21:30:08.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-07T21:30:08.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-07T21:30:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35942026-08-07T21:30:08.478Z
35952026-08-07T21:30:08.478Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35962026-08-07T21:30:08.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-07T21:30:08.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-07T21:30:08.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-07T21:30:08.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36002026-08-07T21:30:09.038Z
36012026-08-07T21:30:09.038Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36022026-08-07T21:30:09.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-07T21:30:09.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-07T21:30:09.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-07T21:30:09.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36062026-08-07T21:30:09.592Z
36072026-08-07T21:30:09.592Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36082026-08-07T21:30:10.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-07T21:30:10.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-07T21:30:10.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-08-07T21:30:10.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36122026-08-07T21:30:10.152Z
36132026-08-07T21:30:10.152Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36142026-08-07T21:30:10.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-07T21:30:10.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-07T21:30:10.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-07T21:30:10.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36182026-08-07T21:30:10.710Z
36192026-08-07T21:30:10.710Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36202026-08-07T21:30:11.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-07T21:30:11.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-07T21:30:11.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-07T21:30:11.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36242026-08-07T21:30:11.269Z
36252026-08-07T21:30:11.269Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36262026-08-07T21:30:11.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-07T21:30:11.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-07T21:30:11.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-07T21:30:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36302026-08-07T21:30:11.828Z
36312026-08-07T21:30:11.828Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36322026-08-07T21:30:12.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-07T21:30:12.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-07T21:30:12.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-07T21:30:12.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-08-07T21:30:12.386Z
36372026-08-07T21:30:12.386Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36382026-08-07T21:30:12.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-07T21:30:12.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-07T21:30:12.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-07T21:30:12.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-08-07T21:30:12.942Z
36432026-08-07T21:30:12.942Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36442026-08-07T21:30:13.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-07T21:30:13.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-07T21:30:13.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-07T21:30:13.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-08-07T21:30:13.501Z
36492026-08-07T21:30:13.501Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36502026-08-07T21:30:13.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-07T21:30:13.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-07T21:30:13.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-07T21:30:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36542026-08-07T21:30:14.058Z
36552026-08-07T21:30:14.058Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36562026-08-07T21:30:14.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-07T21:30:14.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-07T21:30:14.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-07T21:30:14.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36602026-08-07T21:30:14.618Z
36612026-08-07T21:30:14.618Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36622026-08-07T21:30:15.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-07T21:30:15.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-07T21:30:15.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-07T21:30:15.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36662026-08-07T21:30:15.180Z
36672026-08-07T21:30:15.180Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36682026-08-07T21:30:15.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-07T21:30:15.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-07T21:30:15.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-07T21:30:15.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36722026-08-07T21:30:15.740Z
36732026-08-07T21:30:15.740Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36742026-08-07T21:30:16.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-07T21:30:16.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-07T21:30:16.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-07T21:30:16.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36782026-08-07T21:30:16.299Z
36792026-08-07T21:30:16.299Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36802026-08-07T21:30:16.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-07T21:30:16.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-07T21:30:16.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-07T21:30:16.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-08-07T21:30:16.877Z
36852026-08-07T21:30:16.877Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36862026-08-07T21:30:17.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-07T21:30:17.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-07T21:30:17.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-07T21:30:17.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-08-07T21:30:17.464Z
36912026-08-07T21:30:17.464Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36922026-08-07T21:30:17.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-07T21:30:17.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-07T21:30:17.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-07T21:30:17.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36962026-08-07T21:30:18.048Z
36972026-08-07T21:30:18.048Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36982026-08-07T21:30:18.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-07T21:30:18.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-07T21:30:18.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-07T21:30:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37022026-08-07T21:30:18.634Z
37032026-08-07T21:30:18.634Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37042026-08-07T21:30:19.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-07T21:30:19.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-07T21:30:19.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-07T21:30:19.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-08-07T21:30:19.215Z
37092026-08-07T21:30:19.215Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37102026-08-07T21:30:19.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-07T21:30:19.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-07T21:30:19.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-07T21:30:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-08-07T21:30:19.801Z
37152026-08-07T21:30:19.801Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37162026-08-07T21:30:20.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-07T21:30:20.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-07T21:30:20.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-07T21:30:20.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37202026-08-07T21:30:20.387Z
37212026-08-07T21:30:20.387Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37222026-08-07T21:30:20.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-07T21:30:20.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-07T21:30:20.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-07T21:30:20.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37262026-08-07T21:30:20.980Z
37272026-08-07T21:30:20.980Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37282026-08-07T21:30:21.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-07T21:30:21.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-07T21:30:21.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-07T21:30:21.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37322026-08-07T21:30:21.573Z
37332026-08-07T21:30:21.573Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37342026-08-07T21:30:22.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-07T21:30:22.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-07T21:30:22.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-07T21:30:22.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37382026-08-07T21:30:22.162Z
37392026-08-07T21:30:22.162Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37402026-08-07T21:30:22.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-07T21:30:22.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-07T21:30:22.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-07T21:30:22.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37442026-08-07T21:30:22.747Z
37452026-08-07T21:30:22.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37462026-08-07T21:30:23.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-07T21:30:23.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-07T21:30:23.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-07T21:30:23.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-07T21:30:23.329Z
37512026-08-07T21:30:23.329Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37522026-08-07T21:30:23.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-07T21:30:23.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-07T21:30:23.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-07T21:30:23.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37562026-08-07T21:30:23.911Z
37572026-08-07T21:30:23.911Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37582026-08-07T21:30:24.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-07T21:30:24.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-07T21:30:24.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-07T21:30:24.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37622026-08-07T21:30:24.497Z
37632026-08-07T21:30:24.498Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37642026-08-07T21:30:24.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-07T21:30:24.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-07T21:30:24.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-07T21:30:24.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37682026-08-07T21:30:25.082Z
37692026-08-07T21:30:25.082Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37702026-08-07T21:30:25.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-07T21:30:25.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-07T21:30:25.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-07T21:30:25.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37742026-08-07T21:30:25.685Z
37752026-08-07T21:30:25.685Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37762026-08-07T21:30:26.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-07T21:30:26.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-07T21:30:26.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-07T21:30:26.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37802026-08-07T21:30:26.251Z
37812026-08-07T21:30:26.251Zinfo: running `cargo check --bins` on dns-server (197/335)
37822026-08-07T21:30:26.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-07T21:30:26.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-07T21:30:26.887Z Compiling parking_lot_core v0.8.6
37852026-08-07T21:30:26.891Z Compiling git-stub v1.0.0
37862026-08-07T21:30:27.002Z Checking prefix-trie v0.7.0
37872026-08-07T21:30:27.008Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37882026-08-07T21:30:27.118Z Compiling git-stub-vcs v0.1.0
37892026-08-07T21:30:27.283Z Checking hickory-server v0.25.2
37902026-08-07T21:30:27.383Z Checking parking_lot v0.11.2
37912026-08-07T21:30:27.419Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37922026-08-07T21:30:27.549Z Checking sled v0.34.7
37932026-08-07T21:30:29.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
37942026-08-07T21:30:29.653Z
37952026-08-07T21:30:29.653Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37962026-08-07T21:30:30.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-07T21:30:30.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-07T21:30:30.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-07T21:30:30.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38002026-08-07T21:30:30.221Z
38012026-08-07T21:30:30.221Zinfo: running `cargo check --bins` on nexus-client (199/335)
38022026-08-07T21:30:30.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-07T21:30:30.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-07T21:30:30.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-07T21:30:30.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-07T21:30:30.824Z
38072026-08-07T21:30:30.824Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38082026-08-07T21:30:31.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-07T21:30:31.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-07T21:30:31.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-07T21:30:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-07T21:30:31.396Z
38132026-08-07T21:30:31.396Zinfo: running `cargo check --bins` on sp-sim (201/335)
38142026-08-07T21:30:31.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-07T21:30:31.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-07T21:30:32.099Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38172026-08-07T21:30:32.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38182026-08-07T21:30:32.793Z
38192026-08-07T21:30:32.793Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38202026-08-07T21:30:33.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-07T21:30:33.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-07T21:30:33.598Z Compiling salty v0.3.0
38232026-08-07T21:30:33.725Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-08-07T21:30:33.736Z Checking libscf-sys v1.2.0
38252026-08-07T21:30:33.739Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38262026-08-07T21:30:33.739Z Checking rfc6979 v0.4.0
38272026-08-07T21:30:33.739Z Compiling proc-macro-error-attr2 v2.0.0
38282026-08-07T21:30:33.777Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38292026-08-07T21:30:33.780Z Checking primeorder v0.13.6
38302026-08-07T21:30:33.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38312026-08-07T21:30:33.862Z Checking ecdsa v0.16.9
38322026-08-07T21:30:33.970Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38332026-08-07T21:30:34.015Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38342026-08-07T21:30:34.048Z Checking papergrid v0.17.0
38352026-08-07T21:30:34.127Z Compiling proc-macro-error2 v2.0.1
38362026-08-07T21:30:34.189Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38372026-08-07T21:30:34.204Z Checking p384 v0.13.1
38382026-08-07T21:30:34.207Z Checking testing_table v0.3.0
38392026-08-07T21:30:34.232Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38402026-08-07T21:30:34.295Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38412026-08-07T21:30:34.389Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38422026-08-07T21:30:34.432Z Compiling tabled_derive v0.11.0
38432026-08-07T21:30:34.624Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-08-07T21:30:34.652Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38452026-08-07T21:30:34.669Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-07T21:30:34.764Z Checking corncobs v0.1.4
38472026-08-07T21:30:34.827Z Compiling unicase v2.9.0
38482026-08-07T21:30:34.852Z Compiling illumos-nvpair-sys v0.2.0
38492026-08-07T21:30:34.886Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38502026-08-07T21:30:34.900Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38512026-08-07T21:30:34.914Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38522026-08-07T21:30:34.983Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38532026-08-07T21:30:34.997Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38542026-08-07T21:30:35.021Z Compiling mime_guess v2.0.5
38552026-08-07T21:30:35.054Z Compiling progenitor-impl v0.13.0
38562026-08-07T21:30:35.151Z Checking secrecy v0.8.0
38572026-08-07T21:30:35.210Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-07T21:30:35.271Z Checking crc8 v0.1.1
38592026-08-07T21:30:35.286Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38602026-08-07T21:30:35.542Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38612026-08-07T21:30:35.575Z Checking tabled v0.20.0
38622026-08-07T21:30:35.710Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38632026-08-07T21:30:35.833Z Checking progenitor-client v0.13.0
38642026-08-07T21:30:35.866Z Checking http-range v0.1.5
38652026-08-07T21:30:35.990Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38662026-08-07T21:30:36.063Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-08-07T21:30:36.246Z Checking illumos-nvpair v0.3.0
38682026-08-07T21:30:36.408Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-07T21:30:36.422Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38702026-08-07T21:30:36.462Z Checking scuffle v0.1.0
38712026-08-07T21:30:36.504Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38722026-08-07T21:30:36.523Z Checking nanorand v0.7.0
38732026-08-07T21:30:36.720Z Checking flume v0.11.1
38742026-08-07T21:30:36.791Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38752026-08-07T21:30:36.963Z Checking hyper-staticfile v0.10.1
38762026-08-07T21:30:37.021Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38772026-08-07T21:30:37.128Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38782026-08-07T21:30:37.213Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38792026-08-07T21:30:37.251Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38802026-08-07T21:30:37.377Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38812026-08-07T21:30:37.471Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38822026-08-07T21:30:37.491Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38832026-08-07T21:30:37.611Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38842026-08-07T21:30:37.644Z Compiling progenitor-macro v0.13.0
38852026-08-07T21:30:37.660Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38862026-08-07T21:30:37.785Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38872026-08-07T21:30:37.800Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38882026-08-07T21:30:37.893Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38892026-08-07T21:30:38.427Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38902026-08-07T21:30:38.918Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38912026-08-07T21:30:40.464Z Checking progenitor v0.13.0
38922026-08-07T21:30:40.599Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38932026-08-07T21:30:42.263Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38942026-08-07T21:30:43.261Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38952026-08-07T21:30:56.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.48s
38962026-08-07T21:30:56.289Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38972026-08-07T21:30:56.289Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38982026-08-07T21:30:56.492Z
38992026-08-07T21:30:56.492Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
39002026-08-07T21:30:57.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-08-07T21:30:57.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-08-07T21:30:57.256Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-08-07T21:31:07.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39042026-08-07T21:31:07.752Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39052026-08-07T21:31:07.752Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39062026-08-07T21:31:07.947Z
39072026-08-07T21:31:07.947Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
39082026-08-07T21:31:08.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-07T21:31:08.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-07T21:31:08.712Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-08-07T21:31:19.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39122026-08-07T21:31:19.273Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39132026-08-07T21:31:19.273Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39142026-08-07T21:31:19.469Z
39152026-08-07T21:31:19.469Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39162026-08-07T21:31:19.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-07T21:31:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-07T21:31:20.223Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-07T21:31:30.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
39202026-08-07T21:31:30.655Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39212026-08-07T21:31:30.656Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39222026-08-07T21:31:30.846Z
39232026-08-07T21:31:30.846Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39242026-08-07T21:31:31.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-08-07T21:31:31.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-08-07T21:31:31.601Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-08-07T21:31:42.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39282026-08-07T21:31:42.090Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39292026-08-07T21:31:42.090Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39302026-08-07T21:31:42.287Z
39312026-08-07T21:31:42.287Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39322026-08-07T21:31:42.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-07T21:31:42.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-07T21:31:43.043Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39352026-08-07T21:31:53.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
39362026-08-07T21:31:53.525Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39372026-08-07T21:31:53.526Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39382026-08-07T21:31:53.721Z
39392026-08-07T21:31:53.721Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39402026-08-07T21:31:54.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-07T21:31:54.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-07T21:31:54.481Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39432026-08-07T21:32:04.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39442026-08-07T21:32:04.966Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39452026-08-07T21:32:04.966Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39462026-08-07T21:32:05.516Z
39472026-08-07T21:32:05.516Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39482026-08-07T21:32:05.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-07T21:32:05.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-07T21:32:05.928Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39512026-08-07T21:32:18.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39522026-08-07T21:32:18.035Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39532026-08-07T21:32:18.035Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39542026-08-07T21:32:18.036Z
39552026-08-07T21:32:18.036Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39562026-08-07T21:32:18.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-07T21:32:18.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-07T21:32:18.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-07T21:32:18.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39602026-08-07T21:32:18.036Z
39612026-08-07T21:32:18.036Zinfo: running `cargo check --bins` on installinator-common (211/335)
39622026-08-07T21:32:18.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-07T21:32:18.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-07T21:32:18.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-07T21:32:18.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39662026-08-07T21:32:18.036Z
39672026-08-07T21:32:18.036Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39682026-08-07T21:32:18.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-07T21:32:18.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-07T21:32:18.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-07T21:32:18.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39722026-08-07T21:32:18.359Z
39732026-08-07T21:32:18.359Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39742026-08-07T21:32:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-07T21:32:18.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-07T21:32:18.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-07T21:32:18.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39782026-08-07T21:32:18.958Z
39792026-08-07T21:32:18.958Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39802026-08-07T21:32:19.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-07T21:32:19.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-07T21:32:19.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-07T21:32:19.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-08-07T21:32:19.518Z
39852026-08-07T21:32:19.518Zinfo: running `cargo check --bins` on range-requests (215/335)
39862026-08-07T21:32:19.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-07T21:32:19.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-07T21:32:19.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-07T21:32:19.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-08-07T21:32:20.079Z
39912026-08-07T21:32:20.079Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39922026-08-07T21:32:20.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-07T21:32:20.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-07T21:32:20.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-07T21:32:20.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39962026-08-07T21:32:20.638Z
39972026-08-07T21:32:20.638Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39982026-08-07T21:32:21.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-07T21:32:21.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-07T21:32:21.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-07T21:32:21.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40022026-08-07T21:32:21.188Z
40032026-08-07T21:32:21.188Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
40042026-08-07T21:32:21.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-07T21:32:21.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-07T21:32:21.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-07T21:32:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-08-07T21:32:21.768Z
40092026-08-07T21:32:21.768Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
40102026-08-07T21:32:22.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-07T21:32:22.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-07T21:32:22.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-07T21:32:22.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-07T21:32:22.346Z
40152026-08-07T21:32:22.346Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
40162026-08-07T21:32:22.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-07T21:32:22.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-07T21:32:22.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-07T21:32:22.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40202026-08-07T21:32:22.926Z
40212026-08-07T21:32:22.926Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40222026-08-07T21:32:23.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-07T21:32:23.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-07T21:32:23.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-07T21:32:23.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40262026-08-07T21:32:23.517Z
40272026-08-07T21:32:23.517Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40282026-08-07T21:32:24.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-07T21:32:24.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-07T21:32:24.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-07T21:32:24.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40322026-08-07T21:32:24.107Z
40332026-08-07T21:32:24.107Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40342026-08-07T21:32:24.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-07T21:32:24.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-07T21:32:24.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-07T21:32:24.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40382026-08-07T21:32:24.688Z
40392026-08-07T21:32:24.688Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40402026-08-07T21:32:25.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-07T21:32:25.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-07T21:32:25.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-07T21:32:25.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40442026-08-07T21:32:25.270Z
40452026-08-07T21:32:25.270Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40462026-08-07T21:32:25.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-07T21:32:25.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-07T21:32:25.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-07T21:32:25.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40502026-08-07T21:32:25.861Z
40512026-08-07T21:32:25.861Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40522026-08-07T21:32:26.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-07T21:32:26.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-07T21:32:26.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-07T21:32:26.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40562026-08-07T21:32:26.454Z
40572026-08-07T21:32:26.454Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40582026-08-07T21:32:26.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-07T21:32:26.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-07T21:32:26.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-07T21:32:26.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40622026-08-07T21:32:27.043Z
40632026-08-07T21:32:27.043Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40642026-08-07T21:32:27.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-07T21:32:27.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-07T21:32:27.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-08-07T21:32:27.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40682026-08-07T21:32:27.659Z
40692026-08-07T21:32:27.659Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40702026-08-07T21:32:28.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-08-07T21:32:28.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-08-07T21:32:28.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-08-07T21:32:28.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40742026-08-07T21:32:28.248Z
40752026-08-07T21:32:28.248Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40762026-08-07T21:32:28.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-08-07T21:32:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-08-07T21:32:28.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-08-07T21:32:28.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-08-07T21:32:28.849Z
40812026-08-07T21:32:28.850Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40822026-08-07T21:32:29.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-07T21:32:29.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-07T21:32:29.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-07T21:32:29.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40862026-08-07T21:32:29.467Z
40872026-08-07T21:32:29.467Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40882026-08-07T21:32:29.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-07T21:32:29.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-07T21:32:29.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-07T21:32:29.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40922026-08-07T21:32:30.085Z
40932026-08-07T21:32:30.085Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40942026-08-07T21:32:30.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-07T21:32:30.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-07T21:32:30.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-08-07T21:32:30.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40982026-08-07T21:32:30.638Z
40992026-08-07T21:32:30.638Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
41002026-08-07T21:32:31.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-08-07T21:32:31.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-08-07T21:32:31.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-08-07T21:32:31.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41042026-08-07T21:32:31.215Z
41052026-08-07T21:32:31.215Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
41062026-08-07T21:32:31.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-07T21:32:31.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-07T21:32:31.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-07T21:32:31.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41102026-08-07T21:32:31.797Z
41112026-08-07T21:32:31.797Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
41122026-08-07T21:32:32.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-07T21:32:32.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-07T21:32:32.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-08-07T21:32:32.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41162026-08-07T21:32:32.378Z
41172026-08-07T21:32:32.378Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
41182026-08-07T21:32:32.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-08-07T21:32:32.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-08-07T21:32:32.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-08-07T21:32:32.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41222026-08-07T21:32:32.926Z
41232026-08-07T21:32:32.926Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41242026-08-07T21:32:33.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-08-07T21:32:33.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-08-07T21:32:33.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-08-07T21:32:33.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41282026-08-07T21:32:33.467Z
41292026-08-07T21:32:33.467Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41302026-08-07T21:32:33.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-08-07T21:32:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-08-07T21:32:34.146Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41332026-08-07T21:32:34.559Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41342026-08-07T21:32:35.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
41352026-08-07T21:32:35.934Z
41362026-08-07T21:32:35.935Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41372026-08-07T21:32:36.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-07T21:32:36.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-07T21:32:36.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-07T21:32:36.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41412026-08-07T21:32:36.491Z
41422026-08-07T21:32:36.492Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41432026-08-07T21:32:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-07T21:32:36.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-07T21:32:36.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-07T21:32:36.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-07T21:32:37.046Z
41482026-08-07T21:32:37.047Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41492026-08-07T21:32:37.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-07T21:32:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-07T21:32:37.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-07T21:32:37.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41532026-08-07T21:32:37.610Z
41542026-08-07T21:32:37.610Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41552026-08-07T21:32:38.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-07T21:32:38.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-07T21:32:38.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-07T21:32:38.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41592026-08-07T21:32:38.171Z
41602026-08-07T21:32:38.172Zinfo: running `cargo check --bins` on installinator-client (244/335)
41612026-08-07T21:32:38.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-07T21:32:38.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-07T21:32:38.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-07T21:32:38.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41652026-08-07T21:32:38.727Z
41662026-08-07T21:32:38.727Zinfo: running `cargo check --bins` on oxide-client (245/335)
41672026-08-07T21:32:39.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-07T21:32:39.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-07T21:32:39.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-07T21:32:39.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41712026-08-07T21:32:39.273Z
41722026-08-07T21:32:39.273Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41732026-08-07T21:32:39.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-07T21:32:39.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-07T21:32:39.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-07T21:32:39.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41772026-08-07T21:32:39.830Z
41782026-08-07T21:32:39.830Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41792026-08-07T21:32:40.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-07T21:32:40.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-07T21:32:40.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41822026-08-07T21:32:40.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41832026-08-07T21:32:40.409Z
41842026-08-07T21:32:40.409Zinfo: running `cargo check --bins` on wicket-common (248/335)
41852026-08-07T21:32:40.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-07T21:32:40.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-07T21:32:40.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-08-07T21:32:40.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41892026-08-07T21:32:40.974Z
41902026-08-07T21:32:40.974Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41912026-08-07T21:32:41.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-07T21:32:41.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-07T21:32:41.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-07T21:32:41.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41952026-08-07T21:32:41.534Z
41962026-08-07T21:32:41.534Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41972026-08-07T21:32:42.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-07T21:32:42.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-07T21:32:42.185Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42002026-08-07T21:32:42.189Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42012026-08-07T21:32:43.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
42022026-08-07T21:32:43.531Z
42032026-08-07T21:32:43.531Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
42042026-08-07T21:32:44.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-07T21:32:44.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-07T21:32:44.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-07T21:32:44.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42082026-08-07T21:32:44.089Z
42092026-08-07T21:32:44.089Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
42102026-08-07T21:32:44.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-07T21:32:44.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-07T21:32:44.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-07T21:32:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42142026-08-07T21:32:44.725Z
42152026-08-07T21:32:44.725Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
42162026-08-07T21:32:45.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-07T21:32:45.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-07T21:32:45.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-07T21:32:45.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42202026-08-07T21:32:45.360Z
42212026-08-07T21:32:45.360Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42222026-08-07T21:32:45.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-07T21:32:45.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-07T21:32:45.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-07T21:32:45.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42262026-08-07T21:32:45.968Z
42272026-08-07T21:32:45.968Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42282026-08-07T21:32:46.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-07T21:32:46.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-07T21:32:46.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-07T21:32:46.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42322026-08-07T21:32:46.575Z
42332026-08-07T21:32:46.575Zinfo: running `cargo check --bins` on db-macros (256/335)
42342026-08-07T21:32:47.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-07T21:32:47.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-07T21:32:47.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-07T21:32:47.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42382026-08-07T21:32:47.114Z
42392026-08-07T21:32:47.114Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42402026-08-07T21:32:47.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-07T21:32:47.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-07T21:32:47.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-07T21:32:47.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42442026-08-07T21:32:47.659Z
42452026-08-07T21:32:47.659Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42462026-08-07T21:32:48.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-07T21:32:48.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-07T21:32:48.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-07T21:32:48.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42502026-08-07T21:32:48.268Z
42512026-08-07T21:32:48.268Zinfo: running `cargo check --bins` on authz-macros (259/335)
42522026-08-07T21:32:48.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-07T21:32:48.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-07T21:32:48.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-07T21:32:48.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42562026-08-07T21:32:48.812Z
42572026-08-07T21:32:48.812Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42582026-08-07T21:32:49.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-07T21:32:49.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-07T21:32:49.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-07T21:32:49.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42622026-08-07T21:32:49.409Z
42632026-08-07T21:32:49.409Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42642026-08-07T21:32:49.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-07T21:32:49.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-07T21:32:49.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-07T21:32:49.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42682026-08-07T21:32:50.011Z
42692026-08-07T21:32:50.011Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42702026-08-07T21:32:50.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-07T21:32:50.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-07T21:32:50.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-08-07T21:32:50.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42742026-08-07T21:32:50.557Z
42752026-08-07T21:32:50.558Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42762026-08-07T21:32:51.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-08-07T21:32:51.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-08-07T21:32:51.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-08-07T21:32:51.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42802026-08-07T21:32:51.112Z
42812026-08-07T21:32:51.112Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42822026-08-07T21:32:51.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-07T21:32:51.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-07T21:32:51.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-07T21:32:51.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42862026-08-07T21:32:51.658Z
42872026-08-07T21:32:51.658Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42882026-08-07T21:32:52.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-07T21:32:52.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-07T21:32:52.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-08-07T21:32:52.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42922026-08-07T21:32:52.261Z
42932026-08-07T21:32:52.261Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42942026-08-07T21:32:52.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-08-07T21:32:52.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-08-07T21:32:52.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-08-07T21:32:52.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42982026-08-07T21:32:52.871Z
42992026-08-07T21:32:52.871Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
43002026-08-07T21:32:53.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-07T21:32:53.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-07T21:32:53.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-08-07T21:32:53.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43042026-08-07T21:32:53.477Z
43052026-08-07T21:32:53.477Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
43062026-08-07T21:32:53.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-07T21:32:53.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-07T21:32:54.177Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43092026-08-07T21:32:54.181Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43102026-08-07T21:32:54.852Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43112026-08-07T21:32:56.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43122026-08-07T21:32:56.734Z
43132026-08-07T21:32:56.734Zinfo: running `cargo check --bins` on oximeter-api (269/335)
43142026-08-07T21:32:57.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-07T21:32:57.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-07T21:32:57.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-07T21:32:57.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43182026-08-07T21:32:57.288Z
43192026-08-07T21:32:57.288Zinfo: running `cargo check --bins` on cert-dev (270/335)
43202026-08-07T21:32:57.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-07T21:32:57.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-07T21:32:57.876Z Checking yasna v0.5.2
43232026-08-07T21:32:58.276Z Checking rcgen v0.12.1
43242026-08-07T21:32:58.527Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43252026-08-07T21:32:58.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43262026-08-07T21:32:58.884Z
43272026-08-07T21:32:58.885Zinfo: running `cargo check --bins` on clickana (271/335)
43282026-08-07T21:32:59.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-07T21:32:59.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-07T21:32:59.521Z Compiling instability v0.3.11
43312026-08-07T21:32:59.521Z Checking castaway v0.2.4
43322026-08-07T21:32:59.525Z Compiling indoc v2.0.7
43332026-08-07T21:32:59.525Z Checking unicode-truncate v1.1.0
43342026-08-07T21:32:59.629Z Checking lru v0.12.5
43352026-08-07T21:32:59.636Z Checking cassowary v0.3.0
43362026-08-07T21:32:59.717Z Checking compact_str v0.8.1
43372026-08-07T21:33:00.524Z Checking ratatui v0.29.0
43382026-08-07T21:33:01.568Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43392026-08-07T21:33:02.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
43402026-08-07T21:33:02.458Z
43412026-08-07T21:33:02.458Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43422026-08-07T21:33:02.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-08-07T21:33:02.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-08-07T21:33:03.156Z Checking headers-core v0.3.0
43452026-08-07T21:33:03.160Z Checking port-file v0.1.0
43462026-08-07T21:33:03.160Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43472026-08-07T21:33:03.352Z Checking headers v0.4.1
43482026-08-07T21:33:03.715Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-08-07T21:33:04.662Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43502026-08-07T21:33:05.176Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43512026-08-07T21:33:05.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
43522026-08-07T21:33:05.799Z
43532026-08-07T21:33:05.799Zinfo: running `cargo check --bins` on ch-dev (273/335)
43542026-08-07T21:33:06.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-07T21:33:06.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-07T21:33:06.491Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43572026-08-07T21:33:07.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43582026-08-07T21:33:07.428Z
43592026-08-07T21:33:07.428Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43602026-08-07T21:33:07.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-07T21:33:07.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-07T21:33:07.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-08-07T21:33:07.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43642026-08-07T21:33:07.844Z
43652026-08-07T21:33:07.844Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43662026-08-07T21:33:08.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-08-07T21:33:08.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-08-07T21:33:08.457Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43692026-08-07T21:33:08.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
43702026-08-07T21:33:08.997Z
43712026-08-07T21:33:08.997Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43722026-08-07T21:33:09.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-08-07T21:33:09.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-08-07T21:33:09.696Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43752026-08-07T21:33:10.798Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43762026-08-07T21:33:11.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
43772026-08-07T21:33:11.332Z
43782026-08-07T21:33:11.332Zinfo: running `cargo check --bins` on db-dev (277/335)
43792026-08-07T21:33:11.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-07T21:33:11.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-07T21:33:12.033Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43822026-08-07T21:33:12.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43832026-08-07T21:33:12.982Z
43842026-08-07T21:33:12.982Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43852026-08-07T21:33:13.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-07T21:33:13.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-07T21:33:13.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-07T21:33:13.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43892026-08-07T21:33:13.587Z
43902026-08-07T21:33:13.587Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43912026-08-07T21:33:14.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-07T21:33:14.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-07T21:33:14.187Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43942026-08-07T21:33:14.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
43952026-08-07T21:33:15.038Z
43962026-08-07T21:33:15.038Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43972026-08-07T21:33:15.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-07T21:33:15.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-07T21:33:15.767Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44002026-08-07T21:33:15.767Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44012026-08-07T21:33:15.770Z Checking git-stub v1.0.0
44022026-08-07T21:33:15.771Z Compiling trait-variant v0.1.2
44032026-08-07T21:33:15.771Z Checking is_ci v1.2.0
44042026-08-07T21:33:15.885Z Checking maplit v1.0.2
44052026-08-07T21:33:15.907Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44062026-08-07T21:33:15.918Z Checking drift v0.2.0
44072026-08-07T21:33:15.967Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44082026-08-07T21:33:15.980Z Checking supports-color v3.0.2
44092026-08-07T21:33:16.020Z Checking git-stub-vcs v0.1.0
44102026-08-07T21:33:16.093Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44112026-08-07T21:33:16.107Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44122026-08-07T21:33:16.136Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44132026-08-07T21:33:16.215Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44142026-08-07T21:33:16.270Z Checking dropshot-api-manager v0.7.2
44152026-08-07T21:33:16.310Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44162026-08-07T21:33:16.429Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44172026-08-07T21:33:16.669Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44182026-08-07T21:33:17.137Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44192026-08-07T21:33:18.102Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44202026-08-07T21:33:19.109Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44212026-08-07T21:33:19.783Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44222026-08-07T21:33:20.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
44232026-08-07T21:33:20.236Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44242026-08-07T21:33:20.236Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44252026-08-07T21:33:20.426Z
44262026-08-07T21:33:20.426Zinfo: running `cargo check --bins` on installinator-api (281/335)
44272026-08-07T21:33:20.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-07T21:33:20.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-07T21:33:20.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-07T21:33:20.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-07T21:33:20.982Z
44322026-08-07T21:33:20.982Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44332026-08-07T21:33:21.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-07T21:33:21.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-07T21:33:21.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-07T21:33:21.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-08-07T21:33:21.581Z
44382026-08-07T21:33:21.581Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44392026-08-07T21:33:22.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-07T21:33:22.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-07T21:33:22.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-07T21:33:22.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44432026-08-07T21:33:22.176Z
44442026-08-07T21:33:22.176Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44452026-08-07T21:33:22.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-07T21:33:22.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-07T21:33:22.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-07T21:33:22.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44492026-08-07T21:33:22.772Z
44502026-08-07T21:33:22.772Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44512026-08-07T21:33:23.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-07T21:33:23.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-07T21:33:23.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-07T21:33:23.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44552026-08-07T21:33:23.329Z
44562026-08-07T21:33:23.329Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44572026-08-07T21:33:23.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-07T21:33:23.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-07T21:33:23.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-08-07T21:33:23.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44612026-08-07T21:33:23.874Z
44622026-08-07T21:33:23.874Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44632026-08-07T21:33:24.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-07T21:33:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-07T21:33:24.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-08-07T21:33:24.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44672026-08-07T21:33:24.450Z
44682026-08-07T21:33:24.450Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44692026-08-07T21:33:24.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-07T21:33:24.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-07T21:33:24.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-08-07T21:33:24.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-08-07T21:33:25.019Z
44742026-08-07T21:33:25.019Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44752026-08-07T21:33:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-08-07T21:33:25.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-08-07T21:33:25.626Z Compiling blake3 v1.8.5
44782026-08-07T21:33:25.734Z Checking constant_time_eq v0.4.2
44792026-08-07T21:33:25.737Z Checking arrayvec v0.7.6
44802026-08-07T21:33:25.737Z Checking arrayref v0.3.9
44812026-08-07T21:33:25.755Z Checking cargo-platform v0.3.2
44822026-08-07T21:33:25.758Z Checking topological-sort v0.2.2
44832026-08-07T21:33:25.758Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44842026-08-07T21:33:25.908Z Checking cargo_metadata v0.23.1
44852026-08-07T21:33:26.608Z Checking omicron-zone-package v0.12.3
44862026-08-07T21:33:27.326Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44872026-08-07T21:33:28.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44882026-08-07T21:33:28.329Z
44892026-08-07T21:33:28.329Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44902026-08-07T21:33:28.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-07T21:33:28.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-07T21:33:29.044Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44932026-08-07T21:33:29.670Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44942026-08-07T21:33:30.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44952026-08-07T21:33:30.375Z
44962026-08-07T21:33:30.375Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44972026-08-07T21:33:30.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-07T21:33:30.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-07T21:33:31.328Z Compiling darling_core v0.21.3
45002026-08-07T21:33:31.328Z Compiling vergen-lib v0.1.6
45012026-08-07T21:33:31.328Z Compiling diesel_derives v2.3.7
45022026-08-07T21:33:31.331Z Checking scheduled-thread-pool v0.2.7
45032026-08-07T21:33:31.331Z Compiling vergen-gitcl v1.0.8
45042026-08-07T21:33:31.331Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45052026-08-07T21:33:31.331Z Compiling diesel_table_macro_syntax v0.3.0
45062026-08-07T21:33:31.519Z Compiling dirs-sys-next v0.1.2
45072026-08-07T21:33:31.603Z Compiling crunchy v0.2.4
45082026-08-07T21:33:31.651Z Compiling glob v0.3.3
45092026-08-07T21:33:31.682Z Checking r2d2 v0.8.10
45102026-08-07T21:33:31.733Z Compiling dirs-next v2.0.0
45112026-08-07T21:33:31.824Z Checking downcast-rs v2.0.2
45122026-08-07T21:33:31.849Z Compiling tiny-keccak v2.0.2
45132026-08-07T21:33:31.880Z Compiling term v0.7.0
45142026-08-07T21:33:31.982Z Compiling bit-vec v0.6.3
45152026-08-07T21:33:32.024Z Compiling clang-sys v1.8.1
45162026-08-07T21:33:32.102Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45172026-08-07T21:33:32.200Z Compiling bit-set v0.5.3
45182026-08-07T21:33:32.287Z Compiling ascii-canvas v3.0.0
45192026-08-07T21:33:32.366Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45202026-08-07T21:33:32.405Z Compiling itertools v0.10.5
45212026-08-07T21:33:32.421Z Compiling ena v0.14.4
45222026-08-07T21:33:32.471Z Compiling libloading v0.8.9
45232026-08-07T21:33:32.475Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45242026-08-07T21:33:32.516Z Compiling regex-syntax v0.6.29
45252026-08-07T21:33:32.533Z Compiling bindgen v0.71.1
45262026-08-07T21:33:32.628Z Compiling diff v0.1.13
45272026-08-07T21:33:32.929Z Compiling cexpr v0.6.0
45282026-08-07T21:33:32.946Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45292026-08-07T21:33:33.098Z Compiling rustc-hash v2.1.1
45302026-08-07T21:33:33.131Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45312026-08-07T21:33:33.420Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45322026-08-07T21:33:33.464Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45332026-08-07T21:33:33.482Z Compiling libxml v0.3.3
45342026-08-07T21:33:33.601Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45352026-08-07T21:33:33.734Z Compiling strum_macros v0.24.3
45362026-08-07T21:33:33.757Z Compiling indoc v1.0.9
45372026-08-07T21:33:33.812Z Compiling lalrpop v0.19.12
45382026-08-07T21:33:34.053Z Compiling darling_macro v0.21.3
45392026-08-07T21:33:34.574Z Compiling darling v0.21.3
45402026-08-07T21:33:34.672Z Compiling dsl_auto_type v0.2.0
45412026-08-07T21:33:34.724Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45422026-08-07T21:33:34.913Z Checking derive_builder v0.20.2
45432026-08-07T21:33:35.037Z Compiling oso-derive v0.27.3
45442026-08-07T21:33:35.116Z Checking quick-xml v0.37.5
45452026-08-07T21:33:35.186Z Compiling impl-trait-for-tuples v0.2.3
45462026-08-07T21:33:35.544Z Checking openssl-probe v0.1.6
45472026-08-07T21:33:35.683Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45482026-08-07T21:33:35.985Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-08-07T21:33:36.173Z Checking bb8 v0.8.6
45502026-08-07T21:33:36.284Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45512026-08-07T21:33:36.416Z Checking nonempty v0.12.0
45522026-08-07T21:33:36.454Z Compiling libz-sys v1.1.24
45532026-08-07T21:33:36.499Z Compiling strsim v0.10.0
45542026-08-07T21:33:36.579Z Compiling libgit2-sys v0.18.3+1.9.2
45552026-08-07T21:33:36.728Z Compiling darling_core v0.13.4
45562026-08-07T21:33:36.842Z Compiling vergen-git2 v9.1.0
45572026-08-07T21:33:37.016Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45582026-08-07T21:33:37.062Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45592026-08-07T21:33:37.228Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45602026-08-07T21:33:37.440Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45612026-08-07T21:33:37.624Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45622026-08-07T21:33:37.812Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45632026-08-07T21:33:38.000Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45642026-08-07T21:33:38.040Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45652026-08-07T21:33:38.186Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45662026-08-07T21:33:38.374Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45672026-08-07T21:33:38.559Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45682026-08-07T21:33:38.582Z Compiling darling_macro v0.13.4
45692026-08-07T21:33:38.744Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45702026-08-07T21:33:39.092Z Compiling darling v0.13.4
45712026-08-07T21:33:39.182Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45722026-08-07T21:33:39.199Z Compiling serde_with_macros v1.5.2
45732026-08-07T21:33:39.578Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45742026-08-07T21:33:40.056Z Compiling serde_with v1.14.0
45752026-08-07T21:33:40.172Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45762026-08-07T21:33:40.192Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45772026-08-07T21:33:40.525Z Checking diesel v2.3.7
45782026-08-07T21:33:41.198Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45792026-08-07T21:33:41.880Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45802026-08-07T21:33:41.982Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45812026-08-07T21:33:42.693Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45822026-08-07T21:33:42.785Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45832026-08-07T21:33:43.439Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45842026-08-07T21:33:43.460Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45852026-08-07T21:33:43.531Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45862026-08-07T21:33:43.719Z Checking twox-hash v2.1.2
45872026-08-07T21:33:43.938Z Checking libsw-core v0.3.2
45882026-08-07T21:33:44.050Z Checking atty v0.2.14
45892026-08-07T21:33:44.098Z Checking libsw v3.5.0
45902026-08-07T21:33:44.155Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45912026-08-07T21:33:44.260Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45922026-08-07T21:33:44.662Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45932026-08-07T21:33:44.690Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45942026-08-07T21:33:44.845Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45952026-08-07T21:33:46.156Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45962026-08-07T21:33:46.259Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45972026-08-07T21:33:46.316Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45982026-08-07T21:33:46.861Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45992026-08-07T21:33:47.013Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46002026-08-07T21:33:47.201Z Checking console v0.16.2
46012026-08-07T21:33:47.515Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46022026-08-07T21:33:47.663Z Checking fatfs v0.3.6
46032026-08-07T21:33:47.831Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46042026-08-07T21:33:48.118Z Compiling seq-macro v0.3.6
46052026-08-07T21:33:48.618Z Checking unit-prefix v0.5.2
46062026-08-07T21:33:48.759Z Checking indicatif v0.18.4
46072026-08-07T21:33:49.163Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46082026-08-07T21:33:49.179Z Checking oxide-update-engine-display v0.1.2
46092026-08-07T21:33:49.382Z Checking support-bundle-viewer v0.1.2
46102026-08-07T21:33:49.484Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46112026-08-07T21:33:49.628Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46122026-08-07T21:33:49.804Z Checking multimap v0.10.1
46132026-08-07T21:33:55.617Z Checking async-bb8-diesel v0.2.1
46142026-08-07T21:33:55.968Z Checking diesel-dtrace v0.5.0
46152026-08-07T21:34:00.175Z Compiling samael v0.0.19
46162026-08-07T21:34:03.528Z Compiling git2 v0.20.4
46172026-08-07T21:34:05.017Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46182026-08-07T21:34:06.063Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46192026-08-07T21:34:06.170Z Compiling polar-core v0.27.3
46202026-08-07T21:34:10.740Z Checking oso v0.27.3
46212026-08-07T21:34:42.556Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46222026-08-07T21:35:56.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
46232026-08-07T21:35:56.950Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46242026-08-07T21:35:56.950Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46252026-08-07T21:35:57.175Z
46262026-08-07T21:35:57.175Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46272026-08-07T21:35:57.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-07T21:35:57.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-07T21:35:57.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-08-07T21:35:57.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46312026-08-07T21:35:57.846Z
46322026-08-07T21:35:57.846Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46332026-08-07T21:35:58.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-07T21:35:58.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-07T21:35:58.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-07T21:35:58.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46372026-08-07T21:35:58.469Z
46382026-08-07T21:35:58.469Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46392026-08-07T21:35:58.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-07T21:35:59.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-07T21:35:59.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-07T21:35:59.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46432026-08-07T21:35:59.093Z
46442026-08-07T21:35:59.093Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46452026-08-07T21:35:59.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-07T21:35:59.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-07T21:35:59.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-07T21:35:59.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46492026-08-07T21:35:59.657Z
46502026-08-07T21:35:59.657Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46512026-08-07T21:36:00.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-07T21:36:00.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-07T21:36:00.484Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46542026-08-07T21:36:01.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46552026-08-07T21:36:01.243Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46562026-08-07T21:36:01.243Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46572026-08-07T21:36:01.450Z
46582026-08-07T21:36:01.450Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46592026-08-07T21:36:01.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-07T21:36:01.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-07T21:36:02.264Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46622026-08-07T21:36:41.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.65s
46632026-08-07T21:36:41.115Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46642026-08-07T21:36:41.115Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46652026-08-07T21:36:41.319Z
46662026-08-07T21:36:41.319Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46672026-08-07T21:36:41.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-07T21:36:41.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-07T21:36:41.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-07T21:36:41.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46712026-08-07T21:36:41.874Z
46722026-08-07T21:36:41.874Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46732026-08-07T21:36:42.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-07T21:36:42.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-07T21:36:42.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-07T21:36:42.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46772026-08-07T21:36:42.427Z
46782026-08-07T21:36:42.427Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46792026-08-07T21:36:42.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-07T21:36:42.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-07T21:36:42.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-07T21:36:42.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46832026-08-07T21:36:43.039Z
46842026-08-07T21:36:43.039Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46852026-08-07T21:36:43.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-07T21:36:43.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-07T21:36:43.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-07T21:36:43.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46892026-08-07T21:36:43.659Z
46902026-08-07T21:36:43.659Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46912026-08-07T21:36:44.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-07T21:36:44.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-07T21:36:44.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-07T21:36:44.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46952026-08-07T21:36:44.282Z
46962026-08-07T21:36:44.282Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46972026-08-07T21:36:44.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-07T21:36:44.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-07T21:36:44.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-07T21:36:44.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47012026-08-07T21:36:44.893Z
47022026-08-07T21:36:44.893Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
47032026-08-07T21:36:45.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-07T21:36:45.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-07T21:36:45.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-08-07T21:36:45.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47072026-08-07T21:36:45.521Z
47082026-08-07T21:36:45.521Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
47092026-08-07T21:36:46.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-08-07T21:36:46.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-08-07T21:36:46.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-08-07T21:36:46.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47132026-08-07T21:36:46.138Z
47142026-08-07T21:36:46.138Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
47152026-08-07T21:36:46.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-08-07T21:36:46.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-08-07T21:36:46.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-08-07T21:36:46.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47192026-08-07T21:36:46.737Z
47202026-08-07T21:36:46.737Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
47212026-08-07T21:36:47.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-08-07T21:36:47.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-08-07T21:36:47.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47242026-08-07T21:36:47.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47252026-08-07T21:36:47.361Z
47262026-08-07T21:36:47.361Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
47272026-08-07T21:36:47.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-08-07T21:36:47.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-08-07T21:36:47.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-08-07T21:36:47.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47312026-08-07T21:36:47.986Z
47322026-08-07T21:36:47.986Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47332026-08-07T21:36:48.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-08-07T21:36:48.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-08-07T21:36:48.869Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47362026-08-07T21:36:48.873Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47372026-08-07T21:36:49.056Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47382026-08-07T21:36:49.086Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47392026-08-07T21:36:49.102Z Checking diff v0.1.13
47402026-08-07T21:36:49.106Z Checking yansi v1.0.1
47412026-08-07T21:36:49.132Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47422026-08-07T21:36:49.149Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47432026-08-07T21:36:49.357Z Checking pretty_assertions v1.4.1
47442026-08-07T21:36:50.117Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47452026-08-07T21:36:50.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47462026-08-07T21:37:14.854Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47472026-08-07T21:37:14.870Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47482026-08-07T21:37:14.871Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47492026-08-07T21:37:14.871Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47502026-08-07T21:37:14.871Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47512026-08-07T21:37:14.871Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47522026-08-07T21:37:14.871Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47532026-08-07T21:37:15.723Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47542026-08-07T21:37:15.728Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47552026-08-07T21:37:16.999Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47562026-08-07T21:37:55.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47572026-08-07T21:37:55.392Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47582026-08-07T21:37:55.392Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47592026-08-07T21:37:55.596Z
47602026-08-07T21:37:55.596Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47612026-08-07T21:37:56.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-07T21:37:56.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-07T21:37:56.296Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47642026-08-07T21:37:56.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47652026-08-07T21:37:57.122Z
47662026-08-07T21:37:57.122Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47672026-08-07T21:37:57.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-07T21:37:57.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-07T21:37:57.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-07T21:37:57.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47712026-08-07T21:37:57.679Z
47722026-08-07T21:37:57.679Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/335)
47732026-08-07T21:37:58.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-07T21:37:58.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-07T21:37:58.446Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47762026-08-07T21:37:58.567Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47772026-08-07T21:37:58.575Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47782026-08-07T21:38:25.226Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47792026-08-07T21:38:25.630Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47802026-08-07T21:38:27.420Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47812026-08-07T21:38:27.895Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47822026-08-07T21:38:31.002Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47832026-08-07T21:38:54.834Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47842026-08-07T21:38:55.561Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47852026-08-07T21:38:57.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.56s
47862026-08-07T21:38:57.448Z
47872026-08-07T21:38:57.448Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/335)
47882026-08-07T21:38:57.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-07T21:38:57.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-07T21:38:58.150Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47912026-08-07T21:38:58.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
47922026-08-07T21:38:59.035Z
47932026-08-07T21:38:59.035Zinfo: running `cargo check --bins` on omicron-releng (314/335)
47942026-08-07T21:38:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-07T21:38:59.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-07T21:38:59.672Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47972026-08-07T21:38:59.778Z Compiling fs-err v2.11.0
47982026-08-07T21:38:59.787Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47992026-08-07T21:38:59.797Z Checking parse-size v1.1.0
48002026-08-07T21:38:59.805Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48012026-08-07T21:38:59.808Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48022026-08-07T21:38:59.808Z Checking shell-words v1.1.1
48032026-08-07T21:38:59.897Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48042026-08-07T21:39:00.224Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48052026-08-07T21:39:00.408Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48062026-08-07T21:39:01.078Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
48072026-08-07T21:39:01.685Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48082026-08-07T21:39:02.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
48092026-08-07T21:39:02.875Z
48102026-08-07T21:39:02.875Zinfo: running `cargo check --bins` on update-common (315/335)
48112026-08-07T21:39:03.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-07T21:39:03.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-07T21:39:03.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48142026-08-07T21:39:03.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48152026-08-07T21:39:03.451Z
48162026-08-07T21:39:03.451Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
48172026-08-07T21:39:03.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-08-07T21:39:03.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-08-07T21:39:04.072Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48202026-08-07T21:39:04.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48212026-08-07T21:39:04.766Z
48222026-08-07T21:39:04.766Zinfo: running `cargo check --bins` on schema (317/335)
48232026-08-07T21:39:05.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48242026-08-07T21:39:05.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48252026-08-07T21:39:05.468Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48262026-08-07T21:39:06.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48272026-08-07T21:39:06.368Z
48282026-08-07T21:39:06.368Zinfo: running `cargo check --bins` on xtask (318/335)
48292026-08-07T21:39:06.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-08-07T21:39:06.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-08-07T21:39:06.774Z Checking serde_core v1.0.228
48322026-08-07T21:39:06.774Z Checking libc v0.2.185
48332026-08-07T21:39:06.777Z Checking bitflags v2.11.0
48342026-08-07T21:39:06.860Z Checking scroll v0.12.0
48352026-08-07T21:39:06.863Z Checking thiserror v1.0.69
48362026-08-07T21:39:06.875Z Checking log v0.4.29
48372026-08-07T21:39:06.882Z Checking zerocopy v0.7.35
48382026-08-07T21:39:06.890Z Checking indexmap v2.14.0
48392026-08-07T21:39:06.955Z Checking syn v2.0.117
48402026-08-07T21:39:06.995Z Checking dtrace-parser v0.2.0
48412026-08-07T21:39:07.019Z Checking once_cell v1.21.3
48422026-08-07T21:39:07.081Z Checking goblin v0.8.2
48432026-08-07T21:39:07.133Z Checking errno v0.3.14
48442026-08-07T21:39:07.193Z Checking thread-id v4.2.2
48452026-08-07T21:39:07.229Z Checking getrandom v0.4.1
48462026-08-07T21:39:07.251Z Checking rustix v1.1.3
48472026-08-07T21:39:07.272Z Checking memmap v0.7.0
48482026-08-07T21:39:07.360Z Checking thiserror v2.0.18
48492026-08-07T21:39:07.372Z Checking fs-err v3.3.0
48502026-08-07T21:39:07.394Z Checking tabled v0.15.0
48512026-08-07T21:39:07.426Z Checking anyhow v1.0.102
48522026-08-07T21:39:08.029Z Checking terminal_size v0.4.3
48532026-08-07T21:39:08.029Z Checking tempfile v3.25.0
48542026-08-07T21:39:08.138Z Checking clap_builder v4.6.0
48552026-08-07T21:39:08.141Z Checking textwrap v0.16.2
48562026-08-07T21:39:08.301Z Checking serde v1.0.228
48572026-08-07T21:39:08.304Z Checking serde_json v1.0.151
48582026-08-07T21:39:08.304Z Checking camino v1.2.2
48592026-08-07T21:39:08.335Z Checking semver v1.0.28
48602026-08-07T21:39:08.483Z Checking cargo-platform v0.3.2
48612026-08-07T21:39:08.544Z Checking camino-tempfile v1.4.1
48622026-08-07T21:39:08.718Z Checking serde_spanned v0.6.9
48632026-08-07T21:39:08.718Z Checking toml_datetime v0.6.11
48642026-08-07T21:39:08.722Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48652026-08-07T21:39:08.722Z Checking macaddr v1.0.1
48662026-08-07T21:39:08.894Z Checking toml_edit v0.22.27
48672026-08-07T21:39:08.907Z Checking dof v0.3.0
48682026-08-07T21:39:08.911Z Checking cargo_metadata v0.23.1
48692026-08-07T21:39:09.178Z Checking usdt-impl v0.5.0
48702026-08-07T21:39:09.353Z Checking clap v4.6.1
48712026-08-07T21:39:09.446Z Checking usdt v0.5.0
48722026-08-07T21:39:09.871Z Checking toml v0.8.23
48732026-08-07T21:39:10.131Z Checking cargo_toml v0.21.0
48742026-08-07T21:39:10.783Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48752026-08-07T21:39:11.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
48762026-08-07T21:39:11.280Z
48772026-08-07T21:39:11.280Zinfo: running `cargo check --bins` on dnsadm (319/335)
48782026-08-07T21:39:11.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48792026-08-07T21:39:11.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48802026-08-07T21:39:11.914Z Checking arc-swap v1.8.2
48812026-08-07T21:39:12.193Z Checking slog-scope v4.4.1
48822026-08-07T21:39:12.307Z Checking slog-stdlog v4.1.1
48832026-08-07T21:39:12.405Z Checking slog-envlogger v2.2.0
48842026-08-07T21:39:12.527Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48852026-08-07T21:39:12.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48862026-08-07T21:39:13.126Z
48872026-08-07T21:39:13.126Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48882026-08-07T21:39:13.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48892026-08-07T21:39:13.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48902026-08-07T21:39:13.935Z Checking cpubits v0.1.1
48912026-08-07T21:39:14.057Z Checking pem-rfc7468 v1.0.0
48922026-08-07T21:39:14.073Z Checking hmac v0.13.0
48932026-08-07T21:39:14.078Z Checking universal-hash v0.6.1
48942026-08-07T21:39:14.096Z Checking ctr v0.10.1
48952026-08-07T21:39:14.096Z Checking aead v0.6.1
48962026-08-07T21:39:14.128Z Checking crypto-bigint v0.7.5
48972026-08-07T21:39:14.128Z Checking aes v0.9.1
48982026-08-07T21:39:14.159Z Checking salsa20 v0.11.0
48992026-08-07T21:39:14.184Z Checking polyval v0.7.1
49002026-08-07T21:39:14.233Z Checking der v0.8.0
49012026-08-07T21:39:14.233Z Checking pbkdf2 v0.13.0
49022026-08-07T21:39:14.263Z Checking cbc v0.2.1
49032026-08-07T21:39:14.302Z Checking ff v0.14.0
49042026-08-07T21:39:14.325Z Checking signature v3.0.0
49052026-08-07T21:39:14.340Z Checking scrypt v0.12.0
49062026-08-07T21:39:14.344Z Checking ghash v0.6.0
49072026-08-07T21:39:14.411Z Checking base16ct v1.0.0
49082026-08-07T21:39:14.434Z Checking group v0.14.0
49092026-08-07T21:39:14.474Z Checking hkdf v0.13.0
49102026-08-07T21:39:14.494Z Compiling curve25519-dalek v5.0.0
49112026-08-07T21:39:14.513Z Checking keccak v0.2.0
49122026-08-07T21:39:14.527Z Checking aes-gcm v0.11.0
49132026-08-07T21:39:14.546Z Checking poly1305 v0.9.0
49142026-08-07T21:39:14.581Z Checking wnaf v0.14.0
49152026-08-07T21:39:14.608Z Checking blowfish v0.10.0
49162026-08-07T21:39:14.668Z Checking blake2 v0.11.0-rc.6
49172026-08-07T21:39:14.688Z Checking sha3 v0.11.0
49182026-08-07T21:39:14.753Z Checking kem v0.3.0
49192026-08-07T21:39:14.767Z Checking bcrypt-pbkdf v0.11.0
49202026-08-07T21:39:14.812Z Checking module-lattice v0.2.3
49212026-08-07T21:39:14.864Z Checking sponge-cursor v0.1.0
49222026-08-07T21:39:14.918Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49232026-08-07T21:39:14.938Z Checking argon2 v0.6.0-rc.8
49242026-08-07T21:39:14.993Z Checking sha3 v0.12.0
49252026-08-07T21:39:14.996Z Checking spki v0.8.0
49262026-08-07T21:39:15.027Z Checking sec1 v0.8.1
49272026-08-07T21:39:15.040Z Checking ml-kem v0.3.2
49282026-08-07T21:39:15.097Z Checking internal-russh-num-bigint v0.5.0
49292026-08-07T21:39:15.173Z Checking pkcs5 v0.8.1
49302026-08-07T21:39:15.187Z Checking pkcs1 v0.8.0-rc.4
49312026-08-07T21:39:15.224Z Checking num-bigint v0.4.6
49322026-08-07T21:39:15.245Z Checking generic-array v1.4.3
49332026-08-07T21:39:15.391Z Compiling enum_dispatch v0.3.13
49342026-08-07T21:39:15.464Z Checking pkcs8 v0.11.0
49352026-08-07T21:39:15.639Z Checking russh-util v0.52.0
49362026-08-07T21:39:15.664Z Checking ed25519 v3.0.0
49372026-08-07T21:39:15.764Z Compiling delegate v0.13.5
49382026-08-07T21:39:15.788Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49392026-08-07T21:39:15.803Z Checking hex-literal v1.1.0
49402026-08-07T21:39:15.862Z Checking ed25519-dalek v3.0.0
49412026-08-07T21:39:15.903Z Checking md5 v0.8.0
49422026-08-07T21:39:15.962Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49432026-08-07T21:39:16.071Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49442026-08-07T21:39:16.087Z Checking socket2 v0.5.10
49452026-08-07T21:39:16.148Z Checking internet-checksum v0.2.1
49462026-08-07T21:39:16.194Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49472026-08-07T21:39:16.365Z Checking elliptic-curve v0.14.1
49482026-08-07T21:39:16.365Z Checking primefield v0.14.0
49492026-08-07T21:39:16.365Z Checking rfc6979 v0.6.0
49502026-08-07T21:39:16.369Z Checking ssh-encoding v0.3.0
49512026-08-07T21:39:16.369Z Checking crypto-primes v0.7.2
49522026-08-07T21:39:16.599Z Checking ssh-cipher v0.3.0
49532026-08-07T21:39:16.604Z Checking russh-cryptovec v0.62.0
49542026-08-07T21:39:16.795Z Checking primeorder v0.14.0
49552026-08-07T21:39:16.795Z Checking ecdsa v0.17.0
49562026-08-07T21:39:17.161Z Checking p384 v0.14.0
49572026-08-07T21:39:17.161Z Checking p521 v0.14.0
49582026-08-07T21:39:17.165Z Checking p256 v0.14.0
49592026-08-07T21:39:17.329Z Checking rsa v0.10.0-rc.18
49602026-08-07T21:39:20.004Z Checking ssh-key v0.7.0-rc.11
49612026-08-07T21:39:20.741Z Checking russh v0.62.4
49622026-08-07T21:39:33.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.79s
49632026-08-07T21:39:33.926Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49642026-08-07T21:39:33.926Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49652026-08-07T21:39:34.123Z
49662026-08-07T21:39:34.123Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49672026-08-07T21:39:34.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-07T21:39:34.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-07T21:39:34.750Z Checking termios v0.3.3
49702026-08-07T21:39:34.948Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49712026-08-07T21:39:35.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
49722026-08-07T21:39:35.724Z
49732026-08-07T21:39:35.724Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49742026-08-07T21:39:36.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-07T21:39:36.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-07T21:39:36.399Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49772026-08-07T21:39:37.092Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49782026-08-07T21:39:38.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
49792026-08-07T21:39:38.860Z
49802026-08-07T21:39:38.861Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49812026-08-07T21:39:39.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-07T21:39:39.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-07T21:39:39.481Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49842026-08-07T21:39:39.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
49852026-08-07T21:39:40.085Z
49862026-08-07T21:39:40.085Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49872026-08-07T21:39:40.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-07T21:39:40.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-07T21:39:40.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-07T21:39:40.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49912026-08-07T21:39:40.635Z
49922026-08-07T21:39:40.635Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49932026-08-07T21:39:41.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-07T21:39:41.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-07T21:39:41.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-07T21:39:41.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49972026-08-07T21:39:41.190Z
49982026-08-07T21:39:41.190Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49992026-08-07T21:39:41.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-07T21:39:41.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-07T21:39:41.919Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50022026-08-07T21:39:42.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
50032026-08-07T21:39:42.694Z
50042026-08-07T21:39:42.694Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
50052026-08-07T21:39:43.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-07T21:39:43.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-07T21:39:43.328Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50082026-08-07T21:39:43.331Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50092026-08-07T21:39:44.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
50102026-08-07T21:39:44.433Z
50112026-08-07T21:39:44.433Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
50122026-08-07T21:39:44.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-07T21:39:44.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-07T21:39:44.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-07T21:39:44.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50162026-08-07T21:39:44.984Z
50172026-08-07T21:39:44.984Zinfo: running `cargo check --bins` on omicron-package (329/335)
50182026-08-07T21:39:45.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-07T21:39:45.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-07T21:39:45.648Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50212026-08-07T21:39:46.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
50222026-08-07T21:39:46.915Z
50232026-08-07T21:39:46.915Zinfo: running `cargo check --bins` on tqdb (330/335)
50242026-08-07T21:39:47.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-07T21:39:47.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-07T21:39:47.684Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50272026-08-07T21:39:48.036Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50282026-08-07T21:39:48.550Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50292026-08-07T21:39:48.555Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50302026-08-07T21:39:54.676Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50312026-08-07T21:39:54.680Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50322026-08-07T21:39:54.680Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50332026-08-07T21:39:55.308Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50342026-08-07T21:39:55.308Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50352026-08-07T21:39:55.311Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50362026-08-07T21:39:56.086Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50372026-08-07T21:39:56.523Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50382026-08-07T21:39:56.757Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50392026-08-07T21:39:57.185Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50402026-08-07T21:39:58.029Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50412026-08-07T21:39:58.695Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50422026-08-07T21:40:03.348Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50432026-08-07T21:40:10.321Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50442026-08-07T21:40:10.321Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50452026-08-07T21:40:10.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50462026-08-07T21:40:10.324Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50472026-08-07T21:40:11.833Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50482026-08-07T21:40:13.130Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50492026-08-07T21:40:13.813Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50502026-08-07T21:40:15.074Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50512026-08-07T21:40:15.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.70s
50522026-08-07T21:40:15.822Z
50532026-08-07T21:40:15.822Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50542026-08-07T21:40:16.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50552026-08-07T21:40:16.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50562026-08-07T21:40:16.525Z Checking rtoolbox v0.0.3
50572026-08-07T21:40:16.527Z Checking tui-tree-widget v0.23.1
50582026-08-07T21:40:16.646Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50592026-08-07T21:40:16.653Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50602026-08-07T21:40:16.744Z Checking rpassword v7.5.4
50612026-08-07T21:40:19.629Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50622026-08-07T21:40:21.485Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50632026-08-07T21:40:22.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
50642026-08-07T21:40:22.407Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50652026-08-07T21:40:22.407Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50662026-08-07T21:40:22.587Z
50672026-08-07T21:40:22.587Zinfo: running `cargo check --bins` on wicket (332/335)
50682026-08-07T21:40:23.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50692026-08-07T21:40:23.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50702026-08-07T21:40:23.277Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50712026-08-07T21:40:23.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50722026-08-07T21:40:23.640Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50732026-08-07T21:40:23.640Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50742026-08-07T21:40:23.821Z
50752026-08-07T21:40:23.821Zinfo: running `cargo check --bins` on wicketd (333/335)
50762026-08-07T21:40:24.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-07T21:40:24.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-07T21:40:24.511Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50792026-08-07T21:40:28.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
50802026-08-07T21:40:28.185Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50812026-08-07T21:40:28.185Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50822026-08-07T21:40:28.364Z
50832026-08-07T21:40:28.364Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50842026-08-07T21:40:28.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-07T21:40:28.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-07T21:40:28.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50872026-08-07T21:40:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50882026-08-07T21:40:28.926Z
50892026-08-07T21:40:28.927Zinfo: running `cargo check --bins` on zone-setup (335/335)
50902026-08-07T21:40:29.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50912026-08-07T21:40:29.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50922026-08-07T21:40:29.589Z Checking uzers v0.12.2
50932026-08-07T21:40:29.858Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50942026-08-07T21:40:30.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50952026-08-07T21:40:30.828Z
50962026-08-07T21:40:30.828Zreal 13:57.108502840
50972026-08-07T21:40:30.828Zuser 21:04.331643464
50982026-08-07T21:40:30.828Zsys 4:18.080007177
50992026-08-07T21:40:30.828Ztrap 0.330020378
51002026-08-07T21:40:30.828Ztflt 0.598192994
51012026-08-07T21:40:30.828Zdflt 0.872858901
51022026-08-07T21:40:30.828Zkflt 0.005380979
51032026-08-07T21:40:30.828Zlock 1:26:12.598578335
51042026-08-07T21:40:30.828Zslp 1:40:11.979312283
51052026-08-07T21:40:30.828Zlat 56.463456275
51062026-08-07T21:40:30.828Zstop 3:59.896106973
51072026-08-07T21:40:30.831Zprocess exited: duration 965791 ms, exit code 0
 
51082026-08-07T21:40:30.837Zfound 0 output files