01KYJKX241D2VERXVCJ8AEQZ8F: 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: 01KYJKXM6HT64R181E2SXP1XG2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-27T20:23:54.965Zjob assigned to worker 01KYJKXW63CJKFEQV0WB1B7KE9 [factory aws, i-064eeb1c4eb859ce5] (queued for 49 s)
 
22026-07-27T20:24:01.308Zstarting task 0: "setup"
32026-07-27T20:24:01.318Z++ uname -s
42026-07-27T20:24:01.318Z+ kern=SunOS
52026-07-27T20:24:01.318Z+ build_user=build
62026-07-27T20:24:01.318Z+ build_uid=12345
72026-07-27T20:24:01.318Z+ work_dir=/work
82026-07-27T20:24:01.318Z+ input_dir=/input
92026-07-27T20:24:01.318Z+ [[ 0 == 12345 ]]
102026-07-27T20:24:01.318Z+ case "$kern" in
112026-07-27T20:24:01.318Z+ groupadd -g 12345 build
122026-07-27T20:24:01.318Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-27T20:24:03.318Z+ zfs create -o mountpoint=/work rpool/work
142026-07-27T20:24:03.424Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-27T20:24:03.428Z+ home_fs=zfs
162026-07-27T20:24:03.428Z+ [[ zfs == autofs ]]
172026-07-27T20:24:03.428Z+ mkdir -p /home/build
182026-07-27T20:24:03.428Z+ chown build:build /home/build /work
192026-07-27T20:24:05.429Z+ chmod 0700 /home/build /work
202026-07-27T20:24:05.431Zprocess exited: duration 4127 ms, exit code 0
 
212026-07-27T20:24:05.437Zstarting task 1: "rust-toolchain"
222026-07-27T20:24:05.441Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-27T20:24:05.441Z * rust toolchain channel = "1.97.1"
242026-07-27T20:24:05.441Z * rust toolchain profile = "default"
252026-07-27T20:24:05.441Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-27T20:24:05.441Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-27T20:24:05.441Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-27T20:24:05.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-27T20:24:05.444Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-27T20:24:05.546Zinfo: downloading installer
312026-07-27T20:24:06.924Zwarn: It looks like you have an existing rustup settings file at:
322026-07-27T20:24:06.924Zwarn: /home/build/.rustup/settings.toml
332026-07-27T20:24:06.924Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-27T20:24:06.924Zwarn: instead of the one inferred from the default host triple.
352026-07-27T20:24:06.937Zinfo: profile set to default
362026-07-27T20:24:06.937Zinfo: default host triple is x86_64-unknown-illumos
372026-07-27T20:24:06.940Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-27T20:24:07.065Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-27T20:24:07.068Zinfo: downloading 6 components
402026-07-27T20:24:21.349Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-27T20:24:21.349Z
422026-07-27T20:24:21.377Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-27T20:24:21.377Z
442026-07-27T20:24:21.377Z
452026-07-27T20:24:21.377ZRust is installed now. Great!
462026-07-27T20:24:21.378Z
472026-07-27T20:24:21.378ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-27T20:24:21.378Zenvironment variable. This has not been done automatically.
492026-07-27T20:24:21.378Z
502026-07-27T20:24:21.378ZTo configure your current shell, you need to source
512026-07-27T20:24:21.378Zthe corresponding env file under $HOME/.cargo.
522026-07-27T20:24:21.378Z
532026-07-27T20:24:21.378ZThis is usually done by running one of the following (note the leading DOT):
542026-07-27T20:24:21.378Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-27T20:24:21.378Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-27T20:24:21.378Zsource "~/.cargo/env.nu" # For nushell
572026-07-27T20:24:21.378Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-27T20:24:21.378Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-27T20:24:21.378Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-27T20:24:21.381Zwarn: no default linker (`cc`) was found in your PATH
612026-07-27T20:24:21.381Zwarn: many Rust crates require a system C toolchain to build
622026-07-27T20:24:21.470Z+ rustup --version
632026-07-27T20:24:21.479Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-27T20:24:21.482Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-27T20:24:21.500Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-27T20:24:21.503Z+ cargo --version
672026-07-27T20:24:21.518Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-27T20:24:21.521Z+ rustc --version
692026-07-27T20:24:21.540Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-27T20:24:21.542Zprocess exited: duration 16104 ms, exit code 0
 
712026-07-27T20:24:21.548Zstarting task 2: "authentication"
722026-07-27T20:24:21.564Zprocess exited: duration 16 ms, exit code 0
 
732026-07-27T20:24:21.570Zstarting task 3: "clone repository"
742026-07-27T20:24:21.574Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-27T20:24:21.577Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-27T20:24:21.612ZCloning into '/work/oxidecomputer/omicron'...
772026-07-27T20:24:32.539Z+ cd /work/oxidecomputer/omicron
782026-07-27T20:24:32.539Z+ git fetch origin f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
792026-07-27T20:24:32.837ZFrom https://github.com/oxidecomputer/omicron
802026-07-27T20:24:32.837Z * branch f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c -> FETCH_HEAD
812026-07-27T20:24:32.847Z+ [[ -n '' ]]
822026-07-27T20:24:32.847Z+ git reset --hard f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
832026-07-27T20:24:33.093ZHEAD is now at f20be7e2e update rust toolchain to 1.97.1
842026-07-27T20:24:33.096Zprocess exited: duration 11525 ms, exit code 0
 
852026-07-27T20:24:33.102Zstarting task 4: "build"
862026-07-27T20:24:33.106Z+ source .github/buildomat/ci-env.sh
872026-07-27T20:24:33.109Z++ export CARGO_TERM_COLOR=always
882026-07-27T20:24:33.109Z++ CARGO_TERM_COLOR=always
892026-07-27T20:24:33.109Z+++ uname -s
902026-07-27T20:24:33.109Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-27T20:24:33.109Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-27T20:24:33.112Z+ cargo --version
932026-07-27T20:24:33.118Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-07-27T20:24:33.122Z+ rustc --version
952026-07-27T20:24:33.141Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-07-27T20:24:33.144Z+ source ./env.sh
972026-07-27T20:24:33.144Z++ OLD_SHELL_OPTS=ehxB
982026-07-27T20:24:33.144Z++ set -o xtrace
992026-07-27T20:24:33.147Z++++ dirname ./env.sh
1002026-07-27T20:24:33.150Z+++ readlink -f .
1012026-07-27T20:24:33.150Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-27T20:24:33.150Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-27T20:24:33.150Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-27T20:24:33.152Z++ 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
1052026-07-27T20:24:33.152Z++ 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
1062026-07-27T20:24:33.153Z++ 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
1072026-07-27T20:24:33.153Z++ 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
1082026-07-27T20:24:33.153Z++ 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
1092026-07-27T20:24:33.153Z++ 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
1102026-07-27T20:24:33.153Z++ 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
1112026-07-27T20:24:33.153Z++ 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
1122026-07-27T20:24:33.153Z++ case $OLD_SHELL_OPTS in
1132026-07-27T20:24:33.153Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-27T20:24:33.153Z+ 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
1152026-07-27T20:24:33.153Z+ 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
1162026-07-27T20:24:33.153Z+ banner prerequisites
1172026-07-27T20:24:33.153Z
1182026-07-27T20:24:33.153Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-07-27T20:24:33.153Z # # # # # # # # # # # # # # #
1202026-07-27T20:24:33.153Z # # # # ##### # # ##### # # # # # #### #
1212026-07-27T20:24:33.153Z ##### ##### # ##### # # # # # # # # #
1222026-07-27T20:24:33.153Z # # # # # # # # # # # # # # #
1232026-07-27T20:24:33.153Z # # # ###### # # ###### ### # #### # #### #
1242026-07-27T20:24:33.153Z
1252026-07-27T20:24:33.153Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-07-27T20:24:34.887Z Startup: Refreshing catalog 'helios' ... Done
1272026-07-27T20:24:35.127Z Startup: Caching catalogs ... Done
1282026-07-27T20:24:36.292ZPlanning: Solver setup ... Done (1.081s)
1292026-07-27T20:24:36.335ZPlanning: Running solver ... Done (0.043s)
1302026-07-27T20:24:36.365ZPlanning: Finding local manifests ... Done (0.003s)
1312026-07-27T20:24:36.377ZPlanning: Fetching manifests: 0/2 0% complete
1322026-07-27T20:24:36.393ZPlanning: Fetching manifests: 2/2 100% complete
1332026-07-27T20:24:36.407ZPlanning: Package planning ... Done (0.014s)
1342026-07-27T20:24:36.410ZPlanning: Merging actions ... Done (0.001s)
1352026-07-27T20:24:36.621ZPlanning: Checking for conflicting actions ... Done (0.210s)
1362026-07-27T20:24:36.626ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-07-27T20:24:37.363ZPlanning: Evaluating mediators ... Done (0.742s)
1382026-07-27T20:24:37.365ZPlanning: Planning completed in 2.21 seconds
1392026-07-27T20:24:37.371Z Packages to install: 2
1402026-07-27T20:24:37.371Z Estimated space available: 156.02 GB
1412026-07-27T20:24:37.374ZEstimated space to be consumed: 55.04 MB
1422026-07-27T20:24:37.374Z Create boot environment: No
1432026-07-27T20:24:37.374ZCreate backup boot environment: No
1442026-07-27T20:24:37.374Z Rebuild boot archive: No
1452026-07-27T20:24:37.374Z
1462026-07-27T20:24:37.374ZChanged packages:
1472026-07-27T20:24:37.374Zhelios
1482026-07-27T20:24:37.374Z developer/build-essential
1492026-07-27T20:24:37.374Z None -> 11-3.0
1502026-07-27T20:24:37.374Z library/libxmlsec1
1512026-07-27T20:24:37.374Z None -> 1.2.35-3.0
1522026-07-27T20:24:37.397Z
1532026-07-27T20:24:37.397ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-07-27T20:24:37.474ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1552026-07-27T20:24:37.556Z Actions: 1/268 actions (Installing new actions)
1562026-07-27T20:24:37.596Z Actions: Completed 268 actions in 0.04 seconds.
1572026-07-27T20:24:37.616ZFinalize: Updating package state database ... Done (0.023s)
1582026-07-27T20:24:37.619ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-27T20:24:37.673ZFinalize: Updating image state ... Done (0.057s)
1602026-07-27T20:24:40.149ZFinalize: Creating fast lookup database ... Done (2.433s)
1612026-07-27T20:24:40.215ZFinalize: Reading search index ... Done (0.012s)
1622026-07-27T20:24:40.218ZFinalize: Updating search index ... Done (0.000s)
1632026-07-27T20:24:40.326ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-27T20:24:40.671ZPlanning: Evaluating mediator changes ... Done
1652026-07-27T20:24:40.777ZPlanning: Checking for conflicting actions ... Done
1662026-07-27T20:24:40.779ZPlanning: Consolidating action changes ... Done
1672026-07-27T20:24:40.933ZPlanning: Evaluating mediators ... Done
1682026-07-27T20:24:40.938ZPlanning: Planning completed in 0.26 seconds
1692026-07-27T20:24:40.956Z Mediators to change: 2
1702026-07-27T20:24:40.956Z Create boot environment: No
1712026-07-27T20:24:40.959ZCreate backup boot environment: No
1722026-07-27T20:24:41.005ZFinalize: Updating package state database ... Done
1732026-07-27T20:24:41.005ZFinalize: Updating package cache ... Done
1742026-07-27T20:24:41.038ZFinalize: Updating image state ... Done
1752026-07-27T20:24:42.963ZFinalize: Creating fast lookup database ... Done
1762026-07-27T20:24:43.024ZFinalize: Reading search index ... Done
1772026-07-27T20:24:43.028ZFinalize: Updating search index ... Done
1782026-07-27T20:24:43.088ZFinalize: Updating package cache ... Done
1792026-07-27T20:24:43.374ZPlanning: Evaluating mediator changes ... Done
1802026-07-27T20:24:43.485ZPlanning: Checking for conflicting actions ... Done
1812026-07-27T20:24:43.488ZPlanning: Consolidating action changes ... Done
1822026-07-27T20:24:43.640ZPlanning: Evaluating mediators ... Done
1832026-07-27T20:24:43.643ZPlanning: Planning completed in 0.26 seconds
1842026-07-27T20:24:43.663Z Mediators to change: 1
1852026-07-27T20:24:43.663Z Create boot environment: No
1862026-07-27T20:24:43.668ZCreate backup boot environment: No
1872026-07-27T20:24:43.711ZFinalize: Updating package state database ... Done
1882026-07-27T20:24:43.712ZFinalize: Updating package cache ... Done
1892026-07-27T20:24:43.743ZFinalize: Updating image state ... Done
1902026-07-27T20:24:45.706ZFinalize: Creating fast lookup database ... Done
1912026-07-27T20:24:45.788ZFinalize: Reading search index ... Done
1922026-07-27T20:24:45.792ZFinalize: Updating search index ... Done
1932026-07-27T20:24:45.834ZFinalize: Updating package cache ... Done
1942026-07-27T20:24:46.149ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-07-27T20:24:46.149Zapache system 2.4 system
1962026-07-27T20:24:46.149Zclang system 15 system
1972026-07-27T20:24:46.149Zcsh system system illumos
1982026-07-27T20:24:46.149Zctags system system illumos
1992026-07-27T20:24:46.149Zfile vendor vendor darwinsys
2002026-07-27T20:24:46.150Zfile system system illumos
2012026-07-27T20:24:46.150Zgcc vendor 14 vendor
2022026-07-27T20:24:46.150Zgcc system 13 system
2032026-07-27T20:24:46.150Zgcc system 10 system
2042026-07-27T20:24:46.150Zgo system 1.25 system
2052026-07-27T20:24:46.150Zllvm system 15 system
2062026-07-27T20:24:46.150Zmariadb system 11.4 system
2072026-07-27T20:24:46.150Zmta vendor vendor dma
2082026-07-27T20:24:46.150Zopenjdk system 17 system
2092026-07-27T20:24:46.150Zopenjdk system 11 system
2102026-07-27T20:24:46.150Zopenssl vendor 3 vendor
2112026-07-27T20:24:46.150Zperl system 5.40 system
2122026-07-27T20:24:46.150Zpostgresql system 18 system
2132026-07-27T20:24:46.150Zpostgresql system 17 system
2142026-07-27T20:24:46.150Zpython vendor 3 vendor
2152026-07-27T20:24:46.151Zpython system 2 system
2162026-07-27T20:24:46.151Zpython3 vendor 3.13 vendor
2172026-07-27T20:24:46.151Zruby system 3.4 system
2182026-07-27T20:24:46.151Zruby system 3.0 system
2192026-07-27T20:24:46.151Zwords vendor vendor american-english
2202026-07-27T20:24:46.151Zwords system system australian-english
2212026-07-27T20:24:46.151Zwords system system british-english
2222026-07-27T20:24:46.151Zwords system system canadian-english
2232026-07-27T20:24:46.151Zwords system system french
2242026-07-27T20:24:46.151Zwords system system italian
2252026-07-27T20:24:46.151Zwords system system ngerman
2262026-07-27T20:24:46.151Zwords system system ogerman
2272026-07-27T20:24:46.151Zwords system system spanish
2282026-07-27T20:24:46.397ZPUBLISHER TYPE STATUS P LOCATION
2292026-07-27T20:24:46.397Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-07-27T20:24:46.792ZFMRI IFO
2312026-07-27T20:24:46.792Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-07-27T20:24:46.792Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-07-27T20:24:46.792Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-07-27T20:24:46.793Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-07-27T20:24:46.793Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-07-27T20:24:46.793Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-07-27T20:24:46.793Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-07-27T20:24:46.793Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-07-27T20:24:46.793Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-07-27T20:24:47.101Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-07-27T20:24:47.404Z Updating crates.io index
2422026-07-27T20:24:47.407Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-07-27T20:24:47.645Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-27T20:24:47.910Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-07-27T20:24:48.822Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-07-27T20:24:49.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-07-27T20:24:50.949Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-07-27T20:24:51.738Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-07-27T20:24:52.032Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-07-27T20:24:52.374Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-07-27T20:24:53.444Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-07-27T20:24:53.730Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-07-27T20:24:54.015Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-07-27T20:24:54.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-07-27T20:24:54.786Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-27T20:24:55.415Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-07-27T20:24:55.910Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-27T20:24:56.147Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-07-27T20:24:56.387Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-07-27T20:24:56.656Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-07-27T20:24:57.051Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-07-27T20:24:57.275Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-07-27T20:24:57.556Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-07-27T20:24:57.949Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-07-27T20:24:58.293Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-07-27T20:24:58.557Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-07-27T20:24:59.961Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-07-27T20:25:00.203Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-07-27T20:25:00.590Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-27T20:25:01.063Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-27T20:25:01.300Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-27T20:25:01.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-27T20:25:01.892Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-27T20:25:02.267Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-27T20:25:02.498Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-27T20:25:02.751Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-27T20:25:02.978Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-27T20:25:03.411Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-27T20:25:03.702Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-07-27T20:25:03.947Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-07-27T20:25:04.301Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-07-27T20:25:04.482Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-07-27T20:25:07.139Z Downloading crates ...
2842026-07-27T20:25:07.214Z Downloaded cargo_toml v0.21.0
2852026-07-27T20:25:07.219Z Downloaded anstream v1.0.0
2862026-07-27T20:25:07.221Z Downloaded fastrand v2.3.0
2872026-07-27T20:25:07.225Z Downloaded zerocopy-derive v0.7.35
2882026-07-27T20:25:07.228Z Downloaded equivalent v1.0.2
2892026-07-27T20:25:07.231Z Downloaded errno v0.3.14
2902026-07-27T20:25:07.231Z Downloaded camino-tempfile v1.4.1
2912026-07-27T20:25:07.231Z Downloaded zmij v1.0.21
2922026-07-27T20:25:07.235Z Downloaded pest_generator v2.8.6
2932026-07-27T20:25:07.238Z Downloaded heck v0.4.1
2942026-07-27T20:25:07.241Z Downloaded zerocopy v0.7.35
2952026-07-27T20:25:07.253Z Downloaded digest v0.10.7
2962026-07-27T20:25:07.261Z Downloaded anstyle-parse v1.0.0
2972026-07-27T20:25:07.267Z Downloaded pest_derive v2.8.6
2982026-07-27T20:25:07.267Z Downloaded camino v1.2.2
2992026-07-27T20:25:07.267Z Downloaded once_cell v1.21.3
3002026-07-27T20:25:07.267Z Downloaded log v0.4.29
3012026-07-27T20:25:07.267Z Downloaded memmap v0.7.0
3022026-07-27T20:25:07.272Z Downloaded clap v4.6.1
3032026-07-27T20:25:07.272Z Downloaded is_terminal_polyfill v1.70.2
3042026-07-27T20:25:07.275Z Downloaded usdt-attr-macro v0.5.0
3052026-07-27T20:25:07.275Z Downloaded dof v0.3.0
3062026-07-27T20:25:07.276Z Downloaded strsim v0.11.1
3072026-07-27T20:25:07.276Z Downloaded colorchoice v1.0.4
3082026-07-27T20:25:07.280Z Downloaded cpufeatures v0.2.17
3092026-07-27T20:25:07.280Z Downloaded serde_spanned v0.6.9
3102026-07-27T20:25:07.284Z Downloaded toml_write v0.1.2
3112026-07-27T20:25:07.284Z Downloaded cfg-if v1.0.4
3122026-07-27T20:25:07.284Z Downloaded anstyle v1.0.14
3132026-07-27T20:25:07.287Z Downloaded hashbrown v0.17.0
3142026-07-27T20:25:07.291Z Downloaded cargo-platform v0.3.2
3152026-07-27T20:25:07.294Z Downloaded fnv v1.0.7
3162026-07-27T20:25:07.294Z Downloaded heck v0.5.0
3172026-07-27T20:25:07.298Z Downloaded crypto-common v0.1.7
3182026-07-27T20:25:07.298Z Downloaded dtrace-parser v0.2.0
3192026-07-27T20:25:07.301Z Downloaded autocfg v1.5.0
3202026-07-27T20:25:07.301Z Downloaded thiserror v1.0.69
3212026-07-27T20:25:07.307Z Downloaded memchr v2.8.0
3222026-07-27T20:25:07.307Z Downloaded pretty-hex v0.4.1
3232026-07-27T20:25:07.311Z Downloaded anstyle-query v1.1.5
3242026-07-27T20:25:07.311Z Downloaded block-buffer v0.10.4
3252026-07-27T20:25:07.315Z Downloaded generic-array v0.14.7
3262026-07-27T20:25:07.318Z Downloaded toml_datetime v0.6.11
3272026-07-27T20:25:07.321Z Downloaded utf8parse v0.2.2
3282026-07-27T20:25:07.322Z Downloaded proc-macro-error-attr v1.0.4
3292026-07-27T20:25:07.322Z Downloaded tabled_derive v0.7.0
3302026-07-27T20:25:07.331Z Downloaded macaddr v1.0.1
3312026-07-27T20:25:07.334Z Downloaded thread-id v4.2.2
3322026-07-27T20:25:07.334Z Downloaded usdt v0.5.0
3332026-07-27T20:25:07.338Z Downloaded scroll_derive v0.12.1
3342026-07-27T20:25:07.338Z Downloaded smawk v0.3.2
3352026-07-27T20:25:07.347Z Downloaded plain v0.2.3
3362026-07-27T20:25:07.350Z Downloaded usdt-macro v0.5.0
3372026-07-27T20:25:07.350Z Downloaded swrite v0.1.0
3382026-07-27T20:25:07.354Z Downloaded clap_lex v1.0.0
3392026-07-27T20:25:07.357Z Downloaded quote v1.0.45
3402026-07-27T20:25:07.360Z Downloaded byteorder v1.5.0
3412026-07-27T20:25:07.362Z Downloaded papergrid v0.11.0
3422026-07-27T20:25:07.366Z Downloaded unicode-linebreak v0.1.5
3432026-07-27T20:25:07.370Z Downloaded bytecount v0.6.9
3442026-07-27T20:25:07.370Z Downloaded itoa v1.0.17
3452026-07-27T20:25:07.370Z Downloaded cargo_metadata v0.23.1
3462026-07-27T20:25:07.374Z Downloaded thiserror-impl v2.0.18
3472026-07-27T20:25:07.374Z Downloaded thiserror-impl v1.0.69
3482026-07-27T20:25:07.374Z Downloaded terminal_size v0.4.3
3492026-07-27T20:25:07.379Z Downloaded thiserror v2.0.18
3502026-07-27T20:25:07.383Z Downloaded usdt-impl v0.5.0
3512026-07-27T20:25:07.387Z Downloaded sha2 v0.10.9
3522026-07-27T20:25:07.390Z Downloaded scroll v0.12.0
3532026-07-27T20:25:07.390Z Downloaded version_check v0.9.5
3542026-07-27T20:25:07.390Z Downloaded fs-err v3.3.0
3552026-07-27T20:25:07.395Z Downloaded serde_tokenstream v0.2.3
3562026-07-27T20:25:07.398Z Downloaded anyhow v1.0.102
3572026-07-27T20:25:07.398Z Downloaded tempfile v3.25.0
3582026-07-27T20:25:07.407Z Downloaded clap_derive v4.6.1
3592026-07-27T20:25:07.410Z Downloaded toml v0.8.23
3602026-07-27T20:25:07.410Z Downloaded ucd-trie v0.1.7
3612026-07-27T20:25:07.416Z Downloaded proc-macro-error v1.0.4
3622026-07-27T20:25:07.419Z Downloaded bitflags v2.11.0
3632026-07-27T20:25:07.423Z Downloaded semver v1.0.28
3642026-07-27T20:25:07.440Z Downloaded proc-macro2 v1.0.106
3652026-07-27T20:25:07.443Z Downloaded textwrap v0.16.2
3662026-07-27T20:25:07.446Z Downloaded unicode-ident v1.0.24
3672026-07-27T20:25:07.460Z Downloaded getrandom v0.4.1
3682026-07-27T20:25:07.467Z Downloaded pest_meta v2.8.6
3692026-07-27T20:25:07.480Z Downloaded toml_edit v0.22.27
3702026-07-27T20:25:07.480Z Downloaded serde_derive v1.0.228
3712026-07-27T20:25:07.489Z Downloaded serde_core v1.0.228
3722026-07-27T20:25:07.494Z Downloaded indexmap v2.14.0
3732026-07-27T20:25:07.497Z Downloaded serde v1.0.228
3742026-07-27T20:25:07.501Z Downloaded typenum v1.20.1
3752026-07-27T20:25:07.508Z Downloaded clap_builder v4.6.0
3762026-07-27T20:25:07.539Z Downloaded pest v2.8.6
3772026-07-27T20:25:07.547Z Downloaded goblin v0.8.2
3782026-07-27T20:25:07.551Z Downloaded serde_json v1.0.150
3792026-07-27T20:25:07.564Z Downloaded winnow v0.7.14
3802026-07-27T20:25:07.580Z Downloaded tabled v0.15.0
3812026-07-27T20:25:07.599Z Downloaded syn v1.0.109
3822026-07-27T20:25:07.604Z Downloaded unicode-width v0.2.0
3832026-07-27T20:25:07.606Z Downloaded unicode-width v0.1.14
3842026-07-27T20:25:07.609Z Downloaded syn v2.0.117
3852026-07-27T20:25:07.622Z Downloaded rustix v1.1.3
3862026-07-27T20:25:07.655Z Downloaded libc v0.2.185
3872026-07-27T20:25:07.719Z Compiling proc-macro2 v1.0.106
3882026-07-27T20:25:07.719Z Compiling unicode-ident v1.0.24
3892026-07-27T20:25:07.719Z Compiling quote v1.0.45
3902026-07-27T20:25:07.723Z Compiling serde_core v1.0.228
3912026-07-27T20:25:07.723Z Compiling libc v0.2.185
3922026-07-27T20:25:07.723Z Compiling version_check v0.9.5
3932026-07-27T20:25:07.723Z Compiling memchr v2.8.0
3942026-07-27T20:25:07.723Z Compiling serde v1.0.228
3952026-07-27T20:25:08.042Z Compiling zmij v1.0.21
3962026-07-27T20:25:08.286Z Compiling ucd-trie v0.1.7
3972026-07-27T20:25:08.377Z Compiling itoa v1.0.17
3982026-07-27T20:25:08.555Z Compiling thiserror v1.0.69
3992026-07-27T20:25:08.555Z Compiling pest v2.8.6
4002026-07-27T20:25:08.648Z Compiling rustix v1.1.3
4012026-07-27T20:25:08.656Z Compiling byteorder v1.5.0
4022026-07-27T20:25:08.882Z Compiling errno v0.3.14
4032026-07-27T20:25:09.038Z Compiling bitflags v2.11.0
4042026-07-27T20:25:09.057Z Compiling serde_json v1.0.150
4052026-07-27T20:25:09.210Z Compiling syn v2.0.117
4062026-07-27T20:25:09.280Z Compiling thread-id v4.2.2
4072026-07-27T20:25:09.300Z Compiling usdt-impl v0.5.0
4082026-07-27T20:25:09.368Z Compiling proc-macro-error-attr v1.0.4
4092026-07-27T20:25:09.933Z Compiling syn v1.0.109
4102026-07-27T20:25:10.033Z Compiling camino v1.2.2
4112026-07-27T20:25:10.033Z Compiling pest_meta v2.8.6
4122026-07-27T20:25:10.033Z Compiling proc-macro-error v1.0.4
4132026-07-27T20:25:10.033Z Compiling utf8parse v0.2.2
4142026-07-27T20:25:10.033Z Compiling getrandom v0.4.1
4152026-07-27T20:25:10.175Z Compiling log v0.4.29
4162026-07-27T20:25:10.176Z Compiling equivalent v1.0.2
4172026-07-27T20:25:10.282Z Compiling hashbrown v0.17.0
4182026-07-27T20:25:10.283Z Compiling plain v0.2.3
4192026-07-27T20:25:10.411Z Compiling terminal_size v0.4.3
4202026-07-27T20:25:10.575Z Compiling anstyle-parse v1.0.0
4212026-07-27T20:25:10.736Z Compiling indexmap v2.14.0
4222026-07-27T20:25:11.042Z Compiling toml_write v0.1.2
4232026-07-27T20:25:11.064Z Compiling colorchoice v1.0.4
4242026-07-27T20:25:11.167Z Compiling cfg-if v1.0.4
4252026-07-27T20:25:11.182Z Compiling pretty-hex v0.4.1
4262026-07-27T20:25:11.254Z Compiling thiserror v2.0.18
4272026-07-27T20:25:11.375Z Compiling autocfg v1.5.0
4282026-07-27T20:25:11.375Z Compiling is_terminal_polyfill v1.70.2
4292026-07-27T20:25:11.456Z Compiling anstyle v1.0.14
4302026-07-27T20:25:11.456Z Compiling winnow v0.7.14
4312026-07-27T20:25:11.456Z Compiling anstyle-query v1.1.5
4322026-07-27T20:25:11.537Z Compiling pest_generator v2.8.6
4332026-07-27T20:25:11.567Z Compiling anstream v1.0.0
4342026-07-27T20:25:11.712Z Compiling fs-err v3.3.0
4352026-07-27T20:25:11.910Z Compiling bytecount v0.6.9
4362026-07-27T20:25:11.933Z Compiling anyhow v1.0.102
4372026-07-27T20:25:11.933Z Compiling heck v0.4.1
4382026-07-27T20:25:12.034Z Compiling strsim v0.11.1
4392026-07-27T20:25:12.058Z Compiling clap_lex v1.0.0
4402026-07-27T20:25:12.208Z Compiling once_cell v1.21.3
4412026-07-27T20:25:12.216Z Compiling heck v0.5.0
4422026-07-27T20:25:12.217Z Compiling fnv v1.0.7
4432026-07-27T20:25:12.283Z Compiling unicode-width v0.1.14
4442026-07-27T20:25:12.312Z Compiling fastrand v2.3.0
4452026-07-27T20:25:12.341Z Compiling clap_builder v4.6.0
4462026-07-27T20:25:12.521Z Compiling papergrid v0.11.0
4472026-07-27T20:25:12.551Z Compiling tempfile v3.25.0
4482026-07-27T20:25:12.572Z Compiling semver v1.0.28
4492026-07-27T20:25:12.575Z Compiling cargo-platform v0.3.2
4502026-07-27T20:25:12.621Z Compiling tabled_derive v0.7.0
4512026-07-27T20:25:12.883Z Compiling memmap v0.7.0
4522026-07-27T20:25:12.921Z Compiling unicode-linebreak v0.1.5
4532026-07-27T20:25:12.921Z Compiling unicode-width v0.2.0
4542026-07-27T20:25:12.929Z Compiling smawk v0.3.2
4552026-07-27T20:25:13.036Z Compiling camino-tempfile v1.4.1
4562026-07-27T20:25:13.115Z Compiling textwrap v0.16.2
4572026-07-27T20:25:13.133Z Compiling serde_derive v1.0.228
4582026-07-27T20:25:13.161Z Compiling thiserror-impl v1.0.69
4592026-07-27T20:25:13.264Z Compiling zerocopy-derive v0.7.35
4602026-07-27T20:25:13.399Z Compiling pest_derive v2.8.6
4612026-07-27T20:25:13.522Z Compiling scroll_derive v0.12.1
4622026-07-27T20:25:13.570Z Compiling thiserror-impl v2.0.18
4632026-07-27T20:25:13.839Z Compiling clap_derive v4.6.1
4642026-07-27T20:25:13.963Z Compiling tabled v0.15.0
4652026-07-27T20:25:14.128Z Compiling zerocopy v0.7.35
4662026-07-27T20:25:14.203Z Compiling scroll v0.12.0
4672026-07-27T20:25:14.477Z Compiling goblin v0.8.2
4682026-07-27T20:25:14.513Z Compiling dtrace-parser v0.2.0
4692026-07-27T20:25:14.964Z Compiling swrite v0.1.0
4702026-07-27T20:25:15.483Z Compiling clap v4.6.1
4712026-07-27T20:25:16.077Z Compiling toml_datetime v0.6.11
4722026-07-27T20:25:16.077Z Compiling serde_spanned v0.6.9
4732026-07-27T20:25:16.092Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-07-27T20:25:16.092Z Compiling macaddr v1.0.1
4752026-07-27T20:25:16.092Z Compiling cargo_metadata v0.23.1
4762026-07-27T20:25:16.150Z Compiling dof v0.3.0
4772026-07-27T20:25:16.166Z Compiling serde_tokenstream v0.2.3
4782026-07-27T20:25:16.315Z Compiling toml_edit v0.22.27
4792026-07-27T20:25:16.866Z Compiling usdt-attr-macro v0.5.0
4802026-07-27T20:25:16.866Z Compiling usdt-macro v0.5.0
4812026-07-27T20:25:17.542Z Compiling usdt v0.5.0
4822026-07-27T20:25:17.683Z Compiling toml v0.8.23
4832026-07-27T20:25:18.006Z Compiling cargo_toml v0.21.0
4842026-07-27T20:25:19.261Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-07-27T20:25:21.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.38s
4862026-07-27T20:25:21.531Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-07-27T20:25:22.036Z Downloading crates ...
4882026-07-27T20:25:22.086Z Downloaded adler2 v2.0.1
4892026-07-27T20:25:22.097Z Downloaded bit-set v0.8.0
4902026-07-27T20:25:22.107Z Downloaded ahash v0.8.12
4912026-07-27T20:25:22.112Z Downloaded bitfield v0.19.4
4922026-07-27T20:25:22.116Z Downloaded aead v0.5.2
4932026-07-27T20:25:22.116Z Downloaded foreign-types-shared v0.1.1
4942026-07-27T20:25:22.116Z Downloaded arc-swap v1.8.2
4952026-07-27T20:25:22.119Z Downloaded foreign-types v0.3.2
4962026-07-27T20:25:22.119Z Downloaded futures-task v0.3.32
4972026-07-27T20:25:22.119Z Downloaded convert_case v0.4.0
4982026-07-27T20:25:22.122Z Downloaded flagset v0.4.7
4992026-07-27T20:25:22.126Z Downloaded atomic-waker v1.1.2
5002026-07-27T20:25:22.126Z Downloaded futures-io v0.3.32
5012026-07-27T20:25:22.126Z Downloaded hex v0.4.3
5022026-07-27T20:25:22.135Z Downloaded foreign-types-shared v0.3.1
5032026-07-27T20:25:22.135Z Downloaded aes-gcm v0.11.0
5042026-07-27T20:25:22.135Z Downloaded arrayvec v0.7.6
5052026-07-27T20:25:22.138Z Downloaded async-trait v0.1.89
5062026-07-27T20:25:22.138Z Downloaded endian-type v0.1.2
5072026-07-27T20:25:22.138Z Downloaded fs_extra v1.3.0
5082026-07-27T20:25:22.138Z Downloaded array-init v0.0.4
5092026-07-27T20:25:22.138Z Downloaded bit-vec v0.6.3
5102026-07-27T20:25:22.138Z Downloaded find-msvc-tools v0.1.9
5112026-07-27T20:25:22.138Z Downloaded async-stream-impl v0.3.6
5122026-07-27T20:25:22.138Z Downloaded futures-sink v0.3.32
5132026-07-27T20:25:22.141Z Downloaded fd-lock v4.0.4
5142026-07-27T20:25:22.145Z Downloaded fixedbitset v0.4.2
5152026-07-27T20:25:22.145Z Downloaded headers-core v0.3.0
5162026-07-27T20:25:22.145Z Downloaded foreign-types v0.5.0
5172026-07-27T20:25:22.149Z Downloaded aead v0.6.1
5182026-07-27T20:25:22.149Z Downloaded base64 v0.22.1
5192026-07-27T20:25:22.158Z Downloaded bb8 v0.8.6
5202026-07-27T20:25:22.158Z Downloaded form_urlencoded v1.2.2
5212026-07-27T20:25:22.158Z Downloaded env_logger v0.11.9
5222026-07-27T20:25:22.158Z Downloaded foreign-types-macros v0.2.3
5232026-07-27T20:25:22.162Z Downloaded futures-core v0.3.32
5242026-07-27T20:25:22.162Z Downloaded ghash v0.6.0
5252026-07-27T20:25:22.162Z Downloaded bit-vec v0.8.0
5262026-07-27T20:25:22.162Z Downloaded http-body-util v0.1.3
5272026-07-27T20:25:22.162Z Downloaded enum_dispatch v0.3.13
5282026-07-27T20:25:22.162Z Downloaded ff v0.13.1
5292026-07-27T20:25:22.162Z Downloaded futures-channel v0.3.32
5302026-07-27T20:25:22.162Z Downloaded group v0.13.0
5312026-07-27T20:25:22.163Z Downloaded atty v0.2.14
5322026-07-27T20:25:22.163Z Downloaded float-cmp v0.10.0
5332026-07-27T20:25:22.168Z Downloaded float-ord v0.3.2
5342026-07-27T20:25:22.168Z Downloaded ciborium-ll v0.2.2
5352026-07-27T20:25:22.168Z Downloaded blake2 v0.10.6
5362026-07-27T20:25:22.171Z Downloaded funty v2.0.0
5372026-07-27T20:25:22.171Z Downloaded http-body v1.0.1
5382026-07-27T20:25:22.171Z Downloaded cfg_aliases v0.2.1
5392026-07-27T20:25:22.171Z Downloaded hash32 v0.2.1
5402026-07-27T20:25:22.174Z Downloaded atomicwrites v0.4.4
5412026-07-27T20:25:22.174Z Downloaded cobs v0.3.0
5422026-07-27T20:25:22.178Z Downloaded foldhash v0.1.5
5432026-07-27T20:25:22.181Z Downloaded fallible-iterator v0.2.0
5442026-07-27T20:25:22.181Z Downloaded fixedbitset v0.5.7
5452026-07-27T20:25:22.181Z Downloaded globset v0.4.18
5462026-07-27T20:25:22.184Z Downloaded env_filter v1.0.0
5472026-07-27T20:25:22.187Z Downloaded futures-macro v0.3.32
5482026-07-27T20:25:22.192Z Downloaded hash32 v0.3.1
5492026-07-27T20:25:22.195Z Downloaded hubpack v0.1.2
5502026-07-27T20:25:22.195Z Downloaded bitfield-struct v0.6.2
5512026-07-27T20:25:22.195Z Downloaded openssl-probe v0.2.1
5522026-07-27T20:25:22.195Z Downloaded castaway v0.2.4
5532026-07-27T20:25:22.195Z Downloaded hostname v0.4.2
5542026-07-27T20:25:22.202Z Downloaded gethostname v0.5.0
5552026-07-27T20:25:22.202Z Downloaded globwalk v0.9.1
5562026-07-27T20:25:22.205Z Downloaded httpdate v1.0.3
5572026-07-27T20:25:22.205Z Downloaded enum-as-inner v0.6.1
5582026-07-27T20:25:22.205Z Downloaded ascii-canvas v3.0.0
5592026-07-27T20:25:22.205Z Downloaded cfg_aliases v0.1.1
5602026-07-27T20:25:22.205Z Downloaded bcrypt-pbkdf v0.11.0
5612026-07-27T20:25:22.208Z Downloaded http-range v0.1.5
5622026-07-27T20:25:22.208Z Downloaded git-stub v1.0.0
5632026-07-27T20:25:22.208Z Downloaded hostname v0.3.1
5642026-07-27T20:25:22.211Z Downloaded bcs v0.1.6
5652026-07-27T20:25:22.211Z Downloaded cbc v0.2.1
5662026-07-27T20:25:22.217Z Downloaded ciborium-io v0.2.2
5672026-07-27T20:25:22.223Z Downloaded assert_matches v1.5.0
5682026-07-27T20:25:22.224Z Downloaded base16ct v0.2.0
5692026-07-27T20:25:22.224Z Downloaded block-buffer v0.12.1
5702026-07-27T20:25:22.224Z Downloaded home v0.5.12
5712026-07-27T20:25:22.224Z Downloaded hubpack_derive v0.1.1
5722026-07-27T20:25:22.224Z Downloaded block-padding v0.4.2
5732026-07-27T20:25:22.227Z Downloaded fs-err v2.11.0
5742026-07-27T20:25:22.227Z Downloaded fxhash v0.2.1
5752026-07-27T20:25:22.227Z Downloaded foldhash v0.2.0
5762026-07-27T20:25:22.231Z Downloaded nonempty v0.12.0
5772026-07-27T20:25:22.231Z Downloaded compression-core v0.4.31
5782026-07-27T20:25:22.231Z Downloaded group v0.14.0
5792026-07-27T20:25:22.231Z Downloaded bit-set v0.5.3
5802026-07-27T20:25:22.236Z Downloaded futures-executor v0.3.32
5812026-07-27T20:25:22.241Z Downloaded erased-serde v0.3.31
5822026-07-27T20:25:22.241Z Downloaded generic-array v1.4.3
5832026-07-27T20:25:22.241Z Downloaded async-stream v0.3.6
5842026-07-27T20:25:22.246Z Downloaded half v1.8.3
5852026-07-27T20:25:22.246Z Downloaded hybrid-array v0.4.13
5862026-07-27T20:25:22.246Z Downloaded async-recursion v1.1.1
5872026-07-27T20:25:22.249Z Downloaded parse-display v0.10.0
5882026-07-27T20:25:22.249Z Downloaded phf_shared v0.11.3
5892026-07-27T20:25:22.249Z Downloaded num-derive v0.3.3
5902026-07-27T20:25:22.249Z Downloaded num_enum_derive v0.5.11
5912026-07-27T20:25:22.253Z Downloaded predicates-core v1.0.10
5922026-07-27T20:25:22.256Z Downloaded proc-macro-crate v3.4.0
5932026-07-27T20:25:22.256Z Downloaded rand_chacha v0.3.1
5942026-07-27T20:25:22.263Z Downloaded proc-macro-crate v1.3.1
5952026-07-27T20:25:22.266Z Downloaded arrayref v0.3.9
5962026-07-27T20:25:22.266Z Downloaded cipher v0.4.4
5972026-07-27T20:25:22.266Z Downloaded cipher v0.5.2
5982026-07-27T20:25:22.266Z Downloaded radium v0.7.0
5992026-07-27T20:25:22.266Z Downloaded hex-literal v1.1.0
6002026-07-27T20:25:22.269Z Downloaded base16ct v1.0.0
6012026-07-27T20:25:22.269Z Downloaded bs58 v0.5.1
6022026-07-27T20:25:22.269Z Downloaded cmov v0.5.4
6032026-07-27T20:25:22.269Z Downloaded filetime v0.2.27
6042026-07-27T20:25:22.273Z Downloaded humantime v2.3.0
6052026-07-27T20:25:22.273Z Downloaded camino-tempfile-ext v0.3.3
6062026-07-27T20:25:22.273Z Downloaded const_format_proc_macros v0.2.34
6072026-07-27T20:25:22.276Z Downloaded bitfield-macros v0.19.4
6082026-07-27T20:25:22.279Z Downloaded glob v0.3.3
6092026-07-27T20:25:22.282Z Downloaded highway v1.3.0
6102026-07-27T20:25:22.285Z Downloaded base64 v0.21.7
6112026-07-27T20:25:22.288Z Downloaded base64ct v1.8.3
6122026-07-27T20:25:22.291Z Downloaded git-stub-vcs v0.1.0
6132026-07-27T20:25:22.291Z Downloaded blake2 v0.11.0-rc.6
6142026-07-27T20:25:22.294Z Downloaded constant_time_eq v0.4.2
6152026-07-27T20:25:22.294Z Downloaded progenitor-macro v0.14.0
6162026-07-27T20:25:22.298Z Downloaded ref-cast v1.0.25
6172026-07-27T20:25:22.298Z Downloaded serde-big-array v0.5.1
6182026-07-27T20:25:22.302Z Downloaded rustc_version v0.4.1
6192026-07-27T20:25:22.305Z Downloaded anstyle-parse v0.2.7
6202026-07-27T20:25:22.305Z Downloaded cexpr v0.6.0
6212026-07-27T20:25:22.308Z Downloaded cmake v0.1.57
6222026-07-27T20:25:22.308Z Downloaded ff v0.14.0
6232026-07-27T20:25:22.311Z Downloaded shell-words v1.1.1
6242026-07-27T20:25:22.314Z Downloaded bitflags v1.3.2
6252026-07-27T20:25:22.314Z Downloaded blowfish v0.10.0
6262026-07-27T20:25:22.314Z Downloaded signature v3.0.0
6272026-07-27T20:25:22.317Z Downloaded slog-bunyan v2.5.0
6282026-07-27T20:25:22.317Z Downloaded siphasher v1.0.2
6292026-07-27T20:25:22.317Z Downloaded num-rational v0.4.2
6302026-07-27T20:25:22.320Z Downloaded getrandom v0.2.17
6312026-07-27T20:25:22.320Z Downloaded hyper-rustls v0.27.7
6322026-07-27T20:25:22.323Z Downloaded owo-colors v4.3.0
6332026-07-27T20:25:22.323Z Downloaded paste v1.0.15
6342026-07-27T20:25:22.326Z Downloaded chacha20 v0.9.1
6352026-07-27T20:25:22.326Z Downloaded compression-codecs v0.4.37
6362026-07-27T20:25:22.326Z Downloaded byte-wrapper v0.1.0
6372026-07-27T20:25:22.329Z Downloaded supports-color v3.0.2
6382026-07-27T20:25:22.333Z Downloaded strum v0.26.3
6392026-07-27T20:25:22.333Z Downloaded take_mut v0.2.2
6402026-07-27T20:25:22.336Z Downloaded tokio-macros v2.7.0
6412026-07-27T20:25:22.336Z Downloaded flume v0.11.1
6422026-07-27T20:25:22.336Z Downloaded pkg-config v0.3.32
6432026-07-27T20:25:22.339Z Downloaded rand_core v0.6.4
6442026-07-27T20:25:22.339Z Downloaded resolv-conf v0.7.6
6452026-07-27T20:25:22.339Z Downloaded ciborium v0.2.2
6462026-07-27T20:25:22.341Z Downloaded cancel-safe-futures v0.1.5
6472026-07-27T20:25:22.344Z Downloaded testing_table v0.3.0
6482026-07-27T20:25:22.344Z Downloaded argon2 v0.6.0-rc.8
6492026-07-27T20:25:22.344Z Downloaded backon v1.6.0
6502026-07-27T20:25:22.347Z Downloaded console v0.16.2
6512026-07-27T20:25:22.347Z Downloaded clang-sys v1.8.1
6522026-07-27T20:25:22.351Z Downloaded psl-types v2.0.11
6532026-07-27T20:25:22.351Z Downloaded utf-8 v0.7.6
6542026-07-27T20:25:22.351Z Downloaded utf8_iter v1.0.4
6552026-07-27T20:25:22.351Z Downloaded sapling-renderdag v0.1.0
6562026-07-27T20:25:22.354Z Downloaded usdt v0.6.0
6572026-07-27T20:25:22.354Z Downloaded xattr v1.6.1
6582026-07-27T20:25:22.354Z Downloaded potential_utf v0.1.4
6592026-07-27T20:25:22.356Z Downloaded argon2 v0.5.3
6602026-07-27T20:25:22.359Z Downloaded rand_chacha v0.9.0
6612026-07-27T20:25:22.359Z Downloaded rustls-pemfile v2.2.0
6622026-07-27T20:25:22.359Z Downloaded rustversion v1.0.22
6632026-07-27T20:25:22.365Z Downloaded async-bb8-diesel v0.2.1
6642026-07-27T20:25:22.365Z Downloaded backoff v0.4.0
6652026-07-27T20:25:22.370Z Downloaded bzip2 v0.6.1
6662026-07-27T20:25:22.370Z Downloaded hyper-staticfile v0.10.1
6672026-07-27T20:25:22.370Z Downloaded httparse v1.10.1
6682026-07-27T20:25:22.370Z Downloaded serde_path_to_error v0.1.20
6692026-07-27T20:25:22.383Z Downloaded serde_derive_internals v0.29.1
6702026-07-27T20:25:22.383Z Downloaded unarray v0.1.4
6712026-07-27T20:25:22.383Z Downloaded yoke-derive v0.8.1
6722026-07-27T20:25:22.383Z Downloaded cpubits v0.1.1
6732026-07-27T20:25:22.383Z Downloaded cpufeatures v0.3.0
6742026-07-27T20:25:22.383Z Downloaded crc v3.4.0
6752026-07-27T20:25:22.383Z Downloaded hmac v0.13.0
6762026-07-27T20:25:22.383Z Downloaded console v0.15.11
6772026-07-27T20:25:22.383Z Downloaded cstr-argument v0.1.2
6782026-07-27T20:25:22.383Z Downloaded darling_macro v0.21.3
6792026-07-27T20:25:22.383Z Downloaded progenitor-client v0.13.0
6802026-07-27T20:25:22.383Z Downloaded colored v2.2.0
6812026-07-27T20:25:22.383Z Downloaded colored v3.1.1
6822026-07-27T20:25:22.383Z Downloaded anstream v0.6.21
6832026-07-27T20:25:22.387Z Downloaded schemars_derive v0.8.22
6842026-07-27T20:25:22.387Z Downloaded wait-timeout v0.2.1
6852026-07-27T20:25:22.387Z Downloaded buf-list v1.1.2
6862026-07-27T20:25:22.387Z Downloaded cassowary v0.3.0
6872026-07-27T20:25:22.387Z Downloaded futures v0.3.32
6882026-07-27T20:25:22.390Z Downloaded fatfs v0.3.6
6892026-07-27T20:25:22.394Z Downloaded bzip2 v0.4.4
6902026-07-27T20:25:22.400Z Downloaded pem v3.0.6
6912026-07-27T20:25:22.401Z Downloaded serdect v0.4.3
6922026-07-27T20:25:22.407Z Downloaded strum_macros v0.27.2
6932026-07-27T20:25:22.407Z Downloaded synstructure v0.13.2
6942026-07-27T20:25:22.407Z Downloaded getrandom v0.3.4
6952026-07-27T20:25:22.407Z Downloaded defmt v0.3.100
6962026-07-27T20:25:22.407Z Downloaded dunce v1.0.5
6972026-07-27T20:25:22.410Z Downloaded parking_lot_core v0.9.12
6982026-07-27T20:25:22.410Z Downloaded defmt-parser v1.0.0
6992026-07-27T20:25:22.410Z Downloaded display-error-chain v0.2.2
7002026-07-27T20:25:22.410Z Downloaded pkcs8 v0.11.0
7012026-07-27T20:25:22.411Z Downloaded pin-project-lite v0.2.17
7022026-07-27T20:25:22.415Z Downloaded slog-async v2.8.0
7032026-07-27T20:25:22.415Z Downloaded sqlformat v0.3.5
7042026-07-27T20:25:22.415Z Downloaded static_assertions v1.1.0
7052026-07-27T20:25:22.415Z Downloaded chacha20 v0.10.0
7062026-07-27T20:25:22.415Z Downloaded tls_codec v0.4.2
7072026-07-27T20:25:22.418Z Downloaded postcard v1.1.3
7082026-07-27T20:25:22.419Z Downloaded smallvec v0.6.14
7092026-07-27T20:25:22.421Z Downloaded thread_local v1.1.9
7102026-07-27T20:25:22.426Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7112026-07-27T20:25:22.431Z Downloaded embedded-io v0.6.1
7122026-07-27T20:25:22.431Z Downloaded illumos-nvpair v0.3.0
7132026-07-27T20:25:22.431Z Downloaded lalrpop-util v0.19.12
7142026-07-27T20:25:22.435Z Downloaded inout v0.1.4
7152026-07-27T20:25:22.435Z Downloaded illumos-nvpair-sys v0.2.0
7162026-07-27T20:25:22.435Z Downloaded tokio-native-tls v0.3.1
7172026-07-27T20:25:22.435Z Downloaded salsa20 v0.11.0
7182026-07-27T20:25:22.440Z Downloaded yoke v0.8.1
7192026-07-27T20:25:22.440Z Downloaded vergen-lib v0.1.6
7202026-07-27T20:25:22.443Z Downloaded oxide-update-engine-types v0.1.2
7212026-07-27T20:25:22.446Z Downloaded managed v0.8.0
7222026-07-27T20:25:22.447Z Downloaded new_debug_unreachable v1.0.6
7232026-07-27T20:25:22.447Z Downloaded normalize-line-endings v0.3.0
7242026-07-27T20:25:22.450Z Downloaded num_threads v0.1.7
7252026-07-27T20:25:22.453Z Downloaded const-oid v0.10.2
7262026-07-27T20:25:22.456Z Downloaded const-oid v0.9.6
7272026-07-27T20:25:22.460Z Downloaded serde_with_macros v1.5.2
7282026-07-27T20:25:22.470Z Downloaded md-5 v0.10.6
7292026-07-27T20:25:22.470Z Downloaded md5 v0.8.0
7302026-07-27T20:25:22.470Z Downloaded nibble_vec v0.1.0
7312026-07-27T20:25:22.482Z Downloaded csv-core v0.1.13
7322026-07-27T20:25:22.483Z Downloaded dropshot-api-manager-types v0.7.2
7332026-07-27T20:25:22.483Z Downloaded convert_case v0.10.0
7342026-07-27T20:25:22.493Z Downloaded path-slash v0.1.5
7352026-07-27T20:25:22.493Z Downloaded phf_shared v0.12.1
7362026-07-27T20:25:22.493Z Downloaded peg-runtime v0.8.5
7372026-07-27T20:25:22.493Z Downloaded proc-macro-error-attr2 v2.0.0
7382026-07-27T20:25:22.493Z Downloaded predicates-tree v1.0.13
7392026-07-27T20:25:22.493Z Downloaded ssh-cipher v0.3.0-rc.9
7402026-07-27T20:25:22.501Z Downloaded deranged v0.5.8
7412026-07-27T20:25:22.501Z Downloaded sec1 v0.7.3
7422026-07-27T20:25:22.501Z Downloaded allocator-api2 v0.2.21
7432026-07-27T20:25:22.501Z Downloaded displaydoc v0.2.5
7442026-07-27T20:25:22.516Z Downloaded seq-macro v0.3.6
7452026-07-27T20:25:22.516Z Downloaded ref-cast-impl v1.0.25
7462026-07-27T20:25:22.516Z Downloaded recursive v0.1.1
7472026-07-27T20:25:22.516Z Downloaded russh-cryptovec v0.61.0
7482026-07-27T20:25:22.516Z Downloaded same-file v1.0.6
7492026-07-27T20:25:22.516Z Downloaded scopeguard v1.2.0
7502026-07-27T20:25:22.522Z Downloaded digest v0.11.3
7512026-07-27T20:25:22.522Z Downloaded term v1.2.1
7522026-07-27T20:25:22.522Z Downloaded russh-util v0.52.0
7532026-07-27T20:25:22.522Z Downloaded tracing-attributes v0.1.31
7542026-07-27T20:25:22.522Z Downloaded ed25519 v2.2.3
7552026-07-27T20:25:22.522Z Downloaded inout v0.2.2
7562026-07-27T20:25:22.522Z Downloaded either v1.15.0
7572026-07-27T20:25:22.522Z Downloaded libsw-core v0.3.2
7582026-07-27T20:25:22.522Z Downloaded jobserver v0.1.34
7592026-07-27T20:25:22.522Z Downloaded lru v0.12.5
7602026-07-27T20:25:22.522Z Downloaded serde_plain v1.0.2
7612026-07-27T20:25:22.522Z Downloaded signal-hook-tokio v0.3.1
7622026-07-27T20:25:22.522Z Downloaded headers v0.4.1
7632026-07-27T20:25:22.526Z Downloaded num-complex v0.4.6
7642026-07-27T20:25:22.526Z Downloaded num_enum_derive v0.7.6
7652026-07-27T20:25:22.530Z Downloaded half v2.7.1
7662026-07-27T20:25:22.536Z Downloaded bytes v1.11.1
7672026-07-27T20:25:22.536Z Downloaded chacha20poly1305 v0.10.1
7682026-07-27T20:25:22.543Z Downloaded papergrid v0.17.0
7692026-07-27T20:25:22.543Z Downloaded oxide-tokio-rt v0.1.4
7702026-07-27T20:25:22.550Z Downloaded newtype_derive v0.1.6
7712026-07-27T20:25:22.550Z Downloaded num-integer v0.1.46
7722026-07-27T20:25:22.553Z Downloaded flate2 v1.1.9
7732026-07-27T20:25:22.557Z Downloaded unsafe-libyaml v0.2.11
7742026-07-27T20:25:22.560Z Downloaded thread-id v5.1.0
7752026-07-27T20:25:22.563Z Downloaded thiserror-impl-no-std v2.0.2
7762026-07-27T20:25:22.566Z Downloaded topological-sort v0.2.2
7772026-07-27T20:25:22.569Z Downloaded universal-hash v0.6.1
7782026-07-27T20:25:22.569Z Downloaded zerofrom-derive v0.1.6
7792026-07-27T20:25:22.569Z Downloaded crc8 v0.1.1
7802026-07-27T20:25:22.573Z Downloaded p384 v0.14.0-rc.10
7812026-07-27T20:25:22.573Z Downloaded darling v0.21.3
7822026-07-27T20:25:22.576Z Downloaded expectorate v1.2.0
7832026-07-27T20:25:22.579Z Downloaded poly1305 v0.8.0
7842026-07-27T20:25:22.579Z Downloaded iana-time-zone v0.1.65
7852026-07-27T20:25:22.579Z Downloaded derive_builder_core v0.20.2
7862026-07-27T20:25:22.583Z Downloaded scrypt v0.12.0
7872026-07-27T20:25:22.587Z Downloaded waitgroup v0.1.2
7882026-07-27T20:25:22.587Z Downloaded zerofrom v0.1.6
7892026-07-27T20:25:22.593Z Downloaded rpassword v7.5.4
7902026-07-27T20:25:22.602Z Downloaded socket2 v0.6.3
7912026-07-27T20:25:22.607Z Downloaded crunchy v0.2.4
7922026-07-27T20:25:22.607Z Downloaded digest-io v0.1.0
7932026-07-27T20:25:22.613Z Downloaded curve25519-dalek-derive v0.1.1
7942026-07-27T20:25:22.613Z Downloaded dyn-clone v1.0.20
7952026-07-27T20:25:22.613Z Downloaded heapless v0.7.17
7962026-07-27T20:25:22.613Z Downloaded vte v0.14.1
7972026-07-27T20:25:22.617Z Downloaded cc v1.2.56
7982026-07-27T20:25:22.617Z Downloaded hickory-resolver v0.24.4
7992026-07-27T20:25:22.622Z Downloaded hmac v0.12.1
8002026-07-27T20:25:22.622Z Downloaded const_format v0.2.35
8012026-07-27T20:25:22.628Z Downloaded stacker v0.1.23
8022026-07-27T20:25:22.631Z Downloaded idna_adapter v1.2.1
8032026-07-27T20:25:22.631Z Downloaded sqlparser_derive v0.5.0
8042026-07-27T20:25:22.631Z Downloaded strum_macros v0.24.3
8052026-07-27T20:25:22.631Z Downloaded ml-kem v0.3.2
8062026-07-27T20:25:22.635Z Downloaded dof v0.4.0
8072026-07-27T20:25:22.638Z Downloaded kem v0.3.0
8082026-07-27T20:25:22.638Z Downloaded lru-slab v0.1.2
8092026-07-27T20:25:22.638Z Downloaded pkcs1 v0.7.5
8102026-07-27T20:25:22.639Z Downloaded compact_str v0.8.1
8112026-07-27T20:25:22.650Z Downloaded ar_archive_writer v0.5.1
8122026-07-27T20:25:22.650Z Downloaded heapless v0.8.0
8132026-07-27T20:25:22.658Z Downloaded tokio-tungstenite v0.21.0
8142026-07-27T20:25:22.658Z Downloaded sync-ptr v0.1.4
8152026-07-27T20:25:22.658Z Downloaded string_cache v0.8.9
8162026-07-27T20:25:22.658Z Downloaded toml_writer v1.1.1+spec-1.1.0
8172026-07-27T20:25:22.658Z Downloaded unicase v2.9.0
8182026-07-27T20:25:22.658Z Downloaded thiserror-no-std v2.0.2
8192026-07-27T20:25:22.658Z Downloaded lru-cache v0.1.2
8202026-07-27T20:25:22.658Z Downloaded num v0.4.3
8212026-07-27T20:25:22.658Z Downloaded num-iter v0.1.45
8222026-07-27T20:25:22.658Z Downloaded openssl-probe v0.1.6
8232026-07-27T20:25:22.663Z Downloaded async-compression v0.4.41
8242026-07-27T20:25:22.663Z Downloaded support-bundle-viewer v0.1.2
8252026-07-27T20:25:22.663Z Downloaded wyz v0.5.1
8262026-07-27T20:25:22.663Z Downloaded kstat-rs v0.2.4
8272026-07-27T20:25:22.663Z Downloaded linked-hash-map v0.5.6
8282026-07-27T20:25:22.663Z Downloaded is-terminal v0.4.17
8292026-07-27T20:25:22.663Z Downloaded libscf-sys v1.1.0
8302026-07-27T20:25:22.723Z Downloaded mime v0.3.17
8312026-07-27T20:25:22.723Z Downloaded newline-converter v0.3.0
8322026-07-27T20:25:22.723Z Downloaded vergen-gitcl v1.0.8
8332026-07-27T20:25:22.723Z Downloaded whoami v1.6.1
8342026-07-27T20:25:22.723Z Downloaded poly1305 v0.9.0
8352026-07-27T20:25:22.723Z Downloaded zstd-safe v7.2.4
8362026-07-27T20:25:22.723Z Downloaded corncobs v0.1.4
8372026-07-27T20:25:22.724Z Downloaded ignore v0.4.25
8382026-07-27T20:25:22.724Z Downloaded prettyplease v0.2.37
8392026-07-27T20:25:22.724Z Downloaded tracing-core v0.1.36
8402026-07-27T20:25:22.724Z Downloaded delegate v0.13.5
8412026-07-27T20:25:22.724Z Downloaded diesel-dtrace v0.5.0
8422026-07-27T20:25:22.724Z Downloaded olpc-cjson v0.1.4
8432026-07-27T20:25:22.724Z Downloaded password-hash v0.6.1
8442026-07-27T20:25:22.724Z Downloaded slog-dtrace v0.3.0
8452026-07-27T20:25:22.724Z Downloaded impl-trait-for-tuples v0.2.3
8462026-07-27T20:25:22.724Z Downloaded progenitor-client v0.14.0
8472026-07-27T20:25:22.724Z Downloaded rustc-hash v2.1.1
8482026-07-27T20:25:22.724Z Downloaded shlex v1.3.0
8492026-07-27T20:25:22.724Z Downloaded hashbrown v0.12.3
8502026-07-27T20:25:22.724Z Downloaded hickory-server v0.25.2
8512026-07-27T20:25:22.724Z Downloaded http v1.4.2
8522026-07-27T20:25:22.724Z Downloaded scroll_derive v0.13.1
8532026-07-27T20:25:22.724Z Downloaded bumpalo v3.20.2
8542026-07-27T20:25:22.724Z Downloaded ecdsa v0.16.9
8552026-07-27T20:25:22.724Z Downloaded tokio-postgres v0.7.16
8562026-07-27T20:25:22.724Z Downloaded hickory-resolver v0.25.2
8572026-07-27T20:25:22.734Z Downloaded schemars v1.2.1
8582026-07-27T20:25:22.734Z Downloaded prefix-trie v0.7.0
8592026-07-27T20:25:22.734Z Downloaded zerotrie v0.2.3
8602026-07-27T20:25:22.734Z Downloaded ingot-types v0.1.2
8612026-07-27T20:25:22.734Z Downloaded module-lattice v0.2.3
8622026-07-27T20:25:22.743Z Downloaded openssl-macros v0.1.1
8632026-07-27T20:25:22.743Z Downloaded slog-stdlog v4.1.1
8642026-07-27T20:25:22.743Z Downloaded recursive-proc-macro-impl v0.1.1
8652026-07-27T20:25:22.743Z Downloaded packed_struct v0.10.1
8662026-07-27T20:25:22.743Z Downloaded parking_lot_core v0.8.6
8672026-07-27T20:25:22.743Z Downloaded serde_repr v0.1.20
8682026-07-27T20:25:22.743Z Downloaded stable_deref_trait v1.2.1
8692026-07-27T20:25:22.743Z Downloaded structmeta v0.3.0
8702026-07-27T20:25:22.743Z Downloaded num-bigint v0.4.6
8712026-07-27T20:25:22.744Z Downloaded scheduled-thread-pool v0.2.7
8722026-07-27T20:25:22.751Z Downloaded pin-project-internal v1.1.11
8732026-07-27T20:25:22.751Z Downloaded predicates v3.1.4
8742026-07-27T20:25:22.751Z Downloaded tokio-test v0.4.5
8752026-07-27T20:25:22.751Z Downloaded untrusted v0.7.1
8762026-07-27T20:25:22.751Z Downloaded twox-hash v2.1.2
8772026-07-27T20:25:22.751Z Downloaded darling_core v0.21.3
8782026-07-27T20:25:22.755Z Downloaded yasna v0.5.2
8792026-07-27T20:25:22.755Z Downloaded crc-catalog v2.4.0
8802026-07-27T20:25:22.755Z Downloaded similar v2.7.0
8812026-07-27T20:25:22.755Z Downloaded nanorand v0.7.0
8822026-07-27T20:25:22.755Z Downloaded native-tls v0.2.18
8832026-07-27T20:25:22.760Z Downloaded semver v0.1.20
8842026-07-27T20:25:22.760Z Downloaded sha1 v0.10.6
8852026-07-27T20:25:22.760Z Downloaded signal-hook-mio v0.2.5
8862026-07-27T20:25:22.760Z Downloaded p256 v0.14.0-rc.10
8872026-07-27T20:25:22.760Z Downloaded progenitor-impl v0.13.0
8882026-07-27T20:25:22.764Z Downloaded toml_edit v0.19.15
8892026-07-27T20:25:22.771Z Downloaded ecdsa v0.17.0-rc.18
8902026-07-27T20:25:22.775Z Downloaded unicode_categories v0.1.1
8912026-07-27T20:25:22.775Z Downloaded rustls-native-certs v0.8.3
8922026-07-27T20:25:22.775Z Downloaded rusty-fork v0.3.1
8932026-07-27T20:25:22.775Z Downloaded zone_cfg_derive v0.3.1
8942026-07-27T20:25:22.775Z Downloaded phf v0.12.1
8952026-07-27T20:25:22.782Z Downloaded tabwriter v1.4.1
8962026-07-27T20:25:22.782Z Downloaded termtree v0.5.1
8972026-07-27T20:25:22.782Z Downloaded void v1.0.2
8982026-07-27T20:25:22.782Z Downloaded zone v0.3.1
8992026-07-27T20:25:22.782Z Downloaded ingot-macros v0.1.1
9002026-07-27T20:25:22.783Z Downloaded toml v1.1.2+spec-1.1.0
9012026-07-27T20:25:22.792Z Downloaded tabled_derive v0.11.0
9022026-07-27T20:25:22.792Z Downloaded tinyvec_macros v0.1.1
9032026-07-27T20:25:22.792Z Downloaded data-encoding v2.10.0
9042026-07-27T20:25:22.792Z Downloaded pbkdf2 v0.13.0
9052026-07-27T20:25:22.792Z Downloaded hashbrown v0.13.2
9062026-07-27T20:25:22.792Z Downloaded difflib v0.4.0
9072026-07-27T20:25:22.792Z Downloaded polyval v0.7.1
9082026-07-27T20:25:22.796Z Downloaded primeorder v0.14.0-rc.10
9092026-07-27T20:25:22.796Z Downloaded dsl_auto_type v0.2.0
9102026-07-27T20:25:22.796Z Downloaded rand_core v0.9.5
9112026-07-27T20:25:22.796Z Downloaded darling_macro v0.13.4
9122026-07-27T20:25:22.796Z Downloaded darling_macro v0.20.11
9132026-07-27T20:25:22.796Z Downloaded test-strategy v0.4.5
9142026-07-27T20:25:22.796Z Downloaded dtrace-parser v0.3.0
9152026-07-27T20:25:22.796Z Downloaded unicode-bidi v0.3.18
9162026-07-27T20:25:22.800Z Downloaded slog-scope v4.4.1
9172026-07-27T20:25:22.800Z Downloaded crypto-bigint v0.5.5
9182026-07-27T20:25:22.807Z Downloaded instant v0.1.13
9192026-07-27T20:25:22.807Z Downloaded instability v0.3.11
9202026-07-27T20:25:22.816Z Downloaded darling v0.20.11
9212026-07-27T20:25:22.816Z Downloaded strum_macros v0.26.4
9222026-07-27T20:25:22.816Z Downloaded ident_case v1.0.1
9232026-07-27T20:25:22.816Z Downloaded lazy_static v1.5.0
9242026-07-27T20:25:22.825Z Downloaded oso-derive v0.27.3
9252026-07-27T20:25:22.828Z Downloaded memoffset v0.9.1
9262026-07-27T20:25:22.828Z Downloaded nodrop v0.1.14
9272026-07-27T20:25:22.828Z Downloaded progenitor-extras v0.2.0
9282026-07-27T20:25:22.828Z Downloaded parse-size v1.1.0
9292026-07-27T20:25:22.828Z Downloaded steno v0.4.1
9302026-07-27T20:25:22.832Z Downloaded derive_more-impl v2.1.1
9312026-07-27T20:25:22.835Z Downloaded jiff-static v0.2.21
9322026-07-27T20:25:22.835Z Downloaded crossbeam-epoch v0.9.18
9332026-07-27T20:25:22.839Z Downloaded snafu-derive v0.8.9
9342026-07-27T20:25:22.839Z Downloaded diesel_derives v2.3.7
9352026-07-27T20:25:22.843Z Downloaded uzers v0.12.2
9362026-07-27T20:25:22.843Z Downloaded unicode-xid v0.2.6
9372026-07-27T20:25:22.843Z Downloaded x509-cert v0.2.5
9382026-07-27T20:25:22.859Z Downloaded postgres-types v0.2.12
9392026-07-27T20:25:22.867Z Downloaded derive_more v0.99.20
9402026-07-27T20:25:22.867Z Downloaded rfc6979 v0.4.0
9412026-07-27T20:25:22.867Z Downloaded snafu v0.8.9
9422026-07-27T20:25:22.867Z Downloaded vergen-lib v9.1.0
9432026-07-27T20:25:22.867Z Downloaded crossbeam-deque v0.8.6
9442026-07-27T20:25:22.867Z Downloaded rand v0.10.1
9452026-07-27T20:25:22.867Z Downloaded derive-ex v0.1.8
9462026-07-27T20:25:22.867Z Downloaded tar v0.4.46
9472026-07-27T20:25:22.867Z Downloaded rtoolbox v0.0.3
9482026-07-27T20:25:22.867Z Downloaded rand_core v0.10.0
9492026-07-27T20:25:22.867Z Downloaded quinn v0.11.9
9502026-07-27T20:25:22.871Z Downloaded rand v0.8.6
9512026-07-27T20:25:22.876Z Downloaded tower-service v0.3.3
9522026-07-27T20:25:22.876Z Downloaded slog-envlogger v2.2.0
9532026-07-27T20:25:22.879Z Downloaded secrecy v0.10.3
9542026-07-27T20:25:22.880Z Downloaded unit-prefix v0.5.2
9552026-07-27T20:25:22.880Z Downloaded lock_api v0.4.14
9562026-07-27T20:25:22.884Z Downloaded tokio-rustls v0.26.4
9572026-07-27T20:25:22.889Z Downloaded darling_core v0.23.0
9582026-07-27T20:25:22.889Z Downloaded uuid v1.23.4
9592026-07-27T20:25:22.893Z Downloaded libloading v0.8.9
9602026-07-27T20:25:22.893Z Downloaded num_enum v0.5.11
9612026-07-27T20:25:22.896Z Downloaded mime_guess v2.0.5
9622026-07-27T20:25:22.896Z Downloaded tagptr v0.2.0
9632026-07-27T20:25:22.896Z Downloaded phf v0.13.1
9642026-07-27T20:25:22.896Z Downloaded pkcs8 v0.10.2
9652026-07-27T20:25:22.900Z Downloaded port-file v0.1.0
9662026-07-27T20:25:22.900Z Downloaded usdt-macro v0.6.0
9672026-07-27T20:25:22.904Z Downloaded typed-path v0.9.3
9682026-07-27T20:25:22.908Z Downloaded aes v0.9.1
9692026-07-27T20:25:22.910Z Downloaded pem-rfc7468 v0.7.0
9702026-07-27T20:25:22.914Z Downloaded psm v0.1.30
9712026-07-27T20:25:22.921Z Downloaded is_ci v1.2.0
9722026-07-27T20:25:22.923Z Downloaded hashbrown v0.15.5
9732026-07-27T20:25:22.927Z Downloaded strum v0.27.2
9742026-07-27T20:25:22.927Z Downloaded zerocopy v0.6.6
9752026-07-27T20:25:22.934Z Downloaded lzss v0.8.2
9762026-07-27T20:25:22.937Z Downloaded percent-encoding v2.3.2
9772026-07-27T20:25:22.944Z Downloaded packed_struct_codegen v0.10.1
9782026-07-27T20:25:22.952Z Downloaded ron v0.8.1
9792026-07-27T20:25:22.953Z Downloaded rand v0.9.2
9802026-07-27T20:25:22.960Z Downloaded hyper-util v0.1.20
9812026-07-27T20:25:22.960Z Downloaded icu_locale_core v2.1.1
9822026-07-27T20:25:22.960Z Downloaded zerocopy-derive v0.8.40
9832026-07-27T20:25:22.964Z Downloaded spki v0.8.0
9842026-07-27T20:25:22.964Z Downloaded serde-hex v0.1.0
9852026-07-27T20:25:22.964Z Downloaded precomputed-hash v0.1.1
9862026-07-27T20:25:22.964Z Downloaded rustc_version v0.1.7
9872026-07-27T20:25:22.967Z Downloaded walkdir v2.5.0
9882026-07-27T20:25:22.967Z Downloaded crucible-workspace-hack v0.1.0
9892026-07-27T20:25:22.967Z Downloaded tls_codec_derive v0.4.2
9902026-07-27T20:25:22.970Z Downloaded publicsuffix v2.3.0
9912026-07-27T20:25:22.970Z Downloaded url v2.5.8
9922026-07-27T20:25:22.974Z Downloaded mio v1.2.0
9932026-07-27T20:25:22.981Z Downloaded tinystr v0.8.2
9942026-07-27T20:25:22.981Z Downloaded memmap2 v0.9.10
9952026-07-27T20:25:22.981Z Downloaded tokio-stream v0.1.18
9962026-07-27T20:25:22.985Z Downloaded tui-tree-widget v0.23.1
9972026-07-27T20:25:22.985Z Downloaded oxnet v0.1.6
9982026-07-27T20:25:22.985Z Downloaded vsss-rs v3.3.4
9992026-07-27T20:25:22.985Z Downloaded darling v0.13.4
10002026-07-27T20:25:22.985Z Downloaded ena v0.14.4
10012026-07-27T20:25:22.985Z Downloaded serde_bytes v0.11.19
10022026-07-27T20:25:22.989Z Downloaded try-lock v0.2.5
10032026-07-27T20:25:22.989Z Downloaded zstd v0.13.3
10042026-07-27T20:25:22.989Z Downloaded tungstenite v0.21.0
10052026-07-27T20:25:22.992Z Downloaded usdt-attr-macro v0.6.0
10062026-07-27T20:25:22.992Z Downloaded der_derive v0.7.3
10072026-07-27T20:25:23.003Z Downloaded hyper v1.10.1
10082026-07-27T20:25:23.012Z Downloaded quinn-udp v0.5.14
10092026-07-27T20:25:23.015Z Downloaded nu-ansi-term v0.50.3
10102026-07-27T20:25:23.015Z Downloaded derive_builder_macro v0.20.2
10112026-07-27T20:25:23.015Z Downloaded tower-http v0.6.8
10122026-07-27T20:25:23.019Z Downloaded zip v4.6.1
10132026-07-27T20:25:23.022Z Downloaded diff v0.1.13
10142026-07-27T20:25:23.022Z Downloaded bindgen v0.71.1
10152026-07-27T20:25:23.026Z Downloaded hashbrown v0.16.1
10162026-07-27T20:25:23.029Z Downloaded crossterm v0.28.1
10172026-07-27T20:25:23.033Z Downloaded multer v3.1.0
10182026-07-27T20:25:23.039Z Downloaded num_enum v0.7.6
10192026-07-27T20:25:23.043Z Downloaded password-hash v0.5.0
10202026-07-27T20:25:23.043Z Downloaded dirs-next v2.0.0
10212026-07-27T20:25:23.043Z Downloaded dirs-sys-next v0.1.2
10222026-07-27T20:25:23.043Z Downloaded indoc v1.0.9
10232026-07-27T20:25:23.043Z Downloaded p521 v0.14.0-rc.10
10242026-07-27T20:25:23.047Z Downloaded progenitor v0.13.0
10252026-07-27T20:25:23.047Z Downloaded num-conv v0.2.0
10262026-07-27T20:25:23.047Z Downloaded sha2 v0.11.0
10272026-07-27T20:25:23.050Z Downloaded proc-macro-error2 v2.0.1
10282026-07-27T20:25:23.050Z Downloaded r2d2 v0.8.10
10292026-07-27T20:25:23.050Z Downloaded signal-hook-registry v1.4.8
10302026-07-27T20:25:23.051Z Downloaded der v0.7.10
10312026-07-27T20:25:23.054Z Downloaded libxml v0.3.3
10322026-07-27T20:25:23.058Z Downloaded slog-json v2.6.1
10332026-07-27T20:25:23.058Z Downloaded socket2 v0.5.10
10342026-07-27T20:25:23.061Z Downloaded serde_with v1.14.0
10352026-07-27T20:25:23.064Z Downloaded num-traits v0.2.19
10362026-07-27T20:25:23.064Z Downloaded unicode-properties v0.1.4
10372026-07-27T20:25:23.065Z Downloaded tiny-keccak v2.0.2
10382026-07-27T20:25:23.068Z Downloaded tokio-tungstenite v0.23.1
10392026-07-27T20:25:23.068Z Downloaded vergen-git2 v9.1.0
10402026-07-27T20:25:23.071Z Downloaded serde_spanned v1.1.1
10412026-07-27T20:25:23.071Z Downloaded reqwest v0.12.28
10422026-07-27T20:25:23.075Z Downloaded rustyline v14.0.0
10432026-07-27T20:25:23.079Z Downloaded zeroize v1.8.2
10442026-07-27T20:25:23.079Z Downloaded tungstenite v0.23.0
10452026-07-27T20:25:23.082Z Downloaded writeable v0.6.2
10462026-07-27T20:25:23.085Z Downloaded pkcs5 v0.8.1
10472026-07-27T20:25:23.089Z Downloaded rcgen v0.12.1
10482026-07-27T20:25:23.092Z Downloaded hkdf v0.12.4
10492026-07-27T20:25:23.092Z Downloaded daft-derive v0.1.7
10502026-07-27T20:25:23.096Z Downloaded hkdf v0.13.0
10512026-07-27T20:25:23.096Z Downloaded trait-variant v0.1.2
10522026-07-27T20:25:23.096Z Downloaded ryu v1.0.23
10532026-07-27T20:25:23.103Z Downloaded aho-corasick v1.1.4
10542026-07-27T20:25:23.107Z Downloaded dropshot_endpoint v0.17.1
10552026-07-27T20:25:23.111Z Downloaded futures-util v0.3.32
10562026-07-27T20:25:23.127Z Downloaded indicatif v0.18.4
10572026-07-27T20:25:23.131Z Downloaded linear-map v1.2.0
10582026-07-27T20:25:23.131Z Downloaded embedded-io v0.4.0
10592026-07-27T20:25:23.131Z Downloaded hyper-tls v0.6.0
10602026-07-27T20:25:23.131Z Downloaded serde_yaml v0.9.34+deprecated
10612026-07-27T20:25:23.131Z Downloaded slog v2.8.2
10622026-07-27T20:25:23.131Z Downloaded ipnetwork v0.21.1
10632026-07-27T20:25:23.131Z Downloaded icu_normalizer v2.1.1
10642026-07-27T20:25:23.131Z Downloaded darling v0.23.0
10652026-07-27T20:25:23.131Z Downloaded debug-ignore v1.0.5
10662026-07-27T20:25:23.131Z Downloaded document-features v0.2.12
10672026-07-27T20:25:23.131Z Downloaded num-derive v0.4.2
10682026-07-27T20:25:23.135Z Downloaded maplit v1.0.2
10692026-07-27T20:25:23.135Z Downloaded rfc6979 v0.5.0
10702026-07-27T20:25:23.135Z Downloaded aws-lc-rs v1.16.3
10712026-07-27T20:25:23.140Z Downloaded itertools v0.12.1
10722026-07-27T20:25:23.143Z Downloaded term v0.7.0
10732026-07-27T20:25:23.148Z Downloaded tinyvec v1.10.0
10742026-07-27T20:25:23.148Z Downloaded smallvec v1.15.1
10752026-07-27T20:25:23.151Z Downloaded sigpipe v0.1.3
10762026-07-27T20:25:23.151Z Downloaded time-core v0.1.8
10772026-07-27T20:25:23.151Z Downloaded untrusted v0.9.0
10782026-07-27T20:25:23.151Z Downloaded phf_shared v0.13.1
10792026-07-27T20:25:23.151Z Downloaded strsim v0.10.0
10802026-07-27T20:25:23.151Z Downloaded universal-hash v0.5.1
10812026-07-27T20:25:23.155Z Downloaded slog-term v2.9.2
10822026-07-27T20:25:23.155Z Downloaded derive-where v1.6.0
10832026-07-27T20:25:23.158Z Downloaded drift v0.2.0
10842026-07-27T20:25:23.172Z Downloaded icu_provider v2.1.1
10852026-07-27T20:25:23.175Z Downloaded reqwest v0.13.2
10862026-07-27T20:25:23.175Z Downloaded termios v0.3.3
10872026-07-27T20:25:23.175Z Downloaded tokio-dtrace v0.1.1
10882026-07-27T20:25:23.176Z Downloaded downcast-rs v2.0.2
10892026-07-27T20:25:23.176Z Downloaded maybe-uninit v2.0.0
10902026-07-27T20:25:23.179Z Downloaded internet-checksum v0.2.1
10912026-07-27T20:25:23.179Z Downloaded smf v0.2.3
10922026-07-27T20:25:23.179Z Downloaded xshell v0.2.7
10932026-07-27T20:25:23.183Z Downloaded crossbeam-channel v0.5.15
10942026-07-27T20:25:23.183Z Downloaded blake3 v1.8.5
10952026-07-27T20:25:23.187Z Downloaded unicode-normalization v0.1.25
10962026-07-27T20:25:23.190Z Downloaded crc32fast v1.5.0
10972026-07-27T20:25:23.190Z Downloaded ctr v0.10.1
10982026-07-27T20:25:23.195Z Downloaded darling_macro v0.23.0
10992026-07-27T20:25:23.195Z Downloaded litemap v0.8.1
11002026-07-27T20:25:23.195Z Downloaded pin-project v1.1.11
11012026-07-27T20:25:23.199Z Downloaded newtype-uuid v1.3.2
11022026-07-27T20:25:23.203Z Downloaded parking_lot v0.11.2
11032026-07-27T20:25:23.203Z Downloaded subtle v2.6.1
11042026-07-27T20:25:23.207Z Downloaded ipnet v2.11.0
11052026-07-27T20:25:23.207Z Downloaded libsw v3.5.0
11062026-07-27T20:25:23.210Z Downloaded serde_with_macros v3.21.0
11072026-07-27T20:25:23.210Z Downloaded toml_parser v1.1.2+spec-1.1.0
11082026-07-27T20:25:23.221Z Downloaded yansi v1.0.1
11092026-07-27T20:25:23.221Z Downloaded parking_lot v0.12.5
11102026-07-27T20:25:23.225Z Downloaded rustls-pki-types v1.14.0
11112026-07-27T20:25:23.225Z Downloaded stringprep v0.1.5
11122026-07-27T20:25:23.225Z Downloaded rand_xorshift v0.4.0
11132026-07-27T20:25:23.225Z Downloaded time-macros v0.2.27
11142026-07-27T20:25:23.225Z Downloaded zerovec-derive v0.11.2
11152026-07-27T20:25:23.225Z Downloaded schemars v0.8.22
11162026-07-27T20:25:23.229Z Downloaded pkcs1 v0.8.0-rc.4
11172026-07-27T20:25:23.229Z Downloaded multimap v0.10.1
11182026-07-27T20:25:23.229Z Downloaded keccak v0.1.6
11192026-07-27T20:25:23.229Z Downloaded serde_urlencoded v0.7.1
11202026-07-27T20:25:23.232Z Downloaded sha1 v0.11.0
11212026-07-27T20:25:23.232Z Downloaded tap v1.0.1
11222026-07-27T20:25:23.232Z Downloaded diesel_table_macro_syntax v0.3.0
11232026-07-27T20:25:23.232Z Downloaded ppv-lite86 v0.2.21
11242026-07-27T20:25:23.233Z Downloaded subprocess v0.2.15
11252026-07-27T20:25:23.238Z Downloaded iri-string v0.7.10
11262026-07-27T20:25:23.243Z Downloaded zopfli v0.8.3
11272026-07-27T20:25:23.243Z Downloaded icu_properties v2.1.2
11282026-07-27T20:25:23.243Z Downloaded winnow v0.6.26
11292026-07-27T20:25:23.246Z Downloaded spki v0.7.3
11302026-07-27T20:25:23.250Z Downloaded critical-section v1.2.0
11312026-07-27T20:25:23.250Z Downloaded tower-layer v0.3.3
11322026-07-27T20:25:23.254Z Downloaded derive_more v2.1.1
11332026-07-27T20:25:23.258Z Downloaded primeorder v0.13.6
11342026-07-27T20:25:23.258Z Downloaded litrs v1.0.0
11352026-07-27T20:25:23.261Z Downloaded vergen v9.1.0
11362026-07-27T20:25:23.261Z Downloaded secrecy v0.8.0
11372026-07-27T20:25:23.262Z Downloaded daft v0.1.7
11382026-07-27T20:25:23.262Z Downloaded want v0.3.1
11392026-07-27T20:25:23.262Z Downloaded newtype-uuid-macros v0.1.0
11402026-07-27T20:25:23.265Z Downloaded h2 v0.4.15
11412026-07-27T20:25:23.271Z Downloaded darling_core v0.13.4
11422026-07-27T20:25:23.272Z Downloaded phc v0.6.1
11432026-07-27T20:25:23.275Z Downloaded schemars v0.9.0
11442026-07-27T20:25:23.275Z Downloaded unicode-truncate v1.1.0
11452026-07-27T20:25:23.279Z Downloaded zeroize_derive v1.4.3
11462026-07-27T20:25:23.279Z Downloaded regex v1.12.3
11472026-07-27T20:25:23.286Z Downloaded elliptic-curve v0.14.0-rc.33
11482026-07-27T20:25:23.286Z Downloaded oxide-update-engine-display v0.1.2
11492026-07-27T20:25:23.286Z Downloaded rand_seeder v0.4.0
11502026-07-27T20:25:23.286Z Downloaded quick-error v1.2.3
11512026-07-27T20:25:23.290Z Downloaded signature v2.2.0
11522026-07-27T20:25:23.290Z Downloaded progenitor-impl v0.14.0
11532026-07-27T20:25:23.290Z Downloaded tower v0.5.3
11542026-07-27T20:25:23.295Z Downloaded serde_cbor v0.11.2
11552026-07-27T20:25:23.295Z Downloaded rustls-platform-verifier v0.6.2
11562026-07-27T20:25:23.299Z Downloaded tough v0.22.0
11572026-07-27T20:25:23.303Z Downloaded peg v0.8.5
11582026-07-27T20:25:23.303Z Downloaded opaque-debug v0.3.1
11592026-07-27T20:25:23.303Z Downloaded peg-macros v0.8.5
11602026-07-27T20:25:23.307Z Downloaded scroll v0.13.0
11612026-07-27T20:25:23.307Z Downloaded parse-display-derive v0.10.0
11622026-07-27T20:25:23.307Z Downloaded ingot v0.1.1
11632026-07-27T20:25:23.344Z Downloaded structmeta-derive v0.3.0
11642026-07-27T20:25:23.345Z Downloaded typify-macro v0.6.2
11652026-07-27T20:25:23.345Z Downloaded powerfmt v0.2.0
11662026-07-27T20:25:23.345Z Downloaded primefield v0.14.0
11672026-07-27T20:25:23.345Z Downloaded libefi-sys v0.1.0
11682026-07-27T20:25:23.345Z Downloaded oxide-update-engine v0.1.2
11692026-07-27T20:25:23.345Z Downloaded derive_builder v0.20.2
11702026-07-27T20:25:23.345Z Downloaded match_cfg v0.1.0
11712026-07-27T20:25:23.345Z Downloaded crypto-common v0.2.2
11722026-07-27T20:25:23.345Z Downloaded crc-any v2.5.0
11732026-07-27T20:25:23.345Z Downloaded progenitor-macro v0.13.0
11742026-07-27T20:25:23.345Z Downloaded strip-ansi-escapes v0.2.1
11752026-07-27T20:25:23.345Z Downloaded spin v0.9.8
11762026-07-27T20:25:23.345Z Downloaded icu_normalizer_data v2.1.1
11772026-07-27T20:25:23.345Z Downloaded ssh-encoding v0.3.0-rc.9
11782026-07-27T20:25:23.349Z Downloaded dropshot-api-manager v0.7.2
11792026-07-27T20:25:23.358Z Downloaded openssl-sys v0.9.115
11802026-07-27T20:25:23.363Z Downloaded elliptic-curve v0.13.8
11812026-07-27T20:25:23.363Z Downloaded xshell-macros v0.2.7
11822026-07-27T20:25:23.363Z Downloaded indent_write v2.2.0
11832026-07-27T20:25:23.363Z Downloaded sync_wrapper v1.0.2
11842026-07-27T20:25:23.366Z Downloaded ed25519 v3.0.0
11852026-07-27T20:25:23.366Z Downloaded itertools v0.13.0
11862026-07-27T20:25:23.370Z Downloaded signal-hook v0.3.18
11872026-07-27T20:25:23.370Z Downloaded pretty_assertions v1.4.1
11882026-07-27T20:25:23.370Z Downloaded cookie_store v0.22.1
11892026-07-27T20:25:23.373Z Downloaded crossbeam-utils v0.8.21
11902026-07-27T20:25:23.373Z Downloaded postgres-protocol v0.6.10
11912026-07-27T20:25:23.377Z Downloaded ctutils v0.4.2
11922026-07-27T20:25:23.377Z Downloaded keccak v0.2.0
11932026-07-27T20:25:23.377Z Downloaded iddqd v0.4.2
11942026-07-27T20:25:23.381Z Downloaded whoami v2.1.0
11952026-07-27T20:25:23.384Z Downloaded sec1 v0.8.1
11962026-07-27T20:25:23.384Z Downloaded simd-adler32 v0.3.8
11972026-07-27T20:25:23.388Z Downloaded icu_properties_data v2.1.2
11982026-07-27T20:25:23.391Z Downloaded git2 v0.20.4
11992026-07-27T20:25:23.402Z Downloaded indoc v2.0.7
12002026-07-27T20:25:23.409Z Downloaded progenitor v0.14.0
12012026-07-27T20:25:23.412Z Downloaded rsa v0.10.0-rc.18
12022026-07-27T20:25:23.415Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12032026-07-27T20:25:23.415Z Downloaded toml v0.7.8
12042026-07-27T20:25:23.422Z Downloaded typify v0.6.2
12052026-07-27T20:25:23.425Z Downloaded pem-rfc7468 v1.0.0
12062026-07-27T20:25:23.429Z Downloaded defmt-macros v1.0.1
12072026-07-27T20:25:23.432Z Downloaded usdt-impl v0.6.0
12082026-07-27T20:25:23.432Z Downloaded proptest v1.10.0
12092026-07-27T20:25:23.438Z Downloaded bitvec v1.0.1
12102026-07-27T20:25:23.446Z Downloaded chrono v0.4.45
12112026-07-27T20:25:23.450Z Downloaded ed25519-dalek v3.0.0-rc.0
12122026-07-27T20:25:23.454Z Downloaded rayon-core v1.13.0
12132026-07-27T20:25:23.458Z Downloaded itertools v0.10.5
12142026-07-27T20:25:23.461Z Downloaded time v0.3.47
12152026-07-27T20:25:23.465Z Downloaded internal-russh-num-bigint v0.5.0
12162026-07-27T20:25:23.471Z Downloaded indexmap v1.9.3
12172026-07-27T20:25:23.471Z Downloaded defmt v1.0.1
12182026-07-27T20:25:23.476Z Downloaded p384 v0.13.1
12192026-07-27T20:25:23.476Z Downloaded des v0.9.0
12202026-07-27T20:25:23.476Z Downloaded libbz2-rs-sys v0.2.2
12212026-07-27T20:25:23.480Z Downloaded slab v0.4.12
12222026-07-27T20:25:23.485Z Downloaded darling_core v0.20.11
12232026-07-27T20:25:23.489Z Downloaded omicron-zone-package v0.12.3
12242026-07-27T20:25:23.489Z Downloaded der v0.8.0
12252026-07-27T20:25:23.494Z Downloaded samael v0.0.19
12262026-07-27T20:25:23.497Z Downloaded rustls-webpki v0.103.13
12272026-07-27T20:25:23.498Z Downloaded zlib-rs v0.6.2
12282026-07-27T20:25:23.501Z Downloaded zip v0.6.6
12292026-07-27T20:25:23.501Z Downloaded winnow v0.5.40
12302026-07-27T20:25:23.506Z Downloaded goblin v0.10.5
12312026-07-27T20:25:23.511Z Downloaded petname v2.0.2
12322026-07-27T20:25:23.514Z Downloaded oso v0.27.3
12332026-07-27T20:25:23.518Z Downloaded ed25519-dalek v2.2.0
12342026-07-27T20:25:23.518Z Downloaded serde_with v3.21.0
12352026-07-27T20:25:23.528Z Downloaded cookie v0.18.1
12362026-07-27T20:25:23.532Z Downloaded libm v0.2.16
12372026-07-27T20:25:23.532Z Downloaded zerovec v0.11.5
12382026-07-27T20:25:23.535Z Downloaded crossterm v0.29.0
12392026-07-27T20:25:23.540Z Downloaded minimal-lexical v0.2.1
12402026-07-27T20:25:23.543Z Downloaded unicode-segmentation v1.12.0
12412026-07-27T20:25:23.543Z Downloaded toml_edit v0.23.10+spec-1.0.0
12422026-07-27T20:25:23.546Z Downloaded miniz_oxide v0.8.9
12432026-07-27T20:25:23.546Z Downloaded rsa v0.9.10
12442026-07-27T20:25:23.555Z Downloaded russh v0.61.2
12452026-07-27T20:25:23.560Z Downloaded num-bigint-dig v0.8.6
12462026-07-27T20:25:23.563Z Downloaded icu_collections v2.1.1
12472026-07-27T20:25:23.566Z Downloaded itertools v0.14.0
12482026-07-27T20:25:23.570Z Downloaded qorb v0.4.1
12492026-07-27T20:25:23.573Z Downloaded lalrpop v0.19.12
12502026-07-27T20:25:23.577Z Downloaded nom v7.1.3
12512026-07-27T20:25:23.595Z Downloaded regex-syntax v0.6.29
12522026-07-27T20:25:23.602Z Downloaded object v0.30.4
12532026-07-27T20:25:23.605Z Downloaded ssh-key v0.7.0-rc.10
12542026-07-27T20:25:23.612Z Downloaded tokio-util v0.7.18
12552026-07-27T20:25:23.646Z Downloaded idna v1.1.0
12562026-07-27T20:25:23.651Z Downloaded radix_trie v0.2.1
12572026-07-27T20:25:23.652Z Downloaded rayon v1.11.0
12582026-07-27T20:25:23.659Z Downloaded reedline v0.40.0
12592026-07-27T20:25:23.666Z Downloaded quinn-proto v0.11.13
12602026-07-27T20:25:23.670Z Downloaded nom v8.0.0
12612026-07-27T20:25:23.674Z Downloaded portable-atomic v1.13.1
12622026-07-27T20:25:23.681Z Downloaded crypto-primes v0.7.2
12632026-07-27T20:25:23.684Z Downloaded bstr v1.12.1
12642026-07-27T20:25:23.687Z Downloaded smoltcp v0.9.1
12652026-07-27T20:25:23.692Z Downloaded polar-core v0.27.3
12662026-07-27T20:25:23.701Z Downloaded object v0.37.3
12672026-07-27T20:25:23.705Z Downloaded quick-xml v0.37.5
12682026-07-27T20:25:23.712Z Downloaded zerocopy v0.8.40
12692026-07-27T20:25:23.719Z Downloaded smoltcp v0.11.0
12702026-07-27T20:25:23.724Z Downloaded openapiv3 v2.2.0
12712026-07-27T20:25:23.731Z Downloaded rawzip v0.4.4
12722026-07-27T20:25:23.735Z Downloaded winnow v1.0.3
12732026-07-27T20:25:23.747Z Downloaded regress v0.11.1
12742026-07-27T20:25:23.753Z Downloaded tabled v0.20.0
12752026-07-27T20:25:23.772Z Downloaded crypto-bigint v0.7.5
12762026-07-27T20:25:23.781Z Downloaded salty v0.3.0
12772026-07-27T20:25:23.785Z Downloaded nix v0.27.1
12782026-07-27T20:25:23.791Z Downloaded curve25519-dalek v4.1.3
12792026-07-27T20:25:23.805Z Downloaded vcpkg v0.2.15
12802026-07-27T20:25:23.827Z Downloaded hickory-proto v0.24.4
12812026-07-27T20:25:23.835Z Downloaded openssl v0.10.79
12822026-07-27T20:25:23.841Z Downloaded hickory-proto v0.25.2
12832026-07-27T20:25:23.852Z Downloaded regex-syntax v0.8.10
12842026-07-27T20:25:23.856Z Downloaded moka v0.12.13
12852026-07-27T20:25:23.860Z Downloaded curve25519-dalek v5.0.0-rc.0
12862026-07-27T20:25:23.864Z Downloaded nix v0.31.2
12872026-07-27T20:25:23.888Z Downloaded nix v0.28.0
12882026-07-27T20:25:23.924Z Downloaded sqlparser v0.61.0
12892026-07-27T20:25:23.935Z Downloaded sha3 v0.11.0
12902026-07-27T20:25:23.951Z Downloaded rustix v0.38.44
12912026-07-27T20:25:23.963Z Downloaded regress v0.10.5
12922026-07-27T20:25:23.970Z Downloaded rustls v0.23.41
12932026-07-27T20:25:23.982Z Downloaded fiat-crypto v0.3.0
12942026-07-27T20:25:23.985Z Downloaded dropshot v0.17.1
12952026-07-27T20:25:23.994Z Downloaded sled v0.34.7
12962026-07-27T20:25:24.000Z Downloaded typify-impl v0.6.2
12972026-07-27T20:25:24.008Z Downloaded diesel v2.3.7
12982026-07-27T20:25:24.019Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-07-27T20:25:24.026Z Downloaded tracing v0.1.44
13002026-07-27T20:25:24.038Z Downloaded ratatui v0.29.0
13012026-07-27T20:25:24.050Z Downloaded regex-automata v0.4.14
13022026-07-27T20:25:24.057Z Downloaded zerocopy-derive v0.6.6
13032026-07-27T20:25:24.067Z Downloaded petgraph v0.6.5
13042026-07-27T20:25:24.083Z Downloaded chrono-tz v0.10.4
13052026-07-27T20:25:24.096Z Downloaded petgraph v0.8.3
13062026-07-27T20:25:24.108Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-27T20:25:24.118Z Downloaded jiff v0.2.21
13082026-07-27T20:25:24.172Z Downloaded tokio v1.52.1
13092026-07-27T20:25:24.177Z Downloaded csv v1.4.0
13102026-07-27T20:25:24.181Z Downloaded sha3 v0.10.8
13112026-07-27T20:25:24.185Z Downloaded libz-sys v1.1.24
13122026-07-27T20:25:24.197Z Downloaded encoding_rs v0.8.35
13132026-07-27T20:25:24.208Z Downloaded ring v0.17.14
13142026-07-27T20:25:24.310Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-07-27T20:25:24.810Z Downloaded aws-lc-sys v0.40.0
13162026-07-27T20:25:25.063Z Compiling libc v0.2.185
13172026-07-27T20:25:25.063Z Compiling serde_core v1.0.228
13182026-07-27T20:25:25.063Z Compiling serde v1.0.228
13192026-07-27T20:25:25.067Z Compiling log v0.4.29
13202026-07-27T20:25:25.067Z Compiling smallvec v1.15.1
13212026-07-27T20:25:25.226Z Compiling find-msvc-tools v0.1.9
13222026-07-27T20:25:25.242Z Compiling shlex v1.3.0
13232026-07-27T20:25:25.242Z Compiling syn v2.0.117
13242026-07-27T20:25:25.417Z Compiling subtle v2.6.1
13252026-07-27T20:25:25.431Z Compiling stable_deref_trait v1.2.1
13262026-07-27T20:25:25.444Z Compiling scopeguard v1.2.0
13272026-07-27T20:25:25.514Z Compiling typenum v1.20.1
13282026-07-27T20:25:25.519Z Compiling serde_json v1.0.150
13292026-07-27T20:25:25.542Z Compiling lock_api v0.4.14
13302026-07-27T20:25:25.555Z Compiling portable-atomic v1.13.1
13312026-07-27T20:25:25.582Z Compiling zerocopy v0.8.40
13322026-07-27T20:25:25.842Z Compiling parking_lot_core v0.9.12
13332026-07-27T20:25:25.855Z Compiling pin-project-lite v0.2.17
13342026-07-27T20:25:25.960Z Compiling critical-section v1.2.0
13352026-07-27T20:25:26.070Z Compiling pkg-config v0.3.32
13362026-07-27T20:25:26.131Z Compiling getrandom v0.4.1
13372026-07-27T20:25:26.143Z Compiling libm v0.2.16
13382026-07-27T20:25:26.262Z Compiling jobserver v0.1.34
13392026-07-27T20:25:26.456Z Compiling errno v0.3.14
13402026-07-27T20:25:26.477Z Compiling getrandom v0.2.17
13412026-07-27T20:25:26.492Z Compiling cc v1.2.56
13422026-07-27T20:25:26.616Z Compiling rand_core v0.6.4
13432026-07-27T20:25:26.632Z Compiling once_cell v1.21.3
13442026-07-27T20:25:26.645Z Compiling signal-hook-registry v1.4.8
13452026-07-27T20:25:26.742Z Compiling num-traits v0.2.19
13462026-07-27T20:25:26.855Z Compiling rand_core v0.10.0
13472026-07-27T20:25:26.897Z Compiling futures-core v0.3.32
13482026-07-27T20:25:26.925Z Compiling parking_lot v0.12.5
13492026-07-27T20:25:27.050Z Compiling mio v1.2.0
13502026-07-27T20:25:27.106Z Compiling generic-array v0.14.7
13512026-07-27T20:25:27.267Z Compiling percent-encoding v2.3.2
13522026-07-27T20:25:27.307Z Compiling writeable v0.6.2
13532026-07-27T20:25:27.321Z Compiling litemap v0.8.1
13542026-07-27T20:25:27.507Z Compiling bitflags v2.11.0
13552026-07-27T20:25:27.523Z Compiling const-oid v0.9.6
13562026-07-27T20:25:27.534Z Compiling semver v1.0.28
13572026-07-27T20:25:27.639Z Compiling icu_properties_data v2.1.2
13582026-07-27T20:25:27.736Z Compiling icu_normalizer_data v2.1.1
13592026-07-27T20:25:27.913Z Compiling socket2 v0.6.3
13602026-07-27T20:25:28.087Z Compiling futures-sink v0.3.32
13612026-07-27T20:25:28.139Z Compiling synstructure v0.13.2
13622026-07-27T20:25:28.184Z Compiling futures-channel v0.3.32
13632026-07-27T20:25:28.206Z Compiling futures-task v0.3.32
13642026-07-27T20:25:28.277Z Compiling futures-io v0.3.32
13652026-07-27T20:25:28.323Z Compiling slab v0.4.12
13662026-07-27T20:25:28.374Z Compiling utf8_iter v1.0.4
13672026-07-27T20:25:28.413Z Compiling indexmap v2.14.0
13682026-07-27T20:25:28.436Z Compiling form_urlencoded v1.2.2
13692026-07-27T20:25:28.484Z Compiling rustversion v1.0.22
13702026-07-27T20:25:28.513Z Compiling getrandom v0.3.4
13712026-07-27T20:25:28.526Z Compiling cmake v0.1.57
13722026-07-27T20:25:28.606Z Compiling dunce v1.0.5
13732026-07-27T20:25:28.621Z Compiling ident_case v1.0.1
13742026-07-27T20:25:28.707Z Compiling iana-time-zone v0.1.65
13752026-07-27T20:25:28.740Z Compiling rustix v1.1.3
13762026-07-27T20:25:28.756Z Compiling fs_extra v1.3.0
13772026-07-27T20:25:28.918Z Compiling regex-syntax v0.8.10
13782026-07-27T20:25:28.936Z Compiling uuid v1.23.4
13792026-07-27T20:25:29.032Z Compiling aws-lc-sys v0.40.0
13802026-07-27T20:25:29.084Z Compiling base64 v0.22.1
13812026-07-27T20:25:29.417Z Compiling rand_core v0.9.5
13822026-07-27T20:25:29.425Z Compiling base64ct v1.8.3
13832026-07-27T20:25:29.464Z Compiling vcpkg v0.2.15
13842026-07-27T20:25:29.651Z Compiling rustc_version v0.4.1
13852026-07-27T20:25:29.699Z Compiling pem-rfc7468 v0.7.0
13862026-07-27T20:25:29.734Z Compiling tracing-core v0.1.36
13872026-07-27T20:25:29.899Z Compiling serde_derive v1.0.228
13882026-07-27T20:25:29.986Z Compiling zeroize_derive v1.4.3
13892026-07-27T20:25:30.005Z Compiling zerofrom-derive v0.1.6
13902026-07-27T20:25:30.201Z Compiling yoke-derive v0.8.1
13912026-07-27T20:25:30.292Z Compiling zerovec-derive v0.11.2
13922026-07-27T20:25:30.483Z Compiling zerocopy-derive v0.8.40
13932026-07-27T20:25:30.630Z Compiling zeroize v1.8.2
13942026-07-27T20:25:30.884Z Compiling displaydoc v0.2.5
13952026-07-27T20:25:31.413Z Compiling tokio-macros v2.7.0
13962026-07-27T20:25:31.416Z Compiling futures-macro v0.3.32
13972026-07-27T20:25:31.445Z Compiling zerofrom v0.1.6
13982026-07-27T20:25:31.574Z Compiling yoke v0.8.1
13992026-07-27T20:25:31.650Z Compiling openssl-sys v0.9.115
14002026-07-27T20:25:31.770Z Compiling zerovec v0.11.5
14012026-07-27T20:25:31.928Z Compiling zerotrie v0.2.3
14022026-07-27T20:25:32.174Z Compiling block-buffer v0.10.4
14032026-07-27T20:25:32.182Z Compiling crypto-common v0.1.7
14042026-07-27T20:25:32.217Z Compiling der_derive v0.7.3
14052026-07-27T20:25:32.228Z Compiling tinystr v0.8.2
14062026-07-27T20:25:32.279Z Compiling potential_utf v0.1.4
14072026-07-27T20:25:32.348Z Compiling futures-util v0.3.32
14082026-07-27T20:25:32.348Z Compiling digest v0.10.7
14092026-07-27T20:25:32.447Z Compiling icu_locale_core v2.1.1
14102026-07-27T20:25:32.461Z Compiling icu_collections v2.1.1
14112026-07-27T20:25:32.602Z Compiling thiserror-impl v2.0.18
14122026-07-27T20:25:32.936Z Compiling tracing-attributes v0.1.31
14132026-07-27T20:25:33.193Z Compiling icu_provider v2.1.1
14142026-07-27T20:25:33.324Z Compiling bytes v1.11.1
14152026-07-27T20:25:33.405Z Compiling chrono v0.4.45
14162026-07-27T20:25:33.489Z Compiling icu_properties v2.1.2
14172026-07-27T20:25:33.922Z Compiling tokio v1.52.1
14182026-07-27T20:25:33.939Z Compiling icu_normalizer v2.1.1
14192026-07-27T20:25:34.246Z Compiling http v1.4.2
14202026-07-27T20:25:34.468Z Compiling idna_adapter v1.2.1
14212026-07-27T20:25:34.583Z Compiling idna v1.1.0
14222026-07-27T20:25:34.612Z Compiling aws-lc-rs v1.16.3
14232026-07-27T20:25:34.630Z Compiling flagset v0.4.7
14242026-07-27T20:25:34.770Z Compiling der v0.7.10
14252026-07-27T20:25:34.780Z Compiling tracing v0.1.44
14262026-07-27T20:25:34.898Z Compiling ppv-lite86 v0.2.21
14272026-07-27T20:25:34.898Z Compiling url v2.5.8
14282026-07-27T20:25:35.052Z Compiling http-body v1.0.1
14292026-07-27T20:25:35.145Z Compiling thiserror v2.0.18
14302026-07-27T20:25:35.205Z Compiling rand_chacha v0.9.0
14312026-07-27T20:25:35.218Z Compiling rustls-pki-types v1.14.0
14322026-07-27T20:25:35.248Z Compiling serde_derive_internals v0.29.1
14332026-07-27T20:25:35.286Z Compiling dyn-clone v1.0.20
14342026-07-27T20:25:35.420Z Compiling cmov v0.5.4
14352026-07-27T20:25:35.635Z Compiling schemars v0.8.22
14362026-07-27T20:25:35.672Z Compiling openssl-probe v0.2.1
14372026-07-27T20:25:35.693Z Compiling httparse v1.10.1
14382026-07-27T20:25:35.866Z Compiling tinyvec_macros v0.1.1
14392026-07-27T20:25:35.914Z Compiling ctutils v0.4.2
14402026-07-27T20:25:35.937Z Compiling tinyvec v1.10.0
14412026-07-27T20:25:35.953Z Compiling spki v0.7.3
14422026-07-27T20:25:35.986Z Compiling rand v0.9.2
14432026-07-27T20:25:36.113Z Compiling pest_generator v2.8.6
14442026-07-27T20:25:36.138Z Compiling schemars_derive v0.8.22
14452026-07-27T20:25:36.156Z Compiling aho-corasick v1.1.4
14462026-07-27T20:25:36.156Z Compiling tower-service v0.3.3
14472026-07-27T20:25:36.259Z Compiling untrusted v0.7.1
14482026-07-27T20:25:36.285Z Compiling tower-layer v0.3.3
14492026-07-27T20:25:36.383Z Compiling try-lock v0.2.5
14502026-07-27T20:25:36.448Z Compiling atomic-waker v1.1.2
14512026-07-27T20:25:36.495Z Compiling want v0.3.1
14522026-07-27T20:25:36.576Z Compiling tempfile v3.25.0
14532026-07-27T20:25:36.728Z Compiling hybrid-array v0.4.13
14542026-07-27T20:25:36.794Z Compiling pest_derive v2.8.6
14552026-07-27T20:25:36.946Z Compiling ipnet v2.11.0
14562026-07-27T20:25:36.961Z Compiling regex-automata v0.4.14
14572026-07-27T20:25:37.249Z Compiling scroll_derive v0.13.1
14582026-07-27T20:25:37.447Z Compiling darling_core v0.20.11
14592026-07-27T20:25:37.491Z Compiling openssl v0.10.79
14602026-07-27T20:25:37.725Z Compiling untrusted v0.9.0
14612026-07-27T20:25:37.826Z Compiling tokio-util v0.7.18
14622026-07-27T20:25:37.851Z Compiling httpdate v1.0.3
14632026-07-27T20:25:38.049Z Compiling rustls v0.23.41
14642026-07-27T20:25:38.084Z Compiling foreign-types-shared v0.1.1
14652026-07-27T20:25:38.168Z Compiling cpufeatures v0.2.17
14662026-07-27T20:25:38.219Z Compiling foreign-types v0.3.2
14672026-07-27T20:25:38.248Z Compiling scroll v0.13.0
14682026-07-27T20:25:38.319Z Compiling unicode-normalization v0.1.25
14692026-07-27T20:25:38.510Z Compiling h2 v0.4.15
14702026-07-27T20:25:38.634Z Compiling pkcs8 v0.10.2
14712026-07-27T20:25:38.843Z Compiling openssl-macros v0.1.1
14722026-07-27T20:25:38.889Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-07-27T20:25:39.175Z Compiling spin v0.9.8
14742026-07-27T20:25:39.232Z Compiling time-core v0.1.8
14752026-07-27T20:25:39.272Z Compiling native-tls v0.2.18
14762026-07-27T20:25:39.408Z Compiling crc32fast v1.5.0
14772026-07-27T20:25:39.412Z Compiling num-conv v0.2.0
14782026-07-27T20:25:39.478Z Compiling powerfmt v0.2.0
14792026-07-27T20:25:39.519Z Compiling time-macros v0.2.27
14802026-07-27T20:25:39.657Z Compiling deranged v0.5.8
14812026-07-27T20:25:39.671Z Compiling darling_macro v0.20.11
14822026-07-27T20:25:40.157Z Compiling darling v0.20.11
14832026-07-27T20:25:40.236Z Compiling goblin v0.10.5
14842026-07-27T20:25:40.567Z Compiling sha2 v0.10.9
14852026-07-27T20:25:40.642Z Compiling hmac v0.12.1
14862026-07-27T20:25:40.810Z Compiling sync_wrapper v1.0.2
14872026-07-27T20:25:40.932Z Compiling wait-timeout v0.2.1
14882026-07-27T20:25:41.012Z Compiling bit-vec v0.8.0
14892026-07-27T20:25:41.194Z Compiling crossbeam-utils v0.8.21
14902026-07-27T20:25:41.232Z Compiling usdt-impl v0.6.0
14912026-07-27T20:25:41.445Z Compiling simd-adler32 v0.3.8
14922026-07-27T20:25:41.479Z Compiling num_threads v0.1.7
14932026-07-27T20:25:41.581Z Compiling siphasher v1.0.2
14942026-07-27T20:25:41.680Z Compiling hyper v1.10.1
14952026-07-27T20:25:41.775Z Compiling syn v1.0.109
14962026-07-27T20:25:41.920Z Compiling quick-error v1.2.3
14972026-07-27T20:25:42.035Z Compiling rusty-fork v0.3.1
14982026-07-27T20:25:42.349Z Compiling time v0.3.47
14992026-07-27T20:25:42.485Z Compiling bit-set v0.8.0
15002026-07-27T20:25:42.655Z Compiling tower v0.5.3
15012026-07-27T20:25:42.677Z Compiling derive_builder_core v0.20.2
15022026-07-27T20:25:42.912Z Compiling hyper-util v0.1.20
15032026-07-27T20:25:43.129Z Compiling dof v0.4.0
15042026-07-27T20:25:43.316Z Compiling dtrace-parser v0.3.0
15052026-07-27T20:25:43.499Z Compiling http-body-util v0.1.3
15062026-07-27T20:25:43.746Z Compiling heapless v0.7.17
15072026-07-27T20:25:43.898Z Compiling thiserror-impl v1.0.69
15082026-07-27T20:25:43.979Z Compiling scroll_derive v0.12.1
15092026-07-27T20:25:43.984Z Compiling rand_xorshift v0.4.0
15102026-07-27T20:25:44.166Z Compiling slog v2.8.2
15112026-07-27T20:25:44.257Z Compiling darling_core v0.23.0
15122026-07-27T20:25:44.344Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-07-27T20:25:44.498Z Compiling thread-id v5.1.0
15142026-07-27T20:25:44.591Z Compiling cookie v0.18.1
15152026-07-27T20:25:44.618Z Compiling unarray v0.1.4
15162026-07-27T20:25:44.635Z Compiling ryu v1.0.23
15172026-07-27T20:25:44.691Z Compiling paste v1.0.15
15182026-07-27T20:25:44.748Z Compiling anyhow v1.0.102
15192026-07-27T20:25:44.805Z Compiling allocator-api2 v0.2.21
15202026-07-27T20:25:44.836Z Compiling unicode-properties v0.1.4
15212026-07-27T20:25:44.924Z Compiling iri-string v0.7.10
15222026-07-27T20:25:45.013Z Compiling adler2 v2.0.1
15232026-07-27T20:25:45.032Z Compiling zstd-safe v7.2.4
15242026-07-27T20:25:45.103Z Compiling unicode-bidi v0.3.18
15252026-07-27T20:25:45.146Z Compiling signal-hook v0.3.18
15262026-07-27T20:25:45.163Z Compiling thiserror v1.0.69
15272026-07-27T20:25:45.217Z Compiling miniz_oxide v0.8.9
15282026-07-27T20:25:45.425Z Compiling stringprep v0.1.5
15292026-07-27T20:25:45.462Z Compiling serde_urlencoded v0.7.1
15302026-07-27T20:25:45.628Z Compiling proptest v1.10.0
15312026-07-27T20:25:45.718Z Compiling scroll v0.12.0
15322026-07-27T20:25:46.060Z Compiling tower-http v0.6.8
15332026-07-27T20:25:46.340Z Compiling derive_builder_macro v0.20.2
15342026-07-27T20:25:46.477Z Compiling camino v1.2.2
15352026-07-27T20:25:46.567Z Compiling tokio-native-tls v0.3.1
15362026-07-27T20:25:46.670Z Compiling bstr v1.12.1
15372026-07-27T20:25:46.804Z Compiling darling_macro v0.23.0
15382026-07-27T20:25:46.822Z Compiling ipnetwork v0.21.1
15392026-07-27T20:25:46.827Z Compiling block-buffer v0.12.1
15402026-07-27T20:25:46.967Z Compiling crypto-common v0.2.2
15412026-07-27T20:25:47.044Z Compiling block-padding v0.4.2
15422026-07-27T20:25:47.206Z Compiling rustls-native-certs v0.8.3
15432026-07-27T20:25:47.223Z Compiling rand_chacha v0.3.1
15442026-07-27T20:25:47.292Z Compiling toml_datetime v0.6.11
15452026-07-27T20:25:47.300Z Compiling serde_tokenstream v0.2.3
15462026-07-27T20:25:47.484Z Compiling serde_spanned v0.6.9
15472026-07-27T20:25:47.556Z Compiling erased-serde v0.3.31
15482026-07-27T20:25:47.614Z Compiling hex v0.4.3
15492026-07-27T20:25:47.636Z Compiling signature v2.2.0
15502026-07-27T20:25:47.835Z Compiling md-5 v0.10.6
15512026-07-27T20:25:47.890Z Compiling curve25519-dalek v4.1.3
15522026-07-27T20:25:47.981Z Compiling async-trait v0.1.89
15532026-07-27T20:25:47.993Z Compiling zerocopy-derive v0.7.35
15542026-07-27T20:25:48.044Z Compiling pin-project-internal v1.1.11
15552026-07-27T20:25:48.212Z Compiling vergen-lib v9.1.0
15562026-07-27T20:25:48.397Z Compiling hash32 v0.2.1
15572026-07-27T20:25:48.591Z Compiling num-integer v0.1.46
15582026-07-27T20:25:48.662Z Compiling memoffset v0.9.1
15592026-07-27T20:25:48.873Z Compiling encoding_rs v0.8.35
15602026-07-27T20:25:48.896Z Compiling psl-types v2.0.11
15612026-07-27T20:25:48.944Z Compiling cfg_aliases v0.2.1
15622026-07-27T20:25:48.997Z Compiling ref-cast v1.0.25
15632026-07-27T20:25:49.020Z Compiling fallible-iterator v0.2.0
15642026-07-27T20:25:49.020Z Compiling zlib-rs v0.6.2
15652026-07-27T20:25:49.137Z Compiling litrs v1.0.0
15662026-07-27T20:25:49.296Z Compiling smoltcp v0.9.1
15672026-07-27T20:25:49.304Z Compiling mime v0.3.17
15682026-07-27T20:25:49.555Z Compiling rustix v0.38.44
15692026-07-27T20:25:49.636Z Compiling num-bigint-dig v0.8.6
15702026-07-27T20:25:49.669Z Compiling document-features v0.2.12
15712026-07-27T20:25:49.924Z Compiling postgres-protocol v0.6.10
15722026-07-27T20:25:49.993Z Compiling pin-project v1.1.11
15732026-07-27T20:25:50.101Z Compiling nix v0.31.2
15742026-07-27T20:25:50.277Z Compiling publicsuffix v2.3.0
15752026-07-27T20:25:50.342Z Compiling zerocopy v0.7.35
15762026-07-27T20:25:50.404Z Compiling hubpack_derive v0.1.1
15772026-07-27T20:25:50.475Z Compiling num-iter v0.1.45
15782026-07-27T20:25:50.567Z Compiling newtype-uuid v1.3.2
15792026-07-27T20:25:50.890Z Compiling rand v0.8.6
15802026-07-27T20:25:50.907Z Compiling darling v0.23.0
15812026-07-27T20:25:50.943Z Compiling inout v0.2.2
15822026-07-27T20:25:50.991Z Compiling oxnet v0.1.6
15832026-07-27T20:25:51.008Z Compiling derive_builder v0.20.2
15842026-07-27T20:25:51.067Z Compiling hyper-tls v0.6.0
15852026-07-27T20:25:51.212Z Compiling goblin v0.8.2
15862026-07-27T20:25:51.683Z Compiling phf_shared v0.13.1
15872026-07-27T20:25:51.863Z Compiling lazy_static v1.5.0
15882026-07-27T20:25:51.919Z Compiling flate2 v1.1.9
15892026-07-27T20:25:51.933Z Compiling regex v1.12.3
15902026-07-27T20:25:51.950Z Compiling anstyle-parse v0.2.7
15912026-07-27T20:25:51.963Z Compiling futures-executor v0.3.32
15922026-07-27T20:25:52.134Z Compiling terminal_size v0.4.3
15932026-07-27T20:25:52.224Z Compiling curve25519-dalek-derive v0.1.1
15942026-07-27T20:25:52.258Z Compiling ref-cast-impl v1.0.25
15952026-07-27T20:25:52.278Z Compiling snafu-derive v0.8.9
15962026-07-27T20:25:52.321Z Compiling daft-derive v0.1.7
15972026-07-27T20:25:52.352Z Compiling strum_macros v0.27.2
15982026-07-27T20:25:52.810Z Compiling vergen v9.1.0
15992026-07-27T20:25:52.859Z Compiling cargo-platform v0.3.2
16002026-07-27T20:25:52.990Z Compiling ff v0.13.1
16012026-07-27T20:25:53.046Z Compiling fs-err v3.3.0
16022026-07-27T20:25:53.132Z Compiling ahash v0.8.12
16032026-07-27T20:25:53.133Z Compiling bitflags v1.3.2
16042026-07-27T20:25:53.242Z Compiling same-file v1.0.6
16052026-07-27T20:25:53.249Z Compiling foldhash v0.1.5
16062026-07-27T20:25:53.349Z Compiling managed v0.8.0
16072026-07-27T20:25:53.394Z Compiling bumpalo v3.20.2
16082026-07-27T20:25:53.417Z Compiling foldhash v0.2.0
16092026-07-27T20:25:53.593Z Compiling winnow v0.5.40
16102026-07-27T20:25:53.645Z Compiling base16ct v0.2.0
16112026-07-27T20:25:53.645Z Compiling unicode-segmentation v1.12.0
16122026-07-27T20:25:53.842Z Compiling object v0.37.3
16132026-07-27T20:25:54.039Z Compiling libbz2-rs-sys v0.2.2
16142026-07-27T20:25:54.144Z Compiling sec1 v0.7.3
16152026-07-27T20:25:54.178Z Compiling snafu v0.8.9
16162026-07-27T20:25:54.315Z Compiling strum v0.27.2
16172026-07-27T20:25:54.417Z Compiling zopfli v0.8.3
16182026-07-27T20:25:54.450Z Compiling bzip2 v0.6.1
16192026-07-27T20:25:54.525Z Compiling hashbrown v0.16.1
16202026-07-27T20:25:54.695Z Compiling dof v0.3.0
16212026-07-27T20:25:54.708Z Compiling hashbrown v0.15.5
16222026-07-27T20:25:54.985Z Compiling toml_edit v0.19.15
16232026-07-27T20:25:55.116Z Compiling walkdir v2.5.0
16242026-07-27T20:25:55.119Z Compiling clap_builder v4.6.0
16252026-07-27T20:25:55.361Z Compiling group v0.13.0
16262026-07-27T20:25:55.397Z Compiling daft v0.1.7
16272026-07-27T20:25:55.497Z Compiling cargo_metadata v0.23.1
16282026-07-27T20:25:55.642Z Compiling futures v0.3.32
16292026-07-27T20:25:55.717Z Compiling anstream v0.6.21
16302026-07-27T20:25:55.991Z Compiling phf v0.13.1
16312026-07-27T20:25:56.144Z Compiling signal-hook-mio v0.2.5
16322026-07-27T20:25:56.274Z Compiling cookie_store v0.22.1
16332026-07-27T20:25:56.895Z Compiling zstd v0.13.3
16342026-07-27T20:25:56.943Z Compiling reqwest v0.12.28
16352026-07-27T20:25:57.115Z Compiling bzip2 v0.4.4
16362026-07-27T20:25:57.148Z Compiling cipher v0.5.2
16372026-07-27T20:25:57.347Z Compiling serde_with_macros v3.21.0
16382026-07-27T20:25:57.445Z Compiling hubpack v0.1.2
16392026-07-27T20:25:57.688Z Compiling postgres-types v0.2.12
16402026-07-27T20:25:58.182Z Compiling ed25519 v2.2.3
16412026-07-27T20:25:58.231Z Compiling usdt-macro v0.6.0
16422026-07-27T20:25:58.436Z Compiling usdt-attr-macro v0.6.0
16432026-07-27T20:25:58.527Z Compiling globset v0.4.18
16442026-07-27T20:25:58.839Z Compiling dtrace-parser v0.2.0
16452026-07-27T20:25:59.138Z Compiling phf_shared v0.11.3
16462026-07-27T20:25:59.152Z Compiling hkdf v0.12.4
16472026-07-27T20:25:59.191Z Compiling pkcs1 v0.7.5
16482026-07-27T20:25:59.211Z Compiling olpc-cjson v0.1.4
16492026-07-27T20:25:59.229Z Compiling serde_plain v1.0.2
16502026-07-27T20:25:59.248Z Compiling serde-big-array v0.5.1
16512026-07-27T20:25:59.363Z Compiling crypto-bigint v0.5.5
16522026-07-27T20:25:59.393Z Compiling async-recursion v1.1.1
16532026-07-27T20:25:59.431Z Compiling serde_repr v0.1.20
16542026-07-27T20:25:59.582Z Compiling enum-as-inner v0.6.1
16552026-07-27T20:25:59.596Z Compiling strum_macros v0.26.4
16562026-07-27T20:25:59.955Z Compiling clap_derive v4.6.1
16572026-07-27T20:26:00.036Z Compiling pem v3.0.6
16582026-07-27T20:26:00.230Z Compiling float-cmp v0.10.0
16592026-07-27T20:26:00.241Z Compiling memmap2 v0.9.10
16602026-07-27T20:26:00.362Z Compiling thread-id v4.2.2
16612026-07-27T20:26:00.440Z Compiling env_filter v1.0.0
16622026-07-27T20:26:00.456Z Compiling data-encoding v2.10.0
16632026-07-27T20:26:00.650Z Compiling keccak v0.1.6
16642026-07-27T20:26:00.800Z Compiling winnow v1.0.3
16652026-07-27T20:26:01.156Z Compiling cpufeatures v0.3.0
16662026-07-27T20:26:01.200Z Compiling new_debug_unreachable v1.0.6
16672026-07-27T20:26:01.265Z Compiling typed-path v0.9.3
16682026-07-27T20:26:01.300Z Compiling fixedbitset v0.4.2
16692026-07-27T20:26:01.313Z Compiling jiff v0.2.21
16702026-07-27T20:26:01.567Z Compiling difflib v0.4.0
16712026-07-27T20:26:01.567Z Compiling const-oid v0.10.2
16722026-07-27T20:26:01.567Z Compiling predicates-core v1.0.10
16732026-07-27T20:26:01.567Z Compiling static_assertions v1.1.0
16742026-07-27T20:26:01.586Z Compiling either v1.15.0
16752026-07-27T20:26:01.663Z Compiling fixedbitset v0.5.7
16762026-07-27T20:26:01.685Z Compiling normalize-line-endings v0.3.0
16772026-07-27T20:26:01.755Z Compiling precomputed-hash v0.1.1
16782026-07-27T20:26:01.783Z Compiling whoami v2.1.0
16792026-07-27T20:26:01.801Z Compiling itertools v0.13.0
16802026-07-27T20:26:01.853Z Compiling string_cache v0.8.9
16812026-07-27T20:26:01.941Z Compiling petgraph v0.8.3
16822026-07-27T20:26:01.952Z Compiling clap v4.6.1
16832026-07-27T20:26:02.045Z Compiling tokio-postgres v0.7.16
16842026-07-27T20:26:02.085Z Compiling predicates v3.1.4
16852026-07-27T20:26:02.123Z Compiling digest v0.11.3
16862026-07-27T20:26:02.367Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-07-27T20:26:02.454Z Compiling strum v0.26.3
16882026-07-27T20:26:02.595Z Compiling petgraph v0.6.5
16892026-07-27T20:26:02.706Z Compiling toml_edit v0.22.27
16902026-07-27T20:26:03.059Z Compiling chacha20 v0.10.0
16912026-07-27T20:26:03.434Z Compiling toml_parser v1.1.2+spec-1.1.0
16922026-07-27T20:26:03.898Z Compiling zip v4.6.1
16932026-07-27T20:26:04.025Z Compiling sha3 v0.10.8
16942026-07-27T20:26:04.038Z Compiling hickory-proto v0.25.2
16952026-07-27T20:26:04.243Z Compiling env_logger v0.11.9
16962026-07-27T20:26:04.482Z Compiling usdt-impl v0.5.0
16972026-07-27T20:26:04.611Z Compiling usdt v0.6.0
16982026-07-27T20:26:04.809Z Compiling elliptic-curve v0.13.8
16992026-07-27T20:26:04.873Z Compiling rsa v0.9.10
17002026-07-27T20:26:05.081Z Compiling crossterm v0.28.1
17012026-07-27T20:26:05.130Z Compiling serde_with v3.21.0
17022026-07-27T20:26:05.267Z Compiling ed25519-dalek v2.2.0
17032026-07-27T20:26:05.422Z Compiling zip v0.6.6
17042026-07-27T20:26:06.033Z Compiling toml v0.7.8
17052026-07-27T20:26:06.185Z Compiling iddqd v0.4.2
17062026-07-27T20:26:06.929Z Compiling similar v2.7.0
17072026-07-27T20:26:07.039Z Compiling heck v0.4.1
17082026-07-27T20:26:07.152Z Compiling byte-wrapper v0.1.0
17092026-07-27T20:26:07.220Z Compiling crossbeam-epoch v0.9.18
17102026-07-27T20:26:07.521Z Compiling tokio-stream v0.1.18
17112026-07-27T20:26:07.550Z Compiling buf-list v1.1.2
17122026-07-27T20:26:07.570Z Compiling x509-cert v0.2.5
17132026-07-27T20:26:07.776Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-07-27T20:26:07.780Z Compiling openapiv3 v2.2.0
17152026-07-27T20:26:08.243Z Compiling lalrpop-util v0.19.12
17162026-07-27T20:26:08.258Z Compiling peg-runtime v0.8.5
17172026-07-27T20:26:08.259Z Compiling thread_local v1.1.9
17182026-07-27T20:26:08.259Z Compiling slog-async v2.8.0
17192026-07-27T20:26:08.259Z Compiling crossbeam-channel v0.5.15
17202026-07-27T20:26:08.316Z Compiling is-terminal v0.4.17
17212026-07-27T20:26:08.423Z Compiling filetime v0.2.27
17222026-07-27T20:26:08.505Z Compiling xattr v1.6.1
17232026-07-27T20:26:08.632Z Compiling take_mut v0.2.2
17242026-07-27T20:26:08.655Z Compiling term v1.2.1
17252026-07-27T20:26:08.741Z Compiling tar v0.4.46
17262026-07-27T20:26:08.817Z Compiling camino-tempfile v1.4.1
17272026-07-27T20:26:09.125Z Compiling slog-term v2.9.2
17282026-07-27T20:26:18.719Z Compiling rustls-webpki v0.103.13
17292026-07-27T20:26:21.462Z Compiling tokio-rustls v0.26.4
17302026-07-27T20:26:21.480Z Compiling rustls-platform-verifier v0.6.2
17312026-07-27T20:26:21.480Z Compiling tough v0.22.0
17322026-07-27T20:26:21.643Z Compiling hyper-rustls v0.27.7
17332026-07-27T20:26:21.858Z Compiling reqwest v0.13.2
17342026-07-27T20:26:24.109Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-07-27T20:26:24.362Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-07-27T20:26:27.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17372026-07-27T20:26:27.385Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17382026-07-27T20:26:27.443ZJul 27 20:26:26.309 INFO Starting download, target: Cockroach
17392026-07-27T20:26:27.449ZJul 27 20:26:26.309 INFO Starting download, target: Clickhouse
17402026-07-27T20:26:27.449ZJul 27 20:26:26.309 INFO Starting download, target: Console
17412026-07-27T20:26:27.450ZJul 27 20:26:26.309 INFO Starting download, target: DendriteStub
17422026-07-27T20:26:27.450ZJul 27 20:26:26.309 INFO Starting download, target: MaghemiteMgd
17432026-07-27T20:26:27.450ZJul 27 20:26:26.309 INFO Starting download, target: MaghemiteDdmd
17442026-07-27T20:26:27.450ZJul 27 20:26:26.309 INFO Starting download, target: TransceiverControl
17452026-07-27T20:26:27.450ZJul 27 20:26:26.309 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-07-27T20:26:27.450ZJul 27 20:26:26.309 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472026-07-27T20:26:27.451ZJul 27 20:26:26.309 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17482026-07-27T20:26:27.452ZJul 27 20:26:26.309 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17492026-07-27T20:26:27.452ZJul 27 20:26:26.309 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17502026-07-27T20:26:27.452ZJul 27 20:26:26.309 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-07-27T20:26:27.452ZJul 27 20:26:26.309 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-07-27T20:26:29.181ZJul 27 20:26:28.048 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-07-27T20:26:29.294ZJul 27 20:26:28.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-07-27T20:26:29.534ZJul 27 20:26:28.401 INFO Download complete, target: Console
17552026-07-27T20:26:35.734ZJul 27 20:26:34.598 INFO Checking that binary works, target: Clickhouse
17562026-07-27T20:26:35.839ZJul 27 20:26:34.702 INFO Download complete, target: Clickhouse
17572026-07-27T20:27:17.269ZJul 27 20:27:16.123 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-07-27T20:27:17.480ZJul 27 20:27:16.327 INFO Download complete, target: TransceiverControl
17592026-07-27T20:27:24.288ZJul 27 20:27:23.054 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17602026-07-27T20:27:24.611ZJul 27 20:27:23.475 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17612026-07-27T20:27:25.426ZJul 27 20:27:24.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-07-27T20:27:26.777ZJul 27 20:27:25.524 INFO Download complete, target: MaghemiteDdmd
17632026-07-27T20:27:26.777ZJul 27 20:27:25.524 INFO Download complete, target: DendriteStub
17642026-07-27T20:27:26.993ZJul 27 20:27:25.859 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-27T20:27:26.993ZJul 27 20:27:25.859 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-27T20:27:28.005ZJul 27 20:27:26.866 INFO Download complete, target: MaghemiteMgd
17672026-07-27T20:27:31.582ZJul 27 20:27:30.447 INFO Checking that binary works, target: Cockroach
17682026-07-27T20:27:31.695ZJul 27 20:27:30.559 INFO Download complete, target: Cockroach
17692026-07-27T20:27:31.708ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-07-27T20:27:31.712Z
17712026-07-27T20:27:31.712Zreal 2:58.552966301
17722026-07-27T20:27:31.712Zuser 6:36.279623503
17732026-07-27T20:27:31.712Zsys 1:21.907884871
17742026-07-27T20:27:31.712Ztrap 0.212250613
17752026-07-27T20:27:31.712Ztflt 0.562220312
17762026-07-27T20:27:31.712Zdflt 0.829271737
17772026-07-27T20:27:31.712Zkflt 0.023266715
17782026-07-27T20:27:31.712Zlock 36:27.473063967
17792026-07-27T20:27:31.712Zslp 21:42.297965051
17802026-07-27T20:27:31.712Zlat 43.657081654
17812026-07-27T20:27:31.712Zstop 2:35.892140430
17822026-07-27T20:27:31.712Z+ banner hack-check
17832026-07-27T20:27:31.712Z
17842026-07-27T20:27:31.712Z # # ## #### # # #### # # ###### #### # #
17852026-07-27T20:27:31.712Z # # # # # # # # # # # # # # # # #
17862026-07-27T20:27:31.712Z ###### # # # #### ##### # ###### ##### # ####
17872026-07-27T20:27:31.712Z # # ###### # # # # # # # # # #
17882026-07-27T20:27:31.712Z # # # # # # # # # # # # # # # # #
17892026-07-27T20:27:31.712Z # # # # #### # # #### # # ###### #### # #
17902026-07-27T20:27:31.712Z
17912026-07-27T20:27:31.712Z+ export CARGO_INCREMENTAL=0
17922026-07-27T20:27:31.712Z+ CARGO_INCREMENTAL=0
17932026-07-27T20:27:31.712Z+ ptime -m timeout 2h cargo xtask check-features --ci
17942026-07-27T20:27:32.188Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17952026-07-27T20:27:32.469Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17962026-07-27T20:27:34.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17972026-07-27T20:27:34.409Z Running `target/debug/xtask check-features --ci`
17982026-07-27T20:27:34.432Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17992026-07-27T20:27:34.435Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18002026-07-27T20:27:34.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18012026-07-27T20:27:34.878Z Running `target/debug/xtask download cargo-hack`
18022026-07-27T20:27:35.646Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032026-07-27T20:27:35.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18042026-07-27T20:27:38.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18052026-07-27T20:27:38.692Z Running `target/debug/xtask-downloader cargo-hack`
18062026-07-27T20:27:38.731ZJul 27 20:27:37.597 INFO Starting download, target: CargoHack
18072026-07-27T20:27:38.734ZJul 27 20:27:37.597 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18082026-07-27T20:27:39.049ZJul 27 20:27:37.915 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18092026-07-27T20:27:39.099ZJul 27 20:27:37.966 INFO Download complete, target: CargoHack
18102026-07-27T20:27:39.102Zrunning: "/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"
18112026-07-27T20:27:39.115Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18122026-07-27T20:27:39.277Zinfo: running `cargo check --bins` on api_identity (1/303)
18132026-07-27T20:27:39.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-27T20:27:39.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-27T20:27:39.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-27T20:27:39.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18172026-07-27T20:27:39.809Z
18182026-07-27T20:27:39.809Zinfo: running `cargo check --bins` on bootstore (2/303)
18192026-07-27T20:27:40.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-27T20:27:40.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-27T20:27:40.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-27T20:27:40.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18232026-07-27T20:27:40.334Z
18242026-07-27T20:27:40.335Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18252026-07-27T20:27:40.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-27T20:27:40.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-27T20:27:40.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-27T20:27:40.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18292026-07-27T20:27:40.856Z
18302026-07-27T20:27:40.856Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18312026-07-27T20:27:41.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-27T20:27:41.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-27T20:27:41.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-27T20:27:41.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18352026-07-27T20:27:41.386Z
18362026-07-27T20:27:41.386Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18372026-07-27T20:27:41.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-27T20:27:41.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-27T20:27:41.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-27T20:27:41.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18412026-07-27T20:27:41.957Z
18422026-07-27T20:27:41.957Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18432026-07-27T20:27:42.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-27T20:27:42.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-27T20:27:42.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-27T20:27:42.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18472026-07-27T20:27:42.461Z
18482026-07-27T20:27:42.461Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18492026-07-27T20:27:42.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-27T20:27:42.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-27T20:27:42.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-27T20:27:42.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18532026-07-27T20:27:43.002Z
18542026-07-27T20:27:43.002Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18552026-07-27T20:27:43.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-27T20:27:43.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-27T20:27:43.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-27T20:27:43.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18592026-07-27T20:27:43.555Z
18602026-07-27T20:27:43.555Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18612026-07-27T20:27:43.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-27T20:27:43.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-27T20:27:43.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-27T20:27:43.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18652026-07-27T20:27:43.960Z
18662026-07-27T20:27:43.960Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18672026-07-27T20:27:44.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-27T20:27:44.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-27T20:27:44.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-27T20:27:44.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18712026-07-27T20:27:44.370Z
18722026-07-27T20:27:44.370Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18732026-07-27T20:27:44.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-27T20:27:44.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-27T20:27:44.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-27T20:27:44.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18772026-07-27T20:27:44.777Z
18782026-07-27T20:27:44.777Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18792026-07-27T20:27:45.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-27T20:27:45.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-27T20:27:45.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-27T20:27:45.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18832026-07-27T20:27:45.183Z
18842026-07-27T20:27:45.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18852026-07-27T20:27:45.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-27T20:27:45.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-27T20:27:45.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-27T20:27:45.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18892026-07-27T20:27:45.591Z
18902026-07-27T20:27:45.591Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
18912026-07-27T20:27:45.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-27T20:27:45.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-27T20:27:45.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-27T20:27:45.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18952026-07-27T20:27:45.993Z
18962026-07-27T20:27:45.993Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
18972026-07-27T20:27:46.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-27T20:27:46.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-27T20:27:46.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-27T20:27:46.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19012026-07-27T20:27:46.401Z
19022026-07-27T20:27:46.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19032026-07-27T20:27:46.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-27T20:27:46.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-27T20:27:46.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-27T20:27:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19072026-07-27T20:27:46.808Z
19082026-07-27T20:27:46.808Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19092026-07-27T20:27:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-27T20:27:47.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-27T20:27:47.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-27T20:27:47.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-07-27T20:27:47.217Z
19142026-07-27T20:27:47.217Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19152026-07-27T20:27:47.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-27T20:27:47.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-27T20:27:47.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-27T20:27:47.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-07-27T20:27:47.623Z
19202026-07-27T20:27:47.623Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19212026-07-27T20:27:47.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-27T20:27:47.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-27T20:27:47.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-27T20:27:47.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-27T20:27:48.033Z
19262026-07-27T20:27:48.033Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19272026-07-27T20:27:48.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-27T20:27:48.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-27T20:27:48.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-27T20:27:48.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19312026-07-27T20:27:48.436Z
19322026-07-27T20:27:48.436Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19332026-07-27T20:27:48.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-27T20:27:48.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-27T20:27:48.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-27T20:27:48.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-27T20:27:48.845Z
19382026-07-27T20:27:48.845Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19392026-07-27T20:27:49.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-27T20:27:49.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-27T20:27:49.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-27T20:27:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19432026-07-27T20:27:49.259Z
19442026-07-27T20:27:49.259Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19452026-07-27T20:27:49.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-27T20:27:49.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-27T20:27:49.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-27T20:27:49.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-27T20:27:49.669Z
19502026-07-27T20:27:49.669Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19512026-07-27T20:27:50.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-27T20:27:50.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-27T20:27:50.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-27T20:27:50.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-27T20:27:50.078Z
19562026-07-27T20:27:50.078Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19572026-07-27T20:27:50.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-27T20:27:50.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-27T20:27:50.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-27T20:27:50.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-07-27T20:27:50.487Z
19622026-07-27T20:27:50.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19632026-07-27T20:27:50.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-27T20:27:50.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-27T20:27:50.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-27T20:27:50.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19672026-07-27T20:27:50.897Z
19682026-07-27T20:27:50.897Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19692026-07-27T20:27:51.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-27T20:27:51.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-27T20:27:51.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-27T20:27:51.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19732026-07-27T20:27:51.312Z
19742026-07-27T20:27:51.312Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19752026-07-27T20:27:51.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-27T20:27:51.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-27T20:27:51.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-27T20:27:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-27T20:27:51.722Z
19802026-07-27T20:27:51.722Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19812026-07-27T20:27:52.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-27T20:27:52.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-27T20:27:52.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-27T20:27:52.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-27T20:27:52.132Z
19862026-07-27T20:27:52.132Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19872026-07-27T20:27:52.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-27T20:27:52.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-27T20:27:52.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-27T20:27:52.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-07-27T20:27:52.540Z
19922026-07-27T20:27:52.541Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
19932026-07-27T20:27:52.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-27T20:27:52.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-27T20:27:52.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-27T20:27:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-07-27T20:27:52.947Z
19982026-07-27T20:27:52.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
19992026-07-27T20:27:53.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-27T20:27:53.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-27T20:27:53.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-27T20:27:53.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-07-27T20:27:53.358Z
20042026-07-27T20:27:53.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20052026-07-27T20:27:53.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-27T20:27:53.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-27T20:27:53.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-27T20:27:53.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-07-27T20:27:53.762Z
20102026-07-27T20:27:53.762Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20112026-07-27T20:27:54.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-27T20:27:54.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-27T20:27:54.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-27T20:27:54.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-07-27T20:27:54.171Z
20162026-07-27T20:27:54.171Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20172026-07-27T20:27:54.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-27T20:27:54.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-27T20:27:54.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-27T20:27:54.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-07-27T20:27:54.581Z
20222026-07-27T20:27:54.581Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20232026-07-27T20:27:54.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-27T20:27:54.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-27T20:27:54.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-27T20:27:54.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-27T20:27:54.987Z
20282026-07-27T20:27:54.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20292026-07-27T20:27:55.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-27T20:27:55.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-27T20:27:55.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-27T20:27:55.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-07-27T20:27:55.394Z
20342026-07-27T20:27:55.394Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20352026-07-27T20:27:55.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-27T20:27:55.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-27T20:27:55.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-27T20:27:55.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-07-27T20:27:55.801Z
20402026-07-27T20:27:55.801Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20412026-07-27T20:27:56.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-27T20:27:56.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-27T20:27:56.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-27T20:27:56.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20452026-07-27T20:27:56.213Z
20462026-07-27T20:27:56.213Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20472026-07-27T20:27:56.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-27T20:27:56.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-27T20:27:56.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-27T20:27:56.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-27T20:27:56.621Z
20522026-07-27T20:27:56.621Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20532026-07-27T20:27:57.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-27T20:27:57.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-27T20:27:57.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-27T20:27:57.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-07-27T20:27:57.067Z
20582026-07-27T20:27:57.067Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20592026-07-27T20:27:57.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-27T20:27:57.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-27T20:27:57.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-27T20:27:57.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-27T20:27:57.441Z
20642026-07-27T20:27:57.441Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20652026-07-27T20:27:57.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-27T20:27:57.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-27T20:27:57.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-27T20:27:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-27T20:27:57.863Z
20702026-07-27T20:27:57.863Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20712026-07-27T20:27:58.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-27T20:27:58.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-27T20:27:58.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-27T20:27:58.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-27T20:27:58.258Z
20762026-07-27T20:27:58.258Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20772026-07-27T20:27:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-27T20:27:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-27T20:27:58.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-27T20:27:58.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-27T20:27:58.669Z
20822026-07-27T20:27:58.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20832026-07-27T20:27:59.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-27T20:27:59.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-27T20:27:59.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-27T20:27:59.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-27T20:27:59.078Z
20882026-07-27T20:27:59.078Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20892026-07-27T20:27:59.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-27T20:27:59.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-27T20:27:59.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-27T20:27:59.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-27T20:27:59.488Z
20942026-07-27T20:27:59.488Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
20952026-07-27T20:27:59.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-27T20:27:59.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-27T20:27:59.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-27T20:27:59.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-07-27T20:27:59.901Z
21002026-07-27T20:27:59.902Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21012026-07-27T20:28:00.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-27T20:28:00.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-27T20:28:00.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-27T20:28:00.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21052026-07-27T20:28:00.486Z
21062026-07-27T20:28:00.486Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21072026-07-27T20:28:00.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-27T20:28:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-27T20:28:00.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-27T20:28:00.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21112026-07-27T20:28:01.075Z
21122026-07-27T20:28:01.075Zinfo: running `cargo check --bins` on nexus-config (51/303)
21132026-07-27T20:28:01.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-27T20:28:01.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-27T20:28:01.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-27T20:28:01.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21172026-07-27T20:28:01.658Z
21182026-07-27T20:28:01.659Zinfo: running `cargo check --bins` on nexus-types (52/303)
21192026-07-27T20:28:02.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-27T20:28:02.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-27T20:28:02.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-27T20:28:02.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21232026-07-27T20:28:02.246Z
21242026-07-27T20:28:02.246Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21252026-07-27T20:28:02.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-27T20:28:02.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-27T20:28:02.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-27T20:28:02.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21292026-07-27T20:28:02.799Z
21302026-07-27T20:28:02.799Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21312026-07-27T20:28:03.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-27T20:28:03.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-27T20:28:03.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-27T20:28:03.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-27T20:28:03.333Z
21362026-07-27T20:28:03.333Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21372026-07-27T20:28:03.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-27T20:28:03.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-27T20:28:03.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-27T20:28:03.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21412026-07-27T20:28:03.884Z
21422026-07-27T20:28:03.884Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21432026-07-27T20:28:04.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-27T20:28:04.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-27T20:28:04.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-27T20:28:04.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21472026-07-27T20:28:04.438Z
21482026-07-27T20:28:04.438Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21492026-07-27T20:28:04.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-27T20:28:04.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-27T20:28:04.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-27T20:28:04.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21532026-07-27T20:28:04.997Z
21542026-07-27T20:28:04.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21552026-07-27T20:28:05.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-27T20:28:05.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-27T20:28:05.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-27T20:28:05.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21592026-07-27T20:28:05.553Z
21602026-07-27T20:28:05.553Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21612026-07-27T20:28:06.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-27T20:28:06.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-27T20:28:06.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-27T20:28:06.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21652026-07-27T20:28:06.111Z
21662026-07-27T20:28:06.111Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21672026-07-27T20:28:06.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-27T20:28:06.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-27T20:28:06.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-27T20:28:06.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21712026-07-27T20:28:06.624Z
21722026-07-27T20:28:06.624Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21732026-07-27T20:28:07.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-27T20:28:07.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-27T20:28:07.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-27T20:28:07.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21772026-07-27T20:28:07.160Z
21782026-07-27T20:28:07.160Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21792026-07-27T20:28:07.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-27T20:28:07.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-27T20:28:07.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-27T20:28:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-07-27T20:28:07.694Z
21842026-07-27T20:28:07.694Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21852026-07-27T20:28:08.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-27T20:28:08.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-27T20:28:08.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-27T20:28:08.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21892026-07-27T20:28:08.244Z
21902026-07-27T20:28:08.244Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
21912026-07-27T20:28:08.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-27T20:28:08.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-27T20:28:08.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-27T20:28:08.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21952026-07-27T20:28:08.791Z
21962026-07-27T20:28:08.792Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
21972026-07-27T20:28:09.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-27T20:28:09.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-27T20:28:09.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-27T20:28:09.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22012026-07-27T20:28:09.328Z
22022026-07-27T20:28:09.328Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22032026-07-27T20:28:09.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-27T20:28:09.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-27T20:28:09.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-27T20:28:09.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22072026-07-27T20:28:09.863Z
22082026-07-27T20:28:09.863Zinfo: running `cargo check --bins` on ereport-types (67/303)
22092026-07-27T20:28:10.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-27T20:28:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-27T20:28:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-27T20:28:10.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22132026-07-27T20:28:10.404Z
22142026-07-27T20:28:10.404Zinfo: running `cargo check --bins` on gateway-client (68/303)
22152026-07-27T20:28:10.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-27T20:28:10.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-27T20:28:10.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-27T20:28:10.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22192026-07-27T20:28:10.949Z
22202026-07-27T20:28:10.949Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22212026-07-27T20:28:11.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-27T20:28:11.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-27T20:28:11.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-27T20:28:11.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22252026-07-27T20:28:11.493Z
22262026-07-27T20:28:11.493Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22272026-07-27T20:28:11.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-27T20:28:11.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-27T20:28:11.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-27T20:28:11.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22312026-07-27T20:28:12.031Z
22322026-07-27T20:28:12.032Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22332026-07-27T20:28:12.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-27T20:28:12.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-27T20:28:12.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-27T20:28:12.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22372026-07-27T20:28:12.575Z
22382026-07-27T20:28:12.575Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22392026-07-27T20:28:13.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-27T20:28:13.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-27T20:28:13.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-27T20:28:13.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-07-27T20:28:13.119Z
22442026-07-27T20:28:13.119Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22452026-07-27T20:28:13.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-27T20:28:13.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-27T20:28:13.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-27T20:28:13.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22492026-07-27T20:28:13.683Z
22502026-07-27T20:28:13.683Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22512026-07-27T20:28:14.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-27T20:28:14.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-27T20:28:14.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-27T20:28:14.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22552026-07-27T20:28:14.250Z
22562026-07-27T20:28:14.250Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22572026-07-27T20:28:14.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-27T20:28:14.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-27T20:28:14.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-27T20:28:14.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22612026-07-27T20:28:14.784Z
22622026-07-27T20:28:14.784Zinfo: running `cargo check --bins` on oxlog (76/303)
22632026-07-27T20:28:15.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-27T20:28:15.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-27T20:28:15.356Z Checking cfg-if v1.0.4
22662026-07-27T20:28:15.361Z Checking libc v0.2.185
22672026-07-27T20:28:15.361Z Checking serde_core v1.0.228
22682026-07-27T20:28:15.473Z Checking memchr v2.8.0
22692026-07-27T20:28:15.476Z Checking zeroize v1.8.2
22702026-07-27T20:28:15.489Z Checking smallvec v1.15.1
22712026-07-27T20:28:15.489Z Checking log v0.4.29
22722026-07-27T20:28:15.510Z Checking itoa v1.0.17
22732026-07-27T20:28:15.510Z Checking subtle v2.6.1
22742026-07-27T20:28:15.622Z Checking scopeguard v1.2.0
22752026-07-27T20:28:15.646Z Checking stable_deref_trait v1.2.1
22762026-07-27T20:28:15.659Z Checking typenum v1.20.1
22772026-07-27T20:28:15.670Z Checking zerofrom v0.1.6
22782026-07-27T20:28:15.684Z Checking pin-project-lite v0.2.17
22792026-07-27T20:28:15.714Z Checking lock_api v0.4.14
22802026-07-27T20:28:15.729Z Checking portable-atomic v1.13.1
22812026-07-27T20:28:15.770Z Checking zmij v1.0.21
22822026-07-27T20:28:15.781Z Checking yoke v0.8.1
22832026-07-27T20:28:15.850Z Checking critical-section v1.2.0
22842026-07-27T20:28:15.855Z Checking errno v0.3.14
22852026-07-27T20:28:15.915Z Checking getrandom v0.2.17
22862026-07-27T20:28:15.941Z Checking zerovec v0.11.5
22872026-07-27T20:28:15.974Z Checking parking_lot_core v0.9.12
22882026-07-27T20:28:15.974Z Checking futures-core v0.3.32
22892026-07-27T20:28:16.002Z Checking signal-hook-registry v1.4.8
22902026-07-27T20:28:16.059Z Checking rand_core v0.6.4
22912026-07-27T20:28:16.090Z Checking mio v1.2.0
22922026-07-27T20:28:16.126Z Checking once_cell v1.21.3
22932026-07-27T20:28:16.157Z Checking zerocopy v0.8.40
22942026-07-27T20:28:16.170Z Checking parking_lot v0.12.5
22952026-07-27T20:28:16.231Z Checking rand_core v0.10.0
22962026-07-27T20:28:16.297Z Checking const-oid v0.9.6
22972026-07-27T20:28:16.354Z Checking litemap v0.8.1
22982026-07-27T20:28:16.367Z Checking writeable v0.6.2
22992026-07-27T20:28:16.371Z Checking tinystr v0.8.2
23002026-07-27T20:28:16.371Z Checking percent-encoding v2.3.2
23012026-07-27T20:28:16.398Z Checking potential_utf v0.1.4
23022026-07-27T20:28:16.518Z Checking getrandom v0.4.1
23032026-07-27T20:28:16.529Z Checking zerotrie v0.2.3
23042026-07-27T20:28:16.539Z Checking libm v0.2.16
23052026-07-27T20:28:16.550Z Checking icu_locale_core v2.1.1
23062026-07-27T20:28:16.563Z Checking icu_collections v2.1.1
23072026-07-27T20:28:16.662Z Checking generic-array v0.14.7
23082026-07-27T20:28:16.761Z Checking socket2 v0.6.3
23092026-07-27T20:28:16.859Z Checking equivalent v1.0.2
23102026-07-27T20:28:16.943Z Checking icu_normalizer_data v2.1.1
23112026-07-27T20:28:16.956Z Checking serde v1.0.228
23122026-07-27T20:28:16.967Z Checking bitflags v2.11.0
23132026-07-27T20:28:16.996Z Checking serde_json v1.0.150
23142026-07-27T20:28:17.012Z Checking icu_properties_data v2.1.2
23152026-07-27T20:28:17.093Z Checking icu_provider v2.1.1
23162026-07-27T20:28:17.115Z Checking futures-sink v0.3.32
23172026-07-27T20:28:17.131Z Checking slab v0.4.12
23182026-07-27T20:28:17.144Z Checking futures-io v0.3.32
23192026-07-27T20:28:17.209Z Checking futures-channel v0.3.32
23202026-07-27T20:28:17.230Z Checking num-traits v0.2.19
23212026-07-27T20:28:17.252Z Checking futures-task v0.3.32
23222026-07-27T20:28:17.283Z Checking utf8_iter v1.0.4
23232026-07-27T20:28:17.317Z Checking icu_normalizer v2.1.1
23242026-07-27T20:28:17.348Z Checking bytes v1.11.1
23252026-07-27T20:28:17.386Z Checking icu_properties v2.1.2
23262026-07-27T20:28:17.398Z Checking futures-util v0.3.32
23272026-07-27T20:28:17.409Z Checking hashbrown v0.17.0
23282026-07-27T20:28:17.611Z Checking crypto-common v0.1.7
23292026-07-27T20:28:17.660Z Checking block-buffer v0.10.4
23302026-07-27T20:28:17.733Z Checking form_urlencoded v1.2.2
23312026-07-27T20:28:17.755Z Checking getrandom v0.3.4
23322026-07-27T20:28:17.779Z Checking tokio v1.52.1
23332026-07-27T20:28:17.796Z Checking digest v0.10.7
23342026-07-27T20:28:17.859Z Checking byteorder v1.5.0
23352026-07-27T20:28:17.870Z Checking indexmap v2.14.0
23362026-07-27T20:28:17.897Z Checking fnv v1.0.7
23372026-07-27T20:28:17.986Z Checking iana-time-zone v0.1.65
23382026-07-27T20:28:18.000Z Checking rand_core v0.9.5
23392026-07-27T20:28:18.052Z Checking http v1.4.2
23402026-07-27T20:28:18.098Z Checking chrono v0.4.45
23412026-07-27T20:28:18.177Z Checking uuid v1.23.4
23422026-07-27T20:28:18.214Z Checking idna_adapter v1.2.1
23432026-07-27T20:28:18.332Z Checking idna v1.1.0
23442026-07-27T20:28:18.435Z Checking base64 v0.22.1
23452026-07-27T20:28:18.495Z Checking regex-syntax v0.8.10
23462026-07-27T20:28:18.575Z Checking url v2.5.8
23472026-07-27T20:28:18.620Z Checking base64ct v1.8.3
23482026-07-27T20:28:18.672Z Checking rustix v1.1.3
23492026-07-27T20:28:18.857Z Checking pem-rfc7468 v0.7.0
23502026-07-27T20:28:18.946Z Checking ppv-lite86 v0.2.21
23512026-07-27T20:28:18.960Z Checking tracing-core v0.1.36
23522026-07-27T20:28:19.013Z Checking flagset v0.4.7
23532026-07-27T20:28:19.028Z Checking http-body v1.0.1
23542026-07-27T20:28:19.139Z Checking der v0.7.10
23552026-07-27T20:28:19.159Z Checking rustls-pki-types v1.14.0
23562026-07-27T20:28:19.236Z Checking rand_chacha v0.9.0
23572026-07-27T20:28:19.268Z Checking tracing v0.1.44
23582026-07-27T20:28:19.339Z Checking cmov v0.5.4
23592026-07-27T20:28:19.433Z Checking tinyvec_macros v0.1.1
23602026-07-27T20:28:19.446Z Checking openssl-probe v0.2.1
23612026-07-27T20:28:19.468Z Checking dyn-clone v1.0.20
23622026-07-27T20:28:19.519Z Checking tinyvec v1.10.0
23632026-07-27T20:28:19.523Z Checking rand v0.9.2
23642026-07-27T20:28:19.531Z Checking ctutils v0.4.2
23652026-07-27T20:28:19.546Z Checking semver v1.0.28
23662026-07-27T20:28:19.565Z Checking aws-lc-sys v0.40.0
23672026-07-27T20:28:19.740Z Checking atomic-waker v1.1.2
23682026-07-27T20:28:19.753Z Checking untrusted v0.7.1
23692026-07-27T20:28:19.790Z Checking tower-service v0.3.3
23702026-07-27T20:28:19.803Z Checking tower-layer v0.3.3
23712026-07-27T20:28:19.834Z Checking try-lock v0.2.5
23722026-07-27T20:28:19.856Z Checking schemars v0.8.22
23732026-07-27T20:28:19.875Z Checking hybrid-array v0.4.13
23742026-07-27T20:28:19.887Z Checking spki v0.7.3
23752026-07-27T20:28:19.929Z Checking want v0.3.1
23762026-07-27T20:28:19.947Z Checking ipnet v2.11.0
23772026-07-27T20:28:19.982Z Checking httparse v1.10.1
23782026-07-27T20:28:20.045Z Checking aho-corasick v1.1.4
23792026-07-27T20:28:20.059Z Checking cpufeatures v0.2.17
23802026-07-27T20:28:20.072Z Checking aws-lc-rs v1.16.3
23812026-07-27T20:28:20.127Z Checking utf8parse v0.2.2
23822026-07-27T20:28:20.183Z Checking plain v0.2.3
23832026-07-27T20:28:20.204Z Checking fastrand v2.3.0
23842026-07-27T20:28:20.226Z Checking foreign-types-shared v0.1.1
23852026-07-27T20:28:20.283Z Checking httpdate v1.0.3
23862026-07-27T20:28:20.305Z Checking untrusted v0.9.0
23872026-07-27T20:28:20.382Z Checking tempfile v3.25.0
23882026-07-27T20:28:20.411Z Checking foreign-types v0.3.2
23892026-07-27T20:28:20.426Z Checking pkcs8 v0.10.2
23902026-07-27T20:28:20.479Z Checking unicode-normalization v0.1.25
23912026-07-27T20:28:20.505Z Checking openssl-sys v0.9.115
23922026-07-27T20:28:20.573Z Checking spin v0.9.8
23932026-07-27T20:28:20.586Z Checking anstyle v1.0.14
23942026-07-27T20:28:20.609Z Checking ucd-trie v0.1.7
23952026-07-27T20:28:20.716Z Checking regex-automata v0.4.14
23962026-07-27T20:28:20.744Z Checking unicode-ident v1.0.24
23972026-07-27T20:28:20.758Z Checking pest v2.8.6
23982026-07-27T20:28:20.773Z Checking sha2 v0.10.9
23992026-07-27T20:28:20.851Z Checking proc-macro2 v1.0.106
24002026-07-27T20:28:20.875Z Checking openssl v0.10.79
24012026-07-27T20:28:20.890Z Checking rustls-webpki v0.103.13
24022026-07-27T20:28:20.904Z Checking hmac v0.12.1
24032026-07-27T20:28:21.033Z Checking tokio-util v0.7.18
24042026-07-27T20:28:21.048Z Checking thiserror v2.0.18
24052026-07-27T20:28:21.051Z Checking sync_wrapper v1.0.2
24062026-07-27T20:28:21.144Z Checking wait-timeout v0.2.1
24072026-07-27T20:28:21.158Z Checking siphasher v1.0.2
24082026-07-27T20:28:21.172Z Checking bit-vec v0.8.0
24092026-07-27T20:28:21.265Z Checking quick-error v1.2.3
24102026-07-27T20:28:21.298Z Checking rustls v0.23.41
24112026-07-27T20:28:21.310Z Checking is_terminal_polyfill v1.70.2
24122026-07-27T20:28:21.357Z Checking anstyle-query v1.1.5
24132026-07-27T20:28:21.370Z Checking pretty-hex v0.4.1
24142026-07-27T20:28:21.397Z Checking colorchoice v1.0.4
24152026-07-27T20:28:21.448Z Checking powerfmt v0.2.0
24162026-07-27T20:28:21.483Z Checking simd-adler32 v0.3.8
24172026-07-27T20:28:21.496Z Checking rusty-fork v0.3.1
24182026-07-27T20:28:21.597Z Checking deranged v0.5.8
24192026-07-27T20:28:21.634Z Checking h2 v0.4.15
24202026-07-27T20:28:21.650Z Checking bit-set v0.8.0
24212026-07-27T20:28:21.661Z Checking quote v1.0.45
24222026-07-27T20:28:21.797Z Checking tower v0.5.3
24232026-07-27T20:28:21.828Z Checking http-body-util v0.1.3
24242026-07-27T20:28:21.831Z Checking crossbeam-utils v0.8.21
24252026-07-27T20:28:22.043Z Checking rand_xorshift v0.4.0
24262026-07-27T20:28:22.163Z Checking crc32fast v1.5.0
24272026-07-27T20:28:22.176Z Checking scroll v0.13.0
24282026-07-27T20:28:22.189Z Checking allocator-api2 v0.2.21
24292026-07-27T20:28:22.300Z Checking iri-string v0.7.10
24302026-07-27T20:28:22.399Z Checking unarray v0.1.4
24312026-07-27T20:28:22.467Z Checking adler2 v2.0.1
24322026-07-27T20:28:22.502Z Checking ryu v1.0.23
24332026-07-27T20:28:22.522Z Checking num_threads v0.1.7
24342026-07-27T20:28:22.552Z Checking num-conv v0.2.0
24352026-07-27T20:28:22.572Z Checking time-core v0.1.8
24362026-07-27T20:28:22.592Z Checking unicode-properties v0.1.4
24372026-07-27T20:28:22.637Z Checking unicode-bidi v0.3.18
24382026-07-27T20:28:22.666Z Checking serde_urlencoded v0.7.1
24392026-07-27T20:28:22.710Z Checking time v0.3.47
24402026-07-27T20:28:22.778Z Checking miniz_oxide v0.8.9
24412026-07-27T20:28:22.870Z Checking bstr v1.12.1
24422026-07-27T20:28:22.896Z Checking native-tls v0.2.18
24432026-07-27T20:28:22.933Z Checking stringprep v0.1.5
24442026-07-27T20:28:23.077Z Checking tokio-native-tls v0.3.1
24452026-07-27T20:28:23.098Z Checking proptest v1.10.0
24462026-07-27T20:28:23.145Z Checking goblin v0.10.5
24472026-07-27T20:28:23.238Z Checking crossbeam-epoch v0.9.18
24482026-07-27T20:28:23.283Z Checking syn v2.0.117
24492026-07-27T20:28:23.338Z Checking tower-http v0.6.8
24502026-07-27T20:28:23.468Z Checking block-buffer v0.12.1
24512026-07-27T20:28:23.565Z Checking crypto-common v0.2.2
24522026-07-27T20:28:23.623Z Checking block-padding v0.4.2
24532026-07-27T20:28:23.637Z Checking ipnetwork v0.21.1
24542026-07-27T20:28:23.762Z Checking anstyle-parse v1.0.0
24552026-07-27T20:28:23.853Z Checking rustls-native-certs v0.8.3
24562026-07-27T20:28:23.871Z Checking rand_chacha v0.3.1
24572026-07-27T20:28:23.914Z Checking scroll v0.12.0
24582026-07-27T20:28:23.982Z Checking thiserror v1.0.69
24592026-07-27T20:28:24.091Z Checking hash32 v0.2.1
24602026-07-27T20:28:24.167Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-07-27T20:28:24.222Z Checking signature v2.2.0
24622026-07-27T20:28:24.222Z Checking md-5 v0.10.6
24632026-07-27T20:28:24.268Z Checking num-integer v0.1.46
24642026-07-27T20:28:24.281Z Checking toml_datetime v0.6.11
24652026-07-27T20:28:24.281Z Checking hex v0.4.3
24662026-07-27T20:28:24.306Z Checking serde_spanned v0.6.9
24672026-07-27T20:28:24.413Z Checking encoding_rs v0.8.35
24682026-07-27T20:28:24.427Z Checking fallible-iterator v0.2.0
24692026-07-27T20:28:24.439Z Checking zlib-rs v0.6.2
24702026-07-27T20:28:24.465Z Checking hyper v1.10.1
24712026-07-27T20:28:24.482Z Checking mime v0.3.17
24722026-07-27T20:28:24.655Z Checking psl-types v2.0.11
24732026-07-27T20:28:24.689Z Checking postgres-protocol v0.6.10
24742026-07-27T20:28:24.770Z Checking publicsuffix v2.3.0
24752026-07-27T20:28:24.921Z Checking newtype-uuid v1.3.2
24762026-07-27T20:28:24.938Z Checking num-iter v0.1.45
24772026-07-27T20:28:25.004Z Checking heapless v0.7.17
24782026-07-27T20:28:25.047Z Checking zstd-safe v7.2.4
24792026-07-27T20:28:25.118Z Checking goblin v0.8.2
24802026-07-27T20:28:25.209Z Checking rand v0.8.6
24812026-07-27T20:28:25.297Z Checking flate2 v1.1.9
24822026-07-27T20:28:25.345Z Checking anstream v1.0.0
24832026-07-27T20:28:25.386Z Checking hyper-util v0.1.20
24842026-07-27T20:28:25.420Z Checking cookie v0.18.1
24852026-07-27T20:28:25.473Z Checking dof v0.4.0
24862026-07-27T20:28:25.540Z Checking oxnet v0.1.6
24872026-07-27T20:28:25.556Z Checking inout v0.2.2
24882026-07-27T20:28:25.593Z Checking tokio-rustls v0.26.4
24892026-07-27T20:28:25.648Z Checking dtrace-parser v0.3.0
24902026-07-27T20:28:25.705Z Checking phf_shared v0.13.1
24912026-07-27T20:28:25.728Z Checking lazy_static v1.5.0
24922026-07-27T20:28:25.791Z Checking anstyle-parse v0.2.7
24932026-07-27T20:28:25.815Z Checking pin-project v1.1.11
24942026-07-27T20:28:25.819Z Checking zerocopy v0.7.35
24952026-07-27T20:28:25.881Z Checking bzip2-sys v0.1.13+1.0.8
24962026-07-27T20:28:25.896Z Checking signal-hook v0.3.18
24972026-07-27T20:28:25.912Z Checking terminal_size v0.4.3
24982026-07-27T20:28:25.939Z Checking futures-executor v0.3.32
24992026-07-27T20:28:25.965Z Checking ff v0.13.1
25002026-07-27T20:28:26.021Z Checking thread-id v5.1.0
25012026-07-27T20:28:26.088Z Checking clap_lex v1.0.0
25022026-07-27T20:28:26.088Z Checking bitflags v1.3.2
25032026-07-27T20:28:26.111Z Checking strsim v0.11.1
25042026-07-27T20:28:26.114Z Checking foldhash v0.2.0
25052026-07-27T20:28:26.115Z Checking foldhash v0.1.5
25062026-07-27T20:28:26.163Z Checking winnow v0.5.40
25072026-07-27T20:28:26.239Z Checking libbz2-rs-sys v0.2.2
25082026-07-27T20:28:26.249Z Compiling rayon-core v1.13.0
25092026-07-27T20:28:26.264Z Checking same-file v1.0.6
25102026-07-27T20:28:26.278Z Checking base16ct v0.2.0
25112026-07-27T20:28:26.310Z Checking either v1.15.0
25122026-07-27T20:28:26.379Z Checking managed v0.8.0
25132026-07-27T20:28:26.398Z Checking bumpalo v3.20.2
25142026-07-27T20:28:26.435Z Checking sec1 v0.7.3
25152026-07-27T20:28:26.496Z Checking walkdir v2.5.0
25162026-07-27T20:28:26.566Z Checking smoltcp v0.9.1
25172026-07-27T20:28:26.595Z Checking zopfli v0.8.3
25182026-07-27T20:28:26.629Z Checking bzip2 v0.6.1
25192026-07-27T20:28:26.641Z Checking hashbrown v0.16.1
25202026-07-27T20:28:26.654Z Checking clap_builder v4.6.0
25212026-07-27T20:28:26.658Z Checking hyper-tls v0.6.0
25222026-07-27T20:28:26.794Z Checking hyper-rustls v0.27.7
25232026-07-27T20:28:26.836Z Checking reqwest v0.12.28
25242026-07-27T20:28:26.916Z Checking hashbrown v0.15.5
25252026-07-27T20:28:26.991Z Checking usdt-impl v0.6.0
25262026-07-27T20:28:27.009Z Checking dof v0.3.0
25272026-07-27T20:28:27.136Z Checking futures v0.3.32
25282026-07-27T20:28:27.150Z Checking signal-hook-mio v0.2.5
25292026-07-27T20:28:27.214Z Checking group v0.13.0
25302026-07-27T20:28:27.252Z Checking bzip2 v0.4.4
25312026-07-27T20:28:27.271Z Checking anstream v0.6.21
25322026-07-27T20:28:27.284Z Checking snafu v0.8.9
25332026-07-27T20:28:27.317Z Checking toml_edit v0.19.15
25342026-07-27T20:28:27.360Z Checking phf v0.13.1
25352026-07-27T20:28:27.387Z Checking num-bigint-dig v0.8.6
25362026-07-27T20:28:27.410Z Checking daft v0.1.7
25372026-07-27T20:28:27.470Z Checking cipher v0.5.2
25382026-07-27T20:28:27.501Z Checking cookie_store v0.22.1
25392026-07-27T20:28:27.514Z Checking zstd v0.13.3
25402026-07-27T20:28:27.590Z Checking postgres-types v0.2.12
25412026-07-27T20:28:27.649Z Checking ed25519 v2.2.3
25422026-07-27T20:28:27.698Z Checking dtrace-parser v0.2.0
25432026-07-27T20:28:27.702Z Checking rustls-platform-verifier v0.6.2
25442026-07-27T20:28:27.826Z Checking crossbeam-deque v0.8.6
25452026-07-27T20:28:27.839Z Checking globset v0.4.18
25462026-07-27T20:28:27.851Z Checking regex v1.12.3
25472026-07-27T20:28:27.899Z Checking phf_shared v0.11.3
25482026-07-27T20:28:27.913Z Checking hkdf v0.12.4
25492026-07-27T20:28:27.932Z Checking olpc-cjson v0.1.4
25502026-07-27T20:28:28.004Z Checking curve25519-dalek v4.1.3
25512026-07-27T20:28:28.039Z Checking ref-cast v1.0.25
25522026-07-27T20:28:28.039Z Checking strum v0.27.2
25532026-07-27T20:28:28.070Z Checking pkcs1 v0.7.5
25542026-07-27T20:28:28.097Z Checking hubpack v0.1.2
25552026-07-27T20:28:28.137Z Checking memoffset v0.9.1
25562026-07-27T20:28:28.149Z Checking rustix v0.38.44
25572026-07-27T20:28:28.161Z Checking pem v3.0.6
25582026-07-27T20:28:28.208Z Checking float-cmp v0.10.0
25592026-07-27T20:28:28.220Z Checking serde_plain v1.0.2
25602026-07-27T20:28:28.261Z Checking serde-big-array v0.5.1
25612026-07-27T20:28:28.278Z Checking erased-serde v0.3.31
25622026-07-27T20:28:28.315Z Checking crypto-bigint v0.5.5
25632026-07-27T20:28:28.332Z Checking memmap2 v0.9.10
25642026-07-27T20:28:28.361Z Checking thread-id v4.2.2
25652026-07-27T20:28:28.365Z Checking env_filter v1.0.0
25662026-07-27T20:28:28.393Z Checking precomputed-hash v0.1.1
25672026-07-27T20:28:28.440Z Checking const-oid v0.10.2
25682026-07-27T20:28:28.473Z Checking unicode-segmentation v1.12.0
25692026-07-27T20:28:28.491Z Checking typed-path v0.9.3
25702026-07-27T20:28:28.514Z Checking cpufeatures v0.3.0
25712026-07-27T20:28:28.584Z Checking keccak v0.1.6
25722026-07-27T20:28:28.597Z Checking data-encoding v2.10.0
25732026-07-27T20:28:28.668Z Checking static_assertions v1.1.0
25742026-07-27T20:28:28.738Z Checking new_debug_unreachable v1.0.6
25752026-07-27T20:28:28.751Z Checking difflib v0.4.0
25762026-07-27T20:28:28.777Z Checking toml_write v0.1.2
25772026-07-27T20:28:28.810Z Checking predicates-core v1.0.10
25782026-07-27T20:28:28.826Z Checking normalize-line-endings v0.3.0
25792026-07-27T20:28:28.862Z Checking fixedbitset v0.4.2
25802026-07-27T20:28:28.902Z Checking fixedbitset v0.5.7
25812026-07-27T20:28:28.921Z Checking winnow v0.7.14
25822026-07-27T20:28:28.925Z Checking whoami v2.1.0
25832026-07-27T20:28:28.945Z Checking winnow v1.0.3
25842026-07-27T20:28:28.956Z Checking jiff v0.2.21
25852026-07-27T20:28:29.009Z Checking petgraph v0.6.5
25862026-07-27T20:28:29.089Z Checking petgraph v0.8.3
25872026-07-27T20:28:29.118Z Checking tokio-postgres v0.7.16
25882026-07-27T20:28:29.224Z Checking toml_parser v1.1.2+spec-1.1.0
25892026-07-27T20:28:29.263Z Checking elliptic-curve v0.13.8
25902026-07-27T20:28:29.283Z Checking tough v0.22.0
25912026-07-27T20:28:29.536Z Checking crossterm v0.28.1
25922026-07-27T20:28:29.553Z Checking predicates v3.1.4
25932026-07-27T20:28:29.854Z Checking hickory-proto v0.25.2
25942026-07-27T20:28:30.102Z Checking toml_edit v0.22.27
25952026-07-27T20:28:30.235Z Checking ed25519-dalek v2.2.0
25962026-07-27T20:28:30.248Z Checking string_cache v0.8.9
25972026-07-27T20:28:30.383Z Checking similar v2.7.0
25982026-07-27T20:28:30.412Z Checking sha3 v0.10.8
25992026-07-27T20:28:30.463Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-07-27T20:28:30.614Z Checking slog v2.8.2
26012026-07-27T20:28:30.661Z Checking digest v0.11.3
26022026-07-27T20:28:30.772Z Checking chacha20 v0.10.0
26032026-07-27T20:28:30.842Z Checking env_logger v0.11.9
26042026-07-27T20:28:30.878Z Checking usdt v0.6.0
26052026-07-27T20:28:31.023Z Checking usdt-impl v0.5.0
26062026-07-27T20:28:31.036Z Checking toml v0.7.8
26072026-07-27T20:28:31.049Z Checking rsa v0.9.10
26082026-07-27T20:28:31.193Z Checking nix v0.31.2
26092026-07-27T20:28:31.208Z Checking zip v4.6.1
26102026-07-27T20:28:31.275Z Checking iddqd v0.4.2
26112026-07-27T20:28:31.340Z Checking clap v4.6.1
26122026-07-27T20:28:31.418Z Checking reqwest v0.13.2
26132026-07-27T20:28:31.513Z Checking zip v0.6.6
26142026-07-27T20:28:31.620Z Checking itertools v0.13.0
26152026-07-27T20:28:31.777Z Checking byte-wrapper v0.1.0
26162026-07-27T20:28:31.834Z Checking serde_with v3.21.0
26172026-07-27T20:28:31.994Z Checking strum v0.26.3
26182026-07-27T20:28:32.095Z Checking fs-err v3.3.0
26192026-07-27T20:28:32.177Z Checking ahash v0.8.12
26202026-07-27T20:28:32.258Z Checking object v0.37.3
26212026-07-27T20:28:32.371Z Checking tokio-stream v0.1.18
26222026-07-27T20:28:32.388Z Checking buf-list v1.1.2
26232026-07-27T20:28:32.406Z Checking anyhow v1.0.102
26242026-07-27T20:28:32.576Z Checking camino v1.2.2
26252026-07-27T20:28:32.594Z Checking x509-cert v0.2.5
26262026-07-27T20:28:32.640Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26272026-07-27T20:28:32.672Z Checking openapiv3 v2.2.0
26282026-07-27T20:28:32.731Z Checking peg-runtime v0.8.5
26292026-07-27T20:28:32.751Z Checking lalrpop-util v0.19.12
26302026-07-27T20:28:32.830Z Checking rayon v1.11.0
26312026-07-27T20:28:32.871Z Checking sigpipe v0.1.3
26322026-07-27T20:28:32.903Z Checking glob v0.3.3
26332026-07-27T20:28:34.413Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26342026-07-27T20:28:34.471Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-07-27T20:28:34.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s
26362026-07-27T20:28:34.903Z
26372026-07-27T20:28:34.903Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26382026-07-27T20:28:35.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-07-27T20:28:35.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-07-27T20:28:35.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-07-27T20:28:35.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26422026-07-27T20:28:35.455Z
26432026-07-27T20:28:35.455Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26442026-07-27T20:28:35.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-27T20:28:35.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-27T20:28:35.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-27T20:28:35.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26482026-07-27T20:28:36.008Z
26492026-07-27T20:28:36.008Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26502026-07-27T20:28:36.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-27T20:28:36.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-27T20:28:36.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-27T20:28:36.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26542026-07-27T20:28:36.564Z
26552026-07-27T20:28:36.564Zinfo: running `cargo check --bins` on oxql-types (80/303)
26562026-07-27T20:28:37.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-27T20:28:37.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-27T20:28:37.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-27T20:28:37.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26602026-07-27T20:28:37.124Z
26612026-07-27T20:28:37.124Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26622026-07-27T20:28:37.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-27T20:28:37.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-27T20:28:37.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-27T20:28:37.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26662026-07-27T20:28:37.666Z
26672026-07-27T20:28:37.667Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26682026-07-27T20:28:38.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-27T20:28:38.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-27T20:28:38.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-27T20:28:38.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26722026-07-27T20:28:38.224Z
26732026-07-27T20:28:38.224Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26742026-07-27T20:28:38.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-27T20:28:38.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-27T20:28:38.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-27T20:28:38.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26782026-07-27T20:28:38.759Z
26792026-07-27T20:28:38.759Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26802026-07-27T20:28:39.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-27T20:28:39.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-27T20:28:39.409Z Compiling structmeta-derive v0.3.0
26832026-07-27T20:28:39.529Z Compiling multer v3.1.0
26842026-07-27T20:28:39.537Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-07-27T20:28:39.541Z Compiling async-stream-impl v0.3.6
26862026-07-27T20:28:39.555Z Compiling dropshot v0.17.1
26872026-07-27T20:28:39.570Z Compiling newtype-uuid-macros v0.1.0
26882026-07-27T20:28:39.574Z Compiling dropshot_endpoint v0.17.1
26892026-07-27T20:28:39.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26902026-07-27T20:28:39.758Z Checking thread_local v1.1.9
26912026-07-27T20:28:39.781Z Checking compression-core v0.4.31
26922026-07-27T20:28:39.907Z Checking match_cfg v0.1.0
26932026-07-27T20:28:39.920Z Checking compression-codecs v0.4.37
26942026-07-27T20:28:39.936Z Checking crossbeam-channel v0.5.15
26952026-07-27T20:28:39.974Z Checking hostname v0.3.1
26962026-07-27T20:28:39.990Z Checking atomicwrites v0.4.4
26972026-07-27T20:28:40.070Z Checking slog-json v2.6.1
26982026-07-27T20:28:40.084Z Checking toml_datetime v1.1.1+spec-1.1.0
26992026-07-27T20:28:40.113Z Checking is-terminal v0.4.17
27002026-07-27T20:28:40.127Z Checking serde_spanned v1.1.1
27012026-07-27T20:28:40.201Z Checking term v1.2.1
27022026-07-27T20:28:40.219Z Checking take_mut v0.2.2
27032026-07-27T20:28:40.253Z Checking toml_writer v1.1.1+spec-1.1.0
27042026-07-27T20:28:40.276Z Checking debug-ignore v1.0.5
27052026-07-27T20:28:40.290Z Checking slog-bunyan v2.5.0
27062026-07-27T20:28:40.318Z Checking slog-async v2.8.0
27072026-07-27T20:28:40.331Z Checking async-stream v0.3.6
27082026-07-27T20:28:40.371Z Checking async-compression v0.4.41
27092026-07-27T20:28:40.398Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-07-27T20:28:40.412Z Checking slog-term v2.9.2
27112026-07-27T20:28:40.448Z Checking toml v1.1.2+spec-1.1.0
27122026-07-27T20:28:40.452Z Checking progenitor-client v0.14.0
27132026-07-27T20:28:40.492Z Checking sha1 v0.11.0
27142026-07-27T20:28:40.560Z Compiling structmeta v0.3.0
27152026-07-27T20:28:40.617Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27162026-07-27T20:28:40.665Z Checking waitgroup v0.1.2
27172026-07-27T20:28:40.679Z Checking rustls-pemfile v2.2.0
27182026-07-27T20:28:40.683Z Checking backon v1.6.0
27192026-07-27T20:28:40.717Z Checking serde_path_to_error v0.1.20
27202026-07-27T20:28:40.753Z Checking hostname v0.4.2
27212026-07-27T20:28:40.765Z Checking instant v0.1.13
27222026-07-27T20:28:40.778Z Compiling derive-ex v0.1.8
27232026-07-27T20:28:40.815Z Compiling parse-display-derive v0.10.0
27242026-07-27T20:28:40.871Z Checking progenitor-extras v0.2.0
27252026-07-27T20:28:40.999Z Checking backoff v0.4.0
27262026-07-27T20:28:41.011Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-27T20:28:41.060Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-27T20:28:41.079Z Checking itertools v0.14.0
27292026-07-27T20:28:41.169Z Checking regress v0.10.5
27302026-07-27T20:28:41.253Z Checking macaddr v1.0.1
27312026-07-27T20:28:41.574Z Checking humantime v2.3.0
27322026-07-27T20:28:42.433Z Compiling test-strategy v0.4.5
27332026-07-27T20:28:42.487Z Checking parse-display v0.10.0
27342026-07-27T20:28:42.784Z Compiling prettyplease v0.2.37
27352026-07-27T20:28:43.013Z Checking num-rational v0.4.2
27362026-07-27T20:28:43.301Z Checking num-complex v0.4.6
27372026-07-27T20:28:43.747Z Compiling num v0.4.3
27382026-07-27T20:28:43.861Z Compiling usdt-macro v0.5.0
27392026-07-27T20:28:43.875Z Compiling usdt-attr-macro v0.5.0
27402026-07-27T20:28:43.899Z Checking memmap v0.7.0
27412026-07-27T20:28:43.942Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27422026-07-27T20:28:44.031Z Compiling float-ord v0.3.2
27432026-07-27T20:28:44.258Z Checking unicode-width v0.2.0
27442026-07-27T20:28:44.334Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-07-27T20:28:44.352Z Compiling convert_case v0.4.0
27462026-07-27T20:28:44.508Z Checking console v0.15.11
27472026-07-27T20:28:44.596Z Checking newline-converter v0.3.0
27482026-07-27T20:28:44.662Z Checking usdt v0.5.0
27492026-07-27T20:28:44.704Z Compiling toml v0.8.23
27502026-07-27T20:28:44.717Z Compiling derive_more v0.99.20
27512026-07-27T20:28:44.788Z Compiling minimal-lexical v0.2.1
27522026-07-27T20:28:44.828Z Checking linked-hash-map v0.5.6
27532026-07-27T20:28:45.002Z Checking lru-cache v0.1.2
27542026-07-27T20:28:45.041Z Compiling nom v7.1.3
27552026-07-27T20:28:45.123Z Checking expectorate v1.2.0
27562026-07-27T20:28:45.644Z Checking camino-tempfile v1.4.1
27572026-07-27T20:28:45.647Z Checking hickory-proto v0.24.4
27582026-07-27T20:28:45.762Z Checking phf_shared v0.12.1
27592026-07-27T20:28:45.807Z Compiling slog-dtrace v0.3.0
27602026-07-27T20:28:45.998Z Compiling unicode-xid v0.2.6
27612026-07-27T20:28:46.130Z Checking heck v0.5.0
27622026-07-27T20:28:46.217Z Compiling chrono-tz v0.10.4
27632026-07-27T20:28:46.262Z Checking resolv-conf v0.7.6
27642026-07-27T20:28:46.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652026-07-27T20:28:46.426Z Compiling const_format_proc_macros v0.2.34
27662026-07-27T20:28:46.498Z Checking phf v0.12.1
27672026-07-27T20:28:46.643Z Checking tokio-dtrace v0.1.1
27682026-07-27T20:28:46.835Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-27T20:28:46.869Z Compiling derive-where v1.6.0
27702026-07-27T20:28:47.286Z Checking highway v1.3.0
27712026-07-27T20:28:47.359Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-07-27T20:28:47.415Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-07-27T20:28:47.447Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27742026-07-27T20:28:47.461Z Checking hickory-resolver v0.24.4
27752026-07-27T20:28:47.856Z Checking const_format v0.2.35
27762026-07-27T20:28:48.122Z Checking oxide-tokio-rt v0.1.4
27772026-07-27T20:28:48.269Z Checking qorb v0.4.1
27782026-07-27T20:28:48.515Z Checking gethostname v0.5.0
27792026-07-27T20:28:48.532Z Checking bcs v0.1.6
27802026-07-27T20:28:48.609Z Checking termtree v0.5.1
27812026-07-27T20:28:48.953Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-27T20:28:48.997Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-27T20:28:49.193Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-27T20:28:49.196Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-27T20:28:51.903Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-27T20:28:54.434Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-27T20:28:56.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s
27882026-07-27T20:28:56.730Z
27892026-07-27T20:28:56.731Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
27902026-07-27T20:28:57.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-27T20:28:57.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-27T20:28:57.375Z Compiling ar_archive_writer v0.5.1
27932026-07-27T20:28:57.485Z Compiling stacker v0.1.23
27942026-07-27T20:28:57.493Z Compiling cfg_aliases v0.1.1
27952026-07-27T20:28:57.498Z Compiling convert_case v0.10.0
27962026-07-27T20:28:57.501Z Checking unicode-width v0.1.14
27972026-07-27T20:28:57.514Z Compiling proc-macro-error v1.0.4
27982026-07-27T20:28:57.524Z Checking fd-lock v4.0.4
27992026-07-27T20:28:57.527Z Checking nibble_vec v0.1.0
28002026-07-27T20:28:57.546Z Compiling nix v0.28.0
28012026-07-27T20:28:57.637Z Checking vte v0.14.1
28022026-07-27T20:28:57.650Z Compiling recursive-proc-macro-impl v0.1.1
28032026-07-27T20:28:57.737Z Checking bytecount v0.6.9
28042026-07-27T20:28:57.750Z Checking endian-type v0.1.2
28052026-07-27T20:28:57.781Z Compiling derive_more-impl v2.1.1
28062026-07-27T20:28:57.795Z Checking strip-ansi-escapes v0.2.1
28072026-07-27T20:28:57.807Z Compiling tabled_derive v0.7.0
28082026-07-27T20:28:57.833Z Checking papergrid v0.11.0
28092026-07-27T20:28:57.867Z Checking radix_trie v0.2.1
28102026-07-27T20:28:57.895Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-27T20:28:58.049Z Compiling peg-macros v0.8.5
28122026-07-27T20:28:58.071Z Compiling sqlparser_derive v0.5.0
28132026-07-27T20:28:58.293Z Compiling psm v0.1.30
28142026-07-27T20:28:58.415Z Checking winnow v0.6.26
28152026-07-27T20:28:58.471Z Checking nu-ansi-term v0.50.3
28162026-07-27T20:28:58.634Z Checking derive_more v2.1.1
28172026-07-27T20:28:58.682Z Checking home v0.5.12
28182026-07-27T20:28:58.713Z Checking unicode_categories v0.1.1
28192026-07-27T20:28:58.788Z Checking crossterm v0.29.0
28202026-07-27T20:28:58.823Z Checking tabled v0.15.0
28212026-07-27T20:28:58.906Z Checking reedline v0.40.0
28222026-07-27T20:28:58.906Z Checking rustyline v14.0.0
28232026-07-27T20:28:58.906Z Checking display-error-chain v0.2.2
28242026-07-27T20:28:59.071Z Checking recursive v0.1.1
28252026-07-27T20:28:59.167Z Checking sqlparser v0.61.0
28262026-07-27T20:28:59.367Z Checking peg v0.8.5
28272026-07-27T20:28:59.573Z Checking sqlformat v0.3.5
28282026-07-27T20:29:10.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28292026-07-27T20:29:10.617Z
28302026-07-27T20:29:10.617Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28312026-07-27T20:29:11.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-27T20:29:11.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-27T20:29:11.257Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-27T20:29:14.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28352026-07-27T20:29:14.904Z
28362026-07-27T20:29:14.904Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28372026-07-27T20:29:15.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-27T20:29:15.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-27T20:29:15.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-27T20:29:18.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28412026-07-27T20:29:18.200Z
28422026-07-27T20:29:18.201Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28432026-07-27T20:29:18.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-27T20:29:18.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-27T20:29:18.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-27T20:29:22.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28472026-07-27T20:29:22.279Z
28482026-07-27T20:29:22.280Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28492026-07-27T20:29:22.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-27T20:29:22.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-27T20:29:22.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-27T20:29:26.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28532026-07-27T20:29:26.431Z
28542026-07-27T20:29:26.431Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28552026-07-27T20:29:26.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-27T20:29:26.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-27T20:29:27.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-27T20:29:29.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28592026-07-27T20:29:29.867Z
28602026-07-27T20:29:29.867Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28612026-07-27T20:29:30.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-27T20:29:30.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-27T20:29:30.513Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-27T20:29:33.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28652026-07-27T20:29:33.344Z
28662026-07-27T20:29:33.344Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28672026-07-27T20:29:33.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-27T20:29:33.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-27T20:29:33.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-27T20:29:37.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28712026-07-27T20:29:37.638Z
28722026-07-27T20:29:37.638Zinfo: running `cargo check --bins` on oximeter (93/303)
28732026-07-27T20:29:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-27T20:29:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-27T20:29:38.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-27T20:29:38.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28772026-07-27T20:29:38.199Z
28782026-07-27T20:29:38.199Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28792026-07-27T20:29:38.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-27T20:29:38.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-27T20:29:38.803Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-07-27T20:29:39.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28832026-07-27T20:29:39.326Z
28842026-07-27T20:29:39.326Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
28852026-07-27T20:29:39.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-27T20:29:39.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-27T20:29:39.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-07-27T20:29:39.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28892026-07-27T20:29:39.883Z
28902026-07-27T20:29:39.883Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
28912026-07-27T20:29:40.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-27T20:29:40.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-27T20:29:40.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-27T20:29:40.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28952026-07-27T20:29:40.483Z
28962026-07-27T20:29:40.483Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
28972026-07-27T20:29:40.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-27T20:29:40.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-27T20:29:40.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-27T20:29:40.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29012026-07-27T20:29:41.049Z
29022026-07-27T20:29:41.049Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29032026-07-27T20:29:41.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-27T20:29:41.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-27T20:29:41.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-27T20:29:41.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29072026-07-27T20:29:41.615Z
29082026-07-27T20:29:41.616Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29092026-07-27T20:29:42.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-27T20:29:42.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-27T20:29:42.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-27T20:29:42.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29132026-07-27T20:29:42.178Z
29142026-07-27T20:29:42.178Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29152026-07-27T20:29:42.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-27T20:29:42.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-27T20:29:42.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-27T20:29:42.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29192026-07-27T20:29:42.737Z
29202026-07-27T20:29:42.737Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29212026-07-27T20:29:43.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-27T20:29:43.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-27T20:29:43.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-27T20:29:43.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-27T20:29:43.282Z
29262026-07-27T20:29:43.282Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29272026-07-27T20:29:43.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-27T20:29:43.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-27T20:29:43.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-27T20:29:43.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29312026-07-27T20:29:43.846Z
29322026-07-27T20:29:43.846Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29332026-07-27T20:29:44.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-27T20:29:44.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-27T20:29:44.537Z Compiling darling_core v0.21.3
29362026-07-27T20:29:44.653Z Compiling crucible-workspace-hack v0.1.0
29372026-07-27T20:29:44.661Z Checking secrecy v0.10.3
29382026-07-27T20:29:44.667Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-07-27T20:29:44.670Z Compiling heapless v0.8.0
29402026-07-27T20:29:44.685Z Checking hash32 v0.3.1
29412026-07-27T20:29:44.687Z Checking inout v0.1.4
29422026-07-27T20:29:44.708Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-07-27T20:29:44.761Z Compiling smoltcp v0.11.0
29442026-07-27T20:29:44.800Z Checking cobs v0.3.0
29452026-07-27T20:29:44.825Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-07-27T20:29:44.895Z Checking cipher v0.4.4
29472026-07-27T20:29:44.908Z Checking universal-hash v0.5.1
29482026-07-27T20:29:44.936Z Compiling thiserror-impl-no-std v2.0.2
29492026-07-27T20:29:44.965Z Checking half v2.7.1
29502026-07-27T20:29:45.027Z Checking opaque-debug v0.3.1
29512026-07-27T20:29:45.086Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-07-27T20:29:45.109Z Checking ciborium-io v0.2.2
29532026-07-27T20:29:45.133Z Checking poly1305 v0.8.0
29542026-07-27T20:29:45.198Z Checking chacha20 v0.9.1
29552026-07-27T20:29:45.212Z Checking ciborium-ll v0.2.2
29562026-07-27T20:29:45.277Z Checking postcard v1.1.3
29572026-07-27T20:29:45.380Z Compiling proc-macro-crate v3.4.0
29582026-07-27T20:29:45.383Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29592026-07-27T20:29:45.383Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29602026-07-27T20:29:45.560Z Checking password-hash v0.5.0
29612026-07-27T20:29:45.691Z Checking blake2 v0.10.6
29622026-07-27T20:29:45.791Z Compiling proc-macro-crate v1.3.1
29632026-07-27T20:29:45.837Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29642026-07-27T20:29:45.851Z Checking aead v0.5.2
29652026-07-27T20:29:45.925Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29662026-07-27T20:29:45.949Z Compiling num_enum_derive v0.7.6
29672026-07-27T20:29:45.991Z Compiling foreign-types-macros v0.2.3
29682026-07-27T20:29:46.069Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29692026-07-27T20:29:46.095Z Checking thiserror-no-std v2.0.2
29702026-07-27T20:29:46.133Z Checking foreign-types-shared v0.3.1
29712026-07-27T20:29:46.184Z Checking vsss-rs v3.3.4
29722026-07-27T20:29:46.196Z Compiling num_enum_derive v0.5.11
29732026-07-27T20:29:46.219Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29742026-07-27T20:29:46.306Z Checking chacha20poly1305 v0.10.1
29752026-07-27T20:29:46.450Z Checking argon2 v0.5.3
29762026-07-27T20:29:46.585Z Checking foreign-types v0.5.0
29772026-07-27T20:29:46.666Z Checking ciborium v0.2.2
29782026-07-27T20:29:46.786Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-07-27T20:29:46.885Z Checking tabwriter v1.4.1
29802026-07-27T20:29:47.001Z Checking num_enum v0.7.6
29812026-07-27T20:29:47.031Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-07-27T20:29:47.074Z Checking cstr-argument v0.1.2
29832026-07-27T20:29:47.088Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29842026-07-27T20:29:47.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-07-27T20:29:47.133Z Compiling darling_macro v0.21.3
29862026-07-27T20:29:47.193Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-07-27T20:29:47.224Z Checking num_enum v0.5.11
29882026-07-27T20:29:47.284Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-07-27T20:29:47.317Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-07-27T20:29:47.337Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-07-27T20:29:47.359Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-07-27T20:29:47.465Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-07-27T20:29:47.482Z Checking rand v0.10.1
29942026-07-27T20:29:47.529Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-07-27T20:29:47.563Z Checking indent_write v2.2.0
29962026-07-27T20:29:47.579Z Checking colored v3.1.1
29972026-07-27T20:29:47.627Z Compiling darling v0.21.3
29982026-07-27T20:29:47.670Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29992026-07-27T20:29:47.689Z Compiling zone_cfg_derive v0.3.1
30002026-07-27T20:29:47.710Z Compiling ingot-macros v0.1.1
30012026-07-27T20:29:47.765Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-07-27T20:29:47.791Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30032026-07-27T20:29:47.844Z Checking itertools v0.12.1
30042026-07-27T20:29:47.938Z Compiling num-derive v0.4.2
30052026-07-27T20:29:47.956Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-07-27T20:29:47.983Z Checking swrite v0.1.0
30072026-07-27T20:29:48.075Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30082026-07-27T20:29:48.270Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-07-27T20:29:48.313Z Checking dropshot-api-manager-types v0.7.2
30102026-07-27T20:29:48.341Z Checking smf v0.2.3
30112026-07-27T20:29:48.384Z Checking nanorand v0.7.0
30122026-07-27T20:29:48.431Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-07-27T20:29:48.481Z Checking whoami v1.6.1
30142026-07-27T20:29:48.580Z Checking flume v0.11.1
30152026-07-27T20:29:48.583Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-07-27T20:29:48.923Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30172026-07-27T20:29:48.935Z Checking zone v0.3.1
30182026-07-27T20:29:49.928Z Checking ingot-types v0.1.2
30192026-07-27T20:29:50.242Z Checking ingot v0.1.1
30202026-07-27T20:29:51.636Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30212026-07-27T20:29:52.583Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30222026-07-27T20:29:53.469Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30232026-07-27T20:29:54.845Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-07-27T20:29:56.910Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-07-27T20:29:58.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
30262026-07-27T20:29:58.220Z
30272026-07-27T20:29:58.220Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30282026-07-27T20:29:58.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-07-27T20:29:58.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-07-27T20:29:58.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-07-27T20:29:58.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30322026-07-27T20:29:58.772Z
30332026-07-27T20:29:58.772Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30342026-07-27T20:29:59.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-27T20:29:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-27T20:29:59.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-27T20:29:59.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30382026-07-27T20:29:59.333Z
30392026-07-27T20:29:59.333Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/303)
30402026-07-27T20:29:59.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-27T20:29:59.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-27T20:29:59.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-27T20:29:59.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30442026-07-27T20:29:59.893Z
30452026-07-27T20:29:59.893Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/303)
30462026-07-27T20:30:00.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-27T20:30:00.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-27T20:30:00.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-27T20:30:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30502026-07-27T20:30:00.454Z
30512026-07-27T20:30:00.454Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/303)
30522026-07-27T20:30:00.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-27T20:30:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-27T20:30:00.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-27T20:30:00.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30562026-07-27T20:30:01.008Z
30572026-07-27T20:30:01.008Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/303)
30582026-07-27T20:30:01.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-27T20:30:01.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-27T20:30:01.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-27T20:30:01.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30622026-07-27T20:30:01.564Z
30632026-07-27T20:30:01.564Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/303)
30642026-07-27T20:30:02.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-27T20:30:02.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-27T20:30:02.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-27T20:30:02.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30682026-07-27T20:30:02.117Z
30692026-07-27T20:30:02.117Zinfo: running `cargo check --bins` on cockroach-admin-client (111/303)
30702026-07-27T20:30:02.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-27T20:30:02.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-27T20:30:02.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-27T20:30:02.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-27T20:30:02.657Z
30752026-07-27T20:30:02.658Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/303)
30762026-07-27T20:30:03.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-27T20:30:03.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-27T20:30:03.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-27T20:30:03.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30802026-07-27T20:30:03.212Z
30812026-07-27T20:30:03.212Zinfo: running `cargo check --bins` on dns-service-client (113/303)
30822026-07-27T20:30:03.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-27T20:30:03.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-27T20:30:03.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-27T20:30:03.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30862026-07-27T20:30:03.767Z
30872026-07-27T20:30:03.767Zinfo: running `cargo check --bins` on installinator-client (114/303)
30882026-07-27T20:30:04.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-27T20:30:04.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-27T20:30:04.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-27T20:30:04.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30922026-07-27T20:30:04.326Z
30932026-07-27T20:30:04.326Zinfo: running `cargo check --bins` on nexus-client (115/303)
30942026-07-27T20:30:04.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-27T20:30:04.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-27T20:30:04.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-27T20:30:04.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-07-27T20:30:04.919Z
30992026-07-27T20:30:04.919Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/303)
31002026-07-27T20:30:05.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-27T20:30:05.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-27T20:30:05.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-27T20:30:05.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-07-27T20:30:05.513Z
31052026-07-27T20:30:05.513Zinfo: running `cargo check --bins` on ntp-admin-client (117/303)
31062026-07-27T20:30:05.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-27T20:30:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-27T20:30:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-27T20:30:05.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31102026-07-27T20:30:06.059Z
31112026-07-27T20:30:06.059Zinfo: running `cargo check --bins` on oxide-client (118/303)
31122026-07-27T20:30:06.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-27T20:30:06.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-27T20:30:06.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-27T20:30:06.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31162026-07-27T20:30:06.600Z
31172026-07-27T20:30:06.600Zinfo: running `cargo check --bins` on oximeter-client (119/303)
31182026-07-27T20:30:07.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-27T20:30:07.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-27T20:30:07.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-27T20:30:07.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31222026-07-27T20:30:07.153Z
31232026-07-27T20:30:07.153Zinfo: running `cargo check --bins` on repo-depot-client (120/303)
31242026-07-27T20:30:07.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-27T20:30:07.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-27T20:30:07.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-27T20:30:07.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31282026-07-27T20:30:07.695Z
31292026-07-27T20:30:07.695Zinfo: running `cargo check --bins` on sled-agent-client (121/303)
31302026-07-27T20:30:08.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-27T20:30:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-27T20:30:08.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-27T20:30:08.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31342026-07-27T20:30:08.258Z
31352026-07-27T20:30:08.258Zinfo: running `cargo check --bins` on wicketd-client (122/303)
31362026-07-27T20:30:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-27T20:30:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-27T20:30:08.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-27T20:30:08.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31402026-07-27T20:30:08.836Z
31412026-07-27T20:30:08.836Zinfo: running `cargo check --bins` on installinator-common (123/303)
31422026-07-27T20:30:09.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-27T20:30:09.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-27T20:30:09.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-27T20:30:09.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31462026-07-27T20:30:09.411Z
31472026-07-27T20:30:09.411Zinfo: running `cargo check --bins` on installinator-common-versions (124/303)
31482026-07-27T20:30:09.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-27T20:30:09.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-27T20:30:09.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-27T20:30:09.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-07-27T20:30:09.951Z
31532026-07-27T20:30:09.951Zinfo: running `cargo check --bins` on wicket-common (125/303)
31542026-07-27T20:30:10.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-27T20:30:10.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-27T20:30:10.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-27T20:30:10.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31582026-07-27T20:30:10.673Z
31592026-07-27T20:30:10.673Zinfo: running `cargo check --bins` on wicketd-commission-types (126/303)
31602026-07-27T20:30:10.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-27T20:30:10.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-27T20:30:10.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-27T20:30:10.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31642026-07-27T20:30:11.077Z
31652026-07-27T20:30:11.077Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/303)
31662026-07-27T20:30:11.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-27T20:30:11.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-27T20:30:11.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-27T20:30:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31702026-07-27T20:30:11.639Z
31712026-07-27T20:30:11.639Zinfo: running `cargo check --bins` on wicketd-commission-client (128/303)
31722026-07-27T20:30:12.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-27T20:30:12.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-27T20:30:12.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-27T20:30:12.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31762026-07-27T20:30:12.203Z
31772026-07-27T20:30:12.203Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/303)
31782026-07-27T20:30:12.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-27T20:30:12.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-27T20:30:12.851Z Checking csv-core v0.1.13
31812026-07-27T20:30:12.964Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-07-27T20:30:12.966Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31832026-07-27T20:30:12.975Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-07-27T20:30:13.101Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-07-27T20:30:13.114Z Checking csv v1.4.0
31862026-07-27T20:30:13.426Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-27T20:30:13.768Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-07-27T20:30:13.771Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-07-27T20:30:14.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
31902026-07-27T20:30:14.995Z
31912026-07-27T20:30:14.996Zinfo: running `cargo check --bins` on cockroach-admin-api (130/303)
31922026-07-27T20:30:15.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-27T20:30:15.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-27T20:30:15.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-27T20:30:15.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31962026-07-27T20:30:15.550Z
31972026-07-27T20:30:15.550Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/303)
31982026-07-27T20:30:16.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-27T20:30:16.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-27T20:30:16.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-27T20:30:16.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32022026-07-27T20:30:16.187Z
32032026-07-27T20:30:16.187Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/303)
32042026-07-27T20:30:16.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-27T20:30:16.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-27T20:30:16.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-27T20:30:16.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32082026-07-27T20:30:16.827Z
32092026-07-27T20:30:16.827Zinfo: running `cargo check --bins` on gateway-test-utils (133/303)
32102026-07-27T20:30:17.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-27T20:30:17.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-27T20:30:17.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-27T20:30:17.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32142026-07-27T20:30:17.429Z
32152026-07-27T20:30:17.429Zinfo: running `cargo check --bins` on omicron-gateway (134/303)
32162026-07-27T20:30:17.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-27T20:30:17.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-27T20:30:18.173Z Compiling regress v0.11.1
32192026-07-27T20:30:18.315Z Compiling unsafe-libyaml v0.2.11
32202026-07-27T20:30:18.326Z Compiling radium v0.7.0
32212026-07-27T20:30:18.334Z Compiling semver v0.1.20
32222026-07-27T20:30:18.347Z Checking nom v8.0.0
32232026-07-27T20:30:18.350Z Compiling maybe-uninit v2.0.0
32242026-07-27T20:30:18.350Z Checking tap v1.0.1
32252026-07-27T20:30:18.472Z Checking wyz v0.5.1
32262026-07-27T20:30:18.584Z Compiling rustc_version v0.1.7
32272026-07-27T20:30:18.646Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-27T20:30:18.673Z Compiling zerocopy-derive v0.6.6
32292026-07-27T20:30:18.782Z Compiling cancel-safe-futures v0.1.5
32302026-07-27T20:30:18.804Z Compiling newtype_derive v0.1.6
32312026-07-27T20:30:18.986Z Compiling serde_yaml v0.9.34+deprecated
32322026-07-27T20:30:18.986Z Checking crc-catalog v2.4.0
32332026-07-27T20:30:19.039Z Compiling packed_struct v0.10.1
32342026-07-27T20:30:19.089Z Checking funty v2.0.0
32352026-07-27T20:30:19.309Z Checking crc v3.4.0
32362026-07-27T20:30:19.408Z Checking bitvec v1.0.1
32372026-07-27T20:30:19.523Z Checking zerocopy v0.6.6
32382026-07-27T20:30:19.631Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-07-27T20:30:19.764Z Checking typify-impl v0.6.2
32402026-07-27T20:30:20.167Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-27T20:30:20.185Z Compiling packed_struct_codegen v0.10.1
32422026-07-27T20:30:20.304Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32432026-07-27T20:30:20.397Z Compiling bitfield-macros v0.19.4
32442026-07-27T20:30:20.515Z Compiling indexmap v1.9.3
32452026-07-27T20:30:20.715Z Compiling owo-colors v4.3.0
32462026-07-27T20:30:20.739Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32472026-07-27T20:30:20.814Z Checking nodrop v0.1.14
32482026-07-27T20:30:20.909Z Checking array-init v0.0.4
32492026-07-27T20:30:20.954Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-07-27T20:30:21.086Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-07-27T20:30:21.118Z Checking bitfield v0.19.4
32522026-07-27T20:30:21.134Z Checking smallvec v0.6.14
32532026-07-27T20:30:21.332Z Checking oxide-update-engine-types v0.1.2
32542026-07-27T20:30:21.389Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-07-27T20:30:21.474Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-27T20:30:21.490Z Checking hashbrown v0.12.3
32572026-07-27T20:30:21.511Z Checking tagptr v0.2.0
32582026-07-27T20:30:21.529Z Checking smawk v0.3.2
32592026-07-27T20:30:21.651Z Checking unicode-linebreak v0.1.5
32602026-07-27T20:30:21.665Z Checking linear-map v1.2.0
32612026-07-27T20:30:21.838Z Checking base64 v0.21.7
32622026-07-27T20:30:21.865Z Checking textwrap v0.16.2
32632026-07-27T20:30:21.941Z Checking moka v0.12.13
32642026-07-27T20:30:22.076Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-07-27T20:30:22.079Z Checking ron v0.8.1
32662026-07-27T20:30:22.211Z Checking serde-hex v0.1.0
32672026-07-27T20:30:22.225Z Checking oxide-update-engine v0.1.2
32682026-07-27T20:30:22.310Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-07-27T20:30:22.578Z Checking steno v0.4.1
32702026-07-27T20:30:22.638Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-07-27T20:30:22.799Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-07-27T20:30:22.884Z Checking hashbrown v0.13.2
32732026-07-27T20:30:23.180Z Checking crc-any v2.5.0
32742026-07-27T20:30:23.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-07-27T20:30:23.374Z Checking object v0.30.4
32762026-07-27T20:30:23.417Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-27T20:30:23.576Z Checking hickory-resolver v0.25.2
32782026-07-27T20:30:23.590Z Checking sha1 v0.10.6
32792026-07-27T20:30:23.611Z Checking path-slash v0.1.5
32802026-07-27T20:30:23.720Z Checking half v1.8.3
32812026-07-27T20:30:23.756Z Checking utf-8 v0.7.6
32822026-07-27T20:30:23.759Z Checking void v1.0.2
32832026-07-27T20:30:23.864Z Checking lzss v0.8.2
32842026-07-27T20:30:23.908Z Checking tungstenite v0.23.0
32852026-07-27T20:30:23.924Z Checking serde_cbor v0.11.2
32862026-07-27T20:30:24.190Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-07-27T20:30:24.290Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-07-27T20:30:24.305Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-07-27T20:30:24.332Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-27T20:30:24.332Z Checking nix v0.27.1
32912026-07-27T20:30:24.356Z Checking kstat-rs v0.2.4
32922026-07-27T20:30:24.381Z Compiling typify-macro v0.6.2
32932026-07-27T20:30:24.431Z Checking fxhash v0.2.1
32942026-07-27T20:30:24.533Z Checking serde_bytes v0.11.19
32952026-07-27T20:30:24.547Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-07-27T20:30:24.562Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-07-27T20:30:24.708Z Checking tokio-tungstenite v0.23.1
32982026-07-27T20:30:24.724Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-07-27T20:30:24.839Z Checking signal-hook-tokio v0.3.1
33002026-07-27T20:30:25.393Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-07-27T20:30:25.765Z Compiling typify v0.6.2
33022026-07-27T20:30:25.847Z Compiling progenitor-impl v0.14.0
33032026-07-27T20:30:26.285Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-07-27T20:30:26.596Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-07-27T20:30:27.296Z Compiling progenitor-macro v0.14.0
33062026-07-27T20:30:29.715Z Checking progenitor v0.14.0
33072026-07-27T20:30:29.834Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-27T20:30:29.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-07-27T20:30:32.508Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-07-27T20:30:40.862Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-27T20:30:47.593Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-27T20:30:48.968Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-07-27T20:30:49.477Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-07-27T20:30:51.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.15s
33152026-07-27T20:30:51.770Z
33162026-07-27T20:30:51.770Zinfo: running `cargo check --bins` on gateway-api (135/303)
33172026-07-27T20:30:52.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-07-27T20:30:52.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-07-27T20:30:52.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-07-27T20:30:52.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33212026-07-27T20:30:52.320Z
33222026-07-27T20:30:52.320Zinfo: running `cargo check --bins` on ipcc (136/303)
33232026-07-27T20:30:52.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-27T20:30:52.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-27T20:30:52.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-27T20:30:52.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33272026-07-27T20:30:52.873Z
33282026-07-27T20:30:52.874Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/303)
33292026-07-27T20:30:53.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-27T20:30:53.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-27T20:30:53.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-27T20:30:53.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-27T20:30:53.413Z
33342026-07-27T20:30:53.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/303)
33352026-07-27T20:30:53.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-27T20:30:53.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-27T20:30:53.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-27T20:30:53.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33392026-07-27T20:30:53.989Z
33402026-07-27T20:30:53.989Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/303)
33412026-07-27T20:30:54.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-27T20:30:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-27T20:30:54.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-27T20:30:54.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33452026-07-27T20:30:54.543Z
33462026-07-27T20:30:54.543Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/303)
33472026-07-27T20:30:55.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-27T20:30:55.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-27T20:30:55.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-27T20:30:55.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33512026-07-27T20:30:55.097Z
33522026-07-27T20:30:55.097Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/303)
33532026-07-27T20:30:55.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-27T20:30:55.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-27T20:30:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-27T20:30:55.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33572026-07-27T20:30:55.650Z
33582026-07-27T20:30:55.650Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/303)
33592026-07-27T20:30:56.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-27T20:30:56.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-27T20:30:56.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-27T20:30:56.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33632026-07-27T20:30:56.219Z
33642026-07-27T20:30:56.220Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/303)
33652026-07-27T20:30:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-27T20:30:56.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-27T20:30:56.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-27T20:30:56.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-27T20:30:56.772Z
33702026-07-27T20:30:56.772Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/303)
33712026-07-27T20:30:57.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-27T20:30:57.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-27T20:30:57.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-27T20:30:57.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33752026-07-27T20:30:57.326Z
33762026-07-27T20:30:57.326Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/303)
33772026-07-27T20:30:57.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-27T20:30:57.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-27T20:30:57.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-27T20:30:57.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33812026-07-27T20:30:57.884Z
33822026-07-27T20:30:57.884Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/303)
33832026-07-27T20:30:58.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-27T20:30:58.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-27T20:30:58.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-27T20:30:58.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33872026-07-27T20:30:58.437Z
33882026-07-27T20:30:58.437Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/303)
33892026-07-27T20:30:58.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-27T20:30:58.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-27T20:30:58.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-27T20:30:58.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-07-27T20:30:58.993Z
33942026-07-27T20:30:58.993Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/303)
33952026-07-27T20:30:59.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-27T20:30:59.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-27T20:30:59.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-27T20:30:59.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33992026-07-27T20:30:59.548Z
34002026-07-27T20:30:59.549Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/303)
34012026-07-27T20:31:00.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-27T20:31:00.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-27T20:31:00.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-27T20:31:00.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-07-27T20:31:00.126Z
34062026-07-27T20:31:00.126Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/303)
34072026-07-27T20:31:00.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-27T20:31:00.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-27T20:31:00.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-27T20:31:00.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-07-27T20:31:00.699Z
34122026-07-27T20:31:00.700Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/303)
34132026-07-27T20:31:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-27T20:31:01.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-27T20:31:01.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-27T20:31:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-07-27T20:31:01.275Z
34182026-07-27T20:31:01.275Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/303)
34192026-07-27T20:31:01.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-27T20:31:01.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-27T20:31:01.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-27T20:31:01.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34232026-07-27T20:31:01.847Z
34242026-07-27T20:31:01.847Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/303)
34252026-07-27T20:31:02.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-27T20:31:02.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-27T20:31:02.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-27T20:31:02.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-07-27T20:31:02.423Z
34302026-07-27T20:31:02.423Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/303)
34312026-07-27T20:31:02.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-27T20:31:02.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-27T20:31:02.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-27T20:31:02.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-07-27T20:31:02.996Z
34362026-07-27T20:31:02.996Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34372026-07-27T20:31:03.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-27T20:31:03.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-27T20:31:03.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-27T20:31:03.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-07-27T20:31:03.568Z
34422026-07-27T20:31:03.568Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/303)
34432026-07-27T20:31:04.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-27T20:31:04.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-27T20:31:04.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-27T20:31:04.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-27T20:31:04.142Z
34482026-07-27T20:31:04.142Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/303)
34492026-07-27T20:31:04.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-27T20:31:04.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-27T20:31:04.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-27T20:31:04.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34532026-07-27T20:31:04.712Z
34542026-07-27T20:31:04.712Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/303)
34552026-07-27T20:31:05.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-27T20:31:05.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-27T20:31:05.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-27T20:31:05.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-07-27T20:31:05.288Z
34602026-07-27T20:31:05.288Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/303)
34612026-07-27T20:31:05.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-27T20:31:05.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-27T20:31:05.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-27T20:31:05.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34652026-07-27T20:31:05.842Z
34662026-07-27T20:31:05.843Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/303)
34672026-07-27T20:31:06.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-27T20:31:06.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-27T20:31:06.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-27T20:31:06.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-07-27T20:31:06.399Z
34722026-07-27T20:31:06.399Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/303)
34732026-07-27T20:31:06.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-27T20:31:06.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-27T20:31:06.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-27T20:31:06.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34772026-07-27T20:31:06.954Z
34782026-07-27T20:31:06.954Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/303)
34792026-07-27T20:31:07.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-27T20:31:07.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-27T20:31:07.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-27T20:31:07.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34832026-07-27T20:31:07.510Z
34842026-07-27T20:31:07.510Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/303)
34852026-07-27T20:31:07.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-27T20:31:07.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-27T20:31:07.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-27T20:31:07.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34892026-07-27T20:31:08.065Z
34902026-07-27T20:31:08.065Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/303)
34912026-07-27T20:31:08.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-27T20:31:08.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-27T20:31:08.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-27T20:31:08.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34952026-07-27T20:31:08.623Z
34962026-07-27T20:31:08.623Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/303)
34972026-07-27T20:31:09.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-27T20:31:09.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-27T20:31:09.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-27T20:31:09.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35012026-07-27T20:31:09.177Z
35022026-07-27T20:31:09.177Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/303)
35032026-07-27T20:31:09.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-27T20:31:09.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-27T20:31:09.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-27T20:31:09.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35072026-07-27T20:31:09.734Z
35082026-07-27T20:31:09.735Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/303)
35092026-07-27T20:31:10.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-27T20:31:10.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-27T20:31:10.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-27T20:31:10.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35132026-07-27T20:31:10.308Z
35142026-07-27T20:31:10.308Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/303)
35152026-07-27T20:31:10.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-27T20:31:10.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-27T20:31:10.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-27T20:31:10.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-07-27T20:31:10.884Z
35202026-07-27T20:31:10.884Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/303)
35212026-07-27T20:31:11.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-27T20:31:11.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-27T20:31:11.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-27T20:31:11.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-07-27T20:31:11.460Z
35262026-07-27T20:31:11.461Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/303)
35272026-07-27T20:31:11.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-27T20:31:11.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-27T20:31:11.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-27T20:31:11.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-07-27T20:31:12.033Z
35322026-07-27T20:31:12.033Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/303)
35332026-07-27T20:31:12.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-27T20:31:12.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-27T20:31:12.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-27T20:31:12.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-07-27T20:31:12.612Z
35382026-07-27T20:31:12.612Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35392026-07-27T20:31:13.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-27T20:31:13.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-27T20:31:13.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-27T20:31:13.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35432026-07-27T20:31:13.182Z
35442026-07-27T20:31:13.182Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/303)
35452026-07-27T20:31:13.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-27T20:31:13.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-27T20:31:13.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-27T20:31:13.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-07-27T20:31:13.758Z
35502026-07-27T20:31:13.758Zinfo: running `cargo check --bins` on oximeter-producer (174/303)
35512026-07-27T20:31:14.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-27T20:31:14.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-27T20:31:14.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-27T20:31:14.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-07-27T20:31:14.386Z
35562026-07-27T20:31:14.386Zinfo: running `cargo check --bins` on internal-dns-resolver (175/303)
35572026-07-27T20:31:14.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-27T20:31:14.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-27T20:31:14.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-27T20:31:14.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-07-27T20:31:14.908Z
35622026-07-27T20:31:14.908Zinfo: running `cargo check --bins` on dns-server (176/303)
35632026-07-27T20:31:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-27T20:31:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-27T20:31:15.525Z Compiling parking_lot_core v0.8.6
35662026-07-27T20:31:15.528Z Compiling git-stub v1.0.0
35672026-07-27T20:31:15.638Z Checking prefix-trie v0.7.0
35682026-07-27T20:31:15.643Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-07-27T20:31:15.753Z Compiling git-stub-vcs v0.1.0
35702026-07-27T20:31:15.917Z Checking hickory-server v0.25.2
35712026-07-27T20:31:16.022Z Checking parking_lot v0.11.2
35722026-07-27T20:31:16.055Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-07-27T20:31:16.189Z Checking sled v0.34.7
35742026-07-27T20:31:18.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
35752026-07-27T20:31:18.261Z
35762026-07-27T20:31:18.261Zinfo: running `cargo check --bins` on dns-server-api (177/303)
35772026-07-27T20:31:18.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-27T20:31:18.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-27T20:31:18.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-27T20:31:18.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35812026-07-27T20:31:18.812Z
35822026-07-27T20:31:18.812Zinfo: running `cargo check --bins` on oximeter-producer-api (178/303)
35832026-07-27T20:31:19.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-27T20:31:19.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-27T20:31:19.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-27T20:31:19.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-07-27T20:31:19.366Z
35882026-07-27T20:31:19.366Zinfo: running `cargo check --bins` on sp-sim (179/303)
35892026-07-27T20:31:20.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-27T20:31:20.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-27T20:31:20.337Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922026-07-27T20:31:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35932026-07-27T20:31:25.241Z
35942026-07-27T20:31:25.241Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/303)
35952026-07-27T20:31:25.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-27T20:31:25.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-27T20:31:25.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-27T20:31:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-07-27T20:31:25.241Z
36002026-07-27T20:31:25.241Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/303)
36012026-07-27T20:31:25.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-27T20:31:25.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-27T20:31:25.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-27T20:31:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36052026-07-27T20:31:25.241Z
36062026-07-27T20:31:25.241Zinfo: running `cargo check --bins` on db-macros (182/303)
36072026-07-27T20:31:25.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-27T20:31:25.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-27T20:31:25.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-27T20:31:25.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36112026-07-27T20:31:25.242Z
36122026-07-27T20:31:25.242Zinfo: running `cargo check --bins` on nexus-macros-common (183/303)
36132026-07-27T20:31:25.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-27T20:31:25.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-27T20:31:25.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-27T20:31:25.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36172026-07-27T20:31:25.242Z
36182026-07-27T20:31:25.242Zinfo: running `cargo check --bins` on nexus-auth (184/303)
36192026-07-27T20:31:25.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-27T20:31:25.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-27T20:31:31.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-27T20:31:31.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36232026-07-27T20:31:31.112Z
36242026-07-27T20:31:31.112Zinfo: running `cargo check --bins` on authz-macros (185/303)
36252026-07-27T20:31:31.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-27T20:31:31.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-27T20:31:31.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-27T20:31:31.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36292026-07-27T20:31:31.199Z
36302026-07-27T20:31:31.199Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/303)
36312026-07-27T20:31:31.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-27T20:31:31.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-27T20:31:31.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-27T20:31:31.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36352026-07-27T20:31:31.199Z
36362026-07-27T20:31:31.199Zinfo: running `cargo check --bins` on nexus-db-model (187/303)
36372026-07-27T20:31:32.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-27T20:31:32.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-27T20:31:32.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-27T20:31:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36412026-07-27T20:31:32.124Z
36422026-07-27T20:31:32.124Zinfo: running `cargo check --bins` on nexus-db-schema (188/303)
36432026-07-27T20:31:32.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-27T20:31:32.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-27T20:31:32.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-27T20:31:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36472026-07-27T20:31:32.124Z
36482026-07-27T20:31:32.124Zinfo: running `cargo check --bins` on omicron-rpaths (189/303)
36492026-07-27T20:31:32.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-27T20:31:32.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-27T20:31:32.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-27T20:31:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36532026-07-27T20:31:32.124Z
36542026-07-27T20:31:32.124Zinfo: running `cargo check --bins` on nexus-defaults (190/303)
36552026-07-27T20:31:32.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-27T20:31:32.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-27T20:31:32.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-27T20:31:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36592026-07-27T20:31:32.124Z
36602026-07-27T20:31:32.124Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/303)
36612026-07-27T20:31:32.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-27T20:31:32.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-27T20:31:32.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-27T20:31:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36652026-07-27T20:31:32.124Z
36662026-07-27T20:31:32.125Zinfo: running `cargo check --bins` on parallel-task-set (192/303)
36672026-07-27T20:31:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-27T20:31:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-27T20:31:32.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-27T20:31:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36712026-07-27T20:31:32.125Z
36722026-07-27T20:31:32.125Zinfo: running `cargo check --bins` on omicron-git-version (193/303)
36732026-07-27T20:31:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-27T20:31:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-27T20:31:32.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-27T20:31:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36772026-07-27T20:31:32.125Z
36782026-07-27T20:31:32.125Zinfo: running `cargo check --bins` on nexus-db-errors (194/303)
36792026-07-27T20:31:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-27T20:31:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-27T20:31:32.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-27T20:31:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36832026-07-27T20:31:32.125Z
36842026-07-27T20:31:32.125Zinfo: running `cargo check --bins` on nexus-db-lookup (195/303)
36852026-07-27T20:31:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-27T20:31:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-27T20:31:32.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-27T20:31:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36892026-07-27T20:31:32.153Z
36902026-07-27T20:31:32.153Zinfo: running `cargo check --bins` on nexus-inventory (196/303)
36912026-07-27T20:31:32.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-27T20:31:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-27T20:31:32.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-27T20:31:32.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36952026-07-27T20:31:32.163Z
36962026-07-27T20:31:32.164Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/303)
36972026-07-27T20:31:32.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-27T20:31:32.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-27T20:31:32.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-27T20:31:32.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37012026-07-27T20:31:32.837Z
37022026-07-27T20:31:32.837Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/303)
37032026-07-27T20:31:32.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-27T20:31:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-27T20:31:32.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-27T20:31:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37072026-07-27T20:31:33.966Z
37082026-07-27T20:31:33.966Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/303)
37092026-07-27T20:31:33.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-27T20:31:33.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-27T20:31:33.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-27T20:31:33.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-07-27T20:31:33.985Z
37142026-07-27T20:31:33.985Zinfo: running `cargo check --bins` on key-manager (200/303)
37152026-07-27T20:31:34.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-27T20:31:34.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-27T20:31:34.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-27T20:31:34.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37192026-07-27T20:31:34.308Z
37202026-07-27T20:31:34.309Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/303)
37212026-07-27T20:31:34.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-27T20:31:34.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-27T20:31:34.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-27T20:31:34.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37252026-07-27T20:31:34.694Z
37262026-07-27T20:31:34.694Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/303)
37272026-07-27T20:31:35.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-27T20:31:35.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-27T20:31:35.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-27T20:31:35.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37312026-07-27T20:31:35.272Z
37322026-07-27T20:31:35.272Zinfo: running `cargo check --bins` on typed-rng (203/303)
37332026-07-27T20:31:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-27T20:31:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-27T20:31:35.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-27T20:31:35.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37372026-07-27T20:31:35.817Z
37382026-07-27T20:31:35.817Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/303)
37392026-07-27T20:31:36.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-27T20:31:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-27T20:31:36.625Z Compiling libefi-sys v0.1.0
37422026-07-27T20:31:36.628Z Compiling bitfield-struct v0.6.2
37432026-07-27T20:31:36.769Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-07-27T20:31:36.781Z Compiling xshell-macros v0.2.7
37452026-07-27T20:31:36.789Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-07-27T20:31:36.803Z Compiling salty v0.3.0
37472026-07-27T20:31:36.818Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-07-27T20:31:36.858Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-07-27T20:31:36.858Z Checking rfc6979 v0.4.0
37502026-07-27T20:31:36.949Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-07-27T20:31:37.003Z Checking ecdsa v0.16.9
37522026-07-27T20:31:37.103Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37532026-07-27T20:31:37.120Z Checking primeorder v0.13.6
37542026-07-27T20:31:37.123Z Compiling proc-macro-error-attr2 v2.0.0
37552026-07-27T20:31:37.151Z Checking xshell v0.2.7
37562026-07-27T20:31:37.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-07-27T20:31:37.307Z Checking tungstenite v0.21.0
37582026-07-27T20:31:37.338Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-07-27T20:31:37.352Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37602026-07-27T20:31:37.368Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-07-27T20:31:37.371Z Checking p384 v0.13.1
37622026-07-27T20:31:37.457Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37632026-07-27T20:31:37.495Z Compiling num-derive v0.3.3
37642026-07-27T20:31:37.517Z Compiling proc-macro-error2 v2.0.1
37652026-07-27T20:31:37.612Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-27T20:31:37.692Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-07-27T20:31:37.731Z Checking tokio-tungstenite v0.21.0
37682026-07-27T20:31:37.820Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37692026-07-27T20:31:37.820Z Compiling tabled_derive v0.11.0
37702026-07-27T20:31:37.851Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-07-27T20:31:37.910Z Checking papergrid v0.17.0
37722026-07-27T20:31:37.976Z Compiling progenitor-impl v0.13.0
37732026-07-27T20:31:38.006Z Checking testing_table v0.3.0
37742026-07-27T20:31:38.064Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-07-27T20:31:38.116Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-07-27T20:31:38.140Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-07-27T20:31:38.327Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-07-27T20:31:38.341Z Compiling unicase v2.9.0
37792026-07-27T20:31:38.384Z Checking libscf-sys v1.1.0
37802026-07-27T20:31:38.517Z Checking corncobs v0.1.4
37812026-07-27T20:31:38.532Z Compiling illumos-nvpair-sys v0.2.0
37822026-07-27T20:31:38.547Z Compiling mime_guess v2.0.5
37832026-07-27T20:31:38.647Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-07-27T20:31:38.746Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37852026-07-27T20:31:38.762Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-07-27T20:31:38.797Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37872026-07-27T20:31:38.856Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-07-27T20:31:38.900Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-07-27T20:31:38.999Z Checking tabled v0.20.0
37902026-07-27T20:31:39.081Z Checking progenitor-client v0.13.0
37912026-07-27T20:31:39.235Z Checking secrecy v0.8.0
37922026-07-27T20:31:39.324Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-07-27T20:31:39.377Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-07-27T20:31:39.438Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-07-27T20:31:39.564Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-07-27T20:31:39.742Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-07-27T20:31:39.876Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-07-27T20:31:39.882Z Checking filetime v0.2.27
37992026-07-27T20:31:39.900Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-07-27T20:31:39.929Z Checking xattr v1.6.1
38012026-07-27T20:31:39.993Z Checking crc8 v0.1.1
38022026-07-27T20:31:40.062Z Checking http-range v0.1.5
38032026-07-27T20:31:40.194Z Checking tar v0.4.46
38042026-07-27T20:31:40.302Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-07-27T20:31:40.493Z Checking illumos-nvpair v0.3.0
38062026-07-27T20:31:40.579Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-07-27T20:31:40.593Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38082026-07-27T20:31:40.608Z Compiling progenitor-macro v0.13.0
38092026-07-27T20:31:40.623Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102026-07-27T20:31:40.647Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38112026-07-27T20:31:40.662Z Checking atty v0.2.14
38122026-07-27T20:31:40.756Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38132026-07-27T20:31:40.958Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-07-27T20:31:41.063Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38152026-07-27T20:31:41.231Z Checking hyper-staticfile v0.10.1
38162026-07-27T20:31:41.245Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38172026-07-27T20:31:41.297Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-07-27T20:31:41.379Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-07-27T20:31:41.464Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-07-27T20:31:41.481Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-07-27T20:31:41.538Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-07-27T20:31:41.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38232026-07-27T20:31:41.799Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-07-27T20:31:41.826Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38252026-07-27T20:31:42.079Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38262026-07-27T20:31:42.107Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38272026-07-27T20:31:42.387Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38282026-07-27T20:31:42.649Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38292026-07-27T20:31:43.553Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-27T20:31:44.058Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-27T20:31:44.487Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-07-27T20:31:44.566Z Checking progenitor v0.13.0
38332026-07-27T20:31:44.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38342026-07-27T20:31:46.795Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-27T20:31:50.062Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-27T20:32:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.29s
38372026-07-27T20:32:01.120Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38382026-07-27T20:32:01.120Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38392026-07-27T20:32:01.316Z
38402026-07-27T20:32:01.316Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/303)
38412026-07-27T20:32:01.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-07-27T20:32:01.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-07-27T20:32:02.071Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38442026-07-27T20:32:12.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38452026-07-27T20:32:12.916Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38462026-07-27T20:32:12.916Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38472026-07-27T20:32:13.113Z
38482026-07-27T20:32:13.113Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/303)
38492026-07-27T20:32:13.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-07-27T20:32:13.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-07-27T20:32:13.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-07-27T20:32:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38532026-07-27T20:32:24.734Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38542026-07-27T20:32:24.734Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38552026-07-27T20:32:24.935Z
38562026-07-27T20:32:24.935Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/303)
38572026-07-27T20:32:25.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-27T20:32:25.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-27T20:32:25.684Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-27T20:32:36.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38612026-07-27T20:32:36.525Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38622026-07-27T20:32:36.525Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38632026-07-27T20:32:36.729Z
38642026-07-27T20:32:36.730Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/303)
38652026-07-27T20:32:37.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-07-27T20:32:37.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-07-27T20:32:37.480Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-07-27T20:32:48.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38692026-07-27T20:32:48.288Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38702026-07-27T20:32:48.288Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38712026-07-27T20:32:48.489Z
38722026-07-27T20:32:48.489Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/303)
38732026-07-27T20:32:49.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-27T20:32:49.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-27T20:32:49.243Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-27T20:33:00.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38772026-07-27T20:33:00.070Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38782026-07-27T20:33:00.070Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38792026-07-27T20:33:00.276Z
38802026-07-27T20:33:00.276Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/303)
38812026-07-27T20:33:00.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-27T20:33:00.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-27T20:33:01.030Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-27T20:33:11.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38852026-07-27T20:33:11.835Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38862026-07-27T20:33:11.835Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38872026-07-27T20:33:12.032Z
38882026-07-27T20:33:12.032Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/303)
38892026-07-27T20:33:12.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-27T20:33:12.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-27T20:33:12.786Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-27T20:33:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
38932026-07-27T20:33:23.706Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-07-27T20:33:23.706Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-07-27T20:33:23.887Z
38962026-07-27T20:33:23.887Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/303)
38972026-07-27T20:33:24.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-27T20:33:24.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-27T20:33:24.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-07-27T20:33:24.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39012026-07-27T20:33:24.458Z
39022026-07-27T20:33:24.458Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/303)
39032026-07-27T20:33:24.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-27T20:33:24.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-27T20:33:24.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-07-27T20:33:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39072026-07-27T20:33:25.017Z
39082026-07-27T20:33:25.017Zinfo: running `cargo check --bins` on range-requests (214/303)
39092026-07-27T20:33:25.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-27T20:33:25.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-27T20:33:25.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-27T20:33:25.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39132026-07-27T20:33:25.555Z
39142026-07-27T20:33:25.555Zinfo: running `cargo check --bins` on repo-depot-api (215/303)
39152026-07-27T20:33:26.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-27T20:33:26.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-27T20:33:26.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-27T20:33:26.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-07-27T20:33:26.106Z
39202026-07-27T20:33:26.107Zinfo: running `cargo check --bins` on sled-agent-api (216/303)
39212026-07-27T20:33:26.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-27T20:33:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-27T20:33:26.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-27T20:33:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39252026-07-27T20:33:26.685Z
39262026-07-27T20:33:26.685Zinfo: running `cargo check --bins` on sled-diagnostics (217/303)
39272026-07-27T20:33:27.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-27T20:33:27.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-27T20:33:27.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-27T20:33:27.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39312026-07-27T20:33:27.260Z
39322026-07-27T20:33:27.260Zinfo: running `cargo check --bins` on zfs-test-harness (218/303)
39332026-07-27T20:33:27.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-27T20:33:27.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-27T20:33:27.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-27T20:33:27.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-07-27T20:33:27.833Z
39382026-07-27T20:33:27.833Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/303)
39392026-07-27T20:33:28.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-27T20:33:28.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-27T20:33:28.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-27T20:33:28.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39432026-07-27T20:33:28.411Z
39442026-07-27T20:33:28.411Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/303)
39452026-07-27T20:33:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-27T20:33:28.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-27T20:33:28.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-27T20:33:28.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39492026-07-27T20:33:28.993Z
39502026-07-27T20:33:28.993Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/303)
39512026-07-27T20:33:29.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-27T20:33:29.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-27T20:33:29.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-27T20:33:29.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-07-27T20:33:29.566Z
39562026-07-27T20:33:29.566Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/303)
39572026-07-27T20:33:30.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-27T20:33:30.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-27T20:33:30.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-27T20:33:30.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-07-27T20:33:30.142Z
39622026-07-27T20:33:30.142Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/303)
39632026-07-27T20:33:30.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-27T20:33:30.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-27T20:33:30.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-27T20:33:30.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39672026-07-27T20:33:30.721Z
39682026-07-27T20:33:30.721Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/303)
39692026-07-27T20:33:31.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-27T20:33:31.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-27T20:33:31.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-27T20:33:31.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39732026-07-27T20:33:31.300Z
39742026-07-27T20:33:31.300Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/303)
39752026-07-27T20:33:31.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-27T20:33:31.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-27T20:33:31.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-27T20:33:31.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-07-27T20:33:31.877Z
39802026-07-27T20:33:31.877Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/303)
39812026-07-27T20:33:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-27T20:33:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-27T20:33:32.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-27T20:33:32.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39852026-07-27T20:33:32.484Z
39862026-07-27T20:33:32.484Zinfo: running `cargo check --bins` on trust-quorum (227/303)
39872026-07-27T20:33:32.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-27T20:33:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-27T20:33:32.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-27T20:33:32.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-07-27T20:33:33.061Z
39922026-07-27T20:33:33.061Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/303)
39932026-07-27T20:33:33.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-27T20:33:33.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-27T20:33:33.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-27T20:33:33.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39972026-07-27T20:33:33.658Z
39982026-07-27T20:33:33.658Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/303)
39992026-07-27T20:33:34.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-27T20:33:34.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-27T20:33:34.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-27T20:33:34.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40032026-07-27T20:33:34.272Z
40042026-07-27T20:33:34.272Zinfo: running `cargo check --bins` on update-common (230/303)
40052026-07-27T20:33:34.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-27T20:33:34.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-27T20:33:34.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-27T20:33:34.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-07-27T20:33:34.833Z
40102026-07-27T20:33:34.833Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/303)
40112026-07-27T20:33:35.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-27T20:33:35.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-27T20:33:35.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-27T20:33:35.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40152026-07-27T20:33:35.446Z
40162026-07-27T20:33:35.446Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/303)
40172026-07-27T20:33:35.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-27T20:33:35.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-27T20:33:35.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-07-27T20:33:35.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40212026-07-27T20:33:35.985Z
40222026-07-27T20:33:35.985Zinfo: running `cargo check --bins` on reconfigurator-cli (233/303)
40232026-07-27T20:33:36.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-07-27T20:33:36.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-07-27T20:33:36.736Z Compiling fs-err v2.11.0
40262026-07-27T20:33:36.739Z Checking ignore v0.4.25
40272026-07-27T20:33:36.739Z Checking arc-swap v1.8.2
40282026-07-27T20:33:36.868Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40292026-07-27T20:33:36.868Z Checking predicates-tree v1.0.13
40302026-07-27T20:33:36.870Z Checking parse-size v1.1.0
40312026-07-27T20:33:36.894Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40322026-07-27T20:33:36.906Z Checking rand_seeder v0.4.0
40332026-07-27T20:33:36.973Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40342026-07-27T20:33:36.990Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40352026-07-27T20:33:37.047Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40362026-07-27T20:33:37.059Z Checking slog-scope v4.4.1
40372026-07-27T20:33:37.096Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40382026-07-27T20:33:37.187Z Checking slog-stdlog v4.1.1
40392026-07-27T20:33:37.202Z Compiling petname v2.0.2
40402026-07-27T20:33:37.216Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40412026-07-27T20:33:37.232Z Checking globwalk v0.9.1
40422026-07-27T20:33:37.284Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40432026-07-27T20:33:37.305Z Checking slog-envlogger v2.2.0
40442026-07-27T20:33:37.410Z Checking camino-tempfile-ext v0.3.3
40452026-07-27T20:33:37.454Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40462026-07-27T20:33:37.499Z Checking sapling-renderdag v0.1.0
40472026-07-27T20:33:37.607Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40482026-07-27T20:33:37.642Z Checking subprocess v0.2.15
40492026-07-27T20:33:37.737Z Checking sync-ptr v0.1.4
40502026-07-27T20:33:37.843Z Checking colored v2.2.0
40512026-07-27T20:33:37.856Z Checking assert_matches v1.5.0
40522026-07-27T20:33:37.918Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40532026-07-27T20:33:38.086Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40542026-07-27T20:33:38.090Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40552026-07-27T20:33:38.833Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40562026-07-27T20:33:40.147Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40572026-07-27T20:33:42.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
40582026-07-27T20:33:42.540Z
40592026-07-27T20:33:42.540Zinfo: running `cargo check --bins` on omicron-repl-utils (234/303)
40602026-07-27T20:33:42.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-07-27T20:33:43.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-07-27T20:33:43.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-07-27T20:33:43.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40642026-07-27T20:33:43.083Z
40652026-07-27T20:33:43.083Zinfo: running `cargo check --bins` on transient-dns-server (235/303)
40662026-07-27T20:33:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-07-27T20:33:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-07-27T20:33:43.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-07-27T20:33:43.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40702026-07-27T20:33:43.655Z
40712026-07-27T20:33:43.655Zinfo: running `cargo check --bins` on nexus-test-interface (236/303)
40722026-07-27T20:33:44.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-27T20:33:44.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-27T20:33:44.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-27T20:33:44.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40762026-07-27T20:33:44.263Z
40772026-07-27T20:33:44.263Zinfo: running `cargo check --bins` on oximeter-collector (237/303)
40782026-07-27T20:33:44.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-27T20:33:44.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-27T20:33:44.955Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-07-27T20:33:44.955Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40822026-07-27T20:33:45.603Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40832026-07-27T20:33:47.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
40842026-07-27T20:33:47.444Z
40852026-07-27T20:33:47.444Zinfo: running `cargo check --bins` on oximeter-api (238/303)
40862026-07-27T20:33:47.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-27T20:33:47.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-27T20:33:47.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-07-27T20:33:47.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40902026-07-27T20:33:47.996Z
40912026-07-27T20:33:47.996Zinfo: running `cargo check --bins` on cert-dev (239/303)
40922026-07-27T20:33:48.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-07-27T20:33:48.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-07-27T20:33:48.583Z Checking yasna v0.5.2
40952026-07-27T20:33:48.982Z Checking rcgen v0.12.1
40962026-07-27T20:33:49.256Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40972026-07-27T20:33:49.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40982026-07-27T20:33:49.593Z
40992026-07-27T20:33:49.593Zinfo: running `cargo check --bins` on clickana (240/303)
41002026-07-27T20:33:50.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-27T20:33:50.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-27T20:33:50.213Z Compiling instability v0.3.11
41032026-07-27T20:33:50.216Z Checking castaway v0.2.4
41042026-07-27T20:33:50.216Z Compiling indoc v2.0.7
41052026-07-27T20:33:50.216Z Checking unicode-truncate v1.1.0
41062026-07-27T20:33:50.336Z Checking lru v0.12.5
41072026-07-27T20:33:50.340Z Checking cassowary v0.3.0
41082026-07-27T20:33:50.417Z Checking compact_str v0.8.1
41092026-07-27T20:33:51.209Z Checking ratatui v0.29.0
41102026-07-27T20:33:52.249Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-07-27T20:33:52.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
41122026-07-27T20:33:53.091Z
41132026-07-27T20:33:53.091Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/303)
41142026-07-27T20:33:53.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-27T20:33:53.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-27T20:33:53.789Z Checking headers-core v0.3.0
41172026-07-27T20:33:53.793Z Checking port-file v0.1.0
41182026-07-27T20:33:53.793Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41192026-07-27T20:33:53.984Z Checking headers v0.4.1
41202026-07-27T20:33:54.359Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212026-07-27T20:33:55.301Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41222026-07-27T20:33:55.798Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41232026-07-27T20:33:56.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
41242026-07-27T20:33:56.400Z
41252026-07-27T20:33:56.400Zinfo: running `cargo check --bins` on ch-dev (242/303)
41262026-07-27T20:33:56.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-07-27T20:33:56.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-07-27T20:33:57.089Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41292026-07-27T20:33:57.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41302026-07-27T20:33:58.021Z
41312026-07-27T20:33:58.021Zinfo: running `cargo check --bins` on dev-tools-common (243/303)
41322026-07-27T20:33:58.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-27T20:33:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-27T20:33:58.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-07-27T20:33:58.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41362026-07-27T20:33:58.434Z
41372026-07-27T20:33:58.434Zinfo: running `cargo check --bins` on corpus-adjust (244/303)
41382026-07-27T20:33:58.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-07-27T20:33:58.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-07-27T20:33:59.045Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41412026-07-27T20:33:59.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
41422026-07-27T20:33:59.566Z
41432026-07-27T20:33:59.566Zinfo: running `cargo check --bins` on crdb-seed (245/303)
41442026-07-27T20:34:00.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-27T20:34:00.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-27T20:34:00.260Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41472026-07-27T20:34:01.323Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41482026-07-27T20:34:01.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
41492026-07-27T20:34:01.851Z
41502026-07-27T20:34:01.851Zinfo: running `cargo check --bins` on db-dev (246/303)
41512026-07-27T20:34:02.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-27T20:34:02.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-27T20:34:02.552Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41542026-07-27T20:34:03.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41552026-07-27T20:34:03.487Z
41562026-07-27T20:34:03.488Zinfo: running `cargo check --bins` on omicron-dev-lib (247/303)
41572026-07-27T20:34:03.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-27T20:34:03.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-27T20:34:03.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-07-27T20:34:04.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41612026-07-27T20:34:04.095Z
41622026-07-27T20:34:04.095Zinfo: running `cargo check --bins` on xtask-downloader (248/303)
41632026-07-27T20:34:04.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-27T20:34:04.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-27T20:34:04.687Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41662026-07-27T20:34:05.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41672026-07-27T20:34:05.535Z
41682026-07-27T20:34:05.535Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/303)
41692026-07-27T20:34:06.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-27T20:34:06.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-27T20:34:06.270Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41722026-07-27T20:34:06.270Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-07-27T20:34:06.270Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-07-27T20:34:06.273Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41752026-07-27T20:34:06.273Z Checking git-stub v1.0.0
41762026-07-27T20:34:06.273Z Compiling trait-variant v0.1.2
41772026-07-27T20:34:06.273Z Checking is_ci v1.2.0
41782026-07-27T20:34:06.395Z Checking maplit v1.0.2
41792026-07-27T20:34:06.479Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41802026-07-27T20:34:06.507Z Checking supports-color v3.0.2
41812026-07-27T20:34:06.528Z Checking git-stub-vcs v0.1.0
41822026-07-27T20:34:06.627Z Checking drift v0.2.0
41832026-07-27T20:34:06.654Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41842026-07-27T20:34:06.677Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-07-27T20:34:06.723Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-07-27T20:34:06.896Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41872026-07-27T20:34:06.915Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41882026-07-27T20:34:06.938Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41892026-07-27T20:34:06.974Z Checking dropshot-api-manager v0.7.2
41902026-07-27T20:34:07.197Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-27T20:34:07.332Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41922026-07-27T20:34:07.667Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-07-27T20:34:08.203Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41942026-07-27T20:34:08.207Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41952026-07-27T20:34:12.661Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41962026-07-27T20:34:13.584Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41972026-07-27T20:34:14.118Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41982026-07-27T20:34:14.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
41992026-07-27T20:34:14.556Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42002026-07-27T20:34:14.556Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42012026-07-27T20:34:14.742Z
42022026-07-27T20:34:14.742Zinfo: running `cargo check --bins` on installinator-api (250/303)
42032026-07-27T20:34:15.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-27T20:34:15.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-27T20:34:15.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-07-27T20:34:15.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42072026-07-27T20:34:15.300Z
42082026-07-27T20:34:15.300Zinfo: running `cargo check --bins` on nexus-external-api (251/303)
42092026-07-27T20:34:15.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-27T20:34:15.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-27T20:34:15.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-27T20:34:15.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42132026-07-27T20:34:15.904Z
42142026-07-27T20:34:15.904Zinfo: running `cargo check --bins` on nexus-internal-api (252/303)
42152026-07-27T20:34:16.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-27T20:34:16.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-27T20:34:16.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-27T20:34:16.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42192026-07-27T20:34:16.507Z
42202026-07-27T20:34:16.507Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/303)
42212026-07-27T20:34:17.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-27T20:34:17.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-27T20:34:17.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-27T20:34:17.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42252026-07-27T20:34:17.115Z
42262026-07-27T20:34:17.115Zinfo: running `cargo check --bins` on ntp-admin-api (254/303)
42272026-07-27T20:34:17.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-27T20:34:17.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-27T20:34:17.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-07-27T20:34:17.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42312026-07-27T20:34:17.672Z
42322026-07-27T20:34:17.672Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/303)
42332026-07-27T20:34:18.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-07-27T20:34:18.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-07-27T20:34:18.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-07-27T20:34:18.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42372026-07-27T20:34:18.214Z
42382026-07-27T20:34:18.214Zinfo: running `cargo check --bins` on wicketd-api (256/303)
42392026-07-27T20:34:18.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-07-27T20:34:18.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-07-27T20:34:18.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-07-27T20:34:18.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42432026-07-27T20:34:18.790Z
42442026-07-27T20:34:18.791Zinfo: running `cargo check --bins` on wicketd-commission-api (257/303)
42452026-07-27T20:34:19.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-07-27T20:34:19.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-07-27T20:34:19.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-07-27T20:34:19.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42492026-07-27T20:34:19.360Z
42502026-07-27T20:34:19.360Zinfo: running `cargo check --bins` on omicron-ls-apis (258/303)
42512026-07-27T20:34:19.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-07-27T20:34:19.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-07-27T20:34:19.950Z Compiling blake3 v1.8.5
42542026-07-27T20:34:20.063Z Checking arrayref v0.3.9
42552026-07-27T20:34:20.070Z Checking arrayvec v0.7.6
42562026-07-27T20:34:20.070Z Checking constant_time_eq v0.4.2
42572026-07-27T20:34:20.090Z Checking cargo-platform v0.3.2
42582026-07-27T20:34:20.090Z Checking topological-sort v0.2.2
42592026-07-27T20:34:20.101Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42602026-07-27T20:34:20.237Z Checking cargo_metadata v0.23.1
42612026-07-27T20:34:20.934Z Checking omicron-zone-package v0.12.3
42622026-07-27T20:34:21.641Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42632026-07-27T20:34:22.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
42642026-07-27T20:34:22.643Z
42652026-07-27T20:34:22.643Zinfo: running `cargo check --bins` on mgs-dev (259/303)
42662026-07-27T20:34:23.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-07-27T20:34:23.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-07-27T20:34:23.363Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42692026-07-27T20:34:23.986Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42702026-07-27T20:34:24.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42712026-07-27T20:34:24.683Z
42722026-07-27T20:34:24.683Zinfo: running `cargo check --bins` on omicron-omdb (260/303)
42732026-07-27T20:34:25.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-07-27T20:34:25.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-07-27T20:34:25.635Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42762026-07-27T20:34:25.635Z Compiling vergen-lib v0.1.6
42772026-07-27T20:34:25.635Z Compiling diesel_derives v2.3.7
42782026-07-27T20:34:25.635Z Compiling dsl_auto_type v0.2.0
42792026-07-27T20:34:25.638Z Checking scheduled-thread-pool v0.2.7
42802026-07-27T20:34:25.638Z Compiling vergen-gitcl v1.0.8
42812026-07-27T20:34:25.638Z Compiling diesel_table_macro_syntax v0.3.0
42822026-07-27T20:34:25.638Z Compiling dirs-sys-next v0.1.2
42832026-07-27T20:34:25.961Z Compiling crunchy v0.2.4
42842026-07-27T20:34:25.961Z Compiling glob v0.3.3
42852026-07-27T20:34:26.044Z Checking r2d2 v0.8.10
42862026-07-27T20:34:26.060Z Compiling dirs-next v2.0.0
42872026-07-27T20:34:26.077Z Compiling tiny-keccak v2.0.2
42882026-07-27T20:34:26.181Z Checking downcast-rs v2.0.2
42892026-07-27T20:34:26.282Z Compiling term v0.7.0
42902026-07-27T20:34:26.303Z Compiling bit-vec v0.6.3
42912026-07-27T20:34:26.345Z Compiling clang-sys v1.8.1
42922026-07-27T20:34:26.363Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42932026-07-27T20:34:26.523Z Compiling bit-set v0.5.3
42942026-07-27T20:34:26.547Z Compiling ascii-canvas v3.0.0
42952026-07-27T20:34:26.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42962026-07-27T20:34:26.725Z Compiling itertools v0.10.5
42972026-07-27T20:34:26.739Z Compiling ena v0.14.4
42982026-07-27T20:34:26.776Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42992026-07-27T20:34:26.792Z Compiling libloading v0.8.9
43002026-07-27T20:34:26.813Z Compiling bindgen v0.71.1
43012026-07-27T20:34:26.833Z Compiling diff v0.1.13
43022026-07-27T20:34:26.948Z Compiling regex-syntax v0.6.29
43032026-07-27T20:34:27.117Z Compiling cexpr v0.6.0
43042026-07-27T20:34:27.208Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43052026-07-27T20:34:27.397Z Compiling rustc-hash v2.1.1
43062026-07-27T20:34:27.563Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43072026-07-27T20:34:27.689Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43082026-07-27T20:34:27.793Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43092026-07-27T20:34:27.796Z Compiling libxml v0.3.3
43102026-07-27T20:34:28.006Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43112026-07-27T20:34:28.058Z Compiling strum_macros v0.24.3
43122026-07-27T20:34:28.102Z Compiling indoc v1.0.9
43132026-07-27T20:34:28.556Z Compiling lalrpop v0.19.12
43142026-07-27T20:34:28.865Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43152026-07-27T20:34:29.034Z Checking derive_builder v0.20.2
43162026-07-27T20:34:29.052Z Compiling oso-derive v0.27.3
43172026-07-27T20:34:29.155Z Checking quick-xml v0.37.5
43182026-07-27T20:34:29.438Z Compiling impl-trait-for-tuples v0.2.3
43192026-07-27T20:34:29.553Z Checking openssl-probe v0.1.6
43202026-07-27T20:34:29.697Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43212026-07-27T20:34:30.035Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43222026-07-27T20:34:30.233Z Checking bb8 v0.8.6
43232026-07-27T20:34:30.446Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43242026-07-27T20:34:30.523Z Checking nonempty v0.12.0
43252026-07-27T20:34:30.600Z Compiling libz-sys v1.1.24
43262026-07-27T20:34:30.665Z Compiling strsim v0.10.0
43272026-07-27T20:34:30.692Z Compiling libgit2-sys v0.18.3+1.9.2
43282026-07-27T20:34:30.976Z Compiling darling_core v0.13.4
43292026-07-27T20:34:31.015Z Compiling vergen-git2 v9.1.0
43302026-07-27T20:34:31.185Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43312026-07-27T20:34:31.232Z Compiling base64 v0.21.7
43322026-07-27T20:34:31.402Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43332026-07-27T20:34:31.554Z Compiling ron v0.8.1
43342026-07-27T20:34:31.648Z Checking diesel v2.3.7
43352026-07-27T20:34:32.359Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43362026-07-27T20:34:32.489Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43372026-07-27T20:34:32.572Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-07-27T20:34:32.766Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43392026-07-27T20:34:32.819Z Compiling darling_macro v0.13.4
43402026-07-27T20:34:32.951Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43412026-07-27T20:34:33.172Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43422026-07-27T20:34:33.365Z Compiling darling v0.13.4
43432026-07-27T20:34:33.367Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43442026-07-27T20:34:33.463Z Compiling serde_with_macros v1.5.2
43452026-07-27T20:34:33.570Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43462026-07-27T20:34:33.759Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43472026-07-27T20:34:33.948Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43482026-07-27T20:34:34.107Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43492026-07-27T20:34:34.136Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43502026-07-27T20:34:34.320Z Compiling serde_with v1.14.0
43512026-07-27T20:34:35.449Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43522026-07-27T20:34:35.800Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43532026-07-27T20:34:35.891Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43542026-07-27T20:34:36.609Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43552026-07-27T20:34:37.065Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43562026-07-27T20:34:37.102Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43572026-07-27T20:34:37.394Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43582026-07-27T20:34:37.861Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43592026-07-27T20:34:38.219Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43602026-07-27T20:34:38.245Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43612026-07-27T20:34:38.264Z Checking twox-hash v2.1.2
43622026-07-27T20:34:38.434Z Checking libsw-core v0.3.2
43632026-07-27T20:34:38.572Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43642026-07-27T20:34:38.595Z Checking libsw v3.5.0
43652026-07-27T20:34:38.792Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43662026-07-27T20:34:38.808Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43672026-07-27T20:34:39.022Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43682026-07-27T20:34:39.180Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-07-27T20:34:40.460Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43702026-07-27T20:34:40.483Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43712026-07-27T20:34:40.855Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43722026-07-27T20:34:41.132Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43732026-07-27T20:34:41.171Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43742026-07-27T20:34:41.361Z Checking console v0.16.2
43752026-07-27T20:34:41.674Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43762026-07-27T20:34:41.823Z Checking fatfs v0.3.6
43772026-07-27T20:34:42.120Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43782026-07-27T20:34:42.288Z Checking unit-prefix v0.5.2
43792026-07-27T20:34:42.425Z Compiling seq-macro v0.3.6
43802026-07-27T20:34:42.929Z Checking indicatif v0.18.4
43812026-07-27T20:34:43.363Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43822026-07-27T20:34:43.464Z Checking oxide-update-engine-display v0.1.2
43832026-07-27T20:34:43.786Z Checking support-bundle-viewer v0.1.2
43842026-07-27T20:34:44.037Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43852026-07-27T20:34:44.056Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43862026-07-27T20:34:44.076Z Checking multimap v0.10.1
43872026-07-27T20:34:49.910Z Checking diesel-dtrace v0.5.0
43882026-07-27T20:34:50.159Z Checking async-bb8-diesel v0.2.1
43892026-07-27T20:34:53.349Z Compiling samael v0.0.19
43902026-07-27T20:34:58.304Z Compiling git2 v0.20.4
43912026-07-27T20:34:59.417Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43922026-07-27T20:35:00.433Z Compiling polar-core v0.27.3
43932026-07-27T20:35:00.797Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43942026-07-27T20:35:05.013Z Checking oso v0.27.3
43952026-07-27T20:35:34.408Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43962026-07-27T20:36:48.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43972026-07-27T20:36:48.318Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43982026-07-27T20:36:48.320Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43992026-07-27T20:36:48.544Z
44002026-07-27T20:36:48.544Zinfo: running `cargo check --bins` on nexus-networking (261/303)
44012026-07-27T20:36:49.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-07-27T20:36:49.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-07-27T20:36:49.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-07-27T20:36:49.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44052026-07-27T20:36:49.203Z
44062026-07-27T20:36:49.203Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303)
44072026-07-27T20:36:49.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-07-27T20:36:49.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-07-27T20:36:49.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-07-27T20:36:49.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44112026-07-27T20:36:49.813Z
44122026-07-27T20:36:49.813Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/303)
44132026-07-27T20:36:50.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-07-27T20:36:50.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-07-27T20:36:50.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-07-27T20:36:50.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44172026-07-27T20:36:50.427Z
44182026-07-27T20:36:50.427Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/303)
44192026-07-27T20:36:50.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-07-27T20:36:50.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-07-27T20:36:50.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-07-27T20:36:50.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44232026-07-27T20:36:50.972Z
44242026-07-27T20:36:50.972Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/303)
44252026-07-27T20:36:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-07-27T20:36:51.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-07-27T20:36:51.792Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44282026-07-27T20:36:52.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44292026-07-27T20:36:52.563Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44302026-07-27T20:36:52.563Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44312026-07-27T20:36:52.777Z
44322026-07-27T20:36:52.777Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303)
44332026-07-27T20:36:53.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-27T20:36:53.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-27T20:36:53.581Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44362026-07-27T20:37:31.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
44372026-07-27T20:37:31.700Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44382026-07-27T20:37:31.700Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44392026-07-27T20:37:31.910Z
44402026-07-27T20:37:31.910Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/303)
44412026-07-27T20:37:32.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-27T20:37:32.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-27T20:37:32.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-27T20:37:32.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44452026-07-27T20:37:32.449Z
44462026-07-27T20:37:32.449Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/303)
44472026-07-27T20:37:32.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-27T20:37:32.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-27T20:37:32.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-27T20:37:32.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44512026-07-27T20:37:32.993Z
44522026-07-27T20:37:32.993Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/303)
44532026-07-27T20:37:33.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-27T20:37:33.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-27T20:37:33.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-27T20:37:33.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44572026-07-27T20:37:33.599Z
44582026-07-27T20:37:33.599Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/303)
44592026-07-27T20:37:34.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-27T20:37:34.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-27T20:37:34.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-27T20:37:34.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44632026-07-27T20:37:34.215Z
44642026-07-27T20:37:34.215Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/303)
44652026-07-27T20:37:34.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-27T20:37:34.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-27T20:37:34.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-27T20:37:34.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44692026-07-27T20:37:34.831Z
44702026-07-27T20:37:34.831Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/303)
44712026-07-27T20:37:35.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-27T20:37:35.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-27T20:37:35.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-27T20:37:35.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44752026-07-27T20:37:35.432Z
44762026-07-27T20:37:35.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/303)
44772026-07-27T20:37:35.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-27T20:37:35.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-27T20:37:35.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-27T20:37:35.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44812026-07-27T20:37:36.047Z
44822026-07-27T20:37:36.047Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/303)
44832026-07-27T20:37:36.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-27T20:37:36.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-27T20:37:36.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-27T20:37:36.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44872026-07-27T20:37:36.658Z
44882026-07-27T20:37:36.658Zinfo: running `cargo check --bins` on nexus-switch-config (275/303)
44892026-07-27T20:37:37.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-27T20:37:37.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-27T20:37:37.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-27T20:37:37.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44932026-07-27T20:37:37.261Z
44942026-07-27T20:37:37.261Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/303)
44952026-07-27T20:37:37.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-27T20:37:37.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-27T20:37:37.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-27T20:37:37.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44992026-07-27T20:37:37.877Z
45002026-07-27T20:37:37.877Zinfo: running `cargo check --bins` on support-bundle-collection (277/303)
45012026-07-27T20:37:38.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-27T20:37:38.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-27T20:37:38.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-27T20:37:38.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45052026-07-27T20:37:38.494Z
45062026-07-27T20:37:38.494Zinfo: running `cargo check --bins` on omicron-dev (278/303)
45072026-07-27T20:37:39.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-27T20:37:39.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-27T20:37:39.370Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45102026-07-27T20:37:39.373Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-07-27T20:37:39.561Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45122026-07-27T20:37:39.593Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45132026-07-27T20:37:39.596Z Checking diff v0.1.13
45142026-07-27T20:37:39.596Z Checking yansi v1.0.1
45152026-07-27T20:37:39.638Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45162026-07-27T20:37:39.641Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45172026-07-27T20:37:39.852Z Checking pretty_assertions v1.4.1
45182026-07-27T20:37:40.593Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45192026-07-27T20:37:40.647Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45202026-07-27T20:38:05.329Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45212026-07-27T20:38:05.334Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45222026-07-27T20:38:05.335Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45232026-07-27T20:38:05.335Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45242026-07-27T20:38:05.335Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45252026-07-27T20:38:05.335Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45262026-07-27T20:38:05.335Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45272026-07-27T20:38:06.211Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45282026-07-27T20:38:06.215Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45292026-07-27T20:38:07.445Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45302026-07-27T20:38:45.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45312026-07-27T20:38:45.374Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45322026-07-27T20:38:45.374Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45332026-07-27T20:38:45.575Z
45342026-07-27T20:38:45.575Zinfo: running `cargo check --bins` on oximeter-load-test (279/303)
45352026-07-27T20:38:46.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-27T20:38:46.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-27T20:38:46.260Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45382026-07-27T20:38:46.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45392026-07-27T20:38:47.044Z
45402026-07-27T20:38:47.044Zinfo: running `cargo check --bins` on omicron-pins (280/303)
45412026-07-27T20:38:47.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-07-27T20:38:47.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-07-27T20:38:47.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-07-27T20:38:47.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45452026-07-27T20:38:47.576Z
45462026-07-27T20:38:47.577Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/303)
45472026-07-27T20:38:48.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-07-27T20:38:48.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-07-27T20:38:48.327Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45502026-07-27T20:38:48.449Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45512026-07-27T20:38:48.456Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45522026-07-27T20:39:14.866Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45532026-07-27T20:39:15.251Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45542026-07-27T20:39:16.971Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45552026-07-27T20:39:17.424Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45562026-07-27T20:39:20.515Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45572026-07-27T20:39:43.949Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45582026-07-27T20:39:44.656Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45592026-07-27T20:39:46.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.70s
45602026-07-27T20:39:46.482Z
45612026-07-27T20:39:46.483Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/303)
45622026-07-27T20:39:46.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-07-27T20:39:46.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-07-27T20:39:47.193Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45652026-07-27T20:39:47.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45662026-07-27T20:39:48.043Z
45672026-07-27T20:39:48.043Zinfo: running `cargo check --bins` on omicron-releng (283/303)
45682026-07-27T20:39:48.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-07-27T20:39:48.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-07-27T20:39:48.659Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45712026-07-27T20:39:48.766Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45722026-07-27T20:39:48.768Z Checking digest-io v0.1.0
45732026-07-27T20:39:48.768Z Checking sha2 v0.11.0
45742026-07-27T20:39:48.780Z Checking rawzip v0.4.4
45752026-07-27T20:39:48.788Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45762026-07-27T20:39:48.798Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45772026-07-27T20:39:48.801Z Checking shell-words v1.1.1
45782026-07-27T20:39:49.215Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45792026-07-27T20:39:49.426Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45802026-07-27T20:39:50.426Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45812026-07-27T20:39:51.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
45822026-07-27T20:39:51.619Z
45832026-07-27T20:39:51.619Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
45842026-07-27T20:39:52.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-07-27T20:39:52.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-07-27T20:39:52.229Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45872026-07-27T20:39:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
45882026-07-27T20:39:52.909Z
45892026-07-27T20:39:52.909Zinfo: running `cargo check --bins` on schema (285/303)
45902026-07-27T20:39:53.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-07-27T20:39:53.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-07-27T20:39:53.597Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45932026-07-27T20:39:54.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45942026-07-27T20:39:54.467Z
45952026-07-27T20:39:54.467Zinfo: running `cargo check --bins` on xtask (286/303)
45962026-07-27T20:39:54.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-07-27T20:39:54.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-07-27T20:39:54.858Z Checking serde_core v1.0.228
45992026-07-27T20:39:54.858Z Checking libc v0.2.185
46002026-07-27T20:39:54.863Z Checking bitflags v2.11.0
46012026-07-27T20:39:54.944Z Checking scroll v0.12.0
46022026-07-27T20:39:54.948Z Checking thiserror v1.0.69
46032026-07-27T20:39:54.956Z Checking log v0.4.29
46042026-07-27T20:39:54.963Z Checking zerocopy v0.7.35
46052026-07-27T20:39:54.966Z Checking indexmap v2.14.0
46062026-07-27T20:39:55.036Z Checking syn v2.0.117
46072026-07-27T20:39:55.078Z Checking dtrace-parser v0.2.0
46082026-07-27T20:39:55.092Z Checking once_cell v1.21.3
46092026-07-27T20:39:55.156Z Checking goblin v0.8.2
46102026-07-27T20:39:55.215Z Checking errno v0.3.14
46112026-07-27T20:39:55.260Z Checking getrandom v0.4.1
46122026-07-27T20:39:55.304Z Checking thread-id v4.2.2
46132026-07-27T20:39:55.329Z Checking rustix v1.1.3
46142026-07-27T20:39:55.381Z Checking memmap v0.7.0
46152026-07-27T20:39:55.392Z Checking thiserror v2.0.18
46162026-07-27T20:39:55.449Z Checking fs-err v3.3.0
46172026-07-27T20:39:55.480Z Checking tabled v0.15.0
46182026-07-27T20:39:55.490Z Checking anyhow v1.0.102
46192026-07-27T20:39:56.088Z Checking terminal_size v0.4.3
46202026-07-27T20:39:56.088Z Checking tempfile v3.25.0
46212026-07-27T20:39:56.195Z Checking clap_builder v4.6.0
46222026-07-27T20:39:56.198Z Checking textwrap v0.16.2
46232026-07-27T20:39:56.375Z Checking serde v1.0.228
46242026-07-27T20:39:56.375Z Checking serde_json v1.0.150
46252026-07-27T20:39:56.378Z Checking camino v1.2.2
46262026-07-27T20:39:56.401Z Checking semver v1.0.28
46272026-07-27T20:39:56.557Z Checking cargo-platform v0.3.2
46282026-07-27T20:39:56.623Z Checking camino-tempfile v1.4.1
46292026-07-27T20:39:56.793Z Checking serde_spanned v0.6.9
46302026-07-27T20:39:56.793Z Checking toml_datetime v0.6.11
46312026-07-27T20:39:56.796Z Checking macaddr v1.0.1
46322026-07-27T20:39:56.796Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46332026-07-27T20:39:56.966Z Checking toml_edit v0.22.27
46342026-07-27T20:39:56.977Z Checking cargo_metadata v0.23.1
46352026-07-27T20:39:56.985Z Checking dof v0.3.0
46362026-07-27T20:39:57.243Z Checking usdt-impl v0.5.0
46372026-07-27T20:39:57.365Z Checking clap v4.6.1
46382026-07-27T20:39:57.496Z Checking usdt v0.5.0
46392026-07-27T20:39:57.920Z Checking toml v0.8.23
46402026-07-27T20:39:58.202Z Checking cargo_toml v0.21.0
46412026-07-27T20:39:58.806Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46422026-07-27T20:39:59.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
46432026-07-27T20:39:59.298Z
46442026-07-27T20:39:59.298Zinfo: running `cargo check --bins` on dnsadm (287/303)
46452026-07-27T20:39:59.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-07-27T20:39:59.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-07-27T20:39:59.900Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46482026-07-27T20:40:00.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46492026-07-27T20:40:00.551Z
46502026-07-27T20:40:00.551Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46512026-07-27T20:40:01.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-07-27T20:40:01.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-07-27T20:40:01.326Z Checking cpubits v0.1.1
46542026-07-27T20:40:01.329Z Checking pem-rfc7468 v1.0.0
46552026-07-27T20:40:01.469Z Checking hmac v0.13.0
46562026-07-27T20:40:01.473Z Checking universal-hash v0.6.1
46572026-07-27T20:40:01.487Z Checking ctr v0.10.1
46582026-07-27T20:40:01.487Z Checking aead v0.6.1
46592026-07-27T20:40:01.515Z Checking aes v0.9.1
46602026-07-27T20:40:01.515Z Checking crypto-bigint v0.7.5
46612026-07-27T20:40:01.542Z Checking salsa20 v0.11.0
46622026-07-27T20:40:01.584Z Checking polyval v0.7.1
46632026-07-27T20:40:01.598Z Checking der v0.8.0
46642026-07-27T20:40:01.611Z Checking pbkdf2 v0.13.0
46652026-07-27T20:40:01.631Z Checking cbc v0.2.1
46662026-07-27T20:40:01.685Z Checking ff v0.14.0
46672026-07-27T20:40:01.689Z Checking signature v3.0.0
46682026-07-27T20:40:01.736Z Checking scrypt v0.12.0
46692026-07-27T20:40:01.752Z Checking ghash v0.6.0
46702026-07-27T20:40:01.767Z Checking base16ct v1.0.0
46712026-07-27T20:40:01.832Z Checking group v0.14.0
46722026-07-27T20:40:01.863Z Checking hkdf v0.13.0
46732026-07-27T20:40:01.881Z Checking rfc6979 v0.5.0
46742026-07-27T20:40:01.902Z Checking aes-gcm v0.11.0
46752026-07-27T20:40:01.916Z Compiling curve25519-dalek v5.0.0-rc.0
46762026-07-27T20:40:01.934Z Checking poly1305 v0.9.0
46772026-07-27T20:40:01.974Z Checking blowfish v0.10.0
46782026-07-27T20:40:01.991Z Checking blake2 v0.11.0-rc.6
46792026-07-27T20:40:02.011Z Checking keccak v0.2.0
46802026-07-27T20:40:02.053Z Checking fiat-crypto v0.3.0
46812026-07-27T20:40:02.122Z Checking bcrypt-pbkdf v0.11.0
46822026-07-27T20:40:02.168Z Checking sha3 v0.11.0
46832026-07-27T20:40:02.205Z Checking kem v0.3.0
46842026-07-27T20:40:02.239Z Checking argon2 v0.6.0-rc.8
46852026-07-27T20:40:02.274Z Checking module-lattice v0.2.3
46862026-07-27T20:40:02.317Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46872026-07-27T20:40:02.376Z Checking spki v0.8.0
46882026-07-27T20:40:02.488Z Checking sec1 v0.8.1
46892026-07-27T20:40:02.504Z Checking ml-kem v0.3.2
46902026-07-27T20:40:02.519Z Checking internal-russh-num-bigint v0.5.0
46912026-07-27T20:40:02.540Z Checking num-bigint v0.4.6
46922026-07-27T20:40:02.554Z Checking pkcs5 v0.8.1
46932026-07-27T20:40:02.695Z Checking pkcs1 v0.8.0-rc.4
46942026-07-27T20:40:02.843Z Checking pkcs8 v0.11.0
46952026-07-27T20:40:02.899Z Checking generic-array v1.4.3
46962026-07-27T20:40:03.035Z Checking ed25519 v3.0.0
46972026-07-27T20:40:03.152Z Checking russh-util v0.52.0
46982026-07-27T20:40:03.230Z Checking ed25519-dalek v3.0.0-rc.0
46992026-07-27T20:40:03.265Z Compiling enum_dispatch v0.3.13
47002026-07-27T20:40:03.279Z Compiling delegate v0.13.5
47012026-07-27T20:40:03.295Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47022026-07-27T20:40:03.354Z Checking hex-literal v1.1.0
47032026-07-27T20:40:03.447Z Checking md5 v0.8.0
47042026-07-27T20:40:03.464Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47052026-07-27T20:40:03.497Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47062026-07-27T20:40:03.616Z Checking socket2 v0.5.10
47072026-07-27T20:40:03.691Z Checking internet-checksum v0.2.1
47082026-07-27T20:40:03.705Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47092026-07-27T20:40:03.738Z Checking elliptic-curve v0.14.0-rc.33
47102026-07-27T20:40:03.809Z Checking primefield v0.14.0
47112026-07-27T20:40:03.859Z Checking ssh-encoding v0.3.0-rc.9
47122026-07-27T20:40:04.009Z Checking crypto-primes v0.7.2
47132026-07-27T20:40:04.077Z Checking ssh-cipher v0.3.0-rc.9
47142026-07-27T20:40:04.192Z Checking ecdsa v0.17.0-rc.18
47152026-07-27T20:40:04.208Z Checking primeorder v0.14.0-rc.10
47162026-07-27T20:40:04.211Z Checking russh-cryptovec v0.61.0
47172026-07-27T20:40:04.538Z Checking p256 v0.14.0-rc.10
47182026-07-27T20:40:04.538Z Checking p521 v0.14.0-rc.10
47192026-07-27T20:40:04.948Z Checking rsa v0.10.0-rc.18
47202026-07-27T20:40:06.815Z Checking p384 v0.14.0-rc.10
47212026-07-27T20:40:08.682Z Checking ssh-key v0.7.0-rc.10
47222026-07-27T20:40:09.432Z Checking russh v0.61.2
47232026-07-27T20:40:21.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.97s
47242026-07-27T20:40:21.535Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47252026-07-27T20:40:21.536Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47262026-07-27T20:40:21.735Z
47272026-07-27T20:40:21.735Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47282026-07-27T20:40:22.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-07-27T20:40:22.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-07-27T20:40:22.345Z Checking termios v0.3.3
47312026-07-27T20:40:22.538Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47322026-07-27T20:40:23.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
47332026-07-27T20:40:23.275Z
47342026-07-27T20:40:23.275Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47352026-07-27T20:40:23.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-07-27T20:40:23.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-07-27T20:40:23.937Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47382026-07-27T20:40:24.628Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47392026-07-27T20:40:26.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47402026-07-27T20:40:26.461Z
47412026-07-27T20:40:26.461Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47422026-07-27T20:40:26.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-27T20:40:26.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-27T20:40:27.060Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47452026-07-27T20:40:27.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47462026-07-27T20:40:27.649Z
47472026-07-27T20:40:27.649Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47482026-07-27T20:40:28.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-27T20:40:28.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-27T20:40:28.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-07-27T20:40:28.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47522026-07-27T20:40:28.190Z
47532026-07-27T20:40:28.190Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47542026-07-27T20:40:28.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-27T20:40:28.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-27T20:40:28.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-27T20:40:28.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47582026-07-27T20:40:28.731Z
47592026-07-27T20:40:28.731Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
47602026-07-27T20:40:29.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-27T20:40:29.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-27T20:40:29.454Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47632026-07-27T20:40:30.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47642026-07-27T20:40:30.234Z
47652026-07-27T20:40:30.235Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
47662026-07-27T20:40:30.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-27T20:40:30.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-27T20:40:30.845Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47692026-07-27T20:40:30.845Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47702026-07-27T20:40:31.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
47712026-07-27T20:40:31.888Z
47722026-07-27T20:40:31.888Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
47732026-07-27T20:40:32.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-27T20:40:32.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-27T20:40:32.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47762026-07-27T20:40:32.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47772026-07-27T20:40:32.432Z
47782026-07-27T20:40:32.432Zinfo: running `cargo check --bins` on omicron-package (297/303)
47792026-07-27T20:40:32.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-07-27T20:40:32.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-07-27T20:40:33.079Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47822026-07-27T20:40:34.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47832026-07-27T20:40:34.323Z
47842026-07-27T20:40:34.323Zinfo: running `cargo check --bins` on tqdb (298/303)
47852026-07-27T20:40:34.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-07-27T20:40:34.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-07-27T20:40:35.069Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47882026-07-27T20:40:35.428Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47892026-07-27T20:40:35.930Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47902026-07-27T20:40:35.930Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47912026-07-27T20:40:41.979Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47922026-07-27T20:40:41.979Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47932026-07-27T20:40:42.547Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47942026-07-27T20:40:42.550Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47952026-07-27T20:40:42.550Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47962026-07-27T20:40:42.550Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47972026-07-27T20:40:43.289Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47982026-07-27T20:40:44.335Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47992026-07-27T20:40:45.137Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48002026-07-27T20:40:45.754Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48012026-07-27T20:40:50.516Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48022026-07-27T20:40:57.135Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48032026-07-27T20:40:57.135Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48042026-07-27T20:40:57.138Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48052026-07-27T20:40:57.138Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48062026-07-27T20:40:58.613Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48072026-07-27T20:40:59.927Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48082026-07-27T20:41:00.596Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48092026-07-27T20:41:01.819Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48102026-07-27T20:41:02.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.03s
48112026-07-27T20:41:02.559Z
48122026-07-27T20:41:02.559Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48132026-07-27T20:41:03.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-07-27T20:41:03.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-07-27T20:41:03.244Z Checking rtoolbox v0.0.3
48162026-07-27T20:41:03.249Z Checking tui-tree-widget v0.23.1
48172026-07-27T20:41:03.358Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48182026-07-27T20:41:03.464Z Checking rpassword v7.5.4
48192026-07-27T20:41:06.391Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48202026-07-27T20:41:08.209Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48212026-07-27T20:41:09.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
48222026-07-27T20:41:09.184Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48232026-07-27T20:41:09.184Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48242026-07-27T20:41:09.278Z
48252026-07-27T20:41:09.278Zinfo: running `cargo check --bins` on wicket (300/303)
48262026-07-27T20:41:09.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48272026-07-27T20:41:09.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48282026-07-27T20:41:09.931Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48292026-07-27T20:41:10.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
48302026-07-27T20:41:10.299Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48312026-07-27T20:41:10.299Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48322026-07-27T20:41:10.461Z
48332026-07-27T20:41:10.461Zinfo: running `cargo check --bins` on wicketd (301/303)
48342026-07-27T20:41:10.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-07-27T20:41:10.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-07-27T20:41:11.135Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48372026-07-27T20:41:14.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
48382026-07-27T20:41:14.683Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48392026-07-27T20:41:14.683Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48402026-07-27T20:41:14.859Z
48412026-07-27T20:41:14.859Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48422026-07-27T20:41:15.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48432026-07-27T20:41:15.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48442026-07-27T20:41:15.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48452026-07-27T20:41:15.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48462026-07-27T20:41:15.401Z
48472026-07-27T20:41:15.402Zinfo: running `cargo check --bins` on zone-setup (303/303)
48482026-07-27T20:41:15.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48492026-07-27T20:41:15.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48502026-07-27T20:41:16.040Z Checking uzers v0.12.2
48512026-07-27T20:41:16.308Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48522026-07-27T20:41:17.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48532026-07-27T20:41:17.260Z
48542026-07-27T20:41:17.260Zreal 13:45.540422772
48552026-07-27T20:41:17.260Zuser 20:49.382388825
48562026-07-27T20:41:17.261Zsys 4:12.112717924
48572026-07-27T20:41:17.261Ztrap 0.330121750
48582026-07-27T20:41:17.266Ztflt 0.644177911
48592026-07-27T20:41:17.266Zdflt 0.982901921
48602026-07-27T20:41:17.266Zkflt 0.018272851
48612026-07-27T20:41:17.266Zlock 1:27:26.252206110
48622026-07-27T20:41:17.266Zslp 1:39:29.170638452
48632026-07-27T20:41:17.266Zlat 58.033203014
48642026-07-27T20:41:17.266Zstop 4:06.432856271
48652026-07-27T20:41:17.266Zprocess exited: duration 1004150 ms, exit code 0
 
48662026-07-27T20:41:17.276Zfound 0 output files